:root {
  --ink: #21152a;
  --aubergine: #2b173b;
  --plum: #4c285e;
  --orange: #f26a3d;
  --coral: #ff9b7b;
  --blue: #4a6fa5;
  --ivory: #f5efe4;
  --paper: #fffaf2;
  --white: #fff;
  --muted: #6d6370;
  --line: rgba(43, 23, 59, .16);
  --shadow: 0 24px 70px rgba(43, 23, 59, .14);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: "DM Sans", sans-serif; line-height: 1.65; overflow-x: hidden; }
body.menu-open, .modal-open body { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 18px; background: var(--white); transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; z-index: 1001; inset: 0 0 auto; height: 4px; background: var(--orange); transform: scaleX(0); transform-origin: left; }

.disclosure { background: var(--aubergine); color: var(--ivory); font-size: .78rem; letter-spacing: .02em; }
.disclosure .container { display: flex; justify-content: center; padding: 9px 0; text-align: center; }
.site-header { position: sticky; z-index: 100; top: 0; background: color-mix(in srgb, var(--ivory) 92%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; min-width: 220px; }
.brand img { width: 42px; height: 42px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 700 1.2rem/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.nav a { position: relative; text-decoration: none; font-size: .89rem; font-weight: 600; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--orange); transition: right .25s ease; }
.nav a:hover::after { right: 0; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; color: var(--white); background: var(--aubergine); border-radius: 999px; text-decoration: none; font-size: .84rem; font-weight: 700; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; border-radius: 50%; }
.menu-toggle span { width: 20px; height: 2px; display: block; margin: 4px auto; background: currentColor; }
.mobile-menu { position: fixed; z-index: 99; inset: 120px 0 0; padding: 30px 20px; background: var(--ivory); overflow: auto; }
.mobile-menu a { display: flex; align-items: center; min-height: 56px; padding: 0 12px; border-bottom: 1px solid var(--line); font: 700 1.5rem/1 "Barlow Condensed", sans-serif; text-decoration: none; text-transform: uppercase; }

.hero { position: relative; min-height: 720px; display: grid; align-items: end; isolation: isolate; background: var(--aubergine); color: var(--white); overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(33, 21, 42, .92) 0, rgba(33, 21, 42, .63) 42%, rgba(33, 21, 42, .12) 72%), linear-gradient(0deg, rgba(33, 21, 42, .65), transparent 52%); }
.hero-art { width: 100%; height: 100%; background: radial-gradient(circle at 78% 28%, rgba(242,106,61,.5), transparent 24%), linear-gradient(135deg, var(--plum), var(--aubergine)); }
.hero-art::before, .hero-art::after { content: ""; position: absolute; border: 2px solid rgba(255,255,255,.25); border-radius: 50% 50% 0 0; }
.hero-art::before { width: 34vw; height: 72vh; right: 12vw; bottom: -18vh; }
.hero-art::after { width: 18vw; height: 48vh; right: 5vw; bottom: -10vh; }
.hero-content { padding-block: 120px 78px; }
.hero-content > * { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--coral); font: 700 .78rem/1.2 "IBM Plex Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 42px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0 0 .55em; font-family: "Barlow Condensed", sans-serif; line-height: .96; text-wrap: balance; }
h1 { font-size: clamp(4rem, 10vw, 8.5rem); letter-spacing: -.035em; text-transform: uppercase; }
h2 { font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.025em; text-transform: uppercase; }
h3 { font-size: clamp(1.5rem, 2.4vw, 2.15rem); }
.hero p:not(.eyebrow) { font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 650px; color: rgba(255,255,255,.84); }
.hero.compact { min-height: 520px; }
.hero.compact h1 { font-size: clamp(3.5rem, 8vw, 7rem); }
.hero.compact .hero-content { padding-block: 100px 64px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid var(--orange); border-radius: 999px; background: var(--orange); color: var(--white); text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(242,106,61,.25); }
.btn.secondary { background: transparent; border-color: currentColor; }
.hero .btn.secondary { color: var(--white); }

.fact-strip { position: relative; z-index: 3; margin-top: -26px; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.fact { min-height: 132px; padding: 25px; border-right: 1px solid var(--line); }
.fact:last-child { border: 0; }
.fact span { display: block; color: var(--orange); font: 700 .7rem/1 "IBM Plex Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.fact strong { display: block; margin-top: 12px; font-size: 1.05rem; }
.status-dot { display: inline-flex; align-items: center; gap: 8px; }
.status-dot::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #a14d43; }
.status-dot.is-open::before { background: #2c8b6d; }

.section { padding: clamp(72px, 9vw, 132px) 0; }
.section.paper { background: var(--paper); }
.section.dark { background: var(--aubergine); color: var(--white); }
.section.orange { background: var(--orange); color: var(--aubergine); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 60px; align-items: end; margin-bottom: 48px; }
.section-head p { margin: 0; font-size: 1.08rem; color: var(--muted); }
.dark .section-head p { color: rgba(255,255,255,.68); }
.lead { font-size: clamp(1.18rem, 2.1vw, 1.55rem); max-width: 900px; }
.grid { display: grid; gap: 22px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; }
.dark .card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.15); }
.card .number { display: block; color: var(--orange); font: 700 2rem/1 "Barlow Condensed", sans-serif; }
.card h3 { margin-top: 40px; }
.card p:last-child { margin-bottom: 0; }
.meta { color: var(--orange); font: 700 .7rem/1.3 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.image-panel { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 560px; border-radius: calc(var(--radius) + 8px); overflow: hidden; background: var(--aubergine); color: var(--white); }
.image-panel > img { width: 100%; height: 100%; object-fit: cover; }
.image-panel-copy { padding: clamp(38px, 6vw, 80px); align-self: center; }
.image-panel-copy p { color: rgba(255,255,255,.74); }
.editorial-note { font-size: .76rem; color: var(--muted); }
.dark .editorial-note { color: rgba(255,255,255,.56); }

.venue-list { display: grid; gap: 16px; }
.venue-row { display: grid; grid-template-columns: 160px 1fr auto; gap: 24px; align-items: center; padding: 28px 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; }
.venue-row .place { font: 700 1.8rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.venue-row .hours { color: var(--muted); }
.venue-row a { font-weight: 700; color: var(--plum); }
.route-board { position: relative; min-height: 520px; padding: 48px; border-radius: var(--radius); color: var(--white); background: var(--aubergine); overflow: hidden; }
.route-board::before { content: ""; position: absolute; inset: 12% 8%; border: 3px solid rgba(255,255,255,.17); border-radius: 48% 28% 58% 31%; transform: rotate(-5deg); }
.route-line { position: absolute; left: 11%; right: 12%; top: 48%; height: 4px; background: var(--orange); transform: rotate(-7deg); }
.route-stop { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--orange); border: 4px solid var(--white); }
.route-stop.one { left: 18%; top: 53%; }
.route-stop.two { left: 48%; top: 42%; }
.route-stop.three { right: 18%; top: 36%; }
.route-label { position: absolute; max-width: 180px; font-size: .82rem; }
.route-label.one { left: 10%; top: 63%; }
.route-label.two { left: 42%; top: 22%; }
.route-label.three { right: 8%; top: 49%; }
.notice { margin: 36px 0; padding: 26px 28px; border-left: 5px solid var(--orange); border-radius: 0 18px 18px 0; background: rgba(242,106,61,.1); }
.notice strong { display: block; margin-bottom: 6px; }
.dark .notice { background: rgba(255,255,255,.08); }
.checklist { padding: 0; list-style: none; }
.checklist li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.source-note { font-size: .8rem; color: var(--muted); }
.breadcrumbs { padding-block: 18px; color: var(--muted); font-size: .84rem; }
.breadcrumbs a { color: var(--ink); }
.legal-copy { max-width: 920px; }
.legal-copy h2 { margin-top: 1.4em; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.legal-copy h3 { margin-top: 1.5em; }

.hours-table { width: 100%; border-collapse: collapse; background: var(--paper); border-radius: 22px; overflow: hidden; }
.hours-table th, .hours-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.hours-table th { color: var(--muted); font-size: .8rem; text-transform: uppercase; }
.hours-table td:last-child { font-family: "IBM Plex Mono", monospace; }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq button { width: 100%; min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 0; border: 0; background: transparent; text-align: left; font-weight: 700; cursor: pointer; }
.faq button::after { content: "+"; color: var(--orange); font-size: 1.8rem; }
.faq button[aria-expanded="true"]::after { content: "−"; }
.faq-panel { padding: 0 56px 24px 0; color: var(--muted); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filters button { min-height: 44px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; }
.filters button[aria-pressed="true"] { color: var(--white); background: var(--aubergine); }

form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
label { font-weight: 700; }
input, textarea, select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); }
textarea { min-height: 150px; resize: vertical; }
.consent { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; }
.consent input { width: 20px; min-height: 20px; margin-top: 3px; }
[aria-live] { min-height: 1.5em; }

.site-footer { padding: 78px 0 28px; color: rgba(255,255,255,.8); background: #160e1d; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 45px; }
.footer-brand img { width: 52px; height: 52px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; }
.footer-col { display: grid; align-content: start; gap: 10px; }
.footer-col h3 { color: var(--white); font-size: 1.35rem; }
.footer-col a, .footer-col button { color: inherit; background: none; border: 0; padding: 0; text-align: left; cursor: pointer; font-size: .88rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .76rem; }
.age-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; height: 48px; margin-top: 14px; border: 2px solid var(--coral); border-radius: 50%; color: var(--white); font: 700 1rem/1 "IBM Plex Mono", monospace; }

.cookie-banner { position: fixed; z-index: 400; left: 18px; right: 18px; bottom: 18px; max-width: 780px; margin-inline: auto; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: var(--aubergine); color: var(--white); box-shadow: var(--shadow); }
.cookie-banner p { margin: 6px 0 16px; color: rgba(255,255,255,.72); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-modal { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(22,14,29,.78); }
.modal-card { width: min(620px, 100%); max-height: 90vh; overflow: auto; padding: 34px; border-radius: var(--radius); background: var(--paper); }
.modal-card h2 { font-size: 3rem; }
.back-top { position: fixed; z-index: 80; right: 20px; bottom: 20px; width: 50px; height: 50px; border: 0; border-radius: 50%; background: var(--orange); color: var(--white); font-size: 1.3rem; cursor: pointer; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid.four { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-col:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 22px; }
  .disclosure { font-size: .68rem; }
  .header-inner { min-height: 72px; }
  .header-cta { display: none; }
  .brand { min-width: 0; }
  .mobile-menu { inset-block-start: 108px; }
  .hero { min-height: 650px; }
  .hero-content { padding-block: 90px 58px; }
  h1 { font-size: clamp(3.6rem, 18vw, 5.5rem); }
  .fact-strip { margin-top: 0; }
  .fact-grid, .grid.two, .grid.three, .grid.four, .section-head, .image-panel { grid-template-columns: 1fr; }
  .fact { min-height: 108px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .section-head { gap: 18px; }
  .image-panel { min-height: auto; }
  .image-panel > img { aspect-ratio: 4 / 3; }
  .venue-row { grid-template-columns: 1fr; gap: 8px; }
  .hours-table, .hours-table tbody, .hours-table tr, .hours-table td { display: block; }
  .hours-table thead { display: none; }
  .hours-table tr { padding: 14px; border-bottom: 1px solid var(--line); }
  .hours-table td { padding: 5px; border: 0; }
  .hours-table td::before { content: attr(data-label); display: block; color: var(--muted); font: 700 .68rem/1.2 "IBM Plex Mono", monospace; text-transform: uppercase; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .route-board { min-height: 620px; padding: 28px; }
  .route-line { top: 52%; }
  .route-label { max-width: 130px; font-size: .72rem; }
}

@media (max-width: 430px) {
  .brand-copy small { display: none; }
  .actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-col:last-child { grid-column: auto; }
  .cookie-actions .btn { width: 100%; }
}

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