
:root {
  --background: #f4efe5;
  --surface: #fffdf8;
  --elevated: #ffffff;
  --text: #172137;
  --muted: #5f625f;
  --border: #c9c0b2;
  --accent: #a94f37;
  --accent-hover: #823a29;
  --cta: #17334f;
  --cta-text: #fffdf8;
  --focus: #d16a43;
  --success: #2e6b4f;
  --error: #a43737;
  --header: #fffdf8;
  --footer: #14253a;
  --form: #ffffff;
  --ink: #0e1e33;
  --clay: #b4573e;
  --cream: #f4efe5;
  --navy: #142b45;
  --walnut: #5e3c2c;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 18px 60px rgba(20, 43, 69, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.67;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 200;
  transform: translateY(-160%); background: var(--elevated); padding: 10px 16px;
  border: 2px solid var(--focus); color: var(--ink); text-decoration: none;
}
.skip-link:focus { transform: none; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.35rem, 6vw, 4.6rem); line-height: 0.98; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.06; }
h3 { color: var(--ink); line-height: 1.25; }
p { color: var(--muted); }
.topline { background: var(--navy); color: #f8f0e6; font-size: 0.76rem; }
.topline__inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.topline__links { display: flex; gap: 28px; }
.topline a { text-underline-offset: 3px; }
.site-header {
  position: sticky; top: 0; z-index: 90;
  border-bottom: 1px solid rgba(20, 43, 69, 0.16);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(16px);
}
.header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.logo img { width: 48px; height: 48px; }
.logo > span { display: flex; flex-direction: column; font-family: var(--serif); font-size: 1.32rem; line-height: 1.05; }
.logo small { margin-top: 5px; font-family: var(--sans); font-size: 0.63rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.logo--light { color: #fffaf2; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > a:not(.button) { position: relative; color: var(--ink); font-size: 0.83rem; font-weight: 750; text-decoration: none; }
.main-nav > a:not(.button)::after {
  position: absolute; right: 0; bottom: -6px; left: 0; height: 2px;
  background: var(--clay); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease;
}
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; border: 0; background: none; color: var(--ink); }
.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  border: 1px solid var(--cta); border-radius: 6px; background: var(--cta); color: var(--cta-text);
  cursor: pointer; font-size: 0.92rem; font-weight: 800; letter-spacing: 0.01em; padding: 11px 22px; text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.button:hover { background: #244a6c; border-color: #244a6c; transform: translateY(-1px); }
.button--small { min-height: 40px; padding: 8px 16px; }
.button--ghost { border-color: rgba(255,255,255,.62); background: transparent; color: white; }
.button--ghost:hover, .button--light:hover { border-color: white; background: white; color: var(--ink); }
.button--light { border-color: #fff7ec; background: #fff7ec; color: var(--ink); }
.button--outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.button--outline:hover { background: var(--navy); color: white; }
.text-link, .editorial-link {
  border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink);
  cursor: pointer; font-weight: 800; padding: 0 0 3px; text-decoration: none;
}
.text-link--light, .editorial-link--light { color: #fff8ed; }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.hero { position: relative; min-height: 700px; isolation: isolate; overflow: hidden; }
.hero__image, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__veil {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7,17,30,.9) 0%, rgba(7,17,30,.72) 42%, rgba(7,17,30,.08) 76%);
}
.hero__content {
  position: relative; z-index: 2; display: flex; min-height: 700px; flex-direction: column; justify-content: center;
  color: white; padding-block: 70px;
}
.hero__content .eyebrow { color: #efb494; }
.hero__content h1 { max-width: 740px; color: white; margin-bottom: 24px; }
.hero__lead { max-width: 650px; color: #f3ece3; font-size: 1.12rem; }
.hero-facts {
  display: flex; gap: 0; width: min(720px, 100%); margin: 54px 0 0; border-top: 1px solid rgba(255,255,255,.35); padding-top: 18px;
}
.hero-facts div { flex: 1; padding-right: 20px; }
.hero-facts div + div { border-left: 1px solid rgba(255,255,255,.28); padding-left: 22px; }
.hero-facts dt { color: #efb494; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-facts dd { margin: 5px 0 0; color: white; font-family: var(--serif); font-size: 1.05rem; line-height: 1.25; }
.section { padding-block: clamp(80px, 10vw, 130px); }
.section--intro { background: var(--surface); }
.section--tint, .section--prices, .section--visit { background: #e7e0d4; }
.section--dark { background: var(--navy); color: white; }
.section--dark h2, .section--dark h3 { color: white; }
.section--dark p { color: #d8dfdf; }
.section--dark .eyebrow { color: #efb494; }
.editorial-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.editorial-grid h2 { max-width: 560px; }
.prose { max-width: 69ch; }
.prose p + p { margin-top: 20px; }
.prose .editorial-link { display: inline-block; margin-top: 16px; }
.split-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(44px, 8vw, 100px); align-items: center; }
.split-feature--reverse > :first-child { order: 2; }
.arched-image { margin: 0; border-radius: 180px 180px 0 0; overflow: hidden; box-shadow: var(--shadow); }
.arched-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.feature-list { margin: 30px 0; padding: 0; list-style: none; }
.feature-list li { border-top: 1px solid var(--border); padding: 12px 0; color: var(--ink); }
.feature-list li::before { margin-right: 10px; color: var(--accent); content: "↗"; font-weight: 900; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .55fr); gap: 40px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -25px; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.price-list { border-top: 2px solid var(--navy); }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; border-bottom: 1px solid var(--border); padding: 20px 0; }
.price-row h3 { margin-bottom: 3px; font-family: var(--serif); font-size: 1.26rem; }
.price-row p { margin: 0; font-size: .89rem; }
.price-row > strong { color: var(--navy); font-family: var(--serif); font-size: 1.25rem; white-space: nowrap; }
.center-action { display: flex; justify-content: center; margin-top: 42px; }
.section--poker-preview { background: var(--navy); color: white; }
.poker-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 70px; align-items: center; }
.poker-grid h2 { color: white; }
.poker-grid p { color: #dce2e4; }
.poker-grid .eyebrow { color: #efb494; }
.poker-grid figure { margin: 0; border: 1px solid rgba(255,255,255,.35); padding: 12px; }
.poker-grid figure img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.82); }
.boundary-note { display: flex; flex-direction: column; border-left: 3px solid #efb494; margin: 30px 0; padding: 7px 0 7px 18px; }
.boundary-note span { color: #cbd7db; }
.event-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.event-tile { position: relative; min-height: 260px; border: 1px solid var(--border); padding: 30px; }
.event-tile--1 { grid-column: span 5; background: var(--surface); }
.event-tile--2 { grid-column: span 7; background: #d8dfda; }
.event-tile--3 { grid-column: span 4; background: #ead5c8; }
.event-tile--4 { grid-column: span 4; background: var(--surface); }
.event-tile--5 { grid-column: span 4; background: #d3dbe3; }
.event-tile > span { color: var(--accent); font-family: var(--serif); font-size: 1.6rem; }
.event-tile h3 { max-width: 420px; margin: 28px 0 10px; font-family: var(--serif); font-size: 1.55rem; }
.event-tile p { max-width: 55ch; font-size: .9rem; }
.event-tile a { display: inline-block; border-bottom: 1px solid; margin-top: 10px; font-weight: 800; text-decoration: none; }
.visit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; }
.contact-card { display: flex; flex-direction: column; margin: 28px 0; color: var(--ink); font-style: normal; }
.contact-card a { width: max-content; }
.hours { margin: 0; border-top: 1px solid var(--border); }
.hours div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--border); padding: 10px 0; }
.hours dt { color: var(--muted); }
.hours dd { margin: 0; color: var(--ink); font-weight: 800; }
.practical-note { margin-top: 22px; font-size: .88rem; }
.final-booking { background: var(--surface); }
.booking-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.booking-form { border: 1px solid var(--border); border-radius: 22px; background: var(--form); box-shadow: var(--shadow); padding: clamp(24px, 4vw, 48px); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.booking-form label { color: var(--ink); font-size: .82rem; font-weight: 800; }
.booking-form input, .booking-form textarea {
  width: 100%; border: 1px solid #9f9b92; border-radius: 6px; background: #fffdfa; color: var(--ink); margin-top: 6px; padding: 12px 13px;
}
.booking-form textarea { resize: vertical; }
.form-wide { grid-column: 1 / -1; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; overflow: hidden !important; }
.check-row { display: grid !important; grid-template-columns: 22px 1fr; gap: 10px; margin-top: 18px; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.check-row input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--navy); }
.check-row a { text-underline-offset: 3px; }
.form-note { font-size: .78rem; margin: 18px 0; }
.page-hero { background: var(--surface); padding-block: 70px; }
.page-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 75px; align-items: center; }
.page-hero__grid > div { padding-block: 50px; }
.page-hero__grid h1 { max-width: 720px; }
.page-hero__grid > div > p:not(.eyebrow) { max-width: 62ch; font-size: 1.05rem; }
.page-hero__grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 180px 180px 0 0; }
.compact-hero { border-bottom: 1px solid var(--border); background: var(--surface); padding-block: clamp(78px, 11vw, 145px); }
.compact-hero .shell { position: relative; }
.compact-hero .shell::after { position: absolute; right: 0; top: 0; width: 90px; height: 90px; border-right: 2px solid var(--clay); border-top: 2px solid var(--clay); content: ""; }
.compact-hero h1 { max-width: 920px; }
.compact-hero p:not(.eyebrow) { max-width: 760px; font-size: 1.08rem; }
.breadcrumbs { display: flex; gap: 10px; color: var(--muted); font-size: .78rem; padding-block: 20px; }
.breadcrumbs a { color: var(--ink); }
.journey { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--border); border-top: 1px solid var(--border); }
.journey article { min-height: 250px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 30px; }
.journey span, .rules-grid span, .values-grid span { color: var(--accent); font-family: var(--serif); font-size: 1.5rem; }
.journey h3 { margin-top: 45px; font-family: var(--serif); font-size: 1.5rem; }
.menu-teaser { border: 1px solid var(--border); background: var(--surface); padding: 28px; }
.menu-teaser div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--border); padding: 18px 0; }
.menu-teaser div:last-child { border: 0; }
.menu-teaser span { color: var(--muted); }
.menu-layout { display: grid; grid-template-columns: 230px 1fr; gap: 70px; align-items: start; }
.category-rail { position: sticky; top: 120px; display: flex; flex-direction: column; border-top: 2px solid var(--navy); }
.category-rail a { border-bottom: 1px solid var(--border); padding: 12px 4px; color: var(--ink); font-weight: 750; text-decoration: none; }
.menu-catalogue > section { scroll-margin-top: 120px; padding-bottom: 85px; }
.menu-category-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 40px; align-items: end; border-bottom: 2px solid var(--navy); margin-bottom: 8px; padding-bottom: 24px; }
.menu-category-heading h2 { margin-bottom: 0; }
.menu-category-heading p { margin: 0; }
.menu-items article { display: grid; grid-template-columns: 1fr auto; gap: 25px; border-bottom: 1px solid var(--border); padding: 22px 0; }
.menu-items h3 { margin: 0; font-family: var(--serif); font-size: 1.32rem; }
.menu-items p { margin: 4px 0; }
.menu-items small { display: inline-block; border: 1px solid var(--border); border-radius: 999px; color: var(--success); font-size: .68rem; font-weight: 800; padding: 2px 8px; text-transform: uppercase; }
.menu-items strong { color: var(--navy); font-family: var(--serif); font-size: 1.23rem; }
.allergen-note { border-left: 4px solid var(--clay); background: #eadfd4; padding: 30px; }
.allergen-note h2 { font-size: 1.8rem; }
.poker-hero { background: #e9e0d3; padding-block: clamp(60px, 9vw, 120px); }
.poker-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 55px; align-items: center; }
.poker-hero__grid img { aspect-ratio: 16 / 10; object-fit: cover; border: 10px solid var(--surface); box-shadow: var(--shadow); }
.wide-intro { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 90px; }
.section--poker-rules { background: var(--navy); color: white; }
.section--poker-rules h2, .section--poker-rules h3 { color: white; }
.section--poker-rules p { color: #d6dfe2; }
.section--poker-rules .eyebrow { color: #efb494; }
.rules-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid rgba(255,255,255,.24); border-top: 1px solid rgba(255,255,255,.24); }
.rules-grid article { min-height: 230px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); padding: 26px; }
.rules-grid h3 { margin: 32px 0 8px; font-family: var(--serif); font-size: 1.35rem; }
.timeline-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.timeline { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.timeline li { position: relative; border-left: 2px solid var(--clay); padding: 0 0 40px 35px; }
.timeline li::before { position: absolute; left: -8px; top: 0; width: 14px; height: 14px; background: var(--clay); border-radius: 50%; content: ""; }
.timeline strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 1.35rem; }
.timeline p { margin-bottom: 0; }
.faq-split { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
details { border-top: 1px solid var(--border); }
details:last-child { border-bottom: 1px solid var(--border); }
summary { position: relative; color: var(--ink); cursor: pointer; font-weight: 800; list-style: none; padding: 20px 45px 20px 0; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; right: 4px; content: "+"; color: var(--accent); font-size: 1.5rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { padding-right: 45px; padding-bottom: 20px; }
.process-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.process-grid ol { margin: 0; padding: 0; list-style: none; }
.process-grid li { display: grid; grid-template-columns: 65px 1fr; gap: 18px; border-top: 1px solid var(--border); padding: 20px 0; }
.process-grid li > span { color: var(--accent); font-family: var(--serif); font-size: 1.4rem; }
.process-grid h3, .process-grid p { margin-bottom: 4px; }
.section--program-list { background: var(--surface); }
.program-group { display: grid; grid-template-columns: 260px 1fr; gap: 50px; border-top: 2px solid var(--navy); padding-block: 40px 70px; }
.program-group > h2 { font-size: 2rem; }
.program-group > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 36px; }
.program-group article { border-bottom: 1px solid var(--border); padding: 0 0 25px; margin-bottom: 25px; }
.program-group h3 a { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.program-group article > span { color: var(--accent); font-size: .8rem; font-weight: 800; }
.service-layout { display: grid; grid-template-columns: 300px 1fr; gap: 90px; align-items: start; }
.service-layout > aside { position: sticky; top: 120px; border: 1px solid var(--border); background: var(--surface); padding: 28px; }
.service-layout > aside > strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 1.45rem; line-height: 1.25; }
.service-layout > aside > p:not(.eyebrow) { font-size: .85rem; margin-block: 18px; }
.service-copy { max-width: 760px; }
.service-copy section { border-bottom: 1px solid var(--border); padding-bottom: 40px; margin-bottom: 50px; }
.service-copy h2 { font-size: 2.1rem; }
.package-prices { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--border); border-top: 1px solid var(--border); }
.package-prices article { min-height: 230px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 26px; }
.package-prices h3 { font-family: var(--serif); font-size: 1.4rem; }
.package-prices strong { display: block; color: var(--accent); font-family: var(--serif); font-size: 1.32rem; margin-bottom: 15px; }
.price-exclusion { border-left: 5px solid var(--success); background: var(--surface); margin-top: 50px; padding: 30px; }
.price-exclusion strong { color: var(--ink); font-family: var(--serif); font-size: 1.35rem; }
.price-exclusion p { margin: 6px 0 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.values-grid article { min-height: 300px; border-right: 1px solid rgba(255,255,255,.25); padding: 35px; }
.values-grid article:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.values-grid h2 { margin-top: 60px; font-size: 1.85rem; }
.contact-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.contact-layout address { display: flex; flex-direction: column; margin-bottom: 28px; font-size: 1.08rem; font-style: normal; }
.contact-layout > div:first-child > h3 { margin-top: 50px; font-family: var(--serif); font-size: 1.5rem; }
.faq-page { display: grid; grid-template-columns: 240px 1fr; gap: 80px; }
.faq-page aside { position: sticky; top: 120px; display: flex; flex-direction: column; align-self: start; }
.faq-page aside a { border-bottom: 1px solid var(--border); padding: 10px 0; font-weight: 750; text-decoration: none; }
.faq-page > div h2 { font-size: 2rem; margin: 60px 0 10px; scroll-margin-top: 120px; }
.faq-page > div h2:first-child { margin-top: 0; }
.final-callout { border-top: 1px solid var(--border); background: var(--surface); text-align: center; }
.final-callout .shell { max-width: 820px; }
.final-callout p:not(.eyebrow) { max-width: 620px; margin-inline: auto; }
.legal-prose { max-width: 860px; }
.legal-prose h2 { margin-top: 55px; font-size: 2rem; }
.legal-prose p { color: #444a4f; }
.legal-updated { border-bottom: 1px solid var(--border); padding-bottom: 20px; font-size: .85rem; }
.legal-table { min-width: 720px; border-left: 1px solid var(--border); border-top: 1px solid var(--border); }
.legal-table > div { display: grid; grid-template-columns: 1.1fr 1fr 2fr 1.2fr 1fr; }
.legal-table span, .legal-table strong { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 10px; font-size: .78rem; }
.legal-prose:has(.legal-table) { overflow-x: auto; }
.status-page { display: flex; min-height: 100vh; flex-direction: column; align-items: center; justify-content: center; background: var(--surface); padding: 30px; text-align: center; }
.status-page .logo { margin-bottom: 70px; }
.status-page h1 { max-width: 780px; }
.status-page > p:not(.eyebrow) { max-width: 620px; }
.site-footer { background: var(--footer); color: #eef1ef; padding: 75px 0 20px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr .9fr 1fr 1fr; gap: 50px; }
.site-footer h2 { color: white; font-family: var(--sans); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p, .site-footer dt { color: #bbc5c7; }
.footer__statement { max-width: 340px; margin-top: 25px; }
.footer__age { max-width: 340px; border-left: 2px solid #efb494; padding-left: 13px; font-size: .75rem; }
.site-footer address { color: #e6eceb; font-style: normal; }
.site-footer address a { color: white; }
.footer__link { display: inline-block; margin-top: 20px; }
.hours--footer { border-color: rgba(255,255,255,.18); }
.hours--footer div { border-color: rgba(255,255,255,.18); }
.hours--footer dd { color: white; }
.footer__nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer__nav a, .footer__nav button { border: 0; background: none; color: #d7dfde; cursor: pointer; font-size: .82rem; padding: 0; text-align: left; }
.footer__nav a:hover, .footer__nav button:hover { color: white; text-decoration: underline; }
.footer__bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); color: #aebabc; font-size: .75rem; margin-top: 60px; padding-top: 18px; }
.cookie-banner {
  position: fixed; right: 24px; bottom: 24px; left: 24px; z-index: 120;
  display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center;
  border: 1px solid #7e8890; background: #fffdfa; box-shadow: 0 20px 70px rgba(8,20,35,.3); padding: 24px;
}
.cookie-banner[hidden],
.modal-backdrop[hidden] {
  display: none !important;
}
.cookie-banner h2 { font-family: var(--sans); font-size: 1rem; font-weight: 900; letter-spacing: 0; margin-bottom: 4px; }
.cookie-banner p { max-width: 780px; margin: 0; font-size: .8rem; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions button { min-height: 42px; border: 1px solid var(--navy); background: white; color: var(--navy); cursor: pointer; font-size: .78rem; font-weight: 800; padding: 8px 13px; }
.cookie-actions button:hover { background: var(--navy); color: white; }
.modal-backdrop { position: fixed; inset: 0; z-index: 130; display: grid; place-items: center; background: rgba(7,15,25,.72); padding: 20px; }
.consent-modal { position: relative; width: min(680px, 100%); max-height: min(780px, calc(100vh - 40px)); overflow: auto; background: var(--surface); box-shadow: var(--shadow); padding: clamp(24px, 5vw, 50px); }
.modal-close { position: absolute; right: 20px; top: 16px; width: 42px; height: 42px; border: 1px solid var(--border); background: transparent; color: var(--ink); cursor: pointer; font-size: 1.5rem; }
.consent-modal h2 { font-size: 2.2rem; }
.consent-row { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; border-top: 1px solid var(--border); padding: 20px 0; }
.consent-row strong { display: block; color: var(--ink); }
.consent-row p { margin: 3px 0 0; font-size: .82rem; }
.consent-row input { width: 22px; height: 22px; accent-color: var(--navy); }
.modal-actions { display: flex; gap: 20px; align-items: center; margin-top: 25px; }
.mobile-booking { display: none; }

@media (max-width: 1080px) {
  .topline__inner > span:first-child, .topline__links span { display: none; }
  .topline__inner { justify-content: flex-end; }
  .menu-button { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-weight: 800; }
  .main-nav {
    position: fixed; inset: 116px 0 auto; display: none; max-height: calc(100vh - 116px); flex-direction: column; align-items: stretch;
    overflow: auto; border-bottom: 1px solid var(--border); background: var(--surface); padding: 20px;
  }
  .main-nav--open { display: flex; }
  .main-nav a { border-bottom: 1px solid var(--border); padding: 12px 4px; }
  .main-nav .button { margin-top: 8px; }
  .editorial-grid, .split-feature, .poker-grid, .visit-grid, .booking-grid, .page-hero__grid, .poker-hero__grid, .wide-intro, .timeline-layout, .faq-split, .process-grid, .contact-layout { gap: 45px; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  body { font-size: 16px; padding-bottom: 62px; }
  .shell { width: min(100% - 28px, 680px); }
  .topline { display: none; }
  .header__inner { min-height: 72px; }
  .main-nav { inset: 72px 0 auto; max-height: calc(100vh - 72px); }
  .hero, .hero__content { min-height: 690px; }
  .hero__image { object-position: 58% center; }
  .hero__veil { background: linear-gradient(180deg, rgba(7,17,30,.35), rgba(7,17,30,.92) 75%); }
  .hero__content { justify-content: flex-end; padding-bottom: 45px; }
  .hero-facts { display: none; }
  .section { padding-block: 75px; }
  .editorial-grid, .split-feature, .poker-grid, .visit-grid, .booking-grid, .page-hero__grid, .poker-hero__grid, .wide-intro, .timeline-layout, .faq-split, .process-grid, .contact-layout, .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: -18px; }
  .section-heading { gap: 30px; }
  .split-feature--reverse > :first-child { order: initial; }
  .arched-image, .page-hero__grid img { border-radius: 95px 95px 0 0; }
  .event-mosaic { grid-template-columns: 1fr; }
  .event-tile { grid-column: auto; min-height: auto; }
  .poker-grid figure { order: -1; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .page-hero { padding-block: 45px; }
  .page-hero__grid > div { padding-block: 20px; }
  .compact-hero .shell::after { width: 45px; height: 45px; }
  .journey, .rules-grid, .package-prices, .values-grid { grid-template-columns: 1fr; }
  .menu-layout, .service-layout, .faq-page, .program-group { grid-template-columns: 1fr; gap: 35px; }
  .category-rail { position: sticky; top: 72px; z-index: 20; flex-direction: row; overflow-x: auto; background: var(--background); }
  .category-rail a { flex: 0 0 auto; padding: 10px 12px; white-space: nowrap; }
  .menu-category-heading { grid-template-columns: 1fr; gap: 10px; }
  .program-group > div { grid-template-columns: 1fr; }
  .service-layout > aside, .faq-page aside { position: static; }
  .values-grid article:first-child { border-left: 0; }
  .footer__grid { grid-template-columns: 1fr; }
  .cookie-banner { right: 10px; bottom: 74px; left: 10px; grid-template-columns: 1fr; gap: 15px; padding: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions button:last-child { grid-column: 1 / -1; }
  .mobile-booking {
    position: fixed; right: 0; bottom: 0; left: 0; z-index: 85; display: flex; min-height: 58px;
    align-items: center; justify-content: center; background: var(--clay); color: white; font-weight: 900; text-decoration: none;
  }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(2.25rem, 12vw, 3.35rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.5rem); }
  .logo small { display: none; }
  .logo img { width: 42px; height: 42px; }
  .action-row { align-items: stretch; flex-direction: column; }
  .action-row .button { width: 100%; }
  .price-row, .menu-items article { grid-template-columns: 1fr; gap: 6px; }
  .price-row > strong, .menu-items strong { justify-self: start; }
  .booking-form { border-radius: 12px; padding: 20px; }
  .footer__bottom { gap: 10px; flex-direction: column; }
  .modal-actions { align-items: stretch; flex-direction: column; }
  .modal-actions .button { width: 100%; }
}

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

/* MagyarManor 2026 — architectural menu-led redesign */
:root {
  --background: #f4f1e9;
  --surface: #fbfaf6;
  --elevated: #ffffff;
  --text: #36332f;
  --muted: #6c6a63;
  --border: #b9b7ad;
  --accent: #75836a;
  --accent-hover: #596650;
  --cta: #30362d;
  --cta-text: #fbfaf6;
  --focus: #647d56;
  --success: #536a4c;
  --error: #9b463d;
  --header: #fbfaf6;
  --footer: #e5e1d6;
  --form: transparent;
  --ink: #292c27;
  --clay: #8e7966;
  --cream: #f4f1e9;
  --navy: #30362d;
  --walnut: #493e35;
  --serif: "PT Serif", Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Avenir Next", Arial, sans-serif;
  --shadow: none;
}

html { scroll-padding-top: 32px; }
body {
  background:
    linear-gradient(90deg, transparent calc(50% - 600px), rgba(48,54,45,.06) calc(50% - 600px), rgba(48,54,45,.06) calc(50% - 599px), transparent calc(50% - 599px)),
    linear-gradient(90deg, transparent calc(50% + 599px), rgba(48,54,45,.06) calc(50% + 599px), rgba(48,54,45,.06) calc(50% + 600px), transparent calc(50% + 600px)),
    var(--background);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
}
.shell { width: min(1240px, calc(100% - 56px)); }
h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.055em;
}
h1 { font-size: clamp(3.6rem, 7.4vw, 7.25rem); line-height: .88; }
h2 { font-size: clamp(2.35rem, 4.4vw, 4.45rem); line-height: .96; }
h3 { font-weight: 700; letter-spacing: -.015em; }
p { color: var(--muted); }
.eyebrow {
  color: var(--accent);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .22em;
}

.topline {
  border-bottom: 1px solid #aeb2a6;
  background: #dfe5da;
  color: var(--ink);
  font-size: .68rem;
  letter-spacing: .04em;
}
.topline__inner { min-height: 32px; }
.site-header {
  position: relative;
  border-bottom: 1px solid var(--ink);
  background: var(--header);
  backdrop-filter: none;
}
.header__inner {
  min-height: 0;
  flex-direction: column;
  gap: 20px;
  padding-block: 22px 0;
}
.logo {
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.logo img { width: 96px; height: 40px; }
.logo > span {
  display: flex;
  align-items: center;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}
.logo small {
  margin-top: 7px;
  color: var(--muted);
  font-size: .58rem;
  letter-spacing: .18em;
}
.main-nav {
  width: 100%;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
  border-top: 1px solid var(--border);
  padding-block: 13px;
}
.main-nav > a:not(.button) {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .025em;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
}
.main-nav > a:not(.button)::after { display: none; }
.main-nav > a:not(.button):hover {
  text-decoration-color: var(--accent);
}
.button {
  min-height: 46px;
  border: 1px solid var(--cta);
  border-radius: 0;
  background: var(--cta);
  font-size: .76rem;
  letter-spacing: .08em;
  padding: 11px 22px;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}
.button:hover {
  border-color: var(--accent-hover);
  background: var(--accent-hover);
  transform: none;
}
.button--small { min-height: 36px; padding: 8px 14px; }
.button--ghost, .button--outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}
.button--ghost:hover, .button--outline:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
}
.button--light {
  border-color: #f6f2e9;
  background: #f6f2e9;
  color: #30352f;
}
.text-link, .editorial-link {
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: .82rem;
  letter-spacing: .02em;
  padding-bottom: 5px;
}

.hero {
  min-height: 0;
  border-bottom: 1px solid var(--border);
  background: #ebe8df;
  overflow: hidden;
}
.hero__layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  min-height: 690px;
  padding-block: 52px 64px;
}
.hero__content {
  display: block;
  min-height: 0;
  color: var(--ink);
  padding: 0;
}
.hero__content .eyebrow { color: var(--accent); }
.hero__content h1 {
  max-width: 670px;
  color: var(--ink);
  margin-bottom: 30px;
}
.hero__lead {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.03rem;
}
.hero__content .action-row { margin-top: 34px; }
.hero__media {
  position: relative;
  min-height: 590px;
}
.hero__media figure { margin: 0; }
.hero__venue {
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
  border: 1px solid var(--ink);
}
.hero__venue img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.hero__dish {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62%;
  border: 12px solid #ebe8df;
  border-left: 0;
  background: #ebe8df;
}
.hero__dish img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.hero__dish figcaption {
  border-top: 1px solid var(--ink);
  color: var(--ink);
  font-size: .62rem;
  letter-spacing: .16em;
  padding: 9px 0 0;
}
.hero-facts {
  width: 100%;
  margin-top: 48px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 0;
}
.hero-facts div { padding: 15px 15px 15px 0; }
.hero-facts div + div {
  border-left: 1px solid var(--ink);
  padding-left: 15px;
}
.hero-facts dt { color: var(--accent-hover); font-size: .61rem; }
.hero-facts dd {
  color: var(--ink);
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
}

.section {
  border-bottom: 1px solid var(--border);
  padding-block: clamp(78px, 9vw, 124px);
}
.section--intro, .final-booking, .section--program-list { background: var(--surface); }
.section--tint, .section--prices, .section--visit { background: #dfe5da; }
.section--dark, .section--poker-preview, .section--poker-rules {
  background: #3b3631;
  color: #f6f2e9;
}
.section--dark h2, .section--dark h3,
.section--poker-preview h2, .section--poker-preview h3,
.section--poker-rules h2, .section--poker-rules h3 { color: #f6f2e9; }
.section--dark p, .section--poker-preview p, .section--poker-rules p { color: #d7d2c8; }
.section--dark .eyebrow, .section--poker-preview .eyebrow, .section--poker-rules .eyebrow { color: #b8c7ab; }
.editorial-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .68fr);
  gap: clamp(54px, 11vw, 160px);
}
.editorial-grid > :first-child {
  position: sticky;
  top: 24px;
}
.prose { max-width: 62ch; }
.split-feature {
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}
.arched-image {
  border: 1px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
}
.arched-image img { aspect-ratio: 3 / 2; }
.feature-list { border-top: 1px solid var(--border); }
.feature-list li { padding: 14px 0; }
.feature-list li::before { content: "—"; color: var(--accent); }
.section-heading {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 65px;
  border-bottom: 1px solid var(--ink);
  align-items: end;
  margin-bottom: 0;
  padding-bottom: 28px;
}
.section-heading .eyebrow { margin-bottom: -18px; }
.price-list { border-top: 0; }
.price-row { padding: 17px 0; }
.price-row h3, .menu-items h3 {
  font-family: var(--sans);
  font-size: 1rem;
}
.price-row > strong, .menu-items strong {
  color: var(--ink);
  font-family: var(--sans);
  font-size: .95rem;
}
.center-action { margin-top: 34px; }
.poker-grid {
  grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: start;
}
.poker-grid figure {
  order: -1;
  border: 0;
  padding: 0;
}
.poker-grid figure img {
  aspect-ratio: 3 / 2;
  filter: none;
}
.boundary-note {
  border-top: 1px solid #a8a096;
  border-bottom: 1px solid #a8a096;
  border-left: 0;
  padding: 16px 0;
}
.event-mosaic {
  display: block;
  border-top: 1px solid var(--ink);
}
.event-tile,
.event-tile--1, .event-tile--2, .event-tile--3, .event-tile--4, .event-tile--5 {
  display: grid;
  grid-template-columns: 72px minmax(220px, .75fr) minmax(300px, 1.25fr) auto;
  gap: 30px;
  align-items: baseline;
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  padding: 25px 0;
}
.event-tile > span { font-size: 1rem; }
.event-tile h3 { margin: 0; font-family: var(--sans); font-size: 1.05rem; }
.event-tile p { margin: 0; }
.event-tile a { margin: 0; white-space: nowrap; }
.visit-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 100px;
}
.hours { border-top-color: var(--ink); }
.hours div { padding: 12px 0; }
.booking-grid {
  grid-template-columns: minmax(300px, .66fr) minmax(0, 1.34fr);
  gap: clamp(60px, 10vw, 140px);
}
.booking-form {
  border: 0;
  border-top: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.form-grid { gap: 22px 28px; }
.booking-form label { font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.booking-form input, .booking-form textarea {
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  margin-top: 4px;
  padding: 11px 0 8px;
}
.check-row { border-top: 1px solid var(--border); margin-top: 0; padding-top: 15px; text-transform: none !important; }
.check-row input { accent-color: var(--accent-hover); }

.page-hero, .compact-hero, .poker-hero {
  border-bottom: 1px solid var(--border);
  background: #ebe8df;
}
.page-hero { padding-block: 0; }
.page-hero__grid {
  grid-template-columns: 1.05fr .95fr;
  gap: 0;
  align-items: stretch;
}
.page-hero__grid > div {
  border-right: 1px solid var(--ink);
  padding: clamp(70px, 10vw, 140px) clamp(38px, 7vw, 90px) clamp(70px, 10vw, 140px) 0;
}
.page-hero__grid img {
  height: 100%;
  min-height: 560px;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
}
.compact-hero { padding-block: clamp(84px, 12vw, 155px); }
.compact-hero .shell::after {
  top: auto;
  right: 0;
  bottom: -35px;
  width: 150px;
  height: 8px;
  border: 0;
  background: var(--accent);
}
.compact-hero p:not(.eyebrow) { max-width: 680px; }
.breadcrumbs { border-bottom: 1px solid var(--border); }
.journey, .rules-grid, .package-prices {
  border-color: var(--ink);
}
.journey article, .rules-grid article, .package-prices article {
  min-height: 210px;
  border-color: var(--border);
  padding: 26px;
}
.journey h3 { margin-top: 28px; font-family: var(--sans); font-size: 1.15rem; }
.menu-teaser { border: 0; border-top: 1px solid var(--ink); background: transparent; padding: 0; }
.menu-layout { grid-template-columns: 190px 1fr; gap: 90px; }
.category-rail {
  top: 24px;
  border-top: 1px solid var(--ink);
}
.category-rail a { font-size: .78rem; font-weight: 700; }
.menu-category-heading {
  grid-template-columns: 1.1fr .9fr;
  border-bottom: 1px solid var(--ink);
}
.menu-items article { padding: 18px 0; }
.menu-items small {
  border: 0;
  border-radius: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.allergen-note, .price-exclusion {
  border: 1px solid var(--ink);
  background: transparent;
}
.poker-hero { padding-block: clamp(70px, 9vw, 115px); }
.poker-hero__grid { grid-template-columns: 1.08fr .92fr; gap: 90px; }
.poker-hero__grid img {
  aspect-ratio: 3 / 2;
  border: 1px solid var(--ink);
  box-shadow: none;
}
.rules-grid { grid-template-columns: repeat(2, 1fr); }
.timeline li { border-left-color: var(--accent); }
.timeline li::before {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: var(--accent);
}
.timeline strong { font-family: var(--sans); font-size: 1.05rem; }
.program-group {
  grid-template-columns: 230px 1fr;
  border-top: 1px solid var(--ink);
}
.program-group article { padding-bottom: 19px; margin-bottom: 19px; }
.service-layout > aside {
  top: 24px;
  border: 1px solid var(--ink);
  background: transparent;
}
.service-layout > aside > strong { font-family: var(--sans); font-size: 1.12rem; }
.values-grid article { min-height: 240px; }
.values-grid h2 { margin-top: 38px; }
.faq-page aside { top: 24px; }
.final-callout { border-bottom: 1px solid var(--border); }
.legal-prose p { color: var(--muted); }

.site-footer {
  border-top: 1px solid var(--ink);
  background: var(--footer);
  color: var(--ink);
  padding: 0 0 24px;
}
.footer__marquee {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.4vw, 2.2rem);
  letter-spacing: -.03em;
}
.footer__marquee span { border-right: 1px solid var(--ink); padding: 24px 28px; text-align: center; }
.footer__marquee span:last-child { border-right: 0; }
.footer__grid {
  grid-template-columns: 1.35fr .9fr 1fr .95fr;
  gap: 0;
  padding-top: 58px;
}
.footer__grid > div {
  border-right: 1px solid var(--border);
  padding: 0 30px;
}
.footer__grid > div:first-child { padding-left: 0; }
.footer__grid > div:last-child { border-right: 0; padding-right: 0; }
.site-footer .logo { align-items: flex-start; color: var(--ink); text-align: left; }
.site-footer .logo > span { align-items: flex-start; }
.site-footer h2, .site-footer address, .site-footer address a,
.hours--footer dd, .footer__nav a, .footer__nav button { color: var(--ink); }
.site-footer p, .site-footer dt { color: var(--muted); }
.footer__age { border-left: 0; border-top: 1px solid var(--border); padding: 12px 0 0; }
.hours--footer, .hours--footer div { border-color: var(--border); }
.footer__bottom {
  border-top-color: var(--border);
  color: var(--muted);
}
.cookie-banner {
  border: 1px solid var(--ink);
  background: var(--surface);
  box-shadow: none;
}
.cookie-actions button {
  border-color: var(--ink);
  border-radius: 0;
  color: var(--ink);
}
.cookie-actions button:hover { background: var(--ink); }
.consent-modal { border: 1px solid var(--ink); box-shadow: none; }
.mobile-booking { background: var(--accent-hover); }

@media (max-width: 1080px) {
  .site-header { position: sticky; top: 0; }
  .header__inner {
    min-height: 76px;
    flex-direction: row;
    justify-content: space-between;
    padding-block: 10px;
  }
  .logo { flex-direction: row; text-align: left; }
  .logo img { width: 72px; height: 30px; }
  .logo > span { align-items: flex-start; font-size: 1.3rem; }
  .menu-button { letter-spacing: .08em; text-transform: uppercase; }
  .main-nav {
    inset: 76px 0 auto;
    max-height: calc(100vh - 76px);
    border-top: 1px solid var(--ink);
    background: var(--surface);
    padding: 20px 28px;
  }
  .main-nav a { border-bottom-color: var(--border); }
  .hero__layout { grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 45px; }
  .hero__media { min-height: 520px; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid > div { border-bottom: 1px solid var(--border); padding: 28px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 58px; }
  .shell { width: min(100% - 32px, 680px); }
  .header__inner { min-height: 70px; }
  .main-nav { inset: 70px 0 auto; max-height: calc(100vh - 70px); }
  .hero, .hero__content { min-height: 0; }
  .hero__layout {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 58px;
  }
  .hero__content { padding: 0; }
  .hero__media { min-height: 540px; }
  .hero__venue { width: 72%; }
  .hero__dish { width: 64%; }
  .hero-facts { display: flex; }
  .editorial-grid > :first-child { position: static; }
  .editorial-grid, .split-feature, .poker-grid, .visit-grid, .booking-grid,
  .page-hero__grid, .poker-hero__grid, .wide-intro, .timeline-layout,
  .faq-split, .process-grid, .contact-layout, .section-heading {
    grid-template-columns: 1fr;
  }
  .split-feature--reverse > :first-child { order: 0; }
  .arched-image, .page-hero__grid img { border-radius: 0; }
  .poker-grid figure { order: -1; }
  .section-heading .eyebrow { margin-bottom: -18px; }
  .event-tile, .event-tile--1, .event-tile--2, .event-tile--3, .event-tile--4, .event-tile--5 {
    grid-template-columns: 48px 1fr;
    gap: 12px 18px;
  }
  .event-tile p, .event-tile a { grid-column: 2; }
  .page-hero__grid > div {
    border-right: 0;
    padding: 72px 0 36px;
  }
  .page-hero__grid img { min-height: 0; aspect-ratio: 3 / 2; }
  .menu-layout, .service-layout, .faq-page, .program-group { grid-template-columns: 1fr; gap: 34px; }
  .category-rail {
    top: 70px;
    background: var(--surface);
  }
  .rules-grid { grid-template-columns: 1fr; }
  .footer__marquee { grid-template-columns: 1fr; }
  .footer__marquee span { border-right: 0; border-bottom: 1px solid var(--ink); padding: 16px; }
  .footer__marquee span:last-child { border-bottom: 0; }
  .site-footer .logo { flex-direction: column; }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(3.05rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .logo small { display: block; }
  .hero__media { min-height: 420px; }
  .hero__venue { width: 78%; }
  .hero__dish { width: 70%; border-width: 8px; border-left: 0; }
  .hero-facts { display: none; }
  .action-row { align-items: flex-start; }
  .action-row .button { width: 100%; }
  .price-row, .menu-items article { grid-template-columns: 1fr auto; gap: 12px; }
  .booking-form { padding: 0; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__grid > div { border-right: 0; padding: 28px 0; }
}
