/* ==========================================================================
   British Flights — main stylesheet
   Tokens and the header/hero critical block are inlined in inc/head.php.
   ========================================================================== */

/* ---------- Base ---------- */

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; color: var(--navy-900); margin: 0; }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 1rem; padding-left: 1.25rem; }
strong { font-weight: 600; }
small { font-size: .875rem; line-height: 1.55; }

a { color: var(--blue-500); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { text-decoration-thickness: 2px; }

:focus-visible { outline: 2px solid var(--blue-500); outline-offset: 2px; border-radius: 2px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.icon { width: 20px; height: 20px; flex: 0 0 auto; }

.eyebrow {
  display: block; font-family: var(--sans); font-size: .6875rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .16em; color: var(--blue-500); margin-bottom: .75rem;
}
.eyebrow-light { color: var(--blue-200); }

.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section-paper { background: var(--paper); }

.section-head { max-width: 66ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.centred { margin-inline: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.75rem); line-height: 1.15; letter-spacing: -.01em;
}
.section-head p { color: var(--ink); margin-top: .75rem; }

.measure { max-width: 66ch; }

/* ---------- Buttons ---------- */

.btn-navy, .btn-white, .btn-text {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 48px; padding: .7rem 1.4rem; border-radius: var(--radius);
  font-family: var(--sans); font-size: 1rem; font-weight: 600; line-height: 1;
  border: 1px solid transparent; cursor: pointer; text-decoration: none;
}
.btn-navy { background: var(--navy-700); color: var(--white); }
.btn-navy:hover { background: var(--navy-600); }
.btn-white { background: var(--white); color: var(--navy-900); }
.btn-white:hover { background: var(--paper); }
.btn-text { background: none; color: var(--ink); border-color: var(--line); }
.btn-text:hover { background: var(--paper); }
.btn-block { width: 100%; }
.btn-navy:disabled, .btn-search:disabled { opacity: .65; cursor: progress; }

.btn-phone {
  display: inline-flex; align-items: center; gap: .5rem;
  min-height: 44px; padding: .55rem 1.1rem;
  background: var(--navy-700); color: var(--white);
  border-radius: var(--radius-pill); text-decoration: none;
  font-size: .9375rem; font-weight: 600; white-space: nowrap;
}
.btn-phone:hover { background: var(--navy-600); }
.btn-phone .icon { width: 17px; height: 17px; }

/* ---------- Header ---------- */

.main-nav { display: flex; align-items: center; gap: 1.75rem; }
.main-nav > a {
  color: var(--ink); text-decoration: none; font-size: .9375rem; font-weight: 600;
  padding-bottom: 6px; border-bottom: 2px solid transparent;
}
.main-nav > a:hover { color: var(--blue-500); }
.main-nav > a.active { color: var(--blue-500); border-bottom-color: var(--blue-500); }
.main-nav > a.btn-phone { color: var(--white); border-bottom: 0; padding-bottom: .55rem; }

.header-actions { display: none; align-items: center; gap: .65rem; }
.header-phone { display: none; }

.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px; background: none; border: 1px solid var(--line);
  border-radius: var(--radius); color: var(--navy-900); cursor: pointer;
  touch-action: manipulation; -webkit-tap-highlight-color: transparent;
  position: relative; z-index: 2;
}
.nav-toggle-icon { display: inline-flex; align-items: center; justify-content: center; }
.nav-toggle-close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle-open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle-close { display: inline-flex; }

.mobile-nav { border-top: 1px solid var(--line); background: var(--white); padding: 1rem 0 1.25rem; }
.mobile-nav[hidden] { display: none; }
.mobile-nav .container { display: flex; flex-direction: column; gap: .25rem; align-items: stretch; }
.mobile-nav a {
  display: block; width: 100%; padding: .8rem 0; color: var(--ink);
  text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--line);
}
.mobile-nav a.active { color: var(--blue-500); }
/* .mobile-nav a sets display:block at higher specificity than the base
   .btn-phone rule, which silently drops its flex layout and misaligns the
   icon against the number — restore it explicitly here. */
.mobile-nav a.btn-phone {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  width: 100%; margin-top: .75rem; padding: .9rem 1rem;
  border-bottom: 0; border-radius: var(--radius-pill);
  background: var(--navy-700); color: var(--white); white-space: nowrap;
  box-sizing: border-box;
}
.mobile-nav a.btn-phone .icon { flex: 0 0 auto; }

/* ---------- Hero ---------- */

.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .45rem 1rem; margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--radius-pill);
  font-size: .6875rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .16em; color: var(--white);
}
.hero-badge .icon { width: 15px; height: 15px; color: var(--blue-200); }
.hero h1 { margin-bottom: 1.15rem; }

/* The headline is a single question — keep it on one line wherever it fits.
   Below 620px there is no room, so it is allowed to wrap. */
@media (min-width: 621px) {
  .hero h1 { white-space: nowrap; }
}

/* ---------- Booking card ---------- */

/* Pulls the card up so its top half overlaps the navy band. Must stay in
   step with .hero-inner's padding-bottom in head.php. */
.booking-wrap { position: relative; z-index: 2; margin-top: calc(clamp(7rem, 13vw, 10rem) * -1); }
.booking-card {
  background: var(--white); border-radius: 14px;
  box-shadow: 0 2px 4px rgba(1, 41, 92, .05), 0 18px 48px rgba(1, 41, 92, .12);
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.tabs-row { display: flex; gap: .5rem; margin-bottom: 1.35rem; flex-wrap: wrap; }
.tab {
  padding: .6rem 1.25rem; min-height: 44px;
  background: none; border: 1px solid var(--line); border-radius: var(--radius-pill);
  font-family: var(--sans); font-size: .9375rem; font-weight: 600; color: var(--ink);
  cursor: pointer;
}
.tab[aria-selected="true"] { background: var(--navy-700); border-color: var(--navy-700); color: var(--white); }

/* Without JS both panels stay visible and stacked. Scoped to the panels
   themselves — a bare [hidden] selector here would also force open every
   other hidden element inside the card. */
.tabs:not([data-js]) > .tab-panel[hidden] { display: block; }
.tabs:not([data-js]) .tabs-row { display: none; }
.tabs:not([data-js]) .tab-panel + .tab-panel { margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }

/* ---------- Forms ---------- */

.field { display: flex; flex-direction: column; min-width: 0; position: relative; }
.field label, .form-label {
  font-family: var(--sans); font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em; color: var(--ink-muted);
  margin-bottom: .35rem;
}
.field.is-disabled label { opacity: .5; }

input[type="text"], input[type="email"], input[type="tel"],
input[type="date"], input[type="number"], select, textarea {
  width: 100%; min-height: 46px; padding: .55rem .75rem;
  font-family: var(--sans); font-size: .9375rem; color: var(--ink);
  background: var(--white); border: 1px solid var(--line);
  border-radius: 8px; appearance: none; -webkit-appearance: none; -moz-appearance: none;
}
input[type="date"], .date-field {
  min-height: 48px;
  padding-right: 2.5rem;
  background-image: linear-gradient(45deg, transparent 50%, var(--blue-500) 50%), linear-gradient(135deg, var(--blue-500) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  color-scheme: light;
}
input[type="date"]::-webkit-calendar-picker-indicator,
.date-field::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
input[type="date"]::-webkit-inner-spin-button,
.date-field::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button,
.date-field::-webkit-clear-button {
  display: none;
}
.date-field:focus,
input[type="date"]:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 3px rgba(7, 90, 170, .08);
}

.date-field.is-picker-open { border-color: var(--blue-500); }

.date-picker {
  position: absolute; z-index: 40; top: calc(100% + 8px); left: 0;
  width: min(340px, calc(100vw - 24px));
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 18px 50px rgba(1, 41, 92, .16);
  padding: .85rem;
}
.date-picker[hidden] { display: none; }
.date-picker-head {
  display: grid; grid-template-columns: 38px 1fr 38px; align-items: center;
  gap: .5rem; margin-bottom: .65rem;
}
.date-title {
  text-align: center; font-family: var(--serif); font-size: 1.05rem; line-height: 1.2;
  color: var(--navy-900);
}
.date-nav,
.date-clear,
.date-today {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 34px; padding: .35rem .7rem; border: 1px solid var(--line);
  border-radius: 10px; background: var(--white); color: var(--navy-900);
  font-family: var(--sans); font-size: .875rem; font-weight: 600; cursor: pointer;
}
.date-nav:hover,
.date-clear:hover,
.date-today:hover { background: var(--paper); }
.date-weekdays,
.date-grid {
  display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .35rem;
}
.date-weekdays { margin-bottom: .35rem; }
.date-weekday {
  text-align: center; font-size: .68rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-muted); padding-bottom: .1rem;
}
.date-cell {
  min-height: 36px; border: 0; border-radius: 9px; background: transparent;
  color: var(--ink); font-family: var(--sans); font-size: .93rem; cursor: pointer;
}
.date-cell:hover { background: var(--paper); }
.date-cell.is-empty { cursor: default; }
.date-cell.is-empty:hover { background: transparent; }
.date-cell.is-selected { background: var(--navy-900); color: var(--white); }
.date-cell.is-disabled {
  color: var(--ink-muted); cursor: not-allowed; opacity: .45;
}
.date-cell.is-disabled:hover { background: transparent; }
.date-picker-foot {
  display: flex; justify-content: space-between; gap: .5rem; margin-top: .7rem;
}
.date-clear { color: var(--ink-muted); }
.date-today { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }

@media (max-width: 620px) {
  .date-picker { width: calc(100vw - 24px); left: 50%; transform: translateX(-50%); }
}
textarea { min-height: auto; padding: .7rem .8rem; resize: vertical; line-height: 1.6; }
input::placeholder, textarea::placeholder { color: var(--ink-muted); opacity: 1; }
input:disabled, select:disabled { background: var(--paper); color: var(--ink-muted); cursor: not-allowed; }
.mono { font-family: var(--mono); letter-spacing: .06em; text-transform: uppercase; }

input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--alert); }

/* --alert is the brand red for borders and rules. At 12px on white it only
   reaches 4.38:1, so error text uses a darkened shade to clear WCAG AA. */
.field-error { margin: .35rem 0 0; font-size: .75rem; line-height: 1.5; color: var(--alert-text); }

/* Honeypot — off-screen rather than display:none so bots still fill it. */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-alert {
  padding: .9rem 1.1rem; margin-bottom: 1.25rem;
  border-radius: var(--radius); border: 1px solid var(--alert);
  background: rgba(235, 34, 38, .04); color: var(--ink); font-size: .9375rem;
}
.form-alert p { margin: 0; }

/* Trip-type radio pair */
.trip-toggle { display: flex; gap: .4rem; margin-bottom: 1rem; }
.trip-toggle input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.trip-toggle label {
  display: inline-flex; align-items: center; min-height: 38px; padding: .4rem 1rem;
  border: 1px solid var(--line); border-radius: var(--radius-pill);
  font-size: .8125rem; font-weight: 600; color: var(--ink); cursor: pointer;
  text-transform: none; letter-spacing: 0; margin: 0;
}
.trip-toggle input:checked + label { background: var(--navy-900); border-color: var(--navy-900); color: var(--white); }
.trip-toggle input:focus-visible + label { outline: 2px solid var(--blue-500); outline-offset: 2px; }

/* ---------- Slim search bar ----------
   One connected row on desktop: fields sit flush inside a single pill with
   hairline separators, and the submit button caps the right end. */

.search-bar {
  display: grid;
  grid-template-columns: 1.4fr 1px 1.4fr 1px 1fr 1px 1fr 1px .7fr auto;
  align-items: center;
  gap: 0;
  border: 1px solid var(--line); border-radius: 12px;
  background: var(--white); padding: .35rem .35rem .35rem 0;
}
.search-bar-3 { grid-template-columns: 1fr 1px 1fr 1px 1fr auto; }

.search-bar .field { padding: .5rem .85rem; }
.search-bar .field input {
  border: 0; padding: 0; min-height: 24px; border-radius: 0;
  font-size: .9375rem; background: transparent;
}
.search-bar .field input:focus { outline: none; }
.search-bar .field:focus-within { background: rgba(7, 90, 170, .04); border-radius: 8px; }
.search-bar .field-error { padding-inline: 0; }
.search-sep { display: block; width: 1px; height: 30px; background: var(--line); }

.btn-search {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 48px; padding: 0 1.35rem; margin-left: .35rem;
  background: var(--navy-900); color: var(--white);
  border: 0; border-radius: 9px; cursor: pointer;
  font-family: var(--sans); font-size: .9375rem; font-weight: 600; white-space: nowrap;
}
.btn-search:hover { background: var(--blue-500); }
.btn-search .icon { width: 18px; height: 18px; }

/* Second row appears once the visitor starts filling the bar in. */
.form-more { margin-top: 1.15rem; padding-top: 1.15rem; border-top: 1px dashed var(--line); }
.form-more[hidden] { display: none; }
.form-more-hint { font-size: .8125rem; color: var(--ink-muted); margin-bottom: .85rem; }
.form-more-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }

.js-expand.is-collapsed .form-more { display: none; }

/* ---------- Custom dropdown ---------- */

.select-wrap { position: relative; }
.select-wrap.is-enhanced select { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }

.sel-button {
  display: none; width: 100%; min-height: 46px;
  align-items: center; justify-content: space-between; gap: .5rem;
  padding: .55rem .75rem; background: var(--white);
  border: 1px solid var(--line); border-radius: 8px;
  font-family: var(--sans); font-size: .9375rem; color: var(--ink);
  cursor: pointer; text-align: left;
}
.select-wrap.is-enhanced .sel-button { display: flex; }
.sel-button:hover { border-color: var(--blue-200); }
.sel-chevron { width: 18px; height: 18px; color: var(--ink-muted); }
.sel-button[aria-expanded="true"] { border-color: var(--blue-500); }
.sel-button[aria-expanded="true"] .sel-chevron { transform: rotate(180deg); }

.sel-list {
  position: absolute; z-index: 30; top: calc(100% + 4px); left: 0; right: 0;
  margin: 0; padding: .3rem; list-style: none;
  background: var(--white); border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow-card); max-height: 260px; overflow-y: auto;
}
.sel-list[hidden] { display: none; }
.sel-option {
  padding: .55rem .7rem; border-radius: 6px; cursor: pointer;
  font-size: .9375rem; color: var(--ink);
}
.sel-option.is-active { background: var(--paper); }
.sel-option[aria-selected="true"] { color: var(--blue-500); font-weight: 600; }

/* ---------- Airport autocomplete ---------- */

.airport-menu {
  position: absolute; z-index: 35; top: calc(100% + 6px); left: 0; right: 0;
  padding: .35rem; margin: 0;
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow-card); max-height: 280px; overflow: auto;
}
.airport-menu[hidden] { display: none; }
.airport-option {
  display: block; width: 100%; padding: .7rem .8rem; border: 0; border-radius: 8px;
  background: transparent; text-align: left; cursor: pointer;
  font-family: var(--sans); font-size: .9375rem; line-height: 1.35; color: var(--ink);
}
.airport-option:hover, .airport-option.is-active { background: var(--paper); }
.airport-option:focus-visible { outline: 2px solid var(--blue-500); outline-offset: -2px; }

/* ---------- Other form layouts ---------- */

.manage-head { font-size: 1.35rem; margin-bottom: 1rem; }

.checkin-card {
  max-width: 720px; margin-inline: auto; background: var(--white);
  border: 1px solid var(--line); border-radius: 14px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}
.form-stack { display: grid; gap: 1rem; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ---------- Inline success panel (replaces a submitted form) ---------- */

.form-success { text-align: center; padding: 1.5rem .5rem; }
.form-success .icon { width: 44px; height: 44px; color: var(--blue-500); margin: 0 auto 1rem; }
.form-success h3 { font-size: 1.6rem; line-height: 1.2; margin-bottom: .6rem; }
.form-success p { color: var(--ink); max-width: 52ch; margin-inline: auto; }
.form-success-note {
  margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line);
  font-size: .8125rem; color: var(--ink-muted);
}

/* ---------- Destination cards ---------- */

.dest-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; }
.dest-head .section-head { margin-bottom: 0; }
.dest-intro { max-width: 42ch; text-align: right; color: var(--ink); font-size: .9375rem; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; margin-top: clamp(2rem, 4vw, 3rem); }

/* An anchor rather than a button so the card still reaches the booking form
   when JS is off; the modal handler calls preventDefault(). */
.dest-card {
  position: relative; display: flex; flex-direction: column; text-align: left;
  border: 0; padding: 0; border-radius: 14px; overflow: hidden;
  background: var(--navy-900); color: var(--white); cursor: pointer;
  font-family: var(--sans); text-decoration: none;
}
.dest-media { position: relative; display: block; aspect-ratio: 4 / 3; }
.dest-media img { width: 100%; height: 100%; object-fit: cover; }
.dest-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 45%, rgba(1, 41, 92, .93) 100%);
}
.dest-code {
  position: absolute; top: .75rem; right: .75rem; z-index: 1;
  padding: .25rem .55rem; background: var(--white); color: var(--navy-900);
  border-radius: var(--radius-pill); font-family: var(--mono); font-size: 11px;
}
.dest-body { position: relative; display: block; margin-top: -3.5rem; z-index: 1; padding: 0 1.1rem 1.1rem; }
.dest-country { display: block; font-size: .6875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; color: var(--blue-200); }
.dest-city { display: block; font-family: var(--serif); font-size: 1.6rem; color: var(--white); margin: .15rem 0 .5rem; }
.dest-blurb {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-size: .875rem; line-height: 1.55; color: rgba(255, 255, 255, .82);
}
.dest-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  margin-top: .9rem; padding-top: .8rem; border-top: 1px solid rgba(255, 255, 255, .2);
  font-size: .875rem;
}
.dest-price { color: var(--white); }
.dest-price b { font-family: var(--mono); font-weight: 400; }
.dest-go { display: inline-flex; align-items: center; gap: .35rem; color: var(--blue-200); font-weight: 600; }

.grid-note { margin-top: 1.5rem; font-size: .75rem; line-height: 1.6; color: var(--ink-muted); }

/* ---------- Trust row ---------- */

.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.trust-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 1.75rem; }
.trust-card .icon { width: 26px; height: 26px; color: var(--blue-500); margin-bottom: .9rem; }
.trust-card h3 { font-size: 1.15rem; line-height: 1.3; margin-bottom: .5rem; }
.trust-card p { font-size: .9375rem; color: var(--ink); }

/* ---------- Services — numbered list, not a card grid ---------- */

.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3.5rem; }
.service-row {
  display: grid; grid-template-columns: auto auto 1fr; gap: 0 1rem;
  align-items: start; padding: 1.5rem 0; border-top: 1px solid var(--line);
}
.service-num {
  font-family: var(--mono); font-size: .75rem; color: var(--blue-200);
  padding-top: .35rem; letter-spacing: .05em;
}
.service-icon {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--paper); color: var(--blue-500);
}
.service-icon .icon { width: 19px; height: 19px; }
.service-text h3 { font-size: 1.15rem; line-height: 1.3; color: var(--navy-900); margin-bottom: .4rem; }
.service-text p { font-size: .9375rem; line-height: 1.6; color: var(--ink); }

/* ---------- About ---------- */

.about-pills { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-top: 1.5rem; }
.pill {
  padding: .45rem 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-pill);
  font-size: .8125rem; font-weight: 600; color: var(--navy-900);
}

.about-sections { max-width: 760px; margin: clamp(2.5rem, 5vw, 4rem) auto 0; }
.about-block + .about-block { margin-top: 2.5rem; }
.about-block h3 {
  display: flex; align-items: center; gap: .6rem;
  font-size: 1.35rem; line-height: 1.3; margin-bottom: .75rem;
}
.about-block h3 .icon { width: 22px; height: 22px; color: var(--blue-500); }

/* ---------- FAQ — sticky intro beside the accordion ---------- */

.faq-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.faq-aside { position: sticky; top: 96px; }
.faq-aside h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.15; margin-bottom: .75rem; }
.faq-aside p { font-size: .9375rem; color: var(--ink); margin-bottom: 1.5rem; }
.faq-aside .btn-navy .icon { width: 17px; height: 17px; }

.faq-list { display: grid; gap: .75rem; }
.faq-item {
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 0 1.25rem;
}
.faq-item[open] { border-color: var(--blue-200); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1.1rem 0; cursor: pointer; list-style: none;
  font-family: var(--serif); font-size: 1.15rem; line-height: 1.35; color: var(--navy-900);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ""; }

/* Chevron drawn in CSS so the accordion needs no icon markup */
.faq-chevron {
  position: relative; width: 22px; height: 22px; flex: 0 0 auto; border-radius: 50%;
  background: var(--paper);
}
.faq-chevron::before, .faq-chevron::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 9px; height: 1.5px; background: var(--blue-500); border-radius: 1px;
}
.faq-chevron::before { transform: translate(-72%, -50%) rotate(45deg); }
.faq-chevron::after  { transform: translate(-28%, -50%) rotate(-45deg); }
.faq-item[open] .faq-chevron { background: var(--blue-500); }
.faq-item[open] .faq-chevron::before { transform: translate(-72%, -50%) rotate(-45deg); background: var(--white); }
.faq-item[open] .faq-chevron::after  { transform: translate(-28%, -50%) rotate(45deg);  background: var(--white); }

.faq-answer { padding: 0 0 1.25rem; font-size: .9375rem; color: var(--ink); max-width: 68ch; }

/* ---------- CTA band ---------- */

.cta-band { padding: clamp(3rem, 7vw, 5rem) 0; text-align: center; }
.cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.4vw, 2.75rem); line-height: 1.15; }
.cta-band p { color: rgba(255, 255, 255, .82); max-width: 52ch; margin: .9rem auto 1.75rem; }

/* ---------- Modal ---------- */

body.modal-open { overflow: hidden; }

.modal { position: fixed; inset: 0; z-index: 120; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1, 25, 56, .55); }
.modal-panel {
  position: relative; z-index: 1; width: 100%; max-width: 640px;
  max-height: calc(100vh - 2rem); overflow-y: auto;
  background: var(--white); border-radius: 16px; padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow: 0 24px 64px rgba(1, 41, 92, .28);
}
.modal-panel h2 { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.15; }
.modal-sub { font-size: .875rem; color: var(--ink-muted); margin: .35rem 0 1.5rem; }
.modal-panel form { display: grid; gap: 1rem; }
.modal-panel .trip-toggle { margin-bottom: 0; }
.modal-note { font-size: .75rem; color: var(--ink-muted); text-align: center; }
.modal-close {
  position: absolute; top: 1rem; right: 1rem;
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--paper); border: 0; color: var(--navy-900); cursor: pointer;
}
.modal-close:hover { background: var(--blue-200); }

/* ---------- Footer — slim, solid, no pattern ---------- */

.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .78); margin-top: auto; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem;
  padding-block: clamp(2.25rem, 4vw, 3.25rem);
}
.wordmark-light b { color: var(--white); }
.wordmark-light b i { color: var(--blue-200); }
.wordmark-light span { color: rgba(255, 255, 255, .6); }
.footer-brand .wordmark { margin-bottom: 1rem; }
.site-footer p { font-size: .875rem; line-height: 1.6; }
.footer-phone { background: var(--white); color: var(--navy-900); margin: 1.25rem 0 .6rem; }
.footer-phone:hover { background: var(--blue-200); color: var(--navy-900); }
.footer-hours { font-size: .8125rem; color: var(--blue-200); }

.footer-heading {
  font-family: var(--sans); font-size: .6875rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .16em; color: var(--blue-200);
  margin-bottom: 1rem;
}
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li + li { margin-top: .5rem; }
/* padding-block keeps the tap target at 24px+ for WCAG 2.2 target size */
.footer-links a {
  display: inline-block; padding-block: 3px;
  color: rgba(255, 255, 255, .78); text-decoration: none; font-size: .875rem;
}
.footer-links a:hover { color: var(--white); text-decoration: underline; }

.disclaimer-bar { background: rgba(0, 0, 0, .22); padding: 1.15rem 0; }
.disclaimer-bar p { font-size: 12px; line-height: 1.6; color: rgba(255, 255, 255, .72); margin: 0; }
.disclaimer-bar strong { color: var(--white); }

.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding: 1rem 0; }
.footer-bottom-inner { display: flex; justify-content: center; text-align: center; }
.footer-bottom p { font-size: .8125rem; margin: 0; }

/* ---------- Sticky call bar (mobile) ---------- */

/* Height is fixed rather than min-height so the body padding and the cookie
   bar's offset below can rely on the same number and never overlap it. */
.sticky-call {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  align-items: center; justify-content: center; gap: .5rem;
  height: var(--callbar-h); padding: 0 1rem;
  background: var(--navy-900); color: var(--white);
  font-weight: 600; text-decoration: none;
}

/* ---------- Cookie bar ---------- */

.cookie-bar {
  position: fixed; right: 20px; bottom: 20px; z-index: 95; max-width: 380px;
  background: var(--white); border-radius: 12px; box-shadow: var(--shadow-card);
  border: 1px solid var(--line); padding: 1.25rem;
}
.cookie-bar[hidden] { display: none; }
.cookie-head { display: flex; align-items: center; gap: .55rem; margin-bottom: .5rem; }
.cookie-head .icon { width: 22px; height: 22px; color: var(--blue-500); }
.cookie-head h2 { font-size: 1.15rem; }
.cookie-bar p { font-size: .875rem; line-height: 1.55; margin-bottom: .5rem; }
.cookie-actions { display: flex; gap: .6rem; margin-top: 1rem; }
.cookie-actions button { flex: 1; min-height: 44px; padding: .6rem 1rem; font-size: .9375rem; }

/* ---------- Page masthead (content pages) ---------- */

.masthead { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.masthead h1 {
  font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.1; letter-spacing: -.015em; color: var(--white);
}
.masthead p { color: rgba(255, 255, 255, .82); margin-top: .75rem; }
.masthead .updated { font-size: .8125rem; color: var(--blue-200); }

/* ---------- Prose (legal pages) ---------- */

.prose { max-width: 720px; margin-inline: auto; padding-block: clamp(2.5rem, 6vw, 4rem); }
.prose h2 { font-size: 1.5rem; line-height: 1.25; margin-top: 2.5rem; margin-bottom: .75rem; }
.prose h2:first-of-type { margin-top: 0; }
.prose h3 { font-size: 1.125rem; line-height: 1.35; margin-top: 1.75rem; margin-bottom: .5rem; }
.prose p, .prose li { font-size: 1.0625rem; line-height: 1.7; }
.prose ul { list-style: none; padding-left: 0; }
.prose ul li { position: relative; padding-left: 1.4rem; margin-bottom: .6rem; }
.prose ul li::before {
  content: ""; position: absolute; left: 0; top: .65em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--blue-200);
}
.legal-note {
  background: var(--paper); border-left: 3px solid var(--blue-500);
  padding: 1.1rem 1.35rem; margin-bottom: 2rem; border-radius: 0 var(--radius) var(--radius) 0;
}
.legal-note p { font-size: .9375rem; margin: 0; }

/* ---------- Contact page ---------- */

.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.contact-list li { display: flex; gap: .9rem; margin-bottom: 1.35rem; }
.contact-list .icon { width: 22px; height: 22px; color: var(--blue-500); margin-top: .2rem; }
.contact-list h2 {
  font-family: var(--sans); font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .1em; color: var(--ink-muted); margin-bottom: .2rem;
}
.contact-list a { font-size: 1.0625rem; }
.contact-form-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 14px; padding: clamp(1.5rem, 4vw, 2.25rem);
}
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid-2 .span-2 { grid-column: 1 / -1; }

/* ---------- Thank you / 404 ---------- */

.centred-page { text-align: center; padding-block: clamp(3rem, 8vw, 6rem); }
.centred-page .icon-large { width: 56px; height: 56px; color: var(--blue-500); margin-inline: auto; }
.centred-page h1 { font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.1; margin: 1.25rem 0 .75rem; }
.centred-page p { max-width: 56ch; margin-inline: auto; }
.centred-page .actions { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.summary-box {
  max-width: 480px; margin: 2rem auto 0; text-align: left;
  background: var(--paper); border-radius: var(--radius); padding: 1.35rem 1.5rem;
}
.summary-box h2 { font-size: 1.15rem; margin-bottom: .75rem; }
.summary-box p { font-size: .9375rem; margin: 0; }

/* ==========================================================================
   Motion — every transition is opt-in
   ========================================================================== */

@media (prefers-reduced-motion: no-preference) {
  .dest-card { transition: transform 120ms ease; }
  .dest-card:hover { transform: translateY(-2px); }
  .dest-go span { transition: transform 120ms ease; display: inline-block; }
  .dest-card:hover .dest-go span { transform: translateX(3px); }
  .faq-chevron, .faq-chevron::before, .faq-chevron::after, .sel-chevron { transition: transform 120ms ease, background-color 120ms ease; }
  .btn-navy, .btn-white, .btn-phone, .btn-search, .tab, .modal-close { transition: background-color 120ms ease; }
}

/* ==========================================================================
   Breakpoints — 1200 / 980 / 900 / 780 / 620 / 520
   ========================================================================== */

@media (max-width: 1200px) {
  .dest-intro { text-align: left; }
}

@media (max-width: 1080px) {
  /* The 5-up search bar is the first thing to break — drop to two rows. */
  .search-bar {
    grid-template-columns: 1fr 1fr; gap: .25rem; padding: .5rem;
    border-radius: 12px;
  }
  .search-bar-3 { grid-template-columns: 1fr 1fr; }
  .search-sep { display: none; }
  .search-bar .field { padding: .5rem .6rem; border: 1px solid var(--line); border-radius: 8px; }
  .btn-search { grid-column: 1 / -1; margin-left: 0; margin-top: .25rem; }
}

@media (max-width: 980px) {
  .form-more-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; gap: 0; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-aside { position: static; }
}

@media (max-width: 900px) {
  .main-nav { display: none; }
  .header-actions { display: inline-flex; margin-left: auto; }
  .header-phone { display: inline-flex; }
  .nav-toggle { display: inline-flex; flex: 0 0 auto; }
  .mobile-nav {
    position: fixed; left: 0; right: 0; top: 72px; z-index: 96;
    max-height: calc(100vh - 72px); overflow-y: auto;
    border-top: 1px solid var(--line); box-shadow: 0 16px 32px rgba(1, 41, 92, .12);
  }
}

@media (max-width: 780px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .dest-head { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

@media (max-width: 620px) {
  .search-bar, .search-bar-3, .form-more-grid, .form-pair, .form-grid-2 { grid-template-columns: 1fr; }
  .form-grid-2 .span-2 { grid-column: auto; }
  .header-inner { gap: .75rem; }
  .header-phone { padding-inline: .85rem; font-size: .875rem; }
  .header-phone .icon { width: 16px; height: 16px; }
  body { padding-bottom: var(--callbar-h); }
  .sticky-call { display: flex; }
  .cookie-bar {
    left: 0; right: 0; bottom: var(--callbar-h); max-width: none;
    border-radius: 0; border-left: 0; border-right: 0; border-bottom: 0;
  }
  .service-row { grid-template-columns: auto 1fr; }
  .service-num { display: none; }
  .modal { padding: 0; align-items: flex-end; }
  .modal-panel { max-width: none; border-radius: 16px 16px 0 0; max-height: 92vh; }
}

@media (max-width: 520px) {
  .header-phone { display: none; }
  .header-actions { gap: .35rem; }
  .nav-toggle { width: 48px; height: 48px; }
}

@media (max-width: 520px) {
  :root { --gutter: 16px; }
  .header-phone { display: none; }
  .header-actions { gap: .35rem; }
  .nav-toggle { width: 48px; height: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .card-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .cookie-actions { flex-direction: column; }
}

/* Touch devices get taller fields. */
@media (hover: none) and (pointer: coarse) {
  input[type="text"], input[type="email"], input[type="tel"],
  input[type="date"], input[type="number"], select, .sel-button { min-height: 52px; }
  .search-bar .field input { min-height: 32px; }
}
