:root {
  --ink: #191916;
  --ink-soft: #2a2925;
  --paper: #f6f0e5;
  --paper-deep: #e9dece;
  --white: #fffdf8;
  --red: #c84337;
  --red-dark: #963128;
  --open-green: #28613f;
  --open-green-dark: #1d4a30;
  --muted: #69645b;
  --line: rgba(25,25,22,.20);
  --line-dark: rgba(255,255,255,.18);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; background: var(--ink); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea, summary { font: inherit; }
::selection { background: var(--red); color: var(--white); }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 9px 12px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  transform: translateY(-180%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 108px 0; }
.eyebrow, .card-eyebrow {
  margin: 0 0 14px;
  color: var(--red-dark);
  font-size: .73rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow-light { color: #fbd0c9; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.1; letter-spacing: -.04em; }
h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 7vw, 6.9rem); font-weight: 500; }
h1 em { color: #ef695b; font-style: normal; font-weight: 500; }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 5vw, 4.7rem); font-weight: 500; }
h3 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 2vw, 2.2rem); line-height: 1.12; letter-spacing: -.03em; font-weight: 500; }
p { color: #3a3a34; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-ghost:hover { border-color: white; background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #32322c; }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-small { min-height: 40px; padding: 9px 14px; font-size: .86rem; }
.text-cta, .arrow-link { font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line-dark);
  background: #1b1b18;
  color: var(--white);
}
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: block;
  width: 205px;
  text-decoration: none;
}
.brand-wordmark { display: block; overflow: visible; }
.brand-wordmark img { display: block; width: 205px; max-width: 100%; height: auto; }
.brand-subtitle { display: none; }
.brand-subtitle strong, .contact-brand-subtitle strong { color: #ef695b; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 27px; }
.desktop-nav a, .header-phone { color: rgba(255,255,255,.8); font-size: .88rem; text-decoration: none; }
.desktop-nav a:hover, .header-phone:hover { color: var(--white); text-decoration: underline; text-underline-offset: 5px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary {
  display: grid;
  width: 44px;
  height: 44px;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
  border: 1px solid rgba(255,255,255,.35);
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 18px; height: 2px; background: #fff; }
.mobile-menu nav {
  position: absolute;
  right: 0;
  top: calc(100% + 13px);
  width: min(300px, calc(100vw - 34px));
  padding: 8px;
  border: 1px solid rgba(255,255,255,.20);
  background: #22221e;
}
.mobile-menu nav a { display: block; padding: 13px 14px; color: var(--white); text-decoration: none; }
.mobile-menu nav a + a { border-top: 1px solid rgba(255,255,255,.10); }
.mobile-menu nav a:hover { background: #2d2d28; }

.holiday-banner {
  position: sticky;
  z-index: 90;
  top: 78px;
  color: var(--white);
}
.holiday-banner[data-state="closed"] {
  border-bottom: 1px solid #7d271f;
  background: var(--red-dark);
}
.holiday-banner[data-state="open"] {
  border-bottom: 1px solid var(--open-green-dark);
  background: var(--open-green);
}
.holiday-banner-inner {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
  padding-block: 9px;
}
.holiday-banner strong {
  flex: 0 0 auto;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.holiday-banner span { font-size: .92rem; font-weight: 700; }

.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-dark);
  background: var(--ink);
  color: var(--white);
}
.hero-grid {
  display: grid;
  min-height: 700px;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  align-items: center;
  gap: clamp(56px, 8vw, 112px);
  padding-block: 74px 82px;
}
.hero-copy { min-width: 0; max-width: 690px; }
.hero-copy h1 { max-width: 660px; font-size: clamp(3.35rem, 5.9vw, 6.15rem); }
.hero-copy p { color: rgba(255,255,255,.76); }
.hero-lede { max-width: 620px; margin-bottom: 30px; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; color: rgba(255,255,255,.66); font-size: .92rem; }
.hero-meta a { color: inherit; text-decoration: none; }
.hero-meta a:hover { color: #fff; text-decoration: underline; }

.house-ticket {
  position: relative;
  width: min(100%, 430px);
  justify-self: end;
  padding: 30px 32px 32px;
  border: 1px solid #ded4c6;
  border-left: 8px solid var(--red);
  background: #f2eadf;
  color: var(--ink);
  transform: rotate(1.2deg);
}
.house-ticket::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 14px;
  left: 14px;
  border-top: 1px dashed rgba(25,25,22,.35);
}
.ticket-topline { display: flex; justify-content: space-between; gap: 12px; margin: 9px 0 30px; font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.ticket-kicker { margin: 0 0 8px; color: var(--red-dark); font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ticket-list { margin: 0 0 24px; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.ticket-list li { display: grid; gap: 2px; padding: 17px 0 15px; border-bottom: 1px solid var(--line); }
.ticket-list span { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.4vw, 1.9rem); line-height: 1.1; }
.ticket-list small { color: var(--muted); font-size: .76rem; letter-spacing: .02em; }
.house-ticket > a { color: var(--red-dark); font-weight: 850; text-underline-offset: 4px; }

.service-strip { border-bottom: 1px solid rgba(255,255,255,.12); background: #24241f; color: var(--white); }
.service-line { display: flex; flex-wrap: wrap; align-items: center; gap: 0; padding-block: 25px; }
.service-line p { margin: 0; color: rgba(255,255,255,.66); font-size: .86rem; }
.service-line p + p { margin-left: 24px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.20); }
.service-line strong { color: var(--white); font-weight: 850; }

.menu-section { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin-bottom: 0; }
.arrow-link { margin-bottom: 8px; }
.menu-editorial { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr); border-top: 4px solid var(--ink); border-bottom: 1px solid var(--line); }
.menu-feature { padding: 46px 52px 48px 0; border-right: 1px solid var(--line); }
.menu-feature h3 { max-width: 650px; font-size: clamp(2.4rem, 5vw, 4.4rem); }
.menu-feature > p:not(.card-eyebrow):not(.menu-number) { max-width: 590px; font-size: 1.03rem; }
.menu-secondary { display: grid; }
.menu-secondary article { padding: 30px 0 30px 38px; }
.menu-secondary article + article { border-top: 1px solid var(--line); }
.menu-number { margin: 0 0 22px; color: var(--red); font-family: Georgia, serif; font-size: 1.7rem; line-height: 1; }
.menu-editorial ul { margin: 22px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.menu-editorial li { padding: 9px 0; border-bottom: 1px solid rgba(25,25,22,.09); color: #34342f; font-size: .92rem; }
.menu-editorial li::before { content: "/"; margin-right: 10px; color: var(--red); font-weight: 900; }

.gallery-section { background: #1d1d1a; color: var(--white); }
.gallery-section .eyebrow { color: #f1b7b0; }
.gallery-section h2 { color: var(--white); }
.gallery-heading { align-items: end; border-bottom-color: rgba(255,255,255,.18); }
.gallery-intro { max-width: 360px; margin: 0 0 8px; color: rgba(255,255,255,.64); }
.food-gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 26px 18px; }
.gallery-item { margin: 0; border-top: 1px solid rgba(255,255,255,.20); background: transparent; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-item-wide img { aspect-ratio: 3 / 2; }
.gallery-item figcaption { padding: 10px 0 0; color: rgba(255,255,255,.78); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

@media (min-width: 960px) {
  .gallery-section .shell { width: min(1100px, calc(100% - 56px)); }
}

.story-section { background: var(--paper-deep); }
.story-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(55px, 8vw, 110px); }
.story-note { padding-top: 10px; border-top: 4px solid var(--red); }
.story-label { margin: 0 0 26px; color: var(--red-dark); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
.story-note p:last-child { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.2vw, 2.15rem); line-height: 1.28; letter-spacing: -.02em; }
.story-copy > p:not(.eyebrow) { max-width: 650px; font-size: 1.05rem; }
.story-actions, .visit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }

.party-section { padding: 0; border-top: 1px solid #8a2c24; background: var(--red-dark); color: var(--white); }
.party-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 44px; padding-block: 68px; }
.party-inner h2 { margin-bottom: 18px; color: var(--white); font-size: clamp(2.7rem, 5vw, 4.7rem); }
.party-inner p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.78); }

.visit-section { background: var(--paper); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(55px, 8vw, 110px); }
.hours-card { padding: 0; border-top: 4px solid var(--ink); background: transparent; }
.hours-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0; padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 850; }
.open-dot { display: block; width: 10px; height: 10px; background: #61834a; }
.hours-card dl { margin: 0; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-bottom: 1px solid rgba(25,25,22,.12); }
.hours-card dt { font-weight: 750; }
.hours-card dd { margin: 0; text-align: right; color: #474740; }
.hours-note { margin: 16px 0 0; color: #666057; font-size: .82rem; }


.contact-brand { width: 270px; margin-bottom: 18px; }
.contact-wordmark { display: block; overflow: visible; }
.contact-wordmark img { display: block; width: 270px; max-width: 100%; height: auto; }
.contact-brand-subtitle { display: none; }
.contact-section { padding: 96px 0; background: #20201c; color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 80px; }
.contact-section h2 { margin-bottom: 0; color: var(--white); }
.contact-links { display: grid; grid-template-columns: 1.15fr .8fr 1fr; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-links a { display: grid; min-height: 136px; align-content: center; padding: 22px; border-right: 1px solid rgba(255,255,255,.14); color: var(--white); text-decoration: none; }
.contact-links a:last-child { border-right: 0; }
.contact-links a:hover { background: #292925; }
.contact-links span { margin-bottom: 7px; color: #f1b7b0; font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-links strong { font-size: .93rem; line-height: 1.5; }

.site-footer { padding: 24px 0; background: #181815; color: rgba(255,255,255,.58); font-size: .78rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 25px; }
.footer-inner a { color: rgba(255,255,255,.74); text-decoration: none; }
.mobile-actions { display: none; }

@media (max-width: 1000px) {
  .desktop-nav { gap: 18px; }
  .header-phone { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); gap: 46px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 6.6vw, 5.25rem); }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px, 680px); }
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 64px; }
  .section { padding: 76px 0; }
  .header-inner { min-height: 72px; }
  .brand { width: 170px; }
  .brand-wordmark { overflow: visible; }
  .brand-wordmark img { width: 170px; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: auto; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 44px; padding-block: 64px 58px; }
  .hero-copy { max-width: none; }
  h1 { font-size: clamp(3.45rem, 17vw, 5.7rem); }
  .house-ticket { width: 100%; max-width: 560px; justify-self: start; padding: 27px 25px 28px; transform: rotate(.7deg); }
  .holiday-banner { top: 72px; }
  .holiday-banner-inner { align-items: flex-start; flex-direction: column; gap: 1px; padding-block: 10px; }
  .service-line { display: grid; gap: 0; padding-block: 7px; }
  .service-line p { padding: 13px 0; }
  .service-line p + p { margin-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .section-heading { display: grid; gap: 18px; }
  .menu-editorial { grid-template-columns: 1fr; }
  .menu-feature { padding: 36px 0 38px; border-right: 0; border-bottom: 1px solid var(--line); }
  .menu-secondary article { padding: 28px 0; }
  .food-gallery { grid-template-columns: 1fr 1fr; }
  .gallery-item img, .gallery-item-wide img { height: auto; aspect-ratio: auto; object-fit: contain; }
  .story-grid, .visit-grid { grid-template-columns: 1fr; gap: 48px; }
  .party-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 52px; }
  .contact-section { padding: 74px 0; }
  .contact-grid { gap: 38px; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links a { min-height: 96px; padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .contact-links a:last-child { border-bottom: 0; }
  .footer-inner { display: grid; gap: 7px; }
  .mobile-actions {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 60px;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid #8f2c24;
    background: #b83b30;
    color: #fff;
  }
  .mobile-actions a { display: grid; place-content: center; text-align: center; color: #fff; font-size: .76rem; font-weight: 850; letter-spacing: .04em; text-decoration: none; }
  .mobile-actions a + a { border-left: 1px solid rgba(255,255,255,.22); }
}

@media (max-width: 560px) {
  .hero-grid { padding-top: 50px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hero-meta > span { display: none; }
  .ticket-topline { font-size: .62rem; }
  .food-gallery { grid-template-columns: 1fr; gap: 34px; }
  .gallery-item { border-top: 0; }
  .gallery-item img, .gallery-item-wide img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
  .hours-card dl div { display: grid; gap: 3px; }
  .hours-card dd { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
