:root {
  --ink: #101411;
  --green: #244b38;
  --forest: #173627;
  --paper: #f8f8f3;
  --white: #fff;
  --blue: #c8e7ef;
  --yellow: #f2d651;
  --coral: #f08b73;
  --muted: #626962;
  --line: rgba(16, 20, 17, .18);
  --light-line: rgba(255, 255, 255, .24);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.menu-category, .residency { scroll-margin-top: 76px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; letter-spacing: 0; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 10px max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(248, 248, 243, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img { width: 128px; height: auto; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 30px; }
.main-nav a { padding: 8px 0; border-bottom: 1px solid transparent; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.main-nav a:hover, .main-nav a:focus-visible { border-bottom-color: currentColor; }
.main-nav .nav-note { border: 1px solid var(--ink); padding: 10px 14px; }
.main-nav .nav-note:hover { background: var(--ink); color: var(--white); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 150px max(22px, calc((100vw - var(--max)) / 2)) 68px;
  background: var(--forest);
  color: var(--white);
}
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-shade { background: rgba(5, 18, 12, .54); }
.hero-content { position: relative; z-index: 2; width: min(720px, 75%); }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.eyebrow.light { color: rgba(255, 255, 255, .72); }
h1, h2, h3 { margin: 0; font-family: "Fraunces", Georgia, serif; font-weight: 500; line-height: .93; }
.hero h1 { font-size: clamp(7rem, 18vw, 15rem); line-height: .72; }
.hero-copy { margin: 34px 0 0; color: var(--white); font-size: clamp(1.35rem, 2.3vw, 2.2rem); line-height: 1.15; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid currentColor; background: transparent; font-size: .7rem; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.button.light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button.dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.button:hover { transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid; padding-bottom: 3px; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.text-link::after { content: "+"; }
.light-link { color: var(--white); }
.hero-stamp { position: absolute; z-index: 2; right: max(22px, calc((100vw - var(--max)) / 2)); bottom: 122px; width: 132px; aspect-ratio: 1; display: grid; place-content: center; gap: 2px; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; transform: rotate(8deg); text-align: center; font-size: .66rem; font-weight: 700; }
.hero-footer { position: absolute; z-index: 2; inset: auto max(22px, calc((100vw - var(--max)) / 2)) 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--light-line); padding-top: 15px; color: rgba(255,255,255,.72); font-size: .65rem; font-weight: 700; text-transform: uppercase; }

.marquee { overflow: hidden; background: var(--yellow); border-block: 1px solid var(--ink); padding: 16px 0; white-space: nowrap; }
.marquee div { width: max-content; font-size: .78rem; font-weight: 700; word-spacing: 12px; }
.marquee i { padding: 0 14px; font-family: "Fraunces", Georgia, serif; font-size: 1.4rem; font-style: normal; }

.section { padding: 120px max(22px, calc((100vw - var(--max)) / 2)); }
.intro { display: grid; grid-template-columns: 200px 1fr; gap: 70px; }
.intro h2, .section-title h2, .catering-home h2, .opening-note h2 { font-size: clamp(3.8rem, 7.8vw, 7.6rem); }
.intro h2 span, .menu-preview h2 span, .catering-home h2 span { color: #87908a; }
.lead { max-width: 740px; margin: 38px 0 0; color: var(--muted); font-size: 1.25rem; line-height: 1.55; }

.day-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--ink); }
.day-card { min-height: 430px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--ink); }
.day-card:last-child { border-right: 0; }
.blue { background: var(--blue); }
.yellow { background: var(--yellow); }
.coral { background: var(--coral); }
.day-card > span, .format-card > span, .menu-category-head > span { font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.day-card h3 { max-width: 330px; margin-top: auto; font-size: clamp(2.8rem, 4vw, 4.5rem); }
.day-card p { max-width: 380px; margin: 18px 0 24px; line-height: 1.55; }
.day-card a, .visit-line a { align-self: flex-start; border-bottom: 1px solid; font-size: .7rem; font-weight: 700; text-transform: uppercase; }

.menu-preview { display: grid; grid-template-columns: minmax(300px, .8fr) 1fr; gap: 90px; background: var(--green); color: var(--white); }
.menu-preview h2 { color: var(--white); }
.preview-list { border-top: 1px solid var(--light-line); }
.preview-list > div { display: grid; grid-template-columns: 80px 1fr 1.25fr; gap: 22px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--light-line); }
.preview-list span { color: rgba(255,255,255,.55); font-size: .63rem; font-weight: 700; text-transform: uppercase; }
.preview-list h3 { font-family: "DM Sans", Arial, sans-serif; font-size: 1rem; font-weight: 700; }
.preview-list p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.45; }
.preview-button { margin-top: 32px; }

.art-break { min-height: 650px; display: grid; grid-template-columns: .8fr 1.2fr; background: var(--coral); border-bottom: 1px solid var(--ink); }
.art-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px max(22px, calc((100vw - var(--max)) / 2)); padding-right: 60px; }
.art-copy h2 { font-size: clamp(4rem, 7vw, 7rem); }
.art-copy p:last-child { max-width: 420px; margin-top: 28px; font-size: 1.1rem; line-height: 1.55; }
.art-break > img { width: 100%; height: 100%; object-fit: cover; border-left: 1px solid var(--ink); }

.residency { display: grid; grid-template-columns: .55fr 1.45fr; min-height: 720px; border-bottom: 1px solid var(--ink); background: var(--blue); }
.residency-label { display: flex; flex-direction: column; justify-content: space-between; padding: 42px max(22px, calc((100vw - var(--max)) / 2)); padding-right: 42px; border-right: 1px solid var(--ink); }
.residency-label > span, .residency-kicker { font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.residency-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 90px max(40px, calc((100vw - var(--max)) / 2)); }
.residency-copy h2 { margin: 24px 0 34px; font-size: clamp(6rem, 13vw, 13rem); }
.residency-copy > p:last-of-type { max-width: 650px; margin: 0 0 32px; font-size: 1.15rem; line-height: 1.55; }

.catering-home { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; }
.catering-copy { align-self: end; }
.catering-copy > p { max-width: 560px; color: var(--muted); font-size: 1.15rem; line-height: 1.55; }
.mini-list { margin: 32px 0; border-top: 1px solid var(--line); }
.mini-list span { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .72rem; font-weight: 700; text-transform: uppercase; }

.visit-band { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 100px max(22px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); }
.visit-band h2 { font-size: clamp(3.8rem, 7vw, 7rem); }
.visit-band > div:last-child { align-self: end; }
.visit-band p { max-width: 440px; color: rgba(255,255,255,.68); line-height: 1.55; }

.page-hero { min-height: 68vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 170px max(22px, calc((100vw - var(--max)) / 2)) 70px; }
.page-hero h1, .visit-hero h1 { max-width: 1100px; font-size: clamp(4.8rem, 10vw, 10rem); }
.page-hero > p:last-of-type { max-width: 620px; margin: 28px 0 0; font-size: 1.15rem; line-height: 1.55; }
.page-hero .button { align-self: flex-start; margin-top: 30px; }
.menu-hero { background: var(--green); color: var(--white); }
.menu-hero p { color: rgba(255,255,255,.7); }
.catering-hero { background: var(--yellow); }

.menu-board { border-top: 1px solid var(--ink); }
.menu-category { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 470px; padding: 52px max(22px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--ink); }
.menu-category-head { display: flex; flex-direction: column; justify-content: space-between; padding-right: 50px; }
.menu-category-head h2 { max-width: 440px; font-size: clamp(3.3rem, 6vw, 6.2rem); }
.menu-items { display: grid; grid-template-columns: 1fr 1fr; align-content: end; border-top: 1px solid rgba(16,20,17,.4); }
.menu-items > div { min-height: 170px; padding: 24px; border-right: 1px solid rgba(16,20,17,.4); border-bottom: 1px solid rgba(16,20,17,.4); }
.menu-items > div:nth-child(2n) { border-right: 0; }
.menu-items h3 { font-size: 1.7rem; }
.menu-items p { margin: 12px 0 0; line-height: 1.5; }
.menu-category.night { background: var(--ink); color: var(--white); }
.menu-category.night .menu-items { border-top-color: rgba(255,255,255,.38); }
.menu-category.night .menu-items > div { border-right-color: rgba(255,255,255,.28); border-bottom-color: rgba(255,255,255,.28); }
.menu-category.night .menu-items p { color: rgba(255,255,255,.7); }
.menu-note { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 52px max(22px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); }
.menu-note p { margin: 0; color: rgba(255,255,255,.68); }

.catering-formats { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--ink); }
.format-card { min-height: 540px; display: flex; flex-direction: column; padding: 32px; border-right: 1px solid var(--ink); }
.format-card:last-child { border-right: 0; }
.format-card h2 { margin-top: auto; font-size: clamp(3rem, 5vw, 5rem); }
.format-card p { min-height: 82px; margin: 20px 0; line-height: 1.5; }
.format-card ul { list-style: none; margin: 10px 0 0; padding: 0; border-top: 1px solid rgba(16,20,17,.35); }
.format-card li { padding: 11px 0; border-bottom: 1px solid rgba(16,20,17,.35); font-size: .7rem; font-weight: 700; text-transform: uppercase; }

.inquiry-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 110px max(22px, calc((100vw - var(--max)) / 2)); background: var(--green); color: var(--white); }
.inquiry-section h2 { font-size: clamp(4rem, 7vw, 7rem); }
.inquiry-section > div > p:not(.eyebrow) { max-width: 440px; color: rgba(255,255,255,.68); line-height: 1.55; }
.direct-email a { border-bottom: 1px solid; color: var(--white); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.inquiry-form { display: grid; gap: 18px; padding: 38px; background: var(--paper); color: var(--ink); }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; font-size: .66rem; font-weight: 700; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; padding: 12px 0; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-bottom-color: var(--ink); }
textarea { resize: vertical; }
.form-status { min-height: 22px; margin: 0; color: var(--muted); font-size: .78rem; }

.visit-hero { min-height: 78vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 170px max(22px, calc((100vw - var(--max)) / 2)) 70px; background: var(--coral); }
.visit-hero > p:last-child { max-width: 620px; margin: 30px 0 0; font-size: 1.15rem; line-height: 1.55; }
.visit-details { background: var(--white); }
.visit-line { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 48px; align-items: center; padding: 42px max(22px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); }
.visit-line > span { font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.visit-line h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); }
.visit-line p { color: var(--muted); }
.opening-note { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 110px max(22px, calc((100vw - var(--max)) / 2)); background: var(--blue); }
.opening-note > div:last-child { align-self: end; }
.opening-note p { max-width: 480px; line-height: 1.55; }

footer { position: relative; display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 50px; padding: 64px max(22px, calc((100vw - var(--max)) / 2)) 94px; background: var(--ink); color: var(--white); }
.footer-brand img { width: 170px; }
footer p { margin: 0 0 12px; color: rgba(255,255,255,.62); line-height: 1.5; }
.footer-links { display: grid; gap: 10px; align-content: start; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.copyright { position: absolute; left: max(22px, calc((100vw - var(--max)) / 2)); bottom: 26px; font-size: .62rem; font-weight: 700; text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto auto; }
  .nav-toggle { justify-self: end; display: grid; gap: 6px; width: 42px; height: 42px; border: 0; background: transparent; padding: 12px; }
  .nav-toggle span { display: block; height: 1px; background: var(--ink); }
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 26px 22px 34px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: grid; gap: 14px; }
  .main-nav .nav-note { justify-self: start; }
  .hero { min-height: 820px; }
  .hero-content { width: 100%; }
  .hero-stamp { display: none; }
  .intro, .menu-preview, .art-break, .residency, .catering-home, .visit-band, .inquiry-section, .opening-note { grid-template-columns: 1fr; }
  .day-grid, .catering-formats { grid-template-columns: 1fr; }
  .day-card, .format-card { min-height: 340px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .day-card:last-child, .format-card:last-child { border-bottom: 0; }
  .art-break > img { min-height: 480px; border-left: 0; border-top: 1px solid var(--ink); }
  .art-copy { padding: 80px 22px; }
  .residency { min-height: auto; }
  .residency-label { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .residency-copy { padding: 80px 22px; }
  .menu-category { grid-template-columns: 1fr; gap: 38px; }
  .menu-category-head { gap: 80px; padding: 0; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .brand img { width: 112px; }
  .hero { min-height: 760px; padding-bottom: 76px; }
  .hero-image { object-position: 64% center; }
  .hero h1 { font-size: clamp(6rem, 31vw, 8.2rem); }
  .hero-copy { font-size: 1.45rem; }
  .hero-footer { display: grid; }
  .section { padding-block: 82px; }
  .intro { gap: 36px; }
  .day-card { padding: 24px; }
  .preview-list > div { grid-template-columns: 60px 1fr; }
  .preview-list p { grid-column: 2; }
  .art-break > img { min-height: 390px; }
  .menu-category { padding-block: 70px; }
  .menu-items { grid-template-columns: 1fr; }
  .menu-items > div { min-height: 140px; border-right: 0; }
  .menu-note { flex-direction: column; align-items: flex-start; }
  .form-pair, .visit-line { grid-template-columns: 1fr; }
  .inquiry-form { padding: 24px; }
  .visit-line { gap: 10px; }
  .opening-note { gap: 44px; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button:hover { transform: none; } }
