/* =========================================================
   CONCEPT VEHICLE STUDIO
   Bespoke premium theme — luxury black · red accent · white
   ========================================================= */

:root {
  /* Layered blacks for depth (never flat) */
  --ink:        #070708;
  --ink-2:      #0b0b0d;
  --panel:      #101012;
  --panel-2:    #15151a;
  --raise:      #1b1b20;

  --line:       rgba(255,255,255,0.07);
  --line-2:     rgba(255,255,255,0.12);

  --white:      #f6f6f7;
  --muted:      #a7a7ad;
  --muted-2:    #6f6f76;
  --faint:      rgba(255,255,255,0.035);

  /* Red — used sparingly, as an accent only */
  --red:        #e10600;
  --red-hi:     #ff241d;
  --red-lo:     #9e0400;
  --red-glow:   rgba(225,6,0,0.40);

  --wa:         #25d366;

  --radius:     12px;
  --radius-lg:  20px;
  --maxw:       2600px;   /* high cap: fills 1920 & 2560 monitors edge-to-edge; only ultrawides see a margin. Mobile is far below this, so untouched. */
  --gutter:     clamp(20px, 4vw, 88px);
  --ease:       cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out:   cubic-bezier(0.22, 0.61, 0.36, 1);
  --header-h:   84px;

  font-synthesis: none;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Clean deep gradient base — restrained, no grain */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(1100px 760px at 84% -12%, rgba(225,6,0,0.04), transparent 62%),
    linear-gradient(180deg, #08080a 0%, #060607 100%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- Typography ---------- */
h1,h2,h3,h4,h5 { margin: 0; font-weight: 700; line-height: 1.04; }
.display {
  font-family: "Anton", "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.head {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
p { margin: 0 0 1rem; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.accent-red { color: var(--red-hi); }
.txt-muted { color: var(--muted); }

/* ---------- Section system ---------- */
.section { padding: clamp(80px, 11vw, 150px) 0; position: relative; }
.divider { height: 1px; background: var(--line); }

/* Cinematic section header: index + kicker + title */
.kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; letter-spacing: 3.5px;
  font-size: 0.72rem; font-weight: 600; color: var(--muted);
  margin-bottom: 26px;
}
.kicker .idx { color: var(--red-hi); font-variant-numeric: tabular-nums; }
.kicker::before {
  content: ""; width: 34px; height: 1px; background: var(--red); display: inline-block;
}
.section-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(2.1rem, 5.2vw, 4rem);
  letter-spacing: -0.5px;
  line-height: 1.02;
  margin-bottom: 22px;
}
.section-title .thin {
  color: rgba(255,255,255,0.34);
}
.lead { color: var(--muted); max-width: 560px; font-size: 1.06rem; }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: clamp(48px, 7vw, 80px); }
.head-row .lead { margin: 0; }
.center { text-align: center; }
.center .kicker::before { display: none; }
.center .kicker { justify-content: center; }
.center .lead { margin: 0 auto; }

.ghost-index { display: none; }

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  padding: 16px 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px;
  font-size: 0.86rem;
  border-radius: 0;
  border: 1px solid transparent;
  color: #fff;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s, background 0.3s, color 0.3s;
  white-space: nowrap; overflow: hidden;
}
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn-lg { padding: 19px 38px; font-size: 0.95rem; }
.btn-block { width: 100%; }

/* Primary = squared frosted-glass block, soft red -> black gradient */
.btn-primary {
  background: linear-gradient(135deg, rgba(225,6,0,0.46) 0%, rgba(120,4,2,0.30) 48%, rgba(7,7,8,0.30) 100%);
  border: 1px solid rgba(225,6,0,0.55);
  backdrop-filter: blur(9px) saturate(125%);
  -webkit-backdrop-filter: blur(9px) saturate(125%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 30px -16px rgba(225,6,0,0.55);
}
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.20), transparent);
  transform: skewX(-18deg);
  transition: left 0.7s var(--ease);
}
.btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(255,36,29,0.58) 0%, rgba(150,5,3,0.42) 48%, rgba(7,7,8,0.36) 100%);
  border-color: var(--red-hi);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 16px 36px -16px rgba(225,6,0,0.6);
}
.btn-primary:hover::after { left: 130%; }

.btn-line {
  background: transparent; border-color: var(--line-2); color: #fff;
}
.btn-line:hover { border-color: #fff; transform: translateY(-2px); }

.btn-wa { background: var(--wa); color: #052e17; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(37,211,102,0.7); }

/* WhatsApp identity on a dark CTA — green outline + green glyph, fills green on hover */
.btn-wa-line { background: rgba(37,211,102,0.06); border-color: rgba(37,211,102,0.55); color: #fff; }
.btn-wa-line svg { color: var(--wa); }
.btn-wa-line:hover { background: var(--wa); border-color: var(--wa); color: #052e17; transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(37,211,102,0.6); }
.btn-wa-line:hover svg { color: #052e17; }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: height 0.4s var(--ease), background 0.4s, border-color 0.4s, backdrop-filter 0.4s;
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  height: 66px;
  background: rgba(7,7,8,0.78);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line);
}
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

/* Brand */
.brand { display: flex; align-items: center; gap: 13px; flex: 0 0 auto; }

/* ---- Official logo asset (used unmodified everywhere; 1774x887 / 2:1) ---- */
/* mix-blend-mode: lighten melts the asset's solid-black backdrop into the dark
   UI without editing the file — the red/white mark renders faithfully. */
.site-logo { display: block; width: auto; height: auto; mix-blend-mode: lighten; }
/* header mark is the high-res wordmark crop (~4.75:1), sized to fill the header comfortably */
.site-logo--header { height: 50px; transition: height 0.4s var(--ease); }
.header.scrolled .site-logo--header { height: 42px; }
.site-logo--footer { width: clamp(190px, 22vw, 240px); height: auto; }
.brand-mark {
  position: relative; width: 42px; height: 42px;
  display: grid; place-items: center;
  font-family: "Anton", sans-serif; font-size: 1.1rem; letter-spacing: -1px;
  color: #fff;
  border: 1px solid var(--line-2);
  border-radius: 9px;
  background: linear-gradient(160deg, var(--panel-2), var(--ink));
  overflow: hidden;
}
.brand-mark::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--red);
}
.brand-name { font-family: "Oswald", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; font-size: 1.02rem; line-height: 1; }
.brand-sub { display: block; font-family: "Inter", sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 3.5px; font-size: 0.52rem; color: var(--muted-2); margin-top: 5px; }

/* Nav */
.nav { display: flex; align-items: center; gap: 2px; }
.nav-link {
  position: relative; padding: 12px 16px;
  font-family: "Oswald", sans-serif; font-weight: 500;
  text-transform: uppercase; letter-spacing: 1.4px; font-size: 0.8rem;
  color: var(--muted); transition: color 0.25s;
  display: inline-flex; align-items: center; gap: 7px;
}
.nav-link::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 1px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav-link:hover, .nav-link.active { color: #fff; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link .chev { width: 12px; height: 12px; transition: transform 0.35s var(--ease); }

/* Mega dropdown */
.has-mega { position: static; }
.mega {
  position: fixed; left: 50%; top: var(--header-h);
  transform: translateX(-50%) translateY(10px);
  width: min(880px, calc(100vw - 40px));
  background: rgba(12,12,14,0.97);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.9);
  padding: 26px;
  display: grid; grid-template-columns: 1.55fr 1fr; gap: 26px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s;
  z-index: 101;
}
.header.scrolled .mega { top: 66px; }
.has-mega:hover .mega, .has-mega:focus-within .mega {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.has-mega:hover .chev { transform: rotate(180deg); }
.mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.mega-item {
  display: flex; gap: 13px; align-items: flex-start;
  padding: 13px 14px; border-radius: 10px;
  transition: background 0.25s, transform 0.25s;
}
.mega-item:hover { background: var(--faint); transform: translateX(3px); }
.mega-ico {
  flex: 0 0 22px; width: 22px; height: 22px; color: var(--muted);
  transition: color 0.25s;
}
.mega-item:hover .mega-ico { color: var(--red-hi); }
.mega-ico svg { width: 22px; height: 22px; }
.mega-item h4 { font-family: "Oswald"; text-transform: uppercase; letter-spacing: 0.6px; font-size: 0.82rem; color: #fff; margin-bottom: 3px; }
.mega-item p { margin: 0; font-size: 0.74rem; color: var(--muted-2); line-height: 1.4; }

/* Mega featured promo (drives to quote) */
.mega-feature {
  position: relative; border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(225,6,0,0.14), rgba(20,20,24,0.6));
  padding: 24px; display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden; min-height: 230px;
}
.mega-feature .tag { font-family: "Oswald"; text-transform: uppercase; letter-spacing: 2.5px; font-size: 0.62rem; color: var(--red-hi); margin-bottom: auto; }
.mega-feature h4 { font-family: "Oswald"; text-transform: uppercase; font-size: 1.25rem; line-height: 1.05; margin-bottom: 8px; }
.mega-feature p { font-size: 0.8rem; color: var(--muted); margin-bottom: 16px; }
.mega-feature .glow { position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(225,6,0,0.4), transparent 70%); filter: blur(10px); }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: "Oswald", sans-serif; font-weight: 600; letter-spacing: 0.6px; font-size: 0.92rem; color: #fff;
}
.header-phone svg { width: 16px; height: 16px; color: var(--red-hi); }
.header-phone small { display: block; font-size: 0.54rem; letter-spacing: 2px; color: var(--muted-2); text-transform: uppercase; }

/* Burger */
.burger { display: none; width: 46px; height: 46px; border: 1px solid var(--line-2); border-radius: 10px; background: transparent; position: relative; }
.burger span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: #fff; transition: all 0.3s var(--ease); }
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 28px; }
.burger.open span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* Mobile menu */
.mobile {
  position: fixed; inset: 0; z-index: 99;
  background: rgba(6,6,7,0.98);
  backdrop-filter: blur(10px);
  padding: calc(var(--header-h) + 16px) var(--gutter) 36px;
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.45s var(--ease);
  overflow-y: auto;
}
.mobile.open { transform: translateX(0); }
.mobile a { font-family: "Oswald"; text-transform: uppercase; letter-spacing: 1px; font-size: 1.35rem; padding: 15px 0; border-bottom: 1px solid var(--line); color: #fff; }
.mobile .m-sub { font-size: 0.92rem; color: var(--muted); padding: 11px 0 11px 16px; border: none; }
.mobile-cta { margin-top: auto; padding-top: 26px; display: grid; gap: 12px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-start; padding-top: calc(var(--header-h) + clamp(10px, 2.2vh, 26px)); overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; will-change: transform; }
.hero-media img { width: 100%; height: 118%; object-fit: cover; object-position: 48% center; opacity: 1; }
.hero-mesh {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(1150px 640px at 86% 38%, rgba(225,6,0,0.08), transparent 62%),
    /* left text column stays dark, but the centre clears faster so the car shows */
    linear-gradient(90deg, var(--ink) 0%, rgba(7,7,8,0.94) 20%, rgba(7,7,8,0.58) 42%, rgba(7,7,8,0.18) 64%, transparent 86%),
    linear-gradient(0deg, var(--ink) 4%, rgba(7,7,8,0.16) 26%, transparent 50%),
    linear-gradient(180deg, rgba(7,7,8,0.74) 0%, rgba(7,7,8,0.16) 13%, transparent 25%);
}
.hero-lines { display: none; }
/* single clean fade to ground the hero into the page */
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 80px; z-index: 2; pointer-events: none; background: linear-gradient(0deg, var(--ink), transparent); }
.hero .container { position: relative; z-index: 3; }
.hero-inner { max-width: 880px; padding: 0 0 64px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 9px 18px; border: 1px solid var(--line-2); border-radius: 100px;
  background: rgba(255,255,255,0.02);
  font-family: "Oswald"; text-transform: uppercase; letter-spacing: 2.5px; font-size: 0.68rem; color: var(--muted);
  margin-bottom: 30px;
}
.hero-tag .pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.hero h1 { font-size: clamp(2.7rem, 8.6vw, 7rem); letter-spacing: -1px; line-height: 1.0; margin-bottom: 28px; text-shadow: 0 2px 34px rgba(5,5,6,0.5); }
.hero h1 .line { display: block; }
.hero h1 .dot { color: var(--red-hi); -webkit-text-stroke: 0; }
.hero h1 .outline { -webkit-text-stroke: 1.4px var(--red-hi); color: transparent; }
.hero-sub { font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: #c8c8cd; max-width: 540px; margin-bottom: 38px; text-shadow: 0 1px 18px rgba(5,5,6,0.65); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: clamp(24px, 5vw, 56px); padding-top: 30px; border-top: 1px solid var(--line); }
.hero-meta-item strong { font-family: "Anton", sans-serif; font-size: clamp(1.6rem, 3vw, 2.1rem); display: block; line-height: 1; letter-spacing: 0; }
.hero-meta-item span { font-size: 0.72rem; color: var(--muted-2); text-transform: uppercase; letter-spacing: 2px; }
.hero-meta-item strong b { color: var(--red-hi); font-weight: inherit; }

.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 9px; color: var(--muted-2); font-family: "Oswald"; font-size: 0.62rem; letter-spacing: 3px; text-transform: uppercase; }
.scroll-cue .bar { width: 1px; height: 46px; background: linear-gradient(180deg, var(--red), transparent); position: relative; overflow: hidden; }
.scroll-cue .bar::after { content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: #fff; animation: cue 2s var(--ease) infinite; }
@keyframes cue { 0%{top:-50%} 60%,100%{top:100%} }

/* ---------- Trust strip (above the fold) ---------- */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--ink-2), var(--ink)); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 15px; padding: 30px clamp(18px, 2vw, 32px); border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: none; padding-left: 0; }
.trust-ico { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--red-hi); border: 1px solid rgba(225,6,0,0.28); border-radius: 12px; background: rgba(225,6,0,0.06); }
.trust-ico svg { width: 21px; height: 21px; }
.trust-item strong { display: block; font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 0.6px; font-size: 0.95rem; line-height: 1.12; }
.trust-item span { font-size: 0.78rem; color: var(--muted-2); }
@media (max-width: 880px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 22px clamp(14px, 3vw, 24px); border-left: none; }
  .trust-item:nth-child(even) { border-left: 1px solid var(--line); }
  .trust-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .trust-item:first-child { padding-left: clamp(14px, 3vw, 24px); }
}
@media (max-width: 460px) {
  .trust-item { padding: 16px 10px; gap: 12px; }
  .trust-ico { flex-basis: 38px; width: 38px; height: 38px; }
  .trust-item strong { font-size: 0.82rem; }
  .trust-item span { font-size: 0.7rem; }
}

/* ---------- Services ---------- */
/* Core services — 4 prominent cards */
.services-core { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc {
  position: relative;
  background: linear-gradient(170deg, var(--panel), var(--ink-2));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px 30px 30px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.5s var(--ease), border-color 0.4s;
}
.svc::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(180deg, rgba(225,6,0,0.5), transparent 40%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.4s; }
.svc:hover { transform: translateY(-7px); border-color: transparent; }
.svc:hover::after { opacity: 1; }
.svc-idx { font-family: "Anton"; font-size: 0.95rem; letter-spacing: 1px; color: var(--muted-2); margin-bottom: 26px; display: flex; align-items: center; gap: 10px; }
.svc-idx::before { content: ""; width: 22px; height: 1px; background: var(--red); }
.svc-ico { width: 46px; height: 46px; color: #fff; margin-bottom: 52px; transition: color 0.4s, transform 0.5s var(--ease); }
.svc:hover .svc-ico { color: var(--red-hi); transform: translateY(-3px); }
.svc-ico svg { width: 46px; height: 46px; }
.svc h3 { font-family: "Oswald"; text-transform: uppercase; font-size: 1.35rem; letter-spacing: 0.3px; margin-bottom: 12px; }
.svc p { color: var(--muted); font-size: 0.92rem; margin-bottom: 26px; }
.svc-link { margin-top: auto; display: inline-flex; align-items: center; gap: 9px; font-family: "Oswald"; text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.76rem; color: #fff; }
.svc-link svg { width: 15px; height: 15px; color: var(--red-hi); transition: transform 0.3s; }
.svc:hover .svc-link svg { transform: translateX(5px); }

/* Secondary services — compact, visible, lighter weight */
.svc-more { font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 3px; font-size: 0.74rem; color: var(--muted-2); margin: 38px 0 16px; display: flex; align-items: center; gap: 16px; }
.svc-more::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.services-minis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.svc-mini { display: flex; align-items: center; gap: 16px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: border-color 0.35s, transform 0.35s var(--ease); }
.svc-mini:hover { border-color: rgba(225,6,0,0.35); transform: translateY(-3px); }
.svc-mini-ico { flex: 0 0 26px; width: 26px; height: 26px; color: var(--red-hi); }
.svc-mini-ico svg { width: 26px; height: 26px; }
.svc-mini-body { flex: 1; min-width: 0; }
.svc-mini-body h4 { font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 0.4px; font-size: 0.98rem; margin-bottom: 3px; }
.svc-mini-body p { margin: 0; color: var(--muted-2); font-size: 0.8rem; }
.svc-mini-link { flex: 0 0 auto; width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--line-2); display: grid; place-items: center; color: #fff; transition: background 0.3s, border-color 0.3s, transform 0.3s; }
.svc-mini-link svg { width: 15px; height: 15px; }
.svc-mini:hover .svc-mini-link { background: var(--red); border-color: var(--red); }

/* Conversion band */
.svc-cta-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 22px; padding: 30px clamp(24px, 3vw, 42px); border-radius: var(--radius-lg); border: 1px solid rgba(225,6,0,0.3); background: linear-gradient(120deg, rgba(225,6,0,0.14), var(--ink-2) 62%); }
.svc-cta-copy h3 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 1.4rem; letter-spacing: 0.3px; margin-bottom: 6px; }
.svc-cta-copy p { margin: 0; color: var(--muted); font-size: 0.92rem; max-width: 640px; }
.svc-cta-band .btn { flex: 0 0 auto; }

/* ---------- Featured transformation (placeholder) ---------- */
.feature-card { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(24px, 3vw, 44px); align-items: stretch; }
.feature-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); min-height: 360px; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-flag { position: absolute; top: 16px; left: 16px; z-index: 2; font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.62rem; color: #fff; background: rgba(7,7,8,0.72); border: 1px solid var(--line-2); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); padding: 7px 13px; border-radius: 100px; }
.feature-info { display: flex; flex-direction: column; justify-content: center; }
.feature-info .kicker { margin-bottom: 18px; }
.feature-info .section-title { font-size: clamp(1.8rem, 3.4vw, 2.8rem); margin-bottom: 16px; }
.feature-info .lead { margin-bottom: 22px; }
.feature-specs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; padding: 0; }
.feature-specs li { list-style: none; font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 0.72rem; color: #e6e6ea; padding: 7px 14px; border: 1px solid var(--line); border-radius: 100px; background: var(--panel); }
.feature-info .btn { align-self: flex-start; }
@media (max-width: 880px) {
  .feature-card { grid-template-columns: 1fr; }
  .feature-media { min-height: 240px; }
}

/* ---------- Why (split / sticky) ---------- */
.why { background: var(--ink-2); }
.why-grid { display: grid; grid-template-columns: minmax(300px, 440px) minmax(0, 720px); gap: clamp(40px, 6vw, 80px); align-items: center; justify-content: center; max-width: 1280px; margin-inline: auto; }
.why-visual { position: relative; }
.why-visual .frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); position: relative; aspect-ratio: 4 / 5; }
.why-visual .frame img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; display: block; transition: transform 1.2s var(--ease); }
.why-visual:hover .frame img { transform: scale(1.05); }
.why-visual .corner { display: none; }
.why-stat { position: absolute; right: -18px; bottom: -22px; background: var(--ink); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 20px 24px; box-shadow: 0 30px 60px -24px rgba(0,0,0,0.8); }
.why-stat strong { font-family: "Anton"; font-size: 2.3rem; line-height: 0.9; display: block; }
.why-stat strong b { color: var(--red-hi); font-weight: inherit; }
.why-stat span { font-size: 0.66rem; letter-spacing: 2px; text-transform: uppercase; color: var(--muted-2); }
.why-list { display: grid; gap: 4px; margin-top: 36px; }
.why-item { display: flex; gap: 20px; padding: 22px 4px; border-top: 1px solid var(--line); transition: padding 0.4s var(--ease); }
.why-item:last-child { border-bottom: 1px solid var(--line); }
.why-item:hover { padding-left: 16px; }
.why-num { font-family: "Anton"; font-size: 0.9rem; color: var(--red-hi); flex: 0 0 auto; padding-top: 3px; }
.why-item h4 { font-family: "Oswald"; text-transform: uppercase; font-size: 1.08rem; letter-spacing: 0.4px; margin-bottom: 6px; }
.why-item p { margin: 0; color: var(--muted); font-size: 0.9rem; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 14px; }
.shot { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: block; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease), filter 0.5s; filter: saturate(0.85) brightness(0.82); }
.shot:hover img { transform: scale(1.07); filter: saturate(1.05) brightness(1); }
.shot.tall { grid-row: span 2; }
.shot.wide { grid-column: span 2; }
.shot-cap { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; background: linear-gradient(0deg, rgba(5,5,6,0.9) 4%, rgba(5,5,6,0.1) 50%, transparent); opacity: 0; transform: translateY(8px); transition: opacity 0.4s, transform 0.4s var(--ease); }
.shot:hover .shot-cap { opacity: 1; transform: none; }
.shot-cap span { font-family: "Oswald"; text-transform: uppercase; letter-spacing: 2.5px; font-size: 0.62rem; color: var(--red-hi); }
.shot-cap h4 { font-family: "Oswald"; text-transform: uppercase; font-size: 1.08rem; margin-top: 5px; }
.gallery-note { margin-top: 20px; text-align: center; color: var(--muted-2); font-size: 0.8rem; letter-spacing: 1px; text-transform: uppercase; font-family: "Oswald"; }

/* ---------- Warranty (cinematic band) ---------- */
.warranty { position: relative; text-align: center; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(800px 360px at 50% 0%, rgba(225,6,0,0.08), transparent 62%), var(--ink-2); }
.warranty .ghost-12 { display: none; }
.warranty .container { position: relative; z-index: 1; }
.seal { width: 124px; height: 124px; margin: 0 auto 30px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--red); background: radial-gradient(circle, rgba(225,6,0,0.16), transparent 72%); box-shadow: 0 0 60px -16px var(--red-glow), inset 0 0 26px rgba(225,6,0,0.18); }
.seal strong { font-family: "Anton"; font-size: 2.6rem; line-height: 0.82; }
.seal span { font-size: 0.56rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); }
.warranty h2 { font-family: "Oswald"; text-transform: uppercase; font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: -0.5px; margin-bottom: 20px; }
.warranty .lead { margin: 0 auto 32px; }
.warranty-points { display: flex; flex-wrap: wrap; gap: 16px 34px; justify-content: center; margin-bottom: 36px; }
.warranty-point { display: inline-flex; align-items: center; gap: 10px; font-family: "Oswald"; text-transform: uppercase; letter-spacing: 1.2px; font-size: 0.85rem; color: #e9e9ec; }
.warranty-point svg { width: 17px; height: 17px; color: var(--red-hi); }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review { position: relative; background: linear-gradient(170deg, var(--panel), var(--ink-2)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 30px; display: flex; flex-direction: column; transition: transform 0.4s var(--ease), border-color 0.4s; }
.review:hover { transform: translateY(-5px); border-color: var(--line-2); }
.review .quote-mark { font-family: "Anton"; font-size: 4rem; line-height: 0.6; color: rgba(225,6,0,0.22); margin-bottom: 6px; }
.stars { display: flex; gap: 3px; margin-bottom: 16px; color: #ffc52e; }
.stars svg { width: 16px; height: 16px; }
.review p { color: #e3e3e7; font-size: 0.97rem; margin-bottom: 24px; flex: 1; }
.review-by { display: flex; align-items: center; gap: 12px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-family: "Oswald"; font-weight: 600; font-size: 0.82rem; color: #fff; background: var(--raise); border: 1px solid var(--line-2); }
.review-by strong { display: block; font-family: "Oswald"; letter-spacing: 0.4px; font-size: 0.92rem; }
.review-by span { font-size: 0.74rem; color: var(--muted-2); }
.reviews-foot { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.gbadge { display: inline-flex; align-items: center; gap: 13px; padding: 14px 24px; border: 1px solid var(--line); border-radius: 100px; background: var(--ink-2); }
.gbadge .score { font-family: "Anton"; font-size: 1.5rem; color: #ffc52e; }
.gbadge .glabel { font-family: "Oswald"; font-weight: 600; letter-spacing: 0.5px; font-size: 0.95rem; }

/* honest reviews placeholder (until verified Google reviews are added) */
.reviews-empty {
  text-align: center;
  max-width: 680px; margin: 0 auto;
  padding: clamp(36px, 6vw, 64px) clamp(24px, 5vw, 56px);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(170deg, var(--panel), var(--ink-2));
}
.reviews-empty-ico {
  width: 60px; height: 60px; margin: 0 auto 22px;
  display: grid; place-items: center;
  border: 1px solid rgba(225,6,0,0.28); border-radius: 14px;
  background: rgba(225,6,0,0.06); color: var(--red-hi);
}
.reviews-empty-ico svg { width: 28px; height: 28px; }
.reviews-empty h3 { font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 0.5px; font-size: 1.5rem; margin-bottom: 14px; }
.reviews-empty p { color: var(--muted); font-size: 1rem; margin-bottom: 28px; }
.reviews-empty-cta { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* ---------- Quote ---------- */
.quote { background: var(--ink-2); }
.quote-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 72px); align-items: start; }
.quote-aside h2 { font-family: "Oswald"; text-transform: uppercase; font-size: clamp(2rem, 4.5vw, 3.2rem); letter-spacing: -0.5px; margin-bottom: 20px; line-height: 1.02; }
.quote-aside .lead { margin-bottom: 34px; }
.qlist { display: grid; gap: 2px; margin-bottom: 34px; }
.qrow { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-top: 1px solid var(--line); }
.qrow:last-child { border-bottom: 1px solid var(--line); }
.qrow .tick { flex: 0 0 22px; width: 22px; height: 22px; color: var(--red-hi); }
.qrow .tick svg { width: 22px; height: 22px; }
.qrow h4 { font-family: "Oswald"; text-transform: uppercase; font-size: 0.98rem; letter-spacing: 0.4px; margin-bottom: 3px; }
.qrow p { margin: 0; color: var(--muted); font-size: 0.86rem; }
.quote-direct { display: flex; flex-wrap: wrap; gap: 13px; }

.qform { background: linear-gradient(180deg, var(--panel), var(--ink-2)); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 40px); position: relative; }
.qform::before { content: ""; position: absolute; left: 0; top: 32px; bottom: 32px; width: 2px; background: linear-gradient(180deg, var(--red), transparent); }
.qform h3 { font-family: "Oswald"; text-transform: uppercase; font-size: 1.4rem; letter-spacing: 0.3px; margin-bottom: 6px; }
.qform .note { color: var(--muted-2); font-size: 0.84rem; margin-bottom: 28px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: "Oswald"; text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.68rem; color: var(--muted); margin-bottom: 9px; }
.field label .req { color: var(--red-hi); }
.field input, .field select, .field textarea { width: 100%; background: var(--ink); border: 1px solid var(--line-2); border-radius: 9px; padding: 14px 16px; color: #fff; font-family: inherit; font-size: 0.95rem; transition: border-color 0.25s, box-shadow 0.25s, background 0.25s; }
.field textarea { resize: vertical; min-height: 104px; }
.field input::placeholder, .field textarea::placeholder { color: #54545b; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,6,0,0.16); background: #0a0a0c; }
.field select { appearance: none; 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='%23a7a7ad' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 42px; }
/* brief highlight when a service is pre-selected from a card */
.field-flash select { border-color: var(--red); box-shadow: 0 0 0 4px rgba(225,6,0,0.20); }
.fsuccess { display: none; margin-top: 16px; padding: 14px 18px; border-radius: 10px; background: rgba(37,211,102,0.1); border: 1px solid rgba(37,211,102,0.36); color: #84efb0; font-size: 0.88rem; }
.fsuccess.show { display: block; }
.fdisc { font-size: 0.74rem; color: var(--muted-2); margin: 16px 0 0; text-align: center; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 5vw, 56px); }
.cstack { display: grid; gap: 14px; align-content: start; }
.ccard { display: flex; gap: 16px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: border-color 0.35s, transform 0.35s; }
.ccard:hover { border-color: var(--line-2); transform: translateX(4px); }
.ccard-ico { flex: 0 0 24px; width: 24px; height: 24px; color: var(--red-hi); }
.ccard-ico svg { width: 24px; height: 24px; }
.ccard h4 { font-family: "Oswald"; text-transform: uppercase; font-size: 0.95rem; letter-spacing: 0.5px; margin-bottom: 6px; }
.ccard p, .ccard a { margin: 0; color: var(--muted); font-size: 0.94rem; }
.ccard a:hover { color: #fff; }
.ccard-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px !important; color: var(--red-hi) !important; font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 0.74rem; }
.ccard-link:hover { color: #fff !important; }
.soon { font-family: "Oswald"; font-size: 0.6rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted-2); border: 1px solid var(--line-2); border-radius: 100px; padding: 3px 9px; display: inline-block; margin-top: 6px; }
.map { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); min-height: 440px; height: 100%; position: relative; }
.map iframe { width: 100%; height: 100%; min-height: 440px; border: 0; filter: grayscale(1) invert(0.92) contrast(0.92) brightness(0.95); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); border-top: 1px solid var(--line); padding: clamp(56px, 8vw, 88px) 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 44px; margin-bottom: 52px; }
.footer-brand p { color: var(--muted); font-size: 0.9rem; margin-top: 20px; max-width: 290px; }
.footer h5 { font-family: "Oswald"; text-transform: uppercase; letter-spacing: 2px; font-size: 0.78rem; margin-bottom: 20px; color: #fff; }
.footer ul { display: grid; gap: 12px; }
.footer ul a { color: var(--muted); font-size: 0.9rem; transition: color 0.25s, padding-left 0.25s; }
.footer ul a:hover { color: #fff; padding-left: 5px; }
.fcontact { display: flex; gap: 11px; color: var(--muted); font-size: 0.9rem; margin-bottom: 14px; align-items: flex-start; }
.fcontact svg { width: 17px; height: 17px; color: var(--red-hi); flex: 0 0 auto; margin-top: 2px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 28px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; color: var(--muted-2); font-size: 0.8rem; }
.socials { display: flex; gap: 10px; }
.socials a { width: 40px; height: 40px; border-radius: 9px; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--muted); transition: all 0.25s; }
.socials a:hover { color: #fff; border-color: var(--red); background: rgba(225,6,0,0.08); transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: clamp(16px, 3vw, 26px); bottom: clamp(16px, 3vw, 26px); z-index: 95; }
.wa-btn { position: relative; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); display: grid; place-items: center; box-shadow: 0 14px 34px -10px rgba(37,211,102,0.7); transition: transform 0.35s var(--ease); }
.wa-btn:hover { transform: scale(1.08); }
.wa-btn svg { width: 31px; height: 31px; color: #fff; }
.wa-btn::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); animation: waPulse 2.4s infinite; }
@keyframes waPulse { 0%{transform:scale(1);opacity:0.7} 100%{transform:scale(1.55);opacity:0} }

.wa-pop { position: fixed; right: clamp(16px, 3vw, 26px); bottom: 94px; z-index: 96; width: 320px; max-width: calc(100vw - 32px); background: #fff; color: #0b141a; border-radius: 16px; overflow: hidden; box-shadow: 0 30px 70px -20px rgba(0,0,0,0.7); transform: translateY(18px) scale(0.95); opacity: 0; visibility: hidden; transform-origin: bottom right; transition: all 0.35s var(--ease); }
.wa-pop.open { transform: none; opacity: 1; visibility: visible; }
.wa-pop-head { background: #075e54; color: #fff; padding: 15px 18px; display: flex; align-items: center; gap: 12px; }
.wa-pop-av { width: 40px; height: 40px; border-radius: 50%; background: var(--red); display: grid; place-items: center; font-family: "Anton"; font-size: 0.95rem; }
.wa-pop-head strong { font-family: "Oswald"; font-size: 0.95rem; display: block; }
.wa-pop-head span { font-size: 0.7rem; opacity: 0.85; display: flex; align-items: center; gap: 5px; }
.wa-pop-head span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--wa); }
.wa-pop-x { margin-left: auto; background: none; border: none; color: #fff; font-size: 1.4rem; opacity: 0.8; line-height: 1; }
.wa-pop-body { padding: 22px 18px; background: #e6ddd4; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='4' cy='4' r='1' fill='%23d2c8bd'/%3E%3C/svg%3E"); }
.wa-pop-msg { background: #fff; padding: 12px 14px; border-radius: 0 10px 10px 10px; font-size: 0.87rem; box-shadow: 0 1px 2px rgba(0,0,0,0.12); }
.wa-pop-msg .t { font-size: 0.62rem; color: #667781; text-align: right; margin-top: 5px; }
.wa-pop-send { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 16px; padding: 13px; border-radius: 10px; background: var(--wa); color: #052e17; font-family: "Oswald"; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; font-size: 0.86rem; }
.wa-pop-send svg { width: 19px; height: 19px; }

/* ---------- Motion / reveal ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (min-width: 1700px) {
  .gallery-grid { grid-auto-rows: 260px; }
}
@media (max-width: 1080px) {
  .nav, .header-phone { display: none; }
  .burger { display: block; }
  .site-logo--header { height: 44px; }
  .header.scrolled .site-logo--header { height: 38px; }
  .services-core { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .quote-grid, .contact-grid { grid-template-columns: 1fr; }
  .why-visual { max-width: 540px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .head-row { flex-direction: column; align-items: flex-start; gap: 18px; }
}
@media (max-width: 680px) {
  /* tighter vertical rhythm so the page scans faster on mobile */
  .section { padding: 56px 0; }
  .section-sm { padding: 40px 0; }
  .head-row { margin-bottom: 32px; }
  .section-head { margin-bottom: 38px; }
  .svc-more { margin: 28px 0 14px; }
  .services-core { grid-template-columns: 1fr; }
  .services-minis { grid-template-columns: 1fr; }
  .svc-cta-band { flex-direction: column; align-items: flex-start; }
  .svc-ico { margin-bottom: 28px; }
  .frow { grid-template-columns: 1fr; }
  /* mobile: bias toward the car's front (grille/headlight) */
  .hero-media img { object-position: 52% center; }
  /* even, uniform 2-up grid on mobile so any number of photos looks tidy */
  .gallery-grid { grid-auto-rows: 160px; }
  .shot.tall { grid-row: span 1; }
  .shot.wide { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .map, .map iframe { min-height: 340px; }
}
/* On small screens the inline header CTA gives way to the burger menu's CTA
   so the wider logo never crowds the navigation. */
@media (max-width: 600px) {
  .header-cta .btn-primary { display: none; }
  .site-logo--header { height: 40px; }
  .header.scrolled .site-logo--header { height: 36px; }
}
@media (max-width: 460px) {
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .wa-pop { right: 16px; left: 16px; width: auto; }
  .site-logo--header { height: 36px; }
}

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