/* ==========================================================================
   EXEUX — stylesheet
   Palette: obsidian, ivory, champagne gold. Type: Cormorant Garamond + Jost.
   ========================================================================== */

:root {
  --bg: #0a0a0b;
  --bg-raise: #101012;
  --surface: #141416;
  --surface-2: #1a1a1d;
  --ivory: #f4f0e8;
  --text: #d9d4c9;
  --muted: #9a958a;
  --faint: #6d695f;
  --gold: #c9a96a;
  --gold-hi: #e6d2a3;
  --gold-lo: #a88648;
  --line: rgba(201, 169, 106, .24);
  --line-soft: rgba(255, 255, 255, .09);
  --danger: #e0a08f;
  --serif: 'Cormorant Garamond', 'Cormorant', Garamond, 'Times New Roman', serif;
  --sans: 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --gutter: clamp(20px, 5vw, 56px);
  --header-h: 84px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--sans); font-weight: 300; font-size: 17px; line-height: 1.75; letter-spacing: .01em;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
[hidden] { display: none !important; }
strong { font-weight: 400; color: var(--ivory); }
::selection { background: var(--gold); color: #111; }
:focus-visible { outline: 1px solid var(--gold-hi); outline-offset: 3px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; background: var(--gold); color: #111; padding: 10px 18px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; transition: top .2s; }
.skip-link:focus { top: 16px; }

.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.container { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: var(--gutter); }
.container.narrow { max-width: 920px; }

/* ---------- type ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 300; color: var(--ivory); margin: 0; line-height: 1.12; letter-spacing: .005em; }
h1 em, h2 em { font-style: italic; color: var(--gold-hi); font-weight: 300; }
h2 { font-size: clamp(34px, 4.6vw, 58px); }
h3 { font-size: clamp(24px, 2.4vw, 31px); line-height: 1.2; }
p { margin: 0 0 1.2em; }
.eyebrow { font-size: 11.5px; letter-spacing: .34em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin: 0 0 22px; }
.lede { font-size: clamp(17px, 1.5vw, 19px); color: var(--muted); max-width: 720px; }
.numeral { font-family: var(--serif); font-size: 15px; letter-spacing: .3em; color: var(--gold); display: block; margin-bottom: 18px; }
.text-link { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-hi); border-bottom: 1px solid var(--line); padding-bottom: 4px; transition: border-color .3s; }
.text-link:hover { border-color: var(--gold-hi); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 34px; border: 1px solid transparent;
  font-size: 12.5px; font-weight: 400; letter-spacing: .24em; text-transform: uppercase; white-space: nowrap;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.btn .icon { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover .icon { transform: translateX(4px); }
.btn-gold { background: linear-gradient(135deg, #dcc48d 0%, #c9a96a 45%, #a88648 100%); color: #14110a; font-weight: 500; }
.btn-gold:hover { background: linear-gradient(135deg, #f0dfb4 0%, #dcc48d 50%, #c9a96a 100%); }
.btn-line { border-color: var(--line); color: var(--ivory); }
.btn-line:hover { border-color: var(--gold); color: var(--gold-hi); }
.btn-ghost { color: var(--muted); padding-inline: 8px; }
.btn-ghost:hover { color: var(--ivory); }
.btn-sm { min-height: 44px; padding: 0 22px; font-size: 11.5px; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 36px; }
.cta-row.center { justify-content: center; }

/* ---------- header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding-top: env(safe-area-inset-top, 0px); transition: background .4s var(--ease), border-color .4s var(--ease); border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(10, 10, 11, .86); -webkit-backdrop-filter: blur(16px) saturate(1.2); backdrop-filter: blur(16px) saturate(1.2); border-color: var(--line-soft); }
.header-inner { max-width: 1440px; margin-inline: auto; padding-inline: var(--gutter); height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: height .4s var(--ease); }
.is-scrolled .header-inner { height: 68px; }
.brand img { width: 148px; height: auto; }
.primary-nav { display: flex; gap: clamp(20px, 3vw, 44px); }
.primary-nav a, .header-phone { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--text); position: relative; padding: 8px 0; transition: color .3s; }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold); transition: right .4s var(--ease); }
.primary-nav a:hover { color: var(--ivory); }
.primary-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 26px; }
.header-phone { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-hi); }
.header-phone .icon { width: 16px; height: 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; position: relative; }
.menu-toggle span { position: absolute; left: 10px; right: 10px; height: 1px; background: var(--ivory); transition: transform .35s var(--ease), top .35s var(--ease); }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 26px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 90; background: rgba(8, 8, 9, .97); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); display: flex; flex-direction: column; justify-content: center; padding: calc(var(--header-h) + 20px) var(--gutter) 40px; animation: fade .35s var(--ease); }
.mobile-menu nav { display: flex; flex-direction: column; gap: 6px; }
.mobile-menu nav a { font-family: var(--serif); font-size: 34px; color: var(--ivory); padding: 10px 0; border-bottom: 1px solid var(--line-soft); }
.mobile-menu nav a:first-child { color: var(--gold-hi); font-style: italic; }
.mobile-menu-foot { margin-top: 40px; display: flex; flex-direction: column; gap: 10px; font-size: 14px; letter-spacing: .12em; color: var(--gold-hi); }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

/* ---------- hero ---------- */
.hero { position: relative; z-index: 2; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 40%; animation: drift 28s ease-out both; }
.hero-media::after { content: ''; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(10,10,11,.72) 0%, rgba(10,10,11,.18) 28%, rgba(10,10,11,.55) 62%, var(--bg) 100%),
  linear-gradient(90deg, rgba(10,10,11,.78) 0%, rgba(10,10,11,.35) 45%, rgba(10,10,11,0) 75%); }
@keyframes drift { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero-content { max-width: 1280px; width: 100%; margin-inline: auto; padding: calc(var(--header-h) + 60px) var(--gutter) 56px; }
.hero h1 { font-size: clamp(44px, 7.4vw, 104px); line-height: 1.02; max-width: 12em; letter-spacing: -.005em; }
.hero h1 em { display: block; }
.hero-tagline { font-family: var(--serif); font-size: clamp(20px, 2.1vw, 28px); font-style: italic; color: var(--text); margin: 26px 0 44px; }
.hero-alt { font-size: 13px; letter-spacing: .14em; color: var(--muted); margin: 22px 0 0; text-transform: uppercase; }
.hero-alt a { color: var(--gold-hi); }
.hero-assurances { list-style: none; margin: 0; padding: 22px var(--gutter) calc(22px + env(safe-area-inset-bottom, 0px)); display: flex; flex-wrap: wrap; justify-content: center; gap: 10px clamp(24px, 5vw, 72px); border-top: 1px solid var(--line-soft); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.hero-assurances li::before { content: '◆'; color: var(--gold); font-size: 7px; vertical-align: middle; margin-right: 14px; }

.quick-quote { display: grid; grid-template-columns: 1fr 1fr auto; max-width: 980px; background: rgba(12, 12, 13, .72); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); border: 1px solid var(--line); }
.qq-field { position: relative; padding: 16px 24px 14px; border-right: 1px solid var(--line-soft); }
.qq-field label { display: block; font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.qq-field input { width: 100%; background: none; border: 0; outline: 0; color: var(--ivory); font: 300 17px/1.4 var(--sans); padding: 6px 0 2px; }
.quick-quote .btn { min-height: 100%; }

/* ---------- sections ---------- */
.section { padding-block: clamp(84px, 11vw, 160px); position: relative; }
.section-head { margin-bottom: clamp(44px, 6vw, 80px); max-width: 860px; }
.section-head h2 { margin-bottom: 26px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* intro */
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.intro-copy h2 { margin-bottom: 32px; }
.intro-figure { margin: 0; position: relative; }
.intro-figure img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 35% 50%; filter: saturate(.85) contrast(1.04); }
.intro-figure::before { content: ''; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--line); z-index: -1; }

/* ---------- booking ---------- */
.reserve { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-raise) 18%, var(--bg-raise) 82%, var(--bg) 100%); }
.booking { border: 1px solid var(--line); background: var(--surface); box-shadow: 0 40px 120px -40px rgba(0, 0, 0, .9); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-bottom: 1px solid var(--line-soft); }
.steps li { border-right: 1px solid var(--line-soft); }
.steps li:last-child { border-right: 0; }
.steps button { width: 100%; padding: 20px 10px; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--faint); position: relative; transition: color .3s; }
.steps button span { font-family: var(--serif); font-size: 15px; letter-spacing: .1em; color: inherit; }
.steps button::after { content: ''; position: absolute; left: 0; bottom: -1px; height: 1px; width: 0; background: var(--gold); transition: width .6s var(--ease); }
.steps li.is-active button { color: var(--gold-hi); }
.steps li.is-active button::after, .steps li.is-done button::after { width: 100%; }
.steps li.is-done button { color: var(--text); }
.steps button[disabled] { cursor: default; }

.booking-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.booking-main { padding: clamp(24px, 3.4vw, 48px); min-width: 0; display: flex; flex-direction: column; }
.bk-step { border: 0; padding: 0; margin: 0; min-width: 0; animation: stepIn .5s var(--ease); }
@keyframes stepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.step-title { font-family: var(--serif); font-size: 30px; color: var(--ivory); padding: 0; margin-bottom: 8px; }
.step-note { color: var(--muted); font-size: 15px; margin-bottom: 24px; }

.segmented { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; border: 1px solid var(--line-soft); margin-bottom: 22px; }
.segmented label { position: relative; cursor: pointer; }
.segmented input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.segmented span { display: block; text-align: center; padding: 15px 8px; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); border-right: 1px solid var(--line-soft); transition: background .3s, color .3s; }
.segmented label:last-child span { border-right: 0; }
.segmented input:checked + span { background: var(--gold); color: #14110a; font-weight: 500; }
.segmented input:focus-visible + span { outline: 1px solid var(--gold-hi); outline-offset: -4px; }
.segmented-sm { margin-top: 22px; }

.field, .counter { position: relative; border: 1px solid var(--line-soft); background: rgba(255, 255, 255, .018); padding: 12px 16px 9px; margin-bottom: 14px; transition: border-color .3s, background .3s; min-width: 0; }
.field:focus-within { border-color: var(--gold); background: rgba(201, 169, 106, .04); }
.field.is-invalid { border-color: var(--danger); }
.field label, .label { display: block; font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); font-weight: 400; }
.field label small, .label small { letter-spacing: .1em; color: var(--faint); text-transform: none; font-size: 12px; }
.field input, .field select, .field textarea {
  width: 100%; min-width: 0; background: none; border: 0; outline: 0; color: var(--ivory);
  font: 300 17px/1.4 var(--sans); padding: 6px 0 3px; border-radius: 0; -webkit-appearance: none; appearance: none;
}
.field input::placeholder, .field textarea::placeholder, .qq-field input::placeholder { color: var(--faint); opacity: 1; }
.field textarea { resize: vertical; min-height: 72px; }
.field select { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a96a' stroke-width='1.4'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right center / 18px; padding-right: 26px; }
.field select option { background: #161618; color: var(--ivory); }
.field input[type="date"], .field input[type="time"] { min-height: 33px; }
.field input:-webkit-autofill { -webkit-text-fill-color: var(--ivory); transition: background-color 9999s; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.place-field:has(.field-action) input { padding-right: 40px; }
.field-action { position: absolute; right: 8px; bottom: 6px; width: 40px; height: 40px; display: grid; place-items: center; color: var(--muted); transition: color .3s; }
.field-action:hover, .field-action.is-busy { color: var(--gold-hi); }
.field-action.is-busy .icon { animation: spin 1.2s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.route-fields { position: relative; margin-bottom: 4px; }
.stop-field .field-action { color: var(--faint); }
.link-action { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-hi); padding: 6px 0 16px; }
.link-action .icon { width: 15px; height: 15px; }
.link-action:hover { color: var(--ivory); }

/* suggestions */
.suggest { position: absolute; left: -1px; right: -1px; top: calc(100% + 1px); z-index: 40; margin: 0; padding: 6px 0; list-style: none; background: #161618; border: 1px solid var(--line); box-shadow: 0 30px 60px -10px rgba(0, 0, 0, .85); max-height: min(340px, 52vh); overflow-y: auto; overscroll-behavior: contain; }
.suggest li { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: center; padding: 11px 18px; cursor: pointer; }
.suggest li .icon { color: var(--gold); width: 18px; height: 18px; }
.suggest li b { display: block; font-weight: 400; color: var(--ivory); font-size: 15.5px; line-height: 1.35; }
.suggest li small { display: block; color: var(--muted); font-size: 12.5px; letter-spacing: .04em; line-height: 1.4; }
.suggest li.is-active, .suggest li:hover { background: rgba(201, 169, 106, .1); }
.suggest .suggest-head { display: block; padding: 8px 18px 4px; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--faint); cursor: default; }
.suggest .suggest-head:hover { background: none; }
.suggest .suggest-status { display: block; padding: 10px 18px; font-size: 13px; color: var(--muted); cursor: default; }
.suggest .suggest-status:hover { background: none; }

/* counters */
.counter { display: flex; align-items: center; justify-content: space-between; padding: 10px 10px 10px 16px; }
.stepper { display: flex; align-items: center; }
.stepper button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-soft); color: var(--gold-hi); transition: border-color .3s, background .3s; }
.stepper button:hover { border-color: var(--gold); background: rgba(201, 169, 106, .08); }
.stepper button .icon { width: 16px; height: 16px; }
.stepper output { min-width: 44px; text-align: center; font-family: var(--serif); font-size: 26px; color: var(--ivory); }

/* assist cards */
.assist { display: grid; grid-template-columns: 24px 1fr; gap: 16px; border: 1px solid var(--line); background: rgba(201, 169, 106, .05); padding: 18px 18px 16px; margin-bottom: 14px; animation: stepIn .5s var(--ease); }
.assist > .icon { color: var(--gold); margin-top: 3px; }
.assist-title { font-family: var(--serif); font-size: 21px; color: var(--ivory); margin: 0 0 2px; line-height: 1.25; }
.assist-text { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.6; }
.assist-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.assist-row input { background: rgba(0, 0, 0, .35); border: 1px solid var(--line-soft); color: var(--ivory); font: 300 16px var(--sans); padding: 0 14px; min-height: 44px; border-radius: 0; min-width: 130px; }
.assist-row input:focus { outline: 0; border-color: var(--gold); }
.assist-result { margin: 12px 0 0; font-size: 14.5px; color: var(--gold-hi); line-height: 1.55; }
.assist-result:empty { display: none; }

.rebook { width: 100%; display: flex; align-items: center; gap: 16px; text-align: left; border: 1px dashed var(--line); padding: 14px 18px; margin-bottom: 18px; transition: border-color .3s, background .3s; }
.rebook:hover { border-color: var(--gold); background: rgba(201, 169, 106, .05); }
.rebook .icon { color: var(--gold); }
.rebook small { display: block; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.rebook b { font-weight: 300; color: var(--ivory); font-size: 15.5px; }

/* checks & chips */
.check { display: flex; align-items: flex-start; gap: 14px; margin: 10px 0 18px; cursor: pointer; font-size: 15px; line-height: 1.5; color: var(--text); }
.check input { -webkit-appearance: none; appearance: none; flex: none; width: 20px; height: 20px; margin: 1px 0 0; border: 1px solid var(--line); background: none; display: grid; place-items: center; cursor: pointer; transition: background .25s, border-color .25s; }
.check input::after { content: ''; width: 10px; height: 5px; border-left: 1.5px solid #14110a; border-bottom: 1.5px solid #14110a; transform: rotate(-45deg) translate(1px, -1px); opacity: 0; }
.check input:checked { background: var(--gold); border-color: var(--gold); }
.check input:checked::after { opacity: 1; }
.check a { color: var(--gold-hi); border-bottom: 1px solid var(--line); }
.check em { color: var(--gold-hi); font-style: normal; }
.prefs { margin: 8px 0 20px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 12px; }
.chips label { position: relative; cursor: pointer; }
.chips input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chips span { display: block; padding: 9px 17px; border: 1px solid var(--line-soft); font-size: 13.5px; letter-spacing: .04em; color: var(--text); transition: all .25s; }
.chips input:checked + span { border-color: var(--gold); color: var(--gold-hi); background: rgba(201, 169, 106, .1); }
.chips input:focus-visible + span { outline: 1px solid var(--gold-hi); outline-offset: 2px; }

/* vehicles */
.vehicles { display: grid; gap: 14px; }
.vehicle { position: relative; display: grid; grid-template-columns: 150px 1fr auto; gap: 8px 26px; align-items: center; border: 1px solid var(--line-soft); padding: 22px 24px; cursor: pointer; transition: border-color .3s, background .3s; }
.vehicle:hover { border-color: var(--line); }
.vehicle input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.vehicle.is-selected { border-color: var(--gold); background: rgba(201, 169, 106, .06); }
.vehicle.is-unfit { opacity: .45; cursor: not-allowed; }
.vehicle.is-unfit input { cursor: not-allowed; }
.vehicle:has(input:focus-visible) { outline: 1px solid var(--gold-hi); outline-offset: 3px; }
.vehicle-art svg { width: 100%; height: auto; stroke: var(--gold); fill: none; stroke-width: 1.1; stroke-linejoin: round; stroke-linecap: round; opacity: .9; }
.vehicle h4 { font-size: 25px; }
.vehicle-models { font-size: 13px; color: var(--muted); letter-spacing: .06em; margin: 2px 0 10px; }
.vehicle-cap { display: flex; gap: 18px; font-size: 13.5px; color: var(--text); }
.vehicle-cap span { display: inline-flex; align-items: center; gap: 7px; }
.vehicle-cap .icon { width: 16px; height: 16px; color: var(--gold); }
.vehicle-features { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 16px; font-size: 12.5px; color: var(--muted); }
.vehicle-price { text-align: right; }
.vehicle-price b { display: block; font-family: var(--serif); font-weight: 300; font-size: 36px; color: var(--ivory); line-height: 1; }
.vehicle-price small { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.vehicle-badge { position: absolute; top: -1px; right: 22px; background: var(--gold); color: #14110a; font-size: 9.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; padding: 4px 11px; }
.vehicle-why { grid-column: 1 / -1; font-size: 13px; color: var(--danger); margin: 0; }

/* review */
.review-block { border: 1px solid var(--line-soft); padding: 22px 24px; margin-bottom: 14px; }
.review-block h4 { font-family: var(--sans); font-size: 10.5px; font-weight: 400; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: flex; justify-content: space-between; }
.review-block h4 button { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--line-soft); }
.review-block h4 button:hover { color: var(--gold-hi); }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { position: relative; padding: 0 0 18px 28px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ''; position: absolute; left: 3px; top: 9px; width: 7px; height: 7px; border: 1px solid var(--gold); transform: rotate(45deg); background: var(--surface); z-index: 1; }
.timeline li:last-child::before { background: var(--gold); }
.timeline li::after { content: ''; position: absolute; left: 6.500px; top: 14px; bottom: -8px; width: 1px; background: var(--line); }
.timeline li:last-child::after { display: none; }
.timeline b { display: block; font-weight: 400; color: var(--ivory); font-size: 16px; line-height: 1.4; }
.timeline small { color: var(--muted); font-size: 13.5px; }
.kv { display: grid; grid-template-columns: auto 1fr; gap: 6px 24px; margin: 0; font-size: 15px; }
.kv dt { color: var(--muted); }
.kv dd { margin: 0; color: var(--ivory); text-align: right; overflow-wrap: anywhere; }
.fare-lines { margin: 0; }
.fare-lines div { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; font-size: 15px; border-bottom: 1px solid var(--line-soft); }
.fare-lines dt small { color: var(--faint); margin-left: 8px; font-size: 12.5px; }
.fare-lines dd { margin: 0; color: var(--ivory); }
.fare-lines .total { border-bottom: 0; padding-top: 14px; align-items: baseline; }
.fare-lines .total dt { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.fare-lines .total dd { font-family: var(--serif); font-size: 38px; line-height: 1; }
.policy { list-style: none; margin: 0 0 8px; padding: 0; font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.policy li { padding-left: 18px; position: relative; margin-bottom: 4px; }
.policy li::before { content: '◆'; position: absolute; left: 0; top: 1px; font-size: 6px; color: var(--gold); line-height: 22px; }
.notice { border-left: 1px solid var(--gold); padding: 4px 0 4px 16px; font-size: 14px; color: var(--gold-hi); margin: 0 0 14px; line-height: 1.55; }

/* done */
.bk-done { text-align: center; padding: 12px 0 4px; }
.done-mark { width: 74px; height: 74px; margin: 0 auto 26px; border: 1px solid var(--gold); display: grid; place-items: center; transform: rotate(45deg); }
.done-mark .icon { transform: rotate(-45deg); width: 30px; height: 30px; color: var(--gold-hi); stroke-dasharray: 30; stroke-dashoffset: 30; animation: draw .9s .3s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.bk-done h3 { font-size: clamp(30px, 3.4vw, 42px); margin-bottom: 12px; }
.bk-done .ref { font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.bk-done .ref b { font-weight: 400; color: var(--ivory); letter-spacing: .2em; }
.bk-done p { color: var(--muted); max-width: 520px; margin-inline: auto; font-size: 16px; }
.done-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 28px 0 8px; }
.done-summary { text-align: left; margin-top: 28px; }

/* booking nav */
.bk-error { color: var(--danger); font-size: 14.5px; margin: 6px 0 0; }
.bk-nav { display: flex; align-items: center; gap: 16px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.bk-nav-fare { margin-left: auto; text-align: right; line-height: 1.2; }
.bk-nav-fare small { display: block; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.bk-nav-fare b { font-family: var(--serif); font-weight: 300; font-size: 28px; color: var(--ivory); }
.bk-alt { font-size: 13.5px; color: var(--faint); margin: 22px 0 0; text-align: center; }
.bk-alt a { color: var(--gold-hi); white-space: nowrap; }

/* estimate panel */
.estimate { border-left: 1px solid var(--line-soft); background: #0d0d0f; display: flex; flex-direction: column; min-width: 0; }
.map { position: relative; aspect-ratio: 16 / 11; background: #08090c; overflow: hidden; border-bottom: 1px solid var(--line-soft); }
.map svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.map .m-ocean { fill: #0b1017; }
.map .m-land { fill: #111214; }
.map .m-coast { fill: none; stroke: rgba(201, 169, 106, .3); stroke-width: 1; vector-effect: non-scaling-stroke; }
.map .m-grid { stroke: rgba(255, 255, 255, .035); stroke-width: 1; vector-effect: non-scaling-stroke; }
.map .m-dot { fill: rgba(244, 240, 232, .34); }
.map .m-label { fill: rgba(217, 212, 201, .46); font: 400 9.500px var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.map .m-sea { fill: rgba(120, 150, 190, .28); font: italic 300 13px var(--serif); letter-spacing: .3em; }
.map .m-route-glow { fill: none; stroke: rgba(201, 169, 106, .22); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.map .m-route { fill: none; stroke: var(--gold-hi); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: 1; animation: route 1.8s var(--ease) forwards; }
@keyframes route { to { stroke-dashoffset: 0; } }
.map .m-route.is-drawn { animation: none; stroke-dashoffset: 0; }
.map .m-pin-ring { fill: #0d0d0f; stroke: var(--gold-hi); stroke-width: 1.500; }
.map .m-pin-core { fill: var(--gold-hi); }
.map .m-pin-label { fill: var(--ivory); font: 400 10.500px var(--sans); letter-spacing: .12em; text-transform: uppercase; paint-order: stroke; stroke: #08090c; stroke-width: 4px; stroke-linejoin: round; }
.map .gmap { position: absolute; inset: 0; }
.map-badge { position: absolute; left: 12px; top: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px; background: rgba(10, 10, 11, .82); border: 1px solid var(--line); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-hi); cursor: pointer; min-height: 30px; transition: border-color .3s, color .3s; }
.map-badge:hover { border-color: var(--gold); }
.map-badge[aria-pressed="false"]::before { background: none; box-shadow: inset 0 0 0 1.5px var(--gold-hi); animation: none; }
.map-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #6fcf8e; animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.map.is-loading::after { z-index: 3; content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 40%; background: linear-gradient(90deg, transparent, var(--gold-hi), transparent); animation: sweep 1.1s linear infinite; }
@keyframes sweep { from { transform: translateX(-100%); } to { transform: translateX(260%); } }

.estimate-body { padding: clamp(22px, 2.6vw, 36px); flex: 1; }
.estimate-empty { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--muted); line-height: 1.5; margin: 0; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 20px; border: 1px solid var(--line-soft); }
.metrics > div { padding: 16px 14px 14px; border-right: 1px solid var(--line-soft); min-width: 0; }
.metrics > div:last-child { border-right: 0; }
.metrics dt { font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.metrics dd { margin: 6px 0 0; font-family: var(--serif); font-size: clamp(21px, 2vw, 27px); color: var(--ivory); line-height: 1.15; }
.metrics dd small { font-family: var(--sans); font-size: 12px; color: var(--muted); letter-spacing: .06em; }
.traffic-line { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; font-size: 14px; color: var(--muted); margin-bottom: 22px; line-height: 1.5; }
.traffic-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); padding: 3px 12px; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-hi); white-space: nowrap; }
.traffic-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-hi); }

/* drive-time rhythm chart — single series, selected hour emphasised */
.rhythm { margin: 0 0 8px; position: relative; }
.rhythm figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.rhythm figcaption .link-action { padding: 0; font-size: 10px; color: var(--faint); }
.rhythm-plot { display: flex; align-items: flex-end; gap: 2px; height: 76px; border-bottom: 1px solid var(--line-soft); }
.rhythm-plot button { flex: 1; min-width: 0; height: 100%; display: flex; align-items: flex-end; padding: 0; }
.rhythm-plot i { display: block; width: 100%; border-radius: 3px 3px 0 0; background: rgba(201, 169, 106, .3); transition: background .25s, height .6s var(--ease); }
.rhythm-plot button:hover i, .rhythm-plot button:focus-visible i { background: rgba(230, 210, 163, .7); }
.rhythm-plot button.is-selected i { background: var(--gold-hi); }
.rhythm-axis { display: flex; justify-content: space-between; font-size: 10.5px; letter-spacing: .1em; color: var(--faint); margin-top: 7px; }
.rhythm-tip { position: absolute; top: 18px; transform: translateX(-50%); background: #1d1d20; border: 1px solid var(--line); padding: 6px 12px; font-size: 12.5px; color: var(--ivory); white-space: nowrap; pointer-events: none; z-index: 5; }
.rhythm-tip small { color: var(--muted); margin-left: 6px; }
.rhythm-table { margin-top: 14px; max-height: 220px; overflow: auto; border: 1px solid var(--line-soft); }
.rhythm-table table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.rhythm-table th, .rhythm-table td { padding: 6px 14px; text-align: left; border-bottom: 1px solid var(--line-soft); font-weight: 300; }
.rhythm-table th { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); position: sticky; top: 0; background: #0d0d0f; }
.rhythm-table tr.is-selected td { color: var(--gold-hi); }
.advice { font-size: 14px; color: var(--gold-hi); line-height: 1.55; margin: 12px 0 0; }
.advice button { color: var(--ivory); border-bottom: 1px solid var(--line); margin-left: 4px; }

.fare { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 16px; border-top: 1px solid var(--line); margin-top: 24px; padding-top: 22px; }
.fare-label { font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.fare-value { grid-row: span 2; font-family: var(--serif); font-size: clamp(40px, 4vw, 54px); color: var(--ivory); line-height: 1; }
.fare-note { font-size: 13px; color: var(--muted); }
.coverage { margin: 18px 0 0; }
.fineprint { font-size: 12px; color: var(--faint); margin: 16px 0 0; line-height: 1.6; }

/* ---------- services ---------- */
.service { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; padding-block: clamp(36px, 5vw, 70px); border-top: 1px solid var(--line-soft); }
.service:nth-of-type(even) figure { order: 2; }
.service figure { margin: 0; overflow: hidden; }
.service figure img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; filter: saturate(.82) contrast(1.05) brightness(.92); transition: transform 1.6s var(--ease), filter 1.2s; }
.service:hover figure img { transform: scale(1.04); filter: saturate(.95) contrast(1.05) brightness(1); }
.service h3 { font-size: clamp(28px, 3vw, 40px); margin-bottom: 22px; }
.ticks { list-style: none; margin: 22px 0 0; padding: 0; }
.ticks li { position: relative; padding: 10px 0 10px 28px; border-top: 1px solid var(--line-soft); font-size: 16px; }
.ticks li::before { content: ''; position: absolute; left: 2px; top: 20px; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }

/* ---------- standard ---------- */
.standard { background: var(--bg-raise); border-block: 1px solid var(--line-soft); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-soft); }
.pillar { padding: clamp(28px, 3.6vw, 54px); border-right: 1px solid var(--line-soft); }
.pillar:last-child { border-right: 0; }
.pillar .numeral { font-size: 34px; letter-spacing: .1em; margin-bottom: 26px; font-weight: 300; }
.pillar h3 { margin-bottom: 18px; }
.pillar p { font-size: 16px; }
.pillar-note { color: var(--gold-hi); font-family: var(--serif); font-style: italic; font-size: 19px !important; line-height: 1.5; margin: 0; }

/* ---------- statement ---------- */
.statement { position: relative; isolation: isolate; padding-block: clamp(100px, 13vw, 190px); text-align: center; overflow: hidden; }
.statement-media { position: absolute; inset: 0; z-index: -1; }
.statement-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.6) brightness(.55); }
.statement-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, var(--bg) 0%, rgba(10,10,11,.74) 30%, rgba(10,10,11,.8) 70%, var(--bg) 100%); }
.statement-inner { max-width: 900px; }
.statement h2 { margin-bottom: 28px; }
.statement p { color: var(--text); max-width: 720px; margin-inline: auto; margin-bottom: 38px; }
.testimonial { margin: clamp(60px, 8vw, 110px) auto 0; max-width: 800px; position: relative; padding-top: 50px; }
.testimonial::before { content: ''; position: absolute; top: 0; left: 50%; width: 1px; height: 34px; background: var(--gold); }
.testimonial blockquote { margin: 0 0 24px; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(23px, 2.8vw, 34px); line-height: 1.45; color: var(--ivory); }
.testimonial figcaption { font-size: 11.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); }

/* ---------- expectations ---------- */
.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.expect-grid article { background: var(--bg); padding: clamp(28px, 3.2vw, 46px); transition: background .5s; }
.expect-grid article:hover { background: var(--surface); }
.expect-grid .icon { width: 30px; height: 30px; color: var(--gold); stroke-width: 1; margin-bottom: 24px; }
.expect-grid h3 { font-size: 24px; margin-bottom: 14px; }
.expect-grid p { font-size: 15.5px; color: var(--muted); margin: 0; }

/* ---------- area ---------- */
.area { background: var(--bg-raise); border-top: 1px solid var(--line-soft); }
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.area-grid a { background: var(--bg-raise); padding: 30px 26px 28px; transition: background .4s; position: relative; }
.area-grid a:hover { background: var(--surface-2); }
.area-grid a::after { content: '→'; position: absolute; right: 22px; top: 26px; color: var(--gold); opacity: 0; transform: translateX(-8px); transition: all .4s var(--ease); }
.area-grid a:hover::after { opacity: 1; transform: none; }
.area-grid .icon { color: var(--gold); width: 22px; height: 22px; margin-bottom: 18px; }
.area-grid h3 { font-size: 22px; margin-bottom: 8px; }
.area-grid p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }
.journeys { margin-top: 56px; }
.journey-list { display: flex; flex-wrap: wrap; gap: 10px; }
.journey-list a { border: 1px solid var(--line-soft); padding: 12px 22px; font-size: 14.5px; color: var(--text); transition: all .3s; }
.journey-list a i { color: var(--gold); font-style: normal; margin: 0 8px; }
.journey-list a:hover { border-color: var(--gold); color: var(--ivory); background: rgba(201, 169, 106, .06); }

/* ---------- faq ---------- */
.faq .section-head { text-align: center; margin-inline: auto; }
.faq .lede { margin-inline: auto; }
.faq-list { border-top: 1px solid var(--line-soft); }
.faq-list details { border-bottom: 1px solid var(--line-soft); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 4px; font-family: var(--serif); font-size: clamp(20px, 2.1vw, 25px); color: var(--ivory); line-height: 1.3; transition: color .3s; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ''; flex: none; width: 13px; height: 13px; background: linear-gradient(var(--gold), var(--gold)) center / 100% 1px no-repeat, linear-gradient(var(--gold), var(--gold)) center / 1px 100% no-repeat; transition: transform .4s var(--ease); }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list summary:hover { color: var(--gold-hi); }
.faq-list details p { padding: 0 40px 28px 4px; margin: 0; color: var(--muted); animation: stepIn .5s var(--ease); }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: clamp(60px, 7vw, 96px) 0 calc(36px + env(safe-area-inset-bottom, 0px)); background: #070708; font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 56px; }
.footer-brand img { width: 170px; margin-bottom: 18px; }
.footer-brand p { font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); }
.site-footer h4 { font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-grid a { display: block; padding: 5px 0; color: var(--text); transition: color .3s; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--gold-hi); }
.legal { font-size: 12.5px; color: var(--faint); line-height: 1.7; max-width: 1000px; }
.legal strong { color: var(--muted); }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 30px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line-soft); font-size: 12px; letter-spacing: .1em; color: var(--faint); }
.footer-base a { margin-left: 26px; color: var(--muted); }
.footer-base span:last-child a:first-child { margin-left: 0; }
.footer-base a:hover { color: var(--gold-hi); }

/* ---------- mobile action bar ---------- */
.action-bar { display: none; }

/* ---------- modal ---------- */
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; background: rgba(4, 4, 5, .82); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); animation: fade .3s; }
.modal-card { position: relative; max-width: 540px; width: 100%; background: var(--surface); border: 1px solid var(--line); padding: clamp(30px, 5vw, 52px); max-height: 90vh; overflow: auto; }
.modal-card h3 { font-size: 34px; margin-bottom: 18px; }
.modal-card p { font-size: 16px; color: var(--text); }
.modal-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--muted); }
.modal-close:hover { color: var(--ivory); }

/* ---------- legal pages ---------- */
.legal-page { padding: calc(var(--header-h) + clamp(50px, 8vw, 110px)) 0 clamp(70px, 9vw, 130px); }
.legal-page h1 { font-size: clamp(44px, 6vw, 76px); margin-bottom: 30px; }
.legal-page h2 { font-size: clamp(26px, 2.8vw, 34px); margin: 56px 0 18px; padding-top: 36px; border-top: 1px solid var(--line-soft); }
.legal-page h3 { font-size: 22px; margin: 30px 0 10px; color: var(--gold-hi); font-style: italic; }
.legal-page ul { padding-left: 0; list-style: none; margin: 0 0 1.2em; }
.legal-page li { position: relative; padding: 7px 0 7px 26px; }
.legal-page li::before { content: ''; position: absolute; left: 2px; top: 19px; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }
.legal-page a { color: var(--gold-hi); border-bottom: 1px solid var(--line); }
.legal-page th, .legal-page td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.legal-page table { border-collapse: collapse; width: 100%; margin-bottom: 1.2em; font-size: 15.5px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .primary-nav { display: none; }
  .menu-toggle { display: block; }
  .booking-grid { grid-template-columns: 1fr; }
  .estimate { border-left: 0; border-top: 1px solid var(--line-soft); }
  .map { aspect-ratio: 16 / 9; }
  .pillars { grid-template-columns: 1fr; }
  .pillar { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .pillar:last-child { border-bottom: 0; }
  .expect-grid { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  :root { --header-h: 68px; }
  body { font-size: 16.5px; padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)); }
  .header-phone span, .header-actions .btn { display: none; }
  .header-phone { width: 44px; height: 44px; justify-content: center; border: 1px solid var(--line); }
  .header-phone .icon { width: 18px; height: 18px; }
  .header-actions { gap: 8px; }
  .brand img { width: 124px; }

  .hero-content { padding-bottom: 36px; }
  .hero-tagline { margin: 18px 0 30px; }
  .quick-quote { grid-template-columns: 1fr; }
  .qq-field { border-right: 0; border-bottom: 1px solid var(--line-soft); padding: 13px 18px 11px; }
  .quick-quote .btn { min-height: 58px; }
  .hero-assurances { justify-content: flex-start; gap: 8px 22px; font-size: 10px; letter-spacing: .2em; }
  .hero-assurances li { width: calc(50% - 11px); }
  .hero-assurances li::before { margin-right: 9px; }

  .intro-grid, .service { grid-template-columns: 1fr; }
  .intro-figure { order: -1; margin-right: 22px; }
  .intro-figure img { aspect-ratio: 4 / 3; }
  .service:nth-of-type(even) figure { order: 0; }
  .service figure img { aspect-ratio: 3 / 2; }

  /* booking goes edge-to-edge for maximum thumb room */
  .reserve .container { padding-inline: 0; }
  .reserve .section-head { padding-inline: var(--gutter); }
  .booking { border-inline: 0; }
  .booking-main { padding: 22px var(--gutter) 0; }
  .steps button { flex-direction: column; gap: 3px; padding: 14px 4px 12px; font-size: 9.500px; letter-spacing: .16em; }
  .vehicle { grid-template-columns: 1fr auto; padding: 20px 18px; }
  .vehicle-art { grid-column: 1 / -1; max-width: 210px; }
  .vehicle-price b { font-size: 31px; }
  .bk-nav { position: sticky; bottom: 0; z-index: 30; margin: 22px calc(var(--gutter) * -1) 0; padding: 12px var(--gutter) calc(12px + env(safe-area-inset-bottom, 0px)); background: rgba(16, 16, 18, .94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-top: 1px solid var(--line); }
  .bk-nav .btn-gold { padding-inline: 24px; }
  .bk-alt { padding-bottom: 24px; }
  .estimate-body { padding: 24px var(--gutter) 30px; }

  .action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: grid; grid-template-columns: 1fr 1.7fr; background: rgba(10, 10, 11, .95); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom, 0px); }
  .action-bar a { height: 64px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--ivory); }
  .action-bar a.is-primary { background: linear-gradient(135deg, #dcc48d, #c9a96a 50%, #a88648); color: #14110a; font-weight: 500; }
  .action-bar .icon { width: 17px; height: 17px; color: var(--gold-hi); }
}

@media (max-width: 560px) {
  .field-row:not(.counters) { grid-template-columns: 1fr; gap: 0; }
  .field-row.counters { gap: 10px; }
  .counter { flex-direction: column; align-items: flex-start; gap: 8px; padding: 12px; }
  .stepper { width: 100%; justify-content: space-between; }
  .segmented span { font-size: 10.500px; letter-spacing: .12em; padding: 15px 4px; }
  .metrics dd { font-size: 20px; }
  .metrics > div { padding: 13px 10px 11px; }
  .metrics dt { font-size: 9px; letter-spacing: .18em; }
  .expect-grid, .area-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-base a { margin: 0 22px 0 0; }
  .cta-row .btn { width: 100%; }
  /* long labels ("Reserve Event Transportation") must wrap instead of widening the page on small phones */
  .btn { white-space: normal; text-align: center; line-height: 1.45; padding: 14px 20px; letter-spacing: .18em; }
  .intro-grid > *, .service > *, .booking-grid > * { min-width: 0; }
  .done-actions .btn { width: 100%; }
  .bk-nav-fare b { font-size: 23px; }
  .bk-nav .btn { min-height: 50px; letter-spacing: .18em; }
  .rhythm figcaption { font-size: 9.500px; letter-spacing: .16em; }
  .faq-list details p { padding-right: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .map .m-route { stroke-dashoffset: 0; }
}
