:root {
  --green: #053e2d;
  --green-deep: #032f22;
  --gold: #f2c230;
  --gold-deep: #b57a0b;
  --cream: #f5f0e5;
  --paper: #fffaf0;
  --ink: #2f2923;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 22px;
  left: 50%;
  width: min(1160px, calc(100% - 40px));
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  transform: translateX(-50%);
  transition: top .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { top: 0; width: 100%; padding-inline: max(20px, calc((100% - 1160px) / 2)); background: rgba(5,62,45,.97); box-shadow: 0 8px 24px rgba(3,47,34,.18); }
.brand { width: 150px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 55px); color: white; }
.main-nav a { font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.main-nav a:hover { color: var(--gold); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--gold); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 100svh; padding: 16px; color: white; background: var(--cream); overflow: hidden; }
.hero-media { position: absolute; inset: 16px; overflow: hidden; border-radius: 22px; background: var(--green); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(1,27,19,.4), rgba(1,27,19,.54) 48%, rgba(1,27,19,.92)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-frame { position: absolute; z-index: 2; inset: 31px; border: 1px solid rgba(242,194,48,.75); border-radius: 14px; pointer-events: none; }
.hero-frame i { position: absolute; width: 42px; height: 42px; border-color: var(--gold); border-style: solid; }
.hero-frame i:nth-child(1) { top: -1px; left: -1px; border-width: 3px 0 0 3px; border-radius: 12px 0 0; }
.hero-frame i:nth-child(2) { top: -1px; right: -1px; border-width: 3px 3px 0 0; border-radius: 0 12px 0 0; }
.hero-frame i:nth-child(3) { bottom: -1px; left: -1px; border-width: 0 0 3px 3px; border-radius: 0 0 0 12px; }
.hero-frame i:nth-child(4) { right: -1px; bottom: -1px; border-width: 0 3px 3px 0; border-radius: 0 0 12px; }
.hero-note { position: absolute; z-index: 3; top: 112px; margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-note-left { left: 5vw; }.hero-note-right { right: 5vw; }
.hero-content { position: relative; z-index: 3; min-height: calc(100svh - 32px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 120px 6vw; text-align: center; }
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
.hero h1, .section-heading h2, .catering-heading h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 1060px; font-size: clamp(64px, 8.6vw, 145px); line-height: .8; text-wrap: balance; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-bottom { position: absolute; right: 6vw; bottom: 60px; left: 6vw; width: auto; display: flex; align-items: end; justify-content: space-between; gap: 30px; text-align: left; }
.hero-bottom > p { max-width: 430px; margin: 0; font-size: 14px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.button-gold { color: var(--green-deep); background: var(--gold); }
.button-gold:hover { background: #ffd84e; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link.light { color: white; }.text-link.dark { color: var(--green); }

.section { padding: 120px max(24px, 8vw); }
.menu-section, .catering-wrap, .location-section { scroll-margin-top: 72px; }
.menu-section { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); align-items: start; gap: clamp(60px, 9vw, 160px); }
.section-heading h2 { color: var(--green); font-size: clamp(58px, 7vw, 105px); line-height: .83; }
.section-heading h2 em { color: var(--gold-deep); font-weight: 400; }
.section-heading > p:not(.eyebrow) { max-width: 470px; margin: 28px 0; font-size: 14px; line-height: 1.8; }
.menu-heading { order: 2; padding-top: 16px; }
.menu-board { min-width: 0; }
.menu-group { padding: 0 0 48px; margin: 0 0 48px; border-bottom: 1px solid rgba(5,62,45,.2); }
.menu-group-title { display: grid; grid-template-columns: 42px 1fr; gap: 14px; margin-bottom: 28px; color: var(--green); }
.menu-group-title > span { padding-top: 7px; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.menu-group-title h3 { margin: 0; font: 400 42px/1 var(--serif); }
.menu-group-title p { margin: 5px 0 0; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.menu-group ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.menu-group li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: start; padding: 18px 0; border-top: 1px solid rgba(5,62,45,.12); }
.menu-group h4 { margin: 0 0 4px; color: var(--green); font: 400 24px/1.1 var(--serif); }
.menu-group li p { max-width: 480px; margin: 0; color: #6f675f; font-size: 11px; line-height: 1.55; }
.menu-group li strong { color: var(--green); font-size: 13px; white-space: nowrap; }
.menu-note { margin: 0; color: #776f67; font-size: 10px; }

.catering-wrap { padding: 20px 4vw 90px; }
.catering-section { max-width: 1440px; display: grid; grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr); gap: clamp(40px, 6vw, 90px); margin: 0 auto; padding: clamp(32px, 5vw, 70px); color: white; background: var(--green); border: 1px solid rgba(242,194,48,.65); border-radius: 22px; }
.catering-heading { padding: 30px; border: 1px solid rgba(242,194,48,.32); border-radius: 14px; }
.catering-heading h2 { font-size: clamp(56px, 6vw, 94px); line-height: .83; }
.catering-heading h2 em { color: var(--gold); font-weight: 400; }
.catering-heading > p:not(.eyebrow) { margin: 28px 0; color: #e8ddc9; font-size: 13px; line-height: 1.8; }
.catering-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.catering-gallery figure { min-width: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; padding: 10px; background: rgba(3,47,34,.5); border: 1px solid rgba(242,194,48,.3); border-radius: 12px; }
.catering-gallery .photo { min-height: 300px; overflow: hidden; border-radius: 8px; }
.catering-gallery img { width: 100%; height: 100%; object-fit: cover; }
.catering-gallery figure:nth-child(1) img { object-position: 50% 53%; }
.catering-gallery figure:nth-child(2) img { object-position: 50% 50%; }
.catering-gallery figure:nth-child(3) img { object-position: 50% 58%; }
.catering-gallery figcaption { display: grid; gap: 4px; padding: 14px 3px 4px; }
.catering-gallery strong { color: var(--gold); font: 400 24px/1 var(--serif); }
.catering-gallery span { color: #e8ddc9; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }

.location-section { padding-top: 80px; }
.location-heading { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.location-heading > p:not(.eyebrow) { margin-inline: auto; }
.location-visual { position: relative; max-width: 1320px; min-height: 480px; display: grid; place-items: center; margin: 0 auto; overflow: hidden; color: white; background: var(--green); border-radius: 18px; }
.location-visual::after { content: ""; position: absolute; inset: 0; background: rgba(3,47,34,.55); }
.location-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.location-visual > div { position: relative; z-index: 1; display: grid; justify-items: center; gap: 8px; padding: 40px; text-align: center; }
.location-visual span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.location-visual strong { font: 400 clamp(50px, 7vw, 100px)/.9 var(--serif); }
.location-visual small { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.location-actions { max-width: 1320px; display: flex; gap: 28px; margin: 24px auto 0; }

.site-footer { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 60px; padding: 90px 8vw 40px; color: white; background: var(--green-deep); }
.footer-brand img { width: 220px; }.footer-brand p { margin: 22px 0 0; color: #e8ddc9; font-size: 13px; line-height: 1.6; }
.site-footer nav, .footer-contact { display: grid; align-content: start; gap: 14px; font-size: 12px; }
.site-footer nav a, .footer-contact a { color: var(--gold); }
.footer-contact p { margin: 0 0 8px; line-height: 1.6; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 24px; color: #aebdb4; border-top: 1px solid rgba(242,194,48,.25); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 900px) {
  .menu-section { grid-template-columns: 1fr; }
  .menu-heading { order: 0; }
  .catering-section { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { top: 16px; width: calc(100% - 44px); min-height: 58px; padding: 6px 2px; }
  .site-header.scrolled { top: 0; width: 100%; padding: 8px 22px; }
  .brand { width: 125px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: calc(100% + 6px); left: 0; right: 0; display: none; padding: 22px; background: var(--green); border-radius: 12px; box-shadow: 0 15px 35px rgba(3,47,34,.22); }
  .main-nav.open { display: grid; gap: 22px; }
  .hero { min-height: 780px; padding: 9px; }
  .hero-media { inset: 9px; border-radius: 16px; }
  .hero-frame { inset: 19px; border-radius: 10px; }
  .hero-note { top: 95px; font-size: 8px; }
  .hero-note-left { left: 30px; }.hero-note-right { right: 30px; }
  .hero-content { min-height: 762px; justify-content: center; padding: 120px 25px; }
  .hero h1 { font-size: clamp(53px, 16vw, 76px); line-height: .87; }
  .hero-bottom { right: 25px; bottom: 45px; left: 25px; display: grid; justify-items: start; }
  .hero-bottom > p { font-size: 13px; }
  .hero-actions { flex-wrap: wrap; gap: 18px; }
  .section { padding: 85px 20px; }
  .section-heading h2 { font-size: clamp(52px, 15vw, 74px); }
  .menu-group-title h3 { font-size: 36px; }
  .menu-group li { gap: 14px; }
  .menu-group h4 { font-size: 22px; }
  .catering-wrap { padding: 8px 12px 70px; }
  .catering-section { gap: 16px; padding: 12px; border-radius: 17px; }
  .catering-heading { padding: 28px 22px; }
  .catering-heading h2 { font-size: clamp(54px, 15vw, 72px); }
  .catering-gallery { grid-template-columns: 1fr; gap: 12px; }
  .catering-gallery figure { padding: 9px; }
  .catering-gallery .photo { min-height: 0; aspect-ratio: 5 / 4; }
  .catering-gallery strong { font-size: 26px; }
  .location-visual { min-height: 420px; border-radius: 14px; }
  .location-actions { flex-wrap: wrap; }
  .site-footer { grid-template-columns: 1fr; gap: 36px; padding: 75px 24px 35px; }
  .copyright { grid-column: 1; }
}

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