:root {
  --ink: #10131a; --paper: #f2efe8; --white: #fffdf8; --red: #ed2d2d; --gold: #f4c543;
  --line: rgb(16 19 26 / 18%); --shell: min(1240px, calc(100vw - 64px));
  --display: "Barlow Condensed", Impact, sans-serif; --body: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(90px, 10vw, 160px); }
.section-pad { padding-block: clamp(70px, 9vw, 140px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; transform: translateY(-200%); color: var(--white); background: var(--ink); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; display: grid; width: 100%; height: 106px; padding: 0 32px; align-items: center; grid-template-columns: 150px 1fr 150px; border-bottom: 1px solid rgb(255 255 255 / 25%); color: var(--white); }
.site-header.is-scrolled { position: fixed; height: 82px; background: rgb(16 19 26 / 96%); box-shadow: 0 12px 30px rgb(0 0 0 / 18%); animation: header-in .25s ease both; }
@keyframes header-in { from { transform: translateY(-100%); } }
.brand { position: relative; z-index: 2; display: inline-flex; width: 84px; align-items: center; }
.brand img { height: 80px; object-fit: contain; }
.is-scrolled .brand img { height: 64px; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 38px); }
.site-nav > a, .nav-group > button { position: relative; padding: 38px 0; border: 0; color: inherit; background: transparent; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.is-scrolled .site-nav > a, .is-scrolled .nav-group > button { padding-block: 26px; }
.site-nav > a::after, .nav-group > button::after { position: absolute; right: 0; bottom: 27px; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--red); content: ""; transition: transform .2s; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after, .nav-group:hover > button::after { transform: scaleX(1); transform-origin: left; }
.nav-group { position: relative; }
.nav-group > button span { margin-left: 4px; color: var(--gold); }
.nav-submenu { position: absolute; top: calc(100% - 14px); left: 50%; display: grid; min-width: 150px; padding: 8px; transform: translate(-50%, 10px); visibility: hidden; gap: 2px; opacity: 0; background: var(--white); color: var(--ink); box-shadow: 0 20px 50px rgb(0 0 0 / 20%); transition: .2s; }
.nav-submenu a { padding: 10px 14px; font-family: var(--display); font-size: 19px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.nav-submenu a:hover { color: var(--white); background: var(--red); }
.nav-group:hover .nav-submenu, .nav-group:focus-within .nav-submenu, .nav-group.is-open .nav-submenu { transform: translate(-50%, 0); visibility: visible; opacity: 1; }
.header-cta { justify-self: end; padding: 12px 15px; border: 1px solid rgb(255 255 255 / 55%); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: .2s; }
.header-cta:hover { border-color: var(--red); background: var(--red); }
.header-cta span { margin-left: 8px; }
.menu-toggle { display: none; }

.kicker { display: flex; margin: 0 0 24px; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.kicker > span { width: 32px; height: 3px; background: var(--red); }
.kicker.light { color: var(--white); }
.kicker.light > span { background: var(--gold); }
.display { margin: 0; font-family: var(--display); font-size: clamp(58px, 7vw, 112px); font-weight: 900; letter-spacing: -.035em; line-height: .82; text-transform: uppercase; }
.display em { color: var(--red); font-weight: 800; }
.display.light { color: var(--white); }
.display.light em { color: var(--gold); }
.lead { font-size: clamp(20px, 2vw, 28px); font-weight: 600; line-height: 1.38; }
.button-row { display: flex; margin-top: 38px; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; padding: 0 20px; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid transparent; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: .2s; }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { color: var(--ink); background: var(--gold); }
.button-ghost { border-color: rgb(255 255 255 / 55%); color: var(--white); }
.button-ghost:hover { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--red); }
.text-link { display: inline-flex; padding-bottom: 5px; align-items: center; gap: 40px; border-bottom: 2px solid var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(6px); }

.hero { position: relative; overflow: hidden; min-height: 780px; color: var(--white); background: var(--ink); }
.hero-home { height: 96svh; }
.hero-slides, .hero-slide, .hero-slide img, .hero-scrim { position: absolute; inset: 0; }
.hero-slide { margin: 0; visibility: hidden; opacity: 0; transition: opacity 1s ease, visibility 1s; }
.hero-slide.is-active { visibility: visible; opacity: 1; }
.hero-slide img { height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 7s linear; }
.hero-slide.is-active img { transform: scale(1.12); }
.hero-scrim { z-index: 1; background: linear-gradient(90deg, rgb(7 9 13 / 86%) 0%, rgb(7 9 13 / 48%) 55%, rgb(7 9 13 / 18%) 100%), linear-gradient(0deg, rgb(7 9 13 / 62%), transparent 45%); }
.hero-content { position: relative; z-index: 2; display: flex; height: 100%; padding-top: 160px; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-content h1, .page-hero h1 { max-width: 980px; margin: 0; font-family: var(--display); font-size: clamp(82px, 11.6vw, 180px); font-weight: 900; letter-spacing: -.05em; line-height: .75; text-transform: uppercase; }
.hero-content h1 em, .page-hero h1 em { color: var(--gold); font-weight: 800; }
.hero-copy { max-width: 530px; margin: 32px 0 0; font-size: 17px; }
.hero-stamp { position: absolute; z-index: 2; right: -112px; bottom: 42%; margin: 0; transform: rotate(90deg); font-size: 10px; font-weight: 800; letter-spacing: .32em; text-transform: uppercase; }
.slide-controls { position: absolute; z-index: 3; right: 0; bottom: 35px; left: 0; display: flex; gap: 8px; }
.slide-controls button { width: 48px; height: 3px; padding: 0; overflow: hidden; border: 0; background: rgb(255 255 255 / 35%); }
.slide-controls button::after { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--gold); content: ""; }
.slide-controls button.is-active::after { animation: slide-progress 5s linear; }
@keyframes slide-progress { to { transform: scaleX(1); } }

.intro { display: grid; align-items: end; gap: 10vw; grid-template-columns: 1fr .65fr; }
.intro-copy p:not(.lead) { color: #55575b; }
.intro-copy .text-link { margin-top: 20px; }
.venues { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.venues::before { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: rgb(255 255 255 / 8%); content: ""; }
.section-heading { display: grid; align-items: end; gap: 12vw; grid-template-columns: 1fr .5fr; }
.section-heading > p { max-width: 420px; margin: 0 0 12px; color: rgb(255 255 255 / 65%); }
.venue-grid { position: relative; z-index: 1; display: grid; margin-top: 80px; align-items: start; gap: clamp(30px, 7vw, 100px); grid-template-columns: 1fr 1fr; }
.venue-card { position: relative; overflow: hidden; min-height: 590px; color: var(--white); background: #222; text-decoration: none; }
.venue-card.offset { margin-top: 130px; }
.venue-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .55s ease; }
.venue-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(5 7 10 / 88%), transparent 65%); content: ""; }
.venue-card:hover img { transform: scale(1.055); }
.venue-number { position: absolute; z-index: 1; top: 20px; right: 22px; color: var(--gold); font-family: var(--display); font-size: 18px; font-weight: 800; }
.venue-card-copy { position: absolute; z-index: 1; right: 34px; bottom: 32px; left: 34px; }
.venue-card-copy p { margin: 0; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.venue-card-copy h3 { margin: 4px 0 12px; font-family: var(--display); font-size: clamp(64px, 7vw, 100px); line-height: .9; text-transform: uppercase; }
.venue-card-copy > span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.feature-split { display: grid; min-height: 700px; grid-template-columns: 1.12fr .88fr; }
.feature-image img { height: 100%; object-fit: cover; }
.feature-copy { display: flex; padding: clamp(60px, 8vw, 130px); flex-direction: column; align-items: flex-start; justify-content: center; background: var(--gold); }
.feature-copy p:not(.kicker) { max-width: 500px; }
.feature-copy .button { margin-top: 24px; }
.dark-heading > p { color: #55575b; }
.whats-on .section-heading { margin-bottom: 60px; }
.event-strip { border-top: 1px solid var(--line); }
.event-strip article { display: grid; min-height: 150px; padding: 26px 16px; align-items: center; gap: 28px; grid-template-columns: 55px 100px 1fr 50px; border-bottom: 1px solid var(--line); transition: .25s; }
.event-strip article:hover { padding-inline: 28px; color: var(--white); background: var(--red); }
.event-day { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.event-date { font-family: var(--display); font-size: 66px; font-weight: 900; line-height: 1; }
.event-strip article p { margin: 0; color: #686a6d; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-strip article:hover p { color: rgb(255 255 255 / 75%); }
.event-strip h3 { margin: 2px 0; font-family: var(--display); font-size: clamp(28px, 3vw, 44px); text-transform: uppercase; }
.event-strip article > a { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid currentColor; text-decoration: none; }
.party-cta { position: relative; min-height: 720px; overflow: hidden; color: var(--white); background: var(--ink); }
.party-cta > img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.8); }
.party-cta::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(10 12 17 / 88%), rgb(10 12 17 / 15%)); content: ""; }
.party-cta-content { position: relative; z-index: 1; display: flex; min-height: 720px; flex-direction: column; align-items: flex-start; justify-content: center; }
.party-cta .button { margin-top: 40px; }

.site-footer { overflow: hidden; color: var(--white); background: #090b10; }
.footer-banner { display: flex; width: max-content; padding: 22px 0; align-items: center; gap: 42px; transform: translateX(-20px); color: var(--ink); background: var(--gold); font-family: var(--display); font-size: clamp(34px, 4vw, 62px); font-weight: 900; text-transform: uppercase; }
.footer-banner::before, .footer-banner::after { width: 25px; content: ""; }
.footer-banner i { color: var(--red); font-size: .55em; font-style: normal; }
.footer-grid { display: grid; padding-block: 90px 60px; gap: 50px; grid-template-columns: 1.5fr .7fr 1fr 1fr; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-brand img { width: 90px; }
.footer-brand p { max-width: 330px; color: rgb(255 255 255 / 55%); font-size: 13px; }
.footer-title { margin: 0 0 14px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.footer-grid a { color: rgb(255 255 255 / 78%); font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-location { margin: 0 0 10px; color: rgb(255 255 255 / 58%); font-size: 12px; }
.footer-location strong { color: var(--white); }
.footer-bottom { display: flex; padding-block: 22px; justify-content: space-between; border-top: 1px solid rgb(255 255 255 / 10%); color: rgb(255 255 255 / 40%); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.venue-hero, .page-hero { position: relative; height: min(790px, 88svh); min-height: 650px; overflow: hidden; color: var(--white); background: var(--ink); }
.venue-hero > img, .page-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.venue-hero-overlay, .page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 9 13 / 88%), rgb(7 9 13 / 28%)), linear-gradient(0deg, rgb(7 9 13 / 55%), transparent 45%); }
.venue-hero-copy, .page-hero-copy { position: relative; z-index: 1; display: flex; height: 100%; padding-top: 120px; flex-direction: column; align-items: flex-start; justify-content: center; }
.venue-hero-copy h1 { margin: 0; font-family: var(--display); font-size: clamp(130px, 22vw, 300px); font-weight: 900; letter-spacing: -.065em; line-height: .68; text-transform: uppercase; }
.venue-hero-copy > p:last-child, .page-hero-copy > p:last-child { max-width: 510px; margin-top: 30px; }
.giant-outline { position: absolute; right: -30px; bottom: -60px; color: transparent; font-family: var(--display); font-size: clamp(180px, 28vw, 420px); font-weight: 900; letter-spacing: -.06em; line-height: .7; -webkit-text-stroke: 1px rgb(255 255 255 / 22%); }
.venue-intro, .menu-intro, .party-intro { display: grid; gap: 11vw; grid-template-columns: 1fr .65fr; }
.venue-facts address { margin: 28px 0; padding-left: 18px; border-left: 3px solid var(--red); font-style: normal; }
.photo-mosaic { display: grid; padding-top: 0; align-items: end; gap: 30px; grid-template-columns: 1.2fr .72fr; }
.photo-mosaic figure { position: relative; margin: 0; }
.photo-mosaic figure:nth-child(3) { width: 76%; margin-top: -120px; }
.photo-mosaic img { height: 330px; object-fit: cover; }
.photo-mosaic .mosaic-wide img { height: 510px; }
.photo-mosaic .mosaic-tall { grid-row: span 2; }
.photo-mosaic .mosaic-tall img { height: 680px; }
.photo-mosaic figcaption { display: flex; padding: 12px 0; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 20px; font-weight: 700; text-transform: uppercase; }
.photo-mosaic figcaption span { color: var(--red); font-size: 13px; }
.venue-band, .enquiry-band, .contact-band { padding-block: clamp(80px, 10vw, 150px); color: var(--white); background: var(--red); }
.big-list { display: grid; margin-top: 40px; grid-template-columns: 1fr 1fr; }
.big-list span { padding: 16px 0; border-bottom: 1px solid rgb(255 255 255 / 35%); font-family: var(--display); font-size: clamp(48px, 7vw, 100px); font-weight: 900; line-height: .9; text-transform: uppercase; }
.big-list span:nth-child(odd) { border-right: 1px solid rgb(255 255 255 / 35%); }
.big-list span:nth-child(even) { padding-left: 40px; }
.next-venue > a { display: grid; margin-top: 30px; padding-block: 30px; align-items: center; grid-template-columns: 120px 1fr 80px; border-block: 1px solid var(--line); text-decoration: none; }
.next-venue a > span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.next-venue a > strong { font-family: var(--display); font-size: clamp(70px, 11vw, 160px); letter-spacing: -.04em; line-height: .8; text-transform: uppercase; transition: color .2s; }
.next-venue a:hover > strong { color: var(--red); }
.next-venue a > i { font-size: 50px; font-style: normal; }

.page-hero { height: min(760px, 85svh); }
.page-hero-copy h1 { font-size: clamp(92px, 14vw, 210px); }
.page-hero-copy .button { margin-top: 28px; }
.food-hero > img { object-position: center 55%; }
.menu-intro { align-items: end; }
.menu-board { padding-top: 0; }
.menu-tabs { display: flex; border-bottom: 1px solid var(--line); gap: 4px; }
.menu-tabs button { padding: 16px 22px; border: 0; color: #737477; background: transparent; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.menu-tabs button.is-active { color: var(--white); background: var(--red); }
.menu-panel { display: none; grid-template-columns: 1fr 1fr; column-gap: 70px; }
.menu-panel.is-active { display: grid; }
.menu-section-description { grid-column: 1 / -1; max-width: 700px; margin: 28px 0 0; color: #686a6d; }
.menu-panel article { display: flex; min-height: 155px; padding: 32px 0; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.menu-panel h3 { margin: 0; font-family: var(--display); font-size: 30px; text-transform: uppercase; }
.menu-panel p { max-width: 420px; margin: 4px 0 0; color: #686a6d; font-size: 13px; }
.menu-panel strong { color: var(--red); font-family: var(--display); font-size: 26px; }
.menu-calories { display: inline-block; margin-top: 8px; color: #777; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-empty { padding: 30px 0; color: #686a6d; }
.menu-empty-state { padding: 70px; border: 1px solid var(--line); text-align: center; }
.menu-empty-state .kicker { justify-content: center; }
.menu-empty-state h3 { margin: 0; font-family: var(--display); font-size: clamp(42px, 6vw, 78px); text-transform: uppercase; }
.food-gallery { display: grid; min-height: 650px; align-items: stretch; grid-template-columns: 1fr .9fr 1fr; color: var(--white); background: var(--ink); }
.food-gallery figure { margin: 0; }
.food-gallery img { height: 100%; object-fit: cover; }
.food-gallery > div { display: flex; padding: 50px; flex-direction: column; align-items: flex-start; justify-content: center; }
.food-gallery > div p:not(.kicker) { color: rgb(255 255 255 / 62%); }
.food-gallery .button { margin-top: 22px; }

.events-layout { display: grid; align-items: start; gap: 8vw; grid-template-columns: .5fr 1fr; }
.events-layout aside { position: sticky; top: 110px; }
.event-filters { display: flex; margin-top: 45px; flex-direction: column; align-items: flex-start; }
.event-filters button { padding: 8px 0; border: 0; color: #777; background: transparent; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.event-filters button.is-active { color: var(--red); }
.event-card { position: relative; display: grid; padding: 26px 0; align-items: stretch; gap: 26px; grid-template-columns: 88px 210px 1fr; border-bottom: 1px solid var(--line); }
.event-card:first-child { border-top: 1px solid var(--line); }
.event-card-date { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--red); }
.event-card-date strong { font-family: var(--display); font-size: 52px; line-height: .8; }
.event-card-date span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-card > img { height: 190px; object-fit: cover; filter: saturate(.75); transition: .25s; }
.event-card:hover > img { filter: saturate(1.1); }
.event-card-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.event-card-copy > p:first-child { margin: 0; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.event-card-copy h3 { margin: 4px 0; font-family: var(--display); font-size: 35px; line-height: 1; text-transform: uppercase; }
.event-card-copy > p:not(:first-child) { margin: 5px 0 10px; color: #686a6d; font-size: 12px; }
.event-card-copy a { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.party-intro { align-items: center; }
.party-options { display: grid; padding-top: 0; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.party-options article { position: relative; display: flex; min-height: 470px; padding: 35px; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); }
.party-options article.featured { color: var(--white); background: var(--red); transform: translateY(-25px); }
.party-options article > span { color: var(--red); font-family: var(--display); font-weight: 800; }
.party-options article.featured > span { color: var(--gold); }
.party-options h3 { margin: auto 0 20px; font-family: var(--display); font-size: clamp(48px, 5vw, 70px); letter-spacing: -.02em; line-height: .78; text-transform: uppercase; }
.party-options p { font-size: 13px; }
.party-options a { margin-top: 20px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.party-collage { display: grid; padding-bottom: clamp(90px, 11vw, 170px); align-items: center; gap: 50px; grid-template-columns: 1fr .75fr .7fr; }
.party-collage img { object-fit: cover; }
.party-photo-one { height: 520px; }
.party-photo-two { height: 350px; transform: translateY(80px); }
.party-collage > div p:not(.kicker) { color: #686a6d; }
.enquiry-band > .shell, .contact-band > .shell { display: grid; align-items: end; gap: 12vw; grid-template-columns: 1fr .7fr; }
.enquiry-band > .shell > div:last-child p { color: rgb(255 255 255 / 72%); }

.contact-hero { position: relative; display: grid; min-height: 760px; padding-top: 106px; grid-template-columns: 1.05fr .95fr; color: var(--white); background: var(--ink); }
.contact-hero > .shell { width: auto; margin: 0; padding: 100px 6vw; align-self: center; }
.contact-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(110px, 16vw, 230px); letter-spacing: -.05em; line-height: .68; text-transform: uppercase; }
.contact-hero h1 em { color: var(--gold); }
.contact-hero > .shell > p:last-child { max-width: 480px; margin-top: 35px; color: rgb(255 255 255 / 65%); }
.contact-hero-images { display: grid; min-width: 0; grid-template-rows: 1fr 1fr; }
.contact-hero-images img { min-height: 0; height: 100%; object-fit: cover; }
.contact-locations .section-heading { margin-bottom: 65px; }
.location-cards { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); }
.location-cards > article { padding: clamp(28px, 4vw, 50px); border: 1px solid var(--line); background: var(--white); }
.location-card-top { display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.location-card-top span { color: var(--red); font-family: var(--display); font-weight: 800; }
.location-card-top h3 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(56px, 7vw, 92px); line-height: .8; text-transform: uppercase; }
.location-details { display: flex; padding: 26px 0; flex-direction: column; align-items: flex-start; gap: 6px; }
.location-details address { margin-bottom: 8px; font-style: normal; }
.location-details a { font-weight: 700; text-decoration: none; }
.opening-hours { padding: 20px 0 28px; border-top: 1px solid var(--line); }
.opening-hours h4 { margin: 0 0 12px; color: var(--red); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.opening-hours > div { display: flex; padding: 4px 0; justify-content: space-between; font-size: 12px; }
.contact-links { display: flex; flex-direction: column; }
.contact-links a { display: flex; padding: 22px 0; flex-direction: column; border-bottom: 1px solid rgb(255 255 255 / 30%); text-decoration: none; }
.contact-links a span { color: rgb(255 255 255 / 65%); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-links a strong { font-family: var(--display); font-size: 28px; text-transform: uppercase; }

.booking-intro { display: grid; align-items: center; gap: 9vw; grid-template-columns: 1fr 1fr; }
.booking-section { color: var(--white); background: var(--ink); }
.booking-layout { display: grid; align-items: start; gap: clamp(50px, 8vw, 110px); grid-template-columns: .7fr 1.3fr; }
.booking-layout aside { position: sticky; top: 120px; }
.booking-layout aside > p:last-child { max-width: 380px; color: rgb(255 255 255 / 65%); }
.booking-layout aside a { color: var(--gold); }
.booking-form { display: grid; gap: 32px; padding: clamp(25px, 4vw, 52px); color: var(--ink); background: var(--white); }
.booking-step { display: grid; gap: 20px; grid-template-columns: 38px 1fr; }
.booking-step > span { color: var(--red); font-family: var(--display); font-size: 20px; font-weight: 800; }
.booking-step h3 { margin: 0 0 22px; font-family: var(--display); font-size: 34px; text-transform: uppercase; }
.booking-fields { display: grid; gap: 16px; }
.booking-fields.three { grid-template-columns: 1.4fr .65fr 1fr; }
.booking-fields.two { grid-template-columns: 1fr 1fr; }
.booking-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: #f7f5ef; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--red); outline: 2px solid rgb(237 45 45 / 18%); }
.booking-time-field { margin-top: 16px; }
.booking-availability { min-height: 24px; margin: 8px 0 0; color: #686a6d; font-size: 12px; }
.booking-consent { display: flex !important; align-items: flex-start; gap: 10px !important; text-transform: none !important; }
.booking-consent input { width: auto; min-height: auto; margin-top: 3px; }
.booking-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); }
.booking-submit p { margin: 0; font-size: 12px; }
.booking-submit p.is-success { color: #227144; }
.booking-submit p.is-error { color: #a32626; }
.booking-submit button:disabled { cursor: wait; opacity: .6; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .site-header { height: 86px; padding: 0 18px; grid-template-columns: 1fr auto; }
  .brand img { height: 68px; }
  .header-cta { display: none; }
  .menu-toggle { z-index: 3; display: flex; width: 46px; height: 46px; padding: 13px 11px; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid rgb(255 255 255 / 55%); color: var(--white); background: transparent; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; background: currentColor; transition: .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; padding: 120px 30px 50px; transform: translateX(100%); flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; overflow-y: auto; visibility: hidden; color: var(--white); background: var(--ink); transition: .3s ease; }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav > a, .nav-group > button, .is-scrolled .site-nav > a, .is-scrolled .nav-group > button { display: flex; width: 100%; padding: 12px 0; justify-content: space-between; border-bottom: 1px solid rgb(255 255 255 / 13%); font-family: var(--display); font-size: clamp(32px, 9vw, 54px); font-weight: 800; letter-spacing: 0; line-height: 1; text-align: left; }
  .site-nav > a::after, .nav-group > button::after { display: none; }
  .nav-submenu { position: static; display: none; padding: 5px 0 14px 20px; transform: none; visibility: visible; opacity: 1; background: transparent; box-shadow: none; }
  .nav-group.is-open .nav-submenu { display: grid; transform: none; }
  .nav-submenu a { color: var(--gold); font-size: 25px; }
  .hero-home { height: 860px; max-height: 100svh; }
  .hero-content { padding-top: 100px; }
  .hero-stamp { display: none; }
  .intro, .section-heading, .venue-intro, .menu-intro, .party-intro, .booking-intro, .booking-layout, .events-layout, .enquiry-band > .shell, .contact-band > .shell { gap: 55px; grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .venue-grid { gap: 22px; }
  .venue-card { min-height: 480px; }
  .venue-card.offset { margin-top: 70px; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-image { height: 500px; }
  .feature-copy { min-height: 600px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .events-layout aside { position: static; }
  .event-filters { margin-top: 25px; flex-direction: row; gap: 20px; }
  .food-gallery { min-height: auto; grid-template-columns: 1fr 1fr; }
  .food-gallery > div { grid-column: span 2; grid-row: 1; min-height: 500px; }
  .food-gallery figure { height: 400px; }
  .party-collage { gap: 25px; grid-template-columns: 1fr 1fr; }
  .party-collage > div { grid-column: span 2; grid-row: 1; }
  .contact-hero { padding-top: 86px; grid-template-columns: 1fr; }
  .contact-hero-images { height: 380px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .booking-layout aside { position: static; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 30px); }
  .section { padding-block: 85px; }
  .section-pad { padding-block: 70px; }
  .display { font-size: clamp(54px, 18vw, 78px); }
  .hero-content h1, .page-hero h1 { font-size: clamp(68px, 22vw, 104px); line-height: .79; }
  .hero-copy { font-size: 14px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .slide-controls button { flex: 1; }
  .venue-grid { grid-template-columns: 1fr; }
  .venue-card, .venue-card.offset { min-height: 470px; margin-top: 0; }
  .venue-card-copy { right: 22px; bottom: 22px; left: 22px; }
  .feature-image { height: 360px; }
  .feature-copy { min-height: 530px; padding: 65px 22px; }
  .event-strip article { gap: 12px; grid-template-columns: 36px 65px 1fr; }
  .event-strip article > a { display: none; }
  .event-date { font-size: 46px; }
  .event-strip h3 { font-size: 26px; }
  .party-cta, .party-cta-content { min-height: 650px; }
  .footer-grid { padding-block: 70px 45px; grid-template-columns: 1fr; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .venue-hero, .page-hero { height: 720px; min-height: 0; }
  .venue-hero-copy, .page-hero-copy { padding-top: 90px; }
  .venue-hero-copy h1 { font-size: clamp(100px, 39vw, 170px); }
  .giant-outline { display: none; }
  .photo-mosaic { gap: 35px; grid-template-columns: 1fr; }
  .photo-mosaic .mosaic-tall { grid-row: auto; }
  .photo-mosaic .mosaic-wide img, .photo-mosaic .mosaic-tall img, .photo-mosaic img { height: 430px; }
  .photo-mosaic figure:nth-child(3) { width: 100%; margin-top: 0; }
  .big-list { grid-template-columns: 1fr; }
  .big-list span:nth-child(odd) { border-right: 0; }
  .big-list span:nth-child(even) { padding-left: 0; }
  .next-venue > a { gap: 10px; grid-template-columns: 1fr auto; }
  .next-venue a > span { grid-column: span 2; }
  .next-venue a > strong { font-size: 80px; }
  .menu-tabs { overflow-x: auto; }
  .menu-tabs button { flex: 0 0 auto; }
  .menu-panel.is-active { grid-template-columns: 1fr; }
  .food-gallery { display: block; }
  .food-gallery > div { min-height: 520px; padding: 65px 20px; }
  .food-gallery figure { height: 320px; }
  .event-filters { flex-wrap: wrap; }
  .event-card { gap: 12px; grid-template-columns: 62px 95px 1fr; }
  .event-card > img { height: 150px; }
  .event-card-copy > p:not(:first-child) { display: none; }
  .event-card-copy h3 { font-size: 25px; }
  .event-card-date strong { font-size: 40px; }
  .party-options { gap: 14px; grid-template-columns: 1fr; }
  .party-options article, .party-options article.featured { min-height: 400px; transform: none; }
  .party-collage { display: flex; flex-direction: column; align-items: stretch; }
  .party-collage > div { order: -1; }
  .party-photo-one, .party-photo-two { height: 340px; transform: none; }
  .contact-hero { min-height: 0; }
  .contact-hero > .shell { padding: 100px 18px 70px; }
  .contact-hero h1 { font-size: 120px; }
  .contact-hero-images { height: 500px; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
  .location-cards { grid-template-columns: 1fr; }
  .booking-form { padding: 25px 18px; }
  .booking-step { grid-template-columns: 1fr; }
  .booking-fields.three, .booking-fields.two { grid-template-columns: 1fr; }
  .booking-submit { align-items: stretch; flex-direction: column; }
}

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