/* VIP Services Madrid — design system mirrors the vipservicesmallorca.com transfer landing page */
:root {
  --navy: #0b1b2b;
  --navy-2: #122a40;
  --chrome: #08151f;
  --sand: #f5efe3;
  --sand-2: #eae0cd;
  --accent: #2a7da0;
  --accent-dark: #1a5a78;
  --accent-soft: rgba(42, 125, 160, .10);
  --sky: #7fc4e0;
  --ink: #1a1a1a;
  --ink-soft: #4a4a4a;
  --muted: #9a9384;
  --line: #d9d2c2;
  --panel: #fff;
  --panel-2: #fbf8f2;
  --on-dark: rgba(255, 255, 255, .92);
  --on-dark-soft: rgba(255, 255, 255, .62);
  --on-dark-line: rgba(255, 255, 255, .14);
  --gold: #d9a441;
  --ok: #2f7d52;
  --warn: #9a3b2f;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --container: 1240px;
  --radius: 2px;
  --shadow-card: 0 12px 30px rgba(11, 27, 43, .08);
  --shadow-soft: 0 24px 70px rgba(11, 27, 43, .20);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--sand); color: var(--ink); font-family: var(--sans); font-weight: 300; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
b, strong { font-weight: 500; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; margin: 0; line-height: 1.15; text-wrap: balance; }
button, input, select, textarea { font: inherit; }
.num { font-variant-numeric: tabular-nums; }
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; color: #000; padding: 8px 14px; z-index: 1000; }
.skip-link:focus { left: 8px; }
.inline-link { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.eyebrow { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); font-weight: 500; display: block; margin-bottom: 14px; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 12px; }

/* ---------- Buttons ---------- */
.btn, .btn-sky, .btn-outline, .btn-dark, .btn-line {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 1px solid transparent; padding: 13px 26px; font-family: var(--sans); font-size: 13px; line-height: 1.3;
  letter-spacing: .12em; text-transform: uppercase; font-weight: 500; cursor: pointer; border-radius: var(--radius);
  text-decoration: none; text-align: center; transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.btn svg, .btn-sky svg, .btn-outline svg, .btn-dark svg, .btn-line svg { width: 17px; height: 17px; flex: 0 0 auto; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost { background: transparent; color: var(--ink-soft); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn[disabled] { opacity: .55; cursor: not-allowed; }
.btn-sky { background: var(--sky); color: var(--navy); font-weight: 600; }
.btn-sky:hover { background: #a5d8ec; }
.btn-outline { border-color: var(--on-dark-line); color: var(--on-dark); }
.btn-outline:hover { border-color: var(--sky); color: var(--sky); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--accent-dark); }
.btn-line { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-line:hover { border-color: var(--accent); color: var(--accent); }
.btn-wa:hover { border-color: #25d366; color: #25d366; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h); background: var(--chrome); transition: box-shadow .3s; }
.site-header.scrolled { box-shadow: 0 1px 0 rgba(255, 255, 255, .06), 0 8px 24px rgba(0, 0, 0, .28); }
.site-header .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-size: 20px; letter-spacing: -.02em; color: #fff; white-space: nowrap; line-height: 1; font-family: var(--sans); }
.logo span { font-weight: 300; }
.logo b { font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav > ul { display: flex; list-style: none; align-items: center; gap: 2px; }
.main-nav > ul > li > a, .nav-drop > button {
  display: inline-flex; align-items: center; gap: 6px; padding: 12px 13px; background: none; border: 0; cursor: pointer;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--on-dark); transition: color .2s;
}
.main-nav > ul > li > a:hover, .nav-drop > button:hover, .main-nav a[aria-current="page"], .nav-drop.is-active > button { color: var(--sky); }
.nav-drop { position: relative; }
.nav-drop > button svg { width: 10px; height: 10px; transition: transform .2s; }
.nav-drop .drop { position: absolute; top: calc(100% + 4px); left: 0; min-width: 300px; list-style: none; padding: 8px; background: var(--navy); border: 1px solid var(--on-dark-line); box-shadow: var(--shadow-soft); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s var(--ease); }
.nav-drop:hover .drop, .nav-drop:focus-within .drop, .nav-drop.open .drop { opacity: 1; visibility: visible; transform: none; }
.nav-drop:hover > button svg, .nav-drop.open > button svg { transform: rotate(180deg); }
.drop a { display: block; padding: 11px 14px; font-size: 14.5px; color: #fff; font-weight: 400; line-height: 1.3; }
.drop a small { display: block; margin-top: 3px; font-size: 12.5px; color: var(--on-dark-soft); font-weight: 300; }
.drop a:hover, .drop a[aria-current="page"] { background: rgba(255, 255, 255, .05); color: var(--sky); }
.header-cta { margin-left: 8px; }
.header-cta .btn-sky { padding: 10px 18px; font-size: 12px; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; padding: 8px; cursor: pointer; }
.nav-toggle svg { width: 26px; height: 26px; }
main { padding-top: var(--header-h); }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--navy); color: var(--on-dark); overflow: hidden; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 45%; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(96deg, rgba(11, 27, 43, .96) 0%, rgba(11, 27, 43, .9) 30%, rgba(11, 27, 43, .66) 56%, rgba(11, 27, 43, .44) 100%); }
.hero-wash::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(11, 27, 43, .5), rgba(255, 255, 255, 0) 24%, rgba(11, 27, 43, .62)); }
.hero-in { position: relative; max-width: var(--container); margin: 0 auto; padding: 64px 28px 72px; display: grid; grid-template-columns: 1fr 486px; gap: 56px; align-items: start; }
.hero-copy { padding-top: 18px; }
.hero .eyebrow { color: var(--sky); }
.hero h1 { font-size: clamp(32px, 3.6vw, 48px); color: #fff; max-width: 22ch; letter-spacing: -.012em; }
.hero h1 em { font-style: italic; color: var(--sky); display: block; }
.hero-lede { margin-top: 20px; max-width: 46ch; color: var(--on-dark-soft); font-size: 17px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--on-dark-line); font-size: 13.5px; color: var(--on-dark-soft); }
.hero-trust span { display: flex; align-items: center; gap: 9px; }
.hero-trust b { color: #fff; }
.hero-trust svg { width: 15px; height: 15px; color: var(--sky); }
.hero-contact { margin-top: 30px; display: grid; gap: 2px; max-width: 420px; border-top: 1px solid var(--on-dark-line); }
.hero-contact a { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--on-dark-line); color: #fff; font-size: 15.5px; }
.hero-contact a:hover { color: var(--sky); }
.hero-contact svg { width: 19px; height: 19px; color: var(--sky); flex: 0 0 auto; }
.hero-contact small { display: block; font-size: 10.5px; letter-spacing: .15em; text-transform: uppercase; color: var(--on-dark-soft); }
.hero.simple .hero-in { grid-template-columns: 1fr; padding-block: 88px 92px; }
.hero.compact .hero-in { padding-block: 56px 60px; }
.hero.simple .hero-lede { max-width: 60ch; }
.hero .btn-row { margin-top: 30px; }
.breadcrumb { font-size: 12.5px; color: var(--on-dark-soft); margin-bottom: 18px; }
.breadcrumb a:hover { color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ---------- Booking engine ---------- */
.bk { background: var(--panel); color: var(--ink); box-shadow: var(--shadow-soft); border-radius: var(--radius); overflow: hidden; position: relative; scroll-margin-top: calc(var(--header-h) + 16px); }
.bk-head { padding: 22px 26px 0; }
.bk-title { font-family: var(--serif); font-size: 23px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.bk-title em { font-style: italic; color: var(--accent); }
.bk-title small { font-family: var(--sans); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); font-weight: 500; white-space: nowrap; }
.steps { display: flex; margin: 18px 0 0; padding: 0; list-style: none; }
.steps li { flex: 1; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); padding-bottom: 11px; border-bottom: 2px solid var(--line); display: flex; align-items: center; gap: 7px; transition: color .25s var(--ease), border-color .25s var(--ease); }
.steps li i { font-style: normal; width: 17px; height: 17px; border-radius: 50%; border: 1px solid; display: grid; place-items: center; font-size: 9.5px; flex: 0 0 auto; }
.steps li.on { color: var(--accent); border-bottom-color: var(--accent); font-weight: 500; }
.steps li.done { color: var(--ok); border-bottom-color: var(--ok); }
.steps li.done i { background: var(--ok); border-color: var(--ok); color: #fff; }
.bk-body { padding: 24px 26px 26px; }
.bk [hidden] { display: none !important; }
.seg { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); margin-bottom: 20px; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label { text-align: center; padding: 11px 4px; cursor: pointer; font-size: 13px; color: var(--ink-soft); border-right: 1px solid var(--line); transition: background .2s var(--ease), color .2s var(--ease); user-select: none; line-height: 1.25; display: flex; align-items: center; justify-content: center; }
.seg label:last-of-type { border-right: 0; }
.seg label:hover { background: var(--accent-soft); }
.seg input:checked + label { background: var(--accent); color: #fff; font-weight: 500; }
.seg input:focus-visible + label { outline: 2px solid var(--accent); outline-offset: -3px; }
.fld { position: relative; min-width: 0; }
.fld-lab { display: block; font-size: 10.5px; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 6px; font-weight: 500; }
.fld-lab small { text-transform: none; letter-spacing: normal; font-size: 11.5px; color: var(--muted); font-weight: 400; margin-left: 4px; }
.req { color: var(--accent); }
.fld input[type="text"], .fld input[type="email"], .fld input[type="tel"], .fld input[type="date"], .fld input[type="time"], .fld textarea, .cb-input {
  width: 100%; padding: 11px 12px; border: 1px solid var(--line); background: var(--panel-2); color: var(--ink); font-size: 15px; font-weight: 400;
  border-radius: var(--radius); transition: border-color .2s var(--ease), background .2s var(--ease); min-height: 45px; -webkit-appearance: none; appearance: none;
}
.cb-input { padding-right: 34px; }
.fld input:focus, .fld textarea:focus { border-color: var(--accent); background: #fff; outline: none; }
.fld textarea { min-height: 84px; resize: vertical; line-height: 1.55; }
.fld.bad input, .fld.bad .cb-input { border-color: var(--warn); background: #fdf6f5; }
.err { display: none; font-size: 12.5px; color: var(--warn); margin-top: 5px; }
.fld.bad .err { display: block; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.grid2.single { grid-template-columns: 1fr; }
.mt14 { margin-top: 14px; }
.route-row { display: grid; grid-template-columns: 1fr 44px 1fr; align-items: end; gap: 8px; }
.route-row.solo { grid-template-columns: 1fr; }
.route-row.solo .swap, .route-row.solo .to-slot { display: none; }
.route-row .fld.bad { align-self: start; }
.swap { height: 45px; width: 44px; border: 1px solid var(--line); background: var(--panel-2); color: var(--accent); cursor: pointer; font-size: 16px; border-radius: var(--radius); transition: background .2s var(--ease), color .2s var(--ease); }
.swap:hover { background: var(--accent); color: #fff; }
.cb { position: relative; }
.cb-caret { position: absolute; right: 11px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--ink-soft); font-size: 10px; }
.cb-list { position: absolute; z-index: 40; left: 0; right: 0; top: calc(100% + 3px); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card); max-height: 280px; overflow-y: auto; padding: 4px 0; margin: 0; list-style: none; }
.cb-list li { padding: 8px 12px; font-size: 14.5px; cursor: pointer; display: flex; align-items: center; gap: 9px; font-weight: 400; }
.cb-list li[aria-selected="true"], .cb-list li:hover { background: var(--accent-soft); }
.cb-list .cb-name { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cb-list .pin { font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-left: auto; font-weight: 500; white-space: nowrap; }
.cb-list .grp { padding: 9px 12px 4px; font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); cursor: default; font-weight: 500; }
.cb-list .grp:hover { background: none; }
.cb-list mark { background: none; color: var(--accent); font-weight: 600; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; align-items: center; }
.chips::before { content: "Popular"; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 500; margin-right: 2px; }
.chip { border: 1px solid var(--line); background: transparent; color: var(--ink-soft); font-size: 12px; padding: 5px 11px; cursor: pointer; border-radius: 99px; transition: all .18s var(--ease); font-weight: 400; }
.chip:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.chip[aria-pressed="true"] { border-color: var(--accent); background: var(--accent); color: #fff; font-weight: 500; }
.step-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.step-row.boxed { border: 1px solid var(--line); padding: 12px 14px; }
.step-ico { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: var(--accent); background: var(--accent-soft); border-radius: var(--radius); }
.step-ico svg { width: 21px; height: 21px; }
.step-txt { flex: 1; min-width: 0; }
.step-txt b { display: block; font-size: 14.5px; }
.step-txt small { display: block; font-size: 12.5px; color: var(--ink-soft); line-height: 1.4; }
.stepper { display: flex; align-items: center; border: 1px solid var(--line); flex: 0 0 auto; background: var(--panel-2); }
.stepper button { width: 34px; height: 36px; border: 0; background: transparent; color: var(--accent); font-size: 16px; cursor: pointer; transition: background .18s var(--ease); }
.stepper button:hover:not(:disabled) { background: var(--accent); color: #fff; }
.stepper button:disabled { color: #c9c2b3; cursor: not-allowed; }
.stepper input { width: 56px; height: 36px; text-align: center; border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); background: transparent; font-size: 15px; font-weight: 500; color: var(--ink); font-variant-numeric: tabular-nums; padding: 0 2px; -moz-appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper input:focus { outline: none; background: #fff; }
.subhead { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); font-weight: 500; margin: 0 0 2px; }
.veh { margin-top: 18px; border: 1px solid var(--accent); background: var(--accent-soft); padding: 15px 17px; display: flex; gap: 14px; align-items: flex-start; }
.veh-ico { color: var(--accent); flex: 0 0 auto; margin-top: 2px; }
.veh-ico svg { width: 26px; height: 26px; }
.veh b { display: block; font-size: 15px; }
.veh small { display: block; font-size: 13px; color: var(--ink-soft); margin-top: 3px; line-height: 1.5; }
.veh.is-group { border-color: var(--gold); background: rgba(217, 164, 65, .1); }
.veh.is-group .veh-ico { color: #a97c1f; }
.opt-toggle { width: 100%; text-align: left; background: var(--panel-2); border: 1px dashed var(--line); border-radius: var(--radius); padding: 12px 14px; margin-top: 16px; cursor: pointer; color: var(--ink); transition: border-color .2s var(--ease), background .2s var(--ease); }
.opt-toggle:hover { border-color: var(--accent); background: var(--accent-soft); }
.opt-toggle span { display: block; font-size: 14.5px; font-weight: 500; color: var(--accent); }
.opt-toggle span::before { content: "+ "; font-weight: 400; }
.opt-toggle small { display: block; font-size: 12.5px; color: var(--ink-soft); margin-top: 2px; line-height: 1.4; }
.opt-toggle[aria-expanded="true"] { border-style: solid; background: transparent; }
.opt-toggle[aria-expanded="true"] span::before { content: "− "; }
.opt-toggle.has-value { border-style: solid; }
.opt-toggle.has-value span { color: var(--ink); }
.opt-toggle.has-value span::before { content: ""; }
.pref { margin-top: 14px; }
.pref-lab { display: block; font-size: 10.5px; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-soft); font-weight: 500; margin-bottom: 8px; }
.pref-lab small { text-transform: none; letter-spacing: normal; font-size: 11.5px; color: var(--muted); font-weight: 400; margin-left: 4px; }
.pref-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.notes-btn { background: none; border: 0; color: var(--accent); font-size: 13.5px; cursor: pointer; padding: 0; margin-top: 16px; text-align: left; }
.notes-btn:hover { text-decoration: underline; }
.bk-nav { display: flex; gap: 10px; align-items: center; margin-top: 22px; }
.bk-nav .btn-primary { flex: 1; }
.phone-row { display: flex; gap: 8px; align-items: stretch; }
.cc { position: relative; display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; padding: 0 10px; border: 1px solid var(--line); background: var(--panel-2); border-radius: var(--radius); font-size: 15px; font-weight: 400; line-height: 1; }
.cc:focus-within { border-color: var(--accent); background: #fff; }
.cc-val { min-width: 30px; text-align: center; white-space: nowrap; font-variant-numeric: tabular-nums; }
.cc-caret { font-size: 10px; color: var(--ink-soft); }
.cc select { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; border: 0; margin: 0; padding: 0; -webkit-appearance: none; appearance: none; font-size: 16px; }
.phone-row input[type="tel"] { flex: 1; min-width: 0; }
.fld.bad .cc { border-color: var(--warn); background: #fdf6f5; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.wa-alt { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; padding: 11px 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); font-size: 13.5px; font-weight: 400; line-height: 1.3; transition: border-color .2s var(--ease), color .2s var(--ease); }
.wa-alt svg { width: 17px; height: 17px; flex: 0 0 auto; color: #25d366; }
.wa-alt:hover { border-color: #25d366; color: #128c4b; }
.reassure { font-size: 12.5px; color: var(--ink-soft); margin-top: 11px; text-align: center; }
.reassure b { color: var(--ink); }
.privacy-note { font-size: 11.5px; color: var(--muted); text-align: center; margin-top: 4px; }
.privacy-note a { text-decoration: underline; }
.errsum { background: #fdf6f5; border: 1px solid #e6c9c4; color: var(--warn); padding: 11px 14px; font-size: 13.5px; margin-bottom: 16px; font-weight: 400; }
.bk-sum { background: var(--panel-2); border-top: 1px solid var(--line); padding: 15px 26px; display: flex; flex-wrap: wrap; gap: 6px 22px; font-size: 13px; }
.bk-sum div { display: flex; gap: 7px; align-items: baseline; }
.bk-sum small { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.bk-sum b { color: var(--ink); }
.bk-sum.is-empty { display: none; }
.bk-done { padding: 40px 26px; text-align: center; }
.bk-done-ico { width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%; background: var(--ok); color: #fff; display: grid; place-items: center; }
.bk-done-ico svg { width: 24px; height: 24px; }
.bk-done h3 { font-size: 26px; }
.bk-done h3 em { font-style: italic; color: var(--accent); }
.bk-done p { margin-top: 12px; color: var(--ink-soft); font-size: 15px; }
.bk-done .recap { margin-top: 22px; text-align: left; border: 1px solid var(--line); background: var(--panel-2); padding: 14px 18px; font-size: 14px; }
.bk-done .recap div { display: flex; justify-content: space-between; gap: 16px; padding: 5px 0; }
.bk-done .recap small { color: var(--ink-soft); font-size: 12.5px; flex: 0 0 auto; }
.bk-done .recap b { text-align: right; }

/* ---------- Rail ---------- */
.rail { background: var(--chrome); color: var(--on-dark-soft); padding: 22px 0; }
.rail-in { max-width: var(--container); margin: 0 auto; padding: 0 28px; display: flex; flex-wrap: wrap; gap: 14px 44px; justify-content: space-between; font-size: 13.5px; }
.rail-in span { display: flex; align-items: center; gap: 8px; }
.rail-in b { color: #fff; }

/* ---------- Sections ---------- */
.sec { padding: 96px 0; }
.sec-panel { background: var(--panel-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-navy { background: var(--navy); color: var(--on-dark); }
.sec-head { max-width: 62ch; margin-bottom: 46px; }
.sec-head h2 { font-size: clamp(28px, 3.4vw, 42px); }
.sec-head h2 em, .split h2 em { font-style: italic; color: var(--accent); }
.sec-head p { margin-top: 16px; color: var(--ink-soft); font-size: 16.5px; }
.sec-navy h2, .sec-navy h3, .sec-navy h4 { color: #fff; }
.sec-navy .eyebrow, .sec-navy h2 em { color: var(--sky); }
.sec-navy .sec-head p, .sec-navy p { color: var(--on-dark-soft); }
.sec-foot { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* services cards */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-grid.two { grid-template-columns: repeat(2, 1fr); }
.svc { position: relative; overflow: hidden; background: var(--navy); color: #fff; min-height: 290px; display: flex; flex-direction: column; justify-content: flex-end; }
.svc img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11, 27, 43, .97) 0%, rgba(11, 27, 43, .92) 32%, rgba(11, 27, 43, .62) 60%, rgba(11, 27, 43, .22) 100%); }
a.svc:hover img { transform: scale(1.05); }
.svc-txt { position: relative; z-index: 1; padding: 24px; }
.svc-txt h3 { font-size: 22px; color: #fff; }
.svc-txt p { margin-top: 8px; font-size: 14px; color: var(--on-dark-soft); line-height: 1.55; }
.svc-more { display: inline-block; margin-top: 12px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--sky); font-weight: 500; }

/* destination cards (day trips) */
.svc-grid.four { grid-template-columns: repeat(4, 1fr); }
.svc-grid.four .svc { min-height: 250px; }
.svc-meta { display: flex; flex-wrap: wrap; gap: 4px 12px; margin-top: 10px; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--sky); font-weight: 500; }
.svc-txt h3 + .svc-meta { margin-top: 8px; }

/* group block */
.group { position: relative; background: var(--navy); color: var(--on-dark); overflow: hidden; }
.group-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; opacity: .3; }
.group-wash { position: absolute; inset: 0; background: linear-gradient(102deg, rgba(11, 27, 43, .97) 0%, rgba(11, 27, 43, .9) 42%, rgba(11, 27, 43, .74) 100%); }
.group-in { position: relative; max-width: var(--container); margin: 0 auto; padding: 96px 28px; }
.group-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: start; }
.group .eyebrow { color: var(--sky); }
.group h2 { font-size: clamp(28px, 3.3vw, 40px); color: #fff; max-width: 21ch; }
.group h2 em { font-style: italic; color: var(--sky); }
.group-lede { margin-top: 18px; color: var(--on-dark-soft); font-size: 16.5px; max-width: 52ch; }
.group-lede b { color: #fff; }
.cap-scale { margin-top: 34px; border-top: 1px solid var(--on-dark-line); }
.cap { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--on-dark-line); }
.cap-n { font-family: var(--serif); font-size: 27px; color: var(--sky); min-width: 96px; font-variant-numeric: tabular-nums; }
.cap b { display: block; font-size: 14.5px; color: #fff; }
.cap small { display: block; font-size: 13px; color: var(--on-dark-soft); }
.cap-tag { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-soft); border: 1px solid var(--on-dark-line); padding: 4px 9px; white-space: nowrap; }
.group-list { list-style: none; display: grid; gap: 2px; }
.group-list li { display: flex; gap: 13px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--on-dark-line); font-size: 15px; }
.group-list li:first-child { border-top: 1px solid var(--on-dark-line); }
.group-list svg { width: 19px; height: 19px; color: var(--sky); flex: 0 0 auto; margin-top: 3px; }
.group-list b { display: block; color: #fff; font-size: 15px; }
.group-list small { display: block; color: var(--on-dark-soft); font-size: 13.5px; line-height: 1.5; margin-top: 2px; }
.group-cta { margin-top: 44px; padding-top: 34px; border-top: 1px solid var(--on-dark-line); display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* fleet cards */
.fleet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fleet-grid.three { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.veh-card { background: #fff; border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; }
.veh-card img { width: 100%; height: 206px; object-fit: cover; }
.veh-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.veh-body h3 { font-size: 21px; }
.veh-body h3 em { font-style: italic; color: var(--accent); }
.veh-body p { margin-top: 9px; font-size: 14px; color: var(--ink-soft); line-height: 1.6; }
.veh-spec { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.veh-body p + .veh-spec { margin-top: 15px; }
.veh-spec span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); border: 1px solid var(--line); padding: 4px 9px; }
.veh-spec span.key { border-color: var(--accent); color: var(--accent); }

/* split image + points */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split h2 { font-size: clamp(27px, 3.2vw, 38px); }
.split > div > p { margin-top: 16px; color: var(--ink-soft); font-size: 16px; }
.split-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow-card); }
.split.rev .split-img { order: 2; }
.pts { margin-top: 26px; border-top: 1px solid var(--line); }
.pt { padding: 15px 0; border-bottom: 1px solid var(--line); }
.pt h4 { font-size: 17px; }
.pt p { margin-top: 4px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; }
.sec-navy .pts, .sec-navy .pt { border-color: var(--on-dark-line); }
.sec-navy .split > div > p { color: var(--on-dark-soft); }
.split .btn-row { margin-top: 28px; }

/* plain cards */
.plain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.plain-grid.three { grid-template-columns: repeat(3, 1fr); }
.plain { background: var(--panel); border: 1px solid var(--line); padding: 26px 24px; }
.plain .ico { width: 38px; height: 38px; display: grid; place-items: center; color: var(--accent); background: var(--accent-soft); margin-bottom: 16px; }
.plain .ico svg { width: 21px; height: 21px; }
.plain h3 { font-size: 20px; }
.plain p { margin-top: 8px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; }
.plain .meta { display: block; margin-top: 14px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 500; }

/* numbered list */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 48px; list-style: none; }
.why-grid li { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; color: var(--ink-soft); align-items: flex-start; }
.why-grid li .n { font-family: var(--serif); font-size: 14px; color: var(--accent); min-width: 22px; font-variant-numeric: tabular-nums; padding-top: 2px; }
.why-grid li b { color: var(--ink); }
.sec-navy .why-grid li { border-color: var(--on-dark-line); color: var(--on-dark-soft); }
.sec-navy .why-grid li .n { color: var(--sky); }
.sec-navy .why-grid li b { color: #fff; }

/* routes */
.routes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 40px; border-top: 1px solid var(--line); }
.route { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.route .t { font-family: var(--serif); color: var(--accent); font-size: 18px; white-space: nowrap; }

.routes-title { font-size: 20px; margin-bottom: 14px; }
.routes.on-dark { grid-template-columns: 1fr; border-color: var(--on-dark-line); }
.routes.on-dark .route { border-color: var(--on-dark-line); color: #fff; }
.routes.on-dark .route .t { color: var(--sky); }
.routes-note { font-size: 13px; margin-top: 12px; }
.sec > .wrap > .routes-note { margin-top: 22px; color: var(--ink-soft); font-size: 14.5px; }

/* long-form copy */
.copy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 56px; }
.copy-grid h3 { font-size: 22px; margin-bottom: 10px; }
.copy-h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 22px; }
.copy-h2 em { font-style: italic; color: var(--accent); }
.copy-grid p { color: var(--ink-soft); margin-bottom: 12px; font-size: 15.5px; }
.copy-grid a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

/* related services */
.related-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-list a { display: flex; justify-content: space-between; align-items: center; gap: 16px; height: 100%; background: #fff; border: 1px solid var(--line); padding: 18px 20px; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.related-list a:hover { border-color: var(--accent); box-shadow: var(--shadow-card); }
.related-list a::after { content: "→"; color: var(--accent); font-size: 18px; flex: 0 0 auto; }
.related-list b { display: block; font-family: var(--serif); font-weight: 400; font-size: 18px; }
.related-list small { display: block; color: var(--ink-soft); font-size: 13.5px; margin-top: 3px; }

/* places */
.place-list { list-style: none; display: flex; flex-wrap: wrap; gap: 0 10px; font-size: 13.5px; color: var(--ink-soft); line-height: 2; }
.place-list li { white-space: nowrap; }
.place-list li::after { content: "·"; margin-left: 10px; color: var(--line); }
.place-list li:last-child::after { content: ""; }

/* FAQ */
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 19px 0; font-size: 17px; font-family: var(--serif); list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-family: var(--sans); font-size: 18px; flex: 0 0 auto; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 0 19px; color: var(--ink-soft); font-size: 15px; max-width: 76ch; }

/* tail CTA */
.tail { background: var(--chrome); color: var(--on-dark); padding: 64px 0; }
.tail-in { max-width: var(--container); margin: 0 auto; padding: 0 28px; display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between; }
.tail h3 { font-size: 27px; color: #fff; }
.tail h3 em { font-style: italic; color: var(--sky); }
.tail p { margin-top: 8px; color: var(--on-dark-soft); font-size: 15px; }
.tail-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* prose (legal) */
.prose { max-width: 820px; }
.prose h2 { font-size: 24px; margin: 38px 0 12px; }
.prose p, .prose li { color: var(--ink-soft); margin-bottom: 12px; }
.prose ul { padding-left: 1.2em; }
.prose a { color: var(--accent); text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer { background: var(--chrome); color: var(--on-dark-soft); font-size: 14px; border-top: 1px solid var(--on-dark-line); }
.footer-sectors { padding-block: 64px; text-align: center; border-bottom: 1px solid var(--on-dark-line); }
.footer-sectors h2 { color: #fff; font-size: 26px; }
.footer-sectors p { margin: 10px 0 30px; }
.sectors { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--on-dark-line); border: 1px solid var(--on-dark-line); }
.sectors div { background: var(--chrome); padding: 24px 12px; text-align: center; font-size: 13.5px; color: var(--on-dark); }
.sectors svg { width: 24px; height: 24px; margin: 0 auto 10px; color: var(--sky); }
.footer-top { display: grid; grid-template-columns: 1.1fr 3fr; gap: 50px; padding-block: 60px 40px; }
.footer-contact .logo { font-size: 19px; display: inline-block; margin-bottom: 22px; }
.footer-contact .label { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--sky); margin: 18px 0 4px; font-weight: 500; }
.footer-contact a.big { color: #fff; font-size: 15px; font-weight: 400; }
.footer-contact .btn-outline { margin-top: 22px; padding: 10px 16px; font-size: 11.5px; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.footer-cols h3 { font-size: 18px; color: #fff; margin-bottom: 16px; }
.footer-cols ul { list-style: none; display: grid; gap: 9px; }
.footer-cols a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid var(--on-dark-line); padding-block: 22px; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: 13px; }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 8px 20px; list-style: none; }
.footer-bottom a:hover { color: #fff; }

/* mobile action bar */
.mbar { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .plain-grid { grid-template-columns: repeat(2, 1fr); }
  .routes { grid-template-columns: repeat(2, 1fr); }
  .related-list { grid-template-columns: repeat(2, 1fr); }
  .sectors { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 1080px) {
  .hero-in { grid-template-columns: 1fr; gap: 36px; padding-top: 52px; }
  .hero-copy { padding-top: 0; }
  .hero .bk { max-width: 640px; }
}
@media (max-width: 980px) {
  :root { --header-h: 64px; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: var(--header-h) 0 0 0; background: var(--chrome); flex-direction: column; align-items: stretch; padding: 12px 22px 40px; overflow-y: auto; transform: translateX(100%); visibility: hidden; transition: transform .3s var(--ease), visibility .3s; }
  body.nav-open .main-nav { transform: none; visibility: visible; }
  body.nav-open { overflow: hidden; }
  .main-nav > ul { flex-direction: column; align-items: stretch; }
  .main-nav > ul > li > a, .nav-drop > button { width: 100%; justify-content: space-between; padding: 17px 2px; font-size: 13px; border-bottom: 1px solid var(--on-dark-line); }
  .nav-drop .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 8px 8px; display: none; min-width: 0; }
  .nav-drop.open .drop { display: block; }
  .nav-drop:hover > button svg { transform: none; }
  .nav-drop.open > button svg { transform: rotate(180deg); }
  .header-cta { margin: 24px 0 0; }
  .header-cta .btn-sky { width: 100%; padding: 15px; }
  .group-grid, .split { grid-template-columns: 1fr; gap: 44px; }
  .split.rev .split-img { order: 0; }
  .svc-grid, .svc-grid.four { grid-template-columns: repeat(2, 1fr); }
  .fleet-grid.three { grid-template-columns: repeat(2, 1fr); }
  .plain-grid.three { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .sec { padding: 68px 0; }
  .group-in { padding: 68px 28px; }
  .why-grid { grid-template-columns: 1fr; }
  .routes { grid-template-columns: 1fr; }
  .copy-grid { grid-template-columns: 1fr; }
  .mbar { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--chrome); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -6px 24px rgba(0, 0, 0, .18); transform: translateY(110%); transition: transform .25s var(--ease); }
  .mbar.show { transform: none; }
  .mbar a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; border: 1px solid var(--on-dark-line); color: var(--on-dark); }
  .mbar a.q { background: var(--sky); border-color: var(--sky); color: var(--navy); font-weight: 600; }
  .mbar svg { width: 16px; height: 16px; }
  .site-footer { padding-bottom: 66px; }
}
@media (max-width: 600px) {
  .svc-grid, .svc-grid.two, .fleet-grid, .fleet-grid.three, .plain-grid, .related-list { grid-template-columns: 1fr; }
  .sectors { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .cap { grid-template-columns: auto 1fr; gap: 12px; }
  .cap-tag { display: none; }
  .cap-n { min-width: 78px; font-size: 23px; }
}
@media (max-width: 520px) {
  .route-row { grid-template-columns: 1fr; gap: 14px; }
  .swap { width: 100%; height: 36px; }
}
@media (max-width: 480px) {
  .wrap, .hero-in, .group-in, .rail-in, .tail-in { padding-left: 18px; padding-right: 18px; }
  .bk-head, .bk-body, .bk-sum, .bk-done { padding-left: 18px; padding-right: 18px; }
  .grid2 { grid-template-columns: 1fr; }
  .steps li { font-size: 9.5px; letter-spacing: .08em; gap: 5px; }
  .steps li i { width: 15px; height: 15px; font-size: 9px; }
  .step-ico { display: none; }
  .step-row { gap: 10px; }
  .stepper input { width: 48px; }
  .bk-nav { flex-wrap: wrap; }
  .bk-nav .btn { flex: 1 1 100%; }
  .bk-title { flex-direction: column; align-items: flex-start; gap: 2px; }
  .chips .chip:nth-of-type(n+5) { display: none; }
  .seg { grid-template-columns: repeat(2, 1fr); }
  .seg label { font-size: 12.5px; padding: 10px 4px; }
  .seg label:nth-of-type(2) { border-right: 0; }
  .seg label:nth-of-type(-n+2) { border-bottom: 1px solid var(--line); }
  .tail-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .hero .btn-row .btn-sky, .hero .btn-row .btn-outline { width: 100%; }
  .place-list { font-size: 12.5px; gap: 0 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  a.svc:hover img { transform: none; }
}
