:root {
    --navy-950: #030710;
    --navy-900: #050a14;
    --navy-850: #08101d;
    --navy-800: #0b101a;
    --navy-700: #111b2b;
    --gold: #c89b45;
    --gold-light: #e0c17b;
    --gold-pale: #f1dba8;
    --ivory: #f5ebd7;
    --white: #fbfaf6;
    --muted: #aeb6c2;
    --line: rgba(224, 193, 123, .2);
    --line-soft: rgba(255, 255, 255, .1);
    --danger: #e68b7d;
    --success: #87c3a1;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --container: 1240px;
    --header-height: 84px;
    --shadow: 0 32px 80px rgba(0, 0, 0, .32);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-950); }
body { margin: 0; background: var(--navy-900); color: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(3.4rem, 6vw, 6.7rem); }
h2 { font-size: clamp(2.5rem, 4.2vw, 4.7rem); }
h3 { line-height: 1.2; }
em { color: var(--gold-light); font-weight: 400; }
::selection { background: var(--gold); color: var(--navy-950); }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: clamp(90px, 10vw, 150px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; background: var(--gold); color: var(--navy-950); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 20px; color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .22em; line-height: 1.3; text-transform: uppercase; }
.large-copy { color: #d8dce3; font-size: clamp(1.08rem, 1.45vw, 1.28rem); line-height: 1.8; }
.micro-copy { margin: 15px 0 0; color: #8993a2; font-size: .73rem; text-align: center; }

.topbar { position: relative; z-index: 1001; height: 34px; border-bottom: 1px solid rgba(255,255,255,.05); background: #02050b; color: #9fa9b8; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; }
.topbar a { color: var(--gold-light); font-weight: 600; }
.topbar-separator { margin: 0 10px; color: #465264; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: #70c993; box-shadow: 0 0 0 4px rgba(112,201,147,.08); }

.site-header { position: absolute; top: 34px; left: 0; right: 0; z-index: 1000; height: var(--header-height); border-bottom: 1px solid rgba(255,255,255,.09); transition: background .3s, transform .3s, box-shadow .3s; }
.site-header.is-sticky { position: fixed; top: 0; height: 72px; background: rgba(3,7,16,.94); box-shadow: 0 12px 40px rgba(0,0,0,.25); backdrop-filter: blur(18px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 240px; }
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; }
.brand strong { color: var(--gold-light); font-family: var(--serif); font-size: .92rem; letter-spacing: .16em; line-height: 1.2; }
.brand small { margin-top: 3px; color: #818b99; font-size: .52rem; letter-spacing: .19em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 36px); }
.main-nav > a:not(.button) { position: relative; color: #d9dde3; font-size: .78rem; letter-spacing: .035em; }
.main-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--gold); transition: right .25s; }
.main-nav > a:hover::after, .main-nav > a[aria-current='page']::after { right: 0; }
.main-nav > a[aria-current='page'] { color: var(--gold-light); }
.nav-more { position: relative; }
.nav-more summary { display: flex; align-items: center; gap: 7px; color: #d9dde3; font-size: .78rem; letter-spacing: .035em; cursor: pointer; list-style: none; }
.nav-more summary::-webkit-details-marker { display: none; }
.nav-more summary > span { color: var(--gold); font-size: .72rem; transition: transform .2s; }
.nav-more[open] summary > span { transform: rotate(180deg); }
.nav-more[data-current='true'] summary, .nav-more[open] summary { color: var(--gold-light); }
.nav-more-menu { position: absolute; top: calc(100% + 28px); right: -105px; width: 350px; padding: 10px; border: 1px solid var(--line); background: rgba(3,7,16,.985); box-shadow: 0 26px 70px rgba(0,0,0,.5); backdrop-filter: blur(18px); }
.nav-more-menu::before { content: ''; position: absolute; left: 0; right: 0; top: -30px; height: 30px; }
.nav-more-menu a { display: grid; grid-template-columns: 30px 1fr; padding: 13px 14px; border-bottom: 1px solid rgba(255,255,255,.055); }
.nav-more-menu a:last-child { border-bottom: 0; }
.nav-more-menu a > span { grid-row: 1 / 3; color: var(--gold); font-family: var(--serif); font-size: .62rem; }
.nav-more-menu strong { color: #ede8dd; font-family: var(--serif); font-size: .98rem; font-weight: 400; }
.nav-more-menu small { color: #707b89; font-size: .62rem; }
.nav-more-menu a:hover, .nav-more-menu a[aria-current='page'] { background: rgba(200,155,69,.08); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 5px auto; background: var(--ivory); transition: .25s; }

.button { display: inline-flex; min-height: 48px; padding: 12px 22px; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 1px; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s, background .25s, border-color .25s, color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(120deg, #b98837, #e2c27c 50%, #b98837); background-size: 220% 100%; color: #090b0e; box-shadow: 0 14px 30px rgba(200,155,69,.14); }
.button-gold:hover { background-position: 100% 0; box-shadow: 0 18px 38px rgba(200,155,69,.24); }
.button-ghost { border-color: rgba(245,235,215,.22); color: var(--ivory); background: rgba(255,255,255,.025); }
.button-outline { border-color: var(--gold); color: var(--gold-light); background: transparent; }
.button-outline:hover { background: var(--gold); color: var(--navy-950); }
.button-sm { min-height: 40px; padding: 9px 18px; font-size: .68rem; }
.button-large { min-height: 58px; padding: 16px 28px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: .78rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(5px); }
.gold-link { color: var(--gold-light); border-color: rgba(224,193,123,.4); }
.centered-link { display: flex; width: max-content; margin: 14px auto 0; }

.hero { position: relative; min-height: max(760px, 100svh); padding: calc(var(--header-height) + 84px) 0 80px; overflow: hidden; background: var(--navy-950); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: url('../img/hero-chauffeur.webp') center center / cover no-repeat; transform: scale(1.015); animation: heroZoom 18s ease-out both; }
.hero-overlay { background: linear-gradient(90deg, rgba(2,5,11,.98) 0%, rgba(2,5,11,.91) 27%, rgba(2,5,11,.49) 54%, rgba(2,5,11,.12) 78%), linear-gradient(0deg, rgba(3,7,16,.88) 0%, transparent 33%), radial-gradient(circle at 80% 42%, transparent 10%, rgba(3,7,16,.2) 82%); }
@keyframes heroZoom { from { transform: scale(1.06); } to { transform: scale(1.015); } }
.hero-content { position: relative; z-index: 2; min-height: calc(100svh - 230px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .58fr); align-items: center; gap: clamp(40px, 7vw, 110px); }
.hero-copy { max-width: 800px; padding-top: 30px; }
.hero h1 { margin: 0 0 30px; max-width: 780px; text-shadow: 0 8px 35px rgba(0,0,0,.35); }
.hero h1 em { display: inline-block; font-style: italic; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: #c3cad4; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-trust { display: flex; max-width: 690px; margin: 52px 0 0; padding: 24px 0 0; gap: 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: 11px; width: 33.333%; color: #bdc5cf; font-size: .75rem; letter-spacing: .03em; }
.hero-trust span { color: var(--gold); font-family: var(--serif); font-size: .65rem; }
.hero-card { padding: 28px; border: 1px solid rgba(224,193,123,.22); background: linear-gradient(145deg, rgba(11,16,26,.91), rgba(5,10,20,.83)); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-card-top { display: flex; justify-content: space-between; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--line-soft); }
.hero-card-top .eyebrow { margin: 0; }
.hero-card-top span { color: #7f8997; font-size: .64rem; }
.hero-card h2 { margin: 25px 0 22px; font-size: 2rem; }
.quick-form { display: grid; gap: 15px; }
.quick-form label { color: #9aa4b2; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.quick-form input { width: 100%; height: 48px; margin-top: 7px; padding: 0 13px; border: 1px solid rgba(255,255,255,.11); border-radius: 0; outline: none; background: rgba(255,255,255,.035); color: var(--white); }
.quick-form input:focus { border-color: var(--gold); }
.quick-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 22px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #707b8a; font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { display: block; width: 1px; height: 35px; background: linear-gradient(var(--gold), transparent); animation: scrollCue 2s infinite; }
@keyframes scrollCue { 50% { transform: scaleY(.6); transform-origin: top; } }

.trust-strip { position: relative; z-index: 3; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: #070d17; }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip-grid > div { display: grid; min-height: 112px; padding: 24px 28px; grid-template-columns: 38px 1fr; align-content: center; border-right: 1px solid var(--line-soft); }
.trust-strip-grid > div:first-child { border-left: 1px solid var(--line-soft); }
.trust-strip strong, .trust-strip small { grid-column: 2; }
.trust-strip strong { font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.trust-strip small { color: #7c8796; font-size: .7rem; }
.icon-line { grid-row: 1 / 3; color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }

.signature-film { position: relative; min-height: 680px; display: flex; align-items: end; overflow: hidden; border-bottom: 1px solid var(--line); background: #030710; }
.signature-film video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06); }
.signature-film-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,7,16,.93) 0%, rgba(3,7,16,.54) 48%, rgba(3,7,16,.15) 76%), linear-gradient(0deg, rgba(3,7,16,.94), transparent 58%); }
.signature-film-copy { position: relative; z-index: 1; padding-bottom: clamp(70px, 9vw, 130px); }
.signature-film-copy h2 { max-width: 780px; margin: 0 0 34px; font-size: clamp(3rem, 5.5vw, 6rem); text-shadow: 0 10px 40px rgba(0,0,0,.45); }

.section-heading { margin-bottom: 60px; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; }
.split-heading h2, .section-heading h2 { margin: 0; }
.split-heading > p { max-width: 460px; margin: 0 0 10px; color: #9ca6b5; }
.centered { max-width: 900px; margin-inline: auto; text-align: center; }
.services-section { background: linear-gradient(180deg, #070d17, var(--navy-900)); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 400px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.014); overflow: hidden; transition: background .35s, transform .35s; }
.service-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(200,155,69,.13), transparent 65%); opacity: 0; transition: opacity .35s; }
.service-card:hover { background: #0b1422; transform: translateY(-5px); }
.service-card:hover::before { opacity: 1; }
.service-number { color: #687485; font-family: var(--serif); font-size: .8rem; }
.service-card-content { position: relative; z-index: 1; }
.service-card .eyebrow { margin-bottom: 13px; font-size: .62rem; }
.service-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.service-card p:not(.eyebrow) { color: #909baa; font-size: .88rem; }
.card-link { display: flex; margin-top: 28px; justify-content: space-between; color: var(--gold-light); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.card-link b { font-size: 1rem; transition: transform .25s; }
.service-card:hover .card-link b { transform: translateX(6px); }

.editorial-gallery { background: #050a13; }
.editorial-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, minmax(250px, 1fr)); gap: 18px; }
.editorial-card { position: relative; min-height: 300px; overflow: hidden; border: 1px solid var(--line-soft); background: #08101b; }
.editorial-card-wide { grid-row: 1 / 3; min-height: 620px; }
.editorial-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,5,11,.94), transparent 58%); }
.editorial-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .65s ease, filter .65s ease; }
.editorial-card:hover img { transform: scale(1.035); filter: saturate(.92); }
.editorial-card > span { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 28px; display: flex; flex-direction: column; gap: 4px; }
.editorial-card small { color: var(--gold-light); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.editorial-card strong { font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2.2rem); font-weight: 400; }

.experience-section { background: var(--navy-900); }
.experience-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .78fr); align-items: center; gap: clamp(55px, 8vw, 120px); }
.experience-grid.reverse { grid-template-columns: minmax(350px, .78fr) minmax(0, 1.08fr); }
.image-frame { position: relative; padding: 13px; border: 1px solid var(--line); background: #08101b; box-shadow: var(--shadow); }
.image-frame::before, .image-frame::after { content: ''; position: absolute; z-index: 2; width: 36px; height: 36px; }
.image-frame::before { top: -1px; left: -1px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.image-frame::after { right: -1px; bottom: -1px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.image-frame img { width: 100%; min-height: 400px; object-fit: cover; filter: saturate(.78) contrast(1.03); }
.image-caption { display: flex; padding: 12px 3px 0; justify-content: space-between; color: #7f8a99; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.experience-copy h2 { margin: 0 0 26px; }
.process-list { margin: 40px 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; padding: 22px 0; border-top: 1px solid var(--line-soft); }
.process-list li:last-child { border-bottom: 1px solid var(--line-soft); }
.process-list > li > span { color: var(--gold); font-family: var(--serif); font-size: .75rem; }
.process-list strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 400; }
.process-list p { margin: 4px 0 0; color: #8994a2; font-size: .8rem; }

.cabin-section { min-height: 760px; display: flex; align-items: center; overflow: hidden; }
.cabin-background { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,7,16,.2), rgba(3,7,16,.1) 50%, rgba(3,7,16,.55)), url('../img/cabin-premium.webp') center / cover no-repeat; }
.cabin-background::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, var(--navy-900), transparent 25%, transparent 75%, var(--navy-900)); }
.cabin-content { position: relative; z-index: 1; display: flex; justify-content: flex-start; }
.cabin-card { width: min(520px, 100%); padding: clamp(34px, 5vw, 62px); border: 1px solid var(--line); background: rgba(5,10,20,.92); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.cabin-card h2 { margin: 0 0 25px; font-size: clamp(2.6rem, 4vw, 4.2rem); }
.cabin-card > p:not(.eyebrow) { color: #aeb7c3; }
.feature-list { margin: 26px 0 34px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid rgba(255,255,255,.06); color: #bcc4cf; font-size: .9rem; }
.feature-list li::before { content: ''; position: absolute; top: 18px; left: 2px; width: 7px; height: 1px; background: var(--gold); }
.feature-list.compact { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }

.business-section { background: linear-gradient(135deg, #0b1421, #050a14 70%); }
.business-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 90px; }
.business-grid h2 { margin-bottom: 28px; }
.business-grid .button { margin-top: 18px; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid span, .sector-grid span, .workflow-grid span { color: var(--gold); font-family: var(--serif); font-size: .7rem; }
.benefit-grid h3 { margin: 55px 0 12px; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.benefit-grid p { color: #8792a1; font-size: .82rem; }

.standards-section { border-top: 1px solid var(--line-soft); background: #070d17; }
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.standards-grid article { padding: 36px 28px; border: 1px solid var(--line-soft); background: rgba(255,255,255,.015); text-align: center; transition: border-color .3s, transform .3s; }
.standards-grid article:hover { border-color: var(--gold); transform: translateY(-5px); }
.standard-icon { display: grid; width: 62px; height: 62px; margin: 0 auto 27px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 1.4rem; }
.standards-grid h3 { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.standards-grid p { color: #85909f; font-size: .82rem; }

.destinations-section { background: var(--navy-900); }
.destination-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 100px; }
.destination-grid h2 { margin-bottom: 28px; }
.destination-grid > div:first-child > p:last-child { color: #99a4b2; }
.destination-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.destination-list div { min-height: 120px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.destination-list strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.destination-list span { margin-top: 4px; color: #7f8b9a; font-size: .73rem; }

.faq-preview, .full-faq-section { background: #070d17; }
.faq-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 100px; }
.faq-intro { position: sticky; top: 110px; align-self: start; }
.faq-intro h2 { margin-bottom: 20px; }
.faq-intro > p:not(.eyebrow) { color: #8e99a7; }
.faq-intro .text-link { margin-top: 20px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line-soft); }
.accordion summary { display: flex; min-height: 88px; padding: 25px 0; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.22rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border: 1px solid var(--line); color: var(--gold); font-family: var(--sans); transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details > div { max-width: 760px; padding: 0 60px 28px 0; color: #9ca7b5; font-size: .9rem; }

.final-cta { padding: 85px 0; border-top: 1px solid var(--line); background: linear-gradient(120deg, #111a28, #080d16 60%, #12100b); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin: 0; font-size: clamp(2.5rem, 4vw, 4rem); }
.cta-actions { display: flex; gap: 15px; flex-wrap: wrap; }
.site-footer { padding: 80px 0 0; background: #02050b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr .8fr; gap: 65px; }
.footer-brand img { width: 220px; height: 130px; object-fit: cover; object-position: center; margin-bottom: 20px; }
.footer-brand > p { max-width: 390px; color: #7f8996; font-size: .84rem; }
.footer-contact { display: flex; gap: 18px; flex-wrap: wrap; color: var(--gold-light); font-size: .76rem; }
.footer-grid h3 { margin: 12px 0 24px; color: var(--gold-light); font-family: var(--serif); font-size: .95rem; font-weight: 400; letter-spacing: .06em; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 11px 0; color: #8b95a2; font-size: .78rem; }
.footer-grid li a:hover { color: var(--ivory); }
.footer-address { margin-top: 25px; color: #606b7a; font-size: .72rem; }
.footer-bottom { display: flex; margin-top: 60px; padding: 24px 0; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.06); color: #555f6d; font-size: .65rem; letter-spacing: .04em; }
.footer-bottom p { margin: 0; }
.mobile-booking-bar { display: none; }
.contact-rail { position: fixed; z-index: 900; right: 18px; bottom: 22px; display: grid; gap: 7px; }
.contact-rail a { width: 52px; min-height: 52px; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(3,7,16,.94); color: var(--gold-light); box-shadow: 0 14px 35px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.contact-rail a span { font-size: 1rem; }
.contact-rail a strong { position: absolute; right: 62px; padding: 7px 10px; border: 1px solid var(--line); background: #030710; color: #d7dce3; font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateX(8px); pointer-events: none; transition: opacity .2s, transform .2s; }
.contact-rail a:hover strong, .contact-rail a:focus-visible strong { opacity: 1; transform: none; }

.page-hero { position: relative; min-height: 600px; padding: 210px 0 100px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 30%, rgba(200,155,69,.1), transparent 35%), linear-gradient(135deg, #07101c, #030710 65%); }
.page-hero::before { content: ''; position: absolute; inset: 0; opacity: .16; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.12) 50%, transparent 50.1%), linear-gradient(0deg, transparent 49.9%, rgba(255,255,255,.06) 50%, transparent 50.1%); background-size: 150px 150px; mask-image: linear-gradient(90deg, transparent, #000); }
.page-hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .45fr; align-items: end; gap: 120px; }
.page-hero h1 { margin: 0 0 28px; font-size: clamp(3.4rem, 6vw, 6.3rem); }
.page-hero-grid > div:first-child > p:last-child { max-width: 700px; color: #aab4c1; font-size: 1.05rem; }
.page-hero-index { padding: 35px; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--line-soft); }
.page-hero-index > span { display: block; margin-bottom: 18px; color: var(--gold-light); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.page-hero-index strong { display: block; margin-bottom: 20px; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 400; line-height: 1.2; }
.page-hero-index p { margin: 0; color: #798493; font-size: .75rem; }
.compact-page-hero { min-height: 470px; }
.compact-page-hero .page-hero-grid { width: 100%; }
.legal-hero-copy { position: relative; max-width: 850px; }
.legal-hero-copy h1 { margin-bottom: 18px; }
.legal-hero-copy > p:last-child { color: #7e8998; }

.service-detail-list { background: var(--navy-900); }
.service-detail { display: grid; grid-template-columns: 90px .8fr 1.2fr; gap: 55px; padding: 70px 0; border-top: 1px solid var(--line); scroll-margin-top: 100px; }
.service-detail:last-child { border-bottom: 1px solid var(--line); }
.service-detail-number { color: var(--gold); font-family: var(--serif); font-size: .9rem; }
.service-detail h2 { margin: 0; font-size: clamp(2.5rem, 4vw, 4.2rem); }
.service-detail > div:last-child > p { color: #a2adba; font-size: 1.05rem; }
.service-editorial-image { margin: 8px 0 72px 145px; }
.service-editorial-image img { height: min(52vw, 650px); }
.service-promise { background: #070d17; }
.mini-stat-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 40px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.mini-stat-grid div { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-stat-grid strong { display: block; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.mini-stat-grid span { color: #7f8a99; font-size: .72rem; }

.b2b-intro { background: var(--navy-900); }
.sectors-section { background: #070d17; }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-grid article { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sector-grid h3 { margin: 100px 0 15px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.sector-grid p { color: #8692a1; font-size: .82rem; }
.workflow-section { background: var(--navy-900); }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.workflow-grid div { position: relative; padding: 30px; border-top: 1px solid var(--gold); background: rgba(255,255,255,.02); }
.workflow-grid div:not(:last-child)::after { content: '→'; position: absolute; top: 25px; right: -17px; z-index: 2; color: var(--gold); }
.workflow-grid h3 { margin: 60px 0 12px; font-family: var(--serif); font-weight: 400; }
.workflow-grid p { color: #84909f; font-size: .82rem; }

.fleet-showcase { background: var(--navy-900); }
.fleet-image { margin-bottom: 90px; }
.fleet-image img { height: min(68vw, 760px); }
.fleet-secondary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: -50px 0 90px; }
.fleet-secondary-grid .image-frame img { min-height: 360px; height: 34vw; max-height: 500px; }
.fleet-categories article { display: grid; grid-template-columns: 100px .8fr; max-width: 900px; margin-left: auto; padding: 65px 0; border-top: 1px solid var(--line); }
.fleet-categories article:last-child { border-bottom: 1px solid var(--line); }
.fleet-categories > article > span { color: var(--gold); font-family: var(--serif); }
.fleet-categories h2 { margin: 0 0 20px; }
.fleet-categories p { color: #9aa5b3; }
.fleet-disclaimer { max-width: 900px; margin: 45px 0 0 auto; padding-left: 100px; color: #6e7988; font-size: .72rem; }

.manifesto-section { background: var(--navy-900); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.manifesto-grid h2 { margin: 0; }
.manifesto-grid > div:last-child p { color: #98a3b1; }
.manifesto-lead { color: var(--ivory) !important; font-family: var(--serif); font-size: 1.5rem; line-height: 1.6; }
.values-section { background: #070d17; }
.value-list article { display: grid; grid-template-columns: 80px 1fr 1fr; align-items: center; gap: 40px; padding: 36px 0; border-top: 1px solid var(--line); }
.value-list article:last-child { border-bottom: 1px solid var(--line); }
.value-list span { color: var(--gold); font-family: var(--serif); }
.value-list h3 { margin: 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.value-list p { margin: 0; color: #8994a2; }
.legal-identity-section { background: var(--navy-900); }
.identity-list { margin: 35px 0; }
.identity-list div { display: grid; grid-template-columns: 160px 1fr; padding: 14px 0; border-top: 1px solid var(--line-soft); }
.identity-list div:last-child { border-bottom: 1px solid var(--line-soft); }
.identity-list dt { color: #75808f; font-size: .72rem; text-transform: uppercase; }
.identity-list dd { margin: 0; font-size: .88rem; }

.reservation-section { background: #070d17; }
.reservation-layout { display: grid; grid-template-columns: 1.35fr .55fr; align-items: start; gap: 55px; }
.booking-form, .contact-form { padding: clamp(28px, 4vw, 54px); border: 1px solid var(--line); background: var(--navy-900); box-shadow: var(--shadow); }
.booking-form fieldset { margin: 0 0 48px; padding: 0; border: 0; }
.booking-form legend { width: 100%; margin-bottom: 26px; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.35rem; }
.booking-form legend span { margin-right: 18px; color: var(--gold); font-size: .72rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field-wide { grid-column: 1 / -1; }
.field label, .contact-form label:not(.consent) { display: block; margin-bottom: 8px; color: #aeb6c0; font-size: .71rem; font-weight: 600; letter-spacing: .05em; }
.field input, .field select, .field textarea, .contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 51px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 0; outline: 0; background: #080f1a; color: var(--white); transition: border-color .2s, box-shadow .2s; }
.field textarea, .contact-form textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,155,69,.08); }
.field input::placeholder, .field textarea::placeholder { color: #566170; }
.consent { display: flex; align-items: flex-start; gap: 12px; color: #8d98a6; font-size: .75rem; line-height: 1.6; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); }
.consent a { color: var(--gold-light); text-decoration: underline; }
.form-submit-row { display: flex; margin-top: 35px; padding-top: 28px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line-soft); }
.form-submit-row p { max-width: 430px; margin: 0; color: #707c8b; font-size: .7rem; }
.secure-icon { color: var(--gold); }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.form-errors { margin-bottom: 30px; padding: 18px 20px; border-left: 3px solid var(--danger); background: rgba(230,139,125,.08); color: #efb1a7; font-size: .82rem; }
.form-errors ul { margin: 8px 0 0; padding-left: 20px; }
.reservation-aside { min-width: 0; }
.aside-card { padding: 35px; border: 1px solid var(--line); background: linear-gradient(145deg, #0d1624, #070c14); }
.sticky-card { position: sticky; top: 95px; }
.aside-card h2 { font-size: 2.25rem; }
.aside-card > p:not(.eyebrow) { color: #8995a4; font-size: .86rem; }
.aside-card hr { margin: 30px 0; border: 0; border-top: 1px solid var(--line-soft); }
.aside-points { margin: 0; padding: 0; list-style: none; }
.aside-points li { margin: 12px 0; color: #a0aab7; font-size: .77rem; }
.aside-points span { margin-right: 8px; color: var(--gold); }

.contact-section { background: #070d17; }
.contact-grid { display: grid; grid-template-columns: .55fr 1.1fr; gap: 90px; }
.contact-details h2 { margin-bottom: 50px; }
.contact-method { display: grid; grid-template-columns: 50px 1fr; padding: 24px 0; border-top: 1px solid var(--line); }
.contact-method > span { color: var(--gold); font-family: var(--serif); font-size: .7rem; }
.contact-method small { display: block; margin-bottom: 4px; color: #73808f; font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-method a, .contact-method address { color: var(--ivory); font-family: var(--serif); font-size: 1.15rem; font-style: normal; }
.contact-note { color: #697484; font-size: .7rem; }
.contact-resources { display: grid; grid-template-columns: 136px 1fr; gap: 22px; margin-top: 34px; padding: 20px; align-items: center; border: 1px solid var(--line); background: var(--navy-900); }
.contact-resources img { width: 136px; height: 136px; padding: 8px; background: var(--ivory); }
.contact-resources .eyebrow { margin-bottom: 7px; }
.contact-resources h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.18rem; font-weight: 400; }
.contact-resources a { display: flex; padding: 6px 0; justify-content: space-between; border-bottom: 1px solid var(--line-soft); color: var(--gold-light); font-size: .7rem; }
.contact-form h2 { margin-bottom: 35px; font-size: 2.7rem; }
.contact-form .button { margin-top: 28px; }
.panel { position: relative; }

.success-page { min-height: 90vh; padding: 220px 0 120px; display: flex; align-items: center; background: radial-gradient(circle at center, #0c1726, var(--navy-950) 60%); }
.success-card { max-width: 900px; text-align: center; }
.success-mark { display: grid; width: 88px; height: 88px; margin: 0 auto 34px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 2rem; }
.success-card h1 { margin-bottom: 25px; }
.success-card > p:not(.eyebrow):not(.reference) { max-width: 670px; margin-inline: auto; color: #a3adba; }
.reference { color: var(--gold-light); }
.success-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 55px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); text-align: left; }
.success-steps div { padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.success-steps span, .success-steps small { display: block; }
.success-steps span { margin-bottom: 25px; color: var(--gold); font-family: var(--serif); }
.success-steps strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.success-steps small { color: #737e8d; }
.centered-actions { justify-content: center; }
.flash-wrap { position: fixed; z-index: 1200; top: 90px; left: 50%; transform: translateX(-50%); }
.flash { min-width: min(540px, calc(100vw - 36px)); padding: 16px 20px; border: 1px solid; background: #08101a; box-shadow: var(--shadow); }
.flash-success { border-color: var(--success); color: #b6e3c9; }
.flash-error { border-color: var(--danger); color: #f1b5ac; }

.legal-content { background: #070d17; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; align-items: start; gap: 100px; }
.legal-layout aside { position: sticky; top: 110px; }
.legal-layout nav { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.legal-layout nav a { padding: 12px 0; border-bottom: 1px solid var(--line-soft); color: #818d9b; font-size: .75rem; }
.legal-layout nav a:hover { color: var(--gold-light); }
.legal-layout article { max-width: 820px; }
.legal-layout article > section { padding: 0 0 55px; margin-bottom: 55px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-layout article h2 { font-size: 2.4rem; }
.legal-layout article p, .legal-layout article li { color: #a0aab7; }
.legal-layout article a { color: var(--gold-light); text-decoration: underline; }
.legal-definition { margin-top: 25px; }
.legal-definition div { display: grid; grid-template-columns: 230px 1fr; padding: 14px 0; border-top: 1px solid var(--line-soft); }
.legal-definition dt { color: #788493; font-size: .75rem; }
.legal-definition dd { margin: 0; }
.legal-note { padding: 25px; border: 1px solid var(--line); background: rgba(200,155,69,.04); }
.legal-note strong { color: var(--gold-light); }
.legal-note p { margin: 8px 0 0; font-size: .82rem; }

/* Editorial pages added for the complete premium offer */
.page-hero-events { background: linear-gradient(90deg, rgba(3,7,16,.98), rgba(3,7,16,.72) 58%, rgba(3,7,16,.42)), url('../img/premium-van.webp') center 64% / cover no-repeat; }
.page-hero-partners { background: linear-gradient(90deg, rgba(3,7,16,.98), rgba(3,7,16,.7) 58%, rgba(3,7,16,.42)), url('../img/hotel-concierge.webp') center 45% / cover no-repeat; }
.page-hero-experience { background: linear-gradient(90deg, rgba(3,7,16,.98), rgba(3,7,16,.72) 58%, rgba(3,7,16,.48)), url('../img/vip-discretion.webp') center 52% / cover no-repeat; }
.page-hero-pricing { background: linear-gradient(90deg, rgba(3,7,16,.98), rgba(3,7,16,.74) 58%, rgba(3,7,16,.5)), url('../img/luggage-care.webp') center 55% / cover no-repeat; }
.page-hero-events::before, .page-hero-partners::before, .page-hero-experience::before, .page-hero-pricing::before { opacity: .08; }
.event-intro, .partner-intro, .discreet-section, .pricing-factors { background: var(--navy-900); }
.event-formats, .partner-sectors, .experience-steps, .pricing-section { background: #070d17; }
.partnership-visual { background: linear-gradient(135deg, #0b1421, #050a14 72%); }
.partner-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.film-section { background: #030710; }
.film-frame { padding: 12px; border: 1px solid var(--line); background: #08101b; box-shadow: var(--shadow); }
.film-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #02050b; }
.film-caption { display: flex; padding: 15px 4px 3px; justify-content: space-between; gap: 25px; color: #7f8a99; font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pricing-grid article { min-height: 540px; padding: 36px 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.014); }
.pricing-grid article > span { color: var(--gold); font-family: var(--serif); font-size: .72rem; }
.pricing-grid .eyebrow { margin: 70px 0 10px; }
.pricing-grid h2 { min-height: 110px; margin: 0 0 18px; font-size: clamp(2rem, 3vw, 3rem); }
.pricing-grid article > p:not(.eyebrow) { color: #929dab; }
.pricing-grid .feature-list { margin: auto 0 28px; }
.pricing-grid .text-link { width: max-content; }
.rate-card-section { background: linear-gradient(135deg, #0b1421, #050a14 72%); }
.rate-card { border-top: 1px solid var(--gold); border-left: 1px solid var(--line); }
.rate-card-head, .rate-card-row { display: grid; grid-template-columns: 1.2fr 1fr .7fr; align-items: center; }
.rate-card-head { min-height: 52px; background: rgba(200,155,69,.08); color: #808b9a; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rate-card-head span, .rate-card-row > * { height: 100%; padding: 15px 22px; display: flex; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rate-card-row { min-height: 70px; background: rgba(255,255,255,.012); }
.rate-card-row strong { color: #eee8dc; font-family: var(--serif); font-size: 1.08rem; font-weight: 400; }
.rate-card-row span { color: #8c97a6; font-size: .78rem; }
.rate-card-row b { color: var(--gold-light); font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.rate-card-note { padding: 22px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.rate-card-note p { max-width: 820px; margin: 0; color: #7f8a99; font-size: .76rem; }
.price-factor-list { margin-top: 36px; }
.price-factor-list > div { display: grid; grid-template-columns: 48px 1fr; padding: 20px 0; border-top: 1px solid var(--line-soft); }
.price-factor-list > div:last-child { border-bottom: 1px solid var(--line-soft); }
.price-factor-list span { grid-row: 1 / 3; color: var(--gold); font-family: var(--serif); font-size: .72rem; }
.price-factor-list strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.price-factor-list p { margin: 4px 0 0; color: #84909f; font-size: .8rem; }
.home-pricing { border-top: 1px solid var(--line-soft); background: linear-gradient(135deg, #0b1421, #050a14 72%); }
.home-pricing h2 { margin: 0 0 26px; }
.home-pricing .button { margin-top: 18px; }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal][data-delay='1'] { transition-delay: .12s; }
[data-reveal][data-delay='2'] { transition-delay: .22s; }
[data-reveal][data-delay='3'] { transition-delay: .32s; }

@media (max-width: 1100px) {
    :root { --header-height: 74px; }
    .main-nav { gap: 18px; }
    .main-nav > a:not(.button) { font-size: .72rem; }
    .hero-content { grid-template-columns: 1fr .55fr; gap: 40px; }
    .hero h1 { font-size: clamp(3.2rem, 6vw, 5.2rem); }
    .service-grid, .standards-grid, .sector-grid { grid-template-columns: 1fr 1fr; }
    .business-grid, .destination-grid { gap: 55px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 1120px) {
    .container { width: min(calc(100% - 36px), var(--container)); }
    .topbar p { display: none; }
    .topbar-inner { justify-content: flex-end; }
    .site-header { height: 70px; }
    .site-header.is-sticky { height: 66px; }
    .brand img { width: 44px; height: 44px; }
    .brand { min-width: 0; }
    .brand strong { font-size: .78rem; }
    .brand small { font-size: .46rem; }
    .brand, .menu-toggle { position: relative; z-index: 1003; }
    .menu-toggle { display: block; }
    html:not(.js) .menu-toggle { display: none; }
    .menu-toggle[aria-expanded='true'] span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }
    .menu-toggle[aria-expanded='true'] span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }
    .js .main-nav { position: fixed; inset: 0; z-index: 1002; padding: 120px 36px 60px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; background: rgba(3,7,16,.985); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s, visibility .25s; }
    .js .main-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
    html:not(.js) .site-header { height: auto; min-height: 70px; }
    html:not(.js) .header-inner { padding-block: 12px; flex-wrap: wrap; gap: 12px; }
    html:not(.js) .main-nav { width: 100%; flex-wrap: wrap; gap: 12px 20px; }
    .main-nav > a:not(.button) { padding: 13px 0; border-bottom: 1px solid var(--line-soft); font-family: var(--serif); font-size: 1.5rem; }
    .main-nav > a:not(.button)::after { display: none; }
    .main-nav .button { margin-top: 25px; }
    .nav-more { border-bottom: 1px solid var(--line-soft); }
    .nav-more summary { padding: 13px 0; justify-content: space-between; font-family: var(--serif); font-size: 1.5rem; }
    .nav-more-menu { position: static; width: 100%; padding: 0 0 10px 14px; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
    .nav-more-menu::before { display: none; }
    .nav-more-menu a { padding: 10px 0; }
    .hero { min-height: auto; padding-top: 155px; }
    .hero-content { min-height: auto; grid-template-columns: 1fr; }
    .hero-card { max-width: 540px; }
    .hero-trust { margin-top: 38px; }
    .scroll-cue { display: none; }
    .trust-strip-grid { grid-template-columns: 1fr 1fr; }
    .trust-strip-grid > div:nth-child(3) { border-left: 1px solid var(--line-soft); }
    .split-heading, .experience-grid, .experience-grid.reverse, .business-grid, .destination-grid, .faq-layout, .manifesto-grid, .reservation-layout, .contact-grid, .legal-layout { grid-template-columns: 1fr; gap: 55px; }
    .editorial-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .editorial-card-wide { grid-column: 1 / -1; grid-row: auto; min-height: 520px; }
    .service-editorial-image { margin-left: 90px; }
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-grid article { min-height: 0; }
    .pricing-grid .eyebrow { margin-top: 42px; }
    .pricing-grid h2 { min-height: 0; }
    .rate-card-head, .rate-card-row { grid-template-columns: 1fr .8fr .65fr; }
    .faq-intro, .legal-layout aside, .sticky-card { position: static; }
    .legal-layout aside { display: none; }
    .page-hero { min-height: 560px; padding-top: 170px; }
    .page-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .page-hero-index { max-width: 430px; }
    .service-detail { grid-template-columns: 60px 1fr; gap: 30px; }
    .service-detail > div:last-child { grid-column: 2; }
    .workflow-grid { grid-template-columns: 1fr 1fr; }
    .workflow-grid div::after { display: none; }
    .value-list article { grid-template-columns: 50px 1fr; }
    .value-list p { grid-column: 2; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    body { padding-bottom: 64px; }
    h1 { font-size: 3.05rem; }
    h2 { font-size: 2.55rem; }
    .section { padding: 82px 0; }
    .hero { padding: 145px 0 70px; }
    .hero-media { background-position: 68% center; opacity: .72; }
    .hero-overlay { background: linear-gradient(90deg, rgba(2,5,11,.96), rgba(2,5,11,.74)), linear-gradient(0deg, var(--navy-950), transparent 50%); }
    .hero-copy { padding-top: 0; }
    .hero h1 { font-size: clamp(3rem, 13vw, 4.15rem); }
    .hero-lead { font-size: .96rem; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
    .hero-actions .button { width: 100%; }
    .hero-actions .text-link { width: max-content; }
    .hero-trust { display: grid; grid-template-columns: 1fr; gap: 12px; }
    .hero-trust li { width: 100%; }
    .hero-card { padding: 22px; }
    .quick-form-row, .form-grid, .feature-list.compact, .mini-stat-grid { grid-template-columns: 1fr; }
    .trust-strip-grid { grid-template-columns: 1fr; }
    .trust-strip-grid > div { border-left: 1px solid var(--line-soft); }
    .service-grid, .standards-grid, .sector-grid, .benefit-grid, .destination-list, .workflow-grid, .success-steps { grid-template-columns: 1fr; }
    .signature-film { min-height: 540px; }
    .signature-film-overlay { background: linear-gradient(0deg, rgba(3,7,16,.96), rgba(3,7,16,.28) 75%), linear-gradient(90deg, rgba(3,7,16,.72), transparent); }
    .signature-film-copy h2 { font-size: 3.15rem; }
    .editorial-grid, .fleet-secondary-grid { grid-template-columns: 1fr; }
    .editorial-card, .editorial-card-wide { grid-column: auto; min-height: 360px; }
    .service-editorial-image { margin: 0 0 55px; }
    .service-editorial-image img { height: 360px; }
    .service-card { min-height: 330px; }
    .image-frame img { min-height: 300px; }
    .cabin-section { min-height: 700px; align-items: end; }
    .cabin-background { background-position: 62% center; }
    .cabin-card { padding: 32px 25px; }
    .cabin-card h2 { font-size: 2.7rem; }
    .business-grid { gap: 48px; }
    .destination-grid { gap: 42px; }
    .page-hero { min-height: 520px; padding: 160px 0 75px; }
    .page-hero h1 { font-size: 3.15rem; }
    .page-hero-index { padding: 25px; }
    .service-detail { display: block; padding: 55px 0; }
    .service-detail-number { margin-bottom: 25px; }
    .service-detail h2 { margin-bottom: 30px; }
    .sector-grid h3 { margin-top: 70px; }
    .fleet-image { margin-bottom: 60px; }
    .fleet-secondary-grid { margin: -28px 0 60px; }
    .fleet-secondary-grid .image-frame img { min-height: 300px; height: 82vw; }
    .fleet-categories article { display: block; padding: 50px 0; }
    .fleet-categories > article > span { display: block; margin-bottom: 20px; }
    .fleet-disclaimer { padding-left: 0; }
    .value-list article { grid-template-columns: 42px 1fr; gap: 15px; }
    .identity-list div, .legal-definition div { grid-template-columns: 1fr; gap: 5px; }
    .form-submit-row { align-items: stretch; flex-direction: column; }
    .form-submit-row .button { width: 100%; }
    .booking-form, .contact-form { padding: 28px 20px; }
    .return-field { grid-column: auto; }
    .contact-grid { gap: 50px; }
    .contact-resources { grid-template-columns: 110px 1fr; gap: 15px; padding: 15px; }
    .contact-resources img { width: 110px; height: 110px; }
    .success-page { padding-top: 160px; }
    .success-steps { text-align: center; }
    .final-cta-inner, .footer-bottom { align-items: stretch; flex-direction: column; }
    .cta-actions { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { gap: 8px; }
    .mobile-booking-bar { position: fixed; z-index: 999; left: 0; right: 0; bottom: 0; height: 64px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(120deg, #b98837, #e2c27c); color: var(--navy-950); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 -10px 30px rgba(0,0,0,.35); }
    .contact-rail { display: none; }
    .flash-wrap { top: 76px; }
    .film-frame { padding: 6px; }
    .film-caption { align-items: flex-start; flex-direction: column; gap: 5px; }
    .pricing-grid article { padding: 32px 24px; }
    .rate-card-head { display: none; }
    .rate-card-row { grid-template-columns: 1fr; padding: 18px 20px; }
    .rate-card-row > * { padding: 4px 0; border: 0; }
    .rate-card-row span { border: 0; }
    .rate-card-note { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
    .topbar, .site-header, .final-cta, .site-footer, .mobile-booking-bar, .contact-rail { display: none !important; }
    body { background: #fff; color: #111; }
    .page-hero { min-height: 0; padding: 40px 0; background: none; }
    .legal-content { background: #fff; }
    .legal-layout { display: block; }
    .legal-layout aside { display: none; }
    .legal-layout article p, .legal-layout article li { color: #222; }
}
