/* ============================================================
   ROGALL — Seiten-Layouts (Start, Produkt, Drops, Wunschservice)
   ============================================================ */

/* Studio-Hintergrund der prozeduralen Produktbilder */
:root { --shot-1: #fbfaf7; --shot-2: #e6e3db; }
html[data-theme="night"] { --shot-1: #1c1c23; --shot-2: #0e0e13; }

/* ---------- Hero ---------- */
.hero { position: relative; background: #08080b; color: #fff; overflow: hidden; isolation: isolate; }
/* Ein Canvas bringt seine eigene Groesse mit — ohne width/height gewinnt die
   Attributbreite gegen inset:0 und schiebt die Seite auf dem Handy auseinander. */
.hero__sky { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: .85; }
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(120% 80% at 78% 12%, rgba(226,177,60,.14), transparent 60%),
    linear-gradient(180deg, rgba(8,8,11,.2), rgba(8,8,11,.9));
}
.hero__in {
  position: relative; z-index: 2; max-width: var(--max); margin: 0 auto;
  padding: clamp(30px, 5vw, 56px) var(--pad) clamp(34px, 5vw, 58px);
  display: grid; grid-template-columns: 1.42fr 1fr; gap: clamp(24px, 4vw, 44px); align-items: center;
}
.hero h1 {
  font-size: clamp(34px, 5.2vw, 62px); line-height: 1.02; letter-spacing: .01em;
  background: linear-gradient(175deg, #fff 30%, #9096a0);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
/* Zentrierter, cineastischer Hero (Startseite) */
.hero__in--center { grid-template-columns: 1fr; place-items: center; max-width: 980px; }
.hero__in--center .stack { align-items: center; }
.hero__in--center .stats { justify-content: center; }
.hero__in--center .hero__right { display: none; }
.hero h1.hero__title {
  font-family: "Instrument Serif", Georgia, serif; text-transform: none; font-weight: 400; letter-spacing: 0;
  font-size: clamp(42px, 7.6vw, 104px); line-height: 1.04;
  background: none; -webkit-background-clip: initial; background-clip: initial;
  -webkit-text-fill-color: #fff; color: #fff;
  text-shadow: 0 0 42px rgba(255,255,255,.22), 0 0 90px rgba(255,255,255,.12);
}
/* Anti-Flacker: Hero-Elemente bleiben verdeckt, bis GSAP (motion.js) sie einblendet. */
.pre-anim [data-hero-anim], .pre-anim .hero__right { opacity: 0; }
.hero p { font-size: clamp(14.5px, 1.3vw, 16.5px); line-height: 1.65; color: #b9bec6; max-width: 46ch; }
.hero__right { display: flex; flex-direction: column; gap: 18px; }

/* Driftende Trikot-Silhouetten — Ebene zwischen Sternenfeld (z0) und Inhalt (z2) */
.hero__jerseys { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.hero__jersey { position: absolute; opacity: .17; filter: saturate(.8) contrast(.97); will-change: transform; }
.hero__jersey svg { width: 100%; height: auto; display: block; }

/* ===== Story-Sektion („Warum Rogall") — cineastische Parallaxe ===== */
.story {
  position: relative; min-height: 100vh; display: grid; place-items: center;
  overflow: hidden; isolation: isolate; padding: 120px 24px;
  background: #04060d;
}
/* Echte Erde aus dem All (Standbild aus dem Referenz-Hero) */
.story__earth {
  position: absolute; inset: 0; z-index: 0; will-change: transform;
  background: url(../img/earth.jpg) center 62% / cover no-repeat;
}
/* Dunkler Scrim in der Mitte, damit das Zitat über der Erde lesbar bleibt */
.story__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(4,6,13,0) 0%, rgba(4,6,13,.42) 34%, rgba(4,6,13,.5) 58%, rgba(4,6,13,0) 88%);
}
.story__stars, .story__glow, .story__art { position: absolute; inset: 0; z-index: 0; pointer-events: none; will-change: transform; }
.story__rainbow { position: absolute; inset: 0; z-index: 5; opacity: .92; pointer-events: none; will-change: transform; }
.story__cloud { position: absolute; z-index: 2; width: clamp(360px, 44vw, 650px); opacity: 0; pointer-events: none; will-change: transform, opacity; }
.story__cloud--l { left: 0; bottom: 9%; }
.story__cloud--r { right: 0; bottom: 15%; }
@media (max-width: 640px) { .story__cloud { display: none; } }
.story__globe {
  position: absolute; top: 3%; left: 50%; transform: translateX(-50%);
  width: min(34vw, 260px); aspect-ratio: 1; border-radius: 50%; z-index: 3; pointer-events: none; will-change: transform;
  background: radial-gradient(130% 130% at 34% 30%, #34466c 0%, #1c2b4d 38%, #0c1730 68%, #070c1a 100%);
  box-shadow:
    inset -14px -18px 50px rgba(0,0,0,.62),
    inset 13px 15px 42px rgba(130,175,235,.20),
    0 0 55px rgba(150,200,255,.18),
    0 0 110px rgba(212,184,120,.16);
}
.story__globe::after {
  content: ""; position: absolute; inset: -7%; border-radius: 50%;
  background: radial-gradient(circle, rgba(150,200,255,0) 61%, rgba(160,205,255,.26) 69%, rgba(212,184,120,.18) 75%, rgba(0,0,0,0) 82%);
}
.story__stars { width: 100%; height: 100%; }
.story__glow { background: radial-gradient(62% 46% at 50% 82%, rgba(212,184,120,.30), rgba(212,184,120,0) 70%); }
.story__art { display: grid; place-items: end center; opacity: 0; }
.story__art svg { width: min(62vw, 540px); filter: saturate(.55) contrast(.95); opacity: .16; }
.story__in { position: relative; z-index: 4; max-width: 60rem; text-align: center; }
.story__eyebrow { display: block; font: 600 11px/1 var(--mono); letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.story__quote {
  margin: 0; font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-weight: 400; color: #fff;
  font-size: clamp(24px, 3.7vw, 46px); line-height: 1.45; letter-spacing: .004em; text-wrap: balance;
  text-shadow: 0 2px 40px rgba(0,0,0,.35);
}
.story__cite { display: block; margin-top: 30px; font: 600 12px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.78); font-style: normal; }
.story--anim .story__in { opacity: 0; transform: translateY(24px); transition: opacity 1s ease, transform 1.1s cubic-bezier(.22,1,.36,1); }
.story--anim.in .story__in { opacity: 1; transform: none; }

/* Seitentitel im cineastischen Stil (Instrument Serif) — Shop, Produkt, Verzeichnisse */
.page-title {
  font-family: "Instrument Serif", Georgia, serif; font-weight: 400; text-transform: none;
  letter-spacing: 0; font-size: clamp(30px, 4.4vw, 52px); line-height: 1.06; color: var(--ink);
}

/* „Was wir machen" — Info-Karten */
.do-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 6px; }
@media (max-width: 760px) { .do-grid { grid-template-columns: 1fr; } }
.do-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px; }
.do-card i { color: var(--gold); font-style: normal; font-size: 15px; }
.do-card h3 { font: 600 17px var(--display); text-transform: uppercase; letter-spacing: .04em; margin: 12px 0 8px; color: var(--ink); }
.do-card p { font: 400 14px/1.62 var(--body); color: var(--ink-2); }
@media (max-width: 640px) { .story { min-height: 92vh; padding: 90px 20px; } .story__art svg { opacity: .1; } }
@media (prefers-reduced-motion: reduce) { .hero__jersey { opacity: .11; } }
@media (max-width: 620px) { .hero__jersey { opacity: .1; } }

.player {
  position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 16/9;
  background: linear-gradient(140deg, #1b1b23, #101016);
  border: 1px solid rgba(255,255,255,.1); cursor: pointer;
  display: grid; place-items: center;
}
.player::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255,255,255,.022) 0 22px, transparent 22px 44px);
}
.player video, .player img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.player__btn {
  position: relative; z-index: 2; width: 66px; height: 66px; border-radius: 50%;
  background: rgba(255,255,255,.95); color: #0c0c10; display: grid; place-items: center;
  box-shadow: 0 10px 40px rgba(0,0,0,.5); transition: transform .3s var(--ease-out);
}
.player:hover .player__btn { transform: scale(1.08); }
.player__btn::after {
  content: ''; position: absolute; inset: -8px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.5); animation: ping 2.6s var(--ease-out) infinite;
}
@keyframes ping { 0% { transform: scale(.9); opacity: .8; } 70%, 100% { transform: scale(1.5); opacity: 0; } }
.player__cap {
  position: absolute; left: 14px; bottom: 13px; z-index: 2;
  background: rgba(0,0,0,.66); backdrop-filter: blur(5px); color: #fff;
  font: 500 11.5px var(--body); padding: 6px 11px; border-radius: 5px;
}
.player__slot {
  position: absolute; right: 13px; top: 13px; z-index: 2;
  font: 400 9.5px var(--mono); letter-spacing: .12em; color: #7a8089;
  border: 1px dashed #3d434c; padding: 5px 9px; border-radius: 5px;
}
.eps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ep { cursor: pointer; }
.ep__thumb {
  aspect-ratio: 16/9; border-radius: 7px; background: linear-gradient(140deg, #1e1e27, #14141b);
  border: 1px solid rgba(255,255,255,.08); display: grid; place-items: center; margin-bottom: 6px;
  transition: border-color .25s, transform .3s var(--ease-out);
}
.ep:hover .ep__thumb { border-color: rgba(226,177,60,.55); transform: translateY(-2px); }
.ep__dot { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.9); color: #0c0c10; display: grid; place-items: center; }
.ep__t { font: 400 11px var(--body); color: #9aa0a8; line-height: 1.35; display: block; }

.stats { display: flex; gap: clamp(16px, 3vw, 34px); border-top: 1px solid rgba(255,255,255,.13); padding-top: 18px; flex-wrap: wrap; }
.stat__n { font: 600 clamp(20px, 2.4vw, 26px) var(--display); color: #fff; font-variant-numeric: tabular-nums; }
.stat__l { font: 400 10px var(--mono); color: #8a8f98; letter-spacing: .13em; }
.stat--gold .stat__l { color: var(--gold); }

.cd-box {
  display: flex; gap: 14px; align-items: center; background: rgba(255,255,255,.05);
  border: 1px solid rgba(226,177,60,.32); border-radius: 10px; padding: 14px 18px; backdrop-filter: blur(6px);
}
.cd-unit { text-align: center; min-width: 42px; }
.cd-unit b { display: block; font: 600 23px var(--mono); color: #fff; font-variant-numeric: tabular-nums; }
.cd-unit span { font: 400 9px var(--mono); color: var(--gold); letter-spacing: .16em; }

/* ---------- Kategorie-Kacheln ---------- */
.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cat {
  position: relative; border-radius: var(--r); overflow: hidden; background: var(--surface);
  border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform .4s var(--ease-out), border-color .3s;
}
.cat:hover { transform: translateY(-4px); border-color: var(--ink); }
.cat__art { position: relative; overflow: hidden; background: var(--card-img-bg); aspect-ratio: 4/3.1; }
.cat__art svg { position: absolute; inset: 0; width: 100%; height: 100%; transition: transform .5s var(--ease-out); }
.cat:hover .cat__art svg { transform: scale(1.06); }
.cat__foot { padding: 13px 16px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); }
.cat__foot span { font: 600 14px var(--display); text-transform: uppercase; letter-spacing: .06em; }
.cat__foot i { font-style: normal; color: var(--muted); transition: transform .3s var(--ease-out); }
.cat:hover .cat__foot i { transform: translateX(5px); color: var(--gold); }

/* ---------- Ära-Zeitstrahl ---------- */
.era-rail { display: flex; gap: 10px; overflow-x: auto; padding: 6px 0 14px; scroll-snap-type: x mandatory; }
.era-card {
  flex: 1 0 168px; scroll-snap-align: start; border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px 16px; background: var(--surface); position: relative; overflow: hidden;
  transition: transform .35s var(--ease-out), border-color .3s;
}
.era-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.era-card b { font: 600 27px var(--display); display: block; }
.era-card span { font: 400 11px var(--mono); color: var(--muted); letter-spacing: .06em; }
.era-card p { font: 400 12.5px/1.5 var(--body); color: var(--ink-2); margin-top: 8px; }
.era-card::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--red)); transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease-out);
}
.era-card:hover::after { transform: scaleX(1); }

/* ---------- Wunsch-Band ---------- */
.band {
  background: var(--inverse-bg); border-radius: var(--r); padding: clamp(22px, 3vw, 32px);
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap; position: relative; overflow: hidden;
}
.band::after {
  content: ''; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(226,177,60,.22), transparent 70%);
}
.band img { width: 54px; height: 54px; border-radius: 50%; position: relative; z-index: 1; }
.band__t { flex: 1; min-width: 230px; position: relative; z-index: 1; }
.band__t h3 { font-size: 19px; color: #fff; letter-spacing: .04em; }
.band__t p { font: 400 13.5px var(--body); color: var(--inverse-muted); margin-top: 3px; }
.band .btn { position: relative; z-index: 1; }

/* USP-Zeile */
.usps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 30px 0; }
.usp { display: flex; gap: 11px; align-items: flex-start; }
.usp b { display: block; font: 600 13px var(--display); letter-spacing: .07em; text-transform: uppercase; }
.usp span { font: 400 12.5px/1.5 var(--body); color: var(--muted); }
.usp i { font-style: normal; color: var(--gold); font-size: 15px; line-height: 1.2; }

/* ---------- Produktdetail ---------- */
.crumbs { font: 400 11.5px var(--mono); color: var(--muted); letter-spacing: .06em; padding: 18px 0 0; text-transform: uppercase; }
.crumbs a:hover { color: var(--ink); }
.pd { display: grid; grid-template-columns: 1.12fr 1fr; gap: clamp(22px, 4vw, 44px); padding: 18px 0 40px; align-items: start; }
.pd__gal { position: sticky; top: calc(var(--header-h) + 16px); display: flex; flex-direction: column; gap: 11px; }
.pd__main {
  border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--card-img-bg);
  aspect-ratio: 1; position: relative; cursor: zoom-in;
}
.pd__main > * { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); }
.pd__main.is-zoom > * { transform: scale(1.9); cursor: zoom-out; }
.pd__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.pd__thumb {
  aspect-ratio: 1; border-radius: 8px; overflow: hidden; border: 2px solid transparent;
  background: var(--card-img-bg); cursor: pointer; transition: border-color .2s, transform .25s var(--ease-out);
}
.pd__thumb:hover { transform: translateY(-2px); }
.pd__thumb[aria-pressed="true"] { border-color: var(--ink); }
.pd__thumb--video { background: #0c0c10; display: grid; place-items: center; gap: 4px; color: #fff; }
.pd__thumb--video span { font: 400 8.5px var(--mono); color: #8a8f98; }

.pd__info { display: flex; flex-direction: column; gap: 15px; }
.pd__tags { display: flex; gap: 7px; flex-wrap: wrap; }
.tag { font: 600 9.5px var(--mono); letter-spacing: .1em; padding: 5px 9px; border-radius: 3px; background: var(--ink); color: var(--bg); }
.tag--gold { background: var(--gold); color: #0c0c10; }
.tag--red { background: var(--red); color: #fff; }
.tag--line { background: none; border: 1px solid var(--line-strong); color: var(--muted); }
.pd h1 { font-size: clamp(25px, 3.2vw, 36px); }
.pd__price { font: 600 clamp(24px, 3vw, 31px) var(--body); display: flex; align-items: baseline; gap: 11px; flex-wrap: wrap; }
.pd__price small { font: 400 11px var(--mono); color: var(--muted); letter-spacing: .05em; }

.stockbar { display: flex; flex-direction: column; gap: 7px; }
.stockbar__t { display: flex; justify-content: space-between; font: 400 11px var(--mono); letter-spacing: .05em; }
.stockbar__rail { height: 6px; background: var(--line); border-radius: 3px; overflow: hidden; }
.stockbar__fill { height: 100%; background: linear-gradient(90deg, var(--gold), var(--red)); border-radius: 3px; transition: width 1s var(--ease-out); }

.sizes-head { display: flex; align-items: baseline; gap: 10px; font: 600 11.5px var(--display); letter-spacing: .13em; text-transform: uppercase; }
.sizes-head button { font: 400 11px var(--body); color: var(--muted); text-transform: none; letter-spacing: 0; text-decoration: underline; }
.buybar { display: flex; gap: 10px; }
.iconbtn {
  width: 54px; flex: none; display: grid; place-items: center; border: 1.5px solid var(--line-strong);
  border-radius: var(--r-sm); background: var(--surface); color: var(--ink); transition: all .25s var(--ease-out);
}
.iconbtn:hover { border-color: var(--ink); transform: translateY(-2px); }
.iconbtn.is-on { color: var(--red); border-color: var(--red); }

.dropbox {
  background: var(--inverse-bg); border-radius: 8px; padding: 14px 18px;
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  /* Ohne Zusatzzeile sitzt der Countdown mittig statt linksbündig. */
  justify-content: center; text-align: center;
}
.dropbox b { font: 600 10.5px var(--mono); color: var(--gold); letter-spacing: .12em; }
.dropbox time { font: 600 16px var(--mono); color: #fff; font-variant-numeric: tabular-nums; }
a.dropbox span { margin-left: auto; font: 400 11px var(--body); color: #8a8f98; }

.acc { border-bottom: 1px solid var(--line); }
.acc__h { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 14px 2px; font: 600 13.5px var(--body); text-align: left; }
.acc__h i { font-style: normal; color: var(--muted); font-size: 17px; transition: transform .3s var(--ease-out); }
.acc.is-open .acc__h i { transform: rotate(45deg); }
.acc__b { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease-out); }
.acc.is-open .acc__b { grid-template-rows: 1fr; }
.acc__b > div { overflow: hidden; }
.acc__b p { padding: 0 2px 15px; font: 400 13.5px/1.65 var(--body); color: var(--ink-2); }
.spec { display: grid; grid-template-columns: auto 1fr; gap: 5px 16px; padding: 0 2px 15px; font: 400 13px var(--body); }
.spec dt { color: var(--muted); }
.spec dd { margin: 0; }

/* ---------- Herkunft ---------- */
.herkunft {
  border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: var(--r-sm); padding: 18px 20px; background: var(--surface-2);
  display: flex; flex-direction: column; gap: 10px;
}
.herkunft__kopf { display: flex; gap: 12px; align-items: flex-start; }
.herkunft__marke { color: var(--gold); font-size: 15px; line-height: 1.2; }
.herkunft h3 { font-size: 13px; letter-spacing: .14em; }
.herkunft__quelle {
  display: block; font: 400 11px var(--mono); color: var(--gold-deep);
  letter-spacing: .06em; margin-top: 3px;
}
.herkunft__text { font: 400 14px/1.7 var(--body); color: var(--ink-2); text-wrap: pretty; }
.herkunft__text--leer { font-style: italic; color: var(--muted); }
.herkunft__fuss {
  font: 400 10.5px var(--mono); color: var(--muted); letter-spacing: .04em;
  border-top: 1px solid var(--line); padding-top: 9px;
}

.trust { display: flex; gap: 18px; flex-wrap: wrap; font: 400 11px var(--mono); color: var(--muted); letter-spacing: .04em; padding-top: 4px; }

.videoband {
  background: var(--inverse-bg); border-radius: var(--r); padding: 22px 26px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 34px;
}
.videoband__thumb {
  width: 158px; aspect-ratio: 16/10; border-radius: 8px; flex: none; cursor: pointer;
  background: linear-gradient(140deg, #1c1c24, #101016); display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.09);
}
.videoband__t { flex: 1; min-width: 220px; }
.videoband__t h3 { font-size: 16px; color: #fff; letter-spacing: .04em; }
.videoband__t p { font: 400 13px var(--body); color: var(--inverse-muted); margin-top: 3px; }

/* Sticky Kaufleiste mobil */
.buysticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: none;
  background: var(--surface); border-top: 1px solid var(--line); padding: 11px var(--pad);
  gap: 12px; align-items: center; box-shadow: 0 -8px 30px rgba(0,0,0,.12);
  transform: translateY(110%); transition: transform .4s var(--ease-out);
}
.buysticky.is-in { transform: none; }
.buysticky b { font: 600 15px var(--body); }
.buysticky small { display: block; font: 400 10px var(--mono); color: var(--muted); }

/* ---------- Drops-Seite ---------- */
.droplist { display: flex; flex-direction: column; gap: 12px; }
.dropitem {
  display: grid; grid-template-columns: 118px 1fr auto; gap: 20px; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 22px;
  transition: border-color .3s, transform .35s var(--ease-out);
}
.dropitem:hover { border-color: var(--ink); transform: translateX(4px); }
.dropitem--live { border-color: var(--gold); background: linear-gradient(100deg, rgba(226,177,60,.09), transparent 40%); }
.dropitem__date { font: 600 13px var(--mono); letter-spacing: .05em; }
.dropitem__date span { display: block; font: 400 10px var(--mono); color: var(--muted); letter-spacing: .1em; }
.dropitem h3 { font-size: 17px; }
.dropitem p { font: 400 13px var(--body); color: var(--muted); margin-top: 3px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); display: inline-block; animation: blink 1.6s infinite; }
@keyframes blink { 50% { opacity: .25; } }

/* ---------- Wunschservice ---------- */
.wish { display: grid; grid-template-columns: 1fr 380px; gap: 44px; padding: 26px 0 60px; align-items: start; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px; }
.field label { font: 600 11px var(--display); letter-spacing: .13em; text-transform: uppercase; }
.field input, .field textarea, .field select {
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--r-sm);
  padding: 12px 14px; font: 400 14px var(--body); transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(226,177,60,.18);
}
.field textarea { resize: vertical; min-height: 116px; }
.field small { font: 400 11.5px var(--body); color: var(--muted); }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 15px; }
.steps { display: flex; flex-direction: column; gap: 16px; }
.step { display: flex; gap: 14px; }
.step b {
  width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: var(--bg);
  display: grid; place-items: center; font: 600 12px var(--mono); flex: none;
}
.step h4 { font-size: 13.5px; letter-spacing: .07em; }
.step p { font: 400 13px/1.55 var(--body); color: var(--muted); margin-top: 2px; }
.aside-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; }
.einwilligung {
  display: flex; gap: 11px; align-items: flex-start; margin-top: 16px;
  font: 400 12.5px/1.6 var(--body); color: var(--ink-2); cursor: pointer;
}
.einwilligung input { margin-top: 2px; width: 16px; height: 16px; flex: none; accent-color: var(--ink); }
.einwilligung a { text-decoration: underline; color: var(--ink); }
.hinweis-formular {
  font: 400 11.5px/1.6 var(--body); color: var(--muted);
  border-top: 1px solid var(--line); margin-top: 16px; padding-top: 12px;
}

/* ============================================================
   TEAMS — Verzeichnis
   ============================================================ */
.dir-tools {
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
  padding: 16px 0 6px; position: sticky; top: var(--header-h); z-index: 30;
  background: var(--bg); box-shadow: 0 12px 18px -10px var(--bg);
}
.dir-search {
  flex: 1; min-width: 220px; max-width: 380px;
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 7px;
  padding: 11px 14px; font: 400 14px var(--body);
}
.dir-search:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(226,177,60,.18); }
.seg { display: flex; gap: 2px; background: var(--bg-2); border-radius: 8px; padding: 3px; }
.seg button {
  padding: 8px 14px; border-radius: 6px; font: 600 11.5px var(--display);
  letter-spacing: .1em; text-transform: uppercase; color: var(--muted); transition: all .22s;
}
.seg button:hover { color: var(--ink); }
.seg button[aria-pressed="true"] { background: var(--surface); color: var(--ink); box-shadow: 0 1px 3px rgba(0,0,0,.12); }

.dir-group { padding: 26px 0 6px; }
.dir-group__h {
  display: flex; align-items: baseline; gap: 12px; padding-bottom: 12px;
  border-bottom: 1px solid var(--line); margin-bottom: 16px;
}
.dir-group__h h2 { font-size: 19px; letter-spacing: .07em; }
.dir-group__h span { font: 400 11px var(--mono); color: var(--muted); letter-spacing: .1em; }

.teams { display: grid; grid-template-columns: repeat(auto-fill, minmax(228px, 1fr)); gap: 12px; }
.team {
  display: flex; gap: 13px; align-items: center; padding: 12px 14px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  transition: transform .3s var(--ease-out), border-color .25s, box-shadow .3s;
}
.team:hover { transform: translateY(-3px); border-color: var(--ink); box-shadow: var(--shadow); }
.team__kit { width: 52px; height: 52px; flex: none; border-radius: 8px; overflow: hidden; background: var(--card-img-bg); }
.team__kit svg { width: 100%; height: 100%; }
.team__t { min-width: 0; flex: 1; display: block; }
.team__n { display: block; font: 600 14px var(--body); line-height: 1.25; }
.team__m {
  display: block; font: 400 10px var(--mono); color: var(--muted);
  letter-spacing: .06em; text-transform: uppercase; margin-top: 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.team__bars { display: flex; gap: 2px; margin-top: 5px; }
.team__bars i { height: 4px; flex: 1; border-radius: 2px; }
.team__n2 { font: 600 12px var(--mono); color: var(--muted); flex: none; align-self: flex-start; }

/* Teams, von denen noch nichts da ist: sichtbar, aber erkennbar leer.
   Der Klick fuehrt in den Wunschservice statt in einen leeren Filter. */
.team--bald { opacity: .72; }
.team--bald:hover { opacity: 1; }
.team--bald .team__kit { filter: saturate(.55); }
.team--bald .team__n2 {
  font: 600 9px var(--mono); letter-spacing: .09em; text-transform: uppercase;
  color: var(--muted); border: 1px solid var(--line); border-radius: 999px;
  padding: 3px 7px; white-space: nowrap;
}

.dir-top { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; padding: 6px 0 10px; }
.dir-top a {
  display: block; position: relative; overflow: hidden; border-radius: var(--r);
  border: 1px solid var(--line); background: var(--surface); padding: 0 0 14px; text-align: center;
  transition: transform .35s var(--ease-out), border-color .3s;
}
.dir-top a:hover { transform: translateY(-4px); border-color: var(--gold); }
.dir-top .kit { display: block; height: 168px; background: var(--card-img-bg); overflow: hidden; }
.dir-top .kit svg { width: 100%; height: 100%; display: block; }
.dir-top b { display: block; font: 600 14px var(--display); text-transform: uppercase; letter-spacing: .06em; padding: 12px 10px 3px; }
.dir-top > span, .dir-top a > span:not(.kit) { display: block; font: 400 10px var(--mono); color: var(--muted); padding: 0 10px; }

/* ============================================================
   ÄRA — redaktioneller Zeitstrahl
   ============================================================ */
.era-nav {
  position: sticky; top: var(--header-h); z-index: 32;
  display: flex; gap: 4px; overflow-x: auto; padding: 12px 0;
  background: var(--bg); border-bottom: 1px solid var(--line);
}
.era-nav a {
  flex: none; padding: 9px 16px; border-radius: 30px; border: 1px solid var(--line-strong);
  font: 600 12px var(--display); letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
  transition: all .25s var(--ease-out); white-space: nowrap;
}
.era-nav a:hover { color: var(--ink); border-color: var(--ink); }
.era-nav a.is-active { background: var(--ink); border-color: var(--ink); color: var(--bg); }

.chapter { padding: clamp(38px, 6vw, 74px) 0; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.chapter__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
.chapter__num {
  font: 600 clamp(64px, 11vw, 148px)/.82 var(--display); letter-spacing: -.02em;
  background: linear-gradient(180deg, var(--ink) 20%, transparent 125%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.chapter__span { font: 400 11.5px var(--mono); color: var(--gold-deep); letter-spacing: .18em; }
.chapter h2 { font-size: clamp(22px, 2.8vw, 31px); margin: 12px 0 12px; }
.chapter p { font-size: 15px; line-height: 1.68; color: var(--ink-2); max-width: 52ch; }
.marks { display: flex; flex-direction: column; gap: 8px; margin: 20px 0 22px; }
.marks div { display: flex; gap: 10px; font: 400 13.5px var(--body); color: var(--ink-2); align-items: baseline; }
.marks i { font-style: normal; color: var(--gold); font-size: 11px; }
.chapter__stats { display: flex; gap: 26px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 16px; }
.chapter__stats b { display: block; font: 600 20px var(--display); font-variant-numeric: tabular-nums; }
.chapter__stats span { font: 400 10px var(--mono); color: var(--muted); letter-spacing: .12em; }
.chapter__hero {
  border-radius: 12px; overflow: hidden; border: 1px solid var(--line);
  background: var(--card-img-bg); aspect-ratio: 1/.92; position: relative;
}
.chapter__hero svg, .chapter__hero img { width: 100%; height: 100%; object-fit: cover; }
.chapter__hero figcaption {
  position: absolute; left: 14px; bottom: 14px; background: rgba(12,12,16,.78); color: #fff;
  backdrop-filter: blur(5px); padding: 8px 13px; border-radius: 6px;
  font: 500 12px var(--body);
}
.chapter__hero figcaption span { display: block; font: 400 9.5px var(--mono); color: #b9bec6; letter-spacing: .1em; }
.rail {
  display: flex; gap: 12px; overflow-x: auto; padding: 22px 2px 6px;
  scroll-snap-type: x mandatory;
}
.rail > * { flex: 0 0 218px; scroll-snap-align: start; }

/* ============================================================
   CELESTIAL WEAR — Markenseite
   ============================================================ */
.cel-hero { position: relative; background: #08080b; color: #fff; overflow: hidden; isolation: isolate; }
.cel-hero__in {
  position: relative; z-index: 2; max-width: var(--max); margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) var(--pad); text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.cel-hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(70% 60% at 50% 0%, rgba(212,191,138,.17), transparent 70%);
}
.cel-hero img.mark { width: 76px; height: 76px; border-radius: 50%; }
.cel-hero h1 {
  font-size: clamp(34px, 6vw, 74px); line-height: .98;
  background: linear-gradient(180deg, #fff 30%, #8d919a);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cel-hero p { max-width: 62ch; color: #b9bec6; font-size: clamp(14.5px, 1.4vw, 17px); line-height: 1.7; }

.principles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: clamp(30px,5vw,52px) 0; }
.principle {
  border: 1px solid var(--line); border-radius: var(--r); padding: 22px 20px; background: var(--surface);
  position: relative; overflow: hidden;
}
.principle b { display: block; font: 600 14px var(--display); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 8px; }
.principle p { font: 400 13.5px/1.6 var(--body); color: var(--ink-2); }
.principle i {
  position: absolute; right: 14px; top: 10px; font-style: normal;
  font: 600 40px var(--display); color: var(--line); z-index: 0;
}

.lookbook { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lookbook .card:nth-child(7n+1) { grid-column: span 2; }
.lookbook .card:nth-child(7n+1) .card__media { aspect-ratio: 2/1.06; }

.factsheet { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px,4vw,44px); align-items: start; padding: clamp(26px,4vw,44px) 0; }
.factsheet dl { display: grid; grid-template-columns: auto 1fr; gap: 0; margin: 0; }
.factsheet dt, .factsheet dd { padding: 12px 0; border-top: 1px solid var(--line); margin: 0; }
.factsheet dt { font: 400 11px var(--mono); color: var(--muted); letter-spacing: .1em; text-transform: uppercase; padding-right: 22px; }
.factsheet dd { font: 500 14px var(--body); text-align: right; }

/* ============================================================
   RECHTSTEXTE
   ============================================================ */
.legal { max-width: 78ch; padding-bottom: 60px; }
.legal h1 { font-size: clamp(26px, 3.4vw, 36px); margin: 14px 0 22px; }
.legal h2 {
  font-size: 15px; letter-spacing: .1em; margin: 30px 0 10px;
  padding-top: 18px; border-top: 1px solid var(--line);
}
.legal p, .legal li { font: 400 14.5px/1.75 var(--body); color: var(--ink-2); }
.legal p + p { margin-top: 10px; }
.legal ul { margin: 10px 0; padding-left: 20px; }
.legal li { margin-bottom: 5px; }
.legal b { color: var(--ink); font-weight: 600; }
.legal a { text-decoration: underline; color: var(--ink); }
.legal .stand { font: 400 12px var(--mono); color: var(--muted); }
.legal mark {
  background: rgba(226,177,60,.28); color: var(--ink);
  padding: 1px 5px; border-radius: 3px; font-weight: 500;
}
.legal .hinweis {
  display: block; font: 400 12.5px/1.6 var(--body); color: var(--muted);
  font-style: italic; margin-top: 5px;
}
.pruefen {
  border: 1px solid var(--red); border-left: 4px solid var(--red);
  border-radius: var(--r-sm); padding: 16px 18px; margin: 18px 0 6px;
  background: rgba(176,72,60,.07);
  font: 400 13.5px/1.65 var(--body); color: var(--ink-2);
}
.pruefen b { display: block; color: var(--red); margin-bottom: 5px; font-size: 14px; }

/* ---------- Responsiv ---------- */
@media (max-width: 1000px) {
  .chapter__grid { grid-template-columns: 1fr; gap: 24px; }
  .chapter__num { font-size: clamp(56px, 16vw, 96px); }
  .principles { grid-template-columns: 1fr 1fr; }
  .lookbook { grid-template-columns: 1fr 1fr; }
  .lookbook .card:nth-child(7n+1) { grid-column: span 2; }
  .factsheet { grid-template-columns: 1fr; }
  .hero__in { grid-template-columns: 1fr; }
  .hero__right { order: -1; }
  .pd { grid-template-columns: 1fr; }
  .pd__gal { position: static; }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .usps { grid-template-columns: repeat(2, 1fr); }
  .wish { grid-template-columns: 1fr; gap: 30px; }
  .buysticky { display: flex; }
  body.has-buysticky { padding-bottom: 74px; }
}
@media (max-width: 620px) {
  .principles { grid-template-columns: 1fr; }
  .lookbook { grid-template-columns: 1fr 1fr; gap: 10px; }
  .lookbook .card:nth-child(7n+1) .card__media { aspect-ratio: 2/1.2; }
  .teams { grid-template-columns: 1fr; }
  .dir-tools { position: static; }
  .cats { grid-template-columns: 1fr 1fr; }
  .usps { grid-template-columns: 1fr; gap: 16px; }
  .eps { grid-template-columns: repeat(3, 1fr); }
  .dropitem { grid-template-columns: 1fr; gap: 12px; }
  .grid2 { grid-template-columns: 1fr; }
  .pd__thumbs { grid-template-columns: repeat(4, 1fr); }
}

/* Markenzeile über der Hero-Überschrift */
.eyebrow--marken {
  line-height: 1.85;
  letter-spacing: .14em;
  color: var(--gold-soft);
  max-width: 52ch;
}
@media (max-width: 620px) { .eyebrow--marken { font-size: 10px; letter-spacing: .1em; } }
