/* Rooftop Welcome Pass — W2 design reset: clean-room clone of the reference grammar.
   None of their assets/copy/brand — the grammar rebuilt in our code: white ground,
   centered narrow column, condensed CAPS display, bordered cells, stub tickets,
   angled step bars, tile grid, NOTE box, breadcrumb, dark footer.
   Accent: LL teal + orange (default election — founder may revisit). */

@font-face {
  font-family: 'Oswald';
  src: url('/assets/fonts/oswald-600.woff2') format('woff2');
  font-weight: 600; font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('/assets/fonts/hanken.woff2') format('woff2');
  font-weight: 100 900; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/assets/fonts/jetbrains-mono.woff2') format('woff2');
  font-weight: 100 800; font-display: swap;
}

:root {
  --ink: #141414;
  --grey-page: #F1F1F1;
  --grey-sub: #8E8E8E;
  --line: #D9D9D9;
  --teal: #1FC0BE;
  --teal-dark: #0E7C7B;
  --orange: #E2683C;
  --display: 'Oswald', 'Arial Narrow', sans-serif;
  --body: 'Hanken Grotesk', 'Segoe UI', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --col: 660px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { font-family: var(--body); background: var(--grey-page); color: var(--ink); line-height: 1.6; font-size: 15px; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; height: auto; display: block; }
figure { margin: 0; position: relative; width: 100%; height: 100%; }
figure img { width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }
b, strong { font-weight: 700; }
[data-later] { display: none !important; }

/* page = white center column on grey ground (the reference shell) */
.page { max-width: 840px; margin: 0 auto; background: #fff; min-height: 100vh; }
.col { max-width: var(--col); margin: 0 auto; padding: 0 20px; }
section { padding: 44px 0; }

/* ---------- header: centered brand lockup ---------- */
.masthead { background: #fff; padding: 18px 0 14px; border-bottom: 1px solid var(--line); }
.masthead .col { display: grid; justify-items: center; gap: 2px; }
.masthead__brand { font-family: var(--display); font-weight: 600; font-size: 24px; letter-spacing: 0.24em; text-transform: uppercase; text-decoration: none; }
.masthead__sub { font-family: var(--mono); font-size: 9px; letter-spacing: 0.32em; color: var(--grey-sub); text-transform: uppercase; }
.masthead__sub b { color: var(--orange); font-weight: 600; }

/* W1c/W2 preview gate ribbon */
.ribbon {
  background: var(--orange); color: #fff; font-family: var(--mono); font-size: 10px;
  font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; text-align: center; padding: 7px 14px;
}

/* ---------- section titles: CAPS, accent first letter, thin rule ---------- */
.sec { font-family: var(--display); font-weight: 600; font-size: 21px; letter-spacing: 0.04em;
  text-transform: uppercase; border-bottom: 1px solid var(--ink); padding-bottom: 8px; margin-bottom: 20px; }
.sec::first-letter { color: var(--teal); }
.sec--orange::first-letter { color: var(--orange); }
/* centered variant with icon + grey subtitle (venue pages) */
.sec-c { text-align: center; margin-bottom: 22px; }
.sec-c__icon { font-size: 26px; line-height: 1; margin-bottom: 6px; }
.sec-c h2 { font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: 0.06em; text-transform: uppercase; }
.sec-c small { color: var(--grey-sub); font-size: 12px; }

.intro { margin-bottom: 22px; }
.intro p { margin-bottom: 8px; }

/* ---------- POINT rows: bordered white cells, number cell left ---------- */
.points { display: grid; gap: 12px; }
.point { display: grid; grid-template-columns: 58px 1fr; align-items: stretch;
  background: #fff; border: 1px solid var(--ink); border-radius: 4px; overflow: hidden; }
.point__num { border-right: 1px solid var(--ink); display: grid; place-items: center;
  padding: 8px 6px; text-align: center; }
.point__num small { display: block; font-family: var(--mono); font-size: 8px; letter-spacing: 0.14em; color: var(--ink); }
.point__num b { font-family: var(--display); font-weight: 600; font-size: 22px; line-height: 1; }
.point p { padding: 12px 14px; font-weight: 600; font-size: 14px; align-self: center; }

/* ---------- sample course: grey band, circular photos, curved connectors ---------- */
.course-band { background: var(--grey-page); padding: 44px 0 56px; }
.station { display: inline-block; font-family: var(--display); font-weight: 600; font-size: 14px;
  letter-spacing: 0.16em; background: var(--ink); color: #fff; padding: 8px 22px; margin-bottom: 8px; text-transform: uppercase; }
.course { display: grid; gap: 0; }
.course__stop { display: flex; align-items: center; gap: 22px; }
.course__stop--flip { flex-direction: row-reverse; }
.course__photo { width: 172px; height: 172px; border-radius: 50%; overflow: hidden; flex: 0 0 auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18); }
.course__photo img { width: 100%; height: 100%; object-fit: cover; }
.course__txt small.zone { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--grey-sub); text-transform: uppercase; display: block; }
.course__txt h3 { font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: 0.05em; text-transform: uppercase; margin: 2px 0 6px; }
.course__txt p { font-size: 14px; max-width: 34ch; }
.course__txt .book-ahead { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--teal-dark); text-transform: uppercase; margin-top: 6px; display: inline-block; }
.course__leg { position: relative; height: 84px; }
.course__leg svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.course__leg .chip { position: absolute; top: 50%; transform: translateY(-50%); font-weight: 700;
  font-size: 13px; background: transparent; display: flex; gap: 6px; align-items: center; }
.course__leg--l .chip { left: 12%; }
.course__leg--r .chip { right: 12%; }
@media (max-width: 640px) {
  .course__stop, .course__stop--flip { flex-direction: column; text-align: center; gap: 12px; }
  .course__txt p { margin: 0 auto; }
  .course__leg .chip { left: 50% !important; right: auto !important; transform: translate(-50%, -50%); background: var(--grey-page); padding: 2px 8px; }
}

/* ---------- ticket card: colored stub, vertical label, notches, pill CTA ---------- */
.tix-panel { background: #fff; padding: 36px 0; text-align: center; }
.tix-panel__lead { font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 20px; }
.tix { position: relative; display: grid; grid-template-columns: 92px 1fr; text-align: left;
  border: 2px solid var(--teal); border-radius: 14px; overflow: hidden; background: #fff; max-width: 560px; margin: 0 auto; }
.tix__stub { background: var(--teal); display: grid; place-items: center; padding: 26px 0; }
.tix__stub span { writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--display);
  font-weight: 600; font-size: 20px; letter-spacing: 0.14em; color: #fff; text-transform: uppercase; white-space: nowrap; }
.tix::before, .tix::after { content: ""; position: absolute; left: 92px; margin-left: -9px; width: 18px; height: 18px;
  border-radius: 50%; background: #fff; border: 2px solid var(--teal); z-index: 1; }
.tix::before { top: -11px; }
.tix::after { bottom: -11px; }
.tix__body { padding: 20px 24px; display: grid; gap: 10px; justify-items: center; }
.tix__win { display: flex; gap: 8px; align-items: center; font-weight: 700; font-size: 14px; }
.tix__win .jst { font-family: var(--mono); font-size: 9px; border: 1px solid var(--grey-sub); color: var(--grey-sub); border-radius: 3px; padding: 1px 5px; }
.tix__big { font-family: var(--display); font-weight: 600; font-size: 26px; letter-spacing: 0.03em; text-transform: uppercase; text-align: center; line-height: 1.2; }
.tix__rows { font-size: 13px; display: grid; gap: 3px; justify-items: start; }
.tix__rows span { font-weight: 600; }
.tix__rows span::before { content: "✓ "; color: var(--teal-dark); font-weight: 700; }
.pill { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--teal); color: #fff; font-family: var(--display); font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; font-size: 14px; border-radius: 999px; padding: 11px 34px; text-decoration: none; min-width: 220px; }
.pill::after { content: "›"; font-size: 18px; }
.pill:hover { filter: brightness(1.07); }
.pill--orange { background: var(--orange); }
@media (max-width: 480px) { .tix { grid-template-columns: 64px 1fr; } .tix::before, .tix::after { left: 64px; } }

/* black full-width bar link */
.bar-black { display: flex; justify-content: center; align-items: center; gap: 10px; background: var(--ink);
  color: #fff; font-family: var(--display); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  font-size: 13px; padding: 12px 18px; text-decoration: none; position: relative; max-width: 560px; margin: 14px auto 0; }
.bar-black::after { content: "›"; position: absolute; right: 16px; font-size: 18px; }
.bar-black:hover { background: #000; }

/* sticky accent CTA band (their floating purchase band → our rooftops band) */
.ctaband { position: sticky; bottom: 0; z-index: 30; display: flex; justify-content: center; align-items: center;
  background: var(--teal); color: #fff; font-family: var(--display); font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; font-size: 14px; padding: 13px 18px; text-decoration: none; position: sticky; }
.ctaband::after { content: "›"; position: absolute; right: 18px; font-size: 20px; }
.ctaband:hover { filter: brightness(1.06); }

/* ---------- map panel (beige tinted like their 3-days panel) ---------- */
.map-band { background: #EAE8DE; padding: 44px 0; }
.map-band h2 { font-family: var(--display); font-weight: 600; font-size: clamp(22px, 4vw, 30px);
  letter-spacing: 0.04em; text-transform: uppercase; text-align: center; margin-bottom: 24px; }
.mapwrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 26px; align-items: center; }
.districts { display: grid; gap: 10px; }
.district-badge { display: grid; grid-template-columns: 52px 1fr; align-items: stretch; background: #fff; border: 1px solid var(--ink); border-radius: 4px; overflow: hidden; }
.district-badge b { background: var(--teal); color: #fff; font-family: var(--display); font-weight: 600; font-size: 18px; display: grid; place-items: center; border-right: 1px solid var(--ink); }
.district-badge span { padding: 10px 12px; font-weight: 700; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; align-self: center; }
@media (max-width: 640px) { .mapwrap { grid-template-columns: 1fr; } }

/* ---------- HOW TO: angled black step bars + screenshots ---------- */
.step { display: grid; grid-template-columns: 1fr 132px; gap: 18px; align-items: start; margin-bottom: 30px; }
.stepbar { font-family: var(--display); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  background: var(--ink); color: #fff; font-size: 16px; padding: 8px 40px 8px 16px; display: inline-block;
  clip-path: polygon(0 0, 100% 0, calc(100% - 26px) 100%, 0 100%); margin-bottom: 12px; }
.stepbar em { font-style: normal; color: var(--teal); margin-left: 8px; font-size: 12px; letter-spacing: 0.18em; }
.step p { font-size: 14px; }
.step small { color: var(--grey-sub); font-size: 12px; display: block; margin-top: 4px; }
.step__shot { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
@media (max-width: 560px) { .step { grid-template-columns: 1fr; } .step__shot { max-width: 180px; } }

/* centered statement */
.statement { text-align: center; font-family: var(--display); font-weight: 600; font-size: 20px;
  letter-spacing: 0.05em; text-transform: uppercase; line-height: 1.4; padding: 10px 0 0; }

/* ---------- partner tiles ---------- */
.zone-city { font-family: var(--display); font-weight: 600; font-size: 16px; letter-spacing: 0.08em;
  text-transform: uppercase; border-left: 3px solid var(--ink); padding-left: 10px; margin: 26px 0 6px; }
.zone-head { font-family: var(--display); font-weight: 600; font-size: 14px; letter-spacing: 0.1em;
  text-transform: uppercase; margin: 16px 0 10px; }
.zone-head::first-letter { color: var(--teal); }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 12px; }
.tile { text-decoration: none; display: block; }
.tile__ph { aspect-ratio: 16 / 10; overflow: hidden; background: var(--grey-page); }
.tile__ph img, .tile__ph svg { width: 100%; height: 100%; object-fit: cover; }
.tile figcaption, .tile__cap { font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em;
  text-transform: uppercase; margin-top: 5px; font-weight: 600; }
.tile__cap small { display: block; color: var(--grey-sub); font-size: 9px; letter-spacing: 0.04em; }
@media (max-width: 560px) { .tiles { grid-template-columns: repeat(2, 1fr); } }

/* ---------- NOTE box ---------- */
.notebox { border: 1px solid var(--ink); border-radius: 4px; background: #fff; padding: 14px 18px; margin: 18px 0; }
.notebox__title { text-align: center; font-family: var(--display); font-weight: 600; font-size: 13px;
  letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 8px; }
.notebox ul { list-style: none; display: grid; gap: 4px; }
.notebox li { font-size: 12px; line-height: 1.55; padding-left: 12px; position: relative; }
.notebox li::before { content: "·"; position: absolute; left: 0; font-weight: 700; }

/* ---------- Q&A rows ---------- */
.qa details { background: #fff; border: 1px solid var(--ink); border-radius: 4px; margin-bottom: 12px; overflow: hidden; }
.qa summary { cursor: pointer; list-style: none; padding: 13px 16px; font-weight: 700; font-size: 14px;
  display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::before { content: "Q."; color: var(--teal-dark); font-weight: 800; margin-right: 2px; flex: 0 0 auto; }
.qa summary::after { content: "+"; color: var(--grey-sub); font-size: 18px; flex: 0 0 auto; margin-left: auto; }
.qa details[open] summary::after { content: "−"; }
.qa details p { padding: 0 16px 14px 40px; font-size: 13.5px; }

/* ---------- breadcrumb ---------- */
.crumbs { display: flex; gap: 8px; align-items: center; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey-sub); padding: 26px 0 10px; flex-wrap: wrap; }
.crumbs a { color: var(--grey-sub); text-decoration: none; }
.crumbs a:hover { color: var(--ink); }
.crumbs span::before { content: "›"; margin-right: 8px; }

/* ---------- footer ---------- */
footer { background: #2E2E2E; color: #CFCFCF; padding: 30px 0 40px; font-size: 12px; }
footer .col { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
footer b { font-family: var(--display); font-weight: 600; letter-spacing: 0.22em; color: #fff; font-size: 15px; text-transform: uppercase; }
footer a { color: #CFCFCF; text-decoration: none; }
footer a:hover { color: #fff; }

/* ---------- venue page ---------- */
.v-head { display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: center; padding: 26px 0 8px; }
.v-head__logo { width: 96px; height: 96px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); }
.v-head__logo img, .v-head__logo svg { width: 100%; height: 100%; object-fit: cover; }
.v-head small.zone { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--grey-sub); text-transform: uppercase; }
.v-head h1 { font-family: var(--display); font-weight: 600; font-size: clamp(24px, 5vw, 32px); letter-spacing: 0.04em; text-transform: uppercase; line-height: 1.1; }
.v-head .meta { display: flex; gap: 12px; flex-wrap: wrap; font-size: 12px; color: var(--grey-sub); margin-top: 4px; }
.v-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 14px 0 6px; }
.v-nav a { border: 1px solid var(--line); border-radius: 8px; text-align: center; padding: 12px 4px 9px;
  text-decoration: none; font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); display: grid; gap: 4px; }
.v-nav a span { font-size: 18px; line-height: 1; }
.v-nav a:hover { border-color: var(--ink); }
.gallery { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; padding: 16px 0 4px; }
.gallery > * { border-radius: 6px; overflow: hidden; width: 100%; height: 100%; object-fit: cover; }
.gallery > :first-child { grid-row: span 2; min-height: 280px; }
.gallery figure { position: relative; margin: 0; }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 640px) { .gallery { grid-template-columns: 1fr; } .gallery > :first-child { grid-row: auto; } }
.pend { position: absolute; bottom: 0; left: 0; right: 0; font-family: var(--mono); font-size: 8px;
  letter-spacing: 0.1em; text-transform: uppercase; background: rgba(20, 20, 20, 0.72); color: #fff; padding: 3px 8px; }

.infotable { width: 100%; border-collapse: collapse; }
.infotable { table-layout: fixed; }
.infotable th, .infotable td { text-align: left; padding: 11px 6px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 13.5px; overflow-wrap: anywhere; }
.infotable th { width: 148px; font-family: var(--display); font-weight: 600; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.infotable th small { display: block; font-family: var(--body); font-weight: 400; color: var(--grey-sub); font-size: 10px; letter-spacing: 0; text-transform: none; }

/* window banner — per-venue honored windows, blunt (§A.2) */
.window-line { border: 1px solid var(--ink); background: #fff; border-radius: 4px; padding: 12px 16px;
  display: flex; gap: 12px; align-items: baseline; margin: 14px 0; flex-wrap: wrap; }
.window-line b { font-family: var(--display); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; color: var(--teal-dark); }
.window-line span { font-weight: 700; font-size: 14px; }
.window-line small { color: var(--grey-sub); font-size: 11px; width: 100%; }

.dealcard { border: 2px solid var(--orange); border-radius: 14px; background: #fff; padding: 22px 24px;
  display: grid; grid-template-columns: 1fr 170px; gap: 20px; align-items: center; }
.dealcard h3 { font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: 0.04em; text-transform: uppercase; margin: 6px 0; }
.dealcard .seated { color: var(--teal-dark); font-weight: 700; font-size: 13px; }
.dealcard p { font-size: 13.5px; }
.staffscan { text-align: center; }
.staffscan img { border: 1px solid var(--line); border-radius: 8px; width: 100%; max-width: 170px; margin: 0 auto 8px; }
.staffscan p { font-family: var(--mono); font-size: 9px; letter-spacing: 0.06em; color: var(--grey-sub); text-transform: uppercase; }
@media (max-width: 560px) { .dealcard { grid-template-columns: 1fr; } }

.maplink { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; text-decoration: none;
  border: 1px solid var(--ink); border-radius: 4px; padding: 11px 20px; }
.maplink:hover { background: var(--ink); color: #fff; }

/* ---------- filters ---------- */
.filterbar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.filterbar a { font-family: var(--mono); font-size: 11px; font-weight: 600; padding: 7px 14px;
  border: 1px solid var(--line); color: var(--grey-sub); text-decoration: none; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.06em; }
.filterbar a:hover, .filterbar a[aria-current] { color: #fff; background: var(--ink); border-color: var(--ink); }

/* ---------- wallet (/pass/) ---------- */
.benefit { border: 1px solid var(--ink); border-radius: 4px; background: #fff; padding: 16px 20px; margin-bottom: 12px; }
.benefit small { font-family: var(--mono); color: var(--teal-dark); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; font-size: 10px; }
.benefit h4 { font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: 0.04em; text-transform: uppercase; margin: 2px 0 6px; }
.benefit p { font-size: 13.5px; }

/* ---------- door (passcode gate) ---------- */
.door { min-height: 70vh; display: grid; place-items: center; padding: 40px 20px; }
.door__card { border: 1px solid var(--ink); border-radius: 8px; background: #fff; padding: 34px 30px; max-width: 380px; width: 100%; text-align: center; display: grid; gap: 14px; }
.door__card h1 { font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: 0.1em; text-transform: uppercase; }
.door__card p { font-size: 13px; color: var(--grey-sub); }
.door__card input { border: 1px solid var(--ink); border-radius: 4px; padding: 11px 14px; font-family: var(--mono); font-size: 14px; text-align: center; letter-spacing: 0.2em; width: 100%; }
.door__card button { border: 0; cursor: pointer; }
.door__err { color: var(--orange); font-family: var(--mono); font-size: 11px; min-height: 14px; }

.backlink { display: inline-block; margin: 18px 0; color: var(--grey-sub); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; }
