/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SANDIIX â€“ Design System v4 â€žPremium Industrial"
   Deep Black Â· Anthrazit Â· WeiÃŸ Â· Signalrot (#E53935)
   Fixer Cinematic-Backdrop, Story-Panels, sticky 3D-Modell.
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-vf.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg: #090909;
  --anthracite: #17171a;
  --anthracite-2: #1f1f23;
  --line: rgba(255, 255, 255, 0.1);
  --txt: #f5f5f6;
  --mut: #9a9aa1;
  --red: #17aabf;        /* Petrol-Blau (ehem. Signalrot – Variablenname beibehalten) */
  --red-rgb: 23, 170, 191;
  --red-hover: #1fc3d9;
  --red-deep: #0e7c8d;
  --radius: 16px;
  --nav-h: 72px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

/* Strikt vertikal: kein horizontales Scrollen/Wischen möglich */
html, body { overflow-x: clip; }

body {
  background: var(--bg);
  color: var(--txt);
  font-family: "Archivo", "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  touch-action: pan-y;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
::selection { background: var(--red); color: #fff; }

/* â”€â”€ Fixer Cinematic-Hintergrund â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Gebuerstete Metallflaeche (identisch zur SANDIIX-Visitenkarte / izoroyal-Kontakt):
   oben links leicht aufgehellt, nach unten rechts in Anthrazit/Schwarz auslaufend (seit 22.08. abends eine Stufe dunkler als die izoroyal-Karte),
   feine vertikale Buerstenlinien. Ersetzt seit 22.08.2026 das Stoff-Foto. */
.backdrop {
  position: fixed; inset: 0; z-index: -10;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 3px),
    radial-gradient(130% 150% at 20% -10%, #2c3034 0%, #17191c 40%, #08090a 100%);
}
.backdrop__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(104deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.035) 12%, rgba(255, 255, 255, 0.008) 24%, transparent 34%),
    radial-gradient(1200px 700px at 68% 34%, rgba(var(--red-rgb), 0.07), transparent 60%);
}
.backdrop__grain {
  position: absolute; inset: 0; opacity: 0.3; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 0.9s steps(2) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); }
  50% { transform: translate(-6px, 4px); }
  100% { transform: translate(4px, -6px); }
}

/* â”€â”€ Typo-Bausteine â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}
.kicker::before { content: ""; width: 32px; height: 2px; background: var(--red); }

.dot--red { color: var(--red); }

.tag {
  display: inline-block; padding: 5px 12px 4px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase;
  border-radius: 999px;
}
.tag--red { background: var(--red); color: #fff; }

.section { padding: clamp(90px, 11vw, 150px) 0; position: relative; }
.section__head { margin-bottom: clamp(40px, 5vw, 64px); max-width: 860px; }
.section__title {
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.section__sub { margin-top: 16px; color: var(--mut); max-width: 520px; }

/* â”€â”€ Buttons â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px;
  font-family: inherit; font-size: 13.5px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase;
  border-radius: 999px; border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s, background 0.35s, color 0.35s, border-color 0.35s;
}
.btn--red {
  background: var(--red);
  color: #fff;
  box-shadow: 0 12px 34px -14px rgba(var(--red-rgb), 0.7);
}
.btn--red:hover { background: var(--red-hover); transform: translateY(-3px); box-shadow: 0 18px 44px -14px rgba(var(--red-rgb), 0.85); }
.btn--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--txt);
  background: rgba(9, 9, 9, 0.35);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { border-color: #fff; transform: translateY(-3px); }
.btn--small { padding: 11px 22px; font-size: 12px; }
.btn--big { padding: 19px 40px; font-size: 15px; }

/* Pulsierender Glow für Haupt-CTAs („Jetzt entdecken") */
.btn--glow { animation: btnGlow 2.4s ease-in-out infinite; }
@keyframes btnGlow {
  0%, 100% { box-shadow: 0 12px 34px -14px rgba(var(--red-rgb), 0.7); }
  50% { box-shadow: 0 12px 46px -8px rgba(var(--red-rgb), 0.95), 0 0 26px rgba(var(--red-rgb), 0.4); }
}
.reduced-motion .btn--glow { animation: none; }

/* â”€â”€ Preloader â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.loader { position: fixed; inset: 0; z-index: 1000; background: var(--bg); display: flex; align-items: center; justify-content: center; }
.loader__inner { width: min(420px, 80vw); text-align: center; }
.loader__logo { font-size: clamp(2.4rem, 7vw, 3.6rem); font-weight: 900; letter-spacing: 0.04em; margin-bottom: 30px; }
.loader__letter { display: inline-block; transform: translateY(120%); opacity: 0; }
.loader__letter--x { color: var(--red); }
.loader__bar { height: 2px; background: rgba(255, 255, 255, 0.12); border-radius: 99px; overflow: hidden; }
.loader__bar-fill { height: 100%; width: 0%; background: var(--red); border-radius: 99px; }
.loader__meta { display: flex; justify-content: space-between; margin-top: 13px; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--mut); }
.loader__pct { color: var(--red); font-weight: 800; }

/* â”€â”€ Navigation â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; transition: background 0.4s, box-shadow 0.4s, transform 0.45s var(--ease-out); }
.nav.is-scrolled { background: rgba(9, 9, 9, 0.84); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.nav.is-hidden { transform: translateY(-100%); }
.nav__inner { width: min(1400px, calc(100% - 48px)); margin-inline: auto; height: var(--nav-h); display: flex; align-items: center; gap: 32px; }
.nav__logo { display: flex; flex-direction: column; align-items: center; line-height: 1; gap: 5px; }
.nav__logoimg { height: 30px; width: auto; display: block; object-fit: contain; }
@media (max-width: 900px) { .nav__logoimg { height: 24px; } }
/* width:auto + align-items:flex-start – sonst zieht der Flex-Container
   das Logo auf Spaltenbreite und es wird gestreckt. */
.footer__logoimg { height: 44px; width: auto; max-width: 100%; display: block; object-fit: contain; margin-bottom: 6px; }
.wordmark { font-size: 1.4rem; font-weight: 900; letter-spacing: 0.06em; }
.wordmark em { font-style: normal; color: var(--red); }
.wordmark sup { font-size: 0.5em; font-weight: 600; opacity: 0.7; }
/* „BUILT TO PERFORM" sitzt wie im Original-Logo mittig unter SANDIIX
   und laeuft ueber die volle Breite der Wortmarke. */
.wordmark__sub {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.5em;
  text-indent: 0.25em; /* haelfte der Sperrung: gleicht den Leerraum hinter dem letzten Buchstaben aus */
  text-transform: uppercase;
  color: var(--mut);
  white-space: nowrap;
}
/* Footer-Logo ist groesser – Claim skaliert mit, damit er wieder
   ueber die volle Wortmarkenbreite laeuft. */
.footer__brand .wordmark__sub { font-size: 12.4px; }
@media (max-width: 900px) {
  .nav__logo .wordmark__sub { font-size: 7px; letter-spacing: 0.46em; text-indent: 0.23em; }
}
.nav__links { display: flex; gap: 28px; margin-left: auto; }
.nav__links a { font-size: 13px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--mut); transition: color 0.3s; position: relative; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease-out); }
.nav__links a:hover { color: var(--txt); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__cta { flex-shrink: 0; }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 10px; margin-left: auto; cursor: pointer; z-index: 620; }
.nav__burger span { width: 26px; height: 2px; background: var(--txt); transition: transform 0.35s var(--ease-out), opacity 0.3s; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile-MenÃ¼ */
.menu { position: fixed; inset: 0; z-index: 600; display: flex; flex-direction: column; justify-content: center; padding: 90px 34px 40px; visibility: hidden; pointer-events: none; }
.menu.is-open { visibility: visible; pointer-events: auto; }
.menu__bg { position: absolute; inset: 0; background: rgba(9, 9, 9, 0.97); backdrop-filter: blur(18px); clip-path: circle(0% at calc(100% - 46px) 38px); }
.menu__links { position: relative; display: flex; flex-direction: column; gap: 8px; }
.menu__links a { font-size: clamp(1.8rem, 8vw, 2.6rem); font-weight: 860; text-transform: uppercase; padding: 6px 0; opacity: 0; transform: translateY(30px); }
.menu__links a:hover { color: var(--red); }
.menu__foot { position: relative; margin-top: auto; display: flex; flex-direction: column; gap: 4px; font-size: 13px; color: var(--mut); }
.menu__foot a { color: var(--red); font-weight: 700; }

/* â”€â”€ BÃ¼hne: Panels + sticky 3D-Modell â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.stage {
  width: min(1400px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(340px, 560px) 1fr;
  column-gap: clamp(20px, 4vw, 60px);
}
.stage__panels { grid-column: 1; }
.stage__model {
  grid-column: 2;
  grid-row: 1;
  position: sticky;
  top: 0;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model__glow {
  position: absolute;
  width: 72%; aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--red-rgb), 0.14), transparent 65%);
  filter: blur(10px);
  pointer-events: none;
}
#modelCanvas {
  width: 100%;
  height: min(78svh, 700px);
  display: block;
  cursor: grab;
  touch-action: pan-y;
}
#modelCanvas:active { cursor: grabbing; }
.model__hint {
  position: absolute;
  bottom: clamp(18px, 6svh, 56px);
  left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 11px;
  padding: 10px 19px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(9, 9, 9, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  pointer-events: none;
  transition: opacity 0.5s;
  white-space: nowrap;
}
.model__hint-icon { display: inline-flex; animation: hintDrag 2.4s var(--ease-out) infinite; }
@keyframes hintDrag {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(7px, 0); }
  50% { transform: translate(-7px, 0); }
  75% { transform: translate(0, 5px); }
}
.stage__model.has-interacted .model__hint { opacity: 0; }

/* Vollbild-3D (Fokus-Modus) – Desktop & Mobil */
.stage__model.is-focus,
#modelSlot .stage__model.is-focus {
  display: flex;
  position: fixed;
  inset: 0;
  width: auto;
  height: 100dvh;
  z-index: 560;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.stage__model.is-focus #modelCanvas { width: 100%; height: min(72svh, 640px); }
.stage__model.is-focus .model__glow {
  width: 70%;
  background: radial-gradient(circle, rgba(var(--red-rgb), 0.2), transparent 65%);
}
.stage__model.is-focus .model__close { display: flex; position: fixed; top: 16px; right: 16px; }
.stage__model.is-focus .model__hint { position: static; transform: none; margin: 0; font-size: 10px; }
html.model-lock, html.model-lock body { overflow: hidden; }

.model-slot { display: none; }

/* Mobiler Fokus-Modus: erst antippen, dann drehen */
.model-overlay {
  position: fixed;
  inset: 0;
  z-index: 550;
  background: rgba(9, 9, 9, 0.72);
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
  touch-action: none;
}
.model-overlay.is-open { opacity: 1; pointer-events: auto; }
.model__close {
  position: absolute;
  top: 10px; right: 10px;
  z-index: 5;
  width: 42px; height: 42px;
  display: none;
  align-items: center; justify-content: center;
  font-size: 17px; font-weight: 700;
  color: #fff;
  background: rgba(9, 9, 9, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  font-family: inherit;
}

/* Panels */

.panel {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: calc(var(--nav-h) + 20px) 0 60px;
}
.panel__inner { max-width: 580px; }
.panel__title {
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
  letter-spacing: -0.018em;
  margin-bottom: 22px;
}
.panel__title--hero { font-size: clamp(1.9rem, 3.6vw, 3.3rem); }
.panel__title em { font-style: normal; color: var(--red); }
.panel__text { color: rgba(245, 245, 246, 0.9); max-width: 470px; margin-bottom: 28px; font-size: clamp(0.98rem, 1.2vw, 1.08rem); }
.panel__text strong { color: #fff; }
.panel__text--claim { font-size: clamp(1.05rem, 1.5vw, 1.3rem); letter-spacing: 0.01em; }
.panel__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.panel__chips { display: flex; flex-wrap: wrap; }
.panel__chips li { display: flex; flex-direction: column; gap: 2px; padding: 0 22px; border-left: 1px solid rgba(255, 255, 255, 0.25); }
.panel__chips li:first-child { padding-left: 0; border-left: 0; }
.panel__chips strong { font-size: 1.1rem; font-weight: 860; color: #fff; }
.panel__chips span { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mut); }

.hero__kicker { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.hero__kicker-text { font-size: 11.5px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(245, 245, 246, 0.85); }

/* Sterne-Bewertung unter der Headline */
.hero__rating { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: -6px 0 18px; }
.hero__stars { color: #ffc233; font-size: 15px; letter-spacing: 2px; }
.hero__rating-text { font-size: 0.88rem; font-weight: 700; color: rgba(245, 245, 246, 0.85); }

/* Benefit-Liste im Hero */
.hero__benefits { display: flex; flex-direction: column; gap: 9px; margin-bottom: 30px; max-width: 470px; }
.hero__benefits li {
  position: relative;
  padding-left: 30px;
  font-size: 0.97rem;
  font-weight: 600;
  color: rgba(245, 245, 246, 0.94);
}
.hero__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  color: var(--red);
  font-weight: 900;
}
.hero__benefits strong { color: #fff; }

.panel__list { display: flex; flex-direction: column; gap: 13px; max-width: 470px; }
.panel__list li {
  position: relative;
  padding: 14px 18px 14px 46px;
  background: rgba(9, 9, 9, 0.6);
  border: 1px solid var(--line);
  border-radius: 12px;
  backdrop-filter: blur(6px);
  font-size: 0.97rem;
  color: rgba(245, 245, 246, 0.92);
}
.panel__list li::before {
  content: "✕";
  position: absolute; left: 17px; top: 50%; transform: translateY(-50%);
  color: var(--red); font-weight: 900;
}

.panel__scrollcue {
  position: absolute; bottom: 26px; left: 0;
  display: flex; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(245, 245, 246, 0.7);
}
/* Mobiles Panel-Bild + Mobile-only-Elemente (Desktop: ausgeblendet) */
.panel__mobimg {
  display: none;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 22px;
  background: var(--anthracite);
}
.panel__mobimg img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.only-mobile { display: none; }

.panel__scrollcue-line { width: 1px; height: 38px; background: linear-gradient(180deg, transparent, var(--red)); animation: cue 2s var(--ease-out) infinite; transform-origin: top; }
@keyframes cue {
  0% { transform: scaleY(0); opacity: 0; }
  40% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1) translateY(12px); opacity: 0; }
}

/* â”€â”€ Interaktiver Winkel-Slider â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.angle-ctrl {
  max-width: 440px;
  padding: 24px 26px 18px;
  background: rgba(9, 9, 9, 0.6);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(8px);
}
.angle-ctrl__labels {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 12px; font-weight: 800; letter-spacing: 0.1em; color: var(--mut);
  margin-bottom: 10px;
}
.angle-ctrl__value {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
#winkelSlider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--red), rgba(255, 255, 255, 0.18));
  outline: none;
  cursor: pointer;
}
#winkelSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 6px solid var(--red);
  box-shadow: 0 4px 18px rgba(var(--red-rgb), 0.5);
  cursor: grab;
  transition: transform 0.2s;
}
#winkelSlider::-webkit-slider-thumb:hover { transform: scale(1.12); }
#winkelSlider::-moz-range-thumb {
  width: 15px; height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 6px solid var(--red);
  box-shadow: 0 4px 18px rgba(var(--red-rgb), 0.5);
  cursor: grab;
}
.angle-ctrl__hint { margin-top: 12px; font-size: 0.85rem; color: var(--mut); }

/* â”€â”€ Varianten (klickbar â†’ Modell) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.variants { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; max-width: 480px; }
.variant {
  text-align: left;
  display: flex; flex-direction: column; gap: 5px;
  padding: 22px 22px 18px;
  background: rgba(var(--red-rgb), 0.07);
  border: 1px solid rgba(var(--red-rgb), 0.4);
  border-radius: var(--radius);
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 44px -24px rgba(var(--red-rgb), 0.5);
  color: var(--txt);
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.35s, transform 0.35s var(--ease-out), box-shadow 0.35s, background 0.35s;
}
.variant:hover {
  transform: translateY(-5px);
  border-color: var(--red);
  box-shadow: 0 22px 54px -22px rgba(var(--red-rgb), 0.75);
}
.variant.is-active {
  border-color: var(--red);
  background: rgba(var(--red-rgb), 0.09);
  box-shadow: 0 18px 44px -22px rgba(var(--red-rgb), 0.55);
}
.variant__badge { font-size: 2rem; font-weight: 900; line-height: 1; color: #fff; }
.variant.is-active .variant__badge { color: var(--red); }
.variant__range { font-size: 1.05rem; font-weight: 800; }
.variant__spec { font-size: 0.82rem; color: var(--mut); font-variant-numeric: tabular-nums; }
.variant__note { font-size: 0.82rem; color: var(--mut); }
.variant__price {
  margin-top: 4px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mut);
}
.variant__price b { font-size: 1.05rem; letter-spacing: 0; color: var(--txt); }

/* UVP-Block (Startseite + Produktseite) */
.price {
  display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 10px;
  margin: 4px 0 22px;
  padding: 14px 20px;
  background: rgba(var(--red-rgb), 0.09);
  border: 1px solid rgba(var(--red-rgb), 0.4);
  border-radius: 12px;
}
.price__label {
  font-size: 11px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red);
}
.price__value { font-size: clamp(1.45rem, 2.6vw, 1.85rem); font-weight: 900; line-height: 1; }
.price__note { font-size: 0.8rem; color: var(--mut); flex-basis: 100%; }
.variant__cta {
  margin-top: auto; /* CTAs beider Karten auf einer Ebene */
  padding-top: 9px;
  align-self: flex-start;
  padding: 9px 16px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
}

/* Produktbild-Galerie (Original-Bildwelt von sandiix.de) */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.gallery figure {
  border-radius: calc(var(--radius) * 1.2);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--anthracite);
}
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.gallery figure:hover img { transform: scale(1.03); }
.gallery__wide { grid-column: 1 / -1; }
.gallery__wide img { aspect-ratio: 21 / 9; object-position: 50% 30%; }

/* Story-Sektionen: je ein Original-Bild + Inhalt */
.feature { padding: clamp(70px, 9vw, 120px) 0; }
.feature__grid {
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}
.feature--flip .feature__grid { grid-template-columns: 1fr minmax(320px, 520px); }
.feature--flip .feature__media { order: 2; }
.feature__media {
  aspect-ratio: 1 / 1;
  border-radius: calc(var(--radius) * 1.3);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--anthracite);
  box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.8);
}
.feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.feature__media:hover img { transform: scale(1.03); }
.feature__body .section__title { font-size: clamp(1.8rem, 3.6vw, 3rem); margin-bottom: 18px; }
.feature__text { color: rgba(245, 245, 246, 0.88); max-width: 540px; margin-bottom: 18px; font-size: clamp(0.98rem, 1.2vw, 1.06rem); }
.feature__text strong { color: var(--red); }
.feature__list { display: flex; flex-direction: column; gap: 12px; max-width: 540px; margin-top: 6px; }
.feature__list li {
  position: relative;
  padding: 13px 17px 13px 44px;
  background: rgba(9, 9, 9, 0.55);
  border: 1px solid var(--line);
  border-radius: 12px;
  backdrop-filter: blur(6px);
  font-size: 0.95rem;
  color: rgba(245, 245, 246, 0.92);
}
.feature__list li::before {
  content: "✓";
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--red); font-weight: 900;
}
.feature__list strong { color: #fff; }
.feature__steps { display: flex; flex-direction: column; gap: 13px; max-width: 540px; }
.feature__steps li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 17px;
  background: rgba(9, 9, 9, 0.55);
  border: 1px solid var(--line);
  border-radius: 12px;
  backdrop-filter: blur(6px);
}
.feature__steps i {
  display: grid; place-items: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(var(--red-rgb), 0.16);
  color: var(--red);
  font-style: normal; font-weight: 900; font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.feature__steps strong { display: block; font-size: 0.98rem; }
.feature__steps span { font-size: 0.88rem; color: var(--mut); }

/* Welt-Video + Partner (Original von sandiix.de) */
.video__frame--welt { max-width: 1000px; margin-bottom: clamp(26px, 4vw, 40px); }
.partners { margin-bottom: clamp(30px, 5vw, 48px); }
.partners__line { color: var(--mut); margin-bottom: 18px; max-width: 520px; }
.partners__line strong { color: var(--txt); }
.partners__logos { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 28px); flex-wrap: wrap; }
/* Einheitliche helle Chips – ein Auftritt für alle Partnerlogos */
.pchip {
  display: inline-flex; align-items: center; gap: 12px;
  background: #f5f5f6; border-radius: 12px;
  padding: 10px 18px; height: 64px;
}
.pchip img { height: 34px; width: auto; display: block; }
.pchip--ls { background: #fff; padding: 4px 12px; }
.pchip img.pchip__lock { height: 56px; }
.pchip__label { color: #1d693d; font-weight: 800; font-size: 0.95rem; letter-spacing: 0.02em; white-space: nowrap; }
.dealer__logo {
  display: inline-flex; align-items: center;
  background: #f5f5f6; border-radius: 10px;
  padding: 9px 14px; margin: 14px 0 12px;
}
.dealer__logo img { height: 28px; width: auto; display: block; }
/* Kopfzeile der Haendlerkarte: Tag und Logo immer nebeneinander –
   breite Logos (z. B. Profibaushop24) schrumpfen auf dem Handy, statt umzubrechen */
/* Seit 04.09.2026 (5 Haendler): Tag oben, darunter eine einheitliche Logo-Box –
   alle Logos gleich hoch (max. 30px) in einem gleich grossen weissen Feld, egal wie breit das Logo ist */
.dealer__head { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.dealer__head .dealer__tag { margin-bottom: 0; flex: 0 0 auto; white-space: nowrap; }
.dealer__head .dealer__logo { margin: 0; width: 100%; height: 54px; display: flex; align-items: center; justify-content: center; padding: 8px 14px; }
.dealer__head .dealer__logo img { height: auto; max-height: 30px; width: auto; max-width: 100%; object-fit: contain; }

/* Produktseite */
.produkt__specs--page {
  max-width: 440px;
  margin-bottom: 30px;
  background: rgba(9, 9, 9, 0.55);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 22px;
  backdrop-filter: blur(6px);
}
.produkt__specs--page > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.14);
  font-size: 0.93rem;
}
.produkt__specs--page > div:last-child { border-bottom: 0; }
.produkt__specs--page dt { color: var(--mut); }
.produkt__specs--page dd { font-weight: 700; font-variant-numeric: tabular-nums; text-align: right; }
.vswitch { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.vswitch__label { font-size: 11px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mut); }
.vswitch__btn {
  padding: 10px 18px;
  font-family: inherit;
  font-size: 12.5px; font-weight: 800; letter-spacing: 0.08em;
  color: var(--mut);
  background: rgba(9, 9, 9, 0.55);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}
.vswitch__btn:hover { color: #fff; border-color: rgba(255, 255, 255, 0.35); }
.vswitch__btn.is-active { color: #fff; border-color: var(--red); background: rgba(var(--red-rgb), 0.12); }
.variants__meta { font-size: 0.85rem; color: var(--mut); margin-bottom: 26px; }

/* â”€â”€ Marquee â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.marquee {
  background: rgba(9, 9, 9, 0.45); /* Grau der Bühne scheint durch – kein harter Schwarz-Block */
  border-top: 1px solid rgba(var(--red-rgb), 0.35);
  border-bottom: 1px solid rgba(var(--red-rgb), 0.35);
  box-shadow: 0 0 34px -8px rgba(var(--red-rgb), 0.22), inset 0 0 44px -18px rgba(var(--red-rgb), 0.22);
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.marquee__track { display: flex; width: max-content; animation: marq 34s linear infinite; will-change: transform; }
.marquee__group { display: flex; align-items: center; flex-shrink: 0; }

/* USP-Items im Neon-Style (Icon + Headline + Subline, wie Kunden-Vorlage) */
.mq-item {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  padding: 0 44px;
  border-left: 1px solid rgba(var(--red-rgb), 0.4);
}
.mq-icon {
  width: 42px;
  height: 42px;
  color: var(--red);
  filter: drop-shadow(0 0 8px rgba(var(--red-rgb), 0.7));
  flex-shrink: 0;
}
.mq-text { display: flex; flex-direction: column; gap: 3px; }
.mq-text strong {
  font-size: clamp(1.02rem, 1.7vw, 1.3rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.25);
}
.mq-text em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  text-shadow: 0 0 10px rgba(var(--red-rgb), 0.55);
}
.marquee__group span {
  font-size: clamp(1.05rem, 1.9vw, 1.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.18);
}
/* Kern-USPs (u. a. „Bis zu 50 % Zeitersparnis") in leuchtendem Petrol */
.marquee__group span:nth-child(4n+1) {
  color: var(--red);
  text-shadow: 0 0 14px rgba(var(--red-rgb), 0.6), 0 0 34px rgba(var(--red-rgb), 0.3);
}
.marquee__group i { color: var(--red); font-style: normal; text-shadow: 0 0 10px rgba(var(--red-rgb), 0.55); }
@keyframes marq { to { transform: translateX(-50%); } }

/* â”€â”€ Anwendung (Cinematic-Fotografie) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.anwendung { background: linear-gradient(180deg, rgba(9, 9, 9, 0.72), rgba(9, 9, 9, 0.85)); }
.anwendung__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.anwendung__big { position: relative; border-radius: calc(var(--radius) * 1.3); overflow: hidden; border: 1px solid var(--line); }
.anwendung__big img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.anwendung__big:hover img { transform: scale(1.04); }
.anwendung__col { display: flex; flex-direction: column; gap: 18px; }
.anwendung__col figure { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); flex: 1; }
.anwendung__col img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.anwendung__col figure:hover img { transform: scale(1.05); }
.anwendung figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 30px 20px 14px;
  font-size: 11.5px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, transparent, rgba(9, 9, 9, 0.82));
}

/* â”€â”€ Vorteile (Storytelling-Slabs) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.vorteile { background: rgba(9, 9, 9, 0.88); }
.slab {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: clamp(16px, 3vw, 40px);
  align-items: baseline;
  padding: clamp(40px, 6vw, 72px) 0;
  border-bottom: 1px solid var(--line);
}
.slab:last-child { border-bottom: 0; }
.slab__num {
  font-size: 1rem; font-weight: 800; letter-spacing: 0.2em;
  color: var(--red);
  font-variant-numeric: tabular-nums;
}
.slab__title {
  font-size: clamp(2rem, 5.6vw, 4.6rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}
.slab__text { color: var(--mut); max-width: 560px; font-size: clamp(0.98rem, 1.3vw, 1.12rem); grid-column: 2; }

/* â”€â”€ Produktvideo â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.video { background: transparent; } /* fixes Backdrop-Grau statt Schwarz */
.video__frame {
  position: relative;
  border-radius: calc(var(--radius) * 1.5);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
  box-shadow: 0 60px 120px -60px rgba(0, 0, 0, 0.9);
}
.video__frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.video__play {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: rgba(9, 9, 9, 0.35);
  border: 0; cursor: pointer;
  color: #fff;
  transition: background 0.4s, opacity 0.4s;
}
/* Play-Button wie auf der izoroyal-Seite: schwarzer, leicht transparenter Kreis */
.video__play::before {
  content: "";
  width: 60px; height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
  transition: transform 0.35s var(--ease-out), background 0.3s;
}
.video__play:hover::before { background: rgba(0, 0, 0, 0.7); }
.video__play svg { position: absolute; margin-left: 3px; width: 18px; height: 18px; }
.video__play:hover::before { transform: scale(1.1); }
.video__frame.is-playing .video__play { opacity: 0; pointer-events: none; }

/* â”€â”€ Downloads â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.downloads { background: rgba(9, 9, 9, 0.88); }
.dl { display: flex; flex-direction: column; border-top: 1px solid var(--line); max-width: 900px; }
.dl__row {
  display: grid;
  /* minmax(0,…): 1fr darf nicht unter Min-Content schrumpfen -> mobil lief die Zeile sonst 25px aus dem Viewport */
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px 6px;
  border-bottom: 1px solid var(--line);
  transition: background 0.3s, padding 0.3s;
}
.dl__row:hover { background: rgba(255, 255, 255, 0.03); padding-left: 14px; }
.dl__icon {
  display: grid; place-items: center;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(var(--red-rgb), 0.1);
  color: var(--red);
}
.dl__body { display: flex; flex-direction: column; gap: 2px; }
.dl__body strong { font-size: 1.05rem; font-weight: 800; }
.dl__body span { font-size: 0.88rem; color: var(--mut); }
.dl__cta {
  font-size: 11.5px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--red);
  border: 1px solid rgba(var(--red-rgb), 0.45);
  padding: 9px 16px;
  border-radius: 999px;
  transition: background 0.3s, color 0.3s;
}
.dl__row:hover .dl__cta { background: var(--red); color: #fff; }

/* â”€â”€ HÃ¤ndler â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.haendler { background: linear-gradient(180deg, rgba(9, 9, 9, 0.8), rgba(9, 9, 9, 0.94)); }
.dealer__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 1240px) { .dealer__grid { grid-template-columns: repeat(3, 1fr); } }
.dealer--intl p a { color: #fff; font-weight: 700; border-bottom: 1px solid var(--red); }
.dealer--intl p a:hover { color: var(--red); }
.dealer {
  padding: 26px 22px;
  background: var(--anthracite);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.4s var(--ease-out), border-color 0.4s, box-shadow 0.4s;
}
.dealer:hover { transform: translateY(-6px); border-color: rgba(var(--red-rgb), 0.55); box-shadow: 0 26px 60px -30px rgba(var(--red-rgb), 0.4); }
.dealer__tag {
  display: inline-block;
  font-size: 10px; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--red);
  border: 1px solid rgba(var(--red-rgb), 0.4);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.dealer h3 { font-size: 1.35rem; font-weight: 900; text-transform: uppercase; margin-bottom: 6px; }
.dealer p { font-size: 0.9rem; color: var(--mut); }
.dealer--soon { border-style: dashed; background: transparent; }
.haendler__note { margin-top: clamp(26px, 4vw, 40px); font-size: 0.95rem; color: var(--mut); }
.haendler__note a { color: #fff; font-weight: 700; border-bottom: 1px solid var(--red); }
.haendler__note a:hover { color: var(--red); }

/* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.footer { background: #060606; border-top: 1px solid var(--line); position: relative; z-index: 2; }
.footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(44px, 6vw, 70px) 0 34px;
}
.footer__brand { display: inline-flex; flex-direction: column; align-items: center; gap: 7px; justify-self: start; }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer__cols h4 { font-size: 11px; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase; color: var(--red); margin-bottom: 14px; }
.footer__cols div { display: flex; flex-direction: column; gap: 9px; }
.footer__cols a, .footer__cols span { font-size: 0.9rem; color: var(--mut); line-height: 1.5; }
.footer__cols a:hover { color: #fff; }
.footer__base {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 18px 0 26px;
  border-top: 1px solid var(--line);
  font-size: 12px; letter-spacing: 0.06em; color: var(--mut);
}
.footer__line { height: 3px; background: var(--red); }

/* â”€â”€ Panel-Grundzustand (JS animiert) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Reveal-Startzustand NUR bis zur Einblendung (.is-in). Vorher galt die Regel dauerhaft:
   GSAP raeumte nach der Animation das Inline-Transform weg (clearProps) und das
   translateY(38px) aus dem Stylesheet griff wieder – die Bloecke zuckten nach unten. */
[data-panel]:not(.is-in) { opacity: 0; transform: translateY(38px); }
[data-panel].is-in { opacity: 1; transform: none; }
.no-js [data-panel], .reduced-motion [data-panel] { opacity: 1; transform: none; }

/* â”€â”€ Unterseiten â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.legal { padding: calc(var(--nav-h) + 56px) 0 90px; max-width: 780px; position: relative; }
.legal h1 { font-size: clamp(1.9rem, 4.4vw, 2.8rem); font-weight: 900; text-transform: uppercase; margin-bottom: 36px; }
.legal h2 { font-size: 1.12rem; font-weight: 800; text-transform: uppercase; margin: 36px 0 10px; color: var(--red); }
.legal p, .legal li { color: var(--mut); margin-bottom: 10px; }
.legal strong { color: var(--txt); }
.legal a { color: var(--red); }
.legal ul { list-style: disc; padding-left: 22px; }

/* â”€â”€ Responsive â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

@media (max-width: 1080px) {
  .dealer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }

  .stage { display: block; padding-top: var(--nav-h); }

  /* Mobil: kein Sticky-Modell – 3D lebt im Slot der Technologie-Sektion
     (Slider-Live-View) und öffnet als Vollbild über die Buttons */
  .stage__model { display: none; }
  .model-slot { display: block; margin-top: 24px; }
  #modelSlot .stage__model {
    display: flex;
    position: relative;
    height: 44svh;
    flex-direction: column;
    gap: 6px;
  }
  #modelSlot #modelCanvas { height: calc(100% - 40px); }
  #modelSlot .model__hint { position: static; transform: none; margin: 0; font-size: 9.5px; }

  /* Mobil: eigenes Produktbild pro Panel */
  .panel__mobimg { display: block; }

  .only-mobile { display: inline-flex; }

  .panel { min-height: auto; padding: 40px 0 56px; justify-content: flex-start; }
  .panel:first-child { padding-top: 16px; }
  .panel__scrollcue { display: none; }

  .feature__grid, .feature--flip .feature__grid { grid-template-columns: 1fr; }
  .feature--flip .feature__media { order: 0; }
  .feature__media { max-width: 560px; }
  .slab { grid-template-columns: 1fr; gap: 8px; }
  .slab__text { grid-column: 1; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .panel__chips li { padding: 0 14px; }
  .panel__title, .panel__title--hero { font-size: clamp(1.5rem, 7.2vw, 2.1rem); }
  .variants { grid-template-columns: 1fr; }
  .dealer__grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__wide img { aspect-ratio: auto; }
  .footer__cols { grid-template-columns: 1fr; }
}

/* â”€â”€ Reduced Motion (nur per ?motion=reduced) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.reduced-motion .backdrop__grain,
.reduced-motion .panel__scrollcue-line,
.reduced-motion .model__hint-icon,
.reduced-motion .marquee__track { animation: none !important; }
.reduced-motion .model-overlay,
.reduced-motion #modelCanvas { transition: none !important; }

/* ── Kunden-Feedback 07/2026: Varianten-Hinweis, Einsatz-Video,
      Händler-werden-Modal ───────────────────────────────── */

.angle-ctrl__variant {
  margin-top: 12px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--red);
}

.einsatz {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  margin-top: clamp(36px, 5vw, 64px);
}
.einsatz__title { font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 900; margin-bottom: 12px; }
.video__frame--einsatz { max-width: 400px; justify-self: center; width: 100%; }
.video__frame--einsatz video { aspect-ratio: 9 / 16; }
@media (max-width: 900px) {
  .einsatz { grid-template-columns: 1fr; }
  .video__frame--einsatz { justify-self: start; }
}

.haendler__cta { margin-top: 34px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.haendler__cta .haendler__note { margin: 0; }

.dealer-modal {
  position: fixed; inset: 0; z-index: 900;
  display: none;
  align-items: center; justify-content: center;
  padding: 20px;
}
.dealer-modal.is-open { display: flex; }
.dealer-modal__bg { position: absolute; inset: 0; background: rgba(5, 6, 7, 0.78); backdrop-filter: blur(6px); }
.dealer-modal__card {
  position: relative;
  width: min(460px, 100%);
  background: var(--anthracite);
  border: 1px solid rgba(var(--red-rgb), 0.4);
  border-radius: calc(var(--radius) * 1.4);
  box-shadow: 0 40px 120px -40px rgba(0, 0, 0, 0.9);
  padding: clamp(24px, 4vw, 38px);
}
.dealer-modal__card h3 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 900; margin-bottom: 6px; }
.dealer-modal__text { color: var(--mut); margin-bottom: 20px; }
.dealer-modal__close {
  position: absolute; top: 14px; right: 14px;
  width: 38px; height: 38px;
  border: 1px solid var(--line); border-radius: 50%;
  background: transparent; color: var(--txt);
  cursor: pointer; font-size: 15px;
}
.dealer-modal__close:hover { border-color: var(--red); color: var(--red); }
.dealer-modal form { display: flex; flex-direction: column; gap: 14px; }
.dealer-modal label { font-size: 0.82rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mut); display: flex; flex-direction: column; gap: 6px; }
.dealer-modal input {
  font: inherit; font-weight: 600;
  color: var(--txt);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.25s;
}
.dealer-modal input:focus { border-color: var(--red); }
.dealer-modal form .btn { margin-top: 6px; }
.dealer-modal__hint { font-size: 0.78rem; color: var(--mut); }

/* 3D-Render-Video im Einsatz-Block + Erfolgsmeldung im Händler-Modal */
.video__frame--render { margin-top: 26px; max-width: 560px; }
.video__frame--render video { aspect-ratio: 16 / 9; }
/* Nach dem Absenden bleiben nur Kicker + Überschrift stehen */
.dealer-modal__card.is-sent .dealer-modal__text { display: none; }
.dealer-modal__card.is-sent h3 { margin-bottom: 18px; }
.dealer-modal__ok span { display: block; margin-top: 6px; font-weight: 400; color: var(--mut); }
.dealer-modal__ok {
  color: var(--txt);
  font-weight: 700;
  padding: 18px 0 6px;
  border-top: 1px solid rgba(var(--red-rgb), 0.4);
}

/* ==== Shop-Produktseite (Galerie + Kaufbox, seit 23.08.2026) ==== */

.shop { padding: calc(var(--nav-h) + clamp(24px, 4vw, 48px)) 0 clamp(30px, 5vw, 60px); }
.shop__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: start;
}

/* Galerie: weisse Produktkarte wie im Shop */
/* display:block schlaegt die alte 2-Spalten-Galerie-Regel weiter oben,
   sonst landet das Hauptbild halbbreit neben den Thumbs */
.gallery { display: block; position: sticky; top: calc(var(--nav-h) + 18px); }
.gallery__main {
  background: #fff;
  border-radius: calc(var(--radius) * 1.2);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.8);
}
.gallery__main img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.gallery__thumbs {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.gallery__thumb {
  flex: 0 0 auto;
  width: 64px; height: 64px;
  padding: 0; border-radius: 10px;
  border: 2px solid transparent;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.75;
  transition: border-color 0.25s, opacity 0.25s, transform 0.25s;
}
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery__thumb:hover { opacity: 1; transform: translateY(-2px); }
.gallery__thumb.is-active { border-color: var(--red); opacity: 1; }

/* Kaufbox */
.buybox__title { font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 900; line-height: 1.04; letter-spacing: -0.01em; text-transform: uppercase; margin: 10px 0 10px; }
.buybox__claim { font-size: 1.02rem; color: var(--txt); max-width: 56ch; }
.buybox__claim strong { color: var(--red); }

.buybox__rating { display: flex; align-items: center; gap: 10px; margin: 12px 0 4px; font-size: 0.9rem; color: var(--mut); }
.stars { color: #f5b301; font-size: 1.05rem; letter-spacing: 0.12em; text-shadow: 0 0 12px rgba(245, 179, 1, 0.35); }

.price--shop { margin: 14px 0 18px; }

/* Varianten-Karten */
.vswitch--cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 4px 0 18px; }
.vpick {
  text-align: left;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--txt);
  cursor: pointer;
  font-family: inherit;
  display: flex; flex-direction: column; gap: 3px;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}
.vpick b { font-size: 0.98rem; font-weight: 800; }
.vpick span { font-size: 0.78rem; color: var(--mut); }
.vpick:hover { border-color: rgba(255, 255, 255, 0.35); }
.vpick.is-active {
  border-color: var(--red);
  background: rgba(var(--red-rgb), 0.1);
  box-shadow: 0 0 0 1px var(--red) inset, 0 14px 34px -22px rgba(var(--red-rgb), 0.7);
}

/* Bullet-Liste im Listing-Stil */
.buybox__bullets { display: flex; flex-direction: column; gap: 9px; margin: 0 0 20px; }
.buybox__bullets li {
  position: relative;
  padding-left: 26px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--mut);
}
.buybox__bullets li strong { color: var(--txt); }
.buybox__bullets li::before {
  content: "\2713";
  position: absolute; left: 0; top: 1px;
  color: var(--red);
  font-weight: 900;
}

.buybox__actions { margin-bottom: 12px; }
.buybox__actions .btn--big { width: 100%; justify-content: center; text-align: center; }

.buybox__dealers { font-size: 0.86rem; color: var(--mut); margin-bottom: 14px; }
.buybox__dealers a { color: var(--red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.buybox__trust {
  display: flex; flex-wrap: wrap; gap: 8px 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.buybox__trust li {
  font-size: 0.8rem; color: var(--mut);
  display: flex; align-items: center; gap: 7px;
}
.buybox__trust li::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 8px rgba(var(--red-rgb), 0.8);
}

.buybox__specs { margin-bottom: 0; }

/* Was ist SANDIIX (Erklaerkarten) */
.knowit__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 22px); margin-top: clamp(26px, 4vw, 40px); }
.knowit__card {
  padding: 26px 24px;
  background: var(--anthracite);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.knowit__card i {
  display: grid; place-items: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(var(--red-rgb), 0.16);
  color: var(--red);
  font-style: normal; font-weight: 900;
  margin-bottom: 14px;
}
.knowit__card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; }
.knowit__card p { font-size: 0.92rem; color: var(--mut); line-height: 1.6; }
.knowit__card p strong { color: var(--txt); }

/* Einsatzbereiche */
.usecases__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 2vw, 20px); margin-top: clamp(26px, 4vw, 40px); }
.usecase {
  padding: 20px 20px 18px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--red);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  display: flex; flex-direction: column; gap: 5px;
}
.usecase b { font-size: 0.98rem; }
.usecase span { font-size: 0.85rem; color: var(--mut); line-height: 1.5; }
.usecases__note { margin-top: 18px; font-size: 0.9rem; color: var(--mut); }

/* Vergleichstabelle */
.compare__wrap { overflow-x: auto; margin-top: clamp(26px, 4vw, 40px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--anthracite); }
.compare__table { width: 100%; border-collapse: collapse; min-width: 620px; }
.compare__table th, .compare__table td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.compare__table thead th { font-size: 1rem; font-weight: 800; }
.compare__table thead th span { display: block; font-size: 0.75rem; font-weight: 700; color: var(--red); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 3px; }
.compare__table tbody th { color: var(--mut); font-weight: 600; width: 190px; }
.compare__table tbody td { color: var(--txt); }
.compare__table tbody tr:last-child th, .compare__table tbody tr:last-child td { border-bottom: 0; }
.compare__hint { margin-top: 16px; font-size: 0.9rem; color: var(--mut); }
.compare__hint strong { color: var(--txt); }

/* FAQ */
.faq__list { margin-top: clamp(22px, 3vw, 34px); display: flex; flex-direction: column; gap: 10px; max-width: 860px; }
.faq__list details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
}
.faq__list summary {
  cursor: pointer;
  list-style: none;
  padding: 15px 44px 15px 18px;
  font-weight: 700;
  font-size: 0.98rem;
  position: relative;
}
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after {
  content: "+";
  position: absolute; right: 18px; top: 50%;
  transform: translateY(-50%);
  color: var(--red); font-weight: 900; font-size: 1.2rem;
  transition: transform 0.25s;
}
.faq__list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__list details p { padding: 0 18px 16px; font-size: 0.92rem; color: var(--mut); line-height: 1.65; }
.faq__list details p strong { color: var(--txt); }

/* Abschluss-CTA */
.finalcta { text-align: center; }
.finalcta__inner { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.finalcta .panel__actions { justify-content: center; }

/* Responsive Shop */
@media (max-width: 1000px) {
  /* minmax(0,…) statt 1fr: die 1200px-Shopbilder gaben dem Track sonst 640px Min-Content-Breite
     -> Seite war auf dem Handy 664px breit, wirkte "reingezoomt" und liess sich nicht rauszoomen */
  .shop__grid { grid-template-columns: minmax(0, 1fr); }
  .gallery { position: static; max-width: 640px; }
  .knowit__grid { grid-template-columns: 1fr; }
  .usecases__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .usecases__grid { grid-template-columns: 1fr; }
  .vswitch--cards { grid-template-columns: 1fr; }
  .gallery__thumb { width: 56px; height: 56px; }
  .gallery__thumbs { flex-wrap: nowrap; }
}

/* Videos in der Produkt-Galerie + Video-Sektion der Produktseite */
.gallery__main--video { background: #0b0b0c; }
.gallery__main--video video {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #0b0b0c;
}
.gallery__thumb--video { position: relative; }
.gallery__thumb--video::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.45) 0 34%, transparent 35%),
    no-repeat center / 0;
  pointer-events: none;
}
.gallery__thumb--video::before {
  content: "";
  position: absolute; left: 50%; top: 50%;
  transform: translate(-42%, -50%);
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
  pointer-events: none;
}

.pvideos .video__frame { max-width: 900px; margin-top: clamp(22px, 3vw, 34px); }
.pvideos__row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  margin-top: clamp(22px, 3vw, 34px);
  align-items: start;
  max-width: 900px;
}
.pvideos__col h3 { font-size: 1.02rem; font-weight: 800; margin-bottom: 12px; }
.pvideos__col .video__frame { margin-top: 0; }
.pvideos__col .video__frame--einsatz { max-width: 320px; justify-self: start; }
@media (max-width: 760px) {
  .pvideos__row { grid-template-columns: 1fr; }
}

/* Produktbeschreibung */
.desc__body { max-width: 78ch; margin-top: clamp(20px, 3vw, 30px); display: flex; flex-direction: column; gap: 16px; }
.desc__body p { font-size: 0.98rem; line-height: 1.7; color: var(--mut); }
.desc__body p strong { color: var(--txt); }
