:root {
  --ink: #111411;
  --ink-soft: #242824;
  --paper: #f4f2ec;
  --white: #fff;
  --muted: #6b706b;
  --line: rgba(17, 20, 17, .14);
  --gold: #c9a96e;
  --gold-light: #e5ce9f;
  --green: #293a32;
  --shadow: 0 24px 70px rgba(0, 0, 0, .18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", "Noto Sans JP", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: #fff; padding: .8rem 1.2rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; height: 84px; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 4vw, 64px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.17); transition: background .35s, height .35s, box-shadow .35s; }
.site-header.scrolled { height: 70px; color: var(--ink); background: rgba(248,247,243,.94); box-shadow: 0 6px 30px rgba(0,0,0,.08); backdrop-filter: blur(16px); border-color: transparent; }
.brand { display: inline-flex; align-items: center; min-width: 220px; }
.brand-logo { display: block; width: auto; height: 64px; max-width: 158px; object-fit: contain; transition: height .35s; }
.site-header.scrolled .brand-logo { height: 54px; }
.footer-brand .brand-logo { height: 92px; max-width: 190px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 42px); }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 500; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { min-width: 330px; display: flex; justify-content: flex-end; align-items: center; gap: 15px; }
.menu-toggle { border: 0; background: none; cursor: pointer; color: inherit; }
.language-switcher { display: flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid rgba(17,20,17,.13); }
.lang-code { min-width: 31px; height: 27px; padding: 0 6px; border: 0; background: transparent; color: inherit; cursor: pointer; font: 500 9px var(--sans); letter-spacing: .03em; opacity: .52; white-space: nowrap; }
.lang-code.active { background: var(--ink); color: #fff; opacity: 1; }
.button { border: 0; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 26px; border-radius: 1px; font-weight: 600; font-size: 13px; letter-spacing: .025em; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 12px; }
.button-ink { color: #fff; background: rgba(15,18,15,.82); border: 1px solid rgba(255,255,255,.22); }
.scrolled .button-ink { background: var(--ink); }
.button-gold { color: #131612; background: var(--gold-light); }
.button-gold:hover { background: #f0d9aa; }
.button-wide { width: 100%; justify-content: space-between; min-height: 55px; }
.button-outline { border: 1px solid var(--ink); background: transparent; }
.button-outline-light { border: 1px solid rgba(255,255,255,.45); color: #fff; background: transparent; }
.menu-toggle { display: none; width: 38px; height: 38px; position: relative; }
.menu-toggle span { position: absolute; left: 8px; right: 8px; height: 1px; background: currentColor; transition: transform .2s; }
.menu-toggle span:first-child { top: 14px; }.menu-toggle span:last-child { top: 22px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 18px; transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { top: 18px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 90; inset: 0; background: var(--ink); color: #fff; padding: 120px 30px 40px; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 28px; }
.mobile-menu a { font-family: var(--serif); font-size: 34px; }

.hero { position: relative; min-height: 780px; height: min(94vh, 900px); color: #fff; background: #1c252b url("airport-van-hero.webp") center/cover no-repeat; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr); align-items: end; padding: 140px clamp(22px, 6vw, 100px) 72px; gap: 50px; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,13,16,.8) 0%, rgba(9,13,16,.48) 43%, rgba(9,13,16,.12) 75%), linear-gradient(0deg, rgba(8,10,11,.6), transparent 48%); }
.hero-content, .ride-card { position: relative; z-index: 1; }
.hero-content { align-self: center; max-width: 720px; padding-top: 45px; }
.eyebrow { margin: 0 0 22px; color: #6f746f; font-size: 10px; font-weight: 600; letter-spacing: .25em; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 28px; font-family: var(--serif); font-size: clamp(55px, 6vw, 92px); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
.hero-lead { max-width: 510px; color: rgba(255,255,255,.83); font-size: 17px; line-height: 1.65; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 34px; font-size: 12px; color: rgba(255,255,255,.88); }
.hero-trust > span { display: flex; align-items: center; gap: 8px; }
.hero-trust i { color: var(--gold-light); font-style: normal; }
.ride-card { justify-self: end; width: min(100%, 490px); padding: 28px 32px 24px; color: var(--ink); background: rgba(250,249,245,.97); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.ride-tabs { display: flex; gap: 17px; margin: -4px 0 21px; border-bottom: 1px solid var(--line); }
.ride-tab { position: relative; padding: 12px 0 14px; border: 0; background: transparent; color: #8a8c88; font-size: 10.5px; white-space: nowrap; font-weight: 600; cursor: pointer; }
.ride-tab::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--ink); transition: right .2s; }
.ride-tab.active { color: var(--ink); }.ride-tab.active::after { right: 0; }
.field { position: relative; }
.field label { display: block; margin-bottom: 7px; color: #777b77; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.field-control { position: relative; display: flex; align-items: center; gap: 11px; min-height: 43px; border-bottom: 1px solid #c8c8c2; }
.field-control svg { flex: 0 0 17px; width: 17px; fill: none; stroke: #676b66; stroke-width: 1.5; }
.field-control input, .field-control select { min-width: 0; flex: 1; height: 42px; padding: 0; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 12px; }
.field-control select { padding-right: 18px; appearance: none; cursor: pointer; text-overflow: ellipsis; }
.select-control::after { content: "⌄"; position: absolute; right: 1px; top: 11px; color: #737772; font-size: 14px; pointer-events: none; }
.field-control input::placeholder { color: #aaaca8; }
.field-control input:focus, .field-control select:focus { box-shadow: 0 1px var(--ink); }
.route-line { height: 15px; margin-left: 7px; border-left: 1px dotted #9b9e99; }
.airport-details { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 18px; margin-bottom: 4px; }
.charter-duration { margin-top: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 20px 0 24px; }
.hidden-field { display: none; }
.form-note { margin: 12px 0 0; color: #868983; font-size: 9px; text-align: center; }
.validated input:invalid { border-color: #a84d4d; }

.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1250px; margin: 0 auto; padding: 32px clamp(22px, 4vw, 60px); border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-bar div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 34px; border-right: 1px solid var(--line); }
.trust-bar div:last-child { border: 0; }
.trust-bar strong { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.trust-bar span { color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.section { max-width: 1280px; margin: 0 auto; padding: 120px clamp(22px, 5vw, 70px); }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .promise-copy h2, .cta-section h2, .modal-panel h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(40px, 4.2vw, 62px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.section-services { color: #f6f1e7; background: #0b0d0c; overflow: hidden; scroll-margin-top: 70px; }
.services-inner { width: 100%; max-width: 1920px; margin: 0 auto; padding: 78px clamp(20px, 2.6vw, 50px) 72px; }
.services-heading { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.services-heading .eyebrow { margin-bottom: 13px; color: #bd9655; }
.services-heading h2 { margin: 0; font: 500 clamp(36px, 3.2vw, 50px)/1.08 var(--serif); letter-spacing: -.02em; }
.services-heading > p:last-child { max-width: 560px; margin: 15px auto 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; }
.service-rail { overflow-x: auto; overflow-y: hidden; padding: 5px 0 14px; scrollbar-width: thin; scrollbar-color: rgba(201,169,110,.5) rgba(255,255,255,.08); }
.service-rail::-webkit-scrollbar { height: 4px; }
.service-rail::-webkit-scrollbar-track { background: rgba(255,255,255,.08); }
.service-rail::-webkit-scrollbar-thumb { background: rgba(201,169,110,.55); }
.service-grid { min-width: 1240px; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 9px; }
.service-card { min-width: 0; padding: 0; color: inherit; border: 1px solid rgba(201,169,110,.55); border-radius: 2px; background: #0e100f; text-align: left; overflow: hidden; cursor: pointer; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; scroll-snap-align: start; }
.service-card:hover, .service-card:focus-visible { z-index: 1; border-color: #d5b476; outline: 0; transform: translateY(-5px); box-shadow: 0 20px 45px rgba(0,0,0,.42); }
.service-visual { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #202522; }
.service-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(5,7,6,.42)); pointer-events: none; }
.service-visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s; }
.service-card:hover .service-visual img, .service-card:focus-visible .service-visual img { transform: scale(1.045); filter: saturate(1.04) contrast(1.03); }
.service-copy { position: relative; display: flex; min-height: 94px; padding: 16px 14px 18px; flex-direction: column; gap: 8px; background: #0e100f; }
.card-number { color: #c8a261; font: 500 10px var(--sans); letter-spacing: .1em; }
.service-copy strong { font: 500 clamp(14px, 1.1vw, 18px)/1.22 var(--serif); letter-spacing: -.01em; }

.about-section { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(600px, 1.55fr); gap: clamp(48px, 7vw, 110px); padding: 72px clamp(30px, 8vw, 130px); background: #f4f2ec; border-bottom: 1px solid var(--line); }
.about-copy { align-self: center; max-width: 520px; }
.about-copy .eyebrow { margin-bottom: 12px; color: #9a7744; }
.about-copy h2 { margin: 0 0 18px; font: 500 clamp(31px, 3vw, 45px)/1.08 var(--serif); letter-spacing: -.025em; }
.about-copy > p:not(.eyebrow) { margin-bottom: 24px; color: #5f655f; font-size: 13px; line-height: 1.85; }
.about-contact-card { margin: 4px 0 28px; padding: 23px 25px 22px; border: 1px solid #d5c7ad; border-left: 4px solid #a87d3e; background: #e9e2d4; box-shadow: 0 10px 26px rgba(48,39,25,.07); }
.about-contact-card > strong { display: block; margin-bottom: 10px; font-size: 17px; line-height: 1.35; }
.about-contact-card address { max-width: 460px; color: #3f4540; font-size: 14px; font-style: normal; line-height: 1.65; }
.about-contact-card div { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 24px; margin-top: 15px; }
.about-contact-card a { font-size: 15px; font-weight: 600; text-decoration: underline; text-decoration-color: #a87d3e; text-underline-offset: 4px; }
.about-contact-card a:first-child { font-size: 18px; letter-spacing: .015em; }
.about-contact-card a:hover { color: #8d6d39; }
.about-link { display: inline-flex; align-items: center; gap: 32px; padding: 0 0 8px; border: 0; border-bottom: 1px solid #aa884f; color: var(--ink); background: transparent; font: 600 11px var(--sans); letter-spacing: .04em; cursor: pointer; }
.about-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.about-link:hover svg, .about-link:focus-visible svg { transform: translateX(4px); }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: rgba(255,255,255,.28); }
.about-values article { min-height: 290px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 42px 30px; text-align: center; }
.about-values article + article { border-left: 1px solid var(--line); }
.about-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; color: #a8864d; }
.about-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.about-icon text { fill: currentColor; stroke: none; font: 600 8px var(--sans); letter-spacing: .04em; }
.about-values h3 { margin: 0 0 13px; font: 500 21px/1.2 var(--serif); }
.about-values p { max-width: 220px; margin: 0; color: #6b706b; font-size: 11px; line-height: 1.75; }

.promise-section { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; background: var(--green); color: #fff; }
.promise-image { min-height: 650px; background: linear-gradient(90deg, transparent 70%, rgba(41,58,50,.75)), url("airport-van-hero.webp") 62% center/cover no-repeat; }
.promise-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(35px, 6vw, 100px); }
.promise-copy > p:not(.eyebrow) { margin: 28px 0 34px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.8; }
.promise-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.promise-list li { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.promise-list > li > span { color: var(--gold-light); font-size: 10px; }
.promise-list div { display: flex; flex-direction: column; gap: 6px; }
.promise-list strong { font: 500 18px var(--serif); }.promise-list small { color: rgba(255,255,255,.55); font-size: 11px; }

.center-heading { max-width: 720px; margin: 0 auto 55px; text-align: center; }
.center-heading > p:last-child { margin: 20px auto 0; max-width: 560px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.fleet-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 1040px; margin: 0 auto; }
.fleet-card { position: relative; background: #e8e6df; border: 1px solid var(--line); overflow: hidden; }
.fleet-card.featured { border-color: #a98b56; }
.recommended { position: absolute; z-index: 2; right: 0; top: 0; padding: 9px 13px; color: #fff; background: #9d7c43; font-size: 8px; letter-spacing: .13em; }
.vehicle-photo { height: 285px; overflow: hidden; background: #e9e5dc; }
.vehicle-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.fleet-card:hover .vehicle-photo img { transform: scale(1.025); }
.vehicle-illustration { position: relative; height: 285px; background: radial-gradient(ellipse at 50% 88%, rgba(0,0,0,.17), transparent 52%); }
.vehicle-body { position: absolute; left: 11%; right: 10%; bottom: 60px; height: 115px; background: linear-gradient(#282d2b, #0f1211 70%); border-radius: 55% 40% 14% 12% / 45% 48% 18% 20%; box-shadow: inset 0 5px 8px rgba(255,255,255,.12), 0 18px 20px rgba(0,0,0,.15); }
.vehicle-body::before { content: ""; position: absolute; left: 27%; right: 15%; top: 12px; height: 47px; border-radius: 70% 35% 5px 5px; background: linear-gradient(135deg, #6c7c7c, #263130); border: 2px solid #151918; }
.vehicle-body::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 3px; background: linear-gradient(90deg, transparent, #a58d63 20% 75%, transparent); }
.vehicle-illustration i { position: absolute; bottom: 43px; width: 54px; height: 54px; border: 10px solid #161918; border-radius: 50%; background: repeating-conic-gradient(#9a9d98 0 7deg, #363a38 7deg 14deg); }
.vehicle-illustration i:first-of-type { left: 20%; }.vehicle-illustration i:last-of-type { right: 18%; }
.vehicle-illustration.van .vehicle-body { left: 12%; right: 9%; height: 142px; border-radius: 12% 18% 12% 10% / 26% 30% 18% 16%; }
.vehicle-illustration.van .vehicle-body::before { left: 13%; top: 16px; height: 62px; border-radius: 18px 10px 3px 3px; }
.fleet-card-copy { padding: 27px 30px 30px; background: #f8f7f2; border-top: 1px solid var(--line); }
.fleet-class { margin-bottom: 9px; color: #9a7c48; font-size: 9px; letter-spacing: .18em; font-weight: 600; }
.fleet-card h3 { margin-bottom: 5px; font: 500 27px var(--serif); }
.fleet-card-copy > p:not(.fleet-class) { color: var(--muted); font-size: 12px; }
.capacity { display: flex; gap: 26px; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 9px; }
.capacity b { font-size: 12px; }.capacity small { color: var(--muted); }
.fleet-note { max-width: 720px; margin: 24px auto 0; color: #888b86; font-size: 10px; line-height: 1.6; text-align: center; }

.standards-section { padding: 105px clamp(22px, 5.2vw, 84px) 112px; color: #fff; background: #13211b; }
.standards-heading { max-width: 840px; margin: 0 auto 52px; text-align: center; }
.standards-heading .eyebrow { margin-bottom: 15px; color: #d2ad6b; }
.standards-heading h2 { margin: 0; font: 500 clamp(42px, 4.4vw, 66px)/1.05 var(--serif); letter-spacing: -.03em; }
.standards-heading > p:last-child { max-width: 690px; margin: 22px auto 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.8; }
.standards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1320px; margin: 0 auto; border-top: 1px solid rgba(201,169,110,.44); border-bottom: 1px solid rgba(201,169,110,.44); }
.standard-card { min-width: 0; padding: 0 18px 36px; }
.standard-card + .standard-card { border-left: 1px solid rgba(201,169,110,.32); }
.standard-photo { position: relative; aspect-ratio: 3 / 2; margin: 18px 0 28px; overflow: hidden; background: #0b100d; }
.standard-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.standard-card:hover .standard-photo img { transform: scale(1.025); }
.plate-label { position: absolute; bottom: 12px; max-width: calc(50% - 18px); padding: 7px 9px; color: #fff; background: rgba(8,11,9,.78); backdrop-filter: blur(8px); font-size: 8px; font-weight: 600; letter-spacing: .06em; line-height: 1.3; }
.plate-label-green { left: 12px; border-left: 2px solid #4f8668; }
.plate-label-white { right: 12px; text-align: right; border-right: 2px solid #d4d1c8; }
.standard-copy { position: relative; padding-right: 8px; }
.standard-number { display: block; margin-bottom: 15px; color: #d0aa65; font-size: 9px; letter-spacing: .14em; }
.standard-copy h3 { min-height: 58px; margin: 0 0 14px; font: 500 clamp(22px, 1.8vw, 29px)/1.12 var(--serif); }
.standard-copy p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.8; }
.standard-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 20px; padding-bottom: 6px; color: #d8b572; border-bottom: 1px solid rgba(216,181,114,.55); font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.standard-link:hover { color: #f2d397; }

.how-section { padding: 115px clamp(22px, 6vw, 100px); color: #fff; background: var(--ink); }
.light-heading h2 { color: #fff; }.light-heading .eyebrow { color: var(--gold-light); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1100px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.17); }
.steps article { position: relative; min-height: 255px; padding: 32px 40px 20px 0; border-right: 1px solid rgba(255,255,255,.17); }
.steps article:not(:first-child) { padding-left: 40px; }
.steps article:last-child { border: 0; }
.steps article > span { color: var(--gold-light); font-size: 10px; }
.steps i { position: absolute; right: 35px; top: 30px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--gold-light); font-style: normal; }
.steps h3 { margin: 70px 0 13px; font: 500 23px var(--serif); }
.steps p { max-width: 260px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro h2 { margin-bottom: 20px; font: 500 clamp(40px, 4vw, 58px)/1.1 var(--serif); }
.faq-intro > p:not(.eyebrow) { max-width: 350px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-intro .button { margin-top: 15px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 79px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 500 18px var(--serif); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { font: normal 21px var(--sans); transition: transform .2s; }
.accordion details[open] summary i { transform: rotate(45deg); }
.accordion details p { margin: -5px 50px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.cta-section { padding: 110px 25px; text-align: center; color: #fff; background: linear-gradient(rgba(25,32,29,.8), rgba(25,32,29,.92)), url("airport-van-hero.webp") center 55%/cover no-repeat; }
.cta-section h2 { max-width: 760px; margin: 0 auto; }
.cta-section > p:not(.eyebrow) { margin: 25px auto 30px; max-width: 560px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.7; }
.site-footer { padding: 65px clamp(22px, 6vw, 90px) 25px; color: #fff; background: #0b0d0c; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-top p { margin: 0; max-width: 370px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; padding: 50px 0; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links strong { margin-bottom: 8px; color: var(--gold-light); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a, .footer-links span, .footer-link { color: rgba(255,255,255,.58); font-size: 11px; }
.footer-link { padding: 0; border: 0; background: none; cursor: pointer; }
.footer-links a:hover, .footer-link:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.35); font-size: 9px; }

.contact-modal[hidden] { display: none; }
.contact-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; opacity: 0; transition: opacity .25s; }
.contact-modal.visible { opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,7,6,.78); backdrop-filter: blur(7px); }
.modal-panel { position: relative; width: min(100%, 560px); max-height: 92vh; overflow: auto; padding: 50px; background: #f7f5ef; box-shadow: var(--shadow); transform: translateY(15px); transition: transform .25s; }
.visible .modal-panel { transform: translateY(0); }
.modal-close { position: absolute; right: 18px; top: 14px; width: 38px; height: 38px; border: 0; background: none; font-size: 27px; font-weight: 300; cursor: pointer; }
.modal-panel h2 { font-size: 39px; }
.modal-lead { margin: 18px 0 26px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.business-contact { margin: 0 0 20px; padding: 15px 17px; border-left: 2px solid var(--gold); background: #ece9df; }
.business-contact-label { margin: 0 0 8px; color: #8d7347; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.business-contact > strong { display: block; margin-bottom: 5px; font-size: 13px; }
.business-contact address { color: #626761; font-size: 10px; font-style: normal; line-height: 1.65; }
.business-contact div { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 8px; }
.business-contact a { color: var(--ink); font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.journey-summary { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; padding: 14px 16px; border-left: 2px solid var(--gold); background: #ece9df; }
.journey-summary[hidden] { display: none; }
.journey-summary strong { color: #8d7347; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.journey-summary span { font-size: 12px; }
.customer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.customer-details label { display: flex; flex-direction: column; gap: 7px; color: #6e706d; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.customer-details input { width: 100%; height: 43px; padding: 0 12px; border: 1px solid #d6d2c8; border-radius: 0; outline: 0; background: #fff; color: var(--ink); font-size: 12px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.customer-details input:focus { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.customer-details input.invalid { border-color: #a84d4d; }
.save-enquiry-button { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50px; padding: 0 18px; border: 0; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.save-enquiry-button:hover { background: #272d29; }
.save-enquiry-button:disabled { cursor: default; background: #68706a; }
.save-enquiry-button i { font-style: normal; font-size: 18px; }
.save-enquiry-status { grid-column: 1 / -1; margin: -3px 0 0; color: #25734e; font-size: 10px; line-height: 1.5; }
.contact-options { display: flex; flex-direction: column; gap: 9px; }
.contact-option { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--line); background: #fff; transition: border .2s, transform .2s; }
.contact-option:hover { border-color: #8f7950; transform: translateX(3px); }
.contact-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #313a35; font-size: 12px; font-weight: 600; }
.whatsapp .contact-icon { background: #248c57; }.line .contact-icon { background: #20a83a; }.email .contact-icon { background: #5d645f; }
.contact-option > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.contact-option strong { font-size: 13px; }.contact-option small { color: var(--muted); font-size: 9px; }
.contact-option i { font-style: normal; }
.configuration-note { margin: 17px 0 0; color: #999b96; font-size: 9px; line-height: 1.5; text-align: center; }
.configuration-note a { color: #6d6048; text-decoration: underline; text-underline-offset: 2px; }
.toast { position: fixed; z-index: 400; left: 50%; bottom: 25px; padding: 12px 20px; color: #fff; background: #191c19; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 11px; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.header-actions { min-width: auto; }.menu-toggle { display: block; }
  .hero { min-height: 900px; height: auto; grid-template-columns: 1fr; align-items: center; padding-top: 150px; }
  .hero-content { padding-top: 20px; }.ride-card { justify-self: stretch; width: 100%; max-width: 680px; }
  .service-grid { min-width: 1180px; }
  .about-section { grid-template-columns: 1fr; }.about-copy { max-width: 680px; }.about-values article { min-height: 250px; }
  .promise-section { grid-template-columns: .85fr 1.15fr; }.faq-section { gap: 55px; }
  .standards-grid { grid-template-columns: 1fr; max-width: 760px; }.standard-card { display: grid; grid-template-columns: minmax(260px, .85fr) 1fr; gap: 28px; padding: 22px 0; }.standard-card + .standard-card { border-left: 0; border-top: 1px solid rgba(201,169,110,.32); }.standard-photo { margin: 0; }.standard-copy { align-self: center; }.standard-copy h3 { min-height: 0; }
}

@media (max-width: 520px) {
  .language-switcher { gap: 0; padding: 2px; }
  .lang-code { min-width: 25px; height: 25px; padding: 0 4px; font-size: 8px; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; padding: 0 18px; }.site-header .button-ink { display: none; }.brand { min-width: 0; }.brand-logo { height: 52px; max-width: 126px; }.site-header.scrolled .brand-logo { height: 48px; }.footer-brand .brand-logo { height: 82px; max-width: 170px; }
  .hero { min-height: 0; padding: 135px 18px 40px; gap: 35px; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,10,11,.82), rgba(7,10,11,.28)), linear-gradient(0deg, rgba(7,10,11,.75), transparent); }
  h1 { font-size: clamp(48px, 14vw, 68px); }.hero-lead { font-size: 15px; }.hero-trust { gap: 13px 18px; }
  .ride-card { padding: 24px 20px; }.ride-tabs { gap: 12px; }.ride-tab { font-size: 9px; }.airport-details { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 12px; }.field-row { gap: 16px; }
  .trust-bar { grid-template-columns: 1fr 1fr; padding: 10px 18px; }.trust-bar div { padding: 16px 8px; }.trust-bar div:nth-child(2) { border-right: 0; }.trust-bar div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.trust-bar strong { font-size: 18px; }.trust-bar span { font-size: 8px; }
  .section { padding: 82px 20px; }.split-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 38px; }.section-heading h2, .promise-copy h2, .cta-section h2 { font-size: 42px; }
  .services-inner { padding: 64px 0 54px; }
  .services-heading { margin-bottom: 28px; padding: 0 22px; }
  .services-heading h2 { font-size: 38px; }
  .services-heading > p:last-child { font-size: 11px; }
  .service-rail { padding: 4px 20px 16px; scroll-snap-type: x mandatory; }
  .service-grid { min-width: 0; display: flex; gap: 12px; }
  .service-card { flex: 0 0 min(78vw, 320px); }
  .service-copy { min-height: 88px; padding: 15px 14px 17px; }
  .service-copy strong { font-size: 18px; }
  .about-section { gap: 38px; padding: 66px 20px; }
  .about-copy h2 { font-size: 38px; }
  .about-contact-card { padding: 21px 19px 20px; }
  .about-contact-card > strong { font-size: 16px; }
  .about-contact-card address { font-size: 13px; }
  .about-contact-card a { font-size: 14px; }
  .about-contact-card a:first-child { font-size: 17px; }
  .about-values { grid-template-columns: 1fr; }
  .about-values article { min-height: 0; padding: 37px 28px; }
  .about-values article + article { border-left: 0; border-top: 1px solid var(--line); }
  .about-icon { width: 48px; height: 48px; margin-bottom: 19px; }
  .promise-section { grid-template-columns: 1fr; }.promise-image { min-height: 410px; background-position: 65% center; }.promise-copy { padding: 70px 24px; }
  .fleet-grid { grid-template-columns: 1fr; }.vehicle-photo, .vehicle-illustration { height: 235px; }.vehicle-body { bottom: 50px; }.vehicle-illustration i { bottom: 35px; width: 48px; height: 48px; }
  .standards-section { padding: 82px 20px 88px; }.standards-heading { margin-bottom: 38px; }.standards-heading h2 { font-size: 42px; }.standards-heading > p:last-child { font-size: 12px; }.standard-card { display: block; padding: 20px 0 32px; }.standard-photo { margin: 0 0 24px; }.standard-copy h3 { font-size: 27px; }.plate-label { bottom: 9px; padding: 6px 7px; font-size: 7px; }.plate-label-green { left: 9px; }.plate-label-white { right: 9px; }
  .how-section { padding: 80px 20px; }.steps { grid-template-columns: 1fr; }.steps article, .steps article:not(:first-child) { min-height: 205px; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }.steps h3 { margin-top: 48px; }.steps i { right: 0; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }.accordion summary { font-size: 16px; }.accordion details p { margin-right: 10px; }
  .cta-section { padding: 80px 20px; }.footer-top { grid-template-columns: 1fr; gap: 25px; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-links div:last-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
  .modal-panel { padding: 45px 21px 25px; }.modal-panel h2 { font-size: 34px; }.contact-option small { font-size: 8px; }.customer-details { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
