/* ==========================================================================
   Bonela Springs — pre-launch site
   Victoria Falls, Zimbabwe · opening 1 January 2027

   Built from design_handoff_bonela_springs/README.md.
   One responsive page: desktop layout >=900px, mobile patterns <700px.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Fonts (self-hosted latin subsets)
   -------------------------------------------------------------------------- */

@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/marcellus-latin-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Mulish ships as a single variable file covering 300–800. */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/mulish-latin-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   2. Design tokens
   -------------------------------------------------------------------------- */

:root {
  /* Ink / dark */
  --ink: #3A2A1E;
  --ink-deep: #26190E;
  --journey-bg: #241609;
  --night: #07080F;

  /* Brand */
  --terracotta: #C2683F;
  --clay: #8A4326;
  --ochre: #C98A3C;
  --sand-accent: #D98E5E;
  --tan: #EAD3B4;

  /* Surfaces */
  --sand: #EFE2CD;
  --cream: #F7EEDE;
  --cream-light: #FBEFDD;
  --input-bg: #FFFDF8;

  /* Text */
  --cream-text: #F4EDDF;
  --body-cream: #7A6A58;
  --body-muted: #9C8B76;
  --body-soft: #6B5847;
  --body-dark: #E4D6C2;
  --body-dark-2: #EFE0CE;
  --body-night: #C9CFD6;
  --body-terra: #FBE6D4;
  --muted-dark: #B9A48C;

  /* Accent-only */
  --indigo: #31405A;
  --olive: #5E5E3A;

  /* Type */
  --display: 'Marcellus', 'Times New Roman', Georgia, serif;
  --ui: 'Mulish', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Motion */
  --ease-out: cubic-bezier(.22, 1, .36, 1);

  /* Layout */
  --wrap: 1240px;
  --pad-y: clamp(64px, 9vw, 124px);
  --pad-x: clamp(20px, 5vw, 80px);

  /* The recurring "kente" stripe device */
  --kente: repeating-linear-gradient(90deg,
      #C2683F 0 14px, #C98A3C 14px 20px, #8A4326 20px 26px, #31405A 26px 29px);
  --kente-wide: repeating-linear-gradient(90deg,
      #C2683F 0 18px, #C98A3C 18px 26px, #8A4326 26px 34px,
      #31405A 34px 38px, #5E5E3A 38px 42px);
}

/* --------------------------------------------------------------------------
   3. Reset & base
   -------------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  /* MUST be clip, not hidden — overflow-x:hidden on an ancestor silently
     kills position:sticky, which the property-walk section depends on. */
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--ui);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-locked { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

:where(section, div)[id] { scroll-margin-top: 88px; }
@media (max-width: 700px) { :where(section, div)[id] { scroll-margin-top: 68px; } }

/* Visible focus everywhere — the prototype only styled input focus. */
:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
  border-radius: 2px;
}
.on-dark :focus-visible, .menu :focus-visible, footer :focus-visible {
  outline-color: var(--sand-accent);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--ink);
  color: var(--cream);
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
}
.skip:focus { left: 8px; top: 8px; }

.vh {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   4. Shared pieces
   -------------------------------------------------------------------------- */

.wrap { max-width: var(--wrap); margin-inline: auto; width: 100%; }

/* The leaf motif. One alpha mask, tinted with currentColor — replaces four
   tinted 1128x1489 PNGs (~940 KB) with a single 7.5 KB file.
   Brand rule: the leaf is always sideways, tip pointing toward the words. */
.leaf {
  display: inline-block;
  flex: none;
  height: var(--leaf-h, 26px);
  aspect-ratio: 1128 / 1489;
  background-color: currentColor;
  -webkit-mask-image: url('../img/leaf-mask.webp');
  mask-image: url('../img/leaf-mask.webp');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.leaf--l { transform: rotate(-90deg); }
.leaf--r { transform: rotate(90deg); }

/* Oversized decorative watermark — same trick, one mask, two tints. */
.cluster {
  position: absolute;
  aspect-ratio: 800 / 911;
  background-color: currentColor;
  -webkit-mask-image: url('../img/cluster-mask.webp');
  mask-image: url('../img/cluster-mask.webp');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.kente { height: 10px; background: var(--kente); flex: none; }

/* Eyebrow label */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  line-height: 1;
}
.eyebrow--sm { font-size: 11px; letter-spacing: .26em; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px 30px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .25s ease, color .25s ease,
              border-color .25s ease, transform .25s ease;
}
.btn--primary { background: var(--terracotta); color: var(--cream); }
.btn--primary:hover { background: var(--clay); transform: translateY(-2px); }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(58, 42, 30, .35);
}
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }

.btn--ink { background: var(--ink); color: var(--cream-light); }
.btn--ink:hover { background: var(--ink-deep); transform: translateY(-2px); }

.btn--block { width: 100%; }

/* Headline mask-reveal: each line sits in an overflow-hidden wrapper. */
.line { display: block; overflow: hidden; }
.line > span { display: block; will-change: transform; }

/* --------------------------------------------------------------------------
   5. Progress bar + header
   -------------------------------------------------------------------------- */

.progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 3px;
  background: rgba(58, 42, 30, .10);
  z-index: 90;
}
.progress__fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #8A4326, #C2683F, #C98A3C);
}

.hdr {
  position: fixed;
  top: 3px;
  left: 0;
  right: 0;
  z-index: 80;
  padding-block: 18px;
  background: transparent;
  border-bottom: 1px solid transparent;
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px);
  transition: background .4s ease, padding .4s ease, border-color .4s ease;
}
.hdr.is-scrolled {
  background: rgba(247, 238, 222, .94);
  border-bottom-color: rgba(138, 67, 38, .16);
  padding-block: 12px;
}
.hdr__inner {
  max-width: 1340px;
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 46px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.hdr__logo { display: block; flex: none; }
.hdr__logo img { height: clamp(26px, 4.2vw, 36px); width: auto; }

.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav__link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  transition: color .25s ease;
}
.nav__link:hover { color: var(--clay); }
.nav .btn { padding: 13px 24px; font-size: 12px; letter-spacing: .14em; }
.nav .btn--ghost { padding: 12px 22px; }

.burger {
  display: none;
  width: 44px; height: 44px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
.burger span {
  display: block;
  height: 2px;
  background: var(--ink);
  transition: width .25s ease;
}
.burger span:nth-child(1) { width: 24px; }
.burger span:nth-child(2) { width: 24px; }
.burger span:nth-child(3) { width: 16px; }

@media (max-width: 879px) {
  .nav { display: none; }
  .burger { display: flex; }
  /* Mobile header is cream from first paint — it sits over a dark hero. */
  .hdr { background: rgba(247, 238, 222, .94); border-bottom-color: rgba(138, 67, 38, .16); }
}

/* --------------------------------------------------------------------------
   6. Mobile menu overlay
   -------------------------------------------------------------------------- */

.menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(58, 42, 30, .98);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 26px clamp(24px, 8vw, 60px);
  display: flex;
  flex-direction: column;
}
.menu[hidden] { display: none; }
.menu__top { display: flex; align-items: center; justify-content: space-between; }
.menu__top img { height: 32px; width: auto; }
.menu__close {
  width: 44px; height: 44px;
  background: none; border: 0; padding: 0; cursor: pointer;
  position: relative;
}
.menu__close::before, .menu__close::after {
  content: '';
  position: absolute;
  left: 9px; top: 21px;
  width: 26px; height: 2px;
  background: var(--cream-text);
}
.menu__close::before { transform: rotate(45deg); }
.menu__close::after { transform: rotate(-45deg); }

.menu__links {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
}
.menu__links a {
  font-family: var(--display);
  font-size: clamp(32px, 8.4vw, 50px);
  line-height: 1;
  color: var(--cream-text);
  text-decoration: none;
}
.menu__links a.is-trade { color: var(--sand-accent); }
.menu__links a.is-book { color: var(--ochre); }

.menu__foot {
  border-top: 1px solid rgba(244, 237, 223, .18);
  padding-top: 20px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244, 237, 223, .6);
}

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: 100svh;
  background-color: var(--sand);
  background-image: url('../img/pattern-tile.webp');
  background-repeat: repeat;
  background-size: 300px 330px;
  padding: clamp(110px, 13vh, 150px) clamp(20px, 5vw, 80px) clamp(56px, 8vh, 90px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__cluster {
  top: -120px; right: -160px;
  height: 640px;
  color: var(--clay);
  opacity: .07;
}
/* Deliberately unpositioned: on mobile .hero__media goes position:absolute and
   must resolve against .hero (full-bleed), not against this grid. */
.hero__grid {
  max-width: var(--wrap);
  margin-inline: auto;
  width: 100%;
  display: grid;
  gap: clamp(40px, 5vw, 70px);
  align-items: center;
}
@media (min-width: 980px) {
  .hero__grid { grid-template-columns: 1.05fr .95fr; }
}

.hero__pill {
  display: inline-block;
  background: var(--ink);
  color: var(--tan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 2px;
}
/* <picture> defaults to inline, which collapses the block-level <img> inside it
   and breaks the percentage width. Make it a block box. */
.hero__body picture { display: block; }
.hero__logo { width: min(430px, 86%); height: auto; margin-top: 22px; }

.hero h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.12;
  color: var(--ink);
  margin-top: 26px;
}
.hero h1 em { font-style: italic; color: var(--terracotta); }

.hero__lede {
  font-weight: 300;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.7;
  color: var(--body-soft);
  max-width: 480px;
  margin-top: 22px;
}
.hero__lede strong { color: var(--clay); font-weight: 700; }

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* The arch. Fixed frame — the image zooms inside it, the frame never moves.
   (Explicit client requirement: no floating, no tilt, arch static.) */
.hero__arch {
  position: relative;
  width: min(360px, 72%);
  aspect-ratio: 848 / 1264;
  border-radius: 180px 180px 6px 6px;
  overflow: hidden;
  box-shadow: 0 36px 80px -30px rgba(58, 42, 30, .55);
  border: 1px solid rgba(138, 67, 38, .22);
  margin-inline: auto;
}
.hero__arch img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform-origin: center 60%;
  will-change: transform;
}
.hero__body { position: relative; z-index: 1; }
.hero__media { position: relative; z-index: 1; }

.hero__counter {
  position: absolute;
  left: 1vw; top: -10px;
  background: var(--ink);
  color: var(--cream-text);
  padding: 14px 18px;
  border-radius: 3px;
  text-align: center;
  z-index: 2;
}
.hero__counter b {
  display: block;
  font-family: var(--display);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.hero__counter span {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--sand-accent);
}

.hero__cue {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(58, 42, 30, .6);
  z-index: 2;
}
.hero__cue::after {
  content: '';
  width: 1px; height: 32px;
  background: linear-gradient(180deg, rgba(58, 42, 30, .5), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: translateY(0); opacity: .9; }
  50%      { transform: translateY(9px); opacity: .25; }
}

/* Mobile-only hero furniture */
.hero__chips, .hero__opening { display: none; }

/* -- Mobile hero: full-bleed image, bottom-aligned content --------------- */
@media (max-width: 699px) {
  .hero {
    /* Generous bottom padding keeps the scroll cue clear of the buttons. */
    padding: 84px 24px 104px;
    background: var(--journey-bg);
    align-items: flex-end;
    text-align: center;
  }
  .hero__cluster { display: none; }

  .hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .hero__grid { position: static; }
  .hero__arch {
    position: absolute;
    inset: 0;
    width: 100%;
    aspect-ratio: auto;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  .hero__arch::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
      rgba(36, 22, 9, .42) 0%, rgba(36, 22, 9, .05) 34%,
      rgba(36, 22, 9, .30) 62%, rgba(36, 22, 9, .92) 100%);
  }
  .hero__counter { display: none; }

  .hero__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 560px;
  }
  .hero__pill { display: none; }
  .hero__logo { width: min(300px, 78vw); margin: 0 auto; }

  /* The authored mobile hero leads with the wordmark, not the headline — but
     the h1 still has to exist for search engines and screen readers, so hide
     it visually rather than dropping it. */
  .hero h1 {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .hero__lede { display: none; }

  .hero__chips {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 24px;
    width: 100%;
    max-width: 340px;
  }
  .hero__chip {
    background: rgba(36, 22, 9, .55);
    border: 1px solid rgba(234, 211, 180, .3);
    border-radius: 3px;
    padding: 10px 4px;
  }
  .hero__chip b {
    display: block;
    font-family: var(--display);
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    color: var(--cream-text);
    font-variant-numeric: tabular-nums;
  }
  .hero__chip span {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--tan);
  }

  .hero__opening {
    display: block;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--tan);
  }
  .hero__actions { justify-content: center; margin-top: 22px; gap: 10px; }
  .hero__actions .btn { padding: 15px 24px; font-size: 12px; }
  /* The mobile hero is a dark photograph — the ghost button's ink-on-cream
     treatment is invisible here, so flip it to cream. */
  .hero__actions .btn--ghost {
    color: var(--cream-text);
    border-color: rgba(244, 237, 223, .5);
  }
  .hero__actions .btn--ghost:hover { border-color: var(--cream-text); }
  .hero__cue { color: rgba(244, 237, 223, .7); }
  .hero__cue::after { background: linear-gradient(180deg, rgba(244, 237, 223, .6), transparent); }
}

/* --------------------------------------------------------------------------
   8. Amenity marquee
   -------------------------------------------------------------------------- */

.marquee {
  background: var(--terracotta);
  border-top: 1px solid rgba(58, 42, 30, .2);
  border-bottom: 1px solid rgba(58, 42, 30, .2);
  padding: 16px 0;
  overflow: hidden;
}
.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 26s linear infinite;
}
/* The item list is duplicated exactly twice — that is what makes -50% seamless. */
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee__set {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
}
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  font-family: var(--display);
  font-size: clamp(17px, 1.8vw, 22px);
  color: var(--cream-light);
  white-space: nowrap;
}
.marquee .leaf { --leaf-h: 16px; color: var(--cream-text); opacity: .8; }

@media (max-width: 699px) {
  .marquee { padding: 13px 0; }
  .marquee__track { animation-duration: 22s; }
  .marquee__set, .marquee__item { gap: 26px; }
  .marquee__set { padding-right: 26px; }
  .marquee__item { font-size: 16px; }
}

/* --------------------------------------------------------------------------
   9. Metrics band
   -------------------------------------------------------------------------- */

.metrics {
  background: var(--ink);
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 60px);
}
.metrics__grid {
  max-width: var(--wrap);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(22px, 3vw, 36px);
  text-align: center;
}
@media (min-width: 700px) { .metrics__grid { grid-template-columns: repeat(4, 1fr); } }

.metric b {
  display: block;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1;
  color: var(--cream-text);
  font-variant-numeric: tabular-nums;
}
.metric b .u { font-size: .55em; }
.metric.is-live b { color: var(--ochre); }
.metric span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--sand-accent);
}

/* --------------------------------------------------------------------------
   10. Story
   -------------------------------------------------------------------------- */

.story {
  background: var(--cream);
  padding: var(--pad-y) var(--pad-x);
  text-align: center;
}
.story__inner { max-width: 820px; margin-inline: auto; }
.story .eyebrow { color: var(--clay); }
.story .leaf { --leaf-h: 26px; }
.story h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.1;
  color: var(--ink);
  margin-top: 18px;
}
.story p {
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.85;
  color: var(--body-cream);
  margin-top: 24px;
}
.story p em { font-style: italic; color: var(--ink); }

/* --------------------------------------------------------------------------
   11. The Property — scroll-pinned card deck (>=700px)
   -------------------------------------------------------------------------- */

.journey {
  position: relative;
  height: 440vh;
  background: var(--journey-bg);
}
.journey__stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.journey__cluster {
  top: -140px; right: -160px;
  height: 520px;
  color: var(--cream-text);
  opacity: .05;
}
.journey__numerals { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.journey__num {
  position: absolute;
  left: -1vw; bottom: -6%;
  font-family: var(--display);
  font-size: clamp(200px, 34vw, 460px);
  line-height: 1;
  color: rgba(244, 237, 223, .05);
  opacity: 0;
}
.journey__inner {
  position: relative;
  z-index: 1;
  max-width: var(--wrap);
  margin-inline: auto;
  width: 100%;
  padding: clamp(84px, 11vh, 120px) clamp(20px, 5vw, 70px) clamp(56px, 8vh, 80px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}
@media (min-width: 900px) { .journey__inner { grid-template-columns: .85fr 1.15fr; } }

.journey__cards {
  position: relative;
  height: min(500px, 52svh);
  aspect-ratio: 34 / 50;
  margin-inline: auto;
}
.journey__card {
  position: absolute;
  inset: 0;
  border-radius: 170px 170px 6px 6px;
  overflow: hidden;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .8);
  border: 1px solid rgba(234, 211, 180, .3);
  will-change: transform, opacity;
}
.journey__card img { width: 100%; height: 100%; object-fit: cover; }

.journey__captions { position: relative; min-height: 230px; display: flex; align-items: center; }
@media (min-width: 900px) { .journey__captions { min-height: 300px; } }
.journey__caption {
  position: absolute;
  inset-inline: 0;
  opacity: 0;
  will-change: transform, opacity;
}
.journey__caption .idx {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--sand-accent);
}
.journey__caption h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.04;
  color: var(--cream-text);
  margin-top: 14px;
}
.journey__caption p {
  font-weight: 300;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.75;
  color: var(--body-dark-2);
  max-width: 460px;
  margin-top: 18px;
}

.journey__ticks {
  position: absolute;
  bottom: clamp(18px, 3vh, 30px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 2;
}
.journey__ticks i {
  display: block;
  width: 26px; height: 2px;
  background: rgba(244, 237, 223, .28);
  transition: background .3s ease, width .3s ease;
}
.journey__ticks i.is-on { background: var(--sand-accent); width: 42px; }

/* --------------------------------------------------------------------------
   12. The Property — mobile carousel (<700px)
   -------------------------------------------------------------------------- */

.carousel { display: none; background: var(--journey-bg); padding: 56px 0 30px; }
.carousel__head { padding: 0 24px; }
.carousel__head .eyebrow { color: var(--tan); }
.carousel__head .leaf { --leaf-h: 20px; color: var(--cream-text); }
.carousel__head h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  color: var(--cream-text);
  margin-top: 14px;
}
.carousel__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 24px 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel figure { flex: 0 0 78%; max-width: 340px; scroll-snap-align: center; }
.carousel__img {
  border-radius: 150px 150px 6px 6px;
  overflow: hidden;
  border: 1px solid rgba(234, 211, 180, .3);
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, .7);
  aspect-ratio: 34 / 50;
}
.carousel__img img { width: 100%; height: 100%; object-fit: cover; }
.carousel figcaption { margin-top: 16px; }
.carousel figcaption .idx {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--sand-accent);
}
.carousel figcaption h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 21px;
  color: var(--cream-text);
  margin-top: 8px;
}
.carousel figcaption p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--body-dark-2);
  margin-top: 8px;
}
.carousel__ticks { display: flex; justify-content: center; gap: 10px; margin-top: 18px; }
.carousel__ticks i {
  display: block;
  width: 18px; height: 2px;
  background: rgba(244, 237, 223, .28);
  transition: background .3s ease, width .3s ease;
}
.carousel__ticks i.is-on { background: var(--sand-accent); width: 26px; }

@media (max-width: 699px) {
  .journey { display: none; }
  .carousel { display: block; }
}

/* --------------------------------------------------------------------------
   13. Star pool
   -------------------------------------------------------------------------- */

.pool {
  background-color: var(--night);
  background-image: url('../img/stars-tile.webp'),
    radial-gradient(ellipse at 50% 100%, rgba(38, 86, 106, .35) 0%, rgba(7, 8, 15, 0) 60%);
  background-repeat: repeat, no-repeat;
  background-size: 600px 600px, auto;
  padding: var(--pad-y) var(--pad-x);
}
.sec-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.sec-head h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.04;
  margin-top: 16px;
}
.sec-head__aside {
  font-weight: 300;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.75;
  max-width: 380px;
}
.pool .eyebrow { color: var(--tan); }
.pool .leaf { --leaf-h: 24px; color: var(--cream-text); }
.pool h2 { color: var(--cream-text); }
.pool .sec-head__aside { color: var(--body-night); }
.pool__frame {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, .7);
}
.pool__frame img {
  width: 100%; height: auto;
  transform-origin: center 65%;
  will-change: transform;
}

/* --------------------------------------------------------------------------
   14. Location
   -------------------------------------------------------------------------- */

.location { background: var(--cream); padding: var(--pad-y) var(--pad-x); }
.location .eyebrow { color: var(--clay); }
.location .leaf { --leaf-h: 24px; }
.location h2 { color: var(--ink); }
.location .sec-head__aside { color: var(--body-cream); font-weight: 400; max-width: 400px; }
.location__card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(138, 67, 38, .25);
  box-shadow: 0 30px 70px -32px rgba(58, 42, 30, .5);
}
/* Client was explicit: no markers, labels, pills or scrims over the map. */
.location__scroll { overflow-x: auto; }
.location__scroll img { width: 100%; height: auto; min-width: 680px; }
.location__cap {
  text-align: center;
  margin-top: 22px;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(15px, 1.3vw, 18px);
  color: var(--body-muted);
}

/* --------------------------------------------------------------------------
   15. Rates
   -------------------------------------------------------------------------- */

.rates {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  padding: var(--pad-y) var(--pad-x);
}
.rates__cluster {
  bottom: -150px; left: -150px;
  height: 600px;
  color: var(--cream-text);
  opacity: .06;
}
.rates__grid {
  position: relative;
  z-index: 1;
  max-width: var(--wrap);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
@media (min-width: 980px) { .rates__grid { grid-template-columns: 1fr 1fr; } }

.rates .eyebrow { color: var(--tan); }
.rates .leaf { --leaf-h: 24px; color: var(--cream-text); }
.rates h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.1;
  color: var(--cream-text);
  margin-top: 16px;
}
.rates__body {
  font-weight: 300;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.8;
  color: var(--body-dark);
  margin-top: 22px;
}
.rates__fine { font-size: 14px; color: var(--muted-dark); margin-top: 18px; }

.ratecard {
  position: relative;
  overflow: hidden;
  background: var(--cream);
  border-radius: 6px;
  padding: clamp(30px, 4vw, 48px);
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .5);
}
.ratecard .kente { position: absolute; inset: 0 0 auto 0; }
.ratecard__kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 20px;
}
.ratecard__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(138, 67, 38, .2);
}
.ratecard__row b { display: block; font-size: 14px; font-weight: 600; color: var(--ink); }
.ratecard__row span { display: block; font-size: 13px; color: var(--body-muted); margin-top: 4px; }
.ratecard__price {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 58px);
  line-height: .9;
  color: var(--terracotta);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.ratecard .btn { margin-top: 26px; }

/* --------------------------------------------------------------------------
   16. Why Bonela
   -------------------------------------------------------------------------- */

.why {
  background-color: var(--sand);
  background-image: url('../img/pattern-tile.webp');
  background-repeat: repeat;
  background-size: 300px 330px;
  padding: var(--pad-y) var(--pad-x);
}
.why__head {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.why .eyebrow { color: var(--clay); }
.why__head .leaf { --leaf-h: 24px; }
.why h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.1;
  color: var(--ink);
  margin-top: 16px;
}
.why__grid {
  max-width: var(--wrap);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 20px);
}
@media (min-width: 600px) { .why__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 880px) { .why__grid { grid-template-columns: repeat(3, 1fr); } }

.why__card {
  background: var(--cream);
  border: 1px solid rgba(138, 67, 38, .2);
  border-radius: 6px;
  padding: clamp(26px, 3vw, 38px);
  transition: transform .3s ease, box-shadow .3s ease;
}
.why__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -26px rgba(58, 42, 30, .5);
}
.why__card .leaf {
  --leaf-h: 26px;
  transform-origin: left center;
  margin-bottom: 16px;
}
/* Colour cycle across the six cards: terracotta, clay, ochre, clay, terracotta, ochre */
.why__card:nth-child(1) .leaf, .why__card:nth-child(5) .leaf { color: var(--terracotta); }
.why__card:nth-child(2) .leaf, .why__card:nth-child(4) .leaf { color: var(--clay); }
.why__card:nth-child(3) .leaf, .why__card:nth-child(6) .leaf { color: var(--ochre); }

.why__card h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(21px, 2.2vw, 26px);
  color: var(--ink);
}
.why__card p { font-size: 14px; line-height: 1.7; color: var(--body-cream); margin-top: 12px; }

@media (max-width: 599px) {
  .why__card { display: grid; grid-template-columns: auto 1fr; gap: 0 14px; align-items: center; }
  .why__card .leaf { margin-bottom: 0; }
  .why__card h3 { font-size: 20px; }
  .why__card p { grid-column: 1 / -1; margin-top: 12px; }
}

/* --------------------------------------------------------------------------
   17. Trade enquiry
   -------------------------------------------------------------------------- */

.trade {
  position: relative;
  overflow: hidden;
  background: var(--terracotta);
  padding: var(--pad-y) var(--pad-x);
  text-align: center;
}
.trade__cluster {
  top: -160px; left: 50%;
  margin-left: -280px;
  height: 560px;
  color: var(--cream-text);
  opacity: .10;
}
.trade__inner { position: relative; z-index: 1; max-width: 720px; margin-inline: auto; }
.trade__kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--cream-light);
}
.trade h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 1.04;
  color: var(--cream-light);
  margin-top: 16px;
}
.trade__body {
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.75;
  color: var(--body-terra);
  max-width: 520px;
  margin: 20px auto 0;
}
.trade__body strong { color: var(--ink); font-weight: 700; }

.trade__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 560px;
  margin: 30px auto 0;
  text-align: left;
}
@media (max-width: 559px) { .trade__form { grid-template-columns: 1fr; } }
.trade__form .full { grid-column: 1 / -1; }

.field input {
  width: 100%;
  /* 16px is deliberate — anything smaller triggers iOS zoom-on-focus. */
  font-size: 16px;
  color: var(--ink);
  background: var(--cream-light);
  border: 1px solid rgba(58, 42, 30, .18);
  border-radius: 2px;
  padding: 16px 20px;
  transition: border-color .2s ease;
}
.field input:focus { border-color: var(--ink); outline-offset: 1px; }
.field input::placeholder { color: rgba(58, 42, 30, .45); }
.field input[aria-invalid="true"] { border-color: var(--clay); border-width: 2px; }
.field .err {
  display: none;
  margin-top: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
}
.field.is-bad .err { display: block; }

/* Honeypot — hidden from people, catnip for bots. */
.hp {
  position: absolute !important;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}

.btn[aria-busy="true"] { opacity: .72; pointer-events: none; }

.formnote { margin-top: 18px; font-size: 13px; color: var(--body-terra); }
.formnote a { color: var(--cream-light); border-bottom: 1px solid var(--ink); text-decoration: none; }

.success {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: var(--cream-light);
  border-radius: 4px;
  padding: 20px 30px;
  margin-top: 30px;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
}
.success__tick {
  flex: none;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--sand-accent);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
}

/* --------------------------------------------------------------------------
   18. Footer
   -------------------------------------------------------------------------- */

.foot {
  background: var(--ink);
  padding: clamp(48px, 6vw, 80px) var(--pad-x) 40px;
  text-align: center;
}
.foot__logo { height: 46px; width: auto; margin: 0 auto clamp(32px, 4vw, 48px); }
.foot__cols {
  max-width: var(--wrap);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 52px);
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(244, 237, 223, .16);
}
@media (min-width: 700px) { .foot__cols { grid-template-columns: repeat(3, 1fr); } }
.foot__cols h2 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sand-accent);
  margin-bottom: 14px;
}
.foot__cols li { margin-top: 8px; }
.foot__cols a, .foot__cols p { font-size: 15px; color: var(--body-dark); text-decoration: none; }
.foot__cols a { transition: color .25s ease; }
.foot__cols a:hover { color: var(--cream-text); }
.foot__cols a.is-book { color: var(--sand-accent); }

.foot__tag {
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  color: var(--body-dark);
  margin: 32px 0;
}
.foot__bottom {
  max-width: var(--wrap);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.foot__bottom p { font-size: 12px; color: rgba(228, 214, 194, .6); }
.foot__bottom span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--sand-accent);
}

/* --------------------------------------------------------------------------
   19. Sticky bottom CTA (mobile only)
   -------------------------------------------------------------------------- */

.stickycta { display: none; }

@media (max-width: 699px) {
  .stickycta {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 70;
    max-width: 560px;
    margin-inline: auto;
    background: rgba(58, 42, 30, .96);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(244, 237, 223, .15);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    gap: 10px;
    align-items: center;
    transform: translateY(110%);
    transition: transform .4s var(--ease-out);
  }
  .stickycta.is-up { transform: translateY(0); }
  .stickycta__txt { flex: 1; min-width: 0; }
  .stickycta__txt b {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sand-accent);
  }
  .stickycta__txt span {
    display: block;
    font-family: var(--display);
    font-size: 15px;
    color: var(--cream-text);
    margin-top: 3px;
  }
  .stickycta .btn {
    padding: 0 22px;
    min-height: 48px;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: .12em;
  }
  /* Keep the bar from ever covering footer content. */
  .foot { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
}

/* --------------------------------------------------------------------------
   20. Book Now page
   -------------------------------------------------------------------------- */

.bookpage { min-height: 100svh; display: flex; flex-direction: column; background: var(--sand); }

.bookhdr {
  background: rgba(247, 238, 222, .96);
  border-bottom: 1px solid rgba(138, 67, 38, .16);
}
.bookhdr__inner {
  max-width: var(--wrap);
  margin-inline: auto;
  padding: 14px clamp(18px, 4vw, 46px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.bookhdr img { height: clamp(26px, 4.2vw, 34px); width: auto; }
.bookhdr a.back {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.bookhdr a.back:hover { color: var(--clay); }

.bookmain { flex: 1; display: grid; grid-template-columns: 1fr; }
@media (min-width: 900px) { .bookmain { grid-template-columns: 1.1fr .9fr; } }

.bookaside {
  position: relative;
  overflow: hidden;
  background: var(--journey-bg);
  min-height: 300px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 900px) { .bookaside { min-height: 100%; } }
.bookaside > img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.bookaside::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(36, 22, 9, .2) 0%, rgba(36, 22, 9, .05) 40%, rgba(36, 22, 9, .85) 100%);
}
.bookaside__copy { position: relative; z-index: 1; padding: clamp(24px, 4vw, 44px); }
.bookaside .eyebrow { color: var(--tan); }
.bookaside .leaf { --leaf-h: 20px; color: var(--cream-text); }
.bookaside h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.06;
  color: var(--cream-text);
  margin-top: 14px;
}
.bookaside p {
  font-weight: 300;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.65;
  color: var(--body-dark-2);
  max-width: 440px;
  margin-top: 14px;
}

.bookform {
  background-color: var(--sand);
  background-image: url('../img/pattern-tile.webp');
  background-repeat: repeat;
  background-size: 300px 330px;
  padding: clamp(28px, 5vw, 64px) clamp(20px, 4vw, 56px);
  display: grid;
  place-items: center;
}
.bookcard {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  background: var(--cream);
  border-radius: 6px;
  border: 1px solid rgba(138, 67, 38, .2);
  box-shadow: 0 30px 70px -34px rgba(58, 42, 30, .5);
}
.bookcard .kente { height: 8px; }
.bookcard__inner { padding: clamp(24px, 3.4vw, 40px); }
.bookcard__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}
.bookcard__top b {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--clay);
}
.bookcard__top span { font-size: 11px; font-weight: 600; color: var(--body-muted); }

.bookgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bookgrid .full { grid-column: 1 / -1; }

.bookfield label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--body-cream);
  margin-bottom: 7px;
}
.bookfield input, .bookfield select {
  width: 100%;
  font-size: 15px;
  color: var(--ink);
  background: var(--input-bg);
  border: 1px solid rgba(58, 42, 30, .2);
  border-radius: 3px;
  padding: 13px 14px;
  min-height: 48px;
  transition: border-color .2s ease;
}
@media (max-width: 699px) { .bookfield input, .bookfield select { font-size: 16px; } }
.bookfield input:focus, .bookfield select:focus { border-color: var(--terracotta); }
.bookfield input[aria-invalid="true"], .bookfield select[aria-invalid="true"] {
  border-color: var(--clay);
  border-width: 2px;
}
.bookfield .err { display: none; margin-top: 6px; font-size: 12.5px; font-weight: 600; color: var(--clay); }
.bookfield.is-bad .err { display: block; }

.estimate {
  grid-column: 1 / -1;
  background: var(--sand);
  border: 1px solid rgba(138, 67, 38, .16);
  border-radius: 4px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}
.estimate[hidden] { display: none; }
.estimate b {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--clay);
}
.estimate span { display: block; font-size: 12px; color: var(--body-cream); margin-top: 5px; }
.estimate__total {
  font-family: var(--display);
  font-size: 30px;
  line-height: 1;
  color: var(--terracotta);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.bookcard .btn { min-height: 54px; border-radius: 3px; margin-top: 4px; }
/* Availability notices injected after #estimate are grid children — span them. */
.bookgrid > .bookfine { grid-column: 1 / -1; margin-top: 0; }

/* Sub-label inside a field label: "2 guests each". Block, so it never wraps
   mid-phrase against the uppercase label above it. */
.bookfield label .sub {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: none;
  color: var(--body-muted);
}
.bookfield select option:disabled { color: var(--body-muted); }

/* Live availability for the chosen dates. */
.availability {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--body-cream);
}
.availability[data-tone="ok"] { color: var(--clay); }
.availability[data-tone="warn"] { color: var(--clay); font-weight: 700; }
.availability[hidden] { display: none; }
.bookfine { text-align: center; font-size: 12px; color: var(--body-muted); margin-top: 16px; line-height: 1.6; }

.booksuccess { text-align: center; padding: clamp(30px, 4vw, 46px) 0; }
.booksuccess__tick {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-size: 24px;
  margin: 0 auto 20px;
}
.booksuccess h2 { font-family: var(--display); font-weight: 400; font-size: 28px; color: var(--ink); }
.booksuccess p { font-size: 15px; line-height: 1.7; color: var(--body-cream); margin-top: 14px; }
.booksuccess p strong { color: var(--ink); }
.booksuccess .btn { margin-top: 24px; }

.bookfoot {
  background: var(--ink);
  padding: 18px clamp(18px, 4vw, 46px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.bookfoot p { font-size: 12px; color: rgba(228, 214, 194, .7); }
.bookfoot span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--sand-accent);
}

/* --------------------------------------------------------------------------
   21. Reveal-on-enter
   -------------------------------------------------------------------------- */

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .85s var(--ease-out), transform .85s var(--ease-out);
}
[data-reveal].is-in { opacity: 1; transform: none; }

[data-line-group] .line > span {
  transform: translateY(110%);
  transition: transform .9s var(--ease-out);
}
[data-line-group].is-in .line > span { transform: none; }

/* --------------------------------------------------------------------------
   22. Reduced motion
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  /* Content renders in its final state immediately. The countdown keeps ticking. */
  [data-reveal],
  [data-line-group] .line > span {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .marquee__track { animation: none; transform: none; }
  .hero__cue::after { animation: none; }
  .stickycta { transition: none; }

  /* Parallax, hero zoom, ken-burns and the card-deck transforms are all
     skipped in JS; these guard anything already written to the DOM. */
  .hero__arch img, .pool__frame img { transform: none !important; }
  .journey { height: auto; }
  .journey__stage { position: static; height: auto; overflow: visible; }
  .journey__inner { padding-block: 64px; }
  .journey__cards { display: none; }
  .journey__captions { position: static; display: block; min-height: 0; }
  .journey__caption {
    position: static;
    opacity: 1 !important;
    transform: none !important;
    padding-block: 26px;
    border-top: 1px solid rgba(244, 237, 223, .14);
  }
  .journey__caption:first-child { border-top: 0; }
  .journey__ticks, .journey__numerals { display: none; }
  .why__card:hover { transform: none; }
  .btn:hover { transform: none; }
}

/* --------------------------------------------------------------------------
   23. Print
   -------------------------------------------------------------------------- */

@media print {
  .progress, .hdr, .menu, .stickycta, .hero__cue, .marquee { display: none !important; }
  body { background: #fff; color: #000; }
  .journey { height: auto; }
  .journey__stage { position: static; height: auto; }
}
