:root {
  --navy: #06192c;
  --navy-soft: #0c2c4b;
  --blue: #0875bf;
  --red: #ef3f37;
  --cream: #f2ecdf;
  --paper: #faf7f0;
  --ink: #111820;
  --line: rgba(17, 24, 32, 0.2);
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --body: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { color: white; background: var(--red); }

.skip-link { position: fixed; z-index: 1000; top: -5rem; left: 1rem; padding: .8rem 1rem; color: var(--ink); background: white; }
.skip-link:focus { top: 1rem; }
.experience-return {
  position: fixed;
  z-index: 99;
  left: max(14px, env(safe-area-inset-left));
  bottom: max(14px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 14px;
  color: white;
  border: 1px solid rgba(255,255,255,.36);
  background: rgba(6,25,44,.94);
  box-shadow: 0 10px 30px rgba(4,18,32,.24);
  backdrop-filter: blur(12px);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: color .2s, background .2s, transform .2s;
}
.experience-return span { color: var(--red); font-size: .9rem; }
.experience-return:hover { color: var(--navy); background: white; transform: translateY(-2px); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; padding: 0 clamp(1rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: height .3s, background .3s, backdrop-filter .3s; }
.site-header.scrolled { height: 70px; background: rgba(6,25,44,.94); backdrop-filter: blur(16px); }
.brand { position: relative; z-index: 102; flex: 0 0 auto; }
.brand img { width: clamp(190px, 18vw, 275px); }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.6rem); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-nav > a:not(.nav-order) { position: relative; padding: .7rem 0; }
.site-nav > a:not(.nav-order)::after { content: ""; position: absolute; left: 0; bottom: .35rem; width: 100%; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:not(.nav-order):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-order { min-height: 44px; padding: 0 1.15rem; display: inline-flex; align-items: center; background: var(--red); transition: background .2s, transform .2s; }
.nav-order:hover { background: #d92d27; transform: translateY(-1px); }
.nav-order span, .button span { margin-left: .7rem; }
.menu-toggle { display: none; position: relative; z-index: 102; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 4px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: white; background: var(--navy); }
.hero-image { position: absolute; inset: -3%; background: url("assets/crowd-2.jpg") 52% center / cover no-repeat; transform: scale(1.04); will-change: transform; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: rgba(4,15,27,.08); mix-blend-mode: multiply; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,34,.98) 0%, rgba(4,19,34,.86) 36%, rgba(4,19,34,.34) 70%, rgba(4,19,34,.15) 100%), linear-gradient(0deg, rgba(4,19,34,.88) 0%, rgba(4,19,34,0) 55%); }
.hero-lines { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-content { position: relative; z-index: 2; min-height: 100svh; width: min(1540px, 100%); margin: auto; padding: clamp(8.5rem, 17vh, 12rem) clamp(1.15rem, 5.8vw, 6.5rem) clamp(8rem, 15vh, 11rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { margin: 0 0 1.35rem; color: rgba(255,255,255,.67); font-size: .67rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.ink { color: #a72a27; }
.hero h1, .signature h2, .lineup h2, .locations h2, .final-cta h2, .watch-copy h2 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.045em; line-height: .78; text-transform: uppercase; }
.hero h1 { max-width: 940px; font-size: clamp(5rem, 10.2vw, 11.8rem); }
.hero h1 span { color: var(--cream); }
.hero h1 em, .lineup h2 em, .locations h2 em, .final-cta h2 em, .watch-copy h2 em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 520px; margin: 2rem 0 1.7rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.35vw, 1.3rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.button { min-height: 52px; padding: 0 1.35rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { color: white; background: var(--red); }
.button-red:hover { background: #d92d27; }
.button-ghost { color: white; border-color: rgba(255,255,255,.6); background: rgba(6,25,44,.18); backdrop-filter: blur(5px); }
.button-ghost:hover { color: var(--ink); background: white; }
.button-cream { color: var(--ink); background: var(--cream); }
.button-cream:hover { color: white; background: var(--red); }
.hero-meta { position: absolute; z-index: 3; right: clamp(1rem, 4.5vw, 5rem); bottom: clamp(2rem, 5vw, 4.5rem); display: flex; gap: clamp(2rem, 4vw, 4.5rem); border-top: 1px solid rgba(255,255,255,.4); padding-top: 1rem; }
.hero-meta div { min-width: 150px; }
.hero-meta small { display: block; margin-bottom: .45rem; color: rgba(255,255,255,.58); font-size: .57rem; font-weight: 800; letter-spacing: .16em; }
.hero-meta strong { display: block; font-family: var(--display); font-size: 1.35rem; letter-spacing: .02em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 4; left: clamp(1.15rem, 5.8vw, 6.5rem); bottom: 2.1rem; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.6); font-size: .57rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.scroll-cue i { width: 42px; height: 1px; background: white; transform-origin: left; animation: cue 1.7s ease-in-out infinite; }
@keyframes cue { 0%,100% { transform: scaleX(.35); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }
.hero-reveal { opacity: 0; transform: translateY(28px); animation: heroIn .75s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-reveal:nth-child(2) { animation-delay: .1s; }
.hero-reveal:nth-child(3) { animation-delay: .2s; }
.hero-reveal:nth-child(4) { animation-delay: .3s; }
.hero-meta.hero-reveal { animation-delay: .42s; }
@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }

.ticker { overflow: hidden; color: white; background: var(--red); border-top: 5px solid var(--cream); border-bottom: 5px solid var(--navy); }
.ticker-track { display: flex; align-items: center; width: max-content; padding: .85rem 0; animation: ticker 27s linear infinite; }
.ticker span { font: 800 1.25rem var(--display); letter-spacing: .08em; white-space: nowrap; }
.ticker i { padding: 0 1.7rem; color: var(--navy); font-style: normal; font-size: .7rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(5rem, 9vw, 9rem) clamp(1.15rem, 6vw, 7rem); }
.signature { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background-color: var(--cream); background-image: radial-gradient(rgba(6,25,44,.11) .75px, transparent .75px); background-size: 5px 5px; }
.signature-copy { max-width: 670px; justify-self: end; }
.signature h2 { font-size: clamp(4.4rem, 8vw, 9.3rem); }
.signature h2 em { color: var(--blue); font-style: normal; }
.lede { max-width: 580px; margin: 2rem 0 1.8rem; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.6; }
.underlined-link { display: inline-flex; align-items: center; gap: .8rem; padding: .7rem 0 .55rem; border-bottom: 2px solid currentColor; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.underlined-link span { color: var(--red); }
.underlined-link.light { color: white; }
.signature-list { margin-top: clamp(3.5rem, 6vw, 6rem); border-top: 2px solid var(--ink); }
.signature-list div { display: grid; grid-template-columns: 38px 1fr auto; gap: 1rem; align-items: center; min-height: 76px; border-bottom: 1px solid var(--line); }
.signature-list span { color: var(--red); font-size: .6rem; font-weight: 800; }
.signature-list strong { font: 700 clamp(1.55rem, 2.3vw, 2.4rem) var(--display); text-transform: uppercase; }
.signature-list small { max-width: 200px; text-align: right; font-size: .68rem; line-height: 1.35; }
.signature-photo { position: relative; margin: 0; height: min(75vw, 880px); overflow: hidden; }
.signature-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); pointer-events: none; }
.signature-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.signature-photo:hover img { transform: scale(1.035); }
.signature-photo figcaption { position: absolute; right: 1.2rem; bottom: 1.2rem; width: 156px; height: 156px; display: grid; place-content: center; border-radius: 50%; color: white; background: var(--red); text-align: center; font-size: .59rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transform: rotate(6deg); }
.signature-photo figcaption span { display: block; font: 800 4.3rem/.78 var(--display); }

.lineup { color: white; background: var(--navy); }
.lineup-heading { max-width: 1540px; margin: auto; display: grid; grid-template-columns: .45fr 1.2fr .55fr; gap: 2rem; align-items: end; }
.lineup h2 { font-size: clamp(4.2rem, 8.2vw, 9.5rem); }
.lineup-heading > p:last-child { max-width: 330px; margin: 0; color: rgba(255,255,255,.68); line-height: 1.6; }
.food-strip { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 620px; }
.food-panel { position: relative; min-height: 620px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.25); }
.food-panel + .food-panel { border-left: 1px solid rgba(255,255,255,.25); }
.food-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,14,25,.9), rgba(3,14,25,.03) 65%); transition: background .35s; }
.food-panel img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.05); transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .35s; }
.food-panel:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.05); }
.food-panel > span { position: absolute; z-index: 2; inset: auto clamp(1.2rem, 3vw, 3rem) clamp(1.5rem, 4vw, 3.5rem); display: grid; gap: .35rem; }
.food-panel small { color: rgba(255,255,255,.66); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.food-panel strong { font: 700 clamp(3rem, 5vw, 6rem)/.88 var(--display); text-transform: uppercase; }
.food-panel b { margin-top: .8rem; font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }

.deals { display: grid; grid-template-columns: .8fr 1.05fr 1.15fr; gap: clamp(2.5rem, 6vw, 7rem); color: white; background: var(--red); }
.deals .eyebrow { color: rgba(255,255,255,.72); }
.deal-heading { border-right: 1px solid rgba(255,255,255,.45); padding-right: clamp(2rem, 4vw, 5rem); }
.deal-price { display: flex; align-items: flex-start; margin-top: 1.8rem; }
.deal-price span { font: 700 2rem var(--display); }
.deal-price strong { font: 800 clamp(6rem, 10vw, 12rem)/.68 var(--display); letter-spacing: -.06em; }
.deal-heading > p:last-child { max-width: 260px; margin: 2rem 0 0; line-height: 1.5; }
.deal-today { align-self: center; }
.deal-today > small { font-size: .63rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.deal-today h2 { margin: .8rem 0 1.5rem; font: 800 clamp(4rem, 7vw, 7.5rem)/.8 var(--display); text-transform: uppercase; }
.deal-today p { display: grid; gap: .35rem; margin: 0 0 2.2rem; }
.deal-today p strong { font: 700 clamp(1.65rem, 2.6vw, 2.8rem)/1 var(--display); text-transform: uppercase; }
.deal-today p span { color: rgba(255,255,255,.65); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.deal-week { border-top: 1px solid rgba(255,255,255,.55); }
.deal-week button { width: 100%; min-height: 58px; display: grid; grid-template-columns: 42px 1fr; gap: 1rem; align-items: center; padding: .6rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); color: white; background: transparent; text-align: left; cursor: pointer; transition: padding .2s, background .2s; }
.deal-week button:hover, .deal-week button.active { padding-left: 1rem; background: rgba(6,25,44,.18); }
.deal-week span { color: rgba(255,255,255,.62); font-size: .58rem; font-weight: 800; letter-spacing: .14em; }
.deal-week strong { font: 600 1.2rem var(--display); text-transform: uppercase; }

.watch-party { position: relative; min-height: 86svh; display: flex; align-items: flex-end; color: white; background: var(--navy); overflow: hidden; }
.watch-image { position: absolute; inset: -3%; background: url("assets/watch-party.png") center 48% / cover no-repeat; transform: scale(1.04); }
.watch-party::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,25,44,.96) 0%, rgba(6,25,44,.66) 50%, rgba(6,25,44,.08) 100%), linear-gradient(0deg, rgba(6,25,44,.85), transparent 65%); }
.watch-copy { position: relative; z-index: 2; width: min(1540px, 100%); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) clamp(1.15rem, 6vw, 7rem); }
.watch-copy h2 { max-width: 1000px; font-size: clamp(4.5rem, 9vw, 10.5rem); }
.watch-copy > p:not(.eyebrow) { max-width: 530px; margin: 2rem 0 1.5rem; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 1.4vw, 1.28rem); line-height: 1.55; }

.locations { background: var(--paper); }
.locations-intro { max-width: 1540px; margin: 0 auto clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: .45fr 1.1fr .65fr; gap: 2rem; align-items: end; }
.locations h2 { font-size: clamp(4.8rem, 9vw, 10rem); }
.locations-intro > p:last-child { max-width: 340px; margin: 0; line-height: 1.6; }
.location-list { max-width: 1540px; margin: auto; border-top: 2px solid var(--ink); }
.location-row { position: relative; display: grid; grid-template-columns: .16fr .8fr .85fr .5fr auto; gap: 2rem; align-items: center; min-height: 128px; padding: 1rem .65rem; border-bottom: 1px solid var(--ink); overflow: hidden; transition: color .28s; }
.location-row::before { content: ""; position: absolute; inset: 0; background: var(--navy); transform: scaleY(0); transform-origin: bottom; transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.location-row:hover::before, .location-row:focus-within::before { transform: scaleY(1); }
.location-row:hover, .location-row:focus-within { color: white; }
.location-row > * { position: relative; z-index: 1; }
.location-row > span { color: var(--red); font-size: .63rem; font-weight: 800; }
.location-row h3 { margin: 0; font: 700 clamp(2.4rem, 4.2vw, 5rem)/.8 var(--display); text-transform: uppercase; }
.location-row address { font-style: normal; font-size: .76rem; line-height: 1.55; }
.location-row > a:not(.row-action) { font-size: .78rem; font-weight: 700; }
.row-action { min-width: 86px; padding: .8rem 1rem; color: white; background: var(--red); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }

.final-cta { position: relative; min-height: 86svh; display: grid; place-items: center; overflow: hidden; color: white; background: var(--navy); }
.final-image { position: absolute; inset: -3%; background: url("assets/storefront.jpg") center 55% / cover no-repeat; transform: scale(1.04); }
.final-overlay { position: absolute; inset: 0; background: rgba(4,18,32,.72); }
.final-copy { position: relative; z-index: 2; padding: 7rem 1.15rem; display: grid; justify-items: center; text-align: center; }
.final-copy > img { width: clamp(230px, 28vw, 420px); margin-bottom: clamp(3rem, 7vh, 6rem); }
.final-cta h2 { font-size: clamp(5.5rem, 11vw, 13rem); }
.final-copy > div { margin-top: 2.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }

footer { min-height: 180px; padding: 2rem clamp(1.15rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; color: white; background: var(--navy); border-top: 1px solid rgba(255,255,255,.18); }
footer img { width: 200px; }
footer p { margin: 0; font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .site-header { height: 74px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; padding: 7rem 1.3rem 2rem; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; background: var(--navy); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
  .site-nav.open { transform: translateX(0); }
  .site-nav a, .site-nav .nav-order { min-height: 0; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); background: transparent; font: 700 2.65rem/.9 var(--display); letter-spacing: -.01em; }
  .hero-meta { right: 1.5rem; }
  .signature { grid-template-columns: 1fr; }
  .signature-copy { justify-self: stretch; max-width: none; }
  .signature-photo { height: 78svh; }
  .lineup-heading, .locations-intro { grid-template-columns: 1fr; }
  .food-strip { grid-template-columns: 1fr; }
  .food-panel { min-height: 68svh; }
  .food-panel + .food-panel { border-left: 0; }
  .deals { grid-template-columns: 1fr 1fr; }
  .deal-week { grid-column: 1 / -1; }
  .deal-heading { border-right: 0; }
  .location-row { grid-template-columns: 36px 1fr .8fr auto; }
  .location-row > a:not(.row-action) { display: none; }
}

@media (max-width: 680px) {
  .brand img { width: 180px; }
  .hero-image { background-position: 58% center; }
  .hero-content { min-height: 100svh; padding: 7.5rem 1rem 9.5rem; justify-content: flex-end; }
  .hero h1 { font-size: clamp(4.7rem, 23vw, 7rem); }
  .hero-copy { margin-top: 1.4rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 160px; }
  .hero-meta { right: 1rem; left: 1rem; bottom: 2rem; justify-content: space-between; gap: 1rem; }
  .hero-meta div { min-width: 0; }
  .hero-meta strong { font-size: 1.05rem; }
  .scroll-cue { display: none; }
  .section-pad { padding-left: 1rem; padding-right: 1rem; }
  .signature h2, .lineup h2, .locations h2, .watch-copy h2 { font-size: clamp(4.15rem, 20vw, 6.2rem); }
  .signature h2 em { display: block; }
  .signature-list div { grid-template-columns: 32px 1fr; }
  .signature-list small { grid-column: 2; padding-bottom: .8rem; text-align: left; }
  .signature-photo { height: 68svh; }
  .signature-photo figcaption { width: 118px; height: 118px; }
  .signature-photo figcaption span { font-size: 3.2rem; }
  .food-panel { min-height: 62svh; }
  .deals { grid-template-columns: 1fr; }
  .deal-heading { padding-right: 0; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 2.4rem; }
  .deal-price strong { font-size: 8.2rem; }
  .deal-week { grid-column: auto; }
  .watch-party { min-height: 78svh; }
  .watch-image { background-position: 63% center; }
  .location-row { grid-template-columns: 28px 1fr auto; gap: .75rem; min-height: 120px; }
  .location-row address { grid-column: 2 / 4; }
  .location-row h3 { font-size: 2.7rem; }
  .row-action { grid-column: 3; grid-row: 1; }
  .final-cta { min-height: 78svh; }
  .final-cta h2 { font-size: clamp(5rem, 23vw, 7.8rem); }
  footer { grid-template-columns: 1fr; min-height: 230px; }
  footer p:last-child { text-align: left; }
}

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