/* ============================================================
   Bear Park — added landing sections (Phase 2)
   Composed entirely from the existing design tokens and idiom
   (--v2-*, --bp-*, --tw-*, --ease-*, eyebrow labels, hairline rules,
   the same clamp spacing scale as site-v2.css). No new visual
   language — these only fill gaps the kit did not already style:
   the hero trust strip, the "Why Bear Park" pillars, the StoryPark
   note, and the single-view booking form's confirmation state.
   ============================================================ */

/* Match the editorial Canela display headlines used across the landing
   (the base .headline class defaults to Neue Haas; statement/gallery/About Us
   opt into Canela, so these new display headlines must too). */
.why-h,
.storypark-h,
.booking .headline {
  font-family: var(--tw-font-head, "Canela LCG", Georgia, serif);
}

/* Section eyebrows — match the Claude Design canvas exactly: Neue Haas Grotesk
   Display Pro Medium, 14px, UPPERCASE, 0.18em tracking (the productionisation
   defaulted these to Inter mono at 11.5px / 0.14em, which is what looked off). */
.eyebrow {
  font-family: var(--v2-sans);
  font-size:var(--t-ui-13);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase !important; /* canvas Case=uppercase; overrides the tweak's labelCase "As typed" */
}

/* Quiet sub-line under the "Find your Bear Park" gallery heading (dark band). */
.ourgal-sub {
  margin: 16px 0 0;
  font-family: var(--v2-sans); font-weight: 400;
  font-size: var(--t-body-sm); line-height: 1.5;
  letter-spacing: 0; text-transform: none;
  color: color-mix(in srgb, var(--v2-cream) 70%, transparent);
  max-width: 40ch;
}

/* ---------- Hero — two stages over one continuing film. Stage 1 (.hero2) is the
   first viewport: the H1 sits LOW and CENTRED, just clear of the bottom pill nav.
   Stage 2 (.hero2-b) is the lower band you scroll into: a supporting line plus an
   at-a-glance stat row (heritage / scale / ratio). The stat row replaces the old
   green trust slab, so those facts live in one calm place over the film. ---------- */
.hero2 { align-items: flex-end; justify-content: center; }
.hero2 .h { margin: 0 auto; padding-bottom: clamp(92px, 13vh, 150px); }

.hero2-b { position: relative; z-index: 2; }
/* Cinematic darkening behind stage 2 only, so cream text + figures stay legible
   over a bright daytime film without dimming the first viewport. */
.hero2-b::before {
  content: ""; position: absolute; inset: -110px 0 0; z-index: -1; pointer-events: none;
  background: linear-gradient(to bottom,
    rgba(13, 17, 12, 0) 0%, rgba(13, 17, 12, .58) 24%,
    rgba(13, 17, 12, .82) 58%, rgba(13, 17, 12, .92) 100%);
}
.hero-lower {
  pointer-events: auto;
  width: 100%; box-sizing: border-box;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: clamp(26px, 3.6vw, 48px);
  padding: clamp(6px, 2vw, 22px) clamp(20px, 4vw, 56px) clamp(64px, 9vh, 104px);
  color: var(--v2-cream);
}
.hero-intro {
  display: flex; flex-direction: column; align-items: center;
  gap: clamp(12px, 1.2vw, 18px); max-width: 60ch;
}
.hero-eyebrow {
  margin: 0; font-family: var(--v2-sans); font-weight: 500;
  font-size:var(--t-ui-13); letter-spacing: .18em; text-transform: uppercase;
  color: color-mix(in srgb, var(--v2-cream) 82%, transparent);
  text-shadow: 0 1px 16px rgba(20, 26, 20, .5);
}
.hero-sub {
  margin: 0; max-width: 46ch;
  font-family: var(--v2-sans); font-weight: 400;
  font-size: var(--t-body-forest); line-height: 1.5;
  color: var(--v2-cream);
  text-shadow: 0 1px 18px rgba(20, 26, 20, .55);
}

/* At-a-glance stat row — the hairline-grid device from the proof bento, tuned for
   the dark film. Heritage / scale / ratio, framed as relief not argument. */
.hero-stats {
  margin: 0 auto; width: 100%; max-width: 720px;
  display: grid; grid-template-columns: repeat(3, 1fr); justify-items: stretch;
  border-top: 1px solid rgba(242, 238, 227, .26);
}
.hero-stats .hs-cell {
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  padding: clamp(18px, 2vw, 26px) clamp(8px, 1.5vw, 18px);
  border-left: 1px solid rgba(242, 238, 227, .16);
}
.hero-stats .hs-cell:first-child { border-left: none; }
.hs-fig {
  margin: 0; text-align: center;
  font-family: var(--font-display, "Canela LCG"); font-weight: 300;
  font-size: clamp(2.2rem, 3.6vw, 3.1rem); line-height: 1;
  letter-spacing: -0.01em; color: var(--v2-cream);
}
.hs-k {
  margin: 0; text-align: center; /* dd default has a 40px inline-start margin — reset it */
  font-family: var(--v2-sans); font-size:var(--t-label); font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; line-height: 1.5;
  color: color-mix(in srgb, var(--v2-cream) 72%, transparent);
}
@media (max-width: 768px) {
  .hero2 .h { padding-bottom: clamp(108px, 16vh, 164px); padding-inline: 14px; }
  .hero-lower { gap: 30px; padding-bottom: clamp(88px, 12vh, 118px); }
  .hero-sub { font-size: 1.05rem; max-width: 40ch; }
  .hero-stats { max-width: 460px; }
  .hs-fig { font-size: clamp(1.9rem, 8vw, 2.4rem); }
  .hs-k { font-size: 10.5px; letter-spacing: .1em; }
}

/* ---------- Why Bear Park — stacked rise-and-inflate panels (scroll-driven) ----------
   why-scroll.js pins each panel while the next rises straight up and inflates
   from a smaller rounded window to full-bleed (scale 0.82 -> 1, radius 48 -> 0,
   scrub), stacking over the one behind it. The first panel is a typographic
   title card; the four reasons are full-bleed photographic statements over a
   forest scrim. pinSpacing:false keeps the sequence from pushing the gallery pin
   that follows it. Mobile / reduced-motion (handled in JS by skipping the
   triggers): panels collapse to a clean stacked flow. */
.why-flow { position: relative; background: var(--v2-cream); }
/* No section background: where the tilted inner of the incoming panel pulls
   away mid-swing, the panel pinned behind it shows through (the layered reveal).
   .why-flow carries the cream base for the very first panel. */
.flow-section { position: relative; width: 100%; min-height: 100svh; overflow: hidden; }
.flow-inner {
  position: relative; width: 100%; min-height: 100svh; box-sizing: border-box;
  display: flex; flex-direction: column; overflow: hidden;
  transform-origin: center center; will-change: transform; backface-visibility: hidden;
}
.fp-h {
  margin: 0; font-family: var(--tw-font-head, "Canela LCG", Georgia, serif);
  font-weight: var(--tw-head-weight, 350); letter-spacing: -.012em;
}

/* Title card -------------------------------------------------------------- */
/* Eyebrow row pinned to the top; headline + lead sit as ONE centred group so the
   lead is in the middle of the panel, not the bottom edge that the next panel
   covers first as the stack rises. */
.fp-intro .flow-inner {
  background: var(--v2-cream); color: var(--v2-ink);
  justify-content: center; gap: clamp(16px, 2.2vh, 30px);
  padding: clamp(30px, 8vh, 88px) clamp(20px, 4.5vw, 78px) clamp(30px, 7vh, 72px);
}
.fp-rule {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
}
.fp-intro .fp-rule {
  position: absolute; top: clamp(30px, 8vh, 88px);
  left: clamp(20px, 4.5vw, 78px); right: clamp(20px, 4.5vw, 78px);
}
.fp-rule .eyebrow { color: var(--v2-ink); }
.fp-rule-end {
  font-family: var(--v2-sans); font-size: 11px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: rgba(35, 42, 35, .42);
  white-space: nowrap;
}
.fp-intro .fp-h {
  margin: 0; max-width: 17ch;
  font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1; color: var(--v2-ink);
}
.fp-lead {
  margin: 0; max-width: 44ch;
  font-family: var(--v2-sans); font-weight: 400;
  font-size: clamp(1.05rem, 1.5vw, 1.5rem); line-height: 1.46; color: rgba(35, 42, 35, .84);
}
/* Heritage mark — the original 1986 Bear Park lockup, vectorised from the old
   artwork and embossed tone-on-tone, tucked into the empty lower-right of the title
   card as a quiet nod to the old branding. The lockup is landscape (~3:1). */
.fp-heritage {
  position: absolute; right: clamp(24px, 6vw, 96px); top: 50%; transform: translateY(-50%);
  width: clamp(230px, 30vw, 380px); pointer-events: none; opacity: .95;
}
.fp-bear { display: block; width: 100%; height: auto; }
@media (max-width: 920px) { .fp-heritage { display: none; } }

/* Scrub-driven cover that tonally recedes a panel as the next rises over it. */
.fp-cover {
  position: absolute; inset: 0; z-index: 6; pointer-events: none;
  background: #0d110c; opacity: 0;
}

/* Photographic reason panels ---------------------------------------------- */
.fp-photo .flow-inner { background: var(--v2-dark); justify-content: center; box-shadow: 0 60px 140px -60px rgba(10, 14, 9, .6); }
.fp-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fp-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(13, 17, 12, .72) 0%, rgba(13, 17, 12, .56) 38%, rgba(13, 17, 12, .5) 62%, rgba(13, 17, 12, .34) 100%);
}
.fp-copy {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; gap: clamp(15px, 1.7vw, 24px);
  padding: clamp(30px, 8vh, 92px) clamp(20px, 4.5vw, 78px) clamp(34px, 8vh, 86px);
  color: var(--v2-cream);
}
.fp-num {
  display: inline-flex; align-items: baseline; gap: .5em;
  font-family: var(--v2-sans); font-weight: 500; font-size:var(--t-ui-13);
  letter-spacing: .18em; text-transform: uppercase;
  text-shadow: 0 1px 20px rgba(10, 14, 9, .6);
}
.fp-num b { font-size:var(--t-ui-15); font-weight: 600; color: var(--bp-burnt-orange, #c46a3f); }
.fp-num i { font-style: normal; color: color-mix(in srgb, var(--v2-cream) 78%, transparent); }
.fp-photo .fp-h {
  max-width: 15ch; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.02; color: var(--v2-cream);
  text-shadow: 0 2px 34px rgba(10, 14, 9, .42);
}
.fp-body {
  margin: 0; max-width: 46ch;
  font-family: var(--v2-sans); font-weight: 400;
  font-size: var(--t-body-forest); line-height: 1.46;
  color: color-mix(in srgb, var(--v2-cream) 88%, transparent);
  text-shadow: 0 1px 22px rgba(10, 14, 9, .55);
}

/* Mobile: the same stacking cards, held natively (Josh, 9 Jul round 2) —
   position:sticky inside the tall .why-flow, so each panel is compositor-held
   at the top while the next scrolls up over it. No pin lag on iOS momentum.
   The copy rises via a small IO in why-scroll.js. */
@media (max-width: 768px) {
  .why-flow .flow-section { position: sticky; top: 0; height: 100svh; min-height: 0; overflow: hidden; }
  .why-flow .flow-inner { min-height: 100svh; }
  .fp-intro .fp-h { font-size: clamp(2.6rem, 11vw, 4rem); }
  .fp-photo .fp-h { font-size: clamp(2.3rem, 9.2vw, 3.4rem); }
  .fp-copy { opacity: 0; transform: translateY(22px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.22, 1, .36, 1); }
  .fp-copy.in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .flow-section { min-height: 0; }
  .flow-inner { min-height: 0; transform: none !important; }
  .fp-intro .flow-inner { min-height: 74vh; }
  .fp-photo .flow-inner { min-height: 82vh; }
}
@media (max-width: 600px) {
  .fp-rule-end { display: none; } /* secondary label crowds the eyebrow on phones */
}

/* ---------- Immersive figures (subtle Ken-Burns parallax via [data-img-parallax]) ---------- */
.why-figure,
.storypark-figure,
.booking-figure { position: relative; overflow: clip; }
/* img is oversized (120%) inside the clipped figure so the data-speed
   vertical parallax (~35px at speed 0.92, mult 2) never exposes an edge. */
.why-figure img,
.storypark-figure img,
.booking-figure img {
  position: absolute; left: 0; top: -10%;
  width: 100%; height: 120%;
  object-fit: cover; display: block;
}

.why-figure { margin: clamp(44px, 6vw, 84px) 0 0; aspect-ratio: 16 / 7; }
@media (max-width: 860px) { .why-figure { aspect-ratio: 16 / 10; } }

/* ---------- StoryPark — staying connected (editorial system: rule + layered media + feature rail) ---------- */
.storypark {
  background: var(--v2-cream); min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center; box-sizing: border-box;
  padding-block: clamp(34px, 4.4vh, 62px); padding-inline: clamp(15px, 2.625vw, 48px);
}
/* full width to the gutter (Josh, 10 Jul) — the section breathes to the page edges */
.sp-inner { width: 100%; margin: 0 auto; display: flex; flex-direction: column; gap: clamp(22px, 2.6vw, 40px); }
.storypark .eyebrow { color: var(--v2-ink); opacity: .85; }

.sp-top { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(36px, 5vw, 84px); align-items: center; }
.storypark-body { display: flex; flex-direction: column; align-items: flex-start; gap: clamp(16px, 1.8vw, 24px); }
.storypark-h { font-size: clamp(1.9rem, 3.4vw, 3rem); margin: 0; max-width: 13ch; line-height: 1.06; }
.storypark-p { margin: 0; font-size: var(--t-body); line-height: 1.6; color: rgba(35, 42, 35, .84); max-width: 44ch; } /* .84 = the site-wide light-bg copy ink (round 20: .74 read faint) */

/* layered media: a photo with the daily-diary card overlapping bottom-left (parallax via data-speed) */
.storypark-media { position: relative; width: 100%; display: flex; justify-content: center; }

/* ---------- the StoryPark phone: notifications drop in as you scroll ---------- */
.sp-phone {
  width: clamp(270px, 24vw, 400px); aspect-ratio: 9 / 19;
  background: #141814; border-radius: clamp(40px, 3.4vw, 54px);
  padding: 10px; box-sizing: border-box;
  box-shadow: 0 60px 110px -50px rgba(20, 26, 20, .55), inset 0 0 0 2px rgba(242, 238, 227, .08);
}
.sp-phone__screen {
  position: relative; width: 100%; height: 100%; overflow: hidden;
  border-radius: clamp(32px, 2.8vw, 44px); background: #20271f;
}
.sp-phone__wall { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sp-phone__screen::before { /* legibility scrim, the one permitted gradient */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(20, 25, 19, .5), rgba(20, 25, 19, .05) 55%);
}
.sp-phone__island {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 32%; height: 22px; border-radius: 999px; background: #0c0f0c;
}
.sp-phone__clock {
  position: absolute; top: 12%; left: 0; right: 0; text-align: center; color: #f2eee3;
}
.sp-phone__clock b {
  display: block; font-family: var(--v2-sans); font-weight: 500;
  font-size: clamp(2.6rem, 3vw, 3.4rem); letter-spacing: -.01em; line-height: 1;
}
.sp-phone__clock span {
  display: block; margin-top: 6px; font-family: var(--v2-sans); font-weight: 400;
  font-size:var(--t-micro); letter-spacing: .04em; color: rgba(242, 238, 227, .8);
}
.sp-phone__notifs {
  position: absolute; top: 30%; left: 11px; right: 11px;
  display: flex; flex-direction: column; gap: 9px;
}
.sp-notif {
  display: flex; gap: 10px; align-items: flex-start;
  background: rgba(242, 238, 227, .88);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-radius: 18px; padding: 11px 12px;
  box-shadow: 0 14px 34px rgba(20, 26, 20, .25);
}
.sp-notif__icon {
  flex: none; width: 34px; height: 34px; border-radius: 8.5px; background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.sp-notif__icon img { width: 22px; height: 22px; object-fit: contain; }
.sp-notif__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sp-notif__row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.sp-notif__row b {
  font-family: var(--v2-sans); font-size: 10px; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase; color: rgba(35, 42, 35, .55);
}
.sp-notif__row i {
  font-style: normal; font-family: var(--v2-sans); font-size: 10.5px; color: rgba(35, 42, 35, .45); white-space: nowrap;
}
.sp-notif__title { font-family: var(--v2-sans); font-size:var(--t-ui-13); font-weight: 500; color: var(--v2-ink); line-height: 1.3; }
.sp-notif__text { font-family: var(--v2-sans); font-size:var(--t-micro); line-height: 1.42; color: rgba(35, 42, 35, .78); }

/* feature rail — hairline-top columns, the site's rule vocabulary (10 Jul:
   the boxed cell grid read as a table, a one-off; and orange is action-only,
   so the keys sit in forest-soft like every other label on cream) */
.sp-features {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 56px);
}
.sp-features li {
  border-top: 1px solid var(--v2-line, rgba(35,42,35,.18));
  padding: 18px 0 0; display: flex; flex-direction: column; gap: 8px;
}
.sp-feat-k { font-family: var(--v2-sans); font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--bp-forest-soft, #526856); }
.sp-features p { margin: 0; font-size: clamp(.9rem, .95vw, .98rem); line-height: 1.5; color: rgba(35,42,35,.76); }

@media (max-width: 860px) {
  .sp-top { grid-template-columns: 1fr; gap: clamp(28px, 6vw, 40px); }
  /* the phone sizes itself (10 Jul: the legacy 16/11 media box squashed it
     out of shape on narrow widths) */
  .sp-phone { width: min(300px, 78vw); }
  .sp-features { grid-template-columns: 1fr; gap: 0; }
  .sp-features li { flex-direction: row; align-items: baseline; gap: 14px; padding: 14px 0; }
  .sp-feat-k { flex: 0 0 auto; min-width: 9.5em; }
}

/* ---------- A day here — sticky-header photo gallery ----------
   A full-viewport sticky headline ("A day at Bear Park") stays centred while a
   staggered, masonry-style column of real centre photos floats up over it; each
   photo carries a small brand caption chip. Pure CSS sticky (NOT a ScrollTrigger
   pin — the centres gallery pins immediately before this, and two back-to-back
   pins once broke the landing scroll, see AGENTS.md). The headline blur-reveals on
   first view via IntersectionObserver in stories.js. On small screens the column
   collapses to a simple single-file stack. Brand-adapted from a sticky-gallery ref:
   Canela headline, Neue Haas caption chips, sand/ink tokens (no peach blob). */
.daygal {
  position: relative;
  box-sizing: border-box;
  background: var(--v2-cream, #f2eee3);
  padding: 0 clamp(15px, 2.625vw, 48px) clamp(96px, 14vh, 200px);
}

/* sticky headline — pinned centre while the gallery scrolls over it */
.daygal-hero {
  position: sticky; top: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100vh; height: 100svh;
}
.daygal-head {
  display: flex; flex-direction: column; align-items: center; gap: clamp(18px, 2vw, 30px);
  text-align: center;
  opacity: 0; filter: blur(10px);
  transition: opacity .8s ease, filter .8s ease;
}
.daygal-head.is-in { opacity: 1; filter: blur(0); }
.daygal-cue {
  display: inline-flex; align-items: center;
  padding: 6px 12px; border-radius: 999px;
  background: color-mix(in srgb, var(--v2-cream) 70%, transparent);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  color: var(--v2-ink, #232a23);
}
.daygal-h {
  margin: 0; max-width: 10ch; /* breaks the line on 3 lines, not one word per line */
  font-family: var(--tw-font-head, "Canela LCG", Georgia, serif);
  font-weight: var(--tw-head-weight, 350); letter-spacing: -.022em;
  font-size: clamp(2.6rem, 6vw, 5rem); line-height: .98; color: var(--v2-ink);
}

/* gallery column — floats up over the sticky headline. Full width to the
   gutter (Josh, 10 Jul): the tiles reach for the page edges, the pinned
   headline reads through the middle. */
.daygal-wrap { position: relative; z-index: 2; width: 100%; margin: 0 auto; }
.dgt-col { display: flex; flex-direction: column; gap: clamp(44px, 8vh, 110px); }

/* photo-quote tile — centre photo with the parent quote over a forest veil */
.dgt-item {
  position: relative; margin: 0; overflow: hidden;
  width: 100%; border-radius: clamp(14px, 1.4vw, 20px);
  background: var(--v2-dark, #20271f);
  box-shadow: 0 44px 100px -54px rgba(20, 26, 20, .55);
}
.dgt-item img {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.03);
}
.dgt-veil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(32, 39, 31, .06) 0%, rgba(30, 36, 27, .5) 44%, rgba(14, 18, 13, .94) 100%);
}

/* quote panel — anchored bottom-left, the Proof quote vocabulary */
.dgt-panel {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  width: 100%; max-width: 600px; box-sizing: border-box;
  padding: clamp(24px, 3vw, 48px);
}
.dgt-mark {
  display: block; font-family: var(--tw-font-head, "Canela LCG", Georgia, serif);
  font-size: clamp(2.2rem, 3vw, 3.2rem); line-height: .9; margin: 0 0 .04em;
  color: var(--bp-burnt-orange, #c46a3f); user-select: none;
}
.dgt-quote {
  margin: 0; font-family: var(--tw-font-head, "Canela LCG", Georgia, serif);
  font-weight: var(--tw-head-weight, 350); letter-spacing: -.008em;
  font-size: clamp(1.18rem, 1.7vw, 1.85rem); line-height: 1.24; color: var(--v2-cream, #f2eee3);
  text-shadow: 0 1px 26px rgba(14, 18, 13, .45);
}
.dgt-by { display: flex; flex-direction: column; gap: 5px; margin: clamp(16px, 2vw, 26px) 0 0; }
.dgt-name { font-family: var(--v2-sans); font-size: 14px; font-weight: 500; color: var(--v2-cream, #f2eee3); }
.dgt-where {
  font-family: var(--v2-sans); font-size: 10.5px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(242, 238, 227, .66);
}

/* staggered placement — alternating left/right, varied size + vertical offset, so the
   pinned headline reads through the gap between tiles (room enough for a 2-line quote) */
.dgt-1 { max-width: min(780px, 55%); aspect-ratio: 5 / 4;  margin-right: auto; }
.dgt-2 { max-width: min(700px, 48%); aspect-ratio: 4 / 5;  margin-left: auto;  margin-top: clamp(20px, 6vh, 70px); }
.dgt-3 { max-width: min(680px, 48%); aspect-ratio: 1 / 1;  margin-right: auto; }
.dgt-4 { max-width: min(800px, 55%); aspect-ratio: 5 / 4;  margin-left: auto;  margin-top: clamp(20px, 6vh, 70px); }
.dgt-5 { max-width: min(700px, 48%); aspect-ratio: 4 / 5;  margin-right: auto; margin-left: 4%; }

/* tablet — gentle compression */
@media (max-width: 960px) {
  .dgt-1, .dgt-4 { max-width: 80%; }
  .dgt-2, .dgt-3, .dgt-5 { max-width: 68%; }
  .dgt-5 { margin-left: 6%; }
}

/* small screens — single-file stack, no offsets */
@media (max-width: 680px) {
  .daygal-h { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .dgt-col { gap: clamp(22px, 6vw, 40px); }
  /* condensed on phones (9 Jul): square tiles, not portrait — five 4/5 tiles
     stacked read as an endless column; 1/1 keeps the overlay quote comfortable */
  .dgt-1, .dgt-2, .dgt-3, .dgt-4, .dgt-5 {
    max-width: 100%; margin-left: 0; margin-right: 0; margin-top: 0;
    aspect-ratio: 1 / 1;
  }
  .dgt-quote { font-size: clamp(1.12rem, 4.6vw, 1.5rem); }
  .dgt-mark { font-size: 1.7rem; }
}

/* ---------- Booking — welcome image band above the form ---------- */
.booking-figure { max-width: 1280px; margin: 0 auto clamp(40px, 5vw, 72px); aspect-ratio: 21 / 8; }
@media (max-width: 760px) { .booking-figure { aspect-ratio: 16 / 10; } }

/* ---------- Booking, compact (Josh, 10 Jul): the landing closes on the form
   itself — no photograph, no spec rail, one column: the drawer grammar in
   page flow. Heading + one line, then the forest card. ---------- */
.booking--compact { padding-block: clamp(56px, 8vw, 104px); }
.booking--compact .booking-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1020px; gap: clamp(26px, 4vh, 40px);
}
.booking--compact .bk-aside { position: static; }

/* ---------- Booking — single-view form helpers ---------- */
/* The .booking / .bk-* component is fully styled in site-v2.css; these only
   adapt it from the (unwired) multi-step wizard to a clean single view. */
.bk-card form { display: flex; flex-direction: column; gap: clamp(22px, 3vw, 32px); }
.bk-field-label {
  display: block; margin-bottom: 12px;
  font-family: var(--v2-label-fallback); font-size: 10.5px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: color-mix(in srgb, var(--v2-cream) 60%, transparent);
}
.bk-fields.cols-2 { grid-template-columns: 1fr 1fr; max-width: none; }
.bk-field select {
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--v2-cream) 30%, transparent);
  color: var(--v2-cream); font-family: var(--v2-sans); font-size:var(--t-ui-16);
  padding: 13px 14px; outline: none; transition: border-color .2s; cursor: pointer;
}
.bk-field select:focus { border-color: var(--v2-cream); }
.bk-field select option { color: #1a1f18; }
.bk-chip { font-size: 14px; padding: 11px 18px; }
.bk-card .btn-block { align-self: flex-start; }
.bk-card .btn-block.is-light { background: var(--v2-cream); border-color: var(--v2-cream); color: var(--v2-dark); }
.bk-req { color: var(--bp-burnt-orange, #d8753d); }

/* graceful confirmation state (front-end only, pending a real form backend) */
.bk-confirm { display: flex; flex-direction: column; gap: 16px; padding: clamp(8px, 1.4vw, 18px) 0; }
.bk-confirm .eyebrow { color: color-mix(in srgb, var(--v2-cream) 60%, transparent); }
.bk-confirm-h { margin: 0; font-family: var(--tw-font-head, var(--font-display)); font-weight: 300; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.05; letter-spacing: -.02em; color: var(--v2-cream); }
.bk-confirm-p { margin: 0; font-size: var(--t-body-sm); line-height: 1.6; color: color-mix(in srgb, var(--v2-cream) 76%, transparent); max-width: 42ch; }

@media (max-width: 760px) {
  .bk-fields.cols-2 { grid-template-columns: 1fr; }
}

/* ---------- FAQ — centre pages (wired by faq-accordion.js) ----------
   Built from the v2 type + colour tokens only: Canela display heading,
   Neue Haas body, forest ink, a thin hairline divider per item, and a
   plus/minus affordance that rotates to a minus when open. No colours
   outside the v2 palette; spacing rhythm mirrors the other cream sections. */
.faq {
  background: var(--v2-cream);
  box-sizing: border-box;
  padding: clamp(66px, 9vh, 116px) clamp(15px, 2.625vw, 48px) clamp(78px, 10vh, 124px);
}
.faq__inner { width: 100%; max-width: 1080px; margin: 0 auto; }
.faq__head { margin: 0 0 clamp(28px, 3.6vw, 52px); max-width: 22ch; }
.faq__head .eyebrow { color: var(--v2-ink); display: block; margin-bottom: clamp(14px, 1.6vw, 22px); }
.faq__h {
  margin: 0;
  font-family: var(--tw-font-head, "Canela LCG", Georgia, serif);
  font-weight: var(--tw-head-weight, 350); letter-spacing: -.014em;
  font-size: clamp(2.05rem, 3.9vw, 3.4rem); line-height: 1.02; color: var(--v2-ink);
}
.faq__list { border-top: 1px solid rgba(35, 42, 35, .16); }
.faq__item { border-bottom: 1px solid rgba(35, 42, 35, .16); }
.faq__button {
  width: 100%; appearance: none; background: none; border: 0; cursor: pointer;
  text-align: left; display: flex; align-items: center; justify-content: space-between;
  gap: clamp(18px, 3vw, 40px);
  padding: clamp(18px, 2.2vw, 28px) 0;
  font-family: var(--v2-sans); font-weight: 500;
  font-size: clamp(1.05rem, 1.4vw, 1.32rem); letter-spacing: -.008em;
  color: var(--v2-ink); line-height: 1.3;
}
.faq__button:focus-visible { outline: 2px solid var(--bp-burnt-orange, #c46a3f); outline-offset: 4px; }
.faq__ic { position: relative; flex: none; width: 18px; height: 18px; transition: transform .35s cubic-bezier(.22, 1, .36, 1); }
.faq__ic::before, .faq__ic::after { content: ""; position: absolute; background: rgba(35, 42, 35, .7); }
.faq__ic::before { left: 0; right: 0; top: 50%; height: 1.6px; transform: translateY(-50%); }
.faq__ic::after { top: 0; bottom: 0; left: 50%; width: 1.6px; transform: translateX(-50%); }
.faq__item.is-open .faq__ic { transform: rotate(135deg); } /* + becomes − */
.faq__answer { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .5s cubic-bezier(.22, 1, .36, 1), opacity .4s ease; }
.faq__item.is-open .faq__answer { max-height: 440px; opacity: 1; }
.faq__answer p {
  margin: 0; padding: 0 clamp(28px, 8vw, 90px) clamp(22px, 2.4vw, 30px) 0;
  font-family: var(--v2-sans); font-weight: 400;
  font-size: var(--t-body-sm); line-height: 1.62; color: rgba(35, 42, 35, .84);
  max-width: 64ch;
}

/* ---------- Centre director — two-column on-system block ---------- */
.cdir {
  background: var(--v2-cream);
  box-sizing: border-box;
  padding: clamp(66px, 9vh, 116px) clamp(15px, 2.625vw, 48px);
}
.cdir__inner {
  width: 100%; max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(36px, 5vw, 84px); align-items: center;
}
.cdir__body { display: flex; flex-direction: column; align-items: flex-start; gap: clamp(16px, 1.8vw, 24px); }
.cdir__body .eyebrow { color: var(--v2-ink); }
.cdir__h { margin: 0; max-width: 16ch; font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1.06; }
.cdir__p { margin: 0; font-family: var(--v2-sans); font-weight: 400; font-size: var(--t-body); line-height: 1.6; color: rgba(35, 42, 35, .84); max-width: 46ch; }
.cdir__media { position: relative; aspect-ratio: 4 / 5; width: 100%; box-shadow: 0 40px 80px -50px rgba(20, 26, 20, .5); }
.cdir__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; background: var(--bp-dusty-olive, #8a9479); }
@media (max-width: 860px) {
  .cdir__inner { grid-template-columns: 1fr; gap: clamp(28px, 6vw, 40px); }
  .cdir__media { aspect-ratio: 4 / 3; max-width: 460px; }
}

/* ---------- Good to know — fact list reusing the booking bk-points device, on cream ---------- */
.gtk {
  background: var(--v2-cream);
  box-sizing: border-box;
  padding: clamp(66px, 9vh, 116px) clamp(15px, 2.625vw, 48px);
}
.gtk__inner { width: 100%; max-width: 1080px; margin: 0 auto; }
.gtk__head { margin: 0 0 clamp(26px, 3.2vw, 44px); }
.gtk__head .eyebrow { color: var(--v2-ink); display: block; margin-bottom: clamp(14px, 1.6vw, 22px); }
.gtk__h { margin: 0; max-width: 18ch; font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1.06; }
.gtk__points { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(35, 42, 35, .16); }
.gtk__points li {
  display: grid; grid-template-columns: minmax(8em, 13em) 1fr; gap: clamp(18px, 3vw, 48px);
  padding: clamp(16px, 1.9vw, 24px) 0; border-bottom: 1px solid rgba(35, 42, 35, .16);
  align-items: baseline;
}
.gtk__points .bk-pt-k {
  font-family: var(--v2-sans); font-size:var(--t-label); font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--bp-burnt-orange, #c94e1d);
}
.gtk__points .bk-pt-v {
  font-family: var(--v2-sans); font-weight: 400;
  font-size: var(--t-body-sm); line-height: 1.5; color: var(--v2-ink);
}
@media (max-width: 600px) {
  .gtk__points li { grid-template-columns: 1fr; gap: 6px; }
}
