:root {
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #111;
  color: #f4f4f4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  min-height: 16.5rem;
  margin: 0;
  padding: 1.35rem 1.25rem 1.4rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #1a1a1a;
  color: #f5f5f7;
  transition: background 0.7s ease-in-out;
}
.hero-gif {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-gif .gif-blend {
  isolation: isolate;
  position: absolute;
  inset: 0;
}
.hero-gif .gif-wash {
  position: absolute;
  inset: 0;
  transition: background 0.7s ease-in-out;
}
.hero-gif .gif-half {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  -webkit-mask-image: linear-gradient(to top, #000 38%, transparent 100%);
  mask-image: linear-gradient(to top, #000 38%, transparent 100%);
}
.hero-gif .gif-media {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  mix-blend-mode: lighten;
}
.hero-gif .gif-media > video,
.hero-gif .gif-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  mix-blend-mode: normal;
}
.hero-gif .gif-color-wash {
  mix-blend-mode: color;
}
.hero-gif .gif-feather {
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.38) 0%, #000 62%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.38) 0%, #000 62%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: inherit;
}
.hero h1 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0 0 1.35rem;
  max-width: 100%;
}
.hero-lyric {
  margin: 0 0 1.6rem;
  max-width: 100%;
  min-width: 0;
  font-size: clamp(1.7rem, 6.2vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  max-width: 100%;
  padding: 0.55rem 0.95rem 0.55rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #f5f5f7;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
}
.hero-cta svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}
.hero-cta:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hero-cta:focus {
  outline: none;
}
.hero-cta:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}
@media (min-width: 768px) {
  .hero {
    min-height: 18.5rem;
    padding: 1.6rem 1.5rem 1.55rem;
  }
  .hero-gif .gif-half {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    height: 100%;
    width: 70%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 52%);
    mask-image: linear-gradient(to right, transparent 0%, #000 52%);
  }
  .hero-gif .gif-feather {
    -webkit-mask-image: linear-gradient(to right, #000 26%, rgba(0, 0, 0, 0.4) 100%);
    mask-image: linear-gradient(to right, #000 26%, rgba(0, 0, 0, 0.4) 100%);
  }
}
a {
  color: inherit;
}
.wrap {
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.75rem 1.25rem 4rem;
}
.wrap:not(.legal) {
  padding-top: 4.5rem;
}
.brand {
  display: inline-block;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.vibes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.9rem;
  margin: 1.25rem 0 0;
  font-size: 0.88rem;
  opacity: 0.55;
}
.vibes a {
  text-decoration: none;
}
.vibes a:hover,
.vibes a[aria-current='page'] {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
h1 {
  font-size: clamp(2.4rem, 8vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 1.75rem 0 0.75rem;
}
.lede {
  font-size: 1.05rem;
  opacity: 0.7;
  margin: 0 0 1.35rem;
  max-width: 28rem;
}
.cta {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: #f4f4f4;
  color: #111;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.cta:hover {
  filter: brightness(0.94);
}
.cta + .line {
  margin-top: 2.5rem;
}
h2 {
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  margin: 0;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.35rem;
}
.section h2 {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.48;
}
.see-all {
  font-size: 0.78rem;
  opacity: 0.4;
  text-decoration: none;
  white-space: nowrap;
}
.see-all:hover {
  opacity: 0.85;
}
.section {
  margin-top: 2.75rem;
}
.section + .section {
  margin-top: 3.5rem;
  padding-top: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.line {
  display: block;
  padding: 0.9rem 0 0;
  text-decoration: none;
}
.line + .line {
  margin-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lyric {
  display: block;
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}
.song {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  opacity: 0.4;
}
.line:hover .lyric {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.legal {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(0, 36rem);
  place-content: center;
  justify-items: center;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.legal h1 {
  grid-area: 1 / 1;
  width: 100%;
  box-sizing: border-box;
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  margin: 0 0 0.85rem;
}
.legal h2 {
  margin: 1.75rem 0 0.4rem;
}
.legal p {
  margin: 0 auto 0.85rem;
  opacity: 0.72;
  max-width: 36rem;
}
.legal p a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.page-close {
  position: relative;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 2px 8px -6px rgba(0, 0, 0, 0.2),
    0 0 0 0.5px rgba(255, 255, 255, 0.08);
}
.legal .page-close {
  grid-area: 1 / 1;
  justify-self: end;
  align-self: start;
  z-index: 1;
  transform: translateY(calc(-100% - 0.75rem));
}
.page-close--fixed {
  position: fixed;
  z-index: 30;
  top: max(0.85rem, env(safe-area-inset-top, 0px));
  right: max(
    1.25rem,
    env(safe-area-inset-right, 0px),
    calc(50% - 21rem + 1.25rem)
  );
}
@media (min-width: 50rem) {
  .wrap:not(.legal) {
    padding-top: 1.75rem;
  }
  .legal .page-close {
    transform: translateX(calc(100% + 0.75rem));
  }
  .page-close--fixed {
    top: max(1.75rem, env(safe-area-inset-top, 0px));
    right: max(
      0.75rem,
      env(safe-area-inset-right, 0px),
      calc(50% - 21rem - 3.5rem)
    );
  }
}
.page-close svg {
  width: 1.15rem;
  height: 1.15rem;
}
.page-close:hover {
  opacity: 0.9;
}
.page-close:focus {
  outline: none;
}
.page-close:focus-visible {
  box-shadow:
    0 2px 8px -6px rgba(0, 0, 0, 0.2),
    0 0 0 0.5px rgba(255, 255, 255, 0.08),
    0 0 0 3px rgba(255, 255, 255, 0.35);
}
