:root {
  --pink: #f73578;
  --pink-2: #ff75a9;
  --soft: #ffd6e4;
  --soft-2: #ffe9f1;
  --ink: #08070a;
  --wine: #1a0710;
  --white: #fff8fb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  background: #f8c9da;
  color: var(--ink);
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("./assets/giphy.gif");
  background-repeat: repeat;
  background-size: 250px auto;
  opacity: 0.24;
  mix-blend-mode: screen;
}

a {
  color: inherit;
  text-decoration: none;
}

.site {
  position: relative;
  z-index: 1;
  width: min(100%, 942px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--soft);
  box-shadow: 0 0 80px rgba(109, 18, 55, 0.22);
}

.nav {
  position: absolute;
  z-index: 10;
  width: min(100%, 942px);
  height: 62px;
  display: grid;
  grid-template-columns: 170px 1fr 210px;
  align-items: center;
  padding: 0 33px 0 42px;
  background: rgba(255, 226, 237, 0.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.brand {
  color: var(--pink);
  font-size: 24px;
  letter-spacing: -1px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 45px;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
}

.nav-links .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 3px;
  background: var(--pink);
  border-radius: 10px;
}

.follow,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  background: var(--pink);
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.follow {
  justify-self: end;
  width: 163px;
  height: 36px;
  font-size: 11px;
}

.tiktok-mark {
  --tiktok-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M9 0h2c.14.72.54 1.62 1.23 2.51C12.9 3.39 13.8 4 15 4v2c-1.75 0-3.07-.81-4-1.83V11a5 5 0 1 1-5-5v2a3 3 0 1 0 3 3V0Z'/%3E%3C/svg%3E");
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: white;
  -webkit-mask: var(--tiktok-icon) center / contain no-repeat;
  mask: var(--tiktok-icon) center / contain no-repeat;
  filter: drop-shadow(-1.7px 1px 0 #25f4ee) drop-shadow(1.7px -1px 0 #fe2c55);
  transform: translateY(1px);
}

.tiktok-mark::before,
.tiktok-mark::after {
  content: none;
}

.panel-pink {
  position: relative;
  background:
    radial-gradient(circle at 76% 6%, rgba(255, 255, 255, 0.92) 0 3px, transparent 4px),
    radial-gradient(circle at 4% 86%, rgba(255, 255, 255, 0.92) 0 2px, transparent 4px),
    radial-gradient(circle at 54% 28%, rgba(255, 255, 255, 0.56), transparent 118px),
    radial-gradient(circle at 78% 42%, rgba(255, 101, 165, 0.22), transparent 210px),
    linear-gradient(104deg, #fff5f9 0%, #ffd9e7 35%, #ffc1d9 64%, #ffeaf2 100%);
}

.hero {
  min-height: 704px;
  padding-top: 62px;
  border-bottom: 5px solid var(--pink);
  background:
    linear-gradient(rgba(255, 217, 232, 0.12), rgba(255, 191, 216, 0.12)),
    url("./assets/hero-bg-pink-sparkles.png") center top / cover no-repeat;
}

.hero::before,
.stories::before,
.connect::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 3% 84%, rgba(255, 255, 255, 0.95) 0 1px, transparent 2px),
    radial-gradient(circle at 6% 88%, rgba(255, 255, 255, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 8%, rgba(255, 255, 255, 0.55) 0 1px, transparent 2px);
  opacity: 0.8;
}

.sparkles {
  position: absolute;
  inset: 62px 0 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.88;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.85) 49% 51%, transparent 52%) 24px 520px / 72px 72px no-repeat,
    linear-gradient(0deg, transparent 0 48%, rgba(255, 255, 255, 0.85) 49% 51%, transparent 52%) 24px 520px / 72px 72px no-repeat,
    linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.65) 49% 51%, transparent 52%) 690px 6px / 42px 42px no-repeat,
    linear-gradient(0deg, transparent 0 48%, rgba(255, 255, 255, 0.65) 49% 51%, transparent 52%) 690px 6px / 42px 42px no-repeat,
    radial-gradient(circle at 47px 420px, rgba(255, 255, 255, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle at 72px 436px, rgba(255, 255, 255, 0.72) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 292px 64px, rgba(255, 255, 255, 0.78) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 804px 110px, rgba(255, 255, 255, 0.75) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 815px 500px, rgba(255, 255, 255, 0.5) 0 1px, transparent 2px);
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding: 73px 0 0 74px;
  width: 438px;
}

.hero-copy h1 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 160px;
  line-height: 0.82;
  letter-spacing: -4px;
}

.script {
  font-family: "Bradley Hand", "Marker Felt", "Comic Sans MS", cursive;
  font-weight: 900;
  letter-spacing: -2px;
  transform: skew(-7deg);
}

.hero-copy .huge {
  margin: 8px 0 -3px;
  color: var(--pink);
  font-size: 61px;
  line-height: 0.9;
  text-transform: uppercase;
}

.black-title {
  margin: 0 0 0 4px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 59px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.title-swipe {
  position: absolute;
  left: 68px;
  top: 299px;
  width: 310px;
  height: 56px;
  object-fit: fill;
}

.intro {
  margin: 41px 0 0 0;
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.55;
}

.hero-buttons {
  position: relative;
  z-index: 20;
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.cta {
  width: 170px;
  height: 51px;
  border-radius: 26px;
  font-size: 15px;
}

.buy-token {
  width: 148px;
  background: #09090c;
}

.launch-text {
  position: relative;
  z-index: 5;
  margin: 13px 0 9px;
  width: 330px;
  color: var(--pink);
  font-family: "Bradley Hand", "Marker Felt", "Comic Sans MS", cursive;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 0 white;
  transform: rotate(-1.5deg);
}

.hero-actions {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
}

.ca-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: 283px;
  min-height: 38px;
  padding: 5px 5px 5px 11px;
  border: 2px solid rgba(247, 53, 120, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 18px rgba(158, 28, 83, 0.13);
}

.ca-label {
  margin-right: 7px;
  color: var(--pink);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.ca-copy code {
  overflow: hidden;
  color: #1a1015;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ca-copy button {
  height: 27px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: var(--pink);
  color: white;
  font-family: inherit;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-socials a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 5px 12px rgba(158, 28, 83, 0.12);
}

.hero-socials .icon {
  margin-bottom: 0;
}

.hero-socials .pump {
  width: 25px;
  height: 15px;
  border-width: 3px;
  transform: rotate(-47deg);
}

.hero-socials .dex {
  width: 25px;
  height: 25px;
}

.hero-socials .dex::before {
  inset: 1px 2px 0;
}

.hero-socials .owl-eye {
  top: 9px;
  width: 7px;
  height: 8px;
}

.hero-socials .owl-eye::after {
  left: 2px;
  top: 2px;
  width: 3px;
  height: 4px;
}

.hero-socials .owl-eye.left {
  left: 5px;
}

.hero-socials .owl-eye.right {
  right: 5px;
}

.hero-socials .owl-beak {
  left: 10px;
  top: 16px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 5px;
}

.hero-socials .xicon {
  height: auto;
  font-size: 22px;
  line-height: 1;
}

.hero-lupa {
  position: absolute;
  z-index: 3;
  right: 111px;
  bottom: -9px;
  width: 420px;
  height: 630px;
  object-fit: contain;
  object-position: 50% 100%;
  filter: drop-shadow(0 18px 22px rgba(126, 23, 65, 0.28));
}

.kiss {
  position: absolute;
  z-index: 4;
  width: 92px;
  opacity: 0.78;
  pointer-events: none;
}

.kiss-top {
  left: 298px;
  top: 104px;
  transform: rotate(14deg);
}

.kiss-bottom {
  left: 252px;
  top: 471px;
  width: 126px;
  transform: rotate(10deg);
}

.polaroids {
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 69px;
  width: 235px;
  height: 594px;
}

.polaroid {
  position: absolute;
  width: 212px;
  height: 174px;
  object-fit: cover;
  border: 10px solid rgba(255, 239, 246, 0.9);
  box-shadow: 0 13px 28px rgba(107, 32, 61, 0.32);
}

.p1 {
  right: 1px;
  top: 4px;
  transform: rotate(5deg);
}

.p2 {
  right: 11px;
  top: 221px;
  transform: rotate(8deg);
}

.p3 {
  right: 19px;
  top: 447px;
  transform: rotate(-2deg);
}

.dark-panel {
  position: relative;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 70, 148, 0.35), transparent 2px),
    radial-gradient(circle at 84% 10%, rgba(255, 87, 160, 0.28), transparent 3px),
    radial-gradient(circle at 64% 78%, rgba(255, 91, 167, 0.22), transparent 4px),
    linear-gradient(160deg, #070407, #14040d 46%, #0b0508);
  color: white;
}

.dark-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 100, 176, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.6) 0 1px, transparent 1.5px);
  background-size: 79px 89px, 139px 151px;
  opacity: 0.5;
}

.lore {
  min-height: 566px;
  padding: 0;
  display: block;
  border-bottom: 5px solid var(--pink);
  margin-top: 0;
  overflow: visible;
}

.lore .stars {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("./assets/giphy2.gif");
  background-repeat: repeat;
  background-size: 230px auto;
  opacity: 0.16;
  mix-blend-mode: screen;
}

.lore::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -34px;
  z-index: 1;
  height: 58px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 70, 148, 0.35), transparent 2px),
    radial-gradient(circle at 84% 10%, rgba(255, 87, 160, 0.28), transparent 3px),
    linear-gradient(160deg, #070407, #14040d 46%, #0b0508);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 942 58' preserveAspectRatio='none'%3E%3Cpath d='M0 58V22C162 2 319 0 471 0s309 2 471 22v36H0Z' fill='black'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 942 58' preserveAspectRatio='none'%3E%3Cpath d='M0 58V22C162 2 319 0 471 0s309 2 471 22v36H0Z' fill='black'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
}

.lore::before {
  z-index: 0;
}

.section-title,
.stories h2,
.connect-title .script,
.music-copy .script {
  position: relative;
  z-index: 1;
  margin: 0;
  color: white;
  font-size: 43px;
  line-height: 1;
}

.section-underline {
  width: 136px;
  margin-top: -4px;
}

.lore-heart {
  position: absolute;
  left: 249px;
  top: 112px;
  width: 55px;
}

.lore-copy {
  position: absolute;
  left: 73px;
  top: 104px;
  z-index: 2;
  width: 220px;
}

.lore-copy p {
  margin: 43px 0 29px;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.36;
}

.lore-copy span {
  color: white;
  border-bottom: 3px solid var(--pink);
}

.pill.small {
  width: 204px;
  height: 45px;
  border-radius: 16px;
  font-size: 12px;
}

.video-card {
  position: absolute;
  left: 488px;
  top: 55px;
  z-index: 2;
  width: 260px;
  max-width: 100%;
  height: 462px;
  border: 4px solid rgba(255, 225, 239, 0.95);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(247, 53, 120, 0.4);
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) brightness(0.88);
  display: block;
}

.video-title {
  position: absolute;
  left: 22px;
  top: 116px;
  pointer-events: none;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.45);
}

.video-title span {
  display: block;
  font-family: "Bradley Hand", "Marker Felt", cursive;
  font-size: 22px;
  transform: skew(-7deg);
}

.video-title strong {
  display: block;
  color: var(--pink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 59px;
  line-height: 0.8;
  letter-spacing: -2px;
}

.crown {
  position: absolute;
  right: 74px;
  top: 41px;
  z-index: 2;
  width: 84px;
  transform: rotate(9deg);
}

.stories {
  padding: 57px 24px 61px;
  border-bottom: 4px solid var(--pink);
}

.stories-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 145px 199px;
  align-items: center;
  gap: 25px;
  padding: 0 31px 32px 35px;
}

.stories h2 {
  color: var(--ink);
  font-size: 50px;
}

.stories-line {
  width: 286px;
  margin-top: -7px;
}

.stories-heart {
  position: absolute;
  left: 365px;
  top: 1px;
  width: 62px;
}

.stories-head p {
  font-family: Arial, sans-serif;
  font-weight: 900;
  line-height: 1.25;
  font-size: 14px;
}

.tiktok {
  width: 196px;
  height: 43px;
  border-radius: 10px;
  font-size: 12px;
}

.cards {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 0;
}

.cards-viewport {
  overflow: hidden;
  width: 100%;
}

.cards-track {
  display: flex;
  gap: 13px;
  transition: transform 320ms ease;
  will-change: transform;
}

.story {
  position: relative;
  flex: 0 0 calc((100% - 52px) / 5);
  height: 348px;
  overflow: hidden;
  border-radius: 9px;
  box-shadow: 0 14px 20px rgba(121, 30, 67, 0.12);
  background: #1b1018;
  cursor: pointer;
}

.story::before {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding-left: 4px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  color: white;
  font-size: 22px;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.story.is-playing::before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.story video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story span {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 14px;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.story::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}

.carousel-arrow {
  position: absolute;
  top: 146px;
  z-index: 3;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: white;
  color: #171717;
  font-size: 40px;
  line-height: 36px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.carousel-arrow:disabled {
  opacity: 0.48;
  cursor: default;
}

.prev {
  left: -10px;
}

.next {
  right: -10px;
}

.connect {
  min-height: 278px;
  padding: 45px 55px 41px;
  display: grid;
  grid-template-columns: 240px repeat(3, 1fr);
  gap: 0;
  align-items: center;
}

.connect-title {
  position: relative;
  z-index: 1;
}

.connect-title .script {
  color: var(--ink);
  font-size: 38px;
  line-height: 1.22;
}

.connect-title img:first-of-type {
  width: 170px;
  margin-top: -7px;
}

.sparkle-doodle {
  position: absolute;
  left: 125px;
  top: 70px;
  width: 62px;
}

.link-card {
  position: relative;
  z-index: 1;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(205, 75, 126, 0.28);
  text-align: center;
}

.icon {
  height: 64px;
  margin-bottom: 11px;
}

.pump {
  width: 62px;
  height: 38px;
  border: 5px solid #123d34;
  border-radius: 999px;
  background: linear-gradient(135deg, #58d9a5 0 49%, #f8fff9 50% 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32);
  transform: rotate(-47deg);
}

.dex {
  position: relative;
  width: 64px;
  height: 64px;
  background: transparent;
}

.dex::before {
  content: "";
  position: absolute;
  inset: 3px 5px 1px;
  background: #09090c;
  clip-path: polygon(7% 0, 29% 16%, 50% 7%, 71% 16%, 93% 0, 82% 31%, 97% 50%, 80% 89%, 50% 100%, 20% 89%, 3% 50%, 18% 31%);
}

.owl-eye {
  position: absolute;
  z-index: 1;
  top: 23px;
  width: 18px;
  height: 21px;
  border-radius: 50%;
  background: white;
}

.owl-eye::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 8px;
  border-radius: 50%;
  background: #09090c;
}

.owl-eye.left {
  left: 13px;
}

.owl-eye.right {
  right: 13px;
}

.owl-beak {
  position: absolute;
  z-index: 1;
  left: 27px;
  top: 42px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid white;
}

.xicon {
  font-size: 66px;
  line-height: 61px;
  color: #09090c;
}

.link-card h3 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.link-card p {
  margin: 9px 0 13px;
  font-family: Arial, sans-serif;
  color: #625865;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.mini {
  width: 105px;
  height: 31px;
  border-radius: 15px;
  font-size: 11px;
}

.music {
  min-height: 417px;
  padding: 70px 72px 40px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 38px;
  border-top: 6px solid rgba(255, 174, 207, 0.72);
}

.music::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 35%, rgba(255, 67, 145, 0.21), transparent 330px);
  pointer-events: none;
}

.music-copy,
.spotify-card {
  position: relative;
  z-index: 2;
}

.music-copy .script {
  color: white;
  font-size: 43px;
}

.music-copy h2 {
  margin: 5px 0 0;
  color: #ff75a8;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 91px;
  line-height: 0.9;
  letter-spacing: -2px;
  text-shadow: 0 0 1px #fff, 0 0 15px rgba(255, 73, 150, 0.35);
}

.music-line {
  width: 242px;
  margin: -4px 0 7px;
}

.music-heart {
  position: absolute;
  left: 197px;
  top: -6px;
  width: 48px;
}

.music-copy p {
  margin: 5px 0 19px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.release-tease {
  color: #ffe9f3;
  font-size: 19px;
  letter-spacing: 0.02em;
  text-shadow: 0 0 10px rgba(255, 70, 150, 0.95), 0 0 24px rgba(255, 70, 150, 0.72);
  animation: releaseGlow 1.7s ease-in-out infinite alternate;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  width: 270px;
  margin-top: 18px;
}

.countdown span {
  min-height: 58px;
  padding: 8px 5px 7px;
  border: 1px solid rgba(255, 111, 173, 0.62);
  border-radius: 12px;
  background: rgba(255, 48, 133, 0.13);
  color: rgba(255, 255, 255, 0.82);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 62, 145, 0.18);
}

.countdown strong {
  display: block;
  color: #ff72aa;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 25px;
  line-height: 1;
  text-shadow: 0 0 11px rgba(255, 82, 160, 0.92);
}

@keyframes releaseGlow {
  from {
    filter: brightness(1);
  }

  to {
    filter: brightness(1.2);
  }
}

.spotify-card {
  align-self: center;
  width: 430px;
  min-height: 278px;
  padding: 27px 30px 26px;
  border: 3px solid #ff70ad;
  border-radius: 16px;
  background: rgba(31, 10, 19, 0.94);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.cover {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 6px;
  float: left;
  margin-right: 20px;
}

.spotify-meta h3 {
  margin: 11px 0 7px;
  font-size: 22px;
}

.spotify-meta p,
.spotify-meta span {
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.spotify-meta p {
  font-size: 15px;
}

.spotify-meta span {
  display: block;
  margin-top: 13px;
  font-size: 12px;
}

.spotify-logo {
  position: absolute;
  right: 31px;
  top: 27px;
  font-size: 36px;
}

.spotify-play {
  position: absolute;
  right: 30px;
  top: 111px;
  width: 53px;
  height: 53px;
  border: 0;
  border-radius: 50%;
  background: white;
  font-size: 22px;
}

.spotify-card ol {
  clear: both;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  list-style: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.spotify-card li {
  display: grid;
  grid-template-columns: 28px 1fr 48px;
  padding-top: 19px;
}

.spotify-card em {
  color: rgba(255, 255, 255, 0.62);
  font-style: normal;
}

.vinyl {
  position: absolute;
  z-index: 1;
  right: -112px;
  top: 122px;
  width: 278px;
}

.footer {
  height: 57px;
  display: grid;
  grid-template-columns: 103px 80px 1fr;
  align-items: center;
  gap: 9px;
  padding: 0 24px;
  background: #ffd7e5;
}

.footer-brand {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 35px;
}

.footer img {
  width: 55px;
  opacity: 0.55;
}

.footer p {
  margin: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.48);
  font-size: 11px;
  letter-spacing: 2px;
}

@media (max-width: 760px) {
  .nav {
    grid-template-columns: 90px 1fr;
    height: auto;
    padding: 16px 20px;
  }

  .nav-links {
    display: none;
  }

  .follow {
    width: 145px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-copy {
    padding-left: 25px;
    width: 310px;
  }

  .hero-copy h1 {
    font-size: 96px;
  }

  .hero-copy .huge,
  .black-title {
    font-size: 38px;
  }

  .title-swipe {
    left: 23px;
    top: 214px;
    width: 235px;
  }

  .hero-lupa {
    right: -26px;
    width: 340px;
    height: 515px;
  }

  .launch-text,
  .hero-actions {
    width: 285px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ca-copy {
    width: 285px;
  }

  .polaroids {
    display: none;
  }

  .lore,
  .music,
  .connect,
  .stories-head {
    grid-template-columns: 1fr;
  }

  .lore,
  .music {
    padding: 55px 24px;
  }

  .lore {
    display: grid;
  }

  .lore-copy,
  .video-card {
    position: relative;
    left: auto;
    top: auto;
  }

  .video-card,
  .spotify-card {
    width: 100%;
  }

  .cards {
    padding: 0;
  }

  .story {
    flex-basis: calc((100% - 13px) / 2);
  }

  .connect {
    padding: 35px 24px;
  }

  .link-card {
    border-left: 0;
    border-top: 1px solid rgba(205, 75, 126, 0.28);
  }
}
