:root {
  --hot-pink: #F96CAE;
  --soft-pink: #E8A6D6;
  --blue: #5272FF;
  --black: #050505;

  --space-xs: 12px;
  --space-sm: 20px;
  --space-md: 32px;
  --space-lg: 56px;
  --space-xl: 88px;

  --radius: 30px;
  --shadow: 8px 8px 0 var(--black);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--hot-pink);
  color: var(--black);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.hot-pink {
  background: var(--hot-pink);
}

.soft-pink {
  background: var(--soft-pink);
}

.sound-toggle {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 50;
  padding: 10px 14px;
  border: 3px solid var(--black);
  border-radius: 999px;
  background: var(--blue);
  color: var(--black);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--black);
}

.section {
  min-height: 100svh;
  padding: var(--space-lg) 22px;
}

.hero,
.about,
.beta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero {
  gap: var(--space-lg);
}

.hero-face {
  order: -1;
  display: flex;
  justify-content: center;
}

.hero-face img {
  width: min(210px, 62vw);
  height: auto;
  display: block;
  animation: float 3.8s ease-in-out infinite;
}

.hero-copy,
.narrow {
  max-width: 34rem;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.72rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(5.4rem, 32vw, 8rem);
  line-height: 0.78;
  letter-spacing: -0.09em;
  font-weight: 900;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(2.75rem, 12vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
  font-weight: 900;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.intro-copy,
.body-copy,
.feature-card p {
  max-width: 30rem;
  margin-bottom: 0;
  font-size: 1.06rem;
  line-height: 1.45;
  font-weight: 700;
}

.question {
  max-width: 12ch;
  margin-bottom: 36px;
  font-size: clamp(2.25rem, 10vw, 3.8rem);
  line-height: 0.93;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.scroll-cue {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  border: 3px solid var(--black);
  border-radius: 999px;
  background: var(--soft-pink);
  color: var(--black);
  text-decoration: none;
  font-size: 2rem;
  font-weight: 900;
  box-shadow: 5px 5px 0 var(--black);
}

.features {
  display: grid;
  align-content: center;
  gap: 22px;
}

.feature-card {
  min-height: 220px;
  padding: 28px;
  border: 4px solid var(--black);
  border-radius: var(--radius);
  background: var(--soft-pink);
  box-shadow: var(--shadow);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 3px solid var(--black);
  border-radius: 16px;
  background: var(--blue);
  font-size: 1.8rem;
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  min-height: 58px;
  margin-top: 34px;
  padding: 16px 24px;
  border: 3px solid var(--black);
  border-radius: 999px;
  background: var(--blue);
  color: var(--black);
  text-decoration: none;
  font-weight: 900;
  box-shadow: 6px 6px 0 var(--black);
}



.button:hover,
.sound-toggle:hover,
.scroll-cue:hover,
.feature-card:hover {
  transform: translateY(-3px);
}

.feature-card:hover {
  box-shadow: 11px 11px 0 var(--black);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Tablet and desktop */
@media (min-width: 760px) {
  .section {
    padding: 80px clamp(42px, 8vw, 110px);
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: center;
    gap: clamp(48px, 8vw, 110px);
  }

  .hero-face {
    order: 0;
    justify-content: center;
  }

  .hero-face img {
    width: min(36vw, 410px);
  }

  .hero-copy,
  .narrow {
    max-width: 46rem;
  }

  h1 {
    font-size: clamp(8rem, 14vw, 13rem);
  }

  h2 {
    font-size: clamp(3.8rem, 6vw, 5.6rem);
  }

  .question {
    max-width: 14ch;
    font-size: clamp(3rem, 5vw, 4.8rem);
  }

  .intro-copy,
  .body-copy {
    font-size: 1.22rem;
  }

  .features {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Wide desktop */
@media (min-width: 1200px) {
  .hero {
    grid-template-columns: minmax(0, 720px) 430px;
    justify-content: center;
  }

  .hero-face img {
    width: 410px;
  }

  .features {
    padding-left: 110px;
    padding-right: 110px;
  }
}

/* Small phones */
@media (max-width: 380px) {
  .hero-face img {
    width: 170px;
  }

  h1 {
    font-size: 5rem;
  }

  .question {
    font-size: 2.2rem;
  }
}
