*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --cream: #FFE9C2;
  --navy: #2A1638;
  --orange-dark: #EE604F;
  --orange-light: #F18A42;
  --pink-dark: #BA2470;
  --pink-light: #E84A6A;
  --plum: #67124E;
  --yellow: #F5C13C;
}

html, body {
  height: 100dvh;
  overflow: hidden;
}

body {
  background: var(--bg-image) center/cover no-repeat fixed;
  color: var(--cream);
  font-family: system-ui, sans-serif;
  overflow: hidden;
  position: relative;
}
@media (orientation: portrait) {
  body {
    background-position: var(--bg-position-portrait);
  }
}
body::before {
  background: radial-gradient(ellipse at center, transparent 35%, rgba(20, 0, 43, 0.55) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

header {
  background: var(--cream);
  left: 0;
  overflow: hidden;
  padding: 1rem 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

main {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  max-width: 92vw;
  padding: 0 0.5rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
}

h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.1rem, 15.5vw, 7.44rem);
  font-weight: 900;
  letter-spacing: -0.005em;
  line-height: 0.95;
  position: relative;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
}
h2 .shadow {
  display: block;
  white-space: normal;
  width: 100%;
}
h2 .shadow-cream {
  color: var(--cream);
  position: relative;
  z-index: 4;
}
h2 .shadow-navy, h2 .shadow-pink, h2 .shadow-yellow {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
h2 .shadow-navy {
  color: var(--navy);
  transform: translate(0.1em, 0.1em);
  z-index: 3;
  text-shadow: -0.005em -0.005em 0 var(--navy), -0.01em -0.01em 0 var(--navy), -0.015em -0.015em 0 var(--navy), -0.02em -0.02em 0 var(--navy), -0.025em -0.025em 0 var(--navy), -0.03em -0.03em 0 var(--navy), -0.035em -0.035em 0 var(--navy), -0.04em -0.04em 0 var(--navy), -0.045em -0.045em 0 var(--navy), -0.05em -0.05em 0 var(--navy), -0.055em -0.055em 0 var(--navy), -0.06em -0.06em 0 var(--navy), -0.065em -0.065em 0 var(--navy), -0.07em -0.07em 0 var(--navy), -0.075em -0.075em 0 var(--navy), -0.08em -0.08em 0 var(--navy), -0.085em -0.085em 0 var(--navy), -0.09em -0.09em 0 var(--navy), -0.095em -0.095em 0 var(--navy);
}
h2 .shadow-pink {
  color: var(--pink-light);
  transform: translate(0.2em, 0.2em);
  z-index: 2;
  text-shadow: -0.005em -0.005em 0 var(--pink-light), -0.01em -0.01em 0 var(--pink-light), -0.015em -0.015em 0 var(--pink-light), -0.02em -0.02em 0 var(--pink-light), -0.025em -0.025em 0 var(--pink-light), -0.03em -0.03em 0 var(--pink-light), -0.035em -0.035em 0 var(--pink-light), -0.04em -0.04em 0 var(--pink-light), -0.045em -0.045em 0 var(--pink-light), -0.05em -0.05em 0 var(--pink-light), -0.055em -0.055em 0 var(--pink-light), -0.06em -0.06em 0 var(--pink-light), -0.065em -0.065em 0 var(--pink-light), -0.07em -0.07em 0 var(--pink-light), -0.075em -0.075em 0 var(--pink-light), -0.08em -0.08em 0 var(--pink-light), -0.085em -0.085em 0 var(--pink-light), -0.09em -0.09em 0 var(--pink-light), -0.095em -0.095em 0 var(--pink-light);
}
h2 .shadow-yellow {
  color: var(--yellow);
  transform: translate(0.3em, 0.3em);
  z-index: 1;
  text-shadow: -0.005em -0.005em 0 var(--yellow), -0.01em -0.01em 0 var(--yellow), -0.015em -0.015em 0 var(--yellow), -0.02em -0.02em 0 var(--yellow), -0.025em -0.025em 0 var(--yellow), -0.03em -0.03em 0 var(--yellow), -0.035em -0.035em 0 var(--yellow), -0.04em -0.04em 0 var(--yellow), -0.045em -0.045em 0 var(--yellow), -0.05em -0.05em 0 var(--yellow), -0.055em -0.055em 0 var(--yellow), -0.06em -0.06em 0 var(--yellow), -0.065em -0.065em 0 var(--yellow), -0.07em -0.07em 0 var(--yellow), -0.075em -0.075em 0 var(--yellow), -0.08em -0.08em 0 var(--yellow), -0.085em -0.085em 0 var(--yellow), -0.09em -0.09em 0 var(--yellow), -0.095em -0.095em 0 var(--yellow);
}

h3 {
  color: var(--navy);
  font-family: "Press Start 2P", monospace;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.55;
  text-transform: uppercase;
  white-space: nowrap;
}

.button {
  background: var(--plum);
  border: none;
  border-radius: 9999px;
  box-shadow: inset 0 1px 0 rgba(255, 233, 194, 0.6), 4px 6px 0 var(--navy);
  color: var(--cream);
  display: inline-block;
  font-family: "Press Start 2P", monospace;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 1.25rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.08s ease-out, box-shadow 0.08s ease-out;
  white-space: nowrap;
}
.button:hover {
  box-shadow: inset 0 1px 0 rgba(255, 233, 194, 0.6), 5px 7px 0 var(--navy);
}
.button:active {
  box-shadow: inset 0 1px 0 rgba(255, 233, 194, 0.6), 1px 1px 0 var(--navy);
}

footer {
  bottom: 0;
  height: 354.5219047619px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 4;
}
footer > .button {
  bottom: 12px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}
footer > .button:hover {
  transform: translateX(-50%) translate(-1px, -1px);
}
footer > .button:active {
  transform: translateX(-50%) translate(4px, 6px);
}
footer:has(.button:hover) .leigh-portrait, footer:has(.button:focus) .leigh-portrait, footer:has(.button:active) .leigh-portrait {
  filter: drop-shadow(0 0 5px rgba(255, 182, 40, 0.8)) drop-shadow(0 0 18px rgba(255, 182, 40, 0.45));
}
footer:has(.button:hover) .icons .icon, footer:has(.button:focus) .icons .icon, footer:has(.button:active) .icons .icon {
  opacity: var(--target-opacity, 1);
}

.stripes {
  background: linear-gradient(169deg, transparent 0% 55%, var(--pink-dark) 55% 64%, var(--pink-light) 64% 73%, var(--orange-dark) 73% 82%, var(--orange-light) 82% 91%, var(--yellow) 91% 100%);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .stripes {
    background: linear-gradient(149deg, transparent 0% 55%, var(--pink-dark) 55% 64%, var(--pink-light) 64% 73%, var(--orange-dark) 73% 82%, var(--orange-light) 82% 91%, var(--yellow) 91% 100%);
    left: auto;
    right: 0;
    width: 480px;
  }
}

.leigh {
  bottom: 0;
  left: 50%;
  padding-top: 116.8px;
  position: absolute;
  transform: translateX(-50%) scale(0.7238095238);
  transform-origin: bottom center;
  width: 420px;
}
@media (min-width: 768px) {
  .leigh {
    left: auto;
    right: 32px;
    transform: scale(0.7238095238);
    transform-origin: bottom right;
  }
}

.leigh-portrait {
  display: block;
  filter: drop-shadow(0 -2px 6px rgba(0, 0, 0, 0.25));
  height: auto;
  position: relative;
  transition: filter 0.2s ease-out;
  width: 100%;
  z-index: 2;
}

.icons {
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.icons .icon {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s ease-out;
  z-index: 1;
}
.icons .icon svg {
  display: block;
  height: 100%;
  width: 100%;
}
.icons .note {
  font-family: system-ui, sans-serif;
  line-height: 1;
}

/*# sourceMappingURL=styles.css.map */