:root {
  --green: #243d2b;
  --deep-green: #12251a;
  --olive: #a9ad18;
  --cream: #fff2dc;
  --paper: #f5e5c9;
  --orange: #ed4b2f;
  --gold: #f4a83c;
  --ink: #171a13;
  --shadow: 0 26px 70px rgb(10 28 17 / 28%);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  overscroll-behavior: none;
  background: var(--deep-green);
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  color: var(--cream);
  background:
    radial-gradient(circle at 18% 0%, rgb(169 173 24 / 18%), transparent 32rem),
    linear-gradient(135deg, var(--green), var(--deep-green) 72%);
  font-family: "Bricolage Grotesque", "Trebuchet MS", sans-serif;
}

button,
a {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

#breadstick-storm {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.paper-noise {
  position: fixed;
  z-index: 1;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.site-header,
main,
footer {
  position: relative;
  z-index: 2;
}

.site-header {
  z-index: 13;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(1440px, calc(100% - 56px));
  margin: 0 auto;
  padding: 28px 0;
}

.wordmark {
  display: inline-flex;
  gap: 10px;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
  transform: rotate(-2deg);
}

.wordmark-kicker {
  margin-top: 5px;
  padding: 4px 7px;
  color: var(--deep-green);
  background: var(--olive);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.wordmark-main {
  font-family: "Fraunces", Georgia, serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 0.83;
  letter-spacing: -0.035em;
}

.music-player {
  position: fixed;
  z-index: 12;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  width: min(390px, calc(100vw - 48px));
  min-height: 58px;
  padding: 8px 13px 8px 9px;
  border: 1px solid rgb(255 242 220 / 35%);
  color: var(--cream);
  background: rgb(18 37 26 / 72%);
  box-shadow: 7px 7px 0 rgb(10 28 17 / 24%);
  backdrop-filter: blur(10px);
}

.music-player::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: 11px;
  top: -3px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgb(237 75 47 / 14%);
}

.music-toggle {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--deep-green);
  background: var(--olive);
  font-weight: 800;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px rgb(18 37 26 / 18%);
  transition: transform 180ms ease, background 180ms ease;
}

.music-toggle:hover {
  background: var(--gold);
  transform: rotate(-5deg) scale(1.05);
}

.music-player.needs-gesture .music-toggle {
  background: var(--gold);
  animation: sound-nudge 1.15s ease-in-out infinite;
}

.music-toggle-icon {
  display: block;
  margin-left: 2px;
  font-size: 12px;
}

.music-player[data-state="playing"] .music-toggle-icon {
  width: 10px;
  height: 13px;
  margin-left: 0;
  overflow: hidden;
  color: transparent;
  border-right: 4px solid var(--deep-green);
  border-left: 4px solid var(--deep-green);
}

.music-meta {
  min-width: 0;
}

.music-heading {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
  white-space: nowrap;
}

.music-heading strong {
  overflow: hidden;
  color: var(--cream);
  font-family: "Fraunces", Georgia, serif;
  font-size: 12px;
  text-overflow: ellipsis;
}

.music-heading > span:last-child,
.music-kicker {
  color: rgb(255 242 220 / 48%);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.music-kicker {
  color: var(--gold);
}

.music-progress-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  margin-top: 7px;
}

.music-progress-row input {
  width: 100%;
  height: 12px;
  margin: 0;
  border: 1px solid rgb(84 42 15 / 65%);
  border-radius: 999px;
  appearance: none;
  background:
    radial-gradient(circle at 10px 3px, rgb(255 244 207 / 78%) 0 1px, transparent 1.5px)
      0 0 / 28px 7px repeat-x,
    linear-gradient(
      90deg,
      rgb(35 58 39 / 58%) 0 var(--progress, 0%),
      transparent var(--progress, 0%) 100%
    ),
    linear-gradient(180deg, #f7c96d 0%, #dc8d32 55%, #9f5220 100%);
  box-shadow:
    inset 0 2px 2px rgb(255 240 187 / 44%),
    inset 0 -2px 2px rgb(73 31 9 / 34%),
    0 2px 0 rgb(7 22 14 / 30%);
  cursor: pointer;
}

.music-progress-row input::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 3px;
  appearance: none;
  background: #fff0ad;
  box-shadow:
    0 0 0 2px #7d491e,
    2px 2px 3px rgb(7 22 14 / 42%);
  transform: rotate(45deg);
}

.music-progress-row input::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 3px;
  background: #fff0ad;
  box-shadow:
    0 0 0 2px #7d491e,
    2px 2px 3px rgb(7 22 14 / 42%);
  transform: rotate(45deg);
}

#music-time {
  min-width: 28px;
  color: rgb(255 242 220 / 56%);
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.76fr);
  grid-template-areas:
    "ribbon ribbon"
    "copy photo"
    "clock photo"
    "actions note";
  gap: 24px 68px;
  width: min(1220px, calc(100% - 56px));
  min-height: calc(100vh - 164px);
  margin: 20px auto 80px;
  align-content: center;
}

.event-ribbon {
  grid-area: ribbon;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(690px, 100%);
  padding: 10px 16px;
  border: 1px solid rgb(255 242 220 / 38%);
  color: var(--paper);
  background: rgb(18 37 26 / 62%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  backdrop-filter: blur(12px);
}

.event-ribbon span + span::before {
  content: "✦";
  margin-right: clamp(10px, 2vw, 28px);
  color: var(--olive);
}

.hero-copy {
  grid-area: copy;
  align-self: end;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 11px;
  color: var(--deep-green);
  background: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  transform: rotate(-1deg);
}

h1 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  text-wrap: balance;
}

.title-small {
  display: block;
  color: var(--paper);
  font-size: clamp(50px, 7vw, 94px);
  font-style: italic;
  font-variation-settings: "SOFT" 90, "WONK" 1;
  text-transform: none;
  transform: translateX(4px);
}

.title-big {
  display: block;
  color: var(--orange);
  font-size: clamp(68px, 9.4vw, 132px);
  -webkit-text-stroke: 1px rgb(255 242 220 / 12%);
  text-shadow: 0 12px 0 rgb(10 28 17 / 22%);
}

.dek {
  max-width: 580px;
  margin: 22px 0 0;
  color: rgb(255 242 220 / 80%);
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.48;
}

.countdown-shell {
  grid-area: clock;
  position: relative;
  padding: 18px 20px 20px;
  border: 1px solid rgb(255 242 220 / 24%);
  background: rgb(11 30 20 / 82%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.countdown-shell::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgb(169 173 24 / 26%);
  pointer-events: none;
}

.countdown-label-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  color: rgb(255 242 220 / 58%);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.live-dot i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgb(237 75 47 / 16%);
  animation: pulse 1.4s ease-in-out infinite;
}

.countdown {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr auto) 1fr;
  align-items: start;
  gap: clamp(4px, 1.2vw, 14px);
}

.countdown > b {
  padding-top: 2px;
  color: var(--olive);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(32px, 4.6vw, 58px);
}

.time-unit {
  min-width: 0;
  text-align: center;
}

.time-unit strong {
  display: block;
  color: var(--cream);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(37px, 5.3vw, 68px);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.time-unit span {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.local-time-card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgb(255 242 220 / 14%);
}

.clock-mark {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 2px solid var(--olive);
  border-radius: 50%;
}

.clock-mark::before,
.clock-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  border-radius: 3px;
  background: var(--cream);
  transform-origin: 50% 100%;
}

.clock-mark::before {
  height: 9px;
  transform: translate(-50%, -100%) rotate(30deg);
}

.clock-mark::after {
  height: 11px;
  transform: translate(-50%, -100%) rotate(125deg);
}

.clock-mark span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--orange);
  transform: translate(-50%, -50%);
}

.local-time-card > div:last-child {
  display: grid;
  gap: 2px;
}

.local-time-label {
  color: rgb(255 242 220 / 45%);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

#localized-launch-time {
  color: var(--cream);
  font-size: 14px;
}

#timezone-name {
  color: rgb(255 242 220 / 55%);
  font-size: 10px;
}

.actions {
  grid-area: actions;
  display: flex;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-3px) rotate(-0.5deg);
}

.button-primary {
  min-width: 214px;
  color: var(--deep-green);
  background: var(--olive);
  box-shadow: 8px 8px 0 var(--deep-green);
}

.button-primary:hover {
  box-shadow: 11px 11px 0 var(--deep-green);
}

.button-copy {
  display: grid;
  gap: 2px;
  text-align: left;
}

.button-copy strong {
  font-size: 11px;
  letter-spacing: 0.09em;
}

.button-copy small {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  opacity: 0.58;
}

.button-ghost {
  color: var(--cream);
  border-color: rgb(255 242 220 / 36%);
  background: rgb(18 37 26 / 50%);
  backdrop-filter: blur(10px);
}

.official-link {
  min-width: 210px;
}

.photo-ticket {
  grid-area: photo;
  align-self: center;
  position: relative;
  width: min(460px, 100%);
  justify-self: end;
  padding: 14px 14px 76px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: rotate(3.5deg);
}

.photo-ticket::before,
.photo-ticket::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 27px;
  background: rgb(240 211 152 / 78%);
  box-shadow: 0 2px 8px rgb(58 43 13 / 13%);
}

.photo-ticket::before {
  left: -25px;
  top: 20px;
  transform: rotate(-38deg);
}

.photo-ticket::after {
  right: -27px;
  bottom: 22px;
  transform: rotate(-30deg);
}

.photo-ticket img {
  display: block;
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.ticket-caption {
  position: absolute;
  left: 26px;
  right: 20px;
  bottom: 19px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.ticket-caption span {
  color: #725e42;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ticket-caption strong {
  color: var(--orange);
  font-family: "Fraunces", Georgia, serif;
  font-size: 15px;
  text-align: right;
}

.survival-note {
  grid-area: note;
  align-self: start;
  display: flex;
  gap: 15px;
  width: min(420px, 100%);
  justify-self: end;
  padding: 15px 18px;
  color: var(--deep-green);
  background: var(--gold);
  box-shadow: 7px 7px 0 var(--orange);
  transform: rotate(-1.5deg);
}

.note-number {
  color: rgb(18 37 26 / 45%);
  font-family: "Fraunces", Georgia, serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.survival-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.survival-note strong {
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0.1em;
}

.survival-note a {
  color: inherit;
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.launch-panel {
  display: none;
}

.launch-flash {
  position: fixed;
  z-index: 9;
  inset: 0;
  pointer-events: none;
  background: var(--cream);
  opacity: 0;
}

body.is-live {
  background:
    linear-gradient(118deg, transparent 0 57%, rgb(169 173 24 / 13%) 57% 58%, transparent 58%),
    radial-gradient(ellipse at 78% 16%, rgb(237 75 47 / 26%), transparent 30rem),
    repeating-linear-gradient(
      135deg,
      rgb(255 242 220 / 2.5%) 0 11px,
      transparent 11px 30px
    ),
    #183b27;
}

body.is-live .launch-flash {
  animation: launch-flash 900ms ease-out;
}

body.is-live .hero {
  display: block;
  min-height: calc(100vh - 130px);
  margin-bottom: 25px;
}

body.is-live .event-ribbon,
body.is-live .hero-copy,
body.is-live .countdown-shell,
body.is-live .actions,
body.is-live .photo-ticket,
body.is-live .survival-note {
  display: none;
}

body.is-live .launch-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(360px, 1.15fr);
  align-items: center;
  width: min(1100px, 100%);
  min-height: calc(100vh - 160px);
  margin: auto;
  padding: 30px;
  isolation: isolate;
}

body.is-live .launch-panel::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 72%;
  top: 50%;
  width: min(58vw, 700px);
  height: 78%;
  border: 3px solid var(--cream);
  border-radius: 8px;
  background-color: var(--orange);
  background-image:
    url("assets/olive-branch-logo.png"),
    radial-gradient(circle at 78% 18%, rgb(255 242 220 / 22%), transparent 13rem),
    linear-gradient(145deg, #f15a3c, #d93928 76%);
  background-repeat: no-repeat;
  background-position: center, center, center;
  background-size: 74% auto, auto, auto;
  box-shadow:
    14px 14px 0 var(--olive),
    20px 20px 0 var(--deep-green),
    0 38px 70px rgb(6 23 14 / 38%);
  opacity: 0.98;
  transform: translate(-50%, -50%) rotate(2deg);
}

body.is-live .launch-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 38%;
  top: 58%;
  width: 67%;
  height: 102px;
  border: 2px solid var(--deep-green);
  background: var(--gold);
  box-shadow:
    9px 9px 0 var(--deep-green),
    0 13px 28px rgb(7 23 14 / 30%);
  clip-path: polygon(3% 4%, 100% 0, 96% 96%, 0 100%);
  opacity: 0.94;
  transform: rotate(-8deg);
}

.burst-copy {
  position: relative;
  z-index: 2;
}

.burst-copy p {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 9px;
  color: var(--deep-green);
  background: var(--cream);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  transform: rotate(-2deg);
}

.burst-copy h2 {
  margin: 0;
  color: var(--cream);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(82px, 10vw, 142px);
  font-weight: 900;
  line-height: 0.68;
  letter-spacing: -0.08em;
  text-shadow:
    9px 9px 0 var(--orange),
    14px 14px 0 var(--deep-green);
  transform: rotate(-3deg);
}

.burst-copy > span {
  display: block;
  width: 320px;
  max-width: 100%;
  margin-top: 25px;
  padding: 12px 15px;
  color: var(--deep-green);
  background: var(--gold);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
  box-shadow: 6px 6px 0 var(--deep-green);
}

.pass-art {
  width: min(650px, 100%);
  filter: drop-shadow(0 35px 45px rgb(40 17 7 / 42%));
  transform: rotate(4deg) scale(0.6);
  animation: pass-pop 900ms 220ms cubic-bezier(0.17, 0.89, 0.25, 1.4) forwards;
}

.buy-button {
  position: absolute;
  z-index: 5;
  right: 7%;
  bottom: 9%;
  min-width: 265px;
  min-height: 68px;
  color: var(--deep-green);
  background: var(--olive);
  border: 3px solid var(--deep-green);
  box-shadow: 10px 10px 0 var(--deep-green);
  font-size: 14px;
  animation: buy-bob 1s ease-in-out infinite alternate;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: min(1220px, calc(100% - 56px));
  margin: 0 auto;
  padding: 22px 0 110px;
  border-top: 1px solid rgb(255 242 220 / 16%);
  color: rgb(255 242 220 / 50%);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

footer span:last-child {
  max-width: 520px;
  text-align: right;
}

.toast {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 104px;
  padding: 11px 16px;
  color: var(--deep-green);
  background: var(--cream);
  box-shadow: 7px 7px 0 var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: 220ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes pulse {
  50% {
    opacity: 0.45;
    transform: scale(0.78);
  }
}

@keyframes sound-nudge {
  50% {
    box-shadow:
      inset 0 0 0 2px rgb(18 37 26 / 18%),
      0 0 0 7px rgb(244 168 60 / 18%);
    transform: scale(1.08);
  }
}

@keyframes launch-flash {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes pass-pop {
  to { transform: rotate(4deg) scale(1); }
}

@keyframes buy-bob {
  to { transform: translateY(-7px) rotate(-1deg); }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr 0.62fr;
    grid-template-areas:
      "ribbon ribbon"
      "copy photo"
      "clock clock"
      "actions note";
    gap: 22px 32px;
  }

  .photo-ticket {
    width: 100%;
    padding-bottom: 62px;
  }

  .photo-ticket img {
    aspect-ratio: 0.95;
  }

  .ticket-caption {
    display: block;
  }

  .ticket-caption strong {
    display: block;
    text-align: left;
  }

  .survival-note {
    align-self: center;
  }

  body.is-live .launch-panel {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  footer {
    width: min(100% - 30px, 620px);
  }

  .site-header {
    display: flex;
    gap: 0;
    padding-top: 18px;
  }

  .music-player {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    min-height: 55px;
  }

  .music-player::before {
    top: -3px;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "ribbon"
      "copy"
      "clock"
      "actions"
      "photo"
      "note";
    min-height: auto;
    margin-top: 8px;
  }

  .event-ribbon {
    gap: 9px;
    padding: 9px 10px;
    font-size: 8px;
    letter-spacing: 0.07em;
  }

  .event-ribbon span + span::before {
    margin-right: 6px;
  }

  .title-small {
    font-size: clamp(52px, 17vw, 82px);
  }

  .title-big {
    font-size: clamp(64px, 19.5vw, 95px);
  }

  .dek {
    font-size: 15px;
  }

  .countdown-shell {
    padding: 16px 13px 17px;
  }

  .countdown-label-row {
    font-size: 7px;
  }

  .countdown {
    gap: 3px;
  }

  .countdown > b {
    font-size: 25px;
  }

  .time-unit strong {
    font-size: clamp(31px, 11.6vw, 48px);
  }

  .time-unit span {
    font-size: 6px;
  }

  .actions {
    display: grid;
    gap: 12px;
  }

  .button-primary,
  .official-link {
    width: 100%;
    min-width: 0;
  }

  .photo-ticket {
    justify-self: center;
    width: 92%;
    margin: 30px 0 20px;
  }

  .photo-ticket img {
    aspect-ratio: 1.15;
  }

  .survival-note {
    justify-self: center;
  }

  footer {
    display: grid;
  }

  footer span:last-child {
    text-align: left;
  }

  body.is-live .launch-panel {
    grid-template-columns: 1fr;
    align-content: center;
    min-height: calc(100vh - 120px);
    padding: 20px 0 100px;
  }

  body.is-live .launch-panel::before {
    left: 50%;
    top: 68%;
    width: 92vw;
    height: 49%;
    border-width: 3px;
    background-size: 68% auto, auto, auto;
    transform: translate(-50%, -50%) rotate(2deg);
  }

  body.is-live .launch-panel::after {
    left: 2%;
    top: 69%;
    width: 96%;
    height: 82px;
    transform: rotate(-8deg);
  }

  .burst-copy {
    z-index: 3;
  }

  .burst-copy h2 {
    font-size: clamp(78px, 25vw, 118px);
  }

  .burst-copy > span {
    width: 270px;
    font-size: 13px;
  }

  .pass-art {
    width: 92%;
    margin: -40px 0 0 auto;
  }

  .buy-button {
    right: 5%;
    bottom: 112px;
    min-width: 240px;
  }

  .toast {
    bottom: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
