:root {
  --green-950: #123523;
  --green-800: #28513a;
  --green-650: #3f6a4e;
  --sun: #efb04b;
  --paper: #f5f4ef;
  --white: #fff;
  --ink: #17231c;
  --muted: #667168;
  --line: #d7dcd6;
  --danger: #a2322d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; letter-spacing: 0; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
  color: var(--white);
}
.brand img { width: 190px; filter: brightness(0) invert(1); }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
.header-cta { border: 1px solid rgba(255,255,255,.75); padding: 12px 18px; border-radius: 4px; }
.cta-short { display: none; }

.hero {
  position: relative;
  min-height: min(820px, 88svh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
}
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 67%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,30,18,.88) 0%, rgba(9,30,18,.52) 45%, rgba(9,30,18,.06) 80%), linear-gradient(0deg, rgba(6,22,13,.58), transparent 52%); }
.hero-content { position: relative; z-index: 1; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 150px 0 76px; }
.eyebrow { margin: 0 0 14px; font-size: .78rem; line-height: 1.2; font-weight: 700; text-transform: uppercase; }
.hero h1, .section-heading h2, .garden-band h2, .invite-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0;
}
.hero h1 { max-width: 700px; font-size: clamp(3.5rem, 7vw, 7.2rem); line-height: .88; }
.hero-line { margin: 26px 0 0; font-size: clamp(1.15rem, 2vw, 1.65rem); line-height: 1.35; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0; font-size: .9rem; font-weight: 600; }
.hero-meta span + span::before { content: "|"; margin-right: 24px; color: var(--sun); }
.primary-button, .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 5px;
  border: 0;
  padding: 0 24px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.primary-button { background: var(--sun); color: #2c261a; }
.primary-button:hover { background: #f5bf66; }
.primary-button:disabled { cursor: wait; opacity: .65; }
.secondary-button { background: transparent; border: 1px solid var(--green-650); color: var(--green-800); }

.intro-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 28px max(24px, calc((100% - 1240px)/2)); background: var(--sun); }
.intro-band p { max-width: 820px; margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(1.4rem, 2.5vw, 2.1rem); line-height: 1.15; font-weight: 600; }
.intro-band span { white-space: nowrap; font-weight: 700; }

.lunch-moment { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 720px; background: var(--white); }
.lunch-moment figure { min-width: 0; margin: 0; overflow: hidden; }
.lunch-moment figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 70%; }
.lunch-moment-copy { align-self: center; max-width: 720px; padding: 88px clamp(48px, 7vw, 120px); }
.lunch-moment-copy h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .94; font-weight: 600; letter-spacing: 0; }
.lunch-moment-copy > p:not(.eyebrow):not(.launch-note) { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.launch-note { display: inline-block; margin: 30px 0 0; border-top: 1px solid var(--green-650); padding-top: 16px; color: var(--green-800); font-weight: 700; }

.menu-section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 96px 0; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading h2, .invite-copy h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .98; }
.dish { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.dish img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.dish-copy { padding: 24px; }
.dish-title { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.dish-title h3 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 2rem; line-height: 1; }
.dish-title strong { white-space: nowrap; color: var(--green-800); }
.dish-copy p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.dish-featured { display: grid; grid-template-columns: 1.35fr 1fr; margin-bottom: 24px; }
.dish-featured img { height: 100%; aspect-ratio: auto; min-height: 480px; }
.dish-featured .dish-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.dish-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.customize-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; padding: 30px; border-top: 1px solid var(--green-650); border-bottom: 1px solid var(--green-650); }
.customize-row p { margin: 0; line-height: 1.5; }

.garden-band { position: relative; min-height: 600px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.garden-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.garden-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,37,23,.82), rgba(10,37,23,.04) 75%); }
.garden-band > div { position: relative; z-index: 1; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0; }
.garden-band h2 { max-width: 820px; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .95; }

.invite-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0; }
.invite-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); line-height: 1.65; }
.invite-copy ul { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.invite-copy li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.invite-action { align-self: start; padding-left: 64px; border-left: 1px solid var(--line); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; font-size: .86rem; font-weight: 700; }
.field input { width: 100%; min-height: 52px; border: 1px solid #aeb8b0; border-radius: 4px; background: var(--white); padding: 0 14px; color: var(--ink); }
.field input:focus { outline: 3px solid rgba(63,106,78,.2); border-color: var(--green-650); }
.consent-field { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 8px 0 20px; font-size: .78rem; line-height: 1.45; color: var(--muted); }
.consent-field input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--green-800); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-button { width: 100%; }
.form-error { margin: 0 0 14px; color: var(--danger); font-weight: 600; }
.voucher-result { border-top: 5px solid var(--sun); background: var(--white); padding: 38px; box-shadow: 0 16px 48px rgba(23,35,28,.12); }
.voucher-kicker { margin: 0 0 8px; color: var(--green-650); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.voucher-result h3 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 2.8rem; line-height: 1; }
.voucher-code { display: block; margin: 24px 0 16px; color: var(--green-950); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; overflow-wrap: anywhere; }
.voucher-terms { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.5; }
.voucher-terms p { margin: 6px 0; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 40px max(24px, calc((100% - 1240px)/2)); background: var(--green-950); color: var(--white); }
footer img { width: 160px; filter: brightness(0) invert(1); }
footer p { margin: 0; text-align: center; font-size: .85rem; }
footer a { font-weight: 700; text-decoration: none; }
.mobile-cta { display: none; }

@media (max-width: 860px) {
  body { padding-bottom: 76px; }
  .site-header { width: calc(100% - 32px); padding: 18px 0; }
  .brand img { width: 132px; }
  .site-header nav { min-width: 0; margin-left: auto; gap: 0; }
  .site-header nav > a:not(.header-cta) { display: none; }
  .header-cta { display: block; flex: 0 0 auto; padding: 10px 13px; font-size: .78rem !important; white-space: nowrap; }
  .cta-full { display: none; }
  .cta-short { display: inline; }
  .hero { min-height: 0; aspect-ratio: 4 / 5; }
  .hero > img { object-position: center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,27,16,.9), rgba(7,27,16,.12) 78%); }
  .hero-content { width: calc(100% - 32px); padding: 110px 0 24px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.45rem, 10.5vw, 3.5rem); overflow-wrap: break-word; }
  .hero-line { margin-top: 14px; font-size: 1rem; }
  .hero-meta { display: grid; gap: 4px; margin: 16px 0 0; font-size: .74rem; }
  .hero-meta span + span::before { content: none; }
  .hero-content > .primary-button { display: none; }
  .intro-band { align-items: flex-start; flex-direction: column; padding: 24px 16px; gap: 12px; }
  .intro-band p { width: 100%; max-width: 100%; overflow-wrap: break-word; }
  .intro-band span { white-space: normal; }
  .lunch-moment { grid-template-columns: 1fr; min-height: 0; }
  .lunch-moment figure { aspect-ratio: 4 / 5; }
  .lunch-moment figure img { object-position: center 72%; }
  .lunch-moment-copy { max-width: none; padding: 54px 16px 62px; }
  .lunch-moment-copy h2 { font-size: clamp(2.6rem, 12vw, 3.8rem); }
  .menu-section { width: calc(100% - 32px); padding: 72px 0; }
  .dish-featured, .dish-grid { grid-template-columns: 1fr; }
  .dish-featured img { min-height: 0; aspect-ratio: 1 / 1; }
  .dish-featured .dish-copy, .dish-copy { padding: 22px; }
  .dish-title h3 { font-size: 1.75rem; }
  .customize-row { grid-template-columns: 1fr; padding: 24px 0; }
  .garden-band { min-height: 520px; }
  .garden-band > div { width: calc(100% - 32px); padding: 48px 0; }
  .invite-section { grid-template-columns: 1fr; gap: 48px; width: calc(100% - 32px); padding: 72px 0 100px; }
  .invite-action { padding: 0; border-left: 0; }
  .voucher-result { padding: 28px 22px; }
  footer { grid-template-columns: 1fr; justify-items: center; gap: 15px; text-align: center; padding-bottom: 92px; }
  .mobile-cta { position: fixed; z-index: 10; inset: auto 12px 12px; display: flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 5px; background: var(--sun); color: #2c261a; font-weight: 800; text-decoration: none; box-shadow: 0 10px 30px rgba(18,53,35,.28); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
