/* Archivo is a DIN-adjacent grotesque with a width axis, so one variable file
   covers both the condensed display voice and the body text. The previous stack
   (Bahnschrift / Aptos / DIN Condensed) only resolves on Windows and macOS, so
   the condensed look silently collapsed to generic sans on iPhone and Android —
   which is where most of this traffic comes from. */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("fonts/archivo-latin-var.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #08090a;
  --ink-soft: #0e1012;
  --panel: #131518;
  --panel-2: #191c20;
  --steel: #a9afb5;
  --silver: #dce0e3;
  --white: #f7f5f1;
  --muted: #a4a7aa;
  --red: #d20a13;
  --red-deep: #82060b;
  --red-bright: #f04a51;
  /* Second accent, used only where something has been measured or verified.
     Desaturated off a Porsche yellow so it reads as an instrument light next to
     the Italian red rather than competing with it. */
  --amber: #e2ac33;
  --line: rgba(255,255,255,.12);
  --hair: rgba(255,255,255,.06);
  --max: 1240px;
  --display: "Archivo", "Bahnschrift Condensed", "DIN Condensed", "Roboto Condensed", sans-serif;
  --body: "Archivo", "Segoe UI", system-ui, sans-serif;
  /* Reserved for readouts: VIN strings, step numbers, spec labels. */
  --mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  --condensed: 70%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 84% 8%, rgba(210,10,19,.16), transparent 24rem),
    radial-gradient(circle at 6% 82%, rgba(226,172,51,.05), transparent 30rem),
    linear-gradient(115deg, transparent 0 53%, rgba(255,255,255,.025) 53% 54%, transparent 54% 100%),
    #08090a;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .26;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 100% 4px;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ff4b52; outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; color: black; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.eyebrow { color: #f64b52; font: 800 .75rem/1 var(--body); letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 2.5rem; height: 2px; margin: 0 .75rem .2rem 0; background: var(--red); }
/* Readout voice: numbers and spec labels are set in mono so they read as data
   pulled off a tool rather than as marketing copy. */
.card-number, .page-meta, .visual-spec span, .timeline-step b, .spec-tag, .sms-preview { font-family: var(--mono); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-stretch: var(--condensed); text-transform: uppercase; line-height: .95; letter-spacing: -.015em; }
h1 { font-size: clamp(3.35rem, 9vw, 7.8rem); font-weight: 800; }
h2 { font-size: clamp(2.35rem, 5.5vw, 5rem); font-weight: 800; }
h3 { font-size: clamp(1.3rem, 2.2vw, 2rem); font-weight: 700; letter-spacing: -.005em; }
p { margin: 0; }
.lede { color: var(--silver); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.55; max-width: 48rem; }
.muted { color: var(--muted); }
.topline { border-bottom: 1px solid rgba(210,10,19,.45); color: var(--silver); background: linear-gradient(90deg, rgba(210,10,19,.18), rgba(210,10,19,.04) 45%, transparent); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.topline .shell { min-height: 35px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.topline a { color: var(--white); text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(8,9,10,.9); backdrop-filter: blur(16px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; }
/* The wordmark is a transparent 7:1 lockup, so width and height have to keep
   that ratio — the old 112x52 box letterboxed the mark into a quarter of its
   own height and stretched it wherever only one axis was set. Width is fluid so
   the wider mark cannot crowd the nav links on narrow desktops. */
.brand img { width: clamp(140px, 14vw, 175px); height: auto; object-fit: contain; filter: drop-shadow(0 7px 16px rgba(0,0,0,.45)); }
.brand-copy { padding-left: .8rem; border-left: 1px solid var(--line); color: var(--muted); font-size: .66rem; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.7rem); }
.nav-links a { color: #d4d6d8; text-decoration: none; font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: white; }
/* 44px keeps the tap target comfortable; the label is sized to fit inside it rather
   than being clipped by the border, which is what a fixed 44px width was doing. */
.menu-toggle { display: none; min-width: 44px; height: 44px; padding: 0 .6rem; border: 1px solid var(--line); color: white; font: 800 .8rem/1 var(--display); letter-spacing: .06em; text-transform: uppercase; background: transparent; }
.btn { position: relative; display: inline-flex; justify-content: center; align-items: center; gap: .5rem; min-height: 50px; padding: .85rem 1.2rem; border: 1px solid transparent; text-decoration: none; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .icon { width: 1.05em; height: 1.05em; flex: none; }
.btn-primary { background: var(--red); color: white; box-shadow: 0 12px 34px rgba(210,10,19,.24); }
.btn-primary:hover { background: #eb111b; box-shadow: 0 16px 40px rgba(210,10,19,.34); }
.btn-ghost { border-color: rgba(255,255,255,.3); color: white; background: rgba(255,255,255,.025); }
.btn-ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.btn-small { min-height: 42px; padding: .65rem .85rem; }
/* Line icons inherit colour and stroke weight so they sit at the same optical
   weight as the mono labels next to them. */
.icon { width: 24px; height: 24px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hero { display: grid; align-items: stretch; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); }
.hero-copy { padding: clamp(2.5rem, 4.5vw, 3.8rem) 4rem clamp(2.5rem, 4.5vw, 3.8rem) 0; display: flex; flex-direction: column; justify-content: center; }
/* Hero headline is deliberately smaller than page headings so the eyebrow, copy,
   both buttons, and the trust bar stay above the fold at 1366x768 and on phones. */
.hero h1 { max-width: 22ch; margin: 1.2rem 0 1.3rem; font-size: clamp(2.2rem, 3.6vw, 3.5rem); }
.hero .lede { max-width: 40rem; }
.hero-micro { margin-top: 1rem; color: var(--silver); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.credibility { margin-top: 1.5rem; color: var(--steel); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 600px; overflow: hidden; border-left: 1px solid var(--line); background: #090a0b; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.hero-slide picture { display: block; width: 100%; height: 100%; }
.hero-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(8,9,10,.12), rgba(8,9,10,.78)),
  radial-gradient(circle at 70% 57%, rgba(210,10,19,.2), transparent 30%); }
.hero-slide.is-active { opacity: 1; }
.hero-marque { position: absolute; z-index: 4; right: 2rem; top: 2rem; padding: .45rem .7rem; border: 1px solid var(--line); background: rgba(7,8,9,.66); backdrop-filter: blur(8px); color: var(--silver); font-size: .6rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-visual::before { content: ""; position: absolute; width: 520px; height: 520px; left: 50%; top: 48%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: inset 0 0 0 42px rgba(255,255,255,.012), inset 0 0 0 44px rgba(255,255,255,.04), 0 0 100px rgba(0,0,0,.8); }
.hero-visual::after { content: ""; position: absolute; width: 210px; height: 2px; left: 50%; top: 48%; background: linear-gradient(90deg, transparent, var(--red)); transform-origin: right; transform: translate(-100%,-50%) rotate(28deg); box-shadow: 0 0 14px var(--red); }
.visual-spec { position: absolute; z-index: 3; left: 2rem; bottom: 2rem; right: 2rem; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: rgba(7,8,9,.74); backdrop-filter: blur(10px); }
.visual-spec div { padding: 1rem; border-right: 1px solid var(--line); }
.visual-spec div:last-child { border: 0; }
.visual-spec b { display: block; color: white; font: 800 1.25rem/1 var(--display); }
.visual-spec span { color: var(--muted); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; border-bottom: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .5fr 1fr; gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-heading .lede { justify-self: end; }
.brand-marquee { overflow: hidden; border-block: 1px solid var(--line); background: #0b0c0e; }
.brand-row { display: grid; grid-template-columns: repeat(6,1fr); }
.brand-tile { min-height: 92px; display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--silver); font: 800 clamp(.9rem, 1.6vw, 1.2rem)/1 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.brand-tile:nth-child(6n) { border-right: 0; }
.brand-tile:hover { color: white; background: linear-gradient(180deg, rgba(210,10,19,.08), transparent); }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card { position: relative; min-height: 270px; padding: clamp(1.5rem, 3vw, 2.4rem); background: var(--panel); transition: background .3s ease; }
/* Accent rail wipes in on hover — the only movement on an otherwise still grid. */
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 0; background: var(--red); transition: width .35s cubic-bezier(.2,.7,.3,1); }
.card:hover { background: var(--panel-2); }
.card:hover::before { width: 100%; }
.card-number { display: block; margin-bottom: 4.5rem; color: #f04a51; font-family: var(--mono); font-size: .72rem; font-weight: 700; line-height: 1; letter-spacing: .14em; }
.card-icon { display: block; margin-bottom: 1.6rem; color: var(--steel); }
.card-icon .icon { width: 30px; height: 30px; }
.card:hover .card-icon { color: var(--red-bright); }
/* An icon already fills the space the label's tall margin was reserving. */
.card:has(.card-icon) .card-number { margin-bottom: 1.3rem; }
.card h3 { margin-bottom: 1rem; }
.card p { color: var(--muted); }
.performance-section { background: linear-gradient(145deg, rgba(210,10,19,.07), transparent 38%), #0a0b0d; }
.performance-card { position: relative; overflow: hidden; }
.performance-card::after { content: ""; position: absolute; right: -46px; bottom: -46px; width: 128px; height: 128px; border: 1px solid rgba(210,10,19,.26); border-radius: 50%; box-shadow: inset 0 0 0 18px rgba(210,10,19,.025); }
.card ul, .check-list { list-style: none; margin: 1.4rem 0 0; padding: 0; color: var(--silver); }
.card li, .check-list li { position: relative; padding: .55rem 0 .55rem 1.25rem; border-top: 1px solid rgba(255,255,255,.08); }
.card li::before, .check-list li::before { content: ""; position: absolute; left: 0; top: 1.1rem; width: 5px; height: 5px; background: var(--red); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.evidence-panel { position: relative; min-height: 540px; border: 1px solid var(--line); background: linear-gradient(140deg,#1b1e22,#0b0c0e); overflow: hidden; }
.evidence-panel::before { content: "01  TEST / VERIFY"; position: absolute; top: 2rem; left: 2rem; color: var(--muted); font: 700 .68rem/1 var(--body); letter-spacing: .17em; }
.evidence-panel::after { content: ""; position: absolute; width: 430px; height: 430px; right: -120px; bottom: -120px; border-radius: 50%; border: 42px solid rgba(255,255,255,.04); box-shadow: 0 0 0 1px rgba(255,255,255,.14), inset 0 0 80px rgba(210,10,19,.24); }
.scan-card { position: absolute; z-index: 2; inset: auto 2rem 2rem 2rem; padding: 1.5rem; border-left: 3px solid var(--red); background: rgba(5,6,7,.82); box-shadow: 0 20px 40px rgba(0,0,0,.35); }
.scan-card strong { display: block; margin-bottom: .4rem; font: 800 1.5rem/1 var(--display); text-transform: uppercase; }
.expertise-panel { position: relative; padding: clamp(1.5rem,4vw,3rem); border: 1px solid var(--line); background: linear-gradient(145deg, #171a1e, #090a0b 68%); overflow: hidden; }
.expertise-panel::after { content: ""; position: absolute; right: -95px; top: -95px; width: 260px; height: 260px; border: 1px solid rgba(210,10,19,.35); border-radius: 50%; box-shadow: inset 0 0 0 38px rgba(210,10,19,.035), 0 0 80px rgba(210,10,19,.08); }
.skill-row { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.skill-row:first-of-type { margin-top: 1.5rem; border-top: 1px solid var(--line); }
.skill-row strong, .skill-row span { display: block; }
.skill-row strong { margin-bottom: .35rem; font: 800 1rem/1.1 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.skill-row span { color: var(--muted); font-size: .75rem; }
.skill-row b { color: #f04a51; font: 800 .75rem/1 var(--body); letter-spacing: .12em; }
.expertise-stamp { position: relative; z-index: 2; display: flex; align-items: end; gap: 1rem; padding-top: 2rem; }
.expertise-stamp strong { color: white; font: 800 clamp(3.5rem,8vw,6rem)/.75 var(--display); }
.expertise-stamp span { max-width: 160px; color: var(--muted); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.b2b-section { background: linear-gradient(125deg, rgba(210,10,19,.08), transparent 35%), #070809; }
.b2b-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.b2b-card { min-height: 390px; padding: clamp(1.6rem,3vw,2.6rem); background: linear-gradient(165deg, #17191d, #0b0c0e); }
.b2b-card > span { display: block; margin-bottom: 4rem; color: #f04a51; font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.b2b-card h3 { margin-bottom: 1rem; }
.b2b-card p { color: var(--muted); }
.b2b-card ul { list-style: none; margin: 1.6rem 0 0; padding: 0; }
.b2b-card li { padding: .65rem 0; border-top: 1px solid rgba(255,255,255,.08); color: var(--silver); font-size: .84rem; }
.business-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 1rem; padding: 1.5rem; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.business-cta strong { display: block; margin-bottom: .35rem; font: 800 1.1rem/1.2 var(--display); text-transform: uppercase; }
.business-cta p { color: var(--muted); font-size: .86rem; }
.quote-block { padding: clamp(3rem, 7vw, 6rem); border-left: 4px solid var(--red); background: var(--panel); }
.quote-block blockquote { margin: 0; max-width: 950px; font: 700 clamp(1.7rem,4vw,3.4rem)/1.18 var(--display); text-transform: uppercase; }
.quote-block footer { margin-top: 2rem; color: var(--muted); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.cta-band { padding: clamp(4rem,8vw,7rem) 0; background: linear-gradient(110deg, #7b050a, #d20a13 58%, #8b070d); }
.cta-band .shell { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
.cta-band .eyebrow { color: white; opacity: .8; }
.cta-band h2 { max-width: 850px; margin: 1.1rem 0 1.4rem; }
.cta-band p { max-width: 700px; color: #ffe8e9; }
.cta-band .btn { background: white; color: #88070d; min-width: 230px; }
.cta-actions { display: grid; gap: .6rem; }
.cta-band .btn-outline-light { background: transparent; border-color: rgba(255,255,255,.65); color: white; }
.cta-band .btn-outline-light:hover { background: rgba(255,255,255,.12); }
/* Square checkout is a payment link, never a scheduler — kept visually secondary. */
.pay-note { display: grid; grid-template-columns: 1fr auto; gap: clamp(1.25rem,3vw,2.5rem); align-items: center; padding: clamp(1.4rem,3vw,2.4rem); border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.pay-note h2 { margin: 1rem 0 .8rem; font-size: clamp(1.5rem,2.6vw,2.2rem); }
.pay-note p { max-width: 46rem; font-size: .92rem; }
.page-hero { padding: clamp(5.5rem,10vw,9rem) 0 clamp(4rem,7vw,6rem); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1050px; margin: 1.5rem 0 2rem; font-size: clamp(3.2rem,8vw,7rem); }
.page-hero .lede { max-width: 760px; }
.page-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; margin-top: 2rem; color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.service-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-item { min-height: 180px; padding: 2rem; background: var(--panel); }
.service-item h3 { margin-bottom: .85rem; }
.service-item p { color: var(--muted); }
/* minmax(0,1fr) keeps a long condensed heading word from widening its own track,
   which otherwise pushed the pair past the shell and scrolled the page sideways. */
.brand-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.brand-group { min-height: 430px; padding: clamp(2rem,5vw,4rem); border: 1px solid var(--line); background: var(--panel); }
.brand-group h2 { margin-bottom: 2rem; font-size: clamp(2.1rem,3.4vw,3.2rem); }
.brand-stack { display: grid; }
.brand-stack span { display: flex; justify-content: space-between; padding: .9rem 0; border-top: 1px solid var(--line); color: var(--silver); font: 800 1rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.brand-stack span::after { color: #f04a51; font-size: .65rem; }
.brand-group-german .brand-stack span::after { content: "DE"; }
.brand-group-italian .brand-stack span::after { content: "IT"; }
.brand-intro { min-height: 4.5rem; margin: -1rem 0 1.6rem; color: var(--muted); }
/* Photographic section backgrounds: image sits behind a 78-88% dark veil so copy stays legible */
.has-bg { position: relative; isolation: isolate; overflow: hidden; }
.section-bg { position: absolute; z-index: -2; inset: 0; }
.section-bg picture { display: block; width: 100%; height: 100%; }
.section-bg img { display: block; width: 100%; height: 100%; object-fit: cover; }
.has-bg::after { content: ""; position: absolute; z-index: -1; inset: 0; background:
  linear-gradient(180deg, rgba(8,9,10,.9), rgba(8,9,10,.8) 45%, rgba(8,9,10,.94)); }
.has-bg-side::after { background:
  linear-gradient(90deg, #08090a 6%, rgba(8,9,10,.9) 46%, rgba(8,9,10,.72)),
  linear-gradient(0deg, rgba(8,9,10,.94), rgba(8,9,10,.5) 72%); }
.has-bg .card, .has-bg .service-item, .has-bg .quote-block { background: rgba(19,21,24,.84); backdrop-filter: blur(6px); }
.has-bg .pledge, .has-bg .review-card { background: rgba(19,21,24,.84); backdrop-filter: blur(6px); }
.has-bg .faq-item { background: rgba(11,12,14,.72); backdrop-filter: blur(6px); }
/* Close-up detail bands between sections */
.detail-band { position: relative; height: clamp(160px, 22vw, 280px); overflow: hidden; border-bottom: 1px solid var(--line); background: #0b0c0e; }
.detail-band picture { display: block; width: 100%; height: 100%; }
.detail-band img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.detail-band::before { content: ""; position: absolute; z-index: 2; inset: 0; background:
  linear-gradient(90deg, rgba(8,9,10,.94), rgba(8,9,10,.3) 42%, rgba(8,9,10,.3) 58%, rgba(8,9,10,.94)),
  linear-gradient(180deg, rgba(8,9,10,.6), transparent 45%, rgba(8,9,10,.6)); }
.detail-band::after { content: ""; position: absolute; z-index: 3; left: 0; top: 0; width: 92px; height: 3px; background: var(--red); }
.assist-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.assist-card { min-height: 430px; padding: clamp(2rem,5vw,4rem); border: 1px solid var(--line); background: linear-gradient(145deg, var(--panel-2), var(--panel)); }
.assist-card h3 { margin: 1.25rem 0 1.2rem; font-size: clamp(2rem,4vw,3.5rem); }
.assist-card p { color: var(--muted); }
.assist-card .check-list { margin-bottom: 2rem; }
.merch-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.merch-card { position: relative; min-height: 560px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; overflow: hidden; border: 1px solid var(--line); background: #101214; }
.merch-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .45s ease, opacity .45s ease; }
.merch-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(5,6,7,.94) 90%); }
.merch-card:hover img { transform: scale(1.025); opacity: .82; }
.merch-copy { position: relative; z-index: 2; }
.merch-copy h3 { margin: .7rem 0; }
.merch-copy p { color: var(--silver); }
.about-photo { min-height: 620px; position: relative; border: 1px solid var(--line); background: radial-gradient(circle at 50% 40%, rgba(210,10,19,.26), transparent 18rem), linear-gradient(145deg,#1e2125,#090a0b); }
.about-photo img { position: absolute; width: 75%; height: auto; left: 50%; top: 48%; transform: translate(-50%,-50%); filter: drop-shadow(0 25px 40px #000); }
.about-photo span { position: absolute; left: 2rem; bottom: 2rem; color: var(--muted); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
/* The wordmark variant holds a 7:1 lockup rather than the Autohaus emblem, so
   it needs a wider mark in a shorter plate to stay balanced. */
.about-photo--wordmark { min-height: 400px; }
.about-photo--wordmark img { width: 84%; }
.contact-layout { display: grid; grid-template-columns: .55fr 1fr; gap: clamp(2rem,6vw,6rem); align-items: start; }
.contact-aside { position: sticky; top: 120px; }
.contact-aside h2 { margin: 1.2rem 0 1.5rem; }
.contact-lines { margin-top: 2rem; border-top: 1px solid var(--line); }
.contact-lines a, .contact-lines p { display: block; padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--silver); text-decoration: none; }
.form-card { display: grid; gap: 1.1rem; padding: clamp(1.3rem,4vw,3rem); border: 1px solid var(--line); background: var(--panel); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.1rem; }
.field { display: grid; gap: .45rem; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--silver); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid rgba(255,255,255,.17); border-radius: 0; background: #0b0c0e; color: white; padding: .9rem 1rem; min-height: 50px; }
.field textarea { min-height: 120px; resize: vertical; }
.field small { color: var(--muted); }
.hidden { display: none; }
.form-note { margin: 1.4rem 0; color: var(--muted); font-size: .84rem; }

/* ---- Text-only quote request: compact intro + message composer ---- */
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.page-hero-compact { padding: clamp(2.25rem,4vw,3.25rem) 0 clamp(1.75rem,3vw,2.5rem); }
.page-hero-compact h1 { max-width: 26ch; margin: 1rem 0 1.1rem; font-size: clamp(2.1rem,3.4vw,3.2rem); }
.page-hero-compact .lede { max-width: 44rem; font-size: clamp(1rem,1.6vw,1.15rem); }
.page-hero-compact .hero-micro { margin-top: 1.1rem; }
.request-section { padding: 0 0 clamp(3rem,7vw,5.5rem); border-bottom: 1px solid var(--line); }
/* Composer leads the DOM so it lands in the first screen on phones; aside sits beside it on desktop. */
.request-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.5fr); gap: clamp(1.5rem,4vw,3.5rem); align-items: start; }
.request-aside { position: sticky; top: 120px; }
.request-aside h2 { margin: 1rem 0 1.1rem; font-size: clamp(1.7rem,3vw,2.4rem); }
.req { color: #ff5a61; }
.field-hint { color: var(--muted); font-size: .78rem; }
.step-head h3 { font-size: clamp(1.5rem,2.6vw,2.1rem); }
.step-head p { margin-top: .6rem; color: var(--muted); font-size: .9rem; }
.field-error { display: none; color: #ff6b71; font-size: .8rem; font-weight: 700; }
.field-error.is-visible { display: block; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #ff5a61; }
.notice { padding: 1rem 1.1rem; border-left: 3px solid var(--red); background: rgba(210,10,19,.1); color: var(--white); font-size: .88rem; }
.notice[hidden] { display: none; }
.notice p + p { margin-top: .6rem; }
/* The composed text, shown verbatim so it can be copied when no messaging app opens. */
.sms-preview { white-space: pre-line; overflow-wrap: anywhere; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82rem; }
.quote-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: .4rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.quote-actions .btn { min-width: 10rem; }
.site-footer { padding: 4.5rem 0 6rem; background: #050607; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 2rem; }
.footer-brand img { width: 168px; height: 24px; }
.footer-brand p { max-width: 340px; margin-top: 1.2rem; color: var(--muted); }
.footer-col h3 { margin-bottom: 1.2rem; font-size: .8rem; letter-spacing: .14em; }
.footer-col a, .footer-col span { display: block; margin: .6rem 0; color: var(--muted); text-decoration: none; font-size: .9rem; }
.footer-col a:hover { color: white; }
.footer-bottom { margin-top: 4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #777b7f; font-size: .75rem; }
.mobile-bar { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
/* Sticky header would otherwise cover the target of /contact#request-service */
#request-service, [id][data-anchor] { scroll-margin-top: 7rem; }

/* ==================================================================
   The `font:` shorthand resets font-stretch, so every display-font
   shorthand below has to re-declare the condensed width or Archivo
   renders at its default normal width.
   ================================================================== */
.menu-toggle, .brand-tile, .visual-spec b, .skill-row strong, .expertise-stamp strong,
.scan-card strong, .quote-block blockquote, .brand-stack span, .business-cta strong {
  font-stretch: var(--condensed);
}

/* Amber marks things that were measured or verified; red stays the brand
   and action colour. Keeping the two jobs separate is the whole point. */
.check-list li::before { background: var(--amber); }

/* ---- Trust strip: the four claims that decide whether someone texts ---- */
.trust-strip { border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.032), transparent 70%); }
.trust-strip .shell { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.trust-item { display: flex; align-items: flex-start; gap: .95rem; padding: 1.7rem 1.5rem; border-left: 1px solid var(--hair); }
.trust-item:first-child { padding-left: 0; border-left: 0; }
.trust-item .icon { margin-top: .15rem; color: var(--red-bright); }
.trust-item[data-accent="amber"] .icon { color: var(--amber); }
.trust-item strong { display: block; font-family: var(--display); font-stretch: var(--condensed); font-weight: 700; font-size: 1.06rem; line-height: 1.1; letter-spacing: .01em; text-transform: uppercase; }
.trust-item span { display: block; margin-top: .3rem; color: var(--muted); font-size: .78rem; line-height: 1.45; }

/* ---- Process timeline: numbered nodes strung along a single rail ---- */
.timeline { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 27px; height: 1px; background: linear-gradient(90deg, var(--red), rgba(210,10,19,.4) 58%, var(--hair)); }
.timeline-step { position: relative; padding: 0 1.8rem 0 0; }
.timeline-node { position: relative; z-index: 2; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(210,10,19,.55); background: #0b0c0e; box-shadow: 0 0 0 6px #08090a, 0 0 26px rgba(210,10,19,.18); color: var(--white); font-family: var(--mono); font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.timeline-step h3 { margin: 1.7rem 0 .8rem; }
.timeline-step p { color: var(--muted); }
.timeline-step b { display: block; margin-bottom: .5rem; color: var(--amber); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

/* Compact variant for narrow columns (the request aside): always a vertical
   spine, and smaller nodes so the rail does not dominate the column. */
.timeline-compact { grid-template-columns: 1fr; margin: 2rem 0; }
/* Double class so this still wins inside the 820px block, where .timeline::before
   flips to its own vertical rail at a wider offset. */
.timeline.timeline-compact::before { left: 19px; right: auto; top: .4rem; bottom: 1.2rem; width: 1px; height: auto; background: linear-gradient(180deg, var(--red), rgba(210,10,19,.35) 60%, transparent); }
.timeline-compact .timeline-step { padding: 0 0 1.7rem 3.5rem; }
.timeline-compact .timeline-step:last-child { padding-bottom: 0; }
.timeline-compact .timeline-node { position: absolute; left: 0; top: 0; width: 40px; height: 40px; box-shadow: 0 0 0 5px #08090a, 0 0 18px rgba(210,10,19,.16); font-size: .7rem; }
.timeline-compact .timeline-step h3 { margin: .1rem 0 .4rem; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.timeline-compact .timeline-step p { font-size: .88rem; }

/* ---- Hero carousel controls: WCAG 2.2.2 needs a way to stop the rotation ---- */
.hero-controls { position: absolute; z-index: 5; right: 2rem; top: 4.5rem; display: flex; align-items: center; gap: .3rem; padding: .3rem .35rem; border: 1px solid var(--line); background: rgba(7,8,9,.7); backdrop-filter: blur(8px); }
.hero-pause { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 1px solid var(--hair); background: transparent; color: var(--silver); cursor: pointer; }
.hero-pause:hover { color: white; border-color: rgba(255,255,255,.4); }
.hero-pause .icon { width: 13px; height: 13px; stroke-width: 2; }
.hero-pause .icon-play { display: none; }
.hero-pause[aria-pressed="true"] .icon-play { display: block; }
.hero-pause[aria-pressed="true"] .icon-pause { display: none; }
.hero-dots { display: flex; }
.hero-dot { width: 24px; height: 30px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hero-dot::after { content: ""; width: 7px; height: 7px; background: rgba(255,255,255,.28); transition: background .25s ease, transform .25s ease; }
.hero-dot:hover::after { background: rgba(255,255,255,.6); }
.hero-dot[aria-current="true"]::after { background: var(--red-bright); transform: scale(1.4); }

/* ---- Desktop floating text button; the mobile bar covers small screens ---- */
.fab { position: fixed; z-index: 55; right: clamp(1rem, 3vw, 2.2rem); bottom: clamp(1rem, 3vw, 2.2rem); display: inline-flex; align-items: center; gap: .6rem; padding: .95rem 1.3rem; background: var(--red); color: white; text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 18px 44px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.09); opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .3s ease, transform .3s ease, visibility .3s ease, background .2s ease; }
.fab.is-visible { opacity: 1; visibility: visible; transform: none; }
.fab:hover { background: #eb111b; transform: translateY(-3px); }
.fab .icon { width: 18px; height: 18px; }

/* ---- FAQ: native details/summary, so it works with JavaScript disabled ---- */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.016), transparent); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.45rem clamp(.9rem,2vw,1.5rem); cursor: pointer; list-style: none; color: var(--silver); font-family: var(--display); font-stretch: var(--condensed); font-weight: 700; font-size: clamp(1.05rem,1.9vw,1.4rem); line-height: 1.15; text-transform: uppercase; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; flex: none; width: 13px; height: 13px; margin-right: .3rem; border-right: 2px solid var(--red-bright); border-bottom: 2px solid var(--red-bright); transform: rotate(45deg) translate(-3px,-3px); transition: transform .25s ease; }
.faq-item summary:hover { color: white; background: rgba(255,255,255,.035); }
.faq-item[open] summary { color: white; }
.faq-item[open] summary::after { transform: rotate(225deg) translate(-3px,-3px); }
.faq-answer { padding: 0 clamp(.9rem,2vw,1.5rem) 1.8rem; max-width: 68ch; color: var(--silver); }
.faq-answer p + p { margin-top: .9rem; }
.faq-answer a { color: #ff6f75; }

/* ---- Service commitments: substance in place of an empty testimonial slot ---- */
.pledge-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.pledge { display: flex; gap: 1.3rem; padding: clamp(1.5rem,3vw,2.3rem); background: var(--panel); }
.pledge .icon { flex: none; width: 28px; height: 28px; margin-top: .2rem; color: var(--amber); }
.pledge h3 { margin-bottom: .7rem; font-size: clamp(1.15rem,1.8vw,1.5rem); }
.pledge p { color: var(--muted); font-size: .95rem; }
.review-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }

/* Real customer quotes drop in here; see .review-card in the reviews section markup. */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,19rem), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.review-card { display: flex; flex-direction: column; gap: 1.1rem; padding: clamp(1.5rem,3vw,2.2rem); background: var(--panel); }
.review-card blockquote { margin: 0; color: var(--silver); line-height: 1.6; }
.review-card cite { margin-top: auto; color: var(--muted); font-family: var(--mono); font-size: .7rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.review-stars { display: flex; gap: .18rem; color: var(--amber); }
.review-stars .icon { width: 15px; height: 15px; fill: currentColor; stroke: none; }

/* ---- Form structure for the request composer ---- */
.field-group { display: grid; gap: 1.1rem; margin: 0; padding: 0; border: 0; }
.field-group > legend { padding: 0; color: var(--silver); font-family: var(--mono); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.field-group > .field-hint { margin-top: -.55rem; }
.vehicle-row { display: grid; grid-template-columns: 6rem minmax(0,1fr) minmax(0,1fr); gap: 1.1rem; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(255,255,255,.42); background: #0e0f12; }
.field input::placeholder, .field textarea::placeholder { color: #6d7175; }
.form-divider { display: flex; align-items: center; gap: 1rem; margin: .3rem 0 0; color: var(--muted); font-family: var(--mono); font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.form-divider::before, .form-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.notice-ok { border-left-color: var(--amber); background: rgba(226,172,51,.1); }
.honeypot { position: absolute; left: -9999px; }

/* ---- Staggered reveal for grid children ---- */
.stagger > * { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s cubic-bezier(.2,.7,.3,1); }
.stagger.visible > * { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(2) { transition-delay: .07s; }
.stagger.visible > *:nth-child(3) { transition-delay: .14s; }
.stagger.visible > *:nth-child(4) { transition-delay: .21s; }
.stagger.visible > *:nth-child(5) { transition-delay: .28s; }
.stagger.visible > *:nth-child(6) { transition-delay: .35s; }
.stagger.visible > *:nth-child(7) { transition-delay: .42s; }
.stagger.visible > *:nth-child(8) { transition-delay: .49s; }

/* One choreographed entrance on the hero rather than motion scattered everywhere. */
@keyframes heroRise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.hero-copy > * { animation: heroRise .75s cubic-bezier(.2,.7,.3,1) both; }
.hero-copy > *:nth-child(2) { animation-delay: .08s; }
.hero-copy > *:nth-child(3) { animation-delay: .16s; }
.hero-copy > *:nth-child(4) { animation-delay: .24s; }
.hero-copy > *:nth-child(5) { animation-delay: .32s; }
.hero-copy > *:nth-child(6) { animation-delay: .4s; }

@media (max-width: 960px) {
  .nav-links { display: none; position: absolute; left: 1rem; right: 1rem; top: 79px; padding: 1rem; border: 1px solid var(--line); background: #0b0c0e; align-items: stretch; flex-direction: column; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .75rem; }
  .menu-toggle { display: grid; place-items: center; }
  .nav > .btn { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 2.25rem 0 2.5rem; }
  .hero h1 { max-width: 30ch; }
  .hero-visual { min-height: 460px; border: 1px solid var(--line); border-bottom: 0; }
  .section-heading, .split, .contact-layout, .request-layout { grid-template-columns: 1fr; }
  .b2b-grid { grid-template-columns: 1fr; }
  .section-heading .lede { justify-self: start; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .brand-row { grid-template-columns: repeat(3,1fr); }
  .brand-tile:nth-child(3n) { border-right: 0; }
  .cta-band .shell { grid-template-columns: 1fr; }
  .has-bg-side::after { background: linear-gradient(180deg, rgba(8,9,10,.9), rgba(8,9,10,.84) 45%, rgba(8,9,10,.95)); }
  .contact-aside, .request-aside { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip .shell { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-item:nth-child(odd) { padding-left: 0; border-left: 0; }
  .trust-item:nth-child(n+3) { border-top: 1px solid var(--hair); }
  .hero-controls { top: auto; bottom: 8.5rem; }
}

/* Touch layouts: fixed action bar, single-column forms, full-width actions */
@media (max-width: 820px) {
  .pay-note { grid-template-columns: 1fr; }
  .pay-note .btn { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .quote-actions .btn, .cta-actions .btn { width: 100%; min-width: 0; }
  .hero-actions .btn { width: 100%; }
  .mobile-bar { display: grid; grid-template-columns: repeat(2,1fr); position: fixed; z-index: 60; bottom: 0; left: 0; right: 0; padding: .6rem; gap: .5rem; background: rgba(8,9,10,.96); border-top: 1px solid var(--line); padding-bottom: calc(.6rem + env(safe-area-inset-bottom)); }
  .mobile-bar .btn { min-height: 44px; padding: .55rem; font-size: .7rem; }
  .site-footer { padding-bottom: 8rem; }
  /* The mobile bar already carries the text action, so the floating one goes. */
  .fab { display: none; }
  .pledge-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  /* Rail flips to a vertical spine down the left of the numbered nodes. */
  .timeline::before { left: 27px; right: auto; top: 0; bottom: 1.5rem; width: 1px; height: auto; background: linear-gradient(180deg, var(--red), rgba(210,10,19,.35) 60%, transparent); }
  .timeline-step { padding: 0 0 2.4rem 4.9rem; }
  .timeline-step:last-child { padding-bottom: 0; }
  .timeline-node { position: absolute; left: 0; top: 0; }
  .timeline-step h3 { margin-top: .35rem; }
}

@media (max-width: 620px) {
  .topline .shell span:last-child, .brand-copy { display: none; }
  .topline .shell { justify-content: center; }
  .topline { font-size: .62rem; letter-spacing: .06em; text-align: center; }
  .nav { min-height: 68px; }
  .nav-links { top: 69px; }
  .brand img { width: 140px; height: auto; }
  .hero-copy { padding: 1.75rem 0 2.25rem; }
  .hero-visual { min-height: 380px; }
  .hero-visual::before { width: 330px; height: 330px; }
  .visual-spec { left: 1rem; right: 1rem; bottom: 1rem; }
  .hero-marque { right: 1rem; top: 1rem; font-size: .55rem; letter-spacing: .12em; }
  .detail-band { height: clamp(130px, 32vw, 190px); }
  .visual-spec div { padding: .75rem .55rem; }
  .visual-spec b { font-size: 1rem; }
  .visual-spec span { font-size: .52rem; }
  .grid-3, .service-list, .brand-groups, .assist-grid, .merch-grid, .form-grid, .b2b-grid { grid-template-columns: 1fr; }
  .b2b-card { min-height: auto; }
  .b2b-card > span { margin-bottom: 2.5rem; }
  .business-cta { align-items: stretch; flex-direction: column; }
  .card { min-height: auto; }
  .card-number { margin-bottom: 2.5rem; }
  .brand-row { grid-template-columns: repeat(2,1fr); }
  .brand-tile:nth-child(3n) { border-right: 1px solid var(--line); }
  .brand-tile:nth-child(2n) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .form-card { padding: 1.1rem; }
  .trust-strip .shell { grid-template-columns: 1fr; }
  .trust-item { padding: 1.25rem 0; border-left: 0; }
  .trust-item + .trust-item { border-top: 1px solid var(--hair); }
  /* Dots get cramped next to the marque badge; the pause control is what
     accessibility actually requires, so it is the one that stays. */
  .hero-dots { display: none; }
  .hero-controls { right: 1rem; bottom: 7.5rem; }
  .vehicle-row { grid-template-columns: 5.5rem minmax(0,1fr); }
  .vehicle-row .field:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal, .stagger > * { opacity: 1; transform: none; }
}
