:root {
  --black: #090909;
  --white: #f7f7f4;
  --line: rgba(9, 9, 9, 0.22);
  --acid: #d8ff36;
  --violet: #d43dff;
  --blue: #58d6ff;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --display: "Archivo Black", Arial Black, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.5;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.mobile-copy { display: none; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  background: var(--acid);
  color: var(--black);
  padding: 0.7rem 1rem;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.25rem var(--pad);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.wordmark, .header-cta { text-decoration: none; }
.header-cta { justify-self: end; border-bottom: 1px solid currentColor; }
.edition { opacity: 0.85; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--black);
  color: #fff;
}
.hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
  filter: saturate(0.82) contrast(1.06);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.03) 45%, rgba(0,0,0,.82));
}
.hero-copy {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: clamp(5rem, 10vh, 8rem);
}
.eyebrow, .section-number {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.hero h1 {
  margin: 0;
  max-width: 100%;
  font-family: var(--display);
  font-size: clamp(4.4rem, 14.5vw, 12.5rem);
  line-height: 0.74;
  letter-spacing: -0.075em;
}
.hero-date {
  margin: 1.8rem 0 0;
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.scroll-cue {
  position: absolute;
  right: var(--pad);
  bottom: 2rem;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.section-pad { padding: clamp(4rem, 7vw, 7rem) var(--pad); }
.manifesto-grid, .guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: start;
}
.manifesto h2, .facts h2, .calendar h2, .together h2, .guide h2, .contact h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 6.4vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}
.lead-copy { font-size: clamp(1.25rem, 1.8vw, 1.6rem); line-height: 1.48; }
.lead-copy p:first-child { margin-top: 0; }

.wide-image { margin: 0; position: relative; background: var(--black); }
.wide-image img { height: min(74vw, 52rem); object-fit: cover; object-position: center 42%; }
.wide-image figcaption {
  position: absolute;
  right: var(--pad);
  bottom: 1.5rem;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.process { background: var(--acid); }
.process-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 10vw, 10rem);
}
.process-statement { font-size: clamp(2rem, 4vw, 4.5rem); line-height: 1.05; letter-spacing: -0.035em; }
.process-statement p { margin: 0 0 1rem; }
.process-statement em { font-family: Georgia, serif; font-weight: 400; }
.process-list { border-top: 2px solid var(--black); }
.process-list div {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--black);
}
.process-list span { font-size: 0.84rem; font-weight: 700; }
.process-list p { margin: 0; font-size: 1.16rem; }

.facts { background: var(--black); color: #fff; padding: clamp(3rem, 5vw, 4.5rem) var(--pad); }
.light { color: rgba(255,255,255,.62); }
.facts-title-wrap { margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.35); }
.fact-card { min-height: 11rem; padding: 1rem 1.15rem; border-right: 1px solid rgba(255,255,255,.35); }
.fact-card:last-child { border-right: 0; }
.fact-label { display: block; min-height: 1.5rem; font-size: 0.82rem; font-weight: 700; letter-spacing: .14em; color: rgba(255,255,255,.62); }
.fact-card strong { display: block; margin: 1rem 0 .75rem; font-family: var(--display); font-size: clamp(1.8rem, 2.7vw, 3rem); line-height: .95; }
.fact-card p { color: rgba(255,255,255,.75); }
.fact-card a { font-size: .74rem; font-weight: 700; letter-spacing: .1em; }
.price-card { background: var(--violet); color: var(--black); }
.price-card .fact-label, .price-card p { color: var(--black); }
.price-card small { display: block; margin-top: .75rem; font-size: .82rem; }
.trial-note {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  margin: .85rem 0 0;
  padding: .75rem 1rem;
  background: var(--violet);
  color: var(--black);
}
.trial-note strong { font-family: var(--display); font-size: clamp(1rem, 1.5vw, 1.4rem); }
.trial-note p { margin: 0; font-size: .92rem; }

.calendar-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; }
.calendar-heading > p { max-width: 25rem; margin: 0; font-size: 1.16rem; }
.calendar { padding-top: clamp(3rem, 4vw, 4rem); padding-bottom: clamp(3rem, 4vw, 4rem); }
.months { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(1.5rem, 2.5vw, 2.5rem); border-top: 2px solid var(--black); }
.month { min-height: 5.5rem; padding: .7rem .8rem .8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.month:nth-child(3n) { border-right: 0; }
.month h3 { display: flex; justify-content: space-between; margin: 0; font-family: var(--display); font-size: 1.55rem; letter-spacing: -.05em; }
.month h3 span { font-family: var(--body); font-size: .82rem; letter-spacing: .1em; }
.month p { margin: .75rem 0 0; font-size: .95rem; }
.finale-dates { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 1.25rem; background: var(--blue); }
.finale-dates > div { display: block; min-height: 7.5rem; padding: .8rem 1rem; border-right: 1px solid var(--black); }
.finale-dates > div:last-child { border-right: 0; }
.finale-dates > div > span { font-family: var(--display); font-size: clamp(1.5rem, 2vw, 2.2rem); line-height: 1; }
.finale-dates p { margin: 0; align-self: center; }
.finale-dates p { margin-top: .55rem; font-size: .86rem; line-height: 1.3; }
.finale-dates p span { font-family: inherit; font-size: inherit; line-height: inherit; letter-spacing: inherit; }

.together { display: grid; grid-template-columns: 1.15fr .85fr; min-height: min(68svh, 40rem); background: var(--black); color: #fff; }
.together figure { margin: 0; min-height: 24rem; }
.together img { height: 100%; object-fit: cover; object-position: 54% center; }
.together-copy { padding: clamp(2.5rem, 4vw, 4rem); align-self: center; }
.together-copy h2 { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.together-copy > p:last-child { max-width: 34rem; margin-top: 1.5rem; font-size: 1.05rem; color: rgba(255,255,255,.73); }

.guide { background: #fff; padding-top: clamp(3rem, 4vw, 4rem); padding-bottom: clamp(3rem, 4vw, 4rem); }
.guide h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.guide-name span { display: block; }
.guide-grid > div { font-size: 1.2rem; }
.guide-grid > div p:first-child { margin-top: 0; }

.institutional-credits {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding: clamp(4rem, 7vw, 7rem) var(--pad);
  border-top: 1px solid var(--line);
  background: #fff;
}
.credits-copy h2 {
  max-width: 38rem;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .98;
  letter-spacing: -.04em;
}
.credits-copy > p:last-child { max-width: 35rem; font-size: 1.12rem; }
.credit-logos { display: grid; gap: 2.25rem; }
.vintola-lockup { width: max-content; }
.vintola-lockup > span { color: #df2b37; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5rem); line-height: .8; letter-spacing: -.07em; }
.vintola-lockup > span span { color: var(--black); }
.vintola-lockup small { display: block; margin-top: .8rem; font-size: .76rem; font-weight: 700; letter-spacing: .14em; }
.credit-logos img { max-width: 35rem; height: auto; }

.contact {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  padding: clamp(3rem, 4.5vw, 4.5rem) var(--pad);
  background: var(--violet);
  color: var(--black);
}
.contact-intro > p:not(.section-number) { max-width: 34rem; font-size: 1.15rem; }
.contact .light { color: rgba(0,0,0,.62); }
.direct-wa { display: inline-block; margin-top: 1.5rem; font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.contact-form { align-self: start; background: var(--white); padding: clamp(1.25rem, 2.5vw, 2rem); }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: .5rem; font-size: .82rem; font-weight: 700; letter-spacing: .11em; }
.field label span { font-weight: 400; letter-spacing: 0; }
.field input, .field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1.5px solid var(--black);
  border-radius: 0;
  background: transparent;
  padding: .6rem 0;
  color: var(--black);
  font-size: 1rem;
}
.field textarea { min-height: 4.5rem; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 3px solid var(--blue); outline-offset: 3px; }
.contact-form button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 0;
  background: var(--black);
  color: #fff;
  padding: 1rem 1.2rem;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
}
.contact-form button:hover { background: #262626; }
.privacy-note { margin: 1rem 0 0; font-size: .76rem; color: rgba(0,0,0,.62); }
.form-status { min-height: 1.5em; margin: .8rem 0 0; font-weight: 700; }

footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.5rem var(--pad);
  background: var(--black);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .11em;
}
footer :nth-child(2) { text-align: center; }
footer :last-child { text-align: right; }

.floating-wa {
  position: fixed;
  z-index: 20;
  right: 1rem;
  bottom: 1rem;
  display: none;
  background: var(--acid);
  color: var(--black);
  padding: .85rem 1rem;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  box-shadow: 0 8px 30px rgba(0,0,0,.24);
}

@media (min-width: 901px) {
  .hero {
    min-height: 100svh;
    background: #140f15;
  }
  .hero > img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: center 39%;
  }
  .hero-shade {
    display: block;
    background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,0) 44%, rgba(0,0,0,.78) 100%);
  }
  .hero-copy {
    position: absolute;
    left: var(--pad);
    right: 31%;
    bottom: clamp(2.4rem, 5.5vh, 4.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .65rem;
    padding: 0;
    background: transparent;
  }
  .hero-copy .eyebrow { margin: 0; }
  .hero h1 {
    font-size: clamp(6.2rem, 10.2vw, 12rem);
    line-height: .72;
    white-space: normal;
  }
  .hero h1 br { display: block; }
  .hero-date { margin: .65rem 0 0; font-size: clamp(.95rem, 1.3vw, 1.2rem); white-space: nowrap; }
  .scroll-cue { display: none; }
  .facts h2, .calendar h2 { font-size: clamp(3rem, 4vw, 4.5rem); }
  .contact h2 { font-size: clamp(3.5rem, 4.7vw, 5.2rem); }
}

@media (max-width: 900px) {
  .manifesto-grid, .guide-grid, .process-layout, .contact, .institutional-credits { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-card:nth-child(2) { border-right: 0; }
  .fact-card { border-bottom: 1px solid rgba(255,255,255,.35); }
  .together { grid-template-columns: 1fr; }
  .together img { height: min(90vw, 42rem); }
  .calendar-heading { align-items: start; flex-direction: column; }
  .finale-dates { grid-template-columns: repeat(2, 1fr); }
  .finale-dates > div:nth-child(2) { border-right: 0; }
  .finale-dates > div:nth-child(-n+2) { border-bottom: 1px solid var(--black); }
}

@media (max-width: 620px) {
  :root { --pad: 1.1rem; }
  .desktop-copy { display: none; }
  .mobile-copy { display: block; }
  span.mobile-copy { display: inline; }
  .site-header { grid-template-columns: 1fr auto; }
  .edition { display: none; }
  .hero { min-height: 0; padding-top: 3.5rem; }
  .hero > img {
    position: relative;
    inset: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .hero-shade { display: none; }
  .hero-copy { position: relative; left: auto; right: auto; bottom: auto; padding: 1.25rem var(--pad) 3.7rem; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .hero-date { margin-top: .9rem; font-size: .9rem; }
  .scroll-cue { right: var(--pad); bottom: 1.25rem; }
  .section-pad { padding-top: 2.75rem; padding-bottom: 2.75rem; }
  .manifesto h2, .facts h2, .calendar h2, .contact h2 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .guide h2 { font-size: clamp(1.9rem, 8.5vw, 2.5rem); }

  .facts { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .facts-title-wrap { margin-bottom: 1.15rem; }
  .facts-title-wrap .section-number { margin-bottom: .45rem; }
  .fact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fact-card, .fact-card:nth-child(2) {
    min-height: 8.25rem;
    padding: .6rem .5rem;
    border-right: 1px solid rgba(255,255,255,.35);
  }
  .fact-card:nth-child(1) { order: 1; }
  .fact-card:nth-child(2) { order: 2; }
  .fact-card:nth-child(4) { order: 3; border-right: 0; }
  .price-card {
    order: 4;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: .45fr 1.05fr 1.5fr;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 4.25rem;
    padding-top: .45rem;
    padding-bottom: .45rem;
    border-right: 0;
  }
  .fact-label { min-height: 0; }
  .fact-card strong { margin: .75rem 0 .4rem; font-size: 1.15rem; line-height: 1; }
  .fact-card:nth-child(2) strong { font-size: .88rem; letter-spacing: -.04em; white-space: nowrap; }
  .fact-card:nth-child(4) strong { font-size: 1.05rem; }
  .fact-card p { margin: .25rem 0; font-size: .78rem; line-height: 1.25; }
  .fact-card a { font-size: .75rem; line-height: 1.2; }
  .price-card .fact-label { grid-column: 1; grid-row: 1 / 3; }
  .price-card strong { grid-column: 2; grid-row: 1 / 3; margin: 0; font-size: 1.25rem; white-space: nowrap; }
  .price-card p { grid-column: 3; grid-row: 1; margin: 0; }
  .price-card small { grid-column: 3; grid-row: 2; margin: .2rem 0 0; font-size: .75rem; }
  .trial-note { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: .6rem; margin-top: .65rem; padding: .6rem .65rem; }
  .trial-note strong { font-size: .9rem; line-height: 1.05; }
  .trial-note p { margin: 0; font-size: .75rem; line-height: 1.25; }

  .calendar { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .calendar-heading { gap: .55rem; }
  .calendar-heading .section-number { margin-bottom: .35rem; }
  .calendar-heading > p { font-size: .88rem; line-height: 1.3; }
  .months { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1rem; }
  .month, .month:nth-child(3n) { min-height: 4.25rem; padding: .45rem .4rem; border-right: 1px solid var(--line); }
  .month:nth-child(3n) { border-right: 0; }
  .month:nth-child(even):not(:nth-child(3n)) { border-right: 1px solid var(--line); }
  .month h3 { font-size: 1rem; }
  .month h3 span { font-size: .75rem; }
  .month p { margin-top: .45rem; font-size: .78rem; line-height: 1.2; }
  .finale-dates { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: .8rem; }
  .finale-dates > div,
  .finale-dates > div:nth-child(2) {
    min-height: 0;
    padding: .4rem .55rem .45rem;
    border-right: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
  }
  .finale-dates > div:nth-child(even) { border-right: 0; }
  .finale-dates > div:nth-last-child(-n+2) { border-bottom: 0; }
  .finale-dates > div > span { font-size: 1rem; }
  .finale-dates p { margin-top: .2rem; font-size: .75rem; line-height: 1.12; }
  .finale-dates p span { font-family: inherit; font-size: inherit; line-height: inherit; letter-spacing: inherit; }

  .together { min-height: auto; }
  .together figure { min-height: 0; }
  .together img { height: 68vw; }
  .together-copy { padding: 2.25rem var(--pad); }
  .together-copy h2 { font-size: clamp(2rem, 9vw, 2.6rem); }
  .together-copy > p:last-child { margin-top: 1rem; font-size: .9rem; line-height: 1.35; }

  .guide { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .guide .section-number { margin-bottom: .7rem; }
  .guide-grid { grid-template-columns: 1fr; gap: .65rem; }
  .guide-name span { display: inline; }
  .guide-grid > div { font-size: .9rem; line-height: 1.35; }
  .guide-grid > div p { margin: .55rem 0 0; }
  .guide-grid > div .mobile-copy { margin: 0; }

  .institutional-credits { gap: 1.25rem; padding: 2.1rem var(--pad); }
  .credits-copy .section-number { margin-bottom: .55rem; }
  .credits-copy h2 { font-size: 1.65rem; line-height: 1; }
  .credits-copy > p:last-child { margin: .75rem 0 0; font-size: .86rem; line-height: 1.3; }
  .credit-logos { grid-template-columns: .8fr 1.2fr; align-items: center; gap: 1.2rem; }
  .vintola-lockup > span { font-size: 2.15rem; }
  .vintola-lockup small { margin-top: .5rem; font-size: .75rem; line-height: 1.1; letter-spacing: .04em; }

  .contact { gap: 1.5rem; padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .contact-intro .section-number { margin-bottom: .6rem; }
  .contact-intro > p:not(.section-number) { margin: .8rem 0 0; font-size: .9rem; line-height: 1.35; }
  .direct-wa { margin-top: 1rem; }
  .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 0 .8rem; padding: 1rem; }
  .field { margin-bottom: .85rem; }
  .field:nth-child(n+3) { grid-column: 1 / -1; }
  .field label { margin-bottom: .2rem; font-size: .72rem; }
  .field input, .field textarea { padding: .55rem 0; }
  .field textarea { min-height: 4.5rem; }
  .contact-form button,
  .contact-form .privacy-note,
  .contact-form .form-status { grid-column: 1 / -1; }
  .privacy-note { margin-top: .65rem; }
  footer { grid-template-columns: 1fr; padding-bottom: 5rem; }
  footer :nth-child(2), footer :last-child { text-align: left; }
  .floating-wa { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
