:root {
  --bg: #ffffff;
  --soft: #f4f6f3;
  --ink: #121417;
  --muted: #5c635e;
  --line: #e4e7e2;
  --gold: #e2a31a;
  --gold-ink: #8a5d00;
  --gold-soft: #fff6dc;
  --up: #157a43;
  --down: #b42318;
  --shadow: 0 18px 50px rgba(18, 20, 23, 0.06);
  --wrap: 1120px;
  --header: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: calc(var(--header) + 12px);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
.tagline,
.brand,
.sym,
.flow strong,
.pass-guest,
.quote-text {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
}

.skip {
  position: absolute;
  left: 16px;
  top: -40px;
  background: var(--ink);
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  z-index: 40;
}

.skip:focus {
  top: 12px;
}

.wrap {
  width: min(var(--wrap), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: var(--header);
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(18, 20, 23, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 1.15rem;
}

.brand img,
.footer-brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #111;
}

.nav {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 999px;
}

.nav a:hover,
.nav a.is-on {
  color: var(--ink);
  background: var(--soft);
}

.ticker-pill {
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold-ink);
  border: 1px solid #f0dd9a;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.92rem;
}

.hero {
  padding: 64px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 36px;
  align-items: center;
}

.kicker,
.index,
.live-label,
.desk-label,
.pass-top,
.strip-caption,
.hint,
figcaption {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-ink);
}

.kicker,
.live-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1faa55;
  box-shadow: 0 0 0 0 rgba(31, 170, 85, 0.6);
  animation: pulse 1.8s ease-out infinite;
}

h1 {
  margin: 0;
  font-size: clamp(4.6rem, 9vw, 7.6rem);
  line-height: 0.84;
  letter-spacing: -0.055em;
  font-weight: 800;
}

h1 > span {
  display: block;
}

.gold-dot {
  color: var(--gold);
}

.tagline {
  margin: 22px 0 8px;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.tagline em {
  font-style: normal;
  color: var(--gold-ink);
}

.lede,
.section-lede {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.08rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 18px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--ink);
  color: white;
}

.btn-primary:hover {
  background: #2a2e33;
}

.btn-ghost {
  background: white;
  border-color: var(--line);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: #c8cdc6;
}

.specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 32px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.specs div {
  padding: 16px 16px 16px 0;
}

.specs div + div {
  padding-left: 16px;
  border-left: 1px solid var(--line);
}

.specs dt {
  margin: 0 0 4px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.specs dd {
  margin: 0;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.status-live {
  color: var(--up);
}

.stage-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
}

.stage {
  margin: 0;
  width: min(460px, 100%);
  filter: drop-shadow(0 28px 40px rgba(190, 140, 30, 0.22));
}

.stage img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: #111;
}

.stage {
  position: relative;
  z-index: 1;
}

.float-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 6px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 650;
  font-size: 0.92rem;
  animation: floaty 5.5s ease-in-out infinite;
}

.float-a { top: 6%; left: 0; }
.float-b { right: 0; top: 18%; animation-delay: -1.6s; }
.float-c { left: 2%; bottom: 8%; animation-delay: -3s; }

.strip {
  margin-top: 28px;
  background: var(--soft);
  border-block: 1px solid var(--line);
  padding: 22px 0 16px;
  overflow: hidden;
}

.strip-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 16px;
}

.strip-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.strip-head p {
  margin: 4px 0 0;
  color: var(--muted);
}

.live-label {
  margin: 0 0 6px;
}

.text-btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 8px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lane {
  overflow: hidden;
  padding: 6px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: stream 52s linear infinite;
}

.lane-reverse .track {
  animation-duration: 68s;
  animation-direction: reverse;
}

.strip.is-paused .track,
.lane:hover .track {
  animation-play-state: paused;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 148px;
  padding: 8px 16px 8px 8px;
  background: white;
  border: 1px solid #e7ebe6;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(18, 20, 23, 0.04);
}

.chip.is-host {
  background: #14171b;
  border-color: #14171b;
  color: white;
}

.mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c, #ddd);
  color: #172017;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 0.82rem;
  flex: none;
}

.chip.is-host .mark {
  background: var(--gold);
  color: #14171b;
}

.meta {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.sym {
  font-weight: 700;
  letter-spacing: -0.03em;
}

.delta {
  font-size: 0.78rem;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.delta.up { color: var(--up); }
.delta.down { color: var(--down); }
.chip.is-host .delta { color: #f6d36a; }

.strip-caption {
  margin: 12px auto 0;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 500;
  font-size: 0.86rem;
}

.block {
  padding: 96px 0;
}

.block-soft {
  background: linear-gradient(#ffffff, #fbfcfb 28%, #ffffff);
}

.section-head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 12px 24px;
  margin-bottom: 36px;
}

.index {
  margin: 10px 0 0;
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cards li,
.quotes figure {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
}

.cards li {
  min-height: 220px;
}

.num {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--gold-ink);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cards h3,
.flow strong {
  margin: 0 0 8px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.cards p {
  margin: 0;
  color: var(--muted);
}

.flow {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
}

.flow li {
  position: relative;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 18px 16px;
}

.flow li + li::before {
  content: "→";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-ink);
  background: white;
  width: 22px;
  text-align: center;
}

.flow span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.flow strong {
  display: block;
  margin-top: 6px;
  font-size: 1.5rem;
}

.ticket-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 36px;
  align-items: start;
}

.section-head-stack {
  grid-template-columns: 1fr;
}

.ticket-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.field input {
  width: 100%;
  border: 1px solid var(--line);
  background: white;
  border-radius: 14px;
  padding: 14px 16px;
  outline: none;
}

.field input:focus {
  border-color: #e2c36a;
  box-shadow: 0 0 0 4px rgba(226, 163, 26, 0.16);
}

.hint,
.error {
  margin: 8px 0 0;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  font-size: 0.92rem;
}

.hint { color: var(--muted); }
.error { color: var(--down); }

.suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.suggestions button {
  border: 1px solid var(--line);
  background: white;
  border-radius: 999px;
  padding: 7px 12px;
  cursor: pointer;
  color: var(--ink);
}

.suggestions button:hover {
  border-color: #e2c36a;
  background: var(--gold-soft);
}

.desk {
  margin-top: 28px;
}

.desk-label {
  margin: 0 0 8px;
}

.desk-empty {
  margin: 0;
  color: var(--muted);
}

.desk-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.desk-row:empty {
  margin: 0;
}

.desk-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  font-weight: 650;
}

.desk-chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  display: block;
}

.pass {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.pass.is-stamped {
  animation: stamp 0.45s ease;
}

.pass-main {
  padding: 26px 26px 22px;
}

.pass-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
}

.pass-top p {
  margin: 0;
}

.pass-kicker {
  margin: 0 0 16px;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -0.04em;
  font-weight: 800;
  line-height: 1;
}

.pass-rows {
  margin: 0;
  display: grid;
  gap: 10px;
}

.pass-rows div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.pass-rows dt {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.pass-rows dd {
  margin: 0;
  font-weight: 650;
}

.pass-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.pass-stub {
  position: relative;
  background: #14171b;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 16px 10px;
}

.pass-stub::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 10px;
  bottom: 10px;
  width: 14px;
  background: radial-gradient(circle, var(--bg) 5px, transparent 6px);
  background-size: 14px 20px;
}

.pass-stub span,
.pass-stub em {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-style: normal;
  color: #f6d36a;
}

.pass-stub strong {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.quotes figure {
  margin: 0;
  border-top: 3px solid var(--gold);
}

blockquote {
  margin: 0;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 700;
}

figcaption {
  margin-top: 22px;
  letter-spacing: 0.12em;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 36px 0 48px;
  background: var(--soft);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
}

.footer-brand {
  margin: 0 0 10px;
}

.site-footer p {
  margin: 0;
  max-width: 68ch;
  color: var(--muted);
}

.site-footer a {
  color: var(--ink);
}

.footer-meta {
  font-weight: 650;
  color: var(--ink) !important;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

::selection {
  background: #ffe7a3;
}

@keyframes stream {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(31, 170, 85, 0.45); }
  100% { box-shadow: 0 0 0 8px rgba(31, 170, 85, 0); }
}

@keyframes stamp {
  0% { transform: rotate(-0.4deg) scale(0.985); }
  45% { transform: rotate(0.35deg) scale(1.012); }
  100% { transform: none; }
}

@media (max-width: 980px) {
  .hero-grid,
  .ticket-grid,
  .cards,
  .quotes,
  .flow {
    grid-template-columns: 1fr;
  }

  .section-head {
    grid-template-columns: 1fr;
  }

  .flow li + li::before {
    content: none;
  }

  .stage-wrap {
    min-height: 0;
    margin-top: 12px;
  }

  .stage {
    width: min(380px, 86vw);
  }

  .float-a { left: 0; }
  .float-b { right: 0; }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
    gap: 10px 14px;
    padding: 12px 16px;
  }

  .nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
  }

  .ticker-pill {
    margin-left: auto;
  }

  .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }

  .hero {
    padding-top: 36px;
  }

  .specs {
    grid-template-columns: 1fr 1fr;
  }

  .specs div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .specs div:nth-child(3),
  .specs div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .strip-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pass {
    grid-template-columns: 1fr;
  }

  .pass-stub {
    flex-direction: row;
    justify-content: space-between;
    min-height: 84px;
    padding: 16px 20px;
  }

  .pass-stub::before {
    display: none;
  }

  .pass-stub strong br {
    display: none;
  }

  .footer-grid {
    flex-direction: column;
    align-items: start;
  }

  .footer-meta {
    white-space: normal;
  }

  .block {
    padding: 72px 0;
  }

  .float-chip {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .track,
  .live-dot,
  .float-chip,
  .pass.is-stamped {
    animation: none;
  }
}
