:root {
  --ivory: #f6f0e7;
  --paper: #fffdf8;
  --ink: #2b2c27;
  --muted: #6f6a61;
  --green: #2b392f;
  --green-deep: #1f2b24;
  --olive: #687044;
  --copper: #b7613f;
  --copper-light: #d89167;
  --gold: #d2a353;
  --rose: #b36578;
  --line: rgba(93, 70, 46, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#verhaal, #menu, #sfeer, #reserveren, #contact { scroll-margin-top: 86px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; background: #fff; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.section-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .23em;
  line-height: 1.2;
}
.eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.eyebrow.light { color: #f6cf9c; }
.eyebrow.rose { color: var(--rose); }
.eyebrow.gold { color: #e6bd72; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.047em;
  line-height: .98;
}
h1 em, h2 em { color: var(--rose); font-weight: 400; }
h2 { margin: 22px 0 28px; font-size: clamp(48px, 6vw, 84px); }
.lead { color: #42453f; font-family: var(--serif); font-size: clamp(22px, 2.2vw, 30px); line-height: 1.35; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 500; }
.button-copper { background: linear-gradient(135deg, #c87852, #a84d32); color: #fff; box-shadow: 0 16px 34px rgba(104, 41, 24, .25); }
.button-reserve { background: linear-gradient(135deg, #a94f6a, #7f304b); color: #fff; box-shadow: 0 16px 34px rgba(100, 37, 60, .24); }
.button-ghost { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.09); color: #fff; backdrop-filter: blur(8px); }
.button-green { background: var(--green); color: #fff; }
.button-outline { border-color: rgba(43, 57, 47, .35); color: var(--green); }
.text-link { display: inline-flex; gap: 16px; margin-top: 12px; color: var(--copper); font-size: 13px; font-weight: 800; text-decoration: none; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 205px 1fr;
  align-items: center;
  width: 100%;
  min-height: 86px;
  padding: 10px max(30px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease, min-height .25s ease;
}
.site-header.is-scrolled { min-height: 74px; background: rgba(255, 253, 248, .95); color: var(--ink); box-shadow: 0 13px 35px rgba(31, 43, 36, .1); backdrop-filter: blur(16px); }
.site-brand { display: block; width: 174px; height: 64px; overflow: hidden; border-radius: 5px; background: #fff; text-decoration: none; }
.site-brand img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.5vw, 38px); }
.site-nav a { position: relative; font-size: 12px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.nav-reserve)::after { position: absolute; bottom: -6px; left: 0; width: 0; height: 1px; background: currentColor; content: ""; transition: width .2s ease; }
.site-nav > a:not(.nav-reserve):hover::after { width: 100%; }
.nav-reserve { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; padding: 8px 17px; border-radius: 999px; background: linear-gradient(135deg, #a94f6a, #7f304b); color: #fff !important; box-shadow: 0 10px 25px rgba(100, 37, 60, .22); }
.nav-reserve span { font-size: 17px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: clamp(780px, 100svh, 900px); overflow: hidden; background: var(--green-deep); color: #fff; }
.hero-image, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-wash { background: linear-gradient(90deg, rgba(24, 31, 26, .86) 0%, rgba(24, 31, 26, .49) 43%, rgba(24, 31, 26, .07) 75%), linear-gradient(0deg, rgba(17, 23, 19, .42), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding-top: clamp(170px, 22vh, 240px); }
.hero h1 { max-width: 890px; margin: 25px 0 28px; font-size: clamp(58px, 7.1vw, 108px); }
.hero h1 em { display: block; color: #efbdc9; }
.hero-content > p { max-width: 620px; color: rgba(255,255,255,.86); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-ribbon { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); padding-inline: max(32px, calc((100vw - 1240px) / 2)); border-top: 1px solid rgba(255,255,255,.2); background: rgba(30, 39, 33, .62); backdrop-filter: blur(15px); }
.hero-ribbon span { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 80px; border-right: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: 17px; }
.hero-ribbon span:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.hero-ribbon b { color: #e0b269; font-family: var(--sans); font-size: 9px; letter-spacing: .16em; }

.intro { display: grid; grid-template-columns: minmax(310px, .75fr) minmax(520px, 1.25fr); align-items: center; gap: clamp(52px, 8vw, 120px); padding-block: 144px; }
.intro-copy p:not(.lead) { max-width: 520px; color: var(--muted); }
.intro-visual { position: relative; margin: 0; }
.intro-visual::before { position: absolute; top: -24px; right: -24px; z-index: -1; width: 65%; height: 70%; border: 1px solid rgba(179, 101, 120, .38); border-radius: 160px 0 0 0; content: ""; }
.intro-visual img { aspect-ratio: 1.05 / 1; width: 100%; object-fit: cover; border-radius: 46% 3px 3px 3px; box-shadow: 0 35px 80px rgba(58, 43, 25, .16); }
.intro-visual figcaption { position: absolute; right: -20px; bottom: 24px; display: grid; gap: 2px; min-width: 190px; padding: 17px 22px; background: var(--paper); box-shadow: 0 15px 36px rgba(35, 43, 37, .18); }
.intro-visual figcaption span { color: var(--rose); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.intro-visual figcaption strong { color: var(--green); font-family: var(--serif); font-size: 20px; }

.moments { padding: 128px 0 140px; background: #eee5d8; }
.moments-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.moments-heading h2 { margin-bottom: 0; }
.moments-heading > p { max-width: 460px; margin-bottom: 12px; color: #6b645c; }
.moment-grid { display: grid; grid-template-columns: 1.14fr .86fr; grid-template-rows: 420px 350px; gap: 24px; margin-top: 70px; }
.moment-card { position: relative; min-height: 320px; overflow: hidden; background: var(--green); color: #fff; }
.moment-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(24, 31, 26, .82), rgba(24, 31, 26, 0) 66%); content: ""; }
.moment-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.moment-card:hover img { transform: scale(1.035); }
.moment-card > div { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 30px 34px; }
.moment-card span { color: #f1c77f; font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.moment-card h3 { margin: 7px 0 2px; font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1; }
.moment-card p { max-width: 440px; margin-bottom: 0; color: rgba(255,255,255,.8); font-size: 13px; }
.moment-lunch { grid-row: 1 / span 2; }
.moment-lunch img { object-position: 45% center; }
.moment-dinner { border-radius: 0 80px 0 0; }
.moment-wine { border-radius: 0 0 0 80px; }
.menu-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding-top: 36px; }
.menu-actions p { flex: 1 1 260px; margin: 0 0 0 12px; color: #7c746b; font-size: 11px; }

.attention { position: relative; display: grid; grid-template-columns: minmax(370px, .8fr) minmax(540px, 1.2fr); gap: clamp(40px, 8vw, 120px); min-height: 850px; padding: 130px max(32px, calc((100vw - 1240px) / 2)); overflow: hidden; background: var(--green-deep); color: #fff; }
.attention-orbit { position: absolute; top: -260px; left: -300px; width: 760px; height: 760px; border: 1px solid rgba(220, 178, 104, .14); border-radius: 50%; box-shadow: 0 0 0 90px rgba(220,178,104,.03), 0 0 0 180px rgba(220,178,104,.02); }
.attention-copy { position: relative; z-index: 1; align-self: center; }
.attention-copy h2 { font-size: clamp(56px, 6vw, 88px); }
.attention-copy > p { max-width: 500px; color: rgba(255,255,255,.72); }
.attention-copy blockquote { margin: 52px 0 0; padding: 18px 0 18px 26px; border-left: 2px solid var(--rose); color: #f4ced8; font-family: var(--serif); font-size: 22px; font-style: italic; }
.attention-gallery { position: relative; min-height: 620px; }
.attention-image { position: absolute; object-fit: cover; box-shadow: 0 30px 65px rgba(0,0,0,.35); }
.attention-image-one { top: 0; right: 0; width: 54%; height: 75%; border-radius: 170px 0 0 0; }
.attention-image-two { bottom: 0; left: 0; width: 50%; height: 66%; border: 10px solid var(--green-deep); }

.hospitality { display: grid; grid-template-columns: minmax(410px, .9fr) minmax(390px, .8fr); align-items: center; gap: clamp(60px, 10vw, 150px); padding-block: 150px; }
.hospitality-photo { position: relative; margin: 0; }
.hospitality-photo img { aspect-ratio: .76 / 1; width: 100%; max-height: 720px; object-fit: cover; border-radius: 240px 240px 0 0; }
.hospitality-photo span { position: absolute; right: -22px; bottom: 32px; padding: 15px 20px; background: var(--rose); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hospitality-copy > p:not(.lead) { color: var(--muted); }
.hospitality-points { display: grid; margin-top: 38px; border-top: 1px solid var(--line); }
.hospitality-points span { display: flex; align-items: center; gap: 18px; min-height: 60px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 750; }
.hospitality-points b { color: var(--copper); font-size: 9px; letter-spacing: .17em; }

.atmosphere { padding: 130px 0 110px; overflow: hidden; background: #fffaf3; }
.atmosphere-heading { display: grid; grid-template-columns: minmax(500px, 1.15fr) minmax(320px, .5fr); align-items: end; column-gap: 90px; }
.atmosphere-heading .eyebrow { grid-column: 1 / -1; }
.atmosphere-heading h2 { margin-bottom: 0; }
.atmosphere-heading > p { margin-bottom: 12px; color: var(--muted); }
.gallery-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 55px; margin-bottom: 18px; }
.gallery-controls > span { color: var(--copper); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.gallery-controls > div { display: flex; gap: 9px; }
.gallery-button { width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--green); cursor: pointer; transition: background .2s ease, color .2s ease; }
.gallery-button:hover { background: var(--green); color: #fff; }
.atmosphere-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: min(72vw, 760px); gap: 22px; padding: 0 max(32px, calc((100vw - 1240px) / 2)) 22px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--copper) transparent; }
.atmosphere-gallery figure { position: relative; margin: 0; scroll-snap-align: start; }
.atmosphere-gallery img { aspect-ratio: 1.48 / 1; width: 100%; object-fit: cover; }
.atmosphere-gallery figcaption { position: absolute; right: 18px; bottom: 18px; padding: 9px 13px; background: rgba(255,253,248,.9); color: var(--green); font-family: var(--serif); font-size: 15px; backdrop-filter: blur(8px); }

.reserve { position: relative; display: grid; place-items: center; min-height: 720px; padding: 90px 32px; overflow: hidden; }
.reserve > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reserve::after { position: absolute; inset: 0; background: rgba(27, 38, 31, .7); content: ""; }
.reserve-panel { position: relative; z-index: 2; width: min(760px, 100%); padding: clamp(42px, 7vw, 78px); border: 1px solid rgba(255,255,255,.24); background: rgba(36, 49, 40, .82); color: #fff; text-align: center; backdrop-filter: blur(14px); }
.reserve-panel .eyebrow { justify-content: center; }
.reserve-panel h2 { font-size: clamp(52px, 6vw, 78px); }
.reserve-panel p { max-width: 580px; margin-inline: auto; color: rgba(255,255,255,.78); }
.reserve-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.reserve-panel small { display: block; margin-top: 18px; color: rgba(255,255,255,.52); font-size: 10px; }

.visit { padding-block: 135px; }
.visit-heading { max-width: 790px; }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 64px; }
.visit-card { position: relative; min-height: 300px; padding: 34px; border: 1px solid var(--line); background: rgba(255,253,248,.58); }
.visit-card > span { color: var(--rose); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.visit-card h3 { margin: 55px 0 18px; color: var(--green); font-family: var(--serif); font-size: 35px; font-weight: 400; }
.visit-card p { color: var(--muted); }
.visit-card a { position: absolute; bottom: 30px; left: 34px; color: var(--copper); font-size: 12px; font-weight: 800; text-decoration: none; }
.visit-card-featured { border: 0; background: var(--green); color: #fff; transform: translateY(-18px); box-shadow: 0 24px 55px rgba(43,57,47,.18); }
.visit-card-featured > span { color: #efc476; }
.visit-card-featured h3, .visit-card-featured p { color: #fff; }
.visit-card-featured small { color: rgba(255,255,255,.58); }

.social-showcase { padding: 128px 0 116px; overflow: hidden; background: #dfe8dc; }
.social-heading { text-align: center; }
.social-heading .eyebrow { justify-content: center; }
.social-heading h2 { margin-bottom: 24px; font-size: clamp(52px, 6vw, 82px); }
.social-heading > p { max-width: 720px; margin: 0 auto; color: #62695f; font-size: 16px; }
.social-slider-frame { position: relative; margin-top: 58px; }
.social-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(230px, 20vw, 292px);
  gap: 12px;
  padding: 0 max(32px, calc((100vw - 1240px) / 2)) 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.social-track::-webkit-scrollbar { display: none; }
.social-card {
  position: relative;
  aspect-ratio: 3 / 5;
  overflow: hidden;
  border-radius: 4px;
  background: var(--green-deep);
  color: #fff;
  scroll-snap-align: start;
  text-decoration: none;
  box-shadow: 0 22px 46px rgba(37, 49, 41, .14);
}
.social-card::after { position: absolute; inset: 46% 0 0; background: linear-gradient(0deg, rgba(17,24,20,.82), transparent); content: ""; }
.social-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .35s ease; }
.social-card:hover img { transform: scale(1.035); }
.social-card:focus-visible { outline-offset: 5px; }
.social-card-service img { object-position: 74% center; }
.social-card-lunch img { object-position: 54% center; }
.social-card-burger img { object-position: 48% center; }
.social-card-interior img { object-position: 57% center; }
.social-card-wine img { object-position: 44% center; }
.social-platform-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,250,243,.94);
  color: var(--green-deep);
  box-shadow: 0 8px 22px rgba(17,24,20,.18);
  backdrop-filter: blur(8px);
}
.social-card-tiktok .social-platform-badge { background: #e8b2c1; color: #1f2923; }
.social-platform-badge svg { width: 23px; height: 23px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-play {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 50%;
  background: rgba(26,35,29,.24);
  opacity: .92;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(6px);
  transition: background .22s ease, transform .22s ease;
}
.social-play::before { width: 0; height: 0; margin-left: 4px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid #fff; content: ""; }
.social-card:hover .social-play { background: var(--copper); transform: translate(-50%, -50%) scale(1.06); }
.social-card-label { position: absolute; right: 20px; bottom: 20px; left: 20px; z-index: 2; display: grid; gap: 2px; }
.social-card-label small { color: #f0c676; font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.social-card-tiktok .social-card-label small { color: #efb6c5; }
.social-card-label strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.social-slider-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--green-deep);
  color: #fff;
  box-shadow: 0 13px 30px rgba(21,31,25,.28);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, opacity .2s ease, transform .2s ease;
}
.social-slider-button:hover { background: var(--copper); transform: translateY(-50%) scale(1.04); }
.social-slider-button:disabled { opacity: 0; pointer-events: none; }
.social-slider-button-prev { left: 24vw; }
.social-slider-button-next { right: 24vw; }
.social-follow-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.social-instagram-button { background: #98445c; color: #fff; box-shadow: 0 14px 32px rgba(126, 56, 75, .18); }
.social-tiktok-button { background: var(--green-deep); color: #fff; box-shadow: 0 14px 32px rgba(31, 43, 36, .18); }

.restaurant-footer { display: grid; grid-template-columns: 1.25fr .65fr .9fr; gap: 44px 70px; padding: 72px max(32px, calc((100vw - 1240px) / 2)) 28px; background: #202c25; color: rgba(255,255,255,.72); }
.footer-brand img { width: 210px; height: 132px; object-fit: contain; border-radius: 10px; background: #fff; }
.footer-brand p { max-width: 320px; margin-top: 18px; color: rgba(255,255,255,.62); }
.restaurant-footer nav, .footer-contact { display: grid; align-content: start; gap: 9px; }
.restaurant-footer strong { color: #fff; }
.restaurant-footer nav strong, .footer-contact > strong { margin-bottom: 12px; color: #efc77f; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.restaurant-footer nav a, .footer-contact a { width: fit-content; color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.footer-contact span { font-size: 13px; }
.footer-contact a { margin-top: 10px; color: #efb8c6; font-weight: 800; }
.footer-os { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 20px; padding: 24px 28px; border: 1px solid rgba(229, 189, 121, .25); background: linear-gradient(115deg, rgba(229,189,121,.1), rgba(179,101,120,.09)); text-decoration: none; }
.footer-os span { color: #efb8c6; font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.footer-os strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.footer-os b { grid-column: 2; grid-row: 1 / span 2; color: #e5bd79; font-size: 26px; font-weight: 400; }
.footer-bottom { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.43); font-size: 10px; }
.footer-bottom a { margin-left: auto; color: rgba(255,255,255,.56); text-decoration: none; }
.footer-bottom a + a { margin-left: 0; }
.mobile-reserve { display: none; }

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section-shell { width: min(100% - 44px, 760px); }
  .site-header { grid-template-columns: 176px 1fr; padding-inline: 22px; }
  .site-brand { width: 158px; height: 58px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-self: end; gap: 5px; width: 62px; height: 44px; padding: 12px; border: 1px solid currentColor; border-radius: 999px; background: transparent; color: inherit; cursor: pointer; }
  .menu-toggle span { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 110px 32px 60px; background: var(--green-deep); color: #fff; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; }
  .nav-open .site-nav { visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
  .site-nav > a { font-family: var(--serif); font-size: 34px; font-weight: 400; }
  .site-nav .nav-reserve { margin-top: 16px; font-family: var(--sans); font-size: 14px; font-weight: 800; }
  .hero-content { width: min(100% - 44px, 760px); padding-top: 190px; }
  .hero h1 { font-size: clamp(54px, 9vw, 82px); }
  .hero-ribbon { padding-inline: 22px; }
  .intro { grid-template-columns: 1fr; gap: 70px; padding-block: 110px; }
  .intro-copy { max-width: 680px; }
  .intro-visual figcaption { right: 14px; }
  .moments { padding-block: 100px; }
  .moments-heading { grid-template-columns: 1fr; gap: 28px; }
  .moment-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .moment-card, .moment-lunch { grid-row: auto; min-height: 440px; }
  .moment-dinner, .moment-wine { border-radius: 0; }
  .attention { grid-template-columns: 1fr; gap: 70px; padding-block: 100px; }
  .attention-copy { width: min(100% - 44px, 760px); margin: auto; }
  .attention-gallery { width: min(100% - 44px, 760px); min-height: 650px; margin: auto; }
  .hospitality { grid-template-columns: .85fr 1fr; gap: 55px; padding-block: 110px; }
  .atmosphere-heading { grid-template-columns: 1fr; gap: 24px; }
  .atmosphere-gallery { grid-auto-columns: min(82vw, 680px); padding-left: max(22px, calc((100vw - 760px) / 2)); }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-card-featured { transform: none; }
  .social-track { grid-auto-columns: min(34vw, 280px); padding-left: max(22px, calc((100vw - 760px) / 2)); }
  .restaurant-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .section-shell { width: calc(100% - 32px); }
  .site-header { min-height: 72px; padding: 7px 16px; }
  .site-header.is-scrolled { min-height: 68px; }
  .site-brand { width: 152px; height: 56px; }
  .hero { min-height: 820px; }
  .hero-image { object-position: 59% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(20,28,23,.87) 0%, rgba(20,28,23,.37) 74%); }
  .hero-content { width: calc(100% - 32px); padding-top: 150px; }
  .hero h1 { margin-top: 20px; font-size: clamp(48px, 15vw, 68px); }
  .hero-content > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-ghost { display: none; }
  .hero-ribbon { grid-template-columns: repeat(2, 1fr); padding-inline: 0; }
  .hero-ribbon span { min-height: 58px; border-top: 1px solid rgba(255,255,255,.15); font-size: 14px; }
  h2 { font-size: clamp(43px, 13vw, 59px); }
  .intro { padding-block: 88px; }
  .intro-visual::before { right: -8px; }
  .intro-visual img { aspect-ratio: .9 / 1; border-radius: 130px 0 0; }
  .intro-visual figcaption { right: -6px; bottom: 15px; min-width: 165px; }
  .moments { padding-block: 82px; }
  .moment-grid { gap: 12px; margin-top: 42px; }
  .moment-card, .moment-lunch { min-height: 470px; }
  .moment-card > div { padding: 24px; }
  .menu-actions { align-items: stretch; flex-direction: column; }
  .menu-actions .button { width: 100%; }
  .menu-actions p { flex: 0 0 auto; margin: 8px 0 0; text-align: center; }
  .attention { gap: 48px; min-height: 0; padding: 82px 16px; }
  .attention-copy, .attention-gallery { width: 100%; }
  .attention-copy h2 { font-size: clamp(48px, 14vw, 64px); }
  .attention-copy blockquote { margin-top: 34px; font-size: 19px; }
  .attention-gallery { min-height: 500px; }
  .attention-image-one { width: 66%; height: 72%; }
  .attention-image-two { width: 61%; height: 61%; }
  .hospitality { grid-template-columns: 1fr; gap: 62px; padding-block: 88px; }
  .hospitality-photo { width: calc(100% - 36px); }
  .hospitality-photo span { right: -36px; }
  .atmosphere { padding-block: 84px 70px; }
  .gallery-controls { margin-top: 32px; }
  .atmosphere-gallery { grid-auto-columns: 88vw; gap: 12px; padding: 0 16px 18px; }
  .atmosphere-gallery img { aspect-ratio: .9 / 1; }
  .reserve { min-height: 700px; padding: 44px 16px; }
  .reserve-panel { padding: 42px 22px; }
  .reserve-actions { align-items: stretch; flex-direction: column; }
  .reserve-actions .button { width: 100%; }
  .visit { padding-block: 86px 112px; }
  .visit-grid { margin-top: 42px; }
  .social-showcase { padding-block: 84px 78px; }
  .social-heading h2 { font-size: clamp(45px, 13vw, 58px); }
  .social-heading > p { font-size: 15px; }
  .social-slider-frame { margin-top: 40px; }
  .social-track { grid-auto-columns: 76vw; gap: 10px; padding: 0 16px 16px; }
  .social-slider-button { width: 46px; height: 46px; }
  .social-slider-button-prev { left: 8px; }
  .social-slider-button-next { right: 8px; }
  .social-platform-badge { top: 12px; right: 12px; width: 40px; height: 40px; }
  .social-card-label { right: 17px; bottom: 17px; left: 17px; }
  .social-follow-actions { align-items: stretch; flex-direction: column; margin-top: 25px; }
  .social-follow-actions .button { width: 100%; }
  .restaurant-footer { grid-template-columns: 1fr; gap: 40px; padding: 56px 20px 88px; }
  .footer-brand, .footer-os, .footer-bottom { grid-column: 1; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom a { margin-left: 0; }
  .mobile-reserve { position: fixed; right: 14px; bottom: 14px; left: 14px; z-index: 90; display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 12px 20px; border-radius: 999px; background: var(--copper); color: #fff; box-shadow: 0 15px 36px rgba(47, 26, 18, .34); font-size: 13px; font-weight: 850; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .22s ease, transform .22s ease; }
  .mobile-reserve.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

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