@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/dm-sans-latin.woff2") format("woff2");
}

/* Typography */
.ct-brand__wordmark {
  display: block;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.68rem;
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.ct-brand--footer .ct-brand__wordmark { font-size: 1.72rem; }

@media (max-width: 680px) {
  .ct-brand__wordmark { font-size: 1.45rem; }
}

@media (max-width: 359px) {
  .ct-brand__wordmark { font-size: 1.32rem; }
}

:root {
  --ct-ivory: #f5f0e7;
  --ct-sand: #e4d5bf;
  --ct-limestone: #d2c3ad;
  --ct-paper: #fffdf9;
  --ct-charcoal: #242522;
  --ct-muted: #66645d;
  --ct-ocean: #123d4a;
  --ct-ocean-strong: #0b303b;
  --ct-terracotta: #a85f43;
  --ct-terracotta-dark: #82442f;
  --ct-line: rgba(36, 37, 34, 0.16);
  --ct-line-light: rgba(255, 255, 255, 0.18);
  --ct-success: #27614f;
  --ct-error: #a23c32;
  --ct-radius-sm: 8px;
  --ct-radius: 14px;
  --ct-radius-lg: 24px;
  --ct-container: 1220px;
  --ct-gutter: clamp(18px, 3.4vw, 48px);
  --ct-section: clamp(76px, 10vw, 132px);
  --ct-display: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --ct-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --ct-header-height: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--ct-header-height) + 20px); scrollbar-gutter: stable; -webkit-text-size-adjust: 100%; }
html.ct-location-scroll-locked, body.ct-location-scroll-locked { overflow: hidden; overscroll-behavior: none; }
body {
  margin: 0;
  color: var(--ct-charcoal);
  background: var(--ct-ivory);
  font-family: var(--ct-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, button, input, select, textarea { font-family: var(--ct-body); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
[hidden] { display: none !important; }

.ct-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.ct-container { width: min(100%, calc(var(--ct-container) + (var(--ct-gutter) * 2))); margin-inline: auto; padding-inline: var(--ct-gutter); }
.ct-skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; transform: translateY(-140%); padding: 10px 14px; color: #fff; background: var(--ct-ocean); border-radius: var(--ct-radius-sm); text-decoration: none; }
.ct-skip-link:focus { transform: none; }

.ct-eyebrow { display: inline-block; color: var(--ct-terracotta-dark); font-size: 0.73rem; font-weight: 750; letter-spacing: 0.15em; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--ct-display); font-weight: 500; letter-spacing: -0.035em; line-height: 0.98; }
h1 { font-size: clamp(3.05rem, 5.8vw, 5.6rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.65rem); }
h3 { line-height: 1.18; }

.ct-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.91rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.ct-button:hover { transform: translateY(-1px); }
.ct-button:active { transform: none; }
.ct-button--small { min-height: 42px; padding: 10px 17px; font-size: 0.84rem; }
.ct-button--primary { color: #fff; background: var(--ct-ocean); }
.ct-button--primary:hover { background: var(--ct-ocean-strong); }
.ct-button--light { color: var(--ct-charcoal); background: var(--ct-paper); }
.ct-button--light:hover { background: #fff; }
.ct-button--ghost { color: var(--ct-charcoal); background: transparent; border-color: var(--ct-line); }
.ct-button--ghost:hover { background: rgba(36, 37, 34, 0.04); }
.ct-button--wide { min-width: 178px; }
.ct-button[disabled] { opacity: 0.58; cursor: wait; transform: none; }
.ct-text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ct-line); padding-bottom: 4px; }
.ct-text-link span { color: var(--ct-terracotta); transition: transform 160ms ease; }
.ct-text-link:hover span { transform: translateX(3px); }
.ct-button:focus-visible, .ct-text-link:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(168, 95, 67, 0.42); outline-offset: 3px; }
[data-booking-app] .ct-trip-choice-heading strong[tabindex="-1"]:focus,
[data-booking-app] .ct-passenger-choice-heading strong[tabindex="-1"]:focus,
[data-booking-app] .ct-route-dates__heading strong[tabindex="-1"]:focus,
[data-booking-app] .ct-step-heading h3[tabindex="-1"]:focus { outline: none; }

/* Header */
.ct-header { position: sticky; z-index: 1000; top: 0; min-height: var(--ct-header-height); border-bottom: 1px solid rgba(36, 37, 34, 0.09); background: rgba(245, 240, 231, 0.96); }
@supports (backdrop-filter: blur(12px)) { .ct-header { background: rgba(245, 240, 231, 0.87); backdrop-filter: blur(14px); } }
.ct-header__inner { min-height: var(--ct-header-height); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.ct-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ct-charcoal); text-decoration: none; white-space: nowrap; }
.ct-brand__mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--ct-paper); background: var(--ct-terracotta); font-family: var(--ct-display); font-size: 1.25rem; line-height: 1; }
.ct-brand__name { font-family: var(--ct-display); font-size: 1.36rem; font-weight: 600; letter-spacing: -0.035em; }
.ct-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 32px); }
.ct-nav a { position: relative; color: #454641; font-size: 0.83rem; font-weight: 680; text-decoration: none; white-space: nowrap; }
.ct-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--ct-terracotta); transform: scaleX(0); transform-origin: right; transition: transform 160ms ease; }
.ct-nav a:hover::after, .ct-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.ct-header__actions { display: flex; align-items: center; gap: 10px; }
.ct-menu-button { width: 44px; height: 44px; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 6px; padding: 0; border: 1px solid var(--ct-line); border-radius: 50%; background: transparent; cursor: pointer; }
.ct-menu-button span { width: 17px; height: 1.5px; background: currentColor; transition: transform 160ms ease; }
.ct-menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.ct-menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.ct-mobile-menu { position: fixed; z-index: 999; top: var(--ct-header-height); right: 0; bottom: 0; left: 0; overflow-y: auto; overscroll-behavior: contain; padding: 18px var(--ct-gutter) max(24px, env(safe-area-inset-bottom)); background: var(--ct-ivory); }
.ct-mobile-menu nav { display: flex; flex-direction: column; align-items: stretch; }
.ct-mobile-menu a { padding: 15px 2px; border-bottom: 1px solid var(--ct-line); font-family: var(--ct-display); font-size: clamp(1.65rem, 7vw, 2.2rem); line-height: 1.15; text-decoration: none; }
.ct-mobile-menu a[aria-current="page"] { color: var(--ct-terracotta-dark); }
.ct-mobile-menu .ct-mobile-menu__book { margin-top: 20px; padding: 15px 20px; color: #fff; background: var(--ct-ocean); border: 0; border-radius: 999px; font-family: var(--ct-body); font-size: 0.95rem; font-weight: 750; text-align: center; }
.ct-menu-lock, .ct-menu-lock body { overflow: hidden; }

/* Hero */
.ct-hero { position: relative; padding: clamp(38px, 4.5vw, 62px) 0 clamp(68px, 6.5vw, 88px); background: var(--ct-ivory); }
.ct-hero__grid { display: grid; grid-template-columns: minmax(310px, 0.78fr) minmax(480px, 1.22fr); align-items: center; gap: clamp(34px, 5vw, 76px); padding-bottom: 32px; }
.ct-hero__content { padding: 18px 0 48px; }
.ct-hero__content h1 { max-width: 690px; margin: 17px 0 24px; }
.ct-hero__content > p { max-width: 540px; margin-bottom: 30px; color: var(--ct-muted); font-size: clamp(1.02rem, 1.4vw, 1.2rem); }
.ct-hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ct-hero__assurances { display: flex; gap: 16px 26px; flex-wrap: wrap; margin: 28px 0 0; padding: 18px 0 0; border-top: 1px solid var(--ct-line); list-style: none; color: var(--ct-muted); font-size: 0.78rem; font-weight: 650; }
.ct-hero__assurances li { display: inline-flex; align-items: center; gap: 8px; }
.ct-hero__assurances li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ct-success); }
.ct-hero__visual { position: relative; margin: 0; }
.ct-hero__visual picture { display: block; overflow: hidden; border-radius: 2px 2px 72px 2px; aspect-ratio: 1.48 / 1; background: var(--ct-sand); }
.ct-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.ct-hero__visual figcaption { position: absolute; right: 20px; bottom: 18px; display: flex; gap: 14px; flex-wrap: wrap; padding: 9px 12px; color: #fff; background: rgba(11, 48, 59, 0.86); border-radius: 999px; font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; }
.ct-hero__visual figcaption span + span::before { content: "•"; padding-right: 14px; opacity: 0.55; }
.ct-hero__booking { position: relative; z-index: 5; margin-top: clamp(-66px, -5vw, -42px); }

/* Booking */
.ct-booking { width: 100%; min-width: 0; min-inline-size: 0; max-width: 1160px; max-inline-size: 100%; margin-inline: auto; padding: clamp(22px, 3vw, 40px); border: 1px solid rgba(36, 37, 34, 0.1); border-radius: var(--ct-radius-lg); background: var(--ct-paper); box-shadow: 0 18px 55px rgba(41, 36, 28, 0.08); }
.ct-booking__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--ct-line); }
.ct-booking__heading h2 { margin: 8px 0 0; font-size: clamp(2rem, 3.4vw, 3.2rem); }
.ct-booking__heading > p { max-width: 390px; margin: 0; color: var(--ct-muted); font-size: 0.92rem; }
.ct-booking__progress { margin: 22px 0 28px; color: var(--ct-muted); }
.ct-booking__progress-copy { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.ct-booking__progress-copy > div { display: grid; gap: 4px; }
.ct-booking__progress-copy > div > small { color: var(--ct-terracotta-dark); font-size: 0.6rem; font-weight: 780; letter-spacing: 0.14em; text-transform: uppercase; }
.ct-booking__progress-copy > div > span { color: var(--ct-charcoal); font-size: 0.76rem; font-weight: 780; letter-spacing: 0.07em; text-transform: uppercase; }
.ct-booking__progress-copy > strong { max-width: 440px; padding: 7px 11px; border: 1px solid rgba(24, 63, 60, 0.14); border-radius: 999px; color: var(--ct-ocean); background: rgba(24, 63, 60, 0.055); font-size: 0.68rem; font-weight: 700; text-align: right; }
.ct-booking__step-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.ct-booking__step-list li { position: relative; min-width: 0; color: #8a908f; text-align: center; }
.ct-booking__step-list li::after { content: ""; position: absolute; z-index: 0; top: 15px; left: calc(50% + 22px); width: calc(100% - 44px); height: 1px; background: rgba(23, 33, 38, 0.16); }
.ct-booking__step-list li:last-child::after { display: none; }
.ct-booking__step-list li > span { position: relative; z-index: 1; width: 31px; height: 31px; display: grid; place-items: center; margin: 0 auto 7px; border: 1px solid rgba(23, 33, 38, 0.2); border-radius: 50%; background: var(--ct-paper); font-size: 0.61rem; font-weight: 760; transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.ct-booking__step-list li > small { display: block; overflow: hidden; font-size: 0.68rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.ct-booking__step-list li.is-complete { color: var(--ct-ocean); }
.ct-booking__step-list li.is-complete::after { background: rgba(24, 63, 60, 0.58); }
.ct-booking__step-list li.is-complete > span { color: #fff; border-color: var(--ct-ocean); background: var(--ct-ocean); }
.ct-booking__step-list li.is-current { color: var(--ct-charcoal); }
.ct-booking__step-list li.is-current > span { color: #fff; border-color: var(--ct-terracotta); background: var(--ct-terracotta); box-shadow: 0 0 0 4px rgba(182, 111, 62, 0.12); }
.ct-reservation-journey { margin: 0 0 clamp(26px, 4vw, 44px); padding: clamp(20px, 2.8vw, 32px); border: 1px solid rgba(23, 33, 38, 0.14); border-radius: 22px; background: var(--ct-paper); box-shadow: 0 18px 48px rgba(23, 33, 38, 0.09); }
.ct-reservation-journey .ct-booking__progress-copy { margin-bottom: 17px; }
.ct-booking__layout { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 292px; align-items: start; gap: clamp(24px, 3vw, 42px); }
.ct-booking__main { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; }
.ct-booking__alert { margin: 0 0 18px; padding: 12px 14px; color: var(--ct-error); background: rgba(162, 60, 50, 0.07); border-left: 3px solid var(--ct-error); border-radius: 3px var(--ct-radius-sm) var(--ct-radius-sm) 3px; font-size: 0.88rem; }
.ct-alert-action { margin-left: 8px; padding: 2px 0; color: inherit; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-weight: 780; cursor: pointer; }
.ct-booking-step { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; margin: 0; padding: 0; border: 0; }
.ct-step-heading { margin-bottom: 22px; }
.ct-step-heading h3 { margin: 0 0 3px; font-family: var(--ct-display); font-size: 1.55rem; font-weight: 600; }
.ct-step-heading p { margin: 0; color: var(--ct-muted); font-size: 0.86rem; }
.ct-route-fields { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr); align-items: end; gap: 10px; }
.ct-location-field, .ct-number-field { position: relative; width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; }
.ct-location-field > label, .ct-number-field > label, .ct-field > label { display: block; margin-bottom: 5px; color: var(--ct-charcoal); font-size: 0.79rem; font-weight: 750; }
.ct-input-shell { position: relative; width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; }
.ct-input-shell > svg { position: absolute; z-index: 1; top: 50%; left: 14px; width: 18px; height: 18px; color: var(--ct-terracotta); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; transform: translateY(-50%); pointer-events: none; }
.ct-input-shell input, .ct-field input, .ct-field select, .ct-field textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  inline-size: 100%;
  min-inline-size: 0;
  max-inline-size: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ct-charcoal);
  background: #fff;
  border: 1px solid rgba(36, 37, 34, 0.22);
  border-radius: var(--ct-radius-sm);
  outline: 0;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}
.ct-input-shell input { padding-left: 42px; padding-right: 36px; text-overflow: ellipsis; }
.ct-field select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, var(--ct-muted) 50%), linear-gradient(135deg, var(--ct-muted) 50%, transparent 50%); background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.ct-field textarea { min-height: 106px; resize: vertical; }
.ct-input-shell input:hover, .ct-field input:hover, .ct-field select:hover, .ct-field textarea:hover { border-color: rgba(36, 37, 34, 0.42); }
.ct-input-shell input:focus, .ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus { border-color: var(--ct-ocean); box-shadow: 0 0 0 3px rgba(18, 61, 74, 0.12); }
.ct-location-field:has(input[data-location-type]) .ct-input-shell input { border-color: rgba(18, 61, 74, 0.3); background: linear-gradient(105deg, #fff 72%, rgba(18, 61, 74, 0.055)); }
.ct-input-shell input[aria-invalid="true"], .ct-field input[aria-invalid="true"], .ct-field select[aria-invalid="true"], .ct-field textarea[aria-invalid="true"] { border-color: var(--ct-error); }
.ct-location-clear { position: absolute; z-index: 2; top: 50%; right: 8px; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; color: var(--ct-muted); background: transparent; font-size: 1.35rem; cursor: pointer; transform: translateY(-50%); }
.ct-route-swap { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 5px; padding: 0; border: 1px solid var(--ct-line); border-radius: 50%; color: var(--ct-ocean); background: transparent; cursor: pointer; transition: background-color 160ms ease, transform 160ms ease; }
.ct-route-swap:hover { background: var(--ct-ivory); transform: rotate(180deg); }
.ct-route-swap svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.ct-location-backdrop { display: none; }
.ct-location-backdrop:not([hidden]) { position: fixed; z-index: 1490; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(8, 23, 32, 0.5); cursor: default; animation: ct-location-backdrop-in 140ms ease-out both; }
.ct-location-results { position: fixed; z-index: 1500; max-height: min(520px, 65dvh); overflow-y: auto; overscroll-behavior: contain; scroll-padding-top: calc(var(--ct-location-head-height, 150px) + 8px); scroll-padding-bottom: 10px; scrollbar-gutter: stable; touch-action: pan-y; padding: 9px; border: 1px solid #d2ccc1; border-radius: 18px; background: #faf8f3; box-shadow: 0 28px 76px rgba(8, 23, 32, 0.25), 0 5px 16px rgba(8, 23, 32, 0.12); }
body.ct-location-scroll-locked .ct-hero { overflow: visible; }
.ct-location-picker__head { position: sticky; z-index: 3; top: -9px; margin: -9px -9px 5px; padding: 16px 18px 14px; border-top: 3px solid #b69a60; border-bottom: 1px solid #ddd7cc; border-radius: 17px 17px 0 0; background: linear-gradient(180deg, #fbf8f1 0%, #faf8f3 58%); }
.ct-location-picker__head[data-picker-kind="destination"] { border-top-color: #355765; background: linear-gradient(180deg, #f1f6f5 0%, #faf8f3 58%); }
.ct-location-picker__journey { display: grid; grid-template-columns: max-content minmax(36px, 1fr) max-content; align-items: center; gap: 9px; margin: 0 42px 13px 0; }
.ct-location-picker__journey-step { min-width: 0; display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; color: #7a8588; background: transparent; font: inherit; cursor: pointer; }
.ct-location-picker__journey-step:disabled { opacity: 1; cursor: default; }
.ct-location-picker__journey-step > span { width: 22px; height: 22px; flex: 0 0 22px; display: grid; place-items: center; border: 1px solid #bfc8c9; border-radius: 50%; color: #607075; background: #fff; font-size: 0.61rem; font-weight: 830; line-height: 1; transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease; }
.ct-location-picker__journey-step > span svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.ct-location-picker__journey-step > strong { overflow: hidden; font-size: 0.65rem; font-weight: 780; letter-spacing: 0.04em; line-height: 1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.ct-location-picker__journey-step.is-complete { color: #355765; }
.ct-location-picker__journey-step.is-complete > span { color: #fff; border-color: #355765; background: #355765; }
.ct-location-picker__head[data-picker-kind="pickup"] .ct-location-picker__journey-step.is-current { color: #7c602f; }
.ct-location-picker__head[data-picker-kind="pickup"] .ct-location-picker__journey-step.is-current > span { color: #fff; border-color: #9a783c; background: #9a783c; }
.ct-location-picker__head[data-picker-kind="destination"] .ct-location-picker__journey-step.is-current { color: #142d3d; }
.ct-location-picker__head[data-picker-kind="destination"] .ct-location-picker__journey-step.is-current > span { color: #fff; border-color: #142d3d; background: #142d3d; }
.ct-location-picker__journey-step:not(:disabled):hover { color: #142d3d; }
.ct-location-picker__journey-step:not(:disabled):hover > span { border-color: #142d3d; }
.ct-location-picker__journey-step:focus-visible { outline: 3px solid rgba(154, 120, 60, 0.32); outline-offset: 3px; border-radius: 4px; }
.ct-location-picker__journey-line { position: relative; height: 1px; overflow: hidden; background: #d2d8d7; }
.ct-location-picker__journey-line i { position: absolute; inset: 0; background: #9a783c; transform: scaleX(0); transform-origin: left center; transition: transform 180ms ease; }
.ct-location-picker__journey-line.is-complete i { transform: scaleX(1); }
.ct-location-picker__title { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.ct-location-picker__title > div { min-width: 0; flex: 1 1 auto; display: grid; gap: 2px; }
.ct-location-picker__title-icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; margin-top: 1px; border: 1px solid #c8ab6c; border-radius: 50%; color: #8b6b32; background: #fffaf0; }
.ct-location-picker__head[data-picker-kind="destination"] .ct-location-picker__title-icon { color: #fff; border-color: #355765; background: #355765; }
.ct-location-picker__title-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ct-location-picker__title strong { color: #142d3d; font-family: var(--ct-display); font-size: 1.25rem; font-weight: 650; letter-spacing: -0.028em; line-height: 1.1; }
.ct-location-picker__title small { max-width: 390px; margin-top: 4px; color: #67747a; font-size: 0.67rem; line-height: 1.4; }
.ct-location-picker__origin { min-width: 0; display: flex; align-items: center; gap: 9px; margin: 3px 0 10px 46px; padding: 8px 10px; border: 1px solid rgba(53, 87, 101, 0.2); border-radius: 9px; background: rgba(255, 255, 255, 0.78); }
.ct-location-picker__origin > span { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #9a783c; font-size: 0.67rem; font-weight: 850; }
.ct-location-picker__origin > span svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.ct-location-picker__origin > div { min-width: 0; display: grid; gap: 1px; }
.ct-location-picker__origin small { color: #6c777a; font-size: 0.52rem; font-weight: 760; letter-spacing: 0.1em; line-height: 1.2; text-transform: uppercase; }
.ct-location-picker__origin strong { overflow: hidden; color: #142d3d; font-size: 0.72rem; font-weight: 760; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.ct-location-picker__close { position: relative; width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; margin: -4px -3px 0 0; padding: 0; border: 1px solid #bfc8c9; border-radius: 50%; color: #142d3d; background: #fff; font-size: 1.15rem; line-height: 1; cursor: pointer; }
.ct-location-picker__close svg { display: none; }
.ct-location-picker__close::before,
.ct-location-picker__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.ct-location-picker__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.ct-location-picker__close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.ct-location-picker__close:hover { color: #fff; border-color: #142d3d; background: #142d3d; }
.ct-location-picker__close:focus-visible { outline: 3px solid rgba(154, 120, 60, 0.32); outline-offset: 1px; }
.ct-location-picker__search { height: 42px; display: flex; align-items: center; gap: 9px; margin: 13px 0 10px; padding: 0 12px; border: 1px solid #bfc9ca; border-radius: 9px; background: #fff; transition: border-color 150ms ease, box-shadow 150ms ease; }
.ct-location-picker__search:focus-within { border-color: #355765; box-shadow: 0 0 0 3px rgba(53, 87, 101, 0.11); }
.ct-location-picker__search svg { width: 16px; flex: 0 0 16px; fill: none; stroke: #355765; stroke-linecap: round; stroke-width: 1.8; }
.ct-location-picker__search input { width: 100%; min-width: 0; max-width: 100%; inline-size: 100%; min-inline-size: 0; max-inline-size: 100%; height: 100%; padding: 0; border: 0; outline: 0; color: var(--ct-charcoal); background: transparent; font: inherit; font-size: 0.72rem; }
.ct-location-picker__search input::placeholder { color: var(--ct-muted); opacity: 0.82; }
.ct-location-results.is-searching .ct-location-picker__options, .ct-location-results.is-searching .ct-location-category-grid { opacity: 0.46; pointer-events: none; }
.ct-location-filters { display: flex; gap: 4px; overflow-x: auto; padding: 1px 1px 3px; scrollbar-width: none; }
.ct-location-filters::-webkit-scrollbar { display: none; }
.ct-location-filter { min-height: 32px; flex: 0 0 auto; padding: 7px 11px; border: 1px solid #c7cecd; border-radius: 999px; color: #35515d; background: #fff; font-size: 0.63rem; font-weight: 750; line-height: 1; cursor: pointer; transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
.ct-location-filter:hover { border-color: #9a783c; background: #fff; }
.ct-location-filter[aria-pressed="true"] { color: #fff; border-color: #142d3d; background: #142d3d; }
.ct-location-filter:focus-visible { outline: 3px solid rgba(154, 120, 60, 0.32); outline-offset: 1px; }
.ct-location-areas { margin-top: 9px; padding-top: 9px; border-top: 1px solid #ddd7cc; }
.ct-location-areas > span { display: block; margin: 0 1px 6px; color: var(--ct-muted); font-size: 0.6rem; font-weight: 780; letter-spacing: 0.1em; text-transform: uppercase; }
.ct-location-areas > div { display: flex; gap: 5px; overflow-x: auto; padding: 1px 1px 3px; scrollbar-width: none; }
.ct-location-areas > div::-webkit-scrollbar { display: none; }
.ct-location-areas button { min-height: 30px; flex: 0 0 auto; padding: 6px 10px; border: 1px solid #c7cecd; border-radius: 7px; color: #35515d; background: #fff; font-size: 0.64rem; font-weight: 720; cursor: pointer; }
.ct-location-areas button:hover { color: #fff; border-color: #142d3d; background: #142d3d; }
.ct-location-areas button:focus-visible { outline: 3px solid rgba(154, 120, 60, 0.32); outline-offset: 1px; }
.ct-location-picker__options, .ct-location-category-grid { transition: opacity 120ms ease; }
.ct-location-picker__options { padding-bottom: 2px; }
.ct-location-group { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 4px 7px 0; padding: 10px 1px 7px; border-bottom: 1px solid #cdb787; color: #35515d; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.ct-location-group small { flex: 0 0 auto; color: #69717e; font-size: 0.57rem; font-weight: 650; letter-spacing: 0; text-transform: none; }
.ct-location-option { width: calc(100% - 14px); min-height: 52px; display: flex; align-items: center; gap: 11px; margin: 0 7px; padding: 10px 7px; border: 0; border-bottom: 1px solid rgba(20, 45, 61, 0.12); border-radius: 0; color: #142d3d; background: transparent; text-align: left; cursor: pointer; transition: color 140ms ease, background-color 140ms ease, box-shadow 140ms ease; }
.ct-location-option:hover { background: #f1f4f3; box-shadow: inset 3px 0 0 #b69a60; }
.ct-location-option[aria-selected="true"] { color: #fff; background: #142d3d; box-shadow: none; }
.ct-location-option[aria-selected="true"] small { color: rgba(255, 255, 255, 0.7); }
.ct-location-option[aria-selected="true"] .ct-location-option__icon { color: #142d3d; border-color: #fff; background: #fff; }
.ct-location-option__icon { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; border: 1px solid #cdbf9d; border-radius: 50%; color: #355765; background: #fff; }
.ct-location-option__icon svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ct-location-option span:not(.ct-location-option__icon) { min-width: 0; }
.ct-location-option__copy { flex: 1 1 auto; }
.ct-location-option__meta { flex: 0 0 auto; display: grid; justify-items: end; gap: 5px; }
.ct-location-option__distance { padding: 5px 8px; border: 1px solid rgba(154, 120, 60, 0.34); border-radius: 999px; color: #7c602f; background: #fbf5e9; font-size: 0.59rem; font-weight: 820; letter-spacing: 0.02em; line-height: 1; white-space: nowrap; }
.ct-location-option__distance.is-estimate { color: #5f6f73; border-color: rgba(53, 87, 101, 0.22); background: #f2f5f4; }
.ct-location-option[aria-selected="true"] .ct-location-option__distance { color: #fff; border-color: rgba(255, 255, 255, 0.38); background: rgba(255, 255, 255, 0.12); }
.ct-location-option strong, .ct-location-option small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ct-location-option strong { font-size: 0.84rem; }
.ct-location-option small { color: var(--ct-muted); font-size: 0.69rem; }
.ct-location-option__state { flex: 0 0 auto; padding: 5px 8px; border: 1px solid currentColor; border-radius: 999px; color: inherit; background: transparent; font-size: 0.56rem; font-weight: 760; line-height: 1; }
.ct-location-featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 2px 8px 10px; }
.ct-location-featured-grid .ct-location-option { min-height: 70px; align-items: flex-start; gap: 9px; padding: 9px 10px; border: 1px solid rgba(18, 61, 74, 0.11); border-radius: 13px; background: linear-gradient(145deg, #fff, rgba(18, 61, 74, 0.035)); transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.ct-location-featured-grid .ct-location-option:hover { border-color: rgba(18, 61, 74, 0.28); box-shadow: 0 10px 24px rgba(18, 61, 74, 0.09); transform: translateY(-2px); }
.ct-location-featured-grid .ct-location-option[data-type="airport"] { background: linear-gradient(145deg, #fff, rgba(73, 133, 151, 0.09)); }
.ct-location-featured-grid .ct-location-option[data-type="restaurant"] { background: linear-gradient(145deg, #fff, rgba(168, 95, 67, 0.095)); }
.ct-location-featured-grid .ct-location-option[data-type="attraction"] { background: linear-gradient(145deg, #fff, rgba(199, 166, 101, 0.12)); }
.ct-location-featured-grid .ct-location-option__icon { width: 32px; height: 32px; flex-basis: 32px; }
.ct-location-featured-grid .ct-location-option strong { display: -webkit-box; overflow: hidden; font-size: 0.78rem; line-height: 1.25; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ct-location-featured-grid .ct-location-option small { display: -webkit-box; margin-top: 3px; overflow: hidden; font-size: 0.62rem; line-height: 1.3; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ct-location-featured-grid .ct-location-option__state { display: none; }
.ct-location-featured-grid .ct-location-option__meta { display: none; }
.ct-location-category-grid { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 12px 9px 10px; }
.ct-location-results.is-category-landing .ct-location-category-grid { min-height: calc(100% - var(--ct-location-head-height, 150px) - 58px); }
.ct-location-category-card { position: relative; min-height: 132px; display: flex; align-items: flex-start; flex-direction: column; padding: 15px; overflow: hidden; border: 1px solid #d9d4ca; border-radius: 12px; color: #142d3d; background: #fff; text-align: left; cursor: pointer; isolation: isolate; box-shadow: inset 0 3px 0 #9a783c; transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease; }
.ct-location-category-card:hover { border-color: #b69a60; box-shadow: inset 0 3px 0 #9a783c, 0 8px 20px rgba(20, 45, 61, 0.1); transform: none; }
.ct-location-category-card[data-category-type="airport"] { border-radius: 12px 12px 54px 12px; background: #edf3f3; box-shadow: inset 0 3px 0 #355765; }
.ct-location-category-card[data-category-type="hotel"] { border-radius: 12px 12px 12px 54px; background: #f6f0e6; box-shadow: inset 0 3px 0 #b69a60; }
.ct-location-category-card[data-category-type="restaurant"] { border-radius: 54px 12px 12px 12px; background: #f6efec; box-shadow: inset 0 3px 0 #9b6658; }
.ct-location-category-card[data-category-type="attraction"] { border-radius: 12px 54px 12px 12px; background: #eef3ef; box-shadow: inset 0 3px 0 #728b7d; }
.ct-location-category-card__index { display: none; }
.ct-location-category-card__top { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: auto; }
.ct-location-category-card[data-category-type="restaurant"] .ct-location-category-card__top { padding-left: 42px; }
.ct-location-category-card[data-category-type="attraction"] .ct-location-category-card__top { padding-right: 42px; }
.ct-location-category-card__icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #cdbf9d; border-radius: 50%; color: #355765; background: rgba(255, 255, 255, 0.76); }
.ct-location-category-card__icon svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ct-location-category-card__count { min-width: 42px; display: grid; justify-items: end; color: #35515d; background: transparent; text-align: right; }
.ct-location-category-card__count span { font-family: var(--ct-display); font-size: 1.05rem; font-weight: 720; letter-spacing: -0.04em; line-height: 0.9; }
.ct-location-category-card__count small { margin-top: 3px; font-size: 0.43rem; font-weight: 760; letter-spacing: 0.08em; text-transform: uppercase; }
.ct-location-category-card strong { margin-top: 14px; font-family: var(--ct-display); font-size: 1.15rem; font-weight: 650; letter-spacing: -0.025em; line-height: 1; }
.ct-location-category-card > small { max-width: calc(100% - 44px); margin-top: 6px; color: #647178; font-size: 0.62rem; line-height: 1.35; opacity: 1; }
.ct-location-category-card[data-category-type="hotel"] > small { margin-left: 34px; }
.ct-location-category-card__arrow { position: absolute; right: 13px; bottom: 12px; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #cdbf9d; border-radius: 50%; color: #355765; background: rgba(255, 255, 255, 0.7); font-size: 0.82rem; line-height: 1; transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
.ct-location-category-card[data-category-type="airport"] .ct-location-category-card__arrow { right: auto; left: 13px; }
.ct-location-category-card:hover .ct-location-category-card__arrow { color: #fff; border-color: #142d3d; background: #142d3d; transform: none; }
.ct-location-category-card:focus-visible { outline: 3px solid rgba(154, 120, 60, 0.36); outline-offset: 2px; }
.ct-location-compass { position: absolute; z-index: 2; top: 50%; left: 50%; width: 78px; height: 78px; display: grid; grid-template-rows: 1fr auto 1fr; place-items: center; padding: 10px; border: 1px solid #c2a66a; border-radius: 50%; color: #fff; background: #142d3d; box-shadow: 0 0 0 6px #faf8f3, 0 0 0 7px #d7d0c4, 0 8px 18px rgba(20, 45, 61, 0.18); transform: translate(-50%, -50%); pointer-events: none; }
.ct-location-compass::before, .ct-location-compass::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 50%; }
.ct-location-compass::after { inset: 13px; border-color: rgba(194, 166, 106, 0.42); }
.ct-location-compass span, .ct-location-compass small { position: relative; z-index: 1; align-self: end; font-size: 0.42rem; font-weight: 760; letter-spacing: 0.16em; line-height: 1; text-transform: uppercase; }
.ct-location-compass small { align-self: start; color: #d8c18f; }
.ct-location-compass strong { position: relative; z-index: 1; color: #d8c18f; font-size: 1rem; font-weight: 500; line-height: 1; }
@media (min-width: 681px) { .ct-location-category-card[data-category-type="airport"] > small { margin-left: 34px; } }
.ct-location-option--custom-compact { width: calc(100% - 16px); min-height: 46px; margin: 2px 8px 7px; padding: 8px 10px; border: 1px solid #d5cec1; border-radius: 9px; background: #fff; }
.ct-location-option--custom-compact .ct-location-option__icon { width: 27px; height: 27px; flex-basis: 27px; }
.ct-location-option--custom-compact small { display: none; }
.ct-location-option--custom-compact::after { content: "→"; flex: 0 0 auto; color: #9a783c; font-size: 0.9rem; }
.ct-location-picker__hint { margin: 3px 8px 8px; padding: 10px 11px; border-radius: 8px; color: var(--ct-muted); background: var(--ct-ivory); font-size: 0.69rem; line-height: 1.45; }
.ct-location-show-all { width: calc(100% - 16px); min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 7px; margin: 7px 8px 10px; padding: 8px 12px; border: 1px solid #355765; border-radius: 9px; color: #355765; background: #fff; font-size: 0.68rem; font-weight: 760; cursor: pointer; }
.ct-location-show-all:hover { color: #fff; border-color: #142d3d; background: #142d3d; }
.ct-location-show-all span { font-size: 0.82rem; }
.ct-location-show-all:focus-visible { outline: 3px solid rgba(154, 120, 60, 0.32); outline-offset: 1px; }
.ct-location-empty { padding: 16px 10px; color: var(--ct-muted); font-size: 0.82rem; }
.ct-location-loading { min-height: 108px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 20px; color: var(--ct-muted); font-size: 0.78rem; }
.ct-location-loading span { width: 17px; height: 17px; border: 2px solid rgba(18, 61, 74, 0.18); border-top-color: var(--ct-ocean); border-radius: 50%; animation: ct-location-spin 700ms linear infinite; }
@keyframes ct-location-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .ct-location-loading span { animation: none; border-top-color: rgba(18, 61, 74, 0.18); background: var(--ct-ocean); } }
.ct-route-meta { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(145px, 0.65fr); gap: 20px; margin-top: 20px; }
.ct-segmented { min-width: 0; margin: 0; padding: 0; border: 0; }
.ct-segmented legend { margin-bottom: 7px; font-size: 0.79rem; font-weight: 750; }
.ct-segmented > div { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; border: 1px solid var(--ct-line); border-radius: 10px; background: var(--ct-ivory); }
.ct-segmented label { min-width: 0; cursor: pointer; }
.ct-segmented input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.ct-segmented span { min-height: 42px; display: grid; place-items: center; border-radius: 7px; font-size: 0.8rem; font-weight: 720; }
.ct-segmented input:checked + span { color: #fff; background: var(--ct-ocean); }
.ct-segmented input:checked + span::after { content: "Selected"; margin-top: -4px; font-size: 0.56rem; font-weight: 750; letter-spacing: 0.08em; line-height: 1; opacity: 0.72; text-transform: uppercase; }
.ct-segmented input:focus-visible + span { outline: 3px solid rgba(168, 95, 67, 0.42); outline-offset: 2px; }
.ct-trip-selection-status { margin: 9px 2px 0; color: var(--ct-ocean); font-size: 0.72rem; line-height: 1.45; }
.ct-trip-selection-status strong { font-weight: 780; }
.ct-route-dates { width: 100%; min-width: 0; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--ct-line); }
.ct-route-dates__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.ct-route-dates__heading strong { font-family: var(--ct-display); font-size: 1rem; font-weight: 650; }
.ct-route-dates__heading span { color: var(--ct-muted); font-size: 0.7rem; text-align: right; }
.ct-return-upgrade-summary { display: none; }
[data-progressive-route] .ct-progressive-stage:not([hidden]) { animation: none; }

/* Progressive airport route dialogs: trip, dates, passengers and schedule. */
.ct-trip-choice-backdrop,
.ct-trip-choice-heading,
.ct-passenger-choice-heading,
.ct-trip-choice-actions,
.ct-passenger-choice-actions,
.ct-date-choice-actions,
.ct-date-choice-eyebrow,
.ct-date-choice-close,
.ct-schedule-choice-eyebrow,
.ct-schedule-choice-close { display: none; }
[data-progressive-route]:not(.is-trip-choice-open):not(.is-passenger-choice-open) [data-route-trip-stage]:not([hidden]) .ct-trip-choice-heading { display: flex; }
[data-progressive-route]:not(.is-trip-choice-open) [data-route-trip-stage] .ct-trip-choice-heading button { display: none; }
[data-progressive-route] .ct-segmented span small { display: none; }
[data-progressive-route].is-trip-choice-open .ct-trip-choice-backdrop:not([hidden]),
[data-progressive-route].is-date-choice-open .ct-trip-choice-backdrop:not([hidden]),
[data-progressive-route].is-passenger-choice-open .ct-trip-choice-backdrop:not([hidden]),
[data-progressive-route].is-schedule-choice-open .ct-trip-choice-backdrop:not([hidden]) {
  position: fixed;
  z-index: 1540;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: rgba(8, 23, 32, 0.66);
  cursor: default;
  animation: none;
}
[data-progressive-route].is-trip-choice-open [data-route-trip-stage],
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] {
  position: fixed;
  z-index: 1550;
  top: 50%;
  left: 50%;
  width: min(500px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  display: block;
  margin: 0;
  padding: 26px;
  overflow-y: auto;
  border: 1px solid rgba(194, 166, 106, 0.48);
  border-radius: 22px;
  background: #faf8f3;
  box-shadow: 0 34px 90px rgba(8, 23, 32, 0.34), 0 8px 24px rgba(8, 23, 32, 0.18);
  transform: translate(-50%, -50%);
  animation: ct-trip-choice-dialog-in 100ms ease-out both;
}
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.ct-trip-choice-heading > div { min-width: 0; display: grid; gap: 4px; }
.ct-trip-choice-heading > div > span { color: #9a783c; font-size: 0.58rem; font-weight: 820; letter-spacing: 0.16em; text-transform: uppercase; }
.ct-trip-choice-heading strong { color: #142d3d; font-family: var(--ct-display); font-size: 1.6rem; font-weight: 650; letter-spacing: -0.035em; line-height: 1.08; }
.ct-trip-choice-heading small { max-width: 360px; color: #67747a; font-size: 0.74rem; line-height: 1.45; }
.ct-route-choice-close {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  margin: -4px -4px 0 0;
  padding: 0;
  border: 1px solid #bfc8c9;
  border-radius: 50%;
  color: #142d3d;
  background: #fff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}
.ct-trip-choice-heading > .ct-route-choice-close,
.ct-passenger-choice-heading > .ct-route-choice-close { display: grid; }
.ct-route-choice-close:hover { color: #fff; border-color: #142d3d; background: #142d3d; }
.ct-route-choice-close:focus-visible { outline: 3px solid rgba(154, 120, 60, 0.32); outline-offset: 2px; }
.ct-route-choice-back { display: none; }
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading .ct-route-choice-back,
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-choice-back,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading .ct-route-choice-back,
[data-progressive-route].is-schedule-choice-open [data-schedule-step] .ct-route-choice-back {
  width: max-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 5px;
  padding: 3px 0;
  border: 0;
  border-radius: 6px;
  color: #355765;
  background: transparent;
  font-family: var(--ct-body);
  font-size: 0.7rem;
  font-weight: 780;
  line-height: 1;
  cursor: pointer;
}
.ct-route-choice-back:hover { color: #a85f43; }
.ct-route-choice-back:focus-visible { outline: 3px solid rgba(154, 120, 60, 0.32); outline-offset: 2px; }
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented span {
  min-height: 126px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 18px;
  border: 1px solid #c9cfcd;
  border-radius: 15px;
  color: #142d3d;
  background: #fff;
  font-family: var(--ct-display);
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  box-shadow: 0 7px 18px rgba(20, 45, 61, 0.06);
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:hover span { border-color: #9a783c; box-shadow: 0 10px 24px rgba(20, 45, 61, 0.11); transform: translateY(-2px); }
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:first-child span::before,
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:last-child span::before {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #fff;
  background: #142d3d;
  font-family: sans-serif;
  font-size: 1.05rem;
}
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:first-child span::before { content: "→"; }
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:last-child span::before {
  content: "\2192\FE0E  \2190\FE0E";
  background-color: #142d3d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-variant-emoji: text;
  letter-spacing: -0.08em;
}
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented span small {
  display: block;
  margin-top: 5px;
  color: #67747a;
  font-family: var(--ct-body);
  font-size: 0.69rem;
  font-weight: 560;
  line-height: 1.35;
}
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented input:checked + span { color: #fff; border-color: #142d3d; background: #142d3d; }
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-number-field { display: none; }
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] { width: min(440px, calc(100vw - 32px)); }
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-trip-choice-heading,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-segmented { display: none; }
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.ct-passenger-choice-heading > div { min-width: 0; display: grid; gap: 4px; }
.ct-passenger-choice-heading > div > span { color: #9a783c; font-size: 0.58rem; font-weight: 820; letter-spacing: 0.16em; text-transform: uppercase; }
.ct-passenger-choice-heading strong { color: #142d3d; font-family: var(--ct-display); font-size: 1.55rem; font-weight: 650; letter-spacing: -0.035em; line-height: 1.08; }
.ct-passenger-choice-heading small { max-width: 320px; color: #67747a; font-size: 0.74rem; line-height: 1.45; }
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-number-field { display: block; }
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-stepper { height: 62px; }
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-actions { display: block; margin-top: 20px; }
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-actions .ct-button { width: 100%; }
[data-progressive-route].is-date-choice-open [data-route-date-stage] {
  position: fixed;
  z-index: 1550;
  top: 50%;
  left: 50%;
  width: min(500px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  margin: 0;
  padding: 26px;
  overflow-y: auto;
  border: 1px solid rgba(194, 166, 106, 0.48);
  border-radius: 22px;
  background: #faf8f3;
  box-shadow: 0 34px 90px rgba(8, 23, 32, 0.34), 0 8px 24px rgba(8, 23, 32, 0.18);
  transform: translate(-50%, -50%);
  animation: ct-date-choice-dialog-in 80ms ease-out both;
}
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__heading {
  position: relative;
  display: block;
  margin-bottom: 21px;
}
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__copy {
  display: grid;
  gap: 5px;
  margin-top: 13px;
}
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__copy > span {
  max-width: 520px;
  color: #67747a;
  font-size: 0.74rem;
  line-height: 1.45;
  text-align: left;
}
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-date-choice-eyebrow {
  grid-column: 2;
  grid-row: 1;
  display: block;
  color: #9a783c;
  font-size: 0.58rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-choice-back { grid-column: 1; grid-row: 1; margin: 0; }
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__heading strong {
  color: #142d3d;
  font-size: 1.6rem;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-date-choice-close {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  margin: 0;
  display: grid;
}
[data-progressive-route].is-date-choice-open:not(.is-round-trip-choice) [data-route-date-stage] .ct-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="date"],
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="time"] { min-height: 58px; border-color: #b9c3c3; background-color: #fff; font-size: 1rem; }
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-date-choice-actions {
  display: block;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--ct-line);
}
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-date-choice-actions .ct-button { width: 100%; }
[data-progressive-route].is-schedule-choice-open [data-schedule-step] {
  position: fixed;
  z-index: 1550;
  top: 50%;
  left: 50%;
  width: min(720px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  margin: 0;
  padding: 26px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(194, 166, 106, 0.48);
  border-radius: 22px;
  background: #faf8f3;
  box-shadow: 0 34px 90px rgba(8, 23, 32, 0.34), 0 8px 24px rgba(8, 23, 32, 0.18);
  transform: translate(-50%, -50%);
  animation: ct-date-choice-dialog-in 80ms ease-out both;
}
[data-progressive-route].is-schedule-choice-open [data-schedule-step] .ct-step-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
[data-progressive-route].is-schedule-choice-open [data-schedule-step] .ct-schedule-inline-back { display: none; }
[data-progressive-route].is-schedule-choice-open [data-schedule-step] .ct-schedule-choice-eyebrow { display: block; margin-bottom: 4px; color: #9a783c; font-size: 0.58rem; font-weight: 820; letter-spacing: 0.16em; text-transform: uppercase; }
[data-progressive-route].is-schedule-choice-open [data-schedule-step] .ct-step-heading h3 { font-size: 1.55rem; }
[data-progressive-route].is-schedule-choice-open [data-schedule-step] .ct-schedule-choice-close { display: grid; }
[data-progressive-route].is-schedule-choice-open [data-schedule-step] .ct-step-actions { position: sticky; bottom: -26px; margin: 20px -26px -26px; padding: 18px 26px 26px; background: linear-gradient(180deg, rgba(250, 248, 243, 0.8), #faf8f3 28%); }
@keyframes ct-trip-choice-dialog-in {
  from { opacity: 0.65; transform: translate(-50%, calc(-50% + 5px)); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes ct-date-choice-dialog-in {
  from { opacity: 0.72; transform: translate(-50%, calc(-50% + 4px)); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes ct-choice-sheet-in-solid {
  from { opacity: 1; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  [data-progressive-route] .ct-progressive-stage:not([hidden]) { animation: none; }
  [data-progressive-route].is-trip-choice-open [data-route-trip-stage],
  [data-progressive-route].is-date-choice-open [data-route-date-stage],
  [data-progressive-route].is-passenger-choice-open [data-route-trip-stage],
  [data-progressive-route].is-schedule-choice-open [data-schedule-step],
  [data-progressive-route].is-trip-choice-open .ct-trip-choice-backdrop:not([hidden]),
  [data-progressive-route].is-date-choice-open .ct-trip-choice-backdrop:not([hidden]),
  [data-progressive-route].is-passenger-choice-open .ct-trip-choice-backdrop:not([hidden]),
  [data-progressive-route].is-schedule-choice-open .ct-trip-choice-backdrop:not([hidden]) { animation: none; }
}

/* Progressive wizard sheets: fixed controls with one scrollable content region. */
.ct-wizard-sheet__body { display: contents; }
.ct-booking button,
.ct-booking .ct-segmented label,
.ct-booking .ct-vehicle-option {
  touch-action: manipulation;
}

[data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice,
[data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice,
[data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates {
  box-sizing: border-box;
  max-height: calc(100dvh - 32px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: contain;
}
[data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice,
[data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates {
  width: min(640px, calc(100vw - 32px));
}
[data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice {
  width: min(440px, calc(100vw - 32px));
}
[data-progressive-route] .ct-wizard-sheet__body {
  min-width: 0;
  min-height: 0;
}
[data-progressive-route].is-trip-choice-open .ct-wizard-sheet__body,
[data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__body,
[data-progressive-route].is-date-choice-open .ct-wizard-sheet__body {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1px;
  scroll-padding-block: 10px;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
[data-progressive-route].is-trip-choice-open .ct-wizard-sheet__header,
[data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__header,
[data-progressive-route].is-date-choice-open .ct-wizard-sheet__header {
  min-width: 0;
  margin-bottom: 18px;
}
[data-progressive-route].is-trip-choice-open .ct-passenger-choice-actions { display: none; }
[data-progressive-route].is-trip-choice-open .ct-trip-choice-actions,
[data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__footer,
[data-progressive-route].is-date-choice-open .ct-wizard-sheet__footer {
  display: block;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 33, 38, 0.12);
  background: #faf8f3;
}
[data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__footer .ct-button,
[data-progressive-route].is-trip-choice-open .ct-trip-choice-actions .ct-button,
[data-progressive-route].is-date-choice-open .ct-wizard-sheet__footer .ct-button {
  width: 100%;
  min-height: 52px;
}
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-trip-choice-actions { display: none; }
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-actions { display: block; }
[data-progressive-route].is-trip-choice-open .ct-trip-choice-actions .ct-button:disabled { cursor: not-allowed; }

[data-progressive-route].is-date-choice-open [data-route-date-stage].is-return-upgrade .ct-return-upgrade-summary:not([hidden]) {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  margin-bottom: 13px;
  padding: 13px 14px;
  border: 1px solid rgba(154, 120, 60, 0.3);
  border-radius: 13px;
  background: linear-gradient(135deg, #fffaf0 0%, #f4f6f4 100%);
  box-shadow: inset 3px 0 0 #b69a60;
}
.ct-return-upgrade-summary__badge {
  min-width: 43px;
  min-height: 27px;
  display: inline-grid;
  place-items: center;
  padding: 5px 8px;
  border: 1px solid rgba(53, 87, 101, 0.28);
  border-radius: 999px;
  color: #355765;
  background: #fff;
  font-size: 0.55rem;
  font-weight: 830;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ct-return-upgrade-summary > div { min-width: 0; display: grid; gap: 2px; }
.ct-return-upgrade-summary small { color: #8a6b36; font-size: 0.53rem; font-weight: 820; letter-spacing: 0.12em; text-transform: uppercase; }
.ct-return-upgrade-summary strong { color: #142d3d; font-family: var(--ct-display); font-size: 1rem; font-weight: 680; letter-spacing: -0.02em; }
.ct-return-upgrade-summary > div > span { overflow: hidden; color: #66747a; font-size: 0.65rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
[data-progressive-route].is-date-choice-open [data-route-date-stage].is-return-upgrade [data-outbound-schedule-card] { display: none; }
[data-progressive-route].is-date-choice-open [data-route-date-stage].is-return-upgrade .ct-wizard-sheet__body .ct-form-grid { grid-template-columns: minmax(0, 1fr); }

.ct-schedule-rides { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.ct-schedule-ride {
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(23, 33, 38, 0.14);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 45, 61, 0.055);
}
.ct-schedule-ride__heading { display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: start; gap: 10px; margin-bottom: 15px; }
.ct-schedule-ride__heading > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ct-ocean);
  font-size: 0.66rem;
  font-weight: 800;
}
.ct-schedule-ride--return .ct-schedule-ride__heading > span { background: var(--ct-terracotta-dark); }
.ct-schedule-ride__heading > div { min-width: 0; display: grid; gap: 2px; }
.ct-schedule-ride__heading small { color: #9a783c; font-size: 0.55rem; font-weight: 820; letter-spacing: 0.12em; text-transform: uppercase; }
.ct-schedule-ride__heading strong { color: #142d3d; font-family: var(--ct-display); font-size: 1rem; font-weight: 700; letter-spacing: -0.025em; line-height: 1.15; }
.ct-schedule-ride__heading p {
  min-height: 2.8em;
  height: 2.8em;
  display: -webkit-box;
  margin: 2px 0 0;
  overflow: hidden;
  color: #67747a;
  font-size: 0.66rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
[data-progressive-route].is-round-trip-choice [data-route-date-stage] { width: min(680px, calc(100vw - 32px)); }
[data-progressive-route].is-round-trip-choice [data-route-date-stage] .ct-schedule-rides { grid-template-columns: repeat(2, minmax(0, 1fr)); }
[data-progressive-route].is-round-trip-choice [data-route-date-stage] .ct-schedule-ride .ct-form-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }

.ct-stepper { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; height: 52px; display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; border: 1px solid var(--ct-line); border-radius: 10px; background: #fff; overflow: hidden; }
.ct-stepper button { border: 0; color: var(--ct-ocean); background: transparent; font-size: 1.3rem; cursor: pointer; }
.ct-stepper input { width: 100%; min-width: 0; max-width: 100%; inline-size: 100%; min-inline-size: 0; max-inline-size: 100%; padding: 0; border: 0; outline: 0; background: transparent; font-weight: 760; text-align: center; appearance: textfield; }
.ct-stepper input::-webkit-inner-spin-button { appearance: none; }
.ct-field-error { min-height: 0; margin: 5px 0 0; color: var(--ct-error); font-size: 0.72rem; }
.ct-field-error:empty { display: none; }
.ct-step-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--ct-line); }
.ct-step-actions--end { justify-content: flex-end; }
.ct-form-grid { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; display: grid; gap: 17px; }
.ct-form-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ct-field { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; }
.ct-field--full { grid-column: 1 / -1; }
.ct-field label span { color: var(--ct-muted); font-weight: 500; }
.ct-contact-method-note { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: -7px; color: var(--ct-muted); font-size: 0.7rem; line-height: 1.35; }
.ct-contact-method-note strong { color: var(--ct-charcoal); font-size: 0.75rem; font-weight: 750; }
.ct-contact-method-note span { text-align: right; }
.ct-field-note { display: block; margin-top: 5px; color: var(--ct-muted); font-size: 0.7rem; }
.ct-field input[type="date"],
.ct-field input[type="time"] { -webkit-appearance: none; appearance: none; display: block; box-sizing: border-box; width: 100%; min-width: 0; max-width: 100%; inline-size: 100%; min-inline-size: 0; max-inline-size: 100%; overflow: hidden; color-scheme: light; font: inherit; }
.ct-field input[type="date"]::-webkit-date-and-time-value,
.ct-field input[type="time"]::-webkit-date-and-time-value { min-width: 0; overflow: hidden; text-align: left; text-overflow: ellipsis; }
.ct-field input[type="date"]::-webkit-datetime-edit,
.ct-field input[type="time"]::-webkit-datetime-edit { min-width: 0; overflow: hidden; }
.ct-field input[type="date"]::-webkit-calendar-picker-indicator,
.ct-field input[type="time"]::-webkit-calendar-picker-indicator { flex: 0 0 auto; margin-inline-start: 8px; }
.ct-trip-panel { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; padding: 20px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); }
.ct-trip-panel + .ct-trip-panel { margin-top: 18px; }
.ct-trip-panel__title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; padding-bottom: 13px; border-bottom: 1px solid var(--ct-line); }
.ct-trip-panel__title strong { font-family: var(--ct-display); font-size: 1.3rem; }
.ct-trip-panel__title span { max-width: 70%; overflow: hidden; color: var(--ct-muted); font-size: 0.76rem; text-overflow: ellipsis; white-space: nowrap; }
.ct-booking-step.is-single-time-only .ct-step-heading { margin-bottom: 14px; }
.ct-booking-step.is-single-time-only .ct-trip-panel[data-trip-panel="arrival"] { padding: 0; border: 0; }
.ct-booking-step.is-single-time-only .ct-trip-panel[data-trip-panel="arrival"] .ct-trip-panel__title { display: none; }
.ct-booking-step.is-single-time-only .ct-trip-panel[data-trip-panel="arrival"] > .ct-form-grid { grid-template-columns: minmax(0, 360px); }
.ct-booking-step.is-single-time-only .ct-step-actions { margin-top: 20px; }
.ct-flight-panel { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--ct-line); }
.ct-flight-panel__heading { display: flex; align-items: center; gap: 11px; margin-bottom: 15px; }
.ct-flight-panel__heading svg { width: 20px; flex: 0 0 20px; color: var(--ct-terracotta); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.ct-flight-panel__heading strong, .ct-flight-panel__heading span { display: block; }
.ct-flight-panel__heading strong { font-size: 0.82rem; }
.ct-flight-panel__heading span { color: var(--ct-muted); font-size: 0.7rem; }
.ct-loading-state { min-height: 120px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--ct-muted); font-size: 0.83rem; }
.ct-loading-state span { width: 18px; height: 18px; border: 2px solid rgba(18, 61, 74, 0.18); border-top-color: var(--ct-ocean); border-radius: 50%; animation: ct-spin 700ms linear infinite; }
@keyframes ct-spin { to { transform: rotate(360deg); } }
.ct-vehicle-options { display: grid; gap: 12px; }
.ct-vehicle-option { position: relative; display: grid; grid-template-columns: 126px minmax(0, 1fr) auto; align-items: center; gap: 17px; min-width: 0; padding: 11px 16px 11px 11px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: #fff; cursor: pointer; transition: border-color 160ms ease, background-color 160ms ease; }
.ct-vehicle-option:hover { border-color: rgba(18, 61, 74, 0.48); }
.ct-vehicle-option:focus-within { outline: 3px solid rgba(168, 95, 67, 0.34); outline-offset: 2px; }
.ct-vehicle-option.is-selected { border-color: var(--ct-ocean); background: rgba(18, 61, 74, 0.035); box-shadow: inset 3px 0 0 var(--ct-ocean); }
.ct-vehicle-option.is-disabled { opacity: 0.5; cursor: not-allowed; }
.ct-vehicle-option input { position: absolute; opacity: 0; }
.ct-vehicle-option__image { width: 126px; height: 88px; overflow: hidden; border-radius: 9px; background: var(--ct-ivory); }
.ct-vehicle-option__image img { width: 100%; height: 100%; object-fit: cover; }
.ct-vehicle-option__info { min-width: 0; }
.ct-vehicle-option__info h4 { margin: 0 0 5px; font-family: var(--ct-display); font-size: 1.25rem; }
.ct-vehicle-option__info p { margin: 0 0 5px; color: var(--ct-muted); font-size: 0.72rem; }
.ct-vehicle-option__meta { display: flex; gap: 8px 16px; flex-wrap: wrap; color: #4f504b; font-size: 0.69rem; font-weight: 650; }
.ct-vehicle-option__price { min-width: 112px; padding-right: 27px; text-align: right; }
.ct-vehicle-option__price strong, .ct-vehicle-option__price small, .ct-vehicle-option__price del { display: block; }
.ct-vehicle-option__price strong { font-size: 1.05rem; }
.ct-vehicle-option__price del { margin-bottom: 1px; color: var(--ct-muted); font-size: 0.68rem; }
.ct-vehicle-option__price small { color: var(--ct-muted); font-size: 0.65rem; }
.ct-vehicle-option__comparison { display: block; margin-top: 6px; padding-top: 6px; border-top: 1px solid rgba(23, 33, 38, 0.11); color: var(--ct-muted); font-size: 0.58rem; line-height: 1.25; }
.ct-vehicle-option__comparison b { color: var(--ct-charcoal); font-weight: 720; }
.ct-vehicle-option__check { position: absolute; top: 9px; right: 9px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: transparent; border: 1px solid rgba(23, 33, 38, 0.18); background: #fff; font-size: 0.67rem; font-weight: 800; }
.ct-vehicle-option.is-selected .ct-vehicle-option__check { color: #fff; border-color: var(--ct-ocean); background: var(--ct-ocean); }
.ct-roundtrip-value { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 16px; padding: 20px; color: #fff; border: 1px solid rgba(216, 193, 143, 0.34); border-radius: var(--ct-radius); background: linear-gradient(135deg, #102e38 0%, #174854 100%); box-shadow: 0 16px 38px rgba(8, 23, 32, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08); }
.ct-roundtrip-value .ct-eyebrow { margin-bottom: 5px; color: #e5af97; }
.ct-roundtrip-value strong, .ct-roundtrip-value p { display: block; }
.ct-roundtrip-value strong { font-family: var(--ct-display); font-size: 1.25rem; font-weight: 600; line-height: 1.15; }
.ct-roundtrip-value p { margin: 5px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 0.72rem; }
.ct-roundtrip-value .ct-button { flex: 0 0 auto; min-height: 46px; border-color: rgba(216, 193, 143, 0.58); }

.ct-booking-summary { position: sticky; top: calc(var(--ct-header-height) + 18px); border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: var(--ct-ivory); overflow: hidden; }
.ct-booking-summary__mobile-toggle { display: none; }
.ct-booking-summary__body { padding: 18px; }
.ct-booking-summary__title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--ct-line); }
.ct-booking-summary__title span { font-family: var(--ct-display); font-size: 1.2rem; font-weight: 600; }
.ct-booking-summary__title button { padding: 3px 0; color: var(--ct-terracotta-dark); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: 0.69rem; font-weight: 720; cursor: pointer; }
.ct-booking-summary dl { margin: 6px 0 0; }
.ct-booking-summary dl > div { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 9px; padding: 7px 0; }
.ct-booking-summary dt { color: var(--ct-muted); font-size: 0.66rem; }
.ct-booking-summary dd { margin: 0; overflow-wrap: anywhere; font-size: 0.69rem; font-weight: 650; text-align: right; }
.ct-price-breakdown { margin-top: 11px; padding-top: 11px; border-top: 1px solid var(--ct-line); }
.ct-price-breakdown > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 3px 0; font-size: 0.68rem; }
.ct-price-breakdown strong { font-variant-numeric: tabular-nums; }
.ct-price-breakdown__total { margin-top: 8px; padding-top: 11px !important; border-top: 1px solid var(--ct-line); color: var(--ct-ocean); font-size: 0.92rem !important; }
.ct-price-breakdown__total strong { font-size: 1.2rem; }
.ct-booking-summary__microcopy { margin: 11px 0 0; color: var(--ct-muted); font-size: 0.61rem; line-height: 1.45; }
.ct-booking-summary__pricing-model { margin: 11px 0 0; padding: 8px 9px; border-left: 2px solid var(--ct-terracotta); color: var(--ct-charcoal); background: rgba(168, 95, 67, 0.07); font-size: 0.61rem; font-weight: 700; line-height: 1.4; }

/* Editorial sections */
.ct-route-section, .ct-why-section, .ct-services-section, .ct-faq-section { padding: var(--ct-section) 0; }
.ct-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.ct-section-heading h2 { max-width: 730px; margin: 12px 0 0; }
.ct-section-heading > p { max-width: 430px; margin: 0; color: var(--ct-muted); }
.ct-route-list { border-top: 1px solid var(--ct-line); }
.ct-route-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) 40px; align-items: center; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--ct-line); text-decoration: none; transition: padding-inline 180ms ease, background-color 180ms ease; }
.ct-route-row:hover { padding-inline: 15px; background: rgba(255, 253, 249, 0.58); }
.ct-route-row__number { color: var(--ct-terracotta-dark); font-size: 0.7rem; font-weight: 750; }
.ct-route-row__places { min-width: 0; }
.ct-route-row__places strong, .ct-route-row__places small { display: block; }
.ct-route-row__places strong { font-family: var(--ct-display); font-size: clamp(1.25rem, 2.4vw, 2rem); font-weight: 500; }
.ct-route-row__places i { margin: 0 5px; color: var(--ct-terracotta); font-family: var(--ct-body); font-size: 0.75em; font-style: normal; }
.ct-route-row__places small { color: var(--ct-muted); font-size: 0.74rem; }
.ct-route-row__arrow { font-size: 1.2rem; text-align: right; }
.ct-airport-section { padding: var(--ct-section) 0; color: #fff; background: var(--ct-ocean); }
.ct-airport-section__grid { display: grid; grid-template-columns: minmax(280px, 0.85fr) minmax(450px, 1.15fr); gap: clamp(55px, 8vw, 120px); }
.ct-airport-section .ct-eyebrow, .ct-section-heading--light .ct-eyebrow { color: #d79b83; }
.ct-airport-section__intro h2 { margin: 14px 0 22px; }
.ct-airport-section__intro p { max-width: 450px; margin-bottom: 30px; color: rgba(255, 255, 255, 0.72); }
.ct-airport-steps { margin: 0; padding: 0; border-top: 1px solid var(--ct-line-light); list-style: none; }
.ct-airport-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--ct-line-light); }
.ct-airport-steps > li > span { color: #d79b83; font-size: 0.69rem; font-weight: 760; }
.ct-airport-steps strong { display: block; margin-bottom: 2px; font-family: var(--ct-display); font-size: 1.24rem; font-weight: 600; }
.ct-airport-steps p { margin: 0; color: rgba(255, 255, 255, 0.64); font-size: 0.78rem; }
.ct-why-section__grid { display: grid; grid-template-columns: minmax(300px, 0.86fr) minmax(450px, 1.14fr); gap: clamp(60px, 9vw, 140px); }
.ct-why-section__statement { position: sticky; top: calc(var(--ct-header-height) + 45px); align-self: start; }
.ct-why-section__statement h2 { margin: 14px 0 24px; }
.ct-why-section__statement p { max-width: 470px; color: var(--ct-muted); }
.ct-why-list { border-top: 1px solid var(--ct-line); }
.ct-why-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--ct-line); }
.ct-why-list article > span { color: var(--ct-terracotta-dark); font-size: 0.68rem; font-weight: 760; }
.ct-why-list h3 { margin: 0 0 7px; font-family: var(--ct-display); font-size: 1.42rem; }
.ct-why-list p { margin: 0; color: var(--ct-muted); font-size: 0.87rem; }
.ct-vehicles-section { padding: var(--ct-section) 0; color: #fff; background: #272923; }
.ct-section-heading--light > p { color: rgba(255, 255, 255, 0.66); }
.ct-vehicle-showcase { display: grid; gap: 2px; }
.ct-showcase-vehicle { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr); min-height: 460px; background: #31332c; }
.ct-showcase-vehicle:nth-child(even) { grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr); }
.ct-showcase-vehicle:nth-child(even) .ct-showcase-vehicle__image { order: 2; }
.ct-showcase-vehicle__image { position: relative; min-width: 0; min-height: 0; overflow: hidden; aspect-ratio: 4 / 3; background: #e5ded2; }
.ct-showcase-vehicle__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.ct-showcase-vehicle:hover .ct-showcase-vehicle__image img { transform: scale(1.018); }
.ct-showcase-vehicle__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 68px); }
.ct-showcase-vehicle__content > span { color: #d79b83; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; }
.ct-showcase-vehicle__content h3 { margin: 11px 0 18px; font-family: var(--ct-display); font-size: clamp(2.05rem, 3.3vw, 3.4rem); font-weight: 500; }
.ct-showcase-vehicle__content > p { color: rgba(255, 255, 255, 0.62); font-size: 0.84rem; }
.ct-showcase-vehicle dl { display: grid; grid-template-columns: 1fr 1.35fr; gap: 18px; margin: 18px 0 28px; padding-top: 18px; border-top: 1px solid var(--ct-line-light); }
.ct-showcase-vehicle dt { color: rgba(255, 255, 255, 0.48); font-size: 0.64rem; }
.ct-showcase-vehicle dd { margin: 3px 0 0; font-size: 0.75rem; font-weight: 650; }
.ct-showcase-vehicle__content > a { align-self: flex-start; color: #fff; font-size: 0.78rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
.ct-services-section { background: var(--ct-paper); }
.ct-services-section__intro { display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(280px, 0.52fr); gap: 40px; align-items: end; margin-bottom: 56px; }
.ct-services-section__intro h2 { margin: 13px 0 0; }
.ct-services-section__intro p { margin: 0; color: var(--ct-muted); }
.ct-services-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(40px, 7vw, 110px); border-top: 1px solid var(--ct-line); }
.ct-services-list article { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 15px; padding: 24px 0; border-bottom: 1px solid var(--ct-line); }
.ct-services-list article > span { color: var(--ct-terracotta-dark); font-size: 0.65rem; font-weight: 760; }
.ct-services-list h3 { margin: 0 0 5px; font-family: var(--ct-display); font-size: 1.25rem; }
.ct-services-list p { margin: 0; color: var(--ct-muted); font-size: 0.77rem; }
.ct-services-section__action { display: flex; align-items: center; gap: 22px; margin-top: 40px; }
.ct-services-section__action p { max-width: 430px; margin: 0; color: var(--ct-muted); font-size: 0.77rem; }
.ct-faq-section__grid { display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(470px, 1.28fr); gap: clamp(55px, 9vw, 140px); }
.ct-faq-section__grid > div:first-child h2 { margin: 14px 0 20px; }
.ct-faq-section__grid > div:first-child p { color: var(--ct-muted); }
.ct-faq-list { border-top: 1px solid var(--ct-line); }
.ct-faq-list details { border-bottom: 1px solid var(--ct-line); }
.ct-faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; font-family: var(--ct-display); font-size: 1.1rem; font-weight: 600; list-style: none; cursor: pointer; }
.ct-faq-list summary::-webkit-details-marker { display: none; }
.ct-faq-list summary i { position: relative; width: 22px; height: 22px; flex: 0 0 22px; border: 1px solid var(--ct-line); border-radius: 50%; }
.ct-faq-list summary i::before, .ct-faq-list summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; background: currentColor; transform: translate(-50%, -50%); }
.ct-faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform 160ms ease; }
.ct-faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.ct-faq-list details > div { padding: 0 40px 22px 0; color: var(--ct-muted); font-size: 0.85rem; }
.ct-faq-list details p { margin: 0; }
.ct-final-cta { padding: clamp(58px, 8vw, 100px) 0; color: #fff; background: var(--ct-terracotta-dark); }
.ct-final-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.ct-final-cta .ct-eyebrow { color: #f0c3ad; }
.ct-final-cta h2 { margin: 12px 0 14px; }
.ct-final-cta p { max-width: 600px; margin: 0; color: rgba(255, 255, 255, 0.72); }

/* Footer */
.ct-footer { padding: 64px 0 26px; color: #fff; background: #1f211e; }
.ct-footer__primary { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(50px, 9vw, 140px); padding-bottom: 54px; }
.ct-brand--footer { color: #fff; }
.ct-footer__primary > div > p { max-width: 340px; margin: 18px 0 0; color: rgba(255, 255, 255, 0.58); font-size: 0.82rem; }
.ct-footer__nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.ct-footer__nav strong, .ct-footer__nav a { display: block; }
.ct-footer__nav strong { margin-bottom: 12px; color: #d79b83; font-size: 0.66rem; letter-spacing: 0.11em; text-transform: uppercase; }
.ct-footer__nav a { margin: 8px 0; color: rgba(255, 255, 255, 0.72); font-size: 0.74rem; text-decoration: none; overflow-wrap: anywhere; }
.ct-footer__nav a:hover { color: #fff; }
.ct-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--ct-line-light); color: rgba(255, 255, 255, 0.42); font-size: 0.66rem; }

/* Destination template */
.ct-page-hero { padding: clamp(72px, 9vw, 126px) 0; }
.ct-page-hero__grid { display: grid; grid-template-columns: minmax(340px, 0.85fr) minmax(420px, 1.15fr); align-items: center; gap: clamp(48px, 8vw, 120px); }
.ct-page-hero h1 { margin: 17px 0 25px; }
.ct-page-hero p { max-width: 650px; color: var(--ct-muted); font-size: 1.05rem; }
.ct-page-hero__facts { margin: 0; padding: 0; border-top: 1px solid var(--ct-line); list-style: none; }
.ct-page-hero__facts li { display: flex; align-items: center; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--ct-line); font-size: 0.83rem; font-weight: 650; }
.ct-page-hero__facts li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ct-terracotta); }
.ct-page-booking { padding: 0 0 var(--ct-section); }
.ct-breadcrumbs { padding-top: 19px; color: var(--ct-muted); font-size: 0.69rem; }
.ct-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.ct-breadcrumbs li + li::before { content: "/"; margin-right: 7px; color: var(--ct-limestone); }
.ct-breadcrumbs a { text-decoration: none; }

/* Custom ride requests */
.ct-contact-hero { padding: clamp(64px, 9vw, 126px) 0 clamp(55px, 7vw, 90px); border-bottom: 1px solid var(--ct-line); }
.ct-contact-hero__grid { display: grid; grid-template-columns: minmax(350px, 1.15fr) minmax(300px, 0.65fr); align-items: end; gap: clamp(50px, 10vw, 150px); }
.ct-contact-hero h1 { max-width: 820px; margin: 17px 0 0; }
.ct-contact-hero p { margin: 0 0 10px; color: var(--ct-muted); font-size: 1rem; }
.ct-contact-section { padding: var(--ct-section) 0; background: var(--ct-paper); }
.ct-contact-layout { display: grid; grid-template-columns: minmax(260px, 0.65fr) minmax(520px, 1.35fr); align-items: start; gap: clamp(55px, 9vw, 130px); }
.ct-contact-aside { position: sticky; top: calc(var(--ct-header-height) + 40px); }
.ct-contact-aside h2 { margin: 13px 0 20px; font-size: clamp(2.2rem, 3.7vw, 3.8rem); }
.ct-contact-aside > p { color: var(--ct-muted); }
.ct-contact-aside dl { margin: 30px 0 0; border-top: 1px solid var(--ct-line); }
.ct-contact-aside dl div { padding: 14px 0; border-bottom: 1px solid var(--ct-line); }
.ct-contact-aside dt { color: var(--ct-muted); font-size: 0.66rem; }
.ct-contact-aside dd { margin: 3px 0 0; overflow-wrap: anywhere; font-size: 0.78rem; font-weight: 680; }
.ct-contact-aside a { text-decoration: none; }
.ct-contact-form-panel { min-width: 0; padding: clamp(22px, 4vw, 45px); border: 1px solid var(--ct-line); border-radius: var(--ct-radius-lg); background: var(--ct-ivory); }
.ct-contact-form-heading { margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid var(--ct-line); }
.ct-contact-form-heading h2 { margin: 9px 0 5px; font-size: clamp(2rem, 3.2vw, 3rem); }
.ct-contact-form-heading p { margin: 0; color: var(--ct-muted); font-size: 0.78rem; }
.ct-contact-form__actions { display: flex; align-items: center; gap: 25px; margin-top: 26px; }
.ct-contact-success { padding: clamp(30px, 6vw, 72px) 0; text-align: center; }
.ct-contact-success > span { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: #fff; background: var(--ct-success); font-size: 1.4rem; }
.ct-contact-success h2 { margin-bottom: 12px; }
.ct-contact-success p { max-width: 480px; margin: 0 auto 25px; color: var(--ct-muted); }

@media (max-width: 1040px) {
  .ct-nav { gap: 16px; }
  .ct-nav a { font-size: 0.76rem; }
  .ct-hero__grid { grid-template-columns: minmax(290px, 0.85fr) minmax(410px, 1.15fr); gap: 34px; }
}

@media (max-width: 900px) {
  :root { --ct-header-height: 66px; }
  .ct-nav { display: none; }
  .ct-header__inner { grid-template-columns: auto 1fr auto; }
  .ct-header__actions { grid-column: 3; }
  .ct-menu-button { display: flex; }
  .ct-hero { padding-top: 35px; }
  .ct-hero__grid { grid-template-columns: 1fr; padding-bottom: 0; }
  .ct-hero__content { padding: 10px 0 2px; }
  .ct-hero__visual { margin-top: 15px; }
  .ct-hero__visual picture { aspect-ratio: 1.7 / 1; border-radius: 2px 2px 46px 2px; }
  .ct-airport-section__grid, .ct-why-section__grid, .ct-faq-section__grid, .ct-page-hero__grid { grid-template-columns: 1fr; }
  .ct-airport-section__grid, .ct-faq-section__grid { gap: 48px; }
  .ct-why-section__grid { gap: 42px; }
  .ct-why-section__statement { position: static; }
  .ct-showcase-vehicle, .ct-showcase-vehicle:nth-child(even) { grid-template-columns: 1fr 0.8fr; min-height: 380px; }
  .ct-showcase-vehicle:nth-child(even) .ct-showcase-vehicle__image { order: 0; }
  .ct-footer__primary { grid-template-columns: 1fr; }
  .ct-contact-hero__grid, .ct-contact-layout { grid-template-columns: 1fr; }
  .ct-contact-hero__grid, .ct-contact-layout { gap: 42px; }
  .ct-contact-aside { position: static; }
}

@media (max-width: 680px) {
  :root { --ct-gutter: 18px; --ct-section: 76px; }
  h1 { font-size: clamp(3rem, 14vw, 4.45rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .ct-header__book { min-height: 39px; padding: 9px 14px; font-size: 0.75rem; }
  .ct-header__actions { gap: 7px; }
  .ct-menu-button { width: 40px; height: 40px; }
  .ct-hero { padding-top: 30px; }
  .ct-hero__content h1 { margin: 14px 0 20px; }
  .ct-hero__content > p { font-size: 1rem; }
  .ct-hero__actions { align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; }
  .ct-hero__actions .ct-button { min-height: 48px; padding-inline: 17px; font-size: 0.78rem; white-space: nowrap; }
  .ct-hero__actions .ct-text-link { font-size: 0.78rem; white-space: nowrap; }
  .ct-hero__assurances { display: none; }
  .ct-hero__visual { margin-top: 28px; }
  .ct-hero__visual picture { height: 170px; aspect-ratio: auto; border-radius: 2px 2px 34px 2px; }
  .ct-hero__visual img { object-position: 61% 64%; }
  .ct-hero__visual figcaption { display: none; }
  .ct-section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .ct-route-row { grid-template-columns: 32px minmax(0, 1fr) 22px; gap: 9px; padding: 21px 0; }
  .ct-route-row__places strong { font-size: 1.14rem; line-height: 1.2; }
  .ct-airport-section__grid { gap: 44px; }
  .ct-showcase-vehicle, .ct-showcase-vehicle:nth-child(even) { grid-template-columns: 1fr; }
  .ct-showcase-vehicle:nth-child(even) .ct-showcase-vehicle__image { order: 0; }
  .ct-showcase-vehicle__image { aspect-ratio: 1.55 / 1; }
  .ct-showcase-vehicle__content { padding: 30px 22px 36px; }
  .ct-services-section__intro { grid-template-columns: 1fr; gap: 18px; }
  .ct-services-list { grid-template-columns: 1fr; }
  .ct-services-section__action { align-items: flex-start; flex-direction: column; }
  .ct-final-cta__inner { align-items: flex-start; flex-direction: column; }
  .ct-footer__nav { grid-template-columns: 1fr 1fr; }
  .ct-footer__nav > div:last-child { grid-column: 1 / -1; }
  .ct-footer__bottom { flex-direction: column; gap: 5px; }
  .ct-page-hero { padding-top: 48px; }
  .ct-contact-hero { padding-top: 48px; }
  .ct-contact-form-panel { padding: 22px 14px; border-radius: 17px; }
  .ct-contact-form__actions { align-items: flex-start; flex-direction: column; }
  .ct-contact-form__actions .ct-button { width: 100%; }
}

@media (max-width: 359px) {
  :root { --ct-gutter: 14px; }
  .ct-brand { gap: 7px; }
  .ct-brand__mark { width: 28px; height: 28px; }
  .ct-brand__name { font-size: 1.14rem; }
  .ct-header__book { padding-inline: 11px; }
  .ct-hero__actions { align-items: flex-start; flex-direction: column; }
  .ct-footer__nav { grid-template-columns: 1fr; }
  .ct-footer__nav > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

@keyframes ct-location-backdrop-in { from { opacity: 0; } to { opacity: 1; } }

/* Home */
body.ct-home {
  --ct-ivory: #f3f6ff;
  --ct-sand: #cfe4ff;
  --ct-limestone: #b5c8e8;
  --ct-paper: #ffffff;
  --ct-charcoal: #101d36;
  --ct-muted: #5c687c;
  --ct-ocean: #2454e6;
  --ct-ocean-strong: #173bb3;
  --ct-terracotta: #ff6542;
  --ct-terracotta-dark: #dc4529;
  --ct-line: rgba(16, 29, 54, 0.18);
  --ct-line-light: rgba(255, 255, 255, 0.22);
  --ct-success: #168062;
  --ct-radius-sm: 11px;
  --ct-radius: 18px;
  --ct-radius-lg: 30px;
  --ct-display: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--ct-charcoal);
  background: var(--ct-ivory);
}

.ct-home h1,
.ct-home h2 {
  font-family: var(--ct-display);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.92;
}
.ct-home h3 { font-family: var(--ct-display); letter-spacing: -0.025em; }
.ct-home .ct-eyebrow { color: var(--ct-charcoal); font-size: 0.68rem; letter-spacing: 0.13em; }
.ct-home .ct-button { border-width: 2px; }
.ct-home .ct-button--primary { border-color: var(--ct-charcoal); background: var(--ct-ocean); box-shadow: 4px 4px 0 var(--ct-charcoal); }
.ct-home .ct-button--primary:hover { background: var(--ct-ocean-strong); box-shadow: 2px 2px 0 var(--ct-charcoal); transform: translate(2px, 2px); }
.ct-home .ct-text-link { border-bottom-width: 2px; }

/* Header */
.ct-home .ct-header {
  border-bottom: 2px solid var(--ct-charcoal);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: none;
}
.ct-home .ct-header__inner { gap: 24px; }
.ct-home .ct-brand { gap: 11px; }
.ct-home .ct-brand__mark {
  width: 34px;
  height: 34px;
  border: 2px solid var(--ct-charcoal);
  border-radius: 10px;
  background: #ff6542;
  font-family: var(--ct-display);
  font-size: 1.05rem;
  font-weight: 850;
  transform: rotate(-6deg);
}
.ct-home .ct-brand__name { font-family: var(--ct-display); font-size: 1.24rem; font-weight: 850; letter-spacing: -0.055em; }
.ct-home .ct-nav {
  width: max-content;
  margin-inline: auto;
  padding: 7px 9px;
  border: 1px solid var(--ct-line);
  border-radius: 999px;
  background: #f4f7ff;
}
.ct-home .ct-nav a { color: var(--ct-charcoal); font-size: 0.76rem; font-weight: 760; }
.ct-home .ct-nav a::after { right: 20%; bottom: -4px; left: 20%; height: 2px; background: var(--ct-ocean); }
.ct-home .ct-header__book { border-color: var(--ct-charcoal); box-shadow: none; }
.ct-home .ct-menu-button { border: 2px solid var(--ct-charcoal); background: #ffd34f; }
.ct-home .ct-mobile-menu { color: #fff; background: var(--ct-charcoal); }
.ct-home .ct-mobile-menu a { border-color: rgba(255, 255, 255, 0.18); font-family: var(--ct-display); font-weight: 800; letter-spacing: -0.04em; }
.ct-home .ct-mobile-menu a[aria-current="page"] { color: #ffd34f; }
.ct-home .ct-mobile-menu .ct-mobile-menu__book { color: var(--ct-charcoal); background: #ffd34f; }

/* Hero and route builder */
.ct-home .ct-hero {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(48px, 5.5vw, 78px) 0 clamp(80px, 8vw, 116px);
  border-bottom: 3px solid var(--ct-charcoal);
  background-color: #dcebff;
  background-image:
    linear-gradient(rgba(36, 84, 230, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 84, 230, 0.07) 1px, transparent 1px);
  background-size: 34px 34px;
}
.ct-home .ct-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -170px;
  right: -130px;
  width: 520px;
  height: 520px;
  border: 3px solid var(--ct-charcoal);
  border-radius: 50%;
  background: #ffd34f;
}
.ct-home .ct-hero::after {
  content: "SJD  →  CABO";
  position: absolute;
  z-index: -1;
  top: 36%;
  left: -42px;
  padding: 10px 26px;
  color: #fff;
  background: var(--ct-charcoal);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  transform: rotate(-90deg);
}
.ct-home .ct-hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(44px, 6vw, 84px);
  padding-bottom: 0;
}
.ct-home .ct-hero__content { padding: 24px 0; }
.ct-home .ct-hero__content .ct-eyebrow {
  padding: 8px 12px;
  border: 2px solid var(--ct-charcoal);
  border-radius: 999px;
  background: #a8edcf;
}
.ct-home .ct-hero__content h1 {
  max-width: 720px;
  margin: 24px 0 28px;
  font-size: clamp(4rem, 7.25vw, 7.25rem);
}
.ct-home .ct-hero__content > p { max-width: 600px; color: #36445b; font-size: clamp(1.05rem, 1.45vw, 1.28rem); }
.ct-home .ct-hero__actions { gap: 22px; }
.ct-home .ct-hero__assurances { gap: 9px; margin-top: 32px; padding: 0; border: 0; }
.ct-home .ct-hero__assurances li {
  padding: 8px 11px;
  border: 1px solid var(--ct-charcoal);
  border-radius: 999px;
  color: var(--ct-charcoal);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.69rem;
}
.ct-home .ct-hero__assurances li::before { width: 7px; height: 7px; background: var(--ct-ocean); }
.ct-home .ct-hero__visual { transform: rotate(1.5deg); }
.ct-home .ct-hero__visual picture {
  aspect-ratio: 0.96 / 1;
  border: 3px solid var(--ct-charcoal);
  border-radius: 30px;
  box-shadow: 12px 12px 0 var(--ct-charcoal);
}
.ct-home .ct-hero__visual img { object-position: 59% center; }
.ct-home .ct-hero__visual figcaption {
  right: auto;
  bottom: 22px;
  left: -22px;
  padding: 10px 14px;
  color: var(--ct-charcoal);
  border: 2px solid var(--ct-charcoal);
  background: #ffd34f;
  box-shadow: 4px 4px 0 var(--ct-charcoal);
  font-weight: 800;
}
.ct-home .ct-hero__visual figcaption span + span::before { opacity: 0.35; }
.ct-home .ct-hero__booking { z-index: 3; margin-top: clamp(64px, 7vw, 98px); }
.ct-home .ct-booking {
  border: 3px solid var(--ct-charcoal);
  border-radius: 32px;
  background: #fff;
  box-shadow: 12px 12px 0 var(--ct-charcoal);
}
.ct-home .ct-booking__heading { border-bottom: 2px solid var(--ct-charcoal); }
.ct-home .ct-booking__heading h2 { font-weight: 850; }
.ct-home .ct-booking-summary { border: 2px solid var(--ct-charcoal); background: #edf3ff; }
.ct-home .ct-input-shell input,
.ct-home .ct-field input,
.ct-home .ct-field select,
.ct-home .ct-field textarea,
.ct-home .ct-stepper,
.ct-home .ct-segmented > div { border-width: 2px; }

/* Route cards */
.ct-home .ct-route-section { color: #fff; border-bottom: 3px solid var(--ct-charcoal); background: var(--ct-charcoal); }
.ct-home .ct-route-section .ct-eyebrow { color: #ffd34f; }
.ct-home .ct-route-section .ct-text-link { border-color: rgba(255, 255, 255, 0.45); }
.ct-home .ct-route-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; border: 0; }
.ct-home .ct-route-row {
  position: relative;
  min-height: 220px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 18px;
  padding: 28px;
  color: var(--ct-charcoal);
  border: 2px solid #fff;
  border-radius: 25px;
  background: #ffd34f;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.ct-home .ct-route-row:nth-child(2) { background: #a8edcf; }
.ct-home .ct-route-row:nth-child(3) { background: #ff795c; }
.ct-home .ct-route-row:nth-child(4) { background: #dedaff; }
.ct-home .ct-route-row:hover { padding: 28px; box-shadow: 7px 7px 0 #fff; transform: translate(-3px, -3px); }
.ct-home .ct-route-row__number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--ct-charcoal);
}
.ct-home .ct-route-row__places { grid-column: 1 / -1; align-self: end; }
.ct-home .ct-route-row__places strong { max-width: 480px; font-family: var(--ct-display); font-size: clamp(1.65rem, 2.6vw, 2.65rem); font-weight: 850; letter-spacing: -0.055em; line-height: 1; }
.ct-home .ct-route-row__places small { margin-top: 11px; color: #354157; font-size: 0.76rem; }
.ct-home .ct-route-row__arrow { grid-column: 2; grid-row: 1; font-size: 1.45rem; }

/* Airport and reasons */
.ct-home .ct-airport-section { color: var(--ct-charcoal); border-bottom: 3px solid var(--ct-charcoal); background: #ffd34f; }
.ct-home .ct-airport-section__grid { grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); gap: clamp(45px, 7vw, 100px); }
.ct-home .ct-airport-section .ct-eyebrow { color: var(--ct-charcoal); }
.ct-home .ct-airport-section__intro p { color: #4b4e4f; }
.ct-home .ct-airport-section__intro .ct-button { border: 2px solid var(--ct-charcoal); box-shadow: 4px 4px 0 var(--ct-charcoal); }
.ct-home .ct-airport-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; border: 0; }
.ct-home .ct-airport-steps li {
  min-height: 176px;
  display: block;
  padding: 24px;
  border: 2px solid var(--ct-charcoal);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 5px 5px 0 var(--ct-charcoal);
}
.ct-home .ct-airport-steps > li > span { display: block; margin-bottom: 30px; color: var(--ct-ocean); }
.ct-home .ct-airport-steps strong { font-family: var(--ct-display); font-size: 1.15rem; font-weight: 820; letter-spacing: -0.025em; }
.ct-home .ct-airport-steps p { color: var(--ct-muted); }
.ct-home .ct-why-section { background: #f5f7fc; }
.ct-home .ct-why-section__grid { grid-template-columns: 1fr; gap: 58px; }
.ct-home .ct-why-section__statement {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.6fr);
  align-items: end;
  gap: clamp(45px, 9vw, 130px);
}
.ct-home .ct-why-section__statement .ct-eyebrow,
.ct-home .ct-why-section__statement h2 { grid-column: 1; }
.ct-home .ct-why-section__statement h2 { margin-bottom: 0; }
.ct-home .ct-why-section__statement p { grid-column: 2; grid-row: 1 / span 2; margin: 0 0 4px; }
.ct-home .ct-why-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; border: 0; }
.ct-home .ct-why-list article {
  min-height: 204px;
  display: block;
  padding: 24px;
  border: 2px solid var(--ct-charcoal);
  border-radius: 21px;
  background: #dcebff;
}
.ct-home .ct-why-list article:nth-child(2) { background: #dedaff; }
.ct-home .ct-why-list article:nth-child(3) { background: #a8edcf; }
.ct-home .ct-why-list article:nth-child(4) { background: #ffccbd; }
.ct-home .ct-why-list article > span { display: block; margin-bottom: 35px; color: var(--ct-ocean); }
.ct-home .ct-why-list h3 { font-size: 1.18rem; font-weight: 820; }

/* Fleet cards */
.ct-home .ct-vehicles-section { color: #fff; border-block: 3px solid var(--ct-charcoal); background: var(--ct-ocean); }
.ct-home .ct-vehicles-section .ct-section-heading--light .ct-eyebrow { color: #ffd34f; }
.ct-home .ct-vehicle-showcase { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ct-home .ct-showcase-vehicle,
.ct-home .ct-showcase-vehicle:nth-child(even) {
  min-height: 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  color: var(--ct-charcoal);
  border: 3px solid var(--ct-charcoal);
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
  box-shadow: 7px 7px 0 var(--ct-charcoal);
}
.ct-home .ct-showcase-vehicle:nth-child(even) .ct-showcase-vehicle__image { order: 0; }
.ct-home .ct-showcase-vehicle__image { aspect-ratio: 4 / 3; border-bottom: 3px solid var(--ct-charcoal); }
.ct-home .ct-showcase-vehicle__content { justify-content: flex-start; padding: 28px 25px 30px; }
.ct-home .ct-showcase-vehicle__content > span { color: var(--ct-terracotta-dark); font-weight: 800; }
.ct-home .ct-showcase-vehicle__content h3 { margin: 11px 0 14px; font-size: clamp(1.7rem, 2.4vw, 2.45rem); font-weight: 850; letter-spacing: -0.055em; }
.ct-home .ct-showcase-vehicle__content > p { min-height: 42px; color: var(--ct-muted); }
.ct-home .ct-showcase-vehicle dl { border-color: var(--ct-line); }
.ct-home .ct-showcase-vehicle dt { color: var(--ct-muted); }
.ct-home .ct-showcase-vehicle__content > a { margin-top: auto; padding: 10px 13px; color: #fff; border: 0; border-radius: 999px; background: var(--ct-charcoal); }

/* Stay services */
.ct-home .ct-services-section { color: #fff; border-bottom: 3px solid var(--ct-charcoal); background: var(--ct-charcoal); }
.ct-home .ct-services-section .ct-eyebrow { color: #ff8d74; }
.ct-home .ct-services-section__intro { grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.45fr); }
.ct-home .ct-services-section__intro .ct-eyebrow { grid-column: 1; grid-row: 1; }
.ct-home .ct-services-section__intro h2 { grid-column: 1; grid-row: 2; }
.ct-home .ct-services-section__intro p { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
.ct-home .ct-services-section__intro p { color: rgba(255, 255, 255, 0.68); }
.ct-home .ct-services-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; border: 0; }
.ct-home .ct-services-list article {
  min-height: 150px;
  display: block;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
}
.ct-home .ct-services-list article > span { display: block; margin-bottom: 24px; color: #ffd34f; }
.ct-home .ct-services-list h3 { font-size: 1.08rem; font-weight: 800; }
.ct-home .ct-services-list p,
.ct-home .ct-services-section__action p { color: rgba(255, 255, 255, 0.62); }
.ct-home .ct-services-section__action .ct-button { color: var(--ct-charcoal); border-color: #ffd34f; background: #ffd34f; box-shadow: 4px 4px 0 #fff; }

/* FAQ, call to action and footer */
.ct-home .ct-faq-section { background: #dedaff; }
.ct-home .ct-faq-list { border: 0; }
.ct-home .ct-faq-list details { margin-bottom: 10px; border: 2px solid var(--ct-charcoal); border-radius: 16px; background: #fff; overflow: hidden; }
.ct-home .ct-faq-list summary { min-height: 68px; padding: 17px 19px; font-family: var(--ct-display); font-weight: 800; }
.ct-home .ct-faq-list summary i { border: 2px solid var(--ct-charcoal); background: #ffd34f; }
.ct-home .ct-faq-list details > div { padding: 0 54px 20px 19px; }
.ct-home .ct-final-cta { position: relative; overflow: hidden; border-block: 3px solid var(--ct-charcoal); background: #ff6542; }
.ct-home .ct-final-cta::after {
  content: "→";
  position: absolute;
  right: 4vw;
  bottom: -110px;
  color: rgba(16, 29, 54, 0.11);
  font-size: 20rem;
  font-weight: 900;
  line-height: 1;
}
.ct-home .ct-final-cta__inner { position: relative; z-index: 1; }
.ct-home .ct-final-cta .ct-eyebrow { color: var(--ct-charcoal); }
.ct-home .ct-final-cta h2 { font-size: clamp(3.4rem, 7vw, 6.6rem); }
.ct-home .ct-final-cta p { color: rgba(255, 255, 255, 0.82); }
.ct-home .ct-final-cta .ct-button { border: 2px solid var(--ct-charcoal); box-shadow: 5px 5px 0 var(--ct-charcoal); }
.ct-home .ct-footer { color: #fff; background: var(--ct-charcoal); }
.ct-home .ct-footer .ct-brand__mark { color: var(--ct-charcoal); background: #ffd34f; }

@media (max-width: 1040px) {
  .ct-home .ct-nav { gap: 13px; padding-inline: 7px; }
  .ct-home .ct-nav a { font-size: 0.7rem; }
  .ct-home .ct-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(370px, 0.82fr); gap: 42px; }
  .ct-home .ct-hero__content h1 { font-size: clamp(3.75rem, 7vw, 5.35rem); }
  .ct-home .ct-vehicle-showcase { gap: 12px; }
  .ct-home .ct-showcase-vehicle__content { padding: 22px 19px 25px; }
  .ct-home .ct-showcase-vehicle dl { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 900px) {
  .ct-home .ct-hero::before { top: -200px; right: -190px; }
  .ct-home .ct-hero::after { display: none; }
  .ct-home .ct-hero__grid { grid-template-columns: 1fr; gap: 30px; }
  .ct-home .ct-hero__content { max-width: 700px; padding-bottom: 8px; }
  .ct-home .ct-hero__content h1 { font-size: clamp(4rem, 10vw, 6.1rem); }
  .ct-home .ct-hero__visual { width: min(100%, 720px); margin-top: 8px; transform: rotate(0.7deg); }
  .ct-home .ct-hero__visual picture { aspect-ratio: 1.55 / 1; }
  .ct-home .ct-airport-section__grid { grid-template-columns: 1fr; }
  .ct-home .ct-airport-section__intro { max-width: 630px; }
  .ct-home .ct-why-section__statement { grid-template-columns: 1fr; gap: 20px; }
  .ct-home .ct-why-section__statement p { grid-column: 1; grid-row: auto; }
  .ct-home .ct-why-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-home .ct-vehicle-showcase { grid-template-columns: 1fr; gap: 18px; }
  .ct-home .ct-showcase-vehicle,
  .ct-home .ct-showcase-vehicle:nth-child(even) { grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr); grid-template-rows: 1fr; }
  .ct-home .ct-showcase-vehicle__image { min-height: 390px; aspect-ratio: auto; border-right: 3px solid var(--ct-charcoal); border-bottom: 0; }
  .ct-home .ct-services-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .ct-home h2 { font-size: clamp(2.6rem, 11vw, 3.7rem); }
  .ct-home .ct-header__inner { gap: 10px; }
  .ct-home .ct-brand__mark { width: 31px; height: 31px; }
  .ct-home .ct-brand__name { font-size: 1.1rem; }
  .ct-home .ct-hero { padding-top: 38px; background-size: 26px 26px; }
  .ct-home .ct-hero::before { top: -245px; right: -260px; }
  .ct-home .ct-hero__content h1 { margin-top: 20px; font-size: clamp(3.35rem, 15.5vw, 4.9rem); }
  .ct-home .ct-hero__content > p { font-size: 1rem; }
  .ct-home .ct-hero__actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .ct-home .ct-hero__assurances { display: flex; }
  .ct-home .ct-hero__assurances li { font-size: 0.63rem; }
  .ct-home .ct-hero__visual { margin-top: 18px; }
  .ct-home .ct-hero__visual picture { height: auto; aspect-ratio: 1.18 / 1; border-radius: 22px; box-shadow: 7px 7px 0 var(--ct-charcoal); }
  .ct-home .ct-hero__visual figcaption { bottom: 14px; left: -7px; }
  .ct-home .ct-route-list { grid-template-columns: 1fr; }
  .ct-home .ct-route-row { min-height: 184px; padding: 22px; }
  .ct-home .ct-route-row:hover { padding: 22px; }
  .ct-home .ct-route-row__places strong { font-size: 1.7rem; }
  .ct-home .ct-airport-steps { grid-template-columns: 1fr; }
  .ct-home .ct-airport-steps li { min-height: 0; }
  .ct-home .ct-airport-steps > li > span { margin-bottom: 18px; }
  .ct-home .ct-why-list { grid-template-columns: 1fr; }
  .ct-home .ct-why-list article { min-height: 0; }
  .ct-home .ct-why-list article > span { margin-bottom: 20px; }
  .ct-home .ct-showcase-vehicle,
  .ct-home .ct-showcase-vehicle:nth-child(even) { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .ct-home .ct-showcase-vehicle__image { min-height: 0; aspect-ratio: 1.34 / 1; border-right: 0; border-bottom: 3px solid var(--ct-charcoal); }
  .ct-home .ct-showcase-vehicle__content { padding: 26px 22px 30px; }
  .ct-home .ct-showcase-vehicle dl { grid-template-columns: 1fr 1.2fr; }
  .ct-home .ct-services-section__intro { grid-template-columns: 1fr; }
  .ct-home .ct-services-section__intro .ct-eyebrow,
  .ct-home .ct-services-section__intro h2,
  .ct-home .ct-services-section__intro p { grid-column: 1; grid-row: auto; }
  .ct-home .ct-services-list { grid-template-columns: 1fr; }
  .ct-home .ct-services-list article { min-height: 0; }
  .ct-home .ct-faq-list summary { font-size: 1rem; }
  .ct-home .ct-final-cta h2 { font-size: clamp(3.1rem, 14vw, 4.5rem); }
}

@media (max-width: 359px) {
  .ct-home .ct-header__book { padding-inline: 10px; }
  .ct-home .ct-hero__content h1 { font-size: 3.15rem; }
  .ct-home .ct-hero__actions { width: 100%; }
  .ct-home .ct-hero__actions .ct-button { width: 100%; }
  .ct-home .ct-hero__assurances { gap: 6px; }
  .ct-home .ct-showcase-vehicle dl { grid-template-columns: 1fr; }
}

@media (min-width: 560px) and (max-width: 900px) {
  .ct-home .ct-route-list,
  .ct-home .ct-airport-steps,
  .ct-home .ct-why-list,
  .ct-home .ct-services-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-home .ct-showcase-vehicle,
  .ct-home .ct-showcase-vehicle:nth-child(even) {
    grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: 1fr;
  }
  .ct-home .ct-showcase-vehicle__image {
    min-height: 370px;
    aspect-ratio: auto;
    border-right: 3px solid var(--ct-charcoal);
    border-bottom: 0;
  }
}

/* Home refinements */
body.ct-home {
  --ct-ivory: #f2f0ea;
  --ct-sand: #d8d0c1;
  --ct-limestone: #c7bdad;
  --ct-paper: #fbfaf7;
  --ct-charcoal: #172126;
  --ct-muted: #657076;
  --ct-ocean: #183f3c;
  --ct-ocean-strong: #102f2d;
  --ct-terracotta: #b66f3e;
  --ct-terracotta-dark: #8d522f;
  --ct-line: rgba(23, 33, 38, 0.16);
  --ct-line-light: rgba(255, 255, 255, 0.16);
  --ct-display: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --ct-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  background: #f2f0ea;
}

.ct-home h1,
.ct-home h2 { font-weight: 760; letter-spacing: -0.05em; }
.ct-home .ct-eyebrow { color: var(--ct-terracotta-dark); letter-spacing: 0.16em; }
.ct-home .ct-button { border-width: 1px; }
.ct-home .ct-button--primary {
  border-color: var(--ct-ocean);
  background: var(--ct-ocean);
  box-shadow: none;
}
.ct-home .ct-button--primary:hover { background: var(--ct-ocean-strong); box-shadow: none; transform: translateY(-1px); }

.ct-home .ct-header {
  border-bottom: 1px solid var(--ct-line);
  background: rgba(248, 247, 243, 0.96);
}
.ct-home .ct-brand__mark {
  border: 0;
  border-radius: 50%;
  background: var(--ct-terracotta);
  transform: none;
}
.ct-home .ct-brand__name { font-weight: 760; }
.ct-home .ct-nav { padding: 0; border: 0; background: transparent; }
.ct-home .ct-nav a { color: #354044; font-weight: 650; }
.ct-home .ct-nav a::after { background: var(--ct-terracotta); }
.ct-home .ct-header__book { border-color: var(--ct-ocean); box-shadow: none; }
.ct-home .ct-menu-button { border: 1px solid var(--ct-line); background: #e5dfd3; }
.ct-home .ct-mobile-menu { background: var(--ct-ocean-strong); }
.ct-home .ct-mobile-menu a { border-color: rgba(255, 255, 255, 0.14); font-weight: 700; }
.ct-home .ct-mobile-menu a[aria-current="page"] { color: #d9b798; }
.ct-home .ct-mobile-menu .ct-mobile-menu__book { color: #fff; background: var(--ct-terracotta); }

.ct-home .ct-hero {
  border-bottom: 1px solid var(--ct-line);
  background-color: #f2f0ea;
  background-image: radial-gradient(circle at 82% 12%, rgba(182, 111, 62, 0.12), transparent 28%);
  background-size: auto;
}
.ct-home .ct-hero::before,
.ct-home .ct-hero::after { display: none; }
.ct-home .ct-hero__content .ct-eyebrow { padding: 0; border: 0; background: transparent; }
.ct-home .ct-hero__content h1 { max-width: 700px; font-size: clamp(4rem, 6.4vw, 6.4rem); }
.ct-home .ct-hero__content > p { color: #566166; }
.ct-home .ct-hero__assurances { gap: 15px 24px; }
.ct-home .ct-hero__assurances li { padding: 0; border: 0; color: #4d585d; background: transparent; }
.ct-home .ct-hero__assurances li::before { width: 5px; height: 5px; background: var(--ct-terracotta); }
.ct-home .ct-hero__visual { transform: none; }
.ct-home .ct-hero__visual picture {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(23, 33, 38, 0.17);
}
.ct-home .ct-hero__visual figcaption {
  right: 18px;
  bottom: 18px;
  left: auto;
  color: #fff;
  border: 0;
  background: rgba(16, 47, 45, 0.9);
  box-shadow: none;
  font-weight: 650;
}
.ct-home .ct-booking {
  scroll-margin-top: calc(var(--ct-header-height) + 18px);
  padding: clamp(22px, 2.45vw, 34px);
  border: 1px solid rgba(23, 33, 38, 0.15);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.985);
  box-shadow: 0 30px 80px rgba(7, 22, 22, 0.22);
  backdrop-filter: blur(18px);
}
.ct-home .ct-booking__heading { padding-bottom: 18px; border-bottom: 1px solid var(--ct-line); }
.ct-home .ct-booking__heading h2 { max-width: 620px; font-size: clamp(1.9rem, 2.7vw, 2.65rem); font-weight: 740; }
.ct-home .ct-booking__heading > p { max-width: 360px; }
.ct-home .ct-booking__progress { margin: 17px 0 22px; }
.ct-home .ct-booking__progress-copy { margin-bottom: 13px; }
.ct-home .ct-booking__layout { grid-template-columns: minmax(0, 1fr) 278px; gap: clamp(22px, 2.6vw, 34px); }
.ct-home .ct-booking-summary { border: 1px solid var(--ct-line); background: #ebe8e0; }
.ct-home .ct-input-shell input,
.ct-home .ct-field input,
.ct-home .ct-field select,
.ct-home .ct-field textarea,
.ct-home .ct-stepper,
.ct-home .ct-segmented > div { border-width: 1px; }

.ct-home .ct-route-section { border-bottom: 0; background: var(--ct-ocean-strong); }
.ct-home .ct-route-section .ct-eyebrow { color: #c99974; }
.ct-home .ct-route-row {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  background: #f0ede6;
  box-shadow: none;
}
.ct-home .ct-route-row:nth-child(2) { background: #e4e9e2; }
.ct-home .ct-route-row:nth-child(3) { background: #eee5dc; }
.ct-home .ct-route-row:nth-child(4) { background: #e5e6e0; }
.ct-home .ct-route-row:hover { box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18); transform: translateY(-3px); }
.ct-home .ct-route-row__number { color: #fff; background: var(--ct-ocean); }
.ct-home .ct-route-row__places strong { font-weight: 730; letter-spacing: -0.04em; }
.ct-home .ct-route-row__arrow { color: var(--ct-terracotta-dark); }

.ct-home .ct-airport-section { border-bottom: 0; background: #d9d0c1; }
.ct-home .ct-airport-section__intro .ct-button { border: 1px solid var(--ct-line); box-shadow: none; }
.ct-home .ct-airport-steps li {
  border: 1px solid var(--ct-line);
  border-radius: 14px;
  background: rgba(251, 250, 247, 0.78);
  box-shadow: none;
}
.ct-home .ct-airport-steps > li > span { color: var(--ct-terracotta-dark); }
.ct-home .ct-why-section { background: var(--ct-paper); }
.ct-home .ct-why-list article {
  border: 1px solid var(--ct-line);
  border-radius: 14px;
  background: #f1f0eb;
}
.ct-home .ct-why-list article:nth-child(2) { background: #e8ebe5; }
.ct-home .ct-why-list article:nth-child(3) { background: #e1e8e2; }
.ct-home .ct-why-list article:nth-child(4) { background: #eee7df; }
.ct-home .ct-why-list article > span { color: var(--ct-terracotta-dark); }

.ct-home .ct-vehicles-section { border-block: 0; background: var(--ct-ocean); }
.ct-home .ct-vehicles-section .ct-section-heading--light .ct-eyebrow { color: #d0a17c; }
.ct-home .ct-showcase-vehicle,
.ct-home .ct-showcase-vehicle:nth-child(even) {
  border: 0;
  border-radius: 17px;
  background: var(--ct-paper);
  box-shadow: 0 18px 45px rgba(5, 20, 19, 0.24);
}
.ct-home .ct-showcase-vehicle__image { border-color: rgba(23, 33, 38, 0.12); }
.ct-home .ct-showcase-vehicle__content > span { color: var(--ct-terracotta-dark); }
.ct-home .ct-showcase-vehicle__content h3 { font-weight: 740; letter-spacing: -0.04em; }
.ct-home .ct-showcase-vehicle__content > a { background: var(--ct-ocean); }

.ct-home .ct-services-section { border-bottom: 0; background: var(--ct-charcoal); }
.ct-home .ct-services-section .ct-eyebrow { color: #c99974; }
.ct-home .ct-services-list article { border-color: rgba(255, 255, 255, 0.12); border-radius: 12px; background: #202c31; }
.ct-home .ct-services-list article > span { color: #c99974; }
.ct-home .ct-services-section__action .ct-button {
  color: #fff;
  border-color: var(--ct-terracotta);
  background: var(--ct-terracotta);
  box-shadow: none;
}

.ct-home .ct-faq-section { background: #e6e8e2; }
.ct-home .ct-faq-list details { border: 1px solid var(--ct-line); border-radius: 12px; background: var(--ct-paper); }
.ct-home .ct-faq-list summary i { border: 1px solid var(--ct-line); background: #ddd4c7; }
.ct-home .ct-final-cta { border-block: 0; background: #9c5e3a; }
.ct-home .ct-final-cta::after { color: rgba(23, 33, 38, 0.06); }
.ct-home .ct-final-cta .ct-eyebrow { color: #f0d8c7; }
.ct-home .ct-final-cta .ct-button { border: 0; box-shadow: none; }
.ct-home .ct-footer { background: #121b20; }
.ct-home .ct-footer .ct-brand__mark { color: #fff; background: var(--ct-terracotta); }

@media (max-width: 900px) {
  .ct-home .ct-hero__content h1 { font-size: clamp(3.8rem, 9vw, 5.4rem); }
}

@media (max-width: 680px) {
  .ct-home .ct-hero__content h1 { font-size: clamp(3.2rem, 13.5vw, 4.25rem); }
  .ct-home .ct-hero__visual picture { border-radius: 14px; box-shadow: 0 18px 42px rgba(23, 33, 38, 0.16); }
  .ct-home .ct-hero__visual figcaption { right: 12px; bottom: 12px; left: auto; }
}

@media (max-width: 359px) {
  .ct-home .ct-hero__content h1 { font-size: 3rem; }
}

/* Home hero */
.ct-home .ct-hero {
  isolation: isolate;
  padding: 0 0 clamp(62px, 6vw, 84px);
  background: var(--ct-ivory);
}
.ct-home .ct-hero__grid {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: clamp(680px, 56vw, 790px);
  display: block;
  padding: 0;
}
.ct-home .ct-hero__visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.ct-home .ct-hero__visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 29, 29, 0.88) 0%, rgba(9, 29, 29, 0.7) 36%, rgba(9, 29, 29, 0.22) 68%, rgba(9, 29, 29, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 22, 22, 0.5) 0%, transparent 38%);
  pointer-events: none;
}
.ct-home .ct-hero__visual picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
}
.ct-home .ct-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 58%; }
.ct-home .ct-hero__visual figcaption {
  z-index: 2;
  right: var(--ct-gutter);
  bottom: 240px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(9, 29, 29, 0.46);
  backdrop-filter: blur(10px);
}
.ct-home .ct-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, calc(var(--ct-container) + (var(--ct-gutter) * 2)));
  min-height: clamp(680px, 56vw, 790px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  margin-inline: auto;
  padding: clamp(130px, 14vw, 190px) var(--ct-gutter) clamp(210px, 18vw, 240px);
  color: #fff;
}
.ct-home .ct-hero__content .ct-eyebrow { color: #d8aa85; }
.ct-home .ct-hero__content h1 {
  max-width: 790px;
  margin: 20px 0 25px;
  color: #fff;
  font-family: var(--ct-display);
  font-size: clamp(5rem, 8vw, 8.1rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.88;
}
.ct-home .ct-hero__content > p {
  max-width: 565px;
  margin-bottom: 29px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
}
.ct-home .ct-hero__actions { margin-bottom: 30px; }
.ct-home .ct-hero__actions .ct-button--primary {
  color: var(--ct-ocean-strong);
  border-color: #f4eee5;
  background: #f4eee5;
}
.ct-home .ct-hero__actions .ct-button--primary:hover { color: #fff; border-color: var(--ct-terracotta); background: var(--ct-terracotta); }
.ct-home .ct-hero__actions .ct-text-link { color: #fff; border-color: rgba(255, 255, 255, 0.38); }
.ct-home .ct-hero__assurances {
  margin: 0;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.ct-home .ct-hero__assurances li { color: inherit; }
.ct-home .ct-hero__assurances li::before { background: #d8aa85; }
.ct-home .ct-hero__booking { z-index: 4; margin-top: -215px; }

@media (max-width: 900px) {
  .ct-home .ct-hero__grid,
  .ct-home .ct-hero__content { min-height: 710px; }
  .ct-home .ct-hero__content { padding-top: 130px; padding-bottom: 185px; }
  .ct-home .ct-hero__content h1 { max-width: 680px; font-size: clamp(4.4rem, 10.5vw, 6rem); }
  .ct-home .ct-hero__visual img { object-position: 63% center; }
  .ct-home .ct-hero__visual figcaption { bottom: 184px; }
}

@media (max-width: 680px) {
  .ct-home .ct-hero { padding-bottom: 58px; }
  .ct-home .ct-hero__grid,
  .ct-home .ct-hero__content { min-height: 670px; }
  .ct-home .ct-hero__content { padding-top: 110px; padding-bottom: 112px; }
  .ct-home .ct-hero__content h1 { max-width: 360px; margin: 17px 0 22px; font-size: clamp(3.55rem, 15vw, 4.45rem); line-height: 0.9; }
  .ct-home .ct-hero__content > p { max-width: 350px; margin-bottom: 25px; font-size: 0.98rem; }
  .ct-home .ct-hero__actions { align-items: center; flex-direction: row; flex-wrap: wrap; margin-bottom: 27px; }
  .ct-home .ct-hero__assurances { max-width: 354px; padding-top: 15px; }
  .ct-home .ct-hero__visual img { object-position: 68% center; }
  .ct-home .ct-hero__visual::after {
    background:
      linear-gradient(90deg, rgba(7, 26, 26, 0.9) 0%, rgba(7, 26, 26, 0.68) 62%, rgba(7, 26, 26, 0.24) 100%),
      linear-gradient(0deg, rgba(7, 22, 22, 0.5) 0%, transparent 48%);
  }
  .ct-home .ct-hero__visual figcaption { display: none; }
}

@media (max-width: 359px) {
  .ct-home .ct-hero__grid,
  .ct-home .ct-hero__content { min-height: 640px; }
  .ct-home .ct-hero__content { padding-top: 96px; padding-bottom: 104px; }
  .ct-home .ct-hero__content h1 { font-size: 3.25rem; }
  .ct-home .ct-hero__actions { align-items: flex-start; flex-direction: column; }
}

/* Home booking panel */
.ct-home .ct-hero {
  padding: 0;
  overflow: clip;
  background: #0b2526;
}
.ct-home:has([data-progressive-route].is-trip-choice-open) .ct-hero,
.ct-home:has([data-progressive-route].is-date-choice-open) .ct-hero,
.ct-home:has([data-progressive-route].is-passenger-choice-open) .ct-hero,
.ct-home:has([data-booking-app].has-location-picker) .ct-hero {
  overflow: visible;
  z-index: 1400;
}
.ct-home .ct-hero__grid {
  width: 100%;
  max-width: none;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 540px);
  align-items: center;
  gap: clamp(36px, 4vw, 56px);
  padding: clamp(40px, 3.5vw, 48px) max(var(--ct-gutter), calc((100vw - var(--ct-container)) / 2));
}
.ct-home .ct-hero__visual { background: #0b2526; }
.ct-home .ct-hero__visual::after {
  background:
    linear-gradient(90deg, rgba(7, 25, 26, 0.91) 0%, rgba(7, 25, 26, 0.73) 42%, rgba(7, 25, 26, 0.28) 76%, rgba(7, 25, 26, 0.18) 100%),
    linear-gradient(0deg, rgba(6, 23, 24, 0.6) 0%, transparent 48%);
}
.ct-home .ct-hero__visual figcaption { display: none; }
.ct-home .ct-hero__content {
  width: auto;
  min-height: 0;
  align-self: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: clamp(30px, 3vw, 42px) 0 0;
}
.ct-home .ct-hero__content h1 {
  max-width: 680px;
  font-size: clamp(4.4rem, 6.9vw, 7rem);
}
.ct-home .ct-hero__content > p { max-width: 520px; }
.ct-home .ct-hero__content h1 { margin-top: 17px; margin-bottom: 21px; }
.ct-home .ct-hero__content > p { margin-bottom: 24px; }
.ct-home .ct-hero__actions { margin-bottom: 24px; }
.ct-home .ct-hero__assurances { padding-top: 15px; }
.ct-home .ct-hero__booking {
  position: relative;
  z-index: 4;
  width: 100%;
  align-self: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 901px) {
  .ct-home .ct-hero__booking.is-contact-step { align-self: start; }
  .ct-home .ct-hero__booking.is-contact-step .ct-booking__progress { scroll-margin-top: calc(var(--ct-header-height) + 12px); }
}
.ct-home .ct-hero__booking .ct-booking {
  max-width: none;
  padding: clamp(22px, 2.2vw, 30px);
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  box-shadow: 0 34px 90px rgba(1, 13, 14, 0.36);
  backdrop-filter: none;
}
.ct-home .ct-hero__booking .ct-booking__heading {
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
  padding-bottom: 16px;
}
.ct-home .ct-hero__booking .ct-booking__heading h2 {
  max-width: 440px;
  margin-top: 6px;
  font-size: clamp(1.85rem, 2.45vw, 2.35rem);
  line-height: 0.98;
}
.ct-home .ct-hero__booking .ct-booking__heading > p {
  max-width: 430px;
  font-size: 0.73rem;
  line-height: 1.45;
}
.ct-home .ct-hero__booking .ct-booking__progress { margin: 14px 0 18px; }
.ct-home .ct-hero__booking .ct-booking__step-list li > small { font-size: 0.61rem; }
.ct-home .ct-hero__booking .ct-booking__layout { grid-template-columns: 1fr; gap: 17px; }
.ct-home .ct-hero__booking .ct-booking__main { order: 1; }
.ct-home .ct-hero__booking .ct-booking-summary {
  order: -1;
  position: relative;
  z-index: 1;
  top: auto;
  border-radius: 12px;
}
.ct-home .ct-hero__booking .ct-booking-summary__mobile-toggle {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 13px;
  border: 0;
  background: var(--ct-ivory);
  text-align: left;
  cursor: pointer;
}
.ct-home .ct-hero__booking .ct-booking-summary__mobile-toggle > span { min-width: 0; display: flex; flex-direction: column; }
.ct-home .ct-hero__booking .ct-booking-summary__mobile-toggle > span:last-child { flex: 0 0 auto; flex-direction: row; align-items: center; gap: 8px; }
.ct-home .ct-hero__booking .ct-booking-summary__mobile-toggle small { color: var(--ct-muted); font-size: 0.57rem; text-transform: uppercase; }
.ct-home .ct-hero__booking .ct-booking-summary__mobile-toggle strong { max-width: min(48vw, 320px); overflow: hidden; font-size: 0.73rem; text-overflow: ellipsis; white-space: nowrap; }
.ct-home .ct-hero__booking .ct-booking-summary__mobile-toggle svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform 160ms ease; }
.ct-home .ct-hero__booking .ct-booking-summary.is-expanded .ct-booking-summary__mobile-toggle svg { transform: rotate(180deg); }
.ct-home .ct-hero__booking .ct-booking-summary__body { display: none; padding: 12px 14px 16px; border-top: 1px solid var(--ct-line); }
.ct-home .ct-hero__booking .ct-booking-summary.is-expanded .ct-booking-summary__body { display: block; }
.ct-home .ct-hero__booking .ct-step-heading { margin-bottom: 16px; }
.ct-home .ct-hero__booking .ct-step-heading h3 { font-size: 1.4rem; }
.ct-home .ct-hero__booking .ct-step-heading p { font-size: 0.76rem; }
.ct-home .ct-hero__booking .ct-route-fields { grid-template-columns: 1fr; gap: 9px; }
.ct-home .ct-hero__booking .ct-route-swap {
  z-index: 2;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  transform: rotate(90deg);
}
.ct-home .ct-hero__booking .ct-route-swap:hover { transform: rotate(270deg); }
.ct-home .ct-hero__booking .ct-route-meta:not(.ct-wizard-sheet) { gap: 12px; margin-top: 15px; }
.ct-home .ct-hero__booking [data-progressive-route].is-trip-choice-open [data-route-trip-stage],
.ct-home .ct-hero__booking [data-progressive-route].is-passenger-choice-open [data-route-trip-stage] { margin: 0; }
.ct-home .ct-hero__booking .ct-segmented legend { margin-bottom: 5px; }
.ct-home .ct-hero__booking .ct-trip-panel__title strong { flex: 0 0 auto; white-space: nowrap; }
.ct-home .ct-hero__booking .ct-trip-panel__title span { min-width: 0; flex: 1 1 auto; text-align: right; }
.ct-home .ct-hero__booking .ct-input-shell input,
.ct-home .ct-hero__booking .ct-stepper { min-height: 50px; }
.ct-home .ct-hero__booking .ct-step-actions { margin-top: 20px; padding-top: 18px; }

@media (max-width: 1100px) {
  .ct-home .ct-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(450px, 490px); gap: 34px; }
  .ct-home .ct-hero__content { padding-top: 52px; }
  .ct-home .ct-hero__content h1 { font-size: clamp(4.1rem, 7vw, 5.7rem); }
}

@media (max-width: 900px) {
  .ct-home .ct-hero__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px var(--ct-gutter) 42px;
  }
  .ct-home .ct-hero__visual picture { inset: 0 0 auto; height: 720px; }
  .ct-home .ct-hero__content {
    width: min(100%, 700px);
    min-height: 490px;
    justify-content: flex-end;
    padding: 20px 0 16px;
  }
  .ct-home .ct-hero__content h1 { max-width: 680px; font-size: clamp(4.25rem, 10.5vw, 6rem); }
}

@media (max-width: 680px) {
  .ct-home .ct-header { background: #f8f7f3; backdrop-filter: none; }
  .ct-home .ct-hero__grid { gap: 20px; padding: 22px 12px 30px; }
  .ct-home .ct-hero__visual picture { height: 630px; }
  .ct-home .ct-hero__content { min-height: 480px; padding: 16px 6px 12px; }
  .ct-home .ct-hero__content h1 { max-width: 360px; font-size: clamp(3.55rem, 15vw, 4.45rem); }
}

@media (max-width: 359px) {
  .ct-home .ct-hero__grid { padding-inline: 9px; }
  .ct-home .ct-hero__content { min-height: 470px; padding-inline: 5px; }
  .ct-home .ct-hero__content h1 { font-size: 3.25rem; }
}

/* Booking panel */
.ct-home .ct-hero__booking:has(.ct-booking--home-sales)::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7% -5% -5%;
  border-radius: 36px;
  background: radial-gradient(circle at 50% 30%, rgba(205, 153, 111, 0.24), rgba(205, 153, 111, 0) 70%);
  filter: blur(18px);
  pointer-events: none;
}
.ct-home .ct-hero__booking .ct-booking--home-sales {
  position: relative;
  isolation: isolate;
  border-color: rgba(205, 181, 150, 0.62);
  background:
    linear-gradient(90deg, var(--ct-ocean) 0 68%, var(--ct-terracotta) 68% 100%) top / 100% 3px no-repeat,
    linear-gradient(155deg, #fffefa 0%, #faf7f0 100%);
  box-shadow:
    0 34px 90px rgba(1, 13, 14, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
.ct-booking--home-sales .ct-booking__eyebrow-row {
  display: flex;
  align-items: center;
  gap: 9px;
}
.ct-booking--home-sales .ct-booking__quote-badge {
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid rgba(24, 63, 60, 0.18);
  border-radius: 999px;
  color: var(--ct-ocean);
  background: rgba(24, 63, 60, 0.065);
  font-size: 0.55rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.ct-home .ct-hero__booking .ct-booking--home-sales .ct-booking__heading {
  gap: 5px;
  padding-bottom: 14px;
}
.ct-home .ct-hero__booking .ct-booking--home-sales .ct-booking__heading h2 {
  max-width: 455px;
  margin-top: 7px;
  font-size: clamp(1.95rem, 2.55vw, 2.45rem);
  font-weight: 670;
  letter-spacing: -0.052em;
  line-height: 0.98;
}
.ct-home .ct-hero__booking .ct-booking--home-sales .ct-booking__heading > p {
  max-width: 450px;
  color: #5b686c;
  font-size: 0.75rem;
  line-height: 1.45;
}
.ct-home .ct-hero__booking .ct-booking--home-sales .ct-booking__progress {
  margin: 12px 0 16px;
  padding: 10px 12px 9px;
  border: 1px solid rgba(23, 33, 38, 0.08);
  border-radius: 14px;
  background: rgba(234, 230, 219, 0.55);
}
.ct-booking--home-sales .ct-booking__step-list li::after { background: rgba(24, 63, 60, 0.18); }
.ct-booking--home-sales .ct-booking__step-list li > span {
  border-color: rgba(24, 63, 60, 0.22);
  background: #fffdfa;
}
.ct-booking--home-sales .ct-booking__step-list li.is-current > span {
  border-color: var(--ct-terracotta);
  background: var(--ct-terracotta);
  box-shadow: 0 0 0 4px rgba(182, 111, 62, 0.13);
}
.ct-home .ct-hero__booking .ct-booking--home-sales .ct-step-heading { margin-bottom: 14px; }
.ct-home .ct-hero__booking .ct-booking--home-sales .ct-step-heading h3 {
  margin-bottom: 4px;
  color: #122d2d;
  font-size: 1.46rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.ct-home .ct-hero__booking .ct-booking--home-sales .ct-step-heading p {
  max-width: 430px;
  color: #637074;
  font-size: 0.74rem;
  line-height: 1.45;
}
.ct-booking--home-sales .ct-location-field > label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  font-size: 0.72rem;
  font-weight: 790;
  letter-spacing: 0.01em;
}
.ct-booking--home-sales .ct-location-field > label::before {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ct-ocean);
  font-size: 0.56rem;
  font-weight: 820;
}
.ct-booking--home-sales [data-location-field="pickup"] > label::before { content: "A"; }
.ct-booking--home-sales [data-location-field="destination"] > label::before { content: "B"; background: var(--ct-terracotta-dark); }
.ct-home .ct-hero__booking .ct-booking--home-sales .ct-input-shell input {
  min-height: 54px;
  border-color: rgba(24, 63, 60, 0.2);
  border-radius: 12px;
  color: #172126;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 570;
  box-shadow: 0 6px 16px rgba(23, 33, 38, 0.035);
}
.ct-booking--home-sales [data-location-field="pickup"] .ct-input-shell input { background: linear-gradient(105deg, #fff 72%, rgba(24, 63, 60, 0.065)); }
.ct-booking--home-sales [data-location-field="destination"] .ct-input-shell input { border-color: rgba(141, 82, 47, 0.22); background: linear-gradient(105deg, #fff 72%, rgba(182, 111, 62, 0.075)); }
.ct-booking--home-sales [data-location-field="pickup"] .ct-input-shell > svg { color: var(--ct-ocean); }
.ct-booking--home-sales [data-location-field="destination"] .ct-input-shell > svg { color: var(--ct-terracotta-dark); }
.ct-booking--home-sales .ct-input-shell input::placeholder { color: #747d7f; opacity: 1; }
.ct-home .ct-hero__booking .ct-booking--home-sales .ct-route-swap {
  color: #fff;
  border-color: var(--ct-ocean);
  background: var(--ct-ocean);
  box-shadow: 0 7px 18px rgba(24, 63, 60, 0.2);
}
.ct-home .ct-hero__booking .ct-booking--home-sales .ct-route-swap:hover { background: var(--ct-ocean-strong); }
.ct-booking--home-sales .ct-booking__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 13px 0 0;
  padding: 13px 0 0;
  border-top: 1px solid rgba(23, 33, 38, 0.1);
  list-style: none;
}
.ct-booking--home-sales .ct-booking__proof li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #526063;
  font-size: 0.61rem;
  font-weight: 690;
  line-height: 1.25;
}
.ct-booking--home-sales .ct-booking__proof li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ct-ocean);
  font-size: 0.6rem;
  font-weight: 850;
}
.ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage],
.ct-booking--home-sales.is-passenger-choice-open [data-route-trip-stage],
.ct-booking--home-sales.is-date-choice-open [data-route-date-stage] {
  border-color: rgba(205, 181, 150, 0.72);
  background:
    linear-gradient(90deg, var(--ct-ocean) 0 68%, var(--ct-terracotta) 68% 100%) top / 100% 3px no-repeat,
    linear-gradient(160deg, #fffefa 0%, #f8f4ec 100%);
  box-shadow: 0 36px 100px rgba(1, 13, 14, 0.42), 0 1px 0 #fff inset;
  overscroll-behavior: contain;
  animation: ct-home-choice-dialog-in 90ms ease-out both;
}
@keyframes ct-home-choice-dialog-in {
  from { opacity: 0.84; }
  to { opacity: 1; }
}
.ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented span {
  border-color: rgba(24, 63, 60, 0.2);
  background: linear-gradient(145deg, #fff 0%, #f6f8f5 100%);
  box-shadow: 0 10px 24px rgba(20, 45, 61, 0.075);
}
.ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label:last-child span {
  border-color: rgba(141, 82, 47, 0.2);
  background: linear-gradient(145deg, #fff 0%, #fbf4ed 100%);
}
.ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label:first-child span::before { background-color: var(--ct-ocean); }
.ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label:last-child span::before { background-color: var(--ct-terracotta-dark); }

/* Trust section */
.ct-confidence-section {
  padding: clamp(82px, 9vw, 126px) 0;
  border-bottom: 1px solid var(--ct-line);
  background: #f2f0ea;
}
.ct-confidence-section__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.52fr);
  align-items: end;
  gap: clamp(38px, 8vw, 118px);
  margin-bottom: clamp(45px, 6vw, 78px);
}
.ct-confidence-section__intro h2 {
  max-width: 760px;
  margin: 15px 0 0;
  font-size: clamp(3rem, 5.5vw, 5.65rem);
  font-weight: 560;
  letter-spacing: -0.065em;
}
.ct-confidence-section__intro > p {
  max-width: 430px;
  margin: 0 0 8px;
  color: var(--ct-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}
.ct-confidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ct-line);
  border-bottom: 1px solid var(--ct-line);
}
.ct-confidence-grid article {
  min-width: 0;
  padding: clamp(28px, 3.5vw, 48px) clamp(22px, 3vw, 42px) clamp(34px, 4vw, 55px);
}
.ct-confidence-grid article + article { border-left: 1px solid var(--ct-line); }
.ct-confidence-grid__number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: clamp(40px, 5vw, 72px);
  border: 1px solid rgba(23, 33, 38, 0.24);
  border-radius: 50%;
  color: var(--ct-terracotta-dark);
  font-size: 0.66rem;
  font-weight: 760;
}
.ct-confidence-grid__label {
  display: block;
  margin-bottom: 12px;
  color: var(--ct-terracotta-dark);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.ct-confidence-grid h3 {
  max-width: 320px;
  margin: 0 0 18px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 590;
  letter-spacing: -0.04em;
  line-height: 1.06;
}
.ct-confidence-grid p { max-width: 330px; margin: 0; color: var(--ct-muted); font-size: 0.91rem; }
.ct-confidence-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 30px;
  padding: 0 clamp(22px, 3vw, 42px);
}
.ct-confidence-contact div { display: flex; align-items: baseline; gap: 12px 22px; flex-wrap: wrap; }
.ct-confidence-contact strong { font-size: 0.93rem; }
.ct-confidence-contact div span { color: var(--ct-muted); font-size: 0.86rem; }
.ct-confidence-contact .ct-text-link { flex: 0 0 auto; color: var(--ct-ocean); font-size: 0.86rem; }

@media (max-width: 900px) {
  .ct-confidence-section__intro { grid-template-columns: 1fr; gap: 24px; }
  .ct-confidence-section__intro > p { max-width: 580px; }
  .ct-confidence-grid article { padding-inline: 22px; }
}

@media (max-width: 680px) {
  .ct-confidence-section { padding: 76px 0; }
  .ct-confidence-section__intro { margin-bottom: 42px; }
  .ct-confidence-section__intro h2 { font-size: clamp(2.8rem, 12vw, 3.8rem); }
  .ct-confidence-grid { grid-template-columns: 1fr; }
  .ct-confidence-grid article { padding: 28px 0 34px; }
  .ct-confidence-grid article + article { border-top: 1px solid var(--ct-line); border-left: 0; }
  .ct-confidence-grid__number { margin-bottom: 30px; }
  .ct-confidence-grid h3,
  .ct-confidence-grid p { max-width: 390px; }
  .ct-confidence-contact { align-items: flex-start; flex-direction: column; margin-top: 28px; padding: 0; }
}

/* Reservation review */
body.page-review[data-theme] {
  min-height: 100%;
  color: var(--ct-charcoal);
  background: var(--ct-ivory);
  font-family: var(--ct-body);
}
.page-review main::before { display: none; }
.page-review main.section { padding: clamp(34px, 5vw, 66px) 0 78px !important; }
.page-review main > .container {
  width: min(100%, calc(1160px + (var(--ct-gutter) * 2)));
  margin-inline: auto;
  padding: 0 var(--ct-gutter) !important;
}
.page-review .review-shell { max-width: none; }
.page-review .review-intro,
.page-review .card,
.page-review .review-summary {
  color: var(--ct-charcoal);
  border-color: var(--ct-line);
  background: var(--ct-paper);
  box-shadow: 0 18px 50px rgba(23, 33, 38, 0.075);
}
.page-review .review-intro {
  gap: clamp(22px, 3.6vw, 50px);
  margin-bottom: 24px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-lg);
}
.page-review .review-intro__eyebrow,
.page-review .review-summary__eyebrow {
  color: var(--ct-terracotta-dark);
  font-size: 0.65rem;
  font-weight: 780;
  letter-spacing: 0.15em;
}
.page-review .review-intro h1 {
  max-width: 650px;
  margin: 0 0 13px;
  color: var(--ct-charcoal);
  font-family: var(--ct-display);
  font-size: clamp(2.5rem, 4.4vw, 4.2rem);
  font-weight: 540;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.page-review .review-intro__lead {
  max-width: 610px;
  color: var(--ct-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}
.page-review .review-intro__alert {
  margin-top: 18px;
  padding: 9px 13px;
  color: #fff;
  background: var(--ct-ocean);
  box-shadow: none;
  font-size: 0.72rem;
}
.page-review .review-intro__pill {
  min-width: 0;
  padding: 13px 15px;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: #f1eee7;
  box-shadow: none;
}
.page-review .review-intro__pill span { color: var(--ct-muted); font-size: 0.58rem; }
.page-review .review-intro__pill strong { color: var(--ct-charcoal); font-size: 0.83rem; }
.page-review .reservation-timer {
  border: 1px solid rgba(168, 95, 67, 0.26);
  border-radius: 18px;
  background: #fbf5ed;
  box-shadow: none;
}
.page-review .reservation-timer__dial {
  color: var(--ct-ocean);
  background: conic-gradient(var(--ct-terracotta) calc(var(--timer-progress) * 1turn), rgba(18, 61, 74, 0.1) 0);
  box-shadow: none;
}
.page-review .reservation-timer__dial::before { background: var(--ct-paper); }
.page-review .reservation-timer__eyebrow { color: var(--ct-terracotta-dark); }
.page-review .reservation-timer__copy strong { color: var(--ct-ocean); }
.page-review .reservation-timer__copy p { color: var(--ct-muted); }
.page-review .review-grid { gap: 28px; }
.page-review .review-col { gap: 22px; }
.page-review .card,
.page-review .review-card {
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-lg);
  background: var(--ct-paper);
}
.page-review .review-card .card-inner { padding: clamp(20px, 2.6vw, 30px); }
.page-review .review-card h2,
.page-review .review-summary__title {
  margin: 0 0 8px;
  color: var(--ct-charcoal);
  font-family: var(--ct-display);
  font-size: clamp(1.75rem, 2.5vw, 2.3rem);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 1;
}
.page-review .review-card .help,
.page-review .review-summary__lead { color: var(--ct-muted); }
.page-review .review-card__tag,
.page-review .review-card__tag--optional,
.page-review .review-detail-group__title {
  color: var(--ct-terracotta-dark);
  border: 1px solid rgba(168, 95, 67, 0.24);
  background: rgba(168, 95, 67, 0.075);
}
.page-review .review-card__tag { height: 26px; margin-bottom: 12px; font-size: 0.59rem; }
.page-review .review-detail-group {
  gap: 14px;
  border-color: var(--ct-line);
}
.page-review .review-detail-group__title { min-height: 23px; font-size: 0.58rem; }
.page-review .field label { color: var(--ct-charcoal); font-weight: 720; }
.page-review .field input,
.page-review .field select,
.page-review .field textarea,
.page-review .qty-stepper input {
  min-height: 49px;
  color: var(--ct-charcoal);
  border: 1px solid rgba(36, 37, 34, 0.2);
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
}
.page-review .field input:focus,
.page-review .field select:focus,
.page-review .field textarea:focus,
.page-review .qty-stepper input:focus {
  border-color: var(--ct-terracotta);
  outline: 3px solid rgba(168, 95, 67, 0.12);
  outline-offset: 1px;
}
.page-review .extra-table {
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: #fff;
  box-shadow: none;
}
.page-review .extra-head { background: #f0eee8; }
.page-review .extra-row,
.page-review .extra-group,
.page-review .extra-group__options,
.page-review .extra-row.extra-row--variant { border-color: var(--ct-line); background: #fff; }
.page-review .extra-row > div { padding: 12px 14px; }
.page-review .extra-category-heading { color: var(--ct-charcoal); }
.page-review .extra-category-heading::before { background: var(--ct-terracotta); }
.page-review .extra-category-heading::after { background: linear-gradient(90deg, rgba(168, 95, 67, 0.35), transparent); }
.page-review .extra-category-heading h3 { font-family: var(--ct-body); font-size: 0.77rem; }
.page-review .extra-item__thumb {
  border-color: var(--ct-line);
  border-radius: 10px;
  background: #f6f3ed;
  box-shadow: none;
}
.page-review .extra-item__label,
.page-review .extra-variant-name { color: var(--ct-charcoal); }
.page-review .extra-group__hint,
.page-review .extra-row.extra-head > div { color: var(--ct-muted); }
.page-review .extra-group__selection,
.page-review .qty-stepper__value,
.page-review .extra-qty .qty-stepper--compact .qty-stepper__value {
  color: var(--ct-charcoal);
  border-color: var(--ct-line);
  background: #fff;
  box-shadow: none;
}
.page-review .extra-group__chevron { color: var(--ct-ocean); border-color: var(--ct-line); background: #f0eee8; }
.page-review .qty-stepper__btn,
.page-review .extra-qty .qty-stepper__btn--compact {
  color: var(--ct-ocean);
  border: 1px solid var(--ct-line);
  background: #f6f3ed;
  box-shadow: none;
}
.page-review .qty-stepper__btn:hover { color: #fff; border-color: var(--ct-ocean); background: var(--ct-ocean); }
.page-review .review-summary {
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(18, 61, 74, 0.24);
  border-radius: var(--ct-radius-lg);
  background: #f0eee8;
  box-shadow: 0 20px 52px rgba(23, 33, 38, 0.1);
}
.page-review .summary-divider { color: var(--ct-terracotta-dark); }
.page-review .summary-divider::after { background: var(--ct-line); }
.page-review .summary-item { border-color: var(--ct-line); }
.page-review .summary-item span { color: var(--ct-muted); }
.page-review .summary-item strong { color: var(--ct-charcoal); }
.page-review .summary-item--total {
  color: #fff;
  border: 0;
  border-radius: var(--ct-radius);
  background: var(--ct-ocean);
  box-shadow: none;
}
.page-review .summary-item--total span,
.page-review .summary-item--total strong { color: #fff; }
.page-review .btn {
  min-height: 50px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--ct-body);
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0;
  box-shadow: none;
}
.page-review .btn.btn--primary {
  color: #fff;
  border-color: var(--ct-ocean);
  background: var(--ct-ocean);
  box-shadow: none;
}
.page-review .btn.btn--primary:hover { border-color: var(--ct-ocean-strong); background: var(--ct-ocean-strong); }
.page-review .btn.btn--outline {
  color: var(--ct-charcoal);
  border-color: var(--ct-line);
  background: transparent;
}
.page-review .btn.btn--outline:hover { border-color: var(--ct-ocean); background: rgba(18, 61, 74, 0.05); }
.page-review .review-card--confirm { border-color: rgba(18, 61, 74, 0.26); background: var(--ct-paper); box-shadow: none; }
.page-review .review-card--confirm .review-cta .btn.btn--primary,
.page-review .review-cta .btn.btn--primary { box-shadow: none; }
.page-review.is-cinematic-ready .cinematic-block {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}
.page-review .cinematic-stage::after { display: none; }

@media (min-width: 980px) {
  .page-review .review-grid { grid-template-columns: minmax(0, 1.24fr) minmax(330px, 0.76fr); }
  .page-review .review-col--edit { max-width: none; }
  .page-review .review-col--summary { max-width: 400px; top: calc(var(--ct-header-height) + 24px); }
}

@media (max-width: 720px) {
  .page-review main.section { padding: 24px 0 56px !important; }
  .page-review .review-intro { margin-bottom: 18px; padding: 22px 18px; border-radius: 19px; }
  .page-review .review-intro h1 { font-size: clamp(2.45rem, 12vw, 3.3rem); }
  .page-review .review-intro__lead { font-size: 0.91rem; }
  .page-review .review-intro__alert { width: 100%; border-radius: 12px; }
  .page-review .review-intro__meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-review .reservation-timer { padding: 13px; }
  .page-review .review-card .card-inner,
  .page-review .review-summary { padding: 18px 14px; }
  .page-review .review-summary { border-radius: 19px; }
  .page-review .extra-row > div { padding: 11px 12px; }
  .page-review .extra-item { grid-template-columns: 62px minmax(0, 1fr); gap: 11px; }
  .page-review .extra-item__thumb { width: 62px; height: 62px; }
  .page-review .summary-item--total { padding: 14px; }
}

/* Payment and confirmation */
body.page-thank[data-theme] {
  color: var(--ct-charcoal);
  background: var(--ct-ivory);
  font-family: var(--ct-body);
}
.page-thank main.section {
  padding: 42px 0 86px !important;
  background: var(--ct-ivory);
}
.page-thank main::before { display: none; }
.page-thank main > .container {
  width: min(100%, calc(var(--ct-container) + (var(--ct-gutter) * 2)));
  max-width: none;
  margin-inline: auto;
  padding-inline: var(--ct-gutter);
}
.page-thank .thank-layout {
  gap: 20px 24px;
  margin-top: 28px;
}
.page-thank .thank-layout__main,
.page-thank .thank-layout__sidebar { gap: 18px; }
.page-thank .thank-hero__left,
.page-thank .card,
.page-thank .thank-card,
.page-thank .receipt-card,
.page-thank .thank-card.is-attention,
.page-thank .thank-card.is-attention-soft,
.page-thank .thank-card--receipt {
  color: var(--ct-charcoal);
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-lg);
  background: var(--ct-paper);
  box-shadow: 0 18px 48px rgba(36, 37, 34, 0.07);
}
.page-thank .thank-hero__left {
  padding: clamp(24px, 4vw, 48px);
  overflow: hidden;
  border-top: 6px solid var(--ct-terracotta);
}
.page-thank .thank-hero__left::before,
.page-thank .thank-card--receipt::before { display: none; }
.page-thank .thank-hero__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-thank .thank-hero__badge,
.page-thank .thank-hero__status,
.page-thank .thank-card__tag,
.page-thank .thank-receipt__status {
  min-height: 28px;
  height: auto;
  padding: 6px 10px;
  color: var(--ct-terracotta-dark);
  border: 1px solid rgba(168, 95, 67, 0.25);
  border-radius: 999px;
  background: rgba(168, 95, 67, 0.08);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.page-thank .thank-hero__status.is-paid,
.page-thank .thank-hero__status.is-cash,
.page-thank .thank-card--receipt.is-paid .thank-receipt__status {
  color: var(--ct-ocean);
  border-color: rgba(18, 61, 74, 0.24);
  background: rgba(18, 61, 74, 0.08);
}
.page-thank .thank-hero__status.is-pending,
.page-thank .thank-card--receipt.is-pending .thank-receipt__status {
  color: #75543f;
  border-color: rgba(117, 84, 63, 0.22);
  background: rgba(228, 213, 191, 0.46);
}
.page-thank .thank-hero__status.is-cancelled {
  color: var(--ct-error);
  border-color: rgba(162, 60, 50, 0.24);
  background: rgba(162, 60, 50, 0.07);
}
.page-thank .thank-hero__left h1 {
  max-width: 760px;
  margin: 22px 0 15px;
  color: var(--ct-charcoal);
  font-family: var(--ct-display);
  font-size: clamp(3rem, 6vw, 5.1rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.93;
}
.page-thank .thank-lead,
.page-thank .thank-card__lead,
.page-thank .help {
  color: var(--ct-muted);
}
.page-thank .thank-lead {
  max-width: 690px;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.65;
}
.page-thank .thank-meta,
.page-thank .confirm-pill {
  color: var(--ct-muted);
  border-color: var(--ct-line);
  background: rgba(228, 213, 191, 0.28);
}
.page-thank .thank-meta__value,
.page-thank .confirm-pill strong { color: var(--ct-charcoal); }
.page-thank .thank-next-step,
.page-thank .meeting-box,
.page-thank .meeting-point-card,
.page-thank .thank-support,
.page-thank .receipt-mini {
  color: var(--ct-charcoal);
  border: 1px solid var(--ct-line);
  background: transparent;
  box-shadow: none;
}
.page-thank .meeting-box__eyebrow,
.page-thank .meeting-point-card__eyebrow,
.page-thank .thank-support__eyebrow,
.page-thank .thank-receipt__eyebrow {
  color: var(--ct-terracotta-dark);
}
.page-thank .thank-next-step strong,
.page-thank .meeting-point-card strong,
.page-thank .thank-support__copy strong { color: var(--ct-charcoal); }
.page-thank .meeting-box h3,
.page-thank .thank-title {
  color: var(--ct-charcoal);
  font-family: var(--ct-display);
  font-weight: 500;
  letter-spacing: -0.035em;
}
.page-thank .meeting-box__lead,
.page-thank .meeting-point-card p,
.page-thank .meeting-identification,
.page-thank .thank-next-step p,
.page-thank .thank-support__copy p { color: var(--ct-muted); }
.page-thank .thank-actions { justify-content: flex-start; }
.page-thank .card > .card-inner,
.page-thank .thank-card > .card-inner { padding: clamp(20px, 3vw, 28px); }
.page-thank .thank-title {
  margin: 0;
  font-size: clamp(1.65rem, 2.8vw, 2.2rem);
  line-height: 1.02;
}
.page-thank .receipt-head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ct-line);
}
.page-thank .summary-list,
.page-thank .summary-list--receipt,
.page-thank .thank-card.is-attention .summary-list {
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.page-thank .summary-divider {
  margin: 19px 0 4px;
  padding: 9px 0;
  color: var(--ct-terracotta-dark);
  border-bottom: 1px solid var(--ct-line);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.page-thank .summary-item,
.page-thank .summary-list--receipt .summary-item {
  min-height: 42px;
  padding: 10px 0;
  color: var(--ct-muted);
  border-bottom: 1px solid rgba(36, 37, 34, 0.09);
}
.page-thank .summary-item span,
.page-thank .summary-list--receipt .summary-item span { color: var(--ct-muted); }
.page-thank .summary-item strong,
.page-thank .summary-list--receipt .summary-item strong {
  color: var(--ct-charcoal);
  font-weight: 750;
}
.page-thank .thank-card__head { align-items: flex-start; }
.page-thank .thank-state,
.page-thank .thank-state.is-paid,
.page-thank .thank-state.is-pending,
.page-thank .thank-state.is-cash,
.page-thank .thank-state.is-cancelled,
.page-thank .thank-cash-note,
.page-thank .reservation-timer {
  color: var(--ct-charcoal);
  border: 1px solid var(--ct-line);
  background: rgba(228, 213, 191, 0.22);
  box-shadow: none;
}
.page-thank .thank-state strong,
.page-thank .thank-cash-note strong,
.page-thank .reservation-timer__copy strong { color: var(--ct-charcoal); }
.page-thank .thank-state span,
.page-thank .thank-cash-note p,
.page-thank .reservation-timer__copy p { color: var(--ct-muted); }
.page-thank .reservation-timer__dial {
  color: #fff;
  border-color: var(--ct-ocean);
  background: var(--ct-ocean);
}
.page-thank .meeting-box {
  padding: clamp(18px, 3vw, 28px);
  border-radius: 19px;
  background: rgba(245, 240, 231, 0.56);
}
.page-thank .meeting-point-card {
  overflow: hidden;
  border-radius: var(--ct-radius);
  background: var(--ct-paper);
}
.page-thank .meeting-point-card__body {
  border-color: var(--ct-line);
  background: var(--ct-paper);
}
.page-thank .meeting-identification {
  border-color: rgba(18, 61, 74, 0.2);
  background: rgba(18, 61, 74, 0.06);
}
.page-thank .thank-next-step {
  min-height: 128px;
  border-radius: var(--ct-radius);
  background: var(--ct-paper);
}
.page-thank .thank-support {
  border-radius: var(--ct-radius);
  background: var(--ct-ocean);
}
.page-thank .thank-support__eyebrow { color: #efbca7; }
.page-thank .thank-support__copy strong { color: #fff; }
.page-thank .thank-support__copy p { color: rgba(255, 255, 255, 0.7); }
.page-thank .thank-support .btn.btn--primary {
  color: var(--ct-charcoal);
  border-color: var(--ct-paper);
  background: var(--ct-paper);
}
.page-thank .thank-support .btn.btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}
.page-thank .thank-receipt__head { gap: 12px; }
.page-thank .thank-receipt__mark,
.page-thank .thank-card--receipt.is-paid .thank-receipt__mark {
  color: #fff;
  border-color: var(--ct-ocean);
  background: var(--ct-ocean);
}
.page-thank .thank-receipt__amount {
  color: #fff;
  border: 0;
  background: var(--ct-ocean);
  box-shadow: none;
}
.page-thank .thank-receipt__amount > span { color: rgba(255, 255, 255, 0.68); }
.page-thank .thank-receipt__amount > strong {
  color: #fff;
  font-family: var(--ct-display);
}
.page-thank .thank-receipt__meta {
  border-color: var(--ct-line);
  background: rgba(245, 240, 231, 0.52);
}
.page-thank .thank-receipt__meta > div + div { border-color: var(--ct-line); }
.page-thank .thank-receipt__meta span { color: var(--ct-muted); }
.page-thank .thank-receipt__meta strong { color: var(--ct-charcoal); }
.page-thank .thank-receipt__includes { color: var(--ct-muted); }
.page-thank .thank-receipt__includes::before { color: var(--ct-terracotta); }
.page-thank .thank-receipt__pending {
  color: var(--ct-muted);
  border-color: var(--ct-line);
  background: rgba(245, 240, 231, 0.68);
}
.page-thank .btn {
  min-height: 46px;
  padding: 12px 19px;
  border-radius: 999px;
  font-family: var(--ct-body);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0;
  box-shadow: none;
}
.page-thank .btn.btn--primary {
  color: #fff;
  border-color: var(--ct-ocean);
  background: var(--ct-ocean);
}
.page-thank .btn.btn--primary:hover { border-color: var(--ct-ocean-strong); background: var(--ct-ocean-strong); }
.page-thank .btn.btn--outline,
.page-thank .payment-actions__cash,
.page-thank .btn.btn--subtle {
  color: var(--ct-charcoal);
  border-color: var(--ct-line);
  background: transparent;
}
.page-thank .btn.btn--outline:hover,
.page-thank .payment-actions__cash:hover,
.page-thank .btn.btn--subtle:hover { border-color: var(--ct-ocean); background: rgba(18, 61, 74, 0.05); }
.page-thank .thank-card--dinner,
.page-thank .thank-tour-promo,
.page-thank .thank-tour-card,
.page-thank .thank-tour-inline,
.page-thank .thank-dinner-payment {
  color: var(--ct-charcoal);
  border-color: var(--ct-line);
  background: var(--ct-paper);
  box-shadow: none;
}
.page-thank .thank-tour-card h3,
.page-thank .thank-tour-inline h3 { color: var(--ct-charcoal); font-family: var(--ct-display); }
.page-thank .thank-tour-card__cta,
.page-thank .thank-tour-inline .btn--primary {
  color: #fff;
  border-color: var(--ct-ocean);
  background: var(--ct-ocean);
}
.page-thank .thank-tour-card__cta:hover,
.page-thank .thank-tour-inline .btn--primary:hover { background: var(--ct-ocean-strong); }
.page-thank .thank-tour-inline__field input,
.page-thank .thank-tour-inline__stepper,
.page-thank .thank-dinner-form input,
.page-thank .thank-dinner-form select,
.page-thank .thank-dinner-form textarea {
  color: var(--ct-charcoal);
  border-color: var(--ct-line);
  background: #fff;
}
.page-thank.is-cinematic-ready .cinematic-block {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}
.page-thank .cinematic-stage::after { display: none; }

@media (min-width: 960px) {
  .page-thank .thank-layout { grid-template-columns: minmax(0, 1fr) minmax(340px, 400px); }
  .page-thank .thank-layout__sidebar { position: sticky; top: calc(var(--ct-header-height) + 22px); }
}

@media (max-width: 720px) {
  .page-thank main.section { padding: 24px 0 58px !important; }
  .page-thank .thank-layout { margin-top: 20px; }
  .page-thank .thank-hero__left { padding: 25px 18px; border-radius: 20px; }
  .page-thank .thank-hero__left h1 { margin-top: 19px; font-size: clamp(2.75rem, 13vw, 3.65rem); }
  .page-thank .thank-hero__header { align-items: flex-start; }
  .page-thank .thank-actions .btn { width: 100%; }
  .page-thank .card,
  .page-thank .thank-card,
  .page-thank .receipt-card { border-radius: 20px; }
  .page-thank .card > .card-inner,
  .page-thank .thank-card > .card-inner { padding: 20px 15px; }
  .page-thank .thank-card__head { display: grid; justify-items: start; }
  .page-thank .thank-next-step { min-height: 0; }
  .page-thank .thank-support { padding: 18px 15px; }
  .page-thank .thank-support__actions { display: grid; }
  .page-thank .thank-support__actions .btn { width: 100%; }
  .page-thank .thank-receipt__amount { padding: 15px; }
}

/* Reservation pages */
.page-review .container,
.page-thank .container {
  width: min(100%, calc(var(--ct-container) + (var(--ct-gutter) * 2)));
  margin-inline: auto;
  padding-inline: var(--ct-gutter);
}
.page-review .card,
.page-thank .card {
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-lg);
  background: var(--ct-paper);
  box-shadow: 0 18px 48px rgba(36, 37, 34, 0.07);
}
.page-review .card-inner,
.page-thank .card-inner { padding: clamp(21px, 3vw, 31px); }
.page-review .help,
.page-thank .help { color: var(--ct-muted); font-size: 0.84rem; line-height: 1.55; }
.page-review .hero__cta,
.page-thank .hero__cta,
.page-review .review-cta,
.page-thank .thank-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.page-review .btn,
.page-thank .btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 750 0.84rem/1 var(--ct-body);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.page-review .btn:hover,
.page-thank .btn:hover { transform: translateY(-1px); }
.page-review .btn--primary,
.page-thank .btn--primary { color: #fff; border-color: var(--ct-ocean); background: var(--ct-ocean); }
.page-review .btn--primary:hover,
.page-thank .btn--primary:hover { border-color: var(--ct-ocean-strong); background: var(--ct-ocean-strong); }
.page-review .btn--outline,
.page-review .btn--subtle,
.page-thank .btn--outline,
.page-thank .btn--subtle { color: var(--ct-charcoal); border-color: var(--ct-line); background: transparent; }
.page-review .btn--outline:hover,
.page-review .btn--subtle:hover,
.page-thank .btn--outline:hover,
.page-thank .btn--subtle:hover { border-color: var(--ct-ocean); background: rgba(18, 61, 74, 0.05); }
.page-review .sr-only,
.page-thank .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Review */
.page-review main.section { padding: clamp(30px, 4.5vw, 58px) 0 clamp(62px, 8vw, 96px) !important; }
.page-review .review-shell { max-width: none; }
.page-review .review-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: clamp(26px, 5vw, 72px);
  margin: 0 0 24px;
  padding: clamp(28px, 4.4vw, 52px);
  border: 0;
  border-radius: 2px 2px 48px 2px;
  color: #fff;
  background: var(--ct-ocean);
  box-shadow: none;
}
.page-review .review-intro__eyebrow { margin-bottom: 15px; color: #efbca7; }
.page-review .review-intro h1 {
  max-width: 720px;
  margin: 0 0 17px;
  color: #fff;
  font-family: var(--ct-display);
  font-size: clamp(2.8rem, 5vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}
.page-review .review-intro__lead { max-width: 620px; margin: 0; color: rgba(255, 255, 255, 0.7); font-size: 0.98rem; }
.page-review .review-intro__alert {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.71rem;
  font-weight: 720;
}
.page-review .review-intro__side { display: grid; gap: 13px; }
.page-review .review-intro__meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.page-review .review-intro__pill {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--ct-radius);
  background: rgba(255, 255, 255, 0.07);
}
.page-review .review-intro__pill span { color: rgba(255, 255, 255, 0.55); font-size: 0.58rem; font-weight: 780; letter-spacing: 0.13em; text-transform: uppercase; }
.page-review .review-intro__pill strong { overflow-wrap: anywhere; color: #fff; font-size: 0.8rem; }
.page-review .review-intro__side-note { margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 0.74rem; line-height: 1.5; }
.page-review .review-grid { display: grid; gap: 28px; align-items: start; }
.page-review .review-col { min-width: 0; display: grid; gap: 22px; }
.page-review .review-col--edit #reviewTransferDetails { order: 1; }
.page-review .review-col--edit #reviewExtras { order: 2; }
.page-review .review-card { margin: 0; }
.page-review .review-card h2,
.page-review .review-summary__title {
  margin: 0 0 8px;
  color: var(--ct-charcoal);
  font-family: var(--ct-display);
  font-size: clamp(1.8rem, 2.7vw, 2.35rem);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 1;
}
.page-review .review-card__tag,
.page-review .review-detail-group__title {
  width: fit-content;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 11px;
  padding: 5px 9px;
  border: 1px solid rgba(168, 95, 67, 0.24);
  border-radius: 999px;
  color: var(--ct-terracotta-dark);
  background: rgba(168, 95, 67, 0.075);
  font-size: 0.58rem;
  font-weight: 790;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}
.page-review .review-detail-group { min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; display: grid; gap: 14px; padding: 18px 0; border-top: 1px solid var(--ct-line); }
.page-review .review-detail-group:first-of-type { margin-top: 17px; }
.page-review .review-detail-group:last-of-type { padding-bottom: 4px; }
.page-review .review-detail-group__title { margin: 0; }
.page-review .review-detail-group--schedule {
  margin: 2px 0;
  padding: 17px 15px;
  border: 1px solid rgba(168, 95, 67, 0.25);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(168, 95, 67, 0.07), rgba(255, 255, 255, 0.82));
}
.page-review .review-required-note {
  margin: -2px 0 1px;
  color: var(--ct-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}
.page-review .review-required-note strong { color: var(--ct-charcoal); }
.page-review .review-detail-group--schedule .field label span { color: var(--ct-terracotta-dark); }
.page-review .row { min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.page-review .review-route-grid { min-width: 0; display: grid; grid-template-columns: minmax(120px, 0.72fr) repeat(2, minmax(0, 1.14fr)); gap: 14px; }
.page-review .review-route-grid__current { grid-column: span 2; }
.page-review .field { width: 100%; min-width: 0; min-inline-size: 0; max-width: 100%; max-inline-size: 100%; overflow-x: clip; }
.page-review .field label { display: block; margin: 0 0 6px; color: var(--ct-charcoal); font-size: 0.76rem; font-weight: 740; }
.page-review .field input,
.page-review .field select,
.page-review .field textarea,
.page-review .qty-stepper input {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--ct-charcoal);
  border: 1px solid rgba(36, 37, 34, 0.21);
  border-radius: 10px;
  background: #fff;
  outline: 0;
}
.page-review .field input[type="date"],
.page-review .field input[type="time"] {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 0;
  min-width: 100%;
  max-width: 100%;
  inline-size: 0;
  min-inline-size: 100%;
  max-inline-size: 100%;
  height: 50px;
  overflow: hidden;
  font: inherit;
}
.page-review .field input[aria-invalid="true"],
.page-review .field select[aria-invalid="true"] {
  border-color: var(--ct-error);
  outline: 3px solid rgba(166, 45, 45, 0.12);
  outline-offset: 1px;
}
.page-review .field input[type="date"]::-webkit-date-and-time-value,
.page-review .field input[type="time"]::-webkit-date-and-time-value {
  min-width: 0;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
}
.page-review .field input[type="date"]::-webkit-datetime-edit,
.page-review .field input[type="time"]::-webkit-datetime-edit {
  min-width: 0;
  overflow: hidden;
}
.page-review .field input[type="date"]::-webkit-calendar-picker-indicator,
.page-review .field input[type="time"]::-webkit-calendar-picker-indicator {
  flex: 0 0 auto;
  margin-inline-start: 8px;
}
.page-review .field select { appearance: none; padding-right: 38px; background-image: linear-gradient(45deg, transparent 50%, var(--ct-muted) 50%), linear-gradient(135deg, var(--ct-muted) 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px; background-repeat: no-repeat; background-size: 5px 5px; }
.page-review .field input:focus,
.page-review .field select:focus,
.page-review .field textarea:focus,
.page-review .qty-stepper input:focus { border-color: var(--ct-ocean); box-shadow: 0 0 0 3px rgba(18, 61, 74, 0.12); }
.page-review .qty-stepper { display: grid; grid-template-columns: 44px minmax(56px, 1fr) 44px; align-items: center; gap: 7px; }
.page-review .qty-stepper__btn {
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid var(--ct-line);
  border-radius: 10px;
  color: var(--ct-ocean);
  background: var(--ct-ivory);
  font-size: 1.18rem;
  cursor: pointer;
}
.page-review .qty-stepper__value { min-height: 38px; display: grid; place-items: center; border: 1px solid var(--ct-line); border-radius: 10px; background: #fff; font-size: 0.84rem; font-weight: 760; }
.page-review .extra-table { overflow: hidden; margin-top: 17px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: #fff; }
.page-review .extra-row { display: grid; grid-template-columns: minmax(0, 1fr) 105px 155px; align-items: center; border-bottom: 1px solid var(--ct-line); }
.page-review .extra-row:last-child { border-bottom: 0; }
.page-review .extra-row > div { min-width: 0; padding: 12px 13px; font-size: 0.78rem; }
.page-review .extra-row > div:nth-child(2),
.page-review .extra-row > div:nth-child(3) { text-align: right; font-weight: 740; }
.page-review .extra-head { color: var(--ct-muted); background: rgba(228, 213, 191, 0.28); font-size: 0.65rem; font-weight: 760; letter-spacing: 0.1em; text-transform: uppercase; }
.page-review .extra-item { display: grid; grid-template-columns: 66px minmax(0, 1fr); align-items: center; gap: 12px; }
.page-review .extra-item__thumb { width: 66px; height: 66px; display: grid; place-items: center; overflow: hidden; padding: 4px; border: 1px solid var(--ct-line); border-radius: 10px; color: var(--ct-muted); background: var(--ct-ivory); font-size: 0.56rem; }
.page-review .extra-item__thumb img { width: 100%; height: 100%; object-fit: contain; }
.page-review .extra-item__label,
.page-review .extra-variant-name { color: var(--ct-charcoal); font-size: 0.8rem; font-weight: 750; }
.page-review .extra-category-heading { display: flex; align-items: center; gap: 9px; padding: 12px 13px 7px; }
.page-review .extra-category-heading::before { content: ""; width: 20px; height: 2px; flex: 0 0 20px; border-radius: 99px; background: var(--ct-terracotta); }
.page-review .extra-category-heading::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, rgba(168, 95, 67, 0.35), transparent); }
.page-review .extra-category-heading h3 { margin: 0; color: var(--ct-charcoal); font-size: 0.69rem; letter-spacing: 0.05em; text-transform: uppercase; }
.page-review .extra-group { border-bottom: 1px solid var(--ct-line); background: #fff; }
.page-review .extra-group > summary { list-style: none; cursor: pointer; }
.page-review .extra-group > summary::-webkit-details-marker { display: none; }
.page-review .extra-group__hint { display: block; margin-top: 4px; color: var(--ct-muted); font-size: 0.67rem; line-height: 1.4; }
.page-review .extra-group__selection { min-height: 40px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; border: 1px solid var(--ct-line); border-radius: 10px; background: #fff; font-size: 0.7rem; }
.page-review .extra-group__selection > [data-extra-group-selection] { flex: 1; padding: 0 8px; text-align: center; }
.page-review .extra-group__chevron { width: 38px; align-self: stretch; display: grid; place-items: center; border-left: 1px solid var(--ct-line); background: var(--ct-ivory); }
.page-review .extra-group__chevron::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.page-review .extra-group[open] .extra-group__chevron::after { transform: translateY(2px) rotate(-135deg); }
.page-review .extra-group__options { padding: 0 12px 4px; border-top: 1px solid var(--ct-line); }
.page-review .extra-row.extra-row--variant { border-radius: 0; }
.page-review .extra-qty { display: flex; justify-content: flex-end; }
.page-review .extra-qty .qty-stepper { grid-template-columns: 38px minmax(48px, 1fr) 38px; width: 100%; max-width: 145px; }
.page-review .extra-qty .qty-stepper__btn { width: 38px; min-height: 38px; }
.page-review .review-summary { display: grid; padding: clamp(22px, 2.8vw, 30px); border: 1px solid rgba(18, 61, 74, 0.22); border-radius: var(--ct-radius-lg); background: var(--ct-paper); box-shadow: 0 18px 48px rgba(36, 37, 34, 0.08); }
.page-review .review-summary__head { display: grid; gap: 6px; padding-bottom: 9px; }
.page-review .review-summary__eyebrow { color: var(--ct-terracotta-dark); font-size: 0.62rem; font-weight: 790; letter-spacing: 0.14em; text-transform: uppercase; }
.page-review .review-summary__lead { margin: 0; color: var(--ct-muted); font-size: 0.81rem; line-height: 1.55; }
.page-review .summary-divider { position: relative; margin-top: 9px; padding: 15px 0 7px; color: var(--ct-terracotta-dark); font-size: 0.59rem; font-weight: 790; letter-spacing: 0.14em; text-transform: uppercase; }
.page-review .summary-divider::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--ct-line); }
.page-review .summary-item { display: grid; grid-template-columns: minmax(88px, 0.42fr) minmax(0, 1fr); gap: 11px; padding: 10px 0; border-bottom: 1px solid rgba(36, 37, 34, 0.09); }
.page-review .summary-item span { color: var(--ct-muted); font-size: 0.61rem; font-weight: 670; letter-spacing: 0.09em; text-transform: uppercase; }
.page-review .summary-item strong { min-width: 0; overflow-wrap: anywhere; color: var(--ct-charcoal); font-size: 0.82rem; text-align: right; }
.page-review .summary-item--total { margin: 12px 0 5px; padding: 16px; border: 0; border-radius: var(--ct-radius); color: #fff; background: var(--ct-ocean); }
.page-review .summary-item--total span,
.page-review .summary-item--total strong { color: #fff; }
.page-review .summary-item--total strong { font-family: var(--ct-display); font-size: 1.55rem; font-weight: 560; }
.page-review .review-cta { margin-top: 12px !important; }
.page-review .review-cta .btn { width: 100%; }
.page-review .review-empty { max-width: 760px; margin: 0 auto; }
.page-review .review-empty h2 { margin: 13px 0; font-size: clamp(2.4rem, 5vw, 4rem); }

/* Thank you / payment */
.page-thank main.section { padding: clamp(30px, 4.5vw, 58px) 0 clamp(62px, 8vw, 96px) !important; }
.page-thank .thank-layout { display: grid; gap: 24px; align-items: start; margin-top: 24px; }
.page-thank .thank-layout__main,
.page-thank .thank-layout__sidebar { min-width: 0; display: grid; gap: 20px; }
.page-thank .thank-hero__left {
  padding: clamp(30px, 4.5vw, 52px);
  border: 0;
  border-radius: 2px 2px 48px 2px;
  color: #fff;
  background: var(--ct-ocean);
  box-shadow: none;
}
.page-thank .thank-hero__header { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.page-thank .thank-hero__badge,
.page-thank .thank-hero__status,
.page-thank .thank-card__tag,
.page-thank .thank-receipt__status {
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}
.page-thank .thank-hero__status.is-cancelled { color: #ffd6d1; border-color: rgba(255, 150, 140, 0.35); }
.page-thank .thank-hero__left h1 {
  max-width: 740px;
  margin: 21px 0 15px;
  color: #fff;
  font-family: var(--ct-display);
  font-size: clamp(2.8rem, 5vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}
.page-thank .thank-lead { max-width: 680px; margin: 0 0 22px; color: rgba(255, 255, 255, 0.7); font-size: 0.98rem; }
.page-thank .thank-meta { width: fit-content; display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 999px; color: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.07); font-size: 0.7rem; }
.page-thank .thank-meta__value { color: #fff; letter-spacing: 0.07em; }
.page-thank .thank-actions { margin-top: 18px; }
.page-thank .thank-hero__left .btn--primary { color: var(--ct-charcoal); border-color: var(--ct-paper); background: var(--ct-paper); }
.page-thank .confirm-pill { width: fit-content; margin-top: 14px; padding: 9px 12px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 11px; color: rgba(255, 255, 255, 0.66); background: rgba(255, 255, 255, 0.05); font-size: 0.72rem; }
.page-thank .confirm-pill strong { color: #fff; }
.page-thank .thank-hero__left > .help { margin: 13px 0 0; color: rgba(255, 255, 255, 0.6); }
.page-thank .thank-title,
.page-thank .meeting-box h3 { margin: 0; color: var(--ct-charcoal); font-family: var(--ct-display); font-size: clamp(1.72rem, 2.8vw, 2.25rem); font-weight: 550; letter-spacing: -0.035em; line-height: 1.04; }
.page-thank .thank-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 9px; }
.page-thank .thank-card__tag,
.page-thank .thank-receipt__status { flex: 0 0 auto; color: var(--ct-terracotta-dark); border-color: rgba(168, 95, 67, 0.24); background: rgba(168, 95, 67, 0.075); }
.page-thank .thank-card__lead { margin: 0 0 15px; }
.page-thank .receipt-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--ct-line); }
.page-thank .receipt-title { min-width: 0; }
.page-thank .summary-list { display: grid; }
.page-thank .summary-divider { margin: 14px 0 3px; padding: 9px 0 7px; border-bottom: 1px solid var(--ct-line); color: var(--ct-terracotta-dark); font-size: 0.59rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.page-thank .summary-item { min-width: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid rgba(36, 37, 34, 0.09); }
.page-thank .summary-item span { min-width: 0; color: var(--ct-muted); font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; }
.page-thank .summary-item strong { min-width: 0; max-width: 66%; overflow-wrap: anywhere; color: var(--ct-charcoal); font-size: 0.78rem; line-height: 1.45; text-align: right; }
.page-thank .summary-item--note { display: grid; gap: 5px; }
.page-thank .summary-item--note strong { max-width: none; text-align: left; }
.page-thank .thank-state,
.page-thank .thank-cash-note,
.page-thank .reservation-timer { margin: 0 0 13px; padding: 14px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: rgba(228, 213, 191, 0.22); }
.page-thank .thank-state { display: grid; gap: 4px; }
.page-thank .thank-state strong,
.page-thank .thank-cash-note strong { color: var(--ct-charcoal); font-size: 0.88rem; }
.page-thank .thank-state span,
.page-thank .thank-cash-note p { margin: 0; color: var(--ct-muted); font-size: 0.77rem; line-height: 1.55; }
.page-thank .thank-cash-note__eyebrow { display: block; margin-bottom: 6px; color: var(--ct-terracotta-dark); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.page-thank .reservation-timer { --timer-progress: 1; display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 13px; }
.page-thank .reservation-timer__dial { position: relative; width: 58px; height: 58px; display: grid; place-content: center; border-radius: 50%; color: #fff; background: var(--ct-ocean); text-align: center; }
.page-thank .reservation-timer__dial span,
.page-thank .reservation-timer__dial small { display: block; position: relative; z-index: 1; }
.page-thank .reservation-timer__dial span { font-size: 1rem; font-weight: 850; line-height: 1; }
.page-thank .reservation-timer__dial small { color: rgba(255, 255, 255, 0.65); font-size: 0.54rem; text-transform: uppercase; }
.page-thank .reservation-timer__copy { display: grid; gap: 2px; }
.page-thank .reservation-timer__eyebrow { color: var(--ct-terracotta-dark); font-size: 0.56rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.page-thank .reservation-timer__copy strong { font-size: 1.25rem; }
.page-thank .reservation-timer__copy p { margin: 0; color: var(--ct-muted); font-size: 0.69rem; line-height: 1.4; }
.page-thank .thank-paypal { margin-top: 16px; overflow: hidden; }
.page-thank .thank-paypal #paypal-button-container { width: 100%; max-width: 100%; }
.page-thank .payment-actions { display: grid; gap: 9px; margin-top: 13px; }
.page-thank .payment-actions .btn { width: 100%; }
.page-thank .payment-actions__status,
.page-thank #paypalStatus { margin-top: 8px; text-align: center; }
.page-thank .meeting-box { margin: 18px 0; padding: clamp(19px, 3vw, 28px); border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: rgba(245, 240, 231, 0.55); }
.page-thank .meeting-box__head { display: grid; gap: 8px; margin-bottom: 15px; }
.page-thank .meeting-box__eyebrow,
.page-thank .meeting-point-card__eyebrow,
.page-thank .thank-support__eyebrow,
.page-thank .thank-receipt__eyebrow { display: block; margin-bottom: 5px; color: var(--ct-terracotta-dark); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.page-thank .meeting-box__lead { margin: 0; color: var(--ct-muted); font-size: 0.78rem; line-height: 1.55; }
.page-thank .meeting-box ol { margin: 0; padding-left: 19px; color: var(--ct-muted); font-size: 0.78rem; }
.page-thank .meeting-point-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.page-thank .meeting-point-card { min-width: 0; overflow: hidden; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: var(--ct-paper); }
.page-thank .meeting-point-card__image { position: relative; aspect-ratio: 16 / 9; min-height: 150px; overflow: hidden; display: grid; place-items: center; background: var(--ct-sand); color: var(--ct-muted); font-size: 0.62rem; }
.page-thank .meeting-point-card__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-thank .meeting-point-card__body { padding: 14px; border-top: 1px solid var(--ct-line); }
.page-thank .meeting-point-card strong { display: block; margin-bottom: 5px; font-size: 0.9rem; }
.page-thank .meeting-point-card p,
.page-thank .meeting-identification { margin: 0; color: var(--ct-muted); font-size: 0.73rem; line-height: 1.55; }
.page-thank .meeting-identification { margin-top: 12px; padding: 11px 12px; border: 1px solid rgba(18, 61, 74, 0.18); border-radius: 11px; background: rgba(18, 61, 74, 0.05); }
.page-thank .thank-next-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
.page-thank .thank-next-step { min-width: 0; padding: 14px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: var(--ct-paper); }
.page-thank .thank-next-step strong { display: block; margin-bottom: 5px; font-size: 0.78rem; }
.page-thank .thank-next-step p { margin: 0; color: var(--ct-muted); font-size: 0.7rem; line-height: 1.5; }
.page-thank .thank-support { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 16px; padding: 17px; border-radius: var(--ct-radius); color: #fff; background: var(--ct-ocean); }
.page-thank .thank-support__copy strong { display: block; margin-bottom: 4px; color: #fff; }
.page-thank .thank-support__copy p { margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 0.74rem; }
.page-thank .thank-support__eyebrow { color: #efbca7; }
.page-thank .thank-support__actions { display: flex; gap: 8px; flex-wrap: wrap; }
.page-thank .thank-support .btn--primary { color: var(--ct-charcoal); border-color: var(--ct-paper); background: var(--ct-paper); }
.page-thank .thank-support .btn--outline { color: #fff; border-color: rgba(255, 255, 255, 0.32); }
.page-thank .thank-card--receipt { position: relative; }
.page-thank .thank-receipt__head { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 12px; }
.page-thank .thank-receipt__mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--ct-ocean); font-size: 0.77rem; font-weight: 850; }
.page-thank .thank-receipt__heading { min-width: 0; }
.page-thank .thank-receipt__head .thank-receipt__status { grid-column: 1 / -1; justify-self: start; }
.page-thank .thank-receipt__amount { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-top: 16px; padding: 16px; border-radius: var(--ct-radius); color: #fff; background: var(--ct-ocean); }
.page-thank .thank-receipt__amount > span { color: rgba(255, 255, 255, 0.63); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.page-thank .thank-receipt__amount > strong { color: #fff; font-family: var(--ct-display); font-size: 1.8rem; font-weight: 550; line-height: 0.9; white-space: nowrap; }
.page-thank .thank-receipt__amount small { font-size: 0.62rem; }
.page-thank .thank-receipt__meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 11px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: rgba(245, 240, 231, 0.52); }
.page-thank .thank-receipt__meta > div { min-width: 0; padding: 11px 12px; }
.page-thank .thank-receipt__meta > div + div { border-left: 1px solid var(--ct-line); }
.page-thank .thank-receipt__meta span { display: block; color: var(--ct-muted); font-size: 0.55rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.page-thank .thank-receipt__meta strong { display: block; margin-top: 4px; overflow-wrap: anywhere; font-size: 0.7rem; }
.page-thank .thank-receipt__includes { position: relative; margin: 12px 0 0; padding-left: 18px; color: var(--ct-muted); font-size: 0.72rem; line-height: 1.5; }
.page-thank .thank-receipt__includes::before { content: "✓"; position: absolute; left: 0; color: var(--ct-terracotta); font-weight: 900; }
.page-thank .thank-receipt__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.page-thank .thank-receipt__actions .btn { width: 100%; min-width: 0; padding-inline: 10px; }
.page-thank .thank-receipt__actions .btn--primary { grid-column: 1 / -1; }
.page-thank .thank-receipt__feedback { min-height: 18px; margin: 9px 0 0; color: var(--ct-muted); font-size: 0.72rem; text-align: center; }
.page-thank .thank-receipt__pending { margin-top: 12px; padding: 12px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); color: var(--ct-muted); background: rgba(245, 240, 231, 0.6); font-size: 0.73rem; }
.page-thank .thank-error { max-width: 760px; margin: 0 auto; }
.page-thank .thank-error h1 { margin: 13px 0; font-size: clamp(2.4rem, 5vw, 4rem); }

@media (min-width: 700px) {
  .page-review .row--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 980px) {
  .page-review .review-grid { grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr); }
  .page-review .review-col--summary { position: sticky; top: calc(var(--ct-header-height) + 22px); }
  .page-thank .thank-layout { grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr); }
  .page-thank .thank-layout__sidebar { position: sticky; top: calc(var(--ct-header-height) + 22px); }
}
@media (max-width: 760px) {
  .page-review input,
  .page-review select,
  .page-review textarea,
  .page-thank input,
  .page-thank select,
  .page-thank textarea { font-size: 16px; }
  .page-review .review-intro { grid-template-columns: 1fr; align-items: start; padding: 27px 20px; border-radius: 2px 2px 28px 2px; }
  .page-review .review-intro h1 { font-size: clamp(2.65rem, 12vw, 3.5rem); }
  .page-review .review-intro__alert { width: 100%; justify-content: center; }
  .page-review .review-card .card-inner,
  .page-review .review-summary,
  .page-thank .card-inner { padding: 19px 15px; }
  .page-review .review-detail-group,
  .page-review .row,
  .page-review .field { width: 100%; min-width: 0; max-width: 100%; }
  .page-review .review-route-grid { grid-template-columns: minmax(0, 1fr); }
  .page-review .review-route-grid__current { grid-column: auto; }
  .page-review .field input[type="date"],
  .page-review .field input[type="time"] { font-size: 16px; }
  .page-review .summary-item { grid-template-columns: 1fr; gap: 4px; }
  .page-review .summary-item strong { text-align: left; }
  .page-review .extra-head { display: none; }
  .page-review .extra-row { grid-template-columns: 1fr; }
  .page-review .extra-row > div:nth-child(2),
  .page-review .extra-row > div:nth-child(3) { text-align: left; }
  .page-review .extra-row > div[data-label] { display: grid; grid-template-columns: 70px minmax(0, 1fr); align-items: center; gap: 9px; }
  .page-review .extra-row > div[data-label]::before { content: attr(data-label); color: var(--ct-muted); font-size: 0.57rem; letter-spacing: 0.1em; text-transform: uppercase; }
  .page-review .extra-qty { justify-content: flex-start; }
  .page-review .extra-qty .qty-stepper { margin: 0; }
  .page-thank .thank-hero__left { padding: 28px 20px; border-radius: 2px 2px 28px 2px; }
  .page-thank .thank-hero__left h1 { font-size: clamp(2.65rem, 12vw, 3.5rem); }
  .page-thank .thank-actions .btn { width: 100%; }
  .page-thank .thank-card__head { display: grid; justify-items: start; }
  .page-thank .meeting-point-grid,
  .page-thank .thank-next-grid { grid-template-columns: 1fr; }
  .page-thank .thank-support { grid-template-columns: 1fr; align-items: start; }
  .page-thank .thank-support__actions { width: 100%; display: grid; }
  .page-thank .summary-item { display: grid; gap: 5px; }
  .page-thank .summary-item strong { max-width: none; text-align: left; }
}
@media (max-width: 520px) {
  .page-review .review-intro__meta { grid-template-columns: 1fr; }
  .page-review .extra-item { grid-template-columns: 62px minmax(0, 1fr); }
  .page-review .extra-item__thumb { width: 62px; height: 62px; }
  .page-thank .thank-receipt__amount { align-items: flex-start; flex-direction: column; gap: 8px; }
  .page-thank .thank-receipt__meta,
  .page-thank .thank-receipt__actions { grid-template-columns: 1fr; }
  .page-thank .thank-receipt__meta > div + div { border-top: 1px solid var(--ct-line); border-left: 0; }
  .page-thank .thank-receipt__actions .btn--primary { grid-column: auto; }
}

/* Payment extras */
.page-thank .thank-card--extras { overflow: visible; }
.page-thank .thank-card--extras .thank-card__head > div { min-width: 0; }
.page-thank .thank-card--extras .ct-eyebrow { margin-bottom: 8px; }
.page-thank .thank-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 19px;
}
.page-thank .thank-extra-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 11px;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: #fff;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
.page-thank .thank-extra-item.is-selected {
  border-color: rgba(18, 61, 74, 0.34);
  background: rgba(18, 61, 74, 0.035);
  box-shadow: inset 3px 0 0 var(--ct-ocean);
}
.page-thank .thank-extra-item__image {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: 10px;
  color: var(--ct-terracotta-dark);
  background: var(--ct-ivory);
  font-family: var(--ct-display);
  font-size: 1.4rem;
}
.page-thank .thank-extra-item__image img { width: 100%; height: 100%; object-fit: contain; }
.page-thank .thank-extra-item__copy { min-width: 0; display: grid; gap: 2px; }
.page-thank .thank-extra-item__copy > span {
  overflow: hidden;
  color: var(--ct-terracotta-dark);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-thank .thank-extra-item__copy > strong { color: var(--ct-charcoal); font-size: 0.77rem; line-height: 1.32; }
.page-thank .thank-extra-item__copy > small { color: var(--ct-muted); font-size: 0.62rem; line-height: 1.35; }
.page-thank .thank-extra-item__quantity {
  display: grid;
  grid-template-columns: 32px 31px 32px;
  align-items: center;
  gap: 4px;
}
.page-thank .thank-extra-item__quantity button,
.page-thank .thank-extra-item__quantity output {
  width: 32px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--ct-line);
  border-radius: 9px;
  color: var(--ct-ocean);
  background: var(--ct-ivory);
  font: 780 1rem/1 var(--ct-body);
}
.page-thank .thank-extra-item__quantity button { cursor: pointer; }
.page-thank .thank-extra-item__quantity button:hover:not(:disabled) { color: #fff; border-color: var(--ct-ocean); background: var(--ct-ocean); }
.page-thank .thank-extra-item__quantity button:disabled { opacity: 0.38; cursor: default; }
.page-thank .thank-extra-item__quantity output { width: 31px; color: var(--ct-charcoal); background: #fff; font-size: 0.72rem; }
.page-thank .thank-extra-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: var(--ct-radius);
  color: #fff;
  background: var(--ct-ocean);
}
.page-thank .thank-extra-footer > div { display: grid; gap: 2px; }
.page-thank .thank-extra-footer > div span { color: rgba(255, 255, 255, 0.62); font-size: 0.57rem; font-weight: 780; letter-spacing: 0.12em; text-transform: uppercase; }
.page-thank .thank-extra-footer > div strong { color: #fff; font-family: var(--ct-display); font-size: 1.35rem; font-weight: 560; }
.page-thank .thank-extra-footer .help { max-width: 310px; margin: 0; color: rgba(255, 255, 255, 0.68); text-align: right; }
.page-thank .thank-card--extras.is-saving .thank-extra-grid { opacity: 0.7; }
.page-thank .thank-extra-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: var(--ct-ivory);
}
.page-thank .thank-extra-checkout__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.page-thank .thank-extra-checkout__summary > div {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border: 1px solid var(--ct-line);
  border-radius: 10px;
  background: #fff;
}
.page-thank .thank-extra-checkout__summary span {
  color: var(--ct-muted);
  font-size: 0.58rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-thank .thank-extra-checkout__summary strong { color: var(--ct-charcoal); font-size: 0.86rem; }
.page-thank .thank-extra-checkout__summary p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 9px 11px;
  border-radius: 9px;
  color: var(--ct-ocean);
  background: rgba(18, 61, 74, 0.08);
  font-size: 0.7rem;
  line-height: 1.45;
}
.page-thank .thank-extra-checkout__review,
.page-thank .thank-extra-checkout__free { min-width: 176px; min-height: 44px; }
.page-thank .thank-extra-checkout__payment {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
  align-items: center;
  gap: 18px;
  padding-top: 4px;
}
.page-thank .thank-extra-checkout__payment > p { margin: 0; color: var(--ct-muted); font-size: 0.72rem; line-height: 1.5; }
.page-thank #paypal-extra-button-container { min-height: 42px; }

@media (max-width: 1180px) {
  .page-thank .thank-extra-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .page-thank .thank-card--extras .thank-card__head { align-items: flex-start; flex-direction: column; }
  .page-thank .thank-extra-item { grid-template-columns: 58px minmax(0, 1fr); }
  .page-thank .thank-extra-item__image { width: 58px; height: 58px; }
  .page-thank .thank-extra-item__quantity { grid-column: 1 / -1; grid-template-columns: 40px minmax(48px, 1fr) 40px; }
  .page-thank .thank-extra-item__quantity button,
  .page-thank .thank-extra-item__quantity output { width: 100%; }
  .page-thank .thank-extra-footer { align-items: flex-start; flex-direction: column; }
  .page-thank .thank-extra-footer .help { max-width: none; text-align: left; }
  .page-thank .thank-extra-checkout { grid-template-columns: 1fr; }
  .page-thank .thank-extra-checkout__summary { grid-template-columns: 1fr; }
  .page-thank .thank-extra-checkout__summary p { grid-column: auto; }
  .page-thank .thank-extra-checkout__review,
  .page-thank .thank-extra-checkout__free { width: 100%; }
  .page-thank .thank-extra-checkout__payment { grid-template-columns: 1fr; }
}

/* Confirmation layout */
.page-thank .thank-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "hero"
    "extras"
    "payment"
    "document"
    "summary"
    "guide";
  gap: 18px;
  margin-top: 24px;
}
.page-thank .thank-layout__main,
.page-thank .thank-layout__sidebar {
  display: contents;
  position: static;
}
.page-thank .thank-hero__left { grid-area: hero; }
.page-thank #pay { grid-area: payment; }
.page-thank .thank-card--extras { grid-area: extras; }
.page-thank .thank-card--receipt { grid-area: document; }
.page-thank .thank-hero__right { grid-area: summary; min-width: 0; }
.page-thank .thank-card--next { grid-area: guide; }
.page-thank .thank-payment-rail-slot { grid-area: rail; min-width: 0; display: none; }
.page-thank .thank-payment-rail { display: none; }
.page-thank #pay {
  overflow: hidden;
  border-color: rgba(168, 95, 67, 0.28);
  box-shadow: 0 22px 54px rgba(36, 37, 34, 0.1);
}
.page-thank #pay::before {
  content: "";
  display: block;
  height: 5px;
  background: var(--ct-terracotta);
}
.page-thank #pay > .card-inner { padding-top: clamp(20px, 2.5vw, 26px); }
.page-thank #pay .summary-item--payment-total {
  align-items: center;
  margin-top: 12px;
  padding: 15px 16px;
  border: 0;
  border-radius: var(--ct-radius);
  color: #fff;
  background: var(--ct-ocean);
}
.page-thank #pay .summary-item--payment-total span { color: rgba(255, 255, 255, 0.68); }
.page-thank #pay .summary-item--payment-total strong {
  max-width: none;
  color: #fff;
  font-family: var(--ct-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 560;
  line-height: 1;
}
.page-thank .thank-hero__right .receipt-card { width: 100%; max-width: none; margin: 0; }
.page-thank .thank-hero__right .receipt-head {
  align-items: flex-end;
  padding-bottom: 20px;
}
.page-thank .thank-card--next > .card-inner { padding: clamp(24px, 3.4vw, 38px); }

@media (min-width: 1180px) {
  .page-thank .thank-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(350px, 0.65fr);
    grid-template-areas:
      "hero hero"
      "extras rail"
      "payment rail"
      "summary rail"
      "document rail"
      "guide guide";
    gap: 24px;
  }
  .page-thank #pay,
  .page-thank .thank-card--receipt,
  .page-thank .thank-hero__left { align-self: start; min-height: 0; }
  .page-thank .thank-hero__right .summary-list--receipt {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(28px, 4vw, 54px);
  }
  .page-thank .thank-hero__right .summary-list--receipt .summary-divider { grid-column: 1 / -1; }
  .page-thank .thank-hero__right .summary-list--receipt .summary-item { min-width: 0; }
  .page-thank .thank-hero__right .summary-list--receipt .summary-item--note { grid-column: 1 / -1; }
  .page-thank .meeting-box__head { grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr); align-items: end; }
}

@media (max-width: 760px) {
  .page-thank .thank-layout { gap: 16px; margin-top: 18px; }
  .page-thank #pay .summary-item--payment-total { display: flex; }
  .page-thank #pay .summary-item--payment-total strong { text-align: right; }
  .page-thank .thank-hero__right .receipt-head { align-items: flex-start; }
}

/* Confirmation summary */
.page-thank .thank-hero__left {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "confirmation-status confirmation-action"
    "confirmation-title confirmation-action"
    "confirmation-lead confirmation-action"
    "confirmation-reference confirmation-action"
    "confirmation-delivery confirmation-delivery"
    "confirmation-note confirmation-note";
  column-gap: clamp(20px, 3vw, 34px);
  row-gap: 9px;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 2px 2px 30px 2px;
}
.page-thank .thank-hero__badge { display: none; }
.page-thank .thank-hero__header { grid-area: confirmation-status; }
.page-thank .thank-hero__left h1 {
  grid-area: confirmation-title;
  max-width: 610px;
  margin: 5px 0 0;
  font-size: clamp(2.35rem, 3.7vw, 3.35rem);
  line-height: 0.98;
}
.page-thank .thank-lead {
  grid-area: confirmation-lead;
  max-width: 610px;
  margin: 0;
  line-height: 1.5;
}
.page-thank .thank-meta {
  grid-area: confirmation-reference;
  margin-top: 2px;
}
.page-thank .thank-actions {
  grid-area: confirmation-action;
  align-self: center;
  margin: 0;
}
.page-thank .confirm-pill {
  grid-area: confirmation-delivery;
  max-width: 100%;
  margin-top: 3px;
  overflow-wrap: anywhere;
}
.page-thank .thank-hero__left > .help {
  grid-area: confirmation-note;
  margin-top: 2px;
}

@media (max-width: 760px) {
  .page-thank .thank-hero__left {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "confirmation-status"
      "confirmation-title"
      "confirmation-lead"
      "confirmation-reference"
      "confirmation-action"
      "confirmation-delivery"
      "confirmation-note";
    row-gap: 10px;
    padding: 21px 18px;
    border-radius: 2px 2px 24px 2px;
  }
  .page-thank .thank-hero__left h1 {
    margin-top: 2px;
    font-size: clamp(2.3rem, 10.5vw, 3rem);
  }
  .page-thank .thank-actions { margin-top: 2px; }
  .page-thank .thank-actions .btn { width: auto; }
  .page-thank .confirm-pill { width: 100%; }
}

/* Confirmation status */
.page-thank .thank-confirmation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 270px);
  grid-template-areas: none;
  align-items: center;
  gap: 20px 26px;
  padding: 22px 24px;
  border: 1px solid var(--ct-line);
  border-top: 4px solid var(--ct-ocean);
  border-radius: 2px 2px 20px 20px;
  color: var(--ct-charcoal);
  background: var(--ct-paper);
  box-shadow: 0 14px 38px rgba(36, 37, 34, 0.07);
}
.page-thank .thank-confirmation.is-cancelled { border-top-color: var(--ct-error); }
.page-thank .thank-confirmation__primary {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.page-thank .thank-confirmation__mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ct-ocean);
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1;
}
.page-thank .thank-confirmation.is-cancelled .thank-confirmation__mark { background: var(--ct-error); }
.page-thank .thank-confirmation__copy { min-width: 0; }
.page-thank .thank-confirmation .thank-hero__status {
  min-height: 24px;
  width: fit-content;
  padding: 5px 9px;
  color: var(--ct-ocean);
  border-color: rgba(18, 61, 74, 0.2);
  background: rgba(18, 61, 74, 0.07);
  font-size: 0.54rem;
}
.page-thank .thank-confirmation .thank-hero__status.is-pending {
  color: #75543f;
  border-color: rgba(117, 84, 63, 0.2);
  background: rgba(228, 213, 191, 0.42);
}
.page-thank .thank-confirmation .thank-hero__status.is-cancelled {
  color: var(--ct-error);
  border-color: rgba(162, 60, 50, 0.2);
  background: rgba(162, 60, 50, 0.07);
}
.page-thank .thank-confirmation h1 {
  max-width: 620px;
  margin: 8px 0 6px;
  color: var(--ct-charcoal);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
}
.page-thank .thank-confirmation .thank-lead {
  max-width: 620px;
  margin: 0;
  color: var(--ct-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
.page-thank .thank-confirmation__delivery {
  margin: 8px 0 0;
  color: var(--ct-muted);
  font-size: 0.73rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.page-thank .thank-confirmation__delivery strong { color: var(--ct-charcoal); }
.page-thank .thank-confirmation__utility {
  min-width: 0;
  display: grid;
  gap: 9px;
  padding-left: 22px;
  border-left: 1px solid var(--ct-line);
}
.page-thank .thank-confirmation__reference {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 12px 13px 8px;
  border: 1px solid rgba(18, 61, 74, 0.12);
  border-radius: 12px;
  background: rgba(228, 213, 191, 0.27);
}
.page-thank .thank-confirmation__reference > span {
  color: var(--ct-muted);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.page-thank .thank-confirmation__reference-row {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.page-thank .thank-confirmation__reference-row strong {
  min-width: 0;
  color: var(--ct-charcoal);
  font-family: var(--ct-display);
  font-size: 1.28rem;
  font-weight: 620;
  letter-spacing: 0.045em;
  overflow-wrap: anywhere;
}
.page-thank .thank-confirmation__reference-row button {
  min-height: 34px;
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid rgba(18, 61, 74, 0.22);
  border-radius: 999px;
  color: var(--ct-ocean);
  background: var(--ct-paper);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 800;
  cursor: pointer;
}
.page-thank .thank-confirmation__reference-row button:hover { background: rgba(18, 61, 74, 0.07); }
.page-thank .thank-confirmation__reference-row button:focus-visible { outline: 3px solid rgba(168, 95, 67, 0.3); outline-offset: 2px; }
.page-thank .thank-confirmation__reference small {
  min-height: 14px;
  color: var(--ct-ocean);
  font-size: 0.65rem;
}
.page-thank .thank-confirmation__support {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  color: var(--ct-ocean);
  border-color: rgba(18, 61, 74, 0.25);
  background: transparent;
}
.page-thank .thank-confirmation__support:hover { color: #fff; border-color: var(--ct-ocean); background: var(--ct-ocean); }
.page-thank .thank-confirmation__note {
  grid-column: 1 / -1;
  margin: -3px 0 0 59px;
  padding-top: 12px;
  border-top: 1px solid var(--ct-line);
  color: var(--ct-muted);
  font-size: 0.73rem;
  line-height: 1.45;
}
.page-thank .thank-confirmation__note strong { color: var(--ct-charcoal); }

@media (min-width: 1180px) {
  .page-thank .thank-confirmation {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 500px);
    gap: 24px 32px;
    padding: 20px 24px;
  }
  .page-thank .thank-confirmation h1 {
    max-width: 680px;
    font-size: clamp(2.05rem, 2.6vw, 2.4rem);
  }
  .page-thank .thank-confirmation .thank-lead { max-width: 680px; }
  .page-thank .thank-confirmation__utility {
    grid-template-columns: minmax(245px, 1fr) minmax(155px, 180px);
    align-items: center;
    gap: 10px;
  }
  .page-thank .thank-confirmation__support { min-height: 44px; }
  .page-thank #pay { position: static; top: auto; }
}

@media (max-width: 760px) {
  .page-thank .thank-confirmation {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 18px 16px;
    border-radius: 2px 2px 20px 2px;
  }
  .page-thank .thank-confirmation__primary { gap: 11px; }
  .page-thank .thank-confirmation__mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 1.05rem;
  }
  .page-thank .thank-confirmation h1 {
    margin-top: 7px;
    font-size: clamp(1.85rem, 8.6vw, 2.35rem);
  }
  .page-thank .thank-confirmation__utility {
    padding: 14px 0 0;
    border-top: 1px solid var(--ct-line);
    border-left: 0;
  }
  .page-thank .thank-confirmation__note {
    margin: -2px 0 0;
    padding-top: 12px;
  }
  .page-thank .meeting-point-card {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .page-thank .meeting-point-card__image { width: 100%; min-height: 0; }
  .page-thank .meeting-point-card__body { min-width: 0; }
}

/* Checkout summary */
@media (min-width: 1180px) {
  .page-thank .thank-payment-rail-slot { display: block; align-self: stretch; }
  .page-thank .thank-payment-rail {
    display: block;
    align-self: start;
    position: sticky;
    top: calc(var(--ct-header-height) + 22px);
    overflow: hidden;
    border-color: rgba(168, 95, 67, 0.25);
    box-shadow: 0 18px 46px rgba(36, 37, 34, 0.09);
  }
  .page-thank .thank-payment-rail::before {
    content: "";
    display: block;
    height: 5px;
    background: var(--ct-terracotta);
  }
  .page-thank .thank-payment-rail.is-complete::before { background: var(--ct-ocean); }
  .page-thank .thank-payment-rail.is-cancelled::before { background: var(--ct-error); }
  .page-thank .thank-payment-rail > .card-inner { padding: 22px; }
  .page-thank .thank-payment-rail__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--ct-terracotta-dark);
    font-size: 0.58rem;
    font-weight: 820;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .page-thank .thank-payment-rail h2 {
    margin: 0;
    color: var(--ct-charcoal);
    font-family: var(--ct-display);
    font-size: clamp(1.8rem, 2.6vw, 2.25rem);
    font-weight: 560;
    letter-spacing: -0.035em;
    line-height: 1;
  }
  .page-thank .thank-payment-rail > .card-inner > p {
    margin: 10px 0 17px;
    color: var(--ct-muted);
    font-size: 0.82rem;
    line-height: 1.5;
  }
  .page-thank .thank-payment-rail__amount {
    display: grid;
    gap: 4px;
    margin-top: 16px;
    padding: 16px;
    border-radius: var(--ct-radius);
    color: #fff;
    background: var(--ct-ocean);
  }
  .page-thank .thank-payment-rail__amount > span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .page-thank .thank-payment-rail__amount strong {
    color: #fff;
    font-family: var(--ct-display);
    font-size: 2rem;
    font-weight: 570;
    line-height: 1;
  }
  .page-thank .thank-payment-rail__amount small { font-family: var(--ct-body); font-size: 0.66rem; font-weight: 750; letter-spacing: 0.08em; }
  .page-thank .thank-payment-rail__extras {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 2px 0;
    color: var(--ct-muted);
    font-size: 0.73rem;
  }
  .page-thank .thank-payment-rail__extras[hidden] { display: none; }
  .page-thank .thank-payment-rail__extras strong { color: var(--ct-charcoal); }
  .page-thank .thank-payment-rail__cta.btn--primary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    color: #fff;
    border-color: var(--ct-terracotta);
    background: var(--ct-terracotta);
  }
  .page-thank .thank-payment-rail__cta.btn--primary:hover { color: #fff; border-color: var(--ct-terracotta-dark); background: var(--ct-terracotta-dark); }
  .page-thank .thank-payment-rail__note {
    display: block;
    margin-top: 10px;
    color: var(--ct-muted);
    font-size: 0.68rem;
    line-height: 1.45;
  }
}

/* Concierge add-on */
.act-live-chat {
  --chat-ink: var(--ct-ocean);
  position: relative;
  z-index: 1200;
}
.act-live-chat [hidden] { display: none !important; }
.act-live-chat .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.act-live-chat__launcher {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 1202;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: var(--ct-ocean);
  box-shadow: 0 18px 44px rgba(11, 48, 59, 0.24);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease, width 200ms ease, padding 200ms ease, gap 200ms ease;
}
.act-live-chat__launcher:hover { transform: translateY(-2px); box-shadow: 0 22px 50px rgba(11, 48, 59, 0.3); }
.act-live-chat__launcher:focus-visible,
.act-live-chat__close:focus-visible,
.act-live-chat button:focus-visible,
.act-live-chat input:focus-visible,
.act-live-chat textarea:focus-visible { outline: 3px solid rgba(168, 95, 67, 0.42); outline-offset: 2px; }
.act-live-chat__launcher-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ct-ocean);
  background: var(--ct-ivory);
}
.act-live-chat__launcher-icon svg { width: 23px; height: 23px; }
.act-live-chat__launcher-copy { max-width: 180px; display: grid; gap: 1px; overflow: hidden; opacity: 1; transition: max-width 160ms ease, opacity 140ms ease; }
.act-live-chat__launcher-copy strong { color: #fff; font-size: 0.78rem; line-height: 1.2; }
.act-live-chat__launcher-copy small { color: rgba(255, 255, 255, 0.7); font-size: 0.62rem; line-height: 1.2; }
.act-live-chat__unread {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--ct-terracotta);
  font-size: 0.62rem;
  font-weight: 800;
}
.act-live-chat__panel {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 1203;
  width: min(390px, calc(100vw - 28px));
  max-height: min(680px, calc(100dvh - 116px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(18, 61, 74, 0.16);
  border-radius: 22px;
  color: var(--ct-ocean);
  background: var(--ct-paper);
  box-shadow: 0 28px 80px rgba(11, 48, 59, 0.26), 0 8px 24px rgba(11, 48, 59, 0.1);
  animation: ctChatIn 180ms ease-out both;
}
.act-live-chat__header { min-height: 74px; display: flex; align-items: center; gap: 11px; padding: 13px 14px; color: #fff; background: var(--ct-ocean); }
.act-live-chat__brand { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; color: var(--ct-ocean); background: var(--ct-ivory); font-family: var(--ct-display); font-size: 0.82rem; font-weight: 800; }
.act-live-chat__heading { min-width: 0; display: grid; gap: 4px; }
.act-live-chat__heading strong { color: #fff; font-size: 0.88rem; line-height: 1.15; }
.act-live-chat__heading span { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.72); }
.act-live-chat__heading b { overflow: hidden; font-size: 0.62rem; font-weight: 650; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.act-live-chat__heading i { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #d7b972; box-shadow: 0 0 0 3px rgba(215,185,114,.14); }
.act-live-chat__heading i.is-online { background: #53d39b; box-shadow: 0 0 0 3px rgba(83,211,155,.15); }
.act-live-chat__close { width: 38px; height: 38px; margin-left: auto; flex: 0 0 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: rgba(255,255,255,.09); cursor: pointer; font-size: 1.2rem; line-height: 1; }
.act-live-chat__welcome { overflow: auto; padding: 24px 22px 20px; background: radial-gradient(circle at 100% 0%, rgba(228,213,191,.55), transparent 38%), var(--ct-paper); }
.act-live-chat__eyebrow { display: block; margin-bottom: 8px; color: var(--ct-terracotta-dark); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.14em; }
.act-live-chat__welcome h2 { margin: 0 0 8px; color: var(--ct-ocean); font-family: var(--ct-display); font-size: 1.8rem; line-height: 1; }
.act-live-chat__welcome > p { margin: 0 0 18px; color: var(--ct-muted); font-size: 0.8rem; line-height: 1.55; }
.act-live-chat__start-form { display: grid; gap: 12px; }
.act-live-chat__start-form label { display: grid; gap: 6px; }
.act-live-chat__start-form label > span { color: var(--ct-ocean); font-size: 0.7rem; font-weight: 750; }
.act-live-chat__start-form label em { color: var(--ct-muted); font-style: normal; font-weight: 600; }
.act-live-chat__start-form input,
.act-live-chat__start-form textarea,
.act-live-chat__compose textarea { width: 100%; border: 1px solid rgba(18,61,74,.18); border-radius: 13px; color: var(--ct-ocean); background: #fff; font: inherit; font-size: 0.88rem; }
.act-live-chat__start-form input { min-height: 46px; padding: 10px 12px; }
.act-live-chat__start-form textarea { min-height: 76px; padding: 11px 12px; resize: vertical; }
.act-live-chat__start-form input::placeholder,
.act-live-chat__start-form textarea::placeholder,
.act-live-chat__compose textarea::placeholder { color: #8c918f; }
.act-live-chat__website { position: absolute !important; left: -9999px !important; }
.act-live-chat__send-start { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--ct-terracotta); border-radius: 14px; color: #fff; background: var(--ct-terracotta); cursor: pointer; font: inherit; font-size: 0.8rem; font-weight: 800; }
.act-live-chat__send-start:hover { background: var(--ct-terracotta-dark); }
.act-live-chat__send-start:disabled { opacity: 0.62; cursor: wait; }
.act-live-chat__feedback { min-height: 16px; margin: 0; color: var(--ct-error); font-size: 0.68rem; font-weight: 700; line-height: 1.35; }
.act-live-chat__conversation { min-height: 0; display: flex; flex: 1 1 auto; flex-direction: column; background: #f3f1ec; }
.act-live-chat__messages { min-height: 220px; flex: 1 1 auto; overflow: auto; overscroll-behavior: contain; padding: 18px 16px 10px; scrollbar-width: thin; }
.act-live-chat__message { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; margin-bottom: 12px; }
.act-live-chat__message--visitor { align-items: flex-end; }
.act-live-chat__bubble { max-width: 84%; padding: 10px 12px; border: 1px solid rgba(18,61,74,.1); border-radius: 15px 15px 15px 4px; color: var(--ct-ocean); background: #fff; font-size: 0.8rem; line-height: 1.48; white-space: pre-wrap; overflow-wrap: anywhere; }
.act-live-chat__message--visitor .act-live-chat__bubble { border-color: rgba(168,95,67,.28); border-radius: 15px 15px 4px 15px; background: #f8ece6; }
.act-live-chat__message time { padding: 0 4px; color: #7d8582; font-size: 0.58rem; }
.act-live-chat__conversation-note { padding: 6px 16px 8px; color: #737a77; font-size: 0.62rem; line-height: 1.35; text-align: center; }
.act-live-chat__compose { display: grid; grid-template-columns: minmax(0,1fr) 46px; gap: 9px; align-items: end; padding: 10px 12px 8px; border-top: 1px solid rgba(18,61,74,.1); background: var(--ct-paper); }
.act-live-chat__compose textarea { min-height: 46px; max-height: 96px; padding: 12px; resize: none; line-height: 1.4; }
.act-live-chat__compose button { width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 14px; color: #fff; background: var(--ct-ocean); cursor: pointer; }
.act-live-chat__compose button:disabled { opacity: 0.55; cursor: wait; }
.act-live-chat__compose button svg { width: 21px; height: 21px; }
.act-live-chat__conversation > .act-live-chat__feedback { padding: 0 14px 8px; background: var(--ct-paper); }
.act-live-chat-open .act-live-chat__launcher { opacity: 0; pointer-events: none; transform: translateY(10px); }
.act-live-chat.is-compact .act-live-chat__launcher { width: 54px; min-width: 54px; min-height: 54px; gap: 0; padding: 7px; border-radius: 18px; }
.act-live-chat.is-compact .act-live-chat__launcher-icon { width: 40px; height: 40px; flex-basis: 40px; }
.act-live-chat.is-compact .act-live-chat__launcher-copy { max-width: 0; opacity: 0; pointer-events: none; }

@keyframes ctChatIn {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 767px) {
  .act-live-chat__launcher { right: 14px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 54px; padding: 7px; border-radius: 18px; }
  .act-live-chat__launcher-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .act-live-chat__launcher-copy { max-width: 0; opacity: 0; pointer-events: none; }
  .act-live-chat__panel { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); width: calc(100vw - 20px); max-height: calc(100dvh - 20px - env(safe-area-inset-bottom)); border-radius: 20px; }
  .act-live-chat__header { min-height: 70px; padding: 11px 12px; }
  .act-live-chat__welcome { padding: 21px 18px 18px; }
  .act-live-chat__start-form input,
  .act-live-chat__start-form textarea,
  .act-live-chat__compose textarea { font-size: 16px; }
  .act-live-chat__messages { min-height: 180px; }
}

@media (prefers-reduced-motion: reduce) {
  .act-live-chat__panel { animation: none; }
  .act-live-chat__launcher,
  .act-live-chat__launcher-copy { transition: none; }
}

/* Review and confirmation */
.page-review .review-intro {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  align-items: center;
  gap: clamp(24px, 3.5vw, 44px);
  margin-bottom: 18px;
  padding: clamp(22px, 2.8vw, 30px) clamp(22px, 3.5vw, 38px);
  border: 1px solid var(--ct-line);
  border-top: 4px solid var(--ct-ocean);
  border-radius: 2px 2px 22px 2px;
  color: var(--ct-charcoal);
  background: var(--ct-paper);
  box-shadow: 0 14px 38px rgba(36, 37, 34, 0.07);
}
.page-review .review-intro__eyebrow {
  margin-bottom: 8px;
  color: var(--ct-terracotta-dark);
}
.page-review .review-intro h1 {
  max-width: 760px;
  margin: 0 0 10px;
  color: var(--ct-charcoal);
  font-size: clamp(2.25rem, 3.8vw, 3.35rem);
  line-height: 0.98;
}
.page-review .review-intro__lead {
  max-width: 650px;
  color: var(--ct-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
.page-review .review-intro__alert {
  margin-top: 13px;
  padding: 7px 10px;
  color: var(--ct-ocean);
  border-color: rgba(18, 61, 74, 0.16);
  background: rgba(18, 61, 74, 0.065);
  font-size: 0.68rem;
}
.page-review .review-intro__side { gap: 9px; }
.page-review .review-intro__meta { gap: 8px; }
.page-review .review-intro__pill {
  gap: 3px;
  padding: 11px 12px;
  border-color: rgba(18, 61, 74, 0.13);
  border-radius: 12px;
  background: rgba(228, 213, 191, 0.27);
}
.page-review .review-intro__pill span { color: var(--ct-muted); font-size: 0.54rem; }
.page-review .review-intro__pill strong { color: var(--ct-charcoal); font-size: 0.76rem; }
.page-review .review-intro__side-note { color: var(--ct-muted); font-size: 0.7rem; line-height: 1.45; }
.page-review .review-grid { gap: 22px; }

.page-review .review-empty,
.page-thank .thank-error {
  overflow: hidden;
  border-top: 4px solid var(--ct-terracotta);
  box-shadow: 0 18px 48px rgba(36, 37, 34, 0.08);
}
.page-review .review-empty > .card-inner,
.page-thank .thank-error > .card-inner { padding: clamp(26px, 4.5vw, 44px); }
.page-review .review-empty__mark,
.page-thank .thank-error__mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 50%;
  color: #fff;
  background: var(--ct-terracotta);
  font-size: 1.05rem;
  font-weight: 850;
}
.page-review .review-empty h2,
.page-thank .thank-error h1 { font-size: clamp(2.1rem, 5vw, 3.35rem); line-height: 1; }

.page-thank .thank-layout { margin-top: 18px; }

@media (max-width: 1179px) {
  .page-thank .thank-layout {
    grid-template-areas:
      "hero"
      "payment"
      "extras"
      "document"
      "summary"
      "guide";
  }
}

@media (max-width: 760px) {
  .page-review .review-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 16px;
    padding: 17px 16px 18px;
    border-radius: 2px 2px 18px 2px;
  }
  .page-review .review-intro h1 {
    margin-bottom: 8px;
    font-size: clamp(2rem, 9.8vw, 2.55rem);
    line-height: 1;
  }
  .page-review .review-intro__lead { font-size: 0.84rem; line-height: 1.46; }
  .page-review .review-intro__alert {
    width: fit-content;
    justify-content: flex-start;
    margin-top: 11px;
  }
  .page-review .review-intro__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .page-review .review-intro__pill { padding: 10px 11px; }
  .page-review .review-intro__pill strong { font-size: 0.72rem; }
  .page-review .review-intro__side-note { font-size: 0.68rem; }
  .page-review .review-grid { gap: 18px; }

  .page-thank .thank-layout { margin-top: 16px; }
  .page-thank .thank-confirmation {
    gap: 12px;
    padding: 15px 14px 16px;
    border-radius: 2px 2px 18px 2px;
  }
  .page-thank .thank-confirmation__primary { gap: 10px; }
  .page-thank .thank-confirmation__mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 0.96rem;
  }
  .page-thank .thank-confirmation .thank-hero__status {
    min-height: 22px;
    padding: 4px 8px;
    font-size: 0.51rem;
  }
  .page-thank .thank-confirmation h1 {
    margin: 6px 0 5px;
    font-size: clamp(1.72rem, 8vw, 2.12rem);
    line-height: 1.03;
  }
  .page-thank .thank-confirmation .thank-lead { font-size: 0.81rem; line-height: 1.42; }
  .page-thank .thank-confirmation__delivery { margin-top: 6px; font-size: 0.68rem; line-height: 1.35; }
  .page-thank .thank-confirmation__utility {
    gap: 7px;
    padding-top: 10px;
  }
  .page-thank .thank-confirmation__reference {
    gap: 3px;
    padding: 9px 10px 6px;
  }
  .page-thank .thank-confirmation__reference > span { font-size: 0.51rem; }
  .page-thank .thank-confirmation__reference-row strong { font-size: 1.08rem; }
  .page-thank .thank-confirmation__reference small { min-height: 10px; font-size: 0.61rem; }
  .page-thank .thank-confirmation__support { min-height: 38px; padding: 8px 11px; }
  .page-thank .thank-confirmation__note {
    margin: 0;
    padding-top: 8px;
    font-size: 0.68rem;
    line-height: 1.4;
  }
}

/* Confirmation spacing */
@media (min-width: 700px) {
  .page-thank #pay > .card-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    align-items: start;
  }
  .page-thank #pay > .card-inner > .thank-card__head,
  .page-thank #pay > .card-inner > .thank-card__lead,
  .page-thank #pay > .card-inner > .thank-cash-note,
  .page-thank #pay > .card-inner > .summary-list,
  .page-thank #pay > .card-inner > .thank-paypal,
  .page-thank #pay > .card-inner > .hero__cta,
  .page-thank #pay > .card-inner > .payment-actions,
  .page-thank #pay > .card-inner > .payment-actions__status,
  .page-thank #pay > .card-inner > #paypalStatus { grid-column: 1 / -1; }
  .page-thank #pay > .card-inner > .thank-state { grid-column: 1 / -1; }
  .page-thank #pay > .card-inner > .thank-state:has(+ .reservation-timer--payment) { grid-column: 1; }
  .page-thank #pay > .card-inner > .reservation-timer--payment { grid-column: 2; }
  .page-thank #pay .thank-state,
  .page-thank #pay .reservation-timer--payment { height: 100%; margin-bottom: 13px; }
  .page-thank #pay .summary-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }
  .page-thank #pay .summary-divider,
  .page-thank #pay .summary-item--payment-total { grid-column: 1 / -1; }
  .page-thank #pay .payment-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
  }
  .page-thank #pay .payment-actions .btn { width: auto; }
}

@media (min-width: 1180px) {
  .page-thank .thank-layout {
    grid-template-areas:
      "hero hero"
      "extras rail"
      "payment summary"
      "payment document"
      "guide guide";
    gap: 20px;
  }
  .page-thank .thank-hero__right .summary-list--receipt {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }
  .page-thank .thank-hero__right .card-inner { padding: 23px; }
  .page-thank .thank-card--receipt > .card-inner { padding: 23px; }
  .page-thank .thank-card--next > .card-inner { padding: 30px; }
  .page-thank .meeting-box { margin: 16px 0; padding: 22px; }
  .page-thank .meeting-point-card__image {
    height: 220px;
    min-height: 0;
    aspect-ratio: auto;
  }
}

@media (max-width: 760px) {
  .page-thank .thank-layout { gap: 12px; }
  .page-thank #pay > .card-inner { padding: 18px 14px; }
  .page-thank .thank-card__head { margin-bottom: 7px; }
  .page-thank .thank-card__lead { margin-bottom: 12px; }
  .page-thank .thank-state,
  .page-thank .thank-cash-note,
  .page-thank .reservation-timer { margin-bottom: 10px; padding: 12px; }
  .page-thank .summary-divider { margin-top: 10px; padding: 7px 0 6px; }
  .page-thank .summary-item { padding: 8px 0; }

  .page-thank .thank-extra-grid { gap: 8px; margin-top: 13px; }
  .page-thank .thank-extra-item {
    grid-template-columns: 48px minmax(0, 1fr) 90px;
    gap: 8px;
    padding: 9px;
  }
  .page-thank .thank-extra-item__image { width: 48px; height: 48px; }
  .page-thank .thank-extra-item__copy > strong { font-size: 0.72rem; }
  .page-thank .thank-extra-item__copy > small { font-size: 0.59rem; }
  .page-thank .thank-extra-item__quantity {
    grid-column: auto;
    grid-template-columns: repeat(3, 28px);
    gap: 3px;
  }
  .page-thank .thank-extra-item__quantity button,
  .page-thank .thank-extra-item__quantity output {
    width: 28px;
    height: 32px;
  }
  .page-thank .thank-extra-footer {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    padding: 12px;
  }
  .page-thank .thank-extra-footer .help { max-width: 150px; text-align: right; }

  .page-thank .thank-card--next > .card-inner { padding: 18px 16px; }
  .page-thank .meeting-box { margin: 14px 0; padding: 14px; }
  .page-thank .meeting-box__head { margin-bottom: 12px; }
  .page-thank .meeting-point-grid { gap: 9px; }
  .page-thank .meeting-point-card__body { padding: 11px; }
  .page-thank .meeting-identification { margin-top: 9px; padding: 9px 10px; }
  .page-thank .thank-next-grid { gap: 8px; margin-bottom: 10px; }
  .page-thank .thank-next-step {
    display: grid;
    grid-template-columns: minmax(82px, 0.55fr) minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    padding: 11px;
  }
  .page-thank .thank-next-step strong { margin: 0; }
  .page-thank .thank-support { gap: 12px; padding: 14px; }
  .page-thank .thank-support__copy p { font-size: 0.69rem; line-height: 1.45; }
}

@media (min-width: 360px) and (max-width: 760px) {
  .page-thank .thank-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page-thank .summary-item {
    grid-template-columns: minmax(78px, 0.38fr) minmax(0, 1fr);
    gap: 9px;
  }
  .page-thank .summary-item strong { text-align: right; }
  .page-thank .summary-item--note { grid-template-columns: minmax(0, 1fr); }
  .page-thank .summary-item--note strong { text-align: left; }
  .page-thank .thank-receipt__amount {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }
  .page-thank .thank-receipt__meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-thank .thank-receipt__meta > div + div {
    border-top: 0;
    border-left: 1px solid var(--ct-line);
  }
  .page-thank .meeting-point-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-thank .meeting-point-card__image { aspect-ratio: 4 / 3; }
  .page-thank .thank-support {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
  .page-thank .thank-support__actions { width: auto; display: flex; }
  .page-thank .thank-support__actions .btn { width: auto; }
}

@media (min-width: 380px) and (max-width: 760px) {
  .page-thank .thank-confirmation__utility {
    grid-template-columns: minmax(0, 1fr) 126px;
    align-items: stretch;
  }
  .page-thank .thank-confirmation__support { height: 100%; }
}

/* Confirmation balance */
@media (min-width: 1180px) {
  .page-thank .thank-layout {
    grid-template-areas:
      "hero hero"
      "extras rail"
      "payment summary"
      "document summary"
      "guide guide";
  }
  .page-thank .thank-card--receipt > .card-inner {
    display: grid;
    grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
    grid-auto-flow: row dense;
    gap: 12px 18px;
    align-items: start;
  }
  .page-thank .thank-card--receipt .thank-receipt__head { grid-column: 1; grid-row: 1; }
  .page-thank .thank-card--receipt .thank-receipt__amount { grid-column: 1; grid-row: 2; margin-top: 0; }
  .page-thank .thank-card--receipt .thank-receipt__meta { grid-column: 2; grid-row: 1; margin-top: 0; }
  .page-thank .thank-card--receipt .thank-receipt__pending,
  .page-thank .thank-card--receipt .thank-receipt__includes { grid-column: 2; grid-row: 2; margin-top: 0; }
  .page-thank .thank-card--receipt .thank-receipt__actions { grid-column: 1 / -1; grid-row: 3; margin-top: 0; }
  .page-thank .thank-card--receipt .thank-receipt__feedback { grid-column: 1 / -1; grid-row: 4; margin: 0; }
}

@media (min-width: 360px) and (max-width: 760px) {
  .page-thank .thank-card--payment .thank-card__head { align-items: center; }
  .page-thank .thank-card--payment .thank-card__tag {
    padding: 5px 8px;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }
  .page-thank .thank-support {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }
  .page-thank .thank-support__actions { width: 100%; display: grid; }
  .page-thank .thank-support__actions .btn { width: 100%; }
}

@media (min-width: 380px) and (max-width: 760px) {
  .page-thank .thank-confirmation__utility {
    grid-template-columns: minmax(0, 1fr) 112px;
    align-items: center;
  }
  .page-thank .thank-confirmation__reference-row { gap: 6px; }
  .page-thank .thank-confirmation__reference-row strong { font-size: 1rem; }
  .page-thank .thank-confirmation__reference-row button { padding: 6px 8px; }
  .page-thank .thank-confirmation__support {
    height: auto;
    min-height: 44px;
    align-self: center;
    border-radius: 12px;
    padding: 8px 9px;
    font-size: 0.68rem;
  }
}

@media (max-width: 760px) {
  .page-thank .thank-extra-item { grid-template-columns: 48px minmax(0, 1fr) 102px; }
  .page-thank .thank-extra-item__quantity { grid-template-columns: repeat(3, 32px); }
  .page-thank .thank-extra-item__quantity button,
  .page-thank .thank-extra-item__quantity output {
    width: 32px;
    height: 36px;
  }
}

@media (min-width: 360px) and (max-width: 760px) {
  .page-thank .thank-card--payment .thank-title {
    font-size: 1.62rem;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  .page-thank .thank-card--payment .thank-card__tag {
    padding: 4px 7px;
    font-size: 0.46rem;
    letter-spacing: 0.08em;
  }
}

/* Interactive control sizing */
.ct-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.ct-button--small { min-height: 44px; }
.ct-hero__actions .ct-text-link,
.ct-contact-form__actions .ct-text-link {
  min-height: 44px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ct-menu-button { width: 44px; height: 44px; }
.ct-route-swap,
.ct-home .ct-hero__booking .ct-route-swap { width: 44px; height: 44px; }
.ct-location-picker__close {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}
.ct-location-show-all,
.ct-segmented span { min-height: 44px; }

.ct-button:focus-visible,
.ct-text-link:focus-visible,
.ct-menu-button:focus-visible,
.ct-route-swap:focus-visible,
.ct-location-picker__close:focus-visible,
.ct-location-show-all:focus-visible,
.ct-stepper button:focus-visible,
.ct-booking-summary__mobile-toggle:focus-visible,
.ct-segmented input:focus-visible + span {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ct-terracotta);
}

@media (max-width: 680px) {
  .ct-header__book { min-height: 44px; }
  .ct-menu-button { width: 44px; height: 44px; }
}

/* Location picker transitions */
.ct-location-results.is-picker-step-out,
.ct-location-results.is-picker-step-in,
.ct-location-results.is-picker-step-out-back,
.ct-location-results.is-picker-step-in-back { animation: none; }
.ct-location-results.is-picker-step-out,
.ct-location-results.is-picker-step-out-back { pointer-events: none; }
.ct-location-results.is-picker-step-out > :not(.ct-location-picker__head) {
  will-change: transform;
  animation: ct-location-step-content-out 100ms cubic-bezier(0.4, 0, 1, 1) both;
}
.ct-location-results.is-picker-step-in > :not(.ct-location-picker__head) {
  will-change: transform;
  animation: ct-location-step-content-in 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ct-location-results.is-picker-step-out-back > :not(.ct-location-picker__head) {
  will-change: transform;
  animation: ct-location-step-content-out-back 100ms cubic-bezier(0.4, 0, 1, 1) both;
}
.ct-location-results.is-picker-step-in-back > :not(.ct-location-picker__head) {
  will-change: transform;
  animation: ct-location-step-content-in-back 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ct-location-step-content-out {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(-10px); }
}
@keyframes ct-location-step-content-in {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes ct-location-step-content-out-back {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(10px); }
}
@keyframes ct-location-step-content-in-back {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .ct-location-results.is-picker-step-out > :not(.ct-location-picker__head),
  .ct-location-results.is-picker-step-in > :not(.ct-location-picker__head),
  .ct-location-results.is-picker-step-out-back > :not(.ct-location-picker__head),
  .ct-location-results.is-picker-step-in-back > :not(.ct-location-picker__head) { animation: none !important; }
}

/* Ride summary visibility */
.ct-booking[data-current-step="1"] .ct-booking__layout { grid-template-columns: minmax(0, 1fr); }
.ct-booking[data-current-step="1"] .ct-booking-summary { display: none; }

/* Button targets and keyboard focus */
.ct-input-shell input { padding-right: 48px; }
.ct-location-clear,
.ct-route-choice-close,
.act-live-chat__close,
.page-thank .thank-tour-inline__close {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}
.ct-route-choice-close { flex-basis: 44px; }
.ct-route-choice-back,
.ct-location-filter,
.ct-location-areas button,
.ct-booking-summary__title button,
.page-thank .thank-confirmation__reference-row button,
.page-thank .thank-confirmation__support {
  min-width: 44px;
  min-height: 44px;
}
.ct-route-choice-back { min-height: 44px !important; padding-block: 8px; }
.ct-location-filter,
.ct-location-areas button { padding-block: 10px; }
.ct-booking-summary__title button,
.page-thank .thank-confirmation__reference-row button { padding: 8px 10px; }

.page-tours .tour-passenger-stepper { grid-template-columns: 44px minmax(0, 1fr) 44px; }
.page-tours .tour-passenger-stepper button { width: 44px; min-height: 44px; }
.page-review .extra-qty .qty-stepper { grid-template-columns: 44px minmax(48px, 1fr) 44px; max-width: 157px; }
.page-review .extra-qty .qty-stepper__btn { width: 44px; min-height: 44px; }
.page-thank .thank-extra-item__quantity { grid-template-columns: 44px 32px 44px; }
.page-thank .thank-extra-item__quantity button { width: 44px; height: 44px; }
.page-thank .thank-extra-item__quantity output { width: 32px; height: 44px; }

button[class]:focus-visible,
a.ct-button:focus-visible,
a.btn:focus-visible,
[role="button"]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ct-terracotta);
}

@media (max-width: 760px) {
  .page-thank .thank-extra-item { grid-template-columns: 48px minmax(0, 1fr) 128px; }
  .page-thank .thank-extra-item__quantity { grid-template-columns: 44px 32px 44px; gap: 4px; }
  .page-thank .thank-extra-item__quantity button { width: 44px; height: 44px; }
  .page-thank .thank-extra-item__quantity output { width: 32px; height: 44px; }
}

@media (max-width: 620px) {
  .page-thank .thank-extra-item { grid-template-columns: 48px minmax(0, 1fr); }
  .page-thank .thank-extra-item__quantity {
    grid-column: 1 / -1;
    grid-template-columns: 44px minmax(48px, 1fr) 44px;
  }
  .page-thank .thank-extra-item__quantity output { width: 100%; }
}

/* Reservation progress */
.ct-booking__step-list--journey { grid-template-columns: repeat(5, minmax(0, 1fr)); }

/* Home content transitions */
.ct-home.ct-motion-ready .ct-home-motion {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity 460ms ease-out var(--ct-motion-delay, 0ms),
    transform 460ms cubic-bezier(0.22, 0.72, 0.28, 1) var(--ct-motion-delay, 0ms);
}
.ct-home.ct-motion-ready .ct-home-motion--hero {
  transform: translate3d(0, 6px, 0);
  transition-duration: 560ms;
}
.ct-home.ct-motion-ready .ct-home-motion.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .ct-home.ct-motion-ready .ct-home-motion,
  .ct-home.ct-motion-ready .ct-home-motion--hero {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Optional trip notes */
.ct-optional-details {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 38, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.62);
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.ct-optional-details[open] {
  border-color: rgba(18, 61, 74, 0.28);
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 45, 61, 0.07);
}

.ct-optional-details summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 14px;
  color: var(--ct-charcoal);
  cursor: pointer;
  list-style: none;
}

.ct-optional-details summary::-webkit-details-marker { display: none; }
.ct-optional-details summary > span:first-child { min-width: 0; display: grid; gap: 2px; }
.ct-optional-details summary strong { font-size: 0.78rem; font-weight: 760; }
.ct-optional-details summary small { color: var(--ct-muted); font-size: 0.68rem; line-height: 1.35; }
.ct-optional-details summary:hover { background: rgba(18, 61, 74, 0.035); }
.ct-optional-details summary:focus-visible { outline: 3px solid rgba(168, 95, 67, 0.36); outline-offset: -3px; }

.ct-optional-details__toggle {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 61, 74, 0.24);
  border-radius: 50%;
  color: var(--ct-ocean);
  background: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.ct-optional-details[open] .ct-optional-details__toggle {
  color: #fff;
  background: var(--ct-ocean);
  transform: rotate(45deg);
}

.ct-optional-details__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 15px 14px 14px;
  border-top: 1px solid rgba(23, 33, 38, 0.11);
}

/* Mobile booking */
@media (max-width: 680px) {
  .ct-home .ct-hero__booking {
    width: 100%;
    min-width: 0;
  }

  .ct-home .ct-hero__booking:has(.ct-booking--home-sales)::before {
    inset: 4% -2% -2%;
    border-radius: 26px;
    filter: blur(12px);
  }

  .ct-home .ct-hero__booking .ct-booking--home-sales {
    width: 100%;
    min-width: 0;
    padding: 18px 16px 20px;
    border-radius: 20px;
    box-shadow: 0 22px 54px rgba(1, 13, 14, 0.32);
  }

  .ct-home .ct-hero__booking .ct-booking--home-sales .ct-booking__heading {
    gap: 6px;
    padding-bottom: 14px;
  }

  .ct-home .ct-hero__booking .ct-booking--home-sales .ct-booking__heading h2 {
    max-width: 340px;
    margin-top: 5px;
    font-size: clamp(1.65rem, 8.2vw, 2rem);
    line-height: 1;
  }

  .ct-home .ct-hero__booking .ct-booking--home-sales .ct-booking__heading > p {
    max-width: 360px;
    font-size: 0.72rem;
  }

  .ct-home .ct-hero__booking .ct-booking--home-sales .ct-booking__progress {
    margin: 12px 0 18px;
    padding: 10px 8px 9px;
  }

  .ct-home .ct-hero__booking .ct-booking__step-list li > small {
    font-size: 0.61rem;
  }

  .ct-home .ct-hero__booking .ct-booking__layout,
  .ct-home .ct-hero__booking .ct-form-grid--2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .ct-home .ct-hero__booking .ct-route-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .ct-home .ct-hero__booking .ct-route-swap {
    width: 40px;
    height: 40px;
    margin: -1px auto;
  }

  .ct-home .ct-hero__booking .ct-booking--home-sales .ct-input-shell input,
  .ct-home .ct-hero__booking .ct-field input,
  .ct-home .ct-hero__booking .ct-field select {
    min-height: 54px;
    font-size: 16px;
  }

  .ct-home .ct-hero__booking .ct-field textarea {
    font-size: 16px;
  }

  .ct-booking--home-sales .ct-booking__proof {
    gap: 5px;
  }

  .ct-booking--home-sales .ct-booking__proof li {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    font-size: 0.58rem;
  }

  .ct-home .ct-hero__booking .ct-step-heading {
    margin-bottom: 17px;
  }

  .ct-home .ct-hero__booking .ct-step-heading h3 {
    font-size: 1.38rem;
  }

  .ct-home .ct-hero__booking .ct-step-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
    margin-top: 22px;
    padding-top: 17px;
  }

  .ct-home .ct-hero__booking .ct-step-actions--end {
    grid-template-columns: minmax(0, 1fr);
  }

  .ct-home .ct-hero__booking .ct-step-actions .ct-button {
    min-height: 52px;
    margin: 0;
  }

  .ct-home .ct-hero__booking .ct-step-actions .ct-button--primary {
    width: 100%;
  }

  .ct-home .ct-hero__booking .ct-contact-method-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .ct-home .ct-hero__booking .ct-contact-method-note span {
    text-align: left;
  }

  .ct-home .ct-hero__booking .ct-optional-details__body {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .ct-home .ct-hero__booking .ct-vehicle-options {
    gap: 12px;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option {
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 14px;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option__image {
    width: 108px;
    height: 82px;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option__info h4 {
    padding-right: 22px;
    font-size: 1.08rem;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option__info p {
    margin-bottom: 4px;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option__meta {
    gap: 3px 10px;
    font-size: 0.63rem;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option__price {
    grid-column: 1 / -1;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 2px 12px;
    padding: 9px 2px 0;
    border-top: 1px solid var(--ct-line);
    text-align: left;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option__price del,
  .ct-home .ct-hero__booking .ct-vehicle-option__price strong {
    grid-column: 2;
    text-align: right;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option__price small {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option__comparison {
    grid-column: 1 / -1;
  }

  .ct-home .ct-hero__booking .ct-roundtrip-value {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 18px;
  }

  .ct-home .ct-hero__booking .ct-roundtrip-value .ct-button {
    width: 100%;
    min-height: 50px;
  }

  .ct-home .ct-hero__booking .ct-booking-summary {
    width: 100%;
    margin: 0;
  }

  .ct-home .ct-hero__booking .ct-booking-summary__mobile-toggle strong {
    max-width: min(45vw, 260px);
  }

  /* Mobile location picker */
  .ct-home .ct-location-results {
    padding: 0 8px calc(10px + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    background: #faf8f3;
    box-shadow: none;
    scrollbar-gutter: auto;
  }

  .ct-home .ct-location-picker__head {
    top: 0;
    margin: 0 -8px 6px;
    padding: calc(12px + env(safe-area-inset-top)) 16px 12px;
    border-radius: 0;
  }

  .ct-home .ct-location-picker__journey {
    margin-right: 38px;
  }

  .ct-home .ct-location-picker__origin {
    margin-left: 0;
  }

  .ct-home .ct-location-category-grid {
    gap: 8px;
    padding: 10px 2px 8px;
  }

  .ct-home .ct-location-category-card {
    min-height: 126px;
    padding: 13px;
  }

  .ct-home .ct-location-results.is-category-landing .ct-location-category-grid {
    min-height: 0;
    grid-template-rows: repeat(2, minmax(126px, auto));
    align-content: start;
  }

  .ct-home .ct-location-category-card,
  .ct-home .ct-location-category-card[data-category-type] {
    border-radius: 14px;
    box-shadow: inset 0 2px 0 rgba(20, 45, 61, 0.22);
  }

  .ct-home .ct-location-category-card[data-category-type="hotel"] > small,
  .ct-home .ct-location-category-card[data-category-type="airport"] > small {
    margin-left: 0;
  }

  .ct-home .ct-location-category-card[data-category-type="restaurant"] .ct-location-category-card__top,
  .ct-home .ct-location-category-card[data-category-type="attraction"] .ct-location-category-card__top {
    padding: 0;
  }

  .ct-home .ct-location-category-card[data-category-type="airport"] .ct-location-category-card__arrow {
    right: 13px;
    left: auto;
  }

  .ct-home .ct-location-compass {
    display: none;
  }

  .ct-home .ct-location-featured-grid {
    grid-template-columns: minmax(0, 1fr);
    padding-inline: 2px;
  }

  .ct-home .ct-location-featured-grid .ct-location-option,
  .ct-home .ct-location-option {
    width: 100%;
    margin-inline: 0;
  }

  /* Mobile decision dialogs */
  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice,
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice,
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates {
    position: fixed;
    z-index: 1550;
    top: 8px;
    top: max(8px, env(safe-area-inset-top));
    right: 0;
    bottom: 0;
    left: 0;
    inset: max(8px, env(safe-area-inset-top)) 0 0;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 22px 22px 0 0;
    background: #faf8f3;
    box-shadow: 0 -10px 40px rgba(8, 23, 32, 0.28);
    transform: none;
    animation: ct-mobile-booking-sheet-in 150ms cubic-bezier(0.22, 0.72, 0.28, 1) both;
  }

  /* Compact trip selector */
  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    inset: auto 0 0;
    max-height: calc(100dvh - 16px);
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  [data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    inset: auto 0 0;
    height: auto;
    max-height: calc(100dvh - max(12px, env(safe-area-inset-top)));
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet__header,
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__header,
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet__header {
    min-width: 0;
    margin: 0;
    padding: 15px 16px 13px;
    border-bottom: 1px solid rgba(23, 33, 38, 0.12);
    background: #faf8f3;
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet__header {
    padding-block: 12px 11px;
  }

  [data-progressive-route].is-trip-choice-open .ct-trip-choice-heading > div {
    gap: 2px;
  }

  [data-progressive-route].is-trip-choice-open .ct-trip-choice-heading strong {
    font-size: 1.35rem;
  }

  [data-progressive-route].is-trip-choice-open .ct-trip-choice-heading small {
    font-size: 0.7rem;
    line-height: 1.35;
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet__body,
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__body,
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet__body {
    min-height: 0;
    padding: 18px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: auto;
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet__body {
    padding-block: 14px;
  }

  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__body {
    display: flex;
    align-items: center;
  }

  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__body .ct-number-field {
    width: 100%;
  }

  [data-progressive-route].is-trip-choice-open .ct-trip-choice-actions,
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__footer,
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet__footer {
    margin: 0;
    padding: 13px 16px calc(13px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(23, 33, 38, 0.12);
    background: #faf8f3;
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading,
  [data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading,
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__heading {
    margin-bottom: 0;
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented span {
    min-height: 88px;
    padding: 12px 16px;
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:first-child span::before,
  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:last-child span::before {
    width: 34px;
    height: 34px;
    margin-bottom: 7px;
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-form-grid,
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-wizard-sheet__body .ct-form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  [data-progressive-route].is-round-trip-choice [data-route-date-stage] .ct-schedule-rides {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-schedule-ride {
    padding: 15px;
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="date"],
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="time"] {
    min-height: 58px;
    font-size: 16px;
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage].is-return-upgrade .ct-return-upgrade-summary:not([hidden]) {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage].is-return-upgrade .ct-return-upgrade-summary__badge {
    width: max-content;
  }
}

@keyframes ct-mobile-booking-sheet-in {
  from { opacity: 0.92; }
  to { opacity: 1; }
}

@media (max-width: 680px) and (max-height: 420px) {
  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice,
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice,
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0;
    border-radius: 0;
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    inset: auto 0 0;
    max-height: 100dvh;
    border-radius: 18px 18px 0 0;
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet__header,
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__header,
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet__header {
    padding: 8px 14px;
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet__header small,
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__header small,
  [data-progressive-route].is-date-choice-open .ct-route-dates__copy > span {
    display: none;
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet__body,
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__body,
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet__body {
    padding: 10px 14px;
  }

  [data-progressive-route].is-trip-choice-open .ct-trip-choice-actions,
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet__footer,
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet__footer {
    padding: 8px 14px;
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented > div,
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-form-grid,
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-wizard-sheet__body .ct-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented span {
    min-height: 82px;
    padding: 10px 12px;
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:first-child span::before,
  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:last-child span::before {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
  }
}

@media (max-width: 359px) {
  .ct-home .ct-hero__booking .ct-booking--home-sales {
    padding-inline: 13px;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 10px;
  }

  .ct-home .ct-hero__booking .ct-vehicle-option__image {
    width: 94px;
    height: 78px;
  }

  .ct-home .ct-hero__booking .ct-step-actions {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .ct-home .ct-hero__booking .ct-step-actions .ct-button--ghost {
    overflow: hidden;
    padding-inline: 8px;
    font-size: 0;
  }

  .ct-home .ct-hero__booking .ct-step-actions .ct-button--ghost::before {
    content: "\2190";
    font-size: 1rem;
  }
}

@media (max-width: 680px) and (prefers-reduced-motion: reduce) {
  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice,
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice,
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates {
    animation: none;
  }
}

/* Mobile focus sizing */
@media (max-width: 680px), (pointer: coarse) {
  [data-booking-app] input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="file"]):not([type="button"]):not([type="submit"]),
  [data-booking-app] select,
  [data-booking-app] textarea,
  [data-booking-app] .ct-location-picker__search input {
    font-size: 16px;
  }

  [data-booking-app] button,
  [data-booking-app] a,
  [data-booking-app] label,
  [data-booking-app] input,
  [data-booking-app] select,
  [data-booking-app] textarea,
  [data-booking-app] summary {
    touch-action: manipulation;
  }
}

/* Reservation layout */
.page-review main > .container,
.page-thank main > .container {
  width: min(100%, calc(1160px + (var(--ct-gutter) * 2)));
  max-width: none;
  margin-inline: auto;
  padding-inline: var(--ct-gutter) !important;
}

.page-review .ct-reservation-journey,
.page-thank .ct-reservation-journey {
  margin-bottom: 24px;
}

.page-review .review-intro { margin-bottom: 20px; }
.page-review .review-grid { gap: 22px; }
.page-review .review-col { gap: 20px; }
.page-review .review-card .card-inner,
.page-review .review-summary { padding: 26px; }
.page-review .review-detail-group { padding-block: 16px; }
.page-review .extra-row {
  grid-template-columns: minmax(0, 1fr) 140px 160px;
  min-height: 88px;
}
.page-review .extra-head { min-height: 44px; }
.page-review .extra-row > div { display: flex; align-items: center; min-height: 100%; }
.page-review .extra-row > div:nth-child(2),
.page-review .extra-row > div:nth-child(3) { justify-content: flex-end; }
.page-review .extra-row > div:first-child { justify-content: flex-start; }
.page-review .extra-group__options { padding-inline: 12px; }
.page-review .extra-group__options .extra-row { min-height: 70px; }

.page-thank .thank-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: none;
  gap: 20px;
  margin-top: 0;
}
.page-thank .thank-hero__left,
.page-thank .thank-card--extras,
.page-thank .thank-card--next,
.page-thank .thank-hero__right,
.page-thank .thank-payment-rail-slot,
.page-thank #pay,
.page-thank .thank-card--receipt { grid-area: auto; }
.page-thank .thank-layout__columns { min-width: 0; }
.page-thank .thank-layout__main,
.page-thank .thank-layout__sidebar,
.page-thank .thank-layout__payment-stack { min-width: 0; }
.page-thank .thank-card > .card-inner,
.page-thank .thank-hero__right .card-inner { padding: 24px; }
.page-thank .thank-extra-grid { align-items: stretch; }
.page-thank .thank-extra-item { height: 100%; min-height: 90px; }

@media (min-width: 1180px) {
  .page-review .review-grid {
    grid-template-columns: minmax(0, 1fr) 370px;
    grid-template-areas:
      "transfer summary"
      "extras extras";
    align-items: start;
  }
  .page-review .review-col--edit { display: contents; }
  .page-review #reviewTransferDetails { grid-area: transfer; }
  .page-review #reviewExtras { grid-area: extras; }
  .page-review .review-col--summary {
    grid-area: summary;
    position: static;
    top: auto;
    max-width: none;
  }

  .page-thank .thank-layout__columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    grid-template-areas:
      "extras sidebar"
      "payment sidebar"
      "document sidebar"
      "guide guide";
    align-items: start;
    gap: 22px;
  }
  .page-thank .thank-layout__main,
  .page-thank .thank-layout__payment-stack { display: contents; }
  .page-thank .thank-layout__sidebar {
    grid-area: sidebar;
    display: grid;
    position: static;
    gap: 20px;
  }
  .page-thank .thank-card--extras { grid-area: extras; }
  .page-thank #pay { grid-area: payment; }
  .page-thank .thank-card--receipt { grid-area: document; }
  .page-thank .thank-card--next { grid-area: guide; }
  .page-thank .thank-layout__sidebar > * { min-width: 0; }
  .page-thank .thank-payment-rail-slot {
    order: 1;
    display: block;
    height: auto;
    align-self: start;
  }
  .page-thank .thank-hero__right { order: 2; }
  .page-thank .thank-payment-rail {
    position: static;
    top: auto;
  }
}

@media (max-width: 1179px) {
  .page-thank .thank-layout__columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "payment"
      "extras"
      "document"
      "summary"
      "guide";
    gap: 14px;
  }
  .page-thank .thank-layout__main,
  .page-thank .thank-layout__sidebar,
  .page-thank .thank-layout__payment-stack { display: contents; }
  .page-thank #pay { grid-area: payment; }
  .page-thank .thank-card--extras { grid-area: extras; }
  .page-thank .thank-card--receipt { grid-area: document; }
  .page-thank .thank-hero__right { grid-area: summary; }
  .page-thank .thank-card--next { grid-area: guide; }
  .page-thank .thank-payment-rail-slot { display: none; }
}

@media (max-width: 760px) {
  .page-review main.section,
  .page-thank main.section { padding-top: 22px !important; }
  .page-review .ct-reservation-journey,
  .page-thank .ct-reservation-journey {
    margin-bottom: 18px;
    padding: 18px;
  }
  .page-review .review-grid,
  .page-review .review-col { gap: 14px; }
  .page-review .review-card .card-inner,
  .page-review .review-summary,
  .page-thank .thank-card > .card-inner,
  .page-thank .thank-hero__right .card-inner { padding: 16px; }
  .page-review .review-detail-group { padding-block: 14px; }

  .page-review .extra-row {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
  }
  .page-review .extra-row > div { min-height: 0; }
  .page-review .extra-row > div:first-child {
    grid-column: 1 / -1;
    padding-bottom: 7px;
  }
  .page-review .extra-row > div:nth-child(2) {
    grid-column: 1;
    justify-content: flex-start;
    padding-top: 7px;
  }
  .page-review .extra-row > div:nth-child(3) {
    grid-column: 2;
    justify-content: flex-end;
    padding-top: 7px;
  }
  .page-review .extra-row > div[data-label] {
    display: flex;
    grid-template-columns: none;
  }
  .page-review .extra-row > div[data-label]::before { flex: 0 0 auto; }
  .page-review .extra-item {
    grid-template-columns: 56px minmax(0, 1fr);
    width: 100%;
  }
  .page-review .extra-item__thumb { width: 56px; height: 56px; }
  .page-review .extra-group__options { padding-inline: 8px; }
  .page-review .extra-group__options .extra-row { min-height: 0; }

  .page-thank .thank-layout { gap: 14px; }
  .page-thank .thank-layout__columns { gap: 14px; }
  .page-thank .thank-extra-item { min-height: 112px; }
  .page-thank .thank-card--extras .ct-eyebrow { white-space: nowrap; }
}

@media (max-width: 359px) {
  .page-review .extra-row { grid-template-columns: minmax(0, 1fr); }
  .page-review .extra-row > div:nth-child(2),
  .page-review .extra-row > div:nth-child(3) { grid-column: 1; }
}

/* Optional extras */
.page-review .extra-category-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 18px;
  padding: 14px 14px 13px 18px;
  border-bottom: 1px solid var(--ct-line);
  background: linear-gradient(90deg, rgba(228, 213, 191, 0.32), rgba(255, 255, 255, 0.7));
}
.page-review .extra-category-heading::before {
  position: absolute;
  inset: 12px auto 12px 0;
  width: 3px;
  height: auto;
  border-radius: 0 99px 99px 0;
}
.page-review .extra-category-heading::after { display: none; }
.page-review .extra-category-heading > div { min-width: 0; display: grid; gap: 3px; }
.page-review .extra-category-heading h3 {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.075em;
}
.page-review .extra-category-heading p {
  margin: 0;
  color: var(--ct-muted);
  font-size: 0.66rem;
  line-height: 1.4;
}
.page-review .extra-category-heading > span,
.page-thank .thank-extra-group__heading > span {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid rgba(168, 95, 67, 0.2);
  border-radius: 99px;
  color: var(--ct-terracotta-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-thank .thank-extra-groups {
  display: grid;
  gap: 22px;
  margin-top: 20px;
}
.page-thank .thank-extra-group { min-width: 0; display: grid; gap: 10px; }
.page-thank .thank-extra-group__heading {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 13px 12px 15px;
  border-left: 3px solid var(--ct-terracotta);
  border-radius: 0 12px 12px 0;
  background: linear-gradient(90deg, rgba(228, 213, 191, 0.38), rgba(228, 213, 191, 0.13));
}
.page-thank .thank-extra-group__heading > div { min-width: 0; display: grid; gap: 3px; }
.page-thank .thank-extra-group__heading h3 {
  margin: 0;
  color: var(--ct-charcoal);
  font-size: 0.76rem;
  line-height: 1.25;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.page-thank .thank-extra-group__heading p {
  margin: 0;
  color: var(--ct-muted);
  font-size: 0.64rem;
  line-height: 1.4;
}
.page-thank .thank-extra-group .thank-extra-grid { margin-top: 0; }

@media (min-width: 1181px) {
  .page-thank .thank-extra-grid > .thank-extra-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .page-review .extra-category-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 13px 12px 12px 16px;
  }
  .page-review .extra-category-heading > span,
  .page-thank .thank-extra-group__heading > span { justify-self: start; }
  .page-thank .thank-extra-groups { gap: 18px; margin-top: 16px; }
  .page-thank .thank-extra-group__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 11px 12px;
  }
}

/* Post-review extras */
@media (min-width: 1180px) {
  .page-review .review-grid {
    grid-template-areas: "transfer summary";
  }
}

/* Confirmation reading order */
.page-thank .thank-layout {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "confirmation"
    "content";
}
.page-thank .thank-confirmation { grid-area: confirmation; }
.page-thank .thank-layout__columns {
  grid-area: content;
  min-width: 0;
  display: grid;
  align-items: start;
  gap: 18px;
}
.page-thank .thank-layout__main,
.page-thank .thank-layout__payment-stack { display: contents; }
.page-thank #pay { grid-area: payment; }
.page-thank .thank-hero__right { grid-area: summary; min-width: 0; }
.page-thank .thank-card--receipt { grid-area: document; }
.page-thank .thank-card--extras { grid-area: extras; scroll-margin-top: calc(var(--ct-header-height) + 18px); }
.page-thank .thank-card--next { grid-area: guide; }
.page-thank .thank-payment-rail-slot { display: none !important; }

@media (min-width: 1180px) {
  .page-thank .thank-layout__columns {
    grid-template-columns: minmax(0, 1fr) 370px;
    grid-template-areas:
      "guide guide"
      "extras extras"
      "payment sidebar"
      "document sidebar";
    gap: 22px;
  }
  .page-thank .thank-layout__sidebar {
    grid-area: sidebar;
    min-width: 0;
    display: grid;
    position: static;
    gap: 18px;
  }
  .page-thank .thank-card--extras { margin-top: 4px; }
  .page-thank .thank-extra-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1179px) {
  .page-thank .thank-layout__columns {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "guide"
      "extras"
      "payment"
      "summary"
      "document";
  }
  .page-thank .thank-layout__sidebar { display: contents; }
}

@media (max-width: 760px) {
  .page-thank .thank-layout__columns { gap: 14px; }
  .page-thank .thank-card--extras { margin-top: 4px; }
}

/* Booking wizard colors */
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage],
.ct-home .ct-booking--home-sales.is-passenger-choice-open [data-route-trip-stage],
.ct-home .ct-booking--home-sales.is-date-choice-open [data-route-date-stage],
.ct-home .ct-booking--home-sales.is-schedule-choice-open [data-schedule-step] {
  border-color: rgba(23, 33, 38, 0.18);
  background:
    linear-gradient(90deg, var(--ct-ocean) 0 68%, var(--ct-terracotta) 68% 100%) top / 100% 3px no-repeat,
    linear-gradient(160deg, var(--ct-paper) 0%, #f6f1e8 100%);
}

.ct-home .ct-booking--home-sales .ct-wizard-sheet__header,
.ct-home .ct-booking--home-sales .ct-wizard-sheet__footer {
  border-color: var(--ct-line);
  background-color: var(--ct-paper);
}

.ct-home .ct-booking--home-sales .ct-trip-choice-heading > div > span,
.ct-home .ct-booking--home-sales .ct-passenger-choice-heading > div > span,
.ct-home .ct-booking--home-sales .ct-date-choice-eyebrow,
.ct-home .ct-booking--home-sales .ct-schedule-choice-eyebrow {
  color: var(--ct-terracotta-dark);
}
.ct-home .ct-booking--home-sales.is-date-choice-open [data-route-date-stage] .ct-date-choice-eyebrow,
.ct-home .ct-booking--home-sales.is-schedule-choice-open [data-schedule-step] .ct-schedule-choice-eyebrow {
  color: var(--ct-terracotta-dark) !important;
}

.ct-home .ct-booking--home-sales .ct-trip-choice-heading strong,
.ct-home .ct-booking--home-sales .ct-passenger-choice-heading strong,
.ct-home .ct-booking--home-sales .ct-route-dates__heading strong,
.ct-home .ct-booking--home-sales .ct-schedule-ride__heading strong {
  color: var(--ct-charcoal);
}
.ct-home .ct-booking--home-sales.is-date-choice-open [data-route-date-stage] .ct-route-dates__heading strong,
.ct-home .ct-booking--home-sales.is-schedule-choice-open [data-schedule-step] .ct-step-heading h3 {
  color: var(--ct-charcoal) !important;
}

.ct-home .ct-booking--home-sales .ct-trip-choice-heading small,
.ct-home .ct-booking--home-sales .ct-passenger-choice-heading small,
.ct-home .ct-booking--home-sales .ct-route-dates__copy > span,
.ct-home .ct-booking--home-sales .ct-schedule-ride__heading p {
  color: var(--ct-muted);
}
.ct-home .ct-booking--home-sales.is-date-choice-open [data-route-date-stage] .ct-route-dates__copy > span,
.ct-home .ct-booking--home-sales.is-schedule-choice-open [data-schedule-step] .ct-step-heading p {
  color: var(--ct-muted) !important;
}

.ct-home .ct-booking--home-sales .ct-route-choice-back { color: var(--ct-ocean); }
.ct-home .ct-booking--home-sales .ct-route-choice-back:hover { color: var(--ct-terracotta-dark); }
.ct-home .ct-booking--home-sales .ct-route-choice-close,
.ct-home .ct-booking--home-sales .ct-date-choice-close,
.ct-home .ct-booking--home-sales .ct-schedule-choice-close {
  color: var(--ct-ocean);
  border-color: var(--ct-line);
  background: var(--ct-paper);
}
.ct-home .ct-booking--home-sales .ct-route-choice-close:hover,
.ct-home .ct-booking--home-sales .ct-date-choice-close:hover,
.ct-home .ct-booking--home-sales .ct-schedule-choice-close:hover {
  color: #fff;
  border-color: var(--ct-ocean);
  background: var(--ct-ocean);
}

.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label span,
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label:first-child span,
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label:last-child span {
  color: var(--ct-charcoal);
  border-color: var(--ct-line);
  background: var(--ct-paper);
  box-shadow: 0 8px 20px rgba(23, 33, 38, 0.06);
}
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label:first-child span::before {
  background: var(--ct-ocean);
}
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label:last-child span::before {
  background: var(--ct-terracotta-dark);
}
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label span small {
  color: var(--ct-muted);
}
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label:hover span {
  border-color: var(--ct-terracotta);
  box-shadow: 0 10px 24px rgba(23, 33, 38, 0.1);
}
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label:first-child input:checked + span {
  color: #fff;
  border-color: var(--ct-ocean);
  background: var(--ct-ocean);
  box-shadow: 0 0 0 3px rgba(24, 63, 60, 0.14), 0 12px 26px rgba(24, 63, 60, 0.16);
}
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented label:last-child input:checked + span {
  color: #fff;
  border-color: var(--ct-terracotta-dark);
  background: var(--ct-terracotta-dark);
  box-shadow: 0 0 0 3px rgba(182, 111, 62, 0.15), 0 12px 26px rgba(141, 82, 47, 0.16);
}
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented input:checked + span::before {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}
.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented input:checked + span small {
  color: rgba(255, 255, 255, 0.76);
}

.ct-home .ct-booking--home-sales .ct-schedule-ride {
  border-color: var(--ct-line);
  background: var(--ct-paper);
  box-shadow: 0 8px 22px rgba(23, 33, 38, 0.055);
}
.ct-home .ct-booking--home-sales .ct-schedule-ride__heading > span { background: var(--ct-ocean); }
.ct-home .ct-booking--home-sales .ct-schedule-ride--return .ct-schedule-ride__heading > span { background: var(--ct-terracotta-dark); }
.ct-home .ct-booking--home-sales .ct-schedule-ride:not(.ct-schedule-ride--return) .ct-schedule-ride__heading small { color: var(--ct-ocean); }
.ct-home .ct-booking--home-sales .ct-schedule-ride--return .ct-schedule-ride__heading small { color: var(--ct-terracotta-dark); }

.ct-home .ct-booking--home-sales.is-date-choice-open [data-route-date-stage] .ct-field input[type="date"],
.ct-home .ct-booking--home-sales.is-date-choice-open [data-route-date-stage] .ct-field input[type="time"] {
  color: var(--ct-charcoal);
  border-color: var(--ct-line);
  background-color: #fff;
}
.ct-home .ct-booking--home-sales.is-date-choice-open [data-route-date-stage] .ct-field input[type="date"]:focus,
.ct-home .ct-booking--home-sales.is-date-choice-open [data-route-date-stage] .ct-field input[type="time"]:focus {
  border-color: var(--ct-ocean);
  box-shadow: 0 0 0 3px rgba(24, 63, 60, 0.12);
}

.ct-home .ct-booking--home-sales .ct-return-upgrade-summary:not([hidden]) {
  border-color: rgba(141, 82, 47, 0.28);
  background: linear-gradient(135deg, #fffaf4 0%, var(--ct-paper) 100%);
  box-shadow: inset 3px 0 0 var(--ct-terracotta);
}
.ct-home .ct-booking--home-sales .ct-return-upgrade-summary__badge {
  color: var(--ct-ocean);
  border-color: rgba(24, 63, 60, 0.24);
}
.ct-home .ct-booking--home-sales .ct-return-upgrade-summary small { color: var(--ct-terracotta-dark); }
.ct-home .ct-booking--home-sales .ct-return-upgrade-summary strong { color: var(--ct-charcoal); }
.ct-home .ct-booking--home-sales .ct-return-upgrade-summary > div > span { color: var(--ct-muted); }

.ct-home .ct-booking--home-sales .ct-wizard-sheet .ct-button--primary,
.ct-home .ct-booking--home-sales.is-schedule-choice-open [data-schedule-step] .ct-button--primary {
  color: #fff;
  border-color: var(--ct-ocean);
  background: var(--ct-ocean);
}
.ct-home .ct-booking--home-sales .ct-wizard-sheet .ct-button--primary:hover:not(:disabled),
.ct-home .ct-booking--home-sales.is-schedule-choice-open [data-schedule-step] .ct-button--primary:hover:not(:disabled) {
  background: var(--ct-ocean-strong);
}

@media (max-width: 680px) {
  .ct-home .ct-booking--home-sales .ct-wizard-sheet__header,
  .ct-home .ct-booking--home-sales .ct-wizard-sheet__footer {
    background: var(--ct-paper);
  }
}

/* Mobile travel schedule */
@media (max-width: 680px) {
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(500px, calc(100vw - 24px));
    max-width: none;
    height: auto;
    max-height: calc(100dvh - 24px);
    padding: 20px;
    border: 1px solid rgba(194, 166, 106, 0.48);
    border-radius: 20px;
    box-shadow: 0 28px 72px rgba(8, 23, 32, 0.34), 0 8px 22px rgba(8, 23, 32, 0.18);
    transform: translate(-50%, -50%);
    animation: ct-date-choice-dialog-in 80ms ease-out both;
  }

  [data-progressive-route].is-round-trip-choice .ct-wizard-sheet--dates {
    width: min(680px, calc(100vw - 24px));
  }

  [data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates .ct-wizard-sheet__header {
    margin: 0 0 18px;
    padding: 0;
    border-bottom: 0;
  }

  [data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates .ct-wizard-sheet__body {
    padding: 1px;
  }

  [data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates .ct-wizard-sheet__footer {
    margin: 16px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid rgba(23, 33, 38, 0.12);
  }

  [data-progressive-route].is-date-choice-open:not(.is-round-trip-choice) [data-route-date-stage] .ct-form-grid,
  [data-progressive-route].is-round-trip-choice [data-route-date-stage] .ct-schedule-ride .ct-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  [data-progressive-route].is-round-trip-choice [data-route-date-stage] .ct-schedule-rides {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-schedule-ride {
    padding: 14px;
  }
}

@media (max-width: 359px) {
  [data-progressive-route].is-date-choice-open .ct-wizard-sheet--dates {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 16px 14px;
    border-radius: 17px;
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-schedule-ride {
    padding: 12px;
  }
}

/* Mobile ride type */
@media (max-width: 680px) {
  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(640px, calc(100vw - 24px));
    max-width: none;
    height: auto;
    max-height: calc(100dvh - 24px);
    padding: 20px;
    border: 1px solid rgba(194, 166, 106, 0.48);
    border-radius: 20px;
    box-shadow: 0 28px 72px rgba(8, 23, 32, 0.34), 0 8px 22px rgba(8, 23, 32, 0.18);
    transform: translate(-50%, -50%);
    animation: ct-trip-choice-dialog-in 100ms ease-out both;
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice .ct-wizard-sheet__header {
    margin: 0 0 18px;
    padding: 0;
    border-bottom: 0;
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice .ct-wizard-sheet__body {
    padding: 1px;
  }

  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice .ct-wizard-sheet__footer {
    margin: 16px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid rgba(23, 33, 38, 0.12);
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented span {
    min-height: 116px;
    padding: 14px;
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:first-child span::before,
  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented label:last-child span::before {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
  }
}

@media (max-width: 359px) {
  [data-progressive-route].is-trip-choice-open .ct-wizard-sheet--choice {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 16px 14px;
    border-radius: 17px;
  }

  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-segmented span {
    min-height: 108px;
    padding: 12px 10px;
  }
}

/* Wizard controls */
[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading {
  display: grid;
  grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr);
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 20px;
}

[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading > div,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading > div {
  display: contents;
}

[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading .ct-route-choice-back,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading .ct-route-choice-back {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  margin: 0;
}

[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading > div > span,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading > div > span {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  text-align: center;
  white-space: nowrap;
}

[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading > .ct-route-choice-close,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading > .ct-route-choice-close {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  margin: 0;
}

[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading strong,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading strong {
  min-width: 0;
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 14px;
}

[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading small,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading small {
  min-width: 0;
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 5px;
}

[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__topbar {
  grid-template-columns: minmax(0, 1fr) auto;
}

[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__copy {
  justify-items: start;
  text-align: left;
}

[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__copy > .ct-date-choice-eyebrow {
  grid-column: auto;
  grid-row: auto;
  justify-self: start;
}

[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__copy > strong {
  width: 100%;
  text-align: left;
}

[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__copy > span {
  margin-inline: 0;
  text-align: left;
}

[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-date-choice-close {
  grid-column: 2;
}

[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-actions,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-actions,
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-date-choice-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

[data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-actions .ct-button,
[data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-actions .ct-button,
[data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-date-choice-actions .ct-button {
  width: 100%;
  justify-self: stretch;
}

@media (min-width: 681px) {
  .ct-home .ct-booking--home-sales .ct-step-actions:not(.ct-step-actions--end) {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
  }

  .ct-home .ct-booking--home-sales .ct-step-actions:not(.ct-step-actions--end) .ct-button--ghost {
    min-width: 108px;
    justify-self: start;
  }

  .ct-home .ct-booking--home-sales .ct-step-actions:not(.ct-step-actions--end) .ct-button--primary {
    min-width: 220px;
    justify-self: end;
  }
}

@media (max-width: 680px) {
  [data-progressive-route].is-trip-choice-open [data-route-trip-stage] .ct-trip-choice-heading,
  [data-progressive-route].is-passenger-choice-open [data-route-trip-stage] .ct-passenger-choice-heading {
    margin-bottom: 18px;
  }
}

/* Mobile passengers */
@media (max-width: 680px) {
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(440px, calc(100vw - 24px));
    max-width: none;
    height: auto;
    max-height: calc(100dvh - 24px);
    grid-template-rows: auto auto auto;
    align-content: start;
    padding: 20px;
    border: 1px solid rgba(194, 166, 106, 0.48);
    border-radius: 20px;
    box-shadow: 0 28px 72px rgba(8, 23, 32, 0.34), 0 8px 22px rgba(8, 23, 32, 0.18);
    transform: translate(-50%, -50%);
    animation: ct-trip-choice-dialog-in 100ms ease-out both;
  }

  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice .ct-wizard-sheet__header {
    margin: 0 0 18px;
    padding: 0;
    border-bottom: 0;
  }

  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice .ct-wizard-sheet__body {
    display: block;
    padding: 1px;
  }

  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice .ct-passenger-choice-actions {
    margin: 16px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid rgba(23, 33, 38, 0.12);
  }
}

@media (max-width: 359px) {
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 16px 14px;
    border-radius: 17px;
  }
}

@media (max-width: 680px) and (prefers-reduced-motion: reduce) {
  [data-progressive-route].is-passenger-choice-open .ct-wizard-sheet--choice { animation: none; }
}

/* Wizard spacing */
.ct-home .ct-location-picker__journey-step {
  min-height: 44px;
}

.ct-home .ct-location-picker__journey {
  margin-bottom: 11px;
}

/* Location category grid */
.ct-home .ct-location-compass {
  display: none;
}

.ct-home .ct-location-category-card,
.ct-home .ct-location-category-card[data-category-type] {
  border-radius: 14px;
  box-shadow: inset 0 3px 0 rgba(20, 45, 61, 0.22);
}

.ct-home .ct-location-category-card[data-category-type="hotel"] > small,
.ct-home .ct-location-category-card[data-category-type="airport"] > small {
  margin-left: 0;
}

.ct-home .ct-location-category-card[data-category-type="restaurant"] .ct-location-category-card__top,
.ct-home .ct-location-category-card[data-category-type="attraction"] .ct-location-category-card__top {
  padding: 0;
}

.ct-home .ct-location-category-card[data-category-type="airport"] .ct-location-category-card__arrow {
  right: 13px;
  left: auto;
}

@media (max-width: 680px) {
  .ct-home .ct-hero__booking .ct-route-swap {
    width: 44px;
    height: 44px;
    margin: 0 auto;
  }
}

@media (max-width: 359px) {
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-route-dates__topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 8px;
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-date-choice-eyebrow {
    white-space: nowrap;
  }
}

/* Dialog state visibility */
[data-progressive-route]:not(.is-trip-choice-open):not(.is-date-choice-open):not(.is-passenger-choice-open) [data-route-trip-stage],
[data-progressive-route]:not(.is-trip-choice-open):not(.is-date-choice-open):not(.is-passenger-choice-open) [data-route-date-stage],
[data-progressive-route]:not(.is-trip-choice-open):not(.is-date-choice-open):not(.is-passenger-choice-open) [data-route-action-stage] {
  display: none !important;
}

.ct-home .ct-booking--home-sales.is-trip-choice-open [data-route-trip-stage] .ct-segmented input:checked + span::after {
  display: none;
}

/* Compact date and time fields */
@media (max-width: 680px) {
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="date"],
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="time"] {
    padding-inline: 8px 4px;
    font-variant-numeric: tabular-nums;
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="date"]::-webkit-calendar-picker-indicator,
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="time"]::-webkit-calendar-picker-indicator {
    margin-inline-start: 2px;
  }
}

@media (max-width: 359px) {
  [data-progressive-route].is-date-choice-open:not(.is-round-trip-choice) [data-route-date-stage] .ct-form-grid,
  [data-progressive-route].is-round-trip-choice [data-route-date-stage] .ct-schedule-ride .ct-form-grid {
    gap: 6px;
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="date"],
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="time"] {
    padding-inline: 7px 3px;
    letter-spacing: -0.015em;
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="date"]::-webkit-date-and-time-value,
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="time"]::-webkit-date-and-time-value,
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="date"]::-webkit-datetime-edit,
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="time"]::-webkit-datetime-edit {
    font-size: 14px;
    line-height: 1.25;
  }

  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="date"]::-webkit-calendar-picker-indicator,
  [data-progressive-route].is-date-choice-open [data-route-date-stage] .ct-field input[type="time"]::-webkit-calendar-picker-indicator {
    width: 15px;
    height: 15px;
    margin-inline-start: 1px;
  }
}
