:root {
  --ink: #1d251e;
  --forest: #243329;
  --forest-deep: #152019;
  --cream: #f2eee4;
  --paper: #f8f5ed;
  --gold: #ba9a60;
  --line: rgba(29, 37, 30, .2);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 300; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw; color: white; border-bottom: 1px solid rgba(255,255,255,.25); transition: .35s ease; }
.site-header.scrolled { height: 74px; color: var(--ink); background: rgba(248,245,237,.94); backdrop-filter: blur(16px); border-color: var(--line); }
.brand { display: flex; align-items: center; gap: 13px; z-index: 2; }
.brand-logo { display: block; width: clamp(160px, 16vw, 240px); height: auto; }
.desktop-nav { display: flex; gap: clamp(20px, 2.4vw, 42px); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language { border: 0; background: none; color: inherit; font-size: 11px; font-weight: 500; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 27px; border: 1px solid currentColor; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .14em; transition: .25s; }
.button-small { min-height: 42px; padding: 0 20px; }
.button-light:hover { color: var(--forest); background: white; }
.site-header.scrolled .button-light:hover { color: white; background: var(--forest); }
.menu-toggle { display: none; width: 38px; height: 38px; border: 0; background: transparent; color: inherit; position: relative; z-index: 2; }
.menu-toggle span:not(.sr-only) { position: absolute; left: 7px; width: 24px; height: 1px; background: currentColor; transition: .25s; }
.menu-toggle span:first-child { top: 15px; }
.menu-toggle span:nth-child(2) { top: 23px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 19px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { top: 19px; transform: rotate(-45deg); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 100vh; height: 860px; color: white; background: url("/assets/hero.jpg") center 45% / cover no-repeat; display: flex; align-items: flex-end; padding: 0 8vw 10vh; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,18,13,.73) 0%, rgba(11,18,13,.22) 56%, rgba(11,18,13,.35) 100%), linear-gradient(0deg, rgba(11,18,13,.48), transparent 50%); }
.hero-content { position: relative; z-index: 1; max-width: 790px; }
.eyebrow { margin: 0 0 27px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 600; }
.eyebrow.light { color: #e3d9c4; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(65px, 8.8vw, 132px); }
h1 em, h2 em { font-weight: 400; color: #d9c39d; }
.hero-copy { max-width: 555px; margin: 30px 0 38px; color: rgba(255,255,255,.86); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 38px; }
.button-solid { border-color: var(--gold); color: var(--forest-deep); background: var(--gold); }
.button-solid:hover { border-color: white; background: white; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid currentColor; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.text-link span { font-size: 15px; transition: transform .25s; }
.text-link:hover span { transform: translate(3px, -3px); }
.light-link { color: white; }
.scroll-cue { position: absolute; z-index: 1; right: 5vw; bottom: 9vh; display: flex; flex-direction: column; align-items: center; gap: 15px; text-transform: uppercase; font-size: 9px; letter-spacing: .25em; }
.scroll-cue i { display: block; width: 1px; height: 62px; background: rgba(255,255,255,.65); }
.hero-note { position: absolute; z-index: 1; right: 4.5vw; top: 130px; text-align: right; text-transform: uppercase; font-size: 9px; line-height: 1.7; letter-spacing: .2em; opacity: .78; }

.section { padding: 120px 7vw; }
.section-index { display: flex; align-items: center; gap: 16px; margin-bottom: 90px; text-transform: uppercase; letter-spacing: .19em; font-size: 9px; font-weight: 600; }
.section-index span { display: block; width: 46px; height: 1px; background: currentColor; opacity: .5; }
.section-index.light { color: rgba(255,255,255,.65); }
.manifesto { overflow: hidden; background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 7vw; }
.manifesto-copy { max-width: 820px; }
h2 { font-size: clamp(53px, 7vw, 105px); }
.manifesto-copy > p { width: 61%; margin: 38px 0 35px auto; color: #596159; font-size: 17px; line-height: 1.8; }
.manifesto-copy .text-link { margin-left: 39%; }
.editorial-collage { min-height: 820px; margin-top: 120px; position: relative; }
.image-card { margin: 0; overflow: hidden; }
.image-card img { height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.image-card:hover img { transform: scale(1.025); }
.image-card-large { width: 56%; height: 650px; }
.image-card-large figcaption { position: absolute; left: 3%; top: 595px; padding: 18px 20px; color: white; background: var(--forest); text-transform: uppercase; font-size: 9px; line-height: 1.6; letter-spacing: .17em; }
.image-card-portrait { position: absolute; right: 4%; top: 140px; width: 28%; height: 520px; }
.collage-text { position: absolute; left: 49%; top: 60px; z-index: 2; width: 27%; padding: 42px; background: var(--cream); }
.quote { margin: 0; font-family: var(--serif); font-size: 26px; line-height: 1.45; }
.signature { margin: 30px 0 0; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 600; }
.values-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.value { min-height: 220px; padding: 36px 4vw 20px 0; border-right: 1px solid var(--line); }
.value + .value { padding-left: 4vw; }
.value:last-child { border: 0; }
.value span { color: #8a8f89; font-size: 9px; }
.value h3 { margin: 35px 0 15px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.value p { max-width: 280px; margin: 0; color: #667067; line-height: 1.65; font-size: 14px; }

.section-dark { padding: 120px 7vw 0; color: white; background: var(--forest-deep); }
.restaurant-intro { margin-left: 24%; max-width: 900px; }
.restaurant-intro > p:last-child { width: 55%; margin: 40px 0 70px auto; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.8; }
.restaurant-visual { position: relative; height: min(65vw, 820px); margin: 0 -7vw; overflow: hidden; }
.restaurant-visual img { height: 100%; object-fit: cover; }
.restaurant-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,17,12,.4), transparent 50%); }
.floating-label { position: absolute; z-index: 1; right: 6vw; bottom: 5vw; width: 150px; height: 150px; display: grid; place-items: center; text-align: center; border-radius: 50%; color: var(--forest-deep); background: var(--gold); text-transform: uppercase; font-size: 9px; line-height: 1.6; letter-spacing: .14em; transform: rotate(7deg); }
.menu-preview { display: grid; grid-template-columns: 1fr 1.4fr; gap: 8vw; padding: 110px 0 120px; }
.menu-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(35px, 4vw, 58px); font-weight: 400; line-height: 1.15; }
.menu-item { display: grid; grid-template-columns: 40px 1fr auto; gap: 22px; align-items: center; min-height: 110px; border-top: 1px solid rgba(255,255,255,.25); }
.menu-item:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.menu-item .menu-number { color: var(--gold); font-size: 10px; }
.menu-item strong { display: block; margin-bottom: 10px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.menu-item small { color: rgba(255,255,255,.55); font-size: 12px; }
.menu-item i { font-style: normal; font-size: 18px; transition: transform .25s; }
.menu-item:hover i { transform: translate(3px, -3px); }

.catalog-dialog { width: min(1020px, 94vw); max-width: none; height: min(860px, 92vh); max-height: none; margin: auto; padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.catalog-dialog::backdrop { background: rgba(8,14,10,.78); backdrop-filter: blur(7px); }
.catalog-shell { height: 100%; display: flex; flex-direction: column; padding: 48px 55px 30px; }
.catalog-header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.catalog-header .eyebrow { margin-bottom: 13px; color: #777f77; }
.catalog-header h2 { font-size: clamp(42px, 5vw, 72px); }
.catalog-close { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-family: var(--sans); font-size: 28px; font-weight: 300; line-height: 1; cursor: pointer; transition: .2s; }
.catalog-close:hover { color: white; background: var(--forest); }
.catalog-status { padding: 40px 0; color: #687068; font-size: 14px; }
.catalog-status[hidden] { display: none; }
.catalog-content { overflow: auto; padding-right: 12px; scrollbar-color: var(--gold) transparent; }
.catalog-group { padding: 38px 0 16px; }
.catalog-group + .catalog-group { border-top: 1px solid var(--line); }
.catalog-group h3 { margin: 0 0 15px; color: var(--gold); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.catalog-entry { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: start; padding: 22px 0; border-bottom: 1px solid rgba(29,37,30,.1); }
.catalog-entry.has-image { grid-template-columns: 150px 1fr auto; }
.catalog-entry-image { width: 150px; height: 112px; object-fit: cover; background: var(--cream); }
.catalog-entry-copy { min-width: 0; }
.catalog-entry:last-child { border-bottom: 0; }
.catalog-entry strong { font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.3; }
.catalog-entry small { display: block; margin-top: 7px; color: #737a73; font-size: 11px; }
.catalog-entry-copy > p { max-width: 560px; margin: 10px 0 0; color: #596159; font-size: 13px; line-height: 1.6; white-space: pre-line; }
.catalog-entry .catalog-ingredients { max-width: 560px; margin-top: 9px; color: #8a8f89; font-size: 10px; line-height: 1.55; }
.catalog-price { white-space: nowrap; font-size: 13px; font-weight: 500; }
.catalog-price span { margin-left: 13px; color: #7a817a; font-size: 10px; font-weight: 400; }
.catalog-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 25px; border-top: 1px solid var(--line); color: #7b827b; text-transform: uppercase; font-size: 8px; letter-spacing: .15em; }
.catalog-footer button { color: var(--ink); background: none; cursor: pointer; }

.experiences { display: grid; grid-template-columns: 1.35fr 1fr; min-height: 840px; background: var(--cream); }
.experience-image { min-height: 650px; background: url("/assets/experience-feature.jpg?v=1") center / cover; }
.experience-panel { padding: 100px 6vw; align-self: center; }
.experience-panel .section-index { margin-bottom: 85px; }
.experience-panel h2 { font-size: clamp(52px, 6vw, 88px); }
.experience-panel > p:not(.eyebrow) { max-width: 520px; margin: 35px 0 48px; color: #626a61; font-size: 16px; line-height: 1.8; }
.experience-links { border-top: 1px solid var(--line); }
.experience-links a { min-height: 69px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .15em; }
.experience-links i { font-style: normal; font-size: 16px; }

.products { background: var(--paper); }
.products-header { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; }
.products-header h2 { font-size: clamp(52px, 6.5vw, 95px); }
.products-header > p { margin: 0 0 10px; color: #606a61; font-size: 16px; line-height: 1.8; }
.products-showcase { display: grid; grid-template-columns: 1.45fr .75fr; gap: 7vw; align-items: center; margin-top: 90px; }
.products-main-image { height: min(58vw, 720px); margin: 0; overflow: hidden; }
.products-main-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s ease; }
.products-main-image:hover img { transform: scale(1.02); }
.products-menu { border-top: 1px solid var(--line); }
.products-menu a { min-height: 125px; display: grid; grid-template-columns: 34px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.products-menu span { color: #8c918c; font-size: 9px; }
.products-menu strong { font-family: var(--serif); font-size: clamp(28px, 3vw, 43px); font-weight: 400; }
.products-menu i { font-style: normal; font-size: 18px; transition: transform .25s; }
.products-menu a:hover i { transform: translate(3px, -3px); }

.reservation { min-height: 760px; padding: 120px 10vw; color: white; background: linear-gradient(90deg, rgba(14,23,16,.88), rgba(14,23,16,.64)), url("/assets/reservation.jpg") center / cover; display: grid; grid-template-columns: 1fr .8fr; gap: 11vw; align-items: center; }
.reservation-copy h2 { font-size: clamp(58px, 6.8vw, 100px); }
.reservation-copy > p:last-child { max-width: 500px; margin-top: 35px; color: rgba(255,255,255,.68); line-height: 1.8; }
.booking-form { padding: 45px; color: var(--ink); background: var(--paper); }
.booking-form label { display: block; margin-bottom: 28px; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 600; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; color: var(--ink); background: transparent; font-size: 14px; }
.booking-form textarea { resize: vertical; line-height: 1.5; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); }
.booking-form select:disabled { color: #989e98; cursor: wait; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.form-submit { width: 100%; margin-top: 10px; }
.booking-form small { display: block; margin-top: 16px; color: #717971; font-size: 9px; line-height: 1.5; text-align: center; }
.booking-feedback { min-height: 20px; margin-top: 16px; color: #596159; font-size: 12px; line-height: 1.5; text-align: center; }
.booking-feedback.is-error { color: #9a3e34; }
.booking-feedback.is-success { color: #356844; }

.footer { padding: 80px 7vw 30px; color: rgba(255,255,255,.77); background: #101611; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 5vw; }
.footer-brand { display: grid; grid-template-columns: minmax(180px, 240px) auto; grid-template-rows: auto auto; align-items: center; gap: 0 15px; }
.footer-logo { grid-row: 1 / span 2; width: min(240px, 100%); height: auto; filter: brightness(0) invert(1) opacity(.88); }
.footer-brand strong { color: white; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.footer-brand p { margin: 6px 0 0; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .13em; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 12px; line-height: 1.6; }
.footer-column > span { margin-bottom: 15px; color: var(--gold); text-transform: uppercase; font-size: 9px; font-weight: 600; letter-spacing: .18em; }
.footer-column p { margin: 0 0 8px; }
.footer-column a:hover { color: white; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 70px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); text-transform: uppercase; font-size: 8px; letter-spacing: .15em; }
.cookie-banner { position: fixed; z-index: 200; left: 24px; right: 24px; bottom: 24px; max-width: 1180px; margin: 0 auto; display: flex; gap: 22px; align-items: center; justify-content: space-between; padding: 22px 24px; color: var(--ink); background: rgba(248,245,237,.98); border: 1px solid rgba(29,37,30,.14); box-shadow: 0 18px 70px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner__content { max-width: 700px; }
.cookie-banner__eyebrow { margin: 0 0 8px; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; font-weight: 600; color: #768076; }
.cookie-banner__content h2 { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.8vw, 34px); font-weight: 400; line-height: 1.1; }
.cookie-banner__content p { margin: 10px 0 0; color: #5f675f; font-size: 14px; line-height: 1.7; }
.cookie-banner__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.cookie-banner__link { padding-bottom: 0; border-bottom-color: transparent; }
.cookie-banner__reject { color: var(--ink); background: transparent; }
.cookie-banner__accept { white-space: nowrap; }
.privacy-page { min-height: 100vh; color: var(--ink); background: var(--paper); }
.privacy-hero { padding: 150px 7vw 70px; background: linear-gradient(180deg, rgba(242,238,228,.96), rgba(248,245,237,1)); border-bottom: 1px solid var(--line); }
.privacy-hero h1 { max-width: 980px; font-size: clamp(56px, 7vw, 112px); }
.privacy-hero p { max-width: 720px; margin: 26px 0 0; color: #586159; font-size: 17px; line-height: 1.8; }
.privacy-content { padding: 70px 7vw 120px; }
.privacy-section { max-width: 980px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.privacy-section:last-child { border-bottom: 0; }
.privacy-section h2 { margin: 0 0 18px; font-size: clamp(28px, 3.5vw, 48px); }
.privacy-section p, .privacy-section li { color: #5e665f; font-size: 15px; line-height: 1.9; }
.privacy-section ul { margin: 0; padding-left: 18px; }
.privacy-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.privacy-meta article { padding: 22px 24px; background: var(--cream); border: 1px solid rgba(29,37,30,.12); }
.privacy-meta span { display: block; margin-bottom: 10px; color: #7b827b; text-transform: uppercase; font-size: 9px; font-weight: 600; letter-spacing: .18em; }
.privacy-meta strong { display: block; font-size: 16px; line-height: 1.6; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .desktop-nav, .language { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: flex; position: fixed; inset: 0; padding: 130px 8vw 55px; background: var(--forest-deep); flex-direction: column; justify-content: center; gap: 25px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-24px); transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s; }
  .mobile-menu a { color: white; font-family: var(--serif); font-size: 42px; }
  .menu-open .mobile-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .menu-open .site-header { color: white; background: transparent; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-copy > p { width: 75%; }
  .manifesto-copy .text-link { margin-left: 25%; }
  .editorial-collage { min-height: 700px; }
  .image-card-large { width: 66%; height: 550px; }
  .image-card-portrait { right: 0; width: 30%; height: 420px; }
  .collage-text { left: 54%; width: 35%; }
  .restaurant-intro { margin-left: 8%; }
  .menu-preview { grid-template-columns: 1fr; }
  .experiences { grid-template-columns: 1fr; }
  .experience-image { height: 76vw; }
  .products-header { grid-template-columns: 1fr; }
  .products-header > p { max-width: 520px; }
  .products-showcase { grid-template-columns: 1.2fr .8fr; gap: 5vw; }
  .reservation { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-column:nth-of-type(4) { grid-column: 2; }
  .cookie-banner { left: 16px; right: 16px; bottom: 16px; flex-direction: column; align-items: flex-start; }
  .cookie-banner__actions { justify-content: flex-start; }
}

@media (max-width: 650px) {
  .site-header { height: 72px; padding: 0 20px; }
  .site-header .button-small { display: none; }
  .brand-logo { width: 150px; }
  .hero { height: 780px; min-height: 100svh; padding: 0 24px 90px; background-position: 57% center; }
  h1 { font-size: 59px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; }
  .hero-note, .scroll-cue { display: none; }
  .section, .section-dark { padding: 85px 24px; }
  .section-index { margin-bottom: 55px; }
  h2 { font-size: 51px; }
  .manifesto-copy > p { width: 100%; margin: 28px 0; font-size: 15px; }
  .manifesto-copy .text-link { margin-left: 0; }
  .editorial-collage { min-height: 730px; margin-top: 70px; }
  .image-card-large { width: 87%; height: 450px; }
  .image-card-large figcaption { top: 400px; }
  .image-card-portrait { top: 460px; right: 0; width: 53%; height: 270px; }
  .collage-text { left: 6%; top: 380px; width: 67%; padding: 25px; }
  .quote { font-size: 20px; }
  .values-row { grid-template-columns: 1fr; }
  .value, .value + .value { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .restaurant-intro { margin: 0; }
  .restaurant-intro > p:last-child { width: 100%; margin: 28px 0 50px; font-size: 15px; }
  .restaurant-visual { height: 120vw; margin: 0 -24px; }
  .floating-label { width: 110px; height: 110px; }
  .menu-preview { padding: 75px 0 0; }
  .menu-item { min-height: 100px; grid-template-columns: 26px 1fr auto; gap: 12px; }
  .menu-item strong { font-size: 21px; }
  .menu-item small { line-height: 1.5; }
  .catalog-dialog { width: 100vw; height: 100svh; max-height: none; }
  .catalog-shell { padding: 28px 22px 20px; }
  .catalog-header { padding-bottom: 25px; }
  .catalog-header h2 { font-size: 44px; }
  .catalog-close { width: 42px; height: 42px; }
  .catalog-group { padding-top: 28px; }
  .catalog-entry strong { font-size: 20px; }
  .catalog-entry { gap: 15px; }
  .catalog-entry.has-image { grid-template-columns: 92px 1fr; }
  .catalog-entry-image { width: 92px; height: 92px; grid-row: 1 / span 2; }
  .catalog-entry.has-image .catalog-price { grid-column: 2; }
  .catalog-entry-copy > p { font-size: 12px; }
  .catalog-price span { display: block; margin: 3px 0 0; text-align: right; }
  .experience-panel { padding: 80px 24px; }
  .experience-panel .section-index { margin-bottom: 55px; }
  .experience-image { height: 100vw; min-height: 420px; }
  .products-showcase { grid-template-columns: 1fr; gap: 40px; margin-top: 60px; }
  .products-main-image { height: 115vw; max-height: 580px; }
  .products-menu a { min-height: 95px; }
  .reservation { padding: 90px 24px; gap: 55px; }
  .booking-form { padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer { padding: 65px 24px 28px; grid-template-columns: 1fr 1fr; gap: 50px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:nth-of-type(4) { grid-column: auto; }
  .footer-bottom { flex-wrap: wrap; gap: 16px; margin-top: 25px; }
  .footer-brand { grid-template-columns: 1fr; }
  .footer-logo { width: 200px; }
  .cookie-banner { padding: 18px 18px 20px; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__actions .button, .cookie-banner__actions .text-link { width: 100%; justify-content: center; }
  .privacy-meta { grid-template-columns: 1fr; }
  .privacy-hero { padding-top: 120px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}
