@font-face {
  font-family: Nunito;
  src: url("/assets/fonts/nunito-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("/assets/fonts/nunito-sans-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}
:root {
  --ink: #17254b;
  --blue: #3448c5;
  --paper: #f7f5ef;
  --gold: #f6ce55;
  --white: #fff;
  --mint: #c9ebdd;
  --lilac: #dfd9fa;
  --coral: #ee927d;
  --muted: #536384;
  --line: #d8dce5;
  --green: #246749;
  --red: #ab3445;
  --heading: Nunito, ui-rounded, sans-serif;
  --body: "Nunito Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 1rem/1.6 var(--body);
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 900;
  line-height: 1.12;
}
button {
  color: inherit;
}
button:disabled {
  cursor: default;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.hero-stage:focus-visible {
  outline-offset: 8px;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 25px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font: 900 1.9rem/1 var(--heading);
  white-space: nowrap;
  letter-spacing: -1px;
}
.wordmark img {
  width: 46px;
}
.wordmark-dot {
  color: var(--blue);
  margin-left: -9px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.9rem;
  font-weight: 700;
}
.site-header nav a:hover,
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  min-height: 56px;
  padding: 14px 25px;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: white;
  font-weight: 800;
  line-height: 1.4;
  box-shadow: 0 4px 0 #263798;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #263798;
}
.button-small {
  min-height: 46px;
  padding: 10px 19px;
  gap: 22px;
  font-size: 0.9rem;
}
.button span {
  font-size: 1.35rem;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 54px;
  padding-top: 44px;
  padding-bottom: 70px;
}
.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 1.35px;
  font-weight: 800;
  line-height: 1.5;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
}
.little-spark {
  color: var(--blue);
  font-size: 1.55rem;
}
.hero h1 {
  font-size: clamp(3.25rem, 4.85vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -2.7px;
  margin-bottom: 26px;
}
.hero h1 > span {
  color: var(--blue);
}
.hero-description {
  color: var(--muted);
  font-size: 1.09rem;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 32px;
}
.text-link {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  font-weight: 800;
  font-size: 0.9rem;
  min-height: 48px;
}
.hero-note {
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 17px;
}
.hero-perks {
  display: flex;
  gap: 22px;
  margin-top: 38px;
  font-size: 0.8rem;
  font-weight: 700;
}
.hero-perks > span {
  display: flex;
  gap: 7px;
  align-items: center;
}
.hero-perks > span > span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  background: var(--mint);
  border-radius: 50%;
  font-size: 0.7rem;
  color: var(--green);
}
.hero-stage {
  background: var(--blue);
  border-radius: 36px;
  min-height: 614px;
  position: relative;
  padding: 146px 40px 28px;
  isolation: isolate;
}
.owl-orbit {
  position: absolute;
  top: 26px;
  right: 62px;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background: var(--gold);
  transform: rotate(9deg);
  overflow: hidden;
  z-index: -1;
}
.owl-orbit img {
  width: 210px;
  margin-top: 18px;
}
.stage-spark {
  position: absolute;
  font-size: 2.8rem;
  line-height: 1;
  color: var(--gold);
}
.spark-one {
  top: 62px;
  left: 32px;
}
.spark-two {
  top: 29px;
  right: 26px;
  color: var(--paper);
  font-size: 1.8rem;
}
.stage-note {
  position: absolute;
  top: 103px;
  left: 32px;
  width: 150px;
  font: 800 1.12rem/1.15 var(--heading);
  color: white;
  transform: rotate(-9deg);
}
.demo-shell {
  background: var(--paper);
  padding: 18px 17px 10px;
  border-radius: 23px;
  box-shadow: 0 15px 35px #17254b35;
  transform: rotate(-2deg);
  transition: transform 0.25s;
}
.demo-shell:focus-within,
.demo-shell:hover {
  transform: rotate(0);
}
.demo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  font: 800 0.8rem/1.25 var(--heading);
}
.demo-toolbar > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.demo-toolbar img {
  border-radius: 7px;
}
.toolbar-actions {
  display: flex;
  flex-shrink: 0;
  gap: 0;
}
.icon-button {
  display: inline-grid;
  place-items: center;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  padding: 0;
  flex-shrink: 0;
}
.icon-button:hover {
  background: #17254b0d;
}
.icon-button[aria-pressed="true"] {
  background: var(--lilac);
}
.demo-progress {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--muted);
}
.progress-track {
  height: 4px;
  border-radius: 4px;
  background: var(--line);
  margin: 8px 0 17px;
  overflow: hidden;
}
.progress-track > span {
  display: block;
  width: 33.333%;
  height: 100%;
  background: var(--blue);
  transition: width 0.2s;
}
.question-card {
  background: white;
  border-radius: 17px;
  box-shadow: 0 2px 7px #17254b0c;
  overflow: hidden;
}
.card-banner {
  position: relative;
  aspect-ratio: 1080/566;
}
.card-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-badges {
  position: absolute;
  top: 11px;
  left: 11px;
  right: 11px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.65rem;
  font-weight: 800;
}
.card-badges > span {
  border: 1px solid white;
  border-radius: 7px;
  background: var(--paper);
  padding: 4px 8px;
}
.card-badges > span:last-child {
  background: var(--ink);
  color: white;
}
.card-body {
  padding: 25px 22px 23px;
  text-align: center;
  min-height: 151px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-body h2 {
  font-size: 1.48rem;
  line-height: 1.3;
  max-width: 320px;
  letter-spacing: -0.25px;
}
.question-prompt {
  margin-top: 12px;
  font-size: 0.72rem;
  color: var(--muted);
}
.card-actions {
  display: flex;
}
.card-actions > button {
  min-height: 51px;
  width: 100%;
  border: 0;
  font-weight: 800;
  font-size: 0.87rem;
  background: var(--gold);
  color: var(--ink);
  padding: 13px;
}
.card-actions > button:hover {
  filter: brightness(0.96);
}
.reveal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.demo-caption {
  font-size: 0.65rem;
  line-height: 1.5;
  text-align: center;
  color: var(--muted);
  margin-top: 13px;
}
.discovery-ribbon {
  background: var(--gold);
  padding: 18px 0;
}
.discovery-ribbon .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font: 800 0.94rem/1.5 var(--heading);
}
.discovery-ribbon span:nth-child(even) {
  font-size: 1.6rem;
  color: var(--blue);
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 37px;
}
.site-footer .wordmark {
  font-size: 1.6rem;
}
.site-footer .wordmark img {
  width: 38px;
}
.site-footer p {
  font: 800 0.94rem var(--heading);
}
.site-footer > span {
  font-size: 0.8rem;
  color: var(--muted);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  background: white;
  padding: 12px 20px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
dialog {
  border: 0;
  border-radius: 24px;
  background: var(--paper);
  color: var(--ink);
  width: min(650px, calc(100% - 32px));
  padding: 0 30px 30px;
  max-height: 85dvh;
}
dialog::backdrop {
  background: #17254ba8;
}
dialog .dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  background: var(--paper);
  position: sticky;
  top: 0;
}
dialog h2 {
  font-size: 1.65rem;
}
dialog h3 {
  font-size: 1.7rem;
  margin: 12px 0 20px;
}
dialog p {
  margin: 0 0 18px;
}
dialog a {
  color: var(--blue);
  text-decoration: underline;
}
dialog .button {
  margin-top: 16px;
}
body:has(dialog[open]) {
  overflow: hidden;
}
@media (min-width: 1500px) {
  .hero {
    gap: 70px;
    padding-top: 62px;
    padding-bottom: 84px;
  }
  .hero h1 {
    font-size: 4.6rem;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .site-header nav {
    gap: 18px;
    font-size: 0.8rem;
  }
  .hero {
    gap: 28px;
  }
  .hero h1 {
    font-size: 3.6rem;
  }
  .hero-stage {
    padding-inline: 23px;
  }
  .hero .eyebrow {
    font-size: 0.65rem;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    gap: 20px;
    padding-inline: 20px;
  }
  .desktop-break {
    display: none;
  }
  .hero-perks {
    gap: 14px;
    font-size: 0.73rem;
  }
  .demo-toolbar {
    font-size: 0.75rem;
  }
  .stage-note {
    left: 23px;
  }
  .owl-orbit {
    right: 35px;
  }
}
@media (max-width: 800px) {
  .site-header nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .hero-copy {
    max-width: 590px;
  }
  .hero h1 {
    font-size: clamp(3rem, 8vw, 4.3rem);
  }
  .hero-stage {
    width: min(480px, 100%);
    justify-self: center;
    min-height: 0;
    padding-inline: 30px;
  }
  .hero-perks {
    font-size: 0.8rem;
    margin-top: 26px;
  }
  .hero .eyebrow {
    font-size: 0.7rem;
  }
  .discovery-ribbon .wrap {
    justify-content: center;
    text-align: center;
  }
  .discovery-ribbon span:nth-child(n + 3) {
    display: none;
  }
  .discovery-ribbon span:nth-child(2) {
    order: -1;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 20px;
  }
  .site-footer > span {
    width: 100%;
  }
  .demo-toolbar {
    font-size: 0.82rem;
  }
  .owl-orbit {
    right: 55px;
  }
}
@media (max-width: 480px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    padding-block: 17px;
    gap: 12px;
  }
  .wordmark {
    font-size: 1.5rem;
    gap: 5px;
  }
  .wordmark img {
    width: 38px;
  }
  .wordmark-dot {
    margin-left: -5px;
  }
  .button-small {
    font-size: 0.8rem;
    padding: 9px 13px;
    gap: 12px;
    box-shadow: none;
  }
  .hero {
    padding-top: 30px;
    gap: 36px;
  }
  .hero h1 {
    font-size: clamp(2.6rem, 10vw, 3.5rem);
    letter-spacing: -1.6px;
  }
  .hero .eyebrow {
    font-size: 0.6rem;
    letter-spacing: 1px;
    gap: 7px;
    margin-bottom: 19px;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-actions {
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .hero-actions .button {
    font-size: 0.9rem;
    padding-inline: 19px;
    gap: 18px;
  }
  .text-link {
    font-size: 0.82rem;
  }
  .hero-note {
    font-size: 0.75rem;
  }
  .hero-perks {
    font-size: 0.7rem;
    gap: 12px;
  }
  .hero-stage {
    border-radius: 25px;
    padding: 134px 16px 20px;
  }
  .demo-shell {
    padding: 13px 12px 10px;
    transform: rotate(-1.5deg);
    border-radius: 20px;
  }
  .demo-toolbar {
    font-size: 0.73rem;
  }
  .demo-toolbar > span {
    gap: 5px;
  }
  .icon-button {
    width: 44px;
  }
  .demo-toolbar img {
    width: 23px;
  }
  .owl-orbit {
    width: 190px;
    height: 190px;
    right: 29px;
  }
  .owl-orbit img {
    width: 190px;
  }
  .stage-note {
    font-size: 1rem;
    left: 22px;
    top: 99px;
    width: 120px;
  }
  .spark-one {
    left: 27px;
    top: 47px;
  }
  .card-body {
    padding: 21px 16px;
    min-height: 149px;
  }
  .card-body h2 {
    font-size: 1.4rem;
  }
  .card-badges {
    font-size: 0.63rem;
  }
  .demo-caption {
    font-size: 0.64rem;
  }
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer > span {
    width: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
/* Content sections and game states */
.section-space {
  padding-block: 90px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 45px;
}
.section-heading .eyebrow,
.together-copy .eyebrow,
.faq-section .eyebrow,
.closing-section .eyebrow {
  color: var(--blue);
  margin-bottom: 17px;
}
.section-heading h2,
.together-copy h2,
.faq-section h2,
.closing-section h2 {
  font-size: clamp(2rem, 3vw, 2.65rem);
  letter-spacing: -1.1px;
  line-height: 1.15;
}
.section-heading > p {
  max-width: 375px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
}
.steps article {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.step-number {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font: 900 1rem var(--heading);
  margin-bottom: 23px;
}
.mint {
  background: var(--mint);
}
.gold {
  background: var(--gold);
}
.lilac {
  background: var(--lilac);
}
.coral {
  background: var(--coral);
}
.steps h3 {
  font-size: 1.32rem;
  letter-spacing: -0.4px;
  margin-bottom: 13px;
}
.steps p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 340px;
}
.discover-section {
  background: white;
  border-block: 1px solid #17254b0b;
}
.set-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.set-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid var(--line);
  padding: 0;
  background: white;
  overflow: hidden;
  border-radius: 18px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.set-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 9px 24px #17254b0d;
}
.set-art {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 170px;
}
.set-art img {
  width: 102px;
  mix-blend-mode: multiply;
}
.set-count {
  position: absolute;
  bottom: 10px;
  right: 12px;
  background: #ffffffbc;
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 0.75rem;
  font-weight: 700;
}
.set-text {
  padding: 23px 20px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 11px;
}
.set-text > strong {
  font: 900 1.14rem/1.25 var(--heading);
  letter-spacing: -0.25px;
}
.set-text > span:not(.set-action) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}
.set-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 19px;
  font-size: 0.875rem;
  color: var(--blue);
  font-weight: 800;
}
.set-action > span {
  font-size: 1.3rem;
}
.discovery-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.875rem;
  margin-top: 30px;
}
.discovery-note > span {
  font-weight: 700;
}
.together-section {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 85px;
  align-items: center;
}
.together-art {
  position: relative;
  background: var(--mint);
  border-radius: 30px;
  min-height: 490px;
  padding: 70px 38px 105px;
}
.art-caption {
  font: 800 1.1rem var(--heading);
  transform: rotate(-4deg);
  margin-bottom: 24px;
}
.together-spark {
  position: absolute;
  right: 29px;
  top: 18px;
  font-size: 3.2rem;
  color: var(--blue);
}
.scoreboard {
  background: var(--paper);
  border: 1px solid #ffffff9c;
  box-shadow: 0 12px 20px #17254b0b;
  padding: 25px;
  border-radius: 20px;
  transform: rotate(-3deg);
}
.scoreboard-kicker {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: 0.8px;
}
.scoreboard h3 {
  font-size: 1.55rem;
  margin: 9px 0 23px;
}
.score-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 10px;
  margin-top: 6px;
  background: white;
  font: 800 1rem var(--heading);
}
.score-row.leader {
  background: var(--gold);
}
.score-row .rank {
  color: var(--muted);
  font-size: 0.8rem;
}
.score-row > span:last-child {
  margin-left: auto;
  white-space: nowrap;
}
.score-row small {
  font-size: 0.75rem;
  font-weight: 600;
}
.score-row strong {
  font-weight: 800;
}
.player-initial {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
}
.scoreboard > p {
  font-size: 0.75rem;
  text-align: center;
  color: var(--muted);
  margin-top: 20px;
}
.together-owl {
  position: absolute;
  bottom: 3px;
  right: -24px;
  transform: rotate(8deg);
}
.section-intro {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
  margin: 23px 0 30px;
}
.benefit {
  display: flex;
  gap: 17px;
  margin-top: 24px;
}
.benefit-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 12px;
  color: var(--blue);
}
.benefit h3 {
  font-size: 1.09rem;
  line-height: 1.35;
  margin-bottom: 6px;
}
.benefit p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  border-top: 1px solid var(--line);
}
.faq-section > div > img {
  margin-top: 27px;
  transform: rotate(-8deg);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font: 800 1.06rem/1.4 var(--heading);
  padding: 23px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 1.5rem;
  color: var(--blue);
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 1rem;
  color: var(--muted);
  padding: 0 30px 23px 0;
  line-height: 1.75;
}
.closing-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background: var(--gold);
  padding: 45px 65px;
  border-radius: 28px;
  margin-bottom: 20px;
}
.closing-section .eyebrow {
  color: var(--ink);
}
.closing-section .button {
  margin-top: 26px;
}
.closing-section > img {
  width: 210px;
  transform: rotate(8deg);
}
.card-banner.without-art {
  aspect-ratio: auto;
  height: 54px;
  background: var(--lilac);
}
.card-banner.without-art > img {
  display: none;
}
.card-banner[hidden] {
  display: none;
}
.fun-fact {
  margin-top: 18px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
}
.fun-fact > span {
  font: 800 0.875rem var(--heading);
  display: block;
  color: var(--ink);
  margin-bottom: 7px;
}
.dive-link {
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--blue);
  font-size: 0.875rem;
  font-weight: 800;
  min-height: 48px;
  padding: 10px;
}
.card-actions .wrong-button {
  background: var(--lilac);
}
.card-actions .right-button {
  background: var(--mint);
  color: var(--green);
}
.summary-owl {
  width: 95px;
  margin-bottom: 13px;
}
.result-score {
  font: 900 2.3rem var(--heading);
  margin-top: 14px;
  color: var(--blue);
}
.result-score > span {
  font-size: 1rem;
  color: var(--ink);
  font-weight: 700;
}
.result-track {
  height: 9px;
  width: 100%;
  background: var(--lilac);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 21px;
}
.result-track > span {
  display: block;
  height: 100%;
  background: var(--blue);
}
#deep-dive-content h4 {
  font: 800 1.1rem var(--heading);
  margin: 25px 0 12px;
}
#deep-dive-content ul {
  padding-left: 20px;
}
#deep-dive-content li {
  margin-bottom: 10px;
}
#audio-status:not(.sr-only) {
  font-size: 0.875rem;
  color: var(--red);
  margin: 14px 4px;
}
.eyebrow,
.hero .eyebrow {
  font-size: 0.75rem;
}
.demo-toolbar {
  font-size: 0.875rem;
}
.demo-progress,
.card-badges,
.demo-caption,
.scoreboard-kicker {
  font-size: 0.75rem;
}
.question-prompt {
  font-size: 0.875rem;
}
.hero-note,
.hero-perks,
.site-footer > span {
  font-size: 0.875rem;
}
@media (max-width: 1100px) {
  .set-grid {
    gap: 15px;
  }
  .set-text {
    padding: 20px 15px;
  }
  .together-section {
    gap: 45px;
  }
  .together-art {
    padding-inline: 24px;
  }
  .scoreboard {
    padding: 18px;
  }
  .section-space {
    padding-block: 70px;
  }
  .steps {
    gap: 30px;
  }
  .faq-section {
    gap: 55px;
  }
  .hero-perks {
    font-size: 0.75rem;
  }
  .demo-toolbar {
    font-size: 0.8rem;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.9px;
  }
  .closing-section {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .set-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .steps {
    gap: 22px;
  }
  .steps h3 {
    font-size: 1.15rem;
  }
  .steps p {
    font-size: 1rem;
  }
  .together-section {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .together-art {
    width: min(500px, 100%);
    justify-self: center;
    order: 2;
  }
  .together-owl {
    right: 0;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-section > div > img {
    display: none;
  }
  .closing-section {
    padding: 35px;
    gap: 20px;
  }
  .closing-section > img {
    width: 140px;
  }
  .closing-section h2 {
    font-size: 1.9rem;
  }
  .hero-perks {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .section-space {
    padding-block: 54px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading h2,
  .together-copy h2,
  .faq-section h2 {
    font-size: 2rem;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    align-items: start;
  }
  .hero-perks {
    font-size: 0.75rem;
    gap: 16px;
  }
  .demo-toolbar {
    font-size: 0.8rem;
  }
  .demo-progress {
    font-size: 0.75rem;
    letter-spacing: 0.3px;
  }
  .demo-caption {
    font-size: 0.75rem;
  }
  .card-badges {
    font-size: 0.75rem;
    left: 8px;
    right: 8px;
    gap: 4px;
  }
  .card-badges > span {
    padding: 3px 6px;
  }
  .hero-stage .card-body h2 {
    font-size: 1.4rem;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .steps article {
    display: grid;
    grid-template-columns: 45px 1fr;
    column-gap: 17px;
    padding-top: 24px;
  }
  .step-number {
    grid-row: 1/3;
    width: 42px;
    height: 42px;
    margin: 0;
  }
  .steps h3 {
    font-size: 1.22rem;
    margin: 2px 0 8px;
  }
  .steps p {
    grid-column: 2;
  }
  .set-grid {
    gap: 13px;
  }
  .set-art {
    height: 130px;
  }
  .set-art img {
    width: 82px;
  }
  .set-text {
    padding: 17px 13px;
  }
  .set-text > strong {
    font-size: 1.05rem;
  }
  .set-text > span:not(.set-action) {
    font-size: 1rem;
  }
  .set-count {
    font-size: 0.75rem;
    right: 7px;
    bottom: 7px;
  }
  .set-action {
    font-size: 0.875rem;
  }
  .discovery-note {
    text-align: left;
    line-height: 1.8;
  }
  .together-art {
    min-height: 455px;
    padding: 52px 18px 100px;
  }
  .art-caption {
    font-size: 1rem;
  }
  .scoreboard {
    padding: 21px 16px;
  }
  .scoreboard h3 {
    font-size: 1.45rem;
  }
  .score-row {
    gap: 9px;
    padding-inline: 9px;
  }
  .together-owl {
    width: 145px;
    bottom: 0;
  }
  .benefit {
    gap: 13px;
  }
  .benefit h3 {
    font-size: 1.02rem;
  }
  .faq-list summary {
    font-size: 1rem;
  }
  .closing-section {
    padding: 33px 26px;
    position: relative;
    overflow: hidden;
    align-items: start;
  }
  .closing-section h2 {
    font-size: 1.9rem;
    max-width: 270px;
  }
  .closing-section h2 br {
    display: none;
  }
  .closing-section > img {
    position: absolute;
    bottom: -5px;
    right: -10px;
    width: 95px;
  }
  .closing-section .button {
    position: relative;
    z-index: 1;
    gap: 17px;
    padding-inline: 17px;
  }
  .closing-section .eyebrow {
    max-width: 240px;
  }
}

.not-found {
  display: flex;
  min-height: 100dvh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  padding-block: 50px;
}
.not-found h1 {
  font-size: clamp(2rem, 6vw, 4rem);
}

.footer-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal {
  max-width: 760px;
  padding-block: 28px 72px;
}
.legal h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  letter-spacing: -1.5px;
  margin: 10px 0 8px;
}
.legal h2 {
  font-size: 1.5rem;
  margin: 44px 0 0;
}
.legal > p:not(.eyebrow),
.legal > ul {
  margin: 12px 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
}
.legal ul {
  padding-left: 22px;
}
.legal li + li {
  margin-top: 8px;
}
.legal a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal .legal-date {
  margin-top: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.legal .legal-lead {
  margin-top: 28px;
  font-size: 1.15rem;
}
.legal .legal-summary {
  background: var(--mint);
  border-radius: 20px;
  padding: 20px 24px 20px 44px;
}
.legal-contact {
  margin-top: 12px;
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1.7;
}

@media (max-width: 480px) {
  .stage-note { top: 82px; }
}
@media (max-width: 360px) {
  .set-grid { grid-template-columns: 1fr; }
  .set-art { height: 155px; }
  .set-art img { width: 100px; }
}
