:root {
  --cream: #f6ecdb;
  --paper: #fffaf0;
  --ink: #261811;
  --muted: #6e5b50;
  --red: #a92e29;
  --red-dark: #711e1b;
  --green: #234d32;
  --green-deep: #173622;
  --lime: #8ca34a;
  --gold: #d79b4b;
  --line: rgba(63, 44, 31, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 14px;
  left: 50%;
  width: min(1180px, calc(100% - 28px));
  height: 72px;
  padding: 8px 10px 8px 14px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 22px;
  background: rgba(255, 250, 240, .78);
  box-shadow: 0 18px 55px rgba(32,22,13,.15);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}
.brand {
  width: 170px;
  height: 56px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.brand img { width: 162px; height: 82px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 750; letter-spacing: .04em; }
.nav-links > a:not(.nav-cta) { position: relative; padding: 18px 0; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 12px; height: 2px; background: var(--red); transition: right .3s ease; }
.nav-links > a:hover::after { right: 0; }
.nav-cta { padding: 14px 20px; border-radius: 14px; color: #fff; background: var(--red); box-shadow: 0 9px 22px rgba(169,46,41,.22); transition: transform .25s ease, background .25s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--red-dark); }
.menu-toggle { display: none; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 14px; background: var(--green); color: #fff; cursor: pointer; }

.hero { position: relative; min-height: 920px; height: 100svh; display: flex; align-items: center; overflow: hidden; background: #1f2b1d; }
.hero-image { position: absolute; inset: 0; background: url('../assets/hero-buffet.webp') center/cover no-repeat; transform: scale(1.02); animation: heroZoom 16s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,22,13,.91) 0%, rgba(28,29,17,.74) 39%, rgba(21,24,15,.23) 71%, rgba(20,20,12,.35) 100%), linear-gradient(0deg, rgba(17,19,11,.55), transparent 45%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(4px); opacity: .55; }
.hero-orb-one { width: 460px; height: 460px; left: -220px; bottom: -160px; background: radial-gradient(circle, rgba(196,48,35,.55), transparent 68%); }
.hero-orb-two { width: 380px; height: 380px; right: -170px; top: 80px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.hero-inner { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: 70px auto 0; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: end; gap: 80px; }
.hero-copy { max-width: 730px; color: #fff; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px; color: #f5d9a4; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-dot { width: 9px; height: 9px; border-radius: 50%; background: #cc3d35; box-shadow: 0 0 0 6px rgba(204,61,53,.18); }
.hero h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.045em; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(62px, 7.2vw, 108px); line-height: .9; text-wrap: balance; }
.hero h1 em, h2 em { color: #f2bd66; font-weight: 500; }
.hero-copy > p { max-width: 590px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.button { min-height: 56px; padding: 0 24px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 13px; font-weight: 800; letter-spacing: .035em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 16px 35px rgba(155,38,35,.36); }
.button-primary:hover { background: #bd3932; box-shadow: 0 20px 45px rgba(155,38,35,.42); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.buffet-glass { padding: 26px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.07)); box-shadow: 0 30px 80px rgba(0,0,0,.27); backdrop-filter: blur(22px) saturate(145%); -webkit-backdrop-filter: blur(22px) saturate(145%); }
.glass-topline { display: flex; align-items: center; gap: 9px; color: #f4d7a6; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-row { display: flex; align-items: center; margin: 12px 0; }
.price-row .currency { align-self: flex-start; margin-top: 13px; font-size: 25px; font-family: Georgia, serif; }
.price-row strong { font: 500 88px/.9 Georgia, serif; letter-spacing: -.08em; }
.price-row .per { margin-left: 15px; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.glass-divider { height: 1px; background: rgba(255,255,255,.22); margin: 22px 0; }
.buffet-glass ul { margin: 0; padding: 0; display: grid; gap: 15px; list-style: none; color: rgba(255,255,255,.86); font-size: 13px; }
.buffet-glass li { display: flex; align-items: center; gap: 11px; }
.buffet-glass li svg { color: #f2bd66; }
.sunday-pill { margin-top: 25px; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 14px; background: rgba(27,66,40,.72); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 27px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 1px; height: 28px; background: rgba(255,255,255,.45); animation: scrollPulse 1.8s ease infinite; }

.story-strip { position: relative; z-index: 3; width: min(1180px, calc(100% - 40px)); margin: -1px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 0 0 26px 26px; overflow: hidden; background: var(--paper); box-shadow: 0 20px 50px rgba(40,28,17,.11); }
.story-strip > div { min-height: 130px; padding: 30px; display: flex; align-items: center; gap: 20px; border-right: 1px solid var(--line); }
.story-strip > div:last-child { border: 0; }
.story-strip > div > span { color: var(--red); font: italic 28px Georgia, serif; opacity: .45; }
.story-strip p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.story-strip strong { display: block; margin-bottom: 5px; color: var(--ink); font: 500 19px Georgia, serif; }

.section { width: min(1180px, calc(100% - 40px)); margin-inline: auto; padding: 120px 0; }
.section-kicker, .overline { color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.section-kicker::before { content: ""; width: 48px; height: 1px; background: var(--red); }
h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .98; text-wrap: balance; }
h2 em { color: var(--red); }
.buffet-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(50px, 7vw, 105px); }
.buffet-visual { position: relative; min-height: 660px; }
.buffet-visual::before { content: ""; position: absolute; inset: 35px -28px -28px 38px; border: 1px solid rgba(77,94,48,.33); border-radius: 240px 240px 28px 28px; }
.buffet-visual img { position: relative; width: 100%; height: 660px; object-fit: cover; border-radius: 240px 240px 28px 28px; box-shadow: 0 30px 65px rgba(58,40,24,.18); }
.visual-seal { position: absolute; right: -35px; bottom: 55px; width: 138px; height: 138px; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--red); box-shadow: 0 20px 40px rgba(123,29,26,.28); transform: rotate(-7deg); }
.visual-seal span { font: italic 14px/1.2 Georgia, serif; }
.visual-seal strong { font-size: 16px; }
.buffet-content .overline { margin: 0 0 20px; }
.buffet-content .lead { margin: 28px 0 35px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.inclusion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.inclusion-grid article { display: flex; align-items: flex-start; gap: 14px; }
.inclusion-grid article > span { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(169,46,41,.18); border-radius: 13px; color: var(--red); background: rgba(255,255,255,.42); }
.inclusion-grid h3 { margin: 1px 0 4px; font: 600 16px Georgia, serif; }
.inclusion-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.text-link { margin-top: 38px; display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(35,77,50,.32); padding-bottom: 7px; }

.menu-section { padding-top: 95px; }
.menu-heading { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.menu-heading .overline { margin: 0 0 18px; }
.menu-heading h2 { max-width: 760px; }
.photo-menu-button { flex: none; padding: 14px 0; display: flex; align-items: center; gap: 10px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 12px; font-weight: 850; cursor: pointer; }
.menu-card { display: grid; grid-template-columns: 255px 1fr; overflow: hidden; border: 1px solid rgba(81,58,41,.12); border-radius: 28px; background: rgba(255,250,240,.8); box-shadow: 0 24px 70px rgba(68,47,30,.1); backdrop-filter: blur(18px); }
.menu-tabs { padding: 22px; display: flex; flex-direction: column; gap: 5px; background: var(--green-deep); }
.menu-tabs button { padding: 17px 18px; border: 0; border-radius: 13px; text-align: left; color: rgba(255,255,255,.62); background: transparent; font-family: Georgia, serif; font-size: 17px; cursor: pointer; transition: .25s ease; }
.menu-tabs button:hover { color: #fff; background: rgba(255,255,255,.08); }
.menu-tabs button.active { color: #fff; background: var(--red); box-shadow: 0 10px 22px rgba(0,0,0,.16); }
.menu-list { padding: 42px 48px 26px; display: grid; align-content: start; gap: 21px; }
.menu-item { display: flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 18px; }
.menu-item i { flex: 1; height: 1px; border-top: 1px dotted rgba(76,56,41,.35); }
.menu-item strong { color: var(--red); font-size: 16px; }
.menu-note { grid-column: 2; margin: 0; padding: 0 48px 27px; color: var(--muted); font-size: 10px; letter-spacing: .04em; }

.orchard-section { position: relative; min-height: 680px; margin-top: 40px; padding: 110px max(40px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; color: #fff; background: var(--green-deep); }
.orchard-section::before { content: ""; position: absolute; inset: 0; opacity: .07; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 24px 24px; }
.orchard-art { position: relative; width: min(520px, 45vw); height: 520px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); }
.orchard-art::before, .orchard-art::after { content: ""; position: absolute; inset: 55px; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); }
.orchard-art::after { inset: 130px; background: radial-gradient(circle at 40% 35%, #b7ca69, #6e8734 55%, #405824); box-shadow: inset -30px -35px 60px rgba(0,0,0,.22), 0 30px 55px rgba(0,0,0,.2); }
.lime { position: absolute; z-index: 2; display: block; border-radius: 50%; background: radial-gradient(circle at 38% 32%, #d5dc7b, #91a73f 56%, #596b25); box-shadow: inset -10px -12px 20px rgba(0,0,0,.14), 0 20px 35px rgba(0,0,0,.18); }
.lime::after { content: ""; position: absolute; width: 55%; height: 22%; border-radius: 100% 0 100% 0; background: #41642d; transform: rotate(-35deg); }
.lime-one { width: 105px; height: 105px; left: 20px; top: 110px; }
.lime-two { width: 72px; height: 72px; right: 55px; top: 45px; }
.lime-three { width: 92px; height: 92px; right: 20px; bottom: 80px; }
.orchard-copy { position: relative; z-index: 2; max-width: 610px; justify-self: end; }
.overline.light { color: #d3df8c; }
.orchard-copy .overline { margin: 0 0 20px; }
.orchard-copy h2 { color: #fff7e7; }
.orchard-copy > p:not(.overline) { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.8; }
.orchard-stats { margin-top: 48px; padding-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.orchard-stats div { display: flex; align-items: center; gap: 12px; }
.orchard-stats strong { color: #d5dd86; font: italic 25px Georgia, serif; }
.orchard-stats span { color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }

.events-section { padding-bottom: 85px; }
.event-card { position: relative; min-height: 650px; overflow: hidden; border-radius: 34px; box-shadow: 0 30px 80px rgba(46,36,22,.18); }
.event-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.event-card:hover > img { transform: scale(1.035); }
.event-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27,27,17,.88), rgba(30,30,18,.58) 46%, rgba(25,25,17,.08) 75%); }
.event-copy { position: absolute; z-index: 2; left: clamp(30px, 7vw, 88px); top: 50%; width: min(600px, 55%); transform: translateY(-50%); color: #fff; }
.event-copy .overline { margin: 0 0 18px; }
.event-copy h2 { color: #fff9ed; font-size: clamp(43px, 5vw, 69px); }
.event-copy > p:not(.overline) { max-width: 530px; margin: 26px 0 30px; color: rgba(255,255,255,.72); line-height: 1.75; }
.button-light { background: #fff8e9; color: var(--ink); }
.event-tag { position: absolute; z-index: 2; right: 24px; top: 24px; min-height: 47px; padding: 0 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; display: flex; align-items: center; gap: 9px; color: #fff; background: rgba(20,46,28,.5); backdrop-filter: blur(12px); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.visit-section { padding-top: 65px; }
.visit-intro { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.visit-intro .overline { margin: 0 0 20px; }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 18px; align-items: stretch; }
.visit-card { min-height: 310px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,250,240,.62); }
.visit-card > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--red); background: rgba(169,46,41,.09); }
.visit-card > p { margin: 50px 0 10px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visit-card h3 { margin: 0 0 9px; font: 500 28px Georgia, serif; }
.visit-card small { color: var(--muted); font-size: 12px; }
.visit-card.primary { color: #fff; border-color: transparent; background: var(--red); box-shadow: 0 20px 50px rgba(137,35,31,.2); }
.visit-card.primary > span { color: #fff; background: rgba(255,255,255,.13); }
.visit-card.primary > p, .visit-card.primary small { color: rgba(255,255,255,.68); }
.contact-card { background: var(--green-deep); color: #fff; }
.contact-card > p { margin: 0 0 8px; color: #d1df91; }
.contact-card h3 { margin-bottom: 22px; }
.event-types { display: flex; flex-wrap: wrap; gap: 8px; }
.event-types span { padding: 8px 11px; border: 1px solid rgba(211,223,139,.25); border-radius: 999px; color: #e7edbe; background: rgba(211,223,139,.08); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.contact-card .contact-copy { margin: 22px 0 0; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 400; line-height: 1.65; letter-spacing: 0; text-transform: none; }

.location-panel { margin-top: 70px; min-height: 560px; padding: 18px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; border: 1px solid var(--line); border-radius: 32px; background: rgba(255,250,240,.7); box-shadow: 0 28px 75px rgba(57,39,24,.12); backdrop-filter: blur(18px); }
.location-copy { padding: 56px 46px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.location-icon { width: 54px; height: 54px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: var(--red); box-shadow: 0 14px 30px rgba(169,46,41,.22); }
.location-copy .overline { margin: 0 0 16px; }
.location-copy h2 { font-size: clamp(42px, 4.3vw, 62px); }
.location-address { margin: 25px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.location-hours { width: 100%; margin: 30px 0; padding: 18px 0; display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--green); }
.location-hours span { display: grid; gap: 4px; }
.location-hours small { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.location-hours strong { font: 500 16px Georgia, serif; }
.button-map { min-height: 54px; color: #fff; background: var(--green); box-shadow: 0 14px 30px rgba(35,77,50,.2); }
.button-map:hover { background: var(--green-deep); }
.map-frame { position: relative; min-height: 520px; overflow: hidden; border-radius: 24px; background: #d9dfcd; }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(.95); }
.map-badge { position: absolute; z-index: 2; left: 18px; bottom: 18px; min-height: 46px; padding: 0 16px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.5); border-radius: 14px; color: #fff; background: rgba(23,54,34,.82); box-shadow: 0 12px 30px rgba(22,42,26,.2); backdrop-filter: blur(12px); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; padding-top: 60px; }
.faq-heading .overline { margin: 0 0 20px; }
.faq-heading h2 { font-size: clamp(40px, 4.2vw, 60px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-list button { width: 100%; min-height: 83px; padding: 0; border: 0; display: flex; align-items: center; justify-content: space-between; text-align: left; background: transparent; font: 500 19px Georgia, serif; cursor: pointer; }
.faq-list article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-list article > div > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-list article.open > div { grid-template-rows: 1fr; }
.faq-list article.open > div > p { padding-bottom: 26px; }

footer { margin-top: 30px; padding: 75px max(32px, calc((100vw - 1180px)/2)) 28px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; color: #fff; background: #231812; }
.footer-brand img { width: 210px; height: 106px; padding: 5px; object-fit: cover; border-radius: 18px; background: #fff7e8; }
.footer-brand p { margin: 22px 0 0; color: rgba(255,255,255,.58); font: italic 17px/1.5 Georgia, serif; }
.footer-links { display: grid; align-content: start; gap: 16px; padding-top: 12px; color: rgba(255,255,255,.72); font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-sunday { padding: 22px; align-self: start; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; color: #dfc484; background: rgba(255,255,255,.04); }
.footer-sunday span { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.footer-sunday strong { color: #fff; font: 500 19px Georgia, serif; }
.footer-bottom { grid-column: 1/-1; margin-top: 24px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

.menu-modal { position: fixed; z-index: 100; inset: 0; padding: 70px 20px 30px; overflow: auto; display: flex; justify-content: center; background: rgba(20,14,10,.9); backdrop-filter: blur(12px); animation: modalIn .25s ease; }
.menu-modal[hidden] { display: none; }
.menu-modal-inner { width: min(800px, 100%); margin: auto; }
.menu-modal-inner img { width: 100%; border-radius: 16px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.modal-close { position: fixed; z-index: 2; top: 19px; right: 20px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.1); cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes heroZoom { to { transform: scale(1.08); } }
@keyframes scrollPulse { 0%,100% { transform: scaleY(.5); transform-origin: top; opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes modalIn { from { opacity: 0; } }

@media (max-width: 900px) {
  .nav-links { position: absolute; top: calc(100% + 10px); left: 0; right: 0; padding: 16px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.32); border-radius: 20px; background: rgba(255,250,240,.96); box-shadow: 0 22px 55px rgba(28,19,12,.17); backdrop-filter: blur(20px); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .28s ease; }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links > a:not(.nav-cta) { padding: 14px 12px; }
  .nav-links > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .menu-toggle { display: grid; }
  .hero { min-height: 900px; height: auto; padding: 130px 0 80px; }
  .hero-inner { grid-template-columns: 1fr; gap: 42px; align-items: start; margin-top: 0; }
  .hero-copy { padding-top: 35px; }
  .buffet-glass { width: min(390px, 100%); }
  .story-strip { grid-template-columns: 1fr; border-radius: 0 0 22px 22px; }
  .story-strip > div { min-height: 100px; padding: 22px 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .buffet-layout { grid-template-columns: 1fr; }
  .buffet-visual { max-width: 600px; min-height: 600px; }
  .buffet-visual img { height: 600px; }
  .menu-card { grid-template-columns: 1fr; }
  .menu-tabs { padding: 12px; flex-direction: row; overflow-x: auto; }
  .menu-tabs button { flex: 0 0 auto; padding: 13px 15px; font-size: 15px; }
  .menu-note { grid-column: 1; }
  .orchard-section { grid-template-columns: .85fr 1.15fr; gap: 45px; }
  .orchard-art { width: 400px; height: 400px; margin-left: -130px; }
  .orchard-stats { gap: 18px; }
  .orchard-stats div { align-items: flex-start; }
  .event-copy { width: min(620px, calc(100% - 70px)); }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .contact-card { grid-column: 1/-1; }
  .location-panel { grid-template-columns: 1fr; }
  .map-frame { min-height: 440px; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  .site-header { top: 9px; width: calc(100% - 18px); height: 66px; border-radius: 18px; }
  .brand { width: 145px; height: 51px; }
  .brand img { width: 140px; height: 72px; }
  .menu-toggle { width: 45px; height: 45px; border-radius: 12px; }
  .hero { min-height: 980px; padding: 105px 0 76px; align-items: flex-start; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(21,23,14,.55), rgba(21,22,13,.8) 48%, rgba(21,22,13,.93) 100%); }
  .hero-inner { width: calc(100% - 30px); gap: 32px; }
  .hero-copy { padding-top: 52px; }
  .eyebrow { margin-bottom: 21px; font-size: 10px; }
  .hero h1 { font-size: clamp(54px, 16vw, 70px); line-height: .92; }
  .hero-copy > p { margin-top: 22px; font-size: 15px; line-height: 1.65; }
  .hero-actions { margin-top: 28px; }
  .button { width: 100%; min-height: 54px; }
  .buffet-glass { padding: 22px; border-radius: 23px; }
  .price-row strong { font-size: 76px; }
  .scroll-cue { display: none; }
  .story-strip, .section { width: calc(100% - 28px); }
  .story-strip { margin-top: 0; }
  .section { padding: 88px 0; }
  .section-kicker { font-size: 10px; }
  h2 { font-size: clamp(41px, 13vw, 54px); }
  .buffet-layout { gap: 62px; }
  .buffet-visual { min-height: 480px; margin-right: 8px; }
  .buffet-visual::before { inset: 23px -10px -16px 22px; border-radius: 130px 130px 22px 22px; }
  .buffet-visual img { height: 480px; border-radius: 130px 130px 22px 22px; }
  .visual-seal { right: -7px; bottom: -35px; width: 115px; height: 115px; }
  .buffet-content .lead { font-size: 15px; }
  .inclusion-grid { gap: 21px 10px; }
  .inclusion-grid article { gap: 10px; }
  .inclusion-grid article > span { flex-basis: 36px; width: 36px; height: 36px; }
  .inclusion-grid article > span svg { width: 18px; }
  .inclusion-grid h3 { font-size: 14px; }
  .inclusion-grid p { font-size: 10px; }
  .menu-section { padding-top: 72px; }
  .menu-heading { align-items: flex-start; flex-direction: column; gap: 23px; margin-bottom: 31px; }
  .photo-menu-button { font-size: 11px; }
  .menu-card { border-radius: 22px; }
  .menu-tabs { scrollbar-width: none; }
  .menu-list { padding: 28px 19px 20px; gap: 20px; }
  .menu-item { gap: 8px; font-size: 14px; }
  .menu-item strong { font-size: 13px; }
  .menu-note { padding: 0 19px 23px; }
  .orchard-section { min-height: auto; margin-top: 10px; padding: 88px 22px; display: block; }
  .orchard-art { position: absolute; width: 360px; height: 360px; right: -180px; top: -110px; opacity: .38; }
  .orchard-copy { max-width: none; }
  .orchard-copy h2 { max-width: 95%; }
  .orchard-copy > p:not(.overline) { font-size: 14px; }
  .orchard-stats { grid-template-columns: 1fr; gap: 17px; }
  .orchard-stats div { gap: 18px; }
  .orchard-stats span br { display: none; }
  .events-section { width: 100%; padding-top: 0; padding-bottom: 65px; }
  .event-card { min-height: 720px; border-radius: 0; }
  .event-card > img { object-position: 63% center; }
  .event-overlay { background: linear-gradient(0deg, rgba(25,24,15,.93), rgba(25,24,15,.72) 62%, rgba(25,24,15,.2)); }
  .event-copy { left: 22px; right: 22px; bottom: 42px; top: auto; width: auto; transform: none; }
  .event-copy h2 { font-size: 44px; }
  .event-copy > p:not(.overline) { font-size: 14px; }
  .event-tag { left: 17px; right: auto; top: 17px; }
  .visit-section { padding-top: 72px; }
  .visit-intro { text-align: left; }
  .visit-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .visit-card { min-height: 255px; padding: 22px 18px; border-radius: 20px; }
  .visit-card > p { margin-top: 38px; font-size: 9px; }
  .visit-card h3 { font-size: 22px; }
  .visit-card small { font-size: 10px; line-height: 1.45; display: block; }
  .contact-card { grid-column: 1/-1; min-height: 330px; padding: 28px 24px; }
  .contact-card > p { margin-top: 0; }
  .location-panel { width: calc(100% + 8px); margin: 55px 0 0 -4px; padding: 8px; gap: 8px; border-radius: 25px; }
  .location-copy { padding: 40px 22px 30px; }
  .location-copy h2 { font-size: 44px; }
  .location-address { font-size: 13px; }
  .location-hours { margin: 25px 0; }
  .location-hours strong { font-size: 14px; }
  .button-map { width: 100%; }
  .map-frame { min-height: 390px; border-radius: 20px; }
  .faq-section { gap: 30px; padding-top: 45px; }
  .faq-list button { min-height: 76px; font-size: 17px; }
  footer { padding: 62px 25px 25px; grid-template-columns: 1fr 1fr; gap: 38px 22px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-brand img { width: 185px; height: 94px; }
  .footer-sunday { padding: 16px; }
  .footer-bottom { flex-direction: column; gap: 15px; }
}

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