/* ============================================================
   Simon Transfair — Design System
   Brand: warm gradient (magenta -> orange -> gold) + deep navy
   ============================================================ */

:root {
  /* Brand — light & trustworthy: orange accent on white + soft cool neutrals.
     Deep slate (desaturated, NOT a bright blue) for text & the few dark accents. */
  --c-orange:      #F47A1F;   /* vibrant warm orange (the one accent) */
  --c-orange-dark: #DA6810;
  --c-orange-soft: #F7EEE6;   /* soft warm tint (sparing use only) */
  --c-glass:       rgba(17,36,59,.045);   /* frosted chip fill */
  --c-glass-line:  rgba(17,36,59,.09);    /* hairline border */
  --c-gold:        #E2A33B;   /* review stars only */
  --c-blue:        var(--c-navy); /* legacy alias -> slate (no bright blue anywhere) */
  --c-blue-dark:   var(--c-navy);
  --c-pink:        var(--c-orange); /* legacy alias -> orange */

  /* Flat fills (kept as variables so component code is unchanged) */
  --grad-brand: var(--c-orange);
  --grad-brand-soft: var(--c-orange-soft);
  --grad-hero: var(--c-navy);

  /* Neutrals — airy whites + soft cool grey; deep slate ink */
  --c-navy:   #1f2a37;   /* deep slate: headings, footer, small dark accents */
  --c-navy-2: #2b3a4d;
  --c-ink:    #2b333f;
  --c-muted:  #667085;
  --c-line:   #e7eaef;
  --c-bg:     #ffffff;
  --c-bg-alt: #f6f8fb;   /* very light cool grey alt sections */
  --c-bg-navy:#1f2a37;   /* footer */

  /* Type */
  --font: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  --font-display: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;

  /* Radius & shadow — tighter corners, subtle shadows */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-pill: 999px;
  --sh-sm: 0 1px 2px rgba(17,36,59,.04), 0 2px 6px rgba(17,36,59,.05);
  --sh-md: 0 6px 20px rgba(17,36,59,.07);
  --sh-lg: 0 16px 40px rgba(17,36,59,.10);
  --sh-brand: 0 2px 8px rgba(244,122,31,.18);

  --container: 1180px;
  --header-h: 72px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--c-ink);
  background: var(--c-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--c-navy); line-height: 1.14; font-weight: 600; letter-spacing: -.022em; }
h1 { font-weight: 700; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.section { padding: 84px 0; }
.section--alt { background: var(--c-bg-alt); }
.section--navy { background: var(--c-bg-navy); color: #d9deea; }
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }
.center { text-align: center; }
.grad-text {
  background: var(--grad-brand);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.section-head { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.section-head .eyebrow {
  display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--c-pink); margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
.section-head p { color: var(--c-muted); margin-top: 14px; font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: 12px; font-weight: 600; font-size: 1rem; letter-spacing: -.01em;
  transition: transform .18s ease, box-shadow .18s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--c-orange); color: #fff; }
.btn--primary:hover { background: var(--c-orange-dark); transform: translateY(-1px); }
.btn--ghost { background: #fff; color: var(--c-navy); box-shadow: var(--sh-sm); }
.btn--ghost:hover { transform: translateY(-1px); box-shadow: var(--sh-md); }
.btn--outline { border: 1.5px solid rgba(255,255,255,.5); color: #fff; }
.btn--outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.8); }
.btn--lg { padding: 17px 34px; font-size: 1.08rem; }
.btn--block { width: 100%; }

/* ============================================================
   Header / Nav
   ============================================================ */
#site-header { position: sticky; top: 0; z-index: 60; }
/* full-width glass header bar */
.site-header {
  background: rgba(255,255,255,.72); backdrop-filter: blur(16px) saturate(160%);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.9); border-bottom-color: var(--c-line);
  box-shadow: 0 6px 24px rgba(17,36,59,.06);
}
.nav { display: flex; align-items: center; gap: 14px; height: 68px; position: relative; }

.brand { display: flex; align-items: center; gap: 11px; flex: none; }
.brand__img { height: 40px; width: auto; flex: none; }
.brand__mark { width: 42px; height: auto; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-weight: 700; font-size: 1.3rem; letter-spacing: -.5px; }
.brand__sub { font-weight: 700; font-size: .66rem; letter-spacing: 3px; color: var(--c-navy); }

.nav__menu { display: flex; flex: 1; align-items: center; }
.nav__links { display: flex; flex: 1; justify-content: center; align-items: center; gap: 2px; }
.nav__links a {
  padding: 8px 14px; border-radius: var(--r-pill); font-weight: 500; font-size: .93rem;
  color: var(--c-navy); transition: background .18s, color .18s;
}
.nav__links a:hover { background: rgba(17,36,59,.05); }
.nav__links a.is-active { color: var(--c-orange); background: var(--c-orange-soft); font-weight: 600; }

.nav__actions { display: flex; align-items: center; gap: 10px; flex: none; }
.nav__actions .btn { padding: 10px 20px; font-size: .92rem; }

/* click-to-call — compact icon button on desktop */
.nav__phone {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(17,36,59,.05); color: var(--c-navy); transition: background .18s, color .18s;
}
.nav__phone:hover { background: var(--c-orange-soft); color: var(--c-orange); }
.nav__phone-ic { display: inline-grid; place-items: center; }
.nav__phone-ic .st-ic { width: 18px; height: 18px; }
.nav__phone-num { display: none; }

/* language switch — minimal text toggle */
.lang { display: inline-flex; align-items: center; gap: 2px; }
.lang button {
  padding: 6px 9px; border-radius: 8px; font-size: .8rem; font-weight: 600; line-height: 1;
  color: var(--c-muted); transition: all .18s;
}
.lang button:hover { color: var(--c-navy); }
.lang button.is-active { color: var(--c-orange); background: var(--c-orange-soft); }

.nav__toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
.nav__toggle span { width: 22px; height: 2px; background: var(--c-navy); border-radius: 2px; transition: .25s; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; overflow: hidden; background: var(--c-bg-alt); color: var(--c-ink); border-bottom: 1px solid var(--c-line); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(45% 85% at 95% 0%, rgba(244,122,31,.06), transparent 60%);
}
.hero__inner { position: relative; padding: 104px 0 116px; }
.hero__content { max-width: 540px; }
.hero__photo {
  position: absolute; top: 0; right: 0; bottom: 0; width: 44vw; max-width: 760px;
  height: 100%; object-fit: cover; object-position: center 30%;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.6); backdrop-filter: blur(8px); border: 1px solid var(--c-glass-line);
  color: var(--c-ink); font-size: .82rem; font-weight: 600; letter-spacing: .01em; margin-bottom: 24px;
}
.hero__badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--c-orange); }
.hero h1 { color: var(--c-navy); font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -.02em; line-height: 1.08; }
.hero h1 span { display: inline; }
.hero__lead { color: var(--c-muted); font-size: 1.15rem; margin: 20px 0 30px; max-width: 520px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__stats { display: flex; gap: 36px; margin-top: 44px; }
.hero__stats .num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--c-navy); letter-spacing: -.02em; }
.hero__stats .lbl { font-size: .85rem; color: var(--c-muted); }
.hero__art {
  background: #fff; border: 1px solid var(--c-line);
  border-radius: var(--r-lg); min-height: 360px; display: grid; place-items: center;
  position: relative; overflow: hidden; box-shadow: var(--sh-sm);
}

/* ============================================================
   Image placeholders (until real images are added)
   ============================================================ */
.ph {
  position: relative; background: var(--c-bg-alt);
  border: 1px dashed #d6dae1; border-radius: var(--r-md);
  display: grid; place-items: center; color: var(--c-muted); font-weight: 500;
  font-size: .85rem; letter-spacing: .3px; min-height: 180px; overflow: hidden;
}
.ph::after { content: "🖼  " attr(data-label); opacity: .8; }
.ph--tall { min-height: 320px; }

/* real images that fill a split column */
.media {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block;
  border-radius: var(--r-lg); box-shadow: var(--sh-sm);
}
/* Justified photo strip — every image at the SAME height, natural width, so the
   whole subject shows with no cropping and no letterbox bars (mixed orientations OK). */
.photo-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.photo-strip img {
  height: 300px; width: auto; max-width: 100%; display: block;
  border-radius: var(--r-lg); box-shadow: var(--sh-sm);
}
@media (max-width: 560px) { .photo-strip img { height: 240px; } }
.ph--hero { background: var(--c-bg-alt); border-color: #d6dae1; color: var(--c-muted); }

/* ============================================================
   Cards / grids
   ============================================================ */
.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-lg);
  padding: 30px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(244,122,31,.45); box-shadow: var(--sh-md); }
.card__icon {
  width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center;
  background: var(--c-glass); border: 1px solid var(--c-glass-line);
  color: var(--c-orange); margin-bottom: 18px;
}
.st-ic { width: 24px; height: 24px; display: block; }
.highlight__icon .st-ic { width: 26px; height: 26px; }
.card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.card p { color: var(--c-muted); font-size: .97rem; }
.card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--c-pink); font-weight: 600; font-size: .95rem; }

/* destination cards */
.dest {
  display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--c-line);
  border-radius: var(--r-md); padding: 18px 20px; box-shadow: var(--sh-sm); transition: transform .2s, box-shadow .2s;
}
.dest:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.dest__code {
  font-weight: 700; font-size: 1.1rem; color: #fff; background: var(--c-navy);
  border-radius: var(--r-sm); padding: 12px 14px; min-width: 60px; text-align: center;
  letter-spacing: .5px;
}
.dest__city { font-weight: 600; color: var(--c-navy); }
.dest__meta { font-size: .85rem; color: var(--c-muted); }

/* steps */
.steps { counter-reset: step; }
.step { position: relative; padding-left: 0; }
.step__num {
  width: 48px; height: 48px; border-radius: 50%; background: var(--c-glass); border: 1px solid var(--c-glass-line);
  color: var(--c-orange); font-family: var(--font-display); display: grid; place-items: center;
  font-weight: 700; font-size: 1.25rem; margin-bottom: 16px;
}
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { color: var(--c-muted); font-size: .95rem; }

/* feature list */
.feature-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.feature-row .ck {
  flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--c-glass);
  border: 1px solid var(--c-glass-line); color: var(--c-orange); display: grid; place-items: center; font-weight: 700; margin-top: 2px;
}
.feature-row b { color: var(--c-navy); }

/* split section */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 18px; }
.split p { color: var(--c-muted); margin-bottom: 16px; }

/* CTA band */
.cta-band {
  position: relative; overflow: hidden;
  background: var(--c-navy); color: #fff; border-radius: var(--r-lg);
  padding: 60px; text-align: center; box-shadow: var(--sh-lg);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 120% at 50% -10%, rgba(244,122,31,.28), transparent 60%);
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.cta-band p { opacity: .82; margin: 12px 0 26px; font-size: 1.08rem; }

/* ============================================================
   Page hero (inner pages)
   ============================================================ */
.page-hero { background: var(--c-bg-alt); color: var(--c-ink); position: relative; overflow: hidden; border-bottom: 1px solid var(--c-line); }
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(50% 120% at 95% 0%, rgba(244,122,31,.05), transparent 60%);
}
.page-hero__inner { position: relative; padding: 64px 0; }
.page-hero h1 { color: var(--c-navy); font-size: clamp(1.9rem, 4vw, 2.9rem); letter-spacing: -.02em; }
.page-hero p { color: var(--c-muted); margin-top: 14px; max-width: 600px; font-size: 1.1rem; }
.breadcrumb { font-size: .85rem; color: var(--c-muted); margin-bottom: 14px; }
.breadcrumb a { color: var(--c-orange); }
.breadcrumb a:hover { text-decoration: underline; }

/* prose (legal pages) */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 1.4rem; margin: 36px 0 12px; }
.prose h3 { font-size: 1.1rem; margin: 24px 0 8px; }
.prose p, .prose li { color: var(--c-muted); margin-bottom: 12px; }
.prose ul { list-style: disc; padding-left: 22px; }
.prose table { width: 100%; border-collapse: collapse; margin: 6px 0 20px; font-size: .92rem; }
.prose th, .prose td { border: 1px solid var(--c-line); padding: 9px 12px; text-align: left; vertical-align: top; color: var(--c-muted); }
.prose th { background: var(--c-bg-alt); color: var(--c-navy); font-weight: 600; }

/* ============================================================
   Forms (booking + contact)
   ============================================================ */
.form-shell {
  max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--c-line);
  border-radius: var(--r-lg); box-shadow: var(--sh-md);
}
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-weight: 600; font-size: .9rem; color: var(--c-navy); margin-bottom: 7px; }
.form-field .req { color: var(--c-pink); }
.form-control {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--c-line); border-radius: var(--r-sm);
  font-family: inherit; font-size: 1rem; color: var(--c-ink); background: #fff; transition: border-color .18s, box-shadow .18s;
}
.form-control:focus { outline: none; border-color: var(--c-pink); box-shadow: 0 0 0 4px rgba(244,122,31,.12); }
textarea.form-control { resize: vertical; min-height: 120px; }
.form-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hint { font-size: .82rem; color: var(--c-muted); margin-top: 6px; }
.field-error { font-size: .82rem; color: #d92d5e; margin-top: 6px; display: none; }
.form-field.has-error .form-control { border-color: #d92d5e; }
.form-field.has-error .field-error { display: block; }

/* address autocomplete dropdown */
.ac-list {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 30; margin-top: 6px;
  background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-sm);
  box-shadow: var(--sh-md); max-height: 264px; overflow: auto;
}
.ac-item { padding: 11px 14px; font-size: .92rem; color: var(--c-ink); cursor: pointer; border-bottom: 1px solid var(--c-line); }
.ac-item:last-child { border-bottom: none; }
.ac-item:hover, .ac-item.is-active { background: var(--c-orange-soft); color: var(--c-navy); }

/* custom date picker — milky-glass calendar, orange selected day */
.datepicker {
  position: absolute; z-index: 40; top: calc(100% + 6px); left: 0; width: min(330px, 100%);
  padding: 14px; border-radius: 18px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--c-glass-line);
  box-shadow: 0 20px 55px rgba(17,36,59,.20);
}
.dp-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.dp-title { font-weight: 700; color: var(--c-navy); font-size: .98rem; }
.dp-nav {
  width: 34px; height: 34px; border-radius: 10px; cursor: pointer; font-size: 1.2rem; line-height: 1;
  border: 1px solid var(--c-glass-line); background: rgba(255,255,255,.55); color: var(--c-navy);
  display: grid; place-items: center; transition: border-color .15s, color .15s;
}
.dp-nav:hover { border-color: var(--c-orange); color: var(--c-orange); }
.dp-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.dp-dows { margin-bottom: 4px; }
.dp-dow { text-align: center; font-size: .72rem; font-weight: 600; color: var(--c-muted); padding: 4px 0; }
.dp-day {
  height: 38px; border: none; background: transparent; border-radius: 10px; cursor: pointer;
  color: var(--c-navy); font-size: .9rem; font-family: inherit; transition: background .12s;
}
.dp-day:hover:not(:disabled) { background: rgba(244,122,31,.14); }
.dp-day.is-today { box-shadow: inset 0 0 0 1.5px var(--c-orange); }
.dp-day.is-sel { background: var(--c-orange); color: #fff; font-weight: 700; }
.dp-day:disabled { color: #c2c8d0; cursor: default; }
.dp-empty { background: none; pointer-events: none; }

/* trip type toggle (segmented) */
.segmented { display: inline-flex; background: var(--c-bg-alt); border-radius: var(--r-pill); padding: 5px; gap: 4px; flex-wrap: wrap; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented label {
  padding: 10px 20px; border-radius: var(--r-pill); font-weight: 600; font-size: .92rem; color: var(--c-muted);
  cursor: pointer; transition: all .18s; margin: 0;
}
.segmented input:checked + label { background: var(--grad-brand); color: #fff; box-shadow: var(--sh-brand); }
/* phones: stack the options full-width instead of awkward wrapping */
@media (max-width: 560px) {
  .segmented { display: flex; flex-direction: column; width: 100%; border-radius: 16px; }
  .segmented label { text-align: center; }
}

/* vehicle / option choice cards */
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; }
.choice label {
  display: block; border: 2px solid var(--c-line); border-radius: var(--r-md); padding: 18px; cursor: pointer;
  transition: border-color .18s, box-shadow .18s, transform .18s; height: 100%;
}
.choice label:hover { transform: translateY(-2px); box-shadow: var(--sh-sm); }
.choice input:checked + label { border-color: var(--c-pink); box-shadow: 0 0 0 4px rgba(244,122,31,.10); }
.choice__title { font-weight: 700; color: var(--c-navy); display: flex; justify-content: space-between; align-items: center; }
.choice__desc { font-size: .88rem; color: var(--c-muted); margin-top: 6px; }
.choice__price { font-weight: 700; color: var(--c-pink); }

/* multi-step */
.stepper { display: flex; gap: 8px; padding: 26px 32px; background: var(--c-bg-alt); border-bottom: 1px solid var(--c-line); border-radius: var(--r-lg) var(--r-lg) 0 0; }
.stepper__item { flex: 1; text-align: center; position: relative; }
.stepper__dot {
  width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 2px solid var(--c-line);
  color: var(--c-muted); display: grid; place-items: center; font-weight: 700; margin: 0 auto 8px; transition: all .25s;
}
.stepper__label { font-size: .8rem; color: var(--c-muted); font-weight: 600; }
.stepper__item.is-active .stepper__dot { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: var(--sh-brand); }
.stepper__item.is-done .stepper__dot { background: var(--c-navy); color: #fff; border-color: transparent; }
.stepper__item.is-active .stepper__label, .stepper__item.is-done .stepper__label { color: var(--c-navy); }

.form-body { padding: 32px; }
.form-step { display: none; animation: fade .3s ease; }
.form-step.is-active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(8px);} to { opacity: 1; transform: none; } }
.form-step h3 { font-size: 1.25rem; margin-bottom: 6px; }
.form-step .step-sub { color: var(--c-muted); margin-bottom: 24px; font-size: .95rem; }

.form-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.form-nav .btn--back { background: var(--c-bg-alt); color: var(--c-navy); box-shadow: none; }

/* review/summary */
.summary { background: var(--c-bg-alt); border-radius: var(--r-md); padding: 22px; }
.summary__row { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dashed var(--c-line); font-size: .95rem; }
.summary__row:last-child { border-bottom: none; }
.summary__row .k { color: var(--c-muted); }
.summary__row .v { font-weight: 600; color: var(--c-navy); text-align: right; }

.form-success {
  display: none; text-align: center; padding: 50px 20px;
}
.form-success.is-active { display: block; }
.form-success .ok-icon {
  width: 72px; height: 72px; border-radius: 50%; background: var(--grad-brand); color: #fff;
  display: grid; place-items: center; font-size: 2rem; margin: 0 auto 20px; box-shadow: var(--sh-brand);
}

/* contact info cards */
.contact-info { display: grid; gap: 16px; }
.contact-line { display: flex; gap: 14px; align-items: flex-start; }
.contact-line .ci {
  flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--c-glass);
  border: 1px solid var(--c-glass-line); color: var(--c-orange); display: grid; place-items: center;
}
.contact-line b { color: var(--c-navy); display: block; }
.contact-line span, .contact-line a { color: var(--c-muted); font-size: .95rem; }
.contact-line a:hover { color: var(--c-orange); }

/* social icons (footer) */
.social { display: flex; gap: 10px; margin-top: 20px; }
.social-link {
  width: 40px; height: 40px; border-radius: 50%; background: #fff; color: var(--c-navy);
  display: grid; place-items: center; transition: background .18s, color .18s, transform .18s;
}
.social-link:hover { background: var(--c-orange); color: #fff; transform: translateY(-2px); }
.social-link .st-ic { width: 18px; height: 18px; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--c-bg-navy); color: #aeb7c9; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.site-footer a:hover { color: #fff; }
.site-footer li { margin-bottom: 10px; font-size: .94rem; }
.footer-brand .brand__name, .footer-brand .brand__sub { color: #fff; }
.footer-about { font-size: .94rem; margin-top: 14px; max-width: 280px; }
.footer-bottom {
  margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .86rem; color: #8b94a8;
}

/* ============================================================
   Utilities
   ============================================================ */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
[hidden] { display: none !important; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ============================================================
   Service cards (image tiles)
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  position: relative; min-height: 320px; border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 18px;
  padding: 0 22px 30px; color: #fff; text-align: center;
  background: var(--c-navy) center/cover no-repeat; box-shadow: var(--sh-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.service-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,17,14,.88) 0%, rgba(20,17,14,.32) 55%, rgba(20,17,14,.28) 100%);
  transition: background .25s ease;
}
.service-card:hover .service-card__overlay { background: linear-gradient(to top, rgba(20,17,14,.9) 0%, rgba(40,34,28,.5) 55%, rgba(20,17,14,.22) 100%); }
.service-card__title { position: relative; z-index: 1; font-weight: 700; font-size: 1.3rem; line-height: 1.25; }
.service-card__arrow {
  position: relative; z-index: 1; width: 52px; height: 52px; border-radius: 50%;
  background: var(--grad-brand); color: #fff; display: grid; place-items: center; font-size: 1.3rem;
  box-shadow: var(--sh-brand); transition: transform .25s ease;
}
.service-card:hover .service-card__arrow { transform: translateX(4px) scale(1.06); }

/* ============================================================
   Route / destination price cards
   ============================================================ */
.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.route-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--c-line);
  border-radius: var(--r-md); overflow: hidden; box-shadow: var(--sh-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.route-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.route-card__img {
  height: 150px; background: #ece6dd center/cover no-repeat; /* warm neutral fallback until photos added */
}
.route-card__body { padding: 18px 20px 20px; }
.route-card__city { font-size: 1.2rem; margin-bottom: 4px; }
.route-card__meta { color: var(--c-muted); font-size: .92rem; margin-bottom: 2px; }
.route-card__code { color: var(--c-blue); font-weight: 600; letter-spacing: .5px; }
.route-card__prices {
  margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--c-line);
  display: flex; flex-direction: column; gap: 7px;
}
.route-card__prices .row { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .92rem; }
.route-card__prices .row span { color: var(--c-muted); }
.route-card__prices .row b { color: var(--c-orange); font-weight: 700; white-space: nowrap; }
.route-card__calc {
  display: flex; align-items: center; gap: 6px; margin-top: 14px; padding-top: 12px;
  border-top: 1px solid var(--c-line); color: var(--c-orange); font-weight: 700; font-size: .95rem;
}
.route-card__calc span { transition: transform .2s ease; }
.route-card:hover .route-card__calc span { transform: translateX(4px); }

/* pricing table with two vehicle-price columns */
.price-table--veh td:nth-child(2), .price-table--veh td:nth-child(3),
.price-table--veh th:nth-child(2), .price-table--veh th:nth-child(3) { text-align: right; }
.price-table--veh td:nth-child(2), .price-table--veh td:nth-child(3) { color: var(--c-orange); font-weight: 700; white-space: nowrap; }

/* ============================================================
   Festival pricing cards
   ============================================================ */
.fest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fest-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--c-line);
  border-radius: var(--r-lg); padding: 30px 26px; box-shadow: var(--sh-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fest-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.fest-card--featured { background: var(--grad-hero); border-color: transparent; color: #fff; box-shadow: var(--sh-md); }
.fest-card__name { font-weight: 700; font-size: 1.05rem; letter-spacing: .5px; text-transform: uppercase; color: var(--c-navy); }
.fest-card--featured .fest-card__name { color: #fff; }
.fest-card__date { font-size: .9rem; color: var(--c-muted); margin: 6px 0 18px; }
.fest-card--featured .fest-card__date { color: rgba(255,255,255,.72); }
.fest-card__price { font-size: 2.1rem; font-weight: 700; line-height: 1; color: var(--c-orange); }
.fest-card--featured .fest-card__price { color: #fff; }
.fest-card__per { font-size: .85rem; font-weight: 600; color: var(--c-muted); }
.fest-card--featured .fest-card__per { color: rgba(255,255,255,.72); }
.fest-inc-title { font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--c-muted); margin: 22px 0 14px; }
.fest-card--featured .fest-inc-title { color: rgba(255,255,255,.7); }
.fest-list { display: flex; flex-direction: column; gap: 12px; flex: 1; }
.fest-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; color: var(--c-ink); }
.fest-card--featured .fest-list li { color: #dbe4f0; }
.fest-list .ck { flex: none; color: var(--c-orange); font-weight: 700; }
.fest-card--featured .fest-list .ck { color: var(--c-gold); }
.fest-card .btn { width: 100%; margin-top: 24px; }

/* outline button (light cards) */
.btn--line { background: transparent; border: 1.5px solid var(--c-line); color: var(--c-navy); }
.btn--line:hover { border-color: var(--c-orange); color: var(--c-orange); background: var(--grad-brand-soft); }

/* ============================================================
   Info list (festival important info)
   ============================================================ */
.info-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.info-list li {
  display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid var(--c-line);
  border-radius: var(--r-md); padding: 16px 18px; box-shadow: var(--sh-sm); color: var(--c-muted); font-size: .95rem;
}
.info-list .ck {
  flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--c-glass);
  border: 1px solid var(--c-glass-line); color: var(--c-orange); display: grid; place-items: center; font-weight: 700; margin-top: 1px;
}

/* ============================================================
   FAQ accordion
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-md);
  margin-bottom: 12px; padding: 0 22px; box-shadow: var(--sh-sm);
}
.faq summary {
  cursor: pointer; padding: 18px 0; font-weight: 600; color: var(--c-navy); list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--c-orange); font-size: 1.5rem; font-weight: 400; line-height: 1; flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 20px; margin: 0; color: var(--c-muted); }

/* ============================================================
   Highlight band
   ============================================================ */
.highlight {
  display: flex; align-items: center; gap: 20px; justify-content: center;
  background: var(--grad-hero); color: #fff; border-radius: var(--r-lg);
  padding: 30px 40px; box-shadow: var(--sh-md);
}
.highlight__icon {
  flex: none; width: 56px; height: 56px; border-radius: 50%; background: var(--grad-brand);
  display: grid; place-items: center; font-size: 1.6rem; box-shadow: var(--sh-brand);
}
.highlight p { font-size: 1.2rem; font-weight: 600; margin: 0; }

/* ============================================================
   Q&A list (why us)
   ============================================================ */
.qa { display: grid; gap: 16px; }
.qa-item {
  background: #fff; border: 1px solid var(--c-line); border-left: 4px solid var(--c-orange);
  border-radius: var(--r-md); padding: 18px 22px; box-shadow: var(--sh-sm);
}
.qa-item b { display: block; color: var(--c-navy); font-size: 1.05rem; margin-bottom: 4px; }
.qa-item span { color: var(--c-orange); font-weight: 600; }

/* ============================================================
   Stats band
   ============================================================ */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat__num {
  font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 700; line-height: 1; letter-spacing: -.02em;
  background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat__lbl { color: #aeb9cc; margin-top: 10px; font-size: .95rem; }

/* ============================================================
   Reviews
   ============================================================ */
.review { display: flex; flex-direction: column; }
.review__stars { color: var(--c-gold); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 14px; }
.review__stars span { color: var(--c-muted); font-size: .85rem; font-weight: 600; letter-spacing: 0; margin-left: 6px; }
.review__text { color: var(--c-ink); font-size: 1.02rem; font-style: italic; margin-bottom: 18px; }
.review__author b { color: var(--c-navy); display: block; }
.review__author span { color: var(--c-muted); font-size: .9rem; text-transform: capitalize; }

/* ============================================================
   Price table (popular routes)
   ============================================================ */
.price-table {
  width: 100%; max-width: 720px; margin: 0 auto; border-collapse: collapse;
  background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh-sm);
}
.price-table th, .price-table td { text-align: left; padding: 15px 22px; font-size: .98rem; }
.price-table thead th {
  background: var(--c-navy); color: #fff; font-weight: 600; font-size: .8rem;
  text-transform: uppercase; letter-spacing: .06em;
}
.price-table tbody tr + tr { border-top: 1px solid var(--c-line); }
.price-table tbody tr:nth-child(even) { background: var(--c-bg-alt); }
.price-table td:first-child { color: var(--c-navy); font-weight: 500; }
.price-table td:last-child { text-align: right; color: var(--c-orange); font-weight: 700; white-space: nowrap; }

.pricing-how {
  max-width: 760px; margin: 0 auto; text-align: center; background: var(--c-bg-alt);
  border: 1px solid var(--c-line); border-radius: var(--r-lg); padding: 44px 40px;
}
.pricing-how h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: 14px; }
.pricing-how p { color: var(--c-muted); max-width: 600px; margin: 0 auto 14px; }
.pricing-how__note { font-size: .84rem; }
.pricing-how .btn { margin-top: 14px; }

/* ============================================================
   Booking price card
   ============================================================ */
.pricecard {
  background: var(--grad-hero); color: #fff; border-radius: var(--r-md); padding: 22px 24px;
  box-shadow: var(--sh-md);
}
.pricecard__row { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; font-size: .95rem; color: #d9e2f0; }
.pricecard__total {
  margin-top: 6px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.18);
  font-size: 1.3rem; font-weight: 700; color: #fff;
}
.pricecard__discount span { color: #ffd9a8; font-weight: 600; }
.pricecard__note { margin: 14px 0 0; font-size: .8rem; color: rgba(255,255,255,.65); }
.pricecard--info { background: var(--grad-brand-soft); color: var(--c-navy); box-shadow: var(--sh-sm); border: 1px solid rgba(244,122,31,.25); }
.pricecard--info b { display: block; color: var(--c-orange); margin-bottom: 6px; font-size: 1.05rem; }
.pricecard--info p { margin: 0; color: var(--c-muted); font-size: .95rem; }
.pricecard--loading { background: var(--c-bg-alt); color: var(--c-muted); box-shadow: none; border: 1px solid var(--c-line); text-align: center; }
.pricecard--error { background: #fdecef; color: #b5234c; box-shadow: none; border: 1px solid #f3b9c6; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero__inner { padding: 56px 0 0; }
  .hero__content { max-width: none; }
  .hero__photo { position: static; width: 100%; max-width: none; height: 320px; margin-top: 36px; object-position: center 28%; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .fest-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* header collapses into a dropdown earlier (before the row gets crammed) */
@media (max-width: 1140px) {
  .nav__toggle { display: flex; }
  .nav__menu {
    display: none; position: absolute; top: calc(100% + 10px); left: 0; right: 0; margin: 0;
    flex-direction: column; align-items: stretch; gap: 14px;
    background: rgba(255,255,255,.97); backdrop-filter: blur(18px) saturate(170%);
    padding: 18px; border: 1px solid var(--c-line); border-radius: 16px; box-shadow: var(--sh-lg);
  }
  .nav.is-open .nav__menu { display: flex; }
  .nav__links { flex-direction: column; align-items: stretch; flex: none; gap: 2px; }
  .nav__links a { padding: 12px 14px; border-radius: 10px; }
  .nav__actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .nav__actions .btn { padding: 13px 20px; font-size: 1rem; }
  .nav__phone {
    width: auto; height: auto; border-radius: 10px; justify-content: flex-start;
    display: inline-flex; align-items: center; gap: 10px; padding: 11px 14px; background: var(--c-bg-alt);
  }
  .nav__phone-num { display: inline; font-weight: 600; }
  .lang { align-self: flex-start; }
}
@media (max-width: 760px) {
  .section { padding: 60px 0; }
  .grid--3, .grid--4, .grid--2 { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .route-grid { grid-template-columns: 1fr; }
  .fest-grid { grid-template-columns: 1fr; }
  .info-list { grid-template-columns: 1fr; }
  .price-table th, .price-table td { padding: 12px 12px; font-size: .9rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; }
  .highlight { flex-direction: column; text-align: center; padding: 28px 22px; }
  .form-grid2, .choice-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 38px 24px; }
  .stepper { padding: 18px; gap: 4px; }
  .stepper__label { display: none; }
  .form-body { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero__stats { flex-wrap: wrap; gap: 20px; }
}
