:root {
  --ink: #0a100d;
  --muted: #657169;
  --line: #dce4df;
  --paper: #f5f6f2;
  --white: #ffffff;
  --emerald: #0ea765;
  --emerald-deep: #087747;
  --night: #07150f;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
svg { display: block; }
::selection { background: var(--emerald); color: white; }
.site-shell { overflow: clip; }
.section-pad { padding: 112px max(24px, calc((100vw - var(--max)) / 2)); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 32px), var(--max));
  min-height: 72px;
  padding: 12px 14px 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(7,21,15,.88);
  color: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0,0,0,.14);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; }
.brand-mark svg { width: 34px; fill: var(--emerald); }
.brand-copy { display: grid; gap: 1px; min-width: 0; }
.brand-copy strong { font-size: 14px; line-height: 1; letter-spacing: .15em; white-space: nowrap; }
.brand-copy small { font-size: 8px; line-height: 1; letter-spacing: .23em; opacity: .6; white-space: nowrap; }
.header-cta {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  background: var(--emerald);
  color: #03140c;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}
.header-cta span { font-size: 16px; }

.hero {
  position: relative;
  min-height: 850px;
  padding-top: 180px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 90% 20%, rgba(14,167,101,.08), transparent 32%),
    linear-gradient(180deg, #f9faf6 0%, var(--paper) 100%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(20px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; right: -270px; top: 130px; border: 1px solid rgba(14,167,101,.18); box-shadow: inset 0 0 100px rgba(14,167,101,.06); }
.hero-glow-two { width: 260px; height: 260px; right: 120px; bottom: 20px; border: 1px solid rgba(10,16,13,.06); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--emerald); }
h1, h2, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; font-weight: 760; }
h1 { margin-bottom: 24px; font-size: clamp(66px, 7.6vw, 112px); line-height: .88; }
h1 em, h2 em { font-style: normal; color: var(--emerald); }
.hero-lede { max-width: 520px; margin-bottom: 32px; color: #5d6861; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.6; }
.button {
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 0;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 850;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--emerald); color: #04150d; }
.button-primary:hover { background: #10b870; }
.hero-button { min-width: 205px; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-card {
  position: relative;
  width: 100%;
  min-height: 440px;
  overflow: hidden;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  background: linear-gradient(145deg, #07150f, #0c251a 67%, #0c3d28);
  border-radius: 34px;
  box-shadow: 0 40px 100px rgba(5,30,18,.22);
}
.visual-card::before { content:""; position:absolute; width:380px; height:380px; right:-150px; top:-120px; border-radius:50%; border:1px solid rgba(104,255,183,.2); box-shadow:inset 0 0 80px rgba(14,167,101,.12); }
.visual-card::after { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:30px 30px; mask-image:linear-gradient(to bottom,black,transparent 75%); }
.visual-topline, .visual-stats { position:relative; z-index:2; display:flex; justify-content:space-between; align-items:center; gap:18px; }
.visual-topline { color:rgba(255,255,255,.46); font-size:9px; letter-spacing:.17em; font-weight:800; }
.car-line { position:relative; z-index:2; margin:auto -18px -5px; color:var(--emerald); }
.car-line svg { width:100%; overflow:visible; }
.car-line path, .car-line circle { fill:none; stroke:currentColor; stroke-width:2.2; vector-effect:non-scaling-stroke; }
.car-line circle { stroke:rgba(255,255,255,.52); }
.visual-stats { padding-top:22px; border-top:1px solid rgba(255,255,255,.12); }
.visual-stats div { display:grid; gap:5px; }
.visual-stats div:last-child { text-align:right; }
.visual-stats small { color:rgba(255,255,255,.45); font-size:8px; letter-spacing:.16em; }
.visual-stats strong { font-size:12px; letter-spacing:.06em; }
.float-chip { position:absolute; z-index:5; left:-24px; top:80px; padding:13px 15px; border-radius:14px; background:#fff; box-shadow:0 20px 50px rgba(8,33,20,.14); font-size:11px; font-weight:800; }
.dot { display:inline-block; width:7px; height:7px; margin-right:7px; border-radius:50%; background:var(--emerald); box-shadow:0 0 0 4px rgba(14,167,101,.12); }

.simple-proof { background: #fff; }
.proof-heading { max-width: 680px; }
.proof-heading h2 { margin-bottom: 0; font-size: clamp(50px, 5.4vw, 80px); line-height: .95; }
.proof-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-item { min-height: 150px; padding: 30px 30px 30px 0; display: flex; flex-direction: column; justify-content: space-between; }
.proof-item + .proof-item { padding-left: 30px; border-left: 1px solid var(--line); }
.proof-item span { color: var(--emerald); font: 700 10px ui-monospace,SFMono-Regular,Menlo,monospace; }
.proof-item strong { font-size: 21px; letter-spacing: -.025em; }

.final-cta { background: #fff; padding-top: 28px; }
.cta-panel {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  padding: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  border-radius: 36px;
  color: white;
  background: var(--night);
}
.cta-panel::after { content:""; position:absolute; width:500px; height:500px; right:-180px; top:-240px; border:1px solid rgba(14,167,101,.18); border-radius:50%; box-shadow:inset 0 0 120px rgba(14,167,101,.08); pointer-events:none; }
.cta-panel > * { position: relative; z-index: 2; }
.eyebrow.light { color: rgba(255,255,255,.48); }
.cta-panel h2 { margin-bottom: 0; font-size: clamp(48px, 5vw, 76px); line-height: .95; }
.cta-actions { width: min(320px, 100%); display: grid; gap: 18px; }
.cta-actions .button { width: 100%; }
.phone-link { display: grid; gap: 6px; color: rgba(255,255,255,.5); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.phone-link strong { color: white; font-size: 15px; letter-spacing: 0; text-transform: none; }

.footer { min-height: 170px; padding: 40px max(24px,calc((100vw - var(--max))/2)); display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:34px; color:white; background:var(--night); border-top:1px solid rgba(255,255,255,.08); }
.footer p { margin:0; color:rgba(255,255,255,.4); font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.socials { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; }
.socials a { padding:9px 10px; border:1px solid rgba(255,255,255,.12); border-radius:9px; color:rgba(255,255,255,.66); font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.08s; }

/* Temporary booking-page shell. This is intentionally minimal until the booking flow is designed. */
.booking-page { min-height: 100vh; color: white; background: var(--night); }
.booking-header { background: rgba(7,21,15,.94); }
.back-link { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 800; }
.booking-shell { min-height: calc(100vh - 110px); padding: 170px 24px 80px; display: grid; place-items: center; background: radial-gradient(circle at 70% 28%, rgba(14,167,101,.11), transparent 31%); }
.booking-placeholder { width: min(780px, 100%); text-align: center; }
.booking-placeholder .eyebrow { justify-content: center; color: rgba(255,255,255,.48); }
.booking-placeholder h1 { margin-bottom: 28px; font-size: clamp(58px, 8vw, 104px); }
.booking-placeholder > p:not(.eyebrow) { max-width: 580px; margin: 0 auto 34px; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.65; }
.booking-placeholder .button { min-width: 220px; }
.booking-footer { padding: 24px; text-align: center; color: rgba(255,255,255,.34); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  .button { transition:none; }
}

@media (max-width: 980px) {
  .section-pad { padding: 90px 28px; }
  .site-header { width: calc(100% - 24px); top: 10px; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 440px; max-width: 720px; width: 100%; }
  .cta-panel { padding: 56px 42px; flex-direction: column; align-items: flex-start; }
  .footer { padding: 42px 28px; grid-template-columns: 1fr; justify-items: start; gap: 20px; }
  .socials { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .section-pad { padding: 72px 18px; }
  .site-header { min-height: 64px; padding: 10px 10px 10px 13px; border-radius: 17px; }
  .brand { gap: 8px; }
  .brand-mark { width: 30px; height: 30px; flex-basis: 30px; }
  .brand-mark svg { width: 29px; }
  .brand-copy strong { font-size: 11px; }
  .brand-copy small { font-size: 6.5px; letter-spacing: .18em; }
  .header-cta { min-height: 40px; padding: 0 12px; gap: 8px; border-radius: 10px; font-size: 10px; }
  .header-cta span { display: none; }

  .hero { padding-top: 126px; padding-bottom: 56px; }
  .hero-grid { gap: 48px; }
  h1 { margin-bottom: 20px; font-size: clamp(58px, 18vw, 82px); }
  .hero-lede { margin-bottom: 26px; font-size: 16px; }
  .hero-button { width: 100%; min-width: 0; }
  .hero-visual { min-height: 330px; }
  .visual-card { min-height: 320px; padding: 20px; border-radius: 26px; }
  .visual-topline { font-size: 7px; }
  .visual-stats { align-items: flex-end; }
  .visual-stats small { font-size: 7px; }
  .visual-stats strong { font-size: 9px; }
  .float-chip { left: -5px; top: 42px; padding: 10px 12px; font-size: 9px; }

  .simple-proof { padding-top: 76px; padding-bottom: 76px; }
  .proof-heading h2 { font-size: clamp(46px, 14vw, 64px); }
  .proof-grid { margin-top: 48px; grid-template-columns: 1fr; }
  .proof-item, .proof-item + .proof-item { min-height: 94px; padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--line); flex-direction: row; align-items: center; justify-content: flex-start; gap: 20px; }
  .proof-item:last-child { border-bottom: 0; }
  .proof-item strong { font-size: 17px; }

  .final-cta { padding: 10px 10px 72px; }
  .cta-panel { min-height: 390px; padding: 42px 22px 24px; border-radius: 28px; justify-content: flex-end; gap: 42px; }
  .cta-panel h2 { font-size: clamp(46px, 13vw, 60px); }
  .cta-actions { width: 100%; }
  .cta-actions .button { width: 100%; }

  .footer { min-height: 0; padding: 36px 20px; }
  .socials { gap: 6px; }
  .socials a { font-size: 8px; }

  .booking-header .brand-copy small { display: none; }
  .booking-shell { padding: 135px 18px 60px; }
  .booking-placeholder h1 { font-size: clamp(54px, 16vw, 76px); }
  .booking-placeholder > p:not(.eyebrow) { font-size: 15px; }
  .booking-placeholder .button { width: 100%; }
}

@media (max-width: 390px) {
  .brand-copy small { display: none; }
  .header-cta { padding-inline: 10px; font-size: 9.5px; }
  h1 { font-size: 56px; }
}

/* Quote builder */
.quote-app {
  min-height: 100vh;
  padding: 142px 20px 90px;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(14,167,101,.09), transparent 28%),
    linear-gradient(180deg, #f8faf7 0%, #f1f4f0 100%);
}
.quote-wrap { width: min(920px, 100%); margin: 0 auto; }
.quote-topbar { display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; }
.quote-back {
  width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 13px;
  display: grid; place-items: center; color: var(--ink); background: rgba(255,255,255,.75);
  font-size: 17px; cursor: pointer; transition: opacity .2s, transform .2s, border-color .2s;
}
.quote-back:disabled { opacity: .25; cursor: default; }
.quote-back:not(:disabled):hover { transform: translateX(-2px); border-color: #b8c7bd; }
.quote-progress-copy { min-width: 0; display: grid; gap: 2px; }
.quote-progress-copy span, .quote-progress-number { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.quote-progress-copy strong { font-size: 13px; letter-spacing: -.01em; }
.quote-progress-number { font-family: ui-monospace,SFMono-Regular,Menlo,monospace; color: var(--emerald-deep); }
.quote-progress-track { height: 3px; margin: 16px 0 64px 58px; overflow: hidden; border-radius: 99px; background: #dce4df; }
.quote-progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--emerald); transition: width .35s ease; }

.quote-step { animation: quoteIn .38s ease both; }
.quote-step[hidden] { display: none !important; }
@keyframes quoteIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.quote-heading { max-width: 720px; margin-bottom: 42px; }
.quote-heading .eyebrow { margin-bottom: 15px; }
.quote-heading h1 { margin-bottom: 18px; font-size: clamp(54px, 8vw, 84px); line-height: .91; }
.quote-heading > p:last-child { max-width: 570px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.quote-heading.compact h1 { font-size: clamp(50px, 7vw, 76px); }

.choice-grid { display: grid; gap: 12px; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice-card {
  min-height: 190px; padding: 22px; border: 1px solid #d6dfd9; border-radius: 22px;
  display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto; align-items: end;
  text-align: left; color: var(--ink); background: rgba(255,255,255,.74); cursor: pointer;
  transition: transform .2s, border-color .2s, box-shadow .2s, background .2s;
}
.choice-card:hover { transform: translateY(-3px); border-color: #acc6b6; box-shadow: 0 18px 40px rgba(8,40,24,.07); }
.choice-card.is-selected { border-color: var(--emerald); background: #fff; box-shadow: 0 0 0 3px rgba(14,167,101,.1), 0 18px 40px rgba(8,40,24,.08); }
.choice-icon { grid-column: 1 / -1; width: 52px; height: 52px; align-self: start; display: grid; place-items: center; border-radius: 15px; background: rgba(14,167,101,.08); color: var(--emerald-deep); }
.choice-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.choice-copy { display: grid; gap: 5px; }
.choice-copy strong { font-size: 18px; letter-spacing: -.025em; }
.choice-copy small { color: var(--muted); font-size: 11px; font-weight: 650; }
.choice-arrow { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--night); color: #fff; font-size: 14px; }
.choice-card.is-selected .choice-arrow { background: var(--emerald); color: #062216; }

.vehicle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.vehicle-card {
  min-height: 145px; padding: 18px 14px; border: 1px solid #d6dfd9; border-radius: 19px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  color: var(--ink); background: rgba(255,255,255,.75); cursor: pointer; transition: .2s ease;
}
.vehicle-card:hover { transform: translateY(-2px); border-color: #acc6b6; background: #fff; }
.vehicle-card.is-selected { border-color: var(--emerald); background: #fff; box-shadow: 0 0 0 3px rgba(14,167,101,.1); }
.vehicle-card strong { font-size: 12px; letter-spacing: -.01em; }
.vehicle-price { margin-top:-10px; color:var(--emerald-deep); font-size:10px; font-weight:800; }
.vehicle-shape { position: relative; width: 62px; height: 28px; border: 2px solid var(--emerald-deep); border-radius: 15px 18px 8px 8px; border-top-width: 0; }
.vehicle-shape::before { content:""; position:absolute; left:12px; top:-12px; width:34px; height:16px; border:2px solid var(--emerald-deep); border-bottom:0; border-radius:18px 22px 0 0; transform:skewX(-9deg); }
.vehicle-shape::after { content:""; position:absolute; left:8px; bottom:-6px; width:8px; height:8px; border-radius:50%; background:var(--night); box-shadow:38px 0 0 var(--night); }
.vehicle-shape.coupe { width: 58px; }
.vehicle-shape.coupe::before { left:16px; width:27px; }
.vehicle-shape.suv { height: 31px; border-radius: 9px; }
.vehicle-shape.suv::before { left:9px; top:-12px; width:42px; border-radius:8px 8px 0 0; transform:none; }
.vehicle-shape.suv.large { width: 68px; }
.vehicle-shape.suv.large::before { width:48px; }
.vehicle-shape.suv.large::after { box-shadow:44px 0 0 var(--night); }
.vehicle-shape.truck { width: 68px; border-radius: 8px; }
.vehicle-shape.truck::before { left:8px; width:23px; border-radius:8px 8px 0 0; transform:none; }
.vehicle-shape.truck::after { box-shadow:44px 0 0 var(--night); }
.vehicle-shape.bike { width: 16px; height: 16px; border: 0; border-radius: 0; transform: rotate(-12deg); box-shadow: -17px 11px 0 -3px transparent; }
.vehicle-shape.bike::before { left:-13px; top:3px; width:31px; height:16px; border:2px solid var(--emerald-deep); border-radius:50%; border-top-color:transparent; transform:none; }
.vehicle-shape.bike::after { left:-13px; bottom:-12px; width:15px; height:15px; background:transparent; border:2px solid var(--night); box-shadow:29px 0 0 -2px #f8faf7, 29px 0 0 0 var(--night); }
.vehicle-other { height: 34px; display: grid; place-items: center; color: var(--emerald-deep); font-size: 26px; letter-spacing: 4px; }

.conditional-group { margin-top: 34px; }
.conditional-group:first-of-type { margin-top: 0; }
.conditional-group[hidden] { display: none !important; }
.option-group-title { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.option-group-title span { font-size: 13px; font-weight: 850; }
.option-group-title small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pill-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pill-option, .addon-card {
  border: 1px solid #d6dfd9; color: var(--ink); background: rgba(255,255,255,.78); cursor: pointer;
  transition: border-color .2s, background .2s, box-shadow .2s, transform .2s;
}
.pill-option { min-height: 64px; padding: 0 16px; border-radius: 15px; display:flex; align-items:center; justify-content:space-between; gap:14px; text-align:left; font-size:12px; font-weight:750; }
.pill-option > span { display:grid; gap:3px; }
.pill-option small { color:var(--muted); font-size:9px; font-weight:650; line-height:1.25; }
.pill-option i, .addon-card i { width: 27px; height: 27px; flex:0 0 27px; display:grid; place-items:center; border-radius:9px; background:#eef2ef; color:var(--muted); font-style:normal; font-size:16px; transition:.2s; }
.pill-option:hover, .addon-card:hover { transform: translateY(-1px); border-color: #afc3b6; }
.pill-option.is-selected, .addon-card.is-selected { border-color: var(--emerald); background: #fff; box-shadow: 0 0 0 3px rgba(14,167,101,.08); }
.pill-option.is-selected i, .addon-card.is-selected i { background: var(--emerald); color: #042015; }
.pill-option.is-selected i::before, .addon-card.is-selected i::before { content: "✓"; }
.pill-option.is-selected i, .addon-card.is-selected i { font-size: 0; }
.pill-option.is-selected i::before, .addon-card.is-selected i::before { font-size: 13px; font-weight: 900; }

.addon-list { display: grid; gap: 10px; }
.addon-card { min-height: 78px; width:100%; padding: 15px 16px 15px 18px; border-radius: 16px; display:flex; align-items:center; justify-content:space-between; gap:20px; text-align:left; }
.addon-card > span { display:grid; gap:5px; }
.addon-card strong { font-size: 13px; }
.addon-card small { color: var(--muted); font-size: 10px; line-height: 1.35; }

.quote-mobile-actions { width:min(920px, calc(100% - 40px)); margin: 34px auto 0; display:flex; justify-content:flex-end; }
.quote-mobile-actions[hidden] { display:none !important; }
.quote-next { min-width: 180px; color:#fff; background:var(--night); cursor:pointer; }
.quote-next:hover { background:#0c251a; }

.quote-result-card { overflow:hidden; padding: 28px; border:1px solid #d6dfd9; border-radius:24px; background:#fff; box-shadow:0 24px 60px rgba(6,34,20,.07); }
.estimate-row { padding: 4px 0 22px; display:flex; align-items:flex-end; justify-content:space-between; gap:20px; border-bottom:1px solid var(--line); }
.estimate-row span { color:var(--muted); font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.estimate-row strong { font-size:56px; line-height:.9; letter-spacing:-.06em; }
.estimate-note { margin:12px 0 26px; color:var(--muted); font-size:10px; }
.summary-list { margin-bottom:24px; display:grid; }
.summary-list > div { min-height:54px; padding:13px 0; display:grid; grid-template-columns:120px 1fr; gap:20px; align-items:start; border-bottom:1px solid #edf0ed; }
.summary-list span { color:var(--muted); font-size:10px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.summary-list strong { justify-self:end; max-width:520px; text-align:right; font-size:12px; line-height:1.45; }
.instant-book { width:100%; cursor:pointer; }
.booking-next-note { margin-top:12px; padding:15px; border-radius:13px; display:grid; gap:4px; color:#d9e7df; background:var(--night); }
.booking-next-note strong { font-size:11px; }
.booking-next-note span { color:rgba(255,255,255,.56); font-size:9px; line-height:1.4; }

@media (max-width: 760px) {
  .quote-app { padding: 122px 16px 112px; }
  .quote-progress-track { margin-bottom: 46px; }
  .quote-heading { margin-bottom: 30px; }
  .quote-heading h1, .quote-heading.compact h1 { font-size: clamp(47px, 14vw, 66px); }
  .choice-grid-three { grid-template-columns: 1fr; }
  .choice-card { min-height: 112px; padding: 17px; grid-template-columns: 46px 1fr 30px; grid-template-rows: 1fr; align-items:center; gap:14px; border-radius:17px; }
  .choice-icon { grid-column:auto; width:46px; height:46px; align-self:center; border-radius:13px; }
  .choice-icon svg { width:26px; }
  .choice-arrow { width:28px; height:28px; }
  .vehicle-grid { grid-template-columns: repeat(2,1fr); }
  .vehicle-card { min-height: 120px; padding: 15px 10px; }
  .pill-grid { grid-template-columns: 1fr 1fr; }
  .quote-mobile-actions {
    position:fixed; z-index:45; left:0; right:0; bottom:0; width:100%; margin:0; padding:12px max(16px,env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));
    justify-content:stretch; background:rgba(248,250,247,.92); border-top:1px solid rgba(190,202,194,.75); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  }
  .quote-next { width:100%; min-width:0; min-height:54px; }
  .quote-result-card { padding:22px 18px; border-radius:20px; }
  .estimate-row strong { font-size:48px; }
  .summary-list > div { grid-template-columns:90px 1fr; gap:12px; }
}

@media (max-width: 430px) {
  .booking-header .back-link { font-size:10px; }
  .quote-app { padding-inline: 13px; }
  .quote-topbar { grid-template-columns:40px 1fr auto; gap:10px; }
  .quote-back { width:40px; height:40px; }
  .quote-progress-track { margin-left:50px; }
  .quote-heading h1, .quote-heading.compact h1 { font-size:46px; }
  .quote-heading > p:last-child { font-size:13px; }
  .vehicle-grid { gap:8px; }
  .vehicle-card { min-height:112px; border-radius:15px; }
  .pill-grid { grid-template-columns:1fr; gap:8px; }
  .pill-option { min-height:58px; }
  .option-group-title { align-items:flex-end; }
  .option-group-title small { text-align:right; }
}

/* Option info controls */
.option-actions { display:flex; align-items:center; gap:8px; flex:0 0 auto; }
.info-trigger {
  width:27px; height:27px; flex:0 0 27px; display:grid; place-items:center;
  border:1px solid #cfdad3; border-radius:50%; color:var(--emerald-deep); background:#fff;
  font-size:12px; font-weight:900; font-family:Georgia,serif; line-height:1; cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.info-trigger:hover, .info-trigger:focus-visible { transform:scale(1.06); border-color:var(--emerald); background:#f1faf5; outline:none; }
.condition-price { color:var(--emerald-deep) !important; font-weight:850 !important; }

body.modal-open { overflow:hidden; }
.info-modal {
  position:fixed; z-index:100; inset:0; padding:20px; display:grid; place-items:center;
  background:rgba(3,18,11,.58); backdrop-filter:blur(7px); -webkit-backdrop-filter:blur(7px);
}
.info-modal[hidden] { display:none !important; }
.info-modal-card {
  position:relative; width:min(430px,100%); padding:30px 28px 28px; border:1px solid rgba(255,255,255,.7);
  border-radius:22px; background:#fff; box-shadow:0 28px 90px rgba(2,24,13,.25);
  animation:infoPop .18s ease both;
}
@keyframes infoPop { from { opacity:0; transform:translateY(8px) scale(.98); } to { opacity:1; transform:none; } }
.info-modal-badge { width:34px; height:34px; margin-bottom:17px; display:grid; place-items:center; border-radius:50%; background:rgba(14,167,101,.1); color:var(--emerald-deep); font:900 16px/1 Georgia,serif; }
.info-modal-card h2 { margin:0 38px 9px 0; font-size:24px; letter-spacing:-.035em; }
.info-modal-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.6; }
.info-modal-close { position:absolute; top:15px; right:15px; width:36px; height:36px; border:0; border-radius:50%; display:grid; place-items:center; color:var(--ink); background:#eef2ef; font-size:22px; cursor:pointer; }
.info-modal-close:hover { background:#e4ebe6; }

@media (max-width:430px) {
  .info-modal { padding:16px; align-items:end; }
  .info-modal-card { width:100%; padding:27px 22px calc(25px + env(safe-area-inset-bottom)); border-radius:22px 22px 18px 18px; }
  .info-trigger { width:29px; height:29px; flex-basis:29px; }
}

/* V6: info placement + live booking calendar */
.option-copy, .addon-copy { min-width:0; display:grid; gap:4px; }
.option-title-row { display:flex; align-items:center; justify-content:flex-start; gap:7px; min-width:0; }
.option-title-row > span:first-child, .option-title-row strong { min-width:0; }
.info-trigger {
  width:20px; height:20px; flex:0 0 20px; margin-left:1px;
  border-color:#cbd8d0; font-size:10px;
}
.pill-option, .addon-card { position:relative; }
.pill-option .selection-mark, .addon-card .selection-mark { margin-left:auto; }

.booking-card { overflow:hidden; border:1px solid #d6dfd9; border-radius:24px; background:#fff; box-shadow:0 24px 60px rgba(6,34,20,.07); }
.booking-form { padding:28px; }
.booking-fields { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.booking-field { display:grid; gap:8px; }
.booking-field-wide { grid-column:1 / -1; }
.booking-field > span, .booking-subhead > span { color:var(--ink); font-size:10px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.booking-field input {
  width:100%; min-height:54px; padding:0 15px; border:1px solid #d4ded7; border-radius:13px;
  color:var(--ink); background:#fbfcfa; font:inherit; font-size:14px; outline:none; transition:.18s ease;
}
.booking-field input::placeholder { color:#9aa9a0; }
.booking-field input:focus { border-color:var(--emerald); background:#fff; box-shadow:0 0 0 3px rgba(14,167,101,.08); }

.calendar-card { margin-top:24px; padding:18px; border:1px solid #e0e7e2; border-radius:18px; background:#f8faf7; }
.calendar-head { margin-bottom:16px; display:grid; grid-template-columns:38px 1fr 38px; align-items:center; gap:10px; }
.calendar-head > div { display:grid; justify-items:center; gap:3px; text-align:center; }
.calendar-head strong { font-size:16px; letter-spacing:-.02em; }
.calendar-head small { color:var(--muted); font-size:9px; font-weight:700; }
.calendar-nav { width:38px; height:38px; border:1px solid #d6dfd9; border-radius:11px; display:grid; place-items:center; color:var(--ink); background:#fff; cursor:pointer; font-size:15px; }
.calendar-nav:disabled { opacity:.3; cursor:not-allowed; }
.calendar-weekdays, .calendar-grid { display:grid; grid-template-columns:repeat(7,1fr); gap:6px; }
.calendar-weekdays { margin-bottom:6px; }
.calendar-weekdays span { padding:4px 0; color:var(--muted); text-align:center; font-size:9px; font-weight:850; text-transform:uppercase; }
.calendar-spacer { min-height:42px; }
.calendar-day {
  aspect-ratio:1; min-width:0; border:1px solid transparent; border-radius:11px; display:grid; place-items:center;
  color:var(--ink); background:#fff; font:800 11px/1 inherit; cursor:pointer; transition:.16s ease;
}
.calendar-day:hover:not(:disabled) { border-color:#9fc9b0; transform:translateY(-1px); }
.calendar-day.is-selected { border-color:var(--emerald); color:#fff; background:var(--emerald-deep); box-shadow:0 0 0 3px rgba(14,167,101,.08); }
.calendar-day:disabled { color:#b5beb8; background:transparent; cursor:not-allowed; }

.time-picker { margin-top:24px; }
.booking-subhead { margin-bottom:10px; display:flex; align-items:flex-end; justify-content:space-between; gap:15px; }
.booking-subhead small { color:var(--muted); font-size:10px; font-weight:700; text-align:right; }
.time-slot-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.time-slot {
  min-height:78px; padding:13px; border:1px solid #d6dfd9; border-radius:15px; display:grid; align-content:center; gap:5px;
  color:var(--ink); background:#fff; cursor:pointer; text-align:left; transition:.18s ease;
}
.time-slot strong { font-size:13px; }
.time-slot small { color:var(--muted); font-size:9px; }
.time-slot:hover:not(:disabled) { transform:translateY(-1px); border-color:#9fc9b0; }
.time-slot.is-selected { border-color:var(--emerald); background:#f1faf5; box-shadow:0 0 0 3px rgba(14,167,101,.08); }
.time-slot:disabled { opacity:.52; cursor:not-allowed; transform:none; }
.time-slot.is-booked { opacity:.4; background:#f1f3f1; }
.slot-status { min-height:16px; margin:9px 2px 0; color:var(--muted); font-size:9px; line-height:1.4; }

.booking-review { margin:22px 0 14px; padding:16px 0; border-top:1px solid #edf0ed; border-bottom:1px solid #edf0ed; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.booking-review span { color:var(--muted); font-size:10px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.booking-review strong { font-size:30px; letter-spacing:-.04em; }
.booking-submit { width:100%; border:0; cursor:pointer; }
.booking-submit:disabled { opacity:.42; cursor:not-allowed; }
.booking-submit.is-loading { opacity:.65; pointer-events:none; }
.booking-form-status { min-height:18px; margin:10px 2px 0; color:var(--muted); font-size:10px; line-height:1.45; }

.booking-success { padding:42px 28px 32px; text-align:center; }
.booking-success[hidden] { display:none !important; }
.booking-success-mark { width:52px; height:52px; margin:0 auto 18px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--emerald-deep); font-size:21px; font-weight:900; }
.booking-success .eyebrow { justify-content:center; }
.booking-success h2 { margin:8px 0 12px; font-size:clamp(42px,7vw,64px); line-height:.9; letter-spacing:-.06em; }
.booking-success h2 em { color:var(--emerald); font-family:Georgia,serif; font-weight:400; }
.booking-success > p:not(.eyebrow) { width:min(520px,100%); margin:0 auto 24px; color:var(--muted); font-size:13px; line-height:1.6; }
.booking-confirmation-list { width:min(520px,100%); margin:0 auto 24px; border-top:1px solid #edf0ed; }
.booking-confirmation-list > div { padding:13px 0; border-bottom:1px solid #edf0ed; display:flex; justify-content:space-between; gap:20px; text-align:left; }
.booking-confirmation-list span { color:var(--muted); font-size:9px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.booking-confirmation-list strong { font-size:12px; text-align:right; }
.booking-success .button { width:min(100%,380px); margin:0 auto; }

@media (max-width:760px) {
  .booking-form { padding:20px 17px; }
  .booking-fields { grid-template-columns:1fr; gap:12px; }
  .booking-field-wide { grid-column:auto; }
  .calendar-card { margin-top:20px; padding:14px 10px 12px; border-radius:17px; }
  .calendar-weekdays, .calendar-grid { gap:4px; }
  .calendar-day { border-radius:9px; font-size:11px; }
  .calendar-spacer { min-height:36px; }
  .time-slot-grid { grid-template-columns:1fr; gap:8px; }
  .time-slot { min-height:64px; padding:12px 14px; grid-template-columns:1fr auto; align-items:center; }
  .time-slot small { text-align:right; }
  .booking-success { padding:36px 18px 26px; }
}

@media (max-width:430px) {
  .info-trigger { width:19px; height:19px; flex-basis:19px; font-size:9px; }
  .option-title-row { gap:6px; }
  .booking-card { border-radius:19px; }
  .calendar-head { grid-template-columns:36px 1fr 36px; }
  .calendar-nav { width:36px; height:36px; }
  .calendar-day { min-height:38px; aspect-ratio:auto; }
}

/* V7: custom photo integration */
img { max-width: 100%; }
.photo-hero { min-height: 900px; }
.photo-hero .hero-grid { grid-template-columns: .92fr 1.08fr; gap: clamp(44px, 6vw, 88px); }
.hero-photo { position:relative; width:min(100%,585px); justify-self:end; aspect-ratio:4/5; margin:0; overflow:hidden; border-radius:34px; background:#dfe6e1; box-shadow:0 38px 90px rgba(5,30,18,.20); isolation:isolate; }
.hero-photo::before { content:""; position:absolute; z-index:3; inset:14px; border:1px solid rgba(255,255,255,.26); border-radius:24px; pointer-events:none; }
.hero-photo img { width:100%; height:100%; display:block; object-fit:cover; object-position:50% 62%; }
.hero-photo-shade { position:absolute; z-index:1; inset:0; background:linear-gradient(180deg,transparent 44%,rgba(2,12,7,.14) 64%,rgba(2,12,7,.86) 100%); pointer-events:none; }
.hero-photo figcaption { position:absolute; z-index:4; left:34px; right:34px; bottom:32px; display:grid; gap:8px; color:white; }
.photo-kicker,.hero-photo figcaption span { font-size:9px; font-weight:850; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.67); }
.hero-photo figcaption strong { font-size:clamp(20px,2vw,28px); line-height:1.05; letter-spacing:-.035em; }

.proof-editorial { display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,430px); gap:clamp(56px,8vw,118px); align-items:center; }
.proof-copy { min-width:0; }
.compact-proof { margin-top:56px; }
.brand-work-photo { position:relative; width:100%; aspect-ratio:4/5; margin:0; overflow:hidden; border-radius:30px; background:#e2e7e3; box-shadow:0 28px 70px rgba(8,39,23,.12); }
.brand-work-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 70%,rgba(2,12,7,.45)); pointer-events:none; }
.brand-work-photo img { width:100%; height:100%; object-fit:cover; object-position:50% 56%; display:block; }
.brand-work-photo figcaption { position:absolute; z-index:2; left:24px; bottom:22px; display:flex; align-items:center; gap:9px; color:white; font-size:9px; font-weight:850; letter-spacing:.14em; text-transform:uppercase; }
.brand-work-photo figcaption span { width:24px; height:2px; background:var(--emerald); }

.interior-feature { overflow:hidden; background:#f1f5f2; }
.interior-feature-grid { display:grid; grid-template-columns:minmax(280px,.9fr) minmax(320px,1fr) minmax(180px,.5fr); gap:clamp(28px,4vw,56px); align-items:center; }
.interior-feature-copy { padding:34px 0; }
.interior-feature-copy h2 { margin-bottom:24px; font-size:clamp(50px,5.2vw,78px); line-height:.93; }
.interior-feature-copy > p:not(.eyebrow) { max-width:430px; margin-bottom:30px; color:#637067; font-size:15px; line-height:1.65; }
.dark-link { color:var(--ink); border-color:rgba(7,21,15,.16); }
.interior-photo { position:relative; margin:0; overflow:hidden; border-radius:28px; background:#dce4df; box-shadow:0 26px 66px rgba(7,34,21,.12); }
.interior-photo::after { content:""; position:absolute; inset:0; border:1px solid rgba(255,255,255,.30); border-radius:inherit; pointer-events:none; }
.interior-photo img { width:100%; height:100%; display:block; object-fit:cover; }
.interior-photo-main { aspect-ratio:4/5; }
.interior-photo-main img { object-position:50% 55%; }
.interior-photo-main figcaption { position:absolute; left:22px; bottom:20px; display:flex; align-items:center; gap:9px; padding:9px 12px; border-radius:999px; background:rgba(3,15,9,.76); color:white; backdrop-filter:blur(8px); font-size:8px; font-weight:850; letter-spacing:.14em; text-transform:uppercase; }
.interior-photo-main figcaption span { width:20px; height:2px; background:var(--emerald); }
.interior-photo-accent { aspect-ratio:4/5; transform:translateY(62px); }
.interior-photo-accent img { object-position:52% 53%; }

.work-feature { overflow:hidden; background:var(--night); color:white; }
.work-feature-grid { display:grid; grid-template-columns:minmax(260px,.9fr) minmax(300px,1.05fr) minmax(210px,.68fr); gap:clamp(26px,4vw,58px); align-items:center; }
.work-photo { position:relative; margin:0; overflow:hidden; border-radius:28px; background:#14251c; box-shadow:0 30px 70px rgba(0,0,0,.22); }
.work-photo::after { content:""; position:absolute; inset:0; border:1px solid rgba(255,255,255,.12); border-radius:inherit; pointer-events:none; }
.work-photo img { width:100%; height:100%; display:block; object-fit:cover; }
.work-photo-large { aspect-ratio:4/5; }
.work-photo-large img { object-position:50% 56%; }
.work-photo-small { aspect-ratio:4/5; transform:translateY(56px); }
.work-photo-small img { object-position:50% 55%; }
.work-feature-copy { padding:30px 0; }
.work-feature-copy .eyebrow { color:rgba(255,255,255,.45); }
.work-feature-copy h2 { margin-bottom:24px; font-size:clamp(50px,5.2vw,78px); line-height:.93; }
.work-feature-copy > p:not(.eyebrow) { max-width:470px; margin-bottom:30px; color:rgba(255,255,255,.62); font-size:15px; line-height:1.65; }
.text-link { display:inline-flex; align-items:center; gap:16px; padding-bottom:7px; border-bottom:1px solid rgba(255,255,255,.22); font-size:11px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.text-link span { color:var(--emerald); font-size:17px; }

.cta-photo-panel { isolation:isolate; background:#08150f; }
.cta-photo-panel::after { z-index:1; }
.cta-background-photo { position:absolute !important; z-index:0 !important; inset:0; width:100%; height:100%; object-fit:cover; object-position:48% 62%; }
.cta-photo-overlay { position:absolute !important; z-index:1 !important; inset:0; background:linear-gradient(90deg,rgba(3,15,9,.94) 0%,rgba(3,15,9,.78) 50%,rgba(3,15,9,.43) 100%); }
.cta-photo-panel > div:not(.cta-photo-overlay) { z-index:3; }

.quote-wrap { width:min(1180px,100%); }
.quote-flow-grid { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:clamp(34px,4.5vw,62px); align-items:start; }
.quote-flow-main { min-width:0; }
.quote-photo-stage { position:sticky; top:122px; align-self:start; }
.quote-photo-pair { position:relative; padding-bottom:48px; }
.quote-photo-card { position:relative; z-index:1; width:100%; aspect-ratio:3/4; margin:0; overflow:hidden; border-radius:27px; background:#dce3de; box-shadow:0 28px 70px rgba(6,34,20,.14); isolation:isolate; }
.quote-photo-card::before { content:""; position:absolute; z-index:3; inset:11px; border:1px solid rgba(255,255,255,.23); border-radius:19px; pointer-events:none; }
.quote-photo-card img { width:100%; height:100%; display:block; object-fit:cover; object-position:50% 57%; transition:opacity .15s ease,transform .45s ease; }
.quote-photo-card.is-swapping img { opacity:.35; transform:scale(1.015); }
.quote-photo-tint { position:absolute; z-index:1; inset:0; background:linear-gradient(180deg,transparent 54%,rgba(2,13,8,.84) 100%); pointer-events:none; }
.quote-photo-card figcaption { position:absolute; z-index:4; left:23px; right:23px; bottom:22px; display:grid; gap:7px; color:#fff; }
.quote-photo-card figcaption span { color:rgba(255,255,255,.62); font-size:8px; font-weight:850; letter-spacing:.14em; text-transform:uppercase; }
.quote-photo-card figcaption strong { font-size:15px; line-height:1.25; letter-spacing:-.02em; }
.quote-photo-accent { position:absolute; z-index:5; right:-18px; bottom:0; width:43%; aspect-ratio:4/5; margin:0; overflow:hidden; border:7px solid #fff; border-radius:20px; background:#dce3de; box-shadow:0 18px 44px rgba(4,28,16,.18); transform:rotate(2.5deg); }
.quote-photo-accent img { width:100%; height:100%; display:block; object-fit:cover; object-position:50% 54%; transition:opacity .15s ease,transform .45s ease; }
.quote-photo-accent.is-swapping img { opacity:.35; transform:scale(1.02); }
.quote-mobile-actions { width:min(1180px,calc(100% - 40px)); }

@media (max-width:1080px) { .quote-flow-grid { grid-template-columns:minmax(0,1fr) 270px; gap:32px; } }
@media (max-width:980px) {
  .photo-hero .hero-grid { grid-template-columns:1fr; }
  .hero-photo { width:min(100%,720px); justify-self:start; aspect-ratio:16/10; }
  .hero-photo img { object-position:50% 63%; }
  .proof-editorial { grid-template-columns:1fr minmax(260px,360px); gap:44px; }
  .interior-feature-grid { grid-template-columns:.9fr 1.1fr; }
  .interior-photo-accent { display:none; }
  .work-feature-grid { grid-template-columns:.8fr 1.15fr; }
  .work-photo-small { display:none; }
  .quote-flow-grid { grid-template-columns:1fr; gap:30px; }
  .quote-photo-stage { position:static; order:-1; }
  .quote-photo-pair { padding-bottom:0; display:grid; grid-template-columns:minmax(0,1.6fr) minmax(110px,.72fr); gap:12px; }
  .quote-photo-card { aspect-ratio:16/7; border-radius:23px; }
  .quote-photo-card img { object-position:50% 58%; }
  .quote-photo-card figcaption { left:21px; right:21px; bottom:18px; }
  .quote-photo-accent { position:relative; right:auto; bottom:auto; width:100%; height:100%; aspect-ratio:auto; border:0; border-radius:23px; box-shadow:none; transform:none; }
}

@media (max-width:760px) {
  .photo-hero { padding-top:126px; padding-bottom:70px; }
  .photo-hero .hero-grid { gap:38px; }
  .hero-photo { aspect-ratio:4/5; border-radius:25px; }
  .hero-photo::before { inset:9px; border-radius:18px; }
  .hero-photo figcaption { left:23px; right:23px; bottom:22px; }
  .hero-photo figcaption strong { font-size:20px; }
  .proof-editorial { grid-template-columns:1fr; gap:45px; }
  .compact-proof { margin-top:44px; }
  .interior-feature { padding-top:78px; padding-bottom:88px; }
  .interior-feature-grid { grid-template-columns:1fr; gap:36px; }
  .interior-feature-copy { padding:0; }
  .interior-feature-copy h2 { font-size:clamp(48px,14vw,66px); }
  .interior-feature-copy > p:not(.eyebrow) { font-size:14px; }
  .interior-photo-main { width:min(88%,430px); justify-self:end; aspect-ratio:4/5; }
  .interior-photo-accent { display:block; width:min(67%,320px); justify-self:start; transform:none; margin-top:-8px; }
  .brand-work-photo { width:min(88%,430px); justify-self:end; aspect-ratio:4/5; border-radius:24px; }
  .work-feature { padding-top:76px; padding-bottom:92px; }
  .work-feature-grid { grid-template-columns:1fr; gap:38px; }
  .work-photo-large { width:min(86%,420px); aspect-ratio:4/5; justify-self:start; }
  .work-feature-copy { padding:0; }
  .work-feature-copy h2 { font-size:clamp(48px,14vw,66px); }
  .work-feature-copy > p:not(.eyebrow) { font-size:14px; }
  .work-photo-small { display:block; width:min(68%,330px); justify-self:end; transform:none; margin-top:-6px; }
  .cta-photo-overlay { background:linear-gradient(180deg,rgba(3,15,9,.35) 0%,rgba(3,15,9,.82) 48%,rgba(3,15,9,.96) 100%); }
  .cta-background-photo { object-position:48% 58%; }
  .quote-flow-grid { gap:25px; }
  .quote-photo-pair { grid-template-columns:minmax(0,1.55fr) minmax(92px,.68fr); gap:9px; }
  .quote-photo-card { aspect-ratio:16/8.3; border-radius:20px; }
  .quote-photo-accent { border-radius:20px; }
  .quote-photo-card::before { inset:8px; border-radius:14px; }
  .quote-photo-card figcaption { left:18px; right:18px; bottom:15px; gap:4px; }
  .quote-photo-card figcaption strong { font-size:13px; max-width:310px; }
  .quote-photo-card figcaption span { font-size:7px; }
}
@media (max-width:430px) {
  .brand-work-photo { width:91%; }
  .interior-photo-main { width:91%; }
  .interior-photo-accent { width:72%; }
  .work-photo-large { width:90%; }
  .work-photo-small { width:72%; }
  .quote-progress-track { margin-bottom:28px; }
  .quote-photo-stage { margin-bottom:2px; }
  .quote-photo-card { aspect-ratio:16/8.8; }
  .quote-photo-card figcaption strong { font-size:12px; }
}
.delay-2 { transition-delay:.16s; }

/* V10: mobile photo cleanup — photos support the flow instead of competing with it */
@media (max-width: 760px) {
  /* Homepage: turn the hero into one clean, full-bleed photo moment. */
  .photo-hero {
    min-height: max(680px, 92svh);
    padding: 124px 18px 52px;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: #07150f;
  }
  .photo-hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(3,13,8,.22) 0%, rgba(3,13,8,.16) 34%, rgba(3,13,8,.74) 72%, rgba(3,13,8,.94) 100%),
      url('/assets/images/g-wagon-finished.jpeg') center 58% / cover no-repeat;
  }
  .photo-hero .hero-glow { display: none; }
  .photo-hero .hero-grid {
    min-height: calc(max(680px, 92svh) - 176px);
    display: flex;
    align-items: flex-end;
    gap: 0;
  }
  .photo-hero .hero-copy { width: 100%; max-width: 560px; }
  .photo-hero .hero-photo { display: none; }
  .photo-hero .eyebrow { color: rgba(255,255,255,.68); }
  .photo-hero h1 { color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.16); }
  .photo-hero .hero-lede { max-width: 390px; color: rgba(255,255,255,.76); }
  .photo-hero .hero-button { box-shadow: 0 12px 34px rgba(0,0,0,.18); }

  /* Keep the rest of the homepage editorial, but remove the small stacked photos on phones. */
  .brand-work-photo,
  .interior-photo-main,
  .work-photo-large {
    width: 100%;
    justify-self: stretch;
    border-radius: 22px;
  }
  .interior-photo-accent,
  .work-photo-small { display: none !important; }
  .interior-feature-grid,
  .work-feature-grid { gap: 34px; }

  /* Quote builder: one low-profile, edge-to-edge image instead of a photo collage. */
  .quote-progress-track { margin-bottom: 28px; }
  .quote-flow-grid { gap: 26px; }
  .quote-photo-stage {
    width: calc(100% + 32px);
    margin: 0 -16px 2px;
    overflow: hidden;
  }
  .quote-photo-pair {
    display: block;
    padding: 0;
  }
  .quote-photo-accent { display: none !important; }
  .quote-photo-card {
    width: 100%;
    height: 158px;
    aspect-ratio: auto;
    border-radius: 0;
    box-shadow: none;
    background: #102018;
  }
  .quote-photo-card::before { display: none; }
  .quote-photo-card img {
    object-position: 50% 55%;
    transform: scale(1.002);
  }
  .quote-photo-card.is-swapping img { transform: scale(1.018); }
  .quote-photo-tint {
    background: linear-gradient(180deg, rgba(2,13,8,.03) 20%, rgba(2,13,8,.18) 56%, rgba(2,13,8,.78) 100%);
  }
  .quote-photo-card figcaption {
    left: 18px;
    right: 18px;
    bottom: 14px;
    gap: 0;
  }
  .quote-photo-card figcaption span {
    width: fit-content;
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: rgba(255,255,255,.82);
    background: rgba(3,17,10,.35);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    font-size: 7px;
  }
  .quote-photo-card figcaption strong { display: none; }

  /* The appointment screen is utility-first: no decorative photo above a long calendar. */
  .quote-app[data-active-step="6"] .quote-photo-stage { display: none; }
  .quote-app[data-active-step="6"] .quote-flow-grid { gap: 0; }

  /* Give the choices a little breathing room after the visual band. */
  .quote-flow-main { padding-top: 2px; }
}

@media (max-width: 430px) {
  .quote-photo-stage {
    width: calc(100% + 26px);
    margin-left: -13px;
    margin-right: -13px;
  }
  .quote-photo-card { height: 142px; }
  .quote-photo-card figcaption { left: 15px; right: 15px; bottom: 12px; }
  .photo-hero { padding-left: 18px; padding-right: 18px; }
}

/* V11: mobile bottom action bar viewport-fit fix */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .quote-mobile-actions {
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    margin: 0;
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
    transform: none;
    overflow: hidden;
  }

  .quote-mobile-actions .quote-next {
    width: 100%;
    max-width: 100%;
    margin: 0;
    flex: 1 1 auto;
  }
}
