/* nio-trade car's — Prototyp v2
   Hell/Dunkel im Wechsel, schmale Displayschrift, Scroll-Choreografie. */

:root {
  --ink: #101012;
  --ink-soft: #3d3d44;
  --paper: #efeae1;
  --paper-2: #e3ddd2;
  --night: #0a0a0c;
  --night-2: #141419;
  --bone: #ece7de;
  --bone-dim: #8f8a80;
  --gold: #c8a96e;
  --gold-deep: #7d5f22;
  --line-dark: #26262c;
  --line-light: #cfc7b8;

  --display: "Bahnschrift SemiCondensed", "Bahnschrift", "Arial Narrow",
             "Helvetica Neue Condensed", "Segoe UI", sans-serif;
  --text: "Segoe UI", system-ui, -apple-system, sans-serif;

  --pad: clamp(20px, 5vw, 72px);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--night);
  color: var(--bone);
  font-family: var(--text);
  font-size: clamp(1rem, .95rem + .2vw, 1.06rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Muss vor allen display-Regeln stehen: Klassen wie .sheet oder .mobilnav
   setzen display und würden das hidden-Attribut sonst aushebeln. */
[hidden] { display: none !important; }

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 200;
  padding: 10px 16px; background: var(--gold); color: var(--night);
  font-weight: 700; border-radius: 2px; transform: translateY(-160%);
  transition: transform .2s var(--ease);
}
.skip-link:focus { transform: none; }

.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 var(--pad); }

.eyebrow {
  font-family: var(--display);
  font-size: .8rem; font-weight: 700;
  letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold);
}

/* ── Fortschrittsbalken ───────────────────────────────── */
.scroll-progress {
  position: fixed; inset: 0 0 auto; height: 2px; z-index: 120;
  background: rgba(255, 255, 255, .07);
}
.scroll-progress span {
  display: block; height: 100%; width: 0;
  background: var(--gold); transform-origin: 0 50%;
}

/* ── Kopfzeile ────────────────────────────────────────── */
.topbar {
  position: fixed; top: 2px; left: 0; right: 0; z-index: 110;
  display: flex; align-items: center; gap: clamp(16px, 3vw, 48px);
  padding: 14px var(--pad);
  transition: background .35s var(--ease), transform .35s var(--ease),
              border-color .35s var(--ease);
  border-bottom: 1px solid transparent;
}
.topbar[data-solid] {
  background: rgba(10, 10, 12, .92);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--line-dark);
}
.topbar[data-hidden] { transform: translateY(-120%); }

.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark {
  display: grid; place-items: center;
  width: 34px; height: 34px;
  font-family: var(--display); font-size: 1rem; font-weight: 700;
  letter-spacing: .04em;
  color: var(--night); background: var(--gold);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong {
  font-family: var(--display); font-size: 1.24rem;
  letter-spacing: .02em; font-weight: 700;
}
.brand-text span {
  font-size: .62rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--bone-dim);
}

.topnav { display: flex; gap: clamp(14px, 2vw, 30px); }
.topnav a {
  position: relative; padding: 4px 0;
  font-size: .82rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bone-dim); transition: color .2s var(--ease);
}
.topnav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: 0 50%;
  transition: transform .3s var(--ease);
}
.topnav a:hover, .topnav a[data-active] { color: var(--bone); }
.topnav a:hover::after, .topnav a[data-active]::after { transform: none; }

.topcall { display: flex; flex-direction: column; line-height: 1.2; text-align: right; }
.topcall-label {
  font-size: .6rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold);
}
.topcall-num { font-family: var(--display); font-size: 1.05rem; letter-spacing: .04em; }

.burger { display: none; width: 40px; height: 40px; position: relative; }
.burger span:not(.sr-only) {
  position: absolute; left: 9px; width: 22px; height: 2px;
  background: var(--bone); transition: transform .3s var(--ease), opacity .2s;
}
.burger span:not(.sr-only):nth-of-type(1) { top: 16px; }
.burger span:not(.sr-only):nth-of-type(2) { top: 23px; }
.burger[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(3.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-3.5px) rotate(-45deg); }

.mobilnav {
  position: fixed; inset: 66px 0 auto; z-index: 105;
  display: flex; flex-direction: column;
  background: var(--night-2); border-bottom: 1px solid var(--line-dark);
  padding: 8px var(--pad) 20px;
}
.mobilnav a {
  padding: 14px 0; border-bottom: 1px solid var(--line-dark);
  font-family: var(--display); font-size: 1.4rem; letter-spacing: .04em;
}
.mobilnav a:last-child { border-bottom: 0; color: var(--gold); }

/* ── Schaltflächen ────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 30px;
  font-family: var(--display); font-size: 1rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid transparent;
  transition: background .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease), transform .25s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn-solid { background: var(--gold); color: #17130a; }
.btn-solid:hover { background: #dcbe83; }
.btn-ghost { border-color: currentColor; color: var(--bone); }
.btn-ghost:hover { background: var(--bone); color: var(--night); border-color: var(--bone); }
.btn-block { width: 100%; }

/* ── Hero ─────────────────────────────────────────────── */
.hero { position: relative; height: 190vh; }
.hero-stage {
  position: sticky; top: 0; height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 96px var(--pad) 72px;
  overflow: hidden;
  will-change: transform, opacity;
}
.hero-lines {
  position: absolute; inset: -10% -10%;
  background-image: repeating-linear-gradient(
    90deg, rgba(236, 231, 222, .05) 0 1px, transparent 1px 11.11%);
}
.hero-glow {
  position: absolute; right: -14vw; top: 4vh;
  width: min(90vw, 900px); aspect-ratio: 1;
  background: radial-gradient(circle at 50% 50%,
    rgba(200, 169, 110, .17), transparent 62%);
}

.hero-kicker {
  position: relative; display: flex; flex-wrap: wrap; gap: 10px 22px;
  margin-bottom: clamp(20px, 4vh, 40px);
  font-size: .72rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--bone-dim);
}
.hero-kicker span { position: relative; padding-left: 16px; }
.hero-kicker span::before {
  content: ""; position: absolute; left: 0; top: .52em;
  width: 7px; height: 1px; background: var(--gold);
}

.hero-title {
  position: relative;
  font-family: var(--display); font-weight: 700;
  font-size: clamp(3.1rem, 12.5vw, 11rem);
  line-height: .86; letter-spacing: -.015em;
  text-transform: uppercase;
}
.hero-line { display: block; }
.hero-line-em {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--gold);
  padding-left: .12em;
}

.hero-lead {
  position: relative;
  max-width: 46ch; margin-top: clamp(22px, 4vh, 38px);
  color: #bdb7ad;
}
.hero-actions {
  position: relative; display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: clamp(24px, 4vh, 40px);
}
.hero-hint {
  position: absolute; left: var(--pad); bottom: 26px;
  font-size: .68rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--bone-dim);
}
.hero-hint span { position: relative; padding-left: 34px; }
.hero-hint span::before {
  content: ""; position: absolute; left: 0; top: .5em;
  width: 26px; height: 1px; background: var(--gold);
  animation: hint 2.2s var(--ease) infinite;
  transform-origin: 0 50%;
}
@keyframes hint { 0%, 100% { transform: scaleX(.3); } 50% { transform: scaleX(1); } }

/* ── Laufband ─────────────────────────────────────────── */
.ticker {
  position: relative; z-index: 2;
  overflow: hidden; background: var(--gold); color: #17130a;
  border-block: 1px solid #17130a;
}
.ticker-row {
  display: flex; align-items: center; gap: 26px;
  padding: 12px 0; width: max-content;
  font-family: var(--display); font-size: clamp(1.1rem, 2.6vw, 1.8rem);
  letter-spacing: .12em; text-transform: uppercase; white-space: nowrap;
  will-change: transform;
}
.ticker-row i { font-style: normal; opacity: .5; }

/* ── Bestand (horizontal) ─────────────────────────────── */
.rail {
  position: relative; z-index: 2;
  background: var(--paper); color: var(--ink);
}
.rail-view {
  position: sticky; top: 0; height: 100vh;
  display: grid;
  /* Spalte fest auf Viewportbreite — sonst zieht die überbreite Spur
     Kopfzeile und Fortschrittsbalken mit in die Breite. */
  grid-template-columns: minmax(0, 100%);
  grid-template-rows: auto 1fr auto;
  gap: clamp(16px, 3vh, 34px);
  padding: clamp(84px, 12vh, 130px) 0 30px;
  overflow: hidden;
}
.rail-head { padding: 0 var(--pad); }
.rail .eyebrow { color: var(--gold-deep); }
.rail-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2rem, 5.6vw, 4.4rem); line-height: .92;
  letter-spacing: -.01em; text-transform: uppercase;
  margin-top: 10px;
}
.rail-note {
  margin-top: 8px; font-size: .78rem; letter-spacing: .2em;
  text-transform: uppercase; color: #67604f;
}

.rail-track {
  display: flex; align-items: stretch; gap: clamp(16px, 2vw, 28px);
  width: max-content; padding: 0 var(--pad);
  will-change: transform;
}
.rail-list { display: flex; gap: clamp(16px, 2vw, 28px); list-style: none; }

.card {
  display: flex; flex-direction: column;
  width: clamp(248px, 30vw, 380px);
  background: #fff; border: 1px solid var(--line-light);
  transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.card:hover { border-color: var(--ink); transform: translateY(-4px); }
.card-media {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  background: var(--paper-2);
}
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-media-empty {
  display: grid; place-items: center; height: 100%;
  font-family: var(--display); font-size: .9rem; letter-spacing: .2em;
  text-transform: uppercase; color: #77705f;
}
.card-flag {
  position: absolute; top: 0; left: 0;
  padding: 5px 12px; background: var(--ink); color: var(--paper);
  font-family: var(--display); font-size: .7rem; letter-spacing: .2em;
  text-transform: uppercase;
}
.card-flag[data-tone="deal"] { background: #b4231d; color: #fff; }
.card-flag[data-tone="sold"] { background: #6c6c72; }

.card-body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 20px; }
.card-name {
  font-family: var(--display); font-size: 1.5rem; line-height: 1.05;
  letter-spacing: .01em; text-transform: uppercase;
}
.card-meta {
  margin-top: 6px; font-size: .78rem; letter-spacing: .12em;
  text-transform: uppercase; color: #67604f;
}
.card-specs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px 14px;
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid var(--line-light);
  font-size: .85rem; color: var(--ink-soft);
}
.card-foot {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 12px; margin-top: auto; padding-top: 18px;
}
.card-price { font-family: var(--display); font-size: 1.7rem; letter-spacing: .01em; }
.card-price-old {
  display: block; font-family: var(--text); font-size: .8rem;
  color: #6d6656; text-decoration: line-through;
}
.card-price[data-deal] { color: #b4231d; }
.card-rate { font-size: .76rem; color: #67604f; }
.card-open {
  align-self: flex-end; padding: 8px 14px;
  border: 1px solid var(--ink);
  font-family: var(--display); font-size: .78rem; letter-spacing: .16em;
  text-transform: uppercase;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.card:hover .card-open { background: var(--ink); color: var(--paper); }

.rail-empty {
  display: grid; place-content: center; gap: 6px;
  width: min(78vw, 420px); padding: 32px;
  border: 1px dashed var(--line-light); color: #67604f;
  font-size: .95rem; text-align: center;
}
.rail-end {
  display: flex; flex-direction: column; justify-content: center; gap: 6px;
  width: clamp(230px, 26vw, 330px); padding: 28px;
  background: var(--ink); color: var(--paper);
}
.rail-end-k {
  font-size: .72rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold);
}
.rail-end strong {
  font-family: var(--display); font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.05; text-transform: uppercase; font-weight: 700;
}
.rail-end-arrow { font-size: 1.6rem; line-height: 1; margin-top: 8px; }

.rail-bar { height: 2px; margin: 0 var(--pad); background: var(--line-light); }
.rail-bar span {
  display: block; height: 100%; width: 0; background: var(--ink);
}

/* ── Zahlen ───────────────────────────────────────────── */
.numbers {
  position: relative; z-index: 2;
  padding: clamp(80px, 14vh, 150px) 0 0;
  background: var(--night); overflow: hidden;
}
.numbers-grid {
  display: grid; gap: 1px; margin-top: 30px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}
.num { background: var(--night); padding: clamp(20px, 3vw, 32px); }
.num dt {
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--bone-dim);
}
.num dd {
  margin-top: 10px;
  font-family: var(--display); font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1; letter-spacing: -.01em; color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.drive { position: relative; height: clamp(150px, 26vh, 240px); margin-top: 40px; }
.drive-road {
  position: absolute; left: 0; right: 0; bottom: 42px; height: 1px;
  background: repeating-linear-gradient(90deg,
    var(--line-dark) 0 42px, transparent 42px 78px);
}
.drive-car {
  position: absolute; bottom: 20px; left: 0;
  width: clamp(200px, 32vw, 420px); height: auto;
  color: var(--gold); will-change: transform;
}

/* ── Ablauf ───────────────────────────────────────────── */
.steps {
  position: relative; z-index: 2;
  background: var(--paper); color: var(--ink);
  padding: clamp(70px, 12vh, 130px) 0 clamp(80px, 14vh, 150px);
}
.steps-inner {
  display: grid; gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: start;
}
.steps-aside { position: sticky; top: 22vh; }
.steps .eyebrow { color: var(--gold-deep); }
.steps-aside h2 {
  margin-top: 12px;
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.8rem); line-height: .94;
  text-transform: uppercase; letter-spacing: -.01em;
}
.steps-aside-note { margin-top: 18px; max-width: 34ch; color: var(--ink-soft); }
.steps-counter {
  display: flex; align-items: baseline; gap: 8px; margin-top: 28px;
  font-family: var(--display); color: var(--ink);
}
.steps-counter b { font-size: 3rem; line-height: 1; font-variant-numeric: tabular-nums; }
.steps-counter span { font-size: 1rem; letter-spacing: .2em; color: #6d6656; }

.steps-list { list-style: none; display: grid; gap: 2px; background: var(--line-light); }
.step {
  position: relative; background: var(--paper);
  padding: clamp(24px, 4vw, 40px) clamp(20px, 3vw, 36px);
  opacity: .38;
  transition: opacity .45s var(--ease), background .45s var(--ease),
              padding-left .45s var(--ease);
}
.step[data-active] { opacity: 1; background: #fff; padding-left: clamp(28px, 4vw, 52px); }
.step::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--gold-deep);
  transform: scaleY(0); transform-origin: 50% 0;
  transition: transform .45s var(--ease);
}
.step[data-active]::before { transform: none; }
.step-no {
  font-family: var(--display); font-size: .85rem; letter-spacing: .3em;
  color: var(--gold-deep);
}
.step h3 {
  margin-top: 8px;
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.35rem, 2.6vw, 2rem); line-height: 1.05;
  text-transform: uppercase;
}
.step p { margin-top: 10px; max-width: 52ch; color: var(--ink-soft); }

/* ── Inhaber ──────────────────────────────────────────── */
.owner {
  position: relative; z-index: 2;
  background: var(--night); padding: clamp(80px, 15vh, 160px) 0;
}
.owner-inner {
  display: grid; gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
  align-items: center;
}
.owner-card { border: 1px solid var(--line-dark); }
.owner-photo {
  display: grid; place-items: center; aspect-ratio: 4 / 5;
  background: linear-gradient(160deg, var(--night-2), #1e1a13);
  font-family: var(--display); font-size: clamp(3rem, 7vw, 5.5rem);
  letter-spacing: .06em; color: var(--gold);
}
.owner-card figcaption {
  display: flex; flex-direction: column; gap: 2px;
  padding: 16px 18px; border-top: 1px solid var(--line-dark);
}
.owner-card strong { font-family: var(--display); font-size: 1.3rem; letter-spacing: .04em; }
.owner-card figcaption span {
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--bone-dim);
}
.owner-quote {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.5rem, 3.6vw, 3rem); line-height: 1.14;
  letter-spacing: -.005em;
}
.owner-quote .word { transition: color .3s var(--ease), opacity .3s var(--ease); }
.owner-quote .word[data-lit] { color: var(--bone); }
.owner-quote .word:not([data-lit]) { color: #4a4a52; }

/* ── Kontakt ──────────────────────────────────────────── */
.contact {
  position: relative; z-index: 2;
  background: var(--paper); color: var(--ink);
  padding: clamp(70px, 12vh, 140px) 0;
}
.contact-inner {
  display: grid; gap: clamp(32px, 5vw, 70px);
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  align-items: start;
}
.contact .eyebrow { color: var(--gold-deep); }
.contact-facts h2 {
  margin-top: 12px;
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.1rem, 5.4vw, 4rem); line-height: .94;
  text-transform: uppercase; letter-spacing: -.01em;
}
.facts { margin-top: 32px; border-top: 1px solid var(--line-light); }
.facts > div {
  display: grid; grid-template-columns: 8rem 1fr; gap: 12px;
  padding: 14px 0; border-bottom: 1px solid var(--line-light);
}
.facts dt {
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: #67604f; padding-top: .28em;
}
.facts dd { font-family: var(--display); font-size: 1.25rem; letter-spacing: .02em; }
.facts a { border-bottom: 1px solid var(--gold-deep); }

.contact-form {
  display: grid; gap: 16px;
  background: #fff; border: 1px solid var(--line-light);
  padding: clamp(20px, 3vw, 34px);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field label {
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: #6f6860;
}
.field .opt { letter-spacing: .1em; color: #7d766a; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px;
  font: inherit; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line-light);
  border-radius: 0;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--ink); background: #fff;
}
.field [aria-invalid="true"] { border-color: #b4231d; }
.field-error:empty { display: none; }
.field-error { font-size: .82rem; color: #b4231d; }
.form-status:empty { display: none; }
.form-status {
  padding: 12px 14px; background: #eef4ea;
  border-left: 3px solid #2d6a4f; font-size: .9rem;
}
.form-note { font-size: .78rem; color: #6d6656; }

/* ── Fußzeile ─────────────────────────────────────────── */
.foot { background: var(--night); border-top: 1px solid var(--line-dark); padding: 44px 0; }
.foot-inner {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 16px clamp(20px, 4vw, 60px);
}
.foot-brand { display: flex; flex-direction: column; margin-right: auto; }
.foot-brand strong { font-family: var(--display); font-size: 1.3rem; letter-spacing: .04em; }
.foot-brand span { font-size: .8rem; color: var(--bone-dim); }
.foot-nav { display: flex; flex-wrap: wrap; gap: 18px; }
.foot-nav a {
  font-size: .76rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--bone-dim);
}
.foot-nav a:hover { color: var(--gold); }
.foot-legal { width: 100%; font-size: .74rem; color: #6a655e; }

/* ── Fahrzeug-Detail ──────────────────────────────────── */
.sheet { position: fixed; inset: 0; z-index: 150; display: flex; justify-content: flex-end; }
.sheet-backdrop { position: absolute; inset: 0; background: rgba(6, 6, 8, .72); }
.sheet-panel {
  position: relative; width: min(560px, 100%); height: 100%;
  overflow-y: auto; padding: clamp(24px, 4vw, 48px);
  background: var(--paper); color: var(--ink);
  animation: slidein .35s var(--ease);
}
@keyframes slidein { from { transform: translateX(30px); opacity: 0; } }
.sheet-x { position: absolute; top: 12px; right: 16px; font-size: 2rem; line-height: 1; }
.sheet-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1;
  text-transform: uppercase; padding-right: 40px;
}
.sheet-sub {
  margin-top: 8px; font-size: .78rem; letter-spacing: .18em;
  text-transform: uppercase; color: #67604f;
}
.sheet-price {
  margin-top: 20px; font-family: var(--display);
  font-size: clamp(2rem, 5vw, 3rem); line-height: 1;
}
.sheet-price small {
  display: block; font-family: var(--text); font-size: .85rem;
  color: #67604f; letter-spacing: 0;
}
.sheet-price del { font-family: var(--text); font-size: .9rem; color: #6d6656; }
.sheet-specs {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1px; margin-top: 26px;
  background: var(--line-light); border: 1px solid var(--line-light);
}
.sheet-specs > div { background: var(--paper); padding: 12px 14px; }
.sheet-specs dt {
  font-size: .66rem; letter-spacing: .2em; text-transform: uppercase;
  color: #67604f;
}
.sheet-specs dd { font-family: var(--display); font-size: 1.15rem; margin-top: 2px; }
.sheet-desc { margin-top: 22px; color: var(--ink-soft); }
.sheet-feat { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.sheet-feat li {
  padding: 6px 12px; border: 1px solid var(--line-light);
  font-size: .82rem; background: #fff;
}
.sheet-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.sheet .btn-ghost { color: var(--ink); }
.sheet .btn-ghost:hover { background: var(--ink); color: var(--paper); }

/* ── Einblenden beim Scrollen ─────────────────────────── */
[data-reveal] {
  opacity: 0; transform: translateY(24px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
[data-reveal][data-shown] { opacity: 1; transform: none; }

/* ── Kleinere Bildschirme ─────────────────────────────── */
@media (max-width: 1000px) {
  .steps-inner, .owner-inner, .contact-inner { grid-template-columns: 1fr; }
  .steps-aside { position: static; }
  .steps-counter { display: none; }
  .owner-card { max-width: 280px; }
}

@media (max-width: 760px) {
  .topnav, .topcall { display: none; }
  .burger { display: block; }
  .hero { height: 160vh; }
  .field-row { grid-template-columns: 1fr; }
  .facts > div { grid-template-columns: 1fr; gap: 2px; }
  .rail-view { padding-top: 92px; }
  .card { width: 74vw; }
}

/* ── Bewegung reduzieren ──────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .hero { height: auto; }
  .hero-stage { position: static; height: auto; min-height: 100vh; }
  .rail-view { position: static; height: auto; }
  .rail-track { width: auto; flex-wrap: wrap; transform: none !important; }
  .rail-list { flex-wrap: wrap; }
  .card { width: min(100%, 340px); }
  [data-reveal] { opacity: 1; transform: none; }
  .step { opacity: 1; }
  .owner-quote .word { color: var(--bone) !important; }
  .drive { display: none; }
}
