:root {
  --ink: #0b1320;
  --navy: #07111f;
  --navy-soft: #0d1b2d;
  --yellow: #f5c70b;
  --yellow-dark: #d9a900;
  --paper: #f4f1ea;
  --white: #fff;
  --muted: #667085;
  --line: #d9d5cb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
main { overflow: hidden; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.wp-page { min-height: 65vh; }
.wp-page-content { width: min(900px, 90vw); margin: 0 auto; padding: 80px 0; font-size: 17px; line-height: 1.8; }
.wp-page-content h2 { margin-top: 44px; font-size: clamp(28px, 4vw, 48px); line-height: 1.05; }
.wp-page-content h3 { margin-top: 32px; font-size: 24px; }
.wp-page-content a { color: #7a5d00; text-decoration: underline; }
.service-copy-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr); gap: 56px; align-items: start; }
.service-copy-grid aside { position: sticky; top: 24px; padding: 28px; background: var(--navy); color: white; }
.service-copy-grid aside h3 { margin: 0 0 18px; color: var(--yellow); }
.service-copy-grid aside ul { margin: 0; padding-left: 20px; line-height: 1.8; }
.route-note { margin: 36px 0; padding: 24px; border-left: 5px solid var(--yellow); background: #fff; font-weight: 700; }
.landmark-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.landmark-list li { padding: 9px 14px; background: #e8e3d8; font-size: 13px; font-weight: 800; }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; }
.contact-card { padding: 32px; background: var(--navy); color: white; }
.contact-card a { color: var(--yellow); }
.map-frame { width: 100%; min-height: 430px; border: 0; }
.privacy-note { padding: 22px; border: 1px solid var(--line); background: white; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  .service-copy-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-copy-grid aside { position: static; }
}
body, button, input, select { font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.hero > img.hero-image,.service-hero > img.hero-image,.featured-card > img,.fleet-gallery img,.booking-visual > img,.quality-image img,.about-collage img { position: absolute; inset: 0; width: 100%; height: 100%; }
button, a, summary { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute; z-index: 30; top: 0; left: 0; width: 100%; height: 88px;
  display: flex; align-items: center; padding: 0 5vw; color: white;
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg,rgba(3,11,23,.82),rgba(3,11,23,.18));
}
.site-header.solid { position: absolute; background: var(--navy); }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand-image { width: 238px; height: 70px; overflow: hidden; }
.brand-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.custom-logo-link { display: block; width: 238px; height: 70px; overflow: hidden; }
.custom-logo-link img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.site-header nav { display: flex; justify-content: center; gap: clamp(18px,3vw,42px); flex: 1; margin: 0 24px; font-size: 12px; font-weight: 800; }
.site-header nav a { position: relative; padding: 36px 0; }
.site-header nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--yellow); transition: right .25s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }
.header-call { flex: 0 0 auto; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.25); }
.header-call small,.header-call strong { display: block; }
.header-call small { color: var(--yellow); font-size: 9px; letter-spacing: 1.7px; text-transform: uppercase; }
.header-call strong { margin-top: 5px; font-size: 15px; }
.mobile-menu { display: none; margin-left: 14px; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; font-size: 24px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu div { position: absolute; right: 0; top: 44px; width: 220px; padding: 16px; background: var(--navy); border-top: 3px solid var(--yellow); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.mobile-menu div a { display: block; padding: 13px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 13px; font-weight: 800; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero-image { object-fit: cover; object-position: center 58%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,10,20,.96) 0%,rgba(3,10,20,.75) 43%,rgba(3,10,20,.12) 78%),linear-gradient(0deg,rgba(3,10,20,.5),transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(760px,90vw); margin-left: 8vw; padding-top: 92px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 23px; color: #d8dde6; font-size: 11px; font-weight: 900; letter-spacing: 2.5px; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { flex: 0 0 auto; width: 34px; height: 3px; background: var(--yellow); }
.eyebrow.dark { color: #586170; }
.hero h1, .service-hero h1, .inner-hero h1 { margin: 0; font-size: clamp(52px,6.4vw,98px); line-height: .9; letter-spacing: -.06em; font-weight: 900; }
.hero h1 em, .booking-visual h2 em { color: var(--yellow); font-style: normal; }
.hero-copy { max-width: 630px; margin: 30px 0; color: #d3d8df; font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 25px; border: 1px solid rgba(255,255,255,.55); border-radius: 1px; font-size: 12px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-yellow { border-color: var(--yellow); background: var(--yellow); color: var(--navy); }
.button-yellow:hover { background: #ffdb35; }
.button-ghost { min-width: 130px; color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 40px; color: #aeb7c4; font-size: 10px; text-transform: uppercase; letter-spacing: .8px; }
.trust-row b { color: white; margin-right: 4px; }
.route-card { position: absolute; z-index: 3; right: 5vw; bottom: 0; width: min(370px,32vw); padding: 30px 32px; background: rgba(6,17,31,.92); border-top: 3px solid var(--yellow); backdrop-filter: blur(16px); }
.route-number { float: right; color: rgba(255,255,255,.12); font-size: 58px; font-weight: 900; line-height: .8; }
.route-card > p { margin: 0 0 9px; color: #9da8b6; font-size: 9px; letter-spacing: 1.4px; text-transform: uppercase; }
.route-card h2 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.route-card h2 span { color: var(--yellow); padding: 0 8px; }
.route-meta { display: flex; gap: 17px; margin: 19px 0; color: #bfc6cf; font-size: 10px; }
.route-card > a { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.13); color: var(--yellow); font-size: 11px; font-weight: 900; }
.scroll-cue { position: absolute; left: 2.5vw; bottom: 28px; z-index: 3; writing-mode: vertical-rl; color: #b7c0cb; font-size: 8px; letter-spacing: 2px; text-transform: uppercase; }
.scroll-cue span { margin-top: 9px; color: var(--yellow); }

.quick-booking { position: relative; z-index: 6; display: grid; grid-template-columns: 220px 1fr; width: min(1200px,90vw); min-height: 155px; margin: -30px auto 0; background: white; box-shadow: 0 22px 60px rgba(10,20,35,.12); }
.quick-booking-intro { display: flex; flex-direction: column; justify-content: center; padding: 24px 32px; background: var(--yellow); }
.quick-booking-intro span { color: rgba(7,17,31,.35); font-size: 14px; font-weight: 900; }
.quick-booking-intro strong { margin-top: 9px; font-size: 20px; line-height: 1.1; }
.booking-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.booking-form.compact { grid-template-columns: 1.1fr 1.25fr 1.25fr .75fr; align-items: end; padding: 26px 28px; }
.field { min-width: 0; }
.field label { display: block; margin: 0 0 8px; color: #657080; font-size: 9px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.field input,.field select { width: 100%; height: 46px; padding: 0 12px; border: 0; border-bottom: 1px solid #cfd3d8; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.field input:focus,.field select:focus { border-color: var(--yellow-dark); box-shadow: inset 0 -1px 0 var(--yellow-dark); }
.form-submit { border: 0; min-height: 48px; width: 100%; }
.booking-form:not(.compact) .form-submit { grid-column: span 2; }
.form-privacy,.form-status { grid-column: 1/-1; margin: 0; color: #7b8491; font-size: 10px; }
.booking-form.compact .form-privacy { display: none; }
.form-status { color: #825f00; font-weight: 700; }

.section { width: min(1200px,90vw); margin: 0 auto; padding: 110px 0; }
.section-title { max-width: 760px; margin-bottom: 48px; }
.section-title h2 { margin: 0; font-size: clamp(38px,4.6vw,68px); line-height: .98; letter-spacing: -.055em; }
.section-title > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.featured-grid { display: grid; grid-template-columns: 1.3fr .85fr; gap: 14px; }
.featured-card { position: relative; min-height: 480px; overflow: hidden; color: white; }
.featured-card img { object-fit: cover; transition: transform .6s ease; }
.featured-card:hover img { transform: scale(1.035); }
.featured-card .card-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,12,23,.9),rgba(4,12,23,.08) 75%); }
.card-content { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 31px; }
.card-content > span { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.card-content h3 { margin: 8px 0 7px; font-size: 32px; letter-spacing: -.04em; }
.card-content p { max-width: 420px; margin: 0 0 16px; color: #d9dee5; font-size: 13px; }
.card-content b { font-size: 11px; color: var(--yellow); }
.service-list { margin-top: 48px; border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 62px 1.5fr 1fr 40px; align-items: center; gap: 20px; min-height: 88px; border-bottom: 1px solid var(--line); }
.service-row > span { color: #9a9da1; font-size: 10px; font-weight: 800; }
.service-row h3 { margin: 0; font-size: clamp(18px,2vw,28px); letter-spacing: -.03em; }
.service-row p { margin: 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .7px; }
.service-row b { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #c7c4bb; border-radius: 50%; transition: background .2s; }
.service-row:hover b { background: var(--yellow); border-color: var(--yellow); }

.dark-section { background: var(--navy); color: white; }
.dark-section .section-title > p:last-child { color: #b8c0cb; }
.inner { width: min(1200px,90vw); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.steps-grid article { position: relative; min-height: 330px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-right: 0; }
.steps-grid article:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.steps-grid article > span { color: #647184; font-size: 11px; font-weight: 900; }
.steps-grid i { display: grid; place-items: center; width: 62px; height: 62px; margin: 46px 0 34px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 26px; font-style: normal; }
.steps-grid h3 { margin: 0 0 14px; font-size: 20px; }
.steps-grid p { margin: 0; color: #aab5c3; font-size: 13px; line-height: 1.7; }

.fleet-section { display: grid; grid-template-columns: .8fr 1.35fr; gap: 70px; align-items: center; }
.fleet-copy .section-title { margin-bottom: 30px; }
.fleet-copy ul { list-style: none; padding: 0; margin: 0 0 34px; border-top: 1px solid var(--line); }
.fleet-copy li { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.fleet-copy li span { color: #9b9d9e; font-size: 9px; }
.text-link { display: inline-block; padding-bottom: 7px; border-bottom: 2px solid var(--yellow-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .7px; }
.fleet-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2,260px); gap: 10px; }
.fleet-gallery > div { position: relative; overflow: hidden; }
.fleet-gallery .gallery-main { grid-row: 1/3; }
.fleet-gallery img { object-fit: cover; }

.faq-section .text-link { margin-top: 28px; }
.faq-grid { border-top: 1px solid var(--line); }
.faq-grid details { border-bottom: 1px solid var(--line); }
.faq-grid summary { display: grid; grid-template-columns: 56px 1fr 36px; align-items: center; gap: 10px; min-height: 82px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: #9a9da1; font-size: 9px; }
.faq-grid summary b { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #c5c2b9; border-radius: 50%; font-size: 16px; transition: transform .2s; }
.faq-grid details[open] summary b { transform: rotate(45deg); background: var(--yellow); border-color: var(--yellow); }
.faq-grid details > p { max-width: 780px; margin: -4px 0 28px 66px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.booking-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: var(--navy); color: white; }
.booking-visual { position: relative; display: flex; align-items: flex-end; padding: 64px; overflow: hidden; }
.booking-visual > img { object-fit: cover; }
.booking-visual .card-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,12,23,.94),rgba(4,12,23,.15)); }
.booking-visual > div:last-child { position: relative; z-index: 2; }
.booking-visual h2 { margin: 0; font-size: clamp(42px,4.7vw,72px); line-height: .98; letter-spacing: -.055em; }
.booking-panel { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.booking-panel > h2 { margin: 0; font-size: 31px; }
.booking-panel > p { margin: 14px 0 34px; color: #aeb9c6; font-size: 13px; line-height: 1.7; }
.booking-panel .field label { color: #aeb9c6; }
.booking-panel .field input,.booking-panel .field select { color: white; border-bottom-color: rgba(255,255,255,.24); }
.booking-panel .field input::placeholder { color: #8591a0; }
.booking-panel .form-privacy { color: #8491a0; }

.site-footer { background: #030a13; color: white; }
.footer-main { display: grid; grid-template-columns: 1.35fr 1fr .85fr 1fr; gap: 5vw; width: min(1200px,90vw); margin: auto; padding: 80px 0 66px; }
.footer-brand > img { width: 260px; height: 110px; object-fit: cover; }
.footer-brand p { max-width: 320px; color: #8e9bab; font-size: 12px; line-height: 1.7; }
.footer-phone { display: inline-block; margin-top: 12px; color: var(--yellow); font-size: 20px; font-weight: 900; }
.footer-main h2 { margin: 15px 0 22px; color: #7e8b9b; font-size: 9px; letter-spacing: 1.7px; text-transform: uppercase; }
.footer-main > div:not(:first-child) > a:not(.button), .footer-main > div:not(:first-child) > p { display: block; margin: 0 0 12px; color: #c0c7d0; font-size: 11px; }
.footer-main > div:not(:first-child) > a:hover { color: var(--yellow); }
.footer-wa { margin-top: 17px; min-height: 46px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; width: min(1200px,90vw); margin: auto; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); color: #687485; font-size: 9px; letter-spacing: .4px; }
.footer-bottom a { color: #a9b2bd; }
.floating-wa { position: fixed; z-index: 50; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 18px; border-radius: 28px; background: #22c55e; color: white; box-shadow: 0 12px 35px rgba(0,0,0,.28); font-size: 12px; }
.floating-wa span { font-size: 20px; }

.service-hero { position: relative; min-height: 78svh; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: white; }
.service-hero .hero-image { object-position: center; }
.service-hero-content { position: relative; z-index: 2; width: min(1100px,88vw); margin: 0 auto; padding: 155px 0 76px; }
.breadcrumb { display: flex; gap: 10px; margin: 0 0 28px; color: #b9c0ca; font-size: 10px; }
.breadcrumb span { color: var(--yellow); }
.service-hero h1 { max-width: 920px; font-size: clamp(56px,7vw,104px); }
.service-hero-content > p:not(.eyebrow):not(.breadcrumb) { max-width: 680px; margin: 26px 0 30px; color: #d0d6de; font-size: 15px; line-height: 1.7; }
.service-intro-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: start; }
.service-intro-grid > div > p { color: #4f5b68; font-size: 15px; line-height: 1.85; }
.route-summary { padding: 34px; background: var(--navy); color: white; border-top: 4px solid var(--yellow); }
.route-summary > span { color: var(--yellow); font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; }
.route-summary h2 { margin: 10px 0 25px; font-size: 27px; }
.landmark-list { border-top: 1px solid rgba(255,255,255,.12); }
.landmark-list p { display: flex; gap: 18px; margin: 0; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.landmark-list b { color: #6f7b8b; font-size: 9px; }
.route-summary > p { color: #aeb8c5; font-size: 12px; line-height: 1.7; }
.service-content-band { background: white; }
.prose-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.prose-grid h2 { margin: 0; font-size: clamp(36px,4vw,58px); line-height: 1; letter-spacing: -.05em; }
.prose-grid > div:last-child p { margin: 0 0 21px; color: #53606d; font-size: 14px; line-height: 1.85; }
.scenario-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 65px; }
.scenario-grid article { min-height: 235px; padding: 30px; background: var(--paper); border-top: 3px solid var(--yellow); }
.scenario-grid span { color: #96999b; font-size: 9px; font-weight: 900; }
.scenario-grid h3 { margin: 32px 0 14px; font-size: 19px; line-height: 1.25; }
.scenario-grid p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.quality-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.quality-image { position: relative; min-height: 680px; }
.quality-image img { object-fit: cover; }
.quality-copy > p { color: #53606d; font-size: 14px; line-height: 1.85; }
.quality-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; padding: 0; margin: 28px 0 0; }
.quality-copy li { padding: 14px; background: white; border-left: 3px solid var(--yellow); font-size: 11px; font-weight: 800; }
.service-cta { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; padding: 90px max(5vw,calc((100vw - 1200px)/2)); background: var(--navy); color: white; }
.service-cta > div:first-child { align-self: center; }
.service-cta h2 { margin: 0; font-size: clamp(43px,5vw,75px); line-height: .98; letter-spacing: -.055em; }
.service-cta > div:first-child > p:last-child { color: #adb7c4; font-size: 14px; }
.service-booking .field label { color: #aeb8c4; }
.service-booking input,.service-booking select { color: white; border-color: rgba(255,255,255,.24); }
.service-booking input::placeholder { color: #8591a0; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.related-grid a { position: relative; min-height: 190px; padding: 28px; background: white; border-bottom: 3px solid transparent; }
.related-grid a:hover { border-color: var(--yellow); }
.related-grid a > span { float: right; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; }
.related-grid h3 { margin: 58px 0 8px; font-size: 21px; }
.related-grid p { margin: 0; color: var(--muted); font-size: 11px; }

.inner-hero { min-height: 520px; display: flex; align-items: flex-end; padding: 160px max(5vw,calc((100vw - 1200px)/2)) 80px; background: radial-gradient(circle at 75% 20%,#193350,var(--navy) 42%); color: white; }
.inner-hero > div { width: min(900px,90vw); }
.inner-hero h1 { font-size: clamp(52px,6.5vw,96px); }
.inner-hero > div > p:last-child { max-width: 650px; color: #b9c3cf; font-size: 15px; line-height: 1.7; }
.not-found { min-height: 75svh; }
.not-found .button { margin-top: 20px; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.about-grid > div:first-child > p { color: #53606d; font-size: 14px; line-height: 1.9; }
.about-collage { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10px; }
.about-collage > div { position: relative; min-height: 540px; overflow: hidden; }
.about-collage > div:last-child { margin-top: 80px; }
.about-collage img { object-fit: cover; }
.values-band { background: white; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.values-grid article { min-height: 260px; padding: 32px; border: 1px solid var(--line); border-right: 0; }
.values-grid article:last-child { border-right: 1px solid var(--line); }
.values-grid span { color: #9a9ea2; font-size: 9px; }
.values-grid h2 { margin: 70px 0 10px; font-size: 26px; }
.values-grid p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.contact-info > a,.contact-info > div { display: flex; flex-direction: column; gap: 6px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-info > a > span,.contact-info > div > span { color: #7a8490; font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }
.contact-info > a > b,.contact-info > div > b { font-size: 18px; }
.contact-form-card { padding: 46px; background: var(--navy); color: white; }
.contact-form-card > h2 { margin: 0; font-size: 30px; }
.contact-form-card > p { color: #aeb8c4; font-size: 12px; }
.contact-form-card label { color: #aeb8c4; }
.contact-form-card input,.contact-form-card select { color: white; border-color: rgba(255,255,255,.22); }
.contact-form-card input::placeholder { color: #8591a0; }
.map-section { height: 500px; background: #d9d9d9; }
.map-section iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.8) contrast(.95); }
.faq-page { display: grid; grid-template-columns: 1.3fr .7fr; gap: 7vw; align-items: start; }
.faq-help { padding: 36px; background: var(--navy); color: white; border-top: 4px solid var(--yellow); }
.faq-help h2 { margin: 0; font-size: 27px; }
.faq-help p { color: #aeb8c4; font-size: 12px; line-height: 1.7; }
.faq-help .button { margin-top: 15px; }
.legal-copy { max-width: 900px; }
.legal-date { color: #858e98; font-size: 11px; }
.legal-copy h2 { margin: 42px 0 12px; font-size: 26px; letter-spacing: -.03em; }
.legal-copy p { color: #53606d; font-size: 14px; line-height: 1.9; }

@media (max-width: 1040px) {
  .site-header nav { display: none; }
  .header-call { margin-left: auto; }
  .mobile-menu { display: block; }
  .booking-form.compact { grid-template-columns: repeat(3,1fr); }
  .booking-form.compact .form-submit { grid-column: span 2; }
  .quick-booking { grid-template-columns: 200px 1fr; }
  .service-row { grid-template-columns: 50px 1.4fr 1fr 35px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2/4; }
}

@media (max-width: 800px) {
  .site-header { height: 74px; padding: 0 20px; }
  .brand-image { width: 168px; height: 58px; }
  .header-call { padding-left: 12px; }
  .header-call small { display: none; }
  .header-call strong { font-size: 12px; }
  .hero { min-height: 820px; }
  .route-card,.scroll-cue { display: none; }
  .hero-content { width: 100%; margin: 0; padding: 120px 22px 70px; }
  .hero-shade { background: linear-gradient(90deg,rgba(3,10,20,.94),rgba(3,10,20,.48)),linear-gradient(0deg,rgba(3,10,20,.7),transparent); }
  .hero h1,.service-hero h1,.inner-hero h1 { font-size: clamp(50px,13vw,72px); letter-spacing: -.065em; }
  .quick-booking { grid-template-columns: 1fr; width: calc(100% - 28px); margin-top: -28px; }
  .quick-booking-intro { min-height: 110px; }
  .booking-form.compact { grid-template-columns: 1fr 1fr; }
  .booking-form.compact .form-submit { grid-column: span 1; }
  .section { width: calc(100% - 40px); padding: 78px 0; }
  .section-title h2 { font-size: clamp(37px,10vw,54px); }
  .featured-grid,.fleet-section,.booking-section,.service-intro-grid,.quality-section,.service-cta,.about-grid,.contact-grid,.faq-page { grid-template-columns: 1fr; }
  .featured-card { min-height: 420px; }
  .service-row { grid-template-columns: 38px 1fr 34px; min-height: 75px; }
  .service-row p { display: none; }
  .steps-grid,.scenario-grid,.related-grid { grid-template-columns: 1fr; }
  .steps-grid article { border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; min-height: 255px; }
  .steps-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
  .steps-grid i { margin: 30px 0 22px; }
  .fleet-section { gap: 40px; }
  .fleet-gallery { grid-template-rows: repeat(2,190px); }
  .booking-section { min-height: auto; }
  .booking-visual { min-height: 540px; padding: 36px 22px; }
  .booking-panel { padding: 65px 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:last-child { grid-column: auto; }
  .service-hero { min-height: 720px; }
  .service-hero-content { padding: 140px 0 55px; }
  .prose-grid { grid-template-columns: 1fr; gap: 32px; }
  .quality-image { min-height: 520px; }
  .service-cta { padding: 75px 22px; }
  .about-collage > div { min-height: 390px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .values-grid article:nth-child(2) { border-right: 1px solid var(--line); }
  .inner-hero { min-height: 540px; padding: 145px 22px 70px; }
}

@media (max-width: 520px) {
  .header-call { display: none; }
  .mobile-menu { margin-left: auto; }
  .brand-image { width: 182px; }
  .hero { min-height: 760px; }
  .hero h1 { font-size: 53px; }
  .hero-copy { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 12px; }
  .trust-row span:last-child { display: none; }
  .booking-form.compact,.booking-form { grid-template-columns: 1fr; }
  .booking-form.compact .form-submit,.booking-form:not(.compact) .form-submit { grid-column: auto; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-card { min-height: 370px; }
  .card-content { left: 24px; right: 24px; }
  .service-row h3 { font-size: 17px; }
  .fleet-gallery { grid-template-columns: 1fr; grid-template-rows: 360px 220px 220px; }
  .fleet-gallery .gallery-main { grid-row: auto; }
  .faq-grid summary { grid-template-columns: 36px 1fr 30px; font-size: 14px; }
  .faq-grid details > p { margin-left: 46px; }
  .booking-visual { min-height: 470px; }
  .footer-main { grid-template-columns: 1fr; padding-top: 55px; }
  .footer-bottom { flex-direction: column; }
  .floating-wa { right: 12px; bottom: 12px; min-height: 46px; }
  .service-hero { min-height: 700px; }
  .service-hero .hero-shade { background: linear-gradient(0deg,rgba(3,10,20,.97),rgba(3,10,20,.25)); }
  .service-hero h1 { font-size: 51px; }
  .service-intro-grid { gap: 30px; }
  .scenario-grid article { min-height: 205px; }
  .quality-image { min-height: 420px; }
  .quality-copy ul { grid-template-columns: 1fr; }
  .service-cta h2 { font-size: 43px; }
  .related-grid a { min-height: 160px; }
  .about-collage { grid-template-columns: 1fr; }
  .about-collage > div:last-child { margin-top: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { border-right: 1px solid var(--line); border-bottom: 0; }
  .values-grid article:last-child { border-bottom: 1px solid var(--line); }
  .contact-form-card { padding: 28px 20px; }
  .map-section { height: 390px; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
