:root { --pink: #f5098f; --yellow: #f4ff00; --black: #070707; --white: #f7f4ef; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--pink); }
body { margin: 0; background: var(--pink); color: var(--black); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--yellow); color: var(--black); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; height: 58px; padding: 0 2.2vw; border-bottom: 1px solid rgba(0,0,0,.25); background: rgba(245,9,143,.91); backdrop-filter: blur(12px); font-size: 12px; font-weight: 900; letter-spacing: -.03em; }
.brand-lockup, .header-date { display: flex; align-items: center; gap: 10px; }
.brand-lockup i { font-style: normal; font-weight: 400; }
.header-date span { font-size: 18px; }

.hero { position: relative; min-height: 100svh; padding: 84px 2.2vw 32px; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .32; background: repeating-linear-gradient(90deg,transparent 0,transparent calc(8.333vw - 1px),rgba(0,0,0,.16) calc(8.333vw - 1px),rgba(0,0,0,.16) 8.333vw),radial-gradient(circle at 75% 30%,rgba(244,255,0,.32),transparent 28%); }
.hero-signal { position: absolute; z-index: -2; left: -1vw; top: 42%; width: 102vw; overflow: hidden; transform: rotate(-7deg); white-space: nowrap; color: var(--yellow); font-size: clamp(84px,13vw,220px); font-weight: 950; line-height: .72; letter-spacing: -.09em; opacity: .78; }
.hero-topline { display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; line-height: 1.1; }
.hero-topline p { margin: 0; }
.hero-place { text-align: right; }
.hero-title { position: relative; z-index: 2; display: flex; flex-direction: column; margin-top: 1.4vh; color: var(--white); font-size: clamp(100px,19vw,320px); font-weight: 950; line-height: .68; letter-spacing: -.095em; }
.title-open { align-self: flex-start; }
.title-courts { align-self: flex-end; margin-right: 2vw; }
.hero-poster-wrap { position: absolute; z-index: 3; top: 17%; left: 50%; width: clamp(205px,24vw,365px); transform: translateX(-45%) rotate(4deg); }
.hero-poster { position: relative; z-index: 1; display: block; width: 100%; height: auto; border: 1px solid rgba(0,0,0,.5); box-shadow: 0 28px 70px rgba(80,0,37,.38); }
.poster-shadow { position: absolute; inset: 7% -7% -7% 7%; background: var(--yellow); border: 1px solid var(--black); }
.hero-bottom { position: absolute; inset: auto 2.2vw 4vh; z-index: 4; display: flex; align-items: flex-end; justify-content: space-between; }
.event-stamp { display: grid; grid-template-columns: auto auto auto; align-items: baseline; gap: 18px; font-size: 13px; font-weight: 900; }
.event-stamp strong { font-size: clamp(54px,8vw,118px); line-height: .8; letter-spacing: -.09em; }
.hero-cta-wrap { display: flex; align-items: flex-end; gap: 28px; }
.hero-cta-wrap p { margin: 0; font-size: 11px; font-weight: 800; line-height: 1.2; }
.primary-cta { display: flex; align-items: center; justify-content: space-between; width: 238px; padding: 18px; background: var(--black); color: var(--white); border: 1px solid var(--black); font-size: 11px; font-weight: 900; transition: 180ms ease; }
.primary-cta:hover, .primary-cta:focus-visible { background: var(--yellow); color: var(--black); outline: none; }

.marquee { overflow: hidden; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); background: var(--yellow); padding: 13px 0 10px; }
.marquee-track { display: flex; width: max-content; animation: marquee 20s linear infinite; font-size: 25px; font-weight: 950; letter-spacing: -.04em; }
.marquee-track span { padding-right: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-index { margin-bottom: 64px; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.section-index.dark { color: var(--yellow); }
.manifesto { padding: 90px 2.2vw 110px; background: var(--black); color: var(--white); }
.manifesto-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 6vw; align-items: end; }
.manifesto h2, .booking h2, .final-cta h2 { margin: 0; font-size: clamp(64px,10.5vw,170px); font-weight: 950; line-height: .78; letter-spacing: -.085em; }
.manifesto h2 em, .final-cta h2 em { color: var(--pink); font-family: Georgia,"Times New Roman",serif; font-weight: 400; }
.manifesto-copy { max-width: 480px; padding-bottom: 8px; }
.manifesto-copy p { margin: 0 0 24px; font-size: 16px; line-height: 1.45; }
.manifesto-copy .lead { color: var(--yellow); font-size: 24px; font-weight: 800; line-height: 1.08; letter-spacing: -.04em; }
.manifesto-copy .invited { margin-top: 48px; font-size: 12px; font-weight: 900; letter-spacing: .12em; }

.countdown-section { padding: 70px 2.2vw 30px; background: var(--yellow); }
.countdown-kicker { margin: 0 0 12px; font-size: 12px; font-weight: 900; }
.countdown { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); }
.countdown-cell { display: flex; flex-direction: column; padding: 14px 18px 24px; border-right: 1px solid var(--black); }
.countdown-cell:first-child { padding-left: 0; }
.countdown-cell:last-child { border-right: 0; }
.countdown-cell strong { font-size: clamp(66px,12vw,190px); font-weight: 950; line-height: .88; letter-spacing: -.09em; }
.countdown-cell span { margin-top: 8px; font-size: 10px; font-weight: 900; }
.date-line { display: flex; justify-content: space-between; padding-top: 18px; font-size: 11px; font-weight: 900; }

.experience { padding: 94px 2.2vw 110px; }
.experience-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 78px; }
.experience-heading h2, .poster-copy h2 { margin: 0; font-size: clamp(72px,11vw,175px); font-weight: 950; line-height: .76; letter-spacing: -.085em; }
.experience-heading h2 span { color: var(--yellow); -webkit-text-stroke: 2px var(--black); }
.experience-heading > p { margin: 0; padding-bottom: 4px; font-family: Georgia,"Times New Roman",serif; font-size: 20px; font-style: italic; }
.experience-list { border-top: 2px solid var(--black); }
.experience-row { display: grid; grid-template-columns: 70px 1.1fr .85fr 40px; gap: 24px; align-items: center; min-height: 152px; border-bottom: 2px solid var(--black); transition: 170ms ease; }
.experience-row:hover { padding: 0 18px; background: var(--yellow); }
.experience-number { font-size: 11px; font-weight: 900; }
.experience-row h3 { margin: 0; font-size: clamp(48px,7.2vw,110px); font-weight: 950; line-height: .8; letter-spacing: -.075em; }
.experience-row p { max-width: 480px; margin: 0; font-size: 14px; line-height: 1.35; }
.row-arrow { text-align: right; font-size: 28px; }

.booking { padding: 90px 2.2vw 110px; background: var(--black); color: var(--white); }
.booking-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: start; }
.booking-intro { position: sticky; top: 92px; }
.booking h2 { color: var(--white); font-size: clamp(62px,8vw,128px); }
.booking h2 em { color: var(--pink); font-family: Georgia,"Times New Roman",serif; font-weight: 400; }
.booking-eyebrow { margin: 0 0 30px; color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.booking-note { max-width: 440px; margin: 46px 0 0; color: #bcbcbc; font-size: 16px; line-height: 1.45; }
.booking-note strong { color: var(--yellow); }
.booking-form { display: flex; flex-direction: column; gap: 28px; }
.booking-form label > span, .choice-fieldset legend { display: block; margin-bottom: 10px; color: #aaa; font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.booking-form input[type="text"], .booking-form input[type="tel"], .booking-form input[type="email"] { width: 100%; border: 0; border-bottom: 1px solid #626262; border-radius: 0; outline: 0; padding: 10px 0 16px; background: transparent; color: var(--white); font: inherit; font-size: 22px; font-weight: 700; transition: border-color 160ms ease; }
.booking-form input::placeholder { color: #555; }
.booking-form input:focus { border-color: var(--yellow); }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.choice-fieldset { margin: 12px 0 0; padding: 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.choice-card { cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span { display: flex !important; align-items: center; justify-content: center; min-height: 84px; margin: 0 !important; border: 1px solid #555; color: var(--white) !important; font-size: 17px !important; letter-spacing: -.02em !important; transition: 160ms ease; }
.choice-card input:checked + span { border-color: var(--yellow); background: var(--yellow); color: var(--black) !important; }
.choice-card input:focus-visible + span { outline: 2px solid var(--pink); outline-offset: 3px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consents { display: flex; flex-direction: column; gap: 13px; padding-top: 10px; border-top: 1px solid #333; }
.consents label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; cursor: pointer; }
.consents input { width: 15px; height: 15px; margin-top: 2px; accent-color: var(--yellow); }
.consents label > span { margin: 0; color: #969696; font-size: 10px; font-weight: 500; line-height: 1.35; letter-spacing: 0; }
.form-error { margin: 0; padding: 14px; border: 1px solid var(--pink); color: var(--white); font-size: 12px; }
.form-status { display: none; margin: 0; padding: 14px; border: 1px solid var(--yellow); color: var(--yellow); font-size: 12px; }
.form-status.visible { display: block; }
.booking-submit, .booking-success button { display: flex; align-items: center; justify-content: space-between; width: 100%; border: 0; padding: 22px; background: var(--pink); color: var(--black); font: inherit; font-size: 12px; font-weight: 950; cursor: pointer; transition: 160ms ease; }
.booking-submit:hover:not(:disabled), .booking-submit:focus-visible, .booking-success button:hover { background: var(--yellow); outline: none; }
.booking-submit:disabled { cursor: wait; opacity: .65; }
.booking-success { display: flex; min-height: 520px; flex-direction: column; justify-content: center; padding: 54px; border: 1px solid #4d4d4d; }
.booking-success > span { color: var(--yellow); font-size: 60px; }
.booking-success h3 { margin: 20px 0 10px; font-size: clamp(54px,7vw,100px); font-weight: 950; line-height: .85; letter-spacing: -.07em; }
.booking-success p { margin: 0 0 46px; color: #aaa; }
.booking-success button { max-width: 300px; }

.poster-section { padding: 90px 2.2vw 120px; background: var(--white); }
.poster-layout { display: grid; grid-template-columns: 1fr minmax(320px,520px); gap: 7vw; align-items: center; }
.poster-copy > p { margin: 0 0 34px; font-size: 11px; font-weight: 900; line-height: 1.2; }
.poster-copy h2 { color: var(--pink); }
.poster-layout figure { margin: 0; transform: rotate(2deg); }
.poster-layout img { display: block; width: 100%; height: auto; box-shadow: 22px 22px 0 var(--yellow); }
.poster-layout figcaption { margin-top: 34px; font-size: 9px; font-weight: 900; letter-spacing: .08em; }

.final-cta { min-height: 82svh; padding: 80px 2.2vw 36px; background: var(--pink); display: flex; flex-direction: column; justify-content: space-between; }
.final-cta > p { margin: 0; font-size: 11px; font-weight: 900; }
.final-cta h2 em { color: var(--yellow); }
.final-details { display: flex; align-items: flex-end; justify-content: space-between; }
.final-details p, .final-details a { margin: 0; font-size: 11px; font-weight: 900; line-height: 1.3; }
.final-details a { display: flex; gap: 50px; min-width: 230px; padding: 15px 0; border-bottom: 2px solid var(--black); }
footer { display: flex; justify-content: space-between; padding: 20px 2.2vw; border-top: 1px solid var(--black); background: var(--pink); font-size: 9px; font-weight: 900; }

@media (max-width: 820px) {
  .site-header { height: 52px; padding: 0 16px; font-size: 9px; }
  .brand-lockup { gap: 6px; }
  .hero { min-height: 920px; padding: 72px 16px 28px; }
  .hero::before { background: repeating-linear-gradient(90deg,transparent 0,transparent calc(25vw - 1px),rgba(0,0,0,.11) calc(25vw - 1px),rgba(0,0,0,.11) 25vw),radial-gradient(circle at 70% 42%,rgba(244,255,0,.35),transparent 31%); }
  .hero-signal { top: 49%; font-size: 86px; }
  .hero-title { margin-top: 32px; font-size: clamp(88px,29vw,132px); line-height: .73; }
  .title-courts { align-self: flex-start; margin-top: 12px; }
  .hero-poster-wrap { top: 32%; left: auto; right: 28px; width: min(63vw,290px); transform: rotate(4deg); }
  .hero-bottom { inset: auto 16px 28px; flex-direction: column; align-items: stretch; gap: 24px; }
  .event-stamp { justify-content: space-between; }
  .event-stamp strong { font-size: 68px; }
  .hero-cta-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; }
  .primary-cta { width: 100%; }
  .marquee-track { font-size: 20px; }
  .section-index { margin-bottom: 44px; }
  .manifesto, .experience, .booking, .poster-section { padding-left: 16px; padding-right: 16px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 64px; }
  .manifesto h2, .booking h2, .final-cta h2 { font-size: clamp(58px,20vw,96px); }
  .countdown-section { padding: 58px 16px 24px; }
  .countdown-cell { padding: 12px 7px 18px; }
  .countdown-cell:first-child { padding-left: 0; }
  .countdown-cell strong { font-size: clamp(50px,18vw,78px); }
  .countdown-cell span { font-size: 8px; }
  .date-line { font-size: 8px; }
  .experience-heading { display: block; margin-bottom: 54px; }
  .experience-heading h2, .poster-copy h2 { font-size: clamp(62px,20vw,96px); }
  .experience-heading > p { margin-top: 30px; }
  .experience-row { grid-template-columns: 34px 1fr 24px; gap: 8px; min-height: auto; padding: 24px 0; }
  .experience-row:hover { padding: 24px 8px; }
  .experience-row h3 { font-size: clamp(45px,15vw,72px); }
  .experience-row p { grid-column: 2 / 4; max-width: 95%; margin-top: 8px; }
  .row-arrow { font-size: 20px; }
  .booking-grid { grid-template-columns: 1fr; gap: 72px; }
  .booking-intro { position: static; }
  .booking-note { margin-top: 30px; }
  .form-split { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card span { min-height: 68px; }
  .booking-success { min-height: 430px; padding: 28px; }
  .poster-layout { grid-template-columns: 1fr; gap: 70px; }
  .poster-layout figure { width: 88%; margin: 0 auto; }
  .final-cta { min-height: 700px; padding: 64px 16px 30px; }
  .final-details { align-items: stretch; flex-direction: column; gap: 40px; }
  .final-details a { width: 100%; }
  footer { padding: 18px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .experience-row, .primary-cta { transition: none; }
}
