:root {
  --ink: #090b0f;
  --ink-2: #10141a;
  --paper: #f5f0e5;
  --cream: #fff7e7;
  --fire: #ff493d;
  --gold: #ffc23e;
  --blue: #4c83ff;
  --line: rgba(12, 15, 20, .17);
  --display: Impact, "Arial Narrow", "Roboto Condensed", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.btn { max-width: 100%; min-width: 0; }
:is(#real-nights, #your-night, #locations) { scroll-margin-top: 1rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 100; padding: .8rem 1rem; color: var(--ink); background: var(--cream); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 86px; padding: 0 clamp(1rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-seal { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; font: italic 900 1.85rem/1 Georgia, serif; }
.brand-name { display: flex; flex-direction: column; font: 900 1.25rem/.8 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.brand-name small { margin-top: .42rem; font: 800 .55rem/1 var(--body); letter-spacing: .34em; }
.desktop-nav { display: flex; gap: 2rem; }
.desktop-nav a, .footer-links a { position: relative; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after, .footer-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: currentColor; transition: right .25s; }
.desktop-nav a:hover::after, .footer-links a:hover::after { right: 0; }
.header-action { padding: .75rem 1rem; border: 1px solid rgba(255, 255, 255, .44); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255, 255, 255, .4); background: transparent; color: #fff; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 18; inset: 0; padding: 7rem 1.25rem 2rem; display: flex; flex-direction: column; visibility: hidden; opacity: 0; pointer-events: none; background: var(--ink); color: #fff; transition: opacity .2s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.mobile-menu a { padding: .7rem 0; border-bottom: 1px solid rgba(255, 255, 255, .16); font: 900 clamp(2.7rem, 13vw, 4rem)/1 var(--display); text-decoration: none; text-transform: uppercase; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 1040px; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--ink); color: #fff; }
.hero-photo { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; transform: scale(1.015); }
.hero-overlay { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(4, 6, 9, .97) 0%, rgba(4, 6, 9, .8) 40%, rgba(4, 6, 9, .33) 72%, rgba(4, 6, 9, .63) 100%), linear-gradient(0deg, rgba(4, 6, 9, .8), transparent 50%); }
.hero-noise { position: absolute; z-index: -2; inset: 0; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' 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='.35'/%3E%3C/svg%3E"); }
.hero-content { width: min(820px, 89vw); margin-left: clamp(1rem, 7vw, 7.5rem); transform: translateY(2%); }
.eyebrow { margin: 0 0 1.3rem; display: flex; align-items: center; gap: .7rem; font-size: .68rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: block; width: 28px; height: 2px; background: var(--fire); }
.eyebrow.dark { color: #474a52; }
.eyebrow.light { color: rgba(255, 255, 255, .68); }
.hero h1, .section-intro h2, .night-copy h2, .photo-heading h2, .food-card h2, .location-heading h2, .final-cta h2 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.035em; line-height: .78; text-transform: uppercase; }
.hero h1 { font-size: clamp(6rem, 12vw, 11.5rem); }
.hero h1 em, .section-intro h2 em, .night-copy h2 em, .photo-heading h2 em { color: var(--fire); font-style: italic; }
.hero-lead { max-width: 570px; margin: 2rem 0 2.3rem; color: rgba(255, 255, 255, .73); font-size: clamp(.98rem, 1.35vw, 1.15rem); }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; }
.btn { min-height: 50px; padding: .85rem 1rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; border: 1px solid transparent; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-fire { background: var(--fire); color: #fff; }
.btn-fire:hover { background: #ff5a4e; }
.btn-cream { background: var(--cream); color: var(--ink); }
.quiet-link { padding: .45rem 0; border-bottom: 1px solid rgba(255, 255, 255, .4); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-stamp { position: absolute; right: clamp(1.2rem, 4vw, 4.5rem); bottom: 3.2rem; display: flex; align-items: center; gap: .7rem; }
.hero-stamp strong { font: 900 4rem/1 var(--display); }
.hero-stamp span { color: rgba(255, 255, 255, .65); font-size: .64rem; font-weight: 800; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.hero-scroll { position: absolute; left: 50%; bottom: 2.8rem; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; }
.hero-scroll i { width: 9px; height: 9px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg) translate(-2px, -2px); }

.marquee { padding: .85rem 0; overflow: hidden; background: var(--fire); color: #fff; }
.marquee > div { width: max-content; display: flex; align-items: center; animation: ticker 25s linear infinite; }
.marquee span { padding: 0 1.8rem; font: 900 1rem/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.marquee i { color: var(--gold); font-style: normal; font-size: .6rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.media-section { padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 6vw, 6rem); background: var(--paper); }
.section-intro { max-width: 1180px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 2rem; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro h2 { font-size: clamp(4.8rem, 9vw, 9rem); }
.section-intro > p:last-child { max-width: 440px; color: #5b5f67; }
.night-gallery { max-width: 1320px; margin: clamp(3rem, 7vw, 7rem) auto 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); align-items: start; }
.story-card { min-width: 0; margin: 0; }
.story-1 { grid-column: 1 / 7; }
.story-2 { grid-column: 8 / 13; margin-top: 7rem; }
.story-3 { grid-column: 2 / 7; margin-top: 2rem; }
.story-4 { grid-column: 7 / 12; margin-top: 8rem; }
.story-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink); }
.story-2 .story-photo, .story-3 .story-photo { aspect-ratio: 4 / 5; }
.story-photo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .16); pointer-events: none; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.story-card:hover .story-photo img { transform: scale(1.025); }
.story-card figcaption { padding: 1rem 0; display: grid; grid-template-columns: 44px 1fr; gap: 1rem; border-top: 1px solid var(--line); }
.story-card figcaption > span { color: #85878d; font-size: .63rem; font-weight: 900; letter-spacing: .11em; }
.story-card figcaption div { display: flex; flex-direction: column; }
.story-card figcaption small { color: var(--fire); font-size: .63rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.story-card figcaption strong { margin-top: .25rem; font: 900 clamp(2rem, 3vw, 3.4rem)/.9 var(--display); text-transform: uppercase; }
.story-card figcaption p { max-width: 31ch; margin: .65rem 0 0; color: #666a72; font-size: .86rem; }
.swipe-hint { display: none; }
.mobile-break { display: none; }

.night-section { padding: clamp(6rem, 11vw, 11rem) clamp(1rem, 7vw, 7rem); display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(3rem, 8vw, 9rem); background: var(--ink); color: #fff; }
.night-copy { position: sticky; top: 5rem; align-self: start; }
.night-copy h2 { font-size: clamp(5rem, 9vw, 9rem); }
.night-list { border-top: 1px solid rgba(255, 255, 255, .2); }
.night-list article { min-height: 190px; padding: 2rem .3rem; display: grid; grid-template-columns: 60px 1fr; gap: 1rem; border-bottom: 1px solid rgba(255, 255, 255, .2); transition: padding .25s, color .25s; }
.night-list article:hover { padding-left: 1rem; color: var(--gold); }
.night-list article > span { color: rgba(255, 255, 255, .38); font-size: .65rem; letter-spacing: .1em; }
.night-list h3 { margin: 0 0 .8rem; font: 900 clamp(2.6rem, 5vw, 5.5rem)/.85 var(--display); text-transform: uppercase; }
.night-list p { max-width: 470px; margin: 0; color: rgba(255, 255, 255, .58); }

.photo-section { padding: clamp(5rem, 10vw, 10rem) clamp(1rem, 6vw, 6rem); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 7vw, 8rem); background: var(--gold); }
.photo-heading h2 { font-size: clamp(4.5rem, 7.8vw, 8rem); }
.venue-collage { min-width: 0; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, minmax(250px, 1fr)); gap: 1rem; }
.venue-collage figure { min-width: 0; margin: 0; position: relative; overflow: hidden; background: var(--ink); box-shadow: 0 24px 55px rgba(59, 38, 0, .16); }
.venue-collage .collage-main { grid-row: 1 / 3; }
.venue-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.venue-collage figure:hover img { transform: scale(1.025); }
.venue-collage figcaption { position: absolute; inset: auto 0 0; padding: 2.5rem 1rem 1rem; display: flex; flex-direction: column; color: #fff; background: linear-gradient(transparent, rgba(4, 6, 9, .88)); font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.venue-collage figcaption span { margin-bottom: .25rem; color: var(--gold); font-size: .6rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.food-section { padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 6vw, 6rem); background: var(--paper); }
.food-card { max-width: 1320px; margin: auto; padding: clamp(1.5rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr .72fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; overflow: hidden; background: linear-gradient(135deg, #d93027, var(--fire)); color: #fff; }
.food-card h2 { font-size: clamp(5rem, 9vw, 9rem); }
.food-card > div:first-child > p:not(.eyebrow) { max-width: 530px; color: rgba(255, 255, 255, .78); }
.food-card .btn { margin-top: 1.4rem; }
.round-visual { min-height: 560px; position: relative; overflow: hidden; background: var(--ink); box-shadow: 0 25px 60px rgba(65, 0, 0, .24); }
.round-main { width: 100%; height: 100%; object-fit: cover; }
.round-inset { position: absolute; right: -5%; bottom: -3%; width: 52%; height: 38%; object-fit: cover; border: 10px solid var(--cream); transform: rotate(3deg); box-shadow: 0 18px 45px rgba(0, 0, 0, .35); }
.round-visual > p { position: absolute; left: 1.2rem; top: 1.2rem; margin: 0; padding: .8rem 1rem; display: flex; flex-direction: column; background: var(--cream); color: var(--ink); box-shadow: 0 12px 30px rgba(0, 0, 0, .18); }
.round-visual > p span { color: var(--fire); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.round-visual > p strong { font: 900 1.45rem/1 var(--display); text-transform: uppercase; }

.locations-section { padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 6vw, 6rem); background: var(--cream); }
.location-heading { margin-bottom: clamp(3rem, 7vw, 7rem); display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: end; }
.location-heading h2 { font-size: clamp(4.8rem, 8.5vw, 8.5rem); }
.location-heading > p { max-width: 460px; color: #5c6068; }
.locations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.location { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.location-art { height: 280px; padding: 1.7rem; position: relative; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; background: var(--ink); color: #fff; }
.location-art img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.location-art::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5, 7, 10, .86), rgba(5, 7, 10, .08) 72%), linear-gradient(0deg, rgba(5, 7, 10, .55), transparent 62%); }
.location-art::after { content: ""; position: absolute; z-index: -1; width: 300px; height: 300px; left: -130px; bottom: -220px; border: 45px solid rgba(255, 255, 255, .1); border-radius: 50%; }
.location-art span { position: relative; z-index: 1; font: italic 900 clamp(7rem, 14vw, 12rem)/.65 var(--display); letter-spacing: -.05em; }
.location-art small { position: relative; z-index: 1; margin-left: auto; color: rgba(255, 255, 255, .72); font: 900 3rem/1 var(--display); text-shadow: 0 2px 18px rgba(0,0,0,.55); }
.location-info { padding: clamp(1.4rem, 3vw, 2.5rem); }
.location-info > p { margin: 0; color: var(--fire); font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.location-info h3 { margin: .35rem 0 1rem; font: 900 clamp(3.5rem, 6vw, 6rem)/.86 var(--display); text-transform: uppercase; }
.location-info address { color: #5b5f67; font-style: normal; }
.location-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.location-actions > a:not(.btn) { font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 4px; }

.final-cta { min-height: 700px; padding: clamp(6rem, 11vw, 11rem) 1rem; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; background: var(--fire); color: #fff; }
.final-cta .eyebrow { justify-content: center; }
.final-cta .eyebrow span { background: var(--gold); }
.final-cta h2 { position: relative; z-index: 1; font-size: clamp(6.5rem, 14vw, 13rem); }
.final-cta .btn { position: relative; z-index: 1; margin-top: 2.6rem; }
.ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-1 { width: 480px; height: 480px; }.ring-2 { width: 760px; height: 760px; }.ring-3 { width: 1080px; height: 1080px; }

footer { padding: 3.5rem clamp(1rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: var(--ink); color: #fff; }
footer > p { color: rgba(255, 255, 255, .4); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { justify-self: end; display: flex; gap: 1.5rem; flex-wrap: wrap; }
footer > small { grid-column: 1 / -1; color: rgba(255, 255, 255, .25); font-size: .6rem; }
.mobile-quickbar { display: none; }

@media (max-width: 1050px) {
  .desktop-nav, .header-action { display: none; }
  .menu-toggle { display: block; }
  .section-intro, .location-heading { grid-template-columns: 1fr; }
  .story-photo { min-height: 420px; }
  .night-section { grid-template-columns: 1fr; }
  .night-copy { position: static; }
  .photo-section { grid-template-columns: 1fr; }
  .food-card { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { display: none; }
}

@media (max-width: 720px) {
  body { padding-bottom: 74px; }
  .site-header { height: 72px; padding: 0 1rem; }
  .brand-seal { width: 35px; height: 35px; font-size: 1.5rem; }
  .brand-name { font-size: 1rem; }.brand-name small { font-size: .46rem; }
  .hero { min-height: 660px; height: 100svh; max-height: 820px; align-items: flex-end; padding-bottom: 3.6rem; }
  .hero-photo { object-position: 59% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4, 6, 9, .91), rgba(4, 6, 9, .38)), linear-gradient(0deg, rgba(4, 6, 9, .9), transparent 56%); }
  .hero-content { width: calc(100% - 2rem); max-width: 520px; margin: 0 1rem; transform: none; }
  .hero h1 { max-width: 100%; font-size: clamp(4rem, 20vw, 5.6rem); line-height: .8; letter-spacing: -.045em; white-space: normal; }
  .hero h1 em { display: block; }
  .hero-lead { max-width: 31ch; margin: 1.3rem 0 1.5rem; font-size: .9rem; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-actions .btn { width: 100%; gap: 1rem; }
  .hero-stamp { display: none; }
  .hero-scroll { left: auto; right: 1rem; bottom: 1.4rem; }
  .marquee { padding: .75rem 0; }
  .marquee span { padding: 0 1.1rem; font-size: .88rem; }
  .media-section, .night-section, .photo-section, .food-section, .locations-section { padding: 4.75rem 1rem; }
  .section-intro, .location-heading { gap: 1.25rem; }
  .section-intro h2, .photo-heading h2, .location-heading h2 { max-width: 100%; font-size: clamp(3.35rem, 16vw, 4.65rem); line-height: .84; letter-spacing: -.03em; }
  .section-intro h2 em { display: block; }
  .section-intro > p:last-child, .location-heading > p { margin: 0; font-size: .93rem; line-height: 1.55; }
  .night-gallery { margin: 3rem -1rem 0; padding: 0 1rem 1rem; display: flex; gap: .85rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .night-gallery::-webkit-scrollbar, .venue-collage::-webkit-scrollbar { display: none; }
  .story-card { flex: 0 0 min(84vw, 335px); margin-top: 0; scroll-snap-align: start; }
  .story-photo, .story-2 .story-photo, .story-3 .story-photo { min-height: 0; aspect-ratio: 4 / 5; }
  .story-card figcaption { grid-template-columns: 32px 1fr; gap: .65rem; }
  .story-card figcaption strong { font-size: 2.45rem; }
  .story-card figcaption p { font-size: .8rem; }
  .swipe-hint { margin: .25rem 0 0; display: flex; align-items: center; gap: .35rem; color: #676a70; font-size: .66rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
  .swipe-hint span { color: var(--fire); }
  .swipe-hint b { margin-left: .25rem; color: var(--ink); font-size: 1rem; }
  .night-section { gap: 3rem; }
  .night-copy h2 { max-width: 100%; font-size: clamp(3.55rem, 16.5vw, 4.8rem); line-height: .83; letter-spacing: -.03em; }
  .night-copy h2 em { display: block; }
  .night-list article { min-height: 0; grid-template-columns: 30px minmax(0, 1fr); gap: .7rem; padding: 1.45rem 0; }
  .night-list h3 { margin-bottom: .55rem; font-size: clamp(2.15rem, 10vw, 2.8rem); line-height: .88; }
  .night-list p { font-size: .9rem; line-height: 1.5; }
  .photo-section { display: block; }
  .venue-collage { margin: 2.5rem -1rem 0; padding: 0 1rem 1.25rem; display: flex; gap: .9rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .venue-collage figure, .venue-collage .collage-main { flex: 0 0 min(84vw, 335px); height: auto; aspect-ratio: 4 / 5; scroll-snap-align: center; }
  .venue-collage figcaption { padding-top: 4rem; }
  .photo-swipe { color: rgba(9, 11, 15, .65); }
  .food-card { padding: 1.25rem; grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .food-card h2 { max-width: 100%; font-size: clamp(3.5rem, 16vw, 4.6rem); line-height: .83; letter-spacing: -.03em; }
  .food-card .btn { width: 100%; gap: 1rem; }
  .round-visual { min-height: 430px; }
  .round-inset { width: 56%; height: 34%; border-width: 7px; }
  .locations-grid { grid-template-columns: minmax(0, 1fr); }
  .location-art { height: 210px; }
  .location-info { padding: 1.35rem; }
  .location-info h3 { max-width: 100%; font-size: clamp(2rem, 10vw, 3rem); line-height: .88; }
  .location-actions { align-items: stretch; flex-direction: column; gap: .7rem; }
  .location-actions .btn { width: 100%; gap: 1rem; }
  .location-actions > a:not(.btn) { min-height: 46px; padding: .8rem .9rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); text-decoration: none; }
  .final-cta { min-height: 540px; padding-inline: 1rem; }
  .final-cta h2 { width: 100%; max-width: 100%; font-size: clamp(4rem, 17vw, 5.2rem); line-height: .82; }
  br.mobile-break { display: block; }
  .final-cta .btn { width: min(100%, 320px); gap: 1rem; }
  .ring-1 { width: 320px; height: 320px; }.ring-2 { width: 540px; height: 540px; }.ring-3 { width: 760px; height: 760px; }
  footer { grid-template-columns: 1fr; padding: 3rem 1rem 4rem; }
  .footer-links { justify-self: start; flex-direction: column; gap: 1rem; }
  footer > small { grid-column: 1; }
  .mobile-quickbar { position: fixed; z-index: 40; inset: auto .65rem .65rem; min-height: 58px; padding: .35rem; display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; border: 1px solid rgba(255, 255, 255, .16); background: rgba(9, 11, 15, .95); color: #fff; box-shadow: 0 15px 40px rgba(0, 0, 0, .32); backdrop-filter: blur(14px); }
  .mobile-quickbar a { min-width: 0; padding: .65rem .55rem; display: flex; align-items: center; gap: .45rem; border: 1px solid rgba(255, 255, 255, .12); font-size: .66rem; font-weight: 900; letter-spacing: .07em; line-height: 1.1; text-decoration: none; text-transform: uppercase; }
  .mobile-quickbar a:first-child { background: var(--fire); border-color: var(--fire); }
  .mobile-quickbar span { color: rgba(255, 255, 255, .58); font-size: .55rem; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 3.7rem; }
  .section-intro h2 { font-size: 2.8rem; }
  .photo-heading h2, .location-heading h2 { font-size: 3.15rem; }
  .night-copy h2 { font-size: 3.35rem; }
  .food-card h2 { font-size: 3.2rem; }
  .night-list h3 { font-size: 2rem; }
  .location-info h3 { font-size: 2rem; }
  .final-cta h2 { max-width: 100%; font-size: 3.2rem; }
}

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