:root {
  color-scheme: dark;
  --bg: #0d1026;
  --panel: #151931;
  --cream: #f5f2e9;
  --muted: #b2b3c6;
  --mint: #b9f4df;
  --purple: #b4a0ff;
  --line: rgba(216, 217, 251, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button,
a {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 6px;
}
button {
  border: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.06;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 600;
}
h3 {
  font-size: 27px;
}
p {
  color: var(--muted);
}
em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--purple);
}
[hidden] {
  display: none !important;
}
.site-shell {
  max-width: 1512px;
  margin: auto;
  padding: 0 6.1%;
}
.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-180%);
  padding: 12px 20px;
  background: var(--mint);
  color: var(--bg);
}
.skip-link:focus {
  transform: none;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 5;
}
.brand {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.brand-dot {
  color: var(--mint);
}
.brand-icon {
  height: 34px;
  width: 34px;
  border-radius: 11px;
  background: var(--mint);
  color: var(--bg);
  font-size: 30px;
  margin-right: 10px;
  text-align: center;
  position: relative;
  line-height: 32px;
}
.brand-icon span {
  position: absolute;
  right: 4px;
  top: -4px;
  font-size: 24px;
}
.header nav {
  display: flex;
  gap: 35px;
  align-items: center;
  font-size: 13px;
}
.header nav a:hover {
  color: var(--mint);
}
.nav-contact {
  border: 1px solid #68677f;
  border-radius: 30px;
  padding: 10px 20px;
}
.nav-contact span {
  margin-left: 18px;
}
.menu-toggle {
  background: none;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  min-height: 675px;
  align-items: center;
  position: relative;
  padding: 65px 0 70px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--mint);
  line-height: 1.6;
}
.pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #424152;
  border-radius: 30px;
  padding: 8px 13px;
  font-size: 9px;
  letter-spacing: 1.4px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 10px #b9f4df44;
}
.hero h1 {
  font-size: clamp(47px, 5.5vw, 80px);
  font-weight: 600;
  margin-top: 30px;
  letter-spacing: -0.065em;
  line-height: 1.07;
  white-space: nowrap;
}
.highlight {
  position: relative;
  color: var(--purple);
  display: inline-block;
}
.highlight svg {
  position: absolute;
  width: 100%;
  height: 22px;
  bottom: -18px;
  left: 0;
  fill: none;
  stroke: #b4a0ff;
  stroke-width: 2.5;
  stroke-linecap: round;
}
.mint {
  color: var(--mint);
}
.hero-description {
  font-size: 15px;
  line-height: 1.9;
  max-width: 385px;
  margin-top: 40px;
}
.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  padding: 15px 23px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-3px);
}
.primary {
  background: var(--mint);
  color: #102c29;
}
.primary:hover {
  background: #dbffed;
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.text-link {
  font-size: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.text-link:hover {
  color: var(--mint);
}
.play {
  border: 1px solid #777788;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.fine-print {
  font-size: 10px;
  color: #a2a3bb;
  margin-top: 24px;
}
.hero-art {
  overflow: clip;
  height: 490px;
  position: relative;
  min-width: 0;
  isolation: isolate;
  background: radial-gradient(ellipse at 55% 53%, #7060c225, transparent 65%);
}
.art-grid {
  position: absolute;
  inset: 20px -10px 0;
  background-image:
    linear-gradient(#ffffff07 1px, transparent 1px),
    linear-gradient(90deg, #ffffff07 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse, #000, transparent 72%);
}
.orbit {
  position: absolute;
  border: 1px solid #afadce29;
  border-radius: 50%;
  z-index: -1;
}
.orbit-one {
  width: 100%;
  height: 240px;
  top: 115px;
  left: 0;
  transform: rotate(-27deg);
}
.orbit-two {
  width: 75%;
  height: 410px;
  top: 40px;
  left: 14%;
  transform: rotate(32deg);
  border-style: dashed;
}
.planet {
  position: absolute;
  border-radius: 50%;
}
.lavender-planet {
  width: 92px;
  height: 92px;
  background: radial-gradient(
    circle at 29% 22%,
    #d4c2ff,
    #8570ce 49%,
    #34305f 85%
  );
  left: 8%;
  top: 44px;
  box-shadow:
    inset -8px -6px 12px #1a12385e,
    0 0 45px #b4a0ff15;
  transform: rotate(-30deg);
}
.lavender-planet:after {
  content: "";
  position: absolute;
  border: 9px solid #bba5e3a8;
  border-top-color: #d4b9fa;
  inset: 30px -29px;
  transform: rotate(-2deg);
  border-radius: 50%;
}
.peach-planet {
  width: 58px;
  height: 58px;
  right: 1%;
  bottom: 105px;
  background: radial-gradient(
    circle at 35% 23%,
    #f8deac,
    #e39f89 45%,
    #8e5b80 84%
  );
  box-shadow: 0 0 20px #f8deac10;
}
.tiny-planet {
  width: 14px;
  height: 14px;
  bottom: 61px;
  left: 20%;
  background: var(--mint);
  box-shadow: 0 0 14px #b9f4df66;
}
.spark {
  position: absolute;
  font-size: 26px;
  color: var(--mint);
}
.spark-one {
  right: 13%;
  top: 34px;
}
.spark-two {
  left: 5%;
  bottom: 143px;
  color: var(--purple);
  font-size: 20px;
}
.spark-three {
  right: 15%;
  bottom: 28px;
  color: #eecda9;
  font-size: 23px;
}
.coordinate {
  position: absolute;
  right: -12px;
  top: 185px;
  writing-mode: vertical-rl;
  font-size: 7px;
  letter-spacing: 2px;
  color: #7a7b99;
}
.ami-float {
  width: 240px;
  height: 280px;
  position: absolute;
  left: 50%;
  top: 106px;
  transform: translateX(-50%) rotate(-9deg);
  animation: float 6s ease-in-out infinite;
}
.robot-head {
  position: absolute;
  top: 29px;
  left: 14px;
  width: 210px;
  height: 150px;
  border-radius: 70px 70px 60px 60px;
  background: linear-gradient(130deg, #fffef5, #c9cadc 63%, #8b8aa9);
  box-shadow:
    inset 5px 6px 6px #fff8,
    inset -3px -6px 8px #48426c88,
    0 20px 50px #0004;
  z-index: 3;
  transform: rotate(5deg);
}
.robot-face {
  position: absolute;
  inset: 26px 19px 22px;
  border: 5px solid #a8abc3;
  border-radius: 45px;
  background: linear-gradient(150deg, #111a32, #11162a 70%);
  box-shadow:
    inset 2px 6px 14px #000b,
    0 2px 2px #fff8;
  display: flex;
  justify-content: center;
  gap: 42px;
  padding-top: 25px;
}
.eye {
  width: 18px;
  height: 28px;
  border-radius: 12px;
  background: #a2f8e8;
  box-shadow: 0 0 16px #7fffe795;
}
.smile {
  position: absolute;
  width: 25px;
  height: 15px;
  left: calc(50% - 12px);
  top: 51px;
  border: 3px solid #a2f8e8;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.cheek {
  position: absolute;
  width: 17px;
  height: 7px;
  background: #a996df;
  border-radius: 50%;
  top: 57px;
  opacity: 0.7;
}
.cheek-left {
  left: 20px;
}
.cheek-right {
  right: 20px;
}
.antenna {
  width: 5px;
  height: 35px;
  background: #bdb6d7;
  position: absolute;
  left: 114px;
  top: 0;
  transform: rotate(5deg);
}
.antenna i {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--mint);
  left: -6px;
  top: -6px;
  box-shadow: 0 0 20px #b9f4df55;
}
.robot-ear {
  position: absolute;
  width: 27px;
  height: 58px;
  top: 84px;
  border-radius: 14px;
  background: linear-gradient(90deg, #c2b8de, #817899);
  z-index: 1;
}
.left-ear {
  left: 0;
}
.right-ear {
  right: 0;
}
.robot-body {
  position: absolute;
  top: 165px;
  left: 63px;
  width: 114px;
  height: 79px;
  border-radius: 22px 22px 44px 44px;
  background: linear-gradient(120deg, #eeedf1, #999bbd);
  box-shadow: inset 0 -5px 9px #666588;
  z-index: 2;
  text-align: center;
}
.robot-body span {
  color: #5a5979;
  font-size: 17px;
  letter-spacing: -1px;
  display: block;
  margin-top: 17px;
  font-weight: bold;
}
.robot-body i {
  width: 17px;
  height: 4px;
  background: var(--mint);
  display: block;
  border-radius: 3px;
  margin: 6px auto;
}
.robot-arm {
  position: absolute;
  width: 35px;
  height: 74px;
  top: 164px;
  border-radius: 50%;
  background: linear-gradient(120deg, #edebed, #999bbd);
}
.arm-left {
  left: 26px;
  transform: rotate(30deg);
}
.arm-right {
  right: 20px;
  top: 141px;
  transform: rotate(-48deg);
}
.jet {
  position: absolute;
  width: 40px;
  height: 60px;
  left: 100px;
  top: 236px;
  border-radius: 0 0 50% 50%;
  background: linear-gradient(#a0f8eb77, #a38fff18, transparent);
  filter: blur(4px);
}
.hello-tag {
  position: absolute;
  right: 0;
  top: 114px;
  background: var(--cream);
  color: #24213e;
  padding: 13px 20px;
  border-radius: 16px 16px 16px 3px;
  font-size: 17px;
  font-weight: 700;
  transform: rotate(7deg);
  box-shadow: 0 8px 20px #0002;
  z-index: 4;
}
.hello-tag span {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
.math-tag {
  position: absolute;
  left: 3%;
  bottom: 37px;
  border: 1px solid #54516b;
  border-radius: 12px;
  background: #1e213bcc;
  backdrop-filter: blur(10px);
  padding: 11px 17px;
  transform: rotate(-7deg);
  font-size: 17px;
}
.math-tag span {
  display: block;
  font-size: 7px;
  letter-spacing: 1.5px;
  color: var(--purple);
}
.math-tag b {
  color: var(--mint);
  margin-left: 18px;
  font-size: 22px;
  font-weight: 400;
}
.art-caption {
  position: absolute;
  bottom: -3px;
  left: 35%;
  font-size: 7px;
  letter-spacing: 2px;
  color: #a09cb9;
}
.discovery-strip {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
  font-size: 12px;
  color: #c3c2d3;
}
.discovery-strip > span:first-child {
  font-size: 11px;
  color: #999bb2;
}
.discovery-strip b {
  font-weight: 400;
  color: var(--cream);
}
.discovery-strip i {
  font-style: normal;
  color: var(--purple);
  margin-right: 12px;
  font-size: 19px;
}
.section {
  padding: 104px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 40px;
}
.section-heading .eyebrow {
  margin-bottom: 20px;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.9;
  padding-bottom: 4px;
}
.small-label {
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #a79abd;
  display: block;
  margin-top: 16px;
}
.world-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.world-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--panel);
  position: relative;
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.world-card:hover {
  transform: translateY(-6px);
  border-color: #8a7eb0;
}
.card-top {
  padding: 23px 25px 0;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #c0b5df;
}
.card-top span:last-child {
  font-size: 21px;
  line-height: 1;
}
.world-illustration {
  height: 195px;
  position: relative;
  margin: 0 20px;
}
.world-copy {
  padding: 0 25px 27px;
}
.world-category {
  font-size: 8px;
  letter-spacing: 1.6px;
  color: var(--purple);
  margin-bottom: 13px;
}
.world-copy h3 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 29px;
}
.world-copy > p:not(.world-category) {
  font-size: 12px;
  line-height: 1.9;
  min-height: 92px;
}
.world-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  margin-top: 19px;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  background: none;
  text-align: left;
}
.world-link:hover {
  color: var(--mint);
}
.world-link span {
  font-size: 21px;
}
.math-world {
  background:
    radial-gradient(ellipse at 50% 22%, #7b5c8730, transparent 60%), #171931;
}
.ringed-world {
  position: absolute;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  left: calc(50% - 58px);
  top: 41px;
  background: radial-gradient(
    circle at 32% 20%,
    #d1b3ff,
    #8c6ac8 55%,
    #423664 92%
  );
  box-shadow: inset -12px -8px 20px #34294c77;
}
.ringed-world:after {
  content: "";
  position: absolute;
  inset: 32px -30px;
  border: 12px solid #baa7e55e;
  border-top-color: #d0b4efb0;
  border-bottom-color: #b191de;
  transform: rotate(-30deg);
  border-radius: 50%;
}
.number-symbol {
  position: absolute;
  font-size: 54px;
  font-weight: 500;
  left: calc(50% - 16px);
  top: 55px;
  color: #efe0ff;
  transform: rotate(-15deg);
  z-index: 1;
}
.mini-symbol {
  position: absolute;
  left: 17%;
  top: 29px;
  font-size: 25px;
  color: #b3a0d6;
}
.story-world {
  background:
    radial-gradient(ellipse at 50% 22%, #697c4c25, transparent 60%), #151e2c;
}
.story-world .world-category {
  color: var(--mint);
}
.story-planet {
  position: absolute;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  left: calc(50% - 68px);
  top: 30px;
  background: radial-gradient(
    circle at 30% 20%,
    #b2e1c8,
    #70a194 50%,
    #294c50 90%
  );
}
.book {
  display: flex;
  position: absolute;
  top: 72px;
  left: calc(50% - 54px);
  transform: rotate(-15deg);
  filter: drop-shadow(3px 9px 5px #16353266);
}
.book i {
  width: 55px;
  height: 66px;
  background:
    repeating-linear-gradient(0deg, transparent 0 9px, #9f8c681f 10px 11px),
    #f6e5b7;
  border-radius: 7px 16px 0 5px;
  transform: skewY(10deg);
  border-bottom: 5px solid #cba970;
}
.book i + i {
  transform: skewY(-10deg);
  border-radius: 16px 7px 5px 0;
  background-color: #fff0cd;
}
.book-spark {
  position: absolute;
  right: 20%;
  top: 24px;
  font-size: 29px;
  color: #d8edb0;
}
.english-world {
  background:
    radial-gradient(ellipse at 50% 22%, #cb8e7430, transparent 60%), #211c2b;
}
.english-world .world-category {
  color: #f1bb9b;
}
.english-planet {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  left: calc(50% - 62px);
  top: 34px;
  background: radial-gradient(
    circle at 35% 25%,
    #ffdfb3,
    #cf9a86 51%,
    #875b70 90%
  );
}
.letter {
  position: absolute;
  font-weight: 700;
}
.letter-a {
  left: calc(50% - 42px);
  top: 54px;
  font-family: Georgia, serif;
  font-size: 50px;
  color: #6d4e67;
  transform: rotate(12deg);
}
.letter-hi {
  right: 6%;
  bottom: 34px;
  font-size: 14px;
  background: #f4dcb3;
  padding: 5px 14px;
  border-radius: 9px 9px 9px 0;
  color: #57435f;
  transform: rotate(-10deg);
}
.letter-orbit {
  position: absolute;
  left: 12%;
  width: 77%;
  height: 61px;
  border: 1px solid #eed0b355;
  border-radius: 50%;
  top: 83px;
  transform: rotate(-35deg);
}
.meet-section {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.meet-copy h2 {
  margin: 22px 0;
}
.meet-copy > p:not(.eyebrow) {
  font-size: 14px;
  max-width: 360px;
}
.ami-note {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 25px 0;
}
.ami-note p {
  font-size: 13px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #dddbe8;
}
.mini-ami {
  display: grid;
  place-items: center;
  width: 47px;
  height: 40px;
  border: 6px solid #c9cadc;
  border-radius: 18px;
  color: var(--mint);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 4px;
  padding-left: 4px;
  background: #172036;
  transform: rotate(-8deg);
}
.meet-copy .demo-disclaimer {
  font-size: 10px !important;
  max-width: 330px !important;
  color: #a3a3be;
}
.demo-panel {
  border: 1px solid #514665;
  border-radius: 20px;
  background: linear-gradient(135deg, #252239, #14192f);
  box-shadow: 0 20px 70px #0002;
  overflow: hidden;
  transform: rotate(1deg);
}
.demo-header {
  padding: 20px 23px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 8px;
  letter-spacing: 1px;
}
.demo-header .status-dot {
  margin-right: 7px;
}
.demo-header > span:last-child {
  color: #bbb0cd;
  font-size: 7px;
}
.topic-buttons {
  display: flex;
  gap: 7px;
  padding: 20px 22px 0;
}
.topic-buttons button {
  padding: 8px 10px;
  border-radius: 20px;
  border: 1px solid #716581;
  background: transparent;
  font-size: 10px;
  line-height: 1.3;
}
.topic-buttons button[aria-pressed="true"] {
  color: #29213c;
  background: #d2c2f1;
  border-color: #d2c2f1;
}
.topic-buttons button:hover {
  border-color: var(--mint);
}
.conversation {
  padding: 20px 23px 24px;
  min-height: 355px;
}
.chat-label {
  font-size: 7px;
  letter-spacing: 1.4px;
  margin-bottom: 7px;
  text-align: right;
  color: #b5aac5;
}
.chat {
  font-size: 12px;
  line-height: 1.7;
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 13px;
  max-width: 93%;
  width: fit-content;
}
.child-chat {
  background: #3d3653;
  color: #eee8f6;
  margin-left: auto;
  border-bottom-right-radius: 2px;
}
.ami-label {
  text-align: left;
  color: var(--mint);
}
.ami-chat {
  background: #222e3e;
  color: #d3eee5;
  border: 1px solid #a0ddc31b;
  border-bottom-left-radius: 2px;
}
.last-chat {
  margin-bottom: 0;
}
.demo-footer {
  text-align: center;
  font-size: 9px;
  color: #b3acc3;
  border-top: 1px solid var(--line);
  padding: 12px;
}
.demo-footer span {
  color: var(--purple);
  margin-right: 7px;
}
.mission-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  padding: 55px;
  border: 1px solid #4b4569;
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 0 100%, #74629a29, transparent 70%), #19182f;
}
.mission-copy h2 {
  margin: 23px 0;
}
.mission-copy > p:not(.eyebrow) {
  font-size: 14px;
}
.mission-badge {
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #bbb1d7;
  display: block;
  margin-top: 30px;
}
.mission-top {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #bdb0d8;
}
.star-collection {
  text-align: center;
  color: #f2d393;
  font-size: 29px;
  line-height: 1.5;
  letter-spacing: 12px;
  padding: 17px 0 13px;
}
.mission-game h3 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
}
.answers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}
.answers button {
  padding: 11px 5px;
  border: 1px solid #655d7d;
  border-radius: 12px;
  background: #2c2944;
  font-size: 28px;
  line-height: 1.4;
}
.answers button span {
  display: block;
  font-size: 9px;
  color: #c8c0d6;
}
.answers button:hover {
  background: #40385b;
  border-color: var(--purple);
}
.answers button[aria-pressed="true"] {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}
.mission-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.underlined {
  background: none;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 11px;
  color: #d0c3ed;
  padding: 4px 0;
}
.hint {
  font-size: 12px;
  margin-top: 15px;
  color: #f1d8a6;
}
.answer-feedback {
  min-height: 50px;
  font-size: 12px;
  margin-top: 17px;
  line-height: 1.7;
  color: var(--mint);
}
.game-note {
  font-size: 9px;
  color: #b0a8c1;
}
.care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 48px;
}
.care-number {
  font-size: 12px;
  font-family: monospace;
  color: var(--purple);
}
.care-grid h3 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 20px 0 13px;
}
.care-grid p {
  font-size: 12px;
  line-height: 1.9;
}
.privacy-note {
  display: flex;
  gap: 22px;
  background: #161c2d;
  border: 1px solid #3c4b50;
  border-radius: 14px;
  padding: 25px 30px;
  margin-top: 42px;
}
.privacy-symbol {
  color: var(--mint);
  font-size: 32px;
  line-height: 1.4;
}
.privacy-note h3 {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 9px;
  color: var(--mint);
}
.privacy-note p {
  font-size: 11px;
  line-height: 1.9;
}
.contact-section {
  overflow: clip;
  padding: 75px 0 60px;
  border-top: 1px solid var(--line);
  text-align: center;
  position: relative;
  background: radial-gradient(ellipse at 50% 65%, #6d5a9d12, transparent 65%);
}
.contact-section h2 {
  font-size: clamp(45px, 6vw, 80px);
  margin: 25px 0;
  position: relative;
  display: inline-block;
}
.contact-section h2 em {
  color: var(--mint);
}
.contact-star {
  position: absolute;
  right: -70px;
  top: 40px;
  font-size: 47px;
  color: var(--purple);
  transform: rotate(15deg);
}
.contact-section > p:not(.eyebrow) {
  font-size: 13px;
}
.contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.copy-button {
  font-size: 11px;
  padding: 12px 0;
  background: none;
}
.copy-button span {
  margin-left: 10px;
}
.copy-button:hover {
  color: var(--mint);
}
.email-address {
  display: inline-block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 20px;
  overflow-wrap: anywhere;
}
.email-address:hover {
  text-decoration: underline;
}
.contact-section .copy-status {
  font-size: 11px !important;
  min-height: 25px;
  color: var(--mint);
  margin: 8px 12px 0;
}
.contact-section .contact-note {
  font-size: 9px !important;
  color: #a6a4bb;
}
.footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 34px;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.footer .brand {
  font-size: 21px;
}
.footer p {
  font-size: 10px;
}
.footer > span {
  font-size: 7px;
  letter-spacing: 1.3px;
  color: #a3a1b8;
}
.back-top {
  font-size: 10px;
}
.back-top:hover {
  color: var(--mint);
}
.noscript {
  text-align: center;
  padding: 20px;
  color: var(--cream);
  background: #353047;
  font-size: 13px;
}
@keyframes float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(-9deg);
  }
  50% {
    transform: translateX(-50%) translateY(-13px) rotate(-5deg);
  }
}
@media (min-width: 1600px) {
  .site-shell {
    padding: 0 92px;
  }
}
@media (max-width: 1100px) {
  .site-shell {
    padding: 0 5%;
  }
  .hero h1 {
    font-size: 5.7vw;
  }
  .hero-actions {
    gap: 16px;
  }
  .button {
    padding: 14px 18px;
    gap: 16px;
  }
  .hero-art {
    height: 460px;
  }
  .hello-tag {
    right: -4%;
    font-size: 15px;
    padding: 10px 14px;
  }
  .ami-float {
    scale: 0.9;
    transform-origin: center center;
  }
  .meet-section {
    gap: 50px;
  }
  .mission-section {
    gap: 38px;
    padding: 40px;
  }
  .world-copy {
    padding: 0 20px 22px;
  }
  .world-copy > p:not(.world-category) {
    min-height: 114px;
  }
  .care-grid {
    gap: 30px;
  }
  .demo-header {
    padding: 18px 16px;
  }
  .topic-buttons {
    padding: 18px 16px 0;
    gap: 5px;
  }
  .topic-buttons button {
    font-size: 9px;
  }
  .conversation {
    padding: 18px 16px 22px;
  }
}
@media (max-width: 760px) {
  .header {
    padding: 22px 0;
  }
  .brand {
    font-size: 24px;
  }
  .menu-toggle:not([hidden]) {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 12px;
  }
  .header nav {
    gap: 14px;
    font-size: 11px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header.menu-ready nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 83px;
    padding: 20px;
    background: #191e37;
    border: 1px solid #55526b;
    border-radius: 16px;
    box-shadow: 0 15px 25px #0005;
  }
  .header.menu-ready nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header.menu-ready nav a {
    padding: 13px 15px;
    font-size: 14px;
  }
  .nav-contact {
    margin-top: 5px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 47px 0 35px;
    min-height: 0;
  }
  .hero h1 {
    font-size: clamp(42px, 8.5vw, 64px);
    white-space: normal;
  }
  .hero-description {
    font-size: 14px;
    max-width: 390px;
  }
  .hero-art {
    height: 420px;
    max-width: 470px;
    width: 100%;
    margin: 17px auto 0;
  }
  .hero-copy {
    z-index: 1;
  }
  .hello-tag {
    right: 1%;
    top: 105px;
  }
  .orbit-two {
    height: 350px;
    top: 20px;
  }
  .orbit-one {
    top: 95px;
  }
  .ami-float {
    top: 75px;
  }
  .lavender-planet {
    top: 18px;
  }
  .peach-planet {
    bottom: 75px;
  }
  .spark-one {
    top: 10px;
  }
  .art-caption {
    bottom: 0;
  }
  .math-tag {
    bottom: 20px;
  }
  .tiny-planet {
    bottom: 40px;
  }
  .coordinate {
    right: 0;
  }
  .discovery-strip {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 10px;
    padding: 20px 0;
  }
  .discovery-strip > span:first-child {
    width: 100%;
    margin-bottom: 0;
  }
  .discovery-strip i {
    margin-right: 5px;
  }
  .section {
    padding: 65px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 23px;
  }
  .section-heading > p br {
    display: none;
  }
  .small-label {
    margin-top: 13px;
  }
  .world-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .world-card {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .card-top {
    grid-column: 1/-1;
    padding: 20px 23px 0;
  }
  .world-illustration {
    margin: 0;
    height: 220px;
    align-self: center;
  }
  .world-copy {
    padding: 20px 23px 24px 10px;
  }
  .world-copy h3 {
    font-size: 26px;
  }
  .world-copy > p:not(.world-category) {
    min-height: 0;
    font-size: 12px;
  }
  .world-category {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .ringed-world {
    width: 95px;
    height: 95px;
    left: calc(50% - 48px);
    top: 60px;
  }
  .ringed-world:after {
    inset: 28px -20px;
    border-width: 9px;
  }
  .number-symbol {
    top: 63px;
    font-size: 48px;
  }
  .mini-symbol {
    top: 38px;
  }
  .story-planet {
    width: 110px;
    height: 110px;
    top: 50px;
    left: calc(50% - 55px);
  }
  .book {
    scale: 0.85;
    top: 78px;
  }
  .book-spark {
    top: 40px;
  }
  .english-planet {
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: 55px;
  }
  .letter-a {
    font-size: 43px;
    top: 65px;
    left: calc(50% - 35px);
  }
  .letter-hi {
    right: 0;
    bottom: 50px;
    font-size: 12px;
  }
  .letter-orbit {
    top: 100px;
  }
  .meet-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .meet-copy > p:not(.eyebrow) {
    max-width: none;
  }
  .demo-panel {
    transform: none;
  }
  .demo-header {
    padding: 20px 23px;
  }
  .topic-buttons {
    padding: 20px 23px 0;
    gap: 8px;
  }
  .topic-buttons button {
    font-size: 11px;
  }
  .conversation {
    min-height: 0;
    padding: 23px;
  }
  .chat {
    font-size: 13px;
  }
  .mission-section {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    gap: 32px;
  }
  .mission-copy h2 {
    margin: 18px 0;
  }
  .mission-copy > p br {
    display: none;
  }
  .mission-badge {
    margin-top: 20px;
  }
  .mission-top {
    border-top: 1px solid var(--line);
    padding-top: 24px;
  }
  .mission-game h3 {
    font-size: 14px;
  }
  .star-collection {
    font-size: 27px;
    letter-spacing: 10px;
  }
  .care-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
  }
  .care-grid article {
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }
  .care-grid h3 {
    margin: 12px 0;
    font-size: 21px;
  }
  .care-grid p {
    font-size: 13px;
  }
  .privacy-note {
    padding: 23px 20px;
    gap: 15px;
  }
  .privacy-note p {
    font-size: 11px;
  }
  .contact-section {
    padding: 55px 0 45px;
  }
  .contact-star {
    right: -35px;
    top: 28px;
    font-size: 26px;
  }
  .contact-section h2 {
    font-size: clamp(42px, 9vw, 64px);
  }
  .contact-actions {
    gap: 18px;
  }
  .contact-section > p:not(.eyebrow) {
    font-size: 12px;
  }
  .contact-section .eyebrow {
    font-size: 8px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 15px;
    padding: 25px 0;
  }
  .footer .brand,
  .footer p {
    flex-basis: calc(50% - 15px);
  }
  .footer p {
    text-align: right;
  }
  .footer > span {
    font-size: 6px;
  }
  .footer .back-top {
    font-size: 9px;
  }
}
@media (max-width: 380px) {
  .site-shell {
    padding: 0 6%;
  }
  .hero h1 {
    font-size: 39px;
  }
  .pill {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 13px;
  }
  .text-link {
    font-size: 10px;
    gap: 5px;
  }
  .play {
    width: 24px;
    height: 24px;
  }
  .hero-art {
    height: 385px;
  }
  .ami-float {
    scale: 0.78;
    top: 58px;
  }
  .lavender-planet {
    width: 70px;
    height: 70px;
    left: 4%;
  }
  .hello-tag {
    font-size: 13px;
    right: 0;
    top: 100px;
  }
  .hello-tag span {
    font-size: 8px;
  }
  .orbit-two {
    height: 310px;
  }
  .math-tag {
    font-size: 14px;
  }
  .world-card {
    display: block;
  }
  .world-illustration {
    height: 170px;
  }
  .world-copy {
    padding: 5px 23px 25px;
  }
  .ringed-world {
    top: 35px;
  }
  .number-symbol {
    top: 40px;
  }
  .story-planet {
    top: 30px;
  }
  .book {
    top: 57px;
  }
  .english-planet {
    top: 27px;
  }
  .letter-a {
    top: 37px;
  }
  .letter-hi {
    bottom: 30px;
    right: 15%;
  }
  .letter-orbit {
    top: 70px;
  }
  .topic-buttons {
    padding: 16px 13px 0;
    gap: 5px;
  }
  .topic-buttons button {
    font-size: 9px;
  }
  .demo-header {
    padding: 18px 13px;
  }
  .conversation {
    padding: 18px 13px;
  }
  .star-collection {
    font-size: 24px;
    letter-spacing: 7px;
  }
  .contact-actions {
    flex-direction: column;
    gap: 4px;
  }
  .contact-star {
    right: -24px;
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
