:root {
  --black: #090909;
  --black-2: #11110f;
  --paper: #f3f0e9;
  --paper-2: #e9e5dc;
  --ink: #11110f;
  --muted: #746f65;
  --line: rgba(17, 17, 15, .16);
  --line-dark: rgba(255,255,255,.16);
  --champagne: #c8b596;
  --radius: 22px;
  --ease: cubic-bezier(.22,.7,.18,1);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img, video { max-width: 100%; display: block; }
.hidden-field { position: absolute; left: -9999px; }

.page-noise { position: fixed; inset: 0; opacity: .028; pointer-events: none; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto 0; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(24px, 4vw, 72px); color: #fff; transition: background .4s var(--ease), height .4s var(--ease), color .4s var(--ease), border-color .4s; border-bottom: 1px solid transparent; }
.site-header.scrolled { height: 76px; background: rgba(9,9,9,.88); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: 10px; justify-self: start; }
.brand-mark { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-style: italic; font-size: 20px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .08em; }
.brand-copy strong { font-size: 16px; font-weight: 650; }
.brand-copy small { font-size: 8px; margin-top: 5px; letter-spacing: .27em; opacity: .7; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; letter-spacing: .04em; }
.desktop-nav a { opacity: .75; transition: opacity .25s; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { justify-self: end; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; padding: 12px 19px; font-size: 12px; letter-spacing: .04em; transition: background .25s, color .25s; }
.header-cta:hover { background: #fff; color: #111; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 0; justify-self: end; }
.menu-toggle span { display: block; height: 1px; width: 24px; background: currentColor; margin: 6px auto; transition: transform .3s; }
.mobile-menu { position: fixed; inset: 0; z-index: 45; background: #0b0b0a; color: white; display: flex; flex-direction: column; justify-content: center; gap: 22px; padding: 90px 28px 36px; transform: translateY(-100%); transition: transform .55s var(--ease); }
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { font-family: var(--serif); font-size: clamp(36px, 11vw, 64px); }
.mobile-menu-cta { margin-top: 22px; font-family: var(--sans) !important; font-size: 15px !important; border-top: 1px solid rgba(255,255,255,.16); padding-top: 26px; }

.hero { min-height: 100svh; height: max(760px, 100svh); background: #070707; color: white; position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; filter: saturate(.66) contrast(1.05) brightness(.82); transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.28) 50%, rgba(0,0,0,.12) 100%), linear-gradient(0deg, rgba(0,0,0,.72) 0%, transparent 42%); }
.hero-vignette { position: absolute; inset: 0; box-shadow: inset 0 0 170px rgba(0,0,0,.42); pointer-events: none; }
.hero-content { position: relative; z-index: 2; width: min(900px, 84vw); margin-left: clamp(24px, 7vw, 124px); padding-bottom: clamp(80px, 12vh, 140px); }
.eyebrow, .section-kicker { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .19em; font-size: 10px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.74); }
.eyebrow span { width: 26px; height: 1px; background: var(--champagne); }
.hero h1, .section-heading h2, .booking-intro h2, .services-copy h2, .coverage-content h2, .closing-copy h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .91; margin: 0; }
.hero h1 { font-size: clamp(72px, 10.5vw, 176px); }
.hero h1 em, .coverage-content h2 em, .closing-copy h2 em { font-weight: 400; color: var(--champagne); }
.hero-lead { width: min(590px, 100%); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.6; color: rgba(255,255,255,.74); margin: 30px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 34px; }
.button { min-height: 50px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 12px; font-weight: 650; letter-spacing: .04em; cursor: pointer; }
.button-light { background: #f3f0e9; color: #111; }
.button-dark { background: #111; color: white; }
.text-link { font-size: 12px; display: inline-flex; gap: 14px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 7px; }
.hero-meta { position: absolute; z-index: 3; right: clamp(24px, 4vw, 72px); bottom: 60px; display: flex; align-items: center; gap: 13px; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.48); }
.scroll-line { width: 70px; height: 1px; background: rgba(255,255,255,.3); position: relative; overflow: hidden; }
.scroll-line:after { content:""; position:absolute; inset:0; width: 34px; background:#fff; animation: scrollLine 2.4s infinite var(--ease); }
@keyframes scrollLine { from { transform: translateX(-40px); } to { transform: translateX(86px); } }

.booking-shell { padding: 130px clamp(24px, 6vw, 104px) 150px; display: grid; grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr); gap: clamp(50px, 7vw, 120px); background: var(--paper); align-items: start; }
.booking-intro { position: sticky; top: 120px; padding-top: 26px; }
.booking-intro h2 { font-size: clamp(56px, 6vw, 104px); }
.booking-intro > p:not(.section-kicker) { max-width: 470px; color: var(--muted); line-height: 1.7; font-size: 15px; margin: 30px 0 44px; }
.booking-trust { border-top: 1px solid var(--line); max-width: 520px; }
.booking-trust > div { display: grid; grid-template-columns: 56px 1fr; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.booking-trust strong { font-family: var(--serif); font-style: italic; font-weight: 400; color: #8d826f; }
.booking-trust span { font-size: 12px; }
.quote-card { background: #fff; border: 1px solid rgba(17,17,15,.08); border-radius: 26px; box-shadow: 0 34px 100px rgba(35,30,20,.12); overflow: hidden; }
.quote-card-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 30px 32px 25px; border-bottom: 1px solid #ece9e2; }
.micro-label { font-size: 8px; letter-spacing: .18em; font-weight: 800; color: #928b7f; }
.quote-card-head h3 { font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.03em; margin: 5px 0 0; }
.status-pill { display: flex; align-items: center; gap: 8px; font-size: 10px; border: 1px solid #ddd8ce; border-radius: 999px; padding: 8px 11px; color: #6c675e; white-space: nowrap; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: #6e8c65; }
#ride-form { padding: 28px 32px 32px; }
.route-box { position: relative; padding: 2px 0 2px 42px; }
.route-rail { position: absolute; left: 11px; top: 21px; bottom: 22px; width: 12px; display:flex; flex-direction:column; align-items:center; }
.route-dot { width: 11px; height: 11px; border: 2px solid #171715; background:white; border-radius:50%; flex: 0 0 auto; }
.route-dot.destination { border-radius: 2px; }
.route-line { width: 1px; background: #c5c0b6; flex:1; margin: 7px 0; }
.route-fields { display: grid; gap: 10px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span, .trip-type legend, .picker-heading > span { font-size: 9px; line-height: 1; text-transform: uppercase; letter-spacing: .13em; font-weight: 760; color: #746f66; }
.field > span small { text-transform: none; letter-spacing: 0; font-weight: 500; opacity: .75; }
.field input, .field select { width: 100%; border: 1px solid #e4e0d8; border-radius: 12px; background: #faf9f6; min-height: 54px; padding: 0 15px; outline: none; color: #151512; transition: border-color .2s, box-shadow .2s, background .2s; }
.field input:focus, .field select:focus { border-color: #a79678; box-shadow: 0 0 0 3px rgba(167,150,120,.13); background:#fff; }
.route-field input { min-height: 58px; font-size: 14px; }
.stop-row { position: relative; }
.stop-row .remove-stop { position:absolute; right: 10px; top: 30px; border:0; background:transparent; width:34px; height:34px; border-radius:50%; cursor:pointer; color:#8a857b; font-size:18px; }
.stop-row input { padding-right: 48px; }
.add-stop { border: 0; background: transparent; padding: 14px 0 5px 42px; font-size: 11px; color: #685f51; font-weight: 700; cursor: pointer; }
.add-stop span { display:inline-grid; place-items:center; width:19px; height:19px; border:1px solid #aaa296; border-radius:50%; margin-right:7px; }
.form-grid { display: grid; gap: 12px; margin-top: 24px; }
.form-grid.three { grid-template-columns: 1fr 1fr 1.08fr; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.trip-type { border:0; padding:0; margin: 24px 0 0; }
.trip-type legend { margin-bottom: 11px; }
.trip-type label { display:inline-flex; margin-right: 8px; cursor:pointer; }
.trip-type input { position:absolute; opacity:0; }
.trip-type span { border: 1px solid #ddd8ce; border-radius:999px; padding: 10px 14px; font-size:11px; transition:.2s; }
.trip-type input:checked + span { background:#151512; color:#fff; border-color:#151512; }
.vehicle-picker { margin-top: 26px; }
.picker-heading { display:flex; justify-content:space-between; align-items:center; margin-bottom:11px; }
.picker-heading small { color:#9a9489; font-size:9px; }
.vehicle-options { display:grid; grid-template-columns: repeat(3,1fr); gap:8px; }
.vehicle-option { text-align:left; border:1px solid #e1ddd4; border-radius:14px; background:#faf9f6; min-height:92px; padding:13px; cursor:pointer; display:flex; flex-direction:column; justify-content:space-between; transition:.25s; }
.vehicle-option:hover { transform: translateY(-2px); border-color:#bdb4a4; }
.vehicle-option.active { background:#151512; color:#fff; border-color:#151512; }
.vehicle-icon { font-family:var(--serif); font-style:italic; font-size:18px; color:#a68f6b; }
.vehicle-option strong { display:block; font-size:11px; }
.vehicle-option small { display:block; margin-top:3px; font-size:9px; opacity:.55; }
.form-divider { display:flex; align-items:center; gap:12px; margin: 28px 0 0; color:#908a80; font-size:9px; text-transform:uppercase; letter-spacing:.13em; }
.form-divider:after { content:""; height:1px; background:#e7e3dc; flex:1; }
.submit-button { margin-top: 24px; width:100%; border:0; border-radius:12px; background:#151512; color:#fff; min-height:59px; display:flex; align-items:center; justify-content:space-between; padding:0 20px; cursor:pointer; font-weight:700; font-size:12px; transition: transform .2s, background .2s; }
.submit-button:hover { transform:translateY(-1px); background:#26241f; }
.submit-button:disabled { opacity:.6; cursor:wait; }
.submit-arrow { font-family:var(--serif); font-size:20px; }
.form-note { margin:12px 3px 0; color:#969086; font-size:9px; line-height:1.5; }

.fleet-section { background: #0b0b0a; color: white; padding: 140px clamp(24px, 5vw, 84px) 160px; }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:60px; margin-bottom:70px; }
.section-heading h2 { font-size: clamp(54px, 6.3vw, 105px); }
.section-heading > p { max-width: 430px; color: rgba(255,255,255,.55); line-height:1.7; font-size:14px; padding-bottom:8px; }
.fleet-grid { display:grid; grid-template-columns: 1fr 1fr; gap:18px; }
.fleet-card { background:#141412; border:1px solid rgba(255,255,255,.09); border-radius:18px; overflow:hidden; }
.fleet-card:first-child { grid-column: 1 / -1; }
.fleet-image-wrap { position:relative; overflow:hidden; aspect-ratio: 16/8.3; background:#222; }
.fleet-card:not(:first-child) .fleet-image-wrap { aspect-ratio: 4/3; }
.fleet-image-wrap img { width:100%; height:100%; object-fit:cover; filter:saturate(.68) contrast(1.05); transition:transform .8s var(--ease), filter .5s; }
.fleet-card:hover img { transform:scale(1.035); filter:saturate(.9) contrast(1.04); }
.fleet-number { position:absolute; top:18px; left:18px; width:38px; height:38px; background:rgba(0,0,0,.55); backdrop-filter:blur(10px); display:grid; place-items:center; border:1px solid rgba(255,255,255,.22); border-radius:50%; font-family:var(--serif); font-style:italic; font-size:12px; }
.fleet-card-copy { display:flex; align-items:end; justify-content:space-between; gap:20px; padding:24px 25px 26px; }
.fleet-card-copy p { margin:0 0 7px; color:rgba(255,255,255,.45); font-size:9px; text-transform:uppercase; letter-spacing:.13em; }
.fleet-card-copy h3 { font-family:var(--serif); font-size:31px; font-weight:400; margin:0; letter-spacing:-.025em; }
.fleet-card-copy button { border:1px solid rgba(255,255,255,.2); background:transparent; color:white; border-radius:999px; padding:10px 13px 10px 16px; font-size:10px; cursor:pointer; display:flex; gap:10px; align-items:center; }

.services-section { min-height: 900px; display:grid; grid-template-columns: .95fr 1.05fr; background:#f0ece3; }
.services-visual { position:sticky; top:0; height:100vh; overflow:hidden; }
.services-visual img { width:100%; height:100%; object-fit:cover; filter:saturate(.45) contrast(1.05); }
.services-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.4),transparent 45%); }
.visual-caption { position:absolute; z-index:2; left:34px; bottom:30px; color:#fff; display:flex; align-items:baseline; gap:13px; }
.visual-caption span { font-family:var(--serif); font-size:44px; }
.visual-caption small { font-size:9px; letter-spacing:.12em; text-transform:uppercase; opacity:.7; }
.services-copy { padding: 130px clamp(30px, 6vw, 100px); }
.services-copy h2 { font-size:clamp(56px, 6.6vw, 105px); margin-bottom:60px; }
.service-list { border-top:1px solid var(--line); }
.service-list > div { display:grid; grid-template-columns:50px minmax(170px,.7fr) 1fr; gap:20px; padding:24px 0; border-bottom:1px solid var(--line); }
.service-list span { font-family:var(--serif); font-style:italic; color:#9a8e79; }
.service-list h3 { margin:0; font-size:14px; font-weight:650; }
.service-list p { margin:0; font-size:12px; color:#716c63; line-height:1.65; }

.coverage-section { position:relative; min-height: 92vh; background:#171713; color:white; display:flex; align-items:center; justify-content:center; overflow:hidden; padding:120px 30px; text-align:center; }
.coverage-bg { position:absolute; inset:-5%; opacity:.18; background-image: radial-gradient(circle at 10% 20%, #a99675 0 1px, transparent 2px), radial-gradient(circle at 73% 62%, #a99675 0 1px, transparent 2px), linear-gradient(120deg, transparent 45%, rgba(255,255,255,.09) 45.1%, transparent 45.4%), linear-gradient(36deg, transparent 51%, rgba(255,255,255,.08) 51.1%, transparent 51.4%); background-size: 290px 290px, 420px 420px, 100% 100%, 100% 100%; transform:rotate(-6deg); }
.coverage-content { position:relative; z-index:2; max-width:1050px; }
.section-kicker.light { color:rgba(255,255,255,.55); }
.coverage-content h2 { font-size:clamp(58px, 8vw, 130px); }
.coverage-content > p:not(.section-kicker) { max-width:650px; margin:34px auto 0; color:rgba(255,255,255,.62); line-height:1.7; font-size:14px; }
.location-tags { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; margin:34px auto 38px; max-width:760px; }
.location-tags span { border:1px solid rgba(255,255,255,.18); border-radius:999px; padding:9px 13px; font-size:9px; color:rgba(255,255,255,.64); }

.closing-section { padding:140px clamp(24px, 6vw, 104px); display:grid; grid-template-columns:1.15fr .85fr; gap:100px; align-items:end; }
.closing-copy h2 { font-size:clamp(70px, 8vw, 130px); }
.closing-link { display:inline-flex; align-items:center; gap:70px; border-bottom:1px solid #aaa398; padding:16px 0 11px; margin-top:42px; font-size:12px; }
.company-info { border-top:1px solid var(--line); }
.company-info > div { display:grid; grid-template-columns:120px 1fr; gap:20px; padding:22px 0; border-bottom:1px solid var(--line); }
.company-info span { font-size:9px; text-transform:uppercase; letter-spacing:.13em; color:#8a857c; }
.company-info p { margin:0; font-size:12px; line-height:1.55; }
footer { min-height:92px; background:#0b0b0a; color:#fff; padding:0 clamp(24px, 5vw, 84px); display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:30px; }
.footer-brand { font-family:var(--serif); font-size:24px; }
.footer-brand span { font-family:var(--sans); font-size:8px; letter-spacing:.16em; margin-left:6px; opacity:.5; }
footer p { margin:0; font-size:9px; color:rgba(255,255,255,.45); }
footer p:last-child { justify-self:end; }

.success-modal[hidden] { display:none; }
.success-modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:22px; }
.success-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.66); backdrop-filter:blur(8px); }
.success-card { position:relative; width:min(560px,100%); background:#f4f0e8; border-radius:24px; padding:48px; box-shadow:0 30px 100px rgba(0,0,0,.35); }
.success-card h2 { font-family:var(--serif); font-size:52px; line-height:.98; font-weight:400; letter-spacing:-.04em; margin:8px 0 20px; }
.success-card > p:not(.section-kicker) { color:#716c63; line-height:1.65; font-size:13px; }
.success-icon { width:46px; height:46px; border:1px solid #8c846f; border-radius:50%; display:grid; place-items:center; margin-bottom:30px; }
.modal-close { position:absolute; top:20px; right:20px; border:0; background:transparent; font-size:24px; cursor:pointer; }
.success-card .button { margin-top:16px; border:0; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity:1; transform:translateY(0); }

@media (max-width: 1100px) {
  .booking-shell { grid-template-columns: 1fr; gap:56px; }
  .booking-intro { position:static; display:grid; grid-template-columns:1fr 1fr; gap:20px 50px; }
  .booking-intro h2 { grid-column:1 / -1; }
  .booking-intro > p:not(.section-kicker) { margin:10px 0 0; }
  .booking-trust { margin-top:10px; }
  .services-section { grid-template-columns: .85fr 1.15fr; }
  .service-list > div { grid-template-columns:36px 1fr; }
  .service-list p { grid-column:2; }
}

@media (max-width: 800px) {
  .site-header { height:76px; grid-template-columns:1fr auto; padding:0 20px; }
  .desktop-nav, .header-cta { display:none; }
  .menu-toggle { display:block; }
  .hero { min-height:760px; height:100svh; }
  .hero-video { object-position:55% center; }
  .hero-overlay { background:linear-gradient(0deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.25) 65%,rgba(0,0,0,.35)); }
  .hero-content { margin-left:24px; width:calc(100% - 48px); padding-bottom:78px; }
  .hero h1 { font-size:clamp(67px, 21vw, 104px); }
  .hero-lead { font-size:14px; line-height:1.55; max-width:510px; }
  .hero-meta { display:none; }
  .hero-actions { gap:22px; flex-wrap:wrap; }

  .booking-shell { padding:90px 18px 100px; }
  .booking-intro { display:block; padding:0 6px; }
  .booking-intro h2 { font-size:clamp(53px, 15vw, 78px); }
  .booking-intro > p:not(.section-kicker) { margin:24px 0 35px; }
  .quote-card { border-radius:18px; }
  .quote-card-head { padding:23px 20px 20px; }
  .quote-card-head h3 { font-size:27px; }
  #ride-form { padding:22px 20px 24px; }
  .form-grid.three, .form-grid.two { grid-template-columns:1fr; }
  .vehicle-options { grid-template-columns:1fr; }
  .vehicle-option { min-height:66px; flex-direction:row; align-items:center; justify-content:flex-start; gap:14px; }
  .vehicle-icon { min-width:40px; }
  .picker-heading small { display:none; }

  .fleet-section { padding:95px 18px 105px; }
  .section-heading { display:block; margin-bottom:44px; }
  .section-heading h2 { font-size:clamp(52px, 15vw, 77px); }
  .section-heading > p { margin:26px 0 0; }
  .fleet-grid { grid-template-columns:1fr; }
  .fleet-card:first-child { grid-column:auto; }
  .fleet-image-wrap, .fleet-card:not(:first-child) .fleet-image-wrap { aspect-ratio:4/3; }
  .fleet-card-copy { padding:20px; }
  .fleet-card-copy h3 { font-size:27px; }

  .services-section { display:block; }
  .services-visual { position:relative; height:68vh; min-height:520px; }
  .services-copy { padding:90px 24px 100px; }
  .services-copy h2 { font-size:clamp(54px, 15vw, 80px); margin-bottom:44px; }
  .service-list > div { grid-template-columns:36px 1fr; padding:22px 0; }

  .coverage-section { min-height:800px; padding:100px 24px; }
  .coverage-content h2 { font-size:clamp(56px, 16vw, 86px); }

  .closing-section { padding:95px 24px 110px; grid-template-columns:1fr; gap:70px; }
  .closing-copy h2 { font-size:clamp(65px, 19vw, 98px); }
  .closing-link { gap:45px; }
  footer { grid-template-columns:1fr auto; padding:24px; }
  footer > p:nth-child(2) { display:none; }
  .success-card { padding:40px 26px 30px; }
  .success-card h2 { font-size:43px; }
}

@media (max-width: 420px) {
  .brand-copy small { display:none; }
  .status-pill { display:none; }
  .hero-content { margin-left:20px; width:calc(100% - 40px); }
  .button { min-height:47px; padding:0 18px; }
  .route-box { padding-left:34px; }
  .route-rail { left:8px; }
  .add-stop { padding-left:34px; }
  .company-info > div { grid-template-columns:95px 1fr; }
}

@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; }
}

/* Named fleet: equal vehicle cards and four choices. */
.fleet-card:first-child { grid-column:auto; }
.fleet-image-wrap, .fleet-card:not(:first-child) .fleet-image-wrap { aspect-ratio:16/10; }
.fleet-image-wrap img { object-fit:contain; background:#171715; filter:saturate(.7); }
.fleet-card-copy { min-height:120px; align-items:center; }
.fleet-card-copy h3 { font-size:clamp(23px,2.3vw,34px); }
.fleet-photo-note { margin:24px 0 0; font-size:11px; color:#a9a59d; }
.fleet-photo-note a { text-decoration:underline; text-underline-offset:3px; }
.vehicle-options { grid-template-columns:repeat(2,minmax(0,1fr)); }
.vehicle-option strong { line-height:1.4; }
.vehicle-option small { line-height:1.4; }
@media(max-width:600px) { .vehicle-options { grid-template-columns:1fr; } }

/* Temporary fleet slideshow; replace with client footage when supplied. */
.hero-slideshow { position:absolute; inset:0; overflow:hidden; }
.hero-slide { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 45%; filter:saturate(.65) brightness(.65); opacity:0; animation:hero-cycle 24s linear infinite; }
.hero-slide:nth-child(1) { animation-delay:-1.5s; }
.hero-slide:nth-child(2) { animation-delay:4.5s; }
.hero-slide:nth-child(3) { animation-delay:10.5s; }
.hero-slide:nth-child(4) { animation-delay:16.5s; }
@keyframes hero-cycle { 0% { opacity:0; transform:scale(1); } 6.25% { opacity:1; } 25% { opacity:1; } 31.25% { opacity:0; transform:scale(1.07); } 100% { opacity:0; transform:scale(1.07); } }
.hero-motion-toggle { position:absolute; z-index:5; right:24px; bottom:24px; border:1px solid #ffffff55; border-radius:24px; padding:10px 16px; color:white; background:#0008; font:inherit; font-size:11px; cursor:pointer; }
.hero-slideshow.is-paused .hero-slide { animation-play-state:paused; }
@media (prefers-reduced-motion:reduce) { .hero-slide { animation:none; } .hero-slide:first-child { opacity:1; } .hero-motion-toggle { display:none; } }

@media (prefers-reduced-motion:reduce) { .hero-motion-toggle { display:block; } }

.fleet-image-wrap img { filter:none; }

.company-info a { text-decoration:underline; text-underline-offset:5px; overflow-wrap:anywhere; }
.company-info a:hover { opacity:.7; }

.contact-section { padding:110px clamp(24px,6vw,104px); background:#171816; color:#f5f1e9; display:grid; grid-template-columns:1.1fr 1fr; gap:70px; align-items:center; scroll-margin-top:76px; }
.contact-intro h2 { font-family:var(--serif); font-weight:400; font-size:clamp(48px,5.6vw,88px); line-height:1; letter-spacing:-.04em; margin:0; }
.contact-intro h2 em { color:var(--champagne); font-weight:400; }
.contact-lead { max-width:440px; color:#bbb9b2; font-size:14px; line-height:1.8; margin:26px 0 0; }
.contact-actions { display:grid; gap:16px; min-width:0; }
.contact-card { display:grid; gap:16px; padding:30px; border:1px solid #ffffff29; border-radius:16px; background:#ffffff04; transition:background .2s,border-color .2s; }
.contact-card:hover,.contact-card:focus-visible { background:#ffffff0c; border-color:var(--champagne); }
.contact-card > span { font-size:10px; letter-spacing:.17em; color:var(--champagne); }
.contact-card strong { font-weight:400; font-size:clamp(21px,2.2vw,32px); overflow-wrap:anywhere; }
.contact-card small { color:#bbb9b2; font-size:12px; display:flex; justify-content:space-between; gap:12px; }
.contact-card b { color:var(--champagne); font-size:18px; }
@media(max-width:800px) { .contact-section { grid-template-columns:1fr; gap:36px; padding:72px 24px; } .contact-card { padding:24px; } }
