@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,300;6..72,400;6..72,500;6..72,600&family=Instrument+Sans:wght@400;500;600&display=swap');

/* ==========================================================================
   Draysey Woods Nature Escape
   Brand-lock: primary #403F2B / accent #BADA55 (measured from the live site)
   Type: Newsreader (display) + Instrument Sans (body)
   ========================================================================== */

:root {
  --brand-primary: #403F2B;
  --brand-accent: #BADA55;
  --font-display: 'Newsreader', Georgia, serif;
  --font-body: 'Instrument Sans', system-ui, sans-serif;

  /* measured palette */
  --olive: #403F2B;
  --olive-deep: #29291F;
  --olive-mid: #4D4B36;
  --ink: #1C1C14;
  --cream: #F3F1C4;
  --cream-bright: #FEFAF1;
  --lime: #BADA55;

  --line: rgba(243, 241, 196, .16);
  --line-soft: rgba(243, 241, 196, .09);
  --muted: rgba(243, 241, 196, .72);
  --muted-soft: rgba(243, 241, 196, .56);

  --shell: 1240px;
  --nav-h: 78px;
}

/* === Phase 3.6 floor (verbatim) ========================================== */
html { color-scheme: light; }
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: clip; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.55; color: #1a1d24; background: #fff; }
img, video, picture { max-width: 100%; display: block; }
.hero__media, .page-hero__media, .cta-strip__media, .about__media, .gallery-grid figure, .service-card__media, .testimonial-card__photo, .review-card__photo, .parallax, [data-parallax] { overflow: hidden; }
.parallax img, [data-parallax] img { width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); margin: 0 0 0.5em; line-height: 1.15; }
h1, h2, h3, h4 { text-wrap: balance; }
p, li { text-wrap: pretty; }
a { color: inherit; }
input, textarea, select, button { font-family: inherit; font-size: 16px; min-height: 44px; }
button, .btn, a.btn, [role="button"] { min-height: 44px; min-width: 44px; cursor: pointer; }
button:active, .btn:active { transform: scale(0.96); }
[data-count] { font-variant-numeric: tabular-nums; }
@media (scripting: none) { .reveal-up, .reveal-fade, .reveal-stagger > *, .reveal-section { opacity: 1 !important; visibility: visible !important; transform: none !important; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
.placeholder { display: block; padding: 1.25rem; border: 1px dashed currentColor; border-radius: 12px; opacity: 0.65; text-align: center; }
.bottom-cta, .fixed-cta-bar { padding-bottom: calc(1rem + env(safe-area-inset-bottom)); }

/* === Dark-first canvas (this build overrides the floor's white body) ===== */
body {
  background: var(--olive);
  color: var(--cream);
  font-size: 17px;
  line-height: 1.62;
  letter-spacing: .002em;
}
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; border-radius: 2px; }

/* === Shell =============================================================== */
.container { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }
.container--wide { width: 100%; max-width: 1560px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3.5rem); }
.container--narrow { width: 100%; max-width: 780px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }

.section { padding: clamp(4.5rem, 10vh, 8rem) 0; position: relative; }
.section--tight { padding: clamp(3rem, 6vh, 4.5rem) 0; }
.section--deep { background: var(--olive-deep); }
.section--deep h1, .section--deep h2, .section--deep h3, .section--deep h4 { color: var(--cream); }

/* === Type ================================================================ */
h1, h2, h3, h4 { color: var(--cream); font-weight: 400; letter-spacing: -.012em; }
h1 { font-size: clamp(2rem, 5vw, 3.9rem); line-height: 1.05; }
h2 { font-size: clamp(1.65rem, 3.6vw, 2.9rem); line-height: 1.12; }
h3 { font-size: clamp(1.2rem, 2.1vw, 1.6rem); line-height: 1.2; }
h4 { font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.3; }

.eyebrow {
  font-family: var(--font-body);
  font-size: .74rem; font-weight: 600;
  letter-spacing: .19em; text-transform: uppercase;
  color: var(--lime);
  margin: 0 0 1.15rem;
  display: flex; align-items: center; gap: .8rem;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--lime); flex: 0 0 26px; }
.eyebrow--center { justify-content: center; }

.lede { font-size: clamp(1.06rem, 1.5vw, 1.28rem); line-height: 1.6; color: var(--cream); max-width: 60ch; }
.prose p { margin: 0 0 1.25em; color: var(--muted); max-width: 66ch; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--cream); font-weight: 500; }

.section-head { max-width: 68ch; margin: 0 0 clamp(2.25rem, 4vw, 3.5rem); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head p { color: var(--muted); margin: .9rem 0 0; font-size: 1.05rem; }

/* === Buttons ============================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem 1.7rem;
  font-family: var(--font-body); font-size: .95rem; font-weight: 600;
  letter-spacing: .012em; text-decoration: none;
  border-radius: 999px; border: 1px solid transparent;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .18s ease;
  white-space: nowrap;
}
.btn--primary { background: var(--lime); color: var(--ink); }
.btn--primary:hover { background: var(--cream-bright); }
.btn--ghost { background: transparent; color: var(--cream); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--cream); background: rgba(243, 241, 196, .07); }
.btn--sm { padding: .6rem 1.15rem; font-size: .84rem; }
.btn svg { width: 15px; height: 15px; flex: 0 0 15px; }

.textlink {
  display: inline-flex; align-items: center; gap: .45rem;
  color: var(--lime); text-decoration: none; font-weight: 600; font-size: .95rem;
  border-bottom: 1px solid transparent; padding-bottom: 2px;
  transition: border-color .22s ease;
}
.textlink:hover { border-bottom-color: var(--lime); }
/* inline-flex lets the label break mid-phrase in a narrow column */
.textlink { white-space: nowrap; }

/* === Nav ================================================================= */
.u-nav {
  position: absolute; top: 0; left: 0; right: 0; z-index: 900;
  min-height: var(--nav-h);
  display: flex; align-items: center;
  color: var(--cream);
  transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
  border-bottom: 1px solid transparent;
  padding-top: env(safe-area-inset-top);
}
.u-nav.is-scrolled {
  position: fixed;
  background: rgba(41, 41, 31, .93);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-bottom-color: var(--line-soft);
}
.nav__inner { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }

.nav__brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--cream); }
.nav__brand svg { width: 30px; height: 30px; flex: 0 0 30px; color: var(--lime); }
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.nav__brand-text b { font-family: var(--font-display); font-weight: 400; font-size: 1.16rem; letter-spacing: -.01em; }
.nav__brand-text span { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-soft); margin-top: 3px; }

/* One menu element serves both the desktop row and the mobile overlay, so the
   link set can never drift between the two. */
.nav__menu { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.nav__menu a {
  color: var(--cream); text-decoration: none; font-size: .93rem; font-weight: 500;
  white-space: nowrap; padding: .4rem 0; display: inline-block;
  border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease;
}
.nav__menu a:hover, .nav__menu a[aria-current="page"] { color: var(--lime); }
/* Specificity must beat `.nav__menu a { display:inline-block }` above, or these
   mobile-only items leak into the desktop nav row. */
.nav__menu a.nav__menu-cta, .nav__menu a.nav__menu-tel { display: none; }
.nav__actions { display: flex; align-items: center; gap: .7rem; }

/* === Hero ================================================================ */
.hero { position: relative; min-height: 100dvh; display: flex; align-items: flex-end; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
/* Two-axis scrim: the vertical pass darkens the nav strip and the base, the
   horizontal pass sits behind the left-aligned statement so cream type never
   lands on the bright part of the sky. */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(95deg, rgba(24,24,17,.82) 0%, rgba(24,24,17,.58) 30%, rgba(24,24,17,.18) 55%, rgba(24,24,17,0) 74%),
    linear-gradient(180deg, rgba(24,24,17,.58) 0%, rgba(24,24,17,.14) 32%, rgba(24,24,17,.40) 70%, rgba(24,24,17,.80) 100%);
}
.hero__inner { width: 100%; padding-block: calc(var(--nav-h) + 3rem) clamp(3.5rem, 8vh, 6rem); }
/* px, not ch: `ch` resolves against the 17px body font, so a ch-based cap here
   is ~5x narrower than intended and stacks the H1 into a column. */
.hero__body { max-width: 660px; }
.hero h1 { color: var(--cream-bright); text-shadow: 0 2px 26px rgba(20, 20, 14, .55); margin-bottom: .55rem; }
.hero__sub {
  font-size: clamp(1.02rem, 1.35vw, 1.2rem); line-height: 1.55;
  color: rgba(254, 250, 241, .9); max-width: 44ch; margin: 0 0 2rem;
  text-shadow: 0 1px 16px rgba(20, 20, 14, .55);
}
.hero .eyebrow { color: var(--lime); text-shadow: 0 1px 12px rgba(20, 20, 14, .6); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__scroll {
  position: absolute; right: clamp(1.25rem, 4vw, 3rem); bottom: clamp(3.5rem, 8vh, 6rem);
  writing-mode: vertical-rl; font-size: .66rem; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(254, 250, 241, .62); display: flex; align-items: center; gap: .8rem;
}
.hero__scroll::after { content: ""; width: 1px; height: 52px; background: linear-gradient(rgba(254,250,241,.5), transparent); }

/* === Page hero (sub-pages) =============================================== */
.page-hero { position: relative; display: flex; align-items: flex-end; min-height: 62vh; isolation: isolate; }
.page-hero--type { min-height: 0; padding: calc(var(--nav-h) + clamp(4rem, 9vh, 7rem)) 0 clamp(2.5rem, 5vh, 4rem); background: var(--olive-deep); align-items: stretch; }
.page-hero__media { position: absolute; inset: 0; z-index: -2; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero:not(.page-hero--type)::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(95deg, rgba(24,24,17,.80) 0%, rgba(24,24,17,.52) 34%, rgba(24,24,17,.12) 62%, rgba(24,24,17,0) 80%),
    linear-gradient(180deg, rgba(24,24,17,.62) 0%, rgba(24,24,17,.24) 40%, rgba(24,24,17,.72) 82%, rgba(24,24,17,.90) 100%);
}
.page-hero__inner { width: 100%; padding-block: calc(var(--nav-h) + 3rem) clamp(2.75rem, 6vh, 4.5rem); }
.page-hero--type .page-hero__inner { padding-block: 0; }
.page-hero h1 { color: var(--cream-bright); margin-bottom: .5rem; }
.page-hero:not(.page-hero--type) h1 { text-shadow: 0 2px 26px rgba(20,20,14,.55); }
.page-hero__sub { font-size: clamp(1rem, 1.3vw, 1.18rem); color: rgba(254,250,241,.88); max-width: 52ch; margin: 0; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.75rem; }
.page-hero--type .page-hero__sub { color: var(--muted); }

/* === Rails =============================================================== */
.rail { overflow: hidden; position: relative; }
.rail-track { display: flex; align-items: center; width: max-content; will-change: transform; }

.hero-trust-rail { background: var(--olive-deep); border-block: 1px solid var(--line-soft); padding: 1.05rem 0; }
.hero-trust-rail .rail-track { gap: 0; }
.hero-trust-rail .rail-item {
  display: inline-flex; align-items: center; gap: .7rem;
  padding: 0 clamp(1.5rem, 3vw, 2.6rem);
  font-size: .82rem; letter-spacing: .055em; text-transform: uppercase;
  color: var(--muted); white-space: nowrap; font-weight: 500;
}
.hero-trust-rail .rail-item::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); flex: 0 0 5px; }

.featured-projects-rail { padding: 0; }
.featured-projects-rail .rail-track { gap: clamp(.85rem, 1.6vw, 1.4rem); }
.featured-projects-rail figure { margin: 0; width: clamp(230px, 26vw, 380px); flex: 0 0 auto; }
.featured-projects-rail .rail-shot { overflow: hidden; border-radius: 3px; aspect-ratio: 4/3; background: var(--olive-mid); }
.featured-projects-rail img { width: 100%; height: 100%; object-fit: cover; }
.featured-projects-rail figcaption { font-size: .78rem; color: var(--muted-soft); margin-top: .65rem; letter-spacing: .04em; }

/* === Editorial split ===================================================== */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 5vw, 5.5rem); align-items: center; }
.split--reverse .split__media { order: -1; }
.split__media { position: relative; overflow: hidden; border-radius: 3px; background: var(--olive-mid); }
.split__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split__media--tall { aspect-ratio: 4/5; }
.split__media--wide { aspect-ratio: 5/4; }
.split__body { min-width: 0; }

.stat-strip { display: flex; gap: clamp(1rem, 2.2vw, 2rem); margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
/* flex:1 1 0 + min-width:0 keeps all three on one row inside the ~500px split
   column; without it the third stat wraps to a lonely second row. */
.stat { flex: 1 1 0; min-width: 0; }
.stat b { display: block; font-family: var(--font-display); font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 400; color: var(--lime); line-height: 1; font-variant-numeric: tabular-nums; }
.stat span { display: block; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-soft); margin-top: .5rem; line-height: 1.35; }

/* === Facilities list ===================================================== */
.facilities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(2rem, 5vw, 5rem); list-style: none; margin: 0; padding: 0; }
.facilities li {
  display: flex; align-items: flex-start; gap: .95rem;
  padding: 1.15rem 0; border-bottom: 1px solid var(--line-soft);
  color: var(--cream); font-size: 1.02rem; max-width: none;
}
.facilities svg { width: 17px; height: 17px; flex: 0 0 17px; color: var(--lime); margin-top: 4px; }

/* === Pitch / price cards ================================================= */
.pitch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.75rem); align-items: stretch; }
.pitch-card {
  display: flex; flex-direction: column;
  background: var(--olive-mid); border: 1px solid var(--line-soft); border-radius: 4px;
  padding: clamp(1.6rem, 2.6vw, 2.35rem);
  transition: border-color .25s ease, transform .25s ease;
}
.pitch-card:hover { border-color: var(--line); transform: translateY(-3px); }
.pitch-card--feature { background: var(--olive-deep); border-color: rgba(186, 218, 85, .35); }
.pitch-card__label { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--lime); margin-bottom: 1.1rem; }
.pitch-card h3 { margin-bottom: .35rem; }
.pitch-card__price { font-family: var(--font-display); font-size: clamp(1.9rem, 3.2vw, 2.55rem); color: var(--cream-bright); line-height: 1; margin: .6rem 0 .3rem; font-variant-numeric: tabular-nums; }
.pitch-card__price small { font-family: var(--font-body); font-size: .82rem; color: var(--muted-soft); letter-spacing: .04em; font-variant-numeric: normal; }
.pitch-card__terms { font-size: .84rem; color: var(--muted-soft); margin: 0 0 1.3rem; padding-bottom: 1.3rem; border-bottom: 1px solid var(--line-soft); }
.pitch-card p { color: var(--muted); font-size: .97rem; margin: 0 0 1.5rem; max-width: none; }
.pitch-card__foot { margin-top: auto; }

/* === Local-area intro ====================================================
   The bike photo is 282px native, so its figure is capped near that width and
   sits beside the copy rather than being stretched into a media column. */
.local-intro { display: grid; grid-template-columns: 1fr auto; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.local-intro__fig { margin: 0; max-width: 330px; }
.local-intro__fig img { width: 100%; height: auto; border-radius: 3px; }
.local-intro__fig figcaption { font-size: .8rem; color: var(--muted-soft); margin-top: .7rem; line-height: 1.5; }

/* === Destination cards =================================================== */
.dest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 3vw, 2.75rem); }
.dest-card { display: flex; flex-direction: column; background: var(--olive-mid); border: 1px solid var(--line-soft); border-radius: 4px; overflow: hidden; }
.dest-card__media { aspect-ratio: 3/2; overflow: hidden; background: var(--olive-deep); }
.dest-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.dest-card:hover .dest-card__media img { transform: scale(1.04); }
.dest-card__body { padding: clamp(1.4rem, 2.2vw, 1.9rem); }
.dest-card__body h3 { color: var(--cream-bright); margin-bottom: .5rem; }
.dest-card__body p { color: var(--muted); font-size: .97rem; margin: 0; max-width: none; }
.dest-card__meta { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--lime); margin-bottom: .7rem; }

/* === Gallery ============================================================= */
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2vw, 1.6rem) clamp(.7rem, 1.4vw, 1.15rem); align-items: start; }
.gallery-grid figure { margin: 0; display: flex; flex-direction: column; }
.gallery-grid figure > div { overflow: hidden; border-radius: 3px; background: var(--olive-mid); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-grid figcaption { font-size: .8rem; color: var(--muted-soft); margin-top: .65rem; line-height: 1.45; }
/* Ratio lives on the inner box, never the figure — a ratio on the figure fixes its
   height and the caption paints over the photo. */
.g-span-7 { grid-column: span 7; }   .g-span-7 > div  { aspect-ratio: 3/2; }
.g-span-5 { grid-column: span 5; }   .g-span-5 > div  { aspect-ratio: 4/5; }
.g-span-4 { grid-column: span 4; }   .g-span-4 > div  { aspect-ratio: 1; }
.g-span-6 { grid-column: span 6; }   .g-span-6 > div  { aspect-ratio: 3/2; }
.g-span-12 { grid-column: span 12; } .g-span-12 > div { aspect-ratio: 21/8; }

/* === Note block ========================================================== */
.note {
  border: 1px dashed rgba(186, 218, 85, .4); border-radius: 4px;
  padding: clamp(1.4rem, 2.4vw, 2rem); background: rgba(186, 218, 85, .05);
}
.note h4 { color: var(--lime); margin-bottom: .5rem; }
.note p { color: var(--muted); margin: 0; font-size: .97rem; max-width: none; }

/* === Enquiry form ======================================================== */
.enquire { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 2rem; }
.field { display: flex; flex-direction: column; gap: .5rem; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-soft); font-weight: 600; }
.field input, .field textarea, .field select {
  background: rgba(28, 28, 20, .45); color: var(--cream);
  border: 1px solid var(--line); border-radius: 3px;
  padding: .85rem 1rem; font-size: 16px; width: 100%;
  transition: border-color .2s ease, background-color .2s ease;
}
.field textarea { min-height: 128px; resize: vertical; line-height: 1.55; }
.field input::placeholder, .field textarea::placeholder { color: rgba(243, 241, 196, .38); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--lime); background: rgba(28, 28, 20, .62); outline: none; }
.form-foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: .4rem; }
.form-foot small { color: var(--muted-soft); font-size: .82rem; }
.form-grid .form-error { grid-column: 1 / -1; margin: 0; }

/* === Contact detail list ================================================= */
.detail-list { list-style: none; margin: 0; padding: 0; }
.detail-list li { padding: 1.25rem 0; border-bottom: 1px solid var(--line-soft); max-width: none; }
.detail-list li:first-child { padding-top: 0; }
.detail-list dt, .detail-list .k { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--lime); margin-bottom: .5rem; }
.detail-list .v { color: var(--cream); font-size: 1.04rem; line-height: 1.6; }
.detail-list .v a { text-decoration: none; border-bottom: 1px solid var(--line); transition: border-color .2s ease; }
.detail-list .v a:hover { border-bottom-color: var(--lime); }
.detail-list .v span { display: block; color: var(--muted-soft); font-size: .88rem; }

/* === CTA band ============================================================ */
.cta-band { background: var(--olive-deep); border-top: 1px solid var(--line-soft); text-align: center; }
.cta-band h2 { max-width: 22ch; margin-inline: auto; }
.cta-band p { color: var(--muted); max-width: 54ch; margin: 1rem auto 2rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }

/* === Footer ============================================================== */
.footer { background: var(--ink); border-top: 1px solid var(--line-soft); padding: clamp(3.5rem, 7vh, 5.5rem) 0 2rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); }
.footer__brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--cream); margin-bottom: 1.1rem; }
.footer__brand svg { width: 30px; height: 30px; flex: 0 0 30px; color: var(--lime); }
.footer__brand b { font-family: var(--font-display); font-weight: 400; font-size: 1.2rem; }
.footer p { color: var(--muted-soft); font-size: .93rem; max-width: 38ch; }
.footer h4 { font-family: var(--font-body); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--lime); margin-bottom: 1.1rem; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: .7rem; max-width: none; }
.footer a { color: var(--muted); text-decoration: none; font-size: .94rem; transition: color .2s ease; }
.footer a:hover { color: var(--cream); }
.footer__social { display: flex; gap: .6rem; margin-top: 1.25rem; }
.footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); transition: color .2s ease, border-color .2s ease; }
.footer__social a:hover { color: var(--lime); border-color: var(--lime); }
.footer__social svg { width: 17px; height: 17px; }
.footer__base { margin-top: clamp(2.5rem, 5vh, 3.5rem); padding-top: 1.75rem; border-top: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; }
.footer__base small, .footer__base a { color: var(--muted-soft); font-size: .82rem; }
.footer__legal { display: flex; gap: 1.35rem; flex-wrap: wrap; }
.footer__credit { color: var(--muted-soft); font-size: .8rem; opacity: .75; }
.footer__credit a { color: var(--lime); text-decoration: none; font-size: .8rem; }
.footer__credit a:hover { text-decoration: underline; }

/* === Cookie banner ======================================================= */
.cookie-banner {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1200;
  max-width: 560px; margin-inline: auto;
  background: var(--olive-deep); border: 1px solid var(--line);
  border-radius: 5px; padding: 1.3rem 1.4rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .45);
  padding-bottom: calc(1.3rem + env(safe-area-inset-bottom));
}
.cookie-banner p { color: var(--muted); font-size: .89rem; margin: 0 0 1rem; max-width: none; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: .6rem; }

/* === Utility / legal pages =============================================== */
.legal { padding: calc(var(--nav-h) + clamp(4rem, 9vh, 7rem)) 0 clamp(4rem, 9vh, 7rem); background: var(--olive-deep); }
.legal h2 { font-size: clamp(1.3rem, 2.2vw, 1.65rem); margin: 2.75rem 0 .9rem; }
.legal p, .legal li { color: var(--muted); }
.legal ul { padding-left: 1.15rem; }
.legal li { margin-bottom: .55rem; }
.error-page { min-height: 100dvh; display: flex; align-items: center; text-align: center; background: var(--olive-deep); padding: calc(var(--nav-h) + 3rem) 0 4rem; }
.error-page__code { font-family: var(--font-display); font-size: clamp(4.5rem, 14vw, 9rem); color: var(--lime); line-height: 1; margin: 0 0 .5rem; }

/* === Nav toggle (floor) ================================================== */
.nav__toggle { display: none; background: none; border: 0; padding: .5rem; min-width: 44px; min-height: 44px; cursor: pointer; color: currentColor; }
.nav__toggle-bar { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px 0; transition: transform .3s, opacity .3s; }
.nav__toggle[aria-expanded="true"] .nav__toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] .nav__toggle-bar:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] .nav__toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================================
   Nav-fit collapse at 900px.
   Five long labels ("Contact & Bookings", "The Local Area") plus a CTA cannot
   fit the 768px tier, so the nav alone collapses early. This is nav-fit, not a
   second mobile breakpoint — every other mobile rule stays on 767.
   ========================================================================== */
@media (max-width: 900px) {
  .nav__toggle { display: inline-block; }
  .nav__actions .btn, .nav__brand-text span { display: none; }
  .nav__menu a.nav__menu-cta, .nav__menu a.nav__menu-tel { display: block; }
  .nav__menu {
    display: flex; position: fixed; inset: 0;
    background: var(--olive-deep); color: var(--cream);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 1.15rem; padding: 2rem;
    transform: translateX(100%); transition: transform .35s ease;
    z-index: 1000; overflow-y: auto; height: 100dvh;
  }
  .nav__menu.is-open { transform: translateX(0); }
  .nav__menu a { font-family: var(--font-display); font-size: clamp(1.5rem, 7vw, 2.35rem); padding: .4rem 0; color: inherit; text-decoration: none; font-weight: 400; }
  .nav__menu a:hover, .nav__menu a[aria-current="page"] { color: var(--lime); }
  .nav__menu .nav__menu-cta { margin-top: 1.1rem; padding: .875rem 1.75rem; border: 1px solid var(--lime); border-radius: 999px; font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--lime); }
  .nav__menu .nav__menu-tel { font-family: var(--font-body); font-size: 1rem; color: var(--muted); letter-spacing: .04em; margin-top: .3rem; }
}
body.menu-open { position: fixed; width: 100%; overflow: hidden; }

/* === Tablet ============================================================== */
@media (max-width: 1024px) {
  .split { grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 3rem); }
  .split--reverse .split__media { order: 0; }
  .local-intro { grid-template-columns: 1fr; }
  .local-intro__fig { max-width: 330px; }
  .split__media--tall { aspect-ratio: 3/2; }
  .pitch-grid { grid-template-columns: 1fr; }
  .enquire { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .hero__body { max-width: 560px; }
}

/* === Mobile floor (mobile-web-build SSOT — single 767px gate) ============ */
@media (max-width: 767px) {
  h1 { font-size: clamp(2rem, 8vw, 2.75rem); }
  h2 { font-size: clamp(1.5rem, 6vw, 1.875rem); }
  h3 { font-size: clamp(1.25rem, 5vw, 1.5rem); }
  .hero__sub, .page-hero__sub, .lede { font-size: clamp(1rem, 4vw, 1.0625rem); line-height: 1.5; }
  p, li { max-width: 38ch; }
  .container, .container--wide, .container--narrow { padding: 0 clamp(1.25rem, 5vw, 1.5rem); }
}
@media (max-width: 420px) {
  h1 { font-size: clamp(1.875rem, 9vw, 2.5rem); }
  .hero__actions, .page-hero__actions { flex-direction: column; gap: 12px; }
  .hero__actions .btn, .page-hero__actions .btn { width: 100%; }
}

/* Mobile rail keyframe — the JS RAF loop is desktop-gated, so rails fall back
   to a continuous CSS marquee or they freeze at offset 0. */
@media (max-width: 767px) {
  .rail--scroll-velocity .rail-track,
  .testimonial-rail .rail-track,
  .review-rail .rail-track,
  .rail--proof .rail-track { animation: mobile-rail-drift 40s linear infinite; }
  .rail--scroll-velocity .rail-track:hover,
  .testimonial-rail .rail-track:hover,
  .review-rail .rail-track:hover,
  .rail--proof .rail-track:hover { animation-play-state: paused; }
  .hero-trust-rail .rail-track { animation-duration: 105s; }
}
@keyframes mobile-rail-drift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
/* Reduced motion stops the marquee. No `transform: none !important` here: an
   !important author declaration outranks the keyframe, which would freeze the
   rail at offset 0 for everyone (R70). `animation: none` is sufficient — the JS
   rail loop never runs under reduced motion, so there is no stranded transform. */
@media (prefers-reduced-motion: reduce) { .rail-track { animation: none !important; } }

/* === Mobile composition ================================================== */
@media (max-width: 767px) {
  :root { --nav-h: 66px; }
  .section { padding: clamp(3.25rem, 8vh, 4.5rem) 0; }

  .hero { min-height: 100dvh; }
  .hero__media img { object-position: center 62%; }
  .hero__body { max-width: none; }
  .hero__inner { padding-block: calc(var(--nav-h) + 2rem) clamp(3rem, 7vh, 4rem); }
  .hero__scroll { display: none; }

  .page-hero { min-height: 46vh; }
  .page-hero__inner { padding-block: calc(var(--nav-h) + 2.25rem) 2.25rem; }
  .page-hero--type { padding: calc(var(--nav-h) + 2.5rem) 0 2rem; }

  .facilities { grid-template-columns: 1fr; }
  .facilities li { max-width: none; }
  .dest-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer p { max-width: none; }
  .stat-strip { flex-wrap: wrap; gap: 1.5rem 2.25rem; }
  .stat { flex: 0 0 auto; }

  .gallery-grid { grid-template-columns: 1fr; }
  .g-span-7, .g-span-5, .g-span-4, .g-span-6, .g-span-12 { grid-column: span 1; }
  .g-span-7 > div, .g-span-4 > div, .g-span-6 > div, .g-span-12 > div { aspect-ratio: 3/2; }
  .g-span-5 > div { aspect-ratio: 4/5; }

  .featured-projects-rail figure { width: 74vw; }
  .hero-trust-rail .rail-item { font-size: .74rem; padding: 0 1.15rem; }

  .split__media--tall, .split__media--wide { aspect-ratio: 3/2; }
  .cookie-banner { left: .75rem; right: .75rem; bottom: .75rem; }
  .section-head { margin-bottom: 2rem; }
}

/* === Touch hit areas =====================================================
   Scoped to genuinely tappable elements only. A blanket [aria-label] or .dot
   rule would inflate dialogs and decorative dots (mobile-web-build gotcha).
   Gated at 900px, not 767: 768 is a touch tablet and 44px targets are a touch
   requirement rather than a layout rule. This is the same tier the nav collapses
   on. Layout rules stay on the 767 gate. */
@media (max-width: 900px) {
  .footer a,
  .footer__legal a,
  .detail-list .v a,
  .textlink,
  .nav__brand,
  .footer__brand,
  .nav__menu a.nav__menu-tel {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .footer ul a { padding-block: .55rem; min-width: 44px; }
  .footer li { margin-bottom: .15rem; }
  .footer__legal { gap: 1.1rem; }
  .footer__legal a { min-width: 44px; justify-content: center; }
  .footer__base { gap: .35rem 1rem; }
  .detail-list .v a { padding-block: .3rem; }
  /* uppercase letterspaced labels get a touch more size on small screens */
  .eyebrow, .dest-card__meta, .pitch-card__label, .detail-list .k, .footer h4 { font-size: .8rem; }
  .field label { font-size: .8rem; }
}

/* === Booking page ======================================================== */
.booking { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
@media (min-width: 940px) { .booking { grid-template-columns: minmax(0,1.35fr) minmax(320px,.85fr); gap: 3.5rem; } }

 /* The rule sits on a pseudo-element at the FOOT of each group, not on the
    fieldset's own border. A fieldset border notches around its legend, which drew
    the line straight through the heading text; anchoring to the top instead put
    it under the heading, because a legend sits above the fieldset's padding box.
    Hanging it off the bottom is the only one of the three that lands between
    sections, which is where a divider belongs. */
.bk-group { border: 0; margin: 0; padding: 0 0 2.4rem; position: relative; }
.bk-group:last-of-type { padding-bottom: 0; }
.bk-group:not(:last-of-type)::after { content: ''; position: absolute; bottom: 1.2rem; left: 0; right: 0; height: 1px; background: var(--line); }
.bk-legend { display: block; width: 100%; font-family: var(--font-display); font-size: 1.35rem; color: var(--cream-bright); padding: 0; margin-bottom: 1.1rem; }
.bk-row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 620px) { .bk-row { grid-template-columns: 1fr 1fr; gap: 1.25rem; } }
/* Quantity, adults, children side by side. Inputs align to the bottom so a label
   that wraps ("How many bell tents?") cannot push its input out of line. */
@media (min-width: 620px) { .bk-row--three { grid-template-columns: repeat(3, 1fr); align-items: end; } }
.bk-row + .bk-row { margin-top: 1rem; }
.bk-note { color: var(--muted-soft); font-size: .9rem; margin: .75rem 0 0; }
.bk-note + .bk-note { margin-top: .35rem; }
/* The hidden attribute must win over any display a class sets. */
[hidden] { display: none !important; }

.bk-pitches { display: grid; gap: .85rem; }
.bk-pitch { position: relative; display: block; cursor: pointer; }
.bk-pitch input { position: absolute; opacity: 0; width: 0; height: 0; }
.bk-pitch__body { display: block; border: 1px solid var(--line); border-radius: 14px; padding: 1.1rem 1.2rem; transition: border-color .18s ease, background-color .18s ease; }
.bk-pitch:hover .bk-pitch__body { border-color: rgba(243,241,196,.34); }
.bk-pitch input:checked + .bk-pitch__body { border-color: var(--lime); background: rgba(186,218,85,.07); }
.bk-pitch input:focus-visible + .bk-pitch__body { outline: 2px solid var(--lime); outline-offset: 3px; }
.bk-pitch__kicker { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); margin-bottom: .35rem; }
.bk-pitch__name { display: block; font-family: var(--font-display); font-size: 1.2rem; color: var(--cream-bright); }
.bk-pitch__price { display: block; font-weight: 600; margin: .2rem 0 .5rem; font-variant-numeric: tabular-nums; }
.bk-pitch__blurb { display: block; color: var(--muted); font-size: .93rem; }
.bk-pitch__terms { display: block; color: var(--muted-soft); font-size: .84rem; margin-top: .45rem; }

.bk-extras { display: grid; gap: .7rem; }
.bk-extra { display: flex; gap: .8rem; align-items: flex-start; border: 1px solid var(--line); border-radius: 12px; padding: .9rem 1rem; cursor: pointer; }
.bk-extra:has(input:checked) { border-color: var(--lime); background: rgba(186,218,85,.07); }
.bk-extra input { width: 20px; height: 20px; min-height: 20px; margin-top: .15rem; accent-color: var(--lime); flex: 0 0 auto; }
.bk-extra b { display: block; color: var(--cream-bright); font-weight: 600; }
.bk-extra small { display: block; color: var(--muted-soft); font-size: .85rem; }

.bk-card { border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem; background: rgba(0,0,0,.14); }
@media (min-width: 940px) { .booking__summary { position: sticky; top: calc(var(--nav-h) + 1.25rem); } }
.bk-card__title { font-size: 1.3rem; margin-bottom: 1rem; color: var(--cream-bright); }
.bk-lines { margin: 0 0 1rem; }
.bk-line { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px solid var(--line-soft); }
.bk-line dt { color: var(--muted); font-size: .93rem; margin: 0; }
.bk-line dd { margin: 0; font-variant-numeric: tabular-nums; white-space: nowrap; }
.bk-line--empty dt { color: var(--muted-soft); font-style: italic; }
.bk-total { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .9rem 0 0; }
.bk-total span { color: var(--muted); }
.bk-total strong { font-family: var(--font-display); font-size: 1.9rem; color: var(--lime); font-variant-numeric: tabular-nums; }

.bk-terms { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.bk-terms h3 { font-size: 1rem; margin-bottom: .5rem; color: var(--cream-bright); }
.bk-terms p { font-size: .88rem; color: var(--muted); margin: 0 0 .9rem; }
.bk-check { display: flex; gap: .7rem; align-items: flex-start; cursor: pointer; font-size: .9rem; }
.bk-check input { width: 20px; height: 20px; min-height: 20px; margin-top: .1rem; accent-color: var(--lime); flex: 0 0 auto; }

.bk-error { margin: 1rem 0 0; padding: .75rem .9rem; border-radius: 10px; background: rgba(255,138,120,.12); border: 1px solid rgba(255,138,120,.4); color: #ffcfc6; font-size: .9rem; }
.bk-submit { width: 100%; justify-content: center; margin-top: 1.2rem; }
.bk-submit[disabled] { opacity: .45; cursor: not-allowed; }
.bk-submit[disabled]:active { transform: none; }
.bk-foot { display: block; margin-top: .8rem; color: var(--muted-soft); font-size: .82rem; text-align: center; }
.bk-help { margin: 1rem 0 0; font-size: .9rem; color: var(--muted-soft); text-align: center; }

/* Live availability indicator on the booking page */
.bk-avail { font-size: .88rem; margin: .5rem 0 0; display: inline-flex; align-items: center; gap: .45rem; }
.bk-avail::before { content: ''; width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; background: currentColor; }
.bk-avail--loading { color: var(--muted-soft); }
.bk-avail--ok { color: var(--lime); }
.bk-avail--warn { color: #ffcfa6; }
.bk-avail--none { color: #ffb0a4; }
