/* ==========================================================================
   Bridges — Restaurant, Bar & Function Centre, Hurstbridge

   Palette is the brand board exactly — sand, pale sage, sage, olive, bark —
   with the roles inverted for a low-light site: sand becomes the ink, and
   the grounds come from the dark end of the ramp. No colour outside the
   board; the accent is sage, not a warm one.

   Two motifs carry the page:
     · LIGHT  — every scene arrives unlit and comes up like a room before
                service. Candle glow, drifting pollen, warm scrims.
     · GARDEN — a vine grows down the edge as you scroll, sprouting a leaf
                at each room. Engraved sprigs and a wax seal between
                sections; formal script for the things worth flourishing.
   ========================================================================== */

/* --- Faces --------------------------------------------------------------- */
/* Brand faces: licensed files supplied by the client. */
@font-face {
  font-family: "Roca";
  src: url("../fonts/roca.woff2") format("woff2");
  font-weight: 400 700; font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2");
  font-weight: 300; font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Medium.woff2") format("woff2");
  font-weight: 500; font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600; font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Italic.woff2") format("woff2");
  font-weight: 400; font-style: italic; font-display: swap;
}
/* TC Hamilton Arc Script — Tom Chalky.
   ⚠ LICENCE: the bundled file is the FREEWARE, NON-COMMERCIAL release.
   A commercial webfont licence must be bought before this site goes live —
   https://tomchalky.com/font-licensing/ — see HANDOFF.md. */
@font-face {
  font-family: "TC Hamilton Arc Script";
  src: url("../fonts/TCHamiltonArcScript-Regular.woff2") format("woff2");
  font-weight: 400; font-display: swap;
}

/* --- Tokens -------------------------------------------------------------- */
:root {
  /* The brand board, verbatim */
  --brx-sand: #ece7d9;
  --brx-sage-pale: #c9c9b2;
  --brx-sage: #989f73;
  --brx-olive: #5a603b;
  --brx-bark: #5f5143;

  /* Dark end of the same ramp, for grounds. Every one of these is a
     brown or a green — there is no neutral black anywhere on the page. */
  --brx-sand-light: #f7f4ec;
  --brx-olive-deep: #3f4527;   /* function centre band */
  --brx-fern: #1c2419;         /* footer, deepest green */
  --brx-bark-mid: #2a231b;     /* restaurant band, warm brown */
  --brx-bark-deep: #2e2a22;
  --brx-ink: #191510;          /* page ground, brown-black */
  --brx-predawn: #0e1114;      /* the one cold ground: before dawn */

  /* Roles — dark ground by default */
  --ground: var(--brx-ink);
  --ink: var(--brx-sand);
  --ink-muted: rgba(236, 231, 217, 0.68);
  --ink-subtle: rgba(236, 231, 217, 0.46);
  --rule: rgba(236, 231, 217, 0.18);
  --rule-strong: rgba(236, 231, 217, 0.34);
  --accent: var(--brx-sage-pale);   /* reads as text on dark */
  --accent-mark: var(--brx-sage);   /* rules, dots, leaves */
  --focus: var(--brx-sage-pale);

  --font-display: "Roca", "Iowan Old Style", Palatino, Georgia, serif;
  --font-script: "TC Hamilton Arc Script", "Snell Roundhand", "Apple Chancery", cursive;
  --font-body: "Proxima Nova", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --tracking-wider: 0.22em;

  --lift: cubic-bezier(0.16, 1, 0.3, 1);
  --lightup: 1700ms;

  --edge: clamp(1.25rem, 5vw, 5.5rem);
  --dock-h: 4.25rem;
}

/* --- Base ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.0625rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }

:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 2px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--brx-sand); color: var(--brx-ink);
  padding: 0.75rem 1.25rem;
  font-size: 0.8rem; letter-spacing: var(--tracking-wider); text-transform: uppercase;
}
.skip:focus { left: 0; }

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

/* --- Type ---------------------------------------------------------------- */
.display {
  font-family: var(--font-display);
  font-weight: 400; line-height: 1.03; letter-spacing: -0.015em;
  margin: 0; text-wrap: balance;
}
.display--lg { font-size: clamp(2.25rem, 1.4rem + 4vw, 4.75rem); }
.display--md { font-size: clamp(1.75rem, 1.3rem + 2.1vw, 2.875rem); }

/* Formal script, for the handful of things that deserve a flourish.
   Script sits low and small in its em box, so it is sized up and its
   line-height pulled in wherever it appears. */
.script {
  font-family: var(--font-script);
  font-weight: 400; font-style: normal;
  letter-spacing: 0.01em; line-height: 1.15;
  text-transform: none;
}
.script--xl { font-size: clamp(3rem, 1.9rem + 5.2vw, 6.5rem); line-height: 1; }
.script--lg { font-size: clamp(2.25rem, 1.6rem + 3vw, 4rem); line-height: 1.05; }
.script--md { font-size: clamp(1.75rem, 1.4rem + 1.6vw, 2.75rem); line-height: 1.1; }

/* Headings say what they are, so the old rule-and-label eyebrow is gone.
   These two survive: a status line, and a label inside a panel. */
.statusline, .panel__kicker {
  margin: 0;
  font-size: 0.6875rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase;
  color: var(--accent);
}

.lede {
  font-size: clamp(1.0625rem, 0.98rem + 0.42vw, 1.3125rem);
  line-height: 1.55; color: var(--ink-muted);
  margin: 0; max-width: 34ch; text-wrap: pretty;
}
.note { font-size: 0.9375rem; line-height: 1.6; color: var(--ink-subtle); margin: 0; max-width: 46ch; }

/* --- Atmosphere ---------------------------------------------------------- */
.motes {
  position: fixed; inset: 0; z-index: 6;
  pointer-events: none; mix-blend-mode: screen;
  opacity: 0; transition: opacity 2400ms var(--lift);
}
.motes.is-on { opacity: 1; }

.sprig {
  position: absolute; z-index: 1; pointer-events: none;
  color: var(--brx-sage); opacity: 0.13; will-change: transform;
}
.sprig--tl { top: -3%; left: -5%; width: clamp(14rem, 26vw, 30rem); transform: rotate(-8deg); }
.sprig--br { bottom: -6%; right: -4%; width: clamp(16rem, 30vw, 36rem); transform: rotate(168deg); }
.band--cream .sprig { color: var(--brx-olive); opacity: 0.2; }

/* A vine that draws itself when its band arrives, then opens its leaves
   one after another. The fairy-garden layer proper. */
.growvine { position: absolute; z-index: 1; pointer-events: none; color: var(--brx-sage); }
.growvine svg { display: block; width: 100%; height: 100%; overflow: visible; }
.growvine .gv-stem {
  fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round;
  opacity: 0.55;
}
.growvine .gv-leaf {
  fill: currentColor; opacity: 0;
  transform-box: fill-box; transform-origin: 0% 50%;
  transform: scale(0.15) rotate(-30deg);
}
.growvine.is-in .gv-stem { animation: draw 2600ms var(--lift) forwards; }
.growvine.is-in .gv-leaf { animation: unfurl 900ms var(--lift) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes unfurl { to { opacity: 0.6; transform: scale(1) rotate(0deg); } }

.growvine--edge { top: 0; bottom: 0; left: 0; width: clamp(5rem, 10vw, 10rem); }
.growvine--edge-r { top: 0; bottom: 0; right: 0; width: clamp(5rem, 10vw, 10rem); transform: scaleX(-1); }
.band--cream .growvine { color: var(--brx-olive); }
.band--cream .growvine .gv-stem { opacity: 0.42; }

/* Flanking sprigs either side of the invitation title, as on the poster. */
.flank { display: flex; align-items: center; justify-content: center; gap: clamp(0.75rem, 2vw, 1.5rem); }
.flank__sprig {
  width: clamp(3rem, 7vw, 5rem); height: auto; aspect-ratio: 240 / 150;
  color: var(--brx-olive); opacity: 0.75; flex: none;
}
.flank__sprig:last-child { transform: scaleX(-1); }

/* Wax seal, between chapters. */
.seal { display: grid; place-items: center; padding-block: clamp(2.5rem, 6vh, 4rem); }
.seal img { width: clamp(2.5rem, 4.5vw, 3.5rem); height: auto; opacity: 0.8; }

/* --- Scene --------------------------------------------------------------- */
.scene {
  position: relative;
  min-height: 100vh; min-height: 100svh;
  display: grid; isolation: isolate; overflow: clip;
}
.scene__media { position: absolute; inset: 0; z-index: 0; }
.scene__media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focal, 50% 50%); }

.scene__media::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top,
    rgba(25, 21, 16, 0.9) 0%, rgba(31, 26, 19, 0.44) 34%,
    rgba(31, 26, 19, 0.06) 64%, rgba(25, 21, 16, 0.34) 100%);
}
.scene__media::after {
  content: ""; position: absolute; inset: -10%; z-index: 2;
  background: radial-gradient(ellipse 68% 62% at 50% 48%,
    transparent 0%, rgba(20, 16, 11, 0.52) 62%, rgba(14, 11, 8, 0.95) 100%);
  opacity: var(--vig, 0.35);
  transition: opacity var(--lightup) var(--lift);
}

.scene__content {
  position: relative; z-index: 3;
  align-self: end; justify-self: start;
  max-width: min(46rem, 100%);
  /* Bottom clearance keeps copy clear of the photographer's watermark. */
  padding: 0 var(--edge) clamp(6.5rem, 16vh, 10.5rem);
}
.scene--center .scene__content {
  justify-self: center; align-self: center;
  text-align: center; padding-bottom: 0;
}
.scene--center .eyebrow { justify-content: center; }
.scene--center .lede { margin-inline: auto; }

/* --- The lighting reveal ------------------------------------------------- */
.scene__media img {
  filter: brightness(0.34) saturate(0.5) contrast(1.06);
  transform: scale(1.075);
  transition: filter var(--lightup) var(--lift), transform calc(var(--lightup) + 500ms) var(--lift);
  will-change: filter, transform;
}
.scene.is-lit .scene__media img { filter: brightness(1) saturate(1) contrast(1); transform: scale(1); }
.scene.is-lit .scene__media::after { opacity: var(--vig-lit, 0.4); }
.scene:not(.scene--hero) .scene__media img {
  filter: brightness(0.52) saturate(0.68) contrast(1.04); transform: scale(1.045);
}

.scene__content > * {
  opacity: 0; transform: translateY(1.1rem);
  transition: opacity 900ms var(--lift), transform 900ms var(--lift);
}
.scene.is-lit .scene__content > * {
  opacity: 1; transform: none;
  transition-delay: calc(var(--i, 0) * 110ms + 320ms);
}

/* --- Hero ---------------------------------------------------------------- */
.scene--hero { --vig: 0.92; --vig-lit: 0.48; }
.scene--hero .scene__media::before {
  background:
    radial-gradient(ellipse 58% 46% at 50% 52%, rgba(25, 21, 16, 0.66) 0%, rgba(25, 21, 16, 0.32) 55%, transparent 76%),
    linear-gradient(to top,
      rgba(25, 21, 16, 0.9) 0%, rgba(31, 26, 19, 0.44) 34%,
      rgba(31, 26, 19, 0.06) 64%, rgba(25, 21, 16, 0.34) 100%);
}

.candleglow {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: radial-gradient(ellipse 46% 40% at 26% 62%,
    rgba(236, 231, 217, 0.16) 0%, rgba(201, 201, 178, 0.07) 38%, transparent 70%);
  opacity: 0; transition: opacity 2600ms var(--lift);
}
.scene--hero.is-lit .candleglow { opacity: 1; animation: flicker 7s ease-in-out 2.6s infinite; }
@keyframes flicker {
  0%, 100% { opacity: 1; }
  12% { opacity: 0.86; } 22% { opacity: 1.05; } 38% { opacity: 0.9; }
  51% { opacity: 1.07; } 63% { opacity: 0.88; } 79% { opacity: 1.03; } 90% { opacity: 0.93; }
}

/* The supplied lockup carries "Restaurant & Bar" beneath the wordmark. The
   page says that itself in the room links, so the descriptor is clipped
   here rather than repeated. Source is 932×776; the wordmark ends at ~84%. */
/* This is the page's h1 — the wordmark is the heading, with the full name
   carried in a visually hidden span for search and screen readers. */
.lockup {
  display: block; overflow: hidden;
  width: clamp(9.5rem, 20vw, 15rem);
  aspect-ratio: 932 / 648;
  margin: 0 auto;
  font-size: 0; line-height: 0;
}
.lockup img { width: 100%; height: auto; }

/* The four rooms hold one line wherever they physically can: the type
   scales with the viewport and nothing wraps. Only a narrow portrait
   phone is allowed to break them onto two. */
.rooms {
  display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
  gap: 0 clamp(0.5rem, 1.6vw, 1.6rem);
  margin: clamp(2rem, 5vh, 3.25rem) 0 0; padding: 0; list-style: none;
  max-width: 100%;
}
.rooms li { display: flex; align-items: center; gap: clamp(0.5rem, 1.6vw, 1.6rem); min-width: 0; }
/* The mark trails its room, so a wrapped line ends on a flourish and the
   next one starts on a word. */
.rooms li:not(:last-child)::after {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent-mark); opacity: 0.9; flex: none;
}
.rooms a {
  display: inline-block; padding: 0.35rem 0;
  font-size: clamp(0.5rem, 1.02vw, 0.78rem);
  font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; color: var(--ink); text-indent: 0.14em;
  white-space: nowrap;
  background-image: linear-gradient(var(--accent), var(--accent));
  background-repeat: no-repeat; background-position: 50% 100%; background-size: 0% 1px;
  transition: background-size 420ms var(--lift), color 260ms var(--lift);
}
.rooms a:hover, .rooms a:focus-visible { background-size: 100% 1px; color: var(--brx-sand-light); }

.hero__meta {
  margin: clamp(1.75rem, 4.5vh, 2.75rem) 0 0;
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-subtle);
}

.scrollcue {
  position: absolute; z-index: 4;
  left: 50%; bottom: calc(var(--dock-h) + clamp(1.5rem, 4vh, 2.75rem));
  transform: translateX(-50%);
  display: grid; justify-items: center; gap: 0.35rem;
  color: var(--ink-subtle); text-decoration: none;
  font-size: 1.5rem;
}
/* The script's swash needs headroom, so the word sits above the rule. */
.scrollcue .script { line-height: 1.4; }
.scrollcue span + span { display: block; width: 1px; height: 2.75rem; background: linear-gradient(var(--rule-strong), transparent); }

/* --- The vine ------------------------------------------------------------ */
.vine {
  position: fixed; z-index: 20;
  top: 50%; right: clamp(0.5rem, 2vw, 2rem);
  transform: translateY(-50%);
  opacity: 0; transition: opacity 900ms var(--lift);
}
.vine.is-ready { opacity: 1; }

.vine__stem { position: absolute; top: 0; right: 0; width: 34px; pointer-events: none; }
.vine__stem path { fill: none; stroke-linecap: round; }
.vine__stem .stem-track { stroke: var(--rule); stroke-width: 1; }
.vine__stem .stem-grow { stroke: var(--accent-mark); stroke-width: 1.4; opacity: 0.9; }
.vine__stem .leaf {
  fill: var(--accent-mark); opacity: 0;
  transform-box: fill-box; transform-origin: 0% 50%;
  transform: scale(0.2) rotate(-24deg);
  transition: opacity 520ms var(--lift), transform 620ms var(--lift), fill 320ms var(--lift);
}
.vine__stem .leaf.is-open { opacity: 0.92; transform: scale(1) rotate(0deg); }
.vine__stem .leaf.is-here { fill: var(--brx-sand); opacity: 1; }

.vine__list { display: grid; margin: 0; padding: 0 2.75rem 0 0; list-style: none; }
.vine__list li { display: grid; align-items: center; }
.vine__list a { display: block; padding: 0.55rem 0; text-align: right; text-decoration: none; }
.vine__label {
  display: block;
  font-size: 0.625rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(236, 231, 217, 0.56); white-space: nowrap;
  text-shadow: 0 1px 12px rgba(20, 16, 11, 0.9);
  transition: color 300ms var(--lift);
}
.vine__list a:hover .vine__label,
.vine__list a:focus-visible .vine__label,
.vine__list a[aria-current="true"] .vine__label { color: var(--ink); }

/* --- Vine submenus: each room expands in place ---------------------------
   The list opens inside the vine column, directly under its label, so there
   is no gap for the pointer to fall through on the way to an item. The
   0fr→1fr grid trick animates the height; the inner wrapper does the
   clipping. Closing is delayed slightly so passing the cursor down the nav
   doesn't make everything flap. */
.vine__list li { position: relative; }

.vine__sub {
  height: 0; overflow: hidden; opacity: 0;
  /* --sub-h is measured in JS, so the height animates to exactly the
     content and the easing stays honest. */
  transition: height 400ms var(--lift) 240ms, opacity 220ms var(--lift) 240ms;
}
.vine__sub > ul { margin: 0; padding: 0; list-style: none; }
.vine__list li:hover .vine__sub,
.vine__list li:focus-within .vine__sub {
  height: var(--sub-h, auto);
  opacity: 1;
  transition-delay: 0s;
}

.vine__sub a, .vine__sub button {
  display: block; width: 100%;
  padding: 0.28rem 0;
  background: none; border: 0;
  font-family: var(--font-body);
  font-size: 0.75rem; font-weight: 300; letter-spacing: 0.01em;
  text-transform: none; text-align: right; text-decoration: none;
  color: rgba(236, 231, 217, 0.5);
  text-shadow: 0 1px 10px rgba(20, 16, 11, 0.9);
  cursor: pointer; white-space: nowrap;
  transition: color 200ms var(--lift);
}
.vine__sub a:hover, .vine__sub button:hover,
.vine__sub a:focus-visible, .vine__sub button:focus-visible { color: var(--brx-sand-light); }

/* The first item is spaced off the label, the last is marked as the action. */
.vine__sub > ul > li:first-child a,
.vine__sub > ul > li:first-child button { padding-top: 0.5rem; }
.vine__sub li.is-action a {
  margin-top: 0.3rem; padding-top: 0.45rem;
  border-top: 1px solid rgba(236, 231, 217, 0.16);
  color: var(--brx-sage-pale);
  font-weight: 600; font-size: 0.625rem;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.vine__sub li.is-action a:hover { color: var(--brx-sand-light); }

body.vine-light .vine__sub a, body.vine-light .vine__sub button {
  color: rgba(46, 42, 34, 0.6); text-shadow: 0 1px 10px rgba(247, 244, 236, 0.9);
}
body.vine-light .vine__sub a:hover, body.vine-light .vine__sub button:hover { color: var(--brx-bark-deep); }
body.vine-light .vine__sub li.is-action a { color: var(--brx-olive); border-top-color: rgba(90, 96, 59, 0.3); }

/* --- Enquiry form -------------------------------------------------------- */
.form { color-scheme: dark; display: grid; gap: clamp(1rem, 2.4vw, 1.5rem); max-width: 46rem; }
.band--cream .form { color-scheme: light; }
.form__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: clamp(1rem, 2.4vw, 1.5rem); }
.field { display: grid; gap: 0.4rem; }
.field label {
  font-size: 0.625rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase; color: var(--ink-subtle);
}
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  width: 100%;
  background: rgba(236, 231, 217, 0.05);
  border: 1px solid var(--rule-strong);
  border-radius: 10px;
  padding: 0.8rem 1rem;
  color: var(--ink);
  font-family: var(--font-body); font-size: 0.9375rem; line-height: 1.4;
}
.field textarea { min-height: 7rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-subtle); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible {
  border-color: var(--focus); outline: none; box-shadow: 0 0 0 3px rgba(201, 201, 178, 0.18);
}
.field.is-bad input, .field.is-bad select, .field.is-bad textarea { border-color: #c98a8a; }
.field__err { font-size: 0.8125rem; color: #e0a9a9; min-height: 0; }
.field.is-bad .field__err { min-height: 1.2em; }

.form__note { margin: 0; font-size: 0.8125rem; color: var(--ink-subtle); max-width: 46ch; }
.form__msg { margin: 0; font-family: var(--font-script); font-size: 1.5rem; line-height: 1.2; color: var(--accent); min-height: 1.2em; }

/* The vine and the dock float over whatever is behind them. When that is
   the cream band they invert, rather than washing out. */
body.vine-light .vine__label { color: rgba(46, 42, 34, 0.66); text-shadow: 0 1px 10px rgba(247, 244, 236, 0.9); }
body.vine-light .vine__list a:hover .vine__label,
body.vine-light .vine__list a:focus-visible .vine__label,
body.vine-light .vine__list a[aria-current="true"] .vine__label { color: var(--brx-bark-deep); }
body.vine-light .vine__stem .stem-track { stroke: rgba(90, 96, 59, 0.28); }
body.vine-light .vine__stem .stem-grow { stroke: var(--brx-olive); }
body.vine-light .vine__stem .leaf { fill: var(--brx-olive); }
body.vine-light .vine__stem .leaf.is-here { fill: var(--brx-bark-deep); }

/* ==========================================================================
   Dock — always-there booking and contact, and the menu on small screens
   ========================================================================== */
.dock {
  position: fixed; z-index: 40;
  right: clamp(0.75rem, 2vw, 2rem);
  bottom: clamp(0.75rem, 2vw, 2rem);
  display: flex; align-items: center; gap: 0.6rem;
  opacity: 0; transform: translateY(0.75rem);
  transition: opacity 800ms var(--lift), transform 800ms var(--lift);
}
.dock.is-ready { opacity: 1; transform: none; }

/* Styled like the invitation card: a warm bark ground, a sage hairline,
   and a second rule set just inside it. */
.dock__btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  height: 3.1rem; padding: 0 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(152, 159, 115, 0.55);
  background: rgba(42, 35, 27, 0.86);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  color: var(--ink); cursor: pointer; text-decoration: none;
  font-size: 0.6875rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 260ms var(--lift), color 260ms var(--lift),
              border-color 260ms var(--lift), box-shadow 260ms var(--lift);
}
.dock__btn::before {
  content: ""; position: absolute; inset: 3px;
  border: 1px solid rgba(236, 231, 217, 0.18);
  border-radius: inherit; pointer-events: none;
  transition: border-color 260ms var(--lift);
}
.dock__btn:hover { border-color: var(--brx-sage); color: var(--brx-sand-light); }
.dock__btn:hover::before { border-color: rgba(236, 231, 217, 0.34); }
.dock__btn svg { width: 1rem; height: 1rem; flex: none; }

.dock__btn--book {
  background: var(--brx-olive); color: var(--brx-sand); border-color: var(--brx-olive);
}
.dock__btn--book::before { border-color: rgba(236, 231, 217, 0.4); }
.dock__btn--book:hover { background: var(--brx-sage); border-color: var(--brx-sage); color: var(--brx-bark-deep); }
.dock__btn--book:hover::before { border-color: rgba(46, 42, 34, 0.35); }
/* The sprig on the booking button, the way the seal sits on the envelope. */
.dock__leaf { width: 0.9rem; height: 1.1rem; opacity: 0.85; }

.dock__btn--menu { display: none; }

/* On small screens Menu is the hamburger alone and Contact is its pin, but
   the two that ask for a booking keep their words at every width. */
@media (max-width: 1000px) {
  .dock__btn--menu .dock__label,
  .dock__btn--contact .dock__label { display: none; }
  .dock__btn--menu, .dock__btn--contact { flex: 0 0 auto; width: 2.95rem; padding: 0; }
  .dock__btn--enquire, .dock__btn--book { flex: 1 1 auto; min-width: 0; }
}

body.dock-light .dock__btn {
  background: rgba(247, 244, 236, 0.86);
  border-color: rgba(90, 96, 59, 0.45);
  color: var(--brx-bark-deep);
}
body.dock-light .dock__btn::before { border-color: rgba(90, 96, 59, 0.28); }
body.dock-light .dock__btn--book::before { border-color: rgba(236, 231, 217, 0.4); }
body.dock-light .dock__btn:hover { border-color: var(--brx-olive); color: var(--brx-olive); }
body.dock-light .dock__btn--book {
  background: var(--brx-olive); border-color: var(--brx-olive); color: var(--brx-sand);
}
body.dock-light .dock__btn--book:hover { background: var(--brx-bark-deep); border-color: var(--brx-bark-deep); color: var(--brx-sand); }

/* --- Full-screen menu (small screens) ------------------------------------ */
.menu {
  width: 100%; max-width: 100%; height: 100%; max-height: 100%;
  margin: 0; padding: 0; border: 0;
  background: var(--brx-ink); color: var(--ink);
  overflow: hidden;
}
.menu::backdrop { background: rgba(20, 16, 11, 0.9); }
.menu__inner {
  height: 100%; overflow-y: auto;
  display: grid; align-content: center; gap: 0.25rem;
  padding: clamp(4.5rem, 12vh, 7rem) var(--edge) calc(var(--dock-h) + 2rem);
  opacity: 0; transform: translateY(1.25rem);
  transition: opacity 520ms var(--lift), transform 620ms var(--lift);
}
.menu.is-open .menu__inner { opacity: 1; transform: none; }

.menu__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.15rem; }
.menu__list a {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: 0.7rem 0; border-bottom: 1px solid var(--rule);
  text-decoration: none;
}
.menu__name { font-family: var(--font-display); font-size: clamp(1.6rem, 1.1rem + 2.6vw, 2.5rem); line-height: 1.1; }
.menu__hour {
  font-family: var(--font-script); font-size: 1.35rem;
  color: var(--accent); white-space: nowrap;
}
.menu__foot { margin-top: 2rem; display: grid; gap: 0.4rem; font-size: 0.9375rem; color: var(--ink-muted); }
.menu__foot a { text-decoration: none; }

.menu__close {
  position: absolute; top: 1rem; right: 1rem; z-index: 2;
  width: 3rem; height: 3rem; border-radius: 50%;
  display: grid; place-items: center;
  background: transparent; border: 1px solid var(--rule-strong);
  color: var(--ink); cursor: pointer;
}
.menu__close:hover { border-color: var(--accent-mark); }

/* --- Contact sheet ------------------------------------------------------- */
.contact {
  width: min(34rem, 100%); max-width: 100%; max-height: 100svh;
  margin: auto auto 0; padding: 0; border: 0;
  background: transparent; color: var(--ink); overflow: visible;
}
.contact::backdrop {
  background: rgba(20, 16, 11, 0.82);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  opacity: 0; transition: opacity 520ms var(--lift);
}
.contact.is-open::backdrop { opacity: 1; }

.contact__sheet {
  position: relative;
  background: var(--brx-sand); color: var(--brx-bark-deep);
  border-top: 6px solid var(--brx-olive);
  padding: clamp(2rem, 5vw, 2.75rem);
  max-height: 92svh; overflow-y: auto; overscroll-behavior: contain;
  transform: translateY(8%); opacity: 0;
  transition: transform 640ms var(--lift), opacity 480ms var(--lift);
}
.contact.is-open .contact__sheet { transform: none; opacity: 1; }

.contact__seal { width: 3rem; height: auto; margin: 0 auto 1rem; }
.contact__title { text-align: center; color: var(--brx-olive); margin: 0 0 1.5rem; }
.contact__rows { display: grid; gap: 1.1rem; margin: 0; }
.contact__rows div { display: grid; gap: 0.2rem; border-top: 1px solid rgba(90, 96, 59, 0.25); padding-top: 0.85rem; }
.contact__rows dt {
  font-size: 0.625rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase; color: var(--brx-bark);
}
.contact__rows dd { margin: 0; font-size: 1rem; color: var(--brx-bark-deep); }
.contact__rows a { text-decoration: none; border-bottom: 1px solid rgba(90, 96, 59, 0.4); }
.contact__rows a:hover { color: var(--brx-olive); }
.contact__close {
  position: absolute; top: 0.85rem; right: 0.85rem;
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  display: grid; place-items: center;
  background: transparent; border: 1px solid rgba(90, 96, 59, 0.35);
  color: var(--brx-olive); cursor: pointer;
}
.contact__close:hover { background: var(--brx-olive); color: var(--brx-sand); }

/* ==========================================================================
   Bands
   ========================================================================== */
.band {
  position: relative; overflow: clip;
  padding-block: clamp(4.5rem, 13vh, 9rem);
  padding-inline: var(--edge);
}
.band--ink { background: var(--brx-bark-mid); }
.band--olive {
  background: var(--brx-olive-deep);
  --ink-subtle: rgba(236, 231, 217, 0.56);
  --rule: rgba(236, 231, 217, 0.22);
}

/* The one light ground: markets run in daylight, so the page does too.
   Cream on olive is the invitation look from the brand board. */
.band--cream {
  background: var(--brx-sand);
  --ink: var(--brx-bark-deep);
  --ink-muted: rgba(46, 42, 34, 0.78);
  --ink-subtle: rgba(46, 42, 34, 0.6);
  --rule: rgba(90, 96, 59, 0.24);
  --rule-strong: rgba(90, 96, 59, 0.44);
  --accent: var(--brx-olive);
  --accent-mark: var(--brx-olive);
  color: var(--brx-bark-deep);
}

/* Every band lays its children out on one rhythm, so spacing holds no
   matter which blocks a band happens to contain. */
.band__inner {
  position: relative; z-index: 2;
  max-width: 74rem; margin-inline: auto;
  display: grid;
  gap: clamp(2rem, 5vh, 3.25rem);
}
.band__head { max-width: 42rem; display: grid; gap: 1rem; }
.band__head > * { margin: 0; }
/* A head that starts a new sub-section gets a wider break above it. */
.band__inner > .band__head:not(:first-child) { margin-top: clamp(1.5rem, 4vh, 3rem); }
.band__inner > .actions { margin-top: clamp(0.25rem, 1vh, 0.75rem); }

.rise { opacity: 0; transform: translateY(1.5rem); transition: opacity 1000ms var(--lift), transform 1000ms var(--lift); }
.rise.is-in { opacity: 1; transform: none; }

/* --- The week ------------------------------------------------------------ */
.week { margin: 0; }
.week__row {
  display: grid; grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 0 clamp(1.25rem, 3vw, 2.75rem);
  padding-block: clamp(1.25rem, 3vh, 1.9rem);
  border-top: 1px solid var(--rule); align-items: baseline;
}
.week__row:last-child { border-bottom: 1px solid var(--rule); }
.week__day {
  margin: 0; font-size: 0.6875rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent);
}
/* Ditto: this row falls on the same day as the one above. */
.week__day--ditto { color: var(--ink-subtle); letter-spacing: 0; font-size: 1rem; }
.week__body { display: grid; gap: 0.3rem; }
.week__name { margin: 0; color: var(--ink); }
.week__desc { margin: 0; font-size: 0.9375rem; color: var(--ink-muted); max-width: 44ch; }

/* --- Plates -------------------------------------------------------------- */
.plates { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: clamp(0.4rem, 1vw, 0.85rem); }
.plates figure { margin: 0; position: relative; overflow: clip; }
.plates img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 1400ms var(--lift); }
.plates figure:hover img { transform: scale(1.04); }
.plates figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2.5rem 1rem 0.9rem;
  background: linear-gradient(transparent, rgba(25, 21, 16, 0.88));
  color: var(--brx-sand); font-family: var(--font-script); font-size: 1.5rem; line-height: 1;
}

/* --- Pair ---------------------------------------------------------------- */
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 3vw, 2.5rem); align-items: end; }
.pair figure { margin: 0; }
.pair img { width: 100%; object-fit: cover; }
.pair__tall img { aspect-ratio: 3 / 4; }
.pair__wide { padding-bottom: clamp(1.5rem, 5vw, 4rem); }
.pair__wide img { aspect-ratio: 4 / 3; }
.pair figcaption { margin-top: 0.85rem; font-family: var(--font-script); font-size: 1.375rem; color: var(--ink-muted); }

/* --- Function cards ------------------------------------------------------ */
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: clamp(0.75rem, 1.6vw, 1.25rem); }

.roomcard {
  position: relative; display: block; overflow: clip;
  padding: 0; margin: 0;
  border: 1px solid var(--rule); background: transparent;
  text-align: left; cursor: pointer;
  transition: border-color 420ms var(--lift);
}
.roomcard:hover, .roomcard:focus-visible { border-color: var(--accent-mark); }
.roomcard__media { position: relative; overflow: clip; }
.roomcard__media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  filter: brightness(0.5) saturate(0.66) contrast(1.03);
  transition: transform 1600ms var(--lift), filter 900ms var(--lift);
}
.roomcard:hover .roomcard__media img,
.roomcard:focus-visible .roomcard__media img { transform: scale(1.06); filter: brightness(0.82) saturate(0.95) contrast(1); }
.roomcard__body { display: grid; gap: 0.35rem; padding: clamp(1.1rem, 2.4vw, 1.6rem); }
.roomcard__name {
  font-family: var(--font-script);
  font-size: clamp(1.75rem, 1.4rem + 1.1vw, 2.25rem);
  line-height: 1.12;   /* the script's descenders need room when it wraps */
  color: var(--ink);
}
.roomcard__note { margin: 0; font-size: 0.875rem; color: var(--ink-muted); }
.roomcard__more {
  margin-top: 0.5rem; font-size: 0.625rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase; color: var(--accent);
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.roomcard__more::after { content: ""; width: 1.25rem; height: 1px; background: currentColor; transition: width 420ms var(--lift); }
.roomcard:hover .roomcard__more::after { width: 2.25rem; }

/* --- Panels -------------------------------------------------------------- */
.panel {
  width: min(60rem, 100%); max-width: 100%; max-height: 100svh;
  margin: auto auto 0; padding: 0; border: 0;
  background: transparent; color: var(--ink); overflow: visible;
}
.panel::backdrop {
  background: rgba(20, 16, 11, 0.82);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  opacity: 0; transition: opacity 620ms var(--lift);
}
.panel.is-open::backdrop { opacity: 1; }

.panel__sheet {
  position: relative; max-height: 92svh;
  overflow-y: auto; overscroll-behavior: contain;
  background: var(--brx-ink); border-top: 1px solid var(--rule);
  transform: translateY(6%); opacity: 0;
  transition: transform 720ms var(--lift), opacity 520ms var(--lift);
}
.panel.is-open .panel__sheet { transform: none; opacity: 1; }

.panel__media { position: relative; }
.panel__media img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; filter: brightness(0.78) saturate(0.9); }
.panel__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, var(--brx-ink) 2%, rgba(25, 21, 16, 0.15) 60%, rgba(25, 21, 16, 0.4) 100%);
}
.panel__close {
  position: absolute; z-index: 3; top: 1rem; right: 1rem;
  width: 2.75rem; height: 2.75rem; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(25, 21, 16, 0.66); border: 1px solid var(--rule-strong);
  color: var(--ink); cursor: pointer;
  transition: background-color 260ms var(--lift), border-color 260ms var(--lift), color 260ms var(--lift);
}
.panel__close:hover { background: var(--brx-sage-pale); border-color: var(--brx-sage-pale); color: var(--brx-ink); }

.panel__body {
  position: relative; z-index: 2; margin-top: -3.5rem;
  padding: 0 clamp(1.25rem, 4vw, 3.5rem) clamp(2.5rem, 6vh, 3.5rem);
  display: grid; gap: 1.5rem;
}
.panel__title { margin: 0; }
.panel__lede { margin: 0; font-size: 1.0625rem; line-height: 1.6; color: var(--ink-muted); max-width: 52ch; }
.panel__facts { margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: 1.25rem 2rem; }
.panel__facts div { display: grid; gap: 0.3rem; border-top: 1px solid var(--rule); padding-top: 0.85rem; }
.panel__facts dt { font-size: 0.625rem; font-weight: 600; letter-spacing: var(--tracking-wider); text-transform: uppercase; color: var(--ink-subtle); }
.panel__facts dd { margin: 0; font-size: 0.9375rem; color: var(--ink-muted); }

/* --- Lists, chips, controls ---------------------------------------------- */
.offers { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.offers li { border-top: 1px solid var(--rule); padding-block: clamp(0.9rem, 2.4vh, 1.4rem); display: grid; gap: 0.3rem; }
.offers li:last-child { border-bottom: 1px solid var(--rule); }
.offers h3 { margin: 0; font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; }
.offers p { margin: 0; font-size: 0.9375rem; color: var(--ink-muted); max-width: 52ch; }

.offers li p a.link { margin-top: 0.2rem; }

/* (menus are cards now — see the additions block at the end) */

.actions { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; align-items: center; }

.btn {
  --btn-fg: var(--brx-ink); --btn-bg: var(--brx-sand);
  display: inline-flex; align-items: center; gap: 0.65rem;
  padding: 0.95rem 1.75rem;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1px solid var(--btn-bg); border-radius: 999px;
  font-family: var(--font-body); font-size: 0.6875rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase;
  text-decoration: none; cursor: pointer;
  transition: background-color 220ms var(--lift), color 220ms var(--lift), border-color 220ms var(--lift);
}
.btn:hover { --btn-bg: var(--brx-sage-pale); --btn-fg: var(--brx-ink); }
.band--cream .btn { --btn-bg: var(--brx-olive); --btn-fg: var(--brx-sand); }
.band--cream .btn:hover { --btn-bg: var(--brx-bark-deep); --btn-fg: var(--brx-sand); }

.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink); border-color: var(--rule-strong); }
.btn--ghost:hover { --btn-bg: transparent; --btn-fg: var(--accent); border-color: var(--accent-mark); }
.band--cream .btn--ghost { --btn-bg: transparent; --btn-fg: var(--brx-olive); border-color: var(--rule-strong); }

.link {
  display: inline-block; font-size: 0.6875rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase;
  text-decoration: none; padding-bottom: 0.3rem;
  background-image: linear-gradient(var(--accent-mark), var(--accent-mark));
  background-repeat: no-repeat; background-position: 0 100%; background-size: 0% 1px;
  transition: background-size 340ms var(--lift), color 220ms var(--lift);
}
.link:hover, .link:focus-visible { background-size: 100% 1px; color: var(--accent); }

/* --- Invitation card ----------------------------------------------------- */
.invite {
  position: relative;
  background: var(--brx-sand-light);
  border: 1px solid rgba(90, 96, 59, 0.3);
  box-shadow: 0 24px 60px rgba(46, 42, 34, 0.14);
  padding: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
  max-width: 44rem; margin-inline: auto;
}
.invite::after {
  content: ""; position: absolute; inset: 0.5rem;
  border: 1px solid rgba(90, 96, 59, 0.22); pointer-events: none;
}
.invite__seal { width: clamp(3rem, 6vw, 4rem); height: auto; margin: 0 auto 1.25rem; }
/* "Bridges Presents" over a hairline, exactly as it sits on the poster. */
.invite__kicker {
  display: inline-block; margin: 0;
  padding-bottom: 0.55rem; border-bottom: 1px solid rgba(90, 96, 59, 0.45);
  font-size: 0.6875rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase; color: var(--brx-bark);
}
.invite__title { margin: 0.5rem 0 0; color: var(--brx-olive); }
.invite__when { margin: 1rem 0 0; font-size: 1.0625rem; color: var(--brx-bark-deep); }
.invite__body { margin: 1.25rem auto 0; max-width: 42ch; font-size: 0.9375rem; line-height: 1.65; color: rgba(46, 42, 34, 0.8); }
.invite .flank { margin-top: 1.75rem; }
.invite__where {
  margin: 1.5rem 0 0; font-size: 0.8125rem; font-style: italic;
  color: rgba(46, 42, 34, 0.62);
}

/* --- Wellness ------------------------------------------------------------ */
.scene--predawn { --vig: 0.9; --vig-lit: 0.6; }
.scene--predawn .scene__media img { filter: brightness(0.28) saturate(0.28) contrast(1.1) hue-rotate(-8deg); }
.scene--predawn.is-lit .scene__media img { filter: brightness(0.62) saturate(0.42) contrast(1.04) hue-rotate(-8deg); }
.scene--predawn .scene__media::before {
  background: linear-gradient(to top, rgba(14, 17, 20, 0.92) 0%, rgba(14, 17, 20, 0.55) 40%, rgba(14, 17, 20, 0.28) 100%);
}

.notify { display: flex; flex-wrap: wrap; gap: 0.6rem; max-width: 30rem; margin-top: clamp(1.5rem, 3.5vh, 2.25rem); }
.notify input {
  flex: 1 1 14rem; min-width: 0;
  background: transparent; border: 1px solid var(--rule-strong); border-radius: 999px;
  padding: 0.95rem 1.4rem; color: var(--ink);
  font-family: var(--font-body); font-size: 0.9375rem;
}
.notify input::placeholder { color: var(--ink-subtle); }
.notify input:focus-visible { border-color: var(--focus); }
.notify__msg { margin: 0.9rem 0 0; font-family: var(--font-script); font-size: 1.375rem; color: var(--accent); min-height: 1.2em; }

/* --- Footer -------------------------------------------------------------- */
.foot { position: relative; overflow: clip; background: var(--brx-fern); padding: clamp(4rem, 11vh, 7.5rem) var(--edge) calc(var(--dock-h) + 2rem); }
.foot__inner { position: relative; z-index: 2; max-width: 74rem; margin-inline: auto; }
.foot__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: clamp(2rem, 5vw, 3.5rem);
  padding-block: clamp(2.5rem, 6vh, 4rem);
  border-top: 1px solid var(--rule);
}
.foot h3 { margin: 0 0 1rem; font-family: var(--font-script); font-size: 1.5rem; line-height: 1; color: var(--accent); }
.foot p { margin: 0 0 0.35rem; font-size: 0.9375rem; color: var(--ink-muted); }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--accent); }
.foot__hours { display: grid; grid-template-columns: auto 1fr; gap: 0.3rem 1.25rem; font-size: 0.9375rem; }
.foot__hours dt { color: var(--ink-subtle); }
.foot__hours dd { margin: 0; color: var(--ink-muted); }
/* Same crop as the hero lockup: the "Restaurant & Bar" descriptor is cut,
   since the footer already carries the full name in the copyright line. */
.foot__lockup { width: 8.5rem; aspect-ratio: 932 / 648; overflow: hidden; font-size: 0; line-height: 0; }
.foot__lockup img { width: 100%; height: auto; }
.foot__base {
  display: flex; flex-wrap: wrap; gap: 0.75rem 2rem; justify-content: space-between;
  padding-top: 2rem; border-top: 1px solid var(--rule);
  font-size: 0.75rem; color: var(--ink-subtle);
}

/* ==========================================================================
   Responsive
   ========================================================================== */
/* Where the vine shows, it gets its own column — nothing runs under it. */
@media (min-width: 1001px) {
  .band, .foot { padding-inline-end: 14rem; }
  .scene--center .scene__content { max-width: min(52rem, 100%); margin-right: 9rem; }
}

@media (max-width: 1000px) {
  .vine { display: none; }

  /* The dock becomes the navigation: menu, contact, book — thumb height. */
  .dock {
    left: 0; right: 0; bottom: 0;
    padding: 0.65rem clamp(0.6rem, 3vw, 1.25rem);
    padding-bottom: max(0.65rem, env(safe-area-inset-bottom));
    gap: 0.5rem;
    background: rgba(12, 11, 8, 0.86);
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    border-top: 1px solid var(--rule);
  }
  .dock__btn { flex: 1 1 auto; height: 2.95rem; padding: 0 0.8rem; font-size: 0.625rem; letter-spacing: 0.1em; }
  .dock__btn--menu { display: inline-flex; }
}

@media (max-width: 900px) {
  .pair { grid-template-columns: 1fr; }
  .pair__wide { padding-bottom: 0; }
  .plates { grid-template-columns: 1fr; }
  .plates img { aspect-ratio: 16 / 10; }
  .panel__media img { aspect-ratio: 16 / 9; }
  .panel__sheet { max-height: 90svh; }
  .panel__body { padding-bottom: calc(var(--dock-h) + 2rem); }
  .contact__sheet { padding-bottom: calc(var(--dock-h) + 1.5rem); }
}

@media (max-width: 400px) {
  .dock { gap: 0.4rem; padding-inline: 0.5rem; }
  .dock__btn { padding: 0 0.55rem; font-size: 0.5625rem; letter-spacing: 0.06em; gap: 0.4rem; }
  .dock__btn--menu, .dock__btn--contact { width: 2.6rem; }
  .dock__btn--enquire svg { display: none; }   /* the words matter more than the icon */
}

/* Narrow portrait phones are the one case where four across can't be read. */
@media (max-width: 560px) and (orientation: portrait) {
  .rooms { flex-wrap: wrap; gap: 0.3rem 0.8rem; }
  .rooms a { font-size: 0.625rem; letter-spacing: 0.12em; }
}

@media (max-width: 560px) {
  .week__row { grid-template-columns: 1fr; gap: 0.35rem; }
  .week__day--ditto { display: none; }
  .btn { width: 100%; justify-content: center; }
  .actions { align-items: stretch; }
  .link { align-self: center; }
}

/* ==========================================================================
   Reduced motion — everything renders at its final state
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .scene__media img,
  .scene:not(.scene--hero) .scene__media img { filter: brightness(0.86) saturate(0.95) contrast(1); transform: none; }
  .scene--predawn .scene__media img { filter: brightness(0.6) saturate(0.4); }
  .scene__content > *, .rise, .menu__inner { opacity: 1; transform: none; }
  .vine, .dock { opacity: 1; transform: none; }
  .vine__stem .leaf { opacity: 0.92; transform: none; }
  .motes { display: none; }
  .candleglow { animation: none; }
}


/* ==========================================================================
   Additions: night booking, menu cards, events, divider, map
   ========================================================================== */

/* A book button beside each night. */
.week__body { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "name book" "desc desc"; align-items: center; }
.week__name { grid-area: name; }
.week__desc { grid-area: desc; }
.week__book {
  grid-area: book; justify-self: end; align-self: center;
  display: inline-flex; align-items: center;
  padding: 0.5rem 1.15rem;
  border: 1px solid var(--rule-strong); border-radius: 999px;
  font-size: 0.625rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase;
  text-decoration: none; color: var(--ink-muted); white-space: nowrap;
  transition: border-color 220ms var(--lift), color 220ms var(--lift), background-color 220ms var(--lift);
}
.week__book:hover, .week__book:focus-visible {
  border-color: var(--accent-mark); color: var(--brx-bark-deep); background: var(--brx-sage-pale);
}

/* Menus as cards you click, rather than a list you read. */
.menus {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: clamp(0.6rem, 1.4vw, 1rem);
}
.menucard {
  position: relative; overflow: hidden;
  display: grid; align-content: center; justify-items: center; gap: 0.75rem;
  min-height: 9.5rem; padding: 1.5rem 1rem;
  border: 1px solid var(--rule);
  border-radius: 4px;
  text-align: center;
  transition: border-color 320ms var(--lift), transform 320ms var(--lift), background-color 320ms var(--lift);
}
.menucard::before {
  content: ""; position: absolute; inset: 5px;
  border: 1px solid var(--rule); border-radius: 2px;
  opacity: 0.5; pointer-events: none;
  transition: opacity 320ms var(--lift), border-color 320ms var(--lift);
}
.menucard:hover, .menucard:focus-within {
  border-color: var(--accent-mark);
  background: rgba(152, 159, 115, 0.07);
  transform: translateY(-2px);
}
.menucard:hover::before, .menucard:focus-within::before { opacity: 1; border-color: var(--accent-mark); }
.menucard__name {
  font-family: var(--font-script);
  font-size: clamp(1.6rem, 1.3rem + 1vw, 2.15rem); line-height: 1.05;
  color: var(--ink);
}
.menucard__go {
  font-size: 0.625rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase;
  text-decoration: none; color: var(--accent);
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.menucard__go::after {
  content: ""; width: 1.1rem; height: 1px; background: currentColor;
  transition: width 320ms var(--lift);
}
.menucard:hover .menucard__go::after { width: 2rem; }
/* The whole card is the target, not just the words. */
.menucard__go::before { content: ""; position: absolute; inset: 0; }

/* A sprig rule between chapters. */
.divider { display: grid; grid-template-columns: auto minmax(2rem, 8rem) auto; align-items: center; justify-content: center; gap: 1rem; }
.divider svg { width: clamp(2.75rem, 6vw, 4.5rem); height: auto; aspect-ratio: 244 / 152; color: var(--accent-mark); opacity: 0.55; }
.divider svg:last-child { transform: scaleX(-1); }
.divider span { height: 1px; background: var(--rule-strong); }

/* Events, however many the admin has published. */
.events { display: grid; gap: 0; }
.events__empty { margin: 0; font-family: var(--font-script); font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem); line-height: 1.25; color: var(--ink-muted); }
.event {
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.4rem 1.5rem; align-items: center;
  border-top: 1px solid var(--rule);
  padding-block: clamp(1rem, 2.6vh, 1.5rem);
}
.events .event:last-child { border-bottom: 1px solid var(--rule); }
.event__title { grid-column: 1; margin: 0; font-family: var(--font-script); font-size: clamp(1.5rem, 1.25rem + 0.9vw, 2rem); line-height: 1.1; }
.event__when  { grid-column: 1; margin: 0; font-size: 0.75rem; font-weight: 600; letter-spacing: var(--tracking-wider); text-transform: uppercase; color: var(--accent); }
.event__blurb { grid-column: 1 / -1; margin: 0; font-size: 0.9375rem; color: var(--ink-muted); max-width: 52ch; }
.event__go { grid-column: 2; grid-row: 1 / 3; justify-self: end; }

@media (max-width: 560px) {
  .week__body { grid-template-columns: 1fr; grid-template-areas: "name" "desc" "book"; justify-items: start; }
  .week__book { justify-self: start; margin-top: 0.5rem; }
  .event { grid-template-columns: 1fr; }
  .event__go { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 0.5rem; }
}

/* ==========================================================================
   The notice board — one announcement, pinned at the door
   Sits between the hero and the first room, so it's the first thing read
   after the name. A sheet of paper on the dark wall of the hall: the same
   sand the invitation uses, but a wide notice rather than a formal card,
   so the two never read as the same thing.
   ========================================================================== */
.notice {
  position: relative; overflow: clip;
  background: var(--brx-fern);
  padding-block: clamp(2.25rem, 6vh, 4rem);
  padding-inline: var(--edge);
}
/* Narrower than a band: a notice pinned up, not a banner run across the wall. */
.notice__inner { position: relative; z-index: 2; max-width: 62rem; margin-inline: auto; }

.notice__card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2.6vw, 1.9rem);
  padding: clamp(1.35rem, 3.4vw, 2.25rem) clamp(1.35rem, 3.4vw, 2.5rem);
  background:
    linear-gradient(158deg, rgba(255, 253, 246, 0.5), rgba(255, 253, 246, 0) 58%),
    var(--brx-sand);
  border-radius: 4px;
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.42);
}
/* The inner keyline the invitation card also wears, so the two are
   recognisably from the same hand. */
.notice__card::after {
  content: ""; position: absolute; inset: 5px;
  border: 1px solid rgba(90, 96, 59, 0.24); border-radius: 2px; pointer-events: none;
}
/* Aligned to the kicker rather than centred, so it reads as the mark at
   the head of the notice and not as an icon in a row. */
.notice__seal {
  align-self: start; margin-top: 0.15rem;
  width: clamp(2.1rem, 3.6vw, 2.8rem); height: auto;
  opacity: 0.9;
}

.notice__text { display: grid; gap: 0.3rem; }
.notice__kicker {
  margin: 0; font-size: 0.6875rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase; color: var(--brx-olive);
}
.notice__title {
  margin: 0; color: var(--brx-bark);
  font-size: clamp(1.75rem, 1.3rem + 1.9vw, 2.85rem); line-height: 1.05;
}
.notice__body {
  margin: 0.15rem 0 0; max-width: 58ch;
  font-size: 0.9375rem; line-height: 1.6; color: rgba(46, 42, 34, 0.78);
}

/* The button inverts against the paper: dark on sand, the reverse of the
   rest of the page, which is what makes the notice read as a notice. */
.notice__cta {
  --btn-bg: var(--brx-olive); --btn-fg: var(--brx-sand);
  border-color: var(--brx-olive); white-space: nowrap;
}
.notice__cta:hover { --btn-bg: var(--brx-bark); border-color: var(--brx-bark); }
.notice__cta[hidden] { display: none; }

.notice .sprig { color: var(--brx-sage); opacity: 0.11; }

/* Stack once the three columns stop being comfortable. The seal moves up
   beside the kicker rather than sitting alone on its own line. */
@media (max-width: 760px) {
  .notice__card { grid-template-columns: auto minmax(0, 1fr); row-gap: 1.1rem; align-items: start; }
  .notice__seal { margin-top: 0.15rem; }
  .notice__cta { grid-column: 1 / -1; justify-self: start; }
}

/* ==========================================================================
   Find Us — the map and the details sit side by side, map first on mobile
   ========================================================================== */
.findus {
  display: grid; gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
}
.findus__map {
  border: 1px solid var(--rule); border-radius: 4px; overflow: hidden;
  min-height: clamp(20rem, 46vh, 30rem);
}
.findus__map iframe {
  display: block; width: 100%; height: 100%; min-height: inherit;
  border: 0; filter: saturate(0.72) contrast(0.95);
}

/* Two columns of details inside the right half, so the block finishes level
   with the map instead of running past it. */
.findus__details {
  display: grid; align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem clamp(1.25rem, 2.5vw, 2rem);
}
.findus__details > div { display: grid; gap: 0.3rem; align-content: start; border-top: 1px solid var(--rule); padding-top: 0.85rem; }
.findus__details h4 {
  margin: 0 0 0.25rem;
  font-family: var(--font-script); font-size: 1.5rem; line-height: 1; color: var(--accent);
}
.findus__details p { margin: 0; font-size: 0.9375rem; line-height: 1.5; color: var(--ink-muted); }
.findus__details a { text-decoration: none; }
.findus__details a:hover { color: var(--accent); }

/* Two phone numbers pair off on the first row; everything after them is a
   list or a run of prose, so it takes the full width. */
.findus__details > div:nth-child(n+3) { grid-column: span 2; }
.findus__aside { color: var(--accent) !important; margin-top: 0.35rem !important; }
.findus__cta { border-top: 0 !important; padding-top: 0.35rem !important; }
.findus__cta .btn { justify-self: start; }

@media (max-width: 900px) {
  .findus { grid-template-columns: 1fr; }
  .findus__map { min-height: clamp(15rem, 38vh, 22rem); }
}
@media (max-width: 480px) {
  .findus__details { grid-template-columns: 1fr; }
  .findus__details > div:nth-child(4),
  .findus__details > div:nth-child(5),
  .findus__cta { grid-column: 1; }
}

/* ==========================================================================
   School holiday workshops — one card, one button
   ========================================================================== */
.shops {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
  gap: clamp(0.75rem, 1.6vw, 1.1rem);
  margin: 0; padding: 0; list-style: none;
}
.shop {
  display: grid; align-content: start; gap: 0.5rem;
  padding: clamp(1.2rem, 2.6vw, 1.6rem);
  border: 1px solid var(--rule); border-radius: 4px;
  transition: border-color 320ms var(--lift), background-color 320ms var(--lift);
}
.shop:hover { border-color: var(--accent-mark); background: rgba(152, 159, 115, 0.06); }
.shop__when { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem; }
.shop__day {
  font-size: 0.6875rem; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase; color: var(--accent);
}
.shop__time { font-size: 0.75rem; color: var(--ink-subtle); }
.shop h4 {
  margin: 0; font-family: var(--font-script);
  font-size: clamp(1.5rem, 1.3rem + 0.7vw, 1.9rem); line-height: 1.1; color: var(--ink);
}
.shop p { margin: 0 0 0.35rem; font-size: 0.9375rem; line-height: 1.55; color: var(--ink-muted); }
.shop .btn { justify-self: start; margin-top: auto; }

@media (prefers-reduced-motion: reduce) { .shop { transition: none; } }

