:root {
  --ink: #112d31;
  --ocean: #073d4b;
  --deep: #052d36;
  --orange: #e85d25;
  --lime: #b9ec2f;
  --sand: #f2e5c5;
  --paper: #fffaf0;
  --white: #fffdf8;
  --line: rgba(17, 45, 49, .18);
  --display: "Barlow Condensed", sans-serif;
  --body: "Outfit", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); }
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 14px; padding: 12px 16px; color: var(--white); background: var(--ocean); }
.skip-link:focus { top: 14px; }
.grain { position: fixed; z-index: 90; inset: 0; pointer-events: none; opacity: .055; 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='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); }
.sun-disc { position: absolute; z-index: 0; top: 104px; right: 0; width: 25vw; min-width: 250px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); }
.section-shell { width: min(calc(100% - 80px), 1280px); margin-inline: auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 35px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--orange); }
.eyebrow.light { color: var(--sand); }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 0; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .3s cubic-bezier(.16, 1, .3, 1), background .3s, color .3s; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(1px) scale(.985); }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover { background: #ca4818; }
.button-sand { color: var(--ocean); background: var(--sand); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; min-height: 92px; padding: 0 clamp(24px, 5vw, 74px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; color: var(--white); transition: min-height .3s, background .3s, color .3s, box-shadow .3s; }
.site-header.is-sticky { position: fixed; min-height: 74px; color: var(--ink); background: rgba(255, 250, 240, .92); box-shadow: 0 10px 30px rgba(7, 61, 75, .08); backdrop-filter: blur(16px); }
.brand { width: 104px; height: 78px; display: flex; align-items: center; }
.brand img { width: 100%; max-height: 76px; object-fit: contain; filter: drop-shadow(0 4px 6px rgba(0,0,0,.2)); }
.desktop-nav { display: flex; gap: 36px; }
.desktop-nav a { position: relative; padding: 8px 0; font-size: 12px; font-weight: 600; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--orange); transition: right .3s cubic-bezier(.16,1,.3,1); }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; min-height: 46px; padding: 0 17px; display: inline-flex; align-items: center; gap: 24px; color: var(--ocean); background: var(--lime); font-size: 10px; font-weight: 700; text-decoration: none; text-transform: uppercase; transition: transform .25s, background .25s; }
.header-cta:hover { transform: translateY(-2px); background: #ccf66c; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100dvh; padding: 138px clamp(24px, 5vw, 74px) 90px; display: grid; grid-template-columns: minmax(420px, .88fr) minmax(460px, 1.12fr); gap: clamp(40px, 7vw, 110px); align-items: center; overflow: hidden; color: var(--white); background: var(--ocean); }
.hero::before { content: ""; position: absolute; left: -8vw; bottom: -18vw; width: 46vw; aspect-ratio: 1; border: 1px solid rgba(185, 236, 47, .18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(185,236,47,.035), 0 0 0 150px rgba(185,236,47,.025); }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(70px, 8.4vw, 132px); font-weight: 800; line-height: .76; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { margin-left: clamp(12px, 5vw, 70px); color: var(--lime); font-size: .8em; font-style: italic; font-weight: 800; white-space: nowrap; }
.hero-intro { max-width: 550px; margin: 35px 0 0; color: #d8e0db; font-size: clamp(15px, 1.45vw, 19px); line-height: 1.65; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 26px; }
.text-link { padding: 10px 0 7px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.5); font-size: 11px; font-weight: 600; text-decoration: none; }
.today-status { margin-top: 36px; display: flex; align-items: center; gap: 10px; }
.today-status span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(185,236,47,.11); animation: statusPulse 2.4s ease-in-out infinite; }
.today-status.is-closed span { background: #f59e8a; box-shadow: 0 0 0 5px rgba(232,93,37,.15); }
.today-status p { margin: 0; color: #b9cbc9; font-size: 11px; }
@keyframes statusPulse { 50% { transform: scale(.72); opacity: .65; } }
.hero-visual { position: relative; z-index: 2; width: min(100%, 690px); justify-self: end; padding: 0 8% 5% 0; }
.hero-photo { position: relative; aspect-ratio: .86; overflow: hidden; transform: rotate(2.5deg); background: var(--sand); box-shadow: 24px 26px 0 rgba(2,35,42,.48); }
.hero-photo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.25); box-shadow: inset 0 0 0 10px rgba(255,255,255,.05); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.92) contrast(1.03); }
.hero-sticker { position: absolute; right: -1%; top: 3%; width: 148px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: var(--ocean); background: var(--lime); border-radius: 50%; transform: rotate(9deg); box-shadow: 9px 9px 0 var(--orange); }
.hero-sticker span, .hero-sticker i { font-family: var(--display); font-size: 14px; font-style: normal; font-weight: 700; line-height: 1; }
.hero-sticker strong { font-family: var(--display); font-size: 30px; line-height: .9; }
.hero-caption { position: absolute; right: 0; bottom: 0; margin: 0; padding: 10px 12px; color: var(--ocean); background: var(--sand); font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; transform: rotate(-2deg); }
.scroll-cue { position: absolute; z-index: 3; left: clamp(24px,5vw,74px); bottom: 28px; display: flex; gap: 12px; color: #afc4c1; font-size: 9px; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

.marquee { overflow: hidden; color: var(--ocean); background: var(--lime); }
.marquee-track { width: max-content; display: flex; animation: marquee 24s linear infinite; }
.marquee-group { min-width: 100vw; min-height: 56px; padding: 0 28px; display: flex; align-items: center; justify-content: space-around; gap: 38px; font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.marquee-group i { width: 8px; height: 8px; flex: 0 0 auto; background: var(--orange); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.menu-section { position: relative; padding: clamp(100px, 11vw, 160px) 0; background: var(--paper); }
.menu-section::before { content: "MENU"; position: absolute; top: 3%; right: -2%; color: rgba(7,61,75,.045); font-family: var(--display); font-size: 29vw; font-weight: 900; line-height: .75; pointer-events: none; }
.menu-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 8vw, 120px); align-items: end; }
.menu-heading h2, .experience-copy h2, .visit-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(55px, 7vw, 94px); font-weight: 800; line-height: .84; letter-spacing: -.04em; text-transform: uppercase; }
.menu-heading h2 em, .experience-copy h2 em, .visit-heading h2 em { color: var(--orange); font-style: italic; }
.menu-heading > p { max-width: 470px; margin: 0 0 4px; color: #5c6f70; line-height: 1.7; }
.menu-spread { position: relative; z-index: 1; margin-top: 76px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.menu-page { padding: 0; overflow: hidden; color: var(--ink); background: var(--sand); border: 0; text-align: left; cursor: zoom-in; transition: transform .55s cubic-bezier(.16,1,.3,1), box-shadow .55s; }
.menu-page:hover { transform: translateY(-8px) rotate(-.35deg); box-shadow: 20px 24px 0 rgba(7,61,75,.09); }
.menu-page-second { margin-top: 85px; }
.menu-page img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.menu-page > span { min-height: 82px; padding: 18px 22px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 15px; }
.menu-page b, .menu-page i { font-size: 10px; font-style: normal; text-transform: uppercase; }
.menu-page b { color: var(--orange); }
.menu-page strong { font-family: var(--display); font-size: 21px; text-transform: uppercase; }
.menu-note { max-width: 650px; margin: 26px 0 0; color: #718080; font-size: 10px; line-height: 1.6; }

.signature-section { position: relative; min-height: 850px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; color: var(--white); background: var(--orange); }
.signature-image { position: relative; z-index: 1; min-height: 850px; clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%); }
.signature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.signature-copy { position: relative; z-index: 2; max-width: 570px; padding: 140px clamp(40px, 7vw, 110px) 120px 60px; align-self: center; }
.signature-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(64px, 8vw, 116px); font-weight: 900; line-height: .76; letter-spacing: -.045em; text-transform: uppercase; }
.signature-copy h2 em { color: var(--lime); font-style: italic; }
.signature-copy > p { max-width: 470px; margin: 32px 0; color: #ffe8da; font-size: 16px; line-height: 1.7; }
.signature-type { position: absolute; right: -2vw; bottom: -8vw; color: rgba(255,255,255,.09); font-family: var(--display); font-size: 23vw; font-weight: 900; line-height: .8; }

.experience-section { position: relative; padding: clamp(110px, 13vw, 190px) 0; overflow: hidden; background: var(--sand); }
.experience-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 145px); align-items: center; }
.experience-copy > p:not(.eyebrow) { max-width: 530px; margin: 32px 0 45px; color: #58686a; line-height: 1.75; }
.experience-list { border-top: 2px solid var(--ink); }
.experience-list p { margin: 0; padding: 19px 0; display: grid; grid-template-columns: 45px 1fr; border-bottom: 1px solid rgba(17,45,49,.26); }
.experience-list span { grid-row: span 2; color: var(--orange); font-family: var(--display); font-size: 13px; font-weight: 800; }
.experience-list strong { font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.experience-list small { margin-top: 4px; color: #6b7777; }
.experience-collage { position: relative; min-height: 740px; }
.experience-collage figure { position: absolute; margin: 0; overflow: hidden; background: var(--paper); box-shadow: 18px 20px 0 rgba(7,61,75,.13); }
.experience-collage img { width: 100%; height: 100%; object-fit: cover; }
.venue-photo { z-index: 1; top: 0; left: 0; width: 67%; aspect-ratio: 1; transform: rotate(-3deg); }
.promo-photo { z-index: 2; right: 1%; bottom: 1%; width: 48%; aspect-ratio: .8; transform: rotate(4deg); }
.experience-collage figcaption { position: absolute; left: 0; bottom: 0; padding: 10px 14px; color: var(--white); background: var(--ocean); font-family: var(--display); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.round-seal { position: absolute; z-index: 3; right: 7%; top: 8%; width: 125px; aspect-ratio: 1; display: grid; place-items: center; color: var(--ocean); background: var(--lime); border-radius: 50%; animation: floatSeal 4s ease-in-out infinite; }
.round-seal span { position: absolute; font-family: var(--display); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.round-seal strong { font-family: var(--display); font-size: 58px; line-height: 1; }
@keyframes floatSeal { 50% { transform: translateY(-9px) rotate(3deg); } }

.visit-section { position: relative; padding: clamp(110px, 13vw, 180px) 0 120px; color: var(--white); background: var(--ocean); }
.visit-heading { margin-bottom: 70px; }
.visit-heading h2 em { color: var(--lime); }
.visit-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1px; background: rgba(255,255,255,.18); }
.visit-map, .visit-info { background: var(--deep); }
.visit-map { min-height: 560px; display: grid; grid-template-rows: 1fr auto; }
.map-art { position: relative; overflow: hidden; background: #0e5361; }
.map-art::before, .map-art::after { content: ""; position: absolute; border: 1px solid rgba(242,229,197,.25); border-radius: 50%; }
.map-art::before { width: 420px; height: 420px; left: -80px; top: -70px; box-shadow: 0 0 0 60px rgba(242,229,197,.025), 0 0 0 150px rgba(242,229,197,.025); }
.map-art::after { width: 300px; height: 300px; right: -50px; bottom: -100px; }
.route-line { position: absolute; left: 9%; right: 8%; top: 52%; height: 4px; background: var(--sand); transform: rotate(-8deg); }
.route-line::before, .route-line::after { content: ""; position: absolute; width: 32%; height: 80px; border-top: 4px solid var(--sand); border-radius: 50%; }
.route-line::before { left: 18%; top: -51px; transform: rotate(12deg); }
.route-line::after { right: 14%; top: 16px; transform: rotate(-14deg); }
.map-pin { position: absolute; z-index: 2; left: 57%; top: 35%; width: 82px; height: 82px; display: grid; place-items: center; color: var(--ocean); background: var(--lime); border-radius: 50% 50% 50% 0; font-family: var(--display); font-size: 42px; font-style: normal; font-weight: 900; transform: rotate(-45deg); box-shadow: 8px 8px 0 var(--orange); }
.map-pin::first-letter { transform: rotate(45deg); }
.map-art b, .map-art small { position: absolute; left: 8%; font-family: var(--display); letter-spacing: .07em; }
.map-art b { bottom: 54px; font-size: 30px; }
.map-art small { bottom: 35px; color: #adc4c3; }
.visit-map > a { min-height: 64px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: var(--ocean); background: var(--lime); font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.visit-info { padding: 52px; }
.visit-info > div { padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.18); }
.visit-info > div:last-child { margin-bottom: 0; border-bottom: 0; }
.visit-info span { display: block; margin-bottom: 15px; color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visit-info p { margin: 7px 0 0; color: #cfddda; line-height: 1.7; }
.visit-info a { display: block; width: fit-content; margin: 8px 0; color: var(--white); font-family: var(--display); font-size: 22px; font-weight: 700; text-decoration: none; }

.closing-section { position: relative; min-height: 690px; display: grid; place-items: center; overflow: hidden; text-align: center; background: var(--lime); }
.closing-mark { position: absolute; top: 50%; left: 50%; color: rgba(7,61,75,.08); font-family: var(--display); font-size: 36vw; font-weight: 900; line-height: .7; transform: translate(-50%,-50%) rotate(-5deg); }
.closing-content { position: relative; z-index: 1; display: grid; justify-items: center; }
.closing-content img { width: 160px; height: 145px; object-fit: contain; }
.closing-content p { margin: 15px 0 4px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.closing-content h2 { margin: 0 0 30px; color: var(--ocean); font-family: var(--display); font-size: clamp(65px, 9vw, 120px); font-weight: 900; line-height: .9; letter-spacing: -.04em; text-transform: uppercase; }

.site-footer { padding: 72px clamp(24px,5vw,74px) 28px; color: #b9c9c7; background: var(--deep); }
.footer-main { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 70px; }
.footer-brand { width: 130px; }
.footer-main > p { max-width: 480px; margin: 0; line-height: 1.7; }
.footer-main nav { display: grid; gap: 12px; }
.footer-main nav a, .footer-main nav button { padding: 0; color: var(--white); background: none; border: 0; font-size: 12px; text-align: left; text-decoration: none; cursor: pointer; }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); font-size: 9px; text-transform: uppercase; }
.footer-bottom > a { display: flex; align-items: center; gap: 10px; color: #829a98; text-decoration: none; }
.footer-bottom img { width: 105px; filter: brightness(0) invert(1); }
.floating-wa { position: fixed; z-index: 25; right: 18px; bottom: 18px; min-height: 56px; padding: 0 18px; display: flex; align-items: center; gap: 10px; color: var(--white); background: #1c874a; border: 2px solid var(--paper); border-radius: 30px; box-shadow: 0 12px 30px rgba(5,45,54,.25); font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; transition: transform .25s; }
.floating-wa:hover { transform: translateY(-3px); }
.floating-wa svg { width: 22px; fill: currentColor; }

.menu-modal { width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; overflow: hidden; color: var(--white); background: var(--deep); border: 0; }
.menu-modal::backdrop { background: rgba(5,45,54,.88); }
.modal-toolbar { min-height: 82px; padding: 12px clamp(16px,4vw,56px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.18); }
.modal-toolbar > div:first-child { display: grid; }
.modal-toolbar > div:first-child span { color: var(--lime); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.modal-toolbar strong { font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.modal-toolbar > div:last-child { display: flex; align-items: center; gap: 9px; }
.modal-toolbar button { width: 42px; height: 42px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.25); font-size: 18px; cursor: pointer; }
.modal-toolbar .modal-close { margin-left: 12px; color: var(--ocean); background: var(--lime); border-color: var(--lime); font-size: 26px; }
.modal-toolbar #menuCounter { min-width: 48px; color: #a9bcba; font-size: 9px; text-align: center; }
.menu-canvas { height: calc(100dvh - 82px); padding: 22px; display: grid; place-items: center; overflow: auto; }
.menu-canvas img { max-width: min(1160px, 96vw); max-height: calc(100dvh - 126px); object-fit: contain; box-shadow: 0 20px 70px rgba(0,0,0,.32); }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 22px; max-width: calc(100% - 30px); padding: 13px 18px; color: var(--white); background: var(--deep); font-size: 11px; transform: translate(-50%, 80px); opacity: 0; transition: transform .35s, opacity .35s; }
.toast.is-visible { transform: translate(-50%,0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { justify-self: end; width: 48px; height: 48px; padding: 12px; display: grid; align-content: center; gap: 7px; color: currentColor; background: transparent; border: 1px solid rgba(255,255,255,.28); }
  .site-header.is-sticky .menu-toggle { border-color: var(--line); }
  .menu-toggle span { width: 22px; height: 2px; background: currentColor; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 100%; left: 0; right: 0; padding: 20px clamp(20px,5vw,60px) 28px; display: grid; color: var(--ink); background: var(--paper); box-shadow: 0 18px 30px rgba(7,61,75,.12); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 20px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
  .mobile-menu .mobile-reserve { margin-top: 16px; padding: 16px; color: var(--white); background: var(--orange); border: 0; text-align: center; }
  .hero { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(60px,9vw,90px); }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-copy { max-width: 720px; }
  .experience-collage { width: min(100%, 760px); justify-self: end; }
  .signature-section { min-height: 720px; }
  .signature-image { min-height: 720px; }
  .signature-copy { padding-left: 30px; padding-right: 35px; }
}

@media (max-width: 760px) {
  .section-shell { width: calc(100% - 32px); }
  .sun-disc { top: 96px; right: 0; width: 145px; min-width: 145px; }
  .site-header { min-height: 76px; padding-inline: 16px; }
  .site-header.is-sticky { min-height: 66px; }
  .brand { width: 86px; height: 64px; }
  .brand img { max-height: 63px; }
  .hero { min-height: 100dvh; padding: 118px 16px 72px; grid-template-columns: 1fr; gap: 56px; align-content: start; }
  .hero::before { width: 90vw; bottom: 10%; }
  .hero h1 { font-size: clamp(61px,20vw,91px); line-height: .77; }
  .hero h1 strong { margin-left: 7vw; font-size: 1em; white-space: normal; }
  .hero-intro { margin-top: 28px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: fit-content; }
  .today-status { margin-top: 24px; }
  .hero-visual { width: calc(100% - 22px); justify-self: center; padding: 0 7px 25px 0; }
  .hero-photo { aspect-ratio: .84; box-shadow: 13px 15px 0 rgba(2,35,42,.5); }
  .hero-sticker { right: -8px; top: -28px; width: 110px; box-shadow: 6px 6px 0 var(--orange); }
  .hero-sticker span, .hero-sticker i { font-size: 10px; }
  .hero-sticker strong { font-size: 22px; }
  .hero-caption { right: -8px; padding: 8px 9px; font-size: 10px; }
  .scroll-cue { display: none; }
  .marquee-group { min-width: 165vw; min-height: 48px; font-size: 12px; }
  .menu-section { padding: 94px 0; }
  .menu-heading { grid-template-columns: 1fr; gap: 26px; }
  .menu-heading h2, .experience-copy h2, .visit-heading h2 { font-size: clamp(53px,16vw,76px); }
  .menu-heading > p { font-size: 14px; }
  .menu-spread { margin-top: 48px; grid-template-columns: 1fr; gap: 24px; }
  .menu-page-second { margin-top: 0; }
  .menu-page:hover { transform: none; box-shadow: none; }
  .menu-page > span { min-height: 70px; padding: 14px; grid-template-columns: 28px 1fr auto; gap: 9px; }
  .menu-page strong { font-size: 18px; }
  .menu-page i { font-size: 8px; }
  .signature-section { min-height: 0; grid-template-columns: 1fr; }
  .signature-image { min-height: 560px; clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%); }
  .signature-copy { padding: 66px 16px 90px; }
  .signature-copy h2 { font-size: clamp(65px,21vw,91px); }
  .signature-type { right: -3vw; bottom: -5vw; font-size: 38vw; }
  .experience-section { padding: 100px 0; }
  .experience-grid { gap: 65px; }
  .experience-copy > p:not(.eyebrow) { font-size: 14px; }
  .experience-collage { min-height: 560px; }
  .venue-photo { width: 77%; }
  .promo-photo { width: 52%; }
  .round-seal { right: 1%; top: 4%; width: 95px; }
  .round-seal strong { font-size: 43px; }
  .visit-section { padding: 95px 0 75px; }
  .visit-heading { margin-bottom: 45px; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-map { min-height: 460px; }
  .visit-info { padding: 38px 24px; }
  .closing-section { min-height: 590px; }
  .closing-mark { font-size: 58vw; }
  .closing-content img { width: 125px; height: 120px; }
  .closing-content h2 { font-size: clamp(60px,19vw,85px); }
  .site-footer { padding: 60px 20px 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-main nav { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
  .floating-wa { right: 10px; bottom: 10px; min-height: 52px; padding-inline: 14px; }
  .modal-toolbar { min-height: 108px; padding: 10px 12px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .modal-toolbar > div:last-child { width: 100%; justify-content: flex-end; }
  .modal-toolbar > div:last-child #menuCounter { margin-right: auto; order: -1; text-align: left; }
  .menu-canvas { height: calc(100dvh - 108px); padding: 10px; place-items: start center; }
  .menu-canvas img { max-width: none; width: max(100%, 900px); max-height: none; }
}

@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; }
}
