/* Hollis Ridge Tours v5: one typeface, flat surfaces, no decorative rules, responsive from 320px up. */

@font-face { font-family: "Source Sans 3"; font-style: normal; font-weight: 200 900; font-display: swap; src: url("/assets/fonts/SourceSans3-var.woff2") format("woff2"); }
@font-face { font-family: "Source Sans 3"; font-style: italic; font-weight: 400; font-display: swap; src: url("/assets/fonts/SourceSans3-italic.woff2") format("woff2"); }

:root {
  --forest: #2f5d46; --forest-deep: #22463a; --forest-night: #16302a; --forest-soft: #e6eee8;
  --ochre: #b8862f; --ochre-soft: #f4ead6;
  --ink: #1f2320; --ink-soft: #4f5652; --grey: #7b827d; --line: #e3e0d8;
  --paper: #f6f4ef; --paper-deep: #ecE9e1; --white: #ffffff; --error: #b3432b;
  --font: "Source Sans 3", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --measure: 46rem; --wrap: 76rem; --r: 6px; --r-sm: 4px;
  --header-h: 4.25rem;
}

*, *::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 { transition: none !important; animation: none !important; } }
body { margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.6; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
@media (max-width: 56rem) { body { padding-bottom: 4.25rem; } }
img, svg { max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: var(--forest); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--forest-deep); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid var(--forest); outline-offset: 2px; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.15; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.01em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 1.15rem + 1.5vw, 2.3rem); }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1em; } p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.25em; margin: 0 0 1em; }
address { font-style: normal; }
.wrap { width: min(100% - 2rem, var(--wrap)); margin-inline: auto; }
@media (min-width: 48rem) { .wrap { width: min(100% - 3rem, var(--wrap)); } }
.measure { max-width: var(--measure); }
.skip-link { position: absolute; left: 1rem; top: -4rem; background: var(--forest-deep); color: var(--white); padding: .6rem 1rem; border-radius: var(--r); z-index: 200; }
.skip-link:focus { top: 1rem; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.visually-hidden-heading { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Top bar ---------- */
.topbar { background: var(--forest-night); color: rgba(255, 255, 255, .85); font-size: .875rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 2.5rem; }
.topbar__note { margin: 0; } .topbar__note strong { color: #fff; font-weight: 600; }
.topbar__contact { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.5rem; }
.topbar__contact a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; }
.topbar__contact a:hover { text-decoration: underline; }
@media (max-width: 56rem) { .topbar { display: none; } }

/* ---------- Header + navigation ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); }
.brand__mark { width: 40px; height: 40px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-weight: 700; font-size: 1.2rem; letter-spacing: -.01em; color: var(--ink); }
.brand__sub { font-size: .74rem; color: var(--grey); letter-spacing: .04em; text-transform: uppercase; margin-top: .15rem; }
.nav-toggle { display: none; align-items: center; gap: .6rem; background: none; border: 1px solid var(--line); border-radius: var(--r); padding: .55rem .85rem; font: inherit; font-weight: 600; color: var(--ink); cursor: pointer; min-height: 44px; }
.nav-toggle__bar { width: 18px; height: 2px; background: currentColor; position: relative; }
.nav-toggle__bar::before, .nav-toggle__bar::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor; }
.nav-toggle__bar::before { top: -6px; } .nav-toggle__bar::after { top: 6px; }

.nav { display: flex; align-items: center; gap: 1.25rem; }
.nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: .1rem; }
.nav__item { position: static; display: flex; align-items: center; }
.nav__item--drop { position: relative; }
.nav__link { display: inline-flex; align-items: center; min-height: var(--header-h); padding: 0 .8rem; text-decoration: none; font-weight: 600; color: var(--ink-soft); font-size: 1rem; border-bottom: 2px solid transparent; }
.nav__link:hover, .nav__item.is-open > .nav__link { color: var(--ink); }
.nav__link[aria-current="page"] { color: var(--forest); border-bottom-color: var(--forest); }
.nav__more { display: inline-grid; place-items: center; width: 1.6rem; height: 1.6rem; margin-left: -.5rem; margin-right: .3rem; border: 0; background: none; color: var(--grey); cursor: pointer; border-radius: var(--r-sm); }
.nav__more svg { transition: transform .15s; }
.nav__item.is-open .nav__more svg { transform: rotate(180deg); }
.nav__cta { margin-left: .5rem; }

/* Mega panels (desktop) */
.mega { display: none; position: absolute; left: 0; top: 100%; z-index: 110; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 16px 40px rgba(31, 35, 32, .08); padding: 1.75rem 0 2rem; }
.mega--wide { left: 0; right: 0; }
.nav__item.is-open > .mega { display: block; }
@media (hover: hover) and (min-width: 64rem) { .nav__item:hover > .mega { display: block; } }
.mega__inner { display: grid; gap: 2rem; }
.mega__title { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); margin: 0 0 .9rem; }
.mega__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.mega__list a { text-decoration: none; color: var(--ink); font-weight: 500; display: block; padding: .3rem 0; }
.mega__list a:hover { color: var(--forest); }
.mega__tours { display: grid; gap: .75rem; grid-template-columns: repeat(3, 1fr); }
.mega__tour { display: grid; grid-template-columns: 72px 1fr; gap: .8rem; align-items: center; text-decoration: none; color: var(--ink); padding: .5rem; border-radius: var(--r); }
.mega__tour:hover { background: var(--paper); }
.mega__tour img { width: 72px; height: 54px; object-fit: cover; border-radius: var(--r-sm); display: block; }
.mega__tour strong { display: block; font-weight: 600; line-height: 1.2; }
.mega__tour span { display: block; font-size: .85rem; color: var(--grey); margin-top: .15rem; }
.mega__aside { background: var(--paper); border-radius: var(--r); padding: 1.25rem 1.3rem; }
.mega__aside p { color: var(--ink-soft); font-size: .95rem; }
.mega--tours .mega__inner { grid-template-columns: 1fr 17rem; }
.mega--dest .mega__inner { grid-template-columns: repeat(3, 1fr) 17rem; }
.mega--menu { min-width: 16rem; padding: .75rem 0; }
.mega--menu .mega__inner { display: block; }
.mega--menu .mega__list a { padding: .55rem 1.25rem; }

/* Desktop vs mobile navigation */
@media (min-width: 64rem) {
  .nav__cta { display: inline-flex; }
}
@media (max-width: 63.99rem) {
  .nav-toggle:not([hidden]) { display: inline-flex; }
  .nav { position: fixed; inset: var(--header-h) 0 0 0; z-index: 90; background: var(--white); overflow-y: auto; -webkit-overflow-scrolling: touch; display: none; padding: .5rem 0 6rem; }
  .nav.is-open { display: block; }
  .nav__list { display: block; width: min(100% - 2rem, var(--wrap)); margin: 0 auto; }
  .nav__item { display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); }
  .nav__link { min-height: 3.4rem; padding: 0; font-size: 1.1rem; border-bottom: 0; }
  .nav__link[aria-current="page"] { border-bottom: 0; }
  .nav__more { width: 44px; height: 44px; margin: 0; }
  .mega { position: static; display: none; grid-column: 1 / -1; border: 0; box-shadow: none; padding: 0 0 1rem; }
  .nav__item.is-open > .mega { display: block; }
  .mega__inner { display: block; }
  .mega__tours { grid-template-columns: 1fr; gap: .25rem; }
  .mega__aside { margin-top: 1rem; }
  .mega__title { margin-top: .75rem; }
  .mega--menu .mega__list a { padding: .55rem 0; }
  .nav__cta { display: block; width: min(100% - 2rem, var(--wrap)); margin: 1.25rem auto 0; text-align: center; }
  body.nav-open { overflow: hidden; }
}
@media (min-width: 64rem) and (max-width: 72rem) { .nav__link { padding: 0 .55rem; font-size: .95rem; } }

/* Mobile action bar */
.mobile-bar { display: none; }
@media (max-width: 56rem) {
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: grid; grid-template-columns: 1fr 1.4fr; gap: .5rem; padding: .5rem .75rem calc(.5rem + env(safe-area-inset-bottom)); background: var(--white); border-top: 1px solid var(--line); }
  body.nav-open .mobile-bar { display: none; }
  .mobile-bar .btn { padding: .8rem .5rem; font-size: .95rem; }
}

/* ---------- Buttons, tags, labels ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 44px; padding: .6rem 1.25rem; border-radius: var(--r); font: inherit; font-weight: 600; text-decoration: none; line-height: 1.2; border: 1px solid var(--forest); background: var(--forest); color: var(--white); cursor: pointer; transition: background .15s, border-color .15s, color .15s; }
.btn:hover { background: var(--forest-deep); border-color: var(--forest-deep); color: var(--white); }
.btn--ghost { background: transparent; color: var(--forest); }
.btn--ghost:hover { background: var(--forest-soft); color: var(--forest-deep); }
.btn--light { background: transparent; border-color: rgba(255, 255, 255, .55); color: var(--white); }
.btn--light:hover { background: rgba(255, 255, 255, .1); border-color: #fff; color: #fff; }
.btn--white { background: var(--white); border-color: var(--white); color: var(--forest-deep); }
.btn--white:hover { background: var(--paper); border-color: var(--paper); color: var(--forest-deep); }
.btn--lg { padding: .8rem 1.6rem; font-size: 1.05rem; }
.btn--block { display: flex; width: 100%; }
.btn--gold { background: var(--forest); border-color: var(--forest); color: #fff; }
.tags { display: flex; flex-wrap: wrap; gap: .35rem; }
.tag { display: inline-block; font-size: .74rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: .2rem .5rem; border-radius: var(--r-sm); background: var(--forest-soft); color: var(--forest-deep); }
.kicker { display: block; font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--forest); margin-bottom: .6rem; }
.on-dark .kicker, .kicker--light { color: rgba(255, 255, 255, .7); }
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4 { color: var(--white); }
.on-dark { color: rgba(255, 255, 255, .85); }
.on-dark a:not(.btn) { color: var(--white); }
.lede { font-size: clamp(1.1rem, 1rem + .35vw, 1.25rem); color: var(--ink-soft); max-width: var(--measure); line-height: 1.55; }
.on-dark .lede { color: rgba(255, 255, 255, .82); }

/* ---------- Sections ---------- */
.section { padding: clamp(3rem, 2.5rem + 2.5vw, 5.5rem) 0; }
.section--tight { padding: clamp(2rem, 1.5rem + 2vw, 3.5rem) 0; }
.section--alt { background: var(--paper); }
.section--white { background: var(--white); }
.section--dark { background: var(--forest-deep); }
.section__head { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem 2rem; flex-wrap: wrap; margin-bottom: 2rem; }
.section__head h2 { margin-bottom: 0; }
.section__head p { color: var(--ink-soft); max-width: 40rem; margin-top: .5rem; }
.on-dark .section__head p { color: rgba(255, 255, 255, .78); }
.section__link { font-weight: 600; white-space: nowrap; }
.on-dark .section__link { color: #fff; }

/* Cards: flat, no outlines. White on paper, paper on white. */
.card, .promise, .tour-card, .venue, .testimonial, .included li, .opps li, .side-card, .contact-card, .nextsteps li, .fact, .team, .resource, .quote-card, .form-card, .dest-row, .stat { background: var(--white); border-radius: var(--r); }
.section--white .promise, .section--white .tour-card, .section--white .venue, .section--white .testimonial, .section--white .included li, .section--white .opps li, .section--white .nextsteps li, .section--white .fact, .section--white .resource, .section--white .contact-card, .section--white .side-card, .section--white .stat, body > main > .section:not(.section--alt):not(.section--dark) .promise, body > main > .section:not(.section--alt):not(.section--dark) .tour-card, body > main > .section:not(.section--alt):not(.section--dark) .venue, body > main > .section:not(.section--alt):not(.section--dark) .testimonial, body > main > .section:not(.section--alt):not(.section--dark) .included li, body > main > .section:not(.section--alt):not(.section--dark) .opps li, body > main > .section:not(.section--alt):not(.section--dark) .nextsteps li, body > main > .section:not(.section--alt):not(.section--dark) .fact, body > main > .section:not(.section--alt):not(.section--dark) .resource, body > main > .section:not(.section--alt):not(.section--dark) .contact-card, body > main > .section:not(.section--alt):not(.section--dark) .side-card, body > main > .section:not(.section--alt):not(.section--dark) .team { background: var(--paper); }

/* ---------- Hero (home): split, no overlay ---------- */
.hero { background: var(--paper); }
.hero__inner { display: grid; gap: 2rem; align-items: center; padding: clamp(2.5rem, 2rem + 2vw, 4.5rem) 0; grid-template-columns: 1fr; }
@media (min-width: 56rem) { .hero__inner { grid-template-columns: 1.05fr 1fr; gap: 3.5rem; } }
.hero__content { max-width: 36rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.hero__trust { list-style: none; padding: 0; margin: 1.75rem 0 0; display: grid; gap: .5rem; font-size: .95rem; color: var(--ink-soft); }
.hero__trust li { display: flex; align-items: flex-start; gap: .6rem; }
.hero__trust svg { color: var(--forest); flex: none; margin-top: .3rem; }
.hero__art { border-radius: var(--r); overflow: hidden; aspect-ratio: 5 / 4; }
.hero__art img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 40rem) { .hero__art { aspect-ratio: 4 / 3; } }

/* Quote band under the hero */
.quote-band { background: var(--forest-deep); color: var(--white); }
.quote-band__inner { display: grid; gap: 1.5rem; padding: 1.75rem 0; align-items: end; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 64rem) { .quote-band__inner { grid-template-columns: 16rem minmax(0, 1fr); gap: 2.5rem; } }
.quote-band h2 { color: #fff; font-size: 1.25rem; margin-bottom: .25rem; }
.quote-band p { color: rgba(255, 255, 255, .78); font-size: .92rem; margin: 0; }
.quote-band form { display: grid; gap: .75rem; grid-template-columns: minmax(0, 1fr); min-width: 0; }
@media (min-width: 40rem) { .quote-band form { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .quote-band form { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) auto; align-items: end; } }
.quote-band .field label { color: rgba(255, 255, 255, .75); }
.quote-band .field input, .quote-band .field select { border: 0; }
.quote-band .btn { min-height: 46px; white-space: nowrap; }
.quote-band__foot { grid-column: 1 / -1; font-size: .85rem; color: rgba(255, 255, 255, .65); margin: 0; }

/* ---------- Forms ---------- */
.field { display: grid; gap: .3rem; }
.field label { font-size: .85rem; font-weight: 600; color: var(--ink-soft); }
.field { min-width: 0; }
.field input, .field select, .field textarea { width: 100%; max-width: 100%; min-width: 0; font: inherit; font-size: 1rem; min-height: 46px; padding: .6rem .8rem; border: 1px solid var(--line); border-radius: var(--r); background: var(--white); color: var(--ink); }
.field select { appearance: none; -webkit-appearance: none; padding-right: 2.5rem; cursor: pointer; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f5d46' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right .8rem center; background-size: 16px 16px; }
.field select.is-placeholder { color: var(--grey); }
.field select option { color: var(--ink); }

/* Custom dropdown (pointer devices). The native select stays in the DOM for submission and validation. */
.dd { position: relative; min-width: 0; }
.dd > select { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; z-index: 0; }
.dd__btn { position: relative; z-index: 1; width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding: .6rem .8rem; font: inherit; font-size: 1rem; text-align: left; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--r); cursor: pointer; }
.dd__btn span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dd__btn.is-placeholder { color: var(--grey); }
.dd__btn svg { flex: none; color: var(--forest); transition: transform .15s; }
.dd.is-open .dd__btn svg { transform: rotate(180deg); }
.dd.is-open .dd__btn, .dd__btn:focus-visible { border-color: var(--forest); outline: none; box-shadow: 0 0 0 3px var(--forest-soft); }
.dd__list { position: absolute; left: 0; width: max-content; min-width: 100%; max-width: min(22rem, calc(100vw - 2rem)); top: calc(100% + 6px); z-index: 120; margin: 0; padding: .4rem; list-style: none; background: var(--white); border-radius: var(--r); box-shadow: 0 12px 32px rgba(31, 35, 32, .14), 0 0 0 1px var(--line); max-height: 18rem; overflow-y: auto; display: none; min-width: 12rem; }
.dd.is-open .dd__list { display: block; }
.dd.is-up .dd__list { top: auto; bottom: calc(100% + 6px); }
.dd__opt { padding: .55rem .75rem; border-radius: var(--r-sm); cursor: pointer; color: var(--ink); white-space: nowrap; }
.dd__opt:hover, .dd__opt.is-active { background: var(--forest-soft); color: var(--forest-deep); }
.dd__opt[aria-selected="true"] { background: var(--forest); color: var(--white); }
.dd__opt.is-placeholder { color: var(--grey); }
.dd__opt.is-placeholder[aria-selected="true"] { background: var(--paper); color: var(--grey); }
.quote-band .dd__btn { border: 0; }
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); outline: none; box-shadow: 0 0 0 3px var(--forest-soft); }
.form-grid { display: grid; gap: 1rem; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 40rem) { .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .form-grid .field--full { grid-column: 1 / -1; } }
.form-note { font-size: .88rem; color: var(--grey); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { border-radius: var(--r); padding: 1rem 1.2rem; margin-bottom: 1.5rem; font-weight: 600; }
.notice--ok { background: var(--forest-soft); color: var(--forest-deep); }
.notice--error { background: #f8e4df; color: var(--error); }
.form-card { padding: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem); }
.form-card h2 { margin-bottom: .3rem; }

/* ---------- Stats ---------- */
.stats { padding: 0; }
.stats__grid { list-style: none; padding: 0; margin: 0; display: grid; gap: 1px; background: var(--line); grid-template-columns: repeat(2, 1fr); border-top: 0; }
@media (min-width: 44rem) { .stats__grid { grid-template-columns: repeat(4, 1fr); } }
.stat { padding: 1.5rem 1.25rem; border-radius: 0; }
.stat__value { display: block; font-weight: 700; font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.3rem); color: var(--forest); line-height: 1.05; letter-spacing: -.01em; }
.stat__label { display: block; font-size: .9rem; color: var(--grey); margin-top: .3rem; }

/* ---------- Promise cards ---------- */
.promises { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 44rem) { .promises { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.promise { padding: 1.6rem 1.5rem; }
.promise__kicker { display: block; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--forest); margin-bottom: .5rem; }
.promise h3 { margin-bottom: .4rem; }
.promise p { color: var(--ink-soft); font-size: 1rem; }

/* ---------- Tour cards ---------- */
.tour-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 40rem) { .tour-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 64rem) { .tour-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.tour-card { overflow: hidden; display: flex; flex-direction: column; }
.tour-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
.tour-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tour-card__body { padding: 1.2rem 1.3rem 1.3rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.tour-card__title { font-size: 1.25rem; margin: .1rem 0 0; }
.tour-card__title a { text-decoration: none; color: var(--ink); }
.tour-card__title a:hover { color: var(--forest); text-decoration: underline; }
.tour-card__meta { font-size: .9rem; color: var(--grey); margin: 0; }
.tour-card__route { font-size: .95rem; color: var(--ink-soft); margin: 0; }
.tour-card__text { color: var(--ink-soft); font-size: .97rem; margin: .2rem 0 0; flex: 1; }
.tour-card__foot { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin: .8rem 0 0; padding-top: .8rem; border-top: 0; }
.tour-card__price { font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.tour-card__price small { font-weight: 500; color: var(--grey); font-size: .85rem; }
.tour-card__link { font-weight: 600; white-space: nowrap; }
.tour-card[hidden] { display: none; }
.filters { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; align-items: center; margin-bottom: 1.75rem; }
.filters__group { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; }
.filters__label { font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--grey); margin-right: .25rem; }
.chip { font: inherit; font-size: .92rem; font-weight: 600; min-height: 40px; padding: .4rem .9rem; border-radius: var(--r); border: 1px solid var(--line); background: var(--white); color: var(--ink-soft); cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--forest); border-color: var(--forest); color: var(--white); }
.filters__count { font-size: .9rem; color: var(--grey); margin-left: auto; }
.price-basis { font-size: .86rem; color: var(--grey); margin-top: 1.25rem; }

/* ---------- Country tiles ---------- */
.countries { display: grid; gap: 1.25rem 1rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 44rem) { .countries { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 64rem) { .countries { grid-template-columns: repeat(4, 1fr); gap: 1.5rem 1.25rem; } }
.country { display: block; text-decoration: none; color: var(--ink); }
.country img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r); display: block; }
.country__body { display: block; padding: .7rem .1rem 0; }
.country__name { display: block; font-weight: 700; font-size: 1.1rem; }
.country:hover .country__name { color: var(--forest); text-decoration: underline; }
.country__meta { display: block; font-size: .88rem; color: var(--grey); margin-top: .1rem; }
.dest-row { display: grid; gap: 0; grid-template-columns: 1fr; overflow: hidden; margin-bottom: 1.25rem; }
@media (min-width: 56rem) { .dest-row { grid-template-columns: 2fr 3fr; } }
.dest-row__art { min-height: 14rem; }
.dest-row__art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dest-row__body { padding: 1.5rem 1.6rem; }
.dest-row h3 { font-size: 1.4rem; margin-bottom: .2rem; }
.dest-row__cities { color: var(--grey); font-size: .95rem; margin-bottom: .8rem; }
.dest-row p { color: var(--ink-soft); }
.dest-row__tours { list-style: none; padding: 0; margin: .9rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.dest-row__tours a { display: inline-block; font-size: .9rem; font-weight: 600; text-decoration: none; padding: .45rem .85rem; border-radius: var(--r); background: var(--forest-soft); color: var(--forest-deep); }
.dest-row__tours a:hover { background: var(--forest); color: var(--white); }

/* ---------- Venues, resources, testimonials ---------- */
.venues-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 40rem) { .venues-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 64rem) { .venues-grid { grid-template-columns: repeat(4, 1fr); } }
.venue { overflow: hidden; }
.venue img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.venue__body { padding: 1rem 1.2rem 1.2rem; }
.venue h3 { font-size: 1.08rem; margin: .4rem 0 .1rem; }
.venue__city { font-size: .86rem; color: var(--grey); }
.venue p { color: var(--ink-soft); font-size: .95rem; margin-top: .45rem; }
.resources { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 40rem) { .resources { grid-template-columns: repeat(3, 1fr); } }
.resource { overflow: hidden; display: flex; flex-direction: column; }
.resource img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.resource__body { padding: 1.1rem 1.25rem 1.25rem; display: grid; gap: .35rem; }
.resource h3 { font-size: 1.1rem; margin: 0; }
.resource p { color: var(--ink-soft); font-size: .95rem; }
.resource a { font-weight: 600; }
.testimonials { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 44rem) { .testimonials { grid-template-columns: repeat(3, 1fr); } }
.testimonial { padding: 1.6rem 1.5rem; }
.testimonial p { font-size: 1.05rem; line-height: 1.5; color: var(--ink); margin: 0 0 .9rem; }
.testimonial cite { font-style: normal; font-size: .88rem; color: var(--grey); }

/* ---------- Steps ---------- */
.steps5 { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.5rem; counter-reset: s; }
@media (min-width: 44rem) { .steps5 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 64rem) { .steps5 { grid-template-columns: repeat(5, 1fr); } }
.steps5 li { position: relative; }
.steps5 li::before { counter-increment: s; content: counter(s); display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; font-weight: 700; margin-bottom: .9rem; position: relative; z-index: 1; }
@media (min-width: 64rem) { .steps5 li:not(:last-child)::after { content: ""; position: absolute; top: 1.2rem; left: 3rem; right: -1rem; height: 2px; background: rgba(255, 255, 255, .22); } }
@media (min-width: 44rem) and (max-width: 63.99rem) { .steps5 li:nth-child(odd):not(:last-child)::after { content: ""; position: absolute; top: 1.2rem; left: 3rem; right: -1rem; height: 2px; background: rgba(255, 255, 255, .22); } }
.steps5 h3 { color: #fff; font-size: 1.1rem; margin-bottom: .25rem; }
.steps5 p { color: rgba(255, 255, 255, .78); font-size: .95rem; }
.steps5 .when { display: block; font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .6); margin-bottom: .25rem; }
.timeline-v { list-style: none; padding: 0; margin: 0; counter-reset: t; display: grid; gap: 1.5rem; }
.timeline-v li { position: relative; display: grid; grid-template-columns: 2.4rem minmax(0, 1fr); column-gap: 1rem; row-gap: 0; padding-bottom: .5rem; }
.timeline-v li > * { grid-column: 2; }
.timeline-v li::before { counter-increment: t; content: counter(t); grid-column: 1; grid-row: 1 / span 3; align-self: start; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--forest-soft); color: var(--forest-deep); font-weight: 700; position: relative; z-index: 1; }
.timeline-v li:not(:last-child)::after { content: ""; position: absolute; left: calc(1.2rem - 1px); top: 2.6rem; bottom: -1.3rem; width: 2px; background: var(--line); }
.timeline-v .when { display: block; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--forest); margin-bottom: .2rem; }
.timeline-v h3 { font-size: 1.12rem; margin-bottom: .25rem; }
.timeline-v p, .timeline-v ul { color: var(--ink-soft); font-size: .98rem; }
.numbered { list-style: none; padding: 0; margin: 0 0 1.5rem; counter-reset: n; display: grid; gap: .8rem; }
.numbered li { display: grid; grid-template-columns: 2.2rem 1fr; gap: .9rem; align-items: start; color: var(--ink-soft); }
.numbered li::before { counter-increment: n; content: counter(n); width: 2.2rem; height: 2.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--forest-soft); color: var(--forest-deep); font-weight: 700; }
.nextsteps { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; counter-reset: ns; }
@media (min-width: 44rem) { .nextsteps { grid-template-columns: repeat(3, 1fr); } }
.nextsteps li { padding: 1.5rem 1.4rem; }
.nextsteps li::before { counter-increment: ns; content: counter(ns); display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--forest-soft); color: var(--forest-deep); font-weight: 700; margin-bottom: .9rem; }
.nextsteps h3 { font-size: 1.08rem; margin-bottom: .3rem; }
.nextsteps p { color: var(--ink-soft); font-size: .97rem; }

/* ---------- Included, checklists ---------- */
.included { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 40rem) { .included { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 64rem) { .included { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.included li { display: grid; grid-template-columns: 1.6rem 1fr; gap: .8rem; align-items: start; padding: 1.3rem 1.3rem 1.2rem; }
.included svg { width: 1.6rem; height: 1.6rem; padding: .3rem; border-radius: 50%; background: var(--forest-soft); color: var(--forest); margin-top: .1rem; }
.included h3 { font-size: 1.05rem; margin-bottom: .25rem; }
.included p { color: var(--ink-soft); font-size: .96rem; }
.section--dark .included li { background: rgba(255, 255, 255, .06); }
.section--dark .included h3 { color: #fff; }
.section--dark .included p { color: rgba(255, 255, 255, .78); }
.section--dark .included svg { background: rgba(255, 255, 255, .14); color: #fff; }
.checklist { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: .7rem; }
.checklist li { display: grid; grid-template-columns: 1.4rem 1fr; gap: .7rem; align-items: start; color: var(--ink-soft); }
.checklist li::before { content: ""; width: 1.4rem; height: 1.4rem; border-radius: 50%; margin-top: .15rem; background: var(--forest-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f5d46' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12l5 5L20 7'/></svg>") center / 60% no-repeat; }
.on-dark .checklist li { color: rgba(255, 255, 255, .85); }
.on-dark .checklist li::before { background-color: rgba(255, 255, 255, .14); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12l5 5L20 7'/></svg>"); }
.xlist li::before { background-color: #f3e3df; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b3432b' stroke-width='3' stroke-linecap='round'><path d='M6 6l12 12M18 6L6 18'/></svg>"); }
.venues { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: .5rem; grid-template-columns: 1fr; }
@media (min-width: 40rem) { .venues { grid-template-columns: repeat(2, 1fr); } }
.venues li { color: var(--ink-soft); font-weight: 500; padding-left: 1rem; position: relative; }
.venues li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--forest); }

/* ---------- Split + editorial ---------- */
.split { display: grid; gap: 2rem; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 56rem) { .split { grid-template-columns: 1fr 1fr; gap: 3.5rem; } .split--flip > :first-child { order: 2; } }
.split__art { border-radius: var(--r); overflow: hidden; line-height: 0; aspect-ratio: 4 / 3; }
.split__art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.editorial { display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 56rem) { .editorial { grid-template-columns: 1.25fr .75fr; gap: 3.5rem; align-items: start; } }
.pullquote { margin: 0; padding: 1.5rem 1.6rem; background: var(--paper); border-radius: var(--r); font-size: clamp(1.15rem, 1rem + .6vw, 1.45rem); line-height: 1.4; font-weight: 500; color: var(--ink); }
.section--alt .pullquote { background: var(--white); }
.pullquote cite { display: block; font-style: normal; font-size: .88rem; color: var(--grey); margin-top: .8rem; font-weight: 400; }
@media (min-width: 56rem) { .pullquote { position: sticky; top: calc(var(--header-h) + 1.5rem); } }
.facts { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 44rem) { .facts { grid-template-columns: repeat(4, 1fr); } }
.fact { padding: 1.2rem 1.3rem; }
.fact__value { display: block; font-size: 1.8rem; font-weight: 700; color: var(--forest); line-height: 1.1; letter-spacing: -.01em; }
.fact__label { font-size: .9rem; color: var(--grey); }
.team { display: grid; gap: 1.5rem; grid-template-columns: 1fr; align-items: center; padding: 1.75rem; }
@media (min-width: 40rem) { .team { grid-template-columns: 150px 1fr; gap: 2rem; } }
.team__avatar { width: 150px; height: 150px; border-radius: 50%; overflow: hidden; background: var(--forest-soft); line-height: 0; }
.team__role { color: var(--forest); font-weight: 600; margin-bottom: .5rem; }
.team p { color: var(--ink-soft); }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r); background: var(--white); }
.section--alt .table-wrap { background: var(--white); }
.recent { width: 100%; border-collapse: collapse; min-width: 40rem; }
.recent th, .recent td { text-align: left; padding: .9rem 1.2rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.recent th { font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--grey); }
.recent tbody tr:last-child td { border-bottom: 0; }
.recent td:first-child { font-weight: 600; white-space: nowrap; }

/* ---------- Page header + photo strip ---------- */
.pagehead { background: var(--paper); }
.pagehead__inner { padding: clamp(2rem, 1.5rem + 2vw, 3.5rem) 0 clamp(1.5rem, 1rem + 1.5vw, 2.5rem); }
.pagehead h1 { max-width: 26ch; }
.pagehead .lede { margin-top: .25rem; }
.pagehead__tags { margin-bottom: .9rem; }
.breadcrumb { list-style: none; padding: 0; margin: 0 0 1rem; display: flex; flex-wrap: wrap; gap: .4rem; font-size: .88rem; color: var(--grey); }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb li + li::before { content: "/"; margin-right: .4rem; color: var(--line); }
.pagehead__art { background: var(--paper); padding-bottom: clamp(1.5rem, 1rem + 1.5vw, 2.5rem); }
.pagehead__art img { width: 100%; aspect-ratio: 21 / 8; object-fit: cover; border-radius: var(--r); display: block; max-height: 30rem; }
@media (max-width: 40rem) { .pagehead__art img { aspect-ratio: 16 / 9; } }

/* ---------- Tour page ---------- */
.tour-layout { display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 64rem) { .tour-layout { grid-template-columns: minmax(0, 1fr) 20rem; gap: 3.5rem; align-items: start; } }
.tour-side { display: grid; gap: 1rem; }
@media (min-width: 64rem) { .tour-side { position: sticky; top: calc(var(--header-h) + 1.25rem); } }
.side-card { padding: 1.3rem 1.4rem 1.4rem; }
.side-card h3 { font-size: 1.15rem; margin-bottom: .25rem; }
.side-card__price { font-size: 1.9rem; font-weight: 700; color: var(--ink); line-height: 1.1; letter-spacing: -.01em; }
.side-card__price small { font-size: .8rem; color: var(--grey); font-weight: 500; text-transform: none; letter-spacing: 0; }
.side-card__basis { font-size: .84rem; color: var(--grey); margin: .35rem 0 1rem; }
.side-card__phone { display: block; text-align: center; font-weight: 600; margin-top: .75rem; }
.facts-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.facts-list li { display: flex; justify-content: space-between; gap: 1rem; font-size: .95rem; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.facts-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.facts-list span:first-child { color: var(--grey); }
.facts-list span:last-child { text-align: right; font-weight: 600; }
.tour-section { padding: 2.25rem 0; }
.tour-section:first-child { padding-top: 0; }
.tour-section + .tour-section { border-top: 1px solid var(--line); }
.tour-section h2 { font-size: clamp(1.4rem, 1.15rem + .9vw, 1.9rem); }
.tour-intro p { font-size: 1.06rem; color: var(--ink-soft); }
.route { list-style: none; padding: 0; margin: .5rem 0 1.25rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.route li { font-weight: 600; color: var(--ink); background: var(--paper); padding: .3rem .7rem; border-radius: var(--r-sm); font-size: .95rem; }
.gallery { display: grid; gap: .75rem; grid-template-columns: repeat(3, 1fr); margin: 1.5rem 0 0; }
@media (max-width: 40rem) { .gallery { grid-template-columns: 1fr 1fr; } .gallery img:nth-child(3) { display: none; } }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r); display: block; }
.opps { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 40rem) { .opps { grid-template-columns: repeat(2, 1fr); } }
.opps li { padding: 1.2rem 1.3rem; }
.opps h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.opps p { color: var(--ink-soft); font-size: .95rem; }
.dayplan { list-style: none; padding: 0; margin: 0; counter-reset: day; position: relative; }
.dayplan::before { content: ""; position: absolute; left: 1.35rem; top: 1.4rem; bottom: 1.4rem; width: 2px; background: var(--line); }
.dayplan li { position: relative; display: grid; grid-template-columns: 2.7rem 1fr; gap: 1rem; align-items: start; padding: .55rem 0; }
.dayplan__num { position: relative; z-index: 1; width: 2.7rem; height: 2.7rem; border-radius: 50%; background: var(--white); color: var(--forest); display: grid; place-items: center; font-weight: 700; font-size: .95rem; box-shadow: 0 0 0 2px var(--line) inset; }
.dayplan li.is-perf .dayplan__num { background: var(--forest); color: var(--white); box-shadow: none; }
.dayplan__body { background: var(--paper); border-radius: var(--r); padding: .8rem 1rem; min-height: 2.7rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .4rem 1rem; }
.section--alt .dayplan__body { background: var(--white); }
.dayplan__label { font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--grey); display: block; margin-bottom: .1rem; }
.dayplan__text { color: var(--ink); }
.dayplan__text strong { color: var(--ink); font-weight: 600; }
.dayplan__tag { flex: none; font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: .2rem .5rem; border-radius: var(--r-sm); background: var(--forest-soft); color: var(--forest-deep); }
.dayplan__tag--travel { background: var(--ochre-soft); color: #7a5416; }
@media (max-width: 40rem) { .dayplan::before { left: 1.1rem; } .dayplan li { grid-template-columns: 2.2rem 1fr; gap: .7rem; } .dayplan__num { width: 2.2rem; height: 2.2rem; font-size: .85rem; } }
.two-col { display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 44rem) { .two-col { grid-template-columns: 1fr 1fr; } }
.note { background: var(--paper); padding: 1.1rem 1.3rem; border-radius: var(--r); color: var(--ink-soft); font-size: .95rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 52rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.1rem 0; font-size: 1.1rem; font-weight: 600; color: var(--ink); min-height: 44px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 1.8rem; height: 1.8rem; display: grid; place-items: center; border-radius: 50%; background: var(--forest-soft); color: var(--forest-deep); font-weight: 600; }
.faq details[open] summary::after { content: "\2212"; }
.faq details > div { padding: 0 3rem 1.3rem 0; color: var(--ink-soft); }

/* ---------- Contact ---------- */
.contact-layout { display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 64rem) { .contact-layout { grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 3.5rem; align-items: start; } }
.contact-cards { display: grid; gap: 1rem; }
.contact-card { padding: 1.3rem 1.4rem; display: grid; grid-template-columns: 40px 1fr; gap: 1rem; align-items: start; }
.contact-card__icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-soft); color: var(--forest); }
.contact-card__label { display: block; font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--grey); }
.contact-card__value { display: block; font-size: 1.02rem; font-weight: 600; margin-top: .15rem; word-break: break-word; }
.contact-card small { color: var(--grey); display: block; margin-top: .3rem; }

/* ---------- CTA band, contact bar, footer ---------- */
.cta-band { background: var(--forest-deep); color: #fff; }
.cta-band__inner { display: grid; gap: 1.5rem; padding: clamp(2.5rem, 2rem + 2vw, 4rem) 0; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 56rem) { .cta-band__inner { grid-template-columns: 1fr auto; gap: 3rem; } }
.cta-band h2 { color: #fff; margin-bottom: .4rem; }
.cta-band p { color: rgba(255, 255, 255, .8); max-width: 40rem; margin: 0; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.contactbar { background: var(--paper); border-top: 1px solid var(--line); }
.contactbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding: 1.75rem 0; }
.contactbar__title { font-weight: 700; font-size: 1.15rem; margin-bottom: .15rem; color: var(--ink); }
.contactbar__text { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.contactbar__actions { display: flex; gap: .75rem; flex-wrap: wrap; }

.site-footer { background: var(--forest-night); color: rgba(255, 255, 255, .8); }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer__top { display: grid; gap: 2rem; padding: 3.5rem 0 2.5rem; grid-template-columns: 1fr; border-bottom: 1px solid rgba(255, 255, 255, .12); }
@media (min-width: 44rem) { .site-footer__top { grid-template-columns: 1fr 1fr; } }
@media (min-width: 64rem) { .site-footer__top { grid-template-columns: 1.6fr 1fr 1fr 1fr 1.1fr; gap: 2.5rem; } }
.site-footer__brand .brand { color: #fff; margin-bottom: 1rem; }
.site-footer__brand .brand__name, .site-footer__brand .brand__sub { color: #fff; }
.site-footer__brand .brand__sub { color: rgba(255, 255, 255, .6); }
.site-footer__line { color: rgba(255, 255, 255, .7); font-size: .95rem; max-width: 26rem; }
.site-footer__heading { font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .55); margin: 0 0 .9rem; }
.site-footer__nav ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.site-footer__nav a { font-size: .96rem; }
.site-footer__contact { display: grid; gap: .5rem; font-size: .96rem; }
.site-footer__contact strong { display: block; color: #fff; font-weight: 600; }
.site-footer__contact span { color: rgba(255, 255, 255, .7); font-size: .9rem; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 2rem; padding: 1.25rem 0 1.5rem; font-size: .86rem; color: rgba(255, 255, 255, .6); }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 1.25rem; }
.site-footer__note { font-size: .84rem; color: rgba(255, 255, 255, .55); max-width: 50rem; margin-top: .5rem; }

/* ---------- Misc ---------- */
.error-page { padding: 5rem 0; text-align: center; }
.audience { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; grid-template-columns: 1fr 1fr; }
@media (min-width: 44rem) { .audience { grid-template-columns: repeat(3, 1fr); } }
.audience li { background: var(--paper); border-radius: var(--r); padding: 1rem 1.1rem; font-weight: 600; display: flex; align-items: center; gap: .7rem; }
.audience svg { flex: none; color: var(--forest); }

/* ---------- Tour header gallery + lightbox ---------- */
.pagehead__gallery { background: var(--paper); padding-bottom: clamp(1.5rem, 1rem + 1.5vw, 2.5rem); }
.gal { display: grid; gap: .6rem; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 11.5rem; }
.gal__item { position: relative; display: block; border-radius: var(--r); overflow: hidden; background: var(--paper-deep); }
.gal__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.gal__item:hover img { transform: scale(1.03); }
.gal__item:focus-visible { outline: 2px solid var(--forest); outline-offset: 2px; }
.gal__item--main { grid-column: span 2; grid-row: span 2; }
.gal__count { position: absolute; right: .6rem; bottom: .6rem; background: rgba(255, 255, 255, .92); color: var(--ink); font-size: .8rem; font-weight: 600; padding: .3rem .6rem; border-radius: var(--r-sm); }
@media (max-width: 63.99rem) { .gal { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 9rem; } .gal__item:nth-child(n+5) { display: none; } }
@media (max-width: 40rem) { .gal { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 6.5rem; gap: .4rem; } .gal__item--main { grid-column: span 2; grid-row: span 2; } .gal__item:nth-child(n+4) { display: none; } }

.lb { position: fixed; inset: 0; z-index: 300; background: rgba(22, 48, 42, .96); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3.5rem 1rem 1.5rem; }
.lb[hidden] { display: none; }
.lb__fig { margin: 0; max-width: min(96vw, 1400px); max-height: calc(100vh - 6rem); display: flex; flex-direction: column; align-items: center; gap: .75rem; }
.lb__img { max-width: 100%; max-height: calc(100vh - 8.5rem); object-fit: contain; border-radius: var(--r); display: block; }
.lb__cap { color: rgba(255, 255, 255, .85); font-size: .95rem; text-align: center; margin: 0; }
.lb__btn { position: absolute; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .12); color: #fff; cursor: pointer; }
.lb__btn:hover { background: rgba(255, 255, 255, .22); }
.lb__btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.lb__close { top: 1rem; right: 1rem; }
.lb__prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb__next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lb__counter { position: absolute; top: 1.35rem; left: 1.25rem; color: rgba(255, 255, 255, .75); font-size: .9rem; }
@media (max-width: 40rem) { .lb { padding: 3.5rem .5rem 1rem; } .lb__prev { left: .35rem; } .lb__next { right: .35rem; } }
body.lb-open { overflow: hidden; }
