@import url('https://fonts.googleapis.com/css2?family=Anybody:wdth,wght@75..125,100..900&family=DM+Mono:wght@400;500&display=swap');

:root {
  --ink: #19191b;
  --paper: #f5f0e8;
  --acid: #d7ff19;
  --violet: #7d31ff;
  --line: rgba(25, 25, 27, .28);
  --mono: 'DM Mono', monospace;
  --display: 'Anybody', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--display); }
a { color: inherit; }
main { overflow: hidden; }

.masthead, .hero, .details, .register, footer { padding-left: clamp(20px, 5vw, 78px); padding-right: clamp(20px, 5vw, 78px); }
.masthead { min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); background: var(--acid); }
.wordmark { font-size: 34px; line-height: 1; text-decoration: none; font-weight: 850; letter-spacing: -.055em; }
.wordmark sup { color: var(--violet); font-size: 20px; top: -.55em; position: relative; margin-left: 4px; }
.event-meta, .kicker, .section-number, .detail-row span, footer { font: 500 10px/1.35 var(--mono); letter-spacing: .05em; }
.event-meta { margin: 0; text-align: right; }

.hero {
  min-height: calc(100svh - 66px);
  display: grid;
  grid-template-columns: minmax(360px, .98fr) minmax(420px, 1.02fr);
  gap: clamp(26px, 4vw, 72px);
  align-items: stretch;
  padding-top: clamp(34px, 5vw, 76px);
  padding-bottom: clamp(30px, 4vw, 66px);
  background: var(--paper);
}
.hero-copy-block { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.kicker { margin: 0 0 clamp(18px, 3.2vw, 47px); color: var(--violet); font-weight: 500; }
h1 { font-size: clamp(92px, 12vw, 185px); line-height: .84; letter-spacing: -.045em; margin: 0; font-weight: 850; }
.tagline { margin: clamp(26px, 4vw, 55px) 0 0; font-size: clamp(25px, 3.5vw, 54px); line-height: .98; letter-spacing: -.026em; font-weight: 780; }
.hero-copy { max-width: 520px; margin: auto 0 26px; padding-top: 38px; font-size: clamp(17px, 1.75vw, 25px); line-height: 1.08; letter-spacing: -.018em; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 54px; padding: 14px 19px; border: 1px solid var(--ink); font: 500 12px/1 var(--mono); letter-spacing: .04em; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translate(3px, -3px); outline: 2px solid var(--violet); outline-offset: 3px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-acid { background: var(--acid); color: var(--ink); width: 100%; margin-top: 12px; }
.shuma-portrait { position: relative; min-height: 540px; margin: 0; overflow: hidden; background: #9bd485; border: 1px solid var(--ink); }
.shuma-portrait::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(25,25,27,.16)); pointer-events: none; }
.shuma-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 44%; filter: contrast(1.08) saturate(.82) hue-rotate(17deg); }

.motion-screen, .statement { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; }
.motion-screen video, .statement video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.motion-mask { background: var(--ink); }
.motion-mask::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,25,27,.9) 0%, rgba(25,25,27,.38) 48%, rgba(25,25,27,.08)); pointer-events: none; }
.motion-copy, .statement-copy { position: relative; z-index: 1; max-width: min(820px, 82vw); padding: clamp(30px, 6vw, 90px); color: var(--paper); }
.section-number { margin: 0 0 30px; color: var(--acid); }
h2 { font-size: clamp(43px, 7.4vw, 112px); line-height: .94; letter-spacing: -.043em; margin: 0; font-weight: 800; }
.motion-copy > p:last-child, .statement-copy > p:last-child { max-width: 690px; margin: 34px 0 0; font-size: clamp(19px, 2.25vw, 31px); line-height: 1.06; letter-spacing: -.022em; }
.statement { background: var(--violet); }
.statement::after { content: '↯'; position: absolute; right: clamp(30px, 10vw, 180px); bottom: clamp(22px, 7vw, 110px); color: var(--acid); font: 900 clamp(130px, 25vw, 410px)/.7 var(--display); transform: rotate(10deg); opacity: .95; pointer-events: none; }
.statement-copy { align-self: center; }

.details { border-top: 1px solid var(--ink); padding-top: 0; padding-bottom: 0; background: var(--paper); }
.detail-row { display: grid; grid-template-columns: minmax(85px,.8fr) 3fr; gap: 30px; padding: 20px 0 18px; border-bottom: 1px solid var(--line); }
.detail-row span { color: var(--violet); padding-top: 3px; }
.detail-row strong { font-size: clamp(17px, 2.5vw, 32px); line-height: 1; letter-spacing: -.035em; }

.register { padding-top: clamp(70px, 12vw, 150px); padding-bottom: clamp(70px, 12vw, 150px); background: var(--ink); color: var(--paper); }
.register .section-number { color: var(--acid); }
.register h2 { max-width: 780px; }
.register-intro { max-width: 510px; font-size: clamp(19px, 2.2vw, 29px); line-height: 1.06; letter-spacing: -.025em; margin: 42px 0; }
form { max-width: 650px; display: grid; gap: 22px; }
label { display: grid; gap: 8px; font: 500 10px/1 var(--mono); letter-spacing: .07em; }
input { width: 100%; min-height: 54px; background: transparent; border: 0; border-bottom: 1px solid rgba(245,240,232,.7); border-radius: 0; color: var(--paper); padding: 0 2px; font: 500 22px/1 var(--display); outline: none; }
input:focus { border-color: var(--acid); box-shadow: 0 2px 0 var(--acid); }
.check-label { display: flex; gap: 11px; align-items: flex-start; font: 400 12px/1.35 var(--mono); letter-spacing: 0; text-transform: none; }
.check-label input { min-height: auto; width: 17px; height: 17px; margin: 0; accent-color: var(--acid); flex: 0 0 auto; }
.honeypot { position: absolute; left: -99999px; }
.form-status { min-height: 1.35em; margin: 0; font: 500 13px/1.35 var(--mono); color: var(--acid); }
.privacy-note { max-width: 530px; color: rgba(245,240,232,.67); font: 400 10px/1.5 var(--mono); margin: 26px 0 0; }
footer { padding-top: 27px; padding-bottom: 25px; display: flex; gap: 24px; align-items: flex-start; justify-content: space-between; background: var(--acid); border-top: 1px solid var(--ink); }
footer p { margin: 0; max-width: 500px; }
footer div { display: flex; gap: 15px; }
footer a { text-underline-offset: 3px; }

@media (max-width: 760px) {
  .masthead { align-items: flex-start; padding-top: 15px; padding-bottom: 15px; }
  .event-meta { max-width: 190px; font-size: 8px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 46px; gap: 34px; }
  h1 { font-size: clamp(92px, 25vw, 164px); }
  .hero-copy { margin-top: 34px; }
  .shuma-portrait { min-height: 500px; }
  .motion-screen, .statement { min-height: 720px; }
  .motion-screen video, .statement video { object-position: center; }
  .motion-copy, .statement-copy { max-width: 100%; padding: 30px 20px; }
  .motion-mask::after { background: linear-gradient(0deg, rgba(25,25,27,.89), rgba(25,25,27,.06) 74%); }
  .statement::after { background: linear-gradient(0deg, rgba(29,11,51,.88), rgba(29,11,51,.06) 74%); }
  .detail-row { grid-template-columns: 80px 1fr; gap: 15px; }
  footer { flex-direction: column; }
  .register-intro { margin: 30px 0; }
  .button { min-height: 52px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
