:root {
  --red: #c90018;
  --red-bright: #ef1230;
  --red-dark: #87000e;
  --ink: #0b0a0a;
  --ink-soft: #171414;
  --cream: #fff8e8;
  --paper: #f3ead8;
  --white: #fffdf7;
  --muted: #746c61;
  --line: rgba(11, 10, 10, .14);
  --shadow: 0 24px 60px rgba(0, 0, 0, .24);
  --radius: 26px;
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--cream); line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); 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; left: 16px; top: -60px; z-index: 1000; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.announcement { background: var(--red); color: var(--white); min-height: 34px; display: flex; align-items: center; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.announcement-inner { display: flex; justify-content: center; align-items: center; gap: 8px; }
.announcement a { margin-left: 8px; border-bottom: 1px solid currentColor; opacity: .9; }
.status-dot { width: 7px; height: 7px; border-radius: 999px; background: #75f09b; box-shadow: 0 0 0 4px rgba(117, 240, 155, .15); }
.status-dot.closed { background: #ffd05b; box-shadow: 0 0 0 4px rgba(255, 208, 91, .15); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(11, 10, 10, .95); backdrop-filter: blur(16px); color: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 1.45rem; letter-spacing: .045em; line-height: 1; }
.brand img { width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--cream); object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .91rem; font-weight: 700; }
.nav-links > a:not(.button) { opacity: .78; transition: opacity .2s ease, color .2s ease; }
.nav-links > a:not(.button):hover { opacity: 1; color: #ff6577; }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; color: white; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; border-radius: 2px; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 0 24px; border-radius: 999px; background: var(--red); color: white; font-weight: 800; letter-spacing: .01em; border: 2px solid var(--red); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; box-shadow: 0 12px 30px rgba(201, 0, 24, .22); }
.button:hover { transform: translateY(-2px); background: var(--red-bright); box-shadow: 0 16px 36px rgba(201, 0, 24, .31); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #ffbd27; outline-offset: 4px; }
.button svg, .text-link svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 42px; padding: 0 19px; }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink); box-shadow: none; }
.button-light:hover { background: #fff; color: var(--red); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 4px; }
.text-link.dark { color: var(--ink); border-bottom-color: var(--line); }

.hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 75% 38%, #3a1115 0, #171011 31%, #0b0a0a 70%); color: var(--white); min-height: 710px; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 85%); }
.hero-noise { position: absolute; inset: 0; z-index: -1; opacity: .28; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E"); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 58px; min-height: 650px; padding-top: 58px; padding-bottom: 80px; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; font-size: .74rem; font-weight: 800; letter-spacing: .24em; color: var(--red-bright); }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: .018em; line-height: .91; }
.hero h1 { font-size: clamp(4.5rem, 8vw, 7.5rem); max-width: 780px; }
.hero h1 span { color: var(--red-bright); text-shadow: 0 3px 0 var(--red-dark); }
.hero-lede { max-width: 620px; margin: 26px 0 28px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-badges span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: .75rem; font-weight: 700; color: rgba(255,255,255,.72); background: rgba(255,255,255,.04); }
.hero-art { position: relative; display: grid; place-items: center; min-height: 560px; }
.logo-frame { position: relative; width: min(530px, 88vw); border-radius: 42px; overflow: hidden; transform: rotate(2.6deg); box-shadow: 0 36px 90px rgba(0,0,0,.52); border: 9px solid var(--cream); }
.logo-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,.2); pointer-events: none; }
.logo-shadow { position: absolute; width: 470px; height: 470px; border-radius: 50%; background: var(--red); filter: blur(55px); opacity: .33; }
.sticker { position: absolute; z-index: 2; display: grid; place-items: center; text-align: center; width: 112px; aspect-ratio: 1; border-radius: 50%; background: var(--cream); color: var(--ink); font-size: .64rem; font-weight: 800; line-height: 1.15; letter-spacing: .12em; border: 5px solid var(--ink); box-shadow: 0 14px 32px rgba(0,0,0,.38); }
.sticker strong { color: var(--red); font-size: .9rem; }
.sticker-one { left: -2px; bottom: 60px; transform: rotate(-12deg); }
.sticker-two { right: -10px; top: 72px; transform: rotate(10deg); }
.smoke { position: absolute; width: 300px; height: 300px; border-radius: 48% 52% 58% 42%; background: rgba(255,255,255,.06); filter: blur(38px); z-index: -1; animation: float-smoke 9s ease-in-out infinite alternate; }
.smoke-one { right: 20%; top: 4%; }
.smoke-two { right: 5%; bottom: 8%; animation-delay: -4s; }
@keyframes float-smoke { to { transform: translate(40px, -28px) scale(1.18); opacity: .16; } }
.hero-marquee { position: absolute; bottom: 0; left: 0; right: 0; height: 48px; overflow: hidden; background: var(--red); border-block: 1px solid rgba(255,255,255,.22); transform: rotate(-.5deg) scale(1.02); }
.marquee-track { display: flex; width: max-content; gap: 28px; align-items: center; height: 100%; white-space: nowrap; font-family: var(--display); font-size: 1.45rem; letter-spacing: .1em; animation: marquee 28s linear infinite; }
.marquee-track i { font-style: normal; font-size: .75rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.section-heading h2, .story-copy h2, .visit-copy h2 { font-size: clamp(4rem, 7vw, 6.8rem); }
.section-heading > p { margin: 0 0 8px; max-width: 560px; color: var(--muted); font-size: 1.02rem; }
.favorites { background: var(--cream); }
.food-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.food-card { position: relative; min-height: 310px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.45); border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.food-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(44, 28, 15, .12); }
.food-card-featured { grid-row: span 2; min-height: 638px; background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: space-between; }
.food-card-featured .card-kicker { color: #ff8593; }
.food-card-featured p:not(.card-kicker) { color: rgba(255,255,255,.65); }
.card-number { position: absolute; top: 24px; right: 28px; color: var(--red); font-family: var(--display); font-size: 1.8rem; }
.card-kicker { margin: 0 0 3px; color: var(--red); text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 800; }
.food-card h3 { margin: 0; font-family: var(--display); font-weight: 400; font-size: 3.1rem; line-height: 1; }
.food-card p { margin: 14px 0 0; color: var(--muted); }
.food-icon { font-size: 4.6rem; margin: 18px 0 46px; filter: saturate(.82); }
.dish-illustration { position: relative; height: 340px; display: grid; place-items: center; }
.plate { position: relative; width: 280px; height: 105px; border-radius: 50%; background: #ece0c4; border: 9px solid #fff7e6; box-shadow: inset 0 -18px 0 #cfc0a1, 0 24px 45px rgba(0,0,0,.35); transform: rotate(-4deg); }
.meat { position: absolute; width: 130px; height: 58px; border-radius: 60% 45% 55% 40%; background: linear-gradient(180deg, #5f281b, #23100c); border: 3px solid #170a08; box-shadow: inset 0 7px 0 rgba(255,188,113,.18); }
.m1 { left: 25px; top: 4px; transform: rotate(12deg); }
.m2 { left: 95px; top: 16px; transform: rotate(-5deg); }
.m3 { left: 55px; top: 35px; transform: rotate(4deg); }
.steam { position: absolute; bottom: 174px; width: 14px; height: 90px; border-left: 5px solid rgba(255,255,255,.17); border-radius: 50%; filter: blur(1px); animation: steam 3.4s ease-in-out infinite; }
.s1 { left: 36%; }
.s2 { left: 50%; animation-delay: -1.2s; }
.s3 { left: 62%; animation-delay: -2.1s; }
@keyframes steam { 50% { transform: translate(10px,-24px) scaleX(1.5); opacity: .3; } 100% { transform: translate(-5px,-50px); opacity: 0; } }
.menu-callout { margin-top: 18px; background: var(--red); color: var(--white); padding: 34px 38px; border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.menu-callout .eyebrow { color: rgba(255,255,255,.72); }
.menu-callout h3 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1; margin: 0; }

.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.story-visual { position: relative; min-height: 570px; display: grid; place-items: center; overflow: hidden; border-radius: 38px; background: radial-gradient(circle at 50% 45%, #e52137 0, #bd0016 52%, #87000e 100%); box-shadow: var(--shadow); }
.story-visual::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(45deg, transparent 46%, rgba(255,255,255,.18) 47%, rgba(255,255,255,.18) 49%, transparent 50%); background-size: 34px 34px; }
.story-word { font-family: var(--display); font-size: clamp(8rem, 17vw, 14rem); color: rgba(0,0,0,.2); transform: rotate(-8deg); }
.story-card { position: absolute; width: min(330px, 78%); background: var(--cream); border-radius: 24px; padding: 34px; transform: rotate(5deg); box-shadow: 0 30px 60px rgba(0,0,0,.28); }
.story-card p { font-family: var(--display); font-size: 3.2rem; line-height: .95; margin: 5px 0 22px; }
.quote-mark { position: absolute; right: 24px; top: -17px; font-family: Georgia, serif; font-size: 7rem; color: var(--red); line-height: 1; }
.five-stars { color: var(--red); letter-spacing: .25em; font-size: .9rem; }
.story-copy .large-copy { font-size: 1.25rem; font-weight: 700; line-height: 1.55; }
.story-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }
.story-points { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.story-points div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.story-points strong { color: var(--red); }
.story-points span { color: var(--muted); }

.cta-strip { background: var(--ink); color: var(--white); padding: 24px 0; }
.cta-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.cta-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; min-height: 130px; padding: 22px 30px; border-right: 1px solid rgba(255,255,255,.13); transition: background .2s ease; }
.cta-card:last-child { border-right: none; }
.cta-card:hover { background: rgba(255,255,255,.055); }
.cta-card p { margin: 0; font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.52); }
.cta-card h3 { margin: 2px 0 0; font-family: var(--display); font-size: 2.15rem; font-weight: 400; line-height: 1; }
.cta-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-family: var(--display); color: var(--red-bright); font-size: 1.4rem; }
.cta-card svg { width: 24px; fill: none; stroke: var(--red-bright); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.visit { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: stretch; }
.address-block { display: flex; align-items: center; gap: 16px; margin: 28px 0; font-size: 1.04rem; }
.address-block svg { width: 42px; height: 42px; padding: 10px; color: var(--red); border: 1px solid var(--line); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.8; }
.address-block strong, .address-block span { display: block; }
.address-block span { color: var(--muted); }
.hours { border-top: 1px solid var(--line); }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.hours div.today { color: var(--red); font-weight: 800; }
.hours-note { color: var(--muted); font-size: .77rem; margin: 16px 0 0; }
.visit-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.map-wrap { position: relative; min-height: 630px; border-radius: 36px; overflow: hidden; background: #ddd; box-shadow: var(--shadow); border: 8px solid var(--white); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 630px; border: 0; filter: grayscale(1) contrast(1.12); }
.map-label { position: absolute; left: 22px; bottom: 22px; padding: 16px 20px; background: var(--red); color: white; border-radius: 16px; box-shadow: 0 16px 36px rgba(0,0,0,.24); }
.map-label span, .map-label strong { display: block; }
.map-label span { font-family: var(--display); font-size: 1.5rem; letter-spacing: .04em; }
.map-label strong { font-size: .7rem; letter-spacing: .12em; }

.site-footer { background: #050505; color: var(--white); padding: 62px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { border-radius: 50%; border: 2px solid var(--cream); }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-family: var(--display); font-size: 2rem; letter-spacing: .04em; line-height: 1; }
.footer-brand span { font-size: .68rem; letter-spacing: .2em; color: rgba(255,255,255,.5); }
.footer-links, .footer-contact { display: grid; gap: 9px; font-size: .88rem; }
.footer-links a { color: rgba(255,255,255,.65); }
.footer-links a:hover { color: var(--red-bright); }
.footer-contact a { font-family: var(--display); font-size: 1.85rem; color: var(--red-bright); }
.footer-contact span { color: rgba(255,255,255,.55); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-links { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: #151313; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links > a { padding: 13px 14px; }
  .nav-links .button { margin-top: 8px; }
  .menu-toggle { display: block; }
  .hero-grid, .story-grid, .visit-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 75px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-badges { justify-content: center; }
  .hero-art { min-height: 520px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .food-grid { grid-template-columns: 1fr 1fr; }
  .food-card-featured { grid-column: span 2; grid-row: auto; min-height: 520px; }
  .story-visual { min-height: 520px; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,.13); }
  .cta-card:last-child { border-bottom: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .announcement { font-size: .69rem; }
  .announcement a { display: none; }
  .nav { min-height: 66px; }
  .brand span { font-size: 1.12rem; }
  .brand img { width: 40px; height: 40px; }
  .hero-grid { padding-top: 56px; padding-bottom: 84px; gap: 24px; }
  .hero h1 { font-size: clamp(4.1rem, 20vw, 5.7rem); }
  .hero-lede { font-size: .98rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-art { min-height: 390px; }
  .logo-frame { width: min(365px, 86vw); border-width: 6px; border-radius: 28px; }
  .sticker { width: 82px; border-width: 4px; font-size: .5rem; }
  .sticker strong { font-size: .66rem; }
  .sticker-one { bottom: 20px; }
  .sticker-two { top: 32px; }
  .section { padding: 80px 0; }
  .section-heading h2, .story-copy h2, .visit-copy h2 { font-size: 4.5rem; }
  .food-grid { grid-template-columns: 1fr; }
  .food-card-featured { grid-column: auto; min-height: 520px; }
  .food-card { min-height: 280px; }
  .dish-illustration { height: 270px; transform: scale(.8); }
  .menu-callout { align-items: stretch; flex-direction: column; padding: 28px; }
  .menu-callout .button { width: 100%; }
  .story-grid, .visit-grid { gap: 45px; }
  .story-visual { min-height: 430px; }
  .story-card p { font-size: 2.7rem; }
  .story-points div { grid-template-columns: 1fr; gap: 4px; }
  .cta-card { min-height: 112px; padding-inline: 15px; }
  .map-wrap, .map-wrap iframe { min-height: 460px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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