:root {
    --background: #ede8dc;
    --surface: #f4f0e6;
    --elevated: #fbf8f0;
    --text: #17382e;
    --muted: #515c56;
    --border: rgba(20, 54, 44, .28);
    --accent: #b5743e;
    --accent-hover: #91572b;
    --cta: #123b2f;
    --cta-text: #f5f0e5;
    --focus: #d7954f;
    --success: #296d4d;
    --error: #a43e35;
    --header: #0d3025;
    --footer: #0b2d23;
    --form: #faf7ee;
    --ivory: #f2ede2;
    --black-green: #081d17;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Arial, Helvetica, sans-serif;
    --shadow: 0 22px 60px rgba(8, 29, 23, .18);
    --header-height: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
    margin: 0;
    max-width: 100%;
    overflow-x: clip;
    color: var(--text);
    background-color: var(--background);
    background-image: linear-gradient(rgba(244, 240, 230, .28), rgba(244, 240, 230, .28)), url("/vistavora-linen-512.webp?v=1.1.0");
    background-repeat: repeat;
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; height: 100%; object-fit: cover; background: transparent; }
picture { display: block; background: #d6d7cc; }
picture img { background: #d6d7cc; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { max-width: 100%; overflow-wrap: break-word; hyphens: auto; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.03; }
h1 { font-size: clamp(3.25rem, 6vw, 6.25rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.25rem); }
h3 { font-size: 1.45rem; }
p:last-child { margin-bottom: 0; }
::selection { color: var(--ivory); background: var(--cta); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 9999; left: 1rem; top: -5rem; padding: .75rem 1rem; color: var(--ivory); background: var(--black-green); text-decoration: none; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin-bottom: 1.35rem; font-size: .75rem; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.lead { font-size: clamp(1.12rem, 1.6vw, 1.35rem); line-height: 1.65; }
.short-rule { display: block; width: 50px; height: 1px; margin: 2.25rem 0; background: var(--border); }
.button { max-width: 100%; min-height: 48px; padding: .85rem 1.55rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border: 1px solid transparent; border-radius: 0; font-size: .88rem; font-weight: 700; letter-spacing: .015em; line-height: 1.25; text-align: center; text-decoration: none; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:disabled { opacity: .68; cursor: wait; transform: none; }
.button-dark { color: var(--cta-text); background: var(--cta); }
.button-dark:hover { background: #092b20; }
.button-light { color: var(--text); background: var(--ivory); }
.button-light:hover { background: #fffdf7; }
.button-outline-light { color: var(--ivory); border-color: rgba(242, 237, 226, .52); background: transparent; }
.button-outline-light:hover { border-color: var(--ivory); background: rgba(255,255,255,.06); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; min-height: 44px; font-weight: 700; text-underline-offset: .28em; }
.text-link:hover { color: var(--accent-hover); }
.section-kicker { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.4rem; font-family: var(--serif); font-size: .92rem; line-height: 1; }
.kicker-line { display: inline-block; width: 42px; height: 1px; background: currentColor; opacity: .6; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; height: var(--header-height); padding: 0 clamp(1.5rem, 4.2vw, 4.8rem); display: flex; align-items: center; justify-content: space-between; color: var(--ivory); background: var(--header); box-shadow: 0 1px 0 rgba(255,255,255,.05); }
.brand-link { width: 190px; height: 50px; display: inline-flex; align-items: center; background: transparent; }
.brand-link img { object-fit: contain; object-position: left center; background: transparent; }
.primary-nav { height: 100%; display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.8rem); }
.primary-nav > a { position: relative; min-height: 44px; display: inline-flex; align-items: center; font-size: .86rem; text-decoration: none; }
.primary-nav > a:not(.nav-book)::after { content: ""; position: absolute; left: 0; bottom: 10px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.primary-nav .nav-book { min-width: 162px; padding: .75rem 1.15rem; justify-content: center; color: var(--text); background: var(--ivory); font-weight: 700; }
.menu-toggle { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: inline-flex; }
.menu-icon-close { display: none !important; }

/* Homepage */
.home-hero { min-height: min(740px, calc(100vh - var(--header-height))); display: grid; grid-template-columns: 39.7% 60.3%; border-bottom: 2px solid var(--ivory); }
.home-hero-copy { padding: clamp(3.5rem, 6.2vw, 7.25rem) clamp(2rem, 4.25vw, 5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: rgba(244, 240, 230, .86); }
.home-hero-copy h1 { margin-bottom: 0; color: var(--text); font-size: clamp(4rem, 6.25vw, 7.1rem); }
.home-hero-copy > p:not(.eyebrow):not(.hero-price) { max-width: 34rem; margin-bottom: 1.6rem; color: #2f423b; font-size: 1.05rem; }
.home-hero-copy .hero-price { margin: .1rem 0 1.75rem; font-weight: 700; }
.home-hero-media, .hero-picture { min-height: 100%; }
.hero-picture img { object-position: 52% center; }
.split-section { min-height: 510px; display: grid; grid-template-columns: 39.7% 60.3%; border-bottom: 2px solid var(--ivory); }
.split-copy { padding: clamp(3.5rem, 5.2vw, 6rem) clamp(2rem, 4.25vw, 5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: rgba(244, 240, 230, .86); }
.split-copy h2 { margin-bottom: 1.5rem; }
.split-copy > p:not(.section-kicker) { max-width: 31rem; margin-bottom: 1.5rem; }
.split-media, .split-media picture { min-height: 100%; }
.story-section .split-media img { object-position: 52% center; }
.menu-preview { min-height: 600px; }
.menu-preview .split-media img { object-position: center center; }
.price-list { width: 100%; margin: .25rem 0 1.75rem; border-top: 1px solid var(--border); }
.price-list > div { padding: .84rem 0; display: grid; grid-template-columns: 1fr auto; gap: 1rem; border-bottom: 1px solid var(--border); font-size: .86rem; line-height: 1.35; }
.price-list strong { white-space: nowrap; }
.poker-banner { position: relative; min-height: 455px; overflow: hidden; color: var(--ivory); background: var(--black-green); }
.poker-banner-media { position: absolute; inset: 0; }
.poker-banner-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,29,23,.98) 0%, rgba(8,29,23,.83) 36%, rgba(8,29,23,.13) 70%, rgba(8,29,23,.08) 100%); }
.poker-banner-media img { object-position: 66% center; }
.poker-banner-copy { position: relative; z-index: 1; width: 48%; min-height: 455px; padding: clamp(3.5rem, 5.2vw, 6rem) clamp(2rem, 4.25vw, 5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.poker-banner-copy h2 { margin-bottom: 1rem; color: var(--ivory); }
.poker-banner-copy > p:not(.section-kicker) { max-width: 37rem; margin-bottom: 1.6rem; }
.program-teasers { padding: clamp(3.5rem, 5vw, 5.5rem) clamp(2rem, 4.25vw, 5rem); background: rgba(244, 240, 230, .9); }
.program-teasers-intro { max-width: 760px; margin: 1.3rem 0 0 auto; color: #35483f; }
.section-heading-wide { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 1.5rem 3rem; }
.section-heading-wide .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading-wide h2 { margin-bottom: 0; }
.teaser-grid { margin-top: 2.1rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.image-teaser { display: flex; flex-direction: column; text-decoration: none; }
.teaser-picture { aspect-ratio: 16 / 7.2; overflow: hidden; background: #213d32; }
.teaser-picture img { transition: transform .45s ease; }
.image-teaser:hover img { transform: scale(1.025); }
.image-teaser > span { min-height: 48px; padding-top: .55rem; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--border); font-family: var(--serif); font-size: 1.12rem; font-weight: 700; }
.home-booking-strip { padding: 3.8rem clamp(2rem, 4.25vw, 5rem); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 4rem; color: var(--ivory); background: linear-gradient(100deg, #103b2d, #0a241d); border-bottom: 1px solid rgba(255,255,255,.12); }
.home-booking-strip h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4vw, 4.5rem); }
.home-booking-strip > div:last-child { max-width: 38rem; }
.home-booking-strip .button { margin-top: 1.15rem; }
.home-benefits { padding: clamp(4rem, 6vw, 6.5rem) clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 8rem); background: rgba(244, 240, 230, .92); border-top: 1px solid var(--border); border-bottom: 2px solid var(--ivory); }
.home-benefits h2 { margin-bottom: 0; }
.home-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; align-self: start; background: var(--border); border: 1px solid var(--border); }
.home-benefits-grid article { min-width: 0; padding: clamp(1.4rem, 2.5vw, 2.2rem); background: var(--surface); }
.home-benefits-grid article > span { font-family: var(--serif); font-size: .9rem; }
.home-benefits-grid h3 { margin: 1.6rem 0 .65rem; font-size: 1.65rem; }
.home-benefits-grid p { margin-bottom: 0; color: #35483f; font-size: .9rem; }
.home-depth { padding: clamp(4rem, 6vw, 7rem) clamp(2rem, 6vw, 7rem); border-bottom: 2px solid var(--ivory); }
.home-depth-light { background: rgba(244, 240, 230, .9); }
.home-depth-heading { max-width: 950px; }
.home-depth-heading h2 { margin-bottom: 1.3rem; }
.home-pillars { margin-top: 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.home-pillars article { padding: clamp(1.6rem, 3vw, 2.6rem); background: var(--surface); }
.home-pillars article > span { font-family: var(--serif); font-size: .9rem; }
.home-pillars h3 { margin: 2rem 0 .8rem; font-size: 1.8rem; }
.home-pillars p { margin-bottom: 0; color: #3d4d47; font-size: .9rem; }
.home-depth-split { padding: 0; display: grid; grid-template-columns: 48% 52%; background: #dfe0d3; }
.home-depth-image, .home-depth-image picture { min-height: 100%; }
.home-depth-copy { padding: clamp(4rem, 6vw, 7rem) clamp(2rem, 5vw, 6rem); }
.home-depth-copy h2 { margin-bottom: 1.3rem; }
.home-depth-copy > p { max-width: 760px; }
.home-practical-grid { margin-top: 2.2rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.home-practical-grid > div { padding: 1rem .8rem; border-right: 1px solid var(--border); }
.home-practical-grid > div:last-child { border-right: 0; }
.home-practical-grid strong, .home-practical-grid span { display: block; }
.home-practical-grid strong { font-family: var(--serif); font-size: 1.3rem; }
.home-practical-grid span { color: var(--muted); font-size: .75rem; }
.home-depth-dark { color: var(--ivory); background: var(--footer); }
.home-depth-dark h2, .home-depth-dark h3 { color: var(--ivory); }
.home-occasion-grid { margin-top: 2.8rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.6rem; }
.home-occasion-grid article { padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.35); }
.home-occasion-grid h3 { font-size: 1.75rem; }
.home-occasion-grid p { color: rgba(242,237,226,.8); font-size: .9rem; }
.home-occasion-grid .text-link:hover { color: #e2c29f; }
.home-decision-bar { margin-top: 3.5rem; padding: 1.7rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: var(--text); background: var(--ivory); }
.home-decision-bar strong, .home-decision-bar span { display: block; }
.home-decision-bar span { max-width: 780px; margin-top: .3rem; color: var(--muted); font-size: .85rem; }
.home-guide { padding: clamp(4rem, 6vw, 7rem) clamp(2rem, 6vw, 7rem); background: rgba(244,240,230,.92); border-bottom: 2px solid var(--ivory); }
.home-guide-heading { max-width: 900px; }
.home-guide-heading h2 { margin-bottom: 1rem; }
.home-guide-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.home-guide-grid article { padding: clamp(1.6rem, 3vw, 2.6rem); background: var(--surface); }
.home-guide-grid article > span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--border); }
.home-guide-grid h3 { margin: 1.8rem 0 .7rem; font-size: 1.8rem; }
.home-guide-grid p { color: #3d4d47; font-size: .88rem; }
.home-guide-grid a { min-height: 44px; display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; text-underline-offset: .25em; }

/* Inner heroes */
.inner-hero { min-height: 430px; padding: clamp(4rem, 7vw, 8rem) clamp(2rem, 6vw, 7rem); display: flex; align-items: flex-end; background: rgba(244, 240, 230, .9); border-bottom: 2px solid var(--ivory); }
.inner-hero-image { min-height: 520px; padding: 0; display: grid; grid-template-columns: 48% 52%; align-items: stretch; }
.inner-hero-copy { max-width: 940px; }
.inner-hero-image .inner-hero-copy { padding: clamp(4rem, 6vw, 7rem) clamp(2rem, 5vw, 6rem); display: flex; flex-direction: column; justify-content: center; background: rgba(244, 240, 230, .9); }
.inner-hero h1 { margin-bottom: 1.35rem; font-size: clamp(3.5rem, 6vw, 6.75rem); }
.inner-hero .lead { max-width: 48rem; margin-bottom: 0; }
.inner-hero-picture { min-height: 100%; }
.inner-hero-picture img { object-position: center; }
.route-tarsasagi-pokerestek .inner-hero-picture img { object-position: 65% center; }
.service-hero .inner-hero-picture { aspect-ratio: auto; overflow: hidden; }
.service-hero .inner-hero-picture img { object-position: center; }
.service-hero-stage .inner-hero-copy { color: var(--ivory); background: var(--footer); }
.service-hero-stage .inner-hero-copy .eyebrow { color: #d9b58d; }
.service-hero-food .inner-hero-copy { background: #e9e1d1; }
.service-hero-activity .inner-hero-copy { background: #e2e4d8; }

.service-facts { display: grid; grid-template-columns: .75fr .75fr 1.5fr; color: var(--ivory); background: var(--footer); border-bottom: 1px solid rgba(255,255,255,.14); }
.service-facts > div { min-width: 0; padding: 1.45rem clamp(1.4rem, 4vw, 4.5rem); border-right: 1px solid rgba(255,255,255,.16); }
.service-facts > div:last-child { border-right: 0; }
.service-facts span { margin-bottom: .4rem; display: flex; align-items: center; gap: .55rem; color: #cbd8d2; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-facts strong { display: block; overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(1.1rem, 1.8vw, 1.45rem); font-weight: 400; line-height: 1.3; }

/* Editorial and service */
.editorial-grid, .service-layout { display: grid; grid-template-columns: minmax(250px, 30%) minmax(0, 1fr); background: rgba(244, 240, 230, .84); }
.chapter-rail, .service-aside { padding: 5rem clamp(2rem, 4vw, 4.5rem); border-right: 1px solid var(--border); }
.chapter-rail { align-self: start; position: sticky; top: var(--header-height); }
.chapter-rail nav { margin-top: 2.2rem; display: flex; flex-direction: column; }
.chapter-rail nav a { padding: .75rem 0; border-bottom: 1px solid var(--border); font-size: .88rem; text-decoration: none; }
.chapter-rail nav a:hover { padding-left: .35rem; color: var(--accent-hover); }
.editorial-content, .service-content { max-width: 920px; padding: 5rem clamp(2rem, 6vw, 7rem); }
.editorial-content > section, .service-content > section { margin-bottom: 5rem; }
.editorial-content h2, .service-content h2 { margin-bottom: 1.35rem; font-size: clamp(2.35rem, 4vw, 4.3rem); }
.editorial-content h3, .service-content h3 { margin-bottom: .45rem; letter-spacing: -.02em; }
.editorial-content p, .service-content p { max-width: 780px; }
.pull-quote { margin: 3.5rem 0; padding: 2rem 0 2rem 2.4rem; display: flex; gap: 1rem; border-left: 2px solid var(--accent); }
.pull-quote span { font-family: var(--serif); font-size: 4.5rem; line-height: .7; }
.pull-quote p { margin: 0; font-family: var(--serif); font-size: 1.8rem; line-height: 1.25; }
.hours-panel { padding: 2.4rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; color: var(--ivory); background: var(--cta); }
.hours-panel h2 { color: var(--ivory); font-size: 2.8rem; }
.hours-list { border-top: 1px solid currentColor; }
.hours-list > div { padding: .85rem 0; display: grid; grid-template-columns: 1fr auto; gap: .2rem 1rem; border-bottom: 1px solid currentColor; }
.hours-list small { grid-column: 1 / -1; opacity: .88; }
.dietary-note { padding: 2rem; display: flex; gap: 1.2rem; border: 1px solid var(--border); background: rgba(255,255,255,.28); }
.dietary-note h2 { font-size: 2.2rem; }
.fact-grid { margin: 2.5rem 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.fact-grid > div { padding: 1.5rem; display: grid; grid-template-columns: auto 1fr; gap: .2rem .8rem; background: var(--surface); }
.fact-grid svg { grid-row: 1 / 3; margin-top: .15rem; }
.fact-grid span { color: var(--muted); font-size: .88rem; }
.numbered-flow { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.numbered-flow li { padding: 1.45rem 0; display: grid; grid-template-columns: 58px 1fr; gap: 1rem; border-bottom: 1px solid var(--border); }
.numbered-flow li > span { font-family: var(--serif); font-size: 1.05rem; }
.numbered-flow p { margin-bottom: 0; color: var(--muted); }
.compact-flow li { grid-template-columns: 54px 1fr; }
.faq-mini details { border-top: 1px solid var(--border); }
.faq-mini details:last-child { border-bottom: 1px solid var(--border); }
.faq-mini summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-weight: 700; }
.faq-mini details p { padding: 0 0 1.2rem; }
.service-aside { align-self: start; position: sticky; top: var(--header-height); }
.service-aside-card { padding: 1.6rem; border: 1px solid var(--border); background: rgba(255,255,255,.3); }
.service-aside-card svg { margin-bottom: 1.2rem; }
.service-aside-card strong { display: block; margin-bottom: .9rem; font-family: var(--serif); font-size: 1.3rem; }
.service-aside-card p { margin-bottom: .35rem; font-size: .86rem; }
.service-aside-card .button { width: 100%; margin-top: 1.2rem; }
.service-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.service-two-col h2 { font-size: 2.45rem; }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.check-list li { padding: .85rem 0; display: flex; align-items: center; gap: .65rem; border-bottom: 1px solid var(--border); }
.service-price-box { padding: 2.5rem; color: var(--ivory); background: var(--cta); }
.service-price-box h2 { color: var(--ivory); }
.service-price-box p:last-child { font-size: 1.08rem; }
.service-intro-block { padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.service-intro-block .lead { max-width: 48rem; }
.service-variant-stage .service-flow-block { padding: 2.4rem; color: var(--ivory); background: var(--footer); }
.service-variant-stage .service-flow-block h2 { color: var(--ivory); }
.service-variant-stage .service-flow-block .numbered-flow { border-color: rgba(255,255,255,.28); }
.service-variant-stage .service-flow-block .numbered-flow li { border-color: rgba(255,255,255,.22); }
.service-variant-stage .service-flow-block .numbered-flow p { color: #d5dfda; }
.service-variant-food .service-audience-block { padding: 2.2rem; background: #e9e1d1; }
.service-variant-activity .service-aside-card { background: #e2e4d8; }
.service-next-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.service-next-links a { min-height: 58px; padding: .8rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); font-weight: 700; text-decoration: none; }
.service-next-links a:hover { color: var(--ivory); background: var(--cta); }

/* Forms */
.form-section { padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 7vw, 8rem); background: #dfe0d3; border-top: 1px solid var(--border); }
.form-section-intro h2 { margin-bottom: 1.25rem; }
.dark-form-section { color: var(--ivory); background: var(--footer); }
.dark-form-section .reservation-form { color: var(--text); }
.reservation-form { position: relative; padding: clamp(1.5rem, 3.5vw, 3rem); background: var(--form); box-shadow: var(--shadow); }
.form-heading h2 { margin-bottom: 1.8rem; font-size: 2.8rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 1.4rem; }
.form-grid label { display: flex; flex-direction: column; gap: .45rem; }
.form-grid label > span { font-size: .78rem; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; min-height: 48px; padding: .75rem .85rem; color: var(--text); border: 1px solid rgba(20,54,44,.32); border-radius: 0; background: rgba(255,255,255,.6); }
.form-grid textarea { min-height: 130px; resize: vertical; }
.form-grid input:hover, .form-grid select:hover, .form-grid textarea:hover { border-color: var(--text); }
.form-wide { grid-column: 1 / -1; }
.field-help { margin-top: .05rem; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.check-row { min-height: 44px; margin-top: .75rem; padding: .45rem 0; display: grid; grid-template-columns: 24px 1fr; align-items: start; gap: .7rem; color: #30443d; font-size: .8rem; line-height: 1.5; cursor: pointer; }
.check-row[hidden] { display: none !important; }
.conditional-consent-slot:empty { display: none; }
.check-row input { width: 22px; height: 22px; margin: 0; accent-color: var(--cta); cursor: pointer; }
.form-submit { margin-top: 1.35rem; }
.form-note { margin-top: .85rem; color: var(--muted); font-size: .76rem; }
.sensitive-consent { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

/* Menu page */
.menu-page, .programs-page, .prices-page { background: rgba(244, 240, 230, .86); }
.menu-intro, .programs-intro { padding: 4.5rem clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: .38fr 1fr; gap: 3rem; border-bottom: 1px solid var(--border); }
.menu-intro h2, .programs-intro h2 { margin-bottom: 1rem; }
.menu-intro p, .programs-intro p { max-width: 750px; }
.menu-categories { padding: 1px clamp(2rem, 6vw, 7rem) 5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(3rem, 7vw, 8rem); }
.menu-category { padding: 3.5rem 0; border-bottom: 1px solid var(--border); }
.menu-category header { margin-bottom: 1.7rem; display: flex; align-items: baseline; gap: 1rem; }
.menu-category header > span { font-family: var(--serif); font-size: .9rem; }
.menu-category h2 { margin-bottom: 0; font-size: 2.7rem; }
.menu-items { border-top: 1px solid var(--border); }
.menu-item { padding: .95rem 0; display: grid; grid-template-columns: 1fr auto; gap: 1rem; border-bottom: 1px solid var(--border); }
.menu-item h3 { margin-bottom: .15rem; font-family: var(--sans); font-size: .88rem; font-weight: 700; letter-spacing: 0; line-height: 1.35; }
.menu-item p { margin-bottom: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.menu-item > strong { font-size: .86rem; white-space: nowrap; }
.menu-footer-note { padding: 2.5rem clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; color: var(--ivory); background: var(--cta); }
.menu-footer-note p { max-width: 720px; margin-bottom: 0; }
.menu-story { padding: 4.5rem clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: .45fr 1fr; gap: clamp(3rem, 7vw, 8rem); border-top: 1px solid var(--border); background: #dfe0d3; }
.menu-story h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }
.menu-story-copy { columns: 2; column-gap: 3rem; }
.menu-story-copy p { break-inside: avoid; }

/* Programs */
.program-group { padding: 4.5rem clamp(2rem, 6vw, 7rem); border-bottom: 1px solid var(--border); }
.program-group > header { margin-bottom: 2rem; display: grid; grid-template-columns: .38fr 1fr; align-items: end; gap: 3rem; }
.program-group > header h2 { margin-bottom: 0; }
.program-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.program-card { min-height: 270px; padding: 1.6rem; display: flex; flex-direction: column; align-items: flex-start; background: var(--surface); text-decoration: none; transition: color .2s ease, background .2s ease; }
.program-card:hover { color: var(--ivory); background: var(--cta); }
.program-card-icon { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid currentColor; }
.program-card h3 { margin: 2rem 0 .65rem; font-size: 1.65rem; }
.program-card p { margin-bottom: 1.2rem; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.program-card:hover p { color: rgba(242,237,226,.8); }
.card-link { margin-top: auto; display: inline-flex; gap: .4rem; align-items: center; font-size: .78rem; font-weight: 700; }
.program-feature { min-height: 460px; display: grid; grid-template-columns: 1fr 1fr; color: var(--ivory); background: var(--cta); }
.program-feature > div:first-child, .program-feature picture { min-height: 100%; }
.program-feature > div:last-child { padding: 4rem clamp(2rem, 5vw, 6rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.program-feature h2 { color: var(--ivory); }
.programs-context { padding: 0 clamp(2rem, 6vw, 7rem) 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; border-bottom: 1px solid var(--border); }
.programs-context p { margin-bottom: 0; color: var(--muted); }
.program-poker-feature { min-height: 430px; display: grid; grid-template-columns: 55% 45%; color: var(--ivory); background: var(--footer); }
.program-poker-feature > div:first-child, .program-poker-feature picture { min-height: 100%; }
.program-poker-feature > div:last-child { padding: 3.5rem clamp(2rem, 4vw, 5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.program-poker-feature h2 { color: var(--ivory); font-size: clamp(2.5rem, 4vw, 4.2rem); }

/* Prices, about, faq */
.price-section { padding: 4.5rem clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: .55fr 1fr; gap: 4rem; border-bottom: 1px solid var(--border); }
.price-section-dark { color: var(--ivory); background: var(--cta); }
.price-section header h2 { margin-bottom: 1rem; }
.range-table { border-top: 1px solid currentColor; }
.range-table > div { padding: 1rem 0; display: grid; grid-template-columns: 1fr auto; gap: 1rem; border-bottom: 1px solid currentColor; }
.range-table strong { white-space: nowrap; }
.price-section > .text-link { grid-column: 2; }
.price-explainer { padding: 4.5rem clamp(2rem, 6vw, 7rem); }
.steps-grid { margin: 2rem 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.steps-grid > div { padding: 2rem; background: var(--surface); }
.steps-grid span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ivory); background: var(--cta); border-radius: 50%; font-family: var(--serif); }
.steps-grid h3 { margin: 1.6rem 0 .5rem; }
.steps-grid p { color: var(--muted); }
.image-break { min-height: 420px; margin: 3rem 0 5rem; }
.image-break picture { min-height: 420px; }
.faq-page { padding: 5rem clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr minmax(260px, 340px); align-items: start; gap: clamp(3rem, 7vw, 8rem); background: rgba(244, 240, 230, .86); }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 76px; padding: .8rem 0; display: grid; grid-template-columns: 42px 1fr 25px; align-items: center; gap: 1rem; cursor: pointer; font-family: var(--serif); font-size: 1.25rem; }
.faq-list summary span { font-size: .82rem; }
.faq-list summary i { width: 18px; height: 18px; position: relative; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; inset: 50% 0 auto; height: 1px; background: currentColor; }
.faq-list summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details p { padding: 0 3rem 1.5rem 58px; color: var(--muted); }
.faq-aside { position: sticky; top: calc(var(--header-height) + 2rem); padding: 2rem; border: 1px solid var(--border); background: var(--surface); }
.faq-aside h2 { font-size: 2.5rem; }

/* Contact and booking */
.contact-page { padding: 5rem clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 9rem); background: rgba(244, 240, 230, .86); }
.contact-link-list { margin-top: 2rem; border-top: 1px solid var(--border); }
.contact-link-list > a { min-height: 86px; padding: 1rem 0; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 1rem; border-bottom: 1px solid var(--border); text-decoration: none; }
.contact-link-list > a > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--border); }
.contact-link-list small, .contact-link-list strong { display: block; }
.contact-link-list small { color: var(--muted); }
.contact-note { margin-top: 2rem; padding: 1.5rem; background: #dfe0d3; }
.contact-note h3 { margin-bottom: .5rem; }
.contact-copy { margin-top: 2.5rem; }
.contact-copy h3 { font-size: 2rem; }
.contact-hours .hours-list { margin-top: 2rem; }
.map-card { margin-top: 2rem; padding: 1.4rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; color: var(--ivory); background: var(--cta); text-decoration: none; }
.map-card strong, .map-card small { display: block; }
.map-card small { opacity: .9; }
.arrival-card { margin-top: 2rem; padding: 1.5rem; border: 1px solid var(--border); background: rgba(255,255,255,.28); }
.arrival-card h3 { margin-bottom: 1rem; }
.arrival-card ul { margin: 0; padding-left: 1.2rem; }
.arrival-card li + li { margin-top: .55rem; }
.booking-page { padding: 5rem clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 7vw, 8rem); background: #dfe0d3; }
.booking-aside > ol { margin: 2rem 0; padding: 0; list-style: none; }
.booking-aside li { padding: 1.2rem 0; display: grid; grid-template-columns: 36px 1fr; gap: .9rem; border-top: 1px solid var(--border); }
.booking-aside li:last-child { border-bottom: 1px solid var(--border); }
.booking-aside li span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ivory); background: var(--cta); border-radius: 50%; font-family: var(--serif); }
.booking-aside li p { margin-bottom: 0; }
.aside-contact { padding: 1.3rem; color: var(--ivory); background: var(--cta); }
.aside-contact a { min-height: 44px; display: flex; align-items: center; gap: .5rem; }

/* Status and local */
.status-page { min-height: 65vh; padding: 5rem 2rem; display: grid; place-items: center; background: rgba(244, 240, 230, .86); }
.status-card { max-width: 760px; padding: clamp(2rem, 5vw, 5rem); text-align: center; border: 1px solid var(--border); background: var(--surface); box-shadow: var(--shadow); }
.status-card h1 { margin-bottom: 1.3rem; font-size: clamp(3rem, 6vw, 5.5rem); }
.form-error-card h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); }
.form-error-card ul { max-width: 620px; margin: 1.5rem auto; text-align: left; }
.status-icon { width: 72px; height: 72px; margin: 0 auto 2rem; display: grid; place-items: center; color: var(--ivory); background: var(--success); border-radius: 50%; }
.status-actions { margin-top: 2rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; }
.local-page { padding: 5rem clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr 340px; gap: 6rem; background: rgba(244, 240, 230, .86); }
.local-page > div p { max-width: 750px; }
.local-page aside { align-self: start; padding: 2rem; color: var(--ivory); background: var(--cta); }
.local-page aside h2 { color: var(--ivory); font-size: 2.2rem; }
.local-page aside a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.3); text-decoration: none; }

/* Legal */
.legal-layout { padding: 5rem clamp(2rem, 6vw, 7rem); display: grid; grid-template-columns: 240px minmax(0, 820px); justify-content: center; gap: clamp(3rem, 7vw, 8rem); background: rgba(244, 240, 230, .9); }
.legal-layout > aside { align-self: start; position: sticky; top: calc(var(--header-height) + 2rem); display: flex; flex-direction: column; }
.legal-layout > aside strong { margin-bottom: 1rem; font-family: var(--serif); font-size: 1.35rem; }
.legal-layout > aside a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--border); font-size: .86rem; text-decoration: none; }
.legal-content { min-width: 0; }
.legal-content h2 { margin: 3.2rem 0 1rem; font-size: clamp(1.9rem, 3.2vw, 2.8rem); }
.legal-content h2:first-of-type { margin-top: 2rem; }
.legal-content p, .legal-content li { color: #34463f; }
.legal-content a { text-underline-offset: .2em; }
.legal-content code { padding: .1rem .3rem; background: #dfe0d3; }
.legal-table { border-top: 1px solid var(--border); }
.legal-table > div { padding: 1rem 0; display: grid; grid-template-columns: .35fr 1fr .45fr; gap: 1rem; border-bottom: 1px solid var(--border); }
.imprint-list { margin: 2rem 0; }
.imprint-list > div { padding: 1rem 0; display: grid; grid-template-columns: .42fr 1fr; gap: 1rem; border-bottom: 1px solid var(--border); }
.imprint-list dt { font-weight: 700; }
.imprint-list dd { margin: 0; }

/* Footer */
.site-footer { position: relative; padding: 3.5rem clamp(2rem, 4.25vw, 5rem) 1.5rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem 5rem; overflow: hidden; color: var(--ivory); background: var(--footer); }
.footer-plant { position: absolute; left: 28%; bottom: 0; width: 210px; height: 260px; opacity: .86; pointer-events: none; }
.plant-picture { height: 100%; background: transparent; }
.plant-picture img { object-fit: contain; object-position: bottom; background: transparent; }
.footer-contact { position: relative; z-index: 1; max-width: 420px; }
.footer-contact > a, .footer-hours { min-height: 46px; display: flex; align-items: center; gap: .9rem; text-decoration: none; }
.footer-contact > a:hover { color: #d2c0a6; }
.footer-book-card { position: relative; z-index: 1; padding: clamp(2rem, 3vw, 3rem); color: var(--text); background: rgba(244,240,230,.94); box-shadow: var(--shadow); }
.footer-book-card h2 { margin-bottom: .6rem; text-align: center; }
.footer-book-card p { max-width: 500px; margin: 0 auto 1.2rem; text-align: center; }
.footer-book-card .button { display: flex; max-width: 300px; margin: 0 auto; }
.footer-lower { grid-column: 1 / -1; padding-top: 1.5rem; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 2rem; border-top: 1px solid rgba(255,255,255,.18); }
.footer-wordmark { font-family: var(--serif); font-size: 1.8rem; text-decoration: none; }
.footer-lower nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem 1.2rem; }
.footer-lower nav a, .footer-cookie-link { min-height: 40px; padding: 0; display: inline-flex; align-items: center; color: inherit; border: 0; background: transparent; font-size: .76rem; text-decoration: underline; text-underline-offset: .25em; cursor: pointer; }
.footer-lower > p { margin-bottom: .35rem; font-size: .76rem; opacity: .9; }
.mobile-booking-bar { display: none; }

/* Consent */
.cookie-banner { position: fixed; z-index: 2000; left: 1rem; right: 1rem; bottom: 1rem; max-width: 1200px; margin: auto; padding: 1.4rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.5rem; color: var(--ivory); background: var(--black-green); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.cookie-banner h2 { margin-bottom: .35rem; color: var(--ivory); font-size: 1.7rem; }
.cookie-banner p { max-width: 680px; margin-bottom: 0; font-size: .85rem; line-height: 1.55; }
.cookie-actions { display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); gap: .6rem; }
.cookie-actions .button { min-width: 150px; }
.cookie-dialog { width: min(640px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); padding: 0; color: var(--text); border: 0; background: transparent; }
.cookie-dialog::backdrop { background: rgba(5,21,16,.72); backdrop-filter: blur(3px); }
.cookie-panel { position: relative; max-height: calc(100vh - 2rem); padding: 2rem; overflow: auto; background: var(--surface); box-shadow: var(--shadow); }
.dialog-close { position: absolute; top: .8rem; right: .8rem; width: 44px; height: 44px; border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; }
.cookie-panel h2 { margin-bottom: .6rem; font-size: 2.5rem; }
.consent-option { min-height: 76px; padding: 1rem 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; border-top: 1px solid var(--border); cursor: pointer; }
.consent-option:last-of-type { border-bottom: 1px solid var(--border); }
.consent-option strong, .consent-option span { display: block; }
.consent-option span { color: var(--muted); font-size: .78rem; }
.consent-option input { width: 24px; height: 24px; accent-color: var(--cta); }
.cookie-dialog-actions { margin-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.text-button { min-height: 44px; padding: .4rem; border: 0; background: transparent; text-decoration: underline; text-underline-offset: .25em; cursor: pointer; }

@media (max-width: 1050px) {
    .primary-nav { gap: 1.2rem; }
    .primary-nav .nav-book { min-width: 145px; }
    .home-hero, .split-section { grid-template-columns: 44% 56%; }
    .home-hero-copy h1 { font-size: clamp(3.6rem, 6.3vw, 5.5rem); }
    .program-card-grid { grid-template-columns: repeat(2, 1fr); }
    .cookie-banner { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    :root { --header-height: 68px; }
    body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); font-size: 17px; }
    .site-header { height: var(--header-height); padding: 0 1rem; }
    .brand-link { width: 160px; }
    .menu-toggle { display: inline-flex; }
    .site-header.menu-active .menu-icon-open { display: none !important; }
    .site-header.menu-active .menu-icon-close { display: inline-flex !important; }
    .primary-nav { position: fixed; z-index: -1; inset: var(--header-height) 0 0; height: auto; padding: 1.4rem 1.25rem calc(7rem + env(safe-area-inset-bottom)); display: flex; flex-direction: column; align-items: stretch; gap: 0; visibility: hidden; opacity: 0; transform: translateY(-10px); overflow-y: auto; color: var(--ivory); background: var(--header); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
    .site-header.menu-active .primary-nav { z-index: 1; visibility: visible; opacity: 1; transform: translateY(0); }
    .primary-nav > a { min-height: 58px; padding: 0 .2rem; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); font-family: var(--serif); font-size: 1.55rem; }
    .primary-nav > a:not(.nav-book)::after { display: none; }
    .primary-nav .nav-book { min-height: 54px; margin-top: 1.3rem; font-family: var(--sans); font-size: .9rem; }
    h1 { font-size: clamp(2.7rem, 12vw, 4rem); }
    h2 { font-size: clamp(2.25rem, 9vw, 3.5rem); }
    .home-hero { min-height: 0; grid-template-columns: 1fr; }
    .home-hero-copy { min-height: 520px; padding: 3.6rem 1.4rem; }
    .home-hero-copy h1 { font-size: clamp(3.35rem, 15vw, 5rem); }
    .home-hero-copy > p:not(.eyebrow):not(.hero-price) br { display: none; }
    .home-hero-media { min-height: 420px; }
    .split-section { min-height: 0; grid-template-columns: 1fr; }
    .split-copy { min-height: 430px; padding: 3.4rem 1.4rem; }
    .split-media { min-height: 390px; }
    .menu-preview-copy { order: 1; }
    .menu-preview .split-media { order: 2; }
    .poker-banner { min-height: 670px; }
    .poker-banner-media::after { background: linear-gradient(0deg, rgba(8,29,23,.98) 0%, rgba(8,29,23,.86) 49%, rgba(8,29,23,.16) 78%); }
    .poker-banner-media img { object-position: 65% top; }
    .poker-banner-copy { width: 100%; min-height: 670px; padding: 20rem 1.4rem 3.5rem; justify-content: flex-end; }
    .program-teasers { padding: 3.4rem 1.4rem; }
    .program-teasers-intro { margin: 1rem 0 0; }
    .section-heading-wide { grid-template-columns: 1fr; align-items: start; gap: 1rem; }
    .section-heading-wide .section-kicker { grid-column: auto; }
    .teaser-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .teaser-picture { aspect-ratio: 16 / 9; }
    .home-booking-strip { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; gap: 2rem; }
    .home-benefits { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; gap: 2rem; }
    .home-benefits-grid { grid-template-columns: 1fr; }
    .home-depth { padding: 3.5rem 1.4rem; }
    .home-pillars, .home-occasion-grid { grid-template-columns: 1fr; }
    .home-depth-split { padding: 0; grid-template-columns: 1fr; }
    .home-depth-image { min-height: 360px; }
    .home-depth-copy { padding: 3.5rem 1.4rem; }
    .home-practical-grid { grid-template-columns: 1fr; }
    .home-practical-grid > div { border-right: 0; border-bottom: 1px solid var(--border); }
    .home-practical-grid > div:last-child { border-bottom: 0; }
    .home-decision-bar { align-items: stretch; flex-direction: column; }
    .home-guide { padding: 3.5rem 1.4rem; }
    .home-guide-grid { grid-template-columns: 1fr; }
    .inner-hero { min-height: 380px; padding: 4rem 1.4rem; }
    .inner-hero-image { padding: 0; grid-template-columns: 1fr; }
    .inner-hero-image .inner-hero-copy { min-height: 390px; padding: 4rem 1.4rem; }
    .inner-hero-picture { min-height: 340px; }
    .service-hero .inner-hero-picture { min-height: 300px; aspect-ratio: 16 / 9; }
    .service-facts { grid-template-columns: 1fr; }
    .service-facts > div { padding: 1rem 1.4rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
    .service-facts > div:last-child { border-bottom: 0; }
    .service-facts strong { font-size: 1.15rem; }
    .editorial-grid, .service-layout { grid-template-columns: 1fr; }
    .chapter-rail, .service-aside { position: static; padding: 3rem 1.4rem 1rem; border-right: 0; }
    .chapter-rail nav { display: none; }
    .service-aside-card { display: grid; grid-template-columns: auto 1fr; gap: .4rem 1rem; }
    .service-aside-card svg { grid-row: 1 / 4; margin-bottom: 0; }
    .service-aside-card .button { grid-column: 1 / -1; }
    .editorial-content, .service-content { padding: 3rem 1.4rem; }
    .editorial-content > section, .service-content > section { margin-bottom: 3.8rem; }
    .hours-panel { padding: 1.5rem; grid-template-columns: 1fr; gap: 1.2rem; }
    .fact-grid, .service-two-col { grid-template-columns: 1fr; }
    .service-variant-stage .service-flow-block, .service-variant-food .service-audience-block { margin-left: -1.4rem; margin-right: -1.4rem; padding: 2.4rem 1.4rem; }
    .service-next-links { grid-template-columns: 1fr; }
    .form-section { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; gap: 2rem; }
    .reservation-form { padding: 1.35rem; }
    .reservation-form, .form-grid, .form-grid label { min-width: 0; }
    .form-grid { grid-template-columns: 1fr; }
    .form-wide { grid-column: auto; }
    .form-grid input, .form-grid select, .form-grid textarea { font-size: 16px; }
    .menu-intro, .programs-intro { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; gap: 1rem; }
    .menu-categories { padding: 0 1.4rem 3rem; grid-template-columns: 1fr; }
    .menu-category { padding: 2.6rem 0; }
    .menu-footer-note { padding: 2rem 1.4rem; grid-template-columns: auto 1fr; }
    .menu-footer-note .button { grid-column: 1 / -1; }
    .menu-story { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; gap: 1.5rem; }
    .menu-story-copy { columns: 1; }
    .program-group { padding: 3.5rem 1.4rem; }
    .program-group > header { grid-template-columns: 1fr; gap: .8rem; }
    .program-card-grid { grid-template-columns: 1fr; }
    .program-card { min-height: 235px; }
    .program-feature { grid-template-columns: 1fr; }
    .program-feature > div:first-child { min-height: 330px; }
    .program-feature > div:last-child { padding: 3.5rem 1.4rem; }
    .programs-context { padding: 0 1.4rem 3.5rem; grid-template-columns: 1fr; gap: 1rem; }
    .program-poker-feature { grid-template-columns: 1fr; }
    .program-poker-feature > div:first-child { min-height: 300px; }
    .program-poker-feature > div:last-child { padding: 3.5rem 1.4rem; }
    .price-section { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; gap: 2rem; }
    .price-section > .text-link { grid-column: auto; }
    .price-explainer { padding: 3.5rem 1.4rem; }
    .steps-grid { grid-template-columns: 1fr; }
    .faq-page { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; }
    .faq-aside { position: static; }
    .contact-page { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; }
    .booking-page { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; }
    .local-page { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; gap: 3rem; }
    .legal-layout { padding: 3.5rem 1.4rem; grid-template-columns: 1fr; gap: 2rem; }
    .legal-layout > aside { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
    .legal-layout > aside strong { grid-column: 1 / -1; }
    .legal-table > div { grid-template-columns: 1fr; gap: .35rem; }
    .imprint-list > div { grid-template-columns: 1fr; gap: .25rem; }
    .site-footer { padding: 3.5rem 1.4rem 1.5rem; grid-template-columns: 1fr; }
    .footer-plant { left: auto; right: -20px; bottom: 135px; width: 160px; height: 220px; opacity: .38; }
    .footer-book-card { padding: 2rem 1.4rem; }
    .footer-lower { grid-column: auto; grid-template-columns: 1fr; align-items: start; gap: 1rem; }
    .footer-lower nav { justify-content: flex-start; }
    .footer-lower nav a, .footer-cookie-link { min-height: 44px; display: inline-flex; align-items: center; }
    .mobile-booking-bar { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; height: calc(60px + env(safe-area-inset-bottom)); padding: 0 1rem env(safe-area-inset-bottom); display: flex; align-items: center; justify-content: center; gap: .65rem; color: var(--text); background: var(--ivory); border-top: 1px solid var(--border); box-shadow: 0 -8px 24px rgba(8,29,23,.16); font-weight: 700; text-decoration: none; }
    .cookie-banner { left: .6rem; right: .6rem; bottom: calc(66px + env(safe-area-inset-bottom)); max-height: calc(100vh - 90px); padding: 1.15rem; overflow: auto; }
    .cookie-actions { grid-template-columns: 1fr; }
    .cookie-actions .button { width: 100%; min-width: 0; }
    .cookie-dialog { margin-bottom: calc(66px + env(safe-area-inset-bottom)); }
}

@media (max-width: 480px) {
    h1 { font-size: clamp(2.45rem, 12vw, 3.45rem); }
    .home-hero-copy { min-height: 500px; }
    .home-hero-media { min-height: 330px; }
    .split-media { min-height: 320px; }
    .poker-banner { min-height: 630px; }
    .poker-banner-copy { min-height: 630px; padding-top: 16rem; }
    .price-list > div { font-size: .78rem; }
    .menu-item { grid-template-columns: 1fr; gap: .25rem; }
    .menu-item > strong { justify-self: start; }
    .range-table > div { grid-template-columns: 1fr; gap: .25rem; }
    .service-aside-card { grid-template-columns: 1fr; }
    .service-aside-card svg { grid-row: auto; }
    .service-aside-card .button { grid-column: auto; }
    .form-section, .booking-page { padding-left: 1rem; padding-right: 1rem; }
    .reservation-form { padding: 1.1rem; }
    .check-row { font-size: .82rem; }
    .status-actions, .cookie-dialog-actions { align-items: stretch; flex-direction: column; }
    .status-actions .button, .status-actions .text-link { width: 100%; justify-content: center; }
}

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

@media print {
    .site-header, .site-footer, .mobile-booking-bar, .cookie-banner, .cookie-dialog, .form-section { display: none !important; }
    body { color: #000; background: #fff; }
    a { color: #000; text-decoration: underline; }
}
