:root {
  --ink: #171713;
  --ink-soft: #25251f;
  --paper: #f3eee5;
  --paper-light: #fbf8f2;
  --paper-deep: #e6ddcf;
  --copper: #b45137;
  --copper-dark: #823824;
  --sage: #8f927a;
  --gold: #c9a46c;
  --line-dark: rgba(23, 23, 19, .16);
  --line-light: rgba(255, 255, 255, .16);
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(1280px, calc(100vw - 48px));
  --header-h: 88px;
  --radius-sm: 10px;
  --radius-md: 20px;
  --shadow: 0 30px 70px rgba(16, 14, 10, .20);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 28px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--paper-light); background: var(--copper); }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 999; top: 12px; left: 12px;
  transform: translateY(-150%); padding: 10px 14px;
  color: var(--paper-light); background: var(--copper); border-radius: 4px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  height: var(--header-h); color: var(--paper-light);
  transition: background .25s ease, border-color .25s ease, height .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(23, 23, 19, .94);
  border-color: rgba(255, 255, 255, .10);
  /* A filter here would contain the viewport-fixed mobile navigation. */
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; color: var(--paper-light); }
.brand-copy { display: grid; line-height: 1; }
.brand-kicker {
  margin-bottom: 4px; font-size: 9px; font-weight: 700; letter-spacing: 0; text-transform: uppercase;
  opacity: .68;
}
.brand-name { font-family: var(--display); font-size: 22px; font-weight: 600; letter-spacing: 0; }
.desktop-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.desktop-nav a {
  position: relative; padding-block: 11px; font-size: 13px; font-weight: 600; letter-spacing: 0;
}
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px;
  background: var(--copper); transition: right .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta {
  margin-left: 8px; padding: 12px 19px; border: 1px solid rgba(255, 255, 255, .46); border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: 0; text-transform: uppercase;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.header-cta:hover, .header-cta:focus-visible { color: var(--ink); background: var(--paper-light); border-color: var(--paper-light); }
.menu-toggle { display: none; }
.mobile-menu { display: none; }

.hero {
  position: relative; overflow: hidden; min-height: 950px; padding: calc(var(--header-h) + 66px) 0 0;
  color: var(--paper-light); background: var(--ink);
}
.hero::before {
  content: ""; position: absolute; width: 680px; height: 680px; left: -390px; top: 180px;
  border: 1px solid rgba(255, 255, 255, .06); border-radius: 50%; box-shadow: 0 0 0 96px rgba(255,255,255,.022), 0 0 0 192px rgba(255,255,255,.014);
}
.hero-noise {
  position: absolute; inset: 0; pointer-events: none; opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, .94fr); gap: 88px; align-items: center; }
.hero-copy { padding-bottom: 76px; }
.eyebrow {
  display: flex; align-items: center; gap: 12px; margin: 0 0 25px;
  font-size: 10px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; opacity: .72;
}
.eyebrow span { width: 34px; height: 1px; background: var(--copper); }
.eyebrow-dark { color: var(--ink); opacity: .66; }
.eyebrow-light { color: var(--paper-light); opacity: .66; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: 0; line-height: .93; }
h1 { max-width: 690px; margin-bottom: 31px; font-size: 82px; }
h2 { margin-bottom: 0; font-size: 68px; }
h1 em, h2 em { color: var(--copper); font-weight: 500; }
.hero-lead { max-width: 610px; margin-bottom: 37px; color: rgba(251, 248, 242, .72); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 54px; padding: 0 24px;
  border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--paper-light); background: var(--copper); }
.button-primary:hover, .button-primary:focus-visible { background: #c35b40; }
.button-ghost { color: var(--paper-light); border-color: rgba(255, 255, 255, .29); }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .5); }
.button-copper { color: var(--paper-light); background: var(--copper); }
.button-copper:hover, .button-copper:focus-visible { background: #c35b40; }
.hero-meta { display: flex; gap: 38px; margin-top: 56px; }
.hero-meta div { display: grid; grid-template-columns: auto auto; align-items: end; column-gap: 8px; }
.hero-meta strong { font-family: var(--display); font-size: 31px; font-weight: 500; line-height: 1; }
.hero-meta span { max-width: 76px; color: rgba(251,248,242,.48); font-size: 10px; font-weight: 700; letter-spacing: 0; line-height: 1.15; text-transform: uppercase; }

.hero-visual { position: relative; min-height: 660px; }
.hero-photo-frame {
  position: absolute; inset: 0 39px 0 24px; overflow: hidden;
  border-radius: 260px 18px 18px 18px; box-shadow: var(--shadow);
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 47% 50%; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 57%, rgba(10,9,7,.42)); }
.hero-photo-frame::before {
  content: ""; position: absolute; z-index: 2; inset: 13px; border: 1px solid rgba(255,255,255,.38); border-radius: 248px 12px 12px 12px; pointer-events: none;
}
.hero-card { position: absolute; z-index: 3; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.hero-card-lunch {
  left: -26px; bottom: 64px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px;
  width: 300px; padding: 18px 20px; color: var(--ink); background: var(--paper-light); border-radius: 8px;
}
.status-dot { width: 9px; height: 9px; background: var(--copper); border-radius: 50%; box-shadow: 0 0 0 5px rgba(180,81,55,.13); }
.hero-card small { display: block; margin-bottom: 3px; font-size: 9px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; opacity: .52; }
.hero-card strong { display: block; font-size: 13px; line-height: 1.2; }
.hero-card-lunch time { font-family: var(--display); font-size: 30px; }
.hero-card-open { right: -10px; top: 71px; padding: 17px 19px; color: var(--paper-light); background: var(--copper); border-radius: 8px; transform: rotate(2deg); }
.hero-card-open strong { max-width: 148px; font-size: 12px; }
.vertical-label {
  position: absolute; right: -74px; top: 50%; margin: 0; color: rgba(255,255,255,.38);
  font-size: 9px; font-weight: 800; letter-spacing: 0; transform: rotate(90deg) translateX(50%); transform-origin: center;
}
.quick-info {
  position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px;
  border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light);
}
.quick-info a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; min-height: 101px; padding: 0 28px; border-right: 1px solid var(--line-light); transition: background .2s ease; }
.quick-info a:first-child { padding-left: 0; }
.quick-info a:last-child { padding-right: 0; border-right: 0; }
.quick-info a:hover, .quick-info a:focus-visible { background: rgba(255,255,255,.035); }
.quick-number { color: var(--copper); font-family: var(--display); font-size: 15px; font-style: italic; }
.quick-info small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.44); font-size: 9px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.quick-info strong { font-size: 13px; font-weight: 600; }
.quick-info a > span:last-child { opacity: .55; }

.section { padding: 128px 0; }
.two-column-intro { display: grid; grid-template-columns: 1fr .78fr; gap: 104px; align-items: end; margin-bottom: 77px; }
.intro-copy { padding-bottom: 4px; }
.intro-copy p:last-child { margin-bottom: 0; color: rgba(23,23,19,.61); }
.large-copy { font-family: var(--display); font-size: 29px; letter-spacing: 0; line-height: 1.3; }
.lunch-section { position: relative; background: var(--paper); }
.lunch-section::before {
  content: "11–14"; position: absolute; right: 2vw; top: 15px; color: rgba(23,23,19,.025);
  font-family: var(--display); font-size: 190px; line-height: 1; pointer-events: none;
}
.lunch-board { min-height: 510px; overflow: hidden; border-radius: var(--radius-md); box-shadow: 0 28px 80px rgba(39,32,22,.10); }
.lunch-time { position: relative; display: flex; justify-content: flex-end; padding: 50px; color: var(--paper-light); background: var(--copper); }
.lunch-time::before {
  content: ""; position: absolute; width: 330px; height: 330px; right: -178px; top: -172px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 53px rgba(255,255,255,.04), 0 0 0 106px rgba(255,255,255,.028);
}
.lunch-time .weekday { padding: 8px 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: 0; }
.lunch-time strong { margin: auto 0 8px; font-family: var(--display); font-size: 132px; font-weight: 500; letter-spacing: 0; line-height: .75; }
.lunch-time strong span { color: rgba(255,255,255,.38); }
.lunch-time p { max-width: 280px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.lunch-content { padding: 48px 55px; background: var(--paper-light); }
.board-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid var(--line-dark); }
.board-header small, .menu-feature-copy small, .menu-list small, .contact-block small, .hours-header small, .footer-cta p, .map-pin small {
  display: block; margin-bottom: 4px; font-size: 9px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; opacity: .5;
}
.board-header h3 { margin: 0; font-family: var(--display); font-size: 40px; font-weight: 500; line-height: 1; }
.week-pill { padding: 8px 11px; color: var(--copper); background: rgba(180,81,55,.08); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.lunch-items article { display: grid; grid-template-columns: 94px 1fr auto; gap: 20px; padding: 29px 0; border-bottom: 1px solid var(--line-dark); }
.dish-day { padding-top: 5px; color: var(--copper); font-size: 9px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.lunch-items h4 { margin: 0 0 6px; font-family: var(--display); font-size: 24px; font-weight: 600; letter-spacing: 0; }
.lunch-items p { max-width: 520px; margin: 0; color: rgba(23,23,19,.57); font-size: 14px; }
.dish-price { padding-top: 3px; font-family: var(--display); font-size: 24px; }
.dish-symbol { color: var(--copper); font-size: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 25px; padding-bottom: 4px; border-bottom: 1px solid rgba(23,23,19,.34); font-size: 11px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }

.menu-section { color: var(--paper-light); background: var(--ink); }
.menu-heading { display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: end; margin-bottom: 71px; }
.menu-heading > p { margin-bottom: 4px; color: rgba(251,248,242,.58); line-height: 1.75; }
.menu-showcase { display: grid; grid-template-columns: 1.23fr .77fr; gap: 34px; }
.menu-feature { overflow: hidden; background: var(--ink-soft); border-radius: var(--radius-md); }
.menu-image { position: relative; height: 440px; overflow: hidden; }
.menu-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.2,1); }
.menu-feature:hover .menu-image img { transform: scale(1.035); }
.image-tag { position: absolute; left: 24px; top: 24px; padding: 8px 12px; color: var(--ink); background: rgba(251,248,242,.92); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; backdrop-filter: blur(8px); }
.menu-feature-copy { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: start; padding: 34px 36px 38px; }
.menu-index { padding-top: 6px; color: var(--copper); font-family: var(--display); font-size: 16px; font-style: italic; }
.menu-feature h3, .menu-list h3 { margin: 0 0 9px; font-family: var(--display); font-size: 34px; font-weight: 500; letter-spacing: 0; }
.menu-feature-copy p, .menu-list p { margin: 0; color: rgba(251,248,242,.55); font-size: 13px; line-height: 1.6; }
.price { white-space: nowrap; font-family: var(--display); font-size: 20px; font-weight: 500; }
.menu-list { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius-md); }
.menu-list article { display: grid; grid-template-columns: auto 1fr auto; gap: 19px; flex: 1; padding: 33px 30px; border-bottom: 1px solid var(--line-light); }
.menu-list h3 { font-size: 29px; }
.menu-list .price { padding-top: 28px; font-size: 17px; }
.menu-download { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 118px; padding: 26px 30px; background: var(--copper); transition: background .2s ease; }
.menu-download:hover, .menu-download:focus-visible { background: #c15a3f; }
.menu-download small { color: rgba(255,255,255,.65); opacity: 1; }
.menu-download strong { font-family: var(--display); font-size: 27px; font-weight: 500; }
.round-arrow { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; font-size: 19px; }

.story-section { background: var(--paper-light); }
.story-grid { display: grid; grid-template-columns: minmax(390px, .82fr) 1fr; gap: 110px; align-items: center; }
.story-visual { position: relative; height: 760px; }
.story-visual::before { content: ""; position: absolute; z-index: 0; left: -29px; bottom: -29px; width: 68%; height: 68%; background: var(--paper-deep); border-radius: 15px; }
.story-visual img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; border-radius: 240px 16px 16px 16px; }
.story-stamp { position: absolute; z-index: 2; right: -49px; bottom: 70px; display: grid; place-items: center; width: 138px; height: 138px; color: var(--paper-light); background: var(--copper); border-radius: 50%; box-shadow: 0 18px 40px rgba(60,30,19,.22); }
.story-stamp svg { width: 112px; height: 112px; }
.story-stamp text { fill: currentColor; font-family: var(--sans); font-size: 8px; font-weight: 800; letter-spacing: 0; }
.story-copy { padding-left: 18px; }
.story-copy h2 { margin-bottom: 37px; }
.story-copy > p:not(.eyebrow) { max-width: 630px; }
.story-copy > p:nth-of-type(3) { color: rgba(23,23,19,.6); }
.story-copy blockquote { margin: 35px 0; padding: 24px 0 24px 27px; border-left: 2px solid var(--copper); font-family: var(--display); font-size: 24px; font-style: italic; line-height: 1.35; }
.story-facts { border-top: 1px solid var(--line-dark); }
.story-facts > div { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.story-facts span { padding-top: 3px; color: var(--copper); font-family: var(--display); font-size: 15px; font-style: italic; }
.story-facts p { margin: 0; color: rgba(23,23,19,.55); font-size: 13px; }
.story-facts strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 13px; }

.events-section { color: var(--paper-light); background: var(--ink); }
.events-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 115px; }
.events-copy { position: sticky; top: calc(var(--header-h) + 42px); align-self: start; }
.events-copy h2 { margin-bottom: 34px; }
.events-copy > p:not(.eyebrow) { max-width: 480px; margin-bottom: 34px; color: rgba(251,248,242,.59); line-height: 1.72; }
.event-cards { border-top: 1px solid var(--line-light); }
.event-cards article { display: grid; grid-template-columns: 48px 1fr auto; gap: 24px; align-items: start; padding: 43px 0; border-bottom: 1px solid var(--line-light); transition: padding .2s ease, background .2s ease; }
.event-cards article:hover { padding-left: 14px; padding-right: 14px; background: rgba(255,255,255,.025); }
.event-number { color: var(--copper); font-family: var(--display); font-style: italic; }
.event-cards h3 { margin: 0 0 9px; font-family: var(--display); font-size: 32px; font-weight: 500; letter-spacing: 0; }
.event-cards p { max-width: 550px; margin: 0; color: rgba(251,248,242,.52); }
.event-cards article > span:last-child { opacity: .44; }

.contact-section { background: var(--paper); }
.contact-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 72px; }
.contact-heading .eyebrow { align-self: flex-start; margin-top: 8px; }
.contact-heading h2 { text-align: right; }
.contact-grid { display: grid; grid-template-columns: 1fr .78fr; grid-template-areas: "contact hours" "map map"; gap: 26px; }
.contact-card, .hours-card { padding: 42px 45px; background: var(--paper-light); border: 1px solid rgba(23,23,19,.08); border-radius: var(--radius-md); }
.contact-card { grid-area: contact; display: flex; flex-direction: column; justify-content: space-between; min-height: 430px; }
.contact-block h3 { margin: 0 0 21px; font-family: var(--display); font-size: 37px; font-weight: 500; letter-spacing: 0; line-height: 1.08; }
.contact-pair { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; padding-top: 29px; border-top: 1px solid var(--line-dark); }
.contact-pair a { font-family: var(--display); font-size: 20px; }
.hours-card { grid-area: hours; }
.hours-header { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 20px; }
.hours-header h3 { margin: 0; font-family: var(--display); font-size: 31px; font-weight: 500; }
.hours-status { padding: 8px 10px; color: var(--copper-dark); background: rgba(180,81,55,.09); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.hours-status.is-open { color: #40552e; background: rgba(97,127,65,.12); }
.hours-card dl { margin: 0; border-top: 1px solid var(--line-dark); }
.hours-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line-dark); }
.hours-card dt { color: rgba(23,23,19,.64); font-size: 13px; }
.hours-card dd { margin: 0; font-size: 13px; font-weight: 700; }
.hours-card > p { margin: 17px 0 0; color: rgba(23,23,19,.47); font-size: 11px; }
.map-card { grid-area: map; position: relative; display: block; height: 430px; overflow: hidden; background: #d7d0c4; border-radius: var(--radius-md); }
.map-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 68% 30%, rgba(255,255,255,.55), transparent 28%), linear-gradient(135deg, rgba(180,81,55,.08), transparent 45%);
}
.map-lines { position: absolute; inset: -10%; width: 120%; height: 120%; }
.map-lines path { fill: none; stroke: rgba(23,23,19,.28); stroke-width: 7; vector-effect: non-scaling-stroke; }
.map-lines path:nth-child(2), .map-lines path:nth-child(3) { stroke-width: 4; opacity: .48; }
.map-lines path:nth-child(4), .map-lines path:nth-child(5) { stroke-width: 3; opacity: .42; }
.map-pin { position: absolute; left: 50%; top: 49%; display: flex; align-items: center; gap: 11px; padding: 11px 15px; color: var(--paper-light); background: var(--ink); border-radius: 10px; box-shadow: 0 15px 40px rgba(23,23,19,.22); transform: translate(-50%, -50%); }
.map-pin > svg { width: 27px; height: 37px; }
.map-pin > svg path { fill: var(--copper); }
.map-pin > svg circle { fill: var(--paper-light); }
.map-pin small { color: rgba(255,255,255,.55); opacity: 1; }
.map-pin strong { display: block; font-family: var(--display); font-size: 17px; white-space: nowrap; }
.map-open { position: absolute; right: 20px; bottom: 20px; padding: 11px 14px; color: var(--paper-light); background: var(--copper); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }

.site-footer { padding: 80px 0 28px; color: var(--paper-light); background: #10100d; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; padding-bottom: 63px; }
.footer-brand .brand-mark { width: 58px; height: 58px; }
.footer-brand .brand-kicker { font-size: 11px; }
.footer-brand .brand-name { font-size: 34px; }
.footer-cta { text-align: right; }
.footer-cta p { margin-bottom: 7px; color: rgba(255,255,255,.47); opacity: 1; }
.footer-cta a { font-family: var(--display); font-size: 52px; letter-spacing: 0; line-height: 1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; padding-top: 23px; color: rgba(255,255,255,.42); border-top: 1px solid var(--line-light); font-size: 10px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.mobile-action { display: none; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 960px); }
  .desktop-nav { gap: 20px; }
  .header-cta { display: none; }
  .hero { min-height: 900px; }
  .hero-grid { grid-template-columns: 1fr .92fr; gap: 45px; }
  .hero-visual { min-height: 580px; }
  .hero-meta { gap: 24px; }
  .quick-info a { padding-inline: 20px; gap: 12px; }
  .two-column-intro { gap: 70px; }
  .story-grid { gap: 70px; }
  .story-visual { height: 660px; }
  .events-grid { gap: 70px; }
}

@media (max-width: 850px) {
  :root { --header-h: 76px; }
  .desktop-nav, .header-cta { display: none; }
  .header-inner { justify-content: space-between; }
  .menu-toggle { display: grid; place-content: center; gap: 7px; width: 44px; height: 44px; padding: 0; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
  .menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 99; inset: var(--header-h) 0 0; display: flex; flex-direction: column; padding: 34px 24px 120px; color: var(--paper-light); background: rgba(23,23,19,.985); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 17px 0; border-bottom: 1px solid var(--line-light); font-family: var(--display); font-size: 32px; }
  .mobile-menu .mobile-call { margin-top: auto; padding: 17px 20px; text-align: center; background: var(--copper); border: 0; border-radius: 999px; font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }

  .hero { min-height: 0; padding-top: calc(var(--header-h) + 45px); }
  .hero-grid { grid-template-columns: 1fr; gap: 43px; }
  .hero-copy { padding-bottom: 0; }
  h1 { max-width: 720px; font-size: 72px; }
  .hero-lead { max-width: 700px; }
  .hero-visual { min-height: 700px; }
  .hero-photo-frame { inset: 0 16px 0 30px; }
  .hero-card-lunch { left: 0; }
  .hero-card-open { right: 0; }
  .vertical-label { right: -88px; }
  .quick-info { grid-template-columns: 1fr; margin-top: 55px; }
  .quick-info a, .quick-info a:first-child, .quick-info a:last-child { min-height: 84px; padding: 0 4px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .quick-info a:last-child { border-bottom: 0; }
  .section { padding: 95px 0; }
  .two-column-intro, .menu-heading { grid-template-columns: 1fr; gap: 36px; }
  .intro-copy { max-width: 700px; }
  .lunch-board { grid-template-columns: 1fr; }
  .lunch-time { min-height: 340px; }
  .lunch-time strong { margin-top: auto; font-size: 120px; }
  .menu-showcase { grid-template-columns: 1fr; }
  .menu-list article { min-height: 190px; }
  .story-grid { grid-template-columns: 1fr; gap: 95px; }
  .story-visual { width: min(88%, 590px); height: 720px; }
  .story-copy { padding-left: 0; }
  .events-grid { grid-template-columns: 1fr; gap: 58px; }
  .events-copy { position: static; }
  .contact-heading { display: block; }
  .contact-heading h2 { text-align: left; }
  .contact-grid { grid-template-columns: 1fr; grid-template-areas: "contact" "hours" "map"; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-cta { text-align: left; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 30px); --radius-md: 15px; }
  body { font-size: 15px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-name { font-size: 20px; }
  .brand-kicker { font-size: 8px; }
  .hero { padding-top: calc(var(--header-h) + 35px); }
  .eyebrow { margin-bottom: 20px; }
  h1 { margin-bottom: 26px; font-size: 54px; line-height: .95; }
  h2 { font-size: 50px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 38px; }
  .hero-meta div { display: block; }
  .hero-meta strong { display: block; margin-bottom: 7px; }
  .hero-meta span { display: block; font-size: 8px; }
  .hero-visual { min-height: 515px; margin-top: 4px; }
  .hero-photo-frame { inset: 0 8px 0 17px; border-radius: 190px 13px 13px 13px; }
  .hero-photo-frame::before { border-radius: 180px 9px 9px 9px; }
  .hero-card-lunch { left: 0; bottom: 21px; width: 246px; padding: 14px 15px; }
  .hero-card-lunch time { font-size: 25px; }
  .hero-card-open { top: 38px; right: -3px; padding: 13px 14px; }
  .hero-card-open strong { max-width: 118px; font-size: 10px; }
  .vertical-label { display: none; }
  .quick-info strong { font-size: 12px; }
  .quick-info a { grid-template-columns: 28px 1fr auto; }
  .section { padding: 79px 0; }
  .two-column-intro { margin-bottom: 45px; }
  .large-copy { font-size: 23px; }
  .lunch-time { min-height: 285px; padding: 30px; }
  .lunch-time strong { font-size: 100px; }
  .lunch-content { padding: 30px 25px; }
  .board-header { display: block; }
  .week-pill { display: inline-block; margin-top: 14px; }
  .lunch-items article { grid-template-columns: 1fr auto; gap: 14px; }
  .dish-day { grid-column: 1 / -1; }
  .lunch-items h4 { font-size: 22px; }
  .menu-heading { margin-bottom: 45px; }
  .menu-image { height: 300px; }
  .menu-feature-copy { grid-template-columns: auto 1fr; padding: 27px 23px; }
  .menu-feature-copy .price { grid-column: 2; }
  .menu-feature h3 { font-size: 29px; }
  .menu-list article { grid-template-columns: auto 1fr; min-height: 0; padding: 28px 23px; }
  .menu-list .price { grid-column: 2; padding-top: 4px; }
  .menu-download { padding-inline: 23px; }
  .story-grid { gap: 70px; }
  .story-visual { width: calc(100% - 20px); height: 520px; }
  .story-stamp { right: -22px; bottom: 40px; width: 108px; height: 108px; }
  .story-stamp svg { width: 89px; height: 89px; }
  .story-copy blockquote { font-size: 21px; }
  .event-cards article { grid-template-columns: 33px 1fr; padding: 31px 0; }
  .event-cards article > span:last-child { display: none; }
  .event-cards h3 { font-size: 27px; }
  .contact-heading { margin-bottom: 45px; }
  .contact-card, .hours-card { padding: 30px 25px; }
  .contact-card { min-height: 390px; }
  .contact-block h3 { font-size: 30px; }
  .contact-pair { grid-template-columns: 1fr; gap: 20px; }
  .contact-pair a { font-size: 18px; overflow-wrap: anywhere; }
  .hours-header { display: block; }
  .hours-status { display: inline-block; margin-top: 12px; }
  .map-card { height: 360px; }
  .map-pin { left: 48%; }
  .site-footer { padding-bottom: 94px; }
  .footer-brand .brand-name { font-size: 27px; }
  .footer-cta a { font-size: 38px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .mobile-action { position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6px; padding: 6px; color: var(--paper-light); background: rgba(23,23,19,.94); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
  .mobile-action a { display: grid; place-items: center; min-height: 45px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
  .mobile-action a:last-child { background: var(--copper); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* WordPress integration */
:root {
  --copper-text: #78301f;
  --copper-light: #df8064;
  --danger: #8f1f1f;
  --success: #315124;
  --focus-inner: #171713;
  --focus-outer: #fbf8f2;
  --radius-sm: 6px;
  --radius-md: 8px;
  --header-h: 88px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

html {
  overflow-x: clip;
  background: var(--paper);
}

body {
  overflow-wrap: break-word;
}

[data-reveal],
[data-reveal].is-visible {
  opacity: 1 !important;
  transform: none !important;
}

body.nav-open {
  overflow: hidden;
}

main {
  overflow: clip;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
h1[tabindex]:focus-visible,
h2[tabindex]:focus-visible,
h3[tabindex]:focus-visible {
  outline: 3px solid var(--focus-inner);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus-outer);
}

.menu-section a:focus-visible,
.events-section a:focus-visible,
.site-footer a:focus-visible,
.site-header a:focus-visible,
.site-header button:focus-visible,
.hero a:focus-visible,
.mobile-action a:focus-visible {
  --focus-inner: #fbf8f2;
  --focus-outer: #171713;
}

h1,
h2,
h3,
h4,
p {
  letter-spacing: 0;
}

h1,
h2 {
  line-height: 0.98;
}

h2 {
  font-size: 68px;
}

h3,
h4 {
  font-family: var(--display);
  font-weight: 600;
}

.section {
  padding-block: 120px;
}

.eyebrow {
  margin-bottom: 24px;
  font-size: 11px;
  opacity: 0.84;
}

.eyebrow-dark {
  color: #4d4d46;
  opacity: 1;
}

.eyebrow-light {
  color: #d9d5cd;
  opacity: 1;
}

.large-copy {
  font-size: 29px;
  letter-spacing: 0;
}

.button {
  min-height: 52px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0;
}

.button-primary,
.button-copper {
  background: var(--copper);
  color: #fff;
}

.button-primary:hover,
.button-primary:focus-visible,
.button-copper:hover,
.button-copper:focus-visible {
  background: #963d27;
}

.button-dark {
  background: var(--ink);
  color: #fff;
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--copper-dark);
}

.text-link {
  color: var(--copper-text);
  font-size: 12px;
  letter-spacing: 0;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  border-bottom-color: currentColor;
}

.site-header__inner {
  display: flex;
  width: var(--shell);
  height: 100%;
  margin-inline: auto;
  align-items: center;
  gap: 30px;
}

.site-brand {
  display: grid;
  width: 154px;
  height: 62px;
  padding: 5px 9px;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.site-brand img,
.site-brand .custom-logo {
  width: 100%;
  max-width: 136px;
  max-height: 52px;
  object-fit: contain;
}

.site-navigation {
  margin-left: auto;
}

.site-navigation ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 27px;
  list-style: none;
}

.site-navigation a {
  position: relative;
  display: block;
  padding-block: 12px;
  color: var(--paper-light);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.site-navigation a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: var(--copper-light);
  transition: right 0.2s ease;
}

.site-navigation a:hover::after,
.site-navigation a:focus-visible::after,
.site-navigation a[aria-current="location"]::after {
  right: 0;
}

.header-cta {
  flex: 0 0 auto;
  padding: 11px 18px;
  color: var(--paper-light);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: var(--ink);
  background: var(--paper-light);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  color: var(--paper-light);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.nav-toggle__icon {
  display: grid;
  width: 22px;
  gap: 6px;
}

.nav-toggle__icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: transform 0.2s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__icon span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__icon span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

body:not(.home) .site-header,
.site-header.is-scrolled,
.no-js .site-header {
  background: rgba(23, 23, 19, 0.97);
}

body.admin-bar .site-header {
  top: 32px;
}

body:not(.home) main {
  padding-top: var(--header-h);
}

.hero {
  min-height: 850px;
  padding-top: 115px;
  padding-bottom: 0;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
  gap: 76px;
}

.hero-copy {
  padding-bottom: 36px;
}

#hero-title {
  max-width: 680px;
  margin: 0 0 28px;
}

.hero-title__brand {
  display: block;
  margin-bottom: 18px;
  color: #ded9d0;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-title__message {
  display: block;
  font-family: var(--display);
  font-size: 76px;
  font-weight: 500;
  line-height: 0.94;
}

.hero-title__message em,
h2 em {
  color: var(--copper-light);
  font-weight: inherit;
}

.lunch-section h2 em,
.story-section h2 em,
.contact-section h2 em {
  color: var(--copper-text);
}

.hero-lead {
  max-width: 590px;
  color: #d3d0c9;
  font-size: 17px;
}

.hero-meta {
  margin-top: 44px;
}

.hero-meta span {
  color: #b9b6af;
  font-size: 10px;
  letter-spacing: 0;
}

.hero-visual {
  min-height: 540px;
}

.hero-photo-frame {
  inset: 0 34px 0 20px;
  border-radius: 220px 8px 8px 8px;
}

.hero-photo-frame::before {
  border-radius: 210px 5px 5px 5px;
}

.hero-photo-frame img {
  object-position: 54% 50%;
}

.hero-card small {
  color: #4f4e48;
  font-size: 10px;
  opacity: 1;
}

.hero-card-lunch {
  left: -18px;
  bottom: 44px;
  grid-template-columns: auto 1fr;
  width: 310px;
  border-radius: 8px;
}

.hero-card-lunch strong {
  font-size: 12px;
}

.hero-card-open {
  right: -4px;
  top: 55px;
  border-radius: 8px;
}

.hero-card-open small {
  color: #fff;
}

.vertical-label {
  color: #aaa8a1;
  font-size: 10px;
  letter-spacing: 0;
}

.quick-info {
  margin-top: 30px;
}

.quick-info a {
  min-height: 80px;
}

.quick-info small {
  color: #c2bfb8;
  font-size: 10px;
  letter-spacing: 0;
}

.quick-number {
  color: var(--copper-light);
}

.quick-info strong {
  font-size: 13px;
}

.lunch-section::before {
  right: 24px;
}

.two-column-intro {
  margin-bottom: 64px;
}

.intro-copy p:last-child {
  color: #53534c;
}

.lunch-board {
  min-height: 0;
  border: 1px solid rgba(23, 23, 19, 0.08);
  border-radius: var(--radius-md);
}

.lunch-content {
  padding: 46px 54px;
}

.board-header small,
.menu-feature-copy small,
.contact-block small,
.hours-header small,
.footer-cta p,
.map-pin small {
  color: #55544d;
  font-size: 10px;
  letter-spacing: 0;
  opacity: 1;
}

.board-header h3 {
  font-size: 40px;
}

.week-pill {
  color: var(--copper-text);
  font-size: 10px;
  letter-spacing: 0;
}

.week-nav {
  display: flex;
  margin: 28px 0 18px;
  padding-bottom: 8px;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.week-nav__link {
  display: inline-flex;
  min-width: 92px;
  min-height: 46px;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
  color: var(--ink);
  background: #e9e1d5;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.week-nav__link span {
  color: #5d5b54;
  font-size: 11px;
}

.week-nav__link:hover,
.week-nav__link:focus-visible,
.week-nav__link.is-current {
  color: #fff;
  background: var(--copper-dark);
}

.week-nav__link.is-current span {
  color: #fff;
}

.notice {
  margin: 18px 0;
  padding: 13px 16px;
  background: #efe5d9;
  border-left: 4px solid var(--copper-text);
}

.lunch-sheet__content {
  margin-top: 12px;
}

.lunch-sheet__content h2,
.lunch-sheet__content h3,
.lunch-sheet__content h4,
.lunch-sheet__content h5,
.lunch-sheet__content h6 {
  margin: 28px 0 6px;
  padding-top: 22px;
  color: var(--copper-text);
  border-top: 1px solid var(--line-dark);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.lunch-sheet__content h2:first-child,
.lunch-sheet__content h3:first-child,
.lunch-sheet__content h4:first-child {
  margin-top: 0;
}

.lunch-sheet__content p,
.lunch-sheet__content li {
  color: #30302b;
}

.lunch-sheet__content p {
  margin-bottom: 8px;
}

.lunch-sheet__content ul,
.lunch-sheet__content ol {
  margin-top: 8px;
}

.lunch-empty {
  padding-top: 28px;
}

.menu-section {
  color: var(--paper-light);
}

.menu-heading > p {
  color: #c4c0b8;
}

.menu-showcase {
  align-items: stretch;
}

.menu-feature {
  border-radius: var(--radius-md);
}

.menu-image {
  height: 410px;
}

.menu-image img {
  object-position: center 58%;
}

.image-tag {
  font-size: 10px;
  letter-spacing: 0;
}

.menu-number {
  padding-top: 5px;
  color: var(--copper-light);
  font-family: var(--display);
  font-size: 17px;
  font-style: italic;
}

.menu-feature h3 {
  color: #fff;
  font-size: 34px;
}

.menu-feature-copy p {
  color: #c4c0b8;
  font-size: 14px;
}

.menu-feature-copy small {
  color: #c8c4bc;
}

.menu-directory {
  display: flex;
  min-height: 100%;
  padding: 38px 34px;
  flex-direction: column;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
}

.menu-directory__label {
  margin-bottom: 12px;
  color: var(--copper-light);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-directory > p:not(.menu-directory__label) {
  color: #c4c0b8;
}

.menu-index {
  display: grid;
  margin: auto 0 0;
  padding: 22px 0 0;
  gap: 0;
  overflow: visible;
  border-top: 1px solid var(--line-light);
  border-bottom: 0;
}

.menu-index a {
  display: flex;
  min-height: 48px;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  border-bottom: 1px solid var(--line-light);
  font-size: 14px;
  text-decoration: none;
}

.menu-index a:hover,
.menu-index a:focus-visible {
  color: var(--copper-light);
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 78px;
  gap: 72px 54px;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.menu-category {
  min-width: 0;
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.menu-category > h3 {
  margin: 0;
  padding: 0 0 18px;
  color: #fff;
  border-bottom: 2px solid var(--copper);
  font-size: 34px;
}

.menu-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item {
  display: grid;
  padding: 22px 0;
  gap: 7px;
  border-bottom: 1px solid var(--line-light);
}

.menu-item__title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 22px;
}

.menu-item__title h4,
.menu-item__title span,
.menu-item p {
  margin: 0;
}

.menu-item__title h4 {
  color: #fff;
  font-size: 22px;
  overflow-wrap: anywhere;
}

.menu-item__title span {
  color: #fff;
  font-family: var(--display);
  font-weight: 600;
  white-space: nowrap;
}

.menu-item p {
  color: #c4c0b8;
  font-size: 14px;
}

.menu-empty {
  padding-block: 34px;
  border-block: 1px solid var(--line-light);
}

.story-visual {
  height: 700px;
}

.story-visual::before {
  border-radius: var(--radius-md);
}

.story-visual img {
  border-radius: 220px 8px 8px 8px;
}

.story-stamp {
  right: -42px;
  width: 126px;
  height: 126px;
}

.story-stamp img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.story-copy > p:nth-of-type(3) {
  color: #4d4d46;
}

.story-copy blockquote {
  font-size: 23px;
}

.story-facts p {
  color: #505049;
  font-size: 13px;
}

.story-facts span {
  color: var(--copper-text);
}

.events-copy > p:not(.eyebrow),
.events__copy p:not(.eyebrow) {
  color: #c8c4bc;
}

.event-cards h3 {
  color: #fff;
}

.event-cards p {
  color: #bbb7af;
}

.event-number {
  color: var(--copper-light);
}

.contact-heading h2 {
  text-align: right;
}

.contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
}

.contact-card,
.hours-card {
  border-radius: var(--radius-md);
}

.contact-card {
  gap: 30px;
}

.contact-block h3 {
  font-size: 36px;
}

.contact-pair a {
  overflow-wrap: anywhere;
}

.social-links {
  display: flex;
  margin: 0;
  padding: 22px 0 0;
  gap: 10px;
  border-top: 1px solid var(--line-dark);
  list-style: none;
  flex-wrap: wrap;
}

.social-links a {
  display: inline-flex;
  min-height: 44px;
  padding: 8px 13px;
  align-items: center;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: #fff;
  background: var(--ink);
}

.hours-status {
  color: var(--copper-text);
  font-size: 10px;
  letter-spacing: 0;
}

.hours-status.is-open {
  color: var(--success);
}

.hours-card > p {
  color: #5a5952;
  font-size: 12px;
}

.map-card {
  border-radius: var(--radius-md);
}

.map-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.map-lines span {
  position: absolute;
  width: 130%;
  height: 120px;
  border: 4px solid rgba(23, 23, 19, 0.21);
  border-radius: 50%;
  transform: rotate(-4deg);
}

.map-lines span:nth-child(1) { top: -54px; left: -12%; }
.map-lines span:nth-child(2) { top: 82px; left: -18%; transform: rotate(6deg); }
.map-lines span:nth-child(3) { top: 215px; left: -10%; transform: rotate(-7deg); }
.map-lines span:nth-child(4) { top: 340px; left: -15%; transform: rotate(5deg); }

.map-pin {
  border-radius: var(--radius-md);
}

.map-pin__dot {
  width: 17px;
  height: 17px;
  border: 5px solid var(--copper);
  border-radius: 50%;
}

.map-pin small {
  color: #c1beb7;
}

.map-open {
  font-size: 10px;
  letter-spacing: 0;
}

.contact-form {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  margin-top: 92px;
  padding-block: 64px;
  gap: 78px;
  border-block: 2px solid var(--ink);
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.contact-form__intro h2 {
  margin-bottom: 26px;
  font-size: 48px;
}

.contact-form__intro > p:last-child {
  color: #4f4f48;
}

.form-privacy {
  color: #4f4f48;
  font-size: 14px;
}

.form-privacy a {
  color: var(--copper-text);
  font-weight: 800;
}

.form-privacy--objection {
  padding: 10px 0 10px 14px;
  border-left: 3px solid var(--copper);
  color: var(--ink);
}

.form-privacy--objection strong {
  display: block;
  margin-bottom: 4px;
}

.contact-form .gform_wrapper,
.contact-form form {
  margin: 0;
}

.contact-form .gform_heading,
.contact-form .gform_title {
  display: none;
}

.contact-form .gform_fields,
.contact-form .gform_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-form .gfield {
  margin: 0 0 18px;
  padding: 0;
}

.contact-form .gform_validation_container {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form label,
.contact-form legend {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select {
  width: 100% !important;
  max-width: none !important;
  min-height: 50px;
  padding: 11px 13px !important;
  color: var(--ink) !important;
  background: var(--paper-light) !important;
  border: 1px solid #77766f !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form input[type="submit"],
.contact-form button[type="submit"] {
  min-height: 50px;
  padding: 11px 24px;
  color: #fff;
  background: var(--copper-dark);
  border: 2px solid var(--copper-dark);
  border-radius: 4px;
  font-weight: 800;
  cursor: pointer;
}

.contact-form input[type="submit"]:hover,
.contact-form button[type="submit"]:hover {
  background: var(--ink);
  border-color: var(--ink);
}

.contact-form .validation_message,
.contact-form .gfield_validation_message,
.contact-form .gform_validation_errors {
  color: var(--danger);
  font-weight: 800;
}

.contact-form .gform_wrapper .ginput_counter {
  color: #4d4c46 !important;
}

.contact-form .gform_confirmation_message {
  padding: 18px;
  color: #213719;
  background: #e2eddd;
  border-left: 4px solid var(--success);
}

.form-fallback {
  padding: 28px;
  background: var(--paper-light);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
}

.privacy {
  margin-top: 44px;
  scroll-margin-top: calc(var(--header-h) + 24px);
  border-bottom: 1px solid var(--line-dark);
}

.privacy summary {
  display: flex;
  min-height: 62px;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 600;
  list-style: none;
}

.privacy summary::-webkit-details-marker {
  display: none;
}

.privacy summary span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--copper-dark);
  border-radius: 50%;
  font-family: var(--sans);
}

.privacy[open] summary span {
  transform: rotate(45deg);
}

.privacy__content {
  max-width: 880px;
  padding: 12px 0 52px;
}

.privacy__content h2,
.privacy__content h3 {
  margin-top: 34px;
  font-size: 28px;
  line-height: 1.2;
}

.privacy__content h4,
.privacy__content h5 {
  margin-top: 28px;
  font-size: 20px;
}

.entry-content {
  overflow-wrap: anywhere;
}

.entry-content a {
  color: var(--copper-text);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.site-footer {
  padding: 76px 0 30px;
}

.footer-top {
  padding-bottom: 56px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
}

.footer-brand img {
  width: 56px;
  height: 56px;
}

.footer-brand span {
  display: grid;
}

.footer-brand small {
  color: #bcb9b2;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-brand strong {
  font-family: var(--display);
  font-size: 31px;
  font-weight: 600;
}

.footer-cta p {
  color: #bcb9b2;
}

.footer-cta a {
  color: #fff;
  font-size: 52px;
  letter-spacing: 0;
  text-decoration: none;
}

.footer-bottom {
  color: #bcb9b2;
  font-size: 11px;
  letter-spacing: 0;
}

.footer-bottom a {
  color: #e3e0da;
}

.mobile-action {
  display: none;
}

.content-page {
  min-height: 70vh;
  padding-block: 90px;
  background: var(--paper-light);
}

.content-page .shell {
  max-width: 880px;
}

.content-page .article > header {
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-dark);
}

.content-page h1 {
  font-size: 62px;
}

@media (max-width: 1100px) {
  .site-header__inner {
    width: min(100% - 40px, 960px);
  }

  .site-navigation ul {
    gap: 19px;
  }

  .site-navigation a {
    font-size: 12px;
  }

  .site-brand {
    width: 140px;
  }

  .hero-grid {
    gap: 46px;
  }

  .hero-title__message {
    font-size: 66px;
  }

  h2 {
    font-size: 60px;
  }

  .story-grid {
    gap: 74px;
  }

  .events-grid {
    gap: 75px;
  }
}

@media (max-width: 850px) {
  :root {
    --header-h: 76px;
  }

  .site-header__inner {
    width: min(100% - 36px, 720px);
    justify-content: space-between;
  }

  .site-brand {
    width: 138px;
    height: 58px;
  }

  .site-brand img,
  .site-brand .custom-logo {
    max-height: 48px;
  }

  .header-cta {
    display: none;
  }

  .has-js .nav-toggle {
    display: grid;
  }

  .has-js .site-navigation {
    position: fixed;
    z-index: 99;
    inset: var(--header-h) 0 0;
    display: none;
    margin: 0;
    overflow-y: auto;
    background: rgba(10, 10, 8, 0.78);
  }

  body.admin-bar .site-navigation {
    top: calc(var(--header-h) + 46px);
  }

  .has-js .site-navigation[data-open="true"] {
    display: block;
  }

  .has-js .site-navigation ul {
    width: 100%;
    max-width: 720px;
    min-height: 100%;
    margin: 0 auto;
    padding: 22px max(20px, calc((100% - 680px) / 2)) 36px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--ink);
  }

  .has-js .site-navigation a {
    display: flex;
    min-height: 58px;
    padding: 13px 0;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid var(--line-light);
    font-family: var(--display);
    font-size: 25px;
  }

  .has-js .site-navigation a::after {
    display: none;
  }

  .no-js .site-header {
    position: static;
    height: auto;
    background: var(--ink);
  }

  .no-js .site-header__inner {
    height: auto;
    padding-block: 8px 12px;
    flex-wrap: wrap;
  }

  .no-js .site-navigation {
    width: 100%;
    margin: 0;
  }

  .no-js .site-navigation ul {
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 18px;
  }

  .no-js .site-navigation a {
    min-height: 42px;
    padding-block: 8px;
  }

  .no-js .hero {
    padding-top: 48px;
  }

  .hero {
    min-height: 0;
    padding-top: calc(var(--header-h) + 52px);
  }

  .hero-grid,
  .two-column-intro,
  .menu-heading,
  .menu-showcase,
  .story-grid,
  .events-grid,
  .contact-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-title__message {
    font-size: 64px;
  }

  .hero-visual {
    min-height: 590px;
    margin-top: 28px;
  }

  .quick-info {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .quick-info a,
  .quick-info a:first-child,
  .quick-info a:last-child {
    min-height: 74px;
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .section {
    padding-block: 96px;
  }

  .two-column-intro,
  .menu-heading {
    gap: 28px;
  }

  .menu-list {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .story-visual {
    width: calc(100% - 36px);
    height: 610px;
    grid-row: 2;
  }

  .story-copy {
    padding-left: 0;
    grid-row: 1;
  }

  .events-copy {
    position: static;
  }

  .contact-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .contact-heading h2 {
    text-align: left;
  }

  .contact-form {
    gap: 34px;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-cta {
    text-align: left;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }
}

@media (min-width: 783px) and (max-width: 850px) {
  body.admin-bar .site-navigation {
    top: calc(var(--header-h) + 32px);
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 30px);
  }

  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
    font-size: 15px;
  }

  h2 {
    font-size: 47px;
  }

  .section {
    padding-block: 78px;
  }

  .site-header__inner {
    width: calc(100% - 28px);
  }

  .site-brand {
    width: 128px;
    height: 54px;
  }

  .hero {
    padding-top: calc(var(--header-h) + 34px);
  }

  .hero-title__brand {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .hero-title__message {
    font-size: 49px;
    line-height: 0.96;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 36px;
  }

  .hero-meta div {
    display: block;
  }

  .hero-meta strong,
  .hero-meta span {
    display: block;
  }

  .hero-meta strong {
    margin-bottom: 6px;
  }

  .hero-meta span {
    font-size: 9px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-photo-frame {
    inset: 0 8px 0 16px;
    border-radius: 180px 8px 8px 8px;
  }

  .hero-photo-frame::before {
    border-radius: 170px 5px 5px 5px;
  }

  .hero-card-lunch {
    left: 0;
    bottom: 20px;
    width: 258px;
    padding: 14px 15px;
  }

  .hero-card-open {
    right: -2px;
    top: 38px;
    padding: 13px 14px;
  }

  .vertical-label {
    display: none;
  }

  .quick-info {
    margin-top: 38px;
  }

  .two-column-intro {
    margin-bottom: 42px;
  }

  .large-copy {
    font-size: 23px;
  }

  .lunch-content {
    padding: 29px 23px;
  }

  .board-header {
    display: block;
  }

  .board-header h3 {
    font-size: 31px;
    line-height: 1.12;
  }

  .week-pill {
    display: inline-block;
    margin-top: 14px;
  }

  .week-nav {
    margin-inline: -2px;
  }

  .menu-heading {
    margin-bottom: 42px;
  }

  .menu-image {
    height: 300px;
  }

  .menu-feature-copy {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 26px 22px;
  }

  .menu-feature-copy .price {
    grid-column: 2;
  }

  .menu-feature h3 {
    font-size: 29px;
  }

  .menu-directory {
    padding: 30px 23px;
  }

  .menu-list {
    margin-top: 60px;
  }

  .menu-category > h3 {
    font-size: 30px;
  }

  .menu-item__title {
    gap: 12px;
  }

  .menu-item__title h4 {
    font-size: 20px;
  }

  .story-visual {
    width: calc(100% - 20px);
    height: 500px;
  }

  .story-stamp {
    right: -20px;
    bottom: 40px;
    width: 102px;
    height: 102px;
  }

  .story-stamp img {
    width: 68px;
    height: 68px;
  }

  .story-copy blockquote {
    font-size: 20px;
  }

  .event-cards article {
    grid-template-columns: 32px 1fr;
    padding-block: 30px;
  }

  .event-cards h3 {
    font-size: 27px;
  }

  .contact-card,
  .hours-card {
    padding: 29px 24px;
  }

  .contact-block h3 {
    font-size: 29px;
  }

  .contact-pair {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hours-header {
    display: block;
  }

  .hours-status {
    display: inline-block;
    margin-top: 12px;
  }

  .map-card {
    height: 340px;
  }

  .map-open {
    right: 14px;
    bottom: 14px;
  }

  .contact-form {
    margin-top: 70px;
    padding-block: 48px;
  }

  .contact-form__intro h2 {
    font-size: 40px;
  }

  .form-fallback {
    padding: 22px;
  }

  .privacy summary {
    font-size: 20px;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .footer-cta a {
    font-size: 36px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .mobile-action {
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 6px;
    padding: 6px;
    color: #fff;
    background: rgba(23, 23, 19, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.24);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .contact-form-focused .mobile-action,
  .contact-area-visible .mobile-action {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px + env(safe-area-inset-bottom)));
  }

  .no-js .mobile-action {
    display: none;
  }

  .mobile-action a {
    display: grid;
    min-height: 45px;
    padding-inline: 10px;
    place-items: center;
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-action a:last-child {
    background: var(--copper-dark);
  }

  .content-page {
    padding-block: 64px;
  }

  .content-page h1 {
    font-size: 46px;
  }
}

@media (max-height: 420px) {
  body {
    padding-bottom: 0;
  }

  .mobile-action {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  :root {
    --paper: #fff;
    --paper-light: #fff;
  }

  body {
    padding: 0;
    color: #171713;
    background: #fff;
  }

  .site-header,
  .mobile-action,
  .hero-visual,
  .quick-info,
  .hero__actions,
  .map-card,
  .contact-form,
  .week-nav {
    display: none !important;
  }

  main,
  body:not(.home) main {
    padding-top: 0;
  }

  .hero,
  .section,
  .section--charcoal,
  .menu-section,
  .events-section,
  .story-section,
  .contact-section,
  .site-footer {
    min-height: 0;
    padding-block: 28px;
    color: #171713 !important;
    background: #fff !important;
  }

  .hero-grid,
  .two-column-intro,
  .menu-heading,
  .story-grid,
  .events-grid,
  .contact-grid {
    display: block;
  }

  .hero-title__brand,
  .hero-title__message,
  .hero-lead,
  .hero-meta span,
  .section-heading--light > p,
  .menu-heading > p,
  .events-copy > p:not(.eyebrow),
  .events__copy p:not(.eyebrow),
  .menu-item p,
  .footer-bottom,
  .footer-cta p {
    color: rgb(23, 23, 19) !important;
  }

  .menu-item__title h4,
  .menu-item__title span,
  .menu-category > h3,
  .event-cards h3,
  .footer-cta a,
  .footer-brand,
  .footer-bottom a {
    color: #171713 !important;
  }

  .story-visual,
  .menu-feature {
    display: none;
  }

  .events-copy {
    position: static;
  }

  .menu-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top,
  .footer-bottom {
    display: block;
  }

  a {
    color: #171713 !important;
  }
}
