:root {
  color-scheme: light;
  --sky: #1badff;
  --sky-2: #84d0f7;
  --ink: #0d0c17;
  --navy: #1b263b;
  --white: #f9f6f5;
  --yellow: #ffe100;
  --pink: #ff4fa8;
  --red: #e51b23;
  --line: rgba(13, 12, 23, 0.22);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--sky);
  color: var(--ink);
  font-family:
    Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

a {
  color: inherit;
}

.page {
  overflow: hidden;
}

.hero {
  position: relative;
  padding: clamp(20px, 3vw, 42px) 0;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 36px));
  max-width: none;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 34px);
  background: rgba(27, 173, 255, 0.82);
  border: 4px solid var(--white);
  box-shadow: 10px 10px 0 var(--navy);
}

.kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 var(--navy);
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 6px;
  color: var(--white);
  font-size: clamp(64px, 9vw, 128px);
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow: 5px 5px 0 var(--navy);
}

.date {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 800;
  text-shadow: 4px 4px 0 var(--navy);
}

.subtitle {
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: clamp(18px, 3vw, 34px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 var(--navy);
}

.line {
  max-width: 620px;
  color: var(--white);
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.28;
  font-weight: 800;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.button,
.text-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.button {
  padding: 0 22px;
  min-width: 156px;
  border: 3px solid var(--navy);
  box-shadow: 5px 5px 0 var(--navy);
}

.button--primary {
  background: var(--yellow);
  color: var(--ink);
}

.button--ghost {
  background: var(--white);
  color: var(--ink);
}

.ticker {
  min-height: 54px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-block: 4px solid var(--white);
  background: var(--navy);
  color: var(--yellow);
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}

.ticker__track {
  display: flex;
  width: max-content;
  min-width: 200%;
  gap: 42px;
  animation: ticker-scroll 24s linear infinite;
}

.ticker__track span {
  flex: 0 0 auto;
  padding-left: 24px;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.proof,
.split,
.info-strip,
.price-callout,
.final {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 9vw, 120px) 0;
}

.proof {
  max-width: 920px;
}

.proof h2,
.split h2,
.final h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 5px 5px 0 var(--navy);
}

.proof p:not(.eyebrow),
.split p:not(.eyebrow) {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 800;
}

.event-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-list li {
  padding: 18px;
  color: var(--navy);
  background: rgba(249, 246, 245, 0.72);
  border: 3px solid var(--white);
  box-shadow: 5px 5px 0 var(--navy);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 800;
}

.event-list strong {
  color: var(--ink);
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(1160px, calc(100% - 36px));
  padding-block: 0 clamp(54px, 9vw, 120px);
}

.split > div {
  min-height: 360px;
  padding: clamp(26px, 5vw, 56px);
  background: var(--sky-2);
  border: 4px solid var(--white);
  box-shadow: 8px 8px 0 var(--navy);
}

.text-link {
  margin-top: 12px;
  color: var(--ink);
  background: var(--yellow);
  padding: 0 18px;
  border: 3px solid var(--navy);
  box-shadow: 4px 4px 0 var(--navy);
}

.price-callout {
  margin-top: clamp(18px, 3vw, 34px);
  margin-bottom: clamp(26px, 4vw, 46px);
  padding: clamp(16px, 3vw, 28px);
  background: var(--pink);
  border: 4px solid var(--white);
  box-shadow: 8px 8px 0 var(--navy);
}

.price-callout .eyebrow {
  margin-bottom: 8px;
}

.price-callout p:not(.eyebrow) {
  max-width: 900px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 900;
  text-shadow: 4px 4px 0 var(--navy);
}

.info-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  padding-top: 0;
}

.info-strip > div {
  border-top: 4px solid var(--white);
  padding-top: clamp(26px, 4vw, 42px);
}

.info-strip h2 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 4px 4px 0 var(--navy);
}

.info-strip p:not(.eyebrow) {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 800;
}

.video-block,
.bottom-poster {
  width: min(520px, calc(100% - 36px));
  margin: 0 auto;
  padding-bottom: clamp(54px, 9vw, 120px);
}

.video-block video,
.bottom-poster img {
  width: 100%;
  display: block;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border: 4px solid var(--white);
  box-shadow: 8px 8px 0 var(--navy);
  background: var(--navy);
}

.bottom-poster {
  padding-top: clamp(54px, 8vw, 96px);
}

.bottom-poster img {
  height: auto;
}

.final {
  text-align: center;
  background: var(--sky-2);
  border-top: 4px solid var(--white);
}

.final .hero__actions {
  justify-content: center;
}

@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }

  .hero__content {
    box-shadow: 6px 6px 0 var(--navy);
  }

  .button {
    width: 100%;
  }

  .split,
  .info-strip {
    grid-template-columns: 1fr;
  }

  .split > div {
    min-height: 0;
  }

  .video-block,
  .bottom-poster {
    width: min(430px, calc(100% - 36px));
  }
}
