/* NNomadic Global DMC — static site stylesheet
   Brand: navy #1B2159 · ember #E2582A · teal #2BB3AA · gold #C08A2E
   Type:  Sora (display) · Manrope (text) */

:root {
  --navy: #1B2159;
  --navy-deep: #131A4A;
  --navy-mid: #232B66;
  --ember: #E2582A;
  --teal: #2BB3AA;
  --teal-ink: #16847E;
  --teal-light: #7FE3DB;
  --gold: #C08A2E;
  --ink: #33475F;
  --body: #5A6E86;
  --muted: #6B7C93;
  --faint: #8E96BD;
  --line: #E4EAF2;
  --line-soft: #EEF2F7;
  --bg: #EEF2F7;
  --card: #FBFCFE;
  --white: #fff;
  --pad: clamp(16px, 3vw, 40px);
  --wrap: 1480px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--navy);
  font-family: Manrope, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--ember); text-decoration: none; }
a:hover { color: var(--navy); }

h1, h2, h3, .display { font-family: Sora, Georgia, serif; font-weight: 600; letter-spacing: -0.025em; }

img { max-width: 100%; display: block; }

button { font-family: inherit; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-row {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  height: 76px; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad);
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { height: 56px; width: 56px; object-fit: cover; object-position: center 26%; clip-path: inset(6% 12% 30% 12%); flex: none; }
.brand-name { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name b { font-family: Sora, serif; font-size: 18px; font-weight: 600; letter-spacing: 0.14em; color: var(--navy); }
.brand-name span { font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; color: var(--teal-ink); }

.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a {
  font-size: 13px; font-weight: 600; color: #46608B; white-space: nowrap;
  padding-bottom: 2px; border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--navy); }
.site-nav a.is-active { color: var(--ember); font-weight: 700; border-bottom-color: var(--ember); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.ops-line { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--muted); }
.dot { width: 6px; height: 6px; border-radius: 99px; background: var(--teal); flex: none; }

.nav-mobile { display: none; gap: 6px; padding: 0 14px 11px; overflow-x: auto; }
.nav-mobile a {
  padding: 8px 13px; border-radius: 99px; font-size: 12px; font-weight: 700;
  white-space: nowrap; background: #F1F5F9; color: #46608B;
}
.nav-mobile a.is-active { background: var(--navy); color: #fff; }

/* ---------- buttons ---------- */
.btn { display: inline-block; border: none; cursor: pointer; font-family: Sora, serif; font-weight: 600; text-align: center; }
.btn-ember { padding: 15px 26px; border-radius: 11px; background: var(--ember); color: #fff; font-size: 14px; }
.btn-ember:hover { background: #C8481D; color: #fff; }
.btn-navy { padding: 15px 26px; border-radius: 11px; background: var(--navy); color: #fff; font-size: 14px; }
.btn-navy:hover { background: var(--navy-mid); color: #fff; }
.btn-teal { padding: 15px 26px; border-radius: 11px; background: var(--teal); color: #10253A; font-size: 14.5px; }
.btn-ghost { padding: 15px 26px; border-radius: 11px; border: 1px solid rgba(255,255,255,0.34); background: rgba(255,255,255,0.08); color: #fff; font-size: 14.5px; }
.btn-ghost:hover { color: #fff; background: rgba(255,255,255,0.16); }
.btn-outline { padding: 15px 24px; border-radius: 11px; border: 1px solid #DCE4EE; background: #fff; color: #46608B; font-size: 13.5px; }
.btn-sm { padding: 12px 20px; font-size: 12.5px; border-radius: 10px; }
.btn-header { padding: 12px 20px; border-radius: 10px; background: var(--ember); color: #fff; font-family: Sora, serif; font-size: 13px; font-weight: 600; white-space: nowrap; }
.btn-header:hover { color: #fff; }
.btn-block { display: block; width: 100%; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy); }
.hero-photo { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0.32; }
.hero-photo.is-strong { opacity: 0.36; }
.hero-veil { position: absolute; inset: 0; background: linear-gradient(104deg, rgba(27,33,89,0.96) 0%, rgba(27,33,89,0.7) 58%, rgba(27,33,89,0.42) 100%); }
.hero-inner { position: relative; max-width: var(--wrap); margin: 0 auto; padding: 72px var(--pad) 62px; }
.hero h1 { font-size: clamp(32px, 4.4vw, 64px); line-height: 1.04; color: #fff; margin: 22px 0 15px; max-width: 940px; text-wrap: pretty; }
.hero p.lead { font-size: 16.5px; line-height: 1.62; color: #C3D4E6; max-width: 660px; margin: 0 0 28px; text-wrap: pretty; }
.hero-page { padding-bottom: 52px; }

.kicker { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--teal-ink); }
.kicker-teal { color: var(--teal); }
.kicker-gold { color: var(--gold); }

.pill {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border-radius: 99px;
  background: rgba(43,179,170,0.16); border: 1px solid rgba(43,179,170,0.42);
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; color: var(--teal-light); text-transform: uppercase;
}

.btn-row { display: flex; gap: 11px; flex-wrap: wrap; }

/* search bar */
.searchbar {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; gap: 1px;
  background: #DCE4EE; border-radius: 14px; overflow: hidden;
  box-shadow: 0 26px 60px rgba(9,14,45,0.42); max-width: 1180px; margin: 34px 0 0;
}
.searchbar label, .searchbar .cell { background: #fff; padding: 15px 18px; display: flex; flex-direction: column; gap: 5px; }
.searchbar .field-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); font-weight: 700; }
.searchbar .field-value { font-family: Sora, serif; font-size: 14.5px; font-weight: 500; color: var(--navy); }
.searchbar input, .searchbar select {
  font-family: Sora, serif; font-size: 14.5px; font-weight: 500; color: var(--navy);
  width: 100%; min-width: 0; border: 0; padding: 0; background: transparent; appearance: none;
}
.searchbar input::placeholder { color: #9AA8BE; }
.searchbar input:focus-visible, .searchbar select:focus-visible,
.searchbar button:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
.searchbar .pair { display: flex; align-items: center; gap: 10px; }
.searchbar .pair input[type="number"] { flex: 0 0 44px; text-align: right; }
.searchbar button {
  background: var(--ember); color: #fff; display: grid; place-items: center; padding: 0 38px;
  font-family: Sora, serif; font-size: 14px; font-weight: 600; border: 0; cursor: pointer;
}
.searchbar button:hover { background: #C8471D; }

/* stat strip */
.stat-strip {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px;
  margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.14);
}
.stat-strip .stat { display: flex; flex-direction: column; gap: 4px; }
.stat-strip .stat b { font-family: Sora, serif; font-size: 27px; font-weight: 600; color: #fff; }
.stat-strip .stat span { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); font-weight: 700; }

/* ---------- home hero: cinematic split + floating enquiry card ---------- */
.icon-sprite { display: none; }

.hero-home { min-height: clamp(660px, 76vh, 760px); display: flex; align-items: center; }
/* the photograph carries this hero, so it runs at full strength; the veil below
   does the darkening on the left only, keeping the centre/right readable */
.hero-home .hero-photo { opacity: 1; background-position: center 46%; }
.hero-home .hero-veil {
  background:
    linear-gradient(180deg, rgba(19,26,74,0.42) 0%, rgba(19,26,74,0) 26%),
    linear-gradient(101deg,
      rgba(19,26,74,0.96) 0%, rgba(19,26,74,0.92) 26%, rgba(19,26,74,0.68) 44%,
      rgba(19,26,74,0.32) 58%, rgba(19,26,74,0.13) 74%, rgba(19,26,74,0.07) 100%);
}
.hero-home .hero-inner { width: 100%; padding-top: 56px; padding-bottom: 56px; }

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 484px;
  grid-template-rows: auto auto;
  gap: 34px 52px;
  align-items: start;
}
.hero-copy  { grid-column: 1; grid-row: 1; min-width: 0; }
.quote-card { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.pop-dest   { grid-column: 1; grid-row: 2; }

.hero-copy h1 { font-size: clamp(38px, 3.9vw, 60px); line-height: 1.06; margin: 20px 0 16px; max-width: 15ch; }
.hero-copy h1 .tint { color: var(--teal-light); }
.hero-copy .lead { max-width: 52ch; margin-bottom: 0; }

/* capability indicators — deliberately light, not four cards */
.cap-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 26px; list-style: none; margin: 26px 0 0; padding: 0; max-width: 600px; }
.cap-row li { display: flex; align-items: flex-start; gap: 11px; }
.cap-row span { display: flex; flex-direction: column; gap: 2px; font-size: 11.5px; line-height: 1.45; color: #A9BBD2; }
.cap-row b { font-family: Sora, serif; font-size: 13px; font-weight: 600; color: #fff; letter-spacing: -0.01em; }
.cap-icon { width: 21px; height: 21px; flex: none; margin-top: 2px; fill: none; stroke: var(--teal-light); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* popular destinations */
.pop-dest { max-width: 600px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.16); }
.pop-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.pop-label { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); font-weight: 700; }
.pop-all { font-size: 12px; font-weight: 700; color: var(--teal-light); white-space: nowrap; }
.pop-all:hover { color: #fff; }
.pop-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; list-style: none; margin: 0; padding: 0; }
.pop-list a { display: flex; align-items: center; gap: 10px; padding: 7px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.07); transition: background .15s, border-color .15s; }
.pop-list a:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.32); }
.pop-thumb { width: 38px; height: 38px; border-radius: 9px; background-size: cover; background-position: center; flex: none; }
.pop-text { display: flex; flex-direction: column; min-width: 0; font-size: 10.5px; color: var(--faint); line-height: 1.35; }
.pop-text b { font-family: Sora, serif; font-size: 12.5px; font-weight: 600; color: #fff; }
.pop-text b, .pop-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* floating enquiry card */
.quote-card {
  background: rgba(255,255,255,0.97);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 20px;
  padding: 26px 26px 22px;
  box-shadow: 0 36px 84px rgba(9,14,45,0.46), 0 3px 10px rgba(9,14,45,0.18);
  backdrop-filter: blur(10px);
}
.quote-card h2 { font-size: 23px; margin: 0 0 5px; }
.qc-sub { margin: 0 0 18px; font-size: 13px; line-height: 1.5; color: var(--body); }
.quote-card .form-grid { gap: 13px; }
.quote-card .field input { padding: 12px 14px; }
.qc-submit { margin-top: 18px; padding: 16px 26px; font-size: 14.5px; }
.quote-card .form-note { text-align: center; }

/* enquiry-card panels: one per switch tab */
.qc-panel { animation: qc-fade .18s ease-out; }
@keyframes qc-fade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .qc-panel { animation: none; } }

/* region picker — compact chips so six fit the card without dominating it */
.qc-regions { border: 0; margin: 0 0 13px; padding: 0; min-width: 0; }
.qc-regions legend { padding: 0; margin: 0 0 7px; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }
.chip-row { display: flex; flex-wrap: wrap; gap: 6px; }
.chip-sm { padding: 8px 12px; font-size: 12.5px; border-radius: 9px; }
.qc-hint { margin: 8px 0 0; font-size: 11.5px; line-height: 1.45; color: var(--muted); }
.qc-hint.is-warn { color: #A83A16; }

/* service-type switch */
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; margin: 0 0 17px; background: var(--bg); border-radius: 12px; }
.seg-btn { border: 0; border-radius: 9px; padding: 11px 10px; background: transparent; cursor: pointer; font-family: Sora, serif; font-size: 13px; font-weight: 600; color: var(--muted); transition: background .15s, color .15s; }
.seg-btn:hover { color: var(--navy); }
.seg-btn.is-on { background: var(--navy); color: #fff; box-shadow: 0 5px 14px rgba(19,26,74,0.26); }
.seg-btn:focus-visible, .pop-list a:focus-visible, .pop-all:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }

/* ---------- trust strip ---------- */
.trust-strip { padding: 26px var(--pad) 24px; background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip .wrap { padding: 0; }
.ts-label { display: block; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #A2B2C6; font-weight: 700; margin-bottom: 16px; }
.ts-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; list-style: none; margin: 0; padding: 0; }
.ts-list li { display: flex; align-items: center; gap: 11px; font-family: Sora, serif; font-size: 13.5px; font-weight: 600; color: var(--muted); line-height: 1.3; }
.ts-icon { width: 22px; height: 22px; flex: none; fill: none; stroke: var(--teal-ink); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- sections ---------- */
section.band { padding: 74px var(--pad); }
section.band.on-white { background: #fff; }
section.band.on-grey { background: var(--bg); }
section.band.on-navy { background: var(--navy); }
section.band.tight { padding-top: 56px; padding-bottom: 56px; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 28px; }
.section-head h2 { font-size: clamp(26px, 3vw, 38px); margin: 11px 0 0; }
.section-head.on-navy h2 { color: #fff; }
.section-head .more { font-size: 13px; font-weight: 700; white-space: nowrap; }
h2.plain { font-size: clamp(26px, 3vw, 34px); margin: 0 0 24px; }
p.sub { font-size: 14.5px; color: var(--muted); margin: -14px 0 26px; }

/* ---------- grids & cards ---------- */
.grid { display: grid; gap: 14px; }
.g2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: start; }
.split.centred { align-items: center; }
.split.wide-left { grid-template-columns: 1.15fr 1fr; }
.split.wide-form { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 34px; }
.form-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.card h3 { font-size: 17px; margin: 0; }
.card p { font-size: 13.5px; line-height: 1.6; color: var(--muted); margin: 0; }
.card .meta { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal-ink); margin-top: 4px; }
.icon-tile { width: 40px; height: 40px; border-radius: 11px; background: #FDF2ED; display: grid; place-items: center; font-size: 17px; }

.feature { display: flex; gap: 13px; align-items: flex-start; padding: 17px 18px; border-radius: 13px; background: var(--card); border: 1px solid var(--line); }
.feature .icon-tile { width: 36px; height: 36px; border-radius: 10px; font-size: 16px; flex: none; }
.feature b { font-family: Sora, serif; font-size: 15px; font-weight: 600; display: block; }
.feature p { font-size: 13px; line-height: 1.58; color: var(--muted); margin: 3px 0 0; }

.tick { display: flex; gap: 11px; align-items: flex-start; padding: 15px 17px; border-radius: 12px; background: var(--card); border: 1px solid var(--line); font-size: 13.5px; line-height: 1.56; color: var(--ink); }
.tick i { color: var(--teal); font-weight: 700; font-style: normal; }

.stat-card { padding: 22px; border-radius: 15px; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 7px; }
.stat-card b { font-family: Sora, serif; font-size: 26px; font-weight: 600; color: var(--ember); }
.stat-card strong { font-family: Sora, serif; font-size: 14.5px; font-weight: 600; }
.stat-card span { font-size: 12.5px; line-height: 1.55; color: var(--muted); }
.stat-card.navy { background: var(--navy); border-color: transparent; }
.stat-card.navy b { color: #fff; font-size: 21px; }
.stat-card.navy span { font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); font-weight: 700; }

.step { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border-radius: 13px; background: #fff; border: 1px solid var(--line); }
.step .num { width: 28px; height: 28px; flex: none; border-radius: 8px; background: var(--navy); color: #fff; display: grid; place-items: center; font-family: Sora, serif; font-size: 12px; font-weight: 600; }
.step b { font-family: Sora, serif; font-size: 14.5px; font-weight: 600; display: block; }
.step p { font-size: 13px; line-height: 1.55; color: var(--muted); margin: 3px 0 0; }

.stack { display: flex; flex-direction: column; gap: 10px; }
.stack-lg { display: flex; flex-direction: column; gap: 14px; }

/* region cards (home) */
.region-card { background: var(--navy-mid); border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.region-photo { height: 208px; position: relative; background-position: center; background-size: cover; }
.region-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(27,33,89,0.9), rgba(27,33,89,0.05)); }
.region-photo .caption { position: absolute; left: 22px; bottom: 18px; z-index: 1; display: flex; flex-direction: column; gap: 4px; }
.region-photo .caption b { font-family: Sora, serif; font-size: 26px; font-weight: 600; color: #fff; }
.region-photo .caption span { font-size: 12px; font-weight: 700; color: var(--teal-light); letter-spacing: 0.06em; }
.region-body { padding: 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.region-body p { margin: 0; font-size: 14px; line-height: 1.62; color: #C3D4E6; }
.region-body ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.region-body li { display: flex; gap: 9px; font-size: 13px; color: var(--line); }
.region-body li::before { content: "—"; color: var(--teal); font-weight: 700; }
.region-body .btn-ghost { margin-top: auto; border-color: rgba(255,255,255,0.24); font-size: 13.5px; padding: 13px 20px; }

/* route cards */
.route { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; background: var(--card); }
.route .photo { height: 168px; background-position: center; background-size: cover; }
.route .body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.route .tag { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); }
.route h3 { font-size: 18px; line-height: 1.28; margin: 0; }
.route p { font-size: 13px; line-height: 1.6; color: var(--muted); margin: 0; }
.chips { display: flex; gap: 6px; flex-wrap: wrap; }
.chips span { padding: 5px 10px; border-radius: 7px; background: var(--bg); font-size: 11px; font-weight: 700; color: #46608B; }
.route .foot { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line-soft); display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.price-block { display: flex; flex-direction: column; }
.price-block span { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); font-weight: 700; }
.price-block b { font-family: Sora, serif; font-size: 20px; font-weight: 600; }

/* quotes */
.quote-card { padding: 26px; border-radius: 16px; background: var(--card); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.quote-card .stars { color: var(--gold); font-size: 12px; letter-spacing: 0.1em; }
.quote-card p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--ink); text-wrap: pretty; }
.quote-card .who { margin-top: auto; display: flex; flex-direction: column; }
.quote-card .who b { font-family: Sora, serif; font-size: 13.5px; font-weight: 600; }
.quote-card .who span { font-size: 11.5px; color: #83899F; }

/* ---------- tables ---------- */
.table-scroll { overflow-x: auto; }
.table { min-width: 780px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.table .thead, .table .trow { display: grid; grid-template-columns: 1.5fr 0.8fr 1.5fr 1fr 1fr; }
.table .thead { background: #F7F9FC; border-bottom: 1px solid var(--line); }
.table .thead span { padding: 14px 18px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--faint); }
.table .trow { border-bottom: 1px solid #F1F5F9; align-items: center; }
.table .trow:last-child { border-bottom: none; }
.table .trow span { padding: 16px 18px; font-size: 13px; color: var(--muted); }
.table .trow .cls { font-family: Sora, serif; font-size: 14px; font-weight: 600; color: var(--navy); }
.table .trow .pax { color: #46608B; font-weight: 700; }
.table .trow .rate { font-family: Sora, serif; font-size: 14px; font-weight: 600; color: var(--navy); }

.corridor { padding: 20px; border-radius: 14px; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 7px; }
.corridor .reg { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal-ink); }
.corridor b { font-family: Sora, serif; font-size: 16px; font-weight: 600; line-height: 1.3; }
.corridor span { font-size: 12.5px; color: var(--muted); }
.corridor .rate { margin-top: 6px; font-family: Sora, serif; font-size: 16px; font-weight: 600; color: var(--ember); }

.sla-panel { padding: 30px; border-radius: 18px; background: var(--navy); color: #fff; }
.sla-panel h3 { font-size: 24px; margin: 12px 0 20px; line-height: 1.2; }
.sla-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,0.13); }
.sla-row span { font-size: 13.5px; color: #C3D4E6; }
.sla-row b { font-family: Sora, serif; font-size: 17px; font-weight: 600; white-space: nowrap; }
.sla-panel .btn-teal { margin-top: 24px; display: block; }

/* ---------- tabs ---------- */
.tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.tab {
  padding: 11px 18px; border-radius: 99px; cursor: pointer; font-size: 13px; font-weight: 700;
  border: 1px solid #DCE4EE; background: #fff; color: #46608B;
}
.tab:hover { border-color: #B9C7DA; }
.tab.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.tabs.on-navy .tab { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.08); color: #C3D4E6; }
.tabs.on-navy .tab.is-active { background: #fff; border-color: #fff; color: var(--navy); }
.tab-panel { display: none; }
.tab-panel.is-active { display: block; }

/* ---------- destination cards ---------- */
.city-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.city {
  position: relative; height: 210px; border-radius: 14px; overflow: hidden;
  border: none; padding: 0; cursor: pointer; text-align: left; width: 100%;
  background-position: center; background-size: cover; background-color: var(--navy-mid);
}
.city::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(27,33,89,0.92) 0%, rgba(27,33,89,0.08) 62%); }
.city .badge { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 5px 9px; border-radius: 6px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.1em; }
.city .badge.own { background: rgba(43,179,170,0.9); color: #10253A; }
.city .badge.partner { background: rgba(255,255,255,0.86); color: #46608B; }
.city .label { position: absolute; z-index: 1; left: 16px; right: 16px; bottom: 15px; display: flex; flex-direction: column; gap: 3px; }
.city .label b { font-family: Sora, serif; font-size: 19px; font-weight: 600; color: #fff; }
.city .label span { font-size: 11.5px; font-weight: 600; color: #B9C2E4; }
.city .label em { margin-top: 7px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal-light); font-style: normal; }
.city:hover { transform: translateY(-2px); transition: transform 0.16s ease; }

.combo { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 22px; display: flex; gap: 26px; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.combo .who { display: flex; flex-direction: column; gap: 7px; min-width: 260px; flex: 1; }
.combo .tag { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal-ink); }
.combo h3 { font-size: 19px; margin: 0; }
.combo .path { font-size: 13px; color: var(--muted); line-height: 1.55; }
.combo .facts { display: flex; gap: 30px; flex-wrap: wrap; }
.combo .facts div { display: flex; flex-direction: column; gap: 3px; }
.combo .facts span { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); font-weight: 700; }
.combo .facts b { font-family: Sora, serif; font-size: 15px; font-weight: 600; }

/* ---------- region + service pages ---------- */
.photo-frame { border-radius: 16px; border: 1px solid var(--line); overflow: hidden; height: 290px; background-position: center; background-size: cover; }
.bench { padding: 24px; border-radius: 16px; border: 1px solid var(--line); background: var(--card); }
.bench .label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }
.bench .rows { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.bench .row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding-bottom: 11px; border-bottom: 1px solid var(--line-soft); }
.bench .row:last-child { border-bottom: none; padding-bottom: 0; }
.bench .row b { font-family: Sora, serif; font-size: 14px; font-weight: 600; display: block; }
.bench .row span { font-size: 11.5px; color: #83899F; }
.bench .row .rate { font-family: Sora, serif; font-size: 15px; font-weight: 600; color: var(--ember); white-space: nowrap; }

.itin { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.itin .days { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal-ink); }
.itin h3 { font-size: 17px; line-height: 1.3; margin: 0; }
.itin p { font-size: 13px; line-height: 1.6; color: var(--muted); margin: 0; }
.itin .price { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line-soft); font-family: Sora, serif; font-size: 16px; font-weight: 600; }

.cta-inline {
  margin-top: 26px; padding: 26px 30px; border-radius: 16px; background: #fff; border: 1px solid var(--line);
  display: flex; gap: 22px; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.cta-inline b { font-family: Sora, serif; font-size: 19px; font-weight: 600; display: block; }
.cta-inline span { font-size: 13.5px; color: var(--muted); }

/* ---------- about ---------- */
.milestone { padding: 22px; border-radius: 14px; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 7px; }
.milestone .y { font-family: Sora, serif; font-size: 15px; font-weight: 600; color: var(--teal-ink); }
.milestone b { font-family: Sora, serif; font-size: 16px; font-weight: 600; }
.milestone p { font-size: 13px; line-height: 1.58; color: var(--muted); margin: 0; }

.leader { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.leader .mono { height: 150px; background: var(--navy); display: grid; place-items: center; }
.leader .mono span {
  width: 66px; height: 66px; border-radius: 99px; display: grid; place-items: center;
  border: 1px solid rgba(43,179,170,0.5); background: rgba(43,179,170,0.14);
  font-family: Sora, serif; font-size: 22px; font-weight: 600; letter-spacing: 0.04em; color: var(--teal-light);
}
.leader .body { padding: 20px; display: flex; flex-direction: column; gap: 6px; }
.leader b { font-family: Sora, serif; font-size: 16px; font-weight: 600; }
.leader .role { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--teal-ink); }
.leader p { font-size: 12.5px; line-height: 1.55; color: var(--muted); margin: 0; }

.list-row {
  padding: 20px 22px; border-radius: 14px; border: 1px solid var(--line); background: var(--card);
  display: flex; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.list-row .who { display: flex; flex-direction: column; gap: 4px; min-width: 240px; flex: 1; }
.list-row b { font-family: Sora, serif; font-size: 16.5px; font-weight: 600; }
.list-row .note { font-size: 12.5px; color: var(--muted); }
.list-row .where { font-size: 12px; font-weight: 700; color: var(--teal-ink); letter-spacing: 0.04em; }
.list-row .date { font-size: 11.5px; font-weight: 700; color: var(--teal-ink); letter-spacing: 0.06em; white-space: nowrap; padding-top: 3px; }

.press-desk { margin-top: 22px; padding: 24px 26px; border-radius: 15px; background: var(--navy); color: #fff; display: flex; flex-direction: column; gap: 5px; }
.press-desk .label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); }
.press-desk b { font-family: Sora, serif; font-size: 18px; font-weight: 600; }
.press-desk span { font-size: 13px; color: #B9C2E4; }

.note { font-size: 11.5px; color: #A2B2C6; margin: 16px 0 0; }

/* ---------- forms ---------- */
.form-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.form-card h2 { font-size: 22px; margin: 0 0 20px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field > span { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); font-weight: 700; }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 15px; border: 1px solid #DCE4EE; border-radius: 11px; background: #fff;
  font-family: Manrope, sans-serif; font-size: 14px; font-weight: 500; color: var(--navy); outline: none;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(43,179,170,0.16); }
.field textarea { min-height: 118px; resize: vertical; line-height: 1.55; }
.field.span-2 { grid-column: 1 / -1; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note { margin: 12px 0 0; font-size: 11.5px; color: var(--faint); line-height: 1.5; }

.consent { display: flex; gap: 11px; align-items: flex-start; padding: 15px 17px; border-radius: 12px; background: #fff; border: 1px solid #DCE4EE; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin-top: 1px; flex: none; accent-color: var(--ember); }
.consent span { font-size: 12.5px; line-height: 1.55; color: var(--body); }

.errors { padding: 15px 17px; border-radius: 12px; background: #FEF1EC; border: 1px solid #F5C4B2; display: flex; flex-direction: column; gap: 6px; }
.errors .label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #C33B0F; }
.errors li { font-size: 13px; color: #A83A16; line-height: 1.5; list-style: none; }
.errors ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 5px; }
/* honeypot: off-screen rather than display:none, and never focusable */
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
/* in-flight submit state */
.btn[aria-busy="true"], .btn:disabled { opacity: 0.72; cursor: progress; }
[hidden] { display: none !important; }

.office { padding: 22px; border: 1px solid var(--line); border-radius: 15px; display: flex; flex-direction: column; gap: 5px; }
.office .role { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal-ink); }
.office b { font-family: Sora, serif; font-size: 17px; font-weight: 600; }
.office .addr { font-size: 13px; color: var(--muted); line-height: 1.55; }
.office .phone { font-size: 13px; font-weight: 700; color: var(--navy); margin-top: 4px; }

/* ---------- quote wizard ---------- */
.steps-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 8px; border-radius: 16px; background: #F4F7FB; }
.steps-rail .item { display: flex; gap: 12px; align-items: center; padding: 13px 15px; border-radius: 12px; border: 1px solid transparent; }
.steps-rail .item.is-active { border-color: #C9D6E6; background: #fff; }
.steps-rail .badge {
  width: 30px; height: 30px; flex: none; border-radius: 9px; display: grid; place-items: center;
  font-family: Sora, serif; font-size: 12.5px; font-weight: 600; background: var(--line-soft); color: var(--faint);
}
.steps-rail .item.is-active .badge { background: var(--navy); color: #fff; }
.steps-rail .item.is-done .badge { background: var(--teal); color: #fff; }
.steps-rail b { font-family: Sora, serif; font-size: 14px; font-weight: 600; color: #46608B; }
.steps-rail .item.is-active b { color: var(--navy); }
.steps-rail span { font-size: 11.5px; color: var(--faint); }

.wizard { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); display: flex; flex-direction: column; gap: 22px; }
.wizard fieldset { border: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.chip-set { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  padding: 10px 16px; border-radius: 99px; cursor: pointer; font-size: 13px; font-weight: 700;
  border: 1px solid #DCE4EE; background: #fff; color: #46608B;
}
.chip:hover { border-color: #B9C7DA; }
.chip.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }
.wizard-foot { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; padding-top: 4px; }
.wizard-foot .hint { font-size: 11.5px; color: var(--faint); }

.summary-panel { padding: 24px; border-radius: 16px; background: var(--navy); color: #fff; }
.summary-panel .label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); }
.summary-panel .rows { display: flex; flex-direction: column; gap: 11px; margin-top: 16px; }
.summary-panel .row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.summary-panel .row:last-child { border-bottom: none; padding-bottom: 0; }
.summary-panel .row span { font-size: 12px; color: var(--faint); font-weight: 700; letter-spacing: 0.04em; white-space: nowrap; }
.summary-panel .row b { font-family: Sora, serif; font-size: 13px; font-weight: 500; text-align: right; }

.trust { padding: 24px; border-radius: 16px; border: 1px solid var(--line); background: var(--card); display: flex; flex-direction: column; gap: 11px; }
.trust div { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.55; color: var(--ink); }
.trust i { color: var(--teal); font-weight: 700; font-style: normal; }

.talk { padding: 22px; border-radius: 16px; border: 1px dashed #C9D6E6; display: flex; flex-direction: column; gap: 5px; }
.talk .label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }
.talk b { font-family: Sora, serif; font-size: 17px; font-weight: 600; }
.talk span { font-size: 12.5px; color: var(--muted); }

.done-panel { padding: 46px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.done-panel .mark { width: 52px; height: 52px; border-radius: 14px; background: var(--teal); color: #fff; display: grid; place-items: center; font-size: 24px; }
.done-panel h2 { font-size: 28px; margin: 0; }
.done-panel p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--body); max-width: 520px; }

.aside-sticky { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 96px; }

/* ---------- modal ---------- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 80; background: rgba(19,26,74,0.72); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  animation: ngFade 0.16s ease;
}
.modal {
  width: 480px; max-width: 100%; max-height: 92vh; overflow-y: auto;
  background: #fff; border-radius: 20px; box-shadow: 0 40px 90px rgba(9,14,45,0.5);
}
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 26px 26px 0; }
.modal-head .titles { display: flex; flex-direction: column; gap: 5px; }
.modal-head .kicker { color: var(--teal-ink); }
.modal-head b { font-family: Sora, serif; font-size: 24px; font-weight: 600; letter-spacing: -0.02em; }
.modal-head .meta { font-size: 12.5px; color: var(--muted); }
.modal-close {
  width: 34px; height: 34px; flex: none; border-radius: 9px; border: 1px solid var(--line);
  background: #F7F9FC; color: #46608B; font-size: 15px; cursor: pointer; line-height: 1;
}
.modal-body { padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 12px; }
.modal-done { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 13px; align-items: flex-start; }
.modal-done .mark { width: 46px; height: 46px; border-radius: 13px; background: var(--teal); color: #fff; display: grid; place-items: center; font-size: 21px; }
.modal-done b { font-family: Sora, serif; font-size: 20px; font-weight: 600; }
.modal-done p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--body); }

@keyframes ngFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------- closing CTA + footer ---------- */
.cta-band { padding: 74px var(--pad); background: var(--ember); }
.cta-band .inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.cta-band h2 { font-size: clamp(26px, 3.4vw, 40px); color: #fff; margin: 0 0 13px; line-height: 1.1; letter-spacing: -0.03em; }
.cta-band p { font-size: 16px; line-height: 1.6; color: #FFE2D6; margin: 0 auto 28px; max-width: 600px; }
.cta-band .btn-row { justify-content: center; }
.cta-band .btn-outline-light { padding: 16px 30px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.55); color: #fff; font-family: Sora, serif; font-size: 15px; font-weight: 600; }
.cta-band .btn-navy { padding: 16px 30px; font-size: 15px; }

.site-footer { background: var(--navy-deep); padding: 56px var(--pad) 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 34px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand img { height: 46px; width: 46px; object-fit: cover; object-position: center 26%; clip-path: inset(6% 12% 30% 12%); }
.footer-brand b { font-family: Sora, serif; font-size: 16px; font-weight: 600; letter-spacing: 0.14em; color: #fff; }
.site-footer p.about { margin: 0; font-size: 13px; line-height: 1.65; color: var(--faint); max-width: 320px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col .head { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); }
.footer-col a { font-size: 13px; color: #B9C2E4; }
.footer-col a:hover { color: #fff; }
.footer-base {
  margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; gap: 18px; flex-wrap: wrap; justify-content: space-between; font-size: 11.5px; color: #6E77A8;
}

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .site-nav, .ops-line { display: none; }
  .nav-mobile { display: flex; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-split { grid-template-columns: minmax(0, 1fr) 420px; gap: 30px 34px; }
  .hero-copy h1 { font-size: clamp(34px, 4.4vw, 46px); }
  .pop-list { gap: 8px; }
  .pop-thumb { width: 34px; height: 34px; }
  .ts-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1080px) {
  .split, .split.wide-left, .split.wide-form { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .g3, .g4, .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aside-sticky { position: static; }
  /* stack in source order: hero copy, then the enquiry card, then destinations */
  .hero-home { min-height: 0; }
  .hero-home .hero-photo { bottom: auto; height: 470px; background-position: center 54%; }
  .hero-home .hero-veil {
    background: linear-gradient(180deg,
      rgba(19,26,74,0.58) 0%, rgba(19,26,74,0.74) 30%,
      rgba(19,26,74,0.93) 56%, var(--navy) 78%, var(--navy) 100%);
  }
  .hero-split { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .hero-copy, .quote-card, .pop-dest { grid-column: 1; grid-row: auto; }
  .quote-card { max-width: 520px; }
  .hero-copy h1, .hero-copy .lead, .cap-row, .pop-dest { max-width: none; }
}
@media (max-width: 900px) {
  .searchbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .searchbar button { grid-column: span 2; padding: 18px; }
  .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-rail { grid-template-columns: minmax(0, 1fr); }
  .form-grid.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ts-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  /* the header row was overflowing small phones (374px of content at 320px wide) */
  .header-row { gap: 10px; }
  .brand { min-width: 0; }
  .brand img { height: 46px; width: 46px; }
  .brand-name b { font-size: 16px; letter-spacing: 0.09em; }
  .brand-name span { font-size: 9px; letter-spacing: 0.1em; }
  .btn-header { padding: 11px 14px; font-size: 12.5px; }
  .g2, .g3, .g4, .city-grid, .form-grid, .form-grid.cols-4 { grid-template-columns: minmax(0, 1fr); }
  .searchbar { grid-template-columns: minmax(0, 1fr); }
  .searchbar button { grid-column: auto; }
  .hero-copy h1 { font-size: clamp(30px, 8vw, 38px); }
  .hero-home .hero-photo { height: 380px; }
  .cap-row { grid-template-columns: minmax(0, 1fr); gap: 13px; }
  .quote-card { padding: 20px 18px 18px; border-radius: 18px; }
  .seg-btn { font-size: 12px; padding: 11px 6px; }
  /* destinations become a swipeable rail rather than shrinking to nothing */
  .pop-list { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 60%; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
  .pop-list li { scroll-snap-align: start; }
  .ts-list { grid-template-columns: minmax(0, 1fr); gap: 13px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-inner { padding-top: 54px; padding-bottom: 48px; }
  section.band { padding-top: 52px; padding-bottom: 52px; }
}
