:root {
  --ink: #25352c;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --sage: #b7c7b2;
  --rust: #bc6245;
  --line: rgba(37, 53, 44, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
.container { width: min(1120px, calc(100% - 48px)); margin: auto; }
.hero { min-height: 620px; position: relative; overflow: hidden; background: var(--ink); color: var(--cream); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 16px 16px; pointer-events: none; }
.nav { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; position: relative; z-index: 1; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-family: "Playfair Display", serif; font-size: 16px; letter-spacing: .01em; }
.brand i { font-weight: 400; color: var(--rust); }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--rust); border-radius: 50%; font-family: "DM Sans", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: -.08em; }
.brand-mark span { color: var(--rust); }
.nav-link { color: var(--cream); text-decoration: none; font-size: 13px; }
.nav-link span { color: var(--rust); font-size: 20px; margin-left: 8px; }
.hero-content { position: relative; z-index: 1; padding-top: 115px; }
.eyebrow { margin: 0 0 17px; color: var(--sage); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 600; }
h1 { max-width: 650px; margin-bottom: 23px; font-size: clamp(54px, 8vw, 94px); line-height: .97; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--rust); font-weight: 600; }
.hero-copy { max-width: 375px; margin-bottom: 34px; color: rgba(245, 241, 232, .72); font-size: 15px; line-height: 1.7; }
.button { display: inline-flex; gap: 30px; align-items: center; padding: 15px 19px; font-size: 12px; font-weight: 700; text-decoration: none; }
.button-light { background: var(--cream); color: var(--ink); }
.button span { color: var(--rust); font-size: 18px; }
.hero-stamp { position: absolute; right: 8%; bottom: 90px; display: grid; place-items: center; width: 125px; height: 125px; border: 1px solid rgba(183, 199, 178, .5); border-radius: 50%; color: var(--sage); font-size: 10px; line-height: 1.5; letter-spacing: .17em; text-align: center; transform: rotate(12deg); }
.hero-stamp strong { color: var(--cream); font-size: 17px; letter-spacing: .06em; }
.intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; padding-top: 110px; padding-bottom: 100px; }
.accent { color: var(--rust); }
h2 { margin-bottom: 0; font-size: clamp(39px, 5vw, 58px); line-height: .98; letter-spacing: -.04em; }
.intro-copy { max-width: 315px; margin: 0 0 4px; color: #667068; font-size: 14px; line-height: 1.8; }
.menu-section { padding-bottom: 110px; }
.menu-section-alt { max-width: none; padding-top: 100px; padding-bottom: 120px; background: var(--cream); }
.menu-section-alt > .container { max-width: 1120px; }
.section-heading { display: flex; align-items: center; gap: 27px; margin-bottom: 43px; }
.section-number { margin: 5px 0 0; color: var(--rust); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.section-heading h2 { margin-bottom: 7px; font-size: 35px; letter-spacing: -.025em; }
.section-heading div p:last-child { margin: 0; color: #788178; font-size: 12px; }
.rule { height: 1px; flex: 1; margin-left: 5px; background: var(--line); }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 100px; row-gap: 38px; }
.menu-item { min-height: 108px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.item-top { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 11px; }
.item-top h3 { margin: 0; font-family: "Playfair Display", serif; font-size: 20px; font-weight: 600; }
.item-top span { flex-shrink: 0; color: var(--rust); font-size: 13px; font-weight: 700; }
.menu-item p { max-width: 330px; margin: 0; color: #707a72; font-size: 13px; line-height: 1.6; }
.tag { display: inline-block; margin-top: 14px; padding: 4px 8px; background: var(--sage); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer { padding: 64px 0 30px; background: var(--ink); color: var(--cream); }
.footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; padding-bottom: 72px; }
.footer-brand { margin-bottom: 18px; }
.footer-content > div:first-child > p { margin: 0; color: var(--sage); font-family: "Playfair Display", serif; font-size: 17px; }
.footer .eyebrow { margin-bottom: 13px; }
.footer p:not(.eyebrow) { color: rgba(245, 241, 232, .68); font-size: 13px; line-height: 1.7; }
.copyright { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(245, 241, 232, .16); color: rgba(245, 241, 232, .4); font-size: 10px; letter-spacing: .04em; }
@media (max-width: 650px) {
  .container { width: min(100% - 36px, 1120px); }
  .hero { min-height: 650px; }
  .hero-content { padding-top: 105px; }
  .hero-stamp { right: 12px; bottom: 35px; width: 90px; height: 90px; }
  .hero-stamp strong { font-size: 13px; }
  .intro { grid-template-columns: 1fr; gap: 30px; padding-top: 75px; padding-bottom: 75px; }
  .menu-section, .menu-section-alt { padding-bottom: 75px; padding-top: 75px; }
  .section-heading { gap: 14px; }
  .section-heading h2 { font-size: 28px; }
  .section-heading div p:last-child { font-size: 10px; }
  .menu-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-content { grid-template-columns: 1fr 1fr; padding-bottom: 45px; }
  .footer-content > div:first-child { grid-column: 1 / -1; }
  .copyright { gap: 16px; line-height: 1.5; }
}
