:root {
  --ink: #09080c;
  --ink-2: #111016;
  --paper: #f0eee9;
  --paper-2: #dedbd3;
  --pink: #ff2ab7;
  --pink-soft: #ff81d8;
  --cyan: #38d9ff;
  --lime: #d8ff58;
  --muted: #9b97a1;
  --line: rgba(255,255,255,.16);
  --sans: "DM Sans", sans-serif;
  --display: "Syne", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 99; padding: .8rem 1rem; background: var(--lime); color: #000; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1.25rem, 4vw, 4.75rem); border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: .75rem; width: max-content; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; box-shadow: inset 0 0 18px rgba(255,42,183,.2); }
.brand-mark i { width: 17px; height: 14px; border: 1.5px solid var(--pink-soft); border-radius: 2px 2px 8px 8px; position: relative; }
.brand-mark i::before { content: ""; position: absolute; left: 7px; top: 13px; width: 1px; height: 6px; background: var(--cyan); }
.brand-mark i::after { content: ""; position: absolute; left: 3px; bottom: -7px; width: 9px; height: 1px; background: var(--cyan); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy b { font: 800 1.05rem/1 var(--display); letter-spacing: .16em; }
.brand-copy small { margin-top: .3rem; color: #aaa6b0; font-size: .52rem; letter-spacing: .25em; }
.desktop-nav { display: flex; gap: clamp(1.2rem, 2.4vw, 2.8rem); font-size: .96rem; font-weight: 500; }
.desktop-nav a { color: #d7d3db; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--pink-soft); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 1.1rem; padding: .75rem .8rem .75rem 1.25rem; border: 1px solid rgba(255,112,208,.78); border-radius: 99px; background: rgba(12,9,15,.58); color: #f7f2f6; box-shadow: 0 0 0 1px rgba(255,42,183,.12), 0 0 13px rgba(255,42,183,.32), 0 0 30px rgba(255,42,183,.16), inset 0 0 10px rgba(255,42,183,.1); backdrop-filter: blur(12px); font-size: .82rem; font-weight: 700; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); border-color: rgba(255,153,222,.98); background: rgba(26,13,25,.76); box-shadow: 0 0 0 1px rgba(255,42,183,.22), 0 0 18px rgba(255,42,183,.48), 0 0 42px rgba(255,42,183,.25), inset 0 0 13px rgba(255,42,183,.16); }
.header-cta span, .button span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: #fff; color: #000; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: min(900px, 100vh); height: 100svh; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.05); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,5,8,.97) 0%, rgba(6,5,8,.88) 28%, rgba(6,5,8,.24) 65%, rgba(6,5,8,.25) 100%), linear-gradient(0deg, rgba(5,4,7,.84), transparent 32%); }
.hero-grain { position: absolute; inset: 0; opacity: .12; 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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { position: relative; z-index: 2; width: min(740px, 58vw); margin: 6rem 0 0 clamp(1.25rem, 8vw, 9rem); }
.eyebrow { margin: 0 0 1.6rem; color: #d8d3da; font-size: .7rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; display: flex; align-items: center; gap: .75rem; }
.eyebrow span { width: 32px; height: 1px; background: var(--cyan); }
.eyebrow.dark { color: #5d5960; }
.eyebrow.dark span { background: var(--pink); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.8rem; font: 700 clamp(3.7rem, 7.7vw, 8.25rem)/.84 var(--display); letter-spacing: -.065em; }
h1 em, h2 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.74); font-style: normal; font-weight: 500; }
.hero-lead { max-width: 530px; color: #bbb6bf; font-size: clamp(1rem, 1.3vw, 1.25rem); line-height: 1.6; }
.hero-actions, .visit-actions { display: flex; align-items: center; gap: 1.75rem; margin-top: 2.2rem; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 2.6rem; padding: .72rem .75rem .72rem 1.45rem; border-radius: 99px; font-weight: 700; font-size: .8rem; }
.button-primary { color: #08070a; background: var(--pink-soft); box-shadow: 0 0 42px rgba(255,42,183,.2); }
.button-primary:hover span { transform: rotate(45deg); }
.button span { transition: transform .25s ease; }
.text-link { padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .8rem; font-weight: 600; }
.text-link span { margin-left: .5rem; }
.hero-side-note { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 4.75rem); top: 135px; display: flex; gap: .8rem; align-items: center; padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.28); }
.pulse { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 14px var(--lime); }
.hero-side-note div { display: grid; gap: .2rem; }
.hero-side-note small { color: #a9a5ad; font-size: .65rem; text-transform: uppercase; letter-spacing: .15em; }
.hero-side-note strong { font-size: .75rem; letter-spacing: .05em; }
.hero-caption { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 4.75rem); bottom: 2.2rem; margin: 0; font-size: .58rem; letter-spacing: .3em; color: rgba(255,255,255,.5); writing-mode: vertical-rl; }

.marquee { background: var(--pink); color: #10070d; overflow: hidden; border-block: 1px solid #ff88d8; position: relative; z-index: 3; }
.marquee-track { display: flex; width: max-content; gap: 1.5rem; padding: .65rem 0; animation: ticker 24s linear infinite; font: 800 .73rem/1 var(--display); letter-spacing: .16em; }
.marquee-track i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { background: var(--paper); color: var(--ink); padding: clamp(5.5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 4.5rem; }
.section-heading h2, .about h2 { margin: 0; font: 650 clamp(2.8rem, 5.2vw, 5.6rem)/.94 var(--display); letter-spacing: -.055em; }
.section-heading h2 em, .about h2 em { -webkit-text-stroke-color: rgba(9,8,12,.55); }
.section-heading > p { max-width: 360px; color: #625e65; line-height: 1.65; }
.event-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; }
.event-card { background: #fff; min-width: 0; }
.poster { min-height: 360px; position: relative; overflow: hidden; padding: 1.5rem; isolation: isolate; }
.poster::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='x'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23x)'/%3E%3C/svg%3E"); }
.poster-blue { background: #1712a5; color: var(--cyan); }
.poster-pink { background: #ff39ba; color: #15060e; }
.poster-lime { background: var(--lime); color: #151118; }
.poster-kicker { font-size: .58rem; letter-spacing: .24em; font-weight: 700; }
.poster strong { position: absolute; left: 1.4rem; bottom: 1.3rem; font: 800 clamp(2.3rem, 3.3vw, 4.1rem)/.82 var(--display); letter-spacing: -.07em; z-index: 2; }
.poster-number { position: absolute; top: 1.3rem; right: 1.3rem; font: 700 .75rem var(--display); }
.poster-orbit { position: absolute; width: 230px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; top: 22%; right: -10%; box-shadow: 0 0 40px currentColor, inset 0 0 40px rgba(56,217,255,.25); }
.poster-orbit::before, .poster-orbit::after { content: ""; position: absolute; inset: 20%; border: 1px solid currentColor; border-radius: 50%; transform: skew(20deg); }
.poster-orbit::after { inset: 42%; background: var(--pink); box-shadow: 0 0 25px var(--pink); }
.poster-disc { position: absolute; width: 245px; aspect-ratio: 1; border-radius: 50%; right: -30px; top: 65px; background: repeating-radial-gradient(circle, #160710 0 3px, #612147 4px 6px); box-shadow: 0 12px 40px rgba(0,0,0,.38); transform: rotateX(62deg) rotateZ(-20deg); }
.poster-disc::after { content: ""; position: absolute; inset: 42%; border-radius: 50%; background: var(--cyan); }
.poster-grid { position: absolute; inset: 60px -30px auto auto; width: 230px; height: 230px; border-radius: 50%; background: linear-gradient(90deg, transparent 48%, #1a161e 49% 51%, transparent 52%), linear-gradient(transparent 48%, #1a161e 49% 51%, transparent 52%); background-size: 34px 34px; transform: rotate(18deg); border: 2px solid #1a161e; }
.event-info { min-height: 138px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1.2rem; border: 1px solid #d5d0c7; border-top: 0; }
.date-block { display: flex; gap: .45rem; align-items: center; padding-right: .8rem; border-right: 1px solid #ccc7bf; }
.date-block strong { font: 700 2rem/1 var(--display); }
.date-block span { color: #777279; font-size: .48rem; font-weight: 700; line-height: 1.4; }
.event-info h3 { margin-bottom: .35rem; font: 700 .95rem/1.2 var(--display); }
.event-info p { margin: 0; color: #6a666c; font-size: .7rem; line-height: 1.45; }
.event-info > a { display: grid; place-items: center; width: 34px; height: 34px; background: #111; color: #fff; border-radius: 50%; transition: .2s; }
.event-info > a:hover { background: var(--pink); transform: rotate(45deg); }
.demo-note { margin: 1rem 0 0; color: #8a858d; font-size: .62rem; }

.menu-section { position: relative; display: grid; grid-template-columns: minmax(280px, .8fr) minmax(460px, 1.2fr); gap: clamp(3rem, 8vw, 9rem); padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 8vw, 9rem); overflow: hidden; background: #0e0b12; }
.menu-section::before { content: ""; position: absolute; left: -12vw; bottom: -20vw; width: 55vw; aspect-ratio: 1; border: 1px solid rgba(255,42,183,.23); border-radius: 50%; box-shadow: 0 0 120px rgba(255,42,183,.09), inset 0 0 120px rgba(56,217,255,.05); }
.menu-intro { position: relative; z-index: 1; align-self: start; position: sticky; top: 2rem; }
.menu-intro h2, .visit h2 { margin: 0 0 2rem; font: 650 clamp(3rem, 5vw, 5.5rem)/.92 var(--display); letter-spacing: -.06em; }
.menu-intro > p:not(.eyebrow) { max-width: 430px; color: #aaa5ae; line-height: 1.7; }
.button-outline { margin-top: 1.3rem; border: 1px solid rgba(255,255,255,.34); }
.button-outline span { background: var(--cyan); }
.drink-list { border-top: 1px solid var(--line); }
.drink-row { display: grid; grid-template-columns: 28px 48px 1fr auto; gap: 1rem; align-items: center; min-height: 132px; border-bottom: 1px solid var(--line); }
.drink-no { color: #69646e; font-size: .65rem; }
.drink-dot { width: 34px; aspect-ratio: 1; border-radius: 50%; filter: blur(.3px); }
.dot-pink { background: radial-gradient(circle at 35% 30%, #ffd2ed, var(--pink) 40%, #61114b); box-shadow: 0 0 24px rgba(255,42,183,.45); }
.dot-red { background: radial-gradient(circle at 35% 30%, #ffc9a0, #c92954 45%, #3c101c); box-shadow: 0 0 24px rgba(201,41,84,.45); }
.dot-blue { background: radial-gradient(circle at 35% 30%, #d7fbff, var(--cyan) 43%, #05536b); box-shadow: 0 0 24px rgba(56,217,255,.4); }
.dot-coffee { background: radial-gradient(circle at 35% 30%, #f3d7b0, #99572f 45%, #25130d); box-shadow: 0 0 24px rgba(153,87,47,.35); }
.drink-row h3 { margin-bottom: .38rem; font: 650 clamp(1.2rem, 2vw, 1.65rem)/1 var(--display); }
.drink-row p { margin: 0; color: #827d86; font-size: .72rem; }
.drink-row > strong { font-size: .78rem; font-weight: 500; }
.demo-note.light { grid-column: 2; color: #625f66; }

.about { display: grid; grid-template-columns: .45fr 1.25fr .55fr; gap: 4rem; align-items: start; }
.about-index { display: flex; gap: 1.2rem; color: #777179; font-size: .58rem; writing-mode: vertical-rl; }
.about-copy > p:last-child { max-width: 720px; margin: 2.4rem 0 0; color: #57525a; font-size: 1.05rem; line-height: 1.75; }
.about-stats { display: grid; gap: 1.8rem; padding-top: 4rem; }
.about-stats div { padding-bottom: 1.3rem; border-bottom: 1px solid #cbc6be; }
.about-stats strong { display: block; font: 700 2.8rem/1 var(--display); }
.about-stats span { color: #706b73; font-size: .68rem; }

.visit { display: grid; grid-template-columns: 1.2fr .8fr; background: #151119; }
.visit-panel { min-height: 600px; display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); background: radial-gradient(circle at 100% 0%, rgba(255,42,183,.3), transparent 38%), linear-gradient(130deg, #18101c, #09080c 75%); border-right: 1px solid var(--line); }
.visit-panel h2 { max-width: 760px; }
.hours { padding: clamp(4rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.hours-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem; color: #8e8993; font-size: .6rem; letter-spacing: .16em; }
.open-badge { display: flex; gap: .5rem; align-items: center; color: var(--lime); }
.open-badge i { width: 6px; aspect-ratio: 1; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.hours dl { margin: 0; border-top: 1px solid var(--line); }
.hours dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.hours dt, .hours dd { margin: 0; font-size: .78rem; }
.hours dt { color: #8f8a94; }
.hours address { margin-top: 3.5rem; color: #d4cfd7; font-style: normal; line-height: 1.7; font-size: .85rem; }
.hours address a { color: var(--pink-soft); }

.site-footer { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 2rem clamp(1.25rem, 4vw, 4.75rem); border-top: 1px solid var(--line); background: #09080c; }
.socials { display: flex; gap: 2rem; font-size: .68rem; }
.socials a:hover { color: var(--cyan); }
.site-footer > p { justify-self: end; margin: 0; color: #625e66; font-size: .62rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }

/* Inner pages */
.inner-page { background: var(--ink); }
.inner-page .desktop-nav a[aria-current="page"] { color: var(--pink-soft); }
.page-hero { position: relative; min-height: 760px; display: flex; align-items: flex-end; overflow: hidden; padding: 190px clamp(1.25rem, 8vw, 9rem) 7rem; background: radial-gradient(circle at 78% 32%, rgba(56,217,255,.11), transparent 22%), radial-gradient(circle at 68% 62%, rgba(255,42,183,.14), transparent 28%), #09080c; isolation: isolate; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .16; 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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.page-hero-grid { position: absolute; z-index: -1; inset: 104px 0 0 44%; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 68px 68px; transform: perspective(700px) rotateY(-16deg) scale(1.1); transform-origin: right center; mask-image: linear-gradient(90deg, transparent, #000 25%); }
.page-hero-content { position: relative; z-index: 2; width: min(880px, 72vw); }
.page-hero h1 { margin: 0; max-width: 900px; font-size: clamp(4rem, 7.4vw, 8rem); }
.page-hero h1 em { -webkit-text-stroke-color: rgba(255,255,255,.62); }
.page-lead { max-width: 590px; margin: 2.4rem 0 0; color: #aaa5ae; font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.75; }
.page-index { position: absolute; right: clamp(1.25rem, 4vw, 4.75rem); top: 145px; color: #76717b; font: 600 .6rem var(--display); letter-spacing: .22em; }
.page-hero-aside { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 4.75rem); bottom: 7.7rem; display: grid; justify-items: end; gap: .55rem; padding-right: 1.4rem; border-right: 1px solid rgba(255,255,255,.25); }
.page-hero-aside .open-badge { margin-bottom: .4rem; font-size: .58rem; letter-spacing: .15em; }
.page-hero-aside strong { font: 650 1.35rem var(--display); }
.page-hero-aside small { color: #827d87; font-size: .68rem; }
.neon-orbit { position: absolute; right: 6vw; top: 22%; z-index: -1; width: clamp(260px, 34vw, 540px); aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .4; transform: rotate(-17deg); box-shadow: 0 0 70px color-mix(in srgb, currentColor 23%, transparent), inset 0 0 70px color-mix(in srgb, currentColor 10%, transparent); }
.neon-orbit::before, .neon-orbit::after { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; }
.neon-orbit::before { inset: 13%; transform: skew(22deg); }
.neon-orbit::after { inset: 34%; box-shadow: 0 0 36px currentColor; }
.neon-orbit i { position: absolute; left: 12%; top: 48%; width: 14px; aspect-ratio: 1; border-radius: 50%; background: currentColor; box-shadow: 0 0 28px currentColor; }
.orbit-cyan { color: var(--cyan); }
.orbit-pink { color: var(--pink); right: 9vw; transform: rotate(15deg); }
.orbit-lime { color: var(--lime); opacity: .28; right: 3vw; }

.contact-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c8c3ba; border-left: 1px solid #c8c3ba; }
.contact-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid #c8c3ba; border-bottom: 1px solid #c8c3ba; background: rgba(255,255,255,.38); transition: background .25s ease, transform .25s ease; }
.contact-card:hover { z-index: 2; background: #fff; transform: translateY(-5px); }
.contact-card-no { color: #8a858d; font: 600 .6rem var(--display); letter-spacing: .18em; }
.contact-card-icon { position: absolute; right: 1.7rem; top: 1.7rem; display: grid; place-items: center; width: 43px; aspect-ratio: 1; border-radius: 50%; background: var(--pink); color: #fff; transition: transform .25s ease; }
.contact-card:hover .contact-card-icon { transform: rotate(45deg); }
.contact-card-icon.cyan { background: var(--cyan); color: #07080a; }
.contact-card-icon.lime { background: var(--lime); color: #07080a; }
.contact-card small { margin-top: auto; color: #77727a; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-card strong { margin-top: .85rem; font: 650 clamp(1.15rem, 1.8vw, 1.6rem)/1.2 var(--display); letter-spacing: -.03em; }
.contact-card p { margin: 1.2rem 0 0; max-width: 320px; color: #68636a; font-size: .76rem; line-height: 1.6; }

.location-section { min-height: 720px; display: grid; grid-template-columns: 1.12fr .88fr; background: #0d0b10; border-block: 1px solid var(--line); }
.location-map { position: relative; min-height: 720px; overflow: hidden; background-color: #14111a; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 54px 54px; border-right: 1px solid var(--line); }
.location-map::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 55% 48%, rgba(255,42,183,.2), transparent 20%), linear-gradient(135deg, transparent, rgba(56,217,255,.05)); }
.map-street { position: absolute; z-index: 1; height: 28px; width: 120%; border-block: 1px solid rgba(255,255,255,.15); background: #0c0a0f; }
.street-one { left: -10%; top: 29%; transform: rotate(-14deg); }
.street-two { left: -10%; top: 66%; transform: rotate(17deg); }
.street-three { left: 34%; top: 44%; width: 80%; transform: rotate(74deg); }
.map-label { position: absolute; z-index: 3; color: #5f5a65; font-size: .5rem; letter-spacing: .22em; }
.label-square { left: 12%; top: 20%; }
.label-river { right: 9%; bottom: 16%; color: rgba(56,217,255,.55); writing-mode: vertical-rl; }
.map-pin { position: absolute; z-index: 4; left: 52%; top: 48%; display: grid; justify-items: center; gap: .7rem; transform: translate(-50%, -50%); }
.map-pin i { width: 24px; aspect-ratio: 1; border: 5px solid var(--pink-soft); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 0 15px var(--pink), 0 0 45px rgba(255,42,183,.65); }
.map-pin b { padding: .5rem .65rem; background: var(--pink); color: #10070d; font: 800 .65rem var(--display); letter-spacing: .18em; }
.map-coordinates { position: absolute; z-index: 3; left: 2rem; bottom: 2rem; color: #7b7680; font-size: .55rem; line-height: 1.7; letter-spacing: .12em; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 8rem); }
.location-copy h2, .page-cta h2, .reservation-guide h2 { margin: 0; font: 650 clamp(2.8rem, 4.8vw, 5.2rem)/.92 var(--display); letter-spacing: -.06em; }
.location-copy h2 em, .page-cta h2 em { -webkit-text-stroke-color: rgba(255,255,255,.68); }
.location-copy > p:not(.eyebrow) { max-width: 490px; margin: 2rem 0 0; color: #9b96a0; line-height: 1.8; }
.location-copy .button { align-self: flex-start; margin-top: 2.5rem; }

.contact-detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 10rem); }
.hours-editorial h2 { margin: 0; font: 650 clamp(2.8rem, 4.8vw, 5.2rem)/.94 var(--display); letter-spacing: -.055em; }
.hours-editorial h2 em { -webkit-text-stroke-color: rgba(9,8,12,.55); }
.hours-table { border-top: 1px solid #beb8af; }
.hours-table > div { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 92px; padding: 0 1.2rem; border-bottom: 1px solid #cbc6bd; }
.hours-table > div span { color: #6f6971; font-size: .78rem; }
.hours-table > div strong { font: 650 1rem var(--display); }
.hours-table > div.highlight { margin-inline: -1.2rem; padding-inline: 2.4rem; background: var(--pink); color: #11080e; border-color: var(--pink); }
.hours-table > div.highlight span { color: #38102b; }
.hours-table > p { margin: 1.4rem 0 0; color: #89838a; font-size: .68rem; line-height: 1.65; }
.page-cta { min-height: 520px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(2rem, 6vw, 7rem); padding: clamp(5rem, 8vw, 9rem); background: radial-gradient(circle at 15% 100%, rgba(56,217,255,.16), transparent 28%), radial-gradient(circle at 85% 0%, rgba(255,42,183,.27), transparent 30%), #100c13; }
.page-cta-index { color: #68626c; font-size: .5rem; letter-spacing: .24em; writing-mode: vertical-rl; }
.page-cta .button { min-width: 220px; }

.reservation-hero { min-height: 700px; }
.reservation-steps { position: absolute; right: clamp(1.25rem, 5vw, 6rem); bottom: 6.8rem; z-index: 3; display: grid; gap: .9rem; min-width: 190px; }
.reservation-steps span { display: flex; align-items: center; gap: 1rem; padding-bottom: .8rem; border-bottom: 1px solid rgba(255,255,255,.15); color: #918b96; font-size: .68rem; }
.reservation-steps b { color: var(--pink-soft); font: 600 .58rem var(--display); }
.reservation-section { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr); background: var(--paper); color: var(--ink); }
.reservation-guide { position: sticky; top: 0; align-self: start; min-height: 100vh; display: flex; flex-direction: column; padding: clamp(5rem, 7vw, 8rem); border-right: 1px solid #c9c4bb; background: var(--paper-2); }
.reservation-guide h2 em { -webkit-text-stroke-color: rgba(9,8,12,.48); }
.guide-list { display: grid; gap: 0; margin-top: 3.5rem; border-top: 1px solid #bdb8af; }
.guide-list div { display: grid; grid-template-columns: 32px 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid #c5c0b7; }
.guide-list span { color: var(--pink); font: 700 .58rem var(--display); }
.guide-list p { margin: 0; color: #645f66; font-size: .76rem; line-height: 1.6; }
.reservation-direct { margin-top: auto; padding-top: 4rem; display: grid; gap: .7rem; }
.reservation-direct small { color: #7b757d; font-size: .65rem; }
.reservation-direct a { width: max-content; padding-bottom: .4rem; border-bottom: 1px solid #aaa49c; font: 650 1rem var(--display); }
.reservation-direct a span { color: var(--pink); }
.reservation-form-wrap { min-width: 0; padding: clamp(5rem, 7vw, 8rem); background: #f6f4ef; }
.form-heading { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid #c8c3ba; color: #777179; font-size: .55rem; letter-spacing: .18em; }
.secure-note { display: flex; align-items: center; gap: .6rem; color: #716c73; }
.secure-note i { width: 6px; aspect-ratio: 1; border-radius: 50%; background: var(--lime); box-shadow: 0 0 8px #aacc35; }
.reservation-form-wrap > h2 { margin: 3.5rem 0 1rem; font: 650 clamp(2.6rem, 4vw, 4.6rem)/1 var(--display); letter-spacing: -.055em; }
.reservation-form fieldset { margin: 3.2rem 0 0; padding: 0 0 3.2rem; border: 0; border-bottom: 1px solid #cbc6bd; }
.reservation-form legend { width: 100%; margin-bottom: 2.4rem; padding: 0; color: #3e3940; }
.legend-inner { display: flex; align-items: center; gap: .9rem; }
.legend-inner b { flex: 0 0 auto; display: grid; place-items: center; width: 34px; aspect-ratio: 1; border-radius: 50%; background: #131016; color: var(--pink-soft); font: 700 .55rem var(--display); }
.legend-inner strong { font: 650 1rem/1.25 var(--display); letter-spacing: -.02em; }
.field-grid { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field-grid-three { grid-template-columns: repeat(3, 1fr); }
.field-wide { grid-column: 1 / -1; }
.reservation-form fieldset, .reservation-form label { min-width: 0; }
.reservation-form label { display: grid; gap: .65rem; color: #615c63; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.reservation-form input:not([type="checkbox"]), .reservation-form select, .reservation-form textarea { width: 100%; min-width: 0; max-width: 100%; min-height: 56px; padding: .9rem 1rem; border: 1px solid #c4bfb6; border-radius: 0; outline: none; background: rgba(255,255,255,.58); color: #171319; font: 500 .83rem var(--sans); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.date-input-shell { position: relative; width: 100%; min-width: 0; min-height: 56px; overflow: hidden; padding-inline: 1rem; border: 1px solid #c4bfb6; background: rgba(255,255,255,.58); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.reservation-form .date-input-shell input[type="date"], .reservation-form .date-input-shell input[type="date"]:focus { position: relative; display: block; width: 100%; min-width: 0; max-width: 100%; height: 54px; min-height: 54px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.date-input-shell input[type="date"]::-webkit-date-and-time-value { text-align: left; }
.date-input-placeholder { position: absolute; z-index: 1; inset: 0 2.5rem 0 1rem; display: flex; align-items: center; background: #fbfaf8; color: #aaa4ab; font: 500 .83rem var(--sans); letter-spacing: 0; text-transform: none; pointer-events: none; transition: opacity .15s ease; }
.date-input-shell input:valid + .date-input-placeholder { opacity: 0; visibility: hidden; }
.date-input-shell:focus-within { border-color: var(--pink); background: #fff; box-shadow: 0 0 0 3px rgba(255,42,183,.1); }
.date-input-shell:focus-within .date-input-placeholder { background: #fff; }
.reservation-form textarea { min-height: 130px; resize: vertical; }
.reservation-form input:focus, .reservation-form select:focus, .reservation-form textarea:focus { border-color: var(--pink); background: #fff; box-shadow: 0 0 0 3px rgba(255,42,183,.1); }
.reservation-form ::placeholder { color: #aaa4ab; }
.check-field { grid-template-columns: auto 1fr; align-items: start; gap: .8rem !important; margin-top: 1.5rem; color: #6b656c !important; font-weight: 500 !important; line-height: 1.55; letter-spacing: 0 !important; text-transform: none !important; }
.check-field input { width: 17px; height: 17px; margin: .1rem 0 0; accent-color: var(--pink); }
.check-field a { color: #211a22; border-bottom: 1px solid #8b848c; }
.form-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 2rem; }
.form-submit-row p { max-width: 290px; margin: 0; color: #8a848c; font-size: .62rem; line-height: 1.55; }
.form-submit-row button { border: 0; cursor: pointer; }
.form-success { margin-top: 2rem; padding: 1.25rem; display: flex; align-items: center; gap: 1rem; background: #17131a; color: #fff; }
.form-success[hidden] { display: none; }
.form-success > span { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 50%; background: var(--lime); color: #111; font-weight: 800; }
.form-success strong { font: 650 .85rem var(--display); }
.form-success p { margin: .25rem 0 0; color: #aaa4ad; font-size: .65rem; }

.terms-hero { min-height: 680px; }
.document-meta { position: absolute; right: clamp(1.25rem, 5vw, 6rem); bottom: 6.8rem; display: grid; grid-template-columns: auto auto; gap: .7rem 1.5rem; padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.25); }
.document-meta span { color: #736e78; font-size: .5rem; letter-spacing: .17em; }
.document-meta strong { font-size: .62rem; }
.terms-layout { display: grid; grid-template-columns: minmax(240px, .38fr) minmax(600px, 1.12fr); align-items: start; background: var(--paper); color: var(--ink); }
.terms-nav { position: sticky; top: 0; min-height: 100vh; padding: 6rem clamp(2rem, 4vw, 4.5rem); border-right: 1px solid #c9c4bb; background: var(--paper-2); }
.terms-nav > p { margin-bottom: 2rem; color: #817b83; font-size: .52rem; font-weight: 700; letter-spacing: .2em; }
.terms-nav nav { display: grid; border-top: 1px solid #c2bdb4; }
.terms-nav nav a { display: grid; grid-template-columns: 28px 1fr; gap: .6rem; padding: 1rem 0; border-bottom: 1px solid #c8c3ba; color: #5f5a61; font-size: .7rem; transition: color .2s ease, padding-left .2s ease; }
.terms-nav nav a:hover { padding-left: .4rem; color: var(--pink); }
.terms-nav nav span { color: #9a949b; font: 600 .52rem var(--display); }
.terms-download { display: flex; justify-content: space-between; margin-top: 2.5rem; padding-bottom: .6rem; border-bottom: 1px solid #a8a29a; font: 650 .75rem var(--display); }
.terms-download span { color: var(--pink); }
.legal-copy { padding: clamp(5rem, 8vw, 9rem) clamp(2rem, 9vw, 10rem); }
.legal-notice { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; max-width: 900px; margin-bottom: 5rem; padding: 1.5rem; border: 1px solid #c5c0b7; background: #e7e3db; }
.legal-notice span { color: var(--pink); font: 700 .55rem var(--display); letter-spacing: .18em; }
.legal-notice p { margin: 0; color: #625d64; font-size: .73rem; line-height: 1.65; }
.legal-section { display: grid; grid-template-columns: 60px minmax(0, 760px); gap: 2rem; padding: 4rem 0; border-top: 1px solid #c5c0b7; scroll-margin-top: 2rem; }
.legal-number { color: var(--pink); font: 700 .65rem var(--display); letter-spacing: .1em; }
.legal-kicker { margin-bottom: .9rem; color: #7f7981; font-size: .55rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.legal-section h2 { margin: 0 0 1.8rem; font: 650 clamp(1.8rem, 3vw, 2.8rem)/1.05 var(--display); letter-spacing: -.045em; }
.legal-section p:not(.legal-kicker) { color: #5d585f; font-size: .94rem; line-height: 1.85; }
.legal-section ul { margin: 1.8rem 0 0; padding: 0; list-style: none; border-top: 1px solid #ccc7be; }
.legal-section li { position: relative; padding: 1rem 0 1rem 1.8rem; border-bottom: 1px solid #d1ccc3; color: #5d585f; font-size: .85rem; line-height: 1.55; }
.legal-section li::before { content: "✦"; position: absolute; left: 0; color: var(--pink); font-size: .6rem; }
.legal-data { margin: 0; border-top: 1px solid #c7c2b9; }
.legal-data div { display: grid; grid-template-columns: 180px 1fr; gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid #cec9c0; }
.legal-data dt { color: #858087; font-size: .7rem; }
.legal-data dd { margin: 0; color: #383339; font-size: .78rem; }
.legal-data a { border-bottom: 1px solid #aaa4ab; }
.legal-section blockquote { margin: 2.5rem 0 0; padding: 1.6rem 2rem; border-left: 3px solid var(--pink); background: #e5e1d9; font: 600 1.1rem/1.6 var(--display); }
.legal-end { display: flex; justify-content: space-between; gap: 2rem; padding-top: 2rem; border-top: 1px solid #bdb8af; color: #7d777f; font-size: .58rem; letter-spacing: .16em; }
.legal-end a { color: #29242a; letter-spacing: 0; }

.simple-text-hero { min-height: 650px; }
.simple-text-hero .page-hero-content { width: min(760px, 64vw); }
.simple-text-hero h1 { max-width: 720px; }
.text-article-section { display: grid; grid-template-columns: minmax(210px, .38fr) minmax(560px, 1fr); align-items: start; gap: clamp(4rem, 9vw, 10rem); padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 8vw, 9rem); background: var(--paper); color: var(--ink); }
.article-meta { position: sticky; top: 2rem; display: grid; border-top: 1px solid #c0bbb2; }
.article-meta div { display: grid; gap: .55rem; padding: 1.15rem 0; border-bottom: 1px solid #cbc6bd; }
.article-meta span { color: #8b858d; font-size: .5rem; font-weight: 700; letter-spacing: .18em; }
.article-meta strong { font-size: .7rem; font-weight: 500; }
.simple-prose { width: min(100%, 800px); }
.simple-prose .article-lead { margin-bottom: 5rem; color: #29242a; font: 500 clamp(1.35rem, 2.2vw, 2rem)/1.55 var(--display); letter-spacing: -.025em; }
.simple-prose section { scroll-margin-top: 2rem; }
.simple-prose section h2 { max-width: 650px; margin: 0 0 2rem; font: 650 clamp(2.1rem, 3.6vw, 3.7rem)/1 var(--display); letter-spacing: -.055em; }
.simple-prose section p { max-width: 720px; color: #59545b; font-size: 1rem; line-height: 1.9; }
.simple-prose section ul { display: grid; gap: 0; margin: 2.3rem 0 0; padding: 0; list-style: none; border-top: 1px solid #c5c0b7; }
.simple-prose section li { position: relative; padding: 1rem 0 1rem 1.8rem; border-bottom: 1px solid #ccc7be; color: #5a555c; font-size: .88rem; }
.simple-prose section li::before { content: "✦"; position: absolute; left: 0; color: var(--pink); font-size: .58rem; }
.article-rule { display: flex; align-items: center; gap: 1rem; margin: 5rem 0 2.5rem; color: var(--pink); font: 700 .58rem var(--display); letter-spacing: .12em; }
.article-rule::after { content: ""; width: 56px; height: 1px; background: var(--pink); }
.article-quote { position: relative; margin: 5rem 0; padding: 3rem clamp(1.5rem, 4vw, 4rem); overflow: hidden; border: 0; background: #121016; color: #fff; }
.article-quote > span { position: absolute; right: 1rem; top: -2.4rem; color: rgba(255,42,183,.22); font: 700 12rem/1 var(--display); }
.article-quote p { position: relative; margin: 0; font: 550 clamp(1.35rem, 2.5vw, 2.25rem)/1.45 var(--display); letter-spacing: -.035em; }
.article-footer { margin-top: 6rem; padding-top: 2rem; border-top: 1px solid #bbb6ad; }
.article-footer > p { margin-bottom: 2rem; font: 650 clamp(1.8rem, 3vw, 2.7rem) var(--display); letter-spacing: -.04em; }
.article-footer > div { display: flex; align-items: center; gap: 2rem; }
.dark-link { color: #2c272d; border-bottom-color: #918b92; }

/* Blog */
.blog-hero { position: relative; min-height: 740px; display: grid; grid-template-columns: 1fr minmax(260px, .45fr); align-items: end; gap: 5rem; overflow: hidden; padding: 200px clamp(1.25rem, 8vw, 9rem) 7rem; background: radial-gradient(circle at 76% 35%, rgba(255,42,183,.2), transparent 26%), radial-gradient(circle at 90% 78%, rgba(56,217,255,.13), transparent 25%), #09080c; isolation: isolate; }
.blog-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; 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='.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.blog-hero-grid { position: absolute; z-index: -1; inset: 104px 0 0 52%; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 70px 70px; transform: perspective(700px) rotateY(-16deg) scale(1.15); }
.blog-hero-glow { position: absolute; z-index: -1; right: 8vw; top: 22%; width: clamp(280px, 34vw, 520px); aspect-ratio: 1; border: 1px solid var(--pink); border-radius: 50%; opacity: .3; transform: rotate(-18deg); box-shadow: 0 0 75px rgba(255,42,183,.27), inset 0 0 75px rgba(56,217,255,.08); }
.blog-hero-glow::before, .blog-hero-glow::after { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; }
.blog-hero-glow::before { inset: 13%; transform: skew(23deg); color: var(--cyan); }
.blog-hero-glow::after { inset: 38%; color: var(--pink); box-shadow: 0 0 34px var(--pink); }
.blog-hero-copy { position: relative; z-index: 1; }
.blog-hero h1 { margin: 0; max-width: 850px; font-size: clamp(4.3rem, 8vw, 8.7rem); }
.blog-hero-lead { position: relative; z-index: 1; max-width: 330px; margin: 0 0 .8rem; padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.28); color: #aaa5ae; font-size: .9rem; line-height: 1.75; }
.blog-list-section { padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); background: var(--paper); color: var(--ink); }
.blog-section-heading { display: grid; grid-template-columns: minmax(180px, .4fr) 1fr; gap: 5rem; align-items: end; margin-bottom: 5rem; }
.blog-section-heading > div { display: flex; gap: 1.2rem; align-items: center; color: #716c73; font-size: .58rem; letter-spacing: .16em; }
.blog-section-heading > div span { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border: 1px solid #aaa49d; border-radius: 50%; }
.blog-section-heading > div p { margin: 0; }
.blog-section-heading h2, .related-posts h2 { margin: 0; font: 650 clamp(3rem, 5.4vw, 5.8rem)/.92 var(--display); letter-spacing: -.06em; }
.blog-section-heading h2 em, .related-posts h2 em { -webkit-text-stroke-color: rgba(9,8,12,.55); }
.blog-featured { display: grid; grid-template-columns: minmax(420px, 1.12fr) minmax(320px, .88fr); margin-bottom: 1.3rem; background: #fff; border: 1px solid #d2cdc5; }
.blog-poster { position: relative; display: block; min-height: 520px; overflow: hidden; padding: 2rem; isolation: isolate; }
.blog-poster::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .15; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='x'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23x)'/%3E%3C/svg%3E"); }
.poster-theme-pink { background: #fa39b5; color: #150610; }
.poster-theme-cyan { background: #1612a0; color: var(--cyan); }
.poster-theme-lime { background: var(--lime); color: #16121a; }
.blog-poster-kicker { font-size: .58rem; font-weight: 800; letter-spacing: .24em; }
.blog-poster-number { position: absolute; right: 2rem; top: 2rem; font: 700 .7rem var(--display); }
.blog-poster strong { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; font: 800 clamp(3.2rem, 5.2vw, 6.4rem)/.78 var(--display); letter-spacing: -.075em; }
.blog-poster-shape { position: absolute; z-index: -1; right: -8%; top: 15%; width: 62%; aspect-ratio: 1; border: 2px solid currentColor; border-radius: 50%; transform: rotate(-18deg); box-shadow: 0 0 55px currentColor, inset 0 0 50px rgba(255,255,255,.12); }
.blog-poster-shape::before, .blog-poster-shape::after { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; }
.blog-poster-shape::before { inset: 16%; transform: skew(24deg); }
.blog-poster-shape::after { inset: 40%; background: var(--pink); box-shadow: 0 0 28px var(--pink); }
.poster-theme-pink .blog-poster-shape::after { background: var(--cyan); box-shadow: 0 0 28px var(--cyan); }
.poster-theme-lime .blog-poster-shape::after { background: #1712a5; box-shadow: 0 0 28px #1712a5; }
.blog-featured-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 5vw, 5rem); }
.blog-meta-line { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; color: #77727a; font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.blog-meta-line > * + *::before { content: "/"; margin-right: 1.2rem; color: #aaa5ac; }
.blog-featured-copy h3 { margin: 2.2rem 0 1.2rem; font: 700 clamp(2.2rem, 3.7vw, 4.1rem)/.95 var(--display); letter-spacing: -.055em; }
.blog-featured-copy > p, .blog-card-copy > p { color: #656169; line-height: 1.75; }
.blog-read-link { width: max-content; display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.5rem; padding-bottom: .35rem; border-bottom: 1px solid #9d979f; font-size: .75rem; font-weight: 700; }
.blog-read-link span { transition: transform .2s ease; }
.blog-read-link:hover span { transform: rotate(45deg); }
.blog-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; }
.blog-card { background: #fff; border: 1px solid #d2cdc5; }
.blog-card .blog-poster { min-height: 390px; }
.blog-card .blog-poster strong { font-size: clamp(2.7rem, 4.2vw, 5rem); }
.blog-card-copy { padding: 2rem; }
.blog-card-copy h3 { margin: 1.5rem 0 1rem; font: 700 clamp(1.7rem, 2.4vw, 2.5rem)/1 var(--display); letter-spacing: -.045em; }
.blog-card-copy > p { max-width: 570px; }
.blog-article-hero { min-height: 820px; display: grid; grid-template-columns: minmax(460px, 1.1fr) minmax(390px, .9fr); align-items: stretch; padding-top: 104px; background: #09080c; }
.blog-article-heading { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(6rem, 8vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.blog-back-link { width: max-content; margin-bottom: auto; color: #aaa5ae; font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.blog-back-link span { margin-right: .65rem; color: var(--cyan); }
.blog-article-heading .blog-meta-line { color: #9f9aa3; }
.blog-article-heading h1 { max-width: 880px; margin: 2rem 0 1.8rem; font-size: clamp(3.5rem, 6vw, 7rem); }
.blog-article-heading > p { max-width: 680px; margin: 0; color: #aaa5ae; line-height: 1.75; }
.blog-article-hero > .blog-poster { min-height: 716px; }
.blog-article-layout { display: grid; grid-template-columns: minmax(230px, .36fr) minmax(560px, 1fr); gap: clamp(4rem, 9vw, 10rem); align-items: start; padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 8vw, 9rem); background: var(--paper); color: var(--ink); }
.blog-side-meta { position: sticky; top: 2rem; display: grid; gap: 1.7rem; padding-top: .4rem; }
.blog-side-meta > span { color: #8a858c; font: 700 .58rem var(--display); letter-spacing: .18em; }
.blog-side-meta div { display: grid; gap: .4rem; padding-bottom: 1.1rem; border-bottom: 1px solid #c9c4bc; }
.blog-side-meta small { color: #88838a; font-size: .53rem; letter-spacing: .16em; }
.blog-side-meta strong, .blog-side-meta time { font-size: .72rem; font-weight: 700; }
.blog-content { max-width: 790px; }
.blog-article-lead { margin-bottom: 5rem; font: 500 clamp(1.35rem, 2.1vw, 2rem)/1.55 var(--display); letter-spacing: -.025em; }
.blog-content-rule { display: flex; align-items: center; gap: 1rem; margin: 5rem 0 2rem; color: #858087; font-size: .58rem; }
.blog-content-rule::after { content: ""; height: 1px; flex: 1; background: #cac5bd; }
.blog-content h2 { max-width: 650px; margin-bottom: 1.8rem; font: 700 clamp(2rem, 3.4vw, 3.6rem)/1 var(--display); letter-spacing: -.045em; }
.blog-content > p:not(.blog-article-lead) { color: #555159; font-size: 1.02rem; line-height: 1.9; }
.blog-content ul { display: grid; gap: .85rem; margin: 2.5rem 0; padding: 1.8rem 2rem; border: 1px solid #c9c4bc; list-style: none; }
.blog-content li { position: relative; padding-left: 1.3rem; color: #555159; line-height: 1.6; }
.blog-content li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; aspect-ratio: 1; border-radius: 50%; background: var(--pink); box-shadow: 0 0 8px rgba(255,42,183,.45); }
.blog-content blockquote { position: relative; margin: 4rem 0; padding: 3rem; background: #121017; color: #fff; }
.blog-content blockquote > span { position: absolute; right: 2rem; top: 1rem; color: var(--pink); font: 700 5rem/1 var(--display); }
.blog-content blockquote p { max-width: 620px; margin: 0; font: 600 clamp(1.35rem, 2.2vw, 2rem)/1.45 var(--display); }
.blog-article-end { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 6rem; padding-top: 2rem; border-top: 1px solid #c9c4bc; }
.blog-article-end > span { color: #878188; font-size: .55rem; letter-spacing: .18em; }
.related-posts { padding: clamp(6rem, 9vw, 9rem) clamp(1.25rem, 8vw, 9rem); background: #dedbd3; color: var(--ink); }
.related-posts > header { display: grid; grid-template-columns: .4fr 1fr; gap: 5rem; align-items: end; margin-bottom: 4rem; }
.related-post-grid { border-top: 1px solid #aaa59d; }
.related-post-card { min-height: 150px; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid #aaa59d; }
.related-post-card > span { color: #8c878e; font: 700 .65rem var(--display); }
.related-post-card small { color: #767178; font-size: .55rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.related-post-card h3 { margin: .55rem 0 0; font: 700 clamp(1.5rem, 2.6vw, 2.7rem)/1 var(--display); letter-spacing: -.04em; }
.related-post-card > a { display: grid; place-items: center; width: 44px; aspect-ratio: 1; border-radius: 50%; background: var(--ink); color: #fff; transition: .2s ease; }
.related-post-card > a:hover { background: var(--pink); transform: rotate(45deg); }

@media (max-width: 1020px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.18); color: #fff; }
  .menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 104px; left: 0; right: 0; padding: 1.5rem; background: rgba(9,8,12,.98); border-bottom: 1px solid var(--line); }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a { padding: 1rem 0; border-bottom: 1px solid var(--line); font: 600 1.25rem var(--display); }
  .mobile-menu .mobile-call { color: var(--pink-soft); border: 0; font: 500 .85rem var(--sans); }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .event-featured { grid-column: span 2; }
  .event-featured .poster { min-height: 420px; }
  .menu-section { gap: 3.5rem; }
  .about { grid-template-columns: auto 1fr; }
  .about-stats { grid-column: 2; grid-template-columns: repeat(3, 1fr); padding-top: 0; }
  .visit { grid-template-columns: 1fr; }
  .visit-panel { min-height: 500px; border-right: 0; border-bottom: 1px solid var(--line); }
  .page-hero-content { width: min(760px, 78vw); }
  .page-hero-aside { display: none; }
  .contact-card-grid { grid-template-columns: 1fr 1fr; }
  .location-section { grid-template-columns: 1fr; }
  .location-map { min-height: 560px; border-right: 0; border-bottom: 1px solid var(--line); }
  .location-copy { min-height: 560px; }
  .page-cta { grid-template-columns: auto 1fr; }
  .page-cta .button { grid-column: 2; justify-self: start; }
  .reservation-section { grid-template-columns: 1fr; }
  .reservation-guide { position: relative; min-height: auto; border-right: 0; border-bottom: 1px solid #c9c4bb; }
  .reservation-direct { margin-top: 3rem; padding-top: 0; }
  .terms-layout { grid-template-columns: 1fr; }
  .terms-nav { position: relative; min-height: auto; padding-block: 3rem; border-right: 0; border-bottom: 1px solid #c9c4bb; }
  .terms-nav nav { grid-template-columns: 1fr 1fr; column-gap: 2rem; }
  .terms-download { max-width: 260px; }
  .text-article-section { grid-template-columns: 190px 1fr; gap: 4rem; }
  .blog-hero { grid-template-columns: 1fr; gap: 2.5rem; }
  .blog-hero-lead { max-width: 520px; }
  .blog-section-heading { grid-template-columns: 1fr; gap: 2rem; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured .blog-poster { min-height: 500px; }
  .blog-card .blog-poster { min-height: 340px; }
  .blog-article-hero { grid-template-columns: 1fr; padding-top: 104px; }
  .blog-article-heading { min-height: 620px; }
  .blog-article-hero > .blog-poster { min-height: 600px; }
  .blog-article-layout { grid-template-columns: 190px 1fr; gap: 4rem; }
  .related-posts > header { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 720px) {
  .site-header { height: 82px; padding-inline: 1rem; }
  .brand-mark { width: 38px; }
  .mobile-menu { top: 82px; }
  .hero { min-height: 760px; height: 100svh; align-items: flex-end; padding-bottom: 6.5rem; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,5,8,.98) 4%, rgba(6,5,8,.82) 50%, rgba(6,5,8,.2) 100%); }
  .hero-content { width: auto; margin: 0 1.25rem; }
  .hero-content { min-width: 0; max-width: calc(100vw - 2.5rem); }
  .hero-content .eyebrow { margin-bottom: 1rem; }
  h1 { max-width: 100%; font-size: clamp(3.05rem, 13vw, 4rem); margin-bottom: 1.4rem; }
  .hero-lead { font-size: .94rem; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; margin-top: 1.7rem; }
  .hero-side-note { right: 1rem; top: 103px; padding-left: 1rem; }
  .hero-caption { display: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.8rem; }
  .event-grid { grid-template-columns: 1fr; }
  .event-featured { grid-column: auto; }
  .event-featured .poster, .poster { min-height: 340px; }
  .event-info { grid-template-columns: auto 1fr; }
  .event-info > a { grid-column: 2; }
  .menu-section { grid-template-columns: 1fr; padding-block: 6rem; }
  .menu-intro { position: relative; top: 0; }
  .drink-row { grid-template-columns: 20px 34px 1fr; min-height: 116px; }
  .drink-row > strong { grid-column: 3; }
  .demo-note.light { grid-column: 1; }
  .about { grid-template-columns: 1fr; }
  .about-index { writing-mode: initial; }
  .about-stats { grid-column: 1; grid-template-columns: 1fr; }
  .visit-panel { min-height: 550px; padding-inline: 1.25rem; }
  .visit-actions { align-items: flex-start; flex-direction: column; }
  .hours { padding-inline: 1.25rem; }
  .site-footer { grid-template-columns: 1fr; gap: 2rem; padding-block: 3rem; }
  .socials { flex-wrap: wrap; gap: 1rem 1.5rem; }
  .site-footer > p { justify-self: start; }
  .page-hero { min-height: 690px; padding: 145px 1.25rem 5rem; }
  .page-hero-grid { inset-inline-start: 10%; }
  .page-hero-content { width: 100%; }
  .page-hero h1 { font-size: clamp(3.1rem, 14.5vw, 4.4rem); }
  .page-lead { font-size: .93rem; line-height: 1.65; }
  .page-index { top: 105px; right: 1.25rem; }
  .neon-orbit { width: 330px; right: -35%; top: 16%; opacity: .25; }
  .contact-card-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 280px; }
  .location-map { min-height: 450px; }
  .location-copy { min-height: 520px; padding: 5rem 1.25rem; }
  .contact-detail { grid-template-columns: 1fr; gap: 3.5rem; }
  .hours-table > div { padding-inline: 0; }
  .hours-table > div.highlight { margin-inline: -.5rem; padding-inline: .5rem; }
  .page-cta { min-height: 560px; grid-template-columns: 1fr; align-content: center; padding: 5rem 1.25rem; }
  .page-cta-index { display: none; }
  .page-cta .button { grid-column: 1; }
  .reservation-steps, .document-meta { display: none; }
  .reservation-guide, .reservation-form-wrap { padding: 5rem 1.25rem; }
  .reservation-form-wrap > h2 { margin-top: 2.8rem; }
  .reservation-form fieldset { margin-top: 3.5rem; padding-bottom: 3.5rem; }
  .reservation-form legend { margin-bottom: 2.8rem; }
  .legend-inner { align-items: flex-start; gap: 1rem; }
  .legend-inner b { width: 40px; }
  .legend-inner strong { padding-top: .48rem; font-size: 1.08rem; line-height: 1.2; }
  .field-grid, .field-grid-three { grid-template-columns: 1fr; gap: 1.2rem; }
  .field-wide { grid-column: 1; }
  .form-heading { align-items: flex-start; flex-direction: column; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .form-submit-row .button { width: 100%; }
  .terms-nav { padding: 3rem 1.25rem; }
  .terms-nav nav { grid-template-columns: 1fr; }
  .legal-copy { padding: 4rem 1.25rem; }
  .legal-notice { grid-template-columns: 1fr; margin-bottom: 3rem; }
  .legal-section { grid-template-columns: 1fr; gap: 1rem; padding: 3rem 0; }
  .legal-data div { grid-template-columns: 1fr; gap: .4rem; }
  .legal-section blockquote { margin-inline: 0; padding: 1.3rem; }
  .legal-end { align-items: flex-start; flex-direction: column; }
  .simple-text-hero .page-hero-content { width: 100%; }
  .text-article-section { grid-template-columns: 1fr; gap: 4rem; padding: 5rem 1.25rem; }
  .article-meta { position: relative; top: 0; grid-template-columns: 1fr 1fr; }
  .article-meta div:last-child { grid-column: 1 / -1; }
  .simple-prose .article-lead { margin-bottom: 3.5rem; }
  .article-rule { margin-top: 4rem; }
  .article-quote { margin-inline: 0; padding: 2.2rem 1.4rem; }
  .article-footer > div { align-items: flex-start; flex-direction: column; }
  .blog-hero { min-height: 700px; padding: 160px 1.25rem 5rem; }
  .blog-hero h1 { font-size: clamp(3.8rem, 16vw, 5rem); }
  .blog-hero .page-index { top: 108px; }
  .blog-hero-glow { right: -35%; top: 22%; opacity: .2; }
  .blog-list-section { padding: 5rem 1.25rem; }
  .blog-section-heading { margin-bottom: 3rem; }
  .blog-section-heading > div p { max-width: 200px; line-height: 1.5; }
  .blog-featured .blog-poster, .blog-card .blog-poster { min-height: 390px; }
  .blog-poster { padding: 1.4rem; }
  .blog-poster-number { top: 1.4rem; right: 1.4rem; }
  .blog-poster strong { left: 1.4rem; bottom: 1.4rem; font-size: clamp(2.7rem, 13vw, 4rem); }
  .blog-featured-copy { padding: 2rem 1.4rem; }
  .blog-meta-line > * + *::before { margin-right: .65rem; }
  .blog-card-grid { grid-template-columns: 1fr; }
  .blog-card-copy { padding: 1.6rem 1.4rem; }
  .blog-article-hero { padding-top: 82px; }
  .blog-article-heading { min-height: 650px; padding: 4rem 1.25rem; }
  .blog-article-heading h1 { font-size: clamp(3rem, 13vw, 4.3rem); }
  .blog-article-hero > .blog-poster { min-height: 470px; }
  .blog-article-layout { grid-template-columns: 1fr; gap: 4rem; padding: 5rem 1.25rem; }
  .blog-side-meta { position: relative; top: 0; grid-template-columns: 1fr 1fr; }
  .blog-side-meta > span { grid-column: 1 / -1; }
  .blog-side-meta div:last-child { grid-column: 1 / -1; }
  .blog-article-lead { margin-bottom: 4rem; }
  .blog-content blockquote { margin-inline: 0; padding: 2.4rem 1.4rem; }
  .blog-content blockquote > span { right: 1rem; }
  .blog-article-end { align-items: flex-start; flex-direction: column; }
  .related-posts { padding: 5rem 1.25rem; }
  .related-post-card { grid-template-columns: 35px 1fr auto; gap: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Simplified client direction */
.simple-site { background: #0b0a0d; }
.simple-site .reveal { opacity: 1; transform: none; }
.simple-site .site-header { height: 88px; background: rgba(9,8,12,.94); }
.simple-site .header-cta { gap: 1rem; box-shadow: none; background: transparent; }
.simple-site .button { min-height: 52px; gap: 1.5rem; }
.simple-site .site-footer { min-height: 140px; }

.simple-home-hero { position: relative; min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; padding: 160px max(1.25rem, calc((100vw - 1120px) / 2)) 5rem; }
.simple-home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.simple-home-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,10,.94) 0%, rgba(8,7,10,.72) 48%, rgba(8,7,10,.28) 100%), linear-gradient(0deg, rgba(8,7,10,.74), transparent 55%); }
.simple-home-hero-content { position: relative; z-index: 1; width: min(620px, 100%); }
.simple-home-hero-content > p, .simple-section-heading > p, .simple-about-section > p, .simple-visit-copy > p, .simple-hours > p { margin: 0 0 1.1rem; color: var(--pink-soft); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.simple-home-hero h1 { margin: 0 0 1.4rem; font: 700 clamp(3.2rem, 5.2vw, 4.7rem)/.98 var(--display); letter-spacing: -.055em; }
.simple-home-hero-content > span { display: block; max-width: 480px; color: #c5c1c8; font-size: 1rem; line-height: 1.65; }
.simple-home-hero-content > div, .simple-visit-copy > div { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.simple-link-light, .simple-dark-link { padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 700; }
.simple-dark-link { color: #302b31; }

.simple-home-section { padding: 6rem max(1.25rem, calc((100vw - 1120px) / 2)); background: #f2f0eb; color: var(--ink); }
.simple-section-heading { display: grid; grid-template-columns: 220px 1fr; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.simple-section-heading > p { margin: 0; color: #7d767e; }
.simple-section-heading h2, .simple-about-section h2, .simple-visit-section h2 { margin: 0; font: 650 clamp(2.2rem, 3.6vw, 3.8rem)/1.05 var(--display); letter-spacing: -.045em; }
.simple-event-list { border-top: 1px solid #c7c2b9; }
.simple-event-list article { min-height: 112px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 2rem; border-bottom: 1px solid #c7c2b9; }
.simple-event-list time { display: flex; align-items: center; gap: 1rem; }
.simple-event-list time strong { font: 650 2rem/1 var(--display); }
.simple-event-list time span, .simple-event-list article p { color: #777178; font-size: .76rem; }
.simple-event-list h3, .simple-drink-list h3 { margin: 0 0 .35rem; font: 650 1.1rem/1.25 var(--display); }
.simple-event-list article p, .simple-drink-list article p { margin: 0; }
.simple-event-list article > a { font-size: .78rem; font-weight: 700; }
.simple-note { margin: 1.2rem 0 0; color: #8b858c; font-size: .68rem; }

.simple-menu-section { background: #121016; color: #fff; }
.simple-menu-section .simple-section-heading > p { color: #96919a; }
.simple-drink-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 4rem; border-top: 1px solid rgba(255,255,255,.18); }
.simple-drink-list article { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.simple-drink-list article p { color: #8f8a94; font-size: .74rem; }
.simple-drink-list article > strong { white-space: nowrap; font-size: .8rem; }
.simple-menu-section .simple-note { color: #69646d; }

.simple-about-section { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; padding: 6rem max(1.25rem, calc((100vw - 1120px) / 2)); background: #f2f0eb; color: var(--ink); }
.simple-about-section > p { color: #7d767e; }
.simple-about-section > div { max-width: 720px; }
.simple-about-section > div > span { display: block; margin-top: 1.25rem; color: #656067; line-height: 1.7; }

.simple-visit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; padding: 6rem max(1.25rem, calc((100vw - 1120px) / 2)); background: #0d0b10; }
.simple-visit-copy address { margin-top: 1.5rem; color: #aaa5ae; font-style: normal; }
.simple-hours { align-self: end; }
.simple-hours dl { margin: 0 0 1.5rem; border-top: 1px solid rgba(255,255,255,.18); }
.simple-hours dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.simple-hours dt, .simple-hours dd { margin: 0; font-size: .78rem; }
.simple-hours dt { color: #99949d; }
.simple-hours > a { color: var(--pink-soft); font-size: .85rem; font-weight: 700; }

.simple-page-hero, .reservation-simple-hero { min-height: 410px; display: flex; align-items: flex-end; padding: 155px max(1.25rem, calc((100vw - 1040px) / 2)) 4.5rem; background: #0d0b10; }
.simple-page-hero > div, .reservation-simple-hero > div { width: min(700px, 100%); }
.simple-page-hero p, .reservation-simple-hero p, .reservation-card-header > div > p { margin: 0 0 1rem; color: var(--pink-soft); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.simple-page-hero h1, .reservation-simple-hero h1 { margin: 0 0 1rem; font: 700 clamp(3rem, 5vw, 4.8rem)/1 var(--display); letter-spacing: -.05em; }
.simple-page-hero span, .reservation-simple-hero span { color: #aaa5ae; font-size: 1rem; line-height: 1.6; }

.simple-contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding: 5rem max(1.25rem, calc((100vw - 1040px) / 2)); background: #efede8; color: var(--ink); }
.simple-contact-card { min-width: 0; padding: 2.5rem; border: 1px solid #cbc6bd; background: #f8f7f3; }
.simple-contact-card h2 { margin: 0 0 2rem; font: 650 1.55rem var(--display); }
.simple-contact-list, .simple-hours-list { margin: 0; border-top: 1px solid #d0cbc3; }
.simple-contact-list > div, .simple-hours-list > div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #d0cbc3; }
.simple-contact-list dt, .simple-hours-list dt { color: #777178; font-size: .75rem; }
.simple-contact-list dd, .simple-hours-list dd { min-width: 0; margin: 0; font-size: .84rem; font-weight: 600; overflow-wrap: anywhere; }
.simple-contact-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }

.reservation-simple-section { padding: 5rem max(1.25rem, calc((100vw - 940px) / 2)); background: #efede8; color: var(--ink); }
.reservation-card { min-width: 0; padding: clamp(2rem, 5vw, 4rem); border: 1px solid #cbc6bd; background: #f9f8f5; }
.reservation-card-header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #cbc6bd; }
.reservation-card-header h2 { margin: 0; font: 650 clamp(1.8rem, 3vw, 2.6rem)/1.1 var(--display); letter-spacing: -.035em; }
.reservation-card-header > p { margin: 0; color: #777178; font-size: .76rem; }
.reservation-card-header > p a { color: #241e24; font-weight: 700; }
.reservation-form-group { padding: 2.5rem 0; border-bottom: 1px solid #d0cbc3; }
.reservation-form-group h3 { margin: 0 0 1.5rem; font: 650 1.1rem/1.3 var(--display); }
.reservation-form-group h3 span { color: #88828a; font: 500 .75rem var(--sans); }
.reservation-field-grid { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.reservation-field-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.reservation-field-wide { grid-column: 1 / -1; }
.reservation-form .reservation-field { min-width: 0; display: grid; gap: .55rem; color: #5e5960; font-size: .78rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.reservation-form .reservation-field input:not([type="checkbox"]), .reservation-form .reservation-field select, .reservation-form .reservation-field textarea { width: 100%; min-width: 0; max-width: 100%; min-height: 58px; padding: .9rem 1rem; border: 1px solid #beb9b1; border-radius: 3px; background: #fff; color: #171319; font: 500 1rem var(--sans); }
.reservation-form .reservation-field textarea { min-height: 110px; resize: vertical; }
.reservation-form .reservation-field input:focus, .reservation-form .reservation-field select:focus, .reservation-form .reservation-field textarea:focus { border-color: #8d858e; box-shadow: 0 0 0 3px rgba(30,25,31,.08); }
.reservation-form .date-input-shell { position: relative; display: block; width: 100%; min-width: 0; min-height: 58px; overflow: hidden; padding-inline: 1rem; border: 1px solid #beb9b1; border-radius: 3px; background: #fff; }
.reservation-form .date-input-shell input[type="date"], .reservation-form .date-input-shell input[type="date"]:focus { display: block; width: 100%; min-width: 0; max-width: 100%; height: 56px; min-height: 56px; padding: 0; border: 0; background: transparent; box-shadow: none; font-size: 1rem; }
.reservation-form .date-input-placeholder { inset: 0 2.5rem 0 1rem; background: #fff; color: #aaa4ab; font-size: 1rem; }
.reservation-form .date-input-shell:focus-within { border-color: #8d858e; box-shadow: 0 0 0 3px rgba(30,25,31,.08); }
.reservation-check-field { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; margin-top: 1.25rem; color: #656067; font-size: .78rem; line-height: 1.55; }
.reservation-check-field input { width: 18px; height: 18px; margin: .1rem 0 0; accent-color: var(--pink); }
.reservation-check-field a { color: #211a22; text-decoration: underline; text-underline-offset: 3px; }
.reservation-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 2rem; }
.reservation-submit-row button { border: 0; cursor: pointer; }
.reservation-submit-row > p { margin: 0; color: #88828a; font-size: .7rem; }
.reservation-card .form-success { border-radius: 3px; }

.simple-site .page-hero { min-height: 430px; padding: 155px max(1.25rem, calc((100vw - 1040px) / 2)) 4.5rem; background: #0d0b10; }
.simple-site .page-hero-grid, .simple-site .neon-orbit, .simple-site .page-index, .simple-site .page-hero-aside, .simple-site .document-meta { display: none; }
.simple-site .page-hero-content { width: min(760px, 100%); }
.simple-site .page-hero h1 { max-width: 760px; font-size: clamp(3rem, 5vw, 4.8rem); line-height: 1; }
.simple-site .page-lead { max-width: 620px; margin-top: 1.4rem; font-size: .95rem; line-height: 1.65; }

.simple-site .legal-section h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); }

.simple-site .simple-text-hero { min-height: 410px; }
.simple-site .text-article-section { max-width: 1040px; grid-template-columns: 170px minmax(0, 1fr); gap: 4rem; margin: 0 auto; padding: 5rem 1.25rem; }
.simple-site .simple-prose .article-lead { margin-bottom: 3.5rem; font-size: clamp(1.2rem, 1.8vw, 1.55rem); }
.simple-site .simple-prose section h2 { font-size: clamp(1.7rem, 2.8vw, 2.5rem); }
.simple-site .article-rule { margin-top: 3.5rem; }
.simple-site .article-quote { margin: 3.5rem 0; }

.simple-site .blog-hero { min-height: 430px; display: flex; align-items: flex-end; padding: 155px max(1.25rem, calc((100vw - 1040px) / 2)) 4.5rem; background: #0d0b10; }
.simple-site .blog-hero-grid, .simple-site .blog-hero-glow, .simple-site .blog-hero .page-index { display: none; }
.simple-site .blog-hero h1 { font-size: clamp(3rem, 5vw, 4.8rem); line-height: 1; }
.simple-site .blog-hero-lead { max-width: 440px; margin: 1.4rem 0 0 3rem; font-size: .9rem; }
.simple-site .blog-list-section { padding: 5rem max(1.25rem, calc((100vw - 1040px) / 2)); }
.simple-site .blog-section-heading { grid-template-columns: 180px 1fr; gap: 2rem; margin-bottom: 3rem; }
.simple-site .blog-section-heading h2, .simple-site .related-posts h2 { font-size: clamp(2.2rem, 3.5vw, 3.6rem); }
.simple-site .blog-featured { grid-template-columns: minmax(300px, .85fr) minmax(340px, 1.15fr); }
.simple-site .blog-poster { min-height: 340px; }
.simple-site .blog-poster strong { font-size: clamp(2.5rem, 4vw, 4.5rem); }
.simple-site .blog-featured-copy { padding: 3rem; }
.simple-site .blog-featured-copy h3 { font-size: clamp(1.8rem, 3vw, 3rem); }
.simple-site .blog-card .blog-poster { min-height: 260px; }
.simple-site .blog-card .blog-poster strong { font-size: clamp(2rem, 3vw, 3.2rem); }
.simple-site .blog-article-hero { min-height: 600px; grid-template-columns: minmax(440px, 1.2fr) minmax(320px, .8fr); }
.simple-site .blog-article-heading { padding: 4rem max(1.25rem, 6vw); }
.simple-site .blog-article-heading h1 { font-size: clamp(2.8rem, 4.6vw, 5rem); }
.simple-site .blog-article-hero > .blog-poster { min-height: 496px; }
.simple-site .blog-article-layout { max-width: 1040px; grid-template-columns: 170px minmax(0, 1fr); gap: 4rem; margin: 0 auto; padding: 5rem 1.25rem; }
.simple-site .blog-article-lead { margin-bottom: 3.5rem; font-size: clamp(1.2rem, 1.8vw, 1.55rem); }
.simple-site .blog-content h2 { font-size: clamp(1.7rem, 2.8vw, 2.5rem); }
.simple-site .related-posts { padding: 5rem max(1.25rem, calc((100vw - 1040px) / 2)); }

@media (max-width: 820px) {
  .simple-site .site-header { height: 76px; }
  .simple-site .mobile-menu { top: 76px; }
  .simple-home-hero { min-height: 560px; padding: 125px 1.25rem 4rem; }
  .simple-home-hero-shade { background: linear-gradient(0deg, rgba(8,7,10,.94) 0%, rgba(8,7,10,.68) 65%, rgba(8,7,10,.3) 100%); }
  .simple-home-hero h1 { font-size: clamp(2.8rem, 12vw, 3.4rem); }
  .simple-home-hero-content > div, .simple-visit-copy > div { align-items: flex-start; flex-direction: column; }
  .simple-home-section, .simple-about-section, .simple-visit-section { padding: 4rem 1.25rem; }
  .simple-section-heading, .simple-about-section { grid-template-columns: 1fr; gap: .75rem; }
  .simple-event-list article { grid-template-columns: 92px minmax(0, 1fr) auto; gap: 1rem; }
  .simple-event-list time { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .simple-drink-list, .simple-visit-section { grid-template-columns: 1fr; gap: 3.5rem; }
  .simple-page-hero, .reservation-simple-hero, .simple-site .page-hero, .simple-site .blog-hero { min-height: 340px; padding: 125px 1.25rem 3.5rem; }
  .simple-page-hero h1, .reservation-simple-hero h1, .simple-site .page-hero h1, .simple-site .blog-hero h1 { font-size: clamp(2.5rem, 10vw, 3.4rem); }
  .simple-contact-section { grid-template-columns: 1fr; padding: 2.5rem 1.25rem 4rem; }
  .reservation-simple-section { padding: 2rem 1rem 4rem; }
  .reservation-card { padding: 1.5rem; }
  .reservation-card-header { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .reservation-form-group { padding: 2rem 0; }
  .reservation-field-grid, .reservation-field-grid-three { grid-template-columns: 1fr; gap: 1rem; }
  .reservation-field-wide { grid-column: 1; }
  .reservation-submit-row { align-items: flex-start; flex-direction: column; }
  .reservation-submit-row .button { width: 100%; }
  .simple-site .text-article-section, .simple-site .blog-article-layout { grid-template-columns: 1fr; gap: 2.5rem; padding: 3.5rem 1.25rem; }
  .simple-site .article-meta, .simple-site .blog-side-meta { position: relative; top: 0; grid-template-columns: 1fr 1fr; }
  .simple-site .blog-hero { display: block; }
  .simple-site .blog-hero-lead { margin-left: 0; }
  .simple-site .blog-section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .simple-site .blog-featured, .simple-site .blog-card-grid { grid-template-columns: 1fr; }
  .simple-site .blog-poster, .simple-site .blog-card .blog-poster { min-height: 250px; }
  .simple-site .blog-featured-copy, .simple-site .blog-card-copy { padding: 1.5rem; }
  .simple-site .blog-article-hero { min-height: 0; display: block; padding-top: 76px; }
  .simple-site .blog-article-heading { min-height: 430px; padding: 3rem 1.25rem; }
  .simple-site .blog-article-hero > .blog-poster { display: none; }
  .simple-site .related-posts { padding: 4rem 1.25rem; }
}

@media (max-width: 560px) {
  .simple-home-hero { min-height: 520px; }
  .simple-home-hero-content > span { font-size: .92rem; }
  .simple-event-list article { min-height: 126px; grid-template-columns: 70px minmax(0, 1fr); }
  .simple-event-list article > a { grid-column: 2; }
  .simple-event-list time strong { font-size: 1.6rem; }
  .simple-section-heading h2, .simple-about-section h2, .simple-visit-section h2 { font-size: 2.15rem; }
  .simple-contact-card { padding: 1.5rem; }
  .simple-contact-list > div, .simple-hours-list > div { grid-template-columns: 1fr; gap: .35rem; }
  .simple-contact-actions { align-items: flex-start; flex-direction: column; }
  .reservation-card { padding: 1.25rem; }
  .reservation-card-header h2 { font-size: 1.75rem; }
  .simple-site .blog-meta-line { gap: .5rem .75rem; }
  .simple-site .blog-meta-line > * + *::before { margin-right: .75rem; }
  .simple-site .related-post-card { grid-template-columns: 30px minmax(0, 1fr) auto; }
}
