:root {
  --cream: #f7f5ee;
  --ink: #30392d;
  --olive: #3b493a;
  --muted: #65685e;
  --terracotta: #a24932;
  --line: #dedfd3;
  --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
em { font-weight: 400; }
:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 6px; }
.container { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 10; padding: 12px 20px; background: var(--cream); }
.skip-link:focus { top: 12px; }
.eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 2px; line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 46px; padding: 12px 22px; background: var(--olive); color: var(--cream); font-size: 12px; border-radius: 2px; transition: background .2s; }
.button:hover { background: #283727; }
.button > span { font-size: 19px; line-height: 1; }
.button-light { background: var(--cream); color: var(--ink); }
.button-light:hover { background: #e6e3d6; }

.header-inner { min-height: 98px; display: flex; align-items: center; gap: 45px; }
.brand { display: flex; flex-direction: column; width: fit-content; line-height: 1; }
.brand-top { font-size: 8px; letter-spacing: 4px; padding-left: 2px; margin-bottom: 3px; }
.brand-name { font-family: var(--serif); font-size: 33px; letter-spacing: -1.5px; }
.brand-name > span { display: inline-block; color: var(--terracotta); font-size: 23px; margin-left: 5px; vertical-align: top; padding-top: 3px; }
.brand-bottom { margin-top: 7px; font-size: 6.5px; letter-spacing: 1.4px; }
.header-inner nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.header-inner nav a { display: flex; align-items: center; min-height: 44px; font-size: 12px; }
.header-inner nav a:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }

.hero { position: relative; isolation: isolate; min-height: 490px; display: flex; align-items: center; color: var(--cream); }
.hero > img { position: absolute; inset: 0; height: 100%; z-index: -2; object-position: center 56%; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(22, 29, 19, .76), rgba(22, 29, 19, .37) 53%, rgba(22, 29, 19, .05)); }
.hero-content { padding-block: 65px; }
.hero .eyebrow { color: #eee6d7; margin-bottom: 22px; }
.hero h1 { max-width: 650px; font-size: clamp(44px, 5.3vw, 69px); line-height: 1.08; letter-spacing: -2px; }
.hero h1 em { color: #ead6b5; }
.hero-content > p:not(.eyebrow) { margin-top: 24px; color: #f0ede5; font-size: 14px; line-height: 1.8; }
.hero .button { margin-top: 28px; }

.menu-section { padding-block: 67px 72px; }
.section-heading { text-align: center; margin-bottom: 34px; }
.section-heading .eyebrow { color: var(--terracotta); margin-bottom: 10px; }
h2 { font-size: clamp(34px, 3.5vw, 43px); line-height: 1.2; letter-spacing: -1.3px; }
.section-heading > p:last-child { margin-top: 13px; font-size: 13px; color: var(--muted); }
.dish-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.dish > img { aspect-ratio: 1.5; height: auto; border-radius: 2px; }
.dish-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: 19px; }
.dish h3 { font-size: 21px; line-height: 1.4; }
.price { color: var(--terracotta); font-size: 14px; white-space: nowrap; }
.dish > p { margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.dish small { display: block; margin-top: 7px; font-size: 10px; color: var(--muted); }

.visit-section { color: var(--cream); background: var(--olive); padding-block: 54px 20px; }
.visit-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 58px; }
.visit-intro .eyebrow { color: #e0c09e; margin-bottom: 13px; }
.visit-intro h2 { font-size: 38px; }
.visit-intro > p:not(.eyebrow) { margin-top: 18px; font-size: 12px; color: #e0e3d8; }
.phone-link { display: inline-flex; align-items: center; gap: 28px; min-height: 44px; font-size: 21px; }
.phone-link:hover, .email-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.visit-details, .visit-hours { padding-top: 7px; }
.visit-grid h3 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 600; margin-bottom: 21px; }
.visit-details address { font-style: normal; font-size: 13px; line-height: 1.9; color: #e0e3d8; }
.email-link { display: inline-block; padding-block: 12px; margin-top: 8px; font-size: 12px; overflow-wrap: anywhere; }
.visit-hours dl { margin: 0; font-size: 12px; }
.visit-hours dl > div { display: flex; justify-content: space-between; gap: 12px; padding-block: 10px; border-bottom: 1px solid #ffffff26; }
.visit-hours dl > div:first-child { padding-top: 0; }
.visit-hours dd { margin: 0; text-align: right; color: #e0e3d8; }
.demo-note { margin-top: 35px; padding-top: 16px; border-top: 1px solid #ffffff26; color: #d0d7ca; font-size: 10px; }
.visit-section :focus-visible { outline-color: #ead6b5; }
.site-footer { min-height: 75px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 10px; color: var(--muted); }
.site-footer a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; color: var(--ink); }

@media (min-width: 1600px) {
  .hero { min-height: 540px; }
}

@media (max-width: 900px) {
  .container { width: calc(100% - 48px); }
  .header-inner { gap: 28px; }
  .header-inner nav { gap: 24px; }
  .dish-grid { gap: 22px; }
  .dish-heading { gap: 8px; }
  .dish h3 { font-size: 19px; }
  .visit-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .visit-intro { grid-column: 1 / -1; }
  .visit-intro h2 br { display: none; }
}

@media (max-width: 620px) {
  .header-inner { min-height: 112px; flex-wrap: wrap; justify-content: space-between; gap: 0; padding-block: 15px 5px; }
  .brand-name { font-size: 28px; }
  .brand-name > span { font-size: 20px; }
  .brand-bottom { font-size: 6px; letter-spacing: 1px; }
  .header-button { padding: 10px 15px; gap: 16px; font-size: 11px; }
  .header-inner nav { order: 3; flex-basis: 100%; justify-content: center; gap: 34px; margin-left: 0; padding-top: 5px; }
  .header-inner nav a { min-height: 39px; }
  .hero { min-height: 450px; }
  .hero > img { object-position: 64% center; }
  .hero::before { background: linear-gradient(90deg, rgba(22, 29, 19, .82), rgba(22, 29, 19, .36)); }
  .hero-content { padding-block: 58px; }
  .hero h1 { font-size: clamp(42px, 10.5vw, 58px); letter-spacing: -1.6px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: 1.7px; }
  .hero-content > p:not(.eyebrow) { font-size: 13px; max-width: 310px; }
  .desktop-break { display: none; }
  .menu-section { padding-block: 46px 50px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading .eyebrow { font-size: 9px; letter-spacing: 1.5px; }
  .section-heading > p:last-child { max-width: 290px; margin-inline: auto; }
  .dish-grid { grid-template-columns: 1fr; gap: 32px; }
  .dish > img { aspect-ratio: 1.6; }
  .dish-heading { margin-top: 14px; }
  .dish h3 { font-size: 22px; }
  .dish > p { font-size: 13px; margin-top: 6px; }
  .dish small { font-size: 11px; }
  .visit-section { padding-top: 39px; }
  .visit-grid { grid-template-columns: 1fr; gap: 28px; }
  .visit-intro { grid-column: auto; }
  .visit-grid h3 { margin-bottom: 14px; font-size: 13px; }
  .visit-details, .visit-hours { padding-top: 0; }
  .visit-hours dl, .visit-details address { font-size: 13px; }
  .demo-note { margin-top: 25px; line-height: 1.8; }
  .site-footer { flex-wrap: wrap; padding-block: 17px; gap: 0 14px; }
  .site-footer > span:nth-child(2) { order: 3; flex-basis: 100%; padding-bottom: 8px; }
  .site-footer a { margin-left: auto; }
}

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