:root {
  --forest: #173d2b;
  --forest-2: #22553c;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --ink: #183126;
  --sage: #b8c9a7;
  --orange: #e76f3c;
  --line: rgba(23, 61, 43, .16);
  --serif: "Playfair Display", 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); line-height: 1.6; }
a { color: inherit; }
button { font: inherit; }
.container { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }

.hero { min-height: 760px; height: 100svh; overflow: hidden; position: relative; color: white; background: var(--forest); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .13; background-image: radial-gradient(circle at 2px 2px, #fff 1px, transparent 0); background-size: 34px 34px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); position: relative; z-index: 10; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: inherit; text-decoration: none; font-family: var(--serif); font-weight: 700; font-size: 20px; }
.brand-logo { width: 58px; height: 58px; display: block; object-fit: cover; border-radius: 50%; background: #fffdf8; box-shadow: 0 3px 14px rgba(0,0,0,.18); }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name strong { font-family: var(--serif); font-size: 21px; letter-spacing: -.01em; }
.brand-name small { margin-top: 5px; color: #d7c18d; font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { opacity: .78; }
.nav-links > a:hover { opacity: 1; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 99px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: white; display: block; margin: 5px; }

.hero-content { padding-top: clamp(110px, 17vh, 180px); position: relative; z-index: 2; }
.hero-badges { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 23px; }
.pure-veg-badge, .location-badge { display: inline-flex; align-items: center; min-height: 34px; padding: 0 13px; border-radius: 99px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pure-veg-badge { color: #153a28; background: #dce9bd; box-shadow: 0 6px 18px rgba(0,0,0,.14); }
.pure-veg-badge span { margin-right: 7px; color: #3f803d; font-size: 13px; }
.location-badge { color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; color: #d8e2c6; }
.eyebrow.dark { color: var(--forest-2); }
h1, h2, blockquote { font-family: var(--serif); font-weight: 600; line-height: 1.03; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(62px, 8vw, 112px); max-width: 820px; }
h1 em, h2 em, blockquote em { color: var(--sage); font-weight: 600; }
.hero-copy { max-width: 530px; margin: 28px 0; color: rgba(255,255,255,.72); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 99px; text-decoration: none; font-weight: 700; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest); background: var(--cream); }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 30px; font-size: 12px; color: rgba(255,255,255,.58); }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #8fca75; box-shadow: 0 0 0 5px rgba(143,202,117,.12); }
.scroll-cue { position: absolute; bottom: 36px; left: 50%; color: white; text-decoration: none; font-size: 24px; z-index: 3; animation: bob 2s infinite; }
@keyframes bob { 50% { transform: translateY(8px); } }

.hero-art { position: absolute; z-index: 1; width: min(42vw, 570px); aspect-ratio: 1; right: -2%; top: 20%; border-radius: 50%; background: #e9e0cd; box-shadow: 0 30px 80px rgba(0,0,0,.32); display: grid; place-items: center; transform: rotate(-8deg); }
.plate { width: 84%; height: 84%; border-radius: 50%; background: radial-gradient(circle, #fdfaf3 0 58%, #d7cfbf 59% 61%, #f7f1e7 62%); position: relative; box-shadow: inset 0 0 40px rgba(71,49,31,.16); }
.pasta { position: absolute; width: 57%; height: 57%; left: 21%; top: 21%; border-radius: 45% 55% 48% 52%; background: repeating-radial-gradient(ellipse at center, transparent 0 8px, #e8b95a 9px 15px, #c98d34 16px 18px); box-shadow: 0 10px 20px rgba(69,40,14,.25); }
.leaf { position: absolute; z-index: 2; width: 24%; height: 12%; border-radius: 100% 0 100% 0; background: #477b48; }
.leaf-one { left: 17%; top: 24%; transform: rotate(-20deg); }
.leaf-two { right: 16%; bottom: 25%; transform: rotate(160deg); }
.tomato { position: absolute; z-index: 3; width: 10%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ff9d76, #ce442b 70%); }
.tomato-one { right: 27%; top: 24%; }
.tomato-two { left: 29%; bottom: 22%; }
.herb { position: absolute; color: #98b481; font-size: 32px; }
.herb-one { left: -10%; top: 8%; }.herb-two { right: 4%; bottom: 2%; }

.intro { min-height: 190px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 44px; }
.intro article { display: flex; gap: 20px; align-items: flex-start; }
.intro .veg-highlight { position: relative; padding: 22px; border-radius: 8px; background: #e6eed6; box-shadow: inset 4px 0 0 #4b8248; }
.intro .veg-highlight strong { color: var(--forest); }
.intro article > span { color: var(--orange); font-family: var(--serif); font-size: 13px; }
.intro strong { font-family: var(--serif); font-size: 20px; }
.intro p { margin: 4px 0 0; font-size: 13px; color: #657269; }

.menu-section { background: var(--cream); padding: 110px 0 120px; }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 60px; }
h2 { font-size: clamp(44px, 6vw, 76px); margin: 0; }
.section-heading > p { color: #627067; max-width: 420px; margin: 0 0 8px; }
.menu-controls { position: sticky; top: 0; z-index: 20; margin: 38px 0 20px; padding: 14px; border: 1px solid rgba(23,61,43,.12); border-radius: 12px; background: rgba(245,240,229,.94); box-shadow: 0 8px 28px rgba(23,61,43,.1); backdrop-filter: blur(14px); }
.menu-tools { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.menu-tools > p { margin: 0; color: #718077; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.search-wrap { position: relative; width: min(480px, 100%); }
.menu-search { width: 100%; height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 9px 0 15px; border: 1px solid var(--line); border-radius: 99px; background: var(--paper); transition: border-color .2s, box-shadow .2s; }
.menu-search:focus-within { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(34,85,60,.1); }
.menu-search span { font-family: var(--serif); font-size: 22px; color: var(--forest-2); transform: rotate(-15deg); }
.menu-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 15px; }
.menu-search input::-webkit-search-cancel-button { display: none; }
.menu-search input::placeholder { color: #8b948e; }
.clear-search { width: 32px; height: 32px; flex: 0 0 auto; display: none; place-items: center; border: 0; border-radius: 50%; background: #e9ede4; color: var(--forest); cursor: pointer; font-size: 21px; line-height: 1; }
.clear-search.visible { display: grid; }
.search-suggestions { display: none; position: absolute; top: calc(100% + 7px); left: 0; right: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: 0 16px 38px rgba(23,61,43,.16); }
.search-suggestions.open { display: block; }
.suggestion { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 11px 15px; border: 0; border-bottom: 1px solid rgba(23,61,43,.08); background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.suggestion:last-child { border-bottom: 0; }
.suggestion:hover, .suggestion.active { background: #edf1e7; }
.suggestion strong { font-size: 13px; }
.suggestion small { flex: 0 0 auto; color: #758078; font-size: 10px; }
.filter-chips { display: flex; gap: 8px; overflow-x: auto; margin-top: 11px; padding: 1px 0; scrollbar-width: thin; }
.filter-chip { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.55); color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 700; transition: background .2s, color .2s, border-color .2s; }
.filter-chip:hover, .filter-chip.active { border-color: var(--forest); background: var(--forest); color: white; }
.category-nav { display: flex; gap: 8px; margin-bottom: 28px; padding-bottom: 10px; overflow-x: auto; scrollbar-width: thin; }
.category-link { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--ink); text-decoration: none; font-size: 11px; font-weight: 700; transition: background .2s, color .2s; }
.category-link:hover { background: var(--forest); color: white; }
.category-link span { opacity: .55; margin-left: 4px; }
.menu-catalog { columns: 3 340px; column-gap: 22px; }
.menu-category { display: inline-block; width: 100%; margin: 0 0 22px; padding: 25px 24px 22px; break-inside: avoid; background: var(--paper); border: 1px solid rgba(23,61,43,.09); border-radius: 8px; box-shadow: 0 7px 24px rgba(23,61,43,.045); scroll-margin-top: 145px; }
.menu-category.hidden { display: none; }
.category-heading { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding: 0 0 12px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; text-align: left; cursor: pointer; }
.category-title { margin: 0; color: var(--forest); font-family: var(--serif); font-size: 26px; font-weight: 700; line-height: 1.15; }
.category-meta { flex: 0 0 auto; display: flex; align-items: center; gap: 7px; }
.category-count { display: grid; place-items: center; min-width: 27px; height: 27px; padding: 0 7px; border-radius: 99px; background: #e7eddf; color: var(--forest-2); font-size: 11px; font-weight: 700; }
.category-chevron { color: var(--forest-2); font-size: 17px; transition: transform .2s; }
.menu-category.collapsed .category-heading { margin-bottom: 0; padding-bottom: 0; border-bottom-color: transparent; }
.menu-category.collapsed .category-chevron { transform: rotate(-90deg); }
.menu-category.collapsed .menu-list { display: none; }
.menu-list { list-style: none; padding: 0; margin: 0; }
.menu-item { display: grid; grid-template-columns: minmax(0, auto) 1fr auto; align-items: baseline; gap: 7px; padding: 7px 0; font-size: 15.5px; line-height: 1.4; }
.menu-item.hidden { display: none; }
.item-label { min-width: 0; }
.item-name { font-weight: 600; }
.popular-badge { display: inline-block; margin-left: 6px; padding: 2px 6px; border-radius: 99px; background: #f3ddad; color: #7c5510; vertical-align: 2px; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.item-name mark, .suggestion mark { padding: 0 1px; border-radius: 2px; background: #ffe09a; color: inherit; }
.item-name mark.fuzzy { background: #dce9cf; }
.item-dots { min-width: 10px; border-bottom: 1px dotted rgba(23,61,43,.32); transform: translateY(-3px); }
.item-price { color: var(--forest-2); font-weight: 700; white-space: nowrap; }
.menu-empty { display: none; padding: 50px 20px; text-align: center; color: #657269; }
.menu-empty.show { display: block; }
.menu-note { margin: 19px 0 0; color: #718077; font-size: 11px; text-align: right; }

.story { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.story-visual { min-height: 620px; padding: 12%; display: flex; align-items: flex-end; background: linear-gradient(140deg, rgba(23,61,43,.08), rgba(23,61,43,.4)), linear-gradient(30deg, #80936e, #d8caa4); position: relative; overflow: hidden; }
.story-visual::before, .story-visual::after { content: ""; position: absolute; border-radius: 100% 0; background: rgba(255,255,255,.14); transform: rotate(30deg); }
.story-visual::before { width: 500px; height: 180px; top: 10%; left: -15%; }
.story-visual::after { width: 400px; height: 130px; top: 40%; right: -18%; }
.story-card { position: relative; z-index: 2; background: var(--paper); padding: 28px 32px; box-shadow: 0 16px 50px rgba(23,61,43,.18); }
.story-card span { display: block; color: var(--orange); text-transform: uppercase; font-size: 9px; letter-spacing: .16em; font-weight: 700; margin-bottom: 8px; }
.story-card strong { font-family: var(--serif); font-size: 28px; line-height: 1.15; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 120px); }
.story-copy p:not(.eyebrow) { max-width: 520px; color: #657269; margin: 24px 0 0; }
.text-link { margin-top: 30px; text-underline-offset: 5px; font-weight: 700; font-size: 14px; }
.text-link span { margin-left: 10px; }

.quote { padding: 120px 0; color: white; background: var(--forest); text-align: center; }
.quote-mark { display: block; font-family: var(--serif); font-size: 90px; color: var(--sage); height: 75px; }
blockquote { margin: 0; font-size: clamp(44px, 6vw, 78px); }

.visit { padding: 120px 0; background: var(--paper); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 44px 70px; padding-top: 32px; }
.visit-details article > span { display: block; color: var(--orange); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.visit-details p { color: #58665e; font-size: 14px; }
.visit-details a { text-underline-offset: 4px; }
.social-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.social-button { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 13px; border-radius: 99px; text-decoration: none; font-size: 11px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.social-button:hover { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(23,61,43,.12); }
.social-button span { font-size: 15px; }
.social-button.instagram { color: #fff; background: linear-gradient(110deg, #833ab4, #e1306c, #f77737); }
.social-button.review { color: var(--forest); border: 1px solid var(--line); background: #fff; }

footer { background: #0f2d20; color: white; padding: 34px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-grid p, .footer-grid > a { font-size: 12px; opacity: .66; }
.footer-brand { opacity: 1 !important; font-size: 17px !important; }
.footer-brand .brand-logo { width: 48px; height: 48px; }
.footer-brand .brand-name strong { font-size: 17px; }
.footer-brand .brand-name small { font-size: 7px; }

@media (max-width: 950px) {
  .hero-art { opacity: .28; right: -25%; top: 25%; width: 70vw; }
  .menu-catalog { columns: 2 320px; }
  .story { grid-template-columns: 1fr; }
  .story-visual { min-height: 500px; }
  .visit-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1240px); }
  .hero { min-height: 720px; }
  .nav { height: 75px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-name strong { font-size: 18px; }
  .brand-name small { font-size: 8px; }
  .nav-toggle { display: block; z-index: 2; }
  .nav-links { position: absolute; top: 75px; left: -14px; right: -14px; background: var(--forest); padding: 25px; display: none; flex-direction: column; align-items: stretch; border-top: 1px solid rgba(255,255,255,.15); }
  .nav-links.open { display: flex; }
  .nav-links .nav-cta { text-align: center; }
  .hero-content { padding-top: 105px; }
  h1 { font-size: clamp(52px, 17vw, 78px); }
  .hero-copy { font-size: 16px; max-width: 90%; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; }
  .hero-art { width: 95vw; right: -54%; top: 38%; }
  .scroll-cue { display: none; }
  .intro { padding: 45px 0; grid-template-columns: 1fr; gap: 28px; }
  .menu-section, .visit, .quote { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .menu-controls { top: 0; margin-top: 32px; margin-inline: -7px; padding: 10px; border-radius: 10px; }
  .menu-tools { align-items: stretch; flex-direction: column; gap: 7px; }
  .menu-tools > p { align-self: flex-end; }
  .search-wrap, .menu-search { width: 100%; }
  .filter-chips { margin-right: -10px; padding-right: 10px; }
  .category-nav { margin-right: -14px; padding-right: 14px; }
  .menu-catalog { columns: 1; }
  .menu-category { margin-bottom: 18px; padding: 22px 19px 20px; }
  .category-heading h3 { font-size: 24px; }
  .menu-item { font-size: 15px; padding: 7px 0; }
  .menu-note { text-align: left; }
  .story-copy { padding: 72px 22px; }
  .story-visual { min-height: 430px; }
  .visit-details { grid-template-columns: 1fr; gap: 22px; }
  .footer-grid { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
