:root {
  --pride-night: #111326;
  --pride-night-soft: #1b1f3a;
  --pride-paper: #f4f2eb;
  --pride-ink: #17182a;
  --pride-muted: #777989;
  --pride-line: #d9d8d0;
  --pride-lime: #d8f56a;
  --pride-lilac: #aaa2ff;
  --pride-coral: #ff806f;
  --pride-white: #fffdf7;
  --pride-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--pride-paper); }
body { margin: 0; overflow-x: hidden; color: var(--pride-ink); background: var(--pride-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-shell { width: min(calc(100% - 48px), var(--pride-max)); margin-inline: auto; }

.site-header { position: sticky; z-index: 10; top: 0; background: var(--pride-night); color: var(--pride-white); border-bottom: 1px solid rgb(255 255 255 / 14%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 48px), var(--pride-max)); min-height: 78px; margin: auto; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; color: var(--pride-white); font-size: 21px; font-weight: 850; letter-spacing: -.04em; }
.wordmark img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; border: 2px solid var(--pride-lime); }
.site-nav { display: flex; gap: 28px; margin-left: auto; margin-right: 34px; }
.site-nav a, .footer-links a { color: #b6b8c8; font-size: 12px; font-weight: 750; }
.site-nav a:hover, .footer-links a:hover { color: var(--pride-lime); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 18px; border: 1px solid transparent; border-radius: 3px; font-size: 12px; font-weight: 820; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 36px; color: var(--pride-night); background: var(--pride-lime); }
.button-small:hover { background: var(--pride-white); }
.button-primary { color: var(--pride-night); background: var(--pride-lime); }
.button-primary:hover { background: var(--pride-white); }
.button-dark { color: var(--pride-white); background: var(--pride-night); }
.button-dark:hover { background: var(--pride-lilac); color: var(--pride-night); }
.button-outline { color: var(--pride-night); border-color: var(--pride-night); }
.button-outline:hover { color: var(--pride-white); background: var(--pride-night); }
.menu-toggle { display: none; width: 38px; height: 38px; padding: 8px; color: var(--pride-white); background: transparent; border: 1px solid rgb(255 255 255 / 30%); border-radius: 3px; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; }

.hero-band { color: var(--pride-white); background: var(--pride-night); border-bottom: 1px solid rgb(255 255 255 / 14%); }
.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(400px, 1.08fr); gap: 70px; align-items: center; min-height: 760px; padding-top: 90px; padding-bottom: 92px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: var(--pride-coral); font-size: 10px; font-weight: 850; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-light { color: var(--pride-lime); }
.live-dot { width: 7px; height: 7px; background: var(--pride-lime); border-radius: 50%; box-shadow: 0 0 0 5px rgb(216 245 106 / 14%); }
.hero h1 { max-width: 650px; margin: 0; color: var(--pride-white); font-size: clamp(56px, 7.1vw, 94px); font-weight: 850; letter-spacing: -.075em; line-height: .92; }
.hero h1 em { color: var(--pride-lime); font-style: normal; }
.hero-lede { max-width: 500px; margin: 29px 0 0; color: #babccd; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.text-link { display: inline-flex; gap: 8px; color: var(--pride-white); font-size: 12px; font-weight: 800; }
.text-link:hover { color: var(--pride-lime); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 50px; color: #8d90a8; font-size: 11px; }
.proof-mark { display: grid; place-items: center; width: 27px; height: 27px; color: var(--pride-night); background: var(--pride-lilac); border-radius: 50%; font-weight: 900; }
.hero-stage { position: relative; min-height: 500px; padding: 28px; background: var(--pride-lilac); }
.hero-stage::before { position: absolute; inset: 13px; border: 1px solid rgb(17 19 38 / 35%); content: ""; }
.stage-label { position: absolute; z-index: 2; top: 48px; left: 50px; color: var(--pride-night); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.stage-mark { position: absolute; z-index: 1; right: 45px; bottom: 36px; color: rgb(17 19 38 / 30%); font-size: 102px; font-weight: 900; line-height: .8; }
.stage-image { position: absolute; z-index: 2; top: 72px; left: 50%; width: min(66%, 310px); aspect-ratio: 1; overflow: hidden; transform: translateX(-50%) rotate(-5deg); border: 10px solid var(--pride-night); box-shadow: 18px 18px 0 var(--pride-lime); }
.stage-image img { width: 100%; height: 100%; object-fit: cover; }
.stage-room { position: absolute; z-index: 3; right: 22px; bottom: 25px; width: 215px; padding: 14px; color: var(--pride-white); background: var(--pride-night); border: 1px solid rgb(255 255 255 / 23%); }
.stage-room-top { display: flex; justify-content: space-between; color: #9b9eb3; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.stage-room h2 { margin: 28px 0 7px; font-size: 21px; letter-spacing: -.04em; line-height: 1; }
.stage-room p { margin: 0; color: #aeb1c1; font-size: 10px; line-height: 1.5; }
.stage-room-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; color: var(--pride-lime); font-size: 10px; font-weight: 800; }
.stage-room-bottom span:last-child { display: grid; place-items: center; width: 26px; height: 26px; color: var(--pride-night); background: var(--pride-lime); border-radius: 50%; font-size: 15px; }

.signal-band { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--pride-lime); border-bottom: 1px solid var(--pride-night); }
.signal-item { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 74px; color: var(--pride-night); border-right: 1px solid rgb(17 19 38 / 22%); font-size: 12px; font-weight: 850; }
.signal-item:last-child { border-right: 0; }
.signal-item span { color: var(--pride-night); font-size: 10px; font-weight: 950; }

.section-block, .planned-section, .safety-section { padding-top: 125px; padding-bottom: 125px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.section-heading h2, .planned-heading h2, .safety-heading h2, .policy-cta h2 { max-width: 650px; margin: 0; font-size: clamp(40px, 5vw, 68px); letter-spacing: -.07em; line-height: .94; }
.section-heading > p:last-child { max-width: 335px; margin: 0; color: var(--pride-muted); font-size: 14px; line-height: 1.65; }
.room-list { margin-top: 57px; border-top: 1px solid var(--pride-line); }
.room-row { display: grid; grid-template-columns: 55px 1.1fr 1.35fr 100px; align-items: center; gap: 18px; min-height: 104px; border-bottom: 1px solid var(--pride-line); }
.room-number { color: var(--pride-coral); font-size: 11px; font-weight: 900; }
.room-name { font-size: 18px; font-weight: 830; letter-spacing: -.03em; }
.room-description { color: var(--pride-muted); font-size: 12px; line-height: 1.45; }
.room-status { justify-self: end; display: inline-flex; align-items: center; gap: 7px; color: var(--pride-night); font-size: 10px; font-weight: 850; }
.room-status::before { width: 7px; height: 7px; background: var(--pride-coral); border-radius: 50%; content: ""; }
.manifesto-band { color: var(--pride-white); background: var(--pride-night-soft); }
.manifesto { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; min-height: 530px; padding-top: 80px; padding-bottom: 80px; }
.manifesto h2 { max-width: 620px; margin: 0; color: var(--pride-white); font-size: clamp(42px, 5vw, 70px); letter-spacing: -.07em; line-height: .94; }
.manifesto h2 span { color: var(--pride-lilac); }
.manifesto-copy { max-width: 450px; }
.manifesto-copy p { margin: 0; color: #babccd; font-size: 16px; line-height: 1.7; }
.manifesto-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 35px; }
.manifesto-point { padding-top: 13px; border-top: 1px solid rgb(255 255 255 / 20%); }
.manifesto-point strong { color: var(--pride-lime); font-size: 12px; }
.manifesto-point p { margin-top: 7px; color: #9498af; font-size: 11px; line-height: 1.5; }
.planned-section { background: var(--pride-paper); }
.planned-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.planned-heading > p:last-child { max-width: 380px; margin: 0; color: var(--pride-muted); font-size: 14px; line-height: 1.65; }
.planned-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 56px; }
.planned-grid > div { min-height: 190px; padding: 22px; background: var(--pride-white); border: 1px solid var(--pride-line); }
.planned-grid > div:nth-child(2) { background: var(--pride-lilac); border-color: var(--pride-lilac); }
.planned-grid > div:nth-child(3) { background: var(--pride-coral); border-color: var(--pride-coral); }
.planned-grid span { color: var(--pride-muted); font-size: 10px; font-weight: 900; }
.planned-grid h3 { margin: 55px 0 0; font-size: 22px; letter-spacing: -.04em; }
.planned-grid p { margin: 9px 0 0; color: #4e5061; font-size: 12px; line-height: 1.5; }
.safety-section { background: var(--pride-white); }
.safety-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.safety-grid > div { padding: 19px 0 0; border-top: 1px solid var(--pride-line); }
.safety-grid b { display: grid; place-items: center; width: 31px; height: 31px; color: var(--pride-night); background: var(--pride-lime); border-radius: 50%; font-size: 14px; }
.safety-grid h3 { margin: 14px 0 0; font-size: 15px; }
.safety-grid p { max-width: 255px; margin: 9px 0 0; color: var(--pride-muted); font-size: 12px; line-height: 1.55; }
.policy-cta { display: flex; justify-content: space-between; align-items: center; gap: 45px; min-height: 340px; padding: 60px 8%; color: var(--pride-white); background: var(--pride-coral); }
.policy-cta h2 { color: var(--pride-night); }
.policy-cta > div > p:last-of-type { max-width: 500px; margin: 21px 0 0; color: #552d2b; font-size: 14px; line-height: 1.6; }
.policy-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.policy-cta > img { width: 132px; height: 132px; object-fit: cover; border: 7px solid var(--pride-night); border-radius: 50%; box-shadow: 12px 12px 0 var(--pride-lime); }
.site-footer { padding-top: 40px; padding-bottom: 27px; background: var(--pride-paper); }
.footer-top { display: grid; grid-template-columns: 1.1fr .9fr 1.6fr; align-items: center; gap: 20px; padding-bottom: 37px; }
.footer-top .wordmark { color: var(--pride-night); }
.footer-top .wordmark img { width: 34px; height: 34px; border-color: var(--pride-coral); }
.footer-top > p { color: var(--pride-muted); font-size: 12px; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px 20px; }
.footer-links a { color: var(--pride-muted); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; color: var(--pride-muted); border-top: 1px solid var(--pride-line); font-size: 10px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr .9fr; gap: 35px; }
  .hero h1 { font-size: 62px; }
  .stage-room { right: 14px; }
  .section-heading, .planned-heading { display: block; }
  .section-heading > p:last-child, .planned-heading > p:last-child { margin-top: 21px; }
  .manifesto { gap: 45px; }
}
@media (max-width: 700px) {
  .section-shell, .header-inner { width: calc(100% - 32px); }
  .site-header { position: sticky; }
  .header-inner { min-height: 66px; }
  .site-nav { position: fixed; top: 66px; right: 16px; left: 16px; display: grid; gap: 0; padding: 8px 18px; margin: 0; background: var(--pride-night); border: 1px solid rgb(255 255 255 / 18%); transform: translateY(-15px); opacity: 0; pointer-events: none; transition: opacity 160ms ease, transform 160ms ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid rgb(255 255 255 / 13%); }
  .header-actions .button-small { display: none; }
  .menu-toggle { display: block; }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding-top: 70px; padding-bottom: 64px; }
  .hero h1 { font-size: 55px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { flex-wrap: wrap; margin-top: 28px; }
  .hero-stage { min-height: 455px; margin-top: 17px; padding: 18px; }
  .stage-label { top: 35px; left: 34px; }
  .stage-image { top: 65px; width: 62%; border-width: 8px; box-shadow: 13px 13px 0 var(--pride-lime); }
  .stage-room { right: 12px; bottom: 17px; width: 190px; }
  .signal-band { grid-template-columns: 1fr; }
  .signal-item { justify-content: flex-start; min-height: 56px; padding-left: 16px; border-right: 0; border-bottom: 1px solid rgb(17 19 38 / 22%); }
  .signal-item:last-child { border-bottom: 0; }
  .section-block, .planned-section, .safety-section { padding-top: 86px; padding-bottom: 86px; }
  .section-heading h2, .planned-heading h2, .safety-heading h2, .policy-cta h2 { font-size: 47px; }
  .room-list { margin-top: 41px; }
  .room-row { grid-template-columns: 35px 1fr 25px; gap: 10px; min-height: 84px; }
  .room-description { display: none; }
  .room-status { width: 9px; overflow: hidden; white-space: nowrap; }
  .manifesto { display: block; min-height: 0; padding-top: 72px; padding-bottom: 72px; }
  .manifesto-copy { margin-top: 39px; }
  .manifesto-points { gap: 14px; }
  .planned-grid, .safety-grid { grid-template-columns: 1fr; gap: 12px; }
  .planned-grid > div { min-height: 150px; }
  .planned-grid h3 { margin-top: 34px; }
  .safety-heading { display: block; }
  .safety-heading h2 { margin-top: 22px; }
  .policy-cta { display: block; min-height: 0; padding: 49px 24px; }
  .policy-cta > img { display: block; margin: 40px 0 0; }
  .footer-top { display: block; padding-bottom: 28px; }
  .footer-top > p { margin: 17px 0; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { display: grid; gap: 9px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button, .site-nav { transition: none; } }
