:root {
  --ink: #323046;
  --purple: #504e76;
  --purple-soft: #c4c3e3;
  --purple-wash: #eeedf8;
  --orange: #f1642e;
  --orange-soft: #ffc2a9;
  --mint: #d9e4aa;
  --blue: #c8ddef;
  --page-blue: #edf8ff;
  --muted: #858397;
  --line: rgba(50, 48, 70, 0.16);
  --white: #fffefd;
  --font-display: "Work Sans", "Noto Sans SC", sans-serif;
  --font-body: "Inter", "Noto Sans SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.45;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: clamp(150px, 13vw, 230px) 1fr clamp(128px, 9vw, 160px);
  align-items: center;
  min-height: clamp(86px, 6.4vw, 112px);
  padding: 0 clamp(42px, 4.9vw, 86px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 254, 253, 0.96);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  width: 142px;
  height: 58px;
  overflow: hidden;
}

.brand img {
  width: 150px;
  max-width: none;
  transform: translateX(-8px);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(36px, 5.2vw, 92px);
  color: var(--muted);
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 700;
}

.site-nav a {
  padding: 12px 0;
}

.header-cta {
  justify-self: end;
  min-width: clamp(126px, 9.4vw, 164px);
  min-height: clamp(42px, 3vw, 52px);
  padding: 0 30px;
  border: 2px solid rgba(80, 78, 118, 0.58);
  border-radius: 999px;
  color: var(--purple);
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 800;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(180px, 13.2vw, 232px);
  min-height: clamp(54px, 3.65vw, 64px);
  padding: 0 36px;
  border-radius: 999px;
  border: 0;
  font-size: clamp(20px, 1.37vw, 24px);
  font-weight: 800;
  cursor: pointer;
}

.button-secondary {
  background: rgba(80, 78, 118, 0.6);
  color: var(--white);
}

.button-primary {
  background: linear-gradient(180deg, #ff8d5e 0%, var(--orange) 100%);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 50.5% 49.5%;
  min-height: clamp(820px, 61.4vw, 1076px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  left: clamp(-118px, -6.7vw, -72px);
  top: clamp(82px, 5.4vw, 94px);
  width: clamp(610px, 43.7vw, 765px);
  height: clamp(480px, 34.4vw, 602px);
  border-radius: 50%;
  background: rgba(196, 195, 227, 0.4);
}

.hero-title {
  position: relative;
  z-index: 1;
  padding: clamp(86px, 5.65vw, 99px) 0 0 clamp(42px, 4.9vw, 86px);
}

.hero h1 {
  max-width: clamp(540px, 37.1vw, 650px);
  margin: 0 0 clamp(44px, 3.4vw, 60px);
  font-family: var(--font-display);
  font-size: clamp(94px, 6.96vw, 122px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--orange);
}

.hero-story {
  position: relative;
  min-height: 100%;
  padding: clamp(260px, 18vw, 315px) clamp(42px, 4.9vw, 86px) 0 clamp(56px, 4.1vw, 72px);
}

.hero-story h2 {
  margin: 0 0 10px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: clamp(28px, 1.83vw, 32px);
  font-weight: 800;
  line-height: 1.15;
}

.hero-story .hero-tagline {
  max-width: 620px;
  margin: 0 0 32px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: clamp(28px, 1.83vw, 32px);
  font-weight: 800;
  line-height: 1.15;
}

.hero-points,
.hero-degreehat {
  position: absolute;
  top: 8px;
  right: clamp(-58px, -3.3vw, -30px);
  width: 520px;
  max-width: none;
  pointer-events: none;
}

.hero-degreehat {
  z-index: 2;
}

.mini-grid {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  width: min(662px, 100%);
  max-width: 100%;
}

.mini-card {
  flex: 0 0 auto;
  border-radius: 22px;
  color: var(--ink);
  transition:
    flex-basis 420ms cubic-bezier(0.16, 1, 0.3, 1),
    height 420ms cubic-bezier(0.16, 1, 0.3, 1),
    padding 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: flex-basis, height, padding, transform;
}

.mini-purple {
  flex-basis: calc((100% - 28px) * 0.59);
  height: clamp(205px, 12.8vw, 224px);
  padding: clamp(28px, 1.83vw, 32px) clamp(24px, 1.6vw, 28px);
  background: var(--purple-soft);
}

.mini-yellow {
  flex-basis: calc((100% - 28px) * 0.41);
  height: clamp(154px, 9.5vw, 166px);
  padding: 24px 20px;
  background: #fff4bf;
}

.mini-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
  transition: font-size 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mini-card p {
  max-width: 270px;
  margin: 0 0 clamp(24px, 2.28vw, 40px);
  color: var(--muted);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.16;
  transition:
    max-width 420ms cubic-bezier(0.16, 1, 0.3, 1),
    font-size 420ms cubic-bezier(0.16, 1, 0.3, 1),
    margin 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mini-yellow h3 {
  font-size: 18px;
}

.mini-yellow p {
  max-width: 180px;
  margin-bottom: 24px;
  font-size: 16px;
}

.mini-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 44px;
  border-radius: 999px;
  background: rgba(80, 78, 118, 0.54);
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  transition:
    min-width 420ms cubic-bezier(0.16, 1, 0.3, 1),
    min-height 420ms cubic-bezier(0.16, 1, 0.3, 1),
    font-size 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 180ms ease;
}

.mini-yellow a {
  min-width: 104px;
  min-height: 32px;
  background: var(--orange);
  font-size: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .mini-card:hover,
  .mini-card:focus-within {
    transform: translateY(-6px);
  }

  .mini-card a:hover {
    transform: translateY(-2px);
  }

  .mini-grid:has(.mini-yellow:hover),
  .mini-grid:has(.mini-yellow:focus-within) {
    /* Card sizes swap smoothly through flex-basis instead of grid track jumps. */
  }

  .mini-grid:has(.mini-yellow:hover) .mini-purple,
  .mini-grid:has(.mini-yellow:focus-within) .mini-purple {
    flex-basis: calc((100% - 28px) * 0.41);
    height: clamp(154px, 9.5vw, 166px);
    padding: 24px 20px;
  }

  .mini-grid:has(.mini-yellow:hover) .mini-purple h3,
  .mini-grid:has(.mini-yellow:focus-within) .mini-purple h3 {
    font-size: 18px;
  }

  .mini-grid:has(.mini-yellow:hover) .mini-purple p,
  .mini-grid:has(.mini-yellow:focus-within) .mini-purple p {
    max-width: 180px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .mini-grid:has(.mini-yellow:hover) .mini-purple a,
  .mini-grid:has(.mini-yellow:focus-within) .mini-purple a {
    min-width: 104px;
    min-height: 32px;
    font-size: 12px;
  }

  .mini-grid:has(.mini-yellow:hover) .mini-yellow,
  .mini-grid:has(.mini-yellow:focus-within) .mini-yellow {
    flex-basis: calc((100% - 28px) * 0.59);
    height: clamp(205px, 12.8vw, 224px);
    padding: clamp(28px, 1.83vw, 32px) clamp(24px, 1.6vw, 28px);
  }

  .mini-grid:has(.mini-yellow:hover) .mini-yellow h3,
  .mini-grid:has(.mini-yellow:focus-within) .mini-yellow h3 {
    font-size: 24px;
  }

  .mini-grid:has(.mini-yellow:hover) .mini-yellow p,
  .mini-grid:has(.mini-yellow:focus-within) .mini-yellow p {
    max-width: 270px;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .mini-grid:has(.mini-yellow:hover) .mini-yellow a,
  .mini-grid:has(.mini-yellow:focus-within) .mini-yellow a {
    min-width: 138px;
    min-height: 44px;
    font-size: 16px;
  }
}

.hero-note {
  margin-top: 36px;
  color: var(--muted);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 500;
}

.hero-note span {
  font-size: 21px;
}

.hero-brain {
  position: absolute;
  right: 72px;
  bottom: 16px;
  width: 420px;
  max-width: none;
  opacity: 0.45;
}

.mission {
  position: relative;
  display: grid;
  grid-template-columns: 53% 47%;
  min-height: 532px;
  padding: 64px 88px 70px;
  overflow: hidden;
  background: var(--page-blue);
}

.mission-copy h2 {
  margin: 0 0 22px;
  color: rgba(80, 78, 118, 0.76);
  font-family: var(--font-display);
  font-size: 185px;
  font-weight: 900;
  line-height: 0.82;
}

.mission-copy p {
  max-width: 780px;
  margin: 0;
  color: var(--purple);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.22;
}

.mission-pills {
  position: relative;
}

.mission-pills span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 67px;
  padding: 0 58px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 500;
}

.mission-pills span:nth-child(1) {
  left: 50px;
  top: 64px;
  min-width: 232px;
  background: var(--blue);
}

.mission-pills span:nth-child(2) {
  right: 60px;
  top: 98px;
  min-width: 245px;
  background: var(--orange-soft);
}

.mission-pills span:nth-child(3) {
  left: 50px;
  top: 192px;
  min-width: 306px;
  background: var(--purple-soft);
}

.mission-pills span:nth-child(4) {
  right: 0;
  top: 282px;
  min-width: 255px;
  background: var(--mint);
}

.mission-pills span:nth-child(5) {
  left: 166px;
  bottom: 10px;
  min-width: 210px;
  background: #ffdea0;
}

.bring {
  position: relative;
  min-height: 1048px;
  padding: 205px 78px 0;
  overflow: hidden;
  background: var(--white);
}

.bring-ruler,
.bring-report,
.bring-mascot,
.bring-circle {
  position: absolute;
  pointer-events: none;
  max-width: none;
}

.bring-ruler {
  left: -86px;
  top: -95px;
  width: 280px;
  opacity: 0.28;
}

.bring-report {
  left: 754px;
  top: -15px;
  width: 292px;
  opacity: 0.25;
}

.bring-mascot {
  right: 188px;
  top: 72px;
  width: 750px;
  opacity: 0.32;
}

.bring-circle {
  right: -60px;
  top: 98px;
  width: 732px;
  opacity: 1;
}

.bring-heading {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.bring-heading span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 27px;
  font-weight: 800;
}

.bring-heading span::before {
  content: "";
  width: 28px;
  height: 2px;
  margin-right: 7px;
  background: currentColor;
}

.bring-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 76px;
  font-weight: 900;
  line-height: 1.16;
}

.feature-list {
  position: relative;
  z-index: 2;
  margin-top: 12px;
}

.feature-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  min-height: 164px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.feature-row:last-child {
  border-bottom: 1px solid var(--line);
}

.feature-left div {
  grid-column: 1 / 6;
}

.feature-right div {
  grid-column: 7 / 12;
}

.feature-row h3 {
  margin: 0 0 12px;
  color: var(--purple);
  font-family: var(--font-display);
  font-size: 41px;
  font-weight: 900;
  line-height: 1.06;
}

.feature-row p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.18;
}

.feature-row span {
  position: absolute;
  top: 30px;
  color: var(--purple);
  font-size: 17px;
  font-weight: 500;
}

.feature-left span {
  left: 43%;
}

.feature-right span {
  right: 9%;
}

.cta {
  position: relative;
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 678px;
  padding: 120px 78px 60px;
  overflow: hidden;
  background: var(--white);
}

.cta-copy {
  position: relative;
  z-index: 3;
}

.cta h2 {
  max-width: 660px;
  margin: 0 0 48px;
  font-family: var(--font-display);
  font-size: 106px;
  font-weight: 900;
  line-height: 1.25;
}

.cta p {
  max-width: 640px;
  margin: 0 0 62px;
  color: var(--muted);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.18;
}

.cta-visual {
  position: relative;
  align-self: center;
  height: 430px;
}

.cta-ellipses,
.cta-code,
.cta-crown {
  position: absolute;
  max-width: none;
  pointer-events: none;
}

.cta-ellipses {
  right: -14px;
  top: 10px;
  width: 980px;
}

.cta-code {
  left: -200px;
  top: 84px;
  width: 540px;
  opacity: 0.22;
}

.cta-crown {
  right: -2px;
  top: 42px;
  width: 245px;
}

.learner-count {
  position: absolute;
  right: 64px;
  top: 142px;
  width: 455px;
  z-index: 2;
}

.learner-count strong {
  display: block;
  margin-bottom: 36px;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
}

.learner-count span {
  display: block;
  padding-bottom: 12px;
  border-bottom: 3px solid rgba(133, 131, 151, 0.28);
  color: var(--muted);
  font-size: 24px;
  font-weight: 800;
}

.learner-count small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 500;
}

.site-footer {
  background: var(--purple);
  color: rgba(255, 255, 255, 0.68);
}

.access-modal[hidden] {
  display: none;
}

.access-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 28px;
}

.access-modal-open {
  overflow: hidden;
}

.access-modal__scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(50, 48, 70, 0.42);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.access-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: min(92vh, 860px);
  overflow: auto;
  padding: clamp(28px, 3.1vw, 46px);
  border: 1px solid rgba(80, 78, 118, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 90px rgba(50, 48, 70, 0.22);
}

.access-modal__close {
  position: absolute;
  right: 18px;
  top: 16px;
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(80, 78, 118, 0.16);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.access-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 18px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.access-modal h2 {
  max-width: 560px;
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(42px, 4.3vw, 64px);
  font-weight: 900;
  line-height: 1.04;
}

.access-modal p {
  max-width: 610px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.access-form {
  display: grid;
  gap: 18px;
}

.access-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.access-form label,
.access-form fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.access-form input,
.access-form select,
.access-form textarea {
  width: 100%;
  border: 1px solid rgba(80, 78, 118, 0.2);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}

.access-form input,
.access-form select {
  min-height: 48px;
  padding: 0 14px;
}

.access-form textarea {
  min-height: 116px;
  padding: 14px;
  resize: vertical;
}

.access-form fieldset {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 16px;
  border: 1px solid rgba(80, 78, 118, 0.16);
  border-radius: 8px;
}

.access-form legend {
  padding: 0 8px;
}

.access-form fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--purple-wash);
  font-size: 14px;
}

.access-form fieldset input {
  width: 16px;
  min-height: 16px;
  padding: 0;
  accent-color: var(--orange);
}

.access-form__message {
  min-height: 22px;
  margin: 0;
  color: #a43d1f;
  font-size: 15px;
  font-weight: 800;
}

.access-form__message--success {
  color: #3f6846;
}

.access-form__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 2px;
}

.access-form__secondary,
.access-form__primary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.access-form__secondary {
  border: 1px solid rgba(80, 78, 118, 0.24);
  background: var(--white);
  color: var(--purple);
}

.access-form__primary {
  border: 0;
  background: linear-gradient(180deg, #ff8d5e 0%, var(--orange) 100%);
  color: var(--white);
}

.access-success {
  display: grid;
  min-height: 440px;
  align-content: center;
  padding: 28px 0 8px;
}

.access-success:focus {
  outline: none;
}

.access-success .access-modal__eyebrow {
  justify-self: start;
}

.access-success[hidden],
[data-early-access-request-view][hidden] {
  display: none;
}

.access-success__intro {
  margin-bottom: 28px;
}

.access-success__steps {
  max-width: 610px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(80, 78, 118, 0.16);
  list-style: none;
}

.access-success__steps li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(80, 78, 118, 0.16);
}

.access-success__steps li > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--purple-wash);
  color: var(--purple);
  font-size: 14px;
  font-weight: 900;
}

.access-success__steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

.access-modal .access-success__steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.access-modal .access-success__note {
  max-width: 610px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.access-success__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

.access-success__actions .access-form__primary {
  min-width: 128px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.4fr repeat(4, 1fr);
  gap: 56px;
  min-height: 344px;
  padding: 58px 96px 42px;
}

.footer-brand img {
  width: 126px;
  max-width: none;
  margin: 0 0 20px -8px;
}

.footer-brand p {
  max-width: 280px;
  margin: 0 0 44px;
  font-size: 15px;
  line-height: 1.45;
}

.footer-brand span {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  color: var(--white);
  font-size: 14px;
}

.footer-grid h2 {
  margin: 50px 0 12px;
  color: var(--white);
  font-size: 16px;
}

.footer-grid nav a {
  display: block;
  margin: 10px 0;
  font-size: 16px;
}

.soon-page {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--page-blue) 0 48%, var(--white) 48% 100%);
}

.soon-main {
  min-height: calc(100vh - 112px);
  display: grid;
  place-items: center;
  padding: 64px 86px 82px;
  overflow: hidden;
}

.soon-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.76fr);
  align-items: center;
  width: min(100%, 1260px);
  min-height: 600px;
  overflow: hidden;
}

.soon-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 96px;
  width: 540px;
  height: 540px;
  border-radius: 36px;
  background: rgba(196, 195, 227, 0.3);
  transform: rotate(-4deg);
}

.soon-copy {
  position: relative;
  z-index: 2;
}

.soon-copy span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--ink);
  font-size: 19px;
  font-weight: 800;
}

.soon-copy h1 {
  max-width: 650px;
  margin: 38px 0 30px;
  font-family: var(--font-display);
  font-size: clamp(54px, 5.1vw, 86px);
  font-weight: 900;
  line-height: 1.08;
}

.soon-copy p {
  max-width: 680px;
  margin: 0 0 42px;
  color: var(--muted);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.34;
}

.soon-visual {
  position: relative;
  min-height: 520px;
}

.soon-orbs {
  position: absolute;
  right: 82px;
  top: 24px;
  width: 290px;
  height: 230px;
}

.soon-orbs span {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.soon-orbs span:nth-child(1) {
  right: 0;
  top: 0;
  width: 156px;
  height: 156px;
  background: var(--orange);
  opacity: 0.86;
}

.soon-orbs span:nth-child(2) {
  right: 18px;
  top: 118px;
  width: 88px;
  height: 88px;
  background: #f2becd;
  opacity: 0.78;
}

.soon-orbs span:nth-child(3) {
  left: 16px;
  top: 150px;
  width: 78px;
  height: 78px;
  background: var(--mint);
  opacity: 0.82;
}

.soon-mascot {
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 560px;
  max-width: none;
  opacity: 0.5;
}

@media (min-width: 1600px) {
  .hero,
  .mission,
  .bring,
  .cta,
  .footer-grid {
    max-width: 1752px;
    margin-inline: auto;
  }
}

@media (max-width: 1200px) {
  .site-header {
    grid-template-columns: 170px 1fr 138px;
    min-height: 92px;
    padding: 0 36px;
  }

  .site-nav {
    gap: 34px;
    font-size: 16px;
  }

  .hero,
  .mission,
  .cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-title,
  .hero-story,
  .mission,
  .bring,
  .cta {
    padding-inline: 36px;
  }

  .hero-story {
    padding-top: 80px;
    padding-bottom: 420px;
  }

  .hero h1 {
    font-size: clamp(72px, 12vw, 108px);
  }

  .mission-copy h2 {
    font-size: clamp(92px, 16vw, 150px);
  }

  .mission-pills {
    min-height: 360px;
  }

  .bring-mascot,
  .bring-circle {
    right: -180px;
  }

  .feature-left div,
  .feature-right div {
    grid-column: 1 / 9;
  }

  .feature-left span,
  .feature-right span {
    left: auto;
    right: 4px;
  }

  .cta-visual {
    min-height: 500px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 761px) and (max-width: 1200px) {
  .hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
    min-height: 760px;
  }

  .hero-title {
    padding-top: 84px;
  }

  .hero-story {
    padding-top: 228px;
    padding-bottom: 0;
  }

  .hero h1 {
    max-width: 540px;
    font-size: clamp(74px, 8.6vw, 96px);
  }

  .hero-points,
  .hero-degreehat {
    right: -84px;
    width: 420px;
  }

  .mini-grid {
    width: min(100%, 560px);
    gap: 20px;
  }

  .mini-card h3 {
    font-size: 20px;
  }

  .mini-card p {
    font-size: 17px;
  }

  .mini-yellow h3 {
    font-size: 16px;
  }

  .mini-yellow p {
    font-size: 14px;
  }

  .mission {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .mission-pills {
    min-height: 230px;
  }

  .bring {
    padding-inline: 48px;
  }

  .bring-heading h2 {
    max-width: 620px;
    font-size: clamp(56px, 7vw, 72px);
  }

  .cta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cta-visual {
    width: min(820px, 100%);
    min-height: 390px;
  }

  .cta-ellipses {
    right: 0;
    width: min(760px, 100%);
  }

  .cta-code {
    left: 0;
  }

  .cta-crown {
    right: 40px;
  }

  .learner-count {
    right: 80px;
  }

  .soon-card {
    grid-template-columns: 1fr 0.78fr;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .site-header {
    grid-template-columns: 140px 1fr 120px;
    padding-inline: 28px;
  }

  .site-nav {
    gap: 22px;
    font-size: 14px;
  }

  .header-cta {
    min-width: 132px;
    padding-inline: 20px;
    font-size: 14px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-title {
    padding-top: 70px;
  }

  .hero h1 {
    max-width: 620px;
    margin-bottom: 42px;
    font-size: clamp(76px, 10.4vw, 92px);
  }

  .hero-story {
    padding-top: 56px;
    padding-bottom: 300px;
  }

  .hero-points,
  .hero-degreehat {
    right: -110px;
    top: -64px;
    width: 390px;
    opacity: 0.72;
  }

  .mini-grid {
    width: min(100%, 640px);
  }

  .hero-note {
    max-width: 560px;
  }

  .hero-brain {
    right: 24px;
    bottom: 18px;
    width: 420px;
    opacity: 0.24;
  }

  .mission-copy h2 {
    font-size: clamp(88px, 16vw, 132px);
  }

  .soon-card {
    grid-template-columns: 1fr;
  }

  .soon-visual {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr 48px;
    min-height: 76px;
    padding: 0 18px;
  }

  .brand {
    width: 112px;
  }

  .brand img {
    width: 132px;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .site-nav.is-open {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 82px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }

  .site-nav.is-open a {
    padding: 12px;
  }

  .button {
    min-width: 176px;
    min-height: 54px;
    font-size: 20px;
  }

  .hero-title,
  .hero-story,
  .mission,
  .bring,
  .cta {
    padding-inline: 22px;
  }

  .hero-title {
    padding-top: 52px;
  }

  .hero::before {
    left: -230px;
    top: 72px;
    width: 470px;
    height: 390px;
  }

  .hero h1 {
    max-width: 100%;
    margin-bottom: 34px;
    font-size: clamp(46px, 14.5vw, 66px);
    line-height: 1.04;
  }

  .hero-story {
    padding-top: 58px;
    padding-bottom: 260px;
  }

  .hero-story h2 {
    margin-bottom: 8px;
    font-size: clamp(23px, 7vw, 28px);
  }

  .hero-story .hero-tagline {
    margin-bottom: 24px;
    font-size: clamp(23px, 7vw, 28px);
  }

  .hero-points,
  .hero-degreehat {
    display: none;
  }

  .mini-grid {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .mini-grid:has(.mini-yellow:hover),
  .mini-grid:has(.mini-yellow:focus-within) {
    width: 100%;
  }

  .mini-purple,
  .mini-yellow {
    flex-basis: auto;
    height: auto;
    padding: 26px 22px;
  }

  .mini-card,
  .mini-card h3,
  .mini-card p,
  .mini-card a {
    transition: none;
  }

  .mini-card h3,
  .mini-yellow h3 {
    font-size: 22px;
  }

  .mini-card p,
  .mini-yellow p {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 17px;
  }

  .mini-card a,
  .mini-yellow a {
    min-width: 128px;
    min-height: 42px;
    font-size: 15px;
  }

  .hero-brain {
    right: -76px;
    bottom: 12px;
    width: 320px;
    opacity: 0.22;
  }

  .mission {
    min-height: auto;
    padding-top: 54px;
  }

  .mission-copy h2 {
    font-size: clamp(60px, 18vw, 94px);
  }

  .mission-copy p {
    font-size: 18px;
  }

  .mission-pills {
    min-height: 0;
    display: grid;
    gap: 12px;
    padding-top: 34px;
  }

  .mission-pills span {
    position: static;
    min-width: 0;
    width: 100%;
    font-size: 18px;
  }

  .bring {
    min-height: auto;
    padding-top: 82px;
    padding-bottom: 24px;
  }

  .bring-heading h2 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .bring-mascot {
    right: -190px;
    top: 135px;
    width: 420px;
    opacity: 0.18;
  }

  .bring-circle {
    right: -280px;
    top: 180px;
    width: 520px;
    opacity: 0.7;
  }

  .bring-report {
    left: auto;
    right: -80px;
  }

  .feature-row {
    display: block;
    min-height: 0;
    padding: 34px 0 48px;
  }

  .feature-row h3 {
    padding-right: 44px;
    font-size: clamp(29px, 8.8vw, 36px);
  }

  .feature-row p {
    font-size: 17px;
  }

  .feature-row span {
    top: 38px;
    right: 0;
    left: auto;
  }

  .cta {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 52px;
  }

  .cta h2 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .cta p {
    font-size: 18px;
  }

  .cta-visual {
    height: 340px;
    margin-left: -98px;
  }

  .cta-ellipses {
    width: 650px;
  }

  .cta-code {
    left: 72px;
    top: 90px;
    width: 310px;
  }

  .cta-crown {
    right: -190px;
    top: 36px;
    width: 150px;
  }

  .learner-count {
    right: -188px;
    top: 118px;
    width: 282px;
  }

  .learner-count strong {
    font-size: 42px;
  }

  .learner-count span,
  .learner-count small {
    font-size: 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding: 46px 22px;
    gap: 26px;
  }

  .footer-grid h2 {
    margin-top: 0;
  }

  .access-modal {
    padding: 12px;
  }

  .access-modal__panel {
    max-height: calc(100vh - 24px);
    padding: 26px 20px;
  }

  .access-modal h2 {
    padding-right: 40px;
    font-size: clamp(38px, 13vw, 52px);
  }

  .access-form__grid,
  .access-form fieldset {
    grid-template-columns: 1fr;
  }

  .access-success {
    min-height: 0;
    padding-top: 24px;
  }

  .access-success__actions .access-form__primary {
    width: 100%;
  }

  .soon-main {
    min-height: calc(100vh - 76px);
    padding: 42px 22px 54px;
  }

  .soon-card {
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: visible;
  }

  .soon-card::before {
    left: -36px;
    top: 92px;
    width: calc(100% + 40px);
    height: 390px;
    border-radius: 28px;
    transform: rotate(-2deg);
  }

  .soon-copy h1 {
    max-width: 100%;
    font-size: clamp(44px, 13.5vw, 62px);
    line-height: 1.06;
  }

  .soon-copy p {
    font-size: 17px;
  }

  .soon-visual {
    min-height: 300px;
  }

  .soon-orbs {
    right: 8px;
    top: 8px;
    width: 210px;
    height: 180px;
  }

  .soon-orbs span:nth-child(1) {
    width: 110px;
    height: 110px;
  }

  .soon-orbs span:nth-child(2) {
    right: 12px;
    top: 86px;
    width: 62px;
    height: 62px;
  }

  .soon-orbs span:nth-child(3) {
    left: 0;
    top: 112px;
    width: 54px;
    height: 54px;
  }

  .soon-mascot {
    right: -36px;
    bottom: 0;
    width: min(360px, 92vw);
    opacity: 0.42;
  }
}

@media (hover: none) {
  .mini-card:hover {
    transform: none;
  }
}
