@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;700&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --ink: #14110f;
  --coal: #1c1815;
  --cream: #f3eadc;
  --paper: #fffaf2;
  --red: #e33222;
  --yellow: #f6b813;
  --health: #159b8b;
  --muted: #756d64;
  --line: rgba(20,17,15,.16);
  --font-display: "Bebas Neue";
  --font-serif: "Instrument Serif";
  --font-sans: "DM Sans";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans), Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; background: var(--yellow); color: var(--ink); padding: 12px 18px; z-index: 1000; font-weight: 800; }
.skip-link:focus { top: 18px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.2); }
.nav-shell { width: min(1320px, calc(100% - 48px)); height: 94px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { justify-self: start; }
.brand img { width: 74px; height: 74px; object-fit: contain; filter: drop-shadow(0 4px 18px rgba(0,0,0,.3)); }
.desktop-nav { display: flex; align-items: center; gap: 38px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.desktop-nav a, .footer-links a, .footer-social a { position: relative; }
.desktop-nav a::after, .footer-links a::after, .footer-social a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--yellow); transition: right .25s ease; }
.desktop-nav a:hover::after, .footer-links a:hover::after, .footer-social a:hover::after { right: 0; }
.header-order { justify-self: end; }
.mobile-menu { display: none; position: relative; justify-self: end; }
.mobile-menu summary { list-style: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); display: grid; align-content: center; gap: 5px; padding: 11px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { height: 2px; background: white; display: block; }
.mobile-menu nav { position: absolute; right: 0; top: 56px; width: 230px; padding: 12px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.32); }
.mobile-menu nav a { display: block; padding: 14px 12px; border-bottom: 1px solid var(--line); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.mobile-menu nav a:last-child { margin-top: 10px; border: 0; background: var(--red); color: white; text-align: center; }

.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 900; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 20px; }
.button-red { background: var(--red); color: white; }
.button-red:hover { background: #ff3d2b; }
.button-ghost { border-color: rgba(255,255,255,.55); color: white; background: rgba(0,0,0,.08); backdrop-filter: blur(8px); }
.button-ghost:hover { background: white; color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); }

.hero { position: relative; min-height: 800px; height: min(940px, 100svh); background: #0d0b0a; color: white; isolation: isolate; }
.hero-video, .hero-scrim, .hero-grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; object-position: center 48%; z-index: -4; }
.hero-scrim { z-index: -3; background: linear-gradient(90deg, rgba(7,6,5,.92) 0%, rgba(7,6,5,.66) 48%, rgba(7,6,5,.12) 78%), linear-gradient(0deg, rgba(7,6,5,.62) 0%, transparent 38%); }
.hero-grain { z-index: -2; opacity: .14; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.hero-content { height: 100%; padding-top: 172px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .24em; font-size: 11px; font-weight: 900; }
.eyebrow span { width: 36px; height: 2px; background: var(--yellow); }
.eyebrow-dark { color: var(--red); }
.eyebrow-dark span { background: var(--red); }
h1, h2 { margin: 0; font-family: var(--font-display), Impact, sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .01em; line-height: .86; }
h1 { font-size: clamp(76px, 9.2vw, 145px); max-width: 920px; }
h2 { font-size: clamp(60px, 7.2vw, 108px); }
h1 em, h2 em { font-family: var(--font-serif), Georgia, serif; text-transform: none; font-weight: 400; color: var(--yellow); letter-spacing: -.02em; }
.hero h1 { max-width: 980px; font-size: clamp(62px, 7.4vw, 110px); line-height: .9; }
.hero-copy { margin: 30px 0 28px; max-width: 570px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta { margin-top: 58px; display: flex; gap: 62px; }
.hero-meta a { display: flex; flex-direction: column; gap: 7px; }
.hero-meta b { color: var(--yellow); text-transform: uppercase; font-size: 10px; letter-spacing: .2em; }
.hero-meta span { color: rgba(255,255,255,.82); font-size: 14px; }
.scroll-cue { position: absolute; right: 34px; bottom: 38px; display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 9px; text-transform: uppercase; letter-spacing: .24em; }
.scroll-cue i { width: 1px; height: 48px; background: rgba(255,255,255,.6); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; width: 1px; height: 18px; background: var(--yellow); animation: scrollDown 1.7s infinite; }
@keyframes scrollDown { from { transform: translateY(-20px); } to { transform: translateY(52px); } }

.proof-strip { background: var(--yellow); border-bottom: 1px solid var(--ink); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-height: 106px; padding: 26px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(20,17,15,.25); }
.proof-grid div:first-child { border-left: 1px solid rgba(20,17,15,.25); }
.proof-grid strong { font-family: var(--font-display), Impact, sans-serif; font-size: 30px; line-height: 1; text-transform: uppercase; letter-spacing: .04em; }
.proof-grid span { margin-top: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }

.section { padding: 128px 0; }
.menu-section, .reviews-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.section-heading h2 em { color: var(--red); }
.heading-aside { padding-bottom: 8px; }
.heading-aside p { margin: 0 0 24px; color: var(--muted); line-height: 1.75; font-size: 16px; }
.text-link { display: inline-flex; gap: 15px; align-items: center; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; padding-bottom: 7px; border-bottom: 2px solid var(--red); }
.text-link span { color: var(--red); font-size: 16px; }
.menu-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.menu-card { border: 1px solid var(--line); background: white; display: grid; grid-template-columns: 220px 1fr; min-height: 230px; overflow: hidden; transition: box-shadow .25s ease, transform .25s ease; }
.menu-card:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(39,26,16,.12); }
.menu-photo { position: relative; min-height: 230px; overflow: hidden; }
.menu-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.menu-card:hover .menu-photo img { transform: scale(1.04); }
.menu-photo span { position: absolute; left: 12px; bottom: 12px; background: var(--yellow); color: var(--ink); padding: 7px 10px; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }
.menu-card-body { padding: 26px 24px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.menu-card h3 { margin: 0 0 10px; font-family: var(--font-display), Impact, sans-serif; text-transform: uppercase; letter-spacing: .04em; font-size: 29px; font-weight: 400; }
.menu-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 13px; }
.menu-card-body > strong { color: var(--red); font-family: var(--font-display), Impact, sans-serif; font-size: 27px; letter-spacing: .05em; font-weight: 400; }
.menu-note { margin-top: 28px; padding: 24px 0; border-block: 1px solid var(--line); display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.menu-note p, .menu-note span { margin: 0; }
.menu-note p { font-size: 14px; }
.menu-note span { color: var(--muted); font-size: 11px; text-align: right; }

.promo-section { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--red); color: white; position: relative; overflow: hidden; }
.promo-image { min-height: 620px; }
.promo-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.promo-copy { padding: 110px clamp(40px, 7vw, 120px); align-self: center; }
.promo-copy h2 em { color: var(--yellow); }
.promo-copy > p:not(.eyebrow) { max-width: 490px; margin: 28px 0 34px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.82); }
.promo-stamp { position: absolute; right: -50px; bottom: -50px; width: 200px; height: 200px; border: 2px dashed rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; transform: rotate(-10deg); }
.promo-stamp span { text-align: center; text-transform: uppercase; font-family: var(--font-display), Impact, sans-serif; letter-spacing: .1em; font-size: 20px; }

.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 110px; }
.story-images { min-height: 690px; position: relative; }
.story-main { width: 82%; height: 600px; object-fit: cover; }
.story-small { position: absolute; right: 0; bottom: 0; width: 48%; height: 300px; object-fit: cover; border: 12px solid var(--cream); }
.story-label { position: absolute; left: -24px; bottom: 28px; width: 122px; height: 122px; border-radius: 50%; background: var(--yellow); display: grid; place-items: center; text-align: center; font-family: var(--font-display), Impact, sans-serif; text-transform: uppercase; font-size: 18px; line-height: 1.1; letter-spacing: .06em; transform: rotate(-8deg); }
.story-copy h2 em { color: var(--red); }
.story-lead { margin: 32px 0 20px; font-family: var(--font-serif), Georgia, serif; font-size: 27px; line-height: 1.35; }
.story-copy > p:not(.eyebrow):not(.story-lead) { color: var(--muted); line-height: 1.8; font-size: 15px; }
.story-points { margin: 34px 0; border-block: 1px solid var(--line); display: grid; }
.story-points span { padding: 14px 0; text-transform: uppercase; font-size: 11px; letter-spacing: .11em; font-weight: 900; border-bottom: 1px solid var(--line); }
.story-points span:last-child { border-bottom: 0; }
.story-points i { font-style: normal; color: var(--red); margin-right: 22px; }

.health-grade { margin-top: 88px; padding: 30px 34px; display: grid; grid-template-columns: 118px 1fr auto; align-items: center; gap: 34px; background: white; border: 1px solid var(--line); border-top: 7px solid var(--health); box-shadow: 0 18px 60px rgba(39,26,16,.08); }
.grade-letter { width: 104px; height: 104px; display: grid; place-items: center; border: 4px solid var(--health); color: var(--health); font-family: Georgia, serif; font-size: 82px; line-height: 1; }
.grade-copy .eyebrow { margin-bottom: 10px; color: var(--health); }
.grade-copy .eyebrow span { background: var(--health); }
.grade-copy h3 { margin: 0 0 7px; font-family: var(--font-display), Impact, sans-serif; font-size: 36px; font-weight: 400; line-height: 1; text-transform: uppercase; letter-spacing: .04em; }
.grade-copy > p:last-child { margin: 0; max-width: 680px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.grade-meta { min-width: 190px; padding-left: 30px; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 5px; }
.grade-meta small { color: var(--health); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 900; }
.grade-meta strong { font-size: 14px; }
.grade-meta span { color: var(--muted); font-size: 10px; }

.gallery-section { padding: 120px 0 0; background: var(--coal); color: white; }
.gallery-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 62px; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr 1fr; height: 440px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-right: 4px solid var(--coal); }
.gallery-grid figure:last-child { border: 0; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.05); }

.reviews-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.reviews-heading p { align-self: start; }
.reviews-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reviews-grid blockquote { margin: 0; min-height: 360px; padding: 34px; border: 1px solid var(--line); display: flex; flex-direction: column; background: white; }
.stars { color: var(--yellow); letter-spacing: .18em; font-size: 14px; }
.reviews-grid blockquote > p { margin: 30px 0; font-family: var(--font-serif), Georgia, serif; font-size: 22px; line-height: 1.45; }
.reviews-grid footer { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.reviews-grid footer span { color: var(--red); font-family: var(--font-display), Impact, sans-serif; font-size: 25px; }
.reviews-grid cite { font-style: normal; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }

.visit-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--coal); color: white; min-height: 710px; }
.visit-info { padding: 100px max(48px, calc((100vw - 1180px) / 2)); padding-right: clamp(44px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.visit-info h2 { font-size: clamp(58px, 6vw, 92px); }
.visit-details { margin: 48px 0 36px; padding-block: 30px; border-block: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.visit-details small { color: var(--yellow); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 900; }
.visit-details p { margin: 12px 0 15px; color: rgba(255,255,255,.8); line-height: 1.6; font-size: 14px; }
.visit-details a { text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 900; border-bottom: 1px solid var(--red); padding-bottom: 4px; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.map-wrap { min-height: 620px; filter: grayscale(1) contrast(1.08); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 710px; border: 0; }

.site-footer { padding: 78px 0 24px; background: #0b0908; color: white; }
.footer-main { display: grid; grid-template-columns: 180px 1fr auto auto; gap: 70px; align-items: center; }
.footer-main img { width: 150px; height: 150px; object-fit: contain; }
.footer-main > p { font-family: var(--font-serif), Georgia, serif; font-size: 38px; line-height: 1.02; color: var(--yellow); }
.footer-links, .footer-social { display: grid; gap: 14px; justify-items: start; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.footer-bottom { margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; color: rgba(255,255,255,.5); text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .desktop-nav, .header-order { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .mobile-menu { display: block; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-grid { grid-template-columns: 1fr; }
  .promo-section, .visit-section { grid-template-columns: 1fr; }
  .promo-image { height: 600px; }
  .story-grid { grid-template-columns: 1fr; gap: 70px; }
  .story-images { width: min(720px, 100%); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); height: 700px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid blockquote { min-height: auto; }
  .map-wrap iframe { min-height: 520px; }
  .footer-main { grid-template-columns: 160px 1fr 1fr; }
  .footer-social { grid-column: 3; }
}

@media (max-width: 680px) {
  .shell, .nav-shell { width: min(100% - 30px, 1180px); }
  html { scroll-padding-top: 76px; }
  .nav-shell { height: 78px; }
  .brand img { width: 60px; height: 60px; }
  .hero { min-height: 720px; height: 100svh; max-height: 860px; }
  .hero-video { object-position: 57% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(7,6,5,.9), rgba(7,6,5,.43)), linear-gradient(0deg, rgba(7,6,5,.77), transparent 62%); }
  .hero-content { padding-top: 125px; padding-bottom: 62px; justify-content: flex-end; }
  h1 { font-size: clamp(68px, 21vw, 96px); }
  .hero h1 { font-size: clamp(43px, 12vw, 56px); line-height: .94; }
  h2 { font-size: clamp(55px, 17vw, 78px); }
  .hero-copy { margin-block: 24px; font-size: 15px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1; min-width: 150px; padding-inline: 14px; }
  .hero-meta { margin-top: 32px; gap: 24px; justify-content: space-between; width: 100%; }
  .hero-meta span { font-size: 12px; }
  .scroll-cue { display: none; }
  .proof-grid div { min-height: 88px; padding: 18px; }
  .proof-grid div:nth-child(3) { border-left: 1px solid rgba(20,17,15,.25); }
  .proof-grid strong { font-size: 24px; }
  .proof-grid span { font-size: 9px; }
  .section { padding: 86px 0; }
  .split-heading, .reviews-heading { grid-template-columns: 1fr; gap: 30px; }
  .menu-grid { margin-top: 44px; }
  .menu-card { grid-template-columns: 1fr; }
  .menu-photo { height: 250px; }
  .menu-card-body { min-height: 200px; }
  .menu-note { align-items: flex-start; flex-direction: column; gap: 10px; }
  .menu-note span { text-align: left; }
  .promo-image { height: 480px; min-height: 0; }
  .promo-copy { padding: 78px 25px 96px; }
  .promo-stamp { width: 150px; height: 150px; right: -46px; bottom: -46px; }
  .promo-stamp span { font-size: 15px; }
  .story-grid { gap: 55px; }
  .story-images { min-height: 480px; }
  .story-main { height: 420px; width: 90%; }
  .story-small { width: 55%; height: 220px; border-width: 8px; }
  .story-label { width: 96px; height: 96px; left: -5px; font-size: 14px; }
  .story-lead { font-size: 23px; }
  .health-grade { margin-top: 62px; padding: 26px 22px; grid-template-columns: 82px 1fr; gap: 22px; }
  .grade-letter { width: 80px; height: 80px; font-size: 62px; }
  .grade-copy h3 { font-size: 30px; }
  .grade-meta { grid-column: 1 / -1; min-width: 0; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .gallery-section { padding-top: 85px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; gap: 30px; }
  .gallery-grid { height: 620px; }
  .gallery-grid figure { border-right-width: 2px; border-bottom: 2px solid var(--coal); }
  .reviews-grid { margin-top: 44px; }
  .reviews-grid blockquote { padding: 28px; }
  .visit-info { padding: 84px 25px; }
  .visit-details { grid-template-columns: 1fr; gap: 28px; }
  .map-wrap iframe { min-height: 430px; }
  .site-footer { padding-bottom: 92px; }
  .footer-main { grid-template-columns: 105px 1fr; gap: 28px; }
  .footer-main img { width: 100px; height: 100px; }
  .footer-main > p { font-size: 30px; }
  .footer-links, .footer-social { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mobile-cta { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 64px; display: grid; grid-template-columns: .8fr 1fr 1.3fr; box-shadow: 0 -10px 30px rgba(0,0,0,.22); }
  .mobile-cta a { display: grid; place-items: center; background: var(--paper); color: var(--ink); border-right: 1px solid var(--line); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 900; }
  .mobile-cta a:last-child { background: var(--red); color: white; border: 0; }
}

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

/* Updated menu, specials, story and gallery */
button { font: inherit; color: inherit; }
.desktop-nav { gap: 28px; }
.desktop-nav a { white-space: nowrap; }

.specials-section { background: var(--cream); }
.specials-layout { display: grid; grid-template-columns: 1.06fr .94fr; gap: 92px; align-items: start; }
.specials-copy h2 em { color: var(--red); }
.section-intro { max-width: 660px; margin: 30px 0 36px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.special-list { border-top: 1px solid var(--line); }
.special-list article { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.special-list article > span { color: var(--red); font-family: var(--font-display), Impact, sans-serif; font-size: 25px; letter-spacing: .06em; }
.special-list h3 { margin: 0 0 5px; font-family: var(--font-display), Impact, sans-serif; font-size: 25px; font-weight: 400; letter-spacing: .03em; text-transform: uppercase; }
.special-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.special-list strong { color: var(--red); font-family: var(--font-display), Impact, sans-serif; font-size: 28px; font-weight: 400; }
.late-lunch { margin-top: 24px; padding: 24px 26px; background: var(--coal); color: white; display: grid; grid-template-columns: 1fr auto; gap: 6px 24px; align-items: end; border-left: 6px solid var(--yellow); }
.late-lunch small { grid-column: 1 / -1; color: var(--yellow); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.late-lunch b { font-family: var(--font-display), Impact, sans-serif; font-size: 30px; text-transform: uppercase; letter-spacing: .04em; font-weight: 400; }
.late-lunch p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.late-lunch strong { grid-row: 2 / 4; grid-column: 2; color: var(--yellow); font-family: var(--font-display), Impact, sans-serif; font-size: 32px; text-transform: uppercase; font-weight: 400; }
.fine-print { margin: 16px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.specials-photo-card { position: sticky; top: 28px; display: block; min-height: 660px; padding: 0; border: 0; background: var(--coal); cursor: zoom-in; box-shadow: 0 28px 80px rgba(39,26,16,.2); overflow: hidden; }
.specials-photo-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10,8,7,.68)); pointer-events: none; }
.specials-photo-card img { width: 100%; height: 660px; object-fit: cover; }
.specials-photo-card > span { position: absolute; z-index: 2; left: 28px; bottom: 25px; color: white; font-family: var(--font-display), Impact, sans-serif; font-size: 29px; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }

.menu-section { background: var(--paper); }
.text-link[type="button"] { background: transparent; border: 0; border-bottom: 2px solid var(--red); padding: 0 0 7px; cursor: pointer; }
.menu-categories { margin-top: 70px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: start; }
.menu-category { padding: 34px; border: 1px solid var(--line); background: white; box-shadow: 0 12px 36px rgba(39,26,16,.05); }
.menu-category-red { background: var(--red); color: white; border-color: var(--red); }
.category-title { display: flex; align-items: center; gap: 17px; padding-bottom: 20px; border-bottom: 3px solid var(--ink); }
.menu-category-red .category-title { border-color: white; }
.category-title > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--yellow); border-radius: 50%; color: var(--ink); font-family: var(--font-display), Impact, sans-serif; font-size: 20px; }
.category-title h3 { margin: 0; font-family: var(--font-display), Impact, sans-serif; font-size: 43px; font-weight: 400; line-height: .95; text-transform: uppercase; letter-spacing: .035em; }
.second-title { margin-top: 30px; }
.second-title h3 { color: var(--red); }
.category-note { margin: 15px 0 5px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.menu-category-red .category-note { color: rgba(255,255,255,.72); }
.price-list { list-style: none; margin: 7px 0 0; padding: 0; }
.price-list li { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: start; padding: 14px 0; border-bottom: 1px dashed rgba(20,17,15,.17); }
.price-list li:last-child { border-bottom: 0; }
.menu-category-red .price-list li { border-color: rgba(255,255,255,.25); }
.price-list li > span { display: flex; flex-direction: column; gap: 4px; position: relative; }
.price-list b { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.price-list small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.menu-category-red .price-list small { color: rgba(255,255,255,.72); }
.price-list strong { color: var(--red); font-family: var(--font-display), Impact, sans-serif; font-size: 22px; font-weight: 400; letter-spacing: .04em; white-space: nowrap; }
.menu-category-red .price-list strong { color: var(--yellow); }
.price-list .favorite b::before { content: "♥"; margin-right: 7px; color: var(--red); }
.menu-category-red .price-list .favorite b::before { color: var(--yellow); }
.menu-note { align-items: center; }
.menu-note p { color: var(--muted); line-height: 1.5; }
.menu-note p:first-child { color: var(--ink); white-space: nowrap; }
.menu-note p:first-child span { color: var(--red); }
.menu-note .button { flex: 0 0 auto; }

.menu-video-feature { margin-top: 56px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; background: var(--coal); color: white; overflow: hidden; }
.menu-video-copy { padding: 48px; }
.menu-video-copy .eyebrow { margin-bottom: 18px; }
.menu-video-copy h3 { margin: 0; font-family: var(--font-display), Impact, sans-serif; font-size: clamp(48px, 5vw, 72px); font-weight: 400; line-height: .9; text-transform: uppercase; letter-spacing: .02em; }
.menu-video-copy h3 em { color: var(--yellow); font-family: var(--font-serif), Georgia, serif; font-weight: 400; text-transform: none; }
.menu-video-copy > p:not(.eyebrow) { margin: 27px 0 22px; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.7; }
.menu-video-copy small, .experience-copy small { color: var(--yellow); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 900; }
.video-frame { position: relative; min-width: 0; background: #080706; aspect-ratio: 16 / 9; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.video-frame video { display: block; width: 100%; height: 100%; object-fit: cover; background: #080706; }
.specials-video-feature { position: sticky; top: 28px; margin-top: 0; grid-template-columns: 1fr; align-self: start; box-shadow: 0 28px 80px rgba(39,26,16,.2); }
.specials-video-feature .menu-video-copy { padding: 42px; }
.specials-video-feature .menu-video-copy h3 { font-size: clamp(48px, 4.5vw, 66px); }

.photo-break { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; background: var(--coal); color: white; }
.photo-break > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.photo-break > div { padding: 90px clamp(40px, 7vw, 120px); align-self: center; }
.photo-break h2 em { color: var(--yellow); }

.story-section { padding-bottom: 120px; }
.story-copy > p:not(.eyebrow):not(.story-lead) { color: var(--muted); line-height: 1.8; font-size: 15px; }
.purpose-grid { margin-top: 95px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.purpose-grid article { padding: 42px; background: var(--coal); color: white; border-top: 6px solid var(--yellow); }
.purpose-grid article:last-child { background: var(--red); }
.purpose-grid article > span { color: var(--yellow); text-transform: uppercase; letter-spacing: .17em; font-size: 9px; font-weight: 900; }
.purpose-grid h3 { margin: 19px 0 22px; font-family: var(--font-display), Impact, sans-serif; font-size: 41px; line-height: 1; font-weight: 400; text-transform: uppercase; letter-spacing: .04em; }
.purpose-grid p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.8; }

.experience-section { padding: 120px 0; background: var(--red); color: white; overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 74px; align-items: center; }
.experience-copy h2 { font-size: clamp(60px, 6.5vw, 98px); }
.experience-copy h2 em { color: var(--yellow); }
.experience-copy > p:not(.eyebrow) { max-width: 470px; margin: 30px 0 24px; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.75; }
.video-frame-featured { border: 8px solid rgba(255,255,255,.14); box-shadow: 28px 30px 0 rgba(20,17,15,.2); }

.gallery-section { padding-bottom: 5px; }
.gallery-grid { height: auto; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 5px; }
.gallery-item { margin: 0; padding: 0; border: 0; background: #0c0a09; overflow: hidden; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .3s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: brightness(1.08); }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }

.social-row { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 20px; }
.social-row a { color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }

.lightbox { width: min(1080px, calc(100% - 30px)); max-width: none; max-height: calc(100svh - 30px); padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(8,6,5,.93); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: calc(100svh - 34px); object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: 8px; right: 8px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(10,8,7,.82); color: white; font-size: 30px; line-height: 1; cursor: pointer; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 11px; }
}

@media (max-width: 980px) {
  .specials-layout { grid-template-columns: 1fr; gap: 60px; }
  .specials-photo-card { position: relative; top: auto; width: min(650px, 100%); min-height: 520px; margin-inline: auto; }
  .specials-photo-card img { height: 520px; }
  .specials-video-feature { position: relative; top: auto; width: min(760px, 100%); margin-inline: auto; }
  .menu-categories { grid-template-columns: 1fr; }
  .menu-video-feature, .experience-grid { grid-template-columns: 1fr; }
  .menu-video-copy { padding: 42px; }
  .experience-grid { gap: 48px; }
  .photo-break { grid-template-columns: 1fr; }
  .photo-break > img { min-height: 520px; height: 520px; }
  .purpose-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .specials-layout { gap: 42px; }
  .specials-photo-card { min-height: 390px; }
  .specials-photo-card img { height: 390px; }
  .specials-photo-card > span { left: 20px; bottom: 18px; font-size: 24px; }
  .special-list article { grid-template-columns: 48px 1fr auto; gap: 11px; }
  .special-list article > span { font-size: 21px; }
  .special-list h3 { font-size: 21px; }
  .special-list strong { font-size: 24px; }
  .late-lunch { grid-template-columns: 1fr; }
  .late-lunch strong { grid-column: 1; grid-row: auto; margin-top: 7px; }
  .menu-categories { margin-top: 44px; }
  .menu-category { padding: 25px 20px; }
  .category-title h3 { font-size: 34px; }
  .price-list li { gap: 10px; }
  .price-list b { font-size: 12px; }
  .price-list strong { font-size: 20px; }
  .menu-note { align-items: stretch; }
  .menu-note p:first-child { white-space: normal; }
  .menu-note .button { width: 100%; }
  .menu-video-feature { margin-top: 38px; }
  .specials-video-feature { margin-top: 0; }
  .menu-video-copy { padding: 32px 24px; }
  .menu-video-copy h3 { font-size: 47px; }
  .experience-section { padding: 84px 0 92px; }
  .experience-grid { gap: 34px; }
  .video-frame-featured { border-width: 4px; box-shadow: 12px 14px 0 rgba(20,17,15,.2); }
  .photo-break { min-height: 0; }
  .photo-break > img { height: 390px; min-height: 390px; }
  .photo-break > div { padding: 70px 25px 82px; }
  .purpose-grid { margin-top: 65px; }
  .purpose-grid article { padding: 30px 24px; }
  .purpose-grid h3 { font-size: 34px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; height: auto; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: span 1; }
  .social-row { margin-top: 30px; }
}
