/* ============================================================
   dun.at - Stylesheet
   Schwester-Design zu Movement Werkstatt
   1) TOKENS · 2) RESET/BASE · 3) HEADER · 4) BUTTONS
   5) SEKTIONEN · 6) RESPONSIVE · 7) LEGAL
   ============================================================ */

/* ============================================================
   1) TOKENS
   ============================================================ */
:root{
  /* Farben */
  --bg:#0E0E0F;
  --surface:#1A1A1B;
  --surface-2:#232325;
  --line:#2E2E31;
  --text:#ECEAE6;
  --muted:#A8A39B;
  --accent:#3F2774;
  --accent-deep:#2E1A6B;
  --accent-soft:#7A60E8;
  --cream:#F5EFE3;
  --star:#FBBC04;

  /* Layout */
  --container:1280px;

  /* Radien */
  --r-sm:2px;
  --r-md:6px;
  --r-lg:10px;
  --r-card:12px;
  --r-pill:999px;

  /* Motion */
  --ease:cubic-bezier(.2,.7,.2,1);
  --skew:-15deg;

  /* z-index */
  --z-header:50;
  --z-scroll-top:55;
  --z-mobile-bar:60;
  --z-mobile-menu:80;
  --z-lightbox:90;
  --z-cookie:100;
}

::selection{background:var(--accent);color:#fff}

/* ============================================================
   2) RESET / BASE
   ============================================================ */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);overflow-x:hidden;overflow-x:clip;max-width:100vw}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:Inter,system-ui,sans-serif;
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img,svg,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}
input,textarea,select{font:inherit;color:inherit}
h1,h2,h3,h4,h5,p{margin:0;overflow-wrap:break-word}
ul{margin:0;padding:0;list-style:none}

.container{max-width:var(--container);margin:0 auto;padding:0 24px}

/* Typo */
h1{font-family:"Inter Tight",Inter,system-ui,sans-serif;font-weight:700;line-height:1.05;letter-spacing:-.02em;font-size:clamp(40px,7vw,72px)}
h2{font-family:"Inter Tight",Inter,system-ui,sans-serif;font-weight:700;font-size:clamp(32px,4.5vw,48px);line-height:1.08;letter-spacing:-.02em}
h3{font-family:"Inter Tight",Inter,system-ui,sans-serif;font-weight:700;font-size:clamp(22px,2.4vw,32px);line-height:1.15;letter-spacing:-.01em}
h4{font-family:"Inter Tight",Inter,system-ui,sans-serif;font-weight:700;font-size:clamp(18px,1.5vw,22px);letter-spacing:-.01em;line-height:1.2}
h5{font-family:"JetBrains Mono",ui-monospace,monospace;font-weight:500;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}
p{color:var(--text)}
.lead{font-size:19px;color:var(--muted);max-width:60ch;line-height:1.55}
.accent-word{color:var(--cream);font-style:italic;font-weight:600}

/* Sections */
.page{display:none}
.page.active{display:block;animation:pageIn .35s var(--ease) both}
@keyframes pageIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

section.block{padding:96px 0}
.section-head{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:48px}
.section-head p{color:var(--muted);font-size:17px;max-width:54ch}
@media (min-width:900px){
  .section-head{grid-template-columns:1.2fr 1fr;gap:48px;align-items:end}
}

/* Reveal */
.reveal{opacity:0;transform:translateY(10px);transition:opacity .5s var(--ease), transform .5s var(--ease)}
.reveal.in{opacity:1;transform:none}

/* ============================================================
   3) HEADER
   ============================================================ */
.header{
  position:sticky;top:0;left:0;right:0;z-index:var(--z-header);
  background:rgba(14,14,15,.78);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(46,46,49,.6);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  height:72px;gap:24px;
}
.brand{display:flex;align-items:center;gap:12px;cursor:pointer}
.brand img.brand-logo{height:54px;width:auto;display:block}
.mobile-menu .brand img.brand-logo{height:48px}
.footer .brand img.brand-logo{height:60px}
.brand .wordmark{
  font-family:"Inter Tight",Inter,sans-serif;font-weight:800;
  font-size:22px;letter-spacing:.04em;color:var(--text);
}
.skew-mark{
  position:relative;display:inline-block;width:34px;height:24px;
  flex:0 0 auto;
}
.skew-mark .par{
  position:absolute;inset:0 12px 0 0;
  background:var(--accent);
  transform:skewX(var(--skew));
}
.skew-mark .stripe{
  position:absolute;top:0;bottom:0;width:3px;
  background:var(--cream);
  transform:skewX(var(--skew));
}
.skew-mark .s1{right:6px;opacity:.95}
.skew-mark .s2{right:1px;opacity:.6;width:2px}
.skew-mark .s3{right:-3px;opacity:.35;width:2px}

.nav{display:none;gap:4px;align-items:center}
.nav a{
  padding:10px 14px;font-size:14px;color:var(--muted);
  position:relative;transition:color .2s var(--ease);
}
.nav a:hover,.nav a.active{color:var(--text)}
.nav a.active::after{
  content:"";position:absolute;left:14px;right:14px;bottom:4px;height:1px;
  background:var(--accent);
}
.header-cta{display:flex;align-items:center;gap:10px}

/* Open-Status Pill */
.open-status{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 12px;border-radius:var(--r-pill);
  background:var(--surface-2);
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11px;
  letter-spacing:.04em;line-height:1;color:var(--muted);white-space:nowrap;
}
.open-status .dot{
  width:8px;height:8px;border-radius:50%;background:#666;
  animation:openBlink 1.6s ease-in-out infinite;
}
.open-status[data-state="open"]{color:var(--text)}
.open-status[data-state="open"] .dot{background:#22c55e;box-shadow:0 0 8px rgba(34,197,94,.7)}
.open-status[data-state="closed"]{color:var(--muted)}
.open-status[data-state="closed"] .dot{background:#ef4444;animation:none}
@keyframes openBlink{0%,100%{opacity:1}50%{opacity:.45}}

/* Lang Pill */
.lang{
  display:inline-flex;background:var(--surface-2);
  border:1px solid var(--line);border-radius:var(--r-pill);
  padding:3px;
}
.lang button{
  font-family:"JetBrains Mono",ui-monospace,monospace;
  font-size:11px;letter-spacing:.1em;padding:6px 12px;
  border-radius:var(--r-pill);color:var(--muted);
  transition:background .2s var(--ease),color .2s var(--ease);
}
.lang button.active{background:var(--bg);color:var(--text)}

.menu-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;background:var(--surface-2);
  border:1px solid var(--line);border-radius:var(--r-sm);
  color:var(--text);
}
.menu-btn svg{width:20px;height:20px}

@media (min-width:1024px){
  .nav{display:flex}
  .menu-btn{display:none}
}
/* Sprach-Umschalter erscheint auf der Startseite mobil nur im Burger-Menü
   (Legal-Seiten haben kein Burger-Menü → Umschalter bleibt dort sichtbar) */
@media (max-width:1023px){
  body:not(.legal) .header-cta .lang{display:none}
}

/* Mobile Menu */
.mobile-menu{
  position:fixed;inset:0;z-index:var(--z-mobile-menu);
  background:var(--bg);
  transform:translateY(-100%);
  transition:transform .35s var(--ease);
  display:flex;flex-direction:column;
  overflow-y:auto;
}
.mobile-menu.open{transform:translateY(0)}
.mm-head{
  display:flex;justify-content:space-between;align-items:center;
  height:72px;padding:0 24px;
}
.mm-close{
  width:44px;height:44px;background:var(--surface-2);
  border:1px solid var(--line);border-radius:var(--r-sm);
  display:inline-flex;align-items:center;justify-content:center;color:var(--text);
}
.mm-close svg{width:18px;height:18px}
.mm-nav{flex:1;display:flex;flex-direction:column;padding:32px 24px;gap:8px}
.mm-nav a{
  display:flex;justify-content:space-between;align-items:center;
  padding:18px 0;
  font-family:"Inter Tight",sans-serif;font-weight:600;
  font-size:46px;letter-spacing:-.02em;
}
.mm-nav a span{
  font-family:"JetBrains Mono",monospace;
  font-size:15px;color:var(--muted);font-weight:400;
}
.mm-foot{padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.mm-foot .lang button{padding:10px 20px;font-size:12px}

/* ============================================================
   4) BUTTONS
   ============================================================ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 22px;font-size:14px;font-weight:600;
  border-radius:var(--r-sm);
  transition:all .2s ease;cursor:pointer;
  letter-spacing:.01em;
  border:1px solid transparent;
  text-align:center;line-height:1;
}
.btn .arrow{transition:transform .2s var(--ease);display:inline-block}
.btn:hover .arrow{transform:translateX(4px)}

.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:var(--accent-soft)}

.btn-ghost{border-color:var(--text);color:var(--text)}
.btn-ghost:hover{background:var(--text);color:var(--bg)}

.btn-sm{padding:10px 16px;font-size:13px}

/* ============================================================
   5) SEKTIONEN
   ============================================================ */

/* ---- HERO ---- */
.hero{
  position:relative;
  min-height:calc(100vh - 72px);
  min-height:calc(100dvh - 72px);
  display:flex;align-items:center;
  padding:120px 0 64px;
  overflow:hidden;
  isolation:isolate;
}
/* Mobil (Burger-Menü-Ansicht): Hero nicht bildschirmfüllend,
   unterer Abschnitt darf durchscheinen. Text sitzt unten. */
@media (max-width:1023px){
  .hero{min-height:80vh;min-height:80dvh;padding:0 0 44px;align-items:flex-end}
}
.hero-bg{
  position:absolute;inset:0;z-index:-2;
  width:100%;height:100%;
  object-fit:cover;
  opacity:.7;
}
@keyframes kenburns{from{transform:scale(1)}to{transform:scale(1.06)}}
.hero::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg, rgba(14,14,15,.4) 0%, rgba(14,14,15,.55) 55%, rgba(14,14,15,.95) 100%);
}
/* Mobil: Titelvideo als Band - oben & unten gekürzt, nicht bildschirmfüllend.
   Maske blendet das Video an den Kanten weich aus (sanfter Übergang zum Text). */
@media (max-width:1023px){
  .hero-bg{
    top:24px;bottom:auto;height:48vh;height:48dvh;
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 12%,#000 68%,transparent 100%);
    mask-image:linear-gradient(180deg,transparent 0%,#000 12%,#000 68%,transparent 100%);
  }
  .hero::after{top:24px;bottom:auto;height:48vh;height:48dvh}
}
.hero-inner{display:grid;gap:28px;width:100%}
.hero h1{
  font-size:clamp(40px,6.4vw,88px);
  font-weight:800;line-height:.95;letter-spacing:-.035em;
  max-width:18ch;
  text-wrap:balance;
}
.hero .lead{font-size:19px;max-width:54ch;color:var(--muted)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.hero-actions .phone-ghost{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:13px;letter-spacing:.04em}
/* Titelseiten-Buttons (Teil anfragen + Telefon) nur auf Desktop sichtbar */
@media (max-width:1023px){.hero-actions{display:none}}

.hero-tag{
  display:inline-flex;align-items:center;gap:10px;
  font-family:"JetBrains Mono",ui-monospace,monospace;
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--muted);
}
.hero-tag .pulse{
  width:8px;height:8px;border-radius:50%;background:var(--accent-soft);
  box-shadow:0 0 12px rgba(122,96,232,.7);
  animation:pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot{0%,100%{opacity:1}50%{opacity:.3}}


/* ---- SPARTEN GRID ---- */
.sparten{
  display:grid;grid-template-columns:1fr;gap:0;
}
@media (min-width:900px){.sparten{grid-template-columns:repeat(3,1fr)}}
.sparte{
  position:relative;min-height:420px;
  background:var(--surface);
  padding:32px;
  display:flex;flex-direction:column;justify-content:flex-end;
  overflow:hidden;isolation:isolate;cursor:pointer;
  text-align:left;color:var(--text);
}
.sparte::before{
  content:"";position:absolute;inset:0;z-index:-2;
  background-size:cover;background-position:center;
  opacity:.45;transition:opacity .5s var(--ease),transform .8s var(--ease);
}
.sparte::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg, rgba(14,14,15,.2) 0%, rgba(14,14,15,.85) 70%, rgba(14,14,15,.98) 100%);
}
.sparte:hover::before{opacity:.6;transform:scale(1.05)}
.sparte-num{display:none}
.sparte h3{margin-top:24px}
.sparte p{color:var(--muted);font-size:15px;margin-top:8px;max-width:38ch}
.sparte-link{
  margin-top:20px;display:inline-flex;align-items:center;gap:10px;
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11px;
  letter-spacing:.18em;text-transform:uppercase;color:var(--cream);
}
.sparte-link .arrow{transition:transform .2s var(--ease)}
.sparte:hover .sparte-link .arrow{transform:translateX(4px)}

@media (max-width:899px){.sparte{min-height:340px}}

/* ---- SERVICES ---- */
.services{
  display:grid;grid-template-columns:repeat(2,1fr);gap:1px;
  background:var(--line);
}
@media (min-width:768px){.services{grid-template-columns:repeat(4,1fr)}}
@media (min-width:768px){.services-3{grid-template-columns:repeat(3,1fr)}}
.service{
  background:var(--surface);padding:32px 24px;
  display:flex;flex-direction:column;gap:14px;min-height:200px;
  transition:background .2s var(--ease);
}
.service:hover{background:var(--surface-2)}
.service .ico{width:34px;height:34px;color:var(--accent-soft)}
.service h4{color:var(--text)}
.service p{color:var(--muted);font-size:14px;line-height:1.55}

/* ---- SERVICES SELECTOR (ersetzt das Kachel-Raster auf den 6 Unterseiten) ---- */
.svc-selector{
  --svc-accent:var(--accent-soft);
  display:flex;flex-direction:column;
  border-top:1px solid var(--line);
}
.svc-tabs{display:flex;flex-direction:column}
.svc-tab{
  display:flex;align-items:center;gap:14px;text-align:left;width:100%;
  padding:18px 20px;border:0;border-bottom:1px solid var(--line);
  border-left:2px solid transparent;
  background:transparent;cursor:pointer;
  transition:background .2s var(--ease),border-color .2s var(--ease);
}
.svc-tab:hover{background:var(--surface)}
.svc-tab.is-active{background:var(--surface);border-left-color:var(--svc-accent)}
.svc-num{
  font-family:"JetBrains Mono",ui-monospace,monospace;
  font-size:11px;letter-spacing:.04em;color:var(--svc-accent);
}
.svc-label{
  font-family:"Inter Tight",sans-serif;font-weight:600;font-size:14px;
  color:var(--muted);transition:color .2s var(--ease);
}
.svc-tab.is-active .svc-label{color:var(--text)}
.svc-panel{
  display:flex;flex-direction:column;justify-content:center;gap:16px;
  padding:28px 4px;
}
.svc-panel-text{display:flex;flex-direction:column;gap:16px}
.svc-panel-img{
  width:100%;height:auto;display:block;
  border:1px solid var(--line);border-radius:var(--r-card);
  object-fit:cover;
}
.svc-panel-img[hidden]{display:none}
.svc-panel-title{
  font-family:"Inter Tight",sans-serif;font-weight:700;font-size:24px;
  color:var(--text);letter-spacing:-.01em;
}
.svc-panel-desc{
  font-family:Inter,sans-serif;font-size:15px;line-height:1.6;
  color:var(--muted);max-width:40ch;
}
.svc-panel[hidden]{display:none}
.svc-panel.is-swapping{opacity:0;transform:translateY(6px)}
.svc-panel{transition:opacity .15s var(--ease),transform .15s var(--ease)}

/* Handy: Panel sitzt aufgeklappt zwischen den Tabs, unter dem aktiven Eintrag.
   Der Titel entfaellt hier - er steht bereits im Tab direkt darueber. */
.svc-tabs > .svc-panel{
  padding:4px 20px 26px;gap:12px;
  background:var(--surface);
  border-bottom:1px solid var(--line);
  border-left:2px solid var(--svc-accent);
}
.svc-tabs > .svc-panel .svc-panel-title{display:none}

@media (min-width:900px){
  .svc-selector{flex-direction:row}
  .svc-tabs{width:260px;flex:none;border-right:1px solid var(--line)}
  .svc-tab{border-bottom:0}
  .svc-panel{flex:1;padding:56px;min-height:360px;flex-direction:row;align-items:center;gap:48px}
  .svc-panel-text{flex:1;min-width:0}
  .svc-panel-img{flex:0 0 38%;max-width:38%;aspect-ratio:4/3}
  .svc-panel-title{font-size:30px}
  .svc-panel-desc{font-size:16px}
}
@media (prefers-reduced-motion: reduce){
  .svc-panel{transition:none}
  .svc-panel.is-swapping{opacity:1;transform:none}
}

/* Akzentfarbe je Bereich - identisch zur Tagline der jeweiligen Titelseite */
#ersatzteile .svc-selector{--svc-accent:#5a9ae0}
#reifen .svc-selector{--svc-accent:#e09040}
#traeger .svc-selector{--svc-accent:#3db870}
#pflege .svc-selector{--svc-accent:#28b8cc}
#audio .svc-selector{--svc-accent:#d040b0}
#tuning .svc-selector{--svc-accent:var(--accent-soft)}

/* ---- STORY ---- */
.story{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}
@media (min-width:900px){.story{grid-template-columns:1.05fr 1fr;gap:80px}}
.story-text h2{margin-bottom:24px;line-height:1.05}
.story-text p{color:var(--muted);font-size:16px;margin-bottom:14px;max-width:54ch}
.story-img{
  position:relative;aspect-ratio:4/5;border-radius:var(--r-card);overflow:hidden;
  background:var(--surface);
}
@media (max-width:899px){.story-img{aspect-ratio:5/4}}
.story-img img{width:100%;height:100%;object-fit:cover}
.story-img::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(245,239,227,.05) 0%, rgba(14,14,15,.0) 30%, rgba(14,14,15,.8) 100%);
}
.story-img .badge{
  position:absolute;left:18px;bottom:18px;z-index:2;
  background:var(--accent);color:#fff;
  font-family:"JetBrains Mono",ui-monospace,monospace;
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  padding:8px 14px;border-radius:var(--r-pill);
}

/* ---- FELGE (Tuning) - hinter den Service-Kacheln, am Rand sichtbar ---- */
.tuning-services{position:relative;overflow:hidden;isolation:isolate}
.felgen-wheel{
  position:absolute;z-index:-1;pointer-events:none;
  right:-7vw;top:50%;
  width:min(56vw,640px);height:auto;
  transform:translateY(-50%);
  /* runde Maske entfernt den schwarzen Bild-Hintergrund sauber */
  -webkit-mask-image:radial-gradient(circle closest-side,#000 93%,transparent 100%);
  mask-image:radial-gradient(circle closest-side,#000 93%,transparent 100%);
}
@media (max-width:899px){
  .felgen-wheel{right:-30vw;width:min(96vw,480px)}
}

/* ---- HERSTELLER SHOWCASE-KARUSSELL ---- */
.makers-block{padding-bottom:64px}
.makers-marquee{
  position:relative;
  width:100%;
  overflow:hidden;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--surface);
  padding:18px 0;
  display:flex;gap:0;
  /* Edge-Fade */
  -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.makers-track{
  display:flex;flex:0 0 auto;align-items:center;
  gap:64px;
  padding-right:64px;
  animation:makersScroll 36s linear infinite;
  white-space:nowrap;
}
.makers-marquee:hover .makers-track{animation-play-state:paused}
.makers-marquee .maker{
  display:inline-flex;align-items:center;justify-content:center;
  white-space:nowrap;
  background:none;padding:0;min-height:0;
}
.makers-marquee .maker img{
  height:38px;width:auto;max-width:160px;
  object-fit:contain;
  transition:opacity .2s var(--ease);
  display:block;
}
.makers-marquee .maker img[src*="bbs"],
.makers-marquee .maker img[src*="oz-racing"],
.makers-marquee .maker img[src*="pirelli"],
.makers-marquee .maker img[src*="bridgestone"]{
  height:88px;max-width:280px;
}
.makers-marquee .maker img[src*="bridgestone"]{
  height:120px;max-width:360px;
}
@keyframes makersScroll{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media (max-width:560px){
  .makers-marquee{padding:14px 0}
  .makers-marquee .maker img{height:28px;max-width:120px}
  .makers-marquee .maker img[src*="bbs"],
  .makers-marquee .maker img[src*="oz-racing"],
  .makers-marquee .maker img[src*="pirelli"],
  .makers-marquee .maker img[src*="bridgestone"]{
    height:64px;max-width:200px;
  }
  .makers-marquee .maker img[src*="bridgestone"]{
    height:88px;max-width:260px;
  }
  .makers-track{gap:40px;padding-right:40px;animation-duration:28s}
  .brand img.brand-logo{height:44px}
  .mobile-menu .brand img.brand-logo{height:40px}
}
@media (prefers-reduced-motion: reduce){
  .makers-track{animation:none}
  .makers-marquee{overflow-x:auto;scroll-snap-type:x mandatory}
  .makers-marquee .maker[aria-hidden="true"]{display:none}
}

/* ---- FORM ---- */
.form-wrap{
  display:grid;grid-template-columns:1fr;gap:48px;
}
@media (min-width:900px){.form-wrap{grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}}
.form-intro h2{margin-bottom:24px}
.form-intro p{color:var(--muted);font-size:16px;margin-bottom:14px;max-width:46ch}
.form-meta{margin-top:32px;display:flex;flex-direction:column;gap:18px}
.form-meta .row{display:flex;flex-direction:column;gap:4px;border-top:1px solid var(--line);padding-top:14px}
.form-meta .row h5{margin-bottom:4px}
.form-meta .val{font-family:"Inter Tight",sans-serif;font-size:18px;color:var(--text)}
.form-meta a:hover{color:var(--accent-soft)}

form.anfrage{display:grid;gap:0}
.form-section{padding:24px 0;border-bottom:1px solid var(--line)}
.form-section:first-of-type{padding-top:0}
.form-section h4{margin-bottom:18px;font-size:14px;font-family:"JetBrains Mono",ui-monospace,monospace;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:500}
.form-rows{display:grid;grid-template-columns:1fr;gap:0}
@media (min-width:600px){.form-rows{grid-template-columns:1fr 1fr;gap:0 24px}}
.form-rows.cols-1{grid-template-columns:1fr}

.field{
  position:relative;padding:24px 0 12px;border-bottom:1px solid var(--line);
  transition:border-color .2s var(--ease);
}
.field input,.field textarea{
  width:100%;border:0;background:transparent;outline:0;
  font-size:16px;color:var(--text);padding:0;
  font-family:Inter,sans-serif;
}
.field textarea{resize:vertical;min-height:96px;line-height:1.5}
.field label{
  position:absolute;left:0;top:24px;
  font-size:16px;color:var(--muted);pointer-events:none;
  transition:all .2s var(--ease);
}
.field input:focus + label,.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,.field textarea:not(:placeholder-shown) + label,
.field.filled label{
  top:0;font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--accent-soft);font-family:"JetBrains Mono",ui-monospace,monospace;
}
.field:focus-within{border-color:var(--accent-soft)}
.field .req{color:var(--accent-soft);margin-left:4px}

/* Custom Select */
.select{position:relative;padding:24px 0 12px;border-bottom:1px solid var(--line);cursor:pointer}
.select-label{
  position:absolute;left:0;top:0;
  font-family:"JetBrains Mono",ui-monospace,monospace;
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-soft);
}
.select-trigger{
  display:flex;align-items:center;gap:12px;width:100%;
  font-size:16px;color:var(--text);
}
.select-trigger .caret{margin-left:auto;width:14px;height:14px;color:var(--muted);transition:transform .2s var(--ease)}
.select.open .select-trigger .caret{transform:rotate(180deg)}
.select-dropdown{
  position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:10;
  background:var(--surface-2);border:1px solid var(--line);
  border-radius:var(--r-lg);
  padding:6px;box-shadow:0 18px 40px rgba(0,0,0,.5);
  display:none;
}
.select.open .select-dropdown{display:block}
.select-option{
  position:relative;padding:12px 14px 12px 22px;border-radius:var(--r-md);
  font-size:14px;color:var(--text);cursor:pointer;
  transition:background .15s var(--ease);
}
.select-option::before{
  content:"";position:absolute;left:6px;top:50%;width:3px;height:14px;
  background:var(--accent-soft);transform:translateY(-50%) skewX(var(--skew));
  opacity:0;transition:opacity .15s var(--ease);
}
.select-option:hover,.select-option[aria-selected="true"]{background:var(--surface)}
.select-option:hover::before,.select-option[aria-selected="true"]::before{opacity:1}

.field-file{padding:24px 0 12px;border-bottom:1px solid var(--line)}
.field-file label{
  display:flex;align-items:center;gap:14px;cursor:pointer;font-size:14px;color:var(--muted);
}
.field-file .file-btn{
  display:inline-flex;align-items:center;gap:8px;padding:10px 14px;
  background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);
  color:var(--text);font-size:13px;font-weight:500;
}
.field-file input{display:none}

.field-check{display:flex;align-items:flex-start;gap:12px;padding:18px 0;color:var(--muted);font-size:14px}
.field-check input[type="checkbox"]{accent-color:var(--accent);width:18px;height:18px;margin-top:2px;flex:0 0 auto}
.field-check a{color:var(--accent-soft);text-decoration:underline}

.radio-group{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.radio-pill{position:relative}
.radio-pill input{position:absolute;opacity:0;pointer-events:none}
.radio-pill label{
  display:inline-flex;align-items:center;gap:8px;padding:10px 16px;
  border:1px solid var(--line);border-radius:var(--r-pill);
  font-size:13px;color:var(--muted);cursor:pointer;
  transition:all .15s var(--ease);
}
.radio-pill input:checked + label{background:var(--surface-2);color:var(--text);border-color:var(--accent-soft)}

.form-submit{margin-top:24px;display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.form-msg{font-size:13px;color:var(--accent-soft);font-family:"JetBrains Mono",ui-monospace,monospace;letter-spacing:.06em}

/* ---- CTA BAND ---- */
.cta-band{
  position:relative;background:var(--surface);
  padding:120px 0;overflow:hidden;isolation:isolate;
}
.cta-band::before{
  content:"";position:absolute;top:-40%;left:-20%;width:90%;height:180%;
  background:var(--accent-deep);
  transform:skewX(var(--skew));
  opacity:.55;z-index:-1;
}
.cta-band::after{
  content:"";position:absolute;top:-40%;left:55%;width:6px;height:180%;
  background:var(--cream);
  transform:skewX(var(--skew));
  opacity:.18;
  box-shadow: 28px 0 0 0 rgba(245,239,227,.12), 56px 0 0 0 rgba(245,239,227,.07);
  z-index:-1;
}
.cta-inner{max-width:760px;display:flex;flex-direction:column;gap:24px}
.cta-inner h2{font-size:clamp(36px,5vw,64px);line-height:1.02;letter-spacing:-.03em}
.cta-inner p{color:var(--muted);max-width:54ch;font-size:17px}
.cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}

/* ---- REVIEWS ---- */
.reviews-summary{
  display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:32px;
}
.reviews-summary .num{font-family:"Inter Tight",sans-serif;font-weight:700;font-size:42px;line-height:1;color:var(--text)}
.reviews-stars{display:inline-flex;gap:3px;color:var(--line)}
.reviews-stars .star{color:var(--star)}
.reviews-count{
  padding:6px 12px;border:1px solid var(--line);border-radius:var(--r-pill);
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11px;letter-spacing:.1em;color:var(--muted);
}
.reviews-wrap{position:relative}
.reviews-track{
  display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;padding:8px 2px 32px;
  outline:none;
}
.reviews-track::-webkit-scrollbar{display:none}
.reviews-track:focus-visible{outline:2px solid var(--accent-soft);outline-offset:3px}
.review-card{
  flex:0 0 86%;scroll-snap-align:start;
  background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-card);padding:28px;
  display:flex;flex-direction:column;gap:14px;
}
@media (min-width:768px){.review-card{flex-basis:calc((100% - 24px)/2)}}
@media (min-width:1024px){.review-card{flex-basis:calc((100% - 48px)/3)}}
.review-head{display:flex;align-items:center;gap:12px}
.review-avatar{
  width:44px;height:44px;border-radius:50%;
  background:var(--accent);color:#fff;display:inline-flex;
  align-items:center;justify-content:center;
  font-family:"Inter Tight",sans-serif;font-weight:700;
}
.review-author{font-family:"Inter Tight",sans-serif;font-weight:600;font-size:16px}
.review-date{font-size:12px;color:var(--muted)}
.review-text{
  font-size:15px;color:var(--muted);line-height:1.55;
  display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;
}
.reviews-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:8px}
.reviews-dots{display:flex;gap:6px}
.reviews-dot{
  width:8px;height:8px;border-radius:var(--r-pill);background:var(--line);
  transition:width .2s var(--ease),background .2s var(--ease);
}
.reviews-dot.active{width:24px;background:var(--accent-soft)}
.reviews-arrows{display:none;gap:8px}
@media (min-width:768px){.reviews-arrows{display:inline-flex}}
.reviews-arrow{
  width:44px;height:44px;border-radius:var(--r-pill);
  background:var(--surface-2);border:1px solid var(--line);color:var(--text);
  display:inline-flex;align-items:center;justify-content:center;
  transition:background .2s var(--ease);
}
.reviews-arrow:hover{background:var(--accent)}

/* ---- KONTAKT / MAP ---- */
/* Kontaktdaten oben, Karte breit darunter */
.kontakt-grid{display:grid;grid-template-columns:1fr;gap:40px}
.map{
  position:relative;aspect-ratio:16/10;
  background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-card);overflow:hidden;
}
@media (min-width:900px){.map{aspect-ratio:3/1}}
.map iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.map-consent{
  position:absolute;inset:0;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:14px;padding:24px;text-align:center;
  background:var(--surface);
}
.map-consent p{color:var(--muted);font-size:14px;max-width:42ch}

.info-blocks{display:grid;grid-template-columns:1fr;column-gap:48px}
@media (min-width:700px){.info-blocks{grid-template-columns:1fr 1fr}}
.info-block{
  border-top:1px solid var(--line);padding:20px 0;
  display:flex;flex-direction:column;gap:4px;
}
.info-block h4{
  font-family:"JetBrains Mono",ui-monospace,monospace;font-weight:500;
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);
}
.info-block .val{font-family:"Inter Tight",sans-serif;font-size:22px;color:var(--text);font-weight:600;overflow-wrap:break-word}
.info-block small{color:var(--muted);font-size:14px}

/* ---- FOOTER ---- */
.footer{background:#070708;padding:80px 0 32px;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1fr;gap:48px}
@media (min-width:768px){.footer-grid{grid-template-columns:1.6fr 1fr 1fr;gap:40px}}
.footer-brand .wordmark{font-size:28px}
.footer-brand p{color:var(--muted);font-size:14px;margin-top:16px;max-width:42ch}
.footer-cta{
  display:inline-flex;align-items:center;gap:10px;margin-top:18px;
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:12px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--text);
}
.footer-cta:hover{color:var(--accent-soft)}
.footer-cta .arrow{transition:transform .2s var(--ease)}
.footer-cta:hover .arrow{transform:translateX(4px)}
.footer h5{margin-bottom:18px;color:var(--muted)}
.footer ul{display:flex;flex-direction:column;gap:10px}
.footer li a{color:var(--text);font-size:14px;transition:color .15s var(--ease)}
.footer li a:hover{color:var(--accent-soft)}
.footer-bottom{
  display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;
  margin-top:56px;padding-top:24px;border-top:1px solid var(--line);
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:12px;
  color:var(--muted);letter-spacing:.06em;
}
.footer-bottom a{color:var(--muted)}
.footer-bottom a:hover{color:var(--text)}
/* Platz für die fixierte Mobile-Bar (<1024px) + iPhone Safe-Area */
@media (max-width:1023px){
  .footer{padding-bottom:calc(104px + env(safe-area-inset-bottom,0px))}
}
/* Kompakter Footer auf Mobile */
@media (max-width:767px){
  .footer{padding-top:40px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px 24px}
  .footer-brand{grid-column:1 / -1}
  .footer-brand p{margin-top:10px;font-size:13px}
  .footer .brand img.brand-logo{height:44px}
  .footer h5{margin-bottom:10px;font-size:13px}
  .footer ul{gap:6px}
  .footer li a{font-size:13px}
  .footer-bottom{margin-top:24px;padding-top:16px;font-size:11px}
}

/* ---- MOBILE STICKY BAR ---- */
.mobile-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:var(--z-mobile-bar);
  background:rgba(14,14,15,.95);backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-top:1px solid var(--line);
  display:grid;grid-template-columns:1fr 1fr 1fr;
  height:calc(64px + env(safe-area-inset-bottom,0px));
  padding-bottom:env(safe-area-inset-bottom,0px);
}
.mobile-bar a{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11px;
  letter-spacing:.1em;text-transform:uppercase;color:var(--text);
}
.mobile-bar a svg{width:20px;height:20px}
.mobile-bar a img{width:22px;height:22px;object-fit:contain;filter:invert(1)}
.mobile-bar a.center{background:var(--accent);color:#fff;border-radius:var(--r-sm);margin:8px}
@media (min-width:1024px){.mobile-bar{display:none}}

/* ---- SUB-HERO ---- */
.sub-hero{
  position:relative;padding:120px 0 64px;
  overflow:hidden;isolation:isolate;
}
.sub-hero-bg{
  position:absolute;inset:0;z-index:-2;
  background-size:cover;background-position:center;opacity:.25;
}
.sub-hero::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg, rgba(14,14,15,.6) 0%, rgba(14,14,15,.7) 60%, rgba(14,14,15,1) 100%);
}
.crumb{
  font-family:"JetBrains Mono",ui-monospace,monospace;
  font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);
  display:inline-block;margin-bottom:24px;
}
.sub-hero h1{
  font-size:clamp(48px,8vw,104px);font-weight:800;line-height:.95;letter-spacing:-.04em;
  max-width:16ch;margin-bottom:24px;
}

/* ---- FAQ ---- */
.faq{border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line);padding:24px 0}
.faq summary{
  display:flex;justify-content:space-between;align-items:center;gap:20px;
  font-family:"Inter Tight",sans-serif;font-weight:600;font-size:22px;letter-spacing:-.01em;
  cursor:pointer;list-style:none;color:var(--text);
}
.faq summary::-webkit-details-marker{display:none}
.faq .plus{
  position:relative;width:24px;height:24px;flex:0 0 auto;
}
.faq .plus::before,.faq .plus::after{
  content:"";position:absolute;background:var(--accent-soft);
}
.faq .plus::before{left:0;right:0;top:50%;height:2px;transform:translateY(-50%)}
.faq .plus::after{top:0;bottom:0;left:50%;width:2px;transform:translateX(-50%);transition:transform .2s var(--ease)}
.faq details[open] .plus::after{transform:translateX(-50%) scaleY(0)}
.faq .answer{margin-top:14px;color:var(--muted);font-size:16px;max-width:64ch}

/* ---- TUNING HERO (Sonderlayout - statisch + Parallax) ---- */
.tuning-hero{
  position:relative;
  min-height:calc(100vh - 72px);
  display:flex;
  flex-direction:column;
  padding:32px 0 24px;
  overflow:hidden;
  isolation:isolate;
  background:radial-gradient(ellipse 80% 70% at center, rgba(46,26,107,.55) 0%, rgba(46,26,107,.25) 35%, rgba(14,14,15,.9) 65%, var(--bg) 95%);
}
.tuning-hero .crumb{margin-bottom:0}
.tuning-hero-stage{
  position:relative;
  width:100%;
  flex:1 1 auto;
  min-height:360px;
}
/* Wort sitzt oberhalb des Autos */
.tuning-bigword{
  position:absolute;
  left:50%;top:6%;
  transform:translate3d(-50%, 0, 0);
  z-index:1;
  pointer-events:none;
  width:100%;
  text-align:center;
  padding:0 12px;
  will-change:transform;
}
.tuning-bigword span.bigword-text{
  font-family:"Inter Tight",sans-serif;
  font-weight:800;
  color:var(--cream);
  font-size:clamp(56px,18vw,300px);
  line-height:.9;
  letter-spacing:-.05em;
  white-space:nowrap;
  display:inline-block;
  max-width:100%;
}
.tuning-bigword .letter{display:inline-block}

/* Underglow entfernt */
.tuning-glow{display:none}

/* Auto - Bild, sitzt unten - Parallax-Träger */
.tuning-car{
  position:absolute;
  left:50%;bottom:2%;
  transform:translate3d(-50%, 0, 0);
  z-index:3;
  width:96%;max-width:1180px;
  height:auto;
  max-height:78%;
  object-fit:contain;
  filter:drop-shadow(0 30px 50px rgba(0,0,0,.65));
  will-change:transform;
}

/* Boden-Highlight entfernt */
.tuning-hero-stage::before{content:none}
.tuning-hero-stage::after{content:none}

/* Tagline unter dem Auto */
.tuning-hero-foot{
  position:relative;z-index:5;
  text-align:center;
  padding:8px 20px 24px;
  background:transparent;
  flex:0 0 auto;
}
.tuning-hero-foot h1{
  font-family:"Inter Tight",sans-serif;font-weight:800;
  font-size:clamp(24px,3.6vw,46px);
  letter-spacing:-.02em;line-height:1.1;
  margin:0 auto;max-width:24ch;
}
.tuning-hero-foot h1 .accent-word{color:var(--accent-soft);font-style:normal}

/* ---- Responsive Breakpoints ---- */
/* Tablet & kleiner (Höhe ist OK, Breite knapp) */
@media (max-width:899px){
  .tuning-hero{min-height:calc(100vh - 72px);padding:20px 0 16px}
  .tuning-hero-stage{min-height:300px}
  .tuning-bigword{top:5%}
  .tuning-car{width:100%;max-height:74%}
}
/* Mobile Portrait - kompakte Titelseite */
@media (max-width:560px){
  .tuning-hero{min-height:auto;padding:14px 0 10px}
  .tuning-hero-stage{min-height:240px;flex:0 0 auto;height:46vh;max-height:420px}
  .tuning-bigword{top:20%;bottom:auto;padding:0 24px}
  .tuning-bigword span.bigword-text{font-size:clamp(48px,18vw,130px)}
  .tuning-car{width:100%;max-height:76%;bottom:6%}
  .tuning-hero-foot{padding:10px 16px 14px}
  .tuning-hero-foot h1{font-size:clamp(20px,5vw,28px)}
}
/* Sehr schmale Phones */
@media (max-width:380px){
  .tuning-hero-stage{min-height:220px;height:44vh;max-height:360px}
  .tuning-bigword{top:19%;bottom:auto;padding:0 22px}
  .tuning-bigword span.bigword-text{font-size:clamp(44px,18vw,120px)}
  .tuning-car{width:100%;max-height:78%}
  .brand img.brand-logo{height:38px}
}
/* Landscape Phones - wenig Höhe */
@media (max-height:600px) and (orientation:landscape){
  .tuning-hero{min-height:auto;padding:16px 0 12px}
  .tuning-hero-stage{min-height:200px;height:46vh}
  .tuning-bigword{top:2%}
  .tuning-bigword span.bigword-text{font-size:clamp(60px,12vw,140px)}
  .tuning-car{max-height:80%;bottom:4%}
  .tuning-hero-foot{padding:8px 20px 14px}
  .tuning-hero-foot h1{font-size:clamp(20px,3vw,28px)}
}
/* Flach am Desktop */
@media (max-height:720px) and (min-width:900px){
  .tuning-hero{min-height:auto;padding:24px 0 16px}
  .tuning-hero-stage{min-height:320px}
}

@media (prefers-reduced-motion: reduce){
  .tuning-bigword,.tuning-car{transform:translateX(-50%) !important}
}

/* ---- PARTS HERO (Sonderlayout - statisch + Parallax, Variante zu Tuning) ---- */
.parts-hero{
  position:relative;
  min-height:calc(100vh - 72px);
  display:flex;
  flex-direction:column;
  padding:32px 0 24px;
  overflow:hidden;
  isolation:isolate;
  background:radial-gradient(ellipse 80% 70% at center, rgba(90,154,224,.55) 0%, rgba(90,154,224,.25) 35%, rgba(14,14,15,.9) 65%, var(--bg) 95%);
}
.parts-hero .crumb{margin-bottom:0}
.parts-hero-stage{
  position:relative;
  width:100%;
  flex:1 1 auto;
  min-height:360px;
}
.parts-bigword{
  position:absolute;
  left:50%;top:6%;
  transform:translate3d(-50%, 0, 0);
  z-index:1;
  pointer-events:none;
  width:100%;
  text-align:center;
  padding:0 12px;
  will-change:transform;
}
.parts-bigword span.bigword-text{
  font-family:"Inter Tight",sans-serif;
  font-weight:800;
  color:var(--cream);
  font-size:clamp(56px,18vw,300px);
  line-height:.9;
  letter-spacing:-.05em;
  white-space:nowrap;
  display:inline-block;
  max-width:100%;
}
.parts-bigword .letter{display:inline-block}

.parts-image{
  position:absolute;
  left:50%;bottom:2%;
  transform:translate3d(-50%, 0, 0);
  z-index:3;
  width:96%;max-width:1180px;
  height:auto;
  max-height:78%;
  object-fit:contain;
  filter:drop-shadow(0 30px 50px rgba(0,0,0,.65));
  will-change:transform;
}

.parts-hero-foot{
  position:relative;z-index:5;
  text-align:center;
  padding:8px 20px 24px;
  background:transparent;
  flex:0 0 auto;
}
.parts-hero-foot h1{
  font-family:"Inter Tight",sans-serif;font-weight:800;
  font-size:clamp(24px,3.6vw,46px);
  letter-spacing:-.02em;line-height:1.1;
  margin:0 auto;max-width:24ch;
}
.parts-hero-foot h1 .accent-word{color:#5a9ae0;font-style:normal}

@media (max-width:899px){
  .parts-hero{min-height:calc(100vh - 72px);padding:20px 0 16px}
  .parts-hero-stage{min-height:300px}
  .parts-bigword{top:5%}
  .parts-image{width:100%;max-height:74%}
}
@media (max-width:560px){
  .parts-hero{min-height:auto;padding:14px 0 10px}
  .parts-hero-stage{min-height:240px;flex:0 0 auto;height:46vh;max-height:420px}
  .parts-bigword{top:20%;bottom:auto;padding:0 24px}
  .parts-bigword span.bigword-text{font-size:clamp(48px,18vw,130px)}
  .parts-image{width:100%;max-height:76%;bottom:2%}
  .parts-hero-foot{padding:10px 16px 14px}
  .parts-hero-foot h1{font-size:clamp(20px,5vw,28px)}
}
@media (max-width:380px){
  .parts-hero-stage{min-height:220px;height:44vh;max-height:360px}
  .parts-bigword{top:19%;bottom:auto;padding:0 22px}
  .parts-bigword span.bigword-text{font-size:clamp(44px,18vw,120px)}
  .parts-image{width:100%;max-height:78%}
}
@media (max-height:600px) and (orientation:landscape){
  .parts-hero{min-height:auto;padding:16px 0 12px}
  .parts-hero-stage{min-height:200px;height:46vh}
  .parts-bigword{top:2%}
  .parts-bigword span.bigword-text{font-size:clamp(60px,12vw,140px)}
  .parts-image{max-height:80%;bottom:4%}
  .parts-hero-foot{padding:8px 20px 14px}
  .parts-hero-foot h1{font-size:clamp(20px,3vw,28px)}
}
@media (max-height:720px) and (min-width:900px){
  .parts-hero{min-height:auto;padding:24px 0 16px}
  .parts-hero-stage{min-height:320px}
}
@media (prefers-reduced-motion: reduce){
  .parts-bigword,.parts-image{transform:translateX(-50%) !important}
}

/* ---- TIRES HERO (Reifen-Variante) ---- */
.tires-hero{
  position:relative;
  min-height:calc(100vh - 72px);
  display:flex;
  flex-direction:column;
  padding:32px 0 24px;
  overflow:hidden;
  isolation:isolate;
  background:radial-gradient(ellipse 80% 70% at center, rgba(224,144,64,.55) 0%, rgba(224,144,64,.25) 35%, rgba(14,14,15,.9) 65%, var(--bg) 95%);
}
.tires-hero .crumb{margin-bottom:0}
.tires-hero-stage{
  position:relative;
  width:100%;
  flex:1 1 auto;
  min-height:360px;
}
.tires-bigword{
  position:absolute;
  left:50%;top:6%;
  transform:translate3d(-50%, 0, 0);
  z-index:1;
  pointer-events:none;
  width:100%;
  text-align:center;
  padding:0 12px;
  will-change:transform;
}
.tires-bigword span.bigword-text{
  font-family:"Inter Tight",sans-serif;
  font-weight:800;
  color:var(--cream);
  font-size:clamp(56px,18vw,300px);
  line-height:.9;
  letter-spacing:-.05em;
  white-space:nowrap;
  display:inline-block;
  max-width:100%;
}
.tires-bigword .letter{display:inline-block}

.tires-image{
  position:absolute;
  left:50%;bottom:2%;
  transform:translate3d(-50%, 0, 0);
  z-index:3;
  width:96%;max-width:1180px;
  height:auto;
  max-height:78%;
  object-fit:contain;
  filter:drop-shadow(0 30px 50px rgba(0,0,0,.65));
  will-change:transform;
}

.tires-hero-foot{
  position:relative;z-index:5;
  text-align:center;
  padding:8px 20px 24px;
  background:transparent;
  flex:0 0 auto;
}
.tires-hero-foot h1{
  font-family:"Inter Tight",sans-serif;font-weight:800;
  font-size:clamp(24px,3.6vw,46px);
  letter-spacing:-.02em;line-height:1.1;
  margin:0 auto;max-width:24ch;
}
.tires-hero-foot h1 .accent-word{color:#e09040;font-style:normal}

@media (max-width:899px){
  .tires-hero{min-height:calc(100vh - 72px);padding:20px 0 16px}
  .tires-hero-stage{min-height:300px}
  .tires-bigword{top:5%}
  .tires-image{width:100%;max-height:74%}
}
@media (max-width:560px){
  .tires-hero{min-height:auto;padding:14px 0 10px}
  .tires-hero-stage{min-height:240px;flex:0 0 auto;height:46vh;max-height:420px}
  .tires-bigword{top:20%;bottom:auto;padding:0 24px}
  .tires-bigword span.bigword-text{font-size:clamp(48px,18vw,130px)}
  .tires-image{width:100%;max-height:76%;bottom:6%}
  .tires-hero-foot{padding:10px 16px 14px}
  .tires-hero-foot h1{font-size:clamp(20px,5vw,28px)}
}
@media (max-width:380px){
  .tires-hero-stage{min-height:220px;height:44vh;max-height:360px}
  .tires-bigword{top:19%;bottom:auto;padding:0 22px}
  .tires-bigword span.bigword-text{font-size:clamp(44px,18vw,120px)}
  .tires-image{width:100%;max-height:78%}
}
@media (max-height:600px) and (orientation:landscape){
  .tires-hero{min-height:auto;padding:16px 0 12px}
  .tires-hero-stage{min-height:200px;height:46vh}
  .tires-bigword{top:2%}
  .tires-bigword span.bigword-text{font-size:clamp(60px,12vw,140px)}
  .tires-image{max-height:80%;bottom:4%}
  .tires-hero-foot{padding:8px 20px 14px}
  .tires-hero-foot h1{font-size:clamp(20px,3vw,28px)}
}
@media (max-height:720px) and (min-width:900px){
  .tires-hero{min-height:auto;padding:24px 0 16px}
  .tires-hero-stage{min-height:320px}
}
@media (prefers-reduced-motion: reduce){
  .tires-bigword,.tires-image{transform:translateX(-50%) !important}
}

/* ---- CARRIER HERO (Träger-Variante) ---- */
.carrier-hero{
  position:relative;
  min-height:calc(100vh - 72px);
  display:flex;
  flex-direction:column;
  padding:32px 0 24px;
  overflow:hidden;
  isolation:isolate;
  background:radial-gradient(ellipse 80% 70% at center, rgba(61,184,112,.55) 0%, rgba(61,184,112,.25) 35%, rgba(14,14,15,.9) 65%, var(--bg) 95%);
}
.carrier-hero .crumb{margin-bottom:0}
.carrier-hero-stage{
  position:relative;
  width:100%;
  flex:1 1 auto;
  min-height:360px;
}
.carrier-bigword{
  position:absolute;
  left:50%;top:6%;
  transform:translate3d(-50%, 0, 0);
  z-index:1;
  pointer-events:none;
  width:100%;
  text-align:center;
  padding:0 12px;
  will-change:transform;
}
.carrier-bigword span.bigword-text{
  font-family:"Inter Tight",sans-serif;
  font-weight:800;
  color:var(--cream);
  font-size:clamp(56px,18vw,300px);
  line-height:.9;
  letter-spacing:-.05em;
  white-space:nowrap;
  display:inline-block;
  max-width:100%;
}
.carrier-bigword .letter{display:inline-block}

.carrier-image{
  position:absolute;
  left:50%;bottom:-6%;
  transform:translate3d(-50%, 0, 0);
  z-index:3;
  width:100%;max-width:1340px;
  height:auto;
  max-height:88%;
  object-fit:contain;
  filter:drop-shadow(0 30px 50px rgba(0,0,0,.65));
  will-change:transform;
}

.carrier-hero-foot{
  position:relative;z-index:5;
  text-align:center;
  padding:8px 20px 24px;
  background:transparent;
  flex:0 0 auto;
}
.carrier-hero-foot h1{
  font-family:"Inter Tight",sans-serif;font-weight:800;
  font-size:clamp(24px,3.6vw,46px);
  letter-spacing:-.02em;line-height:1.1;
  margin:0 auto;max-width:24ch;
}
.carrier-hero-foot h1 .accent-word{color:#3db870;font-style:normal}

@media (max-width:899px){
  .carrier-hero{min-height:calc(100vh - 72px);padding:20px 0 16px}
  .carrier-hero-stage{min-height:300px}
  .carrier-bigword{top:5%}
  .carrier-image{width:100%;max-height:74%}
}
@media (max-width:560px){
  .carrier-hero{min-height:auto;padding:14px 0 10px}
  .carrier-hero-stage{min-height:240px;flex:0 0 auto;height:46vh;max-height:420px}
  .carrier-bigword{top:20%;bottom:auto;padding:0 24px}
  .carrier-bigword span.bigword-text{font-size:clamp(48px,18vw,130px)}
  .carrier-image{width:100%;max-height:76%;bottom:-6%}
  .carrier-hero-foot{padding:10px 16px 14px}
  .carrier-hero-foot h1{font-size:clamp(20px,5vw,28px)}
}
@media (max-width:380px){
  .carrier-hero-stage{min-height:220px;height:44vh;max-height:360px}
  .carrier-bigword{top:19%;bottom:auto;padding:0 22px}
  .carrier-bigword span.bigword-text{font-size:clamp(44px,18vw,120px)}
  .carrier-image{width:100%;max-height:78%}
}
@media (max-height:600px) and (orientation:landscape){
  .carrier-hero{min-height:auto;padding:16px 0 12px}
  .carrier-hero-stage{min-height:200px;height:46vh}
  .carrier-bigword{top:2%}
  .carrier-bigword span.bigword-text{font-size:clamp(60px,12vw,140px)}
  .carrier-image{max-height:80%;bottom:4%}
  .carrier-hero-foot{padding:8px 20px 14px}
  .carrier-hero-foot h1{font-size:clamp(20px,3vw,28px)}
}
@media (max-height:720px) and (min-width:900px){
  .carrier-hero{min-height:auto;padding:24px 0 16px}
  .carrier-hero-stage{min-height:320px}
}
@media (prefers-reduced-motion: reduce){
  .carrier-bigword,.carrier-image{transform:translateX(-50%) !important}
}

/* ---- CARE HERO (Pflege-Variante) ---- */
.care-hero{
  position:relative;
  min-height:calc(100vh - 72px);
  display:flex;
  flex-direction:column;
  padding:32px 0 24px;
  overflow:hidden;
  isolation:isolate;
  background:radial-gradient(ellipse 80% 70% at center, rgba(40,184,204,.55) 0%, rgba(40,184,204,.25) 35%, rgba(14,14,15,.9) 65%, var(--bg) 95%);
}
.care-hero .crumb{margin-bottom:0}
.care-hero-stage{
  position:relative;
  width:100%;
  flex:1 1 auto;
  min-height:360px;
}
.care-bigword{
  position:absolute;
  left:50%;top:6%;
  transform:translate3d(-50%, 0, 0);
  z-index:1;
  pointer-events:none;
  width:100%;
  text-align:center;
  padding:0 12px;
  will-change:transform;
}
.care-bigword span.bigword-text{
  font-family:"Inter Tight",sans-serif;
  font-weight:800;
  color:var(--cream);
  font-size:clamp(56px,18vw,300px);
  line-height:.9;
  letter-spacing:-.05em;
  white-space:nowrap;
  display:inline-block;
  max-width:100%;
}
.care-bigword .letter{display:inline-block}

.care-image{
  position:absolute;
  left:50%;bottom:2%;
  transform:translate3d(-50%, 0, 0);
  z-index:3;
  width:96%;max-width:1180px;
  height:auto;
  max-height:78%;
  object-fit:contain;
  filter:drop-shadow(0 30px 50px rgba(0,0,0,.65));
  will-change:transform;
}

.care-hero-foot{
  position:relative;z-index:5;
  text-align:center;
  padding:8px 20px 24px;
  background:transparent;
  flex:0 0 auto;
}
.care-hero-foot h1{
  font-family:"Inter Tight",sans-serif;font-weight:800;
  font-size:clamp(24px,3.6vw,46px);
  letter-spacing:-.02em;line-height:1.1;
  margin:0 auto;max-width:24ch;
}
.care-hero-foot h1 .accent-word{color:#28b8cc;font-style:normal}

@media (max-width:899px){
  .care-hero{min-height:calc(100vh - 72px);padding:20px 0 16px}
  .care-hero-stage{min-height:300px}
  .care-bigword{top:5%}
  .care-image{width:100%;max-height:74%}
}
@media (max-width:560px){
  .care-hero{min-height:auto;padding:14px 0 10px}
  .care-hero-stage{min-height:240px;flex:0 0 auto;height:46vh;max-height:420px}
  .care-bigword{top:20%;bottom:auto;padding:0 24px}
  .care-bigword span.bigword-text{font-size:clamp(48px,18vw,130px)}
  .care-image{width:100%;max-height:76%;bottom:6%}
  .care-hero-foot{padding:10px 16px 14px}
  .care-hero-foot h1{font-size:clamp(20px,5vw,28px)}
}
@media (max-width:380px){
  .care-hero-stage{min-height:220px;height:44vh;max-height:360px}
  .care-bigword{top:19%;bottom:auto;padding:0 22px}
  .care-bigword span.bigword-text{font-size:clamp(44px,18vw,120px)}
  .care-image{width:100%;max-height:78%}
}
@media (max-height:600px) and (orientation:landscape){
  .care-hero{min-height:auto;padding:16px 0 12px}
  .care-hero-stage{min-height:200px;height:46vh}
  .care-bigword{top:2%}
  .care-bigword span.bigword-text{font-size:clamp(60px,12vw,140px)}
  .care-image{max-height:80%;bottom:4%}
  .care-hero-foot{padding:8px 20px 14px}
  .care-hero-foot h1{font-size:clamp(20px,3vw,28px)}
}
@media (max-height:720px) and (min-width:900px){
  .care-hero{min-height:auto;padding:24px 0 16px}
  .care-hero-stage{min-height:320px}
}
@media (prefers-reduced-motion: reduce){
  .care-bigword,.care-image{transform:translateX(-50%) !important}
}

/* ---- AUDIO HERO (Audio-Variante) ---- */
.audio-hero{
  position:relative;
  min-height:calc(100vh - 72px);
  display:flex;
  flex-direction:column;
  padding:32px 0 24px;
  overflow:hidden;
  isolation:isolate;
  background:radial-gradient(ellipse 80% 70% at center, rgba(208,64,176,.55) 0%, rgba(208,64,176,.25) 35%, rgba(14,14,15,.9) 65%, var(--bg) 95%);
}
.audio-hero .crumb{margin-bottom:0}
.audio-hero-stage{
  position:relative;
  width:100%;
  flex:1 1 auto;
  min-height:360px;
}
.audio-bigword{
  position:absolute;
  left:50%;top:6%;
  transform:translate3d(-50%, 0, 0);
  z-index:1;
  pointer-events:none;
  width:100%;
  text-align:center;
  padding:0 12px;
  will-change:transform;
}
.audio-bigword span.bigword-text{
  font-family:"Inter Tight",sans-serif;
  font-weight:800;
  color:var(--cream);
  font-size:clamp(56px,18vw,300px);
  line-height:.9;
  letter-spacing:-.05em;
  white-space:nowrap;
  display:inline-block;
  max-width:100%;
}
.audio-bigword .letter{display:inline-block}

.audio-image{
  position:absolute;
  left:50%;bottom:-10%;
  transform:translate3d(-50%, 0, 0);
  z-index:3;
  width:100%;max-width:1340px;
  height:auto;
  max-height:88%;
  object-fit:contain;
  filter:drop-shadow(0 30px 50px rgba(0,0,0,.65));
  will-change:transform;
}

.audio-hero-foot{
  position:relative;z-index:5;
  text-align:center;
  padding:8px 20px 24px;
  background:transparent;
  flex:0 0 auto;
}
.audio-hero-foot h1{
  font-family:"Inter Tight",sans-serif;font-weight:800;
  font-size:clamp(24px,3.6vw,46px);
  letter-spacing:-.02em;line-height:1.1;
  margin:0 auto;max-width:24ch;
}
.audio-hero-foot h1 .accent-word{color:#d040b0;font-style:normal}

@media (max-width:899px){
  .audio-hero{min-height:calc(100vh - 72px);padding:20px 0 16px}
  .audio-hero-stage{min-height:300px}
  .audio-bigword{top:5%}
  .audio-image{width:100%;max-height:74%}
}
@media (max-width:560px){
  .audio-hero{min-height:auto;padding:14px 0 10px}
  .audio-hero-stage{min-height:240px;flex:0 0 auto;height:46vh;max-height:420px}
  .audio-bigword{top:20%;bottom:auto;padding:0 24px}
  .audio-bigword span.bigword-text{font-size:clamp(48px,18vw,130px)}
  .audio-image{width:100%;max-height:76%;bottom:-6%}
  .audio-hero-foot{padding:10px 16px 14px}
  .audio-hero-foot h1{font-size:clamp(20px,5vw,28px)}
}
@media (max-width:380px){
  .audio-hero-stage{min-height:220px;height:44vh;max-height:360px}
  .audio-bigword{top:19%;bottom:auto;padding:0 22px}
  .audio-bigword span.bigword-text{font-size:clamp(44px,18vw,120px)}
  .audio-image{width:100%;max-height:78%}
}
@media (max-height:600px) and (orientation:landscape){
  .audio-hero{min-height:auto;padding:16px 0 12px}
  .audio-hero-stage{min-height:200px;height:46vh}
  .audio-bigword{top:2%}
  .audio-bigword span.bigword-text{font-size:clamp(60px,12vw,140px)}
  .audio-image{max-height:80%;bottom:4%}
  .audio-hero-foot{padding:8px 20px 14px}
  .audio-hero-foot h1{font-size:clamp(20px,3vw,28px)}
}
@media (max-height:720px) and (min-width:900px){
  .audio-hero{min-height:auto;padding:24px 0 16px}
  .audio-hero-stage{min-height:320px}
}
@media (prefers-reduced-motion: reduce){
  .audio-bigword,.audio-image{transform:translateX(-50%) !important}
}

/* ---- LIGHTBOX ---- */
.lightbox{
  position:fixed;inset:0;z-index:var(--z-lightbox);
  background:rgba(0,0,0,.94);
  display:none;align-items:center;justify-content:center;padding:24px;
}
.lightbox.open{display:flex}
.lightbox img{max-width:100%;max-height:90vh;object-fit:contain}
.lightbox .close{
  position:absolute;top:18px;right:18px;width:48px;height:48px;
  background:var(--surface);border:1px solid var(--line);color:var(--text);
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:12px;letter-spacing:.1em;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
}

/* ---- SCROLL TOP ---- */
.scroll-top{
  position:fixed;right:24px;bottom:24px;z-index:var(--z-scroll-top);
  width:48px;height:48px;background:var(--accent);color:#fff;
  border-radius:var(--r-sm);
  display:inline-flex;align-items:center;justify-content:center;
  opacity:0;visibility:hidden;transform:translateY(12px);
  transition:opacity .25s var(--ease),visibility .25s var(--ease),transform .25s var(--ease),background .2s var(--ease);
}
.scroll-top.show{opacity:1;visibility:visible;transform:none}
.scroll-top:hover{background:var(--accent-soft)}
@media (max-width:1023px){.scroll-top{width:44px;height:44px;bottom:calc(88px + env(safe-area-inset-bottom,0px))}}

/* ---- COOKIE BANNER ---- */
.cookie{
  position:fixed;left:24px;bottom:24px;z-index:var(--z-cookie);
  max-width:440px;
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);
  padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.5);
  transform:translateY(160%);transition:transform .45s var(--ease);
  display:flex;flex-direction:column;gap:14px;
}
.cookie.show{transform:translateY(0)}
.cookie::before{
  content:"";position:absolute;top:-2px;left:18px;width:64px;height:4px;
  background:var(--accent);transform:skewX(var(--skew));
}
.cookie h3{font-size:18px}
.cookie p{font-size:13px;color:var(--muted);line-height:1.55}
.cookie .options{display:flex;flex-direction:column;gap:10px;margin:4px 0}
.cookie .options label{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted);cursor:pointer}
.cookie .options input{accent-color:var(--accent);width:16px;height:16px}
.cookie .actions{display:flex;flex-wrap:wrap;gap:8px}
.cookie .actions .btn{font-size:12px;padding:10px 14px}
.cookie .privacy-link{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11px;letter-spacing:.1em;color:var(--accent-soft);text-decoration:underline}
@media (max-width:560px){.cookie{left:16px;right:16px;bottom:calc(88px + env(safe-area-inset-bottom,0px));max-width:none}}

/* ============================================================
   6) RESPONSIVE FINETUNING
   ============================================================ */
@media (min-width:1024px){
  .container{padding:0 40px}
}
@media (max-width:899px){
  section.block{padding:72px 0}
  .hero h1{font-size:clamp(38px,8.5vw,72px)}
  .cta-band{padding:96px 0}
}
@media (max-width:560px){
  .container{padding:0 20px;max-width:100%}
  section.block{padding:56px 0}
  .cta-band{padding:80px 0}
  h2{font-size:clamp(28px,7.5vw,44px)}
  .hero h1{font-size:clamp(34px,9vw,60px)}
  .hero{padding:0 0 36px}
  .sub-hero h1{font-size:clamp(40px,11vw,80px)}
  .hero-actions .btn,.cta-actions .btn{flex:1 1 auto}
  /* Header & Burger-Menü - wie Movement Website */
  .header-inner{height:64px;gap:12px}
  .menu-btn{width:40px;height:40px}
  .mm-head{height:64px;padding:0 20px}
  .mm-nav{padding:24px 20px;gap:6px}
  .mm-nav a{font-size:36px;padding:14px 0}
  .mm-foot{padding:20px}
}
@media (max-width:380px){
  .container{padding:0 16px}
  .hero h1{font-size:36px}
  .mm-nav a{font-size:32px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{width:100%}
  .cta-actions{flex-direction:column;align-items:stretch}
  .cta-actions .btn{width:100%}
}
@media (max-height:520px) and (orientation:landscape){
  .hero{min-height:auto;padding:48px 0 28px}
  .hero h1{font-size:32px}
}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
  .reveal{opacity:1;transform:none}
}

/* ============================================================
   7) LEGAL PAGES (body.legal Scope)
   ============================================================ */
body.legal{background:var(--bg)}
body.legal .header{border-bottom:1px solid var(--line);background:var(--bg)}
body.legal .lang{background:transparent;border:1px solid var(--line)}
body.legal .legal-container{max-width:880px;margin:0 auto;padding:96px 24px;line-height:1.7}
body.legal h1{color:var(--cream);font-size:clamp(40px,6vw,64px);margin-bottom:8px}
body.legal h2{color:var(--cream);font-size:clamp(24px,3vw,32px);margin-top:48px;padding-top:32px;border-top:1px solid var(--line);margin-bottom:16px}
body.legal h3{color:var(--text);font-size:20px;margin-top:24px;margin-bottom:8px}
body.legal p,body.legal li{color:var(--text);font-size:15px;line-height:1.7}
body.legal .legal-container a{color:var(--accent-soft);text-decoration:underline}
body.legal .header a{text-decoration:none}
body.legal ul{padding-left:1.2em;margin:8px 0;list-style:disc}
body.legal .crumb-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
body.legal .toc{
  background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-card);padding:24px 28px;margin:32px 0;
}
body.legal .toc h4{font-family:"JetBrains Mono",ui-monospace,monospace;font-weight:500;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
body.legal .toc ol{display:grid;grid-template-columns:1fr;gap:6px;padding-left:1.2em;margin:0}
@media (min-width:680px){body.legal .toc ol{grid-template-columns:1fr 1fr}}
body.legal .toc li{font-size:14px;line-height:1.4}
body.legal .info-card,body.legal .data-grid{
  background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-card);padding:24px 28px;margin:24px 0;
}
body.legal dl.data-grid{display:grid;grid-template-columns:max-content 1fr;gap:10px 20px;font-size:14px}
body.legal dl.data-grid dt{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);align-self:center}
body.legal dl.data-grid dd{margin:0;color:var(--text)}
@media (max-width:560px){
  body.legal dl.data-grid{grid-template-columns:1fr;gap:2px 0}
  body.legal dl.data-grid dt{padding-top:12px}
  body.legal dl.data-grid dt:first-of-type{padding-top:0}
}
body.legal .legal-footer{background:#0A0A0B;border-top:1px solid var(--line);padding:32px 0}
body.legal .legal-footer .container{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-family:"JetBrains Mono",ui-monospace,monospace;font-size:12px;color:var(--muted);letter-spacing:.06em}
body.legal .legal-footer a{color:var(--muted);text-decoration:none}
body.legal .legal-footer a:hover{color:var(--text)}
