:root {
  color-scheme: dark;
  --black: #020202;
  --white: #f7f7f3;
  --muted: #8f8f8a;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --field: #1a1a1a;
  --accent: #03a891;
  --max: 1920px;
  --gutter: clamp(16px, 2.9vw, 58px);
  font-family: Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--white);
  font-family: Helvetica, Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.hero {
  position: relative;
  background: var(--black);
  height: clamp(640px, 56.25vw, 1080px);
  overflow: hidden;
  isolation: isolate;
}

.hero picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 33%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 42%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: clamp(24px, 2.9vw, 56px) var(--gutter) clamp(28px, 3.5vw, 66px);
  color: #ffffff;
}

.hero-copy h1 {
  max-width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(70px, 11.2vw, 210px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.86);
  mix-blend-mode: color-dodge;
  filter: saturate(1.35) contrast(1.08) brightness(1.08);
}

.hero-copy p {
  margin: 0;
}

.hero-eyebrow {
  min-height: 1px;
}

.hero-copy p:last-child {
  max-width: min(1500px, calc(100vw - (var(--gutter) * 2)));
  font-size: clamp(18px, 1.85vw, 36px);
  line-height: 1.08;
  font-weight: 500;
  white-space: pre-line;
  color: rgba(255, 255, 255, 0.78);
  mix-blend-mode: color-dodge;
  filter: saturate(1.42) contrast(1.12) brightness(1.05);
}

.film-section {
  background: var(--black);
  padding: clamp(18px, 2.55vw, 44px) var(--gutter);
}

.film-frame {
  position: relative;
  max-width: min(1660px, calc(100vw - (var(--gutter) * 2)));
  margin: 0 auto;
  aspect-ratio: 1920 / 1116;
  background: #0a0a0a;
  overflow: hidden;
}

.event-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0a0a0a;
}

.event-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0a0a0a;
}

.event-video[hidden] {
  display: none;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 18px;
  align-content: center;
  color: var(--white);
  text-align: center;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.24);
}

.video-placeholder span {
  text-transform: uppercase;
  font-size: clamp(48px, 7.6vw, 140px);
  line-height: 0.82;
  font-weight: 900;
}

.video-placeholder small {
  color: #d5d5d0;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: clamp(10px, 0.9vw, 14px);
  font-weight: 800;
}

.reservation {
  background: #f5f4f1;
  color: var(--black);
  border-top: 1px solid #deded8;
  border-bottom: 1px solid #deded8;
}

.reservation-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(30px, 3.9vw, 62px) var(--gutter) clamp(38px, 4.3vw, 72px);
}

.reservation-head h1 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: clamp(34px, 4.1vw, 72px);
  line-height: 0.86;
  letter-spacing: 0;
  font-weight: 900;
}

.reservation-head p {
  max-width: 1320px;
  margin: 0;
  color: var(--black);
  font-size: clamp(15px, 1.22vw, 23px);
  line-height: 1.08;
  font-weight: 700;
}

.event-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 88px);
  margin: clamp(42px, 5.4vw, 94px) 0 clamp(36px, 4.2vw, 72px);
}

.event-meta span,
.field span,
.vow legend,
.submit-row > span {
  display: block;
  margin-bottom: 16px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.38em;
  font-size: clamp(10px, 0.75vw, 14px);
  font-weight: 800;
}

.event-meta strong {
  display: block;
  color: var(--black);
  font-size: clamp(14px, 0.98vw, 19px);
  line-height: 1.2;
  font-weight: 700;
}

.ticket-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 2.8vw, 48px) clamp(28px, 4vw, 76px);
}

.field-full,
.vow,
.privacy,
.submit-row,
.form-status {
  grid-column: 1 / -1;
}

.field input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  padding: 0 0 14px;
  font-size: clamp(30px, 3.2vw, 58px);
  line-height: 0.95;
  font-weight: 900;
}

.field input::placeholder {
  color: var(--field);
  opacity: 1;
}

.field input:focus {
  border-color: var(--line-strong);
}

.vow,
.pact-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.vow {
  border: 0;
  border-bottom: 1px solid var(--line);
  margin: 0;
  padding: 0 0 clamp(24px, 2.7vw, 46px);
}

.pact-options {
  grid-column: 1 / -1;
  column-gap: clamp(28px, 4vw, 78px);
  row-gap: 18px;
}

.vow legend {
  grid-column: 1 / -1;
  padding: 0;
}

.pact-options label,
.privacy {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #cfcfca;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.1;
  font-weight: 700;
}

.vow input,
.privacy input {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  margin: 0;
  accent-color: var(--white);
}

.privacy {
  color: var(--muted);
  font-size: clamp(13px, 1vw, 18px);
  margin-top: -6px;
}

.submit-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  padding-bottom: clamp(18px, 2.2vw, 36px);
}

.submit-row > span {
  margin-bottom: 0;
}

.submit-row button {
  display: inline-grid;
  grid-template-columns: auto 118px 32px;
  align-items: center;
  gap: 22px;
  border: 0;
  background: transparent;
  color: var(--black);
  cursor: pointer;
  text-transform: uppercase;
  font-size: clamp(25px, 2.75vw, 52px);
  line-height: 0.88;
  font-weight: 900;
  padding: 0;
  text-align: left;
}

.submit-row button::after {
  content: "";
  height: 2px;
  background: var(--black);
  opacity: 0.75;
}

.submit-row button i {
  position: relative;
  width: 32px;
  height: 32px;
}

.submit-row button i::before {
  content: "";
  position: absolute;
  inset: 6px 4px auto auto;
  width: 22px;
  height: 22px;
  border-top: 3px solid var(--black);
  border-right: 3px solid var(--black);
}

.submit-row button i::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 5px;
  width: 34px;
  height: 3px;
  background: var(--black);
  transform: rotate(-45deg);
  transform-origin: right center;
}

.submit-row button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--accent);
  font-size: 15px;
  letter-spacing: 0.02em;
}

.form-status.is-error {
  color: #ff8d7a;
}

.weeztix-panel {
  margin-top: clamp(38px, 4.8vw, 78px);
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  padding-top: clamp(28px, 3.6vw, 58px);
}

.weeztix-panel header {
  margin-bottom: clamp(24px, 3vw, 48px);
}

.weeztix-panel h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(32px, 4vw, 72px);
  line-height: 0.9;
  font-weight: 900;
}

.weeztix-panel p {
  margin: 0;
  color: var(--black);
  font-size: clamp(15px, 1.15vw, 21px);
  line-height: 1.12;
  font-weight: 700;
}

.weeztix-panel p[hidden] {
  display: none;
}

.weeztix-widget {
  min-height: 620px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.weeztix-fallback {
  display: inline-block;
  margin-top: 18px;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 900;
}

.manifesto {
  position: relative;
  min-height: clamp(560px, 41.5vw, 760px);
  overflow: hidden;
  background: #f5f4f1;
  color: var(--black);
  padding: clamp(38px, 4.2vw, 74px) clamp(64px, 5.8vw, 110px) clamp(34px, 3vw, 58px);
}

.manifesto-copy {
  position: relative;
  z-index: 1;
  max-width: min(1680px, 100%);
  margin: 0 auto;
}

.manifesto h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(80px, 13.65vw, 254px);
  line-height: 0.78;
  letter-spacing: 0;
  font-weight: 900;
  white-space: nowrap;
}

.manifesto p {
  position: relative;
  z-index: 1;
  max-width: min(1320px, 82vw);
  margin: clamp(118px, 9.8vw, 176px) 0 0;
  font-size: clamp(15px, 1.28vw, 24px);
  line-height: 1.08;
  font-weight: 700;
}

.people-strip {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: clamp(72px, 5.1vw, 100px);
  width: min(104%, 1969px);
  transform: translateX(-50%);
  pointer-events: none;
}

.people-strip img {
  width: 100%;
  height: auto;
}

.site-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(320px, 21.7vw, 378px);
  background: var(--black);
  color: var(--white);
  padding: clamp(56px, 5.4vw, 96px) var(--gutter) clamp(22px, 2.2vw, 40px);
}

.footer-inner {
  width: min(1265px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: clamp(34px, 5vw, 96px);
  align-items: center;
}

.footer-logo {
  color: var(--white);
  text-decoration: none;
}

.footer-logo img {
  width: clamp(142px, 15vw, 276px);
  height: auto;
}

.footer-logo span {
  display: block;
  margin-top: 8px;
  color: #cfcfca;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.12em;
}

address {
  color: #e3e3df;
  font-size: clamp(13px, 0.95vw, 18px);
  line-height: 1.15;
  font-style: normal;
}

address strong {
  display: block;
  color: var(--white);
}

.credit {
  margin: clamp(72px, 5.8vw, 104px) auto 0;
  text-align: center;
}

.credit img {
  width: clamp(122px, 9.2vw, 160px);
  height: auto;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .hero {
    height: min(145vw, 900px);
  }

  .hero picture {
    position: absolute;
    inset: 0;
  }

  .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
  }

  .hero::after {
    display: block;
  }

  .hero-copy {
    min-height: 100%;
    padding: 18px var(--gutter) 28px;
    background: transparent;
  }

  .hero-copy h1 {
    white-space: normal;
    font-size: clamp(52px, 17vw, 130px);
  }

  .hero-copy p:last-child {
    max-width: none;
    font-size: clamp(16px, 4.2vw, 22px);
  }

  .event-meta,
  .ticket-form,
  .vow,
  .pact-options,
  .submit-row,
  .weeztix-panel header,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .event-meta {
    margin-top: 38px;
  }

  .submit-row button {
    grid-template-columns: auto 58px 28px;
    gap: 16px;
  }

  .manifesto {
    min-height: 500px;
    padding-right: var(--gutter);
    padding-left: var(--gutter);
  }

  .manifesto h2 {
    white-space: normal;
    font-size: clamp(64px, 20vw, 190px);
  }

  .manifesto p {
    max-width: 720px;
  }

  .people-strip {
    width: 148%;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 16px;
  }

  .hero {
    height: min(150vw, 760px);
    background: var(--black);
  }

  .hero img {
    width: 100%;
    height: 100%;
    max-width: none;
    transform: none;
  }

  .film-section {
    padding: 16px;
  }

  .video-placeholder span {
    font-size: 42px;
  }

  .video-placeholder small {
    font-size: 9px;
  }

  .reservation-inner {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .reservation-head h1 {
    font-size: 34px;
    line-height: 0.9;
  }

  .reservation-head p {
    font-size: 14px;
    line-height: 1.12;
  }

  .event-meta {
    gap: 24px;
    margin: 34px 0;
  }

  .event-meta span,
  .field span,
  .vow legend,
  .submit-row > span {
    margin-bottom: 11px;
    letter-spacing: 0.28em;
    font-size: 9px;
  }

  .field input {
    font-size: 27px;
    padding-bottom: 11px;
  }

  .ticket-form {
    gap: 24px;
  }

  .weeztix-widget {
    min-height: 560px;
  }

  .vow,
  .pact-options {
    gap: 15px;
  }

  .pact-options label {
    font-size: 15px;
    gap: 12px;
  }

  .vow input,
  .privacy input {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .privacy {
    font-size: 12px;
    line-height: 1.25;
  }

  .submit-row button {
    width: 100%;
    grid-template-columns: minmax(0, auto) 38px 24px;
    gap: 12px;
    font-size: 27px;
    line-height: 0.92;
  }

  .submit-row button span {
    min-width: 0;
  }

  .manifesto {
    min-height: 440px;
    padding-top: 38px;
  }

  .manifesto p {
    font-size: 12px;
    line-height: 1.08;
  }

  .people-strip {
    width: 205%;
    bottom: 4px;
  }

  .site-footer {
    padding-top: 46px;
  }

  .footer-logo img {
    width: 178px;
  }

  address {
    font-size: 13px;
  }

  .credit {
    margin-top: 34px;
  }
}
