:root {
  --ink: #171812;
  --ink-2: #22231d;
  --paper: #f3f0e7;
  --white: #fffef8;
  --sand: #d8c6a5;
  --lime: #d9ff43;
  --orange: #e85a2a;
  --muted: #68695f;
  --line: rgba(23, 24, 18, .17);
  --light-line: rgba(255, 255, 255, .16);
  --display: "Archivo Black", Impact, sans-serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 25px 70px rgba(23, 24, 18, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a, select, input { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.055em; line-height: .94; text-transform: uppercase; }
h2 { font-size: clamp(42px, 5vw, 72px); }
p { text-wrap: pretty; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 1000; padding: 12px 18px; color: var(--ink); background: var(--lime); font-weight: 700; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.micro-label { display: inline-flex; align-items: center; width: fit-content; padding: 5px 8px; border: 1px solid rgba(23,24,18,.35); font-size: 8px; font-weight: 700; line-height: 1; letter-spacing: 1.5px; }
.micro-label-dark { color: var(--lime); border-color: rgba(23,24,18,.28); background: var(--ink); }
.micro-label-outline { color: var(--lime); border-color: rgba(217,255,67,.4); }
.detail-note { display: inline-flex; width: fit-content; color: #8d3e24; font-size: 8px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.microcopy { color: var(--muted); font-size: 10px; }
.overline { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: #925034; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.overline i { width: 34px; height: 2px; background: currentColor; }
.overline-light { color: var(--lime); }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 15px 22px; border: 1px solid transparent; border-radius: 0; font-size: 12px; font-weight: 700; letter-spacing: .2px; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { color: var(--ink); background: var(--lime); box-shadow: 0 14px 30px rgba(217,255,67,.16); }
.button-lime:hover { background: #e4ff72; }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { color: var(--lime); }
.button-small { min-height: 42px; padding: 10px 17px; font-size: 10px; }

.site-header { position: sticky; top: 0; z-index: 100; color: #fff; background: rgba(23,24,18,.92); border-bottom: 1px solid var(--light-line); backdrop-filter: blur(16px); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 39px; height: 39px; position: relative; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; transform: rotate(-8deg); }
.brand-mark:before, .brand-mark:after { content: ""; position: absolute; width: 21px; height: 2px; background: var(--lime); transform: rotate(-28deg); }
.brand-mark:after { width: 13px; transform: translate(6px,6px) rotate(-28deg); }
.brand-mark i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.brand-mark i:first-child { left: 7px; top: 11px; }
.brand-mark i:last-child { right: 7px; bottom: 10px; }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font: 400 18px var(--display); letter-spacing: -.7px; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.5); font-size: 6.5px; letter-spacing: 1.7px; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 600; }
.desktop-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--lime); transition: .2s; }
.desktop-nav a:hover:after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { text-align: right; line-height: 1.15; }
.header-phone span, .header-phone strong { display: block; }
.header-phone span { color: rgba(255,255,255,.47); font-size: 7px; letter-spacing: 1px; text-transform: uppercase; }
.header-phone strong { margin-top: 4px; font-size: 11px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 860px; position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero-media, .hero-overlay, .hero-grid-lines { position: absolute; inset: 0; }
.hero-media { background: url("assets/vanta-road-hero.png") 54% center / cover no-repeat; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,10,12,.94) 0, rgba(7,10,12,.72) 35%, rgba(7,10,12,.18) 67%, rgba(7,10,12,.35) 100%), linear-gradient(0deg, rgba(7,10,12,.75), transparent 45%); }
.hero-grid-lines { opacity: .18; background-image: linear-gradient(90deg, transparent calc(25% - 1px), rgba(255,255,255,.16) 25%, transparent calc(25% + 1px)), linear-gradient(90deg, transparent calc(75% - 1px), rgba(255,255,255,.16) 75%, transparent calc(75% + 1px)); }
.hero-content { min-height: 805px; position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; gap: 64px; align-items: center; padding-top: 50px; padding-bottom: 96px; }
.hero-copy { padding-top: 8px; }
.hero h1 { margin-bottom: 28px; color: #fff; font-size: clamp(68px, 8.4vw, 126px); line-height: .78; letter-spacing: -.075em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 510px; margin-bottom: 28px; color: rgba(255,255,255,.72); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-bottom: 30px; }
.hero-location-link { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 700; }
.hero-location-link span { color: var(--lime); }
.hero-proof { display: flex; align-items: center; }
.hero-proof > span { min-width: 138px; padding: 2px 20px 2px 0; }
.hero-proof > span + span { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.22); }
.hero-proof b, .hero-proof small { display: block; }
.hero-proof b { font: 400 20px var(--display); }
.hero-proof small { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 8px; }
.booking-card { align-self: end; width: min(100%, 590px); justify-self: end; padding: 27px; color: var(--ink); background: rgba(243,240,231,.96); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.booking-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.booking-head h2 { margin: 10px 0 0; font: 400 25px var(--display); letter-spacing: -.8px; }
.step-indicator { color: var(--muted); font-size: 8px; letter-spacing: 1.5px; }
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 20px; }
.field { min-width: 0; display: block; }
.field-wide { grid-column: 1 / -1; }
.field > span { display: block; margin-bottom: 7px; color: #4c4d46; font-size: 8px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid rgba(23,24,18,.2); border-radius: 0; color: var(--ink); background: rgba(255,255,255,.66); font-size: 12px; }
.field input:focus, .field select:focus { border-color: var(--ink); outline: 2px solid transparent; }
.field.invalid input, .field.invalid select { border-color: #b23c23; }
.field-error { display: none; margin-top: 5px; color: #a22f1d; font-size: 8px; }
.field.invalid .field-error { display: block; }
.same-location { grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; margin: -3px 0 3px; font-size: 9px; cursor: pointer; }
.same-location input { accent-color: var(--ink); }
[data-return-location][hidden] { display: none; }
.local-pickup { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 13px; border: 1px solid rgba(23,24,18,.2); background: rgba(255,255,255,.48); }
.local-pickup__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: var(--ink); }
.local-pickup small, .local-pickup strong, .local-pickup div > span { display: block; }
.local-pickup small { color: #875139; font-size: 7px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.local-pickup strong { margin: 2px 0; font-size: 11px; }
.local-pickup div > span { color: var(--muted); font-size: 8px; }
.booking-submit { width: 100%; margin-top: 19px; }
.form-disclaimer { margin: 13px 0 0; color: #6c6c64; font-size: 8px; line-height: 1.55; }
.form-disclaimer strong { color: var(--ink); }
.form-status { margin-top: 13px; padding: 10px 12px; border: 1px solid rgba(23,24,18,.18); background: rgba(217,255,67,.3); font-size: 9px; font-weight: 600; }
.hero-index { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; min-height: 46px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; padding: 0 max(24px, calc((100vw - 1240px)/2)); border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.43); font-size: 7px; letter-spacing: 1.5px; }
.hero-index span:nth-child(2) { text-align: center; }
.hero-index span:last-child { text-align: right; }

.trust-strip { padding: 22px 0; color: #fff; background: var(--ink); border-top: 1px solid rgba(255,255,255,.06); }
.trust-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); align-items: center; }
.trust-intro, .trust-item { min-height: 55px; display: flex; align-items: center; gap: 13px; }
.trust-intro { padding-right: 24px; }
.signal { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(217,255,67,.1); }
.trust-intro strong, .trust-intro small, .trust-item strong, .trust-item small { display: block; }
.trust-intro strong { font-size: 11px; }
.trust-intro small { color: rgba(255,255,255,.42); font-size: 7px; }
.trust-item { padding: 0 15px; border-left: 1px solid rgba(255,255,255,.14); }
.trust-item > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: var(--lime); font-size: 11px; }
.trust-item strong { font-size: 9px; }
.trust-item small { color: rgba(255,255,255,.4); font-size: 7px; }

.local-conversion { padding: 42px 0; background: var(--lime); }
.local-conversion__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.local-conversion h2 { margin: 13px 0 5px; font-size: clamp(27px, 3vw, 42px); }
.local-conversion p { margin: 0; color: #50551e; font-size: 11px; }
.local-conversion__actions { display: flex; align-items: center; gap: 24px; flex: 0 0 auto; }
.text-cta { border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 700; }

.section-heading { margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: 1.2fr .72fr; gap: 100px; align-items: end; }
.split-heading > div:last-child { padding-bottom: 8px; }
.split-heading p { color: var(--muted); font-size: 15px; }
.category-rail { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.category-card { min-width: 0; min-height: 470px; position: relative; padding: 25px; background: #e9e4d8; border-right: 1px solid var(--line); }
.category-card:last-child { border-right: 0; }
.category-card-dark { color: #fff; background: var(--ink); }
.category-card-sand { background: var(--sand); }
.category-card-lime { background: var(--lime); }
.card-no { color: currentColor; opacity: .42; font-size: 8px; letter-spacing: 1.4px; }
.car-silhouette { height: 150px; position: relative; margin: 39px 0 25px; }
.car-silhouette:before { content: ""; position: absolute; left: 5%; right: 5%; bottom: 36px; height: 45px; border: 2px solid currentColor; border-radius: 55px 90px 15px 15px; opacity: .75; }
.car-silhouette:after { content: ""; position: absolute; left: 19%; right: 24%; bottom: 72px; height: 31px; border: 2px solid currentColor; border-bottom: 0; border-radius: 75px 70px 0 0; opacity: .75; transform: skewX(-18deg); }
.car-silhouette i:before, .car-silhouette i:after { content: ""; position: absolute; z-index: 1; bottom: 24px; width: 27px; height: 27px; border: 7px solid currentColor; border-radius: 50%; background: inherit; }
.car-silhouette i:before { left: 18%; }
.car-silhouette i:after { right: 18%; }
.car-silhouette.suv:after { left: 14%; right: 18%; height: 45px; transform: skewX(-7deg); }
.car-silhouette.compact:after { left: 24%; right: 27%; }
.car-silhouette.electric:before { border-radius: 80px 95px 20px 20px; }
.category-card h3 { margin: 0 0 8px; font: 400 22px var(--display); letter-spacing: -.7px; text-transform: uppercase; }
.category-card > p { min-height: 66px; margin-bottom: 20px; color: currentColor; opacity: .66; font-size: 12px; }
.category-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 25px; padding: 17px 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.category-card dl { border-color: color-mix(in srgb, currentColor 20%, transparent); }
.category-card dt { opacity: .5; font-size: 7px; text-transform: uppercase; }
.category-card dd { margin: 4px 0 0; font-size: 11px; font-weight: 700; }
.category-card button { position: absolute; left: 25px; right: 25px; bottom: 23px; display: flex; justify-content: space-between; padding: 12px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.categories > .microcopy { max-width: 950px; margin-top: 17px; }

.lead-ribbon { padding: 30px 0; color: #fff; background: #303129; }
.lead-ribbon__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.lead-ribbon__inner > div { display: grid; grid-template-columns: auto 1fr; gap: 4px 20px; align-items: center; }
.lead-ribbon span { grid-row: 1 / 3; align-self: stretch; display: flex; align-items: center; padding-right: 20px; border-right: 1px solid rgba(255,255,255,.2); color: var(--lime); font-size: 7px; letter-spacing: 1.3px; }
.lead-ribbon strong { font: 400 17px var(--display); text-transform: uppercase; }
.lead-ribbon small { color: rgba(255,255,255,.5); font-size: 9px; }

.fleet-section { padding: 115px 0; color: #fff; background: var(--ink); }
.fleet-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 48px; }
.fleet-head h2 { margin-bottom: 0; color: #fff; }
.fleet-tabs { display: flex; gap: 6px; }
.fleet-tabs button { padding: 9px 14px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.6); background: transparent; font-size: 8px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.fleet-tabs button.active { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.fleet-card { overflow: hidden; color: var(--ink); background: var(--paper); transition: opacity .2s, transform .2s; }
.fleet-card[hidden] { display: none; }
.fleet-art { height: 220px; position: relative; display: grid; place-items: center; overflow: hidden; }
.fleet-art-lime { background: var(--lime); }
.fleet-art-stone { background: #b9b1a1; }
.fleet-art-orange { background: var(--orange); }
.fleet-art > span { position: absolute; left: 18px; top: 16px; font-size: 7px; font-weight: 700; letter-spacing: 1.3px; }
.fleet-art > b { position: absolute; right: -6px; bottom: -30px; color: rgba(23,24,18,.12); font: 400 120px var(--display); }
.mini-car { width: 77%; height: 58px; position: relative; margin-top: 24px; border: 3px solid var(--ink); border-radius: 80px 120px 22px 18px; }
.mini-car:before { content: ""; position: absolute; left: 20%; right: 22%; top: -38px; height: 37px; border: 3px solid var(--ink); border-bottom: 0; border-radius: 80px 80px 0 0; transform: skewX(-15deg); }
.mini-car:after { content: "●                                      ●"; position: absolute; left: 10%; right: 10%; bottom: -20px; display: flex; justify-content: space-between; font-size: 26px; letter-spacing: 0; }
.mini-car.high:before { left: 12%; right: 16%; height: 49px; top: -50px; transform: skewX(-5deg); }
.mini-car.low:before { left: 25%; right: 24%; height: 30px; top: -31px; }
.fleet-card-body { padding: 24px; }
.fleet-card h3 { margin: 8px 0 3px; font: 400 23px var(--display); letter-spacing: -.8px; text-transform: uppercase; }
.fleet-card-body > div:first-child > p { min-height: 39px; margin-bottom: 17px; color: var(--muted); font-size: 11px; }
.fleet-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 0 0 22px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.fleet-card li { color: #4e4e47; font-size: 9px; }
.fleet-card li:before { content: "·"; margin-right: 7px; }
.fleet-price { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.fleet-price > span { color: var(--muted); font-size: 9px; }
.fleet-price strong { color: var(--ink); font: 400 22px var(--display); }
.fleet-price button { display: flex; gap: 17px; padding: 0; border: 0; background: transparent; font-size: 9px; font-weight: 700; cursor: pointer; }
.fleet-price button b { color: #7a3b25; }
.fleet-note { display: grid; grid-template-columns: .22fr 1fr; gap: 30px; margin-top: 35px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.fleet-note strong { color: var(--lime); font-size: 10px; text-transform: uppercase; }
.fleet-note p { max-width: 880px; margin: 0; color: rgba(255,255,255,.54); font-size: 10px; }

.pricing { background: #e7e0d2; }
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.price-card { padding: 34px; background: var(--white); border: 1px solid var(--line); box-shadow: 22px 22px 0 var(--sand); }
.price-route { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 23px 0; padding-bottom: 22px; border-bottom: 2px solid var(--ink); }
.price-route span { font-size: 9px; font-weight: 700; letter-spacing: 1.2px; }
.price-route b { font: 400 34px var(--display); }
.price-card dl { margin: 0; }
.price-card dl > div { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 12px 0; border-bottom: 1px dashed rgba(23,24,18,.22); }
.price-card dt { color: var(--muted); font-size: 11px; }
.price-card dd { margin: 0; font-size: 11px; font-weight: 700; }
.price-card .total { margin-top: 6px; border-bottom: 0; }
.price-card .total dt { color: var(--ink); font-weight: 700; }
.price-card .total dd { font: 400 19px var(--display); }
.price-card > p { margin: 21px 0 0; color: var(--muted); font-size: 8px; }
.pricing-copy .lead { color: var(--muted); font-size: 17px; }
.value-list { margin: 33px 0 26px; border-top: 1px solid var(--line); }
.value-list article { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.value-list article > span { padding-top: 4px; color: #96573b; font-size: 9px; }
.value-list h3 { margin: 0 0 5px; font: 400 16px var(--display); text-transform: uppercase; }
.value-list p { margin: 0; color: var(--muted); font-size: 11px; }

.why-section { padding: 120px 0; color: #fff; background: var(--ink); }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; }
.why-title { position: sticky; top: 120px; align-self: start; }
.why-title h2 { color: #fff; }
.why-title h2 em { color: var(--lime); font-style: normal; }
.why-title p { max-width: 430px; color: rgba(255,255,255,.45); font-size: 11px; }
.why-cards { border-top: 1px solid rgba(255,255,255,.18); }
.why-cards article { display: grid; grid-template-columns: 45px 1fr auto; gap: 21px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.why-cards article > span { color: var(--lime); font-size: 9px; }
.why-cards h3 { margin: 0 0 6px; font: 400 19px var(--display); text-transform: uppercase; }
.why-cards p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; }
.why-cards b { color: rgba(255,255,255,.37); font-size: 7px; letter-spacing: 1.2px; }

.story-section { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 760px; background: var(--sand); }
.story-image { min-height: 680px; background: url("assets/coastal-escape-story.png") 51% center / cover no-repeat; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 75px clamp(35px, 6vw, 95px); }
.story-copy > .micro-label { margin-bottom: 30px; }
.story-copy h2 { font-size: clamp(38px, 4vw, 59px); }
.story-copy blockquote { margin: 7px 0 25px; padding: 0 0 0 19px; border-left: 3px solid var(--orange); font-size: 15px; line-height: 1.6; }
.story-person { display: flex; align-items: center; gap: 12px; }
.story-person > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: 9px; font-weight: 700; }
.story-person strong, .story-person small { display: block; }
.story-person strong { font-size: 11px; }
.story-person small { color: #6b604e; font-size: 8px; }
.story-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 29px 0 18px; padding: 17px 0; border-top: 1px solid rgba(23,24,18,.22); border-bottom: 1px solid rgba(23,24,18,.22); }
.story-copy dl > div { padding-right: 9px; }
.story-copy dt { color: #776c5b; font-size: 7px; text-transform: uppercase; }
.story-copy dd { margin: 4px 0 0; font-size: 9px; font-weight: 700; }
.story-note { margin: 0; color: #6d614f; font-size: 8px; }

.centered { max-width: 790px; text-align: center; }
.centered .overline { justify-content: center; }
.centered p { color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { min-height: 350px; position: relative; padding: 30px; border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-no { color: var(--muted); font-size: 8px; letter-spacing: 1.2px; }
.process-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 50px 0 30px; border: 1px solid var(--ink); border-radius: 50%; font: 400 25px var(--display); }
.process-grid h3 { margin-bottom: 10px; font: 400 20px var(--display); text-transform: uppercase; }
.process-grid p { color: var(--muted); font-size: 11px; }
.process-grid small { position: absolute; left: 30px; bottom: 29px; color: #9b5033; font-size: 7px; letter-spacing: 1.2px; }

.metrics-section { padding: 120px 0; color: #fff; background: #23241e; }
.metrics-grid { display: grid; grid-template-columns: 1fr .48fr .8fr; gap: 65px; align-items: end; }
.metrics-intro h2 { color: #fff; }
.metrics-intro p { max-width: 500px; color: rgba(255,255,255,.47); font-size: 11px; }
.big-score { padding: 23px; border: 1px solid rgba(255,255,255,.18); }
.big-score strong, .big-score span, .big-score small { display: block; }
.big-score strong { font: 400 65px/.9 var(--display); color: var(--lime); }
.big-score span { margin: 15px 0 6px; color: #f9a853; letter-spacing: 2px; }
.big-score small { color: rgba(255,255,255,.4); font-size: 7px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.stats > div { min-height: 130px; display: flex; flex-direction: column; justify-content: end; padding: 17px; border-left: 1px solid rgba(255,255,255,.17); }
.stats strong { font: 400 35px var(--display); }
.stats strong:after { content: "+"; color: var(--lime); }
.stats span { color: rgba(255,255,255,.42); font-size: 7px; }
.review-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 65px; }
.review-row article { min-height: 300px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.17); }
.review-row .stars { margin: 32px 0 17px; color: #f4a14f; font-size: 10px; letter-spacing: 2px; }
.review-row blockquote { margin: 0; color: rgba(255,255,255,.83); font-size: 14px; line-height: 1.7; }
.review-row footer { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.review-row footer > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 8px; font-weight: 700; }
.review-row footer strong, .review-row footer small { display: block; }
.review-row footer strong { font-size: 10px; }
.review-row footer small { color: rgba(255,255,255,.4); font-size: 7px; }

.membership { padding: 120px 0; background: var(--lime); }
.membership-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.membership-card { aspect-ratio: 1.6/1; min-height: 320px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; color: #fff; background: var(--ink); box-shadow: 24px 25px 0 rgba(23,24,18,.15); transform: rotate(-3deg); }
.membership-card:before { content: ""; position: absolute; width: 400px; height: 400px; right: -230px; top: -190px; border: 1px solid rgba(217,255,67,.45); border-radius: 50%; box-shadow: 0 0 0 50px rgba(217,255,67,.05), 0 0 0 100px rgba(217,255,67,.035); }
.member-mark { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--lime); border-radius: 50%; font: 400 13px var(--display); }
.member-level { position: relative; }
.member-level small, .member-level strong { display: block; }
.member-level small { color: rgba(255,255,255,.46); font-size: 7px; letter-spacing: 1.6px; }
.member-level strong { margin-top: 8px; font: 400 27px var(--display); }
.member-id { position: absolute; right: 30px; bottom: 30px; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: 2px; }
.membership-copy .overline { color: #4e551e; }
.membership-copy h2 { margin-bottom: 18px; }
.membership-copy .lead { font-size: 15px; }
.membership-copy ul { margin: 29px 0; padding: 0; border-top: 1px solid rgba(23,24,18,.25); list-style: none; }
.membership-copy li { display: grid; grid-template-columns: 35px 1fr; gap: 13px; padding: 14px 0; border-bottom: 1px solid rgba(23,24,18,.25); }
.membership-copy li > span { font-size: 8px; }
.membership-copy li strong, .membership-copy li small { display: block; }
.membership-copy li strong { font-size: 11px; }
.membership-copy li small { margin-top: 3px; color: #4d521c; font-size: 8px; }
.membership-copy > .microcopy { margin: 11px 0 0; color: #454a19; }

.extras { background: var(--paper); }
.extras-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.extras-grid article { display: grid; grid-template-columns: 58px 1fr auto; gap: 17px; align-items: center; min-height: 180px; position: relative; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.extra-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 400 15px var(--display); }
.extras-grid h3 { margin: 7px 0 6px; font: 400 17px var(--display); text-transform: uppercase; }
.extras-grid p { margin: 0; color: var(--muted); font-size: 9px; }
.extras-grid article > strong { align-self: start; font-size: 11px; }
.extras-grid button { position: absolute; right: 24px; bottom: 22px; min-width: 65px; padding: 7px 10px; border: 1px solid var(--ink); background: transparent; font-size: 8px; font-weight: 700; cursor: pointer; }
.extras-grid button[aria-pressed="true"] { background: var(--lime); }

.locations { padding: 120px 0; color: #fff; background: var(--ink); }
.locations-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; }
.locations-copy h2 { color: #fff; }
.locations-copy > p { color: rgba(255,255,255,.47); font-size: 12px; }
.single-location { margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.17); }
.single-location h3 { margin: 16px 0 7px; color: #fff; font: 400 21px var(--display); text-transform: uppercase; }
.single-location > p { color: rgba(255,255,255,.58); font-size: 11px; }
.single-location dl { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 26px 0; }
.single-location dt { color: rgba(255,255,255,.38); font-size: 7px; text-transform: uppercase; }
.single-location dd { margin: 3px 0 0; font-size: 9px; font-weight: 700; }
.single-location__actions { display: flex; align-items: center; gap: 22px; }
.single-location__actions > a:last-child { color: var(--lime); font-size: 9px; font-weight: 700; }
.location-list { margin-top: 35px; border-top: 1px solid rgba(255,255,255,.17); }
.location-list button { width: 100%; display: grid; grid-template-columns: 35px 1fr auto; gap: 15px; align-items: center; padding: 18px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.17); color: #fff; background: transparent; text-align: left; cursor: pointer; }
.location-list button > span { color: rgba(255,255,255,.34); font-size: 8px; }
.location-list button strong, .location-list button small { display: block; }
.location-list button strong { font-size: 11px; }
.location-list button small { color: rgba(255,255,255,.38); font-size: 8px; }
.location-list button b { color: rgba(255,255,255,.34); }
.location-list button.active strong, .location-list button.active b { color: var(--lime); }
.map-panel { min-height: 590px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #2b2d25; }
.map-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 50px 50px; transform: rotate(-8deg) scale(1.2); }
.route-line { position: absolute; inset: 0; }
.route-line:before { content: ""; position: absolute; width: 85%; height: 370px; left: -10%; top: 80px; border: 3px solid var(--sand); border-top-color: transparent; border-right-color: transparent; border-radius: 50%; transform: rotate(-11deg); }
.route-line i { position: absolute; z-index: 1; width: 10px; height: 10px; border: 2px solid #2b2d25; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(217,255,67,.2); }
.route-line i:nth-child(1) { left: 15%; top: 27%; }.route-line i:nth-child(2) { left: 38%; top: 48%; }.route-line i:nth-child(3) { right: 24%; top: 33%; }.route-line i:nth-child(4) { right: 11%; bottom: 22%; }
.location-detail { position: absolute; left: 35px; right: 35px; bottom: 35px; z-index: 2; padding: 26px; color: var(--ink); background: rgba(243,240,231,.96); box-shadow: var(--shadow); }
.location-detail h3 { margin: 13px 0 5px; font: 400 20px var(--display); text-transform: uppercase; }
.location-detail > p { color: var(--muted); font-size: 9px; }
.location-detail dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0; }
.location-detail dt { color: var(--muted); font-size: 7px; text-transform: uppercase; }
.location-detail dd { margin: 3px 0 0; font-size: 9px; font-weight: 700; }
.location-detail a { display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 700; }
.local-area-card > p { font-size: 10px; line-height: 1.55; }

.policy-section { background: #e5ded0; }
.policy-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.policy-head h2 { margin-bottom: 0; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.policy-grid article { min-height: 300px; display: flex; flex-direction: column; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.policy-grid article > span { color: #8b4b32; font-size: 8px; font-weight: 700; letter-spacing: 1.5px; }
.policy-grid h3 { margin: 50px 0 12px; font: 400 18px var(--display); text-transform: uppercase; }
.policy-grid p { color: var(--muted); font-size: 10px; }
.policy-grid a { margin-top: auto; font-size: 8px; font-weight: 700; }

.faq-section { padding: 120px 0; color: #fff; background: #272821; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro h2 { color: #fff; }
.faq-intro p { color: rgba(255,255,255,.46); font-size: 11px; }
.faq-intro > a { display: inline-flex; gap: 20px; margin-top: 18px; color: var(--lime); font-size: 10px; font-weight: 700; }
.faq-list { border-top: 1px solid rgba(255,255,255,.18); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.18); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; border: 0; color: #fff; background: transparent; text-align: left; font-size: 12px; font-weight: 600; cursor: pointer; }
.faq-item button i { width: 20px; height: 20px; position: relative; flex: 0 0 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.faq-item button i:before, .faq-item button i:after { content: ""; position: absolute; left: 5px; right: 5px; top: 9px; height: 1px; background: var(--lime); }
.faq-item button i:after { transform: rotate(90deg); transition: .2s; }
.faq-item.open button i:after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > p { overflow: hidden; margin: 0; color: rgba(255,255,255,.53); font-size: 11px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding: 0 45px 23px 0; }

.final-cta { overflow: hidden; padding: 100px 0 0; background: var(--orange); }
.final-cta-grid { display: flex; align-items: end; justify-content: space-between; gap: 55px; padding-bottom: 72px; }
.final-cta .overline { color: #512315; }
.final-cta h2 { margin-bottom: 8px; font-size: clamp(70px, 10vw, 145px); }
.final-cta p { max-width: 600px; margin: 0; color: #642917; }
.final-actions { display: flex; flex-direction: column; gap: 10px; flex: 0 0 auto; }
.marquee { min-height: 58px; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--lime); background: var(--ink); }
.marquee-track { width: max-content; position: relative; left: 50%; display: flex; align-items: center; animation: marquee-loop 36s linear infinite; will-change: transform; }
.marquee-track span { flex: 0 0 auto; display: block; padding: 0; font: 400 clamp(11px, 1.35vw, 19px) var(--display); letter-spacing: .04em; line-height: 1.35; text-align: center; white-space: nowrap; }
@keyframes marquee-loop { from { transform: translateX(-25%); } to { transform: translateX(-75%); } }

.site-footer { padding: 75px 0 35px; color: #fff; background: #0f100c; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 45px; align-items: center; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand-footer .brand-mark { color: #fff; }
.footer-top p { margin: 0; color: rgba(255,255,255,.4); font-size: 10px; }
.footer-phone { color: var(--lime); font: 400 18px var(--display); }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 45px; padding: 55px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-grid h3 { margin: 0 0 18px; color: var(--lime); font: 400 11px var(--display); text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 9px 0; color: rgba(255,255,255,.5); font-size: 9px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 50px; padding-top: 28px; }
.footer-bottom p { max-width: 850px; margin: 0; color: rgba(255,255,255,.3); font-size: 7px; }
.footer-bottom > div { flex: 0 0 auto; text-align: right; }
.footer-bottom a, .footer-bottom span { display: block; color: rgba(255,255,255,.45); font-size: 8px; }
.footer-bottom a { color: var(--lime); }

.mobile-booking-bar { display: none; }
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(9,10,8,.8); backdrop-filter: blur(6px); }
.modal-card { width: min(500px, 100%); position: relative; z-index: 1; padding: 45px; background: var(--paper); box-shadow: var(--shadow); }
.modal-close { position: absolute; right: 15px; top: 12px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.modal-card h2 { margin: 25px 0 17px; font-size: 40px; }
.modal-card p { color: var(--muted); font-size: 12px; }
.modal-card .button { margin-top: 12px; }
.modal-actions { display: flex; align-items: center; gap: 22px; margin-top: 12px; }
.modal-actions > a:last-child { border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 700; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-phone { margin-left: auto; }
  .menu-toggle { width: 43px; height: 43px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.3); background: transparent; cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1px; display: block; background: #fff; transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; left: 0; right: 0; top: 78px; z-index: 99; display: grid; padding: 20px 24px 30px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 13px; }
  .hero-content { grid-template-columns: .85fr 1.15fr; gap: 30px; }
  .hero h1 { font-size: clamp(62px, 9vw, 92px); }
  .trust-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .trust-item:nth-child(n+4) { display: none; }
  .category-rail { overflow-x: auto; grid-template-columns: repeat(4, minmax(270px, 1fr)); scroll-snap-type: x mandatory; }
  .category-card { scroll-snap-align: start; }
  .pricing-layout, .why-grid, .membership-grid { gap: 60px; }
  .story-section { grid-template-columns: 1fr 1fr; }
  .metrics-grid { grid-template-columns: 1fr .55fr; }
  .stats { grid-column: 1 / -1; }
  .stats > div { min-height: 90px; }
  .locations-grid { gap: 45px; }
  .faq-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .section { padding: 85px 0; }
  .shell { width: min(100% - 34px, 680px); }
  .header-phone, .header-actions > .button { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero { min-height: auto; }
  .hero-media { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(8,10,11,.5) 0, rgba(8,10,11,.4) 36%, rgba(8,10,11,.94) 65%, rgba(8,10,11,1) 100%); }
  .hero-content { min-height: auto; display: block; padding: 80px 0 90px; }
  .hero-copy { max-width: 550px; min-height: 520px; display: flex; flex-direction: column; justify-content: end; }
  .hero h1 { font-size: clamp(65px, 18vw, 105px); }
  .booking-card { width: 100%; margin-top: 28px; }
  .local-conversion__inner { align-items: flex-start; }
  .hero-index { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .trust-intro { grid-column: 1 / -1; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-item { padding: 0 9px; border-left: 0; }
  .trust-item:nth-child(n+4) { display: none; }
  .split-heading, .pricing-layout, .why-grid, .story-section, .membership-grid, .locations-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 25px; }
  .fleet-head { display: block; }
  .fleet-tabs { overflow-x: auto; margin-top: 27px; padding-bottom: 6px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .fleet-art { height: 100%; min-height: 330px; }
  .fleet-note { grid-template-columns: 1fr; gap: 8px; }
  .pricing-layout { gap: 65px; }
  .price-card { box-shadow: 12px 12px 0 var(--sand); }
  .why-title, .faq-intro { position: static; }
  .story-section { min-height: auto; }
  .story-image { min-height: 550px; }
  .story-copy { padding: 70px max(24px, calc((100vw - 680px)/2)); }
  .process-grid, .review-row { grid-template-columns: 1fr; }
  .process-grid article { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .process-icon { margin: 35px 0 22px; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metrics-intro { grid-column: 1 / -1; }
  .review-row article { min-height: 250px; }
  .membership-card { max-width: 520px; min-height: 290px; }
  .extras-grid { grid-template-columns: 1fr; }
  .map-panel { min-height: 560px; }
  .policy-head { display: block; }
  .policy-head .detail-note { margin-top: 20px; }
  .policy-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta-grid { display: block; }
  .final-cta-grid .button { margin-top: 32px; }
  .final-actions { margin-top: 30px; }
  .final-actions .button { margin-top: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top p { grid-row: 2; }
  .footer-phone { text-align: right; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-booking-bar { position: fixed; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 90; min-height: 64px; display: grid; grid-template-columns: 1fr 1fr; color: var(--ink); background: var(--lime); box-shadow: 0 14px 40px rgba(0,0,0,.32); }
  .mobile-booking-bar a { display: flex; flex-direction: column; justify-content: center; padding: 10px 15px; }
  .mobile-booking-bar a:first-child { color: #fff; background: var(--ink); }
  .mobile-booking-bar small, .mobile-booking-bar strong { display: block; }
  .mobile-booking-bar small { font-size: 7px; letter-spacing: 1.2px; text-transform: uppercase; }
  .mobile-booking-bar strong { font: 400 15px var(--display); text-transform: uppercase; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 85px; }
  .shell { width: calc(100% - 28px); }
  .site-header, .header-inner { height: 69px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 5.8px; }
  .brand-mark { width: 34px; height: 34px; }
  .mobile-menu { top: 69px; }
  .hero-copy { min-height: 470px; }
  .hero h1 { font-size: clamp(61px, 21vw, 90px); }
  .hero-copy > p { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-proof small { font-size: 7px; }
  .booking-card { padding: 20px; }
  .booking-grid { gap: 10px; }
  .field input, .field select { font-size: 11px; }
  .trust-grid { display: block; }
  .trust-intro, .trust-item { min-height: 58px; }
  .trust-item { border-top: 1px solid rgba(255,255,255,.12); }
  .local-conversion__inner, .local-conversion__actions, .lead-ribbon__inner { align-items: flex-start; flex-direction: column; }
  .local-conversion__actions { gap: 17px; }
  .lead-ribbon__inner > div { display: block; }
  .lead-ribbon span { margin-bottom: 12px; padding: 0; border-right: 0; }
  .lead-ribbon strong, .lead-ribbon small { display: block; }
  .lead-ribbon small { margin-top: 5px; }
  .category-rail { width: calc(100% - 14px); margin-left: 14px; grid-template-columns: repeat(4, minmax(82vw, 1fr)); }
  .fleet-card { display: block; }
  .fleet-art { min-height: 220px; height: 220px; }
  .price-card { padding: 24px 20px; }
  .price-route b { font-size: 27px; }
  .why-cards article { grid-template-columns: 35px 1fr; }
  .why-cards b { grid-column: 2; }
  .story-image { min-height: 430px; }
  .story-copy { padding: 65px 22px; }
  .story-copy dl { grid-template-columns: 1fr; gap: 11px; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metrics-intro { grid-column: auto; }
  .stats { grid-column: auto; }
  .membership-card { min-height: 235px; padding: 25px; }
  .member-level strong { font-size: 21px; }
  .member-id { right: 22px; bottom: 22px; }
  .extras-grid article { grid-template-columns: 48px 1fr; padding: 21px; }
  .extra-icon { width: 45px; height: 45px; }
  .extras-grid article > strong { grid-column: 2; }
  .extras-grid button { right: 20px; bottom: 20px; }
  .map-panel { min-height: 590px; }
  .single-location dl { grid-template-columns: 1fr; }
  .single-location__actions { align-items: flex-start; flex-direction: column; }
  .location-detail { left: 18px; right: 18px; bottom: 18px; padding: 21px; }
  .policy-grid { grid-template-columns: 1fr; }
  .policy-grid article { min-height: 250px; }
  .faq-item button { font-size: 11px; }
  .final-cta h2 { font-size: 19vw; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-phone { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-bottom { display: block; }
  .footer-bottom > div { margin-top: 20px; text-align: left; }
  .modal-card { padding: 35px 25px; }
  .modal-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .marquee-track { animation: none !important; transform: translateX(-25%); }
}

@media print {
  .site-header, .mobile-booking-bar, .menu-toggle { display: none !important; }
  body { padding: 0; color: #000; background: #fff; }
}
