:root {
    --bg: #050916;
    --surface: #0d1530;
    --surface-soft: #111c3c;
    --text: #f5f7ff;
    --muted: #a9b3d0;
    --line: rgba(255, 255, 255, 0.12);
    --accent: #8ca2ff;
    --accent-strong: #b9c5ff;
    --radius: 24px;
    --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 15% 5%, rgba(65, 84, 180, 0.25), transparent 28rem),
        radial-gradient(circle at 85% 28%, rgba(87, 46, 150, 0.18), transparent 25rem),
        var(--bg);
    font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    content: "";
    opacity: 0.4;
    background-image: radial-gradient(#fff 0.7px, transparent 0.7px);
    background-size: 24px 24px;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { max-width: 12ch; font-size: clamp(3.4rem, 9vw, 7.7rem); }
h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); }
h3 { font-size: 1.8rem; }
.shell { width: var(--shell); margin-inline: auto; }
.page-shell { min-height: 75vh; padding-block: 150px 100px; }
.site-header {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    left: 0;
    transition: background 180ms ease, border-color 180ms ease;
    border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(5, 9, 22, 0.82); backdrop-filter: blur(18px); }
.site-header__inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 800; letter-spacing: 0.08em; text-decoration: none; }
.brand img { width: auto; max-height: 44px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--muted); text-decoration: none; }
.site-nav a:hover { color: var(--text); }
.nav-cta { padding: 9px 18px; border: 1px solid var(--line); border-radius: 999px; }
.menu-toggle { display: none; color: var(--text); border: 0; background: transparent; font: inherit; }
.hero { position: relative; display: grid; min-height: 94vh; place-content: center start; overflow: hidden; padding-block: 140px 80px; }
.hero__copy { position: relative; z-index: 2; }
.hero h1 { margin: 10px 0 18px; }
.hero__tagline { max-width: 650px; color: var(--accent-strong); font-size: clamp(1.25rem, 2.4vw, 2rem); }
.hero blockquote { position: absolute; z-index: 2; right: 0; bottom: 8%; max-width: 430px; margin: 0; padding: 24px; border-left: 1px solid var(--accent); color: var(--muted); background: rgba(5, 9, 22, 0.45); backdrop-filter: blur(12px); }
.hero blockquote cite { color: var(--text); font-style: normal; }
.orbit { position: absolute; width: 620px; height: 620px; border: 1px solid rgba(140, 162, 255, 0.2); border-radius: 50%; }
.orbit::after { position: absolute; width: 54px; height: 54px; content: ""; border-radius: 50%; background: radial-gradient(circle at 32% 26%, #fff, var(--accent) 24%, #283a91 72%); box-shadow: 0 0 45px rgba(140, 162, 255, 0.75); }
.orbit--one { top: 7%; right: -16%; transform: rotate(-22deg); }
.orbit--one::after { top: 20%; left: 4%; }
.orbit--two { top: 22%; right: -1%; width: 380px; height: 380px; transform: rotate(58deg); }
.orbit--two::after { right: -18px; bottom: 30%; width: 34px; height: 34px; }
.eyebrow { margin-bottom: 8px; color: var(--accent-strong); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.lead { color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.4rem); }
.muted { color: var(--muted); }
.section { padding-block: 110px; scroll-margin-top: 70px; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section--split { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 8vw; align-items: start; border-top: 1px solid var(--line); }
.subscription { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-inline: clamp(30px, 6vw, 76px); border: 1px solid var(--line); border-radius: 36px; background: linear-gradient(135deg, rgba(47, 65, 145, 0.38), rgba(20, 28, 61, 0.85)); }
.subscription > div { max-width: 700px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 22px; border: 1px solid var(--accent); border-radius: 999px; color: #071026; background: var(--accent-strong); font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; }
.button:hover { filter: brightness(1.08); }
.button--ghost { color: var(--text); background: transparent; }
.text-link, .back-link { color: var(--accent-strong); text-decoration: none; }
.back-link { display: inline-block; margin-bottom: 50px; }
.course-carousel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.course-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.course-card { display: grid; grid-template-columns: 150px 1fr; gap: 28px; min-height: 300px; align-items: center; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(13, 21, 48, 0.74); }
.course-card h3 a { text-decoration: none; }
.course-card p { color: var(--muted); }
.course-card .price { color: var(--text); }
.planet { position: relative; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, var(--planet-color) 18%, color-mix(in srgb, var(--planet-color), #050916 50%) 62%, #02040a 100%); box-shadow: inset -24px -28px 40px rgba(0,0,0,.45), 0 0 55px color-mix(in srgb, var(--planet-color), transparent 48%); }
.planet img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.planet--large { width: min(430px, 70vw); margin: 0 auto 46px; }
.price { color: var(--text); font-size: 1.1rem; font-weight: 800; }
.course-detail__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 8vw; }
.course-detail__aside { padding-top: 80px; }
.feature-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 28px; color: var(--muted); }
.feature-list li::before { position: absolute; left: 0; content: "✦"; color: var(--accent); }
.richtext a { color: var(--accent-strong); }
.richtext > :last-child { margin-bottom: 0; }
.page-heading { max-width: 820px; margin-bottom: 56px; }
.questionnaire { max-width: 900px; }
.wizard-step { display: none; padding: clamp(28px, 6vw, 62px); border: 1px solid var(--line); border-radius: 30px; background: rgba(13, 21, 48, 0.86); }
.wizard-step.is-active { display: block; }
.wizard-step h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
.wizard-progress { color: var(--muted); }
.option-list ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.option-list label, .consent-row { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.option-list label:has(input:checked) { border-color: var(--accent); background: rgba(140, 162, 255, 0.12); }
input, select, textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: #080f24; font: inherit; }
input[type="radio"], input[type="checkbox"] { width: auto; margin-top: 5px; accent-color: var(--accent); }
.form-field { margin: 18px 0; }
.form-field > label { display: block; margin-bottom: 6px; color: var(--muted); }
.wizard-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 30px; }
.field-errors, .form-errors { margin-top: 10px; color: #ff9fba; }
.field-errors ul, .form-errors ul { margin: 0; }
.result-card { padding: clamp(30px, 7vw, 72px); border: 1px solid var(--line); border-radius: 34px; background: rgba(13, 21, 48, 0.84); }
.result-course { display: grid; grid-template-columns: 130px 1fr; gap: 30px; align-items: center; margin-top: 36px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; }
.chat-launcher { position: fixed; z-index: 40; right: 24px; bottom: 24px; width: 56px; height: 56px; border: 1px solid var(--accent); border-radius: 50%; color: #071026; background: var(--accent-strong); font: 800 1.4rem/1 inherit; cursor: pointer; box-shadow: 0 16px 45px rgba(0,0,0,.35); }
.chat-dialog { width: min(420px, calc(100vw - 30px)); margin: auto 24px 90px auto; padding: 32px; border: 1px solid var(--line); border-radius: 24px; color: var(--text); background: #0d1530; }
.chat-dialog::backdrop { background: rgba(0,0,0,.45); }
.chat-dialog__close { float: right; color: var(--muted); border: 0; background: none; font-size: 1.8rem; cursor: pointer; }
.site-footer { padding-block: 60px; border-top: 1px solid var(--line); color: var(--muted); }
.site-footer__inner { display: flex; justify-content: space-between; gap: 30px; }
.site-footer a { display: block; }

@media (max-width: 820px) {
    :root { --shell: min(100% - 28px, 700px); }
    .menu-toggle { display: block; }
    .site-nav { position: absolute; top: 68px; right: 14px; display: none; width: min(320px, calc(100vw - 28px)); align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #0d1530; box-shadow: 0 18px 45px rgba(0,0,0,.4); }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 12px; }
    .hero { min-height: 860px; place-content: start; }
    .hero blockquote { right: 0; bottom: 80px; left: 0; }
    .orbit--one { top: 22%; right: -90%; }
    .orbit--two { top: 30%; right: -55%; }
    .section, .page-shell { padding-block: 95px 70px; }
    .course-carousel, .course-grid, .section--split, .course-detail__grid { grid-template-columns: 1fr; }
    .subscription { align-items: flex-start; flex-direction: column; }
    .course-detail__aside { padding-top: 10px; }
}

@media (max-width: 520px) {
    h1 { font-size: 3.1rem; }
    .course-card { grid-template-columns: 86px 1fr; gap: 18px; padding: 20px; }
    .result-course { grid-template-columns: 1fr; }
    .result-course .planet { width: 110px; }
    .site-footer__inner { flex-direction: column; }
    .wizard-actions { align-items: stretch; flex-direction: column-reverse; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Homepage based on the supplied paper-and-ink mockup. */
.home-page {
    --paper: #f4f3ee;
    --paper-deep: #e9e8e1;
    --ink: #171829;
    --ink-soft: #292b42;
    --yellow: #ffdf00;
    --pencil: #5d5e6c;
    color: var(--ink);
    background: var(--paper);
}
.home-page::before { display: none; }
.home-page .shell { width: min(1240px, calc(100vw - 64px)); }
.home-page .site-header { position: absolute; color: var(--ink); }
.home-page .site-header.is-scrolled {
    position: fixed;
    border-color: rgba(23, 24, 41, .12);
    background: rgba(244, 243, 238, .94);
}
.home-page .brand { color: var(--ink); letter-spacing: .02em; }
.home-page .brand img { display: none; }
.home-page .brand::before { content: "★"; color: var(--yellow); font-size: 2rem; line-height: 1; }
.home-page .site-nav { gap: clamp(14px, 2vw, 30px); }
.home-page .site-nav a { color: var(--ink); font-size: .88rem; }
.home-page .site-nav a:hover { opacity: .58; }
.home-page .site-nav .nav-login {
    padding: 7px 21px;
    border: 1px solid var(--ink);
    border-radius: 999px;
}
.home-page .site-nav .nav-cta {
    padding: 9px 22px;
    border: 1px solid var(--yellow);
    color: var(--ink);
    background: var(--yellow);
    font-weight: 800;
}
.mockup-home { overflow: hidden; }
.paper-section { position: relative; background-color: var(--paper); }
.paper-section::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    opacity: .24;
    background-image:
        linear-gradient(93deg, transparent 48%, rgba(23,24,41,.06) 49%, transparent 50%),
        linear-gradient(7deg, transparent 48%, rgba(23,24,41,.04) 49%, transparent 50%);
    background-size: 92px 78px, 130px 110px;
}
.paper-section > .shell { position: relative; z-index: 1; }
.ink-section { position: relative; color: #fff; background: var(--ink); }
.torn-section::before,
.torn-section::after {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    height: 30px;
    content: "";
    background: var(--ink);
}
.torn-section::before {
    top: -28px;
    clip-path: polygon(0 78%, 5% 45%, 12% 72%, 19% 28%, 27% 68%, 36% 38%, 45% 82%, 54% 32%, 62% 70%, 71% 42%, 80% 76%, 90% 30%, 100% 64%, 100% 100%, 0 100%);
}
.torn-section::after {
    bottom: -28px;
    clip-path: polygon(0 0, 100% 0, 100% 32%, 92% 76%, 84% 42%, 74% 72%, 65% 36%, 55% 77%, 45% 30%, 34% 69%, 24% 37%, 14% 75%, 6% 43%, 0 68%);
}
.home-hero { min-height: 780px; padding: 126px 0 100px; }
.home-hero__inner { text-align: center; }
.home-hero__wordmark {
    margin: 46px 0 -8px;
    font-size: clamp(7rem, 17vw, 14rem);
    font-weight: 900;
    line-height: .82;
    letter-spacing: -.09em;
    text-transform: none;
}
.script-accent {
    margin: 0;
    font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
    font-size: clamp(1.2rem, 2.5vw, 2.15rem);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: .02em;
    transform: rotate(-1deg);
}
.home-hero__lead { max-width: 660px; margin: 76px auto 0; }
.home-hero__lead h1 { max-width: none; margin-bottom: 8px; font-size: clamp(1.3rem, 2.5vw, 2rem); letter-spacing: -.02em; }
.home-hero__lead .richtext { color: var(--pencil); }
.button--yellow {
    min-height: 43px;
    margin-top: 18px;
    padding-inline: 28px;
    border-color: var(--yellow);
    color: var(--ink);
    background: var(--yellow);
}
.constellation { position: absolute; z-index: 2; width: 300px; height: 150px; opacity: .9; }
.constellation::before,
.constellation::after { position: absolute; height: 2px; content: ""; background: var(--ink); transform-origin: left center; }
.constellation::before { top: 60px; left: 20px; width: 240px; transform: rotate(12deg); }
.constellation::after { top: 90px; left: 130px; width: 145px; transform: rotate(-47deg); }
.constellation i { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--ink); }
.constellation i:nth-child(1) { top: 45px; left: 10px; }
.constellation i:nth-child(2) { top: 70px; left: 104px; }
.constellation i:nth-child(3) { top: 94px; left: 218px; }
.constellation i:nth-child(4) { top: 126px; left: 278px; }
.constellation--left { top: 180px; left: -70px; transform: rotate(8deg); }
.constellation--right { right: -58px; bottom: 160px; transform: rotate(171deg); }
.home-section { padding: 130px 0; scroll-margin-top: 70px; }
.mockup-heading { margin-bottom: 60px; }
.mockup-heading h2,
.learning-intro h2,
.application-card h2,
.contact-copy h2 {
    max-width: 900px;
    margin-bottom: 20px;
    font-size: clamp(3rem, 6.5vw, 5.8rem);
    line-height: .96;
    letter-spacing: -.055em;
}
.mockup-heading--light { color: #fff; }
.mockup-heading--light .richtext { max-width: 680px; color: rgba(255,255,255,.78); }
.mockup-heading--split { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; }
.mockup-heading--inline { display: flex; align-items: baseline; gap: 32px; }
.speech-note {
    max-width: 280px;
    margin: 20px 25px 0 0;
    padding: 17px 28px;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-weight: 800;
    text-align: center;
    transform: rotate(4deg);
}
.benefit-grid { display: grid; max-width: 880px; margin-left: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 54px; }
.pinned-card { position: relative; min-height: 210px; padding: 34px; border: 1.5px solid rgba(255,255,255,.75); border-radius: 14px; }
.pinned-card h3 { margin-bottom: 12px; font-size: 1.55rem; }
.pinned-card p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.pin { position: absolute; top: -15px; left: 50%; width: 27px; height: 27px; border-radius: 50% 50% 40% 40%; background: #c7a466; box-shadow: 0 4px 0 #7f643c; transform: translateX(-50%); }
.audience-section { padding-top: 145px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; }
.outline-card { position: relative; padding: 36px 30px; border: 1.5px solid var(--ink); border-radius: 12px; text-align: center; }
.outline-card h3 { margin-bottom: 16px; font-size: 1.55rem; }
.outline-card p { margin: 0; color: var(--pencil); }
.outline-card__number { position: absolute; top: -18px; left: 22px; padding: 3px 10px; color: var(--paper); background: var(--ink); font-size: .78rem; font-weight: 800; }
.audience-section__note { margin-top: 54px; text-align: center; }
.courses-stage { min-height: 850px; }
.planet-field-placeholder { position: relative; display: grid; min-height: 620px; overflow: hidden; place-items: center; border: 1.5px dashed rgba(255,255,255,.5); border-radius: 32px; }
.planet-field-placeholder__label { position: relative; z-index: 3; display: grid; max-width: 520px; gap: 10px; padding: 34px; border: 1px solid rgba(255,255,255,.55); border-radius: 18px; background: rgba(23,24,41,.86); text-align: center; backdrop-filter: blur(6px); }
.planet-field-placeholder__label span { color: var(--yellow); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.planet-field-placeholder__label strong { font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.1; }
.planet-field-placeholder__label p { margin: 0; color: rgba(255,255,255,.65); }
.placeholder-orbit { position: absolute; width: 120%; height: 36%; border: 3px dashed rgba(255,255,255,.65); border-radius: 50%; transform: rotate(-7deg); }
.placeholder-orbit--one { top: 10%; }
.placeholder-orbit--two { top: 34%; width: 100%; }
.placeholder-orbit--three { top: 56%; width: 74%; }
.learning-section { padding-bottom: 80px; }
.learning-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; margin-bottom: 76px; }
.speech-card { position: relative; max-width: 430px; padding: 30px 36px; border: 2px solid var(--ink); border-radius: 50%; font-weight: 700; text-align: center; transform: rotate(-2deg); }
.speech-card::after { position: absolute; right: 22px; bottom: -23px; width: 45px; height: 35px; content: ""; border-right: 2px solid var(--ink); transform: skew(-34deg); }
.learning-intro .richtext { color: var(--pencil); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.process-card { min-height: 245px; padding: 30px 22px; }
.process-card > span { display: inline-grid; width: 50px; height: 50px; margin-bottom: 20px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-weight: 900; }
.process-card h3 { font-size: 1.35rem; }
.process-line { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 55px; font-size: clamp(1.1rem, 2vw, 1.6rem); }
.process-line i { width: 80px; height: 1px; background: var(--ink); }
.reviews-section { padding-top: 70px; }
.review-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; align-items: start; }
.review-card { margin: 0; padding: 46px 52px; border: 1.5px solid var(--ink); border-radius: 12px; font-size: clamp(1.15rem, 2.2vw, 1.55rem); }
.review-card footer { display: grid; margin-top: 30px; font-size: 1rem; }
.review-card footer span { color: var(--pencil); font-size: .86rem; }
.contact-section__kicker { margin-bottom: 42px; font-size: 1.1rem; font-weight: 800; text-align: center; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.application-card { padding: 42px; border: 1.5px solid var(--ink); border-radius: 14px; }
.application-card h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.application-card .eyebrow { color: var(--ink); }
.application-card small { display: block; margin-top: 18px; color: var(--pencil); }
.button--dark { margin-top: 18px; border-color: var(--ink); color: #fff; background: var(--ink); }
.contact-copy .script-accent { margin-bottom: 12px; }
.contact-copy h2 { font-size: clamp(3rem, 6vw, 5rem); }
.contact-copy .richtext { max-width: 620px; color: var(--pencil); }
.contact-list { display: grid; gap: 14px; margin-top: 32px; }
.contact-list a { display: grid; padding: 12px 0; border-bottom: 1px solid rgba(23,24,41,.2); text-decoration: none; }
.contact-list span { color: var(--pencil); font-size: .8rem; text-transform: uppercase; }
.home-page .chat-launcher { border-color: var(--ink); color: var(--ink); background: var(--yellow); }
.site-footer { position: relative; padding: 86px 0 26px; color: rgba(255,255,255,.7); background: var(--bg); }
.site-footer__inner { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 7vw; }
.site-footer__inner > div { display: grid; align-content: start; gap: 9px; }
.site-footer strong { color: #fff; }
.site-footer p { margin-bottom: 8px; }
.site-footer a { color: rgba(255,255,255,.7); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer .footer-cta { display: inline-flex; width: fit-content; margin-top: 8px; padding: 7px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

@media (max-width: 980px) {
    .home-page .shell { width: min(100% - 40px, 760px); }
    .home-page .menu-toggle { display: block; color: var(--ink); }
    .home-page .site-nav {
        position: absolute;
        top: 68px;
        right: 20px;
        display: none;
        width: min(320px, calc(100vw - 40px));
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 12px;
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 18px;
        color: #fff;
        background: var(--ink);
        box-shadow: 0 18px 45px rgba(0,0,0,.28);
    }
    .home-page .site-nav.is-open { display: flex; }
    .home-page .site-nav a { color: #fff; }
    .home-page .site-nav .nav-login { border-color: rgba(255,255,255,.65); }
    .home-page .site-nav .nav-cta { color: var(--ink); }
    .home-hero { min-height: 720px; }
    .home-hero__wordmark { font-size: clamp(5.5rem, 18vw, 9rem); }
    .benefit-grid { margin-left: 0; }
    .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .home-page .shell { width: min(100% - 28px, 520px); }
    .home-page .site-header__inner { min-height: 68px; }
    .home-hero { min-height: 670px; padding-top: 120px; }
    .home-hero__wordmark { margin-top: 60px; font-size: clamp(4.3rem, 21vw, 7rem); }
    .home-hero .script-accent { font-size: 1.1rem; }
    .home-hero__lead { margin-top: 70px; }
    .constellation { transform: scale(.58); }
    .constellation--left { left: -115px; }
    .constellation--right { right: -120px; }
    .home-section { padding: 95px 0; }
    .mockup-heading h2,
    .learning-intro h2,
    .contact-copy h2 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
    .mockup-heading--split,
    .mockup-heading--inline { align-items: flex-start; flex-direction: column; gap: 8px; }
    .speech-note { margin: 0; }
    .benefit-grid,
    .audience-grid,
    .learning-intro,
    .review-layout,
    .contact-layout { grid-template-columns: 1fr; }
    .benefit-grid { gap: 28px; }
    .audience-grid { gap: 24px; }
    .planet-field-placeholder { min-height: 500px; }
    .planet-field-placeholder__label { margin: 18px; padding: 26px 20px; }
    .learning-intro { gap: 70px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-line { gap: 10px; }
    .process-line i { width: 32px; }
    .review-layout { gap: 34px; }
    .review-card { padding: 30px 24px; }
    .application-card { padding: 30px 24px; }
    .site-footer__inner { grid-template-columns: 1fr; }
    .site-footer__bottom { flex-direction: column; }
}

/* Reference-detail pass: editable media, exact header rhythm, bubbles and spacing. */
html:has(body.orbit-home),
body.orbit-home { margin: 0; background: #17182d; }
.orbit-home {
    --orbit-ink: #19192f;
    --orbit-yellow: #efd400;
}
.orbit-home .site-header .shell { width: calc(100% - 64px); max-width: none; }
.orbit-home .site-header__inner { min-height: 96px; }
.orbit-home .brand { gap: 14px; font-size: 1.02rem; letter-spacing: -.02em; }
.orbit-home .brand::before { display: none; content: none; }
.orbit-home .brand img,
.orbit-home .brand .brand__star { display: block; width: 54px; height: 54px; object-fit: contain; }
.orbit-home .site-nav { gap: clamp(34px, 4vw, 66px); }
.orbit-home .site-nav a { font-size: 1rem; font-weight: 400; letter-spacing: -.015em; }
.orbit-home .site-nav .nav-login { width: 108px; min-height: 44px; padding: 9px 18px; border-radius: 15px; text-align: center; }
.orbit-home .site-nav .nav-cta { min-width: 258px; min-height: 44px; padding: 10px 25px; border-radius: 15px; font-weight: 700; text-align: center; }

.orbit-home h2 { font-size: clamp(3.65rem, 5vw, 4.8rem); font-weight: 700; line-height: 1.02; letter-spacing: -.037em; }
.orbit-home h3 { font-weight: 700; letter-spacing: -.022em; }
.orbit-home .handwritten { font-weight: 400; letter-spacing: .005em; }
.orbit-home .orbit-hero__pitch h2 { font-weight: 700; letter-spacing: -.025em; }
.orbit-home .about-heading h2 { font-size: clamp(4rem, 5vw, 4.85rem); }
.orbit-home .advantage-grid { width: min(900px, 100%); }
.orbit-home .clip-card h3 { font-weight: 700; letter-spacing: -.02em; }
.orbit-home .audience-grid { width: min(1120px, 100%); margin-inline: auto; }
.orbit-home .audience-grid .outline-card h3 { font-weight: 700; letter-spacing: -.025em; }
.orbit-home .process-card h3 { font-weight: 700; letter-spacing: -.025em; }
.orbit-home .reviews-panel h2 { margin-bottom: 50px; font-size: clamp(4rem, 5.4vw, 4.8rem); white-space: nowrap; }
.orbit-home .contact-copy h2 { font-size: clamp(4rem, 5.1vw, 4.85rem); font-weight: 700; letter-spacing: -.045em; }

.orbit-home .constellation { z-index: 1; background-position: center; background-repeat: no-repeat; background-size: contain; opacity: 1; transform: none; }
.orbit-home .constellation::before,
.orbit-home .constellation::after,
.orbit-home .constellation i { display: none; }
.orbit-home .constellation--hero-left { top: 158px; left: 0; width: 300px; height: 210px; background-image: url("../home/images/constellation-hero-left.svg"); }
.orbit-home .constellation--hero-right { right: 0; bottom: 92px; width: 340px; height: 220px; background-image: url("../home/images/constellation-hero-right.svg"); }
.orbit-home .constellation--section-left { bottom: 32px; left: 0; width: 250px; height: 330px; background-image: url("../home/images/constellation-section-left.svg"); filter: invert(1); opacity: .9; }
.orbit-home .constellation--review-right { right: 0; bottom: 46px; width: 220px; height: 300px; background-image: url("../home/images/constellation-review-right.svg"); }
.orbit-home .constellation--footer-left { bottom: 15px; left: 0; width: 250px; height: 330px; background-image: url("../home/images/constellation-section-left.svg"); filter: invert(1); opacity: .72; }
.orbit-home .constellation--footer-right { right: 0; bottom: 10px; width: 170px; height: 250px; background-image: url("../home/images/constellation-footer-right.svg"); filter: invert(1); opacity: .72; }

.orbit-home .speech-bubble { border-width: 2px; border-radius: 49% 51% 47% 53% / 52% 47% 53% 48%; background: transparent; }
.orbit-home .speech-bubble::before,
.orbit-home .speech-bubble::after { display: block; position: absolute; z-index: 2; top: 57%; left: -31px; width: 39px; height: 0; border: 0; border-top: 2px solid var(--orbit-ink); content: ""; background: transparent; transform-origin: right center; }
.orbit-home .speech-bubble::before { transform: rotate(18deg); }
.orbit-home .speech-bubble::after { top: 67%; width: 35px; transform: rotate(-13deg); }
.orbit-home .speech-bubble--light::before,
.orbit-home .speech-bubble--light::after { border-color: #fff; }
.orbit-home .mascot-dialog--audience .speech-bubble::before,
.orbit-home .mascot-dialog--audience .speech-bubble::after,
.orbit-home .speech-bubble--learning::before,
.orbit-home .speech-bubble--learning::after,
.orbit-home .waiting-character .speech-bubble::before,
.orbit-home .waiting-character .speech-bubble::after { right: -31px; left: auto; transform-origin: left center; }
.orbit-home .mascot-dialog--audience .speech-bubble::before,
.orbit-home .speech-bubble--learning::before,
.orbit-home .waiting-character .speech-bubble::before { transform: rotate(-18deg); }
.orbit-home .mascot-dialog--audience .speech-bubble::after,
.orbit-home .speech-bubble--learning::after,
.orbit-home .waiting-character .speech-bubble::after { transform: rotate(13deg); }

.orbit-home .learning-panel { padding-top: 112px; padding-bottom: 28px; }
.orbit-home .learning-heading { margin-bottom: 62px; }
.orbit-home .lesson-icon,
.orbit-home .lesson-icon .lesson-photo { width: 76px; height: 76px; }
.orbit-home .lesson-icon .lesson-photo { display: block; object-fit: contain; }
.orbit-home .journey-flow { margin-top: 72px; margin-bottom: 26px; gap: 30px; font-size: 1.5rem; letter-spacing: -.025em; }
.orbit-home .journey-flow strong { font-weight: 700; }
.orbit-home .journey-flow i { width: 100px; }

.orbit-home .reviews-panel { padding-top: 26px; padding-bottom: 20px; }
.orbit-home .review-layout { grid-template-columns: .85fr 1.15fr; gap: 68px; }
.orbit-home .review-card { padding: 38px 46px; }
.orbit-home .review-card footer { grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; }
.orbit-home .review-avatar-photo { display: block; width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.orbit-home .review-card footer > div { align-self: center; }
.orbit-home .review-card footer strong { line-height: 1.15; }
.orbit-home .review-card footer span { margin-top: 3px; line-height: 1.2; }

.orbit-home .contact-panel { padding-top: 24px; padding-bottom: 88px; }
.orbit-home .contact-kicker { margin-bottom: 50px; }
.orbit-home .contact-layout { grid-template-columns: 480px minmax(0,1fr); gap: 100px; }
.orbit-home .contact-copy > p { max-width: 550px; margin-inline: auto; line-height: 1.4; }
.orbit-home .contact-details { width: min(520px, 100%); margin: 30px auto 0; }
.orbit-home .contact-icon { width: 50px; height: 50px; border: 0; border-radius: 0; }
.orbit-home .contact-icon__image { display: block; width: 46px; height: 46px; object-fit: contain; }
.orbit-home .contact-details strong { font-size: 1rem; font-weight: 400; letter-spacing: -.01em; }
.orbit-home .contact-details small { margin-top: 2px; }
.orbit-home .home-lead-form input[data-phone-mask] { font-variant-numeric: tabular-nums; letter-spacing: .015em; }
.orbit-home .orbit-footer { margin-bottom: -1px; }

@media (max-width: 1180px) {
    .orbit-home .site-nav { gap: 24px; }
    .orbit-home .site-nav .nav-cta { min-width: 205px; }
    .orbit-home .contact-layout { grid-template-columns: minmax(360px, .9fr) 1.1fr; gap: 55px; }
}
@media (max-width: 980px) {
    .orbit-home .site-header .shell { width: calc(100% - 40px); }
    .orbit-home .site-nav .nav-login,
    .orbit-home .site-nav .nav-cta { width: auto; min-width: 0; }
    .orbit-home .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    .orbit-home .site-header .shell { width: calc(100% - 28px); }
    .orbit-home .brand img,
    .orbit-home .brand .brand__star { width: 50px; height: 50px; }
    .orbit-home .reviews-panel h2 { white-space: normal; }
    .orbit-home .journey-flow { margin-top: 54px; margin-bottom: 10px; gap: 9px; font-size: .98rem; }
    .orbit-home .journey-flow i { width: 34px; }
    .orbit-home .constellation { opacity: .55; }
}

/* Pixel-close homepage pass: local fonts, generated paper textures and image mascots. */
@font-face { font-family: "Orbit Montserrat"; src: url("../home/fonts/montserrat-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Orbit Montserrat"; src: url("../home/fonts/montserrat-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Orbit Montserrat"; src: url("../home/fonts/montserrat-700.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Orbit Montserrat"; src: url("../home/fonts/montserrat-800.ttf") format("truetype"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Orbit Montserrat"; src: url("../home/fonts/montserrat-900.ttf") format("truetype"); font-weight: 900; font-display: swap; }
@font-face { font-family: "Orbit Caveat"; src: url("../home/fonts/caveat-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Orbit Caveat"; src: url("../home/fonts/caveat-700.ttf") format("truetype"); font-weight: 700; font-display: swap; }

.orbit-home {
    --orbit-ink: #17182d;
    --orbit-paper: #f6f6f4;
    --orbit-yellow: #f2d500;
    min-width: 320px;
    color: var(--orbit-ink);
    background: #e9e5e8;
    font-family: "Orbit Montserrat", Arial, sans-serif;
}
.orbit-home::before { display: none; }
.orbit-home .shell { width: min(1168px, calc(100vw - 80px)); }
.orbit-page { overflow: hidden; background: var(--orbit-paper); }
.paper-light,
.orbit-home .site-header,
.orbit-home .site-header.is-scrolled {
    background-color: var(--orbit-paper);
    background-image: url("../home/images/paper-light.png");
    background-repeat: repeat;
    background-size: 1254px auto;
}
.orbit-section--navy,
.orbit-footer {
    background-color: var(--orbit-ink);
    background-image: url("../home/images/paper-navy.png");
    background-repeat: repeat;
    background-size: 1306px auto;
}
.orbit-home .site-header { position: absolute; color: var(--orbit-ink); }
.orbit-home .site-header.is-scrolled { position: fixed; border-bottom: 1px solid rgba(23,24,45,.12); box-shadow: 0 8px 24px rgba(23,24,45,.08); }
.orbit-home .site-header__inner { min-height: 96px; }
.orbit-home .brand { gap: 13px; color: var(--orbit-ink); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.orbit-home .brand img { display: none; }
.orbit-home .brand::before { display: grid; width: 48px; height: 48px; place-items: center; content: "★"; color: var(--orbit-yellow); font-size: 3.65rem; line-height: 1; }
.orbit-home .site-nav { gap: clamp(26px, 3.5vw, 58px); }
.orbit-home .site-nav a { color: var(--orbit-ink); font-size: .94rem; }
.orbit-home .site-nav .nav-login { padding: 9px 25px; border: 1.5px solid var(--orbit-ink); border-radius: 15px; }
.orbit-home .site-nav .nav-cta { padding: 11px 31px; border: 0; border-radius: 15px; color: var(--orbit-ink); background: var(--orbit-yellow); font-weight: 800; white-space: nowrap; }
.orbit-home .chat-launcher,
.orbit-home .chat-dialog { display: none; }
.orbit-home h1,
.orbit-home h2,
.orbit-home h3 { margin-top: 0; color: inherit; font-family: "Orbit Montserrat", Arial, sans-serif; }
.orbit-home h2 { font-size: clamp(3.75rem, 5.7vw, 5.4rem); line-height: .99; letter-spacing: -.055em; font-weight: 800; }
.handwritten { margin: 0; font-family: "Orbit Caveat", cursive; font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.05; font-weight: 400; }
.orbit-button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 9px 42px; border-radius: 15px; color: var(--orbit-ink); font-weight: 800; text-decoration: none; }
.orbit-button--yellow { background: var(--orbit-yellow); }

.orbit-hero { position: relative; min-height: 750px; padding: 125px 0 90px; }
.orbit-hero__inner { text-align: center; }
.orbit-wordmark { margin: 42px 0 0; font-size: clamp(7.2rem, 14vw, 13.4rem); font-weight: 900; line-height: .9; letter-spacing: -.085em; }
.orbit-subtitle { margin-top: -2px; font-size: clamp(2.65rem, 4vw, 3.8rem); transform: rotate(-1deg); }
.orbit-hero__pitch { max-width: 720px; margin: 78px auto 0; }
.orbit-hero__pitch h2 { margin-bottom: 8px; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.15; letter-spacing: -.02em; font-weight: 800; }
.orbit-hero__pitch p { margin-bottom: 21px; font-size: 1.03rem; }
.orbit-section { position: relative; padding: 102px 0; }
.orbit-section--navy { color: #f8f8f6; }
.torn-paper::before,
.torn-paper::after { position: absolute; z-index: 2; right: 0; left: 0; height: 31px; content: ""; background-color: var(--orbit-ink); background-image: url("../home/images/paper-navy.png"); background-size: 1306px auto; }
.torn-paper::before { top: -29px; clip-path: polygon(0 68%, 5% 51%, 11% 70%, 18% 48%, 25% 67%, 33% 53%, 40% 72%, 48% 49%, 57% 69%, 65% 52%, 73% 71%, 82% 47%, 91% 66%, 100% 52%, 100% 100%, 0 100%); }
.torn-paper::after { bottom: -29px; clip-path: polygon(0 0,100% 0,100% 48%,94% 68%,87% 51%,79% 72%,71% 49%,63% 68%,54% 52%,46% 71%,37% 48%,28% 69%,18% 51%,9% 70%,0 50%); }
.about-heading { display: flex; min-height: 190px; align-items: flex-start; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.about-heading h2 { margin-bottom: 8px; }
.about-heading .handwritten { color: #fff; white-space: nowrap; }
.mascot-dialog { display: flex; align-items: center; }
.mascot-dialog--about { margin-top: -44px; }
.star-photo { display: block; height: auto; object-fit: contain; }
.star-photo--about { width: 190px; }
.speech-bubble { position: relative; min-width: 225px; padding: 25px 28px; border: 2px solid var(--orbit-ink); border-radius: 50%; font-size: 1rem; font-weight: 800; line-height: 1.35; text-align: center; }
.speech-bubble::before { position: absolute; top: 50%; left: -26px; width: 38px; height: 28px; border-top: 2px solid currentColor; content: ""; transform: rotate(22deg); }
.speech-bubble--light { border-color: #fff; color: #fff; }
.advantage-grid { display: grid; width: min(820px, 100%); margin: 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px 66px; }
.clip-card { position: relative; min-height: 180px; padding: 29px 26px; border: 1.5px solid rgba(255,255,255,.9); border-radius: 14px; }
.clip-card h3 { margin-bottom: 14px; font-size: 1.48rem; line-height: 1.15; font-weight: 700; }
.clip-card p { margin: 0; color: rgba(255,255,255,.86); font-size: .99rem; line-height: 1.55; }
.paper-clip { position: absolute; top: -25px; left: 50%; width: 37px; height: 31px; border-radius: 8px 8px 3px 3px; background: #c2a769; box-shadow: inset 0 -5px rgba(91,68,29,.24); transform: translateX(-50%); }

.audience-panel { padding-top: 116px; padding-bottom: 90px; }
.audience-heading { display: flex; min-height: 215px; align-items: flex-start; justify-content: space-between; gap: 35px; }
.audience-heading h2 { max-width: 650px; }
.mascot-dialog--audience { margin-top: -15px; }
.star-photo--love { width: 185px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 70px; }
.audience-grid .outline-card { min-height: 315px; padding: 27px 25px; border: 1.5px solid var(--orbit-ink); border-radius: 14px; }
.audience-grid .outline-card h3 { margin-bottom: 18px; font-size: 1.55rem; line-height: 1.15; font-weight: 700; }
.audience-grid .outline-card p { margin: 0; color: var(--orbit-ink); font-size: .98rem; line-height: 1.48; }
.audience-note { margin-top: 46px; text-align: center; }

.courses-placeholder { min-height: 790px; padding-top: 92px; }
.courses-heading { display: flex; align-items: baseline; gap: 34px; margin-bottom: 30px; }
.courses-heading h2 { margin: 0; }
.courses-heading .handwritten { font-size: 2.65rem; }
.courses-stub { position: relative; min-height: 600px; overflow: hidden; }
.stub-orbit { position: absolute; left: 50%; border: 4px dashed rgba(255,255,255,.88); border-radius: 50%; transform: translateX(-50%) rotate(-7deg); }
.stub-orbit--one { top: 37%; width: 390px; height: 170px; }
.stub-orbit--two { top: 20%; width: 700px; height: 355px; }
.stub-orbit--three { top: 0; width: 1080px; height: 590px; }
.stub-star { position: absolute; top: 44%; left: 50%; color: var(--orbit-yellow); font-size: 7.5rem; transform: translate(-50%,-50%); }
.courses-stub__label { position: absolute; right: 70px; bottom: 50px; display: grid; width: 360px; gap: 7px; padding: 27px; border: 1.5px solid #fff; border-radius: 14px; background: rgba(23,24,45,.86); text-align: center; }
.courses-stub__label strong { font-size: 1.4rem; }
.courses-stub__label span { color: rgba(255,255,255,.68); }

.learning-panel { padding-top: 125px; padding-bottom: 64px; }
.learning-heading { display: grid; grid-template-columns: 1fr 205px 1fr; align-items: center; gap: 18px; margin-bottom: 58px; }
.learning-heading h2 { margin: 0; }
.speech-bubble--learning { min-width: 0; padding: 31px 38px; }
.star-photo--teacher { width: 220px; margin-left: -24px; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.process-card { min-height: 315px; padding: 26px 20px; border: 1.5px solid var(--orbit-ink); border-radius: 14px; text-align: center; }
.process-card h3 { margin-bottom: 15px; font-size: 1.42rem; line-height: 1.15; }
.process-card p { margin: 0; font-size: .98rem; line-height: 1.48; }
.lesson-icon { display: grid; min-height: 88px; place-items: center; font-family: "Segoe UI Emoji", sans-serif; font-size: 3.2rem; }
.journey-flow { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 58px; font-size: 1.55rem; }
.journey-flow i { position: relative; width: 112px; height: 1.5px; background: var(--orbit-ink); }
.journey-flow i::after { position: absolute; top: 50%; right: -1px; width: 10px; height: 10px; border-top: 1.5px solid var(--orbit-ink); border-right: 1.5px solid var(--orbit-ink); content: ""; transform: translateY(-50%) rotate(45deg); }

.reviews-panel { padding-top: 34px; padding-bottom: 55px; }
.reviews-panel h2 { margin-bottom: 56px; text-align: left; }
.review-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.review-character { display: flex; flex-direction: column; align-items: center; }
.star-photo--proud { width: 245px; margin-top: -8px; }
.review-card { margin: 0; padding: 38px 45px; border: 1.5px solid var(--orbit-ink); border-radius: 14px; font-size: 1.08rem; line-height: 1.55; }
.review-card footer { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; margin-top: 30px; }
.review-avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: #9b6c59; font-size: .75rem; font-weight: 700; }
.review-card footer div:nth-child(2) { display: grid; }
.review-card footer span { color: #777783; font-size: .78rem; }
.review-card footer b { color: #e4b600; font-size: .85rem; letter-spacing: 1px; }

.contact-panel { padding-top: 48px; padding-bottom: 102px; }
.contact-kicker { margin-bottom: 52px; font-size: 1.65rem; font-weight: 700; text-align: center; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 88px; }
.home-lead-form { padding: 27px 42px 31px; border: 1.5px solid var(--orbit-ink); border-radius: 14px; text-align: center; }
.home-lead-form h2 { margin-bottom: 0; font-size: 1.55rem; letter-spacing: -.02em; }
.home-lead-form > p { margin: 2px 0 27px; color: #777783; font-size: .78rem; }
.home-lead-form label { display: grid; margin-top: 16px; color: var(--orbit-ink); font-size: 1.12rem; font-weight: 700; text-align: left; }
.home-lead-form input { width: 100%; padding: 7px 0 5px; border: 0; border-bottom: 1px solid var(--orbit-ink); border-radius: 0; color: var(--orbit-ink); background: transparent; font: 400 .85rem "Orbit Montserrat", sans-serif; outline: none; }
.home-lead-form input::placeholder { color: #8b8b94; }
.home-lead-form button { width: 75%; margin-top: 35px; padding: 8px 20px; border: 1.5px solid var(--orbit-ink); border-radius: 999px; color: var(--orbit-ink); background: transparent; font: 400 1.15rem "Orbit Montserrat", sans-serif; cursor: pointer; }
.home-lead-form > small { display: block; margin-top: 23px; color: #85858e; font-size: .72rem; line-height: 1.45; }
.contact-copy h2 { margin: 0 0 17px; }
.contact-copy > p { margin: 0; font-size: 1rem; line-height: 1.45; text-align: center; }
.contact-details { display: grid; gap: 21px; margin: 32px 0 0; padding: 0; list-style: none; }
.contact-details li { display: flex; align-items: center; gap: 19px; }
.contact-icon { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border: 1.5px solid var(--orbit-ink); border-radius: 50%; font-size: 1.25rem; }
.contact-details li > div { display: grid; }
.contact-details strong { font-size: 1rem; font-weight: 400; }
.contact-details small { color: #7e7e88; font-size: .73rem; }
.waiting-character { display: flex; align-items: center; justify-content: flex-end; margin-top: 4px; }
.star-photo--waiting { width: 210px; }

.orbit-footer { position: relative; padding: 83px 0 28px; border: 0; color: rgba(255,255,255,.76); }
.orbit-footer::before { position: absolute; top: -28px; right: 0; left: 0; height: 30px; content: ""; background-color: var(--orbit-ink); background-image: url("../home/images/paper-navy.png"); background-size: 1306px auto; clip-path: polygon(0 62%,7% 43%,15% 68%,23% 47%,31% 65%,40% 42%,49% 69%,58% 45%,67% 66%,77% 41%,87% 70%,95% 46%,100% 60%,100% 100%,0 100%); }
.orbit-footer__grid { display: grid; grid-template-columns: 1.25fr .9fr 1.15fr 1fr; gap: 70px; }
.orbit-footer__grid > div { display: grid; align-content: start; gap: 13px; }
.orbit-footer strong { color: #fff; }
.orbit-footer p { margin: 0; font-size: .82rem; line-height: 1.5; }
.orbit-footer a { color: rgba(255,255,255,.76); font-size: .82rem; text-decoration: none; }
.orbit-footer small { color: rgba(255,255,255,.48); }
.social-row { display: flex; gap: 7px; }
.social-row a { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #fff; background: #4277a7; font-size: .55rem; font-weight: 700; }
.footer-subscribe { display: grid; gap: 8px; }
.footer-subscribe input,
.footer-subscribe button { height: 27px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; text-align: center; }
.footer-subscribe input { color: #fff; background: transparent; font-size: .65rem; }
.footer-subscribe button { color: var(--orbit-ink); background: #fff; font-size: .68rem; }
.orbit-footer__bottom { display: grid; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.6); font-size: .72rem; text-align: center; }
.orbit-footer__bottom span + span { color: rgba(255,255,255,.48); }
.constellation--footer-left { bottom: 30px; left: -68px; color: rgba(255,255,255,.7); transform: rotate(-15deg); }
.constellation--footer-right { right: -55px; bottom: 15px; color: rgba(255,255,255,.7); transform: rotate(110deg); }

@media (max-width: 980px) {
    .orbit-home .shell { width: min(100% - 40px, 780px); }
    .orbit-home .menu-toggle { display: block; color: var(--orbit-ink); }
    .orbit-home .site-nav { position: absolute; top: 78px; right: 20px; display: none; width: min(320px, calc(100vw - 40px)); align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border-radius: 14px; background: var(--orbit-ink); }
    .orbit-home .site-nav.is-open { display: flex; }
    .orbit-home .site-nav a { color: #fff; }
    .orbit-home .site-nav .nav-login { border-color: #fff; }
    .orbit-home .site-nav .nav-cta { color: var(--orbit-ink); }
    .about-heading .handwritten { white-space: normal; }
    .advantage-grid { gap: 42px 35px; }
    .audience-grid { gap: 24px; }
    .learning-heading { grid-template-columns: 1fr 170px; }
    .learning-heading h2 { grid-column: 1 / -1; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .orbit-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .orbit-home .shell { width: min(100% - 28px, 520px); }
    .orbit-home h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
    .orbit-hero { min-height: 700px; padding-top: 125px; }
    .orbit-wordmark { margin-top: 68px; font-size: clamp(3.5rem, 18vw, 5.25rem); }
    .orbit-subtitle { font-size: 2rem; }
    .orbit-hero__pitch { margin-top: 80px; }
    .orbit-hero__pitch h2 { font-size: 1.75rem; line-height: 1.08; }
    .orbit-section { padding: 85px 0; }
    .about-heading,
    .audience-heading,
    .courses-heading { align-items: flex-start; flex-direction: column; }
    .about-heading { min-height: 0; }
    .mascot-dialog--about,
    .mascot-dialog--audience { align-self: center; margin-top: 10px; }
    .star-photo--about,
    .star-photo--love { width: 135px; }
    .speech-bubble { min-width: 175px; padding: 19px 20px; font-size: .82rem; }
    .advantage-grid,
    .audience-grid,
    .review-layout,
    .contact-layout { grid-template-columns: 1fr; }
    .audience-heading { min-height: 0; margin-bottom: 42px; }
    .audience-grid .outline-card { min-height: 0; }
    .courses-stub { min-height: 510px; }
    .courses-stub__label { right: 0; bottom: 20px; left: 0; width: auto; }
    .learning-heading { grid-template-columns: 1fr; text-align: center; }
    .learning-heading h2 { grid-column: auto; }
    .star-photo--teacher { width: 170px; margin: 0 auto; }
    .process-grid { grid-template-columns: 1fr; }
    .process-card { min-height: 0; }
    .journey-flow { gap: 10px; font-size: 1rem; }
    .journey-flow i { width: 38px; }
    .review-layout { gap: 35px; }
    .review-card { padding: 28px 23px; }
    .review-card footer { grid-template-columns: 40px 1fr; }
    .review-card footer b { grid-column: 2; }
    .contact-layout { gap: 55px; }
    .contact-copy h2 { text-align: center; }
    .waiting-character { justify-content: center; }
    .star-photo--waiting { width: 145px; }
    .orbit-footer__grid { grid-template-columns: 1fr; }
    .constellation { opacity: .45; transform: scale(.7); }
}

/* Orbit homepage — paper collage layout based on the supplied reference. */
.orbit-home {
    --orbit-ink: #17182d;
    --orbit-ink-soft: #23243d;
    --orbit-paper: #f4f4f1;
    --orbit-yellow: #f1d300;
    color: var(--orbit-ink);
    background: #e8e4e7;
}
.orbit-home::before { display: none; }
.orbit-home .shell { width: min(1160px, calc(100vw - 64px)); }
.orbit-page { position: relative; overflow: hidden; background: var(--orbit-paper); }
.paper-panel,
.orbit-home .site-header,
.orbit-home .site-header.is-scrolled {
    background-color: var(--orbit-paper);
    background-image:
        linear-gradient(rgba(23, 24, 45, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 24, 45, .07) 1px, transparent 1px),
        repeating-linear-gradient(104deg, rgba(14, 17, 35, .018) 0 2px, transparent 2px 8px),
        repeating-linear-gradient(76deg, rgba(255, 255, 255, .34) 0 3px, transparent 3px 11px);
    background-size: 170px 170px, 170px 170px, auto, auto;
}
.orbit-home .site-header { position: absolute; color: var(--orbit-ink); }
.orbit-home .site-header.is-scrolled {
    position: fixed;
    border-bottom-color: rgba(23, 24, 45, .16);
    box-shadow: 0 10px 30px rgba(23, 24, 45, .08);
}
.orbit-home .site-header__inner { min-height: 88px; }
.orbit-home .brand { gap: 12px; color: var(--orbit-ink); font-size: 1.05rem; letter-spacing: 0; }
.orbit-home .brand::before {
    display: grid;
    width: 46px;
    aspect-ratio: 1;
    place-items: center;
    content: "★";
    color: var(--orbit-yellow);
    font-size: 3.25rem;
    line-height: 1;
}
.orbit-home .brand img { display: none; }
.orbit-home .site-nav { gap: clamp(18px, 3vw, 48px); }
.orbit-home .site-nav a { color: var(--orbit-ink); font-size: .96rem; }
.orbit-home .site-nav .nav-login { padding: 8px 22px; border: 1.5px solid var(--orbit-ink); border-radius: 14px; }
.orbit-home .site-nav .nav-cta { padding: 10px 28px; border: 0; border-radius: 14px; color: var(--orbit-ink); background: var(--orbit-yellow); font-weight: 850; }
.orbit-home h1,
.orbit-home h2,
.orbit-home h3 { color: inherit; }
.orbit-home h2 { font-size: clamp(3rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.055em; }
.handwritten,
.orbit-home .handwritten .rich-text,
.orbit-home .handwritten p {
    margin: 0;
    font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
    font-size: clamp(1.1rem, 2.4vw, 2rem);
    line-height: 1.35;
    font-weight: 400;
}
.orbit-button {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    padding: 9px 30px;
    border-radius: 14px;
    color: var(--orbit-ink);
    font-weight: 850;
    text-decoration: none;
}
.orbit-button--yellow { min-width: 225px; background: var(--orbit-yellow); }
.orbit-button--light { border-radius: 999px; background: #fff; }
.orbit-button--outline { border: 1.5px solid var(--orbit-ink); border-radius: 999px; }
.orbit-hero { position: relative; min-height: 760px; padding: 146px 0 96px; }
.orbit-hero__inner { text-align: center; }
.orbit-wordmark {
    margin: 40px 0 0;
    font-size: clamp(7rem, 15vw, 13.5rem);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.08em;
}
.orbit-subtitle { margin-top: 6px; transform: rotate(-1deg); }
.orbit-hero__pitch { max-width: 760px; margin: 86px auto 0; }
.orbit-hero__pitch h2 { margin-bottom: 10px; font-size: clamp(1.5rem, 3vw, 2.1rem); letter-spacing: -.025em; }
.orbit-lead { color: var(--orbit-ink-soft); font-size: 1.05rem; }
.orbit-lead p { margin-bottom: 18px; }
.orbit-section { position: relative; padding: 115px 0; }
.orbit-section--ink {
    color: #f7f6f1;
    background-color: var(--orbit-ink);
    background-image:
        linear-gradient(rgba(255, 255, 255, .065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .065) 1px, transparent 1px),
        repeating-linear-gradient(102deg, rgba(255, 255, 255, .025) 0 2px, transparent 2px 9px),
        repeating-linear-gradient(73deg, rgba(0, 0, 0, .05) 0 3px, transparent 3px 12px);
    background-size: 170px 170px, 170px 170px, auto, auto;
}
.torn-panel::before,
.torn-panel::after {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    height: 30px;
    content: "";
    background: inherit;
}
.torn-panel::before { top: -27px; clip-path: polygon(0 58%, 6% 39%, 12% 62%, 20% 38%, 28% 61%, 37% 43%, 45% 64%, 54% 37%, 64% 60%, 74% 41%, 83% 62%, 92% 36%, 100% 58%, 100% 100%, 0 100%); }
.torn-panel::after { bottom: -27px; clip-path: polygon(0 0, 100% 0, 100% 42%, 92% 64%, 84% 37%, 75% 60%, 66% 39%, 56% 63%, 47% 38%, 38% 61%, 28% 42%, 18% 65%, 9% 40%, 0 62%); }
.orbit-section__heading { margin-bottom: 56px; }
.orbit-section__heading--with-mascot,
.orbit-section__heading--split,
.orbit-section__heading--inline { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.orbit-section__heading--with-mascot > div:first-child { max-width: 760px; }
.orbit-section__note { max-width: 760px; margin-top: 10px; color: rgba(255,255,255,.84); }
.orbit-section__note p { font-size: .9em; }
.mascot-wrap { display: flex; align-items: center; gap: 24px; }
.mascot-wrap--compact { flex-direction: row; }
.mascot-star {
    position: relative;
    flex: 0 0 auto;
    width: 130px;
    aspect-ratio: 1;
    background: var(--orbit-yellow);
    clip-path: polygon(50% 0, 62% 34%, 98% 35%, 69% 56%, 80% 94%, 50% 72%, 20% 94%, 31% 56%, 2% 35%, 38% 34%);
    filter: drop-shadow(0 9px 0 rgba(23,24,45,.13));
    transform: rotate(-4deg);
}
.mascot-star::before,
.mascot-star::after { position: absolute; top: 42%; width: 10px; height: 13px; border-radius: 50%; content: ""; background: var(--orbit-ink); }
.mascot-star::before { left: 35%; }
.mascot-star::after { right: 35%; }
.mascot-star i { position: absolute; z-index: 2; top: 57%; left: 50%; width: 33px; height: 17px; border-bottom: 5px solid var(--orbit-ink); border-radius: 0 0 50% 50%; transform: translateX(-50%); }
.mascot-star--love::before,
.mascot-star--love::after { width: 17px; height: 15px; border-radius: 50% 50% 45% 45%; background: #d6323d; }
.mascot-star--teacher { width: 150px; }
.mascot-star--review { width: 160px; }
.mascot-star--small { width: 120px; }
.speech-bubble {
    position: relative;
    max-width: 245px;
    padding: 20px 28px;
    border: 2px solid var(--orbit-ink);
    border-radius: 50%;
    font-weight: 800;
    text-align: center;
}
.speech-bubble::after { position: absolute; right: -20px; bottom: 12px; width: 35px; height: 24px; border-top: 2px solid currentColor; content: ""; transform: rotate(28deg); }
.speech-bubble--light { border-color: #fff; color: #fff; }
.speech-bubble--wide { max-width: 440px; padding: 28px 45px; }
.advantage-grid { display: grid; width: min(820px, 100%); margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 60px; }
.clip-card { position: relative; min-height: 178px; padding: 30px 28px; border: 1.5px solid rgba(255,255,255,.86); border-radius: 14px; }
.clip-card h3 { margin-bottom: 16px; font-size: 1.55rem; }
.clip-card p { margin: 0; color: rgba(255,255,255,.78); }
.paper-clip { position: absolute; top: -24px; left: 50%; width: 36px; height: 28px; border-radius: 7px 7px 3px 3px; background: #bca362; box-shadow: inset 0 -4px rgba(90,69,28,.25); transform: translateX(-50%); }
.audience-panel { padding-top: 130px; }
.audience-panel .orbit-section__heading h2 { max-width: 680px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 64px; }
.audience-grid .outline-card { min-height: 285px; padding: 30px; border: 1.5px solid var(--orbit-ink); border-radius: 14px; }
.audience-grid .outline-card h3 { font-size: 1.55rem; }
.audience-grid .outline-card p { color: var(--orbit-ink-soft); }
.audience-panel__note { margin-top: 48px; text-align: center; }
.courses-placeholder { min-height: 850px; }
.orbit-section__heading--inline { justify-content: flex-start; }
.orbit-section__heading--inline h2 { margin: 0; }
.orbit-map { position: relative; min-height: 610px; overflow: hidden; }
.orbit-map__line { position: absolute; left: 50%; border: 4px dashed rgba(255,255,255,.87); border-radius: 50%; transform: translateX(-50%) rotate(-6deg); }
.orbit-map__line--one { top: 34%; width: 440px; height: 190px; }
.orbit-map__line--two { top: 18%; width: 760px; height: 390px; }
.orbit-map__line--three { top: 0; width: 1120px; height: 650px; }
.orbit-map__sun { position: absolute; z-index: 2; top: 45%; left: 50%; color: var(--orbit-yellow); font-size: 8rem; transform: translate(-50%, -50%); }
.orbit-map__message { position: absolute; z-index: 3; right: 6%; bottom: 8%; display: grid; max-width: 390px; gap: 10px; padding: 28px; border: 1.5px solid rgba(255,255,255,.72); border-radius: 16px; background: rgba(23,24,45,.9); }
.orbit-map__message span { color: var(--orbit-yellow); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.orbit-map__message strong { font-size: 1.65rem; line-height: 1.1; }
.orbit-map__message p { margin: 0; color: rgba(255,255,255,.7); }
.orbit-map__message .orbit-button { width: fit-content; margin-top: 8px; }
.learning-panel { padding-top: 150px; }
.learning-intro { display: grid; grid-template-columns: 1fr 160px 1fr; align-items: center; gap: 28px; margin-bottom: 68px; }
.learning-intro h2 { margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
.process-card { min-height: 280px; padding: 30px 22px; border: 1.5px solid var(--orbit-ink); border-radius: 14px; text-align: center; }
.process-card h3 { font-size: 1.45rem; }
.process-card p { color: var(--orbit-ink-soft); }
.process-icon { display: grid; min-height: 76px; place-items: center; font-size: 3.2rem; }
.process-line { display: flex; align-items: center; justify-content: center; gap: 36px; margin-top: 54px; font-size: clamp(1.25rem, 2vw, 1.7rem); }
.process-line i { font-style: normal; font-weight: 400; }
.reviews-panel { padding-top: 72px; }
.reviews-panel > .shell > h2 { margin-bottom: 62px; }
.review-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.review-mascot { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.review-card { margin: 0; padding: 38px 44px; border: 1.5px solid var(--orbit-ink); border-radius: 14px; font-size: 1.12rem; }
.review-card footer { display: grid; grid-template-columns: 1fr auto; margin-top: 30px; }
.review-card footer span { color: #777786; font-size: .85rem; }
.review-card footer b { grid-row: 1 / span 2; grid-column: 2; align-self: center; color: #e3b400; letter-spacing: 2px; }
.contact-panel { padding-top: 70px; padding-bottom: 130px; }
.contact-panel__kicker { margin-bottom: 52px; font-size: 1.7rem; font-weight: 850; text-align: center; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 80px; }
.lead-card { padding: 34px 40px; border: 1.5px solid var(--orbit-ink); border-radius: 14px; text-align: center; }
.lead-card h2 { margin-bottom: 0; font-size: 1.7rem; letter-spacing: -.02em; }
.lead-card > p { color: #777786; font-size: .9rem; }
.fake-field { display: grid; gap: 4px; margin: 22px 0; padding-bottom: 7px; border-bottom: 1px solid var(--orbit-ink); text-align: left; }
.fake-field span { font-size: 1.2rem; font-weight: 850; }
.fake-field small { color: #83838e; }
.lead-card .orbit-button { width: 80%; margin-top: 12px; }
.lead-card__privacy { display: block; max-width: 280px; margin: 18px auto 0; color: #83838e; }
.contact-copy h2 { margin-bottom: 20px; }
.contact-copy > .richtext { max-width: 590px; font-size: 1.12rem; }
.contact-list { display: grid; gap: 12px; margin-top: 30px; }
.contact-list a { display: grid; padding: 8px 0; border-bottom: 1px solid rgba(23,24,45,.17); color: var(--orbit-ink); text-decoration: none; }
.contact-list span { color: #777786; font-size: .76rem; text-transform: uppercase; }
.contact-mascot { display: flex; align-items: center; justify-content: flex-end; gap: 20px; margin-top: 30px; }
.constellation { position: absolute; z-index: 1; width: 250px; height: 150px; pointer-events: none; }
.constellation::before,
.constellation::after { position: absolute; height: 3px; content: ""; background: currentColor; transform-origin: left center; }
.constellation::before { top: 45px; left: 12px; width: 205px; transform: rotate(15deg); }
.constellation::after { top: 90px; left: 92px; width: 142px; transform: rotate(-48deg); }
.constellation i { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: currentColor; }
.constellation i:nth-child(1) { top: 31px; left: 0; }
.constellation i:nth-child(2) { top: 55px; left: 72px; }
.constellation i:nth-child(3) { top: 76px; left: 168px; }
.constellation i:nth-child(4) { top: 122px; left: 224px; }
.constellation i:nth-child(5) { top: 10px; left: 236px; }
.constellation--hero-left { top: 160px; left: -35px; }
.constellation--hero-right { right: -70px; bottom: 115px; transform: rotate(174deg); }
.constellation--section-left { bottom: 58px; left: -88px; color: #fff; transform: rotate(-18deg); }
.constellation--review-right { right: -80px; bottom: 30px; transform: rotate(115deg); }
.orbit-home .chat-launcher { border-color: var(--orbit-ink); color: var(--orbit-ink); background: var(--orbit-yellow); }
.orbit-home .site-footer {
    position: relative;
    padding: 82px 0 28px;
    border: 0;
    color: rgba(255,255,255,.7);
    background-color: var(--orbit-ink);
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
        repeating-linear-gradient(102deg, rgba(255,255,255,.02) 0 2px, transparent 2px 9px);
    background-size: 170px 170px, 170px 170px, auto;
}
.orbit-home .site-footer::before { position: absolute; top: -26px; right: 0; left: 0; height: 28px; content: ""; background: inherit; clip-path: polygon(0 62%, 8% 39%, 16% 65%, 25% 40%, 34% 60%, 43% 37%, 52% 64%, 62% 41%, 73% 62%, 84% 36%, 93% 60%, 100% 43%, 100% 100%, 0 100%); }
.orbit-home .site-footer__inner { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 7vw; }
.orbit-home .site-footer__inner > div { display: grid; align-content: start; gap: 8px; }
.orbit-home .site-footer a { color: rgba(255,255,255,.7); text-decoration: none; }

@media (max-width: 980px) {
    .orbit-home .shell { width: min(100% - 40px, 780px); }
    .orbit-home .menu-toggle { display: block; color: var(--orbit-ink); }
    .orbit-home .site-nav {
        position: absolute;
        top: 75px;
        right: 20px;
        display: none;
        width: min(320px, calc(100vw - 40px));
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 12px;
        border-radius: 16px;
        background: var(--orbit-ink);
    }
    .orbit-home .site-nav.is-open { display: flex; }
    .orbit-home .site-nav a { color: #fff; }
    .orbit-home .site-nav .nav-login { border-color: rgba(255,255,255,.65); }
    .orbit-home .site-nav .nav-cta { color: var(--orbit-ink); }
    .orbit-wordmark { font-size: clamp(6rem, 18vw, 9rem); }
    .advantage-grid { gap: 36px; }
    .audience-grid { gap: 24px; }
    .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .learning-intro { grid-template-columns: 1fr 140px; }
    .learning-intro > div:last-child { grid-column: 1 / -1; }
    .orbit-home .site-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .orbit-home .shell { width: min(100% - 28px, 520px); }
    .orbit-home h2 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
    .orbit-hero { min-height: 700px; padding-top: 128px; }
    .orbit-wordmark { margin-top: 75px; font-size: clamp(3.55rem, 18vw, 5.4rem); }
    .orbit-hero__pitch { margin-top: 76px; }
    .orbit-hero__pitch h2 { font-size: clamp(1.7rem, 8.5vw, 2.35rem); line-height: 1.04; }
    .orbit-section { padding: 88px 0; }
    .orbit-section__heading--with-mascot,
    .orbit-section__heading--split,
    .orbit-section__heading--inline { align-items: flex-start; flex-direction: column; }
    .mascot-wrap { align-self: center; }
    .advantage-grid,
    .audience-grid,
    .review-layout,
    .contact-layout { grid-template-columns: 1fr; }
    .audience-grid .outline-card { min-height: 0; }
    .orbit-map { min-height: 560px; }
    .orbit-map__line--three { width: 760px; }
    .orbit-map__message { right: 0; bottom: 0; left: 0; margin-inline: auto; }
    .learning-intro { grid-template-columns: 1fr; text-align: center; }
    .learning-intro > div:last-child { grid-column: auto; }
    .learning-intro .mascot-star { margin-inline: auto; }
    .process-grid { grid-template-columns: 1fr; }
    .process-card { min-height: 0; }
    .process-line { gap: 12px; }
    .review-layout { gap: 36px; }
    .review-card { padding: 30px 24px; }
    .contact-layout { gap: 55px; }
    .lead-card { padding: 30px 24px; }
    .contact-copy { text-align: center; }
    .contact-mascot { justify-content: center; }
    .constellation { opacity: .55; transform: scale(.7); }
    .orbit-home .site-footer__inner { grid-template-columns: 1fr; }
}

/* Final cascade corrections for the reference-accurate homepage. */
html:has(body.orbit-home),
.orbit-home { overflow-x: hidden; }
.orbit-home .shell { width: min(1168px, calc(100vw - 80px)); }
.orbit-home .site-header,
.orbit-home .site-header.is-scrolled { background-color: var(--orbit-paper); background-image: url("../home/images/paper-light.png"); background-repeat: repeat; background-size: 1254px auto; }
.orbit-home .site-header__inner { min-height: 96px; }
.orbit-home .brand { gap: 13px; font-size: 1rem; font-weight: 800; }
.orbit-home .brand::before { width: 48px; height: 48px; font-size: 3.65rem; }
.orbit-home .site-nav { gap: clamp(26px, 3.5vw, 58px); }
.orbit-home .site-nav a { font-size: .94rem; }
.orbit-home .site-nav .nav-login { padding: 9px 25px; border-radius: 15px; }
.orbit-home .site-nav .nav-cta { padding: 11px 31px; border-radius: 15px; font-weight: 800; white-space: nowrap; }
.orbit-home h2 { font-size: clamp(3.75rem, 5.7vw, 5.4rem); line-height: .99; font-weight: 800; }
.orbit-home .handwritten { margin: 0; font-family: "Orbit Caveat", cursive; font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.05; font-weight: 400; }
.orbit-home .orbit-hero { min-height: 750px; padding: 125px 0 90px; }
.orbit-home .orbit-wordmark { margin: 42px 0 0; font-size: clamp(7.2rem, 14vw, 13.4rem); line-height: .9; letter-spacing: -.085em; }
.orbit-home .orbit-subtitle { margin-top: -2px; font-size: clamp(2.65rem, 4vw, 3.8rem); }
.orbit-home .orbit-hero__pitch { max-width: 720px; margin: 78px auto 0; }
.orbit-home .orbit-hero__pitch h2 { margin-bottom: 8px; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.15; }
.orbit-home .orbit-section { padding: 102px 0; }
.orbit-home .speech-bubble { min-width: 225px; padding: 25px 28px; font-size: 1rem; line-height: 1.35; }
.orbit-home .speech-bubble::after { display: none; }
.orbit-home .advantage-grid { gap: 46px 66px; }
.orbit-home .clip-card { min-height: 180px; padding: 29px 26px; }
.orbit-home .clip-card h3 { margin-bottom: 14px; font-size: 1.48rem; }
.orbit-home .clip-card p { color: rgba(255,255,255,.86); font-size: .99rem; line-height: 1.55; }
.orbit-home .audience-grid { gap: 70px; }
.orbit-home .audience-grid .outline-card { min-height: 315px; padding: 27px 25px; }
.orbit-home .audience-grid .outline-card p { color: var(--orbit-ink); font-size: .98rem; line-height: 1.48; }
.orbit-home .process-grid { gap: 28px; }
.orbit-home .process-card { min-height: 315px; padding: 26px 20px; }
.orbit-home .process-card > .lesson-icon { width: auto; height: auto; margin-bottom: 20px; border: 0; border-radius: 0; }
.orbit-home .lesson-icon img { width: 70px; height: 70px; object-fit: contain; }
.orbit-home .home-lead-form h2 { margin-bottom: 0; font-size: 1.7rem; line-height: 1.08; letter-spacing: -.02em; }
.orbit-home .review-layout { grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.orbit-home .review-card { padding: 38px 45px; }
.orbit-home .contact-layout { grid-template-columns: .82fr 1.18fr; align-items: start; gap: 88px; }
.orbit-home .orbit-footer { padding: 83px 0 28px; border: 0; color: rgba(255,255,255,.76); background-color: var(--orbit-ink); background-image: url("../home/images/paper-navy.png"); background-repeat: repeat; background-size: 1306px auto; }
.orbit-home .orbit-footer::before { top: -28px; height: 30px; background-color: var(--orbit-ink); background-image: url("../home/images/paper-navy.png"); background-size: 1306px auto; }
.orbit-home .orbit-footer a { color: rgba(255,255,255,.76); }

@media (max-width: 980px) {
    .orbit-home .shell { width: min(100% - 40px, 780px); }
    .orbit-home .site-nav { gap: 0; }
    .orbit-home .advantage-grid { gap: 42px 35px; }
    .orbit-home .audience-grid { gap: 24px; }
    .orbit-home .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
    .orbit-home .shell { width: min(100% - 28px, 520px); }
    .orbit-home h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
    .orbit-home .orbit-hero { min-height: 700px; padding-top: 125px; }
    .orbit-home .orbit-wordmark { margin-top: 68px; font-size: clamp(3.5rem, 18vw, 5.25rem); }
    .orbit-home .orbit-subtitle { font-size: 2rem; }
    .orbit-home .orbit-hero__pitch { margin-top: 80px; }
    .orbit-home .orbit-hero__pitch h2 { font-size: 1.75rem; line-height: 1.08; }
    .orbit-home .orbit-section { padding: 85px 0; }
    .orbit-home .speech-bubble { min-width: 175px; padding: 19px 20px; font-size: .82rem; }
    .orbit-home .advantage-grid,
    .orbit-home .audience-grid,
    .orbit-home .review-layout,
    .orbit-home .contact-layout { grid-template-columns: 1fr; }
    .orbit-home .audience-grid .outline-card { min-height: 0; }
    .orbit-home .process-grid { grid-template-columns: 1fr; }
    .orbit-home .process-card { min-height: 0; }
    .orbit-home .review-card { padding: 28px 23px; }
    .orbit-home .contact-layout { gap: 55px; }
}
