/*
Theme Name: A1 Auto Styling
Theme URI: https://a1autostyling.com.au/
Author: Mode Marketing
Author URI: https://modemarketing.ai/
Description: Hand-coded WordPress theme for A1 Auto Styling — mobile auto-detailing + ceramic coating + window tint, Brisbane + Gold Coast. By Mode Marketing for Beau McClymont (ABN 93 781 460 967). No Elementor dependency.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: Proprietary — Mode Marketing client work
Text Domain: a1-auto-styling
*/

/* ============================================================
   A1 Auto Styling — preview site
   Built by Mode Marketing as a sales asset for prospect Beau McClymont.
   Voice: founder-led, service-first, restraint over ornament.
   ============================================================ */

/* RESET + TOKENS ------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: 0; }
ul, ol { list-style: none; padding: 0; margin: 0; }

:root {
  /* colour — pulled from A1's existing palette: dark + dual cyan/pink accents */
  --bg: #060608;
  --bg-elev: #111114;
  --bg-elev-2: #18181d;
  --text: #ededed;
  --text-mute: #a0a0a0;
  --text-dim: #6e6e6e;
  --line: #25252b;
  --line-soft: rgba(255,255,255,0.08);

  /* primary accent — ice cyan, premium ceramic-glass cue (his #85e7ec / #d4fdff family) */
  --accent: #85e7ec;
  --accent-bright: #b4f3f6;
  --accent-deep: #38c5cc;
  --accent-glow: rgba(133, 231, 236, 0.22);

  /* secondary accent — hot pink, energy + youth (his #c36 family + livelier hue) */
  --pink: #ff3d8a;
  --pink-bright: #ff6aa3;
  --pink-deep: #cc2e6e;
  --pink-glow: rgba(255, 61, 138, 0.28);

  --warm: #f7f3ec;            /* cream highlight */

  /* type */
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  /* Brush script — mirrors the pink "Styling" decal on his actual A1 van.
     Reserved for signature accent moments only (1-2 words per page). */
  --font-script: "Kaushan Script", "Brush Script MT", cursive;
  /* Bold display — mirrors the chunky chrome "A1 AUTO" lettering on his van.
     Used as a brand mark for "A1" wherever it appears in display copy. */
  --font-brand: "Bungee", "Impact", system-ui, sans-serif;

  /* layout */
  --max: 1280px;
  --pad: clamp(20px, 5vw, 64px);
  --radius: 14px;
  --radius-lg: 22px;
}

/* TYPE ROLES ---------------------------------------------------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  /* Eyebrows are structural labels, not accents — using cyan keeps
     them on-brand without competing with H2 emphasis. Pink stays
     reserved for premium markers + key climax moments. */
  color: var(--accent);
  margin: 0 0 18px;
  font-weight: 500;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--accent);
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 3px;
}
.h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--warm);
  margin: 0 0 24px;
  font-variation-settings: "opsz" 64;
}
.h2 em {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-bright) 25%, var(--pink-bright) 50%, var(--accent-bright) 75%, var(--accent) 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 6s ease-in-out infinite;
}
/* Brand A1 — mirrors the chunky chrome "A1 AUTO" lettering on his van.
   Cyan fill + dark outline + subtle drop-shadow gives the extruded
   sticker-style depth without going full custom-illustrator. Used as
   a brand mark wherever "A1" appears in display copy. */
.brand-a1 {
  font-family: var(--font-brand);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  background: none;
  -webkit-text-fill-color: var(--accent);
  color: var(--accent);
  /* Smooth chunky decal outline — built from 24 glyph stamps distributed
     in two concentric rings (16 outer at 0.04em + 8 inner at 0.022em).
     Each stamp is a complete glyph copy, so no stroke-miter spikes are
     possible. Dense stamping eliminates the stair-stepping that affects
     low-resolution fake-strokes. Plus sticker drop shadow + soft cyan halo. */
  text-shadow:
    /* Outer ring, 16 stops at 0.04em radius — main outline mass */
    0.04em 0 0 rgba(6, 6, 8, 0.95),
    0.0369em 0.0153em 0 rgba(6, 6, 8, 0.95),
    0.0283em 0.0283em 0 rgba(6, 6, 8, 0.95),
    0.0153em 0.0369em 0 rgba(6, 6, 8, 0.95),
    0 0.04em 0 rgba(6, 6, 8, 0.95),
    -0.0153em 0.0369em 0 rgba(6, 6, 8, 0.95),
    -0.0283em 0.0283em 0 rgba(6, 6, 8, 0.95),
    -0.0369em 0.0153em 0 rgba(6, 6, 8, 0.95),
    -0.04em 0 0 rgba(6, 6, 8, 0.95),
    -0.0369em -0.0153em 0 rgba(6, 6, 8, 0.95),
    -0.0283em -0.0283em 0 rgba(6, 6, 8, 0.95),
    -0.0153em -0.0369em 0 rgba(6, 6, 8, 0.95),
    0 -0.04em 0 rgba(6, 6, 8, 0.95),
    0.0153em -0.0369em 0 rgba(6, 6, 8, 0.95),
    0.0283em -0.0283em 0 rgba(6, 6, 8, 0.95),
    0.0369em -0.0153em 0 rgba(6, 6, 8, 0.95),
    /* Inner ring, 8 stops at 0.022em radius — fills interior gaps */
    0.022em 0 0 rgba(6, 6, 8, 0.95),
    0.0156em 0.0156em 0 rgba(6, 6, 8, 0.95),
    0 0.022em 0 rgba(6, 6, 8, 0.95),
    -0.0156em 0.0156em 0 rgba(6, 6, 8, 0.95),
    -0.022em 0 0 rgba(6, 6, 8, 0.95),
    -0.0156em -0.0156em 0 rgba(6, 6, 8, 0.95),
    0 -0.022em 0 rgba(6, 6, 8, 0.95),
    0.0156em -0.0156em 0 rgba(6, 6, 8, 0.95),
    /* Sticker drop shadow + toned-down cyan halo */
    0 0.06em 0 rgba(6, 6, 8, 0.85),
    0 0.04em 0.18em rgba(133, 231, 236, 0.18);
  /* Optical balance — Bungee renders heavier than Bricolage at the same px */
  font-size: 0.92em;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  /* Padding gives the outline + drop shadow room without clipping */
  padding: 0 0.1em 0.08em;
  animation: none;
}

/* Script variant — mirrors the pink "Styling" decal on his A1 van.
   Hard black sticker outline + drop shadow for vinyl-decal feel.
   Reserved for signature words across hero + founder + services + finale
   headings. Tied directly to his real-world brand expression. */
.h2 em.em--script,
.em--script {
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: var(--pink-bright);
  color: var(--pink-bright);
  /* Kaushan visually reads ~10% smaller than display sans at the same px */
  font-size: 1.08em;
  letter-spacing: 0;
  /* Smooth decal outline — same circle-stamp pattern as .brand-a1 but
     with a slightly tighter radius (0.032em outer, 0.018em inner) since
     Kaushan's hand-script strokes are thinner natively and a heavier
     outline would smother the letterforms. 24 stamps total, no stroke
     miter spikes possible. Plus sticker drop shadow + subtle pink halo. */
  text-shadow:
    /* Outer ring, 16 stops at 0.032em radius */
    0.032em 0 0 rgba(6, 6, 8, 0.95),
    0.0296em 0.0123em 0 rgba(6, 6, 8, 0.95),
    0.0226em 0.0226em 0 rgba(6, 6, 8, 0.95),
    0.0123em 0.0296em 0 rgba(6, 6, 8, 0.95),
    0 0.032em 0 rgba(6, 6, 8, 0.95),
    -0.0123em 0.0296em 0 rgba(6, 6, 8, 0.95),
    -0.0226em 0.0226em 0 rgba(6, 6, 8, 0.95),
    -0.0296em 0.0123em 0 rgba(6, 6, 8, 0.95),
    -0.032em 0 0 rgba(6, 6, 8, 0.95),
    -0.0296em -0.0123em 0 rgba(6, 6, 8, 0.95),
    -0.0226em -0.0226em 0 rgba(6, 6, 8, 0.95),
    -0.0123em -0.0296em 0 rgba(6, 6, 8, 0.95),
    0 -0.032em 0 rgba(6, 6, 8, 0.95),
    0.0123em -0.0296em 0 rgba(6, 6, 8, 0.95),
    0.0226em -0.0226em 0 rgba(6, 6, 8, 0.95),
    0.0296em -0.0123em 0 rgba(6, 6, 8, 0.95),
    /* Inner ring, 8 stops at 0.018em radius */
    0.018em 0 0 rgba(6, 6, 8, 0.95),
    0.0127em 0.0127em 0 rgba(6, 6, 8, 0.95),
    0 0.018em 0 rgba(6, 6, 8, 0.95),
    -0.0127em 0.0127em 0 rgba(6, 6, 8, 0.95),
    -0.018em 0 0 rgba(6, 6, 8, 0.95),
    -0.0127em -0.0127em 0 rgba(6, 6, 8, 0.95),
    0 -0.018em 0 rgba(6, 6, 8, 0.95),
    0.0127em -0.0127em 0 rgba(6, 6, 8, 0.95),
    /* Sticker drop shadow + subtle pink halo */
    0 0.05em 0 rgba(6, 6, 8, 0.85),
    0 0.04em 0.14em rgba(255, 61, 138, 0.16);
  animation: none;
  /* Slight baseline lift so the script sits visually balanced with the sans */
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  /* Padding gives the outline + drop shadow room to render without clipping */
  padding: 0 0.08em 0.1em;
}
.h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.01em;
  color: var(--warm);
  margin: 0 0 28px;
}

/* HEADER -------------------------------------------------------- */
.hdr {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10,10,10,0.55);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.hdr[data-scrolled] {
  background: rgba(10,10,10,0.92);
  border-bottom-color: var(--line);
}
.hdr__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--pad);
  display: flex;
  align-items: center;
  gap: 24px;
}
.hdr__brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.hdr__logo {
  height: 32px;
  width: auto;
  display: block;
}
@media (min-width: 720px) {
  .hdr__logo { height: 38px; }
}
.hdr__nav {
  display: none;
  margin-left: auto;
  gap: 28px;
}
.hdr__nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-mute);
  transition: color .2s;
}
.hdr__nav a:hover { color: var(--warm); }
.hdr__cta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--accent);
  color: #001a10;
  font-weight: 600;
  font-size: 14px;
  border-radius: 999px;
  letter-spacing: -0.01em;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 0 0 0 var(--accent-glow);
}
.hdr__cta:hover { transform: translateY(-1px); box-shadow: 0 0 0 8px var(--accent-glow); }
.hdr__cta svg { width: 14px; height: 14px; }
@media (min-width: 880px) {
  .hdr__nav { display: flex; }
  .hdr__cta { margin-left: 0; }
}

/* BUTTONS ------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  border: 1px solid transparent;
}
.btn svg { width: 16px; height: 16px; }
.btn--primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-bright) 100%);
  color: #001418;
  box-shadow: 0 0 0 0 var(--accent-glow);
  position: relative;
  overflow: hidden;
  animation: cta-breathe 3.2s ease-in-out infinite;
}
@keyframes cta-breathe {
  0%, 100% { box-shadow: 0 0 0 0 var(--accent-glow), 0 6px 22px -10px rgba(133,231,236,0.35); }
  50% { box-shadow: 0 0 0 10px transparent, 0 16px 40px -8px rgba(133,231,236,0.55); }
}
.btn--primary:hover { animation-play-state: paused; }
.btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-bright) 100%);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 0;
}
.btn--primary > * { position: relative; z-index: 1; }
.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 12px var(--accent-glow), 0 12px 30px -10px rgba(133,231,236,0.4);
}
.btn--primary:hover::before {
  opacity: 0;
}
.btn--ghost {
  /* Bumped from var(--line) #25252b — was disappearing on the dark substrate.
     Lighter rgba gives the button proper visual presence everywhere it's used. */
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--warm);
  background: rgba(255, 255, 255, 0.02);
}
.btn--ghost:hover {
  background: var(--bg-elev);
  border-color: var(--accent);
  color: var(--warm);
}
.btn--lg {
  padding: 20px 32px;
  font-size: 16px;
}

/* HERO COMPARISON BANDS · 2026-05-11 temporary A/B/C test for H1 typography
   Each band sits above its hero version · cyan-tinted strip with V1/V2/V3 label.
   Remove when Nicole + Beau pick a direction. */
.version-band {
  background: rgba(133, 231, 236, 0.10);
  border-top: 1px solid rgba(133, 231, 236, 0.45);
  border-bottom: 1px solid rgba(133, 231, 236, 0.45);
  color: var(--accent);
  text-align: center;
  padding: 16px 24px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  z-index: 50;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.version-band__num {
  display: inline-block;
  background: var(--accent);
  color: var(--bg);
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 700;
  margin-right: 12px;
  letter-spacing: 0.04em;
}
.version-band__label {
  font-weight: 500;
}
@media (max-width: 720px) {
  .version-band { font-size: 10px; padding: 12px 16px; }
  .version-band__num { font-size: 11px; }
}

/* V1 · Refined modern · Bricolage + subtle cyan A1 accent (no decal) */
.hero__h1--v1 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.035em;
}
.hero__h1--v1 .a1-accent {
  color: var(--accent);
  font-weight: 700;
}

/* V2 · Premium serif · Fraunces · quiet luxury (ORIGINAL LINEUP) */
.hero__h1--v2 {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  letter-spacing: -0.025em;
  line-height: 0.96;
}

/* V3 · Industrial display · Anton condensed (ORIGINAL LINEUP · Beau likes this)
   2026-05-11 fix: dropped font-size from clamp(56px,11vw,152px) → match default
   clamp(48px,9vw,124px) so Anton H1 doesn't push content too tall and hide the
   Google reviews trust pill above the visible viewport. */
.hero__h1--v3 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  line-height: 0.95;
  font-size: clamp(48px, 9vw, 124px);
}

/* V4 · Decal A1 + flat detailing · V0 minus the pink-script (NEW · added 2026-05-11) */
.hero__h1--v4 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.038em;
}
/* V4 inherits .brand-a1 styling from existing rule · no override needed */

/* V5 · Subtle cyan A1 + Bricolage italic detailing · V1 + rhythm (NEW · added 2026-05-11) */
.hero__h1--v5 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.035em;
}
.hero__h1--v5 .a1-accent {
  color: var(--accent);
  font-weight: 700;
}
/* Override the parent .hero__h1 em shimmer animation · use clean Bricolage italic */
.hero__h1--v5 em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  background: none;
  -webkit-text-fill-color: currentColor;
  color: inherit;
  animation: none;
}

/* HERO ---------------------------------------------------------- */
.hero {
  position: relative;
  /* Mobile: 78vh so the user sees content + can scroll without feeling
     trapped. Desktop: bigger statement at 92vh. */
  min-height: clamp(78vh, 88vh, 92vh);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Mobile: 88px top (clears 56px sticky header + 32px breathing).
     Desktop: 120px for the big-statement effect. */
  padding: clamp(88px, 12vw, 120px) var(--pad) clamp(40px, 5vw, 56px);
  overflow: hidden;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  /* Deeper brightness pull so the van's own decal text doesn't compete
     with the typographic hierarchy of the hero copy. */
  filter: saturate(0.9) brightness(0.38) contrast(1.12);
}
.hero__veil {
  position: absolute;
  inset: 0;
  /* Premium veil — near-solid dark panel through 65% of viewport so
     the H1 + subhead read cleanly against editorial-grade contrast,
     fading toward the right so the photo still breathes on its edge. */
  background:
    radial-gradient(140% 90% at 0% 0%, rgba(133,231,236,0.02), transparent 55%),
    linear-gradient(95deg, rgba(6,6,8,1) 0%, rgba(6,6,8,1) 55%, rgba(6,6,8,0.99) 75%, rgba(6,6,8,0.97) 100%),
    linear-gradient(180deg, transparent 20%, rgba(6,6,8,1) 100%);
  z-index: -1;
}
.hero__content {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero__h1 { max-width: 16ch; }
@media (min-width: 1080px) {
  .hero__h1 { max-width: 20ch; }
}
.hero__h1 {
  /* PRODUCTION 2026-05-11 · Beau locked Anton condensed (was V3 from the
     hero comparison). Variable font-variation removed (Anton isn't variable). */
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(48px, 9vw, 124px);
  line-height: 0.95;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--warm);
  margin: 0 0 28px;
  text-wrap: balance;
  /* Subtle definition shadow on the cream sans words so the letterforms
     get separation from the hero photo. .brand-a1 + .em--script set their
     own text-shadow stacks so they override this for the A1 mark + the
     pink script word — only the plain words ("The", "standard", "in",
     "mobile") inherit the soft drop shadow. */
  text-shadow: 0 0.02em 0.06em rgba(0, 0, 0, 0.55);
}
.hero__h1 em {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-bright) 25%, var(--pink-bright) 50%, var(--accent-bright) 75%, var(--accent) 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 6s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.hero__sub {
  max-width: 620px;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  /* Brighter than --text-mute (#a0a0a0) — sits on a partially-veiled
     photo so needs extra contrast. --text (#ededed) reads cleanly. */
  color: var(--text);
  margin: 0 0 36px;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.6);
}
.hero__h1 {
  /* Subtle dark glow behind the display H1 so any bright photo edges
     don't bleed through the cream text. */
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.55);
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 56px;
}
/* Premium-clientele signal strip — replaces the old geo/hours strip with
   a curated list of marques actually serviced (substantiable from his
   IG portfolio: Porsche 718 GT4RS, Lambo Huracán, Mercedes G-Wagon, BMW
   X7, Audi R8, Ford Raptor, Range Rover). Editorial spec-sheet voice:
   small-caps mono, "Recently in" prefix dimmer than the marque names.
   Mobile-first: horizontal scroll with a soft right-edge fade so the
   strip never stacks 5-rows-deep on small viewports — premium pattern
   used by Apple, McLaren, Bentley spec-sheets. Desktop wraps inline. */
.hero__signal {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px 16px;
  align-items: center;
  font-size: 12px;
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm);
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid var(--line-soft);
  /* Horizontal scroll on mobile — invisible scrollbar, swipeable */
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Fade the right edge to signal "more content scrolls" without an
     intrusive scrollbar; mask drops to transparent on the last 24px */
  -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 32px), transparent 100%);
  mask-image: linear-gradient(90deg, #000 calc(100% - 32px), transparent 100%);
  /* Padding-right gives the fade somewhere to land without clipping text */
  padding-right: 32px;
  /* Smooth iOS scroll inertia */
  -webkit-overflow-scrolling: touch;
}
.hero__signal::-webkit-scrollbar {
  display: none;
}
.hero__signal > * {
  flex-shrink: 0; /* names don't compress when scroll-overflowed */
}
@media (min-width: 720px) {
  /* Tablet+ — let the strip wrap inline rather than scroll, since there's
     room. Drop the mask + padding-right so it reads as a clean centred row. */
  .hero__signal {
    flex-wrap: wrap;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
    padding-right: 0;
  }
}
.hero__signal-label {
  color: var(--text-dim);
  font-weight: 500;
  letter-spacing: 0.18em;
}
.hero__signal b {
  color: var(--warm);
  font-weight: 500;
}
.hero__sep {
  width: 3px;
  height: 3px;
  background: var(--text-dim);
  border-radius: 50%;
}

/* TRUST STRIP --------------------------------------------------- */
/* Refined factsheet aesthetic — luxury auto convention. Compact numerals,
   generous horizontal spacing, hairlines only as gentle separators. */
.strip {
  background: var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  /* Override global section padding — strip is intentionally tight,
     all internal spacing handled by .strip__row padding below. */
  padding: 0;
}
.strip__row {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px var(--pad);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (min-width: 880px) {
  .strip__row {
    grid-template-columns: repeat(4, 1fr);
    gap: 56px;
    padding: 22px var(--pad);
  }
  .strip__cell {
    position: relative;
  }
  /* Hairline divider centred in the gap. */
  .strip__cell:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: -28px;
    width: 1px;
    background: var(--line-soft);
  }
}
.strip__cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: flex-start;
  /* min-width: 0 prevents intrinsic content size (long QBA label) from
     pushing 1fr tracks past their share — keeps the 4-col row stable. */
  min-width: 0;
  box-sizing: border-box;
}
/* QBA award cell — link is INSIDE the .strip__cell div, not the cell itself.
   Direct <a> grid children break in some browsers (line-box / inline-flow
   intrinsic sizing escapes the grid). Wrapping in <div class="strip__cell">
   keeps the grid layout identical to its <div> siblings. */
.strip__cell-inner-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, color .25s ease;
}
.strip__cell-inner-link .strip__num,
.strip__cell-inner-link .strip__lbl {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.strip__cell-inner-link:hover {
  transform: translateY(-2px);
}
.strip__cell-inner-link:hover .strip__num {
  color: var(--accent);
}
.strip__arrow {
  display: inline-block;
  margin-left: 4px;
  color: var(--accent);
  font-size: 0.85em;
  opacity: 0.7;
  transition: opacity .25s ease, transform .25s ease;
}
.strip__cell-inner-link:hover .strip__arrow {
  opacity: 1;
  transform: translate(2px, -2px);
}
/* AWARD SECTION — QBA 2026 #1 Best Auto Detailing in Logan City */
.award {
  background:
    radial-gradient(circle at 25% 50%, rgba(133, 231, 236, 0.04), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, #0a0a0d 100%);
  padding: clamp(72px, 9vw, 128px) var(--pad);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.award::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(133, 231, 236, 0.06) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
  opacity: 0.5;
}
.award__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1.4fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  position: relative;
}
@media (max-width: 880px) {
  .award__inner {
    grid-template-columns: 1fr;
    gap: 56px;
    text-align: center;
  }
  .award__seal { margin: 0 auto; }
  .award__lede,
  .award__stats { margin-left: auto; margin-right: auto; }
  .award__stats { justify-items: center; }
}

.award__seal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 320px;
  background:
    radial-gradient(circle at center, rgba(133, 231, 236, 0.10), transparent 65%),
    var(--bg-elev);
  border: 2px solid var(--accent);
  border-radius: 50%;
  padding: clamp(24px, 3vw, 40px);
  text-align: center;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: transform .35s ease, box-shadow .35s ease;
  box-shadow: 0 0 0 0 rgba(133, 231, 236, 0);
}
.award__seal::before,
.award__seal::after {
  content: "";
  position: absolute;
  border: 1px solid var(--accent);
  border-radius: 50%;
  inset: 10px;
  opacity: 0.32;
  pointer-events: none;
}
.award__seal::after {
  inset: 22px;
  opacity: 0.16;
}
.award__seal:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px -16px rgba(133, 231, 236, 0.30);
}
.award__seal-year {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.award__seal-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(72px, 11vw, 138px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--accent);
  text-shadow: 0 0 48px rgba(133, 231, 236, 0.35);
  font-variation-settings: "opsz" 96;
}
.award__seal-source {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-top: 14px;
  line-height: 1.5;
}

.award__copy { /* default flow */ }
.award__h2 {
  margin: 8px 0 24px;
}
.award__lede {
  color: var(--text);
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  max-width: 60ch;
  margin: 0 0 36px;
}
.award__lede strong {
  color: var(--warm);
  font-weight: 500;
}
.award__link {
  color: var(--accent);
  text-decoration: none;
  white-space: nowrap;
  transition: color .25s ease;
}
.award__link:hover {
  color: var(--warm);
}

.award__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px clamp(20px, 3vw, 40px);
  max-width: 60ch;
}
@media (max-width: 480px) {
  .award__stats { grid-template-columns: 1fr; }
}
.award__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 2px solid var(--accent);
  padding-left: 16px;
}
.award__stat-num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.02em;
  color: var(--warm);
  line-height: 1;
  font-variation-settings: "opsz" 32;
}
.award__stat-lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.strip__num {
  display: block;
  line-height: 1;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 24px);
  letter-spacing: -0.015em;
  color: var(--warm);
  font-variation-settings: "opsz" 28;
}
.strip__lbl {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 400;
  line-height: 1.4;
}
/* SECTION SHELL ------------------------------------------------ */
/* Asymmetric padding: generous top (entering a new room) + tighter
   bottom (don't leave a vast empty wake before the next section).
   Adjacent sections combine to ~180px gap instead of ~280px. */
section { padding: clamp(80px, 10vw, 132px) var(--pad) clamp(48px, 6vw, 72px); }
section:not(.hero):not(.strip):not(.finale) > * { max-width: var(--max); margin-left: auto; margin-right: auto; }

/* ABOUT --------------------------------------------------------- */
.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 920px) {
  .about__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 72px;
  }
}
.about__copy p {
  color: var(--text-mute);
  font-size: 17px;
  line-height: 1.65;
  max-width: 560px;
  margin: 0 0 20px;
}
.about__copy p:last-of-type { margin-bottom: 28px; }
/* Verbatim TikTok quote — pulls in his actual journey voice. Sits between
   the H2 and the regular bio prose. Cyan left rule mirrors the eyebrow tick. */
.about__quote {
  position: relative;
  margin: 0 0 28px;
  padding: 4px 0 4px 22px;
  max-width: 560px;
  border-left: 2px solid var(--accent);
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.35;
  letter-spacing: -0.012em;
  color: var(--warm);
  text-wrap: balance;
}
.about__quote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--font-mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 500;
}
.about__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  font-size: 13px;
  font-weight: 500;
  color: var(--warm);
  transition: border-color .2s, color .2s, background .2s;
}
.chip:hover {
  border-color: rgba(133,231,236,0.4);
  color: var(--accent);
  background: var(--bg-elev-2);
}
.chip svg { width: 14px; height: 14px; }
.about__photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 5;
  background: var(--bg-elev);
}
.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}
.about__caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 14px;
  background: rgba(10,10,10,0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--warm);
}
/* Link variant: clickable pill teaser linking to the actual TikTok video */
.about__caption--link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: border-color .25s, background .25s, color .25s, transform .25s;
}
.about__caption--link:hover {
  border-color: rgba(133,231,236,0.5);
  background: rgba(10,10,10,0.92);
  color: var(--accent-bright);
  transform: translateY(-1px);
}
.about__caption--link svg:last-of-type {
  opacity: 0.7;
  transition: transform .25s ease, opacity .25s;
}
.about__caption--link:hover svg:last-of-type {
  opacity: 1;
  transform: translate(2px, -2px);
}

/* SERVICES ------------------------------------------------------ */
.services { background: linear-gradient(180deg, var(--bg) 0%, #060606 100%); }
.services__head {
  text-align: left;
  margin-bottom: 56px;
  max-width: 720px;
}
.services__lede {
  color: var(--text-mute);
  font-size: 16px;
  margin: 0;
}
.services__group { margin-bottom: clamp(72px, 9vw, 120px); }
.services__group:last-of-type { margin-bottom: 0; }
/* Group heading needs room above when it follows a previous group's cards */
.services__group + .services__group .h3 { margin-top: 8px; }
.services__group .h3 { margin-bottom: 36px; }

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
  /* Force every row to take equal height — tallest card sets the row.
     Same fix that resolved the staircase issue on .steps earlier. */
  grid-auto-rows: 1fr;
}
@media (min-width: 720px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1080px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}

.card {
  position: relative;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  min-height: 100%;
  transition: border-color .25s, transform .25s, background .25s;
}
/* push the bullet list to fill remaining height so all cards in a row
   bottom-align consistently regardless of bullet count. */
.card__list { margin-top: auto; }
.card:hover {
  border-color: rgba(133,231,236,0.3);
  transform: translateY(-3px);
}
.card--feature {
  background: linear-gradient(180deg, var(--bg-elev-2) 0%, var(--bg-elev) 100%);
  border-color: rgba(133,231,236,0.25);
}
.card--premium {
  background:
    radial-gradient(120% 80% at 100% 0%, var(--pink-glow), transparent 60%),
    var(--bg-elev-2);
  border-color: rgba(255,61,138,0.4);
  overflow: hidden;
}
.card--premium::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(115deg,
    transparent 30%,
    rgba(133,231,236,0.10) 45%,
    rgba(255,61,138,0.18) 50%,
    rgba(133,231,236,0.10) 55%,
    transparent 70%);
  animation: premium-sweep 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.card--premium > * { position: relative; z-index: 1; }
@keyframes premium-sweep {
  0% { left: -60%; }
  60%, 100% { left: 130%; }
}
.card--premium:hover {
  border-color: var(--pink);
  box-shadow: 0 16px 50px -20px var(--pink-glow);
}
.card__flag {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 4px 10px;
  background: rgba(133,231,236,0.12);
  border: 1px solid rgba(133,231,236,0.4);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}
.card--premium .card__flag {
  background: rgba(255,61,138,0.14);
  border-color: rgba(255,61,138,0.5);
  color: var(--pink-bright);
}
.card--premium .card__price {
  color: var(--pink-bright);
}
.card--premium .card__list li::before {
  background: var(--pink);
}
.card__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.card__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--warm);
  margin: 0;
}
.card__price {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.025em;
  color: var(--accent);
  margin: 0;
  line-height: 1;
}
.card__from {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  /* Was pink — appeared on every price (6 cards) which made pink feel
     like a primary colour. Muted so the price itself is the focus. */
  color: var(--text-mute);
  margin-right: 6px;
  vertical-align: middle;
  font-weight: 500;
}
.card__lede {
  color: var(--text-mute);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 16px;
}
.card__list { display: flex; flex-direction: column; gap: 8px; }
.card__list li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--text);
}
.card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 1.5px;
  background: var(--accent);
}

/* ADD-ONS ------------------------------------------------------- */
.addons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 720px) {
  .addons { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1080px) {
  .addons { grid-template-columns: repeat(3, 1fr); }
}
.addon {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  gap: 18px;
}
@media (min-width: 720px) {
  .addon { padding: 18px 22px; }
  .addon:nth-child(2n) { border-left: 1px solid var(--line); }
}
@media (min-width: 1080px) {
  .addon:nth-child(2n) { border-left: 0; }
  .addon:not(:nth-child(3n+1)) { border-left: 1px solid var(--line); }
}
.addon__name {
  font-size: 15px;
  color: var(--warm);
  font-weight: 500;
}
.addon__price {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.services__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

/* PROCESS ------------------------------------------------------- */
/* Extra bottom padding because .showcase that follows is intentionally
   full-bleed (padding: 0). Without this override the cards would sit
   nearly flush against the cinematic image. Mobile floor reduced —
   on small viewports the showcase still looks separate at ~80px. */
.process {
  background: var(--bg-elev);
  padding-bottom: clamp(80px, 13vw, 168px);
}
.process__head {
  text-align: left;
  margin-bottom: 56px;
  max-width: 720px;
}
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
  /* Force every row to take equal height — the tallest card sets the row
     and all siblings stretch to match. Solves the "card 01 is taller than
     02-05" misalignment without needing height: 100% on each card. */
  grid-auto-rows: 1fr;
}
@media (min-width: 720px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1080px) {
  .steps {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }
}
.step {
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  min-height: 100%;
  transition: border-color .2s, transform .2s;
}
.step:hover {
  border-color: rgba(133,231,236,0.25);
  transform: translateY(-2px);
}
.step__num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--pink);
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}
.step__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: var(--warm);
  margin: 0 0 12px;
}
.step p {
  color: var(--text-mute);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
}
.step a {
  color: var(--accent);
  border-bottom: 1px dotted var(--accent);
}

/* SERVICE AREA -------------------------------------------------- */
/* .area uses the global section padding now — old override removed
   to align with the new asymmetric padding rhythm. */
.area__head {
  text-align: left;
  margin-bottom: 56px;
  max-width: 720px;
}
.area__lede {
  color: var(--text-mute);
  font-size: 16px;
  margin: 0;
}
.area__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}
@media (min-width: 720px) {
  .area__grid { grid-template-columns: repeat(3, 1fr); }
}
.area__zone {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  background: var(--bg-elev);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.area__city {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--warm);
  margin: 0 0 22px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.area__base {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink-bright);
  font-weight: 500;
  padding: 3px 8px;
  border: 1px solid rgba(255,61,138,0.5);
  border-radius: 999px;
  background: rgba(255,61,138,0.12);
}
.area__zone--featured {
  background:
    radial-gradient(110% 80% at 100% 0%, var(--pink-glow), transparent 60%),
    var(--bg-elev-2);
  border-color: rgba(255,61,138,0.35);
}
.area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}
.area__list li {
  font-size: 14.5px;
  color: var(--text-mute);
  position: relative;
  padding-right: 14px;
}
.area__list li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: 2px;
  color: var(--text-dim);
}

/* FINAL CTA ----------------------------------------------------- */
.finale {
  background:
    radial-gradient(60% 80% at 50% 100%, rgba(133,231,236,0.06), transparent 70%),
    var(--bg);
  border-top: 1px solid var(--line);
}
.finale__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.finale__h2 {
  margin-bottom: 18px;
}
.finale__lede {
  color: var(--text-mute);
  font-size: 17px;
  margin: 0 0 36px;
}
.finale__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* FOOTER -------------------------------------------------------- */
.ftr {
  background: #060606;
  border-top: 1px solid var(--line);
  padding: 72px var(--pad) 28px;
}
.ftr__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 720px) {
  .ftr__inner { grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
}
.ftr__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ftr__logo {
  height: clamp(36px, 3.2vw, 44px);
  width: auto;
  max-width: 200px;
  align-self: flex-start; /* prevent flex-column stretch */
  display: block;
  margin-bottom: 18px;
}
.ftr__tagline {
  color: var(--text-mute);
  font-size: 14px;
  line-height: 1.55;
  max-width: 360px;
  margin: 0;
}
.ftr__col { display: flex; flex-direction: column; gap: 10px; }
.ftr__h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  /* Was pink — footer column labels don't need accent colour. Muted. */
  color: var(--text-mute);
  margin: 0 0 6px;
  font-weight: 500;
}
.ftr__col a, .ftr__col p {
  color: var(--text-mute);
  font-size: 14px;
  margin: 0;
  transition: color .2s;
}
.ftr__col a:hover { color: var(--warm); }
.ftr__social {
  display: flex;
  gap: 16px;
  margin-top: 18px;
  align-items: center;
}
.ftr__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mute);
  transition: color .2s ease, transform .2s ease;
}
.ftr__social a:hover,
.ftr__social a:focus-visible {
  color: var(--warm);
  transform: translateY(-2px);
  outline: none;
}
.ftr__social svg {
  width: 22px;
  height: 22px;
  display: block;
}

/* CookieYes revisit button — brand-aligned cyan (overrides plugin default #0056a7) */
.cky-btn-revisit-wrapper {
  background: var(--accent) !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  filter: brightness(0); /* white icon → black, legible on light cyan bg */
}

.ftr__legal {
  max-width: var(--max);
  margin: 28px auto 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-dim);
  letter-spacing: 0.02em;
}
@media (min-width: 720px) {
  .ftr__legal { flex-direction: row; justify-content: space-between; gap: 24px; }
}

/* MARQUEE ------------------------------------------------------- */
.marquee {
  background: var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.marquee::before, .marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg) 0%, transparent 100%);
}
.marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg) 0%, transparent 100%);
}
.marquee__track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: marquee-scroll 40s linear infinite;
  align-items: center;
}
.marquee__track:hover { animation-play-state: paused; }
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.02em;
  color: var(--warm);
  white-space: nowrap;
  font-variation-settings: "opsz" 60;
}
.marquee__item span:nth-child(odd) { color: var(--warm); }
.marquee__item span:nth-child(even) { color: var(--accent); }
.marquee__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--pink);
  flex-shrink: 0;
  box-shadow: 0 0 24px var(--pink), 0 0 60px var(--pink-glow);
}
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
}

/* GSAP-PAIRED REVEAL STATES ------------------------------------- */
/* Elements with [data-reveal] start hidden; GSAP brings them in. */
[data-reveal] { opacity: 0; will-change: opacity, transform; }
.no-js [data-reveal] { opacity: 1; }

/* Hero word-reveal — each word in its own span.
   padding-bottom gives descender breathing room (y, g, p, j, q) inside the
   overflow-hidden mask; matching negative margin-bottom keeps layout flush.
   GSAP also sets overflow:visible after the entrance animation completes. */
.word-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.24em;
  margin-bottom: -0.24em;
}
.word-wrap .word { display: inline-block; will-change: transform; }

/* SHOWCASE (pinned section + crossfade layers) ------------------
   Desktop: section pins, scroll progress toggles is-active on stacked
   image + copy layers. Caption stays anchored to viewport bottom-left.
   Mobile: stacks vertically as static cards (motion.js skips the pin). */
.showcase {
  background: #000;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0;
  position: relative;
  overflow: hidden;
}
.showcase__pin {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
/* Image stack ---------------------------------------------------- */
.showcase__images {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.showcase__images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .8s cubic-bezier(0.4, 0, 0.2, 1),
              transform 1.6s cubic-bezier(0.4, 0, 0.2, 1);
  filter: saturate(1) brightness(0.78) contrast(1.05);
  will-change: opacity, transform;
}
.showcase__images img.is-active {
  opacity: 1;
  transform: scale(1);
}
/* Veil overlay (constant) --------------------------------------- */
.showcase__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(120% 80% at 0% 100%, rgba(255,61,138,0.10), transparent 55%),
    linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.55) 65%, rgba(0,0,0,0.92) 100%),
    linear-gradient(95deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 45%, transparent 70%);
}
/* Copy stack ---------------------------------------------------- */
.showcase__copy-stack {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.showcase__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: var(--pad);
  padding-bottom: clamp(120px, 14vh, 160px);
  max-width: min(720px, 90vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .7s cubic-bezier(0.4, 0, 0.2, 1),
              transform .7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.showcase__copy > .showcase__title { margin-top: -4px; }
.showcase__copy > .showcase__body { margin-top: 4px; }
.showcase__copy.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* One tight meta line: counter · label. Replaces the old stacked
   .showcase__num + .eyebrow combo that read as two competing labels. */
.showcase__meta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-mute);
}
.showcase__meta-num {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.1em;
}
.showcase__meta-sep {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: rgba(255,255,255,0.28);
}
.showcase__meta-label {
  /* Was pink — the slide counter is already cyan; matching cyan
     reads as one cohesive meta-line instead of two competing accents. */
  color: var(--accent);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.showcase__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(40px, 6.5vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--warm);
  margin: 0;
  font-variation-settings: "opsz" 80;
}
.showcase__body {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  color: var(--text-mute);
  max-width: 540px;
  margin: 0;
}
.showcase__cta {
  margin-top: 22px;
  align-self: flex-start;
}
/* Progress dots ------------------------------------------------- */
.showcase__progress {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(6,6,8,0.55);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.showcase__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  transition: background .35s, transform .35s, box-shadow .35s;
}
.showcase__dot.is-active {
  background: var(--pink);
  transform: scale(1.4);
  box-shadow: 0 0 16px var(--pink);
}
/* Scroll hint --------------------------------------------------- */
.showcase__hint {
  position: absolute;
  right: var(--pad);
  bottom: 36px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  opacity: 0.6;
  animation: scroll-hint 2.4s ease-in-out infinite;
}
.showcase__hint svg {
  width: 14px;
  height: 14px;
}
@keyframes scroll-hint {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(6px); opacity: 0.9; }
}

/* Mobile fallback — show only the active slide (Lambo hero) as a
   featured static work block. The gallery section directly below covers
   the remaining vehicles in a 1-col grid on mobile. */
@media (max-width: 1023px) {
  .showcase__pin { height: auto; min-height: 90vh; }
  .showcase__images img { transition: none; }
  .showcase__images img:not(.is-active) { display: none; }
  .showcase__images img.is-active {
    opacity: 1;
    transform: scale(1);
  }
  .showcase__copy:not(.is-active) { display: none; }
  .showcase__copy.is-active {
    padding-bottom: clamp(56px, 9vh, 96px);
  }
  .showcase__progress, .showcase__hint { display: none; }
}

/* GALLERY ------------------------------------------------------- */
.gallery {
  background: var(--bg);
  /* Use global section padding — old override removed for consistency. */
}
.gallery__head {
  text-align: left;
  max-width: 720px;
  margin-bottom: 56px;
}
.gallery__lede {
  color: var(--text-mute);
  font-size: 16px;
  margin: 0;
}
.gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 720px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1080px) {
  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
.gallery__tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg-elev);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 5;
  transition: transform .35s, border-color .35s, box-shadow .35s;
  /* Anchor element styling — was figure, now <a> */
  display: block;
  text-decoration: none;
  color: inherit;
}
.gallery__tile:hover {
  transform: translateY(-3px);
  border-color: var(--pink);
  box-shadow: 0 16px 40px -16px var(--pink-glow);
}
/* Instagram-pill indicator on each clickable tile */
.gallery__platform {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--warm);
  z-index: 2;
  transition: background .25s, border-color .25s, transform .25s;
}
.gallery__platform svg {
  width: 16px;
  height: 16px;
}
.gallery__tile:hover .gallery__platform {
  background: rgba(255, 61, 138, 0.85);
  border-color: var(--pink-bright);
  transform: scale(1.08);
}
.gallery__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95);
  transition: transform .6s ease;
}
.gallery__tile:hover img {
  transform: scale(1.04);
}
.gallery__tile figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  right: 12px;
  padding: 8px 12px;
  background: rgba(10,10,10,0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--warm);
  text-align: center;
}
.gallery__foot {
  /* v3.3 2026-05-11 per Nicole: 48px was too tight against the tile figcaptions
     (rounded pill captions inside each tile read visually like the "See more"
     pill below, so the eye reads them as bunched up · button appeared to
     overlap the bottom of the middle tile). Bumped to clamp(64-96px) so the
     foot CTA reads as a separate moment. */
  margin-top: clamp(64px, 6vw, 96px);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* REVIEWS ======================================================= */
.reviews {
  background:
    radial-gradient(70% 70% at 80% 0%, rgba(255,61,138,0.06), transparent 65%),
    radial-gradient(60% 60% at 10% 100%, rgba(133,231,236,0.05), transparent 65%),
    var(--bg);
  border-top: 1px solid var(--line);
}
.reviews__inner {
  max-width: var(--max);
  margin: 0 auto;
}
.reviews__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.reviews__h2 { margin-bottom: 18px; }
.reviews__lede {
  color: var(--text-mute);
  font-size: 17px;
  margin: 0 0 36px;
}
.reviews__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.reviews__badge {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 22px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: border-color .25s, background .25s;
}
.reviews__badge:hover {
  border-color: rgba(255,61,138,0.4);
  background: var(--bg-elev-2);
}
.reviews__badge-platform {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}
.reviews__badge-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  color: var(--text-mute);
}
.reviews__badge-stat strong {
  color: var(--warm);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
}
.reviews__stars {
  color: #ffd54a;
  letter-spacing: 0.08em;
  font-size: 14px;
  text-shadow: 0 0 12px rgba(255,213,74,0.35);
}
.reviews__badge-stat em {
  font-style: normal;
  font-size: 13px;
}

.reviews__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 720px) {
  .reviews__grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}
@media (min-width: 1024px) {
  .reviews__grid { grid-template-columns: repeat(3, 1fr); }
}

.review {
  position: relative;
  padding: 26px 26px 22px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform .35s ease, border-color .35s, background .35s;
}
.review:hover {
  transform: translateY(-3px);
  border-color: rgba(133,231,236,0.32);
  background: var(--bg-elev-2);
}
.review__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.review__stars {
  color: #ffd54a;
  letter-spacing: 0.12em;
  font-size: 16px;
}
.review__source {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
}
.review__quote {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text);
  margin: 0;
  flex: 1;
}
.review__attr {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
}
.review__attr strong {
  color: var(--warm);
  font-weight: 600;
  font-size: 14px;
}
.review__attr span {
  color: var(--text-dim);
  font-size: 12px;
  font-family: var(--font-mono);
}
.reviews__foot {
  /* Generous breathing room between the last review card and the
     closing "Read all" CTA — 56px floor was sitting visually tight
     against the card edge, especially when the section closer is the
     primary downstream-conversion link. */
  margin: clamp(80px, 8vw, 112px) 0 0;
  display: flex;
  justify-content: center;
}
.reviews__cta svg {
  width: 14px;
  height: 14px;
  transition: transform .25s ease;
}
.reviews__cta:hover svg {
  transform: translate(2px, -2px);
}

/* FAQ =========================================================== */
.faq {
  background:
    radial-gradient(60% 60% at 50% 0%, rgba(133,231,236,0.04), transparent 60%),
    var(--bg);
  border-top: 1px solid var(--line);
}
.faq__inner {
  max-width: 840px;
  margin: 0 auto;
}
.faq__head {
  text-align: center;
  margin-bottom: 56px;
}
.faq__h2 { margin-bottom: 18px; }
.faq__lede {
  color: var(--text-mute);
  font-size: 17px;
  margin: 0;
}
.faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__item {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .25s, background .25s;
}
.faq__item:has(details[open]) {
  border-color: rgba(133,231,236,0.32);
  background: var(--bg-elev-2);
}
.faq__item details { width: 100%; }
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background .2s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { background: rgba(255,255,255,0.02); }
.faq__q {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.8vw, 19px);
  font-weight: 500;
  color: var(--warm);
  letter-spacing: -0.005em;
  line-height: 1.4;
}
.faq__icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--line);
  position: relative;
  transition: transform .35s ease, border-color .25s, background .25s;
}
.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  background: var(--accent);
  top: 50%;
  left: 50%;
  transition: transform .35s ease, background .25s;
}
.faq__icon::before { width: 12px; height: 1.5px; transform: translate(-50%, -50%); }
.faq__icon::after { width: 1.5px; height: 12px; transform: translate(-50%, -50%); }
details[open] .faq__icon {
  border-color: var(--accent);
  background: rgba(133,231,236,0.08);
  transform: rotate(135deg);
}
details[open] .faq__icon::after { background: var(--pink-bright); }

.faq__a {
  padding: 0 26px 24px;
  color: var(--text-mute);
  font-size: 15.5px;
  line-height: 1.7;
}
.faq__a p { margin: 0; }

/* QUOTE FORM ==================================================== */
.quote {
  background:
    radial-gradient(70% 60% at 0% 50%, rgba(255,61,138,0.06), transparent 65%),
    radial-gradient(50% 50% at 100% 0%, rgba(133,231,236,0.05), transparent 60%),
    var(--bg);
  border-top: 1px solid var(--line);
}
.quote__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
}
@media (min-width: 1024px) {
  .quote__inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    gap: clamp(56px, 7vw, 96px);
  }
}
.quote__pitch {
  position: sticky;
  top: 100px;
}
@media (max-width: 1023px) {
  .quote__pitch { position: static; }
}
.quote__h2 { margin-bottom: 18px; }
.quote__lede {
  color: var(--text-mute);
  font-size: 17px;
  margin: 0 0 32px;
  max-width: 460px;
}
.quote__perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.quote__perks li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.5;
}
.quote__perks svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--accent);
  margin-top: 1px;
}

.quote__form {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 40px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 560px) {
  .quote__form { grid-template-columns: 1fr 1fr; }
}
.quote__form.is-hidden { display: none; }

.quote__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quote__field--full { grid-column: 1 / -1; }
.quote__field label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 500;
}
.quote__optional {
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-dim);
  font-family: var(--font-body);
  font-size: 11px;
  margin-left: 6px;
}
.quote__field input,
.quote__field select,
.quote__field textarea {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text);
  background: #0a0a0d;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  width: 100%;
  transition: border-color .2s, background .2s, box-shadow .2s;
  -webkit-appearance: none;
  appearance: none;
}
.quote__field textarea {
  resize: vertical;
  min-height: 84px;
  font-family: var(--font-body);
}
.quote__field input::placeholder,
.quote__field textarea::placeholder {
  color: var(--text-dim);
}
.quote__field input:focus,
.quote__field select:focus,
.quote__field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: #0d0d11;
  box-shadow: 0 0 0 3px rgba(133,231,236,0.18);
}
/* Chrome autofill fix — never let it force white background */
.quote__field input:-webkit-autofill,
.quote__field input:-webkit-autofill:hover,
.quote__field input:-webkit-autofill:focus,
.quote__field textarea:-webkit-autofill,
.quote__field select:-webkit-autofill {
  -webkit-text-fill-color: var(--text);
  -webkit-box-shadow: 0 0 0 1000px #0a0a0d inset;
  caret-color: var(--text);
}
.quote__field select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--text-mute) 50%),
    linear-gradient(135deg, var(--text-mute) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  padding-right: 36px;
  cursor: pointer;
}
.quote__field select:invalid,
.quote__field select option[disabled] {
  color: var(--text-dim);
}
.quote__field option {
  background: #0a0a0d;
  color: var(--text);
}
.quote__field input:invalid:not(:placeholder-shown) {
  border-color: rgba(255,61,138,0.55);
}

.quote__submit-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  margin-top: 6px;
}
.quote__submit { justify-content: center; }
.quote__legal {
  margin: 0;
  font-size: 12px;
  color: var(--text-dim);
  line-height: 1.55;
  text-align: center;
}

.quote__thanks {
  background: var(--bg-elev);
  border: 1px solid rgba(133,231,236,0.32);
  border-radius: var(--radius-lg);
  padding: clamp(40px, 5vw, 56px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  grid-column: 1 / -1;
}
/* Respect the [hidden] attribute — overrides display:flex above */
.quote__thanks[hidden] { display: none; }
.quote__thanks svg {
  color: var(--accent);
  background: rgba(133,231,236,0.08);
  border-radius: 50%;
  padding: 12px;
  border: 1px solid rgba(133,231,236,0.32);
}
.quote__thanks-h3 {
  margin: 0;
}
.quote__thanks p {
  color: var(--text-mute);
  font-size: 15.5px;
  margin: 0;
  line-height: 1.6;
}
.quote__thanks a {
  color: var(--accent);
  font-weight: 500;
  border-bottom: 1px solid rgba(133,231,236,0.4);
}

/* HERO TRUST BADGE ============================================== */
/* Sits above the eyebrow in the hero. Single most-visible trust signal
   on the page — links to #reviews so a confidence-shopping visitor
   can verify before committing further. */
.hero__trust {
  display: inline-flex;
  align-items: center;
  /* Tighter gap on mobile so the badge fits in narrow viewports */
  gap: 10px;
  padding: 9px 14px;
  margin: 0 0 22px;
  background: rgba(6, 6, 8, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--text-mute);
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color .2s, background .2s, transform .2s;
  align-self: flex-start;
  max-width: 100%;
}
@media (min-width: 560px) {
  .hero__trust {
    gap: 12px;
    padding: 10px 18px;
    font-size: 12px;
  }
}
/* On the smallest viewports shorten the pill label so it doesn't overflow.
   Pseudo-element trick lets us keep the long form for screen readers. */
@media (max-width: 419px) {
  .hero__trust-label { font-size: 0; }
  .hero__trust-label::before {
    content: "Reviews";
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
.hero__trust:hover {
  border-color: rgba(133, 231, 236, 0.4);
  background: rgba(6, 6, 8, 0.78);
  transform: translateY(-1px);
}
.hero__trust-google {
  display: inline-block;
  flex: 0 0 auto;
}
.hero__trust-stars {
  color: #ffd54a;
  letter-spacing: 0.06em;
  font-size: 13px;
  text-shadow: 0 0 12px rgba(255, 213, 74, 0.35);
}
.hero__trust-num b {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  color: var(--warm);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.hero__trust-sep {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}
.hero__trust-label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero__eyebrow { margin-top: 0; }

/* PERSONA SELF-SELECTOR ========================================= */
/* 30-second decision aid above the services grid. Resolves the
   "all 5 personas at once" confusion flagged in CONVERSION-AUDIT.md.
   Three rows · tag + one-line guide + anchor to the right card. */
.picker {
  list-style: none;
  margin: 36px 0 0;
  /* Tighter padding on mobile so it doesn't dominate the small viewport */
  padding: clamp(20px, 5vw, 32px) clamp(20px, 5vw, 36px);
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1fr;
  /* Bigger gap on mobile (rows feel more separated when stacked).
     Tighter on desktop where the 200px tag column gives natural separation. */
  gap: 22px;
  max-width: 880px;
}
@media (min-width: 720px) {
  .picker { gap: 14px; }
}
.picker__item {
  display: grid;
  grid-template-columns: 1fr;
  /* Extra row gap inside each item for legibility on small screens */
  gap: 4px;
  align-items: baseline;
}
@media (min-width: 720px) {
  .picker__item {
    grid-template-columns: 200px 1fr;
    gap: 24px;
  }
}
.picker__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink);
  font-weight: 500;
  padding-top: 2px;
}
.picker__line {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
}
.picker__line a {
  color: var(--accent);
  border-bottom: 1px solid rgba(133, 231, 236, 0.4);
  padding-bottom: 1px;
  font-weight: 500;
  transition: color .2s, border-color .2s;
}
.picker__line a:hover {
  color: var(--accent-bright);
  border-bottom-color: var(--accent-bright);
}

/* TIKTOK JOURNEY ================================================
   Centerpiece section. His TikTok IS his marketing. Each card is a
   verbatim hook + quote + title that links to the actual video.
   The website becomes a portal INTO his content, not a replacement.
   Includes a LIVE TikTok embed at the top — visitors watch in-page. */

/* Featured embed — split layout: meta + copy on left, live TikTok on right */
.journey__featured {
  margin: 0 0 clamp(56px, 7vw, 88px);
}
.journey__featured-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .journey__featured-stack {
    grid-template-columns: 1fr minmax(320px, 420px);
    gap: 56px;
  }
}
.journey__featured-meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.journey__featured-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255, 61, 138, 0.1);
  border: 1px solid rgba(255, 61, 138, 0.3);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink-bright);
  align-self: flex-start;
  margin: 0;
  font-weight: 500;
}
.journey__featured-h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.022em;
  color: var(--warm);
  margin: 4px 0 0;
  text-wrap: balance;
}
.journey__featured-h3 em {
  font-style: normal;
  font-weight: 700;
}
.journey__featured-body {
  color: var(--text-mute);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
}
.journey__featured-cta {
  align-self: flex-start;
  margin-top: 8px;
}

/* Featured card on the right — image + play overlay + bottom-strip pill + stats.
   Sits in the right grid column (max 420px). 4/5 aspect keeps it balanced
   without towering at TikTok's native 9/16. */
.journey__featured-card {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  text-decoration: none;
  color: var(--warm);
  transition: transform .35s ease, border-color .35s, box-shadow .35s;
}
.journey__featured-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 61, 138, 0.45);
  box-shadow: 0 28px 60px -28px var(--pink-glow);
}
.journey__featured-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--bg);
}
.journey__featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .35s;
  filter: saturate(0.95) brightness(0.92);
}
.journey__featured-card:hover .journey__featured-media img {
  transform: scale(1.04);
  filter: saturate(1.05) brightness(1);
}
.journey__featured-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.6) 100%);
  pointer-events: none;
}
.journey__featured-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--warm);
  z-index: 2;
  transition: background .25s, border-color .25s, transform .25s;
}
.journey__featured-play svg {
  width: 30px;
  height: 30px;
  margin-left: 4px; /* visual centre — play triangle has visual mass on right */
}
.journey__featured-card:hover .journey__featured-play {
  background: rgba(255, 61, 138, 0.78);
  border-color: rgba(255, 61, 138, 0.95);
  transform: translate(-50%, -50%) scale(1.08);
}
.journey__featured-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  z-index: 2;
  pointer-events: none;
}
.journey__featured-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm);
  font-weight: 500;
}
.journey__featured-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.journey__featured-stats strong {
  font-weight: 700;
  color: var(--warm);
}
.journey__featured-sep {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  flex-shrink: 0;
}

/* Section divider — "More from the series" */
.journey__divider {
  text-align: center;
  margin: 0 0 36px;
  position: relative;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 500;
}
.journey__divider::before,
.journey__divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25%;
  height: 1px;
  background: var(--line-soft);
}
.journey__divider::before { left: 0; }
.journey__divider::after { right: 0; }
.journey__divider span {
  display: inline-block;
  padding: 0 24px;
  background: var(--bg);
  position: relative;
  z-index: 1;
}


.journey {
  background:
    radial-gradient(70% 60% at 0% 0%, rgba(133,231,236,0.05), transparent 60%),
    radial-gradient(60% 50% at 100% 100%, rgba(255,61,138,0.06), transparent 65%),
    var(--bg);
  border-top: 1px solid var(--line);
}
.journey__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.journey__lede {
  color: var(--text-mute);
  font-size: 17px;
  margin: 0;
}
.journey__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}
@media (min-width: 720px) {
  .journey__grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}
@media (min-width: 1080px) {
  .journey__grid { grid-template-columns: repeat(4, 1fr); }
}
.journey__card {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.journey__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  transition: transform .35s ease, border-color .35s, box-shadow .35s, background .35s;
}
.journey__link:hover {
  transform: translateY(-4px);
  border-color: rgba(255,61,138,0.4);
  background: var(--bg-elev-2);
  box-shadow: 0 22px 50px -22px var(--pink-glow);
}
.journey__media {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--bg);
}
.journey__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .35s;
  filter: saturate(0.95) brightness(0.92);
}
.journey__link:hover .journey__media img {
  transform: scale(1.04);
  filter: saturate(1.05) brightness(1);
}
/* Subtle bottom-fade so the play icon sits on a clean panel */
.journey__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
}
.journey__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--warm);
  z-index: 2;
  transition: background .25s, border-color .25s, transform .25s;
}
.journey__play svg {
  width: 22px;
  height: 22px;
  margin-left: 3px; /* visual centre — play triangle has visual mass on right */
}
.journey__link:hover .journey__play {
  background: rgba(255, 61, 138, 0.7);
  border-color: rgba(255, 61, 138, 0.9);
  transform: translate(-50%, -50%) scale(1.08);
}
.journey__platform {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm);
  z-index: 2;
}
.journey__caption {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.journey__hook {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.journey__quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.012em;
  color: var(--warm);
  margin: 0;
  flex: 1;
  text-wrap: balance;
}
.journey__title {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dim);
  border-top: 1px solid var(--line-soft);
  padding-top: 12px;
  margin-top: auto;
}
.journey__foot {
  margin: clamp(40px, 5vw, 64px) 0 0;
  display: flex;
  justify-content: center;
}
.journey__cta svg:last-of-type {
  transition: transform .25s ease;
}
.journey__cta:hover svg:last-of-type {
  transform: translate(2px, -2px);
}

/* SERVICES HERO — 2 click-through cards, primary service entry on the home page.
   v3 2026-05-11 per Beau: ceramic + tint only, mobile detailing archived,
   "All services & pricing" CTA archived. Single-column stack: head-title
   centered above the 2-card grid below. */
.services-hero {
  padding: clamp(56px, 7vw, 88px) var(--pad);
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: clamp(28px, 3.5vw, 48px);
  text-align: center;
}
.services-hero__head-title {
  max-width: 720px;
  min-width: 0;
}
.services-hero__sub {
  color: var(--text-mute);
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  margin: 16px 0 0;
  max-width: 60ch;
}
/* SERVICES GRID — 2 equal columns at desktop (v3.2 2026-05-11). Mobile stacks.
   Asymmetric grid was tried (v3.1) but broke visual rhythm · the narrower
   secondary card had a shorter percentage-based image area, leaving an
   ugly empty body block to match the wider card's total height. Reverted
   to 50/50 · hierarchy reads cleanly via the "NEW CAR PROTECTION" flag +
   01/02 number badges + Ceramic at first-child (left-read position). */
.services-hero__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.2vw, 36px);
  align-items: stretch;
  text-align: left;
}
@media (max-width: 720px) {
  .services-hero__grid { grid-template-columns: 1fr; }
}

/* SERVICE TILE — GYD-style card structure: image with 01/02/03 badge top-left
   + optional Most Booked tag top-right (Ceramic only) + body with title +
   description below the image. Whole tile is the click target.
   Per Beau v2.6 brief 2026-05-08: more substantial than the simplified
   image+title-overlay style, but still clean — descriptions are service-led
   customer copy (no founder-preference bleed). */
.service-tile {
  display: flex;
  flex-direction: column;
  height: 100%; /* fully fill grid cell so all 3 tiles stretch to row height */
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1),
              border-color 280ms ease,
              box-shadow 280ms ease;
}
.service-tile:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 28px 60px -24px rgba(133, 231, 236, 0.32);
}
.service-tile__media {
  /* padding-bottom 66% locks ~3:2 ratio (v3 2026-05-11 per Nicole: wider 2-card
     grid earns taller, more cinematic image area). Was 75% (4:3). Image
     positioned absolutely fills the locked box. */
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  overflow: hidden;
  background: var(--bg-elev-2);
  flex-shrink: 0;
}
.service-tile__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
  transition: transform 600ms cubic-bezier(.2,.8,.2,1);
  display: block;
}
.service-tile:hover .service-tile__media img {
  transform: scale(1.05);
}
/* Position swap (Nicole 2026-05-08): Most Booked tag goes LEFT (read first =
   priority signal); number badge goes RIGHT (secondary positioning info).
   Left-to-right reading order surfaces the priority cue before the number. */
.service-tile__num {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 8px 14px;
  border-radius: 6px;
}
.service-tile__flag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--accent);
  padding: 7px 12px;
  border-radius: 999px;
}
.service-tile__flag--soon {
  color: var(--accent);
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid var(--accent);
  backdrop-filter: blur(6px);
}
.service-tile__body {
  padding: clamp(28px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 auto;
}
.service-tile__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--warm);
  margin: 0;
  font-variation-settings: "opsz" 42;
}
.service-tile__desc {
  font-size: clamp(15.5px, 1.2vw, 18px);
  line-height: 1.55;
  color: var(--text-mute);
  margin: 0;
}

/* SERVICE CARD — simplified to image + title overlay (Beau v2.3: "less full on").
   Used on home services-hero block AND on the related-services block at the bottom
   of every service detail page. The whole card is the click target. */
.service-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1),
              border-color 280ms ease,
              box-shadow 280ms ease;
}
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
  transition: transform 600ms cubic-bezier(.2,.8,.2,1);
  display: block;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.85) 100%);
  pointer-events: none;
  z-index: 1;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 28px 60px -24px rgba(133, 231, 236, 0.32);
}
.service-card:hover img { transform: scale(1.05); }
.service-card__title {
  position: absolute;
  bottom: clamp(20px, 2.5vw, 32px);
  left: clamp(20px, 2.5vw, 32px);
  right: clamp(20px, 2.5vw, 32px);
  z-index: 2;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
  font-variation-settings: "opsz" 38;
  text-shadow: 0 2px 18px rgba(0,0,0,0.45);
}

/* SERVICE DETAIL PAGES ------------------------------------------
   /ceramic-coating/, /window-tint/, /mobile-detailing/ — shared chrome,
   service-specific content. Inherits all home-page tokens. */
.svc-back-bar {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 96px var(--pad) 0;
}
.svc-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  padding: 10px 0;
  transition: color 200ms ease;
}
.svc-back:hover { color: var(--accent); }
.svc-back svg { width: 14px; height: 14px; transition: transform 220ms ease; }
.svc-back:hover svg { transform: translateX(-4px); }

.svc-hero {
  padding: clamp(48px, 6vw, 88px) var(--pad) clamp(64px, 8vw, 112px);
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 880px) {
  .svc-hero { grid-template-columns: 1fr; gap: 40px; }
}
.svc-hero__num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 18px;
}
.svc-hero__num::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--accent);
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 3px;
}
.svc-hero__h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 6.5vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--warm);
  margin: 0 0 24px;
  font-variation-settings: "opsz" 80;
  max-width: 14ch;
}
.svc-hero__h1 em {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-bright) 50%, var(--pink-bright) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.svc-hero__lede {
  color: var(--text);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.6;
  margin: 0 0 32px;
  max-width: 52ch;
}
.svc-hero__lede strong { color: var(--warm); font-weight: 500; }
.svc-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}
.svc-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.svc-hero__chip {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mute);
  border: 1px solid var(--line);
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--bg-elev);
}
a.svc-hero__chip--award {
  text-decoration: none;
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(133, 231, 236, 0.08);
  transition: background .2s ease, transform .2s ease;
}
a.svc-hero__chip--award:hover {
  background: rgba(133, 231, 236, 0.18);
  transform: translateY(-1px);
}
.svc-hero__photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 5;
  position: relative;
}
.svc-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-section {
  padding: clamp(64px, 8vw, 112px) var(--pad);
}
.svc-section__inner { max-width: var(--max); margin: 0 auto; }
.svc-section--alt { background: linear-gradient(180deg, var(--bg) 0%, #0a0a0d 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.svc-section__head { max-width: 720px; margin: 0 0 clamp(40px, 5vw, 64px); }
.svc-section__lede { color: var(--text-mute); font-size: clamp(15px, 1.4vw, 17px); line-height: 1.6; margin: 18px 0 0; max-width: 60ch; }
.svc-section__banner {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
  margin: 0 0 clamp(40px, 5vw, 64px);
  max-height: 70vh;
}
.svc-section__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 640px) {
  .svc-section__banner {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
}
.svc-section__cta-row {
  margin: clamp(40px, 5vw, 56px) 0 0;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.svc-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.6vw, 24px);
}
@media (max-width: 980px) { .svc-pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-pillars { grid-template-columns: 1fr; } }
.svc-pillar {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(20px, 2.2vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.svc-pillar__num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-weight: 500;
}
.svc-pillar__h {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: var(--warm);
  margin: 0;
  letter-spacing: -0.01em;
}
.svc-pillar__p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-mute);
}

.svc-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(16px, 1.6vw, 24px);
}
@media (max-width: 880px) { .svc-tiers { grid-template-columns: 1fr; } }
.svc-soon-tag {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 9px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--accent);
  border-radius: 999px;
  vertical-align: 2px;
}
.svc-coming-soon {
  margin-top: 32px;
  padding: clamp(28px, 3vw, 40px);
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  max-width: 720px;
}
.svc-coming-soon__h {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.2;
  color: var(--warm);
  margin: 0 0 12px;
  letter-spacing: -0.015em;
}
.svc-coming-soon__p {
  color: var(--text-mute);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.svc-coming-soon__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.svc-hero__price-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 28px;
  max-width: 540px;
}
.svc-price-pill {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 12px;
  text-decoration: none;
  color: var(--text);
  transition: border-color .15s ease, transform .15s ease;
}
.svc-price-pill:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
}
.svc-price-pill__label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.svc-price-pill__price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: var(--warm);
  line-height: 1;
}
.svc-price-pill__from {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  display: inline-block;
  margin-right: 6px;
  vertical-align: 3px;
}
.svc-jump-nav {
  position: sticky;
  top: 64px;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px clamp(20px, 4vw, 56px);
  background: rgba(10, 10, 13, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: var(--max);
  margin: 0 auto;
}
.svc-jump-nav a {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  text-decoration: none;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
  white-space: nowrap;
}
.svc-jump-nav a:hover {
  color: var(--bg);
  background: var(--accent);
  border-color: var(--accent);
}
@media (max-width: 720px) {
  .svc-jump-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 12px 20px;
  }
  .svc-jump-nav::-webkit-scrollbar { display: none; }
}
.svc-pillar--link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease;
  position: relative;
  will-change: transform;
}
.svc-pillar--link:hover {
  border-color: var(--accent);
  background: var(--bg-elev);
}
.svc-pillar--link .svc-pillar__h {
  color: var(--warm);
}
.svc-pillar--link:hover .svc-pillar__h {
  color: var(--accent);
}
.svc-pillar__cta {
  margin-top: auto;
  padding-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  transition: color .15s ease, gap .15s ease;
}
.svc-pillar__cta svg {
  width: 14px;
  height: 14px;
}
.svc-pillar--link:hover .svc-pillar__cta {
  color: var(--accent);
  gap: 10px;
}
.svc-who-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 14px;
}
.svc-who-list li {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  padding: 16px 18px 16px 44px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 10px;
  position: relative;
}
.svc-who-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 22px;
  width: 16px;
  height: 16px;
  background: var(--accent);
  border-radius: 50%;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/contain no-repeat;
}
.svc-section__note {
  font-family: var(--font-body);
  color: var(--text-mute);
  font-size: 14px;
  line-height: 1.5;
  margin: 24px 0 0;
  padding: 14px 18px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-left: 2px solid var(--accent);
  border-radius: 6px;
  max-width: 720px;
}
.svc-tier {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 2.6vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: border-color .25s ease;
  will-change: transform;
}
.svc-tier:hover {
  border-color: var(--accent);
}
.svc-tier--feature:hover {
  border-color: rgba(133, 231, 236, 0.85);
}
.contact-field--checks {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px 20px;
  background: var(--bg-elev);
}
.contact-field--checks .contact-field__label {
  display: block;
  margin-bottom: 14px;
}
.contact-field__hint {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-mute);
  margin-left: 8px;
}
.contact-checks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 10px 20px;
}

/* ADD-ONS DROPDOWN — multi-select that visually matches the other contact-form
   inputs (transparent bg, underline-only border, right-side chevron via
   background-image — same chevron asset as .contact-field__select). */
.addons-dropdown {
  position: relative;
}
.addons-dropdown[open] {
  z-index: 5;
}
.addons-dropdown summary { list-style: none; }
.addons-dropdown summary::-webkit-details-marker { display: none !important; }
.addons-dropdown summary::marker { display: none; content: ""; }
.addons-dropdown__trigger {
  list-style: none;
  cursor: pointer;
  display: block;
  padding: 8px 28px 8px 0;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2385e7ec' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--text-dim);
  font-family: var(--font-body);
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color .2s ease;
}
.addons-dropdown__trigger:hover,
.addons-dropdown__trigger:focus {
  outline: none;
  border-bottom-color: var(--accent);
}
.addons-dropdown[open] .addons-dropdown__trigger {
  border-bottom-color: var(--accent);
}
.addons-dropdown__count {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addons-dropdown__count[data-active] {
  color: var(--warm);
}
/* The inline-svg chevron from the original markup is now redundant — hide it
   since the background-image chevron replaces it. */
.addons-dropdown__chevron { display: none; }
/* Panel mimics the native <select> open dropdown — tight single-column rows,
   subtle row hover, soft shadow + thin border. Pairs visually with the other
   form-field selects in this section. */
.addons-dropdown__panel {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 4px 0;
  display: block;
  max-height: 360px;
  overflow-y: auto;
  z-index: 5;
  box-shadow: 0 12px 32px -10px rgba(0, 0, 0, 0.55);
}
.addons-dropdown__panel .contact-check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--warm);
  cursor: pointer;
  transition: background .15s ease;
  border-radius: 0;
  user-select: none;
}
.addons-dropdown__panel .contact-check:hover {
  background: rgba(133, 231, 236, 0.08);
}
.addons-dropdown__panel .contact-check:has(input:checked) {
  background: rgba(133, 231, 236, 0.12);
  color: var(--accent);
}
.contact-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
  cursor: pointer;
  user-select: none;
  padding: 6px 0;
}
.contact-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.contact-check span {
  line-height: 1.3;
}
.contact-check:hover {
  color: var(--warm);
}
.svc-tier__cta {
  margin-top: auto;
  padding-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  border-top: 1px solid var(--line);
  transition: color .25s ease;
}
.svc-tier:hover .svc-tier__cta {
  color: var(--accent);
}
.svc-tier--feature .svc-tier__cta {
  color: var(--accent);
  opacity: 0.75;
}
.svc-tier--feature:hover .svc-tier__cta {
  opacity: 1;
}
.svc-tier--feature {
  border-color: rgba(133, 231, 236, 0.4);
  background:
    linear-gradient(180deg, rgba(133,231,236,0.05) 0%, transparent 60%),
    var(--bg-elev);
}
.svc-tier__flag {
  position: absolute;
  top: -12px;
  left: 24px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--accent);
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
}
.svc-tier__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-soft);
}
.svc-tier__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.1;
  color: var(--warm);
  margin: 0;
  letter-spacing: -0.015em;
}
.svc-tier__price {
  font-family: var(--font-mono);
  font-size: 22px;
  color: var(--accent);
  margin: 0;
  font-weight: 500;
}
.svc-tier__from {
  font-size: 12px;
  color: var(--text-dim);
  font-family: var(--font-mono);
  margin-right: 6px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.svc-tier__sub {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 18px 0 10px;
}
.svc-tier__sub:first-of-type { margin-top: 4px; }
.svc-tier__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--text-mute);
  flex: 1 1 auto;
}
.svc-tier__list li {
  position: relative;
  padding-left: 20px;
}
.svc-tier__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 1px;
  background: var(--accent);
}

.svc-related {
  padding: clamp(60px, 7vw, 96px) var(--pad);
  max-width: var(--max);
  margin: 0 auto;
}
.svc-related__head { max-width: 600px; margin: 0 0 40px; }
.svc-related__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 1.6vw, 24px);
}
@media (max-width: 640px) { .svc-related__grid { grid-template-columns: 1fr; } }

/* CONTACT PAGE — Kaizen-inspired large form, dark substrate, A1 accent.
   Built for Beau v2.2 per his explicit ask: "I really like there contact
   form for leads. I want to pretty much copy that." Mirrors Kaizen's
   /contact layout structure (4-row x 2-col underline form, big LETS GET
   IN TOUCH headline, white pill submit, contact-detail block beneath). */
.contact-hero {
  padding: clamp(56px, 7vw, 96px) var(--pad) clamp(28px, 4vw, 48px);
  max-width: var(--max);
  margin: 0 auto;
}
.contact-hero__h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(48px, 8.5vw, 104px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--warm);
  margin: 0 0 28px;
  font-variation-settings: "opsz" 96;
  max-width: 16ch;
}
.contact-hero__h1 .emoji {
  font-style: normal;
  display: inline-block;
  margin-left: 12px;
  font-size: 0.7em;
  vertical-align: 0.05em;
}
.contact-hero__sub {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin: 0 0 clamp(40px, 5vw, 64px);
  max-width: 60ch;
  line-height: 1.5;
}
.contact-hero__sub a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 3.5vw, 52px) clamp(40px, 5vw, 80px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad) clamp(72px, 9vw, 112px);
}
@media (max-width: 720px) {
  .contact-form {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-field--full { grid-column: 1 / -1; }
.contact-field__label {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text);
  font-weight: 400;
  margin: 0;
}
.contact-field__label .req {
  color: var(--accent);
  margin-left: 4px;
  font-weight: 500;
}
.contact-field__input,
.contact-field__select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--warm);
  font-family: var(--font-body);
  font-size: 16px;
  padding: 8px 0;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 200ms ease;
}
.contact-field__input:focus,
.contact-field__select:focus {
  outline: none;
  border-bottom-color: var(--accent);
}
.contact-field__input::placeholder {
  color: var(--text-dim);
  font-size: 15px;
}
/* Webkit autofill — keep dark substrate; Chrome forces white otherwise */
.contact-field__input:-webkit-autofill,
.contact-field__input:-webkit-autofill:hover,
.contact-field__input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--warm);
  -webkit-box-shadow: 0 0 0 1000px var(--bg) inset;
  caret-color: var(--warm);
  transition: background-color 5000s ease-in-out 0s;
}
.contact-field__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2385e7ec' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 28px;
  color: var(--text-dim);
}
.contact-field__select option {
  background: var(--bg-elev);
  color: var(--warm);
}
.contact-field__select:valid,
.contact-field__select:has(option:checked:not([value=""])) {
  color: var(--warm);
}
.contact-submit-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.contact-submit {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--warm);
  color: var(--bg);
  padding: 18px 44px;
  border-radius: 999px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.contact-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 8px var(--accent-glow);
  background: #fff;
}
.contact-legal {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  margin: 0;
  max-width: 38ch;
  line-height: 1.55;
}

.contact-thanks {
  grid-column: 1 / -1;
  background: var(--bg-elev);
  border: 1px solid rgba(133, 231, 236, 0.4);
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.contact-thanks svg { color: var(--accent); }
.contact-thanks h3 { color: var(--warm); margin: 0; }
.contact-thanks p { margin: 0; color: var(--text-mute); }
.contact-thanks a { color: var(--accent); }
.contact-form.is-submitted .contact-field,
.contact-form.is-submitted .contact-submit-row { display: none; }

.contact-secondary {
  background: linear-gradient(180deg, var(--bg) 0%, #0a0a0d 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(80px, 10vw, 140px) var(--pad);
}
.contact-secondary__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 880px) {
  .contact-secondary__inner { grid-template-columns: 1fr; gap: 48px; }
}
.contact-secondary__h {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--warm);
  margin: 0;
  font-variation-settings: "opsz" 76;
}
.contact-secondary__h .emoji {
  font-style: normal;
  display: inline-block;
  margin-left: 8px;
  font-size: 0.7em;
  vertical-align: 0.05em;
}
.contact-secondary__lede {
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--text-mute);
  line-height: 1.6;
  margin: 24px 0 0;
  max-width: 50ch;
}
.contact-secondary__details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-detail__h {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--warm);
  letter-spacing: -0.01em;
}
.contact-detail__v {
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--text);
  margin: 0;
  line-height: 1.55;
}
.contact-detail__v a {
  color: var(--accent);
  border-bottom: 1px solid rgba(133, 231, 236, 0.3);
  padding-bottom: 1px;
  transition: border-color 200ms ease;
}
.contact-detail__v a:hover { border-color: var(--accent); }

/* THANKS PAGE — confirmation/redirect destination for both forms.
   Built so WPForms Pro confirmation URL = /thanks/ (single conversion goal
   for GA4 / Google Ads / Meta Pixel page-view conversions). */
.thanks-hero {
  min-height: calc(100vh - 200px);
  padding: clamp(80px, 12vw, 140px) var(--pad);
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.thanks-tick {
  display: inline-flex;
  width: 96px;
  height: 96px;
  margin: 0 0 32px;
  color: var(--accent);
  filter: drop-shadow(0 0 20px var(--accent-glow));
}
.thanks-tick svg { width: 100%; height: 100%; }
.thanks-eyebrow { margin: 0 0 18px; }
.thanks-eyebrow::before { display: none; } /* drop the leading dash on this centered eyebrow */
.thanks-h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(40px, 6.5vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--warm);
  margin: 0 0 24px;
  font-variation-settings: "opsz" 80;
}
.thanks-h1 em {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-bright) 50%, var(--pink-bright) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.thanks-lede {
  color: var(--text);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.6;
  margin: 0 0 36px;
  max-width: 52ch;
}
.thanks-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 0 56px;
}
.thanks-next {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 420px;
  padding: 28px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: left;
}
.thanks-next li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  color: var(--text);
}
.thanks-next__num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-weight: 500;
  flex-shrink: 0;
}
.thanks-next__t {
  font-size: 15px;
  line-height: 1.45;
  color: var(--text);
}

/* THANKS — social follow block (post-quote moment) -------------- */
.thanks-social {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 72px) var(--pad) clamp(72px, 10vw, 112px);
  text-align: center;
  border-top: 1px solid var(--line);
}
.thanks-social__eyebrow {
  margin: 0 0 16px;
}
.thanks-social__eyebrow::before { display: none; }
.thanks-social__h2 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
  margin: 0 0 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.thanks-social__lede {
  color: var(--text-mute);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.55;
  max-width: 460px;
  margin: 0 auto 32px;
}
.thanks-social__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .thanks-social__grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}
.thanks-social__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 22px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,0.01);
  color: var(--text-mute);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, transform .2s ease, background .2s ease;
}
.thanks-social__btn:hover,
.thanks-social__btn:focus-visible {
  color: var(--warm);
  border-color: var(--accent);
  background: rgba(133,231,236,0.04);
  transform: translateY(-2px);
  outline: none;
}
.thanks-social__btn svg {
  width: 26px;
  height: 26px;
  display: block;
  margin-bottom: 4px;
}
.thanks-social__label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: inherit;
}
.thanks-social__handle {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--text-mute);
}
.thanks-social__btn:hover .thanks-social__handle,
.thanks-social__btn:focus-visible .thanks-social__handle {
  color: var(--accent);
}

/* MOTION RESPECT ------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================================
   WPForms — Mode brand override (v3)
   ----------------------------------------------------------------------------
   Strategy: WPForms' wpforms-modern-full + wpforms-pro-modern-full stylesheets
   are dequeued in functions.php (a1_dequeue_wpforms_css). With WPForms' own
   styling gone, we bind preview-site's .contact-field__input treatment
   directly onto WPForms' input selectors. Pure underline, no fill, no border-
   radius, cyan focus state. Editorial form, not generic WPForms.

   Mirror of preview-site styles.css lines 3958-4090.
   ============================================================================ */

/* Form container — width-cap + center horizontally (mirrors preview-site
   .contact-form: max-width: var(--max); margin: 0 auto;). The page <section>
   that wraps the form provides horizontal padding (var(--pad)) via the
   generic `section { padding: ... var(--pad) ... }` rule, so this container
   max-widths cleanly within that padded section. */
.wpforms-container {
  max-width: var(--max);
  margin: 0 auto;
  background: transparent;
}
.wpforms-container .wpforms-form,
.wpforms-form {
  background: transparent;
  padding: 0;
  margin: 0;
  font-family: var(--font-body);
}

/* page-contact.php's <section class="contact-form-section"> — provides
   horizontal padding for the form (the contact page doesn't use the .quote
   wrapping that home/ceramic/tint pages do). */
.contact-form-section {
  /* Inherits generic section padding: clamp(80px, 10vw, 132px) var(--pad)
     clamp(48px, 6vw, 72px); No additional rules needed. */
}

.wpforms-form .wpforms-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 3.5vw, 52px) clamp(40px, 5vw, 80px);
}
@media (max-width: 720px) {
  .wpforms-form .wpforms-field-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Vehicle field (first field, id=1) — full width */
.wpforms-form .wpforms-field-container > .wpforms-field[data-field-id="1"] {
  grid-column: 1 / -1;
}

/* Field — vertical stack, label above input, 10px gap */
.wpforms-form .wpforms-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}

/* Name field's fieldset wrapper — reset its <legend> + 2-col internal row */
.wpforms-form .wpforms-field-name fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.wpforms-form .wpforms-field-name fieldset > legend.wpforms-field-label {
  padding: 0;
  margin: 0;
}
.wpforms-form .wpforms-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 4px;
}
@media (max-width: 560px) {
  .wpforms-form .wpforms-field-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.wpforms-form .wpforms-field-row-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Labels — preview-site .contact-field__label */
.wpforms-form .wpforms-field-label,
.wpforms-form label.wpforms-field-label,
.wpforms-form fieldset legend.wpforms-field-label {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text);
  font-weight: 400;
  margin: 0;
}
.wpforms-form .wpforms-required-label,
.wpforms-form .wpforms-field-required {
  color: var(--accent);
  margin-left: 4px;
  font-weight: 500;
}

/* Sub-labels (First / Last under name inputs) — tiny + dim */
.wpforms-form .wpforms-field-sublabel {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--text-dim);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 4px 0 0 0;
}

/* INPUTS — preview-site .contact-field__input treatment (pure underline) */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="number"],
.wpforms-form input[type="url"],
.wpforms-form input[type="search"],
.wpforms-form input[type="password"],
.wpforms-form textarea,
.wpforms-form select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--warm);
  font-family: var(--font-body);
  font-size: 16px;
  padding: 8px 0;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 200ms ease;
  height: auto;
  line-height: 1.5;
}

.wpforms-form input[type="text"]:focus,
.wpforms-form input[type="email"]:focus,
.wpforms-form input[type="tel"]:focus,
.wpforms-form textarea:focus,
.wpforms-form select:focus {
  outline: none;
  border-bottom-color: var(--accent);
}

.wpforms-form ::placeholder {
  color: var(--text-dim);
  font-size: 15px;
  opacity: 1;
}

/* Chrome autofill — keep dark substrate */
.wpforms-form input:-webkit-autofill,
.wpforms-form input:-webkit-autofill:hover,
.wpforms-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--warm);
  -webkit-box-shadow: 0 0 0 1000px var(--bg) inset;
  caret-color: var(--warm);
  transition: background-color 5000s ease-in-out 0s;
}

/* Select chevron — cyan SVG, right-aligned */
.wpforms-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2385e7ec' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 28px;
  color: var(--text-dim);  /* shows "Pick one" in dim until a real selection is made */
  cursor: pointer;
}
.wpforms-form select option {
  background: var(--bg-elev);
  color: var(--warm);
}
.wpforms-form select:valid,
.wpforms-form select:has(option:checked:not([value=""])) {
  color: var(--warm);
}

/* Phone field — intl-tel-input country picker, dark-substrate adapt */
.wpforms-form .iti { width: 100%; }
.wpforms-form .iti--separate-dial-code .iti__selected-flag {
  background: transparent;
  border-bottom: 1px solid var(--line);
  padding: 0 8px 0 0;
}
.wpforms-form .iti--separate-dial-code .iti__selected-flag:hover,
.wpforms-form .iti--separate-dial-code .iti__selected-flag:focus {
  background: rgba(133, 231, 236, 0.06);
}
.wpforms-form .iti__country-list {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  color: var(--warm);
  border-radius: 8px;
  max-height: 240px;
}
.wpforms-form .iti__country:hover,
.wpforms-form .iti__country.iti__highlight {
  background: var(--bg-elev-2);
}
.wpforms-form .iti__country .iti__country-name,
.wpforms-form .iti__country .iti__dial-code {
  color: var(--warm);
}

/* Submit container — full width, top-aligned */
.wpforms-form .wpforms-submit-container {
  grid-column: 1 / -1;
  padding: 28px 0 0 0;
  margin: 0;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

/* Submit button — Mode pill, cyan accent, hover lift */
.wpforms-form button[type="submit"].wpforms-submit,
.wpforms-form .wpforms-submit {
  background: var(--accent);
  color: var(--bg);
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 0 0 0 var(--accent-glow);
  -webkit-appearance: none;
  appearance: none;
  width: auto;
  display: inline-flex;
  align-items: center;
  height: auto;
}
.wpforms-form button[type="submit"].wpforms-submit:hover,
.wpforms-form .wpforms-submit:hover {
  background: var(--accent-bright);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px 0 var(--accent-glow);
}
.wpforms-form button[type="submit"].wpforms-submit:active,
.wpforms-form .wpforms-submit:active {
  transform: translateY(0);
}
.wpforms-form button[type="submit"].wpforms-submit[disabled],
.wpforms-form .wpforms-submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Validation errors */
.wpforms-form label.wpforms-error,
.wpforms-form .wpforms-error-container {
  color: var(--pink);
  font-size: 12px;
  font-family: var(--font-body);
  margin-top: 4px;
  background: transparent;
  padding: 0;
  border: 0;
}
.wpforms-form input.wpforms-error,
.wpforms-form select.wpforms-error,
.wpforms-form textarea.wpforms-error {
  border-bottom-color: var(--pink);
}

/* Confirmation message (non-redirect) */
.wpforms-confirmation-container,
.wpforms-confirmation-container-full {
  background: var(--bg-elev);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  color: var(--text);
  padding: 24px;
}

/* Honeypot — hidden */
.wpforms-field.wpforms-field-hp { display: none; }

/* No-JS message style */
.wpforms-error-noscript {
  color: var(--pink);
  font-size: 14px;
  padding: 12px 0;
}
