/* ==========================================================================
   5M Transport – Entwurf 3 „Asphalt“
   Schwarz, Beton, Rot. Barlow Condensed wie Entwurf 1, neue Bewegung.
   ========================================================================== */
@font-face { font-family: "Barlow"; font-weight: 400; font-style: normal; font-display: swap; src: url("../fonts/barlow-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/barlow-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/barlow-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/barlow-condensed-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/barlow-condensed-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-weight: 700; font-style: italic; font-display: swap; src: url("../fonts/barlow-condensed-700-italic.woff2") format("woff2"); }

:root {
  --black: #0c0c0e; --coal: #141417; --graphite: #1e1e23; --steel: #2b2b32;
  --concrete: #ededea; --concrete-2: #e2e2dd; --white: #ffffff;
  --red: #f23d49; --red-600: #d92332; --red-700: #b81a28;
  --ink: #141416; --muted: #585862; --muted-dark: #a3a3ae;
  --line: #d5d5cf; --line-dark: rgba(255, 255, 255, 0.12);
  --focus: #ffb703; --error: #b81a28; --success: #17683a;
  --display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --body: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --container: 80rem; --gutter: clamp(1.25rem, 4vw, 3rem); --section: clamp(4.5rem, 9vw, 8rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1); --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --fast: 180ms; --med: 300ms;
  --z-header: 100; --z-nav: 90; --z-bar: 80;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--concrete); color: var(--ink); font-family: var(--body); font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); font-weight: 700; line-height: 1; text-transform: uppercase; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 3px; }
::selection { background: var(--red); color: #fff; }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 1000; background: #fff; color: var(--ink); padding: 0.75rem 1rem; font-weight: 600; transition: top var(--fast); }
.skip-link:focus { top: 1rem; }
.icon { width: 1.5rem; height: 1.5rem; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.icon--sm { width: 1.25rem; height: 1.25rem; }
.icon--lg { width: 2rem; height: 2rem; }

/* Bausteine: kantig, keine Rundungen */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.625rem; min-height: 3.25rem; padding: 0.75rem 1.625rem; border: 2px solid transparent; font-family: var(--display); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; cursor: pointer; overflow: hidden; isolation: isolate; transition: transform var(--fast) var(--ease), background-color var(--fast), border-color var(--fast), color var(--fast); }
.btn:active { transform: scale(0.97); }
.btn--red { background: var(--red-600); color: #fff; }
.btn--red::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--black); transform: translateX(-101%) skewX(-12deg); transition: transform 0.4s var(--ease); }
.btn--red:hover::before { transform: translateX(0) skewX(0); }
.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { background: var(--ink); color: #fff; }
.btn--ghost { border-color: rgba(255, 255, 255, 0.45); color: #fff; }
.btn--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.08); }
.btn--ghost-dark { border-color: var(--ink); color: var(--ink); }
.btn--ghost-dark:hover { background: var(--ink); color: #fff; }
.btn--block { width: 100%; }
.btn .icon { transition: transform var(--med) var(--ease); }
.btn:hover .icon--arrow { transform: translateX(4px); }

.eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; font-family: var(--display); font-weight: 600; font-size: 1rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red-600); }
.eyebrow::before { content: ""; width: 0.625rem; height: 0.625rem; background: currentColor; transform: rotate(45deg); }
.on-dark .eyebrow { color: var(--red); }
.section { padding-block: var(--section); position: relative; }
.section--dark { background: var(--black); color: #fff; }
.section--coal { background: var(--coal); color: #fff; }
.section--white { background: #fff; }
.section--red { background: var(--red-600); color: #fff; }
.section__head { max-width: 50rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow { justify-content: center; }
.section__title { font-size: clamp(2.5rem, 6vw, 4.75rem); font-style: italic; letter-spacing: 0.005em; text-wrap: balance; }
.section__title em { font-style: inherit; color: var(--red-600); }
.on-dark .section__title em { color: var(--red); }
.section--red.on-dark .section__title em { color: var(--black); }
.section__lead { margin-top: 1.25rem; font-size: 1.1875rem; color: var(--muted); max-width: 40rem; }
.section__head--center .section__lead { margin-inline: auto; }
.on-dark .section__lead { color: var(--muted-dark); }
.section--red .section__lead { color: rgba(255, 255, 255, 0.85); }

.js .reveal { opacity: 0; }
.js .reveal.is-visible { animation: up 0.7s var(--ease) both; animation-delay: calc(var(--i, 0) * 70ms); }

/* Ticker */
.ticker { overflow: hidden; background: var(--red-600); color: #fff; }
.ticker__track { display: flex; width: max-content; }
.js .ticker__track { animation: slide 32s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__group { display: flex; flex: none; }
.ticker__group li { display: flex; align-items: center; gap: 1.25rem; padding: 0.5rem 0 0.5rem 1.25rem; font-family: var(--display); font-weight: 600; font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.ticker__group li::after { content: ""; width: 1.5rem; height: 2px; background: rgba(255, 255, 255, 0.6); }

/* Header */
.header { position: sticky; top: 0; z-index: var(--z-header); background: var(--black); color: #fff; border-bottom: 1px solid var(--line-dark); transition: box-shadow var(--med); }
.header.is-scrolled { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 4.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; text-decoration: none; min-height: 2.75rem; }
.brand img { width: 4rem; height: auto; transition: transform var(--med) var(--spring); }
.brand:hover img { transform: translateX(4px); }
.brand__name { font-family: var(--display); font-weight: 700; font-style: italic; font-size: 1.625rem; text-transform: uppercase; line-height: 1; }
.brand__name span { color: var(--red); }
.nav__list { display: flex; align-items: center; }
.nav__link { position: relative; display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0.5rem 0.875rem; font-family: var(--display); font-weight: 600; font-size: 1.125rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; color: var(--muted-dark); transition: color var(--fast); }
.nav__link::after { content: ""; position: absolute; left: 0.875rem; right: 0.875rem; bottom: 0.4rem; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform var(--med) var(--ease); }
.nav__link:hover, .nav__link.is-active { color: #fff; }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }
.header__actions { display: flex; align-items: center; gap: 0.75rem; }
.header__cta { display: inline-flex; align-items: center; gap: 0.625rem; min-height: 2.75rem; padding: 0.5rem 1.125rem; background: var(--red-600); color: #fff; font-family: var(--display); font-weight: 700; font-size: 1.125rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; white-space: nowrap; transition: background-color var(--fast); }
.header__cta:hover { background: var(--red-700); }
.header__cta .icon { animation: ring 3.4s ease-in-out 3s infinite; transform-origin: 50% 50%; }
.nav-toggle { display: none; width: 2.75rem; height: 2.75rem; padding: 0; border: 1px solid var(--line-dark); background: transparent; cursor: pointer; position: relative; }
.nav-toggle span { position: absolute; left: 0.75rem; right: 0.75rem; height: 2px; background: #fff; transition: transform var(--med) var(--ease), opacity var(--fast); }
.nav-toggle span:nth-child(1) { top: 0.9rem; }
.nav-toggle span:nth-child(2) { top: calc(50% - 1px); }
.nav-toggle span:nth-child(3) { bottom: 0.9rem; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(0.4rem) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-0.4rem) rotate(-45deg); }
@media (max-width: 1023px) {
  .nav-toggle { display: block; }
  .header__cta span { display: none; }
  .header__cta { width: 2.75rem; padding: 0; justify-content: center; }
  .header__cta--text { width: auto; padding: 0.5rem 1rem; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; z-index: var(--z-nav); background: var(--black); border-bottom: 1px solid var(--line-dark); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity var(--med) var(--ease), transform var(--med) var(--ease), visibility 0s linear var(--med); }
  .nav.is-open { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
  .nav__list { flex-direction: column; align-items: stretch; padding: 0.5rem var(--gutter) 1.25rem; }
  .nav__link { min-height: 3.25rem; font-size: 1.375rem; border-bottom: 1px solid var(--line-dark); padding-inline: 0; }
  .nav__link::after { display: none; }
  .nav__link.is-active { color: var(--red); }
}

/* Hero: Nachtfahrt in 3D */
.hero { position: relative; overflow: hidden; background: var(--black); color: #fff; isolation: isolate; }
.road3d { position: absolute; left: 0; right: 0; bottom: 0; height: 58%; z-index: -1; perspective: 520px; perspective-origin: 50% 0; overflow: hidden; pointer-events: none; }
.road3d::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--red) 30%, var(--red) 70%, transparent); box-shadow: 0 0 40px 6px rgba(242, 61, 73, 0.45); z-index: 1; }
.road3d::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--black) 0%, transparent 35%, transparent 80%, var(--black) 100%); z-index: 1; }
.road3d__plane { position: absolute; left: -60%; right: -60%; top: 0; height: 180%; transform-origin: 50% 0; transform: rotateX(72deg); overflow: hidden; background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px); background-size: 8% 100%; }
.road3d__lines { position: absolute; left: 0; right: 0; top: -160px; bottom: 0; background-image: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0 3px, transparent 3px 80px); animation: lanes 0.9s linear infinite; }
.road3d__center { position: absolute; left: 50%; top: 0; bottom: 0; width: 6px; margin-left: -3px; background: repeating-linear-gradient(180deg, var(--red) 0 40px, transparent 40px 80px); opacity: 0.8; animation: lanes 0.9s linear infinite; top: -160px; }
.hero__inner { display: grid; gap: 3rem; align-items: center; padding-top: clamp(2.5rem, 5vw, 4rem); padding-bottom: clamp(4rem, 9vw, 7rem); min-height: min(84dvh, 50rem); }
@media (min-width: 1024px) { .hero__inner { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); } }
.hero__kicker { display: inline-flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; font-family: var(--display); font-weight: 600; font-size: 1.0625rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-dark); animation: up 0.7s var(--ease) both; }
.hero__kicker b { color: var(--red); font-weight: 700; }
.hero__title { font-size: clamp(3.25rem, 9vw, 6.5rem); font-style: italic; line-height: 0.9; letter-spacing: 0.005em; }
.wipe { position: relative; display: inline-block; padding-right: 0.12em; }
.wipe > span { display: inline-block; opacity: 0; animation: show 0.01s linear both; animation-delay: calc(var(--i) * 0.18s + 0.45s); }
.wipe::after { content: ""; position: absolute; inset: 0.02em -0.05em; background: var(--red); transform: scaleX(0); transform-origin: left; animation: wipe 0.9s var(--ease) both; animation-delay: calc(var(--i) * 0.18s); }
.hero__title .accent > span { color: var(--red); }
.hero__title .accent::after { background: #fff; }
.hero__lead { max-width: 34rem; margin-top: 1.5rem; font-size: clamp(1.125rem, 1.6vw, 1.3125rem); color: var(--muted-dark); animation: up 0.8s var(--ease) 1.1s both; }
.hero__lead strong { color: #fff; font-weight: 600; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.875rem; margin-top: 2.25rem; animation: up 0.8s var(--ease) 1.25s both; }
.hero__note { display: flex; align-items: center; gap: 0.75rem; margin-top: 2rem; font-size: 1rem; color: var(--muted-dark); animation: up 0.8s var(--ease) 1.4s both; }
.hero__note .dot { width: 0.625rem; height: 0.625rem; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 0 0 rgba(61, 220, 132, 0.6); animation: beacon 2s ease-out infinite; }

.hero__logo { position: relative; justify-self: center; width: min(100%, 30rem); }
.hero__logo img { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(242, 61, 73, 0.25)); animation: logoIn 1.4s var(--ease) 0.2s both; }
.hero__logo::before { content: ""; position: absolute; left: 10%; right: 10%; bottom: -8%; height: 18%; background: radial-gradient(closest-side, rgba(242, 61, 73, 0.5), transparent); filter: blur(12px); animation: glow 3s ease-in-out infinite alternate; }
.hero__tag { position: absolute; right: 0; top: 4%; padding: 0.5rem 0.875rem; background: var(--red-600); color: #fff; font-family: var(--display); font-weight: 700; font-size: 1.125rem; letter-spacing: 0.1em; text-transform: uppercase; transform: rotate(-4deg); animation: pop 0.8s var(--spring) 1.3s both; }
.hero__tag small { display: block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.16em; opacity: 0.85; }

/* Zwei Panels, die sich beim Hover weiten */
.split { display: grid; }
@media (min-width: 900px) { .split { display: flex; min-height: 30rem; } .panel { flex: 1; transition: flex 0.7s var(--ease); } .panel:hover, .panel:focus-within { flex: 1.5; } }
.panel { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 22rem; padding: clamp(1.75rem, 3.5vw, 3rem); color: #fff; text-decoration: none; overflow: hidden; isolation: isolate; }
.panel--red { background: var(--red-600); }
.panel--coal { background: var(--coal); }
.panel__bg { position: absolute; right: -3rem; top: -2rem; z-index: -1; width: 22rem; height: 22rem; stroke-width: 0.8; opacity: 0.14; transition: transform 0.8s var(--ease); }
.panel:hover .panel__bg { transform: translate(-1rem, 1rem) rotate(-8deg) scale(1.05); }
.panel__num { font-family: var(--display); font-weight: 700; font-size: 1.125rem; letter-spacing: 0.2em; opacity: 0.75; }
.panel__title { margin-top: 0.5rem; font-size: clamp(2.5rem, 5vw, 4rem); font-style: italic; }
.panel__text { margin-top: 0.75rem; max-width: 30rem; font-size: 1.0625rem; color: rgba(255, 255, 255, 0.85); }
.panel__list { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.25rem 0 1.5rem; }
.panel__list li { padding: 0.375rem 0.75rem; border: 1px solid rgba(255, 255, 255, 0.35); font-family: var(--display); font-weight: 600; font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; }
.panel__more { display: inline-flex; align-items: center; gap: 0.625rem; min-height: 2.75rem; font-family: var(--display); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.06em; text-transform: uppercase; }
.panel__more .icon { transition: transform var(--med) var(--ease); }
.panel:hover .panel__more .icon { transform: translateX(8px); }

/* Kennzahlen mit Zählwerk */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
@media (min-width: 900px) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stat { padding-top: 1.25rem; border-top: 3px solid var(--red-600); }
.odo { display: inline-flex; align-items: baseline; gap: 0.25rem; font-family: var(--display); font-weight: 700; font-style: italic; font-size: clamp(3rem, 6.5vw, 5rem); line-height: 1; }
.odo__pre, .odo__suf { font-size: 0.4em; font-style: normal; letter-spacing: 0.06em; color: var(--red-600); }
.odo__digits { display: inline-flex; }
.odo__col { display: block; height: 1em; overflow: hidden; }
.odo__col span { display: block; line-height: 1; transform: translateY(0); transition: transform 1.6s var(--ease); transition-delay: calc(var(--c) * 120ms + 200ms); }
.is-visible .odo__col span { transform: translateY(calc(var(--d) * -1em)); }
html:not(.js) .odo__col span { transform: translateY(calc(var(--d) * -1em)); }
.stat__label { margin: 0.5rem 0 0; font-size: 0.9375rem; color: var(--muted); line-height: 1.45; }

/* Leistungen als horizontale Bahn */
.track-wrap { position: relative; }
.track__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.track__nav { display: none; gap: 0.5rem; }
@media (min-width: 768px) { .track__nav { display: flex; } }
.track__btn { display: grid; place-items: center; width: 3rem; height: 3rem; border: 2px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; transition: background-color var(--fast), color var(--fast), transform var(--fast); }
.track__btn:hover { background: var(--ink); color: #fff; }
.track__btn:active { transform: scale(0.95); }
.track { display: flex; gap: 1rem; margin-top: 2rem; padding-bottom: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); scrollbar-width: thin; scrollbar-color: var(--red-600) var(--concrete-2); -webkit-overflow-scrolling: touch; }
.track::-webkit-scrollbar { height: 6px; }
.track::-webkit-scrollbar-thumb { background: var(--red-600); }
.track::-webkit-scrollbar-track { background: var(--concrete-2); }
.card { flex: 0 0 min(80vw, 19rem); scroll-snap-align: start; position: relative; display: flex; flex-direction: column; min-height: 17rem; padding: 1.5rem; background: #fff; border: 1px solid var(--line); transition: transform var(--med) var(--ease), border-color var(--med); }
.card:hover { transform: translateY(-5px); border-color: var(--ink); }
.card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.45s var(--ease); }
.card:hover::before { transform: scaleX(1); }
.card__num { font-family: var(--display); font-weight: 700; font-size: 1rem; letter-spacing: 0.2em; color: var(--red-600); }
.card .icon--lg { color: var(--ink); margin: 1.25rem 0 auto; transition: transform var(--med) var(--spring); }
.card:hover .icon--lg { transform: translateX(6px); }
.card__title { margin-top: 1.5rem; font-size: 1.625rem; }
.card__text { margin: 0.5rem 0 0; font-size: 0.9375rem; color: var(--muted); line-height: 1.5; }

/* Hausmeister: nummerierte Liste */
.hm { display: grid; gap: 1px; background: var(--line-dark); }
@media (min-width: 700px) { .hm { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .hm { grid-template-columns: repeat(3, 1fr); } }
.hm__item { position: relative; padding: 2rem 1.75rem; background: var(--black); overflow: hidden; }
.hm__item::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.45s var(--ease); }
.hm__item:hover::after { transform: scaleX(1); }
.hm__num { position: absolute; right: 1rem; top: 0.5rem; font-family: var(--display); font-weight: 700; font-style: italic; font-size: 5rem; line-height: 1; color: rgba(255, 255, 255, 0.06); transition: color var(--med); }
.hm__item:hover .hm__num { color: rgba(242, 61, 73, 0.35); }
.hm__item .icon { color: var(--red); margin-bottom: 1.25rem; transform-origin: 50% 80%; }
.hm__item:hover .icon { animation: wiggle 0.7s var(--ease); }
.hm__title { font-size: 1.625rem; }
.hm__text { margin: 0.5rem 0 0; font-size: 0.9375rem; color: var(--muted-dark); line-height: 1.5; }

/* Ablauf: vertikale Linie wächst */
.timeline { position: relative; max-width: 52rem; margin-inline: auto; padding-left: 3.5rem; }
.timeline__line { position: absolute; left: 1.125rem; top: 0.75rem; bottom: 0.75rem; width: 3px; background: var(--line); }
.timeline__line::after { content: ""; position: absolute; inset: 0; background: var(--red-600); transform: scaleY(0); transform-origin: top; }
.timeline.is-visible .timeline__line::after { animation: growY 2.2s var(--ease) 0.2s both; }
html:not(.js) .timeline__line::after { transform: none; }
.tstep { position: relative; padding-bottom: 2.5rem; }
.tstep:last-child { padding-bottom: 0; }
.tstep__dot { position: absolute; left: -3.5rem; top: 0; display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #fff; border: 3px solid var(--red-600); color: var(--red-600); font-family: var(--display); font-weight: 700; font-style: italic; font-size: 1.25rem; }
.timeline.is-visible .tstep__dot { animation: pulseDot 0.6s var(--spring) both; animation-delay: calc(0.3s + var(--i) * 0.5s); }
.tstep__title { font-size: 1.875rem; }
.tstep__text { margin: 0.375rem 0 0; color: var(--muted); }
.tstep__time { display: inline-block; margin-top: 0.75rem; padding: 0.25rem 0.625rem; background: var(--concrete-2); font-family: var(--display); font-weight: 600; font-size: 0.9375rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); }

/* Einsatzgebiet: Städte als Wortmarken */
.cities { display: grid; gap: 0; border-top: 1px solid var(--line-dark); }
.city { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; }
.city__name { font-family: var(--display); font-weight: 700; font-style: italic; font-size: clamp(2.75rem, 8vw, 6.5rem); overflow-wrap: anywhere; line-height: 0.95; text-transform: uppercase; color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.7); background: linear-gradient(90deg, var(--red) 0 50%, transparent 50%); background-size: 200% 100%; background-position: 100% 0; -webkit-background-clip: text; background-clip: text; transition: background-position 0.7s var(--ease), -webkit-text-stroke-color 0.3s; }
.city:hover .city__name { background-position: 0 0; -webkit-text-stroke-color: transparent; }
.city__meta { flex: none; font-size: 1rem; color: var(--muted-dark); text-align: right; }
@media (max-width: 639px) { .city { flex-direction: column; align-items: flex-start; gap: 0.5rem; } .city__meta { text-align: left; } .city__meta strong { display: inline; margin-right: 0.5rem; } .road3d { height: 42%; } }
.city__meta strong { display: block; color: #fff; font-family: var(--display); font-size: 1.25rem; letter-spacing: 0.08em; text-transform: uppercase; }
.area__note { margin-top: 1.5rem; color: var(--muted-dark); }

/* Kunden */
.clients { display: grid; gap: 1rem; }
@media (min-width: 768px) { .clients { grid-template-columns: repeat(3, 1fr); } }
.client { display: grid; place-items: center; min-height: 9rem; padding: 2rem; background: #fff; border: 1px solid var(--line); transition: transform var(--med) var(--ease), border-color var(--med); }
.client img { max-height: 3.75rem; width: auto; filter: grayscale(1); opacity: 0.7; transition: filter var(--med), opacity var(--med); }
.client:hover { transform: translateY(-4px); border-color: var(--ink); }
.client:hover img { filter: none; opacity: 1; }

/* Kontakt (rot) */
.contact { display: grid; gap: clamp(2.5rem, 5vw, 4rem); align-items: stretch; }
@media (min-width: 1024px) { .contact { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); } }
.contact__list { display: grid; gap: 0.75rem; margin-top: 2rem; }
.contact__item { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; border: 1px solid rgba(255, 255, 255, 0.35); text-decoration: none; transition: background-color var(--med), border-color var(--med), transform var(--med) var(--ease); }
a.contact__item:hover { background: rgba(0, 0, 0, 0.18); border-color: #fff; transform: translateX(4px); }
.contact__icon { position: relative; display: grid; place-items: center; flex: none; width: 3rem; height: 3rem; background: #fff; color: var(--red-600); transition: transform var(--med) var(--spring); }
a.contact__item:hover .contact__icon { transform: rotate(-6deg) scale(1.06); }
.contact__icon--pulse::after { content: ""; position: absolute; inset: 0; border: 2px solid #fff; animation: pulseRing 2.2s var(--ease) infinite; }
.contact__item small { display: block; font-size: 0.875rem; color: rgba(255, 255, 255, 0.8); }
.contact__item strong { font-size: 1.1875rem; font-weight: 600; }
.hours { margin-top: 0; padding: 1.25rem; background: var(--black); color: #fff; }
.hours__title { display: flex; align-items: center; gap: 0.625rem; font-family: var(--display); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.08em; text-transform: uppercase; }
.hours__title .icon { color: var(--red); }
.hours dl { display: grid; grid-template-columns: 1fr auto; gap: 0.375rem 1rem; margin: 0.75rem 0 0; }
.hours dt { color: var(--muted-dark); }
.hours dd { margin: 0; font-weight: 600; font-variant-numeric: tabular-nums; }


/* Fahrszene (aus Entwurf 1) + Kontaktkarte */
.drive { position: relative; overflow: hidden; background: var(--graphite); color: #fff; padding-top: var(--section); }
.drive__inner { display: grid; gap: 2rem; align-items: end; }
@media (min-width: 900px) { .drive__inner { grid-template-columns: minmax(0, 1.4fr) auto; } }
.drive__actions { display: flex; flex-wrap: wrap; gap: 0.875rem; padding-bottom: 0.5rem; }
.scene .skyline-far { fill: #26262d; }
.scene .skyline-near, .scene .skyline-line { fill: #33333b; stroke: #33333b; }
.scene .skyline-line { fill: none; }
.scene .blades path { fill: #44444d; }
.road { border-top-color: #33333b; }
.contact__side { display: grid; grid-template-rows: 1fr auto; gap: 1rem; }
.cta-card { display: grid; align-content: center; gap: 1rem; padding: clamp(1.75rem, 3.5vw, 2.5rem); background: var(--black); color: #fff; }
.cta-card__title { font-size: clamp(2rem, 3.5vw, 2.75rem); font-style: italic; }
.cta-card__title em { font-style: inherit; color: var(--red); }
.cta-card p { margin: 0; color: var(--muted-dark); }
.cta-card__note { font-family: var(--display); font-weight: 600; font-size: 1.0625rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red) !important; }

/* Fahrszene */
.scene { position: relative; height: clamp(11rem, 24vw, 17rem); margin-top: 2rem; overflow: hidden; }
.scene__sky { position: absolute; inset: 0 0 3.25rem 0; overflow: hidden; }
.scene__skyline { position: absolute; left: 0; bottom: 0; display: flex; width: max-content; opacity: 0.9; }
.js .scene__skyline { animation: slideLeft 70s linear infinite; }
.scene__skyline svg { width: 75rem; height: 10rem; flex: none; }
.skyline-far { fill: #1f2443; }
.skyline-near { fill: #2a2f4f; }
.skyline-line { stroke: #2a2f4f; stroke-width: 3; fill: none; stroke-linecap: round; }
.skyline-win { fill: rgba(255, 210, 120, 0.55); animation: twinkle 4s ease-in-out infinite; }
.skyline-win:nth-of-type(2n) { animation-delay: 1.3s; }
.skyline-win:nth-of-type(3n) { animation-delay: 2.4s; }
.blades { animation: spin 7s linear infinite; }
.blades--slow { animation-duration: 10s; }
.blades path { fill: #3a4068; }
.beam { fill: rgba(255, 220, 140, 0.9); animation: twinkle 2.4s ease-in-out infinite; }

.road { position: absolute; left: 0; right: 0; bottom: 0; height: 3.25rem; background: #07080f; border-top: 3px solid #33333b; overflow: hidden; }
.road__dashes { position: absolute; top: 70%; left: 0; width: calc(100% + 240px); height: 4px; margin-top: -2px; background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0 56px, transparent 56px 120px); animation: roadMove 0.55s linear infinite; }

.van-pos { position: absolute; bottom: 1.75rem; left: 50%; width: clamp(15rem, 34vw, 25rem); margin-left: calc(clamp(15rem, 34vw, 25rem) / -2); }
@media (min-width: 1024px) { .van-pos { left: 62%; } }
.van-enter { position: relative; transform: translateX(-110vw); }
.drive.is-visible .van-enter { animation: vanEnter 1.6s var(--ease) 0.2s both; }
html:not(.js) .van-enter { transform: none; }
.van-bob { animation: vanBob 0.5s ease-in-out infinite alternate; }
.van { width: 100%; height: auto; overflow: visible; filter: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.45)); }
.van__body { fill: var(--red); }
.van__shade { fill: var(--red-700); }
.van__glass { fill: #10132a; }
.van__glare { fill: rgba(255, 255, 255, 0.18); }
.van__text { font-family: var(--display); font-weight: 700; font-style: italic; font-size: 66px; fill: #fff; letter-spacing: 1px; }
.van__sub { font-family: var(--display); font-weight: 600; font-size: 15px; fill: rgba(255, 255, 255, 0.85); letter-spacing: 4px; }
.van__tyre { fill: #07080f; }
.van__rim { fill: #d8dbe8; }
.van__spoke { stroke: #07080f; stroke-width: 4; stroke-linecap: round; }
.wheel { animation: spin 0.55s linear infinite; }
.van__light { fill: #ffd27a; }
.van__beam { fill: url(#beamGrad); animation: twinkle 3s ease-in-out infinite; }
.speedlines { position: absolute; right: 97%; top: 22%; width: 9rem; height: 50%; pointer-events: none; }
.speedlines span { position: absolute; right: 0; height: 5px; border-radius: 5px; background: linear-gradient(90deg, transparent, var(--red)); opacity: 0; animation: speedLine 1.1s linear infinite; }
.speedlines span:nth-child(1) { top: 0; width: 60%; animation-delay: 0s; }
.speedlines span:nth-child(2) { top: 25%; width: 100%; animation-delay: 0.35s; }
.speedlines span:nth-child(3) { top: 50%; width: 45%; animation-delay: 0.6s; }
.speedlines span:nth-child(4) { top: 75%; width: 80%; animation-delay: 0.2s; }
.speedlines span:nth-child(5) { top: 100%; width: 55%; animation-delay: 0.8s; }



@keyframes twinkle { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@keyframes slideLeft { to { transform: translateX(-50%); } }
@keyframes roadMove { to { transform: translateX(-120px); } }
@keyframes vanEnter { from { transform: translateX(-110vw); } to { transform: none; } }
@keyframes vanBob { from { transform: translateY(0); } to { transform: translateY(-3px); } }
@keyframes speedLine { 0% { transform: translateX(30%); opacity: 0; } 30% { opacity: 0.9; } 100% { transform: translateX(-90%); opacity: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }

/* Rechtstexte */
.legal { padding-block: clamp(3rem, 7vw, 5.5rem); }
.legal__body { max-width: 46rem; }
.legal h1 { font-size: clamp(2.5rem, 6vw, 4rem); font-style: italic; margin-bottom: 2rem; }
.legal h2 { font-size: 1.625rem; font-weight: 700; text-transform: uppercase; margin: 2.5rem 0 0.75rem; }
.legal ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1rem; }
.legal a { color: var(--red-600); text-underline-offset: 3px; }
.legal address { font-style: normal; }



/* Städte-Linkraster (Startseite) */
.places { margin-top: clamp(3rem, 6vw, 4.5rem); padding-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid var(--line-dark); }
.places__title { font-size: clamp(1.75rem, 3.2vw, 2.5rem); font-style: italic; }
.places__title em { font-style: inherit; color: var(--red); }
.places__lead { margin: 0.75rem 0 1.5rem; color: var(--muted-dark); max-width: 40rem; }
.places__list { display: grid; gap: 0.5rem; grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr)); }
.places__list a { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; min-height: 2.75rem; padding: 0.5rem 0.875rem; border: 1px solid var(--line-dark); font-family: var(--display); font-weight: 600; font-size: 1.0625rem; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; color: #fff; transition: border-color var(--fast), background-color var(--fast), transform var(--fast) var(--ease); }
.places__list a::after { content: "→"; color: var(--red); transition: transform var(--fast) var(--ease); }
.places__list a:hover { border-color: var(--red); background: rgba(242, 61, 73, 0.08); transform: translateX(3px); }
.places__list a:hover::after { transform: translateX(3px); }

/* Städteseiten */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; font-size: 0.9375rem; color: var(--muted-dark); animation: up 0.6s var(--ease) both; }
.breadcrumb li { display: flex; align-items: center; gap: 0.5rem; }
.breadcrumb li + li::before { content: "›"; color: var(--red); }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb [aria-current] { color: #fff; }
.hero--city .hero__inner { min-height: 0; padding-bottom: clamp(3.5rem, 7vw, 5.5rem); }
.hero--city .hero__title { font-size: clamp(3rem, 8vw, 6rem); }
.hero--city .hero__sub { margin: 1rem 0 0; font-family: var(--display); font-weight: 600; font-size: clamp(1.25rem, 2.2vw, 1.75rem); letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted-dark); animation: up 0.8s var(--ease) 0.6s both; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 0.75rem 1.75rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); animation: up 0.8s var(--ease) 1.4s both; }
.hero__facts li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9375rem; color: var(--muted-dark); }
.hero__facts .icon { color: var(--red); }
.hero__facts strong { color: #fff; font-weight: 600; }
.intro { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 1024px) { .intro { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); } }
.intro__text { font-size: 1.125rem; line-height: 1.7; }
.intro__text p + p { margin-top: 0.5rem; }
.anfahrt { padding: clamp(1.5rem, 3vw, 2rem); background: var(--black); color: #fff; }
.anfahrt__title { font-size: 1.5rem; font-style: italic; }
.anfahrt dl { display: grid; grid-template-columns: auto 1fr; gap: 0.5rem 1.25rem; margin: 1rem 0 0; }
.anfahrt dt { color: var(--muted-dark); }
.anfahrt dd { margin: 0; font-weight: 600; }
.anfahrt__big { display: flex; align-items: baseline; gap: 0.5rem; margin-top: 1rem; font-family: var(--display); font-weight: 700; font-style: italic; font-size: 3rem; line-height: 1; }
.anfahrt__big small { font-size: 1rem; font-style: normal; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); }
.grid-3 { display: grid; gap: 1rem; }
@media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.grid-3 .card { flex: none; min-height: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.chips li { padding: 0.5rem 0.875rem; border: 1px solid var(--line); background: #fff; font-family: var(--display); font-weight: 600; font-size: 1rem; letter-spacing: 0.04em; text-transform: uppercase; }
.faq { max-width: 52rem; display: grid; gap: 0.75rem; }
.faq details { background: #fff; border: 1px solid var(--line); }
.faq details[open] { border-color: var(--ink); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.125rem 1.25rem; font-family: var(--display); font-weight: 700; font-size: 1.375rem; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 1.75rem; height: 1.75rem; display: grid; place-items: center; border: 2px solid var(--red-600); color: var(--red-600); font-weight: 700; transition: transform var(--med) var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq__body { padding: 0 1.25rem 1.25rem; color: var(--muted); animation: up 0.35s var(--ease); }
.faq__body p { margin: 0; }
.nearby { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr)); }
.nearby a { display: flex; flex-direction: column; gap: 0.25rem; padding: 1.25rem; border: 1px solid var(--line-dark); text-decoration: none; color: #fff; transition: border-color var(--fast), transform var(--fast) var(--ease); }
.nearby a:hover { border-color: var(--red); transform: translateY(-3px); }
.nearby strong { font-family: var(--display); font-weight: 700; font-style: italic; font-size: 1.625rem; text-transform: uppercase; }
.nearby span { font-size: 0.9375rem; color: var(--muted-dark); }
.error { min-height: 60dvh; display: grid; place-content: center; text-align: center; padding-block: var(--section); }
.error h1 { font-size: clamp(5rem, 18vw, 12rem); font-style: italic; color: var(--red); line-height: 0.9; }
.error p { margin: 1rem auto 1.5rem; max-width: 30rem; }

/* Footer & mobile Leiste */
.footer { background: var(--black); color: var(--muted-dark); padding-top: clamp(3rem, 6vw, 5rem); font-size: 1rem; }
.footer__grid { display: grid; gap: 2.5rem 1.5rem; }
@media (min-width: 768px) { .footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; } }
.footer__brand img { width: 7rem; margin-bottom: 1rem; }
.footer__claim { font-family: var(--display); font-weight: 700; font-style: italic; font-size: 1.5rem; text-transform: uppercase; color: #fff; }
.footer h2 { margin-bottom: 1rem; font-size: 1.125rem; font-weight: 600; letter-spacing: 0.14em; color: var(--red); }
.footer li { margin-bottom: 0.25rem; }
.footer a { display: inline-flex; align-items: center; min-height: 2.25rem; text-decoration: none; transition: color var(--fast); }
.footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 2rem; margin-top: 3rem; padding-block: 1.5rem; border-top: 1px solid var(--line-dark); font-size: 0.9375rem; }
.callbar { display: none; }
@media (max-width: 767px) {
  .callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-bar); display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; padding: 0.625rem var(--gutter) calc(0.625rem + env(safe-area-inset-bottom)); background: rgba(12, 12, 14, 0.96); border-top: 1px solid var(--line-dark); transform: translateY(110%); transition: transform 0.35s var(--ease); }
  .callbar.is-shown { transform: none; }
  .callbar .btn { min-height: 3rem; padding-inline: 0.75rem; font-size: 1.125rem; }
  body { padding-bottom: calc(4.25rem + env(safe-area-inset-bottom)); }
}

/* Keyframes */
@keyframes up { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes show { to { opacity: 1; } }
@keyframes wipe { 0% { transform: scaleX(0); transform-origin: left; } 45% { transform: scaleX(1); transform-origin: left; } 55% { transform: scaleX(1); transform-origin: right; } 100% { transform: scaleX(0); transform-origin: right; } }
@keyframes lanes { to { transform: translateY(160px); } }
@keyframes logoIn { 0% { opacity: 0; transform: translateX(-60%) skewX(-8deg); } 60% { opacity: 1; transform: translateX(4%) skewX(0); } 100% { transform: none; } }
@keyframes glow { from { opacity: 0.6; transform: scaleX(0.9); } to { opacity: 1; transform: scaleX(1.05); } }
@keyframes pop { from { opacity: 0; transform: rotate(-4deg) scale(0.6); } to { opacity: 1; transform: rotate(-4deg) scale(1); } }
@keyframes beacon { to { box-shadow: 0 0 0 12px rgba(61, 220, 132, 0); } }
@keyframes slide { to { transform: translateX(-50%); } }
@keyframes ring { 0%, 84%, 100% { transform: rotate(0); } 87% { transform: rotate(-14deg); } 90% { transform: rotate(12deg); } 93% { transform: rotate(-8deg); } 96% { transform: rotate(5deg); } }
@keyframes wiggle { 0% { transform: rotate(0); } 25% { transform: rotate(-14deg); } 50% { transform: rotate(10deg); } 75% { transform: rotate(-5deg); } 100% { transform: rotate(0); } }
@keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
@keyframes growY { to { transform: scaleY(1); } }
@keyframes pulseDot { 0% { transform: scale(0.4); box-shadow: 0 0 0 0 rgba(217, 35, 50, 0.5); } 60% { transform: scale(1.1); } 100% { transform: scale(1); box-shadow: 0 0 0 14px rgba(217, 35, 50, 0); } }
@keyframes pulseRing { 0% { transform: scale(1); opacity: 0.8; } 80%, 100% { transform: scale(1.8); opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-delay: 0ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; }
  .wipe > span { opacity: 1; }
  .wipe::after { display: none; }
  .road3d__lines, .road3d__center { animation: none; }
  .van-enter { transform: none; animation: none; }
  .speedlines { display: none; }
  .odo__col span { transform: translateY(calc(var(--d) * -1em)); }
  .timeline__line::after { transform: none; }
  .panel { transition: none; }
}
@media print { .js .reveal { opacity: 1 !important; animation: none !important; } .ticker, .callbar, .nav-toggle, .road3d { display: none !important; } }
