/* ============================================================
   Morocco Day Tour — design system (per approved mockup)
   Warm brown ink, terracotta accents, antique gold details.
   Marcellus display + Instrument Sans body. Square shapes.
   ============================================================ */

/* ---------- fonts (self-hosted) ---------- */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/marcellus-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/marcellus-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/instrument-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/instrument-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/instrument-sans-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- tokens ---------- */
:root {
  --ink:        #241C14;   /* warm dark brown — headings, dark bands */
  --ink-deep:   #1B140D;   /* footer */
  --ink-soft:   #3A2F24;
  --body:       #43382C;   /* body copy */
  --muted:      #5A4E41;
  --faint:      #756753;   /* labels, metadata — AA on card/paper backgrounds */
  --faint-2:    #82705A;
  --paper:      #FBF7EF;   /* page background */
  --paper-out:  #EEE6D6;   /* outer canvas */
  --card:       #FFFDF8;   /* card surfaces */
  --tint:       #F6EEDF;   /* tinted panels */
  --chip:       #F1E4CF;
  --accent:     #BC5030;   /* primary CTA terracotta */
  --accent-deep:#9A3D22;   /* links, CTA band */
  --gold:       #C6982F;   /* badges, small accents */
  --star:       #F2B84B;
  --ok:         #3A6B3A;
  --ta-green:   #00AA6C;   /* Tripadvisor brand green — decorative use only */
  --ta-text:    #00754A;   /* darkened for text, meets AA on cream */
  --wa:         #0F7A45;   /* WhatsApp green, darkened to meet AA with white */
  --wa-dark:    #0D6E3F;
  --err:        #9A3D22;
  --line:       rgba(36, 28, 20, .10);
  --line-strong: rgba(36, 28, 20, .16);
  --on-dark:    #EADFCC;   /* text on dark brown */
  --on-dark-2:  #CBBBA2;
  --on-dark-3:  #B7A88F;

  --font-display: 'Marcellus', Georgia, serif;
  --font-body: 'Instrument Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --step--1: clamp(0.82rem, 0.8rem + 0.1vw, 0.9rem);
  --step-0:  clamp(0.95rem, 0.92rem + 0.15vw, 1.03rem);
  --step-1:  clamp(1.15rem, 1.1rem + 0.25vw, 1.38rem);
  --step-2:  clamp(1.5rem, 1.4rem + 0.5vw, 1.9rem);
  --step-3:  clamp(1.8rem, 1.62rem + 0.9vw, 2.75rem);
  --step-4:  clamp(2.1rem, 1.85rem + 1.25vw, 2.9rem);
  --step-5:  clamp(2.5rem, 2.05rem + 2.25vw, 4.15rem);

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4.25rem;

  --wrap: 75rem;
  --r-btn: 2px;
  --r-card: 5px;
  --r-panel: 6px;
  --shadow-card: 0 1px 2px rgba(36, 28, 20, .04);
  --shadow-hover: 0 22px 40px -22px rgba(36, 28, 20, .4);
  --shadow-pop: 0 24px 50px -28px rgba(36, 28, 20, .4);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--body);
  background: var(--paper-out);
  -webkit-font-smoothing: antialiased;
}
.canvas { max-width: 90rem; margin: 0 auto; background: var(--paper); box-shadow: 0 0 80px rgba(36, 28, 20, .12); }
::selection { background: var(--accent); color: #fff; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.12; margin: 0 0 var(--space-2); letter-spacing: .01em; color: var(--ink); text-wrap: balance; }
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); }
p  { margin: 0 0 var(--space-2); }
a  { color: var(--accent-deep); text-decoration: none; }
a:hover { color: var(--accent); }
ul, ol { padding-left: 1.3em; margin: 0 0 var(--space-2); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 2px; }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: .7rem 1.2rem;
}
.skip-link:focus { left: 0; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2.5rem); }
.section { padding-block: var(--space-5); }
.section--tight { padding-block: var(--space-4); }

/* eyebrow with rule prefix */
.eyebrow {
  display: inline-flex; align-items: center; gap: .65rem;
  font-size: .8rem; font-weight: 500;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-2);
}
.eyebrow::before { content: ''; width: 1.7rem; height: 1px; background: var(--accent); }
.section-head--center .eyebrow::after { content: ''; width: 1.7rem; height: 1px; background: var(--accent); }
.on-dark .eyebrow { color: var(--gold); }
.on-dark .eyebrow::before, .on-dark .eyebrow::after { background: var(--gold); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-body); font-weight: 600; font-size: .93rem;
  letter-spacing: .02em; white-space: nowrap;
  padding: .85rem 1.7rem; border-radius: var(--r-btn); border: 1px solid transparent;
  text-decoration: none; cursor: pointer; line-height: 1.2;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-deep); color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-soft); color: #fff; }
.btn--whatsapp { background: var(--wa); color: #fff; }
.btn--whatsapp:hover { background: var(--wa-dark); color: #fff; }
.btn--ghost { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--light { background: #fff; color: var(--accent-deep); }
.btn--light:hover { background: var(--chip); color: var(--accent-deep); }
.on-dark .btn--ghost,
.hero .btn--ghost {
  border-color: rgba(255,255,255,.45); color: #fff;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.on-dark .btn--ghost:hover,
.hero .btn--ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.2); }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn::after { content: '→'; font-family: var(--font-body); }
.btn--no-arrow::after, .btn--whatsapp::after { content: none; }

/* ---------- topbar + header ---------- */
.topbar { background: var(--ink); color: var(--on-dark); font-size: .8rem; letter-spacing: .02em; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: .5rem; }
.topbar a { color: var(--on-dark); }
.topbar a:hover { color: var(--gold); }
.topbar__contact { display: flex; align-items: center; gap: 1.3rem; flex-wrap: wrap; }
.topbar__contact .sep, .topbar__note .sep { opacity: .35; }
.topbar__phone-ico { color: var(--gold); }
.topbar__note { display: flex; align-items: center; gap: .55rem; color: #fff; }
.topbar__ta-dot {
  width: 1rem; height: 1rem; border-radius: 50%; background: var(--ta-green);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .5rem; color: #fff; flex: none;
}

.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 247, 239, .94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header .wrap { display: flex; align-items: center; gap: 1.5rem; min-height: 4.6rem; }

/* wordmark */
.brand { display: flex; flex-direction: column; line-height: .92; text-decoration: none; margin-right: auto; }
.brand__top { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .16em; color: var(--ink); }
.brand__sub { font-size: .63rem; letter-spacing: .42em; color: var(--accent); padding-left: 2px; margin-top: 3px; }
.on-dark .brand__top, .footer .brand__top { color: #fff; }
.footer .brand__sub { color: var(--gold); }

.nav { display: flex; align-items: center; gap: .35rem; }
.nav a {
  text-decoration: none; color: var(--ink-soft); font-weight: 400; font-size: .9rem;
  padding: .5rem .7rem; letter-spacing: .01em; white-space: nowrap;
}
.nav a:hover { color: var(--accent); }
.nav a[aria-current="page"] { color: var(--ink); font-weight: 600; }
.nav__cta { margin-left: .6rem; }

/* ---------- nav dropdowns ---------- */
.nav__group { position: relative; display: flex; align-items: center; }
.nav__parent { padding-right: .2rem !important; }
.nav__toggle {
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: 0; cursor: pointer; color: var(--ink-soft);
  padding: .5rem .35rem; line-height: 0;
}
.nav__toggle svg { width: .85rem; height: .85rem; transition: transform .18s ease; }
.nav__group[data-open] .nav__toggle svg { transform: rotate(180deg); }
.nav__toggle:hover { color: var(--accent); }

.nav__submenu {
  position: absolute; top: calc(100% + .4rem); left: -.4rem; z-index: 20;
  min-width: 16rem; margin: 0; padding: .45rem;
  list-style: none; display: none;
  background: var(--card); border: 1px solid var(--line-strong);
  border-radius: var(--r-panel); box-shadow: var(--shadow-pop);
}
.nav__group[data-open] .nav__submenu { display: block; }
.nav__submenu a {
  display: block; padding: .6rem .75rem; font-size: .88rem;
  color: var(--ink-soft); border-radius: 3px; white-space: nowrap;
}
.nav__submenu a:hover { background: var(--tint); color: var(--accent); }
.nav__submenu a[aria-current="page"] { background: var(--chip); color: var(--accent-deep); font-weight: 600; }

@media (max-width: 62rem) {
  /* stacked drawer: submenus sit inline under their parent */
  .nav__group { flex-wrap: wrap; }
  .nav__parent { flex: 1; }
  .nav__submenu {
    position: static; display: none; width: 100%;
    box-shadow: none; border: 0; border-left: 2px solid var(--line);
    border-radius: 0; margin: 0 0 .3rem .8rem; padding: 0 0 0 .5rem;
    background: transparent;
  }
  .nav__group[data-open] .nav__submenu { display: block; }
  .nav__submenu a { padding: .65rem .5rem; }
}

.nav-toggle { display: none; background: none; border: 0; padding: .5rem; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 1.7rem; height: 1.7rem; display: block; }

@media (max-width: 62rem) {
  .nav-toggle { display: block; }
  .nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: .1rem;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: .8rem clamp(1rem, 4vw, 2rem) 1.2rem;
    box-shadow: var(--shadow-pop);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: .8rem; font-size: var(--step-0); }
  .nav__cta { margin: .5rem 0 0; }
  .topbar__note { display: none; }
}

/* ---------- hero ---------- */
.hero { position: relative; isolation: isolate; color: #fff; background: var(--ink); overflow: hidden; }
.hero__media, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media { z-index: -2; }
.hero__media img { object-fit: cover; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(24,17,10,.82) 0%, rgba(24,17,10,.5) 45%, rgba(24,17,10,.15) 100%);
}
.hero .wrap { padding-block: clamp(4.5rem, 11vw, 8.5rem); }
.hero--home .wrap { min-height: min(40rem, 72vh); display: flex; flex-direction: column; justify-content: center; }
.hero__kicker {
  display: inline-flex; align-items: center; gap: .65rem;
  color: var(--on-dark); font-size: .8rem; letter-spacing: .26em; text-transform: uppercase;
  margin-bottom: 1.3rem;
}
.hero__kicker::before { content: ''; width: 2.1rem; height: 1px; background: var(--gold); }
.hero h1 { font-size: var(--step-5); color: #fff; max-width: 46rem; line-height: 1.05; }
.hero__sub { font-size: var(--step-1); line-height: 1.6; max-width: 34rem; color: var(--on-dark); }
.hero__sub p { margin: 0; }
.hero__actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: var(--space-3); }
.hero__rating { display: flex; align-items: center; gap: .6rem; margin-top: var(--space-3); color: var(--on-dark); font-size: .9rem; }
.hero__rating b { color: #fff; }

/* inner page hero */
.hero--page .wrap { padding-block: clamp(3rem, 7vw, 5.5rem); }
.hero--page h1 { font-size: var(--step-4); }

/* breadcrumbs */
.crumbs { font-size: .82rem; color: var(--faint); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0; }
.crumbs a { color: var(--faint); }
.crumbs a:hover { color: var(--accent); }
.crumbs li + li::before { content: '›'; margin-right: .5rem; }
.hero .crumbs, .hero .crumbs a { color: #E4D8C2; }
.hero .crumbs { margin-bottom: var(--space-2); }

/* ---------- booking bar (home) ---------- */
.bookbar {
  position: relative; z-index: 5;
  max-width: 67.5rem; margin: var(--space-4) auto 0;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 4px; box-shadow: var(--shadow-pop);
  padding: 1.25rem 1.4rem;
  display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 0; align-items: stretch;
}
.bookbar__field { padding: .25rem 1.4rem .25rem .5rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.bookbar__field:nth-child(2) { padding-left: 1.4rem; border-right: 0; }
.bookbar__label { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); }
.bookbar select {
  font: inherit; font-size: 1rem; color: var(--ink);
  border: 0; background: transparent; margin-top: .35rem; padding: 0;
  cursor: pointer; appearance: auto;
}
.bookbar select:focus-visible { outline: 2px solid var(--accent); }
.bookbar .btn { margin-left: 1rem; align-self: stretch; }
@media (max-width: 47.9rem) {
  .bookbar { grid-template-columns: 1fr; gap: 1rem; margin-inline: clamp(1rem, 4vw, 2rem); }
  .bookbar__field, .bookbar__field:nth-child(2) { border-right: 0; padding: 0; }
  .bookbar .btn { margin-left: 0; }
}

/* ---------- stats row ---------- */
.stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
  gap: 1.5rem; padding-block: var(--space-4) .5rem; text-align: center;
}
.stats__num { font-family: var(--font-display); font-size: clamp(1.9rem, 1.6rem + 1.4vw, 2.5rem); color: var(--accent); line-height: 1; }
.stats__label { font-size: .85rem; color: var(--muted); margin-top: .5rem; letter-spacing: .02em; }

/* ---------- section heads ---------- */
.section-head { max-width: 46rem; margin-bottom: var(--space-3); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--split { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 1.1rem; }
.section-head p { color: var(--muted); }

/* filter tabs */
.tabs { display: flex; gap: .5rem; flex-wrap: wrap; }
.tabs button {
  cursor: pointer; font-family: inherit; font-size: .86rem; letter-spacing: .02em;
  border: 1px solid var(--line-strong); background: transparent; color: var(--ink-soft);
  padding: .55rem 1.1rem; border-radius: var(--r-btn);
}
.tabs button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.tabs button:hover { border-color: var(--ink); }

/* ---------- tour cards ---------- */
.tour-grid {
  display: grid; gap: 1.6rem;
  grid-template-columns: repeat(auto-fill, minmax(min(19rem, 100%), 1fr));
  margin-block: var(--space-3) var(--space-4);
}
.tour-card {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-card); overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: box-shadow .18s ease;
}
.tour-card:hover { box-shadow: var(--shadow-hover); }
.tour-card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.tour-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.tour-card:hover .tour-card__media img { transform: scale(1.04); }
.tour-card__duration {
  position: absolute; top: .85rem; left: .85rem;
  background: rgba(24,17,10,.72); color: #fff;
  font-size: .74rem; letter-spacing: .05em;
  padding: .35rem .75rem; border-radius: var(--r-btn);
  backdrop-filter: blur(3px);
}
.tour-card__body { display: flex; flex-direction: column; padding: 1.3rem 1.35rem 1.4rem; flex: 1; }
.tour-card__region { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--faint-2); }
.tour-card__title { font-size: 1.32rem; line-height: 1.2; margin: .55rem 0 0; }
.tour-card__title a { color: var(--ink); text-decoration: none; }
.tour-card__title a::after { content: ''; position: absolute; inset: 0; }
.tour-card__title a:hover { color: var(--accent); }
.tour-card__meta { display: flex; align-items: center; gap: .5rem; margin-top: .7rem; font-size: .82rem; color: var(--muted); }
.stars { color: var(--star); letter-spacing: .1em; }
.tour-card__rule { height: 1px; background: rgba(36,28,20,.08); margin: 1.15rem 0 .95rem; margin-top: auto; }
.tour-card__foot { display: flex; align-items: flex-end; justify-content: space-between; }
.tour-card__from { font-size: .7rem; color: var(--faint); text-transform: uppercase; letter-spacing: .1em; }
.tour-card__price { font-family: var(--font-display); font-size: 1.7rem; color: var(--ink); line-height: 1.1; }
.tour-card__per { font-size: .7rem; color: var(--faint); }
.tour-card__go { color: var(--accent); font-weight: 600; font-size: .88rem; white-space: nowrap; }

/* day-trip cards */
.trip-card__desc { font-size: .9rem; line-height: 1.6; color: var(--muted); margin: .7rem 0 0; }
.trip-card__list { list-style: none; padding: 0; margin: .9rem 0 0; display: grid; gap: .4rem; }
.trip-card__list li { position: relative; padding-left: 1.1rem; font-size: .85rem; line-height: 1.5; color: var(--body); }
.trip-card__list li::before { content: ''; position: absolute; left: 0; top: .5rem; width: .4rem; height: .4rem; background: var(--accent); transform: rotate(45deg); }
.trip-card__note { font-size: .78rem; color: var(--faint); max-width: 10rem; }
.btn--sm { padding: .6rem 1.1rem; font-size: .84rem; }
.trip-card__tile {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, var(--tint) 0%, var(--chip) 60%, #E8D5B5 100%);
}
.trip-card__tile span {
  font-family: var(--font-display); font-size: 4.5rem; color: var(--accent-deep); opacity: .55;
  border: 1px solid rgba(154, 61, 34, .35); border-radius: 50%;
  width: 7.5rem; height: 7.5rem; display: flex; align-items: center; justify-content: center;
}

/* destination cards */
.dest-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr)); margin-block: var(--space-3); }
.dest-card { position: relative; height: 20rem; border-radius: var(--r-card); overflow: hidden; display: block; color: #fff; }
.dest-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.dest-card:hover img { transform: scale(1.04); }
.dest-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,17,10,0) 35%, rgba(24,17,10,.85) 100%); }
.dest-card__label { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.35rem; z-index: 1; }
.dest-card__label h3 { color: #fff; font-size: 1.55rem; margin: 0; }
.dest-card__count { font-size: .82rem; color: var(--on-dark); margin-top: .3rem; }

/* ---------- dark band (why us / night sections) ---------- */
.on-dark { background: var(--ink); color: var(--on-dark); }
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4 { color: #fff; }
.on-dark p { color: var(--on-dark-2); }
.on-dark a { color: var(--gold); }
/* buttons keep their own colours inside dark bands */
.on-dark .btn--primary, .on-dark .btn--dark, .on-dark .btn--whatsapp { color: #fff; }
.on-dark .btn--light { color: var(--accent-deep); }

.whyus { display: grid; gap: 3.5rem; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; }
@media (max-width: 62rem) { .whyus { grid-template-columns: 1fr; } }
.whyus__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14);
}
@media (max-width: 34rem) { .whyus__grid { grid-template-columns: 1fr; } }
.whyus__cell { padding: 1.75rem 1.6rem; border-bottom: 1px solid rgba(255,255,255,.14); border-right: 1px solid rgba(255,255,255,.14); }
.whyus__num { font-family: var(--font-display); font-size: 1.35rem; color: var(--gold); }
.whyus__cell .whyus__title { font-size: 1.15rem; margin: .75rem 0 0; }
.whyus__cell p { font-size: .88rem; line-height: 1.6; margin: .55rem 0 0; color: var(--on-dark-3); }

/* ---------- reviews ---------- */
.quotes { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(min(24rem, 100%), 1fr)); }
.quote { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 1.8rem 1.85rem 1.6rem; display: flex; flex-direction: column; }
.quote__top { display: flex; align-items: center; justify-content: space-between; }
.quote__ta { font-size: .75rem; color: var(--ta-text); font-weight: 600; }
.quote__text { font-size: .97rem; line-height: 1.7; color: var(--ink-soft); margin: 1rem 0 0; }
.quote__text::before { content: '“'; }
.quote__text::after { content: '”'; }
.quote__who { display: flex; align-items: center; gap: .8rem; margin-top: 1.25rem; }
.quote__avatar {
  width: 2.75rem; height: 2.75rem; border-radius: 50%; flex: none;
  background: var(--on-dark); color: var(--accent-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.1rem;
}
.quote__who img { width: 2.75rem; height: 2.75rem; border-radius: 50%; object-fit: cover; }
.quote__name { font-size: .94rem; font-weight: 600; color: var(--ink); }
.quote__where { font-size: .82rem; color: var(--faint); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--accent-deep); color: #fff; }
.cta-band__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22; }
.cta-band .wrap { position: relative; padding-block: 3.6rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.6rem; }
.cta-band h2 { color: #fff; font-size: var(--step-3); margin: 0; }
.cta-band p { color: #F3E4D0; margin: .7rem 0 0; }
.cta-band__phone { color: #fff; }
.cta-band__phone-label { font-size: .74rem; color: #F3E4D0; letter-spacing: .08em; }
.cta-band__phone-num { font-family: var(--font-display); font-size: 1.35rem; }
.cta-band__actions { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; }

/* ---------- prose / content ---------- */
/* Inline links inside running text must not rely on colour alone (WCAG 1.4.1),
   so they carry an underline. Links in lists of links (nav, cards, footers)
   are excluded — they're not "in a text block". */
.legal-body p a,
.legal-body li a,
.prose p a,
.prose li a,
.faq-answer a,
.timeline__body a,
.trip-card__desc a { text-decoration: underline; text-underline-offset: 2px; }

.prose { max-width: 47rem; font-size: 1rem; line-height: 1.75; }
.prose--center { margin-inline: auto; }
.prose h2, .prose h3 { margin-top: var(--space-4); }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose img { border-radius: var(--r-card); }
.legal-body { max-width: 47rem; margin-inline: auto; }
.legal-body h2 { font-size: var(--step-2); margin-top: var(--space-4); }
.legal-body h3 { font-size: var(--step-1); margin-top: var(--space-3); }

/* ---------- tour detail ---------- */
.tour-head { padding-top: .6rem; }
.tour-head__chip {
  display: inline-flex; align-items: center; gap: .55rem;
  background: var(--chip); color: var(--accent-deep);
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  padding: .4rem .8rem; border-radius: var(--r-btn);
  margin-top: 1rem;
}
.tour-head h1 { font-size: var(--step-4); line-height: 1.08; margin: 1rem 0 0; max-width: 50rem; }
.tour-head__meta { display: flex; align-items: center; gap: 1.25rem; margin-top: 1rem; font-size: .9rem; color: var(--muted); flex-wrap: wrap; }
.tour-head__meta b { color: var(--ink); }

/* gallery grid */
.gallery-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 11.5rem 11.5rem;
  gap: .65rem; border-radius: var(--r-panel); overflow: hidden; margin-top: 1.4rem;
}
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid > :first-child { grid-row: span 2; }
/* fewer images: no empty cells */
.gallery-grid--4 > :nth-child(4) { grid-column: span 2; }
.gallery-grid--3 { grid-template-columns: 2fr 1fr; }
.gallery-grid--2 { grid-template-columns: 2fr 1fr; }
.gallery-grid--2 > * { grid-row: span 2; }
.gallery-grid--1 { grid-template-columns: 1fr; }
@media (max-width: 47.9rem) {
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 10rem 6.5rem; }
  .gallery-grid > :nth-child(n+4) { display: none; }
  .gallery-grid--4 > :nth-child(4) { grid-column: auto; }
}

/* sticky section nav */
.subnav {
  position: sticky; top: 0; z-index: 90;
  background: rgba(251,247,239,.94);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  margin-top: 1.4rem;
}
.subnav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.subnav__links { display: flex; gap: 1.6rem; font-size: .88rem; overflow-x: auto; scrollbar-width: none; }
.subnav__links::-webkit-scrollbar { display: none; }
.subnav__links a { color: var(--ink-soft); padding: 1rem 0; border-bottom: 2px solid transparent; white-space: nowrap; letter-spacing: .01em; }
.subnav__links a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.subnav .btn { padding: .55rem 1.1rem; font-size: .84rem; white-space: nowrap; flex: none; }
@media (max-width: 47.9rem) { .subnav .btn { display: none; } }

/* layout */
.tour-layout { display: grid; gap: 3.2rem; grid-template-columns: minmax(0, 1fr); align-items: start; padding-top: var(--space-4); }
@media (min-width: 62rem) {
  .tour-layout { grid-template-columns: minmax(0, 1fr) 23.25rem; }
  .booking { position: sticky; top: 4.5rem; }
}
/* generous breathing room between tour sections */
.tour-layout > article > section { padding-block: var(--space-5) 0; }
.tour-layout > article > section:first-of-type { padding-top: var(--space-3); }
.tour-layout > article > section + section { border-top: 1px solid var(--line); }
.tour-layout h2 { font-size: clamp(1.5rem, 1.4rem + .5vw, 1.9rem); margin: 0 0 var(--space-2); scroll-margin-top: 5rem; }
.tour-layout .timeline,
.tour-layout .inclusions,
.tour-layout .highlights,
.tour-layout .acc,
.tour-layout .map-shell,
.tour-layout .quotes { margin-top: var(--space-3); }
.timeline__item { padding-bottom: var(--space-3); }

/* facts strip */
.facts {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  background: var(--card);
  border: 1px solid var(--line); border-radius: var(--r-card);
  overflow: hidden; margin-bottom: var(--space-4);
}
.facts__item { padding: 1.1rem 1.25rem; box-shadow: -1px -1px 0 0 var(--line); }
.facts__label { font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.facts__value { font-size: .95rem; color: var(--ink); margin-top: .35rem; }

/* highlights */
.highlights { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr)); gap: .8rem 2.1rem; margin-top: 1.25rem; }
.highlights li { list-style: none; display: flex; gap: .8rem; align-items: flex-start; font-size: .95rem; line-height: 1.5; }
.highlights li::before { content: ''; width: .5rem; height: .5rem; background: var(--accent); transform: rotate(45deg); margin-top: .45rem; flex: none; }
ul.highlights { padding: 0; margin-bottom: 0; }

/* itinerary timeline */
.timeline { border-left: 2px solid #E4D6BE; margin-top: 1.4rem; }
.timeline__item { position: relative; padding: 0 0 1.7rem 1.9rem; }
.timeline__item:last-child { padding-bottom: .25rem; }
.timeline__item::before {
  content: ''; position: absolute; left: -.6rem; top: .15rem;
  width: 1rem; height: 1rem; border-radius: 50%;
  background: var(--accent); border: 3px solid var(--paper);
}
.timeline__day { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 500; }
.timeline__item h3 { font-size: 1.3rem; margin: .35rem 0 0; }
.timeline__body { font-size: .95rem; line-height: 1.7; color: var(--muted); margin-top: .5rem; }
.timeline__body p { margin-bottom: .7rem; }
.timeline__body p:last-child { margin-bottom: 0; }

/* inclusions panel */
.inclusions {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr)); gap: 2.1rem;
  background: var(--tint); border: 1px solid rgba(36,28,20,.08); border-radius: var(--r-panel);
  padding: 1.75rem 1.9rem; margin-top: 1.4rem;
}
.inclusions h3 { font-family: var(--font-body); font-weight: 600; font-size: 1.05rem; margin-bottom: .9rem; }
.inclusions--in h3 { color: var(--ok); }
.inclusions--out h3 { color: var(--accent-deep); }
.inclusions ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.inclusions li { padding-left: 1.6rem; position: relative; font-size: .92rem; line-height: 1.5; }
.inclusions li::before { position: absolute; left: 0; top: 0; font-weight: 700; }
.inclusions--in li::before { content: '✓'; color: var(--ok); }
.inclusions--out li::before { content: '✕'; color: var(--accent-deep); }

/* FAQ cards */
.acc { margin-top: 1.25rem; display: flex; flex-direction: column; gap: .65rem; }
.acc details { background: var(--card); border: 1px solid rgba(36,28,20,.11); border-radius: var(--r-panel); overflow: hidden; }
.acc summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.35rem; font-weight: 500; font-size: 1rem; color: var(--ink);
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: '+'; font-size: 1.4rem; color: var(--accent); line-height: 1; flex: none; }
.acc details[open] summary::after { content: '−'; }
.acc summary:hover { color: var(--accent); }
.acc__body { padding: 0 1.35rem 1.2rem; color: var(--muted); font-size: .93rem; line-height: 1.7; }
.acc__body p:last-child { margin-bottom: 0; }

/* map */
.map-shell { position: relative; border-radius: var(--r-panel); overflow: hidden; aspect-ratio: 16 / 9; background: var(--tint); border: 1px solid var(--line-strong); margin-top: 1.4rem; }
.map-shell iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-shell__cta { position: absolute; inset: 0; display: grid; place-items: center; }

/* booking sidebar */
.booking { border-radius: var(--r-panel); }
.booking__card {
  background: var(--card); border: 1px solid var(--line-strong);
  border-radius: var(--r-panel); box-shadow: var(--shadow-pop); overflow: hidden;
}
.booking__head { padding: 1.4rem 1.5rem 1.25rem; border-bottom: 1px solid rgba(36,28,20,.08); }
.booking__pricerow { display: flex; align-items: baseline; gap: .5rem; }
.booking__from { font-size: .8rem; color: var(--faint); }
.booking__price { font-family: var(--font-display); font-size: 2.35rem; color: var(--ink); line-height: 1; }
.booking__per { font-size: .82rem; color: var(--faint); }
.booking__note-ok { font-size: .8rem; color: var(--ok); margin-top: .45rem; }
.booking__rating { font-size: .84rem; color: var(--muted); margin-top: .35rem; }
.booking__body { padding: 1.25rem 1.5rem 1.5rem; display: grid; gap: .75rem; }
.booking__body .btn { width: 100%; }
.booking__small { font-size: .78rem; color: var(--faint); text-align: center; margin: 0; }
.booking__local {
  background: var(--ink); color: var(--on-dark); border-radius: var(--r-panel);
  padding: 1.25rem 1.35rem; margin-top: .9rem;
  display: flex; gap: .9rem; align-items: center;
}
.booking__local-avatar {
  width: 2.9rem; height: 2.9rem; border-radius: 50%; background: var(--ink-soft); flex: none;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); color: var(--gold); font-size: 1.1rem;
}
.booking__local b { color: #fff; font-size: .88rem; }
.booking__local div div:last-child { font-size: .82rem; margin-top: .2rem; }

/* ---------- forms ---------- */
.form { display: grid; gap: 1rem; max-width: 47rem; }
.form__row { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr)); }
.form label { font-weight: 500; font-size: .88rem; color: var(--ink); display: grid; gap: .4rem; }
.form input, .form textarea, .form select {
  font: inherit; color: var(--ink);
  padding: .75rem .9rem; border: 1px solid var(--line-strong); border-radius: 3px; background: var(--card);
  width: 100%;
}
.form input:focus, .form textarea:focus { outline: 2px solid var(--accent); border-color: var(--accent); }
.form textarea { min-height: 8.5rem; resize: vertical; }
.form__error { color: var(--err); font-weight: 500; font-size: .84rem; }
.form__alert { border-radius: 4px; padding: .9rem 1.1rem; font-weight: 500; }
.form__alert--ok { background: #EAF2E6; color: var(--ok); border: 1px solid #C9DEC2; }
.form__alert--err { background: #F7E7E0; color: var(--err); border: 1px solid #E7C5B6; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- sticky mobile CTA ---------- */
.mobile-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
  display: none; align-items: center; justify-content: space-between; gap: .9rem;
  background: #fff; border-top: 1px solid var(--line-strong);
  box-shadow: 0 -6px 20px -8px rgba(36,28,20,.25);
  padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom));
}
.mobile-cta__price-label { font-size: .7rem; color: var(--faint); }
.mobile-cta__price { font-family: var(--font-display); font-size: 1.35rem; color: var(--ink); line-height: 1; }
.mobile-cta__price small { font-family: var(--font-body); font-size: .72rem; color: var(--faint); }
.mobile-cta .btn { flex: 1; max-width: 12rem; }
.mobile-cta__wa {
  width: 2.9rem; height: 2.9rem; flex: none; border-radius: 3px;
  background: var(--wa); color: #fff; display: flex; align-items: center; justify-content: center;
}
.mobile-cta__wa svg { width: 1.4rem; height: 1.4rem; }
@media (max-width: 47.9rem) {
  .mobile-cta { display: flex; }
  body { padding-bottom: 4.2rem; }
}

/* ---------- footer ---------- */
.footer { background: var(--ink-deep); color: var(--on-dark-3); margin-top: var(--space-5); }
.footer__grid {
  display: grid; gap: 2.5rem;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  padding-block: 3.75rem 2rem;
}
@media (max-width: 62rem) { .footer__grid { grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr)); } }
.footer .footer__h { color: #fff; font-family: var(--font-body); font-weight: 600; font-size: .95rem; margin-bottom: 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; font-size: .88rem; }
.footer a { color: var(--on-dark-3); }
.footer a:hover { color: var(--gold); }
.footer p { color: var(--on-dark-3); font-size: .88rem; line-height: 1.7; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-block: 1.2rem;
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: .78rem; color: var(--on-dark-3);
}
.footer__bottom a { color: var(--on-dark-3); text-decoration: underline; text-underline-offset: 2px; }
.badge-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }

/* ---------- trust bar (under every hero) ---------- */
.trustbar { background: var(--tint); border-bottom: 1px solid var(--line); }
.trustbar__inner {
  display: grid; gap: 1rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  padding-block: 1.1rem;
}
.trustbar__item { display: flex; gap: .6rem; align-items: flex-start; font-size: .86rem; line-height: 1.45; }
.trustbar__check { color: var(--ok); font-weight: 700; flex: none; }
.trustbar__item b { color: var(--ink); font-weight: 600; display: block; }
.trustbar__detail { color: var(--muted); }

/* ---------- promise bullets on listing pages ---------- */
ul.highlights.promise-points {
  margin: 0 0 var(--space-4);
  padding: 1.4rem 1.6rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-panel);
  grid-template-columns: repeat(auto-fit, minmax(min(19rem, 100%), 1fr));
}
/* the original page intro reads as a kicker above the first heading */
.prose--lead { color: var(--faint); font-size: .88rem; letter-spacing: .04em; text-transform: uppercase; max-width: none; }
.prose--lead p { margin-bottom: .5rem; }

/* ---------- lead band + form ---------- */
.leadband { background: var(--tint); border-block: 1px solid var(--line); margin-top: var(--space-4); }
.leadband__inner {
  display: grid; gap: 3rem; align-items: start;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  padding-block: var(--space-5);
}
@media (max-width: 62rem) { .leadband__inner { grid-template-columns: 1fr; gap: 2.25rem; } }

.lead {
  background: var(--card); border: 1px solid var(--line-strong);
  border-radius: var(--r-panel); box-shadow: var(--shadow-pop);
  padding: 1.75rem 1.85rem 1.6rem;
}
.lead__head { margin-bottom: 1.25rem; }
.lead__head h2 { font-size: var(--step-2); margin: 0; }
.lead__head p { color: var(--muted); font-size: .95rem; margin: .6rem 0 0; }
.lead__form { max-width: none; }
.lead__submit { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: .25rem; }
.lead__submit .btn { flex: 1 1 12rem; }
.lead__reassure { font-size: .8rem; color: var(--faint); text-align: center; margin: .9rem 0 0; }
.form__opt { color: var(--faint); font-weight: 400; font-size: .78rem; }

/* reCAPTCHA v2 checkbox. The widget is a fixed 302px iframe Google renders
   into .g-recaptcha, so reserve its height to stop the submit button jumping
   when the script finishes loading, and shrink it on very narrow phones where
   302px would otherwise overflow the form. */
.lead__captcha { display: grid; gap: .4rem; margin-top: .35rem; min-height: 78px; }
.lead__captcha .g-recaptcha { transform-origin: 0 0; }
@media (max-width: 22rem) {
  .lead__captcha { min-height: 68px; }
  .lead__captcha .g-recaptcha { transform: scale(.87); }
}
.captcha-noscript { display: grid; gap: .5rem; }
.captcha-noscript iframe { width: 302px; max-width: 100%; height: 422px; border: 0; }
.captcha-noscript textarea { width: 100%; height: 4.5rem; resize: vertical; }

/* ---------- what happens next ---------- */
.steps__heading { font-size: var(--step-2); }
.steps__list { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: 1.5rem; }
.steps__item { position: relative; padding-left: 3.2rem; }
.steps__num {
  position: absolute; left: 0; top: 0;
  width: 2.35rem; height: 2.35rem; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: .95rem;
}
.steps__title { font-size: 1.15rem; margin: .3rem 0 0; }
.steps__text { font-size: .92rem; line-height: 1.65; color: var(--muted); margin: .4rem 0 0; }

/* ---------- FAQ hub ---------- */
.faq-jump {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-3); border-bottom: 1px solid var(--line);
}
.faq-jump a {
  font-size: .82rem; color: var(--ink-soft);
  padding: .45rem .85rem; border: 1px solid var(--line-strong); border-radius: 999px;
}
.faq-jump a:hover { border-color: var(--accent); color: var(--accent); }
.faq-jump a span { color: var(--faint); font-weight: 600; }

.faq-cat { padding-block: var(--space-3); scroll-margin-top: 5rem; }
.faq-cat + .faq-cat { border-top: 1px solid var(--line); }
.faq-list { list-style: none; padding: 0; margin: var(--space-2) 0 0; display: grid; gap: .5rem; }
.faq-list a {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.15rem; background: var(--card);
  border: 1px solid var(--line); border-radius: var(--r-card);
  color: var(--ink-soft); font-size: 1rem; line-height: 1.4;
  transition: border-color .15s ease, color .15s ease;
}
.faq-list a:hover { border-color: var(--accent); color: var(--accent); }
.faq-list__arrow { color: var(--accent); flex: none; }

/* ---------- FAQ single ---------- */
.faq-article { padding-block: var(--space-4) 0; }
.crumbs--dark, .crumbs--dark a { color: var(--faint); }
.crumbs--dark a:hover { color: var(--accent); }
.crumbs--dark li + li::before { content: '›'; margin-right: .5rem; }
.faq-single { max-width: 46rem; margin: var(--space-2) 0 0; }
.faq-single h1 { font-size: var(--step-3); margin: .5rem 0 var(--space-3); }
.faq-answer { font-size: 1.05rem; line-height: 1.75; }
.faq-answer p { margin: 0 0 var(--space-2); color: var(--body); }
.faq-answer__lead {
  font-size: 1.2rem; line-height: 1.6; color: var(--ink) !important;
  font-weight: 500; padding-left: 1.1rem; border-left: 3px solid var(--accent);
}
.faq-single__cta {
  margin-top: var(--space-4); padding: 1.6rem 1.75rem;
  background: var(--tint); border: 1px solid var(--line); border-radius: var(--r-panel);
}
.faq-single__cta p { margin: 0 0 1.1rem; }
.faq-single__actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.faq-related { max-width: 46rem; margin: var(--space-5) 0 var(--space-5); }
.faq-related h2 { font-size: var(--step-2); }
.faq-related__list { list-style: none; padding: 0; margin: var(--space-2) 0 var(--space-2); display: grid; gap: .5rem; }
.faq-related__list a { color: var(--accent-deep); }
.faq-related__list a:hover { color: var(--accent); }
.faq-related__all { font-weight: 600; }

/* ---------- cookie notice ---------- */
.cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
  background: var(--ink); color: var(--on-dark);
  border-top: 3px solid var(--accent);
  box-shadow: 0 -10px 40px -12px rgba(36, 28, 20, .5);
}
.cookie[hidden] { display: none; }
.cookie__inner {
  max-width: var(--wrap); margin-inline: auto;
  padding: 1.2rem clamp(1rem, 4vw, 2.5rem);
  display: flex; gap: 1.5rem; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
}
.cookie__body { flex: 1 1 30rem; }
.cookie__title { font-size: 1.1rem; color: #fff; margin: 0 0 .35rem; }
.cookie__text { font-size: .88rem; line-height: 1.6; color: var(--on-dark-2); margin: 0; }
.cookie__text a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
.cookie__toggle {
  display: flex; align-items: center; gap: .6rem;
  margin-top: .8rem; font-size: .88rem; color: var(--on-dark); cursor: pointer;
}
.cookie__toggle input { width: 1.05rem; height: 1.05rem; accent-color: var(--accent); cursor: pointer; }
.cookie__opt { color: var(--on-dark-3); }
.cookie__actions { display: flex; gap: .7rem; flex-wrap: wrap; flex: 0 0 auto; }
.cookie .btn--ghost { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.1); }
.cookie .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.2); }
/* keep the notice clear of the sticky mobile CTA bar */
@media (max-width: 47.9rem) {
  .cookie { bottom: 3.9rem; }
  .cookie__actions .btn { flex: 1 1 auto; }
}

.legal-updated {
  margin-top: var(--space-4); padding-top: var(--space-2);
  border-top: 1px solid var(--line);
  font-size: .85rem; color: var(--faint);
}

/* ---------- misc ---------- */
.center { text-align: center; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; border: 0;
}
