:root {
  --green: #173b2b;
  --green-2: #234d38;
  --red: #d54c35;
  --cream: #f3eddf;
  --paper: #fbf8f1;
  --ink: #20211d;
  --muted: #76746c;
  --line: rgba(32, 33, 29, .14);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

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

.grain { position: fixed; inset: 0; opacity: .055; pointer-events: none; z-index: 99; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.site-header { height: 86px; position: absolute; z-index: 30; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 4vw, 72px); border-bottom: 1px solid rgba(255,255,255,.2); color: white; transition: .35s ease; }
.site-header.scrolled { position: fixed; background: rgba(23,59,43,.96); backdrop-filter: blur(14px); height: 72px; box-shadow: 0 10px 40px rgba(0,0,0,.14); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 13px; }
.brand-name { font-family: var(--serif); letter-spacing: .09em; font-size: 20px; line-height: .9; }
.brand-name small { display: block; font-family: var(--sans); font-size: 7px; letter-spacing: .42em; margin-top: 8px; opacity: .7; }
.desktop-nav { display: flex; gap: clamp(20px, 2.3vw, 38px); font-size: 13px; font-weight: 500; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; bottom: -9px; left: 0; width: 0; height: 1px; background: white; transition: .25s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.phone-link { font-size: 12px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; width: 24px; background: white; margin: 6px auto; transition: .25s; }
.mobile-menu { display: none; }

.button { border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 15px 22px; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .04em; transition: .25s ease; }
.button-small { padding: 11px 19px; }
.button-light { background: white; color: var(--green); }
.button-primary { background: var(--red); color: white; }
.button-dark { background: var(--green); color: white; }
.button-ghost { background: transparent; color: white; border-color: rgba(255,255,255,.5); }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.15); }
.button-primary:hover { background: #bd3e2b; }

.hero { min-height: 760px; height: 100svh; color: white; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; overflow: hidden; background: #14271d; }
.hero-slide {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  animation: heroSlideshow 18s linear infinite;
  will-change: opacity, transform;
}
.hero-slide-1 { animation-delay: 0s; }
.hero-slide-2 { animation-delay: -12s; }
.hero-slide-3 { animation-delay: -6s; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,16,.94) 0%, rgba(10,23,16,.69) 43%, rgba(5,10,7,.14) 78%), linear-gradient(0deg, rgba(3,10,6,.48), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 80vw); margin-left: clamp(24px, 9vw, 150px); margin-top: 40px; }
.eyebrow { text-transform: uppercase; letter-spacing: .26em; font-size: 10px; font-weight: 700; display: flex; align-items: center; gap: 12px; color: var(--green); margin: 0 0 24px; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.72); }
h1, h2 { font-family: var(--serif); font-weight: 400; margin: 0; line-height: .98; letter-spacing: -.02em; }
h1 { font-size: clamp(67px, 8.2vw, 136px); }
h1 em, h2 em { font-weight: 400; color: #efaa8f; }
.hero-copy { font-size: clamp(16px, 1.45vw, 20px); line-height: 1.7; max-width: 540px; color: rgba(255,255,255,.82); margin: 30px 0 36px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-rating { position: absolute; right: clamp(24px, 5vw, 80px); bottom: 54px; z-index: 2; display: flex; align-items: center; gap: 16px; border-left: 1px solid rgba(255,255,255,.45); padding-left: 22px; }
.rating-score { font-family: var(--serif); font-size: 50px; }
.stars { color: #f0aa68; letter-spacing: .1em; font-size: 11px; }
.hero-rating p { margin: 5px 0 0; font-size: 11px; color: rgba(255,255,255,.7); }
.scroll-cue { position: absolute; z-index: 2; left: 40px; bottom: 25px; font-size: 9px; text-transform: uppercase; letter-spacing: .25em; display: flex; align-items: center; gap: 12px; transform: rotate(-90deg); transform-origin: left; }
.scroll-cue span { width: 30px; height: 1px; background: white; }

@keyframes heroSlideshow {
  0%, 27% { opacity: 1; transform: scale(1.04); }
  33.333%, 94% { opacity: 0; transform: scale(1.1); }
  100% { opacity: 1; transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { animation: none; opacity: 0; transform: scale(1.04); }
  .hero-slide-1 { opacity: 1; }
}

.section-pad { padding: clamp(90px, 10vw, 160px) clamp(24px, 8vw, 130px); }
.section-pad-x { padding-left: clamp(24px, 8vw, 130px); padding-right: clamp(24px, 8vw, 130px); }
.intro { display: grid; grid-template-columns: .92fr 1fr; gap: clamp(55px, 9vw, 150px); align-items: center; background: var(--paper); }
.intro-visual { position: relative; padding: 0 0 45px 45px; }
.intro-visual::before { content: ""; position: absolute; left: 0; bottom: 0; width: 75%; height: 72%; background: var(--cream); }
.intro-visual img { position: relative; height: clamp(430px, 49vw, 690px); object-fit: cover; }
.seal { position: absolute; right: -45px; bottom: 0; background: var(--red); color: white; width: 118px; height: 118px; border-radius: 50%; display: grid; place-items: center; text-align: center; font-family: var(--serif); letter-spacing: .12em; line-height: 1.4; transform: rotate(-9deg); }
.seal::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.intro h2, .brunch h2, .reviews h2, .contact h2 { font-size: clamp(53px, 5.8vw, 92px); }
.intro h2 em, .reviews h2 em { color: var(--red); }
.lead { font-family: var(--serif); font-size: clamp(23px, 2vw, 30px); line-height: 1.45; margin: 35px 0 22px; }
.intro-copy > p:not(.eyebrow):not(.lead), .brunch-copy > p:not(.eyebrow):not(.lead):not(.script) { font-size: 14px; line-height: 1.9; color: var(--muted); max-width: 560px; }
.intro-highlights { border-top: 1px solid var(--line); margin-top: 42px; }
.intro-highlights div { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.intro-highlights strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.intro-highlights span { font-size: 12px; color: var(--muted); align-self: center; }

.menu-section { background: var(--green); color: white; padding: clamp(90px, 9vw, 140px) 0; }
.menu-heading { display: grid; grid-template-columns: 1.25fr .6fr; align-items: end; gap: 60px; }
.menu-heading h2 { font-size: clamp(55px, 6.4vw, 100px); }
.menu-heading p:last-child { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.9; padding-bottom: 8px; }
.menu-tabs { display: flex; gap: 35px; margin: 65px 0 34px; overflow-x: auto; scrollbar-width: none; }
.menu-tab { background: none; border: 0; border-bottom: 1px solid transparent; padding: 0 0 8px; color: rgba(255,255,255,.5); font-size: 12px; white-space: nowrap; cursor: pointer; }
.menu-tab.active { color: white; border-color: var(--red); }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 38px); }
.dish-card { transition: opacity .3s, transform .3s; }
.dish-card.filtered-out { display: none; }
.dish-image { position: relative; overflow: hidden; }
.dish-image img { aspect-ratio: 4 / 5; object-fit: cover; transform: scale(1.12); transform-origin: top left; transition: transform .7s; }
.dish-card:hover .dish-image img { transform: scale(1.16); }
.dish-image span { position: absolute; right: 14px; bottom: 12px; font-family: var(--serif); font-size: 40px; color: white; }
.dish-copy { padding-top: 24px; }
.dish-copy small { font-size: 9px; letter-spacing: .28em; color: #eaa990; }
.dish-copy h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(25px, 2.3vw, 36px); margin: 8px 0 10px; }
.dish-copy p { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; margin: 0; max-width: 350px; }
.menu-cta { margin: 65px clamp(24px, 8vw, 130px) 0; border-top: 1px solid rgba(255,255,255,.18); padding-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.menu-cta p { color: rgba(255,255,255,.55); font-size: 12px; }
.text-link { background: none; border: 0; color: white; font-size: 12px; font-weight: 700; cursor: pointer; display: flex; align-items: center; gap: 50px; }

.brunch { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(60px, 9vw, 140px); align-items: center; background: var(--cream); overflow: hidden; }
.script { font-family: var(--serif); color: var(--red) !important; font-size: clamp(50px, 6vw, 90px) !important; margin: -15px 0 -25px !important; opacity: .28; font-style: italic; transform: rotate(-7deg); }
.brunch h2 { position: relative; }
.brunch-copy .button { margin-top: 28px; }
.brunch-collage { position: relative; min-height: 640px; }
.brunch-main { width: 77%; height: 560px; object-fit: cover; margin-left: auto; }
.brunch-small { position: absolute; left: 0; bottom: 0; width: 46%; height: 290px; object-fit: cover; border: 10px solid var(--cream); }
.brunch-note { position: absolute; right: -25px; bottom: 30px; width: 145px; height: 145px; background: var(--green); color: white; border-radius: 50%; display: grid; place-content: center; text-align: center; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; line-height: 1.5; transform: rotate(8deg); }
.brunch-note strong { font-family: var(--serif); font-weight: 400; font-size: 20px; text-transform: none; }

.gallery { background: var(--paper); }
.gallery-heading { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 70px; margin-bottom: clamp(45px, 6vw, 85px); }
.gallery-heading h2 { font-size: clamp(50px, 5.6vw, 88px); }
.gallery-heading h2 em { color: var(--red); }
.gallery-intro { color: var(--muted); font-size: 14px; line-height: 1.9; max-width: 430px; padding-bottom: 8px; }
.gallery-grid { column-count: 4; column-gap: clamp(10px, 1.3vw, 20px); }
.gallery-grid figure { display: inline-block; width: 100%; margin: 0 0 clamp(10px, 1.3vw, 20px); overflow: hidden; background: var(--cream); break-inside: avoid; vertical-align: top; }
.gallery-grid img { width: 100%; height: auto; object-fit: cover; transform: scale(1.12); transform-origin: top left; transition: transform .7s ease; }
.gallery-grid figure:hover img { transform: scale(1.16); }

.quote-band { background: var(--red); color: #f9c5b4; overflow: hidden; padding: 17px 0 14px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.marquee { display: flex; width: max-content; animation: marquee 24s linear infinite; }
.marquee span { font-family: var(--serif); font-size: 25px; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.reviews { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(60px, 10vw, 170px); align-items: center; }
.review-stage { background: white; padding: clamp(35px, 5vw, 72px); box-shadow: 0 20px 65px rgba(41,45,35,.08); min-height: 440px; display: flex; flex-direction: column; justify-content: space-between; }
.review-slide { display: none; }
.review-slide.active { display: block; animation: reviewIn .45s ease; }
@keyframes reviewIn { from { opacity: 0; transform: translateY(8px); } }
.review-stars { color: var(--red); letter-spacing: .25em; font-size: 12px; }
blockquote { font-family: var(--serif); font-size: clamp(25px, 2.6vw, 39px); line-height: 1.45; margin: 30px 0 40px; }
.review-author strong { display: block; font-family: var(--serif); font-weight: 400; font-size: 20px; }
.review-author span { color: var(--muted); font-size: 10px; }
.review-controls { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.review-controls button { border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.review-controls span { font-size: 10px; color: var(--muted); }
.review-controls b { color: var(--green); }

.contact { display: grid; grid-template-columns: 1fr 1fr; background: var(--green); color: white; min-height: 740px; }
.contact-info { display: flex; flex-direction: column; justify-content: center; }
.contact h2 em { color: #efaa8f; }
.info-list { margin: 45px 0 34px; border-top: 1px solid rgba(255,255,255,.18); }
.info-list > div { display: grid; grid-template-columns: 115px 1fr; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.info-list span { text-transform: uppercase; letter-spacing: .18em; font-size: 8px; color: rgba(255,255,255,.45); }
.info-list p { margin: 0; font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.map { position: relative; overflow: hidden; background: #d6d0bb; min-height: 600px; isolation: isolate; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.88) contrast(.96); }
.map-card { position: absolute; z-index: 1; bottom: 35px; left: 35px; right: 35px; background: var(--paper); color: var(--ink); padding: 22px 25px; display: grid; gap: 7px; box-shadow: 0 15px 40px rgba(0,0,0,.15); transition: transform .25s ease, box-shadow .25s ease; }
.map-card:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(0,0,0,.2); }
.map-card small { color: var(--red); letter-spacing: .2em; font-size: 8px; }
.map-card strong { font-family: var(--serif); font-weight: 400; font-size: 20px; }
.map-card span { color: var(--muted); font-size: 10px; }

footer { background: #0c2419; color: white; padding: 50px clamp(24px, 6vw, 90px) 28px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 18px; }
.footer-brand { font-family: var(--serif); font-size: 30px; letter-spacing: .08em; }
.footer-brand span { display: block; font-family: var(--sans); font-size: 7px; letter-spacing: .5em; opacity: .55; margin-top: 8px; }
footer p { color: rgba(255,255,255,.5); font-family: var(--serif); font-size: 17px; }
.footer-links { display: flex; gap: 30px; font-size: 11px; }
footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; color: rgba(255,255,255,.35); font-size: 9px; }

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

@media (max-width: 1020px) {
  .desktop-nav, .phone-link, .header-actions > .button { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 100%; left: 0; width: 100%; padding: 25px; background: var(--green); flex-direction: column; gap: 22px; font-family: var(--serif); font-size: 25px; }
  .mobile-menu.open { display: flex; }
  .hero-rating { right: 24px; }
  .intro { gap: 70px; }
  .seal { right: -25px; }
  .brunch { gap: 60px; }
  .gallery-grid { column-count: 3; }
}

@media (max-width: 780px) {
  .site-header { height: 72px; padding: 0 20px; }
  .brand-mark { width: 35px; height: 35px; }
  .hero { min-height: 720px; align-items: flex-end; padding-bottom: 120px; }
  .hero-content { margin: 0 22px; width: auto; }
  h1 { font-size: clamp(59px, 19vw, 82px); }
  .hero-copy { font-size: 14px; margin: 22px 0 28px; }
  .hero-buttons .button { width: 100%; }
  .hero-rating { bottom: 28px; left: 22px; right: auto; }
  .scroll-cue { display: none; }
  .intro, .brunch, .reviews, .contact, .menu-heading { grid-template-columns: 1fr; }
  .intro { padding-left: 24px; padding-right: 24px; }
  .intro-visual { padding: 0 22px 25px 25px; }
  .intro-visual img { height: 470px; }
  .seal { width: 90px; height: 90px; right: -5px; font-size: 11px; }
  .intro-copy { padding-top: 15px; }
  .menu-heading { gap: 25px; }
  .menu-heading h2 { font-size: 58px; }
  .menu-tabs { gap: 24px; margin-top: 45px; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-image img { aspect-ratio: 5 / 4; }
  .dish-card { margin-bottom: 30px; }
  .menu-cta { align-items: flex-start; flex-direction: column; }
  .brunch-collage { min-height: 500px; margin-top: 20px; }
  .brunch-main { height: 420px; }
  .brunch-small { height: 210px; }
  .brunch-note { width: 110px; height: 110px; right: -18px; }
  .gallery-heading { display: block; }
  .gallery-heading .eyebrow { margin-bottom: 25px; }
  .gallery-intro { margin-top: 24px; }
  .gallery-grid { column-count: 2; }
  .reviews { gap: 50px; }
  .review-stage { min-height: 420px; }
  .contact-info { min-height: 700px; }
  .map { min-height: 520px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: 12px; }
}

@media (max-width: 420px) {
  .section-pad { padding-top: 85px; padding-bottom: 85px; }
  .hero { padding-bottom: 118px; }
  h1 { font-size: 57px; }
  .intro-highlights div { grid-template-columns: 100px 1fr; }
  .contact h2, .reviews h2, .intro h2, .brunch h2 { font-size: 49px; }
  .gallery-heading h2 { font-size: 48px; }
  .gallery-grid { column-count: 1; }
}

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