:root {
  --sage: #98a889;
  --sage-deep: #69765e;
  --sand: #f2eee2;
  --white: #fffdf7;
  --ink: #251a22;
  --plum: #21161f;
  --plum-soft: #3b2936;
  --apricot: #efa86f;
  --line: rgba(37, 26, 34, .17);
  --display: "Bricolage Grotesque", sans-serif;
  --body: "Work Sans", sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--apricot); outline-offset: 5px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.grain { position: fixed; inset: 0; z-index: 100; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.hero { min-height: 760px; height: 100svh; max-height: 980px; position: relative; overflow: hidden; color: var(--white); background: var(--plum); display: flex; flex-direction: column; padding: 28px clamp(24px, 5vw, 72px); }
.hero::before { content: ""; position: absolute; z-index: 0; width: min(40vw, 530px); height: 82%; right: 5.5%; top: 50%; transform: translateY(-50%); border: 1px solid rgba(152,168,137,.38); border-bottom-color: rgba(152,168,137,.12); border-radius: 48% 48% 2px 2px / 21% 21% 2px 2px; }
.topbar { z-index: 5; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: block; color: var(--white); text-decoration: none; }
.wordmark .brand-logo { width: clamp(190px, 22vw, 245px); height: auto; }
.social-link { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.34); color: rgba(255,255,255,.78); text-decoration: none; text-transform: uppercase; font: 500 9px var(--mono); letter-spacing: .1em; transition: color .2s, border-color .2s; }
.social-link:hover { color: var(--apricot); border-color: var(--apricot); }
footer a svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.hero-copy { position: relative; z-index: 3; width: 76%; margin: auto 0; padding: 7vh 0 7vh 2vw; text-align: left; }
.hero h1 { margin: 0; font: 400 clamp(86px, 12.3vw, 176px)/.77 "Prata", Georgia, serif; letter-spacing: -.07em; text-shadow: 0 3px 25px rgba(12,5,11,.24); }
.hero h1 span { display: block; }
.scroll-cue { width: max-content; margin: 42px 0 0; display: flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.4); text-decoration: none; text-transform: uppercase; font: 500 9px var(--mono); letter-spacing: .1em; }
.scroll-cue svg { width: 18px; fill: none; stroke: var(--apricot); }

.hero-photo { position: absolute; z-index: 1; width: min(36vw, 480px); height: 76%; right: 7%; top: 50%; margin: 0; transform: translateY(-50%); border-radius: 48% 48% 2px 2px / 20% 20% 2px 2px; overflow: hidden; animation: gateway-in 1.05s cubic-bezier(.2,.7,.2,1) both; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,17,25,.52), rgba(26,17,25,.05) 54%, rgba(26,17,25,.24)), linear-gradient(180deg, rgba(26,17,25,.12), transparent 46%, rgba(26,17,25,.48)); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; filter: saturate(.78) contrast(.97); transform: scale(1.025); }

@keyframes gateway-in { from { opacity: 0; transform: translateY(-47%) scale(.94); } to { opacity: 1; transform: translateY(-50%) scale(1); } }

.menu-shell { max-width: 1180px; margin: 0 auto; padding: 110px clamp(20px, 5vw, 60px) 140px; }
.menu-intro { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 40px; }
.kicker, .section-heading p { margin: 0 0 11px; color: var(--sage-deep); text-transform: uppercase; font: 500 10px var(--mono); letter-spacing: .1em; }
.menu-intro h2 { margin: 0; font: 600 clamp(70px, 10vw, 132px)/.78 var(--display); letter-spacing: -.075em; }
.intro-copy { max-width: 320px; margin: 0 0 4px auto; color: rgba(23,36,31,.64); font-size: 14px; line-height: 1.7; }

.place-strip { margin: 72px 0 95px; display: grid; grid-template-columns: .9fr 1.15fr .85fr; gap: 18px; align-items: start; }
.place-shot { min-width: 0; margin: 0; position: relative; }
.place-shot img { width: 100%; height: 360px; object-fit: cover; }
.place-shot figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 9px; background: var(--white); text-transform: uppercase; font: 500 8px var(--mono); letter-spacing: .07em; }
.shot-one { transform: rotate(-1.2deg); }.shot-two { margin-top: 42px; transform: rotate(.7deg); }.shot-three { margin-top: -18px; transform: rotate(1.4deg); }
.shot-one img { border-bottom: 10px solid var(--sage); }.shot-two img { border-bottom: 10px solid var(--apricot); }.shot-three img { border-bottom: 10px solid var(--plum-soft); }

.menu-tools { position: sticky; top: 0; z-index: 20; margin: 0 0 80px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgba(242,238,226,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.categories { display: flex; gap: 5px; overflow-x: auto; scrollbar-width: none; }
.category { border: 1px solid transparent; background: transparent; color: rgba(23,36,31,.58); border-radius: 4px; padding: 10px 16px; cursor: pointer; font: 500 11px var(--mono); transition: .2s; }
.category.active { background: var(--plum); color: var(--white); }
.category:hover:not(.active) { border-color: var(--line); color: var(--ink); }
.search { width: 190px; display: flex; align-items: center; gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.search:focus-within { border-color: var(--ink); }
.search svg { width: 16px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.3; }
.search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.search input::placeholder { color: rgba(23,36,31,.44); }

.menu-sections { display: grid; gap: 100px; }
.menu-section.is-filtered { display: none; }
.section-heading { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 20px; padding-bottom: 22px; border-bottom: 2px solid var(--ink); }
.section-heading h3 { margin: 0; font: 600 clamp(32px, 4vw, 48px) var(--display); letter-spacing: -.05em; }
.section-heading p { margin-bottom: 4px; }
.item-count { align-self: end; margin-bottom: 5px; color: rgba(23,36,31,.45); font: 400 10px var(--mono); }
.section-icon { position: relative; width: 54px; height: 54px; border-radius: 6px; background: var(--apricot); transform: rotate(-3deg); }
.menu-section[data-category="cold"] .section-icon { background: var(--sage); transform: rotate(3deg); }
.menu-section[data-category="food"] .section-icon { background: var(--plum-soft); transform: rotate(-2deg); }
.steam::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 13px; height: 13px; border: 1px solid var(--ink); border-top: 0; border-radius: 0 0 16px 16px; }
.steam i { position: absolute; top: 10px; width: 1px; height: 12px; background: var(--ink); }.steam i:nth-child(1){left:18px}.steam i:nth-child(2){left:27px;top:7px}.steam i:nth-child(3){left:36px}
.drop::after { content: ""; position: absolute; width: 17px; height: 24px; left: 18px; top: 13px; border: 1px solid var(--white); border-radius: 55% 45% 55% 45%; transform: rotate(45deg); }
.plate::before { content: ""; position: absolute; inset: 12px; border: 1px solid var(--white); border-radius: 50%; }.plate i { position: absolute; inset: 18px; border: 1px solid var(--white); border-radius: 50%; }
.items { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; }
.menu-item { min-height: 92px; padding: 29px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.menu-item.is-hidden { display: none; }
.menu-item h4 { margin: 0; font: 500 16px var(--body); }
.menu-item h4 span { display: inline-block; vertical-align: 2px; margin-left: 7px; padding: 4px 7px; border: 1px solid var(--line); border-radius: 3px; text-transform: uppercase; font: 500 7px var(--mono); letter-spacing: .07em; }
.price { flex: 0 0 auto; font: 500 17px var(--mono); }
.price small { font-size: 11px; color: var(--sage-deep); }
.empty-state { padding: 50px 0; text-align: center; font: 500 30px var(--display); color: var(--plum-soft); }

footer { position: relative; overflow: hidden; min-height: 560px; color: var(--white); text-align: left; padding: 100px clamp(25px, 6vw, 90px) 28px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(90deg, rgba(28,17,26,.94), rgba(28,17,26,.24)), url("assets/courtyard.jpg") center 55% / cover; }
footer > p { max-width: 720px; font: 600 clamp(52px, 7vw, 94px)/.88 var(--display); letter-spacing: -.07em; margin: 0 0 45px; }
footer > a { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 16px; text-decoration: none; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.65; }
.footer-bottom { margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.24); display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font: 400 9px var(--mono); letter-spacing: .06em; }
.footer-bottom a { text-decoration: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 760px) {
  .hero { min-height: 760px; height: 100svh; max-height: none; padding: 22px 20px; background: var(--plum); }
  .hero::before { width: 86vw; height: 68%; right: 7vw; top: 49%; transform: translateY(-50%); border-radius: 48% 48% 2px 2px / 18% 18% 2px 2px; }
  .hero-photo { width: 80vw; height: 64%; right: 10vw; top: 49%; transform: translateY(-50%); border-radius: 48% 48% 2px 2px / 18% 18% 2px 2px; animation-name: gateway-in; }
  .hero-photo::after { background: linear-gradient(180deg, rgba(26,17,25,.3), rgba(26,17,25,.2) 40%, rgba(26,17,25,.78)); }
  .hero-photo img { object-position: center 42%; }
  .hero-copy { width: 100%; margin: auto; padding: 9vh 0 5vh; text-align: center; }
  .hero h1 { font-size: clamp(64px, 20vw, 86px); line-height: .8; }
  .scroll-cue { margin: 38px auto 0; }

  .menu-shell { padding: 82px 20px 100px; }
  .menu-intro { grid-template-columns: 1fr; gap: 26px; }
  .menu-intro h2 { font-size: 86px; }
  .intro-copy { margin: 0; }
  .place-strip { width: 100%; margin: 58px 0 72px; padding: 0; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 10px; overflow: visible; }
  .place-shot img { height: 250px; }.shot-one { transform: rotate(-1deg); }.shot-two { margin: 32px 0 0; transform: rotate(1deg); }.shot-three { display: none; }
  .menu-tools { margin: 0 -20px 64px; padding: 12px 20px; flex-direction: column; align-items: stretch; gap: 9px; }
  .categories { width: 100%; }.category { flex: 0 0 auto; min-width: 78px; padding: 9px 12px; }
  .search { width: 100%; }
  .menu-sections { gap: 76px; }
  .section-heading { grid-template-columns: 48px 1fr; gap: 14px; }
  .section-icon { width: 46px; height: 46px; }
  .steam::after { left: 11px; right: 11px; bottom: 10px; }.steam i:nth-child(1){left:15px}.steam i:nth-child(2){left:23px}.steam i:nth-child(3){left:31px}
  .drop::after { left: 15px; top: 10px; }.plate::before { inset: 9px; }.plate i { inset: 15px; }
  .item-count { display: none; }
  .items { grid-template-columns: 1fr; }
  .menu-item { min-height: 82px; padding: 25px 0; }
  footer { min-height: 600px; padding: 75px 20px 24px; background-position: 61% center; }
  footer > p { font-size: clamp(50px, 15vw, 70px); }
}


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