:root {
  --ink: #17110a;
  --charcoal: #120e08;
  --charcoal-soft: #2c2115;
  --cream: #e9dfcc;
  --paper: #f7f0e3;
  --gold: #bc904b;
  --gold-light: #d6b977;
  --gold-dark: #85602c;
  --rust: #795033;
  --white: #f7f0e3;
  --line: rgba(42, 31, 18, .24);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Rokkitt", Rockwell, Georgia, serif;
  --pad: clamp(1.25rem, 4vw, 4.75rem);
  --section-space: clamp(4rem, 6vw, 6rem);
  --content-width: 1440px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.nav-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
::selection { background: var(--gold); color: var(--ink); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .7rem 1rem; background: var(--gold); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 30; top: 0; height: 108px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); background: var(--charcoal); color: var(--cream); border-bottom: 1px solid rgba(188, 144, 75, .62); transition: height .25s, box-shadow .25s; }
.site-header.is-fixed { height: 82px; background: rgba(18, 14, 8, .97); box-shadow: 0 8px 30px rgba(18, 14, 8, .22); backdrop-filter: blur(12px); }
.brand { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-self: start; }
.brand__logo { width: clamp(150px, 13vw, 178px); height: auto; }
.site-header .brand__logo { transition: width .25s var(--ease); }
.site-header.is-fixed .brand__logo { width: 134px; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.2rem); }
.site-nav a { position: relative; font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.site-nav a::after { position: absolute; right: 0; bottom: -.5rem; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-book { justify-self: end; }
.nav-toggle { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .85rem 1.65rem; border: 0; background: none; clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px); cursor: pointer; font-size: .75rem; font-weight: 600; letter-spacing: .1em; line-height: 1; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button::before { width: 5px; height: 5px; flex: 0 0 5px; border: 1px solid currentColor; content: ""; opacity: .65; transform: rotate(45deg); }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: #100c07; }
.button--gold:hover { background: var(--paper); color: var(--ink); }
.button--outline-light { background: rgba(15,11,7,.74); color: var(--white); }
.button--outline-light:hover { background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 1.3rem; padding-bottom: .3rem; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(4px, 4px); }
.text-link--light { color: var(--white); }
.section { padding: var(--section-space) max(var(--pad), calc((100vw - var(--content-width)) / 2)); }
.section--dark { background: var(--charcoal); color: var(--white); }
.section--gold { background: var(--gold); color: var(--ink); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .92; letter-spacing: -.02em; }
h2 { font-size: clamp(3.1rem, 5.2vw, 5.4rem); }
h2 em, h1 em { font-weight: 400; }

.hero { position: relative; min-height: calc(100svh - 108px); display: flex; align-items: flex-end; padding: clamp(7rem, 16vh, 10rem) max(var(--pad), calc((100vw - var(--content-width)) / 2)) clamp(3rem, 6vh, 4.5rem); isolation: isolate; overflow: hidden; background: var(--charcoal); color: var(--white); }
.hero__image, .hero__wash { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.hero__image { object-position: 50% 53%; }
.hero__wash { z-index: -2; background: linear-gradient(90deg, rgba(12,9,5,.84) 0%, rgba(14,10,6,.42) 55%, rgba(12,9,5,.16) 100%), linear-gradient(0deg, rgba(12,9,5,.58), transparent 55%); }
.hero__content { width: 100%; min-width: 0; max-width: 820px; }
.hero h1 { max-width: 820px; font-size: clamp(3.6rem, 5.8vw, 6.1rem); line-height: .95; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { max-width: 820px; padding-left: 0; color: var(--gold); font-size: .9em; font-style: normal; }
.hero__intro { max-width: 540px; margin: 1.4rem 0 1.6rem; font-size: clamp(1rem, 1.25vw, 1.15rem); }
.hero__actions { display: flex; align-items: center; margin-left: 0; }

.story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.story__lead { grid-column: 2; display: block; }
.story__lead h2 { grid-column: auto; }
.story__copy { grid-column: 2; max-width: 600px; }
.story__kicker { margin: 0 0 1.25rem; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.35; }
.story__copy > p:not(.story__kicker) { max-width: 500px; margin: 0 0 2rem; color: rgba(23,17,10,.68); }
.story__image { grid-column: 1; grid-row: 1 / 3; position: relative; margin: 0; }
.story__image img { height: clamp(440px, 42vw, 560px); object-fit: cover; }

.venue-progress { background: var(--paper); }
.venue-progress__heading { display: grid; grid-template-columns: 1fr .55fr; gap: clamp(3rem, 7vw, 7rem); align-items: end; }
.venue-progress__heading h2 { max-width: 760px; font-size: clamp(3rem, 4.8vw, 4.9rem); }
.venue-progress__heading p { max-width: 440px; margin: 0 0 1.6rem; color: rgba(23,17,10,.68); }
.instagram-grid { max-width: 1120px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.5vw, 2.25rem); margin: clamp(2.75rem, 5vw, 4.5rem) auto 0; }
.instagram-post { min-width: 0; }
.instagram-post figure { margin: 0; }
.instagram-post img { aspect-ratio: 4 / 5; object-fit: cover; transition: transform .25s var(--ease); }
.instagram-post:hover img { transform: scale(1.015); }
.instagram-post figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.instagram-post figcaption span { color: var(--gold-dark); }

.menus { display: grid; grid-template-columns: minmax(320px, .9fr) 1.1fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.menus__image { position: relative; }
.menus__image img { height: min(580px, 58vw); object-fit: cover; }
.menus__content > p:not(.menu-note) { max-width: 560px; margin: 2rem 0 1rem; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.menu-note { max-width: 520px; margin: 0 0 2rem; color: var(--gold); font-size: .85rem; }
.menu-list { border-top: 1px solid rgba(255,255,255,.22); }
.menu-dropdown summary { list-style: none; }
.menu-dropdown summary::-webkit-details-marker { display: none; }
.menu-link { width: 100%; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 1rem; padding: 1.5rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); background: transparent; text-align: left; cursor: pointer; }
.menu-link span { font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2.25rem); }
.menu-link small { color: rgba(255,255,255,.62); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.menu-link b { color: var(--gold); font-size: 1.5rem; transition: transform .25s; }
.menu-link:hover b { transform: translate(4px, -4px); }
.menu-dropdown > .menu-link:hover b { transform: translateY(3px); }
.menu-dropdown[open] > .menu-link b { transform: rotate(180deg); }
.menu-dropdown__options { padding: .35rem 0 .35rem clamp(1rem, 3vw, 2.5rem); border-bottom: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.035); }
.menu-sublink { width: 100%; min-height: 54px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1rem; padding: .8rem 1rem .8rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); background: transparent; color: var(--white); text-align: left; }
.menu-sublink:last-child { border-bottom: 0; }
button.menu-sublink { cursor: pointer; }
.menu-sublink > span { font-family: var(--serif); font-size: clamp(1.25rem, 1.7vw, 1.65rem); }
.menu-sublink small { color: var(--gold-light); font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.menu-sublink b { color: var(--gold); font-size: 1rem; transition: transform .25s; }
button.menu-sublink:hover { color: var(--gold-light); }
button.menu-sublink:hover b { transform: translate(4px, -4px); }
.menu-sublink--soon { color: rgba(255,255,255,.7); }

.section-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 4rem; align-items: end; margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.section-heading > p { max-width: 440px; margin: 0 0 .5rem; color: rgba(23,17,10,.66); }
.event-grid { border-top: 1px solid var(--line); }
.event-card { display: grid; grid-template-columns: minmax(140px, .35fr) 1fr; gap: clamp(2rem, 6vw, 6rem); padding: 2rem 0; border-bottom: 1px solid var(--line); }
.event-card__date { padding-top: .35rem; color: var(--gold-dark); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.event-card__content { max-width: 700px; }
.event-card h3 { margin: 0 0 .6rem; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 500; line-height: 1; }
.event-card p { max-width: 560px; margin: 0; color: rgba(23,17,10,.66); }

.groups { position: relative; min-height: 580px; display: flex; align-items: center; padding: var(--section-space) max(var(--pad), calc((100vw - var(--content-width)) / 2)); overflow: hidden; isolation: isolate; color: var(--white); }
.groups__image, .groups__overlay { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.groups__overlay { z-index: -1; background: linear-gradient(90deg, rgba(15,11,7,.9), rgba(15,11,7,.42) 62%, rgba(15,11,7,.2)); }
.groups__content { max-width: 790px; }
.groups h2 { max-width: 720px; font-size: clamp(3.2rem, 5.3vw, 5.5rem); }
.groups__content > p { max-width: 500px; margin: 2rem 0; font-size: 1.1rem; }

.visit { min-height: 0; display: block; }
.visit__details { max-width: 1120px; margin: 0 auto; }
.visit__details h2 { margin-bottom: 2.5rem; }
.visit__grid { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 2rem; padding-top: 1.6rem; border-top: 1px solid rgba(23,17,10,.32); }
.visit__grid h3 { margin: 0 0 .8rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.visit__grid p, .visit__grid address { margin: 0 0 1.25rem; font-style: normal; }
.visit__contact a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .25em; }
.visit__social { grid-column: 1 / -1; margin-top: .4rem; }
.visit__social-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.visit__social-links a { min-width: 0; min-height: 64px; display: flex; align-items: center; gap: .8rem; padding: .65rem .9rem .65rem .65rem; border: 1px solid rgba(23,17,10,.28); background: rgba(247,240,227,.18); box-shadow: inset 0 1px rgba(255,255,255,.2); transition: background .2s, border-color .2s, box-shadow .2s, transform .2s; }
.visit__social-links a::after { margin-left: auto; content: "↗"; font-size: .9rem; opacity: .55; transition: opacity .2s, transform .2s; }
.visit__social-links a:hover { border-color: var(--ink); background: rgba(247,240,227,.42); box-shadow: 0 7px 18px rgba(23,17,10,.1); transform: translateY(-3px); }
.visit__social-links a:hover::after { opacity: 1; transform: translate(2px, -2px); }
.visit__social-links span { min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
.visit__social-links strong { font-size: .78rem; font-weight: 600; letter-spacing: .04em; }
.visit__social-links small { color: rgba(23,17,10,.64); font-size: .67rem; }
.social-icon { width: 2.15rem; height: 2.15rem; flex: 0 0 2.15rem; padding: .43rem; border-radius: 50%; background: #fff; object-fit: contain; transition: transform .2s; }
.visit__social-links a:hover .social-icon { transform: scale(1.08); }

.form-status { min-height: 1.5em; color: var(--gold); font-size: .75rem; }

.site-footer { padding: 4rem var(--pad) 1.5rem; background: #0f0c08; color: var(--white); }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 3rem; padding-bottom: 4rem; }
.brand--footer .brand__logo { width: min(300px, 58vw); }
.site-footer__intro > p { margin: 0; color: rgba(255,255,255,.55); }
.site-footer__socials { margin-top: 1.4rem; }
.site-footer__socials > p { margin: 0 0 .65rem; color: rgba(255,255,255,.48); font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__social-links { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; }
.site-footer__social-links a { display: inline-flex; align-items: center; gap: .5rem; padding-bottom: .25rem; border-bottom: 1px solid rgba(188,144,75,.65); color: var(--gold-light); font-size: .72rem; letter-spacing: .04em; transition: border-color .2s, color .2s; }
.site-footer__social-links a > span { display: flex; flex-direction: column; line-height: 1.2; }
.site-footer__social-links strong { font-weight: 600; }
.site-footer__social-links small { color: rgba(255,255,255,.58); font-size: .62rem; }
.site-footer__social-links .social-icon { width: 1.65rem; height: 1.65rem; flex-basis: 1.65rem; padding: .34rem; }
.site-footer__social-links a:hover { border-color: var(--white); color: var(--white); }
.site-footer__social-links a:hover .social-icon { transform: translateY(-2px); }
.site-footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer__bottom div { display: flex; gap: 1.5rem; }
.site-footer__bottom > span:last-child { text-align: right; }
.site-footer__bottom a:hover { color: var(--white); }

.booking-main { min-height: calc(100svh - 108px); background: var(--cream); }
.booking-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: clamp(2rem, 8vw, 8rem); align-items: end; padding: clamp(4rem, 8vw, 7rem) max(var(--pad), calc((100vw - var(--content-width)) / 2)); background: var(--charcoal); color: var(--white); border-bottom: 1px solid rgba(188, 144, 75, .5); }
.booking-hero h1 { max-width: 780px; font-size: clamp(4rem, 8vw, 8rem); color: var(--gold-light); }
.booking-hero__copy { max-width: 480px; margin: 0 0 .6rem; color: rgba(247,240,227,.7); font-size: clamp(1rem, 1.4vw, 1.15rem); }
.booking-section { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.booking-section__intro { position: sticky; top: 118px; }
.booking-section__intro h2 { font-size: clamp(2.8rem, 4.6vw, 4.8rem); }
.booking-section__intro p { max-width: 360px; margin: 1.5rem 0 0; color: rgba(23,17,10,.68); }
.booking-widget { min-height: 0; text-align: center; }
.booking-widget iframe { width: 100% !important; max-width: 500px !important; min-height: 650px; display: block; box-sizing: border-box; margin: 0 auto; border: 1px solid rgba(133, 96, 44, .5) !important; background: var(--paper); box-shadow: 14px 14px 0 rgba(133, 96, 44, .12); }
.booking-widget__placeholder { min-height: 620px; display: grid; place-items: center; padding: clamp(2rem, 6vw, 5rem); text-align: center; }
.booking-widget__placeholder div { max-width: 510px; }
.booking-widget__placeholder h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; line-height: 1; }
.booking-widget__placeholder p { margin: 0 0 1.75rem; color: rgba(23,17,10,.68); }
.booking-widget__fallback { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; padding: 1rem 1.25rem; border-top: 1px solid rgba(133, 96, 44, .35); background: var(--cream); font-size: .78rem; }
.booking-widget__fallback p { margin: 0; color: rgba(23,17,10,.68); }

.group-enquiry-modal { width: min(1240px, calc(100% - 2rem)); max-width: none; max-height: calc(100dvh - 1.5rem); padding: 0; border: 1px solid rgba(133,96,44,.6); background: var(--paper); color: var(--ink); box-shadow: 0 28px 90px rgba(10,7,4,.48); overflow: auto; }
.group-enquiry-modal::backdrop { background: rgba(10,7,4,.82); backdrop-filter: blur(3px); }
.group-enquiry-modal[open] { animation: modal-in .4s var(--ease); }
.group-enquiry-modal__inner { position: relative; display: grid; grid-template-columns: minmax(230px, .42fr) minmax(0, 1fr); gap: clamp(2.5rem, 4vw, 4.5rem); padding: clamp(2.75rem, 4.5vh, 4.25rem) clamp(2.5rem, 4.5vw, 4.5rem); }
.group-enquiry-modal__close { position: absolute; top: .9rem; right: 1.25rem; display: flex; align-items: center; gap: .65rem; padding: .35rem 0; border: 0; background: transparent; cursor: pointer; font-size: .64rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.group-enquiry-modal__close span { font-size: 1.8rem; font-weight: 300; line-height: 1; }
.group-enquiry-modal__heading { align-self: start; }
.group-enquiry-modal__heading h2 { font-size: clamp(3rem, min(5.2vw, 8vh), 5.4rem); }
.group-enquiry-modal__heading h2 em { color: var(--gold-dark); font-style: normal; }
.group-enquiry-modal__heading > p { max-width: 390px; margin: 1.1rem 0 0; color: rgba(23,17,10,.68); }
.group-enquiry-modal__heading .group-enquiry-modal__contact { margin-top: 1.25rem; color: var(--ink); font-size: .82rem; }
.group-enquiry-modal__contact a { border-bottom: 1px solid currentColor; }
.group-enquiry-form { min-width: 0; }
.form-honey { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.group-enquiry-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem 1.4rem; }
.group-enquiry-form__wide { grid-column: 1 / -1; }
.form-field { min-width: 0; display: grid; gap: .3rem; color: var(--ink); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.form-field small { color: rgba(23,17,10,.55); font-size: .64rem; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-width: 0; padding: .52rem .1rem; border: 0; border-bottom: 1px solid rgba(23,17,10,.38); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1rem; font-weight: 400; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.form-field select { cursor: pointer; }
.form-field textarea { height: clamp(60px, 9vh, 78px); min-height: 60px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold-dark); box-shadow: 0 1px 0 var(--gold-dark); }
.form-field [aria-invalid="true"] { border-color: #9b2f22; box-shadow: 0 1px 0 #9b2f22; }
.group-enquiry-form__consent { display: flex; align-items: flex-start; gap: .75rem; margin-top: .85rem; color: rgba(23,17,10,.68); font-size: .72rem; }
.group-enquiry-form__consent input { flex: 0 0 auto; margin-top: .22rem; accent-color: var(--gold-dark); }
.group-enquiry-form__consent a { color: var(--ink); text-decoration: underline; text-underline-offset: .2em; }
.group-enquiry-form__actions { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; align-items: center; margin-top: .85rem; }
.group-enquiry-form__actions .form-status { flex: 1 1 220px; margin: 0; color: var(--gold-dark); }
.group-enquiry-form__actions .button:disabled { cursor: wait; opacity: .65; transform: none; }

.welcome-modal { width: min(820px, calc(100% - 2.5rem)); max-width: none; max-height: calc(100dvh - 2.5rem); padding: 0; border: 1px solid rgba(214,185,119,.7); background: var(--charcoal); color: var(--white); box-shadow: 0 28px 90px rgba(10,7,4,.48); overflow: auto; }
.welcome-modal::backdrop { background: rgba(10,7,4,.78); backdrop-filter: blur(3px); }
.welcome-modal[open] { animation: welcome-in .45s var(--ease); }
.welcome-modal__panel { position: relative; display: grid; grid-template-columns: 220px 1fr; gap: clamp(2rem, 4vw, 3.25rem); align-items: center; padding: clamp(2.25rem, 5vw, 4.5rem); }
.welcome-modal__close { position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(214,185,119,.55); border-radius: 50%; background: transparent; color: var(--gold-light); cursor: pointer; font-size: 1.65rem; font-weight: 300; line-height: 1; }
.welcome-modal__close:hover { background: var(--gold); color: var(--ink); }
.welcome-modal__logo { width: 220px; height: auto; }
.welcome-modal__content h2 { color: var(--gold-light); font-size: clamp(2.7rem, 5.4vw, 4.3rem); }
.welcome-modal__content > p { max-width: 410px; margin: 1.4rem 0 1.8rem; color: rgba(247,240,227,.72); }
.welcome-modal__actions { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; }
.welcome-modal__later { padding: .5rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: rgba(247,240,227,.78); cursor: pointer; font-size: .72rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.welcome-modal__later:hover { color: var(--gold-light); }

.welcome-modal--opening .welcome-modal__content h2 { font-size: clamp(2.4rem, 4.6vw, 3.7rem); }
.welcome-modal--opening .welcome-modal__content > p { max-width: 440px; margin: 0; }
.opening-invite__lead { margin-bottom: 1rem; color: var(--gold); font-size: .76rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.opening-invite__date { margin-top: 1.1rem; color: var(--white); font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 1.75rem); font-weight: 500; letter-spacing: .05em; line-height: 1.1; text-transform: uppercase; }
.welcome-modal--opening #opening-modal-description { margin: 1.1rem 0 1rem; color: rgba(247,240,227,.72); }
.opening-invite__address { margin-bottom: 1.8rem; color: var(--gold-light); font-size: .92rem; letter-spacing: .02em; }

.privacy-modal { width: min(920px, calc(100% - 2rem)); max-width: none; max-height: calc(100dvh - 2rem); padding: 0; border: 1px solid rgba(133,96,44,.65); background: var(--paper); color: var(--ink); box-shadow: 0 28px 90px rgba(10,7,4,.48); overflow: hidden; }
.privacy-modal::backdrop { background: rgba(10,7,4,.82); backdrop-filter: blur(3px); }
.privacy-modal[open] { animation: modal-in .4s var(--ease); }
.privacy-modal__inner { position: relative; height: min(860px, calc(100dvh - 2rem)); display: grid; grid-template-rows: auto minmax(0, 1fr); }
.privacy-modal__close { position: absolute; z-index: 2; top: 1rem; right: 1.35rem; display: flex; align-items: center; gap: .65rem; padding: .35rem 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: .64rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.privacy-modal__close span { font-size: 1.8rem; font-weight: 300; line-height: 1; }
.privacy-modal__header { padding: clamp(3.5rem, 7vw, 5rem) clamp(1.5rem, 6vw, 4.5rem) clamp(2rem, 4vw, 3rem); border-bottom: 1px solid rgba(23,17,10,.25); background: var(--gold); }
.privacy-modal__header h2 { font-size: clamp(3.6rem, 7vw, 6.3rem); }
.privacy-modal__content { padding: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 6vw, 4.5rem) 3.5rem; overflow-y: auto; overscroll-behavior: contain; }
.privacy-modal__content section { max-width: 720px; padding: 0 0 1.65rem; border-bottom: 1px solid var(--line); margin: 0 0 1.65rem; }
.privacy-modal__content section:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
.privacy-modal__content h3 { margin: 0 0 .55rem; font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.privacy-modal__content p { margin: 0; color: rgba(23,17,10,.72); }
.privacy-modal__content a { border-bottom: 1px solid currentColor; color: var(--ink); }

.menu-modal { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: var(--paper); color: var(--ink); }
.menu-modal::backdrop { background: rgba(15,11,7,.72); }
.menu-modal[open] { animation: modal-in .5s var(--ease); }
.menu-modal__inner { min-height: 100%; padding: clamp(5rem, 9vw, 8rem) var(--pad); }
.menu-modal__close { position: fixed; z-index: 3; top: 1.25rem; right: var(--pad); display: flex; align-items: center; gap: .65rem; border: 0; background: none; cursor: pointer; font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; }
.menu-modal__close span { font-size: 2rem; font-weight: 300; line-height: 1; }
.menu-modal__heading { max-width: 820px; margin-bottom: 4rem; }
.menu-modal__heading h2 { font-size: clamp(3.8rem, 7vw, 7rem); }
.menu-modal__heading > p:last-child { max-width: 540px; font-size: 1.1rem; }
.menu-modal__sections { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem 7rem; }
.menu-empty { max-width: 650px; margin: 0; padding-top: 1.5rem; border-top: 1px solid var(--ink); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.25; }
.menu-section h3 { padding-bottom: .8rem; border-bottom: 1px solid var(--ink); margin: 0 0 .7rem; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: .5rem 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.menu-item h4 { margin: 0; font-size: .9rem; font-weight: 600; }
.menu-item p { grid-column: 1; margin: 0; color: rgba(23,17,10,.6); font-size: .75rem; }
.menu-item strong { grid-column: 2; grid-row: 1; font-size: .84rem; font-weight: 500; }
.menu-modal__note { margin-top: 4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: rgba(23,17,10,.62); font-size: .72rem; }

.reveal { opacity: 1; transform: none; }
.image-reveal { overflow: hidden; }
.image-reveal img { transition: transform .25s var(--ease); }

@keyframes modal-in { from { opacity: 0; transform: translateY(4%); } }
@keyframes welcome-in { from { opacity: 0; transform: translateY(18px) scale(.985); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-book { display: none; }
  .site-nav { position: fixed; inset: 0; z-index: 1; flex-direction: column; align-items: flex-start; justify-content: safe center; gap: .6rem; height: 100dvh; padding: calc(108px + 2rem) var(--pad); overflow-y: auto; overscroll-behavior: contain; background: var(--charcoal); color: var(--cream); visibility: hidden; pointer-events: none; -webkit-overflow-scrolling: touch; }
  .site-nav a { font-family: var(--serif); font-size: clamp(2.7rem, 8vw, 5rem); font-weight: 400; letter-spacing: -.02em; line-height: 1.05; text-transform: none; opacity: 0; transform: translateY(20px); transition: opacity .2s, transform .35s var(--ease); }
  .site-nav a::after { bottom: -.15rem; }
  .nav-open .site-header { background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; }
  .nav-open .site-nav { visibility: visible; pointer-events: auto; }
  .nav-open .site-nav a { opacity: 1; transform: none; }
  .nav-toggle { position: relative; z-index: 2; width: 48px; height: 48px; display: grid; align-content: center; gap: 5px; justify-self: end; padding: 10px; border: 1px solid rgba(188,144,75,.62); border-radius: 50%; background: var(--charcoal); color: var(--cream); }
  .nav-toggle span:not(.sr-only) { width: 20px; height: 1px; display: block; margin: 0 auto; background: currentColor; transition: transform .25s, opacity .25s; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}

@media (max-width: 900px) {
  .group-enquiry-modal { width: 100%; height: 100dvh; max-height: none; margin: 0; border: 0; }
  .group-enquiry-modal__inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 4.75rem var(--pad) 3.5rem; }
  .group-enquiry-modal__heading > p { max-width: 520px; }
  .form-field textarea { height: auto; min-height: 92px; }
}

@media (max-width: 760px) {
  .site-header { height: 88px; }
  .site-nav { gap: .35rem; padding-block: calc(88px + 1.5rem); }
  .nav-toggle { position: absolute; top: 15px; right: var(--pad); }
  .site-header .brand__logo { width: 136px; }
  .site-header.is-fixed .brand__logo { width: 120px; }
  .hero { min-height: calc(100svh - 88px); padding-bottom: 3rem; }
  .hero__wash { background: linear-gradient(0deg, rgba(12,9,5,.92) 0%, rgba(12,9,5,.32) 82%); }
  .hero h1 { max-width: 100%; font-size: clamp(3.1rem, 13vw, 4rem); line-height: .96; }
  .hero h1 em { padding-left: 0; }
  .hero__intro, .hero__actions { max-width: 100%; margin-left: 0; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .story, .story__lead { display: block; }
  .story__copy { margin-top: 2rem; }
  .story__image { margin-top: 3rem; }
  .story__image img { height: 460px; }
  .venue-progress__heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .instagram-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .instagram-post:first-child { grid-column: 1 / -1; }
  .instagram-post:first-child img { aspect-ratio: 4 / 5; }
  .instagram-post:not(:first-child) img { aspect-ratio: 3 / 4; }
  .instagram-post figcaption { font-size: .72rem; }
  .menus { grid-template-columns: 1fr; }
  .menus__image img { height: 420px; }
  .menus__content { padding-top: 1rem; }
  .menu-link { grid-template-columns: 1fr auto; }
  .menu-link small { grid-column: 1; }
  .menu-link b { grid-column: 2; grid-row: 1 / 3; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .event-card { grid-template-columns: 1fr; gap: .75rem; padding: 1.5rem 0; }
  .event-card__date { padding-top: 0; }
  .groups { min-height: 520px; align-items: flex-end; }
  .groups h2 { font-size: clamp(3.2rem, 13vw, 4.4rem); }
  .visit__grid { grid-template-columns: 1fr 1fr; }
  .visit__social-links { display: flex; flex-wrap: wrap; gap: .7rem; }
  .visit__social-links a { width: 52px; min-height: 52px; flex: 0 0 52px; justify-content: center; padding: 0; border-radius: 50%; background: rgba(247,240,227,.24); }
  .visit__social-links a::after { display: none; }
  .visit__social-links span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .visit__social-links .social-icon { width: 2.2rem; height: 2.2rem; flex-basis: 2.2rem; }
  .visit__social-links a:hover { transform: translateY(-2px); }
  .site-footer { padding-top: 3.5rem; text-align: center; }
  .site-footer__top, .site-footer__bottom { grid-template-columns: 1fr; justify-items: center; }
  .site-footer__top { gap: 2rem; padding-bottom: 3rem; }
  .brand--footer { justify-self: center; }
  .brand--footer .brand__logo { width: min(250px, 64vw); }
  .site-footer__intro { display: flex; flex-direction: column; align-items: center; }
  .site-footer__intro > p { max-width: 300px; }
  .site-footer__social-links { justify-content: center; }
  .site-footer__top .button { justify-self: center; }
  .site-footer__bottom { gap: 1rem; }
  .site-footer__bottom div { justify-content: center; }
  .site-footer__bottom > span:last-child { text-align: center; }
  .menu-modal__sections { grid-template-columns: 1fr; gap: 3rem; }
  .booking-main { min-height: calc(100svh - 88px); }
  .booking-hero { grid-template-columns: 1fr; gap: 1.5rem; padding-block: 4rem; }
  .booking-section { grid-template-columns: 1fr; }
  .booking-section__intro { position: static; }
  .booking-widget__placeholder { min-height: 520px; }
  .welcome-modal__panel { grid-template-columns: 1fr; gap: 1.5rem; padding: 3.5rem 1.75rem 3rem; text-align: center; }
  .welcome-modal__logo { width: min(190px, 58vw); margin: 0 auto; }
  .welcome-modal__content > p { margin-inline: auto; }
  .welcome-modal--opening .welcome-modal__panel { padding-top: 3.25rem; }
  .welcome-modal--opening .welcome-modal__logo { width: min(160px, 46vw); }
  .welcome-modal--opening .welcome-modal__content h2 { font-size: clamp(1.9rem, 8.6vw, 2.4rem); }
  .opening-invite__date { font-size: clamp(1.1rem, 5vw, 1.4rem); }
  .welcome-modal__actions { justify-content: center; }
  .privacy-modal { width: 100%; height: 100dvh; max-height: none; margin: 0; border: 0; }
  .privacy-modal__inner { height: 100dvh; }
  .privacy-modal__header { padding-top: 4.5rem; }
}

@media (max-width: 460px) {
  .visit__grid { grid-template-columns: 1fr; }
  .group-enquiry-form__grid { grid-template-columns: 1fr; }
  .group-enquiry-form__wide { grid-column: auto; }
  .site-footer__bottom div { flex-wrap: wrap; }
  .booking-widget iframe { box-shadow: 8px 8px 0 rgba(133, 96, 44, .12); }
  .booking-widget__fallback { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
