:root {
  --ink: #29252a;
  --muted: #6d6568;
  --paper: #fffdfa;
  --accent: #4b1926;
  --accent-hover: #6b2638;
  --line: #e4ddda;
  --soft: #f4efeb;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Arial, sans-serif;
  --header-height: 92px;
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.7 var(--sans); -webkit-text-size-adjust: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 5.5vw, 5.25rem); }
h2 { font-size: clamp(2.25rem, 3.4vw, 3.3rem); margin-bottom: 1.5rem; }
h3 { line-height: 1.4; }
p { color: var(--muted); }
em { font-weight: 400; }
:focus-visible { outline: 3px solid #b87538; outline-offset: 5px; }
.wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.eyebrow { color: var(--accent); text-transform: uppercase; font-size: .8125rem; font-weight: 600; letter-spacing: .16em; line-height: 1.5; margin-bottom: 19px; }
.icon { width: 21px; height: 21px; flex: 0 0 21px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 20px; background: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.wordmark { font: 600 2rem/1.05 var(--serif); letter-spacing: .025em; color: var(--accent); }
.wordmark span { display: block; font: 400 .75rem/1.5 var(--sans); letter-spacing: .16em; text-transform: uppercase; margin-top: 6px; }
.site-header nav { display: flex; gap: 36px; align-items: center; }
.site-header nav a { position: relative; padding: 14px 0; font-size: .9375rem; font-weight: 500; color: #534b4e; }
.site-header nav a::after { content: ''; position: absolute; bottom: 6px; inset-inline: 0; height: 1px; background: var(--accent); transform: scaleX(0); transition: transform .18s; }
.site-header nav a:hover::after, .site-header nav a[aria-current]::after { transform: scaleX(1); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: 4px; background: var(--accent); color: white; font-size: .9375rem; font-weight: 500; line-height: 1.5; transition: background .18s, transform .18s; }
.button:hover { background: var(--accent-hover); transform: translateY(-2px); }
.header-order { min-height: 46px; padding: 11px 18px; gap: 16px; }
.hero { display: grid; grid-template-columns: 47% 53%; background: var(--accent); color: var(--paper); }
.hero-copy { padding: clamp(52px, 5.5vw, 86px) 42px 35px max(48px, calc((100vw - 1240px) / 2)); }
.hero .eyebrow { color: #e3bba6; }
.hero h1 { margin-bottom: 26px; font-size: clamp(3.2rem, 5.35vw, 5.1rem); line-height: 1.12; }
.hero h1 em { color: #f0d0bc; }
.hero-lead { max-width: 380px; font-size: 1.0625rem; line-height: 1.85; color: #eadcdd; margin-bottom: 0; }
.hero-actions { display: flex; align-items: center; gap: 20px 26px; flex-wrap: wrap; margin-top: 32px; }
.button-light { background: var(--paper); color: var(--accent); }
.button-light:hover { background: #f0d0bc; }
.hero-phone { display: inline-flex; align-items: center; gap: 9px; font-size: .9375rem; padding-block: 11px; white-space: nowrap; }
.hero-phone .icon { width: 16px; height: 16px; flex-basis: 16px; }
.hero-phone:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-footnote { border-top: 1px solid #754450; max-width: 405px; margin: 44px 0 0; padding-top: 22px; color: #d9bfc3; font-size: .875rem; letter-spacing: .025em; }
.hero-photo { position: relative; min-height: 510px; overflow: hidden; background: #31241e; }
.hero-photo img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.photo-caption { position: absolute; bottom: 24px; right: 30px; padding: 8px 14px; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: white; background: #221815b8; border: 1px solid #ffffff45; border-radius: 2px; }
.order-section { background: var(--soft); border-bottom: 1px solid var(--line); }
.order-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-block: 34px; }
.order-copy { max-width: 685px; }
.order-copy .eyebrow { font-size: .75rem; margin-bottom: 8px; }
.order-copy h2 { font: 500 clamp(1.35rem, 1.8vw, 1.65rem)/1.4 var(--sans); letter-spacing: -.025em; margin-bottom: 7px; }
.ordernjoy-name { color: var(--accent); font-weight: 650; }
.order-copy p:last-child { margin: 0; font-size: 1rem; }
.store-links { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }
.store-downloads { flex-shrink: 0; max-width: 100%; }
.store-instructions, .menu-intro .store-instructions { max-width: 360px; margin: 0 0 16px; font-size: 1rem; line-height: 1.6; }
.store-instructions span { display: inline-block; margin-top: 6px; font-size: .875rem; }
.store-help { max-width: 340px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
.store-help[hidden], .store-manual-link[hidden] { display: none; }
.store-help p, .menu-intro .store-help p { font-size: .875rem; line-height: 1.6; margin: 0 0 9px; }
.copy-app-link { min-height: 44px; padding: 8px 14px; color: var(--accent); background: var(--paper); border: 1px solid #a88480; border-radius: 4px; font-size: .875rem; cursor: pointer; }
.store-manual-link { display: block; margin-top: 12px; font-size: .875rem; }
.store-link-value { display: block; width: 100%; min-width: 0; margin-top: 6px; padding: 10px; border: 1px solid #a88480; border-radius: 4px; background: white; color: var(--ink); font: 1rem var(--sans); }
.store-button { display: inline-flex; gap: 12px; align-items: center; background: #161616; color: #fff; border: 1px solid #5b5b5b; border-radius: 7px; padding: 9px 17px 10px; min-height: 60px; min-width: 164px; transition: background .18s, transform .18s; }
.store-button { touch-action: manipulation; }
@media (hover: hover) and (pointer: fine) {
  .store-button:hover { background: #363636; transform: translateY(-2px); }
}
.store-button:active { background: #363636; }
.store-button svg { width: 27px; height: 30px; flex: 0 0 27px; }
.store-button span { display: block; }
.store-button small { display: block; font-size: .75rem; line-height: 1.3; }
.store-button strong { display: block; font-size: 1.125rem; font-weight: 500; line-height: 1.3; white-space: nowrap; }
.section { padding-block: 96px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 38px; }
.section-heading h2 { margin: 0; }
.section-heading .eyebrow { margin-bottom: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-size: .9375rem; font-weight: 500; color: var(--accent); padding-block: 8px; border-bottom: 1px solid #a88480; }
.text-link:hover { border-color: var(--accent); }
.text-link .icon, .teaser-link .icon { transition: transform .18s; }
.text-link:hover .icon, .menu-teasers a:hover .icon { transform: translateX(3px); }
.menu-teasers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.menu-teasers > a { display: flex; flex-direction: column; padding: 34px 36px 34px 0; }
.menu-teasers > a + a { border-left: 1px solid var(--line); padding-left: 36px; }
.menu-teasers > a:last-child { padding-right: 0; }
.teaser-photo { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; object-position: center; margin-bottom: 25px; border-radius: 3px; }
.teaser-photo-burger { object-position: 50% 66%; }
.teaser-label { font-size: .8125rem; color: var(--muted); margin-bottom: 22px; }
.menu-teasers h3 { font: 400 clamp(1.8rem, 2.5vw, 2.25rem)/1.2 var(--serif); letter-spacing: -.025em; margin-bottom: 16px; color: var(--accent); }
.menu-teasers p { font-size: 1rem; line-height: 1.75; margin-bottom: 25px; }
.teaser-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; color: var(--accent); font-size: .9375rem; font-weight: 500; }
.about-section { background: var(--soft); padding-block: 76px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6.5vw, 100px); align-items: center; }
.about-photo { position: relative; min-width: 0; height: 470px; margin-bottom: 22px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 64%; }
.heritage-mark { position: absolute; bottom: -22px; right: -22px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 144px; height: 144px; background: var(--accent); color: white; border: 7px solid var(--soft); }
.heritage-mark strong { font: 400 4rem/1 var(--serif); }
.heritage-mark span { font-size: .75rem; letter-spacing: .035em; margin-top: 8px; }
.about-copy p:not(.eyebrow) { font-size: 1rem; line-height: 1.9; }
.about-copy .text-link { margin-top: 10px; }
.section-note { margin: 0 0 3px; font-size: 1rem; line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: .85fr 1fr 1.3fr; border-top: 1px solid var(--line); padding-top: 34px; gap: 55px; }
.contact-grid h3 { font-size: .875rem; font-weight: 600; margin-bottom: 22px; }
.contact-grid address { font-size: 1.1875rem; line-height: 1.7; font-style: normal; margin-bottom: 18px; }
.contact-phone { font-size: 1.625rem; color: var(--accent); line-height: 1.5; letter-spacing: -.02em; white-space: nowrap; }
.contact-phone:hover { text-decoration: underline; text-underline-offset: 5px; }
.contact-grid p { font-size: 1rem; margin: 12px 0; }
.hours { font-size: .9375rem; margin: 0; }
.hours > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours > div:first-child { padding-top: 0; }
.hours dd { margin: 0; font-variant-numeric: tabular-nums; white-space: nowrap; }
.contact-grid p.small { font-size: .875rem; line-height: 1.7; margin-top: 17px; }
.site-footer { background: var(--accent); color: var(--paper); padding-top: 44px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-bottom: 36px; }
.site-footer .wordmark { color: white; }
.footer-inner p { margin: 0; font-size: .9375rem; color: #e6cfd4; }
.footer-inner nav { display: flex; gap: 26px; font-size: .9375rem; }
.footer-inner a:hover, .footer-bottom a:hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { padding-block: 18px 22px; border-top: 1px solid #754450; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #dbc1c7; font-size: .8125rem; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 12px; }
.footer-bottom .icon { width: 17px; height: 17px; }
/* The complete menu remains readable without JavaScript. */
.menu-intro { padding-block: 46px; background: var(--soft); border-bottom: 1px solid var(--line); }
.menu-intro-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.menu-intro h1 { font-size: clamp(2.8rem, 4.5vw, 4.25rem); margin: 0 0 18px; }
.menu-intro h1 em { color: var(--accent); }
.menu-intro .eyebrow { margin-bottom: 15px; }
.menu-intro p:last-child { margin: 0; font-size: 1rem; }
.menu-order { flex-shrink: 0; }
.menu-order > p { color: var(--accent); font-size: .9375rem; margin-bottom: 12px; }
.menu-layout { display: grid; grid-template-columns: 215px minmax(0, 1fr); gap: 60px; align-items: start; padding-block: 48px 64px; }
.menu-tools { margin-bottom: 34px; padding: 18px; border: 1px solid var(--line); background: white; border-radius: 4px; }
.menu-search { display: block; }
.menu-search span { display: block; margin-bottom: 8px; color: var(--accent); font-size: .875rem; font-weight: 600; }
.menu-search input { width: 100%; min-height: 50px; padding: 11px 14px; border: 1px solid #9f8f92; border-radius: 4px; background: white; color: var(--ink); font: 1rem/1.5 var(--sans); }
.menu-search input::placeholder { color: #807679; opacity: 1; }
.search-results { min-height: 1.45em; margin: 10px 0 0; font-size: .875rem; line-height: 1.45; }
.no-search-results { margin: 0 0 30px; padding: 18px; border: 1px solid var(--line); background: var(--soft); color: var(--muted); border-radius: 4px; }
.dish[hidden], .menu-category[hidden], .no-search-results[hidden] { display: none; }
.category-sidebar { position: sticky; top: calc(var(--header-height) + 24px); max-height: calc(100dvh - var(--header-height) - 48px); overflow-y: auto; scrollbar-width: thin; padding-right: 15px; }
.category-sidebar nav { display: flex; flex-direction: column; }
.category-sidebar .eyebrow { font-size: .75rem; margin-bottom: 18px; }
.category-sidebar a { padding: 9px 12px; font-size: .875rem; line-height: 1.5; border-left: 2px solid transparent; color: var(--muted); }
.category-sidebar a:hover, .category-sidebar a[aria-current] { color: var(--accent); background: var(--soft); border-left-color: var(--accent); }
.menu-category { margin-bottom: 50px; scroll-margin-top: 0; }
.menu-category:focus { outline: none; }
.menu-category:focus-visible { outline: 2px solid #b87538; outline-offset: 7px; }
.category-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 20px 0 18px; border-top: 2px solid var(--accent); }
.category-heading h2 { margin: 0; font-size: 2rem; color: var(--accent); line-height: 1.25; }
.category-heading > span { font-size: .8125rem; color: var(--muted); }
.category-note { font-size: 1rem; margin: 0 0 16px; }
.dish-list { padding: 0; margin: 0; list-style: none; }
.dish { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.dish h3 { font-size: 1.0625rem; font-weight: 600; margin: 0 0 7px; }
.dish-number { font-size: .875rem; font-weight: 400; color: var(--muted); }
.dish p { margin: 0; font-size: 1rem; line-height: 1.65; max-width: 510px; }
.prices { margin: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; text-align: right; }
.prices dt { font-size: .875rem; color: var(--muted); margin-bottom: 5px; }
.prices dd { margin: 0; font-size: 1.0625rem; font-weight: 600; color: var(--accent); font-variant-numeric: tabular-nums; line-height: 1.5; white-space: nowrap; }
.prices dd span { font-size: .875rem; font-weight: 400; }
.menu-end { font-size: 1rem; padding-block: 14px; }
.menu-end a { text-decoration: underline; text-underline-offset: 4px; }
.mobile-category { display: none; }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero-copy { padding-left: 32px; padding-right: 30px; }
  .hero h1 { font-size: clamp(3.1rem, 5.3vw, 4.1rem); }
  .hero-footnote { margin-top: 32px; }
  .site-header nav { gap: 26px; }
  .order-inner { gap: 28px; }
  .order-inner .store-links { flex-direction: column; }
  .section { padding-block: 72px; }
  .contact-grid { gap: 30px; }
  .menu-layout { grid-template-columns: 185px minmax(0, 1fr); gap: 34px; }
  .multi-price { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .multi-price .prices { justify-content: flex-start; text-align: left; gap: 32px; }
  .menu-order .store-links { flex-direction: column; }
}
@media (max-width: 760px) {
  :root { --header-height: 124px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 0; display: flex; flex-wrap: wrap; column-gap: 16px; row-gap: 6px; padding-top: 16px; padding-bottom: 4px; }
  .wordmark { font-size: 1.625rem; }
  .wordmark span { font-size: .75rem; letter-spacing: .045em; margin-top: 4px; }
  .header-order { order: 2; min-height: 44px; padding: 10px 13px; gap: 9px; font-size: .875rem; }
  .header-order .icon { width: 17px; height: 17px; flex-basis: 17px; }
  .site-header nav { order: 3; flex: 1 0 100%; flex-wrap: wrap; justify-content: center; gap: 0 34px; }
  .site-header nav a { font-size: .875rem; padding: 12px 0; }
  .site-header nav a::after { bottom: 5px; }
  .hero { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { padding: 40px 20px 27px; }
  .hero h1 { font-size: clamp(2.8rem, 9.8vw, 4.6rem); line-height: 1.09; margin-bottom: 21px; }
  .hero .eyebrow { font-size: .75rem; margin-bottom: 20px; }
  .hero-lead { max-width: 435px; font-size: 1rem; line-height: 1.8; }
  .hero-actions { margin-top: 26px; gap: 12px 22px; }
  .hero-actions .button { padding: 13px 18px; gap: 17px; }
  .hero-footnote { margin-top: 24px; padding-top: 16px; max-width: none; font-size: .8125rem; }
  .hero-photo { min-height: 0; height: clamp(220px, 62vw, 390px); }
  .hero-photo img { object-position: 50% 50%; }
  .photo-caption { bottom: 16px; right: 20px; font-size: .75rem; }
  .order-inner { display: block; padding-block: 28px; }
  .order-copy h2 { font-size: 1.45rem; max-width: 410px; }
  .order-copy p:last-child { font-size: 1rem; max-width: 490px; }
  .order-inner .store-links { flex-direction: row; margin-top: 22px; }
  .store-links { gap: 10px; }
  .store-button { padding: 8px 12px; min-width: 148px; gap: 10px; min-height: 58px; }
  .store-button strong { font-size: 1.0625rem; }
  .store-button svg { width: 24px; height: 27px; flex-basis: 24px; }
  .section { padding-block: 56px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading h2 { font-size: 2.25rem; }
  .section-heading .text-link { margin-top: 14px; }
  .menu-teasers { grid-template-columns: minmax(0, 1fr); }
  .menu-teasers > a, .menu-teasers > a + a { padding: 27px 0; border-left: 0; }
  .menu-teasers > a + a { border-top: 1px solid var(--line); }
  .teaser-label { margin-bottom: 13px; }
  .menu-teasers h3 { font-size: 2rem; margin-bottom: 13px; }
  .menu-teasers p { margin-bottom: 20px; }
  .about-section { padding-block: 40px 48px; }
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .about-photo { height: clamp(270px, 70vw, 430px); margin-right: 12px; margin-bottom: 14px; }
  .heritage-mark { width: 118px; height: 118px; right: -12px; bottom: -14px; border-width: 5px; }
  .heritage-mark strong { font-size: 3.3rem; }
  .about-copy h2 { font-size: 2.4rem; }
  .section-note { margin-top: 20px; }
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; padding-top: 26px; }
  .contact-grid > div + div { border-top: 1px solid var(--line); padding-top: 26px; }
  .contact-grid h3 { margin-bottom: 15px; }
  .contact-grid p { max-width: 460px; }
  .hours { max-width: 470px; }
  .footer-inner { flex-wrap: wrap; align-items: flex-start; gap: 24px; }
  .footer-inner p { width: 100%; }
  .footer-inner nav { flex-wrap: wrap; }
  .footer-bottom { align-items: flex-start; flex-wrap: wrap; gap: 10px 22px; }
  .menu-intro { padding-block: 30px; }
  .menu-intro-inner { display: block; }
  .menu-intro h1 { font-size: 2.9rem; }
  .menu-order { margin-top: 25px; border-top: 1px solid var(--line); padding-top: 22px; }
  .menu-order .store-links { flex-direction: row; }
  .menu-layout { display: block; padding-top: 28px; }
  .menu-tools { margin-bottom: 26px; padding: 14px; }
  .category-sidebar { display: none; }
  .mobile-category { display: block; position: sticky; top: var(--header-height); z-index: 20; padding-block: 12px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .mobile-category > .wrap { display: flex; align-items: center; gap: 18px; }
  .mobile-category label { font-size: .875rem; flex-shrink: 0; }
  .mobile-category select { width: 100%; min-width: 0; min-height: 46px; font-size: 1rem; padding: 9px 10px; background: white; color: var(--ink); border: 1px solid #9f8f92; border-radius: 4px; }
  .menu-category { margin-bottom: 34px; scroll-margin-top: 74px; }
  .category-heading h2 { font-size: 1.85rem; }
  .category-heading { gap: 16px; padding-top: 18px; }
  .dish { gap: 14px; padding-block: 20px; }
  .prices { gap: 18px; }
  .multi-price .prices { gap: 30px; }
}
@media (max-width: 360px) {
  .header-order .icon { display: none; }
  .header-order { padding-inline: 11px; }
  .store-links { gap: 8px; }
  .store-button { min-width: 0; padding-inline: 10px; gap: 8px; }
  .store-button svg { width: 21px; height: 24px; flex-basis: 21px; }
  .store-button strong { font-size: 1rem; }
  .hero-actions { gap: 10px 16px; }
  .single-price { grid-template-columns: minmax(0, 1fr); }
  .single-price .prices { justify-content: flex-start; text-align: left; }
  .mobile-category label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  .site-header, .site-footer, .category-sidebar, .mobile-category, .skip-link, .menu-order, .order-section, .menu-tools, .no-search-results { display: none; }
  body { background: white; color: black; }
  .wrap { width: 100%; }
  .menu-layout { display: block; padding-top: 20px; }
  .menu-intro { padding: 0 0 20px; background: white; }
  .dish { break-inside: avoid; }
  .category-heading { break-after: avoid; }
  .prices dd { color: black; }
  .hero, .about-grid { display: block; }
  .hero { background: white; color: black; }
  .hero-copy { padding: 20px 0; }
  .hero-photo, .about-photo { max-height: 200px; }
  .section { padding-block: 20px; }
}
