/* ============================================================
   doptera – Website
   Farbwelt: Schwarz / Weiß · Kreis-Motiv · Poppins + Mulish
   Schriften lokal eingebunden (DSGVO-konform)
   ============================================================ */

/* ---------- Poppins ---------- */
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 300; font-display: swap;
  src: url("assets/fonts/poppins-300.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("assets/fonts/poppins-400.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("assets/fonts/poppins-600.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("assets/fonts/poppins-700.woff2") format("woff2"); }

/* ---------- Mulish ---------- */
@font-face { font-family: "Mulish"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("assets/fonts/mulish-400.woff2") format("woff2"); }
@font-face { font-family: "Mulish"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("assets/fonts/mulish-600.woff2") format("woff2"); }
@font-face { font-family: "Mulish"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("assets/fonts/mulish-700.woff2") format("woff2"); }

/* ---------- Caveat (Handschrift-Statement) ---------- */
@font-face { font-family: "Caveat"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("assets/fonts/caveat-500.woff2") format("woff2"); }
@font-face { font-family: "Caveat"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("assets/fonts/caveat-600.woff2") format("woff2"); }

/* ---------- Nothing You Could Do (Handschrift-Statement) ---------- */
@font-face { font-family: "Nothing You Could Do"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("assets/fonts/nothing-400.woff2") format("woff2"); }

/* ---------- Griechisch (Greek-Subset via Noto Sans) ----------
   Wird nur für griechische Zeichen verwendet; Latein bleibt Poppins/Mulish/Caveat. */
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("assets/fonts/noto-sans-greek-400.woff2") format("woff2"); unicode-range: U+0370-03FF, U+1F00-1FFF; }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("assets/fonts/noto-sans-greek-700.woff2") format("woff2"); unicode-range: U+0370-03FF, U+1F00-1FFF; }
@font-face { font-family: "Mulish"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("assets/fonts/noto-sans-greek-400.woff2") format("woff2"); unicode-range: U+0370-03FF, U+1F00-1FFF; }
@font-face { font-family: "Mulish"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("assets/fonts/noto-sans-greek-700.woff2") format("woff2"); unicode-range: U+0370-03FF, U+1F00-1FFF; }
@font-face { font-family: "Caveat"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("assets/fonts/noto-sans-greek-700.woff2") format("woff2"); unicode-range: U+0370-03FF, U+1F00-1FFF; }

/* ---------- Latin-Extended (kroatische Sonderzeichen č ć š ž đ …) ---------- */
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("assets/fonts/poppins-latinext-400.woff2") format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("assets/fonts/poppins-latinext-700.woff2") format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Mulish"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("assets/fonts/mulish-latinext-400.woff2") format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Mulish"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("assets/fonts/mulish-latinext-700.woff2") format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Caveat"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("assets/fonts/caveat-latinext-600.woff2") format("woff2"); unicode-range: U+0100-024F, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --grey-on-dark: #b8b8b8;
  --grey-inactive: #cfcfcf;
  --grey-line: #e6e6e6;
  --max: 1240px;
  --pad: clamp(20px, 5vw, 80px);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: "Mulish", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, .display {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: .01em;
}
h1 strong, h2 strong, h3 strong, .display strong { font-weight: 700; }

.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--pad); }
.section { padding-block: clamp(70px, 11vw, 150px); position: relative; overflow: hidden; }
.section--dark { background: var(--black); color: var(--white); }
.section--dark h2 { color: var(--white); }

.eyebrow {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: clamp(1.6rem, 4vw, 2.7rem);
  letter-spacing: .02em;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.pf-hint {
  font-family: "Poppins", sans-serif; font-weight: 300; font-size: 1.02rem;
  color: var(--grey-on-dark); max-width: 54ch; margin: -18px 0 40px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  padding: 15px 34px;
  border-radius: 40px;
  border: 2px solid currentColor;
  transition: all .25s var(--ease);
  cursor: pointer;
  background: transparent;
}
.btn--light { color: var(--black); border-color: var(--black); }
.btn--light:hover { background: var(--black); color: var(--white); }
.btn--dark { color: var(--white); border-color: var(--white); }
.btn--dark:hover { background: var(--white); color: var(--black); }
.btn--primary { background: var(--white); color: var(--black); border-color: var(--white); }
.btn--primary:hover { background: transparent; color: var(--white); }
.hero__cta { margin-top: 32px; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 30px var(--pad);
  transition: background .35s var(--ease), padding .35s var(--ease);
}
.site-header.scrolled {
  background: rgba(10,10,10,.92);
  backdrop-filter: blur(8px);
  padding-block: 20px;
}
.site-header .logo { height: 68px; width: auto; }
.nav { display: flex; gap: clamp(24px, 3.4vw, 54px); align-items: center; }
.nav a {
  font-family: "Poppins", sans-serif;
  font-weight: 300; font-size: 1.5rem; color: var(--white);
  position: relative; padding-bottom: 3px;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0;
  background: var(--white); transition: width .3s var(--ease);
}
.nav a:hover::after { width: 100%; }

.lang-switch { display: inline-flex; align-items: center; gap: 6px; font-family: "Poppins", sans-serif; font-weight: 400; }
.lang-switch a { font-size: .95rem; color: rgba(255,255,255,.6); padding: 3px 6px; border-radius: 5px; }
.lang-switch a::after { display: none; }
.lang-switch a.active { color: #fff; font-weight: 700; border: 1px solid rgba(255,255,255,.55); }
.lang-switch a:hover { color: #fff; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 6px 0; transition: .3s; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; background: var(--black); color: var(--white);
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px var(--pad) 90px;
  overflow: hidden;
}
.hero__inner { max-width: var(--max); margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero__content { transform: translate(-48px, -40px); }
.hero h1 { font-size: clamp(2.4rem, 6vw, 5rem); }
.hero__sub {
  font-family: "Poppins", sans-serif; font-weight: 300;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  margin-top: 28px; color: #f0f0f0; max-width: 30ch;
}
.hero__media { position: relative; }
.hero__media video {
  width: min(3600px, 645%); max-width: none;
  margin-left: auto; margin-right: -22%;
  transform: translate(-40%, -12%);
  mix-blend-mode: screen; pointer-events: none;
}
.hero__scrolldots {
  position: absolute; left: var(--pad); bottom: 40px;
  display: flex; flex-direction: column; gap: 16px;
}
.hero__scrolldots i { width: 9px; height: 9px; border-radius: 50%; background: #fff; opacity: .85; }

/* ============================================================
   INTRO (weiß)
   ============================================================ */
.intro { position: relative; }
.intro__grid {
  display: grid; grid-template-columns: 1fr; gap: clamp(28px, 4vw, 44px);
  max-width: 780px; margin-inline: auto;
}
.intro__text p { font-size: 1.08rem; max-width: 46ch; }
.intro__text .btn { margin-top: 34px; }
.intro__photo { position: relative; display: flex; justify-content: center; }
.intro__photo .circle-photo {
  width: min(420px, 90%); aspect-ratio: 1; border-radius: 50%;
  object-fit: cover; filter: grayscale(1); position: relative; z-index: 2;
}
/* dekorative Kreise */
.deco-ring, .deco-dot {
  position: absolute; border-radius: 50%; z-index: 1; pointer-events: none;
}
.intro__photo .deco-ring {
  width: 120px; height: 120px; border: 14px solid var(--black);
  right: -10px; bottom: 30px;
}
.intro__photo .deco-dot {
  width: 70px; height: 70px; background: var(--black);
  left: -20px; bottom: -10px;
}
.intro__quote {
  grid-column: 1 / -1; margin-top: clamp(20px, 4vw, 50px);
  text-align: center;
}
.intro__quote img { width: min(560px, 92%); margin: 0 auto 18px; }
.intro__quote .hw {
  font-family: "Nothing You Could Do", "Caveat", cursive; font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.45;
  color: #1a1a1a; max-width: 26ch; margin: 0 auto 16px;
}
/* Kroatisch: č š ž fehlen in "Nothing You Could Do" – daher komplett Caveat */
html[lang="hr"] .intro__quote .hw { font-family: "Caveat", cursive; font-weight: 600; line-height: 1.25; }
.intro__quote cite {
  font-style: normal; font-family: "Poppins", sans-serif;
  color: #444; font-size: 1rem;
}

/* ============================================================
   PORTFOLIO (dunkel) – interaktive Kreise
   ============================================================ */
.portfolio__layout {
  display: grid; grid-template-columns: minmax(260px, 420px) 1fr;
  gap: clamp(30px, 6vw, 80px); align-items: center;
}
.pf-chain {
  display: flex; flex-direction: column; align-items: center; gap: 0;
}
.pf-node {
  border-radius: 50%; display: grid; place-items: center; text-align: center;
  font-family: "Poppins", sans-serif; font-weight: 600; line-height: 1.25;
  cursor: pointer; transition: all .35s var(--ease); user-select: none;
  border: 3px solid var(--white); color: var(--white); background: transparent;
  padding: 12px;
}
.pf-node:nth-child(1) { width: 200px; height: 200px; margin-right: 120px; }
.pf-node:nth-child(2) { width: 150px; height: 150px; margin-left: 110px; margin-top: -22px; }
.pf-node:nth-child(3) { width: 185px; height: 185px; margin-right: 90px; margin-top: -22px; }
.pf-node:nth-child(4) { width: 165px; height: 165px; margin-left: 130px; margin-top: -22px; }
.pf-node span { font-size: clamp(.85rem, 1.4vw, 1.02rem); }
.pf-node.active { background: var(--white); color: var(--black); border-color: var(--white); }
.pf-node:hover { transform: scale(1.04); }

.pf-detail { min-height: 180px; }
.pf-detail h3 {
  font-family: "Poppins", sans-serif; font-weight: 700; font-size: 1.5rem;
  margin-bottom: 16px; color: #fff;
}
.pf-detail p { color: var(--grey-on-dark); max-width: 48ch; }
.pf-more {
  margin-top: 42px; display: inline-flex; flex-direction: column; align-items: center;
  gap: 16px; text-align: center;
  border: 3px solid var(--white); border-radius: 50%;
  width: 300px; height: 300px; justify-content: center; padding: 42px;
}
.pf-more p { color: #fff; font-family: "Poppins", sans-serif; font-weight: 300; font-size: .98rem; line-height: 1.45; }
.pf-more .btn { padding: 12px 30px; }
.pf-more-wrap { display: flex; justify-content: center; margin-top: 70px; }

/* ============================================================
   ANSATZ (weiß)
   ============================================================ */
.ansatz__grid {
  display: grid; grid-template-columns: 1fr; gap: clamp(28px, 4vw, 44px);
  max-width: 820px; margin-inline: auto;
}
.ansatz__photo { display: flex; justify-content: center; position: relative; }
.ansatz__photo img {
  width: min(400px, 90%); aspect-ratio: 1; border-radius: 50%;
  object-fit: cover; filter: grayscale(1); z-index: 2; position: relative;
}
.ansatz__photo .deco-ring {
  width: 150px; height: 150px; border: 16px solid var(--black);
  left: -30px; bottom: -10px;
}
.approach-item { padding: 22px 0; border-bottom: 1px solid var(--grey-line); transition: opacity .4s var(--ease); }
.approach-item:last-child { border-bottom: 0; }
.approach-item h3 { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 1.35rem; margin-bottom: 8px; }
.approach-item p { color: #333; }
.approach-item.dim { opacity: .38; }

/* ============================================================
   WIRKSAM MIT SYSTEM – Badges
   ============================================================ */
.system { text-align: center; }
.system > p { max-width: 52ch; margin: 0 auto clamp(36px, 5vw, 60px); color: #333; }
.badges { display: flex; flex-wrap: wrap; gap: clamp(30px, 6vw, 80px); justify-content: center; align-items: center; }
.badge { display: flex; align-items: center; gap: 20px; text-align: left; max-width: 420px; }
.badge img { height: 92px; width: auto; flex-shrink: 0; }
.badge p { font-size: .98rem; color: #333; }

/* ============================================================
   REFERENZEN (dunkel) – Slider
   ============================================================ */
.refs { position: relative; background: var(--black); color: #fff; }
.refs__bg,
.section-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: .5; z-index: 0; pointer-events: none;
}
/* Inhalte über dem animierten Hintergrund */
.section--dark .wrap, .talk .wrap, .footer .wrap { position: relative; z-index: 2; }
.talk .deco-circle { z-index: 1; }
.refs .wrap { position: relative; z-index: 2; text-align: center; }
.refs h2 { margin-bottom: 50px; }
.slider { position: relative; max-width: 900px; margin: 0 auto; padding-inline: 70px; }
.slide { display: none; }
.slide.active { display: block; animation: fade .5s var(--ease); }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.slide blockquote {
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.6; margin-bottom: 26px;
}
.slide cite { font-style: normal; font-weight: 600; color: #eee; }
.slider__arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid #fff;
  background: transparent; color: #fff; cursor: pointer; display: grid; place-items: center;
  font-size: 1.2rem; transition: .25s;
}
.slider__arrow:hover { background: #fff; color: #000; }
.slider__arrow.prev { left: 0; }
.slider__arrow.next { right: 0; }
.slider__dots { display: flex; gap: 12px; justify-content: center; margin-top: 36px; }
.slider__dots button { width: 12px; height: 12px; border-radius: 50%; border: 1.5px solid #fff; background: transparent; cursor: pointer; padding: 0; }
.slider__dots button.active { background: #fff; }

/* ---------- Case-Study-Slider ---------- */
.refs-sub { font-family: "Poppins", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 1rem; color: #fff; text-align: left; margin: 10px 0 26px; }
.case-slider { position: relative; max-width: 940px; margin: 0 auto 20px; padding-inline: 70px; }
.case-slide { display: none; }
.case-slide.active { display: block; animation: fade .5s var(--ease); }
.case-title { font-family: "Poppins", sans-serif; font-weight: 700; font-size: clamp(1.15rem, 2vw, 1.55rem); color: #fff; text-align: left; margin-bottom: 20px; line-height: 1.25; }
.case-eyebrow { font-family: "Poppins", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; color: #9a9a9a; text-align: left; margin-bottom: 6px; }
.case-situation { color: var(--grey-on-dark); text-align: left; max-width: 68ch; margin: 0 0 28px; }
.case-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; text-align: left; }
.case-col h5 { font-family: "Poppins", sans-serif; font-weight: 600; font-size: .98rem; color: #fff; margin-bottom: 12px; }
.case-col ul { list-style: none; padding: 0; margin: 0; }
.case-col li { position: relative; padding-left: 20px; margin-bottom: 9px; color: var(--grey-on-dark); font-size: .95rem; line-height: 1.5; }
.case-col li::before { content: ""; position: absolute; left: 0; top: .58em; width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.refs-divider { max-width: 940px; margin: 44px auto 0; border-top: 1px solid rgba(255,255,255,.15); }
@media (max-width: 700px) {
  .case-slider { padding-inline: 46px; }
  .case-cols { grid-template-columns: 1fr; gap: 22px; }
  /* Pfeile weiter nach oben statt vertikal mittig */
  .slider__arrow { top: 26px; transform: none; }
}

/* ============================================================
   ÜBER UNS (weiß)
   ============================================================ */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.about__photo img { width: 100%; border-radius: 22px; object-fit: cover; filter: grayscale(1); aspect-ratio: 3/2.4; }
.about__text p { margin-bottom: 18px; color: #222; }

/* ============================================================
   LET'S TALK (dunkel)
   ============================================================ */
.talk { background: var(--black); color: #fff; position: relative; }
.talk__inner {
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.talk h2 { margin-bottom: 20px; }
.talk p { color: var(--grey-on-dark); max-width: 40ch; }
.talk .deco-circle {
  position: absolute; right: 8%; top: -40px; width: 150px; height: 150px;
  background: #fff; border-radius: 50%; opacity: .95;
}
.talk__head { max-width: 46ch; margin-bottom: clamp(30px, 5vw, 50px); }

/* ---------- Kontaktformular ---------- */
.contact-form { max-width: 720px; position: relative; z-index: 2; }
.contact-form .cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label {
  display: block; margin-bottom: 18px;
  font-family: "Poppins", sans-serif; font-weight: 400; font-size: .9rem;
  color: var(--grey-on-dark); letter-spacing: .01em;
}
.contact-form input,
.contact-form textarea {
  display: block; width: 100%; margin-top: 8px;
  background: rgba(255,255,255,.05); color: #fff;
  border: 1px solid rgba(255,255,255,.25); border-radius: 10px;
  padding: 13px 15px; font-family: "Mulish", sans-serif; font-size: 1rem;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none; border-color: #fff; background: rgba(255,255,255,.09);
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .cf-consent {
  display: block; position: relative; padding-left: 30px;
  font-size: .82rem; line-height: 1.5; color: var(--grey-on-dark); margin-top: 4px;
}
.contact-form .cf-consent input { position: absolute; left: 0; top: 3px; width: auto; }
.contact-form .cf-consent a { color: #fff; text-decoration: underline; }
.cf-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 26px; }
.cf-actions .cf-alt { font-size: .9rem; color: var(--grey-on-dark); }
.cf-actions .cf-alt a { color: #fff; text-decoration: underline; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 620px) { .contact-form .cf-row { grid-template-columns: 1fr; gap: 0; } }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--black); color: #fff; padding: clamp(50px, 8vw, 90px) 0 30px; position: relative; }
.footer__top { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: start; }
.footer__signet { width: 70px; }
.footer__brand h3 { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 1.9rem; margin-bottom: 22px; }
.footer__contact { font-size: 1rem; line-height: 1.9; color: #eee; }
.footer__contact b { font-weight: 700; margin-right: 4px; }
.footer__social { margin-top: 22px; }
.footer__social a { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; background: #fff; color: #000; }
.footer__totop {
  width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid #fff;
  display: grid; place-items: center; color: #fff; transition: .25s; justify-self: end;
}
.footer__totop:hover { background: #fff; color: #000; }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  margin-top: clamp(40px, 6vw, 70px); padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15);
  font-size: .92rem; color: #cfcfcf;
}
.footer__links { display: flex; gap: 30px; }
.footer__links a:hover { color: #fff; text-decoration: underline; }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal { padding: 150px var(--pad) 90px; max-width: 860px; margin: 0 auto; }
.legal h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 30px; }
.legal h2 { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 1.3rem; margin: 34px 0 12px; }
.legal p, .legal li { color: #333; margin-bottom: 12px; }
.legal ul { padding-left: 22px; }
.legal .back { display: inline-block; margin-bottom: 40px; font-family: "Poppins", sans-serif; font-weight: 600; }
.legal-header { position: static; background: var(--black); }

/* ============================================================
   LEISTUNGSSEITEN (Service pages)
   ============================================================ */
.subhero { padding-top: clamp(120px, 16vw, 180px); }
.svc-breadcrumb { font-family: "Poppins", sans-serif; font-size: .9rem; letter-spacing: .02em; color: var(--grey-on-dark); margin-bottom: 14px; }
.svc-breadcrumb a { color: var(--grey-on-dark); }
.svc-breadcrumb a:hover { color: #fff; }
.subhero__title { font-family: "Poppins", sans-serif; font-weight: 300; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.1; margin: 6px 0 24px; }
.subhero__title strong { font-weight: 700; }
.subhero__lead { font-family: "Poppins", sans-serif; font-weight: 300; font-size: clamp(1.05rem, 2vw, 1.35rem); color: #f0f0f0; max-width: 60ch; }
.subhero .btn { margin-top: 30px; }
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.svc-h { font-family: "Poppins", sans-serif; font-weight: 700; font-size: clamp(1.3rem, 2.4vw, 1.8rem); margin-bottom: 16px; }
.svc-list { list-style: none; padding: 0; margin: 0; }
.svc-list li { position: relative; padding-left: 30px; margin-bottom: 14px; line-height: 1.55; }
.svc-list li::before { content: ""; position: absolute; left: 0; top: .45em; width: 12px; height: 12px; border: 2px solid var(--black); border-radius: 50%; }
.section--dark .svc-list li::before { border-color: #fff; }
.svc-case { margin-top: 30px; font-family: "Poppins", sans-serif; font-weight: 600; }
.svc-case a { text-decoration: underline; }
@media (max-width: 800px) { .svc-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px);
    background: #0a0a0a; flex-direction: column; justify-content: center; align-items: flex-start;
    gap: 30px; padding: 96px 36px 44px;
    transform: translateX(100%); transition: transform .35s var(--ease);
    z-index: 120; box-shadow: -24px 0 60px rgba(0,0,0,.55);
  }
  .nav.open { transform: none; }
  .nav a { font-size: 1.6rem; color: #fff; }
  .lang-switch a { color: rgba(255,255,255,.65); }
  .lang-switch a.active { color: #fff; }
  .nav-toggle { display: block; z-index: 130; position: relative; }
  .site-header { padding: 16px var(--pad); }
  .site-header.scrolled { padding-block: 12px; backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(10,10,10,.95); }
  .site-header .logo { height: 46px; }
  .hero { padding-top: 100px; min-height: auto; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(1.8rem, 7.6vw, 2.8rem); }
  .hero__content { transform: none; }
  .hero__inner { grid-template-columns: 1fr; gap: 10px; min-width: 0; }
  .hero__inner > * { min-width: 0; }
  .hero__media { order: -1; overflow: visible; width: 100%; }
  .hero__media video {
    width: min(1400px, 260vw); max-width: none;
    margin: 0 auto; margin-right: auto; margin-bottom: -6%;
    transform: translateX(-31%);
  }
  .hero__scrolldots { display: none; }
  .intro__grid, .ansatz__grid, .about__grid { grid-template-columns: 1fr; }
  .intro__photo { order: -1; }
  .portfolio__layout { grid-template-columns: 1fr; }
  .pf-chain { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px; }
  .pf-node { margin: 0 !important; }
  .pf-node:nth-child(n) { width: 140px; height: 140px; }
  .talk__inner { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__totop { justify-self: start; }
}
@media (max-width: 520px) {
  .badge { flex-direction: column; text-align: center; align-items: center; }
  .slider { padding-inline: 46px; }
  .slider__arrow { width: 38px; height: 38px; }
}

.pf-more-link { margin-top: 18px; }
.pf-more-link a { font-family: "Poppins", sans-serif; font-weight: 600; color: #fff; text-decoration: underline; }

.pf-panel { display: none; }
.pf-panel.active { display: block; }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--grey-line); }
.faq-item summary { cursor: pointer; list-style: none; padding: 22px 44px 22px 0; position: relative; font-family: "Poppins", sans-serif; font-weight: 600; font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--black); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-weight: 300; font-size: 1.6rem; line-height: 1; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-a { padding: 0 0 22px; color: #333; max-width: 72ch; }
.faq-a p { margin: 0; }
