/* ============================================================================
   THE WELLNESS RETREAT — design system
   Earthy palette: warm bark browns, forest greens, wildflower gold.
   ========================================================================== */

/* ---- Fonts ---------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&family=Nunito+Sans:wght@300;400;600;700&display=swap');

/* ---- Tokens --------------------------------------------------------------- */
:root {
  --bg:        #f7f1e6;
  --bg-2:      #efe5d2;
  --cream:     #fbf6ec;
  --ink:       #2c2620;
  --muted:     #6d6458;
  --forest:    #33503c;
  --forest-d:  #21372a;
  --moss:      #7b8a58;
  --bark:      #5a4632;
  --gold:      #d69a2d;
  --gold-d:    #b57c1a;
  --terra:     #b25f3a;
  --line:      rgba(60,45,30,.14);
  --line-2:    rgba(60,45,30,.08);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Nunito Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --radius:    18px;
  --radius-sm: 12px;
  --shadow:    0 18px 40px -22px rgba(40,30,15,.45);
  --shadow-lg: 0 34px 70px -30px rgba(40,30,15,.55);
  --maxw:      1180px;
  --nav-h:     72px;
  --ease:      cubic-bezier(.22,.61,.36,1);
}

/* ---- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }

/* ---- Typography ----------------------------------------------------------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.12; color: var(--forest-d); letter-spacing: -.01em; }
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.6rem); }
p  { color: var(--muted); }
strong { color: var(--ink); }

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .74rem;
  font-weight: 700;
  color: var(--gold-d);
  display: inline-block;
  margin-bottom: 1rem;
}
.eyebrow--light { color: var(--gold); }

/* ---- Layout --------------------------------------------------------------- */
.wrap { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
.section { padding: clamp(4rem, 9vw, 7.5rem) 0; position: relative; }
.section--tint { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.section--forest { background: var(--forest-d); }
.section--forest h2, .section--forest h3 { color: var(--cream); }
.section--forest p { color: rgba(251,246,236,.78); }
.section-head { max-width: 660px; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { font-size: 1.08rem; margin-top: .35rem; }

/* ---- Buttons -------------------------------------------------------------- */
.btn {
  --btn-bg: var(--gold);
  --btn-fg: #3a2a10;
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .85rem 1.6rem;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1px solid transparent; border-radius: 999px;
  font-weight: 700; font-size: .96rem; letter-spacing: .01em;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  box-shadow: 0 12px 26px -12px rgba(181,124,26,.7);
  will-change: transform;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 20px 34px -14px rgba(181,124,26,.8); }
.btn:focus-visible { outline: 3px solid var(--forest); outline-offset: 3px; }
.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--forest-d);
  border-color: var(--forest); box-shadow: none;
}
.btn--ghost:hover { background: var(--forest); --btn-fg: var(--cream); box-shadow: var(--shadow); }
.btn--light { --btn-bg: var(--cream); --btn-fg: var(--forest-d); }
.btn--onphoto { --btn-bg: rgba(251,246,236,.14); --btn-fg:#fff; border-color: rgba(255,255,255,.55); backdrop-filter: blur(4px); box-shadow:none; }
.btn--onphoto:hover { --btn-bg: var(--gold); --btn-fg:#3a2a10; border-color: var(--gold); }
.btn--lg { padding: 1rem 2rem; font-size: 1.02rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; }

/* ============================================================================
   NAV
   ========================================================================== */
.nav {
  position: fixed; inset: 0 0 auto 0; height: var(--nav-h); z-index: 100;
  display: flex; align-items: center;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), backdrop-filter .35s;
}
.nav__inner { width: min(100% - 2.5rem, 1280px); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav__brand { display: flex; align-items: center; gap: .6rem; color: #fff; }
.nav__brand .mark { width: 34px; height: 34px; flex: none; }
.nav__brand b { font-family: var(--font-display); font-weight: 600; font-size: 1.16rem; line-height: 1; letter-spacing: -.01em; }
.nav__brand span { display:block; font-size:.72rem; letter-spacing:.24em; text-transform:uppercase; opacity:.85; font-weight:700; margin-top:2px; }

.nav__links { display: flex; align-items: center; gap: .35rem; }
.nav__links a, .nav__drop > button {
  color: #f3ede1; padding: .55rem .8rem; border-radius: 999px; font-weight: 600; font-size: .92rem;
  background: none; border: 0; display: inline-flex; align-items: center; gap: .3rem;
  transition: background .2s, color .2s;
}
.nav__links a:hover, .nav__drop > button:hover { background: rgba(255,255,255,.14); color:#fff; }
.nav .btn { margin-left: .5rem; }

/* colour states: transparent over hero, solid on scroll */
.nav--solid { background: rgba(33,55,42,.96); box-shadow: 0 10px 30px -18px rgba(0,0,0,.7); backdrop-filter: blur(8px); }
.nav--solid .nav__brand, .nav--solid .nav__links a, .nav--solid .nav__drop > button { color: #f3ede1; }

/* dropdown */
.nav__drop { position: relative; }
.nav__drop-menu {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 236px;
  background: var(--cream); border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: .5rem; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s, transform .2s, visibility .2s; border: 1px solid var(--line);
}
.nav__drop:hover .nav__drop-menu, .nav__drop:focus-within .nav__drop-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__drop-menu a { display: block; color: var(--ink); padding: .7rem .8rem; border-radius: 9px; font-size: .92rem; }
.nav__drop-menu a:hover { background: var(--bg-2); color: var(--forest-d); }
.nav__drop-menu a small { display:block; color: var(--muted); font-weight:400; font-size:.76rem; }

/* hamburger */
.nav__burger { display: none; width: 44px; height: 44px; border: 0; background: rgba(255,255,255,.14); border-radius: 12px; position: relative; }
.nav__burger span { position: absolute; left: 11px; right: 11px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav__burger span:nth-child(1) { top: 15px; } .nav__burger span:nth-child(2) { top: 21px; } .nav__burger span:nth-child(3) { top: 27px; }
body.menu-open .nav__burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .nav__burger span:nth-child(2) { opacity: 0; }
body.menu-open .nav__burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* mobile sheet */
.nav__mobile {
  position: fixed; inset: 0; z-index: 99; background: linear-gradient(160deg, var(--forest-d), #16281d);
  transform: translateX(100%); transition: transform .4s var(--ease); padding: calc(var(--nav-h) + 1.5rem) 2rem 2rem;
  overflow-y: auto;
}
body.menu-open .nav__mobile { transform: translateX(0); }
.nav__mobile a { display: block; color: #f3ede1; font-family: var(--font-display); font-size: 1.5rem; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.nav__mobile a.sub { font-family: var(--font-body); font-size: 1.02rem; padding-left: 1.1rem; opacity: .85; }
/* `.nav__mobile a` (0,1,1) outranks `.btn` (0,1,0), so the sheet's link styles
   were overriding the pill: it inherited `padding: .7rem 0` (no horizontal
   padding), the serif display face and a bottom border. Restate them here. */
.nav__mobile .btn {
  margin-top: 1.4rem;
  width: 100%;
  justify-content: center;
  padding: 1rem 1.6rem;
  font-family: var(--font-body);
  font-size: 1.02rem;
  border-bottom: 0;
  border-radius: 999px;
}

/* ============================================================================
   HERO
   ========================================================================== */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero__bg {
  position: absolute; inset: -4% ; background-size: cover; background-position: center;
  will-change: transform; animation: kenburns 32s ease-in-out infinite alternate;
}
@keyframes kenburns {
  0%   { transform: scale(1.06) translate3d(0,0,0); }
  100% { transform: scale(1.18) translate3d(-2%, -2%, 0); }
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,30,22,.55) 0%, rgba(20,30,22,.18) 32%, rgba(15,22,17,.5) 78%, rgba(12,18,14,.82) 100%),
    radial-gradient(120% 90% at 50% 30%, transparent 40%, rgba(10,16,12,.5) 100%);
}
.hero__inner { position: relative; z-index: 2; width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; padding-top: var(--nav-h); }
.hero__eyebrow { color: var(--gold); letter-spacing: .3em; }
.hero h1 { color: #fff; max-width: 15ch; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.hero__lede { color: rgba(255,255,255,.92); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 44ch; margin: 1.3rem 0 2rem; text-shadow: 0 1px 14px rgba(0,0,0,.4); }
.hero__meta { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 1.6rem; color: rgba(255,255,255,.9); font-size: .92rem; }
.hero__meta span { display: inline-flex; align-items: center; gap: .5rem; }
.hero__scroll { position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,.8); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; display: grid; justify-items: center; gap: .5rem; }
.hero__scroll .line { width: 1px; height: 42px; background: linear-gradient(rgba(255,255,255,.9), transparent); animation: scrolldrop 2.2s ease-in-out infinite; }
@keyframes scrolldrop { 0%,100%{ transform: scaleY(.4); transform-origin: top; opacity:.4 } 50%{ transform: scaleY(1); opacity:1 } }

/* page hero (interior detail pages) */
.pagehero { position: relative; min-height: 62vh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.pagehero__bg { position: absolute; inset: -4%; background-size: cover; background-position: center; will-change: transform; }
.pagehero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,30,22,.5) 0%, rgba(15,22,17,.25) 40%, rgba(12,18,14,.85) 100%); }
.pagehero__inner { position: relative; z-index: 2; width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; padding: 0 0 clamp(2.5rem,6vw,4.5rem); }
.pagehero h1 { color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,.4); }
.pagehero .crumbs { font-size: .85rem; color: rgba(255,255,255,.85); margin-bottom: 1rem; letter-spacing:.02em; }
.pagehero .crumbs a:hover { color: var(--gold); }
.pagehero .lede { color: rgba(255,255,255,.92); font-size: 1.15rem; max-width: 52ch; margin-top: 1rem; }

/* ============================================================================
   ABOUT / split
   ========================================================================== */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split.reverse .split__media { order: -1; }
.split__body p + p { margin-top: 1.1rem; }
.split__media { position: relative; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.split__media .badge {
  position: absolute; bottom: -22px; left: -22px; background: var(--cream); border-radius: 16px; padding: 1rem 1.25rem;
  box-shadow: var(--shadow); border: 1px solid var(--line); max-width: 210px;
}
.split__media .badge b { font-family: var(--font-display); font-size: 1.5rem; color: var(--forest-d); display:block; }
.split__media .badge small { color: var(--muted); }
.leaf-rule { display:flex; align-items:center; gap:.8rem; color: var(--moss); margin: 1.5rem 0; }
.leaf-rule::before, .leaf-rule::after { content:""; height:1px; background: var(--line); flex:1; }

/* ============================================================================
   ACCOMMODATION CARDS
   ========================================================================== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.card {
  background: var(--cream); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line-2);
  display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card__media { position: relative; aspect-ratio: 3/2.2; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .card__media img { transform: scale(1.06); }
.card__tag { position: absolute; top: .9rem; left: .9rem; background: rgba(33,55,42,.9); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: .35rem .7rem; border-radius: 999px; }
.card__body { padding: 1.5rem 1.5rem 1.7rem; display: flex; flex-direction: column; gap: .7rem; flex: 1; }
.card__body h3 { color: var(--forest-d); }
/* short qualifier under the stay name — "A-frame cabin · over the bridge" */
.card__sub { font-size: .84rem; color: var(--muted); margin-top: -.35rem; letter-spacing: .01em; }
.card__price { font-family: var(--font-display); color: var(--terra); font-size: 1.3rem; }
.card__price small { font-family: var(--font-body); color: var(--muted); font-size: .82rem; font-weight: 600; }
.card__feat { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .2rem; }
.card__feat li { font-size: .78rem; background: var(--bg-2); color: var(--bark); padding: .3rem .6rem; border-radius: 8px; }
.card__foot { margin-top: auto; padding-top: .4rem; display: flex; gap: .6rem; }

/* ============================================================================
   AMENITIES
   ========================================================================== */
.amenity-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: .9rem; }
.amenity {
  display: flex; align-items: center; gap: .75rem; padding: 1rem 1.1rem; background: var(--cream);
  border: 1px solid var(--line-2); border-radius: 14px; transition: transform .25s var(--ease), border-color .25s, box-shadow .25s;
}
.amenity:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: var(--shadow); }
.amenity .ico { width: 30px; height: 30px; flex: none; color: var(--forest); }
.amenity span { font-weight: 600; font-size: .93rem; color: var(--ink); }
.amenity--more { background: var(--forest); border-color: var(--forest); }
.amenity--more span { color: var(--cream); }
.amenity--more .ico { color: var(--gold); }

/* ============================================================================
   ACTIVITIES
   ========================================================================== */
/* Mobile-first on purpose. This previously defaulted to two columns and relied
   on a max-width override to collapse, which left two ~150px columns squeezed
   side by side on a phone. Stacked is now the default and can't regress. */
.act-grid { display: grid; grid-template-columns: 1fr; gap: 1.6rem; }
@media (min-width: 961px) {
  .act-grid { grid-template-columns: repeat(2, 1fr); }
}
.act {
  background: rgba(251,246,236,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius);
  padding: 1.8rem; backdrop-filter: blur(2px);
}
.section--forest .act h3 { color: var(--cream); }
.act__list { margin-top: 1rem; display: grid; gap: .5rem; }
.act__list li { color: rgba(251,246,236,.82); display: flex; gap: .6rem; align-items: flex-start; font-size: .96rem; }
.act__list li::before { content: ""; width: 8px; height: 8px; margin-top: .55rem; border-radius: 50%; background: var(--gold); flex: none; }
.act__place { color: var(--gold); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }

/* ============================================================================
   EVENTS
   ========================================================================== */
.events { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem,4vw,3.5rem); align-items: start; }
.timeline { display: grid; gap: 1rem; }
.event {
  display: grid; grid-template-columns: 78px 1fr; gap: 1.1rem; background: var(--cream); border: 1px solid var(--line-2);
  border-radius: 16px; padding: 1.2rem 1.3rem; box-shadow: var(--shadow);
}
.event__date { text-align: center; background: var(--forest-d); color: #fff; border-radius: 12px; padding: .6rem 0; align-self: start; }
.event__date b { display: block; font-family: var(--font-display); font-size: 1.5rem; line-height: 1; }
.event__date small { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; opacity: .85; }
.event__date.past { background: var(--bark); }
.event h3 { font-size: 1.2rem; }
.event p { font-size: .93rem; margin-top: .25rem; }
.event__tag { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-d); }
.byoevent {
  background: linear-gradient(160deg, var(--forest), var(--forest-d)); color: var(--cream); border-radius: var(--radius);
  padding: 2rem; box-shadow: var(--shadow-lg); position: sticky; top: calc(var(--nav-h) + 1rem);
}
.byoevent h3 { color: #fff; }
.byoevent p { color: rgba(251,246,236,.82); margin: .8rem 0 1.2rem; }
.byoevent .fb { display:inline-flex; align-items:center; gap:.5rem; color: var(--gold); font-weight:700; margin-top:1rem; }

/* ============================================================================
   PARALLAX BANDS
   ========================================================================== */
.band { position: relative; min-height: 46vh; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; }
.band__bg { position: absolute; inset: -18% 0; background-size: cover; background-position: center; will-change: transform; }
.band__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,30,22,.55), rgba(15,22,17,.7)); }
.band__inner { position: relative; z-index: 2; width: min(100% - 3rem, 760px); padding: 4rem 0; }
.band__inner h2 { color: #fff; font-style: italic; font-weight: 400; }
.band__inner p { color: rgba(255,255,255,.9); margin-top: 1rem; font-size: 1.1rem; }

/* ============================================================================
   GALLERY
   ========================================================================== */
.gal-filter { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 2.2rem; }
.gal-filter button {
  border: 1px solid var(--line); background: transparent; color: var(--bark); padding: .5rem 1.05rem; border-radius: 999px;
  font-weight: 600; font-size: .88rem; transition: all .22s var(--ease);
}
.gal-filter button:hover { border-color: var(--gold); color: var(--forest-d); }
.gal-filter button.active { background: var(--forest-d); border-color: var(--forest-d); color: #fff; }
.gal-grid { columns: 3 260px; column-gap: 1rem; }
.gal-item {
  break-inside: avoid; margin-bottom: 1rem; border-radius: 14px; overflow: hidden; position: relative;
  box-shadow: var(--shadow); cursor: zoom-in; background: var(--bg-2);
}
.gal-item img { width: 100%; transition: transform .6s var(--ease); }
.gal-item:hover img { transform: scale(1.05); }
.gal-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.4rem .9rem .8rem; color: #fff; font-size: .85rem; font-weight: 600;
  background: linear-gradient(transparent, rgba(15,22,17,.82)); opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s;
}
.gal-item:hover figcaption { opacity: 1; transform: translateY(0); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(12,16,12,.92); display: none; align-items: center; justify-content: center; padding: 2rem; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(94vw, 1200px); max-height: 82vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lightbox__cap { position: absolute; bottom: 1.4rem; left: 0; right: 0; text-align: center; color: #fff; font-size: .95rem; }
.lightbox__x, .lightbox__nav { position: absolute; background: rgba(255,255,255,.12); border: 0; color: #fff; border-radius: 50%; width: 52px; height: 52px; font-size: 1.5rem; display: grid; place-items: center; transition: background .2s; }
.lightbox__x { top: 1.2rem; right: 1.2rem; }
.lightbox__x:hover, .lightbox__nav:hover { background: var(--gold); color: #3a2a10; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav.prev { left: 1rem; } .lightbox__nav.next { right: 1rem; }

/* ============================================================================
   SPEC / feature lists (detail pages)
   ========================================================================== */
.specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 1rem; margin-top: 1.5rem; }
.spec { background: var(--cream); border: 1px solid var(--line-2); border-radius: 14px; padding: 1.2rem; box-shadow: var(--shadow); }
.spec .ico { width: 26px; height: 26px; color: var(--forest); margin-bottom: .5rem; }
.spec b { display: block; color: var(--forest-d); font-family: var(--font-display); font-size: 1.05rem; }
.spec small { color: var(--muted); }
.pricebar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; padding: 1.5rem 1.8rem; background: linear-gradient(120deg, var(--forest), var(--forest-d));
  border-radius: var(--radius); color: #fff; box-shadow: var(--shadow-lg); margin: 1.8rem 0;
}
.pricebar .big { font-family: var(--font-display); font-size: 2rem; }
.pricebar .alt { color: var(--gold); font-weight: 700; }
.pricebar p { color: rgba(255,255,255,.82); margin: 0; }
.pricebar .btn { margin-left: auto; }
.inclist { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem .9rem; margin-top: 1rem; }
.inclist li { display: flex; gap: .55rem; align-items: flex-start; font-size: .95rem; color: var(--ink); }
.inclist li svg { width: 20px; height: 20px; color: var(--moss); flex: none; margin-top: .15rem; }

/* ============================================================================
   BOOKING
   ========================================================================== */
.booking { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem,4vw,3.5rem); align-items: stretch; }
.booking__aside { background: linear-gradient(165deg, var(--forest), var(--forest-d)); color: var(--cream); border-radius: var(--radius); padding: 2.2rem; box-shadow: var(--shadow-lg); display:flex; flex-direction:column; }
.booking__aside h3 { color:#fff; } .booking__aside p { color: rgba(251,246,236,.82); }
.booking__aside .facts { margin-top: auto; display: grid; gap: .8rem; padding-top: 1.6rem; }
.booking__aside .facts li { display:flex; gap:.7rem; align-items:center; font-size:.92rem; color: rgba(251,246,236,.9); }
.booking__aside .facts svg { width: 20px; height: 20px; color: var(--gold); flex:none; }
.form-card { background: var(--cream); border-radius: var(--radius); padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--shadow); border: 1px solid var(--line-2); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--bark); margin-bottom: .4rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: .8rem .95rem; border: 1.5px solid var(--line); border-radius: 11px; background: #fff; font-size: 1rem; color: var(--ink);
  font-family: inherit; transition: border-color .2s, box-shadow .2s;
  /* Normalise native control chrome. Left alone, date inputs and selects
     render 2px taller than text inputs here and considerably taller on iOS,
     so the fields in a row never line up. font-size must stay >= 16px or
     iOS zooms the page when a field is focused. */
  -webkit-appearance: none;
  appearance: none;
  min-height: 52px;
  line-height: 1.4;
}
.field textarea { min-height: 96px; }
/* appearance:none removes the select's native arrow — put one back */
.field select {
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a4632' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .9rem center;
  background-size: 18px 18px;
}
/* iOS renders date inputs with its own internal padding and left-aligns the
   value oddly; these keep them matching the text fields. */
.field input[type="date"] {
  display: block;
  min-width: 0;                 /* stops the native picker forcing overflow */
  text-align: left;
}
.field input[type="date"]::-webkit-date-and-time-value { text-align: left; margin: 0; }
.field input[type="date"]::-webkit-calendar-picker-indicator { margin-left: .25rem; opacity: .55; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--forest); box-shadow: 0 0 0 3px rgba(51,80,60,.15); }
.field textarea { min-height: 96px; resize: vertical; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.price-panel {
  background: var(--bg-2); border: 1px dashed var(--gold); border-radius: 14px; padding: 1.1rem 1.25rem; margin: 1.2rem 0;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.price-panel .label { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--bark); font-weight: 700; }
.price-panel .amount { font-family: var(--font-display); font-size: 1.9rem; color: var(--forest-d); line-height: 1; }
.price-panel .amount small { font-family: var(--font-body); font-size: .78rem; color: var(--muted); font-weight: 600; }
.price-panel .breakdown { font-size: .82rem; color: var(--muted); margin-top: .2rem; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: .3rem; }
.form-msg { border-radius: 12px; padding: 1rem 1.2rem; margin-bottom: 1rem; font-size: .93rem; font-weight: 600; display: none; }
.form-msg.show { display: block; }
.form-msg.ok { background: #e7f0e4; color: #2c5233; border: 1px solid #b9d3b0; }
.form-msg.err { background: #fbeae2; color: #9c4221; border: 1px solid #f0c3a9; }
.form-msg .code { font-family: var(--font-display); font-size: 1.4rem; letter-spacing: .06em; display: block; margin-top: .3rem; color: var(--forest-d); }
.hidden { display: none !important; }

/* ---- Booking confirmation (replaces the form on success) ---------------- */
.confirm { text-align: center; padding: .5rem 0 .25rem; }
.confirm__tick {
  width: 62px; height: 62px; margin: 0 auto 1.1rem; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  background: linear-gradient(160deg, var(--moss), var(--forest));
  box-shadow: 0 14px 30px -14px rgba(51,80,60,.75);
}
.confirm__tick svg { width: 30px; height: 30px; }
.confirm h3 { color: var(--forest-d); font-size: clamp(1.4rem, 3vw, 1.8rem); }
.confirm > p { margin-top: .5rem; }
.confirm__code {
  margin: 1.3rem auto 0; max-width: 320px;
  background: var(--bg-2); border: 1px dashed var(--gold); border-radius: 14px; padding: .9rem 1rem;
}
.confirm__code small {
  display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bark); font-weight: 700; margin-bottom: .2rem;
}
.confirm__code b {
  font-family: var(--font-display); font-size: 1.8rem; letter-spacing: .08em; color: var(--forest-d);
  /* a guest may need to read this out over the phone */
  user-select: all;
}
.confirm__rows {
  margin: 1.3rem auto 0; max-width: 340px; display: grid; gap: .45rem;
  text-align: left; font-size: .95rem;
}
.confirm__rows li { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line-2); padding-bottom: .45rem; }
.confirm__rows li span { color: var(--muted); }
.confirm__rows li b { color: var(--ink); font-weight: 600; text-align: right; }
.confirm__next { font-size: .9rem; color: var(--muted); margin-top: 1.2rem; }

/* live status while the request is in flight (cold starts can be slow) */
.form-msg.wait { background: var(--bg-2); color: var(--bark); border: 1px solid var(--line); }
.form-msg .spin {
  display: inline-block; width: 14px; height: 14px; margin-right: .5rem; vertical-align: -2px;
  border: 2px solid rgba(90,70,50,.3); border-top-color: var(--bark); border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================================
   CONTACT / FOOTER
   ========================================================================== */
.footer { background: var(--forest-d); color: rgba(251,246,236,.8); padding: clamp(3.5rem,7vw,5.5rem) 0 2rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 1rem; letter-spacing:.02em; }
.footer .brandline { display:flex; align-items:center; gap:.6rem; margin-bottom:1rem; }
.footer .brandline .mark { width: 40px; height:40px; }
.footer .brandline b { font-family: var(--font-display); color:#fff; font-size: 1.3rem; }
.footer a:hover { color: var(--gold); }
.footer ul { display: grid; gap: .55rem; font-size: .93rem; }
.footer .contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer .contact svg { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: .2rem; }
.footer__bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .82rem; color: rgba(251,246,236,.55); }

/* ============================================================================
   SCROLL REVEAL
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; } .reveal.d5 { transition-delay: .40s; }

/* ============================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 960px) {
  .nav__links, .nav > .nav__inner > .btn { display: none; }
  .nav__burger { display: block; }
  .cards { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .split.reverse .split__media { order: 0; }
  .split__media img { aspect-ratio: 16/11; }
  .events { grid-template-columns: 1fr; }
  .byoevent { position: static; }
  .booking { grid-template-columns: 1fr; }
  /* Stacked, the info panel pushed the form ~900px down the page. Someone who
     tapped "Book Now" wants the form, not the blurb — so lead with it. */
  .booking .form-card { order: 1; }
  .booking__aside { order: 2; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .eyebrow { font-size: .8rem; letter-spacing: .2em; }
  .card__tag { font-size: .78rem; }
  .hero__scroll { display: none; }   /* redundant on a touch screen */
  .cards { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .inclist, .footer__grid { grid-template-columns: 1fr; }
  .pricebar .btn { margin-left: 0; width: 100%; justify-content: center; }
  .split__media .badge { left: 12px; bottom: -16px; }
  .hero__meta { gap: 1rem .9rem; }
}

/* Touch targets: at least 44px tall on touch devices (WCAG 2.5.5 / Apple HIG).
   Applied by input type, so the desktop pointer layout stays compact. */
@media (pointer: coarse), (max-width: 620px) {
  .gal-filter button { padding-block: .72rem; }
  .footer ul { gap: .15rem; }
  .footer ul li > a { display: inline-flex; align-items: center; min-height: 44px; }
  .footer .contact li { align-items: center; }
  .footer .contact li > a { display: inline-flex; align-items: center; min-height: 44px; }
  .footer .contact li > span { display: inline-flex; align-items: center; min-height: 44px; }
  .footer .contact svg { margin-top: 0; }
  /* month/label chips were under the 12px legibility floor on a phone */
  .event__date small { font-size: .76rem; }
  .event__tag { font-size: .78rem; }
  .nav__drop-menu a { padding-block: .85rem; }
}

/* ============================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .hero__bg, .band__bg, .pagehero__bg { animation: none !important; transform: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero__scroll .line { animation: none; }
}
