@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:opsz,wght@9..40,400;9..40,600&family=DM+Serif+Display:ital@1&display=swap');

:root {
  --ink: #17110f;
  --cream: #fff1d4;
  --paper: #f8e8c7;
  --orange: #ef4b2e;
  --red: #ba242b;
  --teal: #0f6974;
  --acid: #f3c934;
  --white: #fffaf0;
  --display: "Bebas Neue", Impact, sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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; top: 0; left: 1rem; z-index: 200; transform: translateY(-120%); background: var(--acid); padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; color: var(--white); transition: background .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { height: 68px; background: rgba(23,17,15,.96); box-shadow: 0 8px 25px rgba(0,0,0,.18); }
.brand { display: grid; grid-template-columns: auto auto; column-gap: .5rem; align-items: center; font-family: var(--display); font-size: 1.85rem; letter-spacing: .04em; line-height: .8; }
.brand small { grid-column: 2; font-family: var(--body); font-size: .52rem; font-weight: 600; letter-spacing: .27em; }
.brand-mark { grid-row: 1 / span 2; font-size: 2rem; color: var(--acid); animation: slow-spin 18s linear infinite; }
.site-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.5vw, 2.8rem); font-size: .84rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 2px; background: var(--acid); transition: right .25s; }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px; }

.hero { position: relative; min-height: 790px; height: 100svh; color: var(--white); overflow: hidden; background: var(--teal); }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 60% center; filter: saturate(1.08) contrast(1.02); transform: scale(1.02); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,39,43,.97) 0%, rgba(8,47,50,.83) 38%, rgba(23,17,15,.2) 72%), linear-gradient(0deg, rgba(23,17,15,.55), transparent 48%); }
.hero-grain { position: absolute; inset: 0; opacity: .18; pointer-events: none; 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='.32'/%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 2; padding: clamp(9rem, 17vh, 12rem) 6vw 6rem; max-width: 850px; }
.eyebrow { margin: 0 0 1rem; text-transform: uppercase; font-size: .78rem; font-weight: 600; letter-spacing: .18em; }
.eyebrow span { display: inline-block; background: var(--orange); padding: .15rem .5rem; margin-right: .55rem; transform: rotate(-1deg); }
.eyebrow.dark { color: var(--red); }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .82; letter-spacing: .005em; }
.hero h1 { font-size: clamp(5.2rem, 10.8vw, 10rem); text-shadow: 0 7px 30px rgba(0,0,0,.25); }
h1 em, h2 em { color: var(--acid); font-family: var(--serif); font-weight: 400; text-transform: none; letter-spacing: -.04em; }
.hero-copy { max-width: 570px; font-size: clamp(1.02rem, 1.45vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.6rem; padding: 1rem 1.25rem; background: var(--orange); color: #fff; font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; border: 1px solid transparent; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); background: var(--red); }
.button-small { padding: .78rem 1rem; gap: .5rem; }
.text-link { font-size: .83rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; border-bottom: 1px solid currentColor; padding-bottom: .35rem; }
.hero-badge { position: absolute; z-index: 2; right: 5vw; bottom: 5vw; width: 148px; height: 148px; background: var(--acid); color: var(--ink); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(7deg); box-shadow: 6px 6px 0 var(--orange); }
.hero-badge strong { font-family: var(--display); font-size: 2.7rem; line-height: 1; }
.hero-badge span { font-size: .68rem; letter-spacing: .08em; }
.hero-badge small { width: 90px; font-size: .63rem; line-height: 1.25; margin-top: .25rem; }
.hero-side-note { position: absolute; right: 1.4rem; top: 50%; z-index: 2; writing-mode: vertical-rl; transform: translateY(-50%); margin: 0; font-size: .62rem; letter-spacing: .3em; }

.ticker { background: var(--orange); color: #fff; border-block: 3px solid var(--ink); overflow: hidden; transform: rotate(-.5deg) scale(1.02); position: relative; z-index: 4; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 1.5rem; padding: .7rem 0; font-family: var(--display); font-size: 1.65rem; letter-spacing: .05em; animation: marquee 22s linear infinite; }
.ticker i { color: var(--acid); font-style: normal; }

.section-pad { padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 6vw, 7rem); }
.food-section { background: var(--cream); background-image: radial-gradient(rgba(23,17,15,.12) .7px, transparent .7px); background-size: 12px 12px; }
.section-intro { display: grid; grid-template-columns: 1fr 1.2fr; gap: 1rem 6vw; margin-bottom: clamp(3rem, 6vw, 6rem); align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro h2, .sharing-copy h2, .visit-title h2 { font-size: clamp(4.7rem, 8.5vw, 8rem); }
.section-intro h2 em, .sharing-copy h2 em, .visit-title h2 em { color: var(--red); }
.section-intro > p:last-child { max-width: 500px; font-size: 1.12rem; padding-bottom: .5rem; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: stretch; }
.food-card { position: relative; overflow: hidden; min-height: 620px; background: var(--ink); color: #fff; }
.food-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.food-card:hover img { transform: scale(1.035); }
.food-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(17,8,5,.94)); }
.food-card-copy { position: absolute; z-index: 2; inset: auto 2.2rem 2.2rem; }
.food-card-copy h3 { font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: .95; margin: .7rem 0 .4rem; }
.food-card-copy p { max-width: 550px; margin: 0; }
.menu-tag { display: inline-block; background: var(--acid); color: var(--ink); padding: .25rem .6rem; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; transform: rotate(-2deg); }
.menu-panel { background: var(--teal); color: #fff; padding: clamp(1.5rem, 3vw, 2.6rem); display: flex; flex-direction: column; min-height: 620px; }
.menu-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.3); margin-bottom: 1rem; }
.menu-tabs button { appearance: none; border: 0; border-bottom: 4px solid transparent; padding: 1rem .5rem; background: transparent; color: rgba(255,255,255,.58); font-family: var(--display); font-size: 1.7rem; cursor: pointer; }
.menu-tabs button[aria-selected="true"] { color: var(--acid); border-bottom-color: var(--acid); }
.menu-list { flex: 1; }
.menu-list > div { position: relative; border-bottom: 1px solid rgba(255,255,255,.18); padding: 1rem 3rem 1rem 0; }
.menu-list h3 { font-family: var(--display); font-size: 1.65rem; font-weight: 400; line-height: 1; margin: 0 0 .35rem; letter-spacing: .03em; }
.menu-list p { margin: 0; font-size: .84rem; color: rgba(255,255,255,.75); line-height: 1.45; }
.menu-list span { position: absolute; top: 1.1rem; right: 0; font-size: .58rem; border: 1px solid var(--acid); color: var(--acid); padding: .12rem .3rem; }
.menu-link { margin-top: 1.4rem; display: flex; justify-content: space-between; border-bottom: 1px solid currentColor; padding-bottom: .5rem; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }

.vibe-section { background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; }
.vibe-photo { min-height: 680px; overflow: hidden; clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%); }
.vibe-photo img { height: 100%; object-fit: cover; }
.vibe-copy { padding: clamp(4rem, 8vw, 8rem) 7vw clamp(4rem, 7vw, 7rem) 4vw; align-self: center; }
.vibe-copy .eyebrow { color: var(--acid); }
.vibe-copy h2 { font-size: clamp(4rem, 7vw, 7rem); }
.vibe-copy h2 em { display: inline-block; font-size: .58em; color: var(--orange); margin-top: .45rem; }
.vibe-copy > p:not(.eyebrow) { max-width: 530px; color: rgba(255,255,255,.72); font-size: 1.05rem; margin: 2rem 0; }
.night-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.night-cards div { border: 1px solid rgba(255,255,255,.24); padding: 1rem; display: grid; grid-template-columns: auto 1fr; gap: .1rem .8rem; }
.night-cards span { grid-row: 1 / 3; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); font-family: var(--display); font-size: 1.2rem; }
.night-cards strong { font-size: .88rem; }
.night-cards small { color: rgba(255,255,255,.6); }

.sharing-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 8rem); background: var(--paper); align-items: center; }
.sharing-copy { position: relative; }
.sharing-copy > p:last-child { max-width: 460px; font-size: 1.1rem; }
.round-stamp { position: absolute; right: -2rem; top: -5rem; width: 104px; height: 104px; border: 2px solid var(--red); color: var(--red); border-radius: 50%; display: grid; place-content: center; text-align: center; font-family: var(--display); font-size: 1.25rem; line-height: .8; transform: rotate(9deg); }
.sharing-photo { margin: 0; position: relative; }
.sharing-photo img { aspect-ratio: 1.05; object-fit: cover; box-shadow: 18px 18px 0 var(--orange); }
.sharing-photo figcaption { margin-top: 1.7rem; text-align: right; font-family: var(--serif); color: var(--red); font-size: 1.1rem; }

.review-band { padding: clamp(5rem, 10vw, 9rem) 8vw; background: var(--red); color: #fff; text-align: center; }
.review-band blockquote { margin: 0 auto; max-width: 1000px; }
.stars { color: var(--acid); letter-spacing: .2em; margin-bottom: 1.5rem; }
.review-band p { margin: 0; font-family: var(--serif); font-style: italic; font-size: clamp(2rem, 4.1vw, 4rem); line-height: 1.2; }
.review-band footer { margin-top: 1.5rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .2em; opacity: .7; }

.visit-section { background: var(--teal); color: #fff; }
.visit-title { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 3rem; }
.visit-title h2 { text-align: right; }
.visit-title h2 em { color: var(--acid); }
.visit-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: clamp(2rem, 6vw, 7rem); padding: 3.5rem 0 5rem; }
.visit-grid h3 { color: var(--acid); font-family: var(--display); font-weight: 400; letter-spacing: .08em; font-size: 1.45rem; }
.visit-grid dl { margin: 0; }
.visit-grid dl > div { display: flex; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.18); padding: .45rem 0; }
.visit-grid dt { color: rgba(255,255,255,.72); }
.visit-grid dd { margin: 0; font-weight: 600; }
.note { font-size: .74rem; color: rgba(255,255,255,.58); line-height: 1.5; }
.visit-grid address { font-style: normal; font-family: var(--serif); font-size: 1.5rem; line-height: 1.6; margin-bottom: 1rem; }
.under-link { border-bottom: 1px solid currentColor; padding-bottom: .25rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.good-to-know { list-style: none; margin: 0; padding: 0; }
.good-to-know li { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.18); padding: .6rem 0; }
.good-to-know span { color: var(--acid); }
.big-cta { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.3); padding-top: 3rem; }
.big-cta p { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); font-style: italic; }
.button-light { background: var(--acid); color: var(--ink); min-width: 190px; }

.site-footer { background: var(--ink); color: #fff; padding: 3rem clamp(1.4rem, 6vw, 7rem) 5rem; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; }
.footer-brand img { max-width: 160px; }
.footer-contact, .footer-social { display: flex; flex-direction: column; gap: .35rem; font-size: .82rem; }
.footer-social { text-align: right; }
.footer-social small { color: rgba(255,255,255,.45); }
.mobile-book { display: none; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes slow-spin { to { transform: rotate(360deg); } }
@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; } }

@media (max-width: 900px) {
  body { padding-bottom: 62px; }
  .site-header { height: 68px; padding-inline: 1.2rem; }
  .menu-toggle { display: block; color: #fff; z-index: 2; }
  .site-nav { position: fixed; inset: 0; padding: 7rem 2rem 5rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--teal); font-family: var(--display); font-size: 2.2rem; transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav .button { font-family: var(--body); font-size: .8rem; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-content { padding: 9rem 1.4rem 7rem; }
  .hero h1 { font-size: clamp(4.6rem, 19vw, 7.5rem); }
  .hero-wash { background: linear-gradient(90deg, rgba(7,39,43,.94), rgba(7,39,43,.32)), linear-gradient(0deg, rgba(23,17,15,.72), transparent 55%); }
  .hero-badge { width: 112px; height: 112px; bottom: 5rem; right: 1.5rem; }
  .hero-badge strong { font-size: 2rem; }
  .hero-badge small { font-size: .55rem; }
  .hero-side-note { display: none; }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro .eyebrow { grid-column: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .food-card { min-height: 540px; }
  .menu-panel { min-height: auto; }
  .vibe-section { grid-template-columns: 1fr; }
  .vibe-photo { min-height: 500px; clip-path: none; }
  .vibe-copy { padding: 5rem 1.4rem; }
  .sharing-section { grid-template-columns: 1fr; }
  .sharing-photo { grid-row: 1; }
  .round-stamp { right: 0; }
  .visit-title { display: block; }
  .visit-title h2 { text-align: left; margin-top: 1rem; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .visit-grid > div:first-child { grid-column: 1 / -1; }
  .mobile-book { position: fixed; display: flex; z-index: 99; inset: auto 0 0; height: 62px; align-items: center; justify-content: space-between; padding: 0 1.4rem; background: var(--orange); color: #fff; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 600; }
}

@media (max-width: 600px) {
  .brand { font-size: 1.55rem; }
  .hero h1 { font-size: clamp(3.75rem, 15.8vw, 5rem); line-height: .88; }
  .hero-badge { display: none; }
  .hero-copy { max-width: 78%; font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .hero-badge { bottom: 6rem; }
  .section-pad { padding: 5rem 1.25rem; }
  .section-intro h2, .sharing-copy h2 { font-size: clamp(4rem, 22vw, 6.5rem); }
  .food-card { min-height: 500px; }
  .food-card-copy { inset: auto 1.25rem 1.25rem; }
  .night-cards { grid-template-columns: 1fr; }
  .sharing-photo img { box-shadow: 9px 9px 0 var(--orange); }
  .review-band { padding-inline: 1.4rem; }
  .visit-section { padding-top: 3.25rem; padding-bottom: 3rem; }
  .visit-title { padding-bottom: 1.75rem; }
  .visit-title .eyebrow { margin-bottom: .55rem; }
  .visit-title h2 { margin-top: 0; font-size: clamp(3.35rem, 16vw, 4.15rem); line-height: .86; }
  .visit-grid { grid-template-columns: 1fr; gap: 2.1rem; padding: 2rem 0 2.5rem; }
  .visit-grid > div:first-child { grid-column: auto; }
  .visit-grid h3 { margin: 0 0 .75rem; font-size: 1.2rem; }
  .visit-grid dl > div { gap: 1rem; padding: .34rem 0; font-size: .94rem; }
  .visit-grid address { font-size: 1.2rem; line-height: 1.45; margin-bottom: .65rem; }
  .good-to-know li { padding: .45rem 0; font-size: .95rem; }
  .note { margin-bottom: 0; font-size: .76rem; }
  .under-link { font-size: .74rem; }
  .big-cta { align-items: flex-start; flex-direction: column; gap: 1rem; padding-top: 1.8rem; }
  .big-cta p { font-size: 1.75rem; line-height: 1.15; }
  .button-light { min-width: 168px; padding: .85rem 1rem; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 1.2rem; padding: 2.5rem 1.25rem 3.25rem; }
  .footer-brand img { max-width: 130px; }
  .footer-contact, .footer-social { gap: .2rem; }
  .footer-social { text-align: left; }
}
