:root {
  --ink: #202f38;
  --cobalt: #233fc9;
  --butter: #f8e974;
  --paper: #fffdf6;
  --coral: #ec795c;
  --line: #dcdace;
  --soft: #eeefe8;
  --display: "Hiragino Maru Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --body: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 5px;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.55;
  margin-bottom: 26px;
}
h3 {
  font-size: 22px;
}
p {
  margin-bottom: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
section[id] {
  scroll-margin-top: 28px;
}
button:disabled {
  cursor: default;
}
[hidden] {
  display: none !important;
}
.skip {
  position: fixed;
  top: 0;
  left: 20px;
  padding: 12px;
  background: #fff;
  z-index: 30;
  transform: translateY(-150%);
}
.skip:focus {
  transform: translateY(0);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.demo-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px max(5.5vw, 20px);
  font-size: 11px;
  letter-spacing: 0.08em;
  background: var(--ink);
  color: white;
  gap: 12px;
}
.demo-bar a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-header {
  padding: 25px 5.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: var(--butter);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.06em;
}
.brand-mark {
  font-size: 57px;
  line-height: 1;
  color: var(--cobalt);
}
.brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.18em;
  margin-top: 5px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 700;
}
.site-header nav > a {
  padding: 9px 0;
}
.site-header nav > .nav-cta {
  border: 1.5px solid var(--ink);
  border-radius: 30px;
  padding: 11px 22px;
  display: flex;
  gap: 30px;
}
.nav-cta:hover {
  background: var(--paper);
}
.hero {
  padding: 50px 5.5% 0;
  background: var(--butter);
  position: relative;
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 0 2%;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 14px 0 60px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cobalt);
}
.hero-pre {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 17px;
  letter-spacing: 0.04em;
}
.hero h1 {
  font-size: clamp(36px, 4.9vw, 70px);
  line-height: 1.45;
  letter-spacing: -0.055em;
  margin: 0 0 24px;
  white-space: nowrap;
}
.hero h1 em {
  color: var(--cobalt);
  font-style: normal;
}
.hero-desc {
  font-size: 14px;
  line-height: 2.05;
  margin-bottom: 27px;
  max-width: 410px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 24px;
  border: 0;
  border-radius: 7px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button span {
  font-size: 24px;
  line-height: 1;
}
.primary {
  background: var(--cobalt);
  color: #fff;
  box-shadow: 3px 4px 0 var(--ink);
}
.primary:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 2px 0 var(--ink);
}
.hero-meta {
  margin: 18px 0 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.hero-meta b {
  padding: 0 7px;
  font-weight: 400;
}
.hero-art {
  position: relative;
  min-height: 460px;
  align-self: center;
  margin-top: -28px;
}
.art-disc {
  position: absolute;
  width: 90%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f5f1d3;
  top: 15px;
  left: 5%;
}
.mascot {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  margin: 18px 0 0;
  transform: rotate(-6deg);
  transition: transform 0.6s;
}
.hero-art:hover .mascot {
  transform: rotate(2deg);
}
.orbit-text {
  position: absolute;
  right: 15%;
  top: -9px;
  z-index: 3;
  font-size: 11px;
  letter-spacing: 0.2em;
  transform: rotate(11deg);
  font-weight: 800;
}
.art-star {
  position: absolute;
  z-index: 2;
  left: -10px;
  top: 45px;
  color: var(--coral);
  font-size: 105px;
  line-height: 1;
  transform: rotate(15deg);
}
.art-card {
  position: absolute;
  left: 9%;
  bottom: 0;
  z-index: 2;
  transform: rotate(-7deg);
  padding: 19px 21px 12px;
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 5px 6px 0 var(--ink);
  border-radius: 4px;
  min-width: 230px;
}
.art-card > span {
  font-family: monospace;
  color: var(--cobalt);
  font-size: 17px;
  font-weight: 800;
  display: block;
}
.art-card i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.15em;
  font-style: normal;
  margin-top: 10px;
}
.art-card b {
  font-size: 18px;
}
.art-note {
  position: absolute;
  right: -1%;
  bottom: 40px;
  z-index: 3;
  background: var(--coral);
  padding: 26px 23px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  transform: rotate(8deg);
  border: 2px solid var(--ink);
}
.little-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid var(--cobalt);
  border-radius: 50%;
  right: 2%;
  top: 15%;
}
.hero-foot {
  grid-column: 1/-1;
  border-top: 1px solid #202f3840;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.hero-foot > a {
  border: 1px solid var(--ink);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  font-size: 18px;
}
.section-wrap {
  max-width: 1240px;
  padding-left: 5.5%;
  padding-right: 5.5%;
  margin: 0 auto;
}
.section-kicker {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 42px;
}
.course-picker {
  padding-top: 84px;
  padding-bottom: 80px;
}
.picker-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.picker-intro h2 {
  font-size: 36px;
  line-height: 1.4;
}
.picker-intro > p {
  font-size: 14px;
  margin-right: 14%;
  line-height: 2.1;
}
.course-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 15px;
}
.course-tabs a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 26px 20px;
  border: 1.5px solid var(--ink);
  border-radius: 9px;
  transition:
    background 0.2s,
    transform 0.2s;
  position: relative;
}
.course-tabs a:hover {
  transform: translateY(-3px);
}
.course-tabs a[aria-current] {
  background: var(--cobalt);
  color: white;
  box-shadow: 4px 4px 0 var(--ink);
}
.course-icon {
  font-family: monospace;
  font-size: 29px;
  font-weight: 700;
  min-width: 44px;
}
.course-tabs small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.11em;
  margin-bottom: 5px;
}
.course-tabs strong {
  font-size: 16px;
  display: block;
  white-space: nowrap;
}
.course-tabs em {
  font-size: 10px;
  font-style: normal;
  display: block;
  margin-top: 4px;
}
.course-tabs b {
  align-self: flex-start;
  font-size: 22px;
  margin-left: auto;
  line-height: 1;
}
.learning {
  padding-top: 25px;
  padding-bottom: 90px;
}
.learning-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10%;
  align-items: center;
}
.learning-head > p {
  font-size: 14px;
  line-height: 2.1;
}
.learning-head h2 {
  font-size: clamp(29px, 3.2vw, 43px);
}
.curriculum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 34px;
}
.curriculum article {
  position: relative;
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}
.curriculum article > span {
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
}
.lesson-illustration {
  height: 130px;
  display: grid;
  place-items: center;
  font-size: 82px;
  color: var(--cobalt);
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
}
.lesson-illustration:before {
  content: "";
  position: absolute;
  background: var(--butter);
  width: 112px;
  height: 98px;
  border-radius: 50%;
  z-index: -1;
  transform: rotate(-20deg);
}
.curriculum h3 {
  font-size: 21px;
  margin-bottom: 13px;
}
.curriculum p {
  font-size: 13px;
  line-height: 2;
}
.manifesto {
  background: var(--cobalt);
  color: var(--paper);
  overflow: hidden;
}
.manifesto-inner {
  padding-top: 67px;
  padding-bottom: 60px;
  position: relative;
}
.manifesto .eyebrow {
  font-size: 10px;
  margin-bottom: 18px;
}
.manifesto h2 {
  font-size: clamp(28px, 3.9vw, 52px);
  position: relative;
  z-index: 1;
}
.manifesto h2 span {
  color: var(--butter);
}
.manifesto p:last-of-type {
  font-size: 13px;
  line-height: 2.2;
  position: relative;
  z-index: 1;
}
.manifesto-flower {
  position: absolute;
  right: 8%;
  top: 45px;
  font-size: 310px;
  line-height: 1;
  color: var(--butter);
  transform: rotate(-15deg);
}
.parents {
  padding-top: 90px;
  padding-bottom: 80px;
}
.parent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 35px;
}
.parent-grid article > span {
  font-family: Georgia, serif;
  color: var(--cobalt);
  font-size: 38px;
  line-height: 1.3;
}
.parent-grid h3 {
  margin: 20px 0 13px;
  font-size: 21px;
}
.parent-grid p {
  font-size: 13px;
  line-height: 2;
}
.small-note {
  font-size: 10px !important;
  line-height: 1.8 !important;
  color: #515956;
  margin-bottom: 0;
}
.parents > .small-note {
  margin-top: 17px;
}
.places {
  padding-top: 24px;
  padding-bottom: 90px;
}
.places-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: center;
}
.venue-tabs {
  display: inline-flex;
  padding: 4px;
  background: #eeeee5;
  border-radius: 7px;
  gap: 4px;
  margin-bottom: 24px;
}
.venue-tabs button {
  padding: 10px 20px;
  border: 0;
  background: transparent;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
}
.venue-tabs button[aria-pressed="true"] {
  background: var(--ink);
  color: white;
}
.venue-info h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.venue-info > p {
  font-size: 13px;
  line-height: 1.8;
}
.venue-info dl {
  font-size: 12px;
  margin: 22px 0;
}
.venue-info dl > div {
  display: grid;
  grid-template-columns: 80px 1fr;
  border-top: 1px solid var(--line);
  padding: 12px 0;
}
.venue-info dt {
  font-weight: 700;
}
.venue-info dd {
  margin: 0;
}
.venue-art {
  position: relative;
  aspect-ratio: 1/0.96;
  border-radius: 160px 160px 7px 7px;
  background: #e3e9de;
  border: 1.5px solid var(--ink);
  overflow: hidden;
  min-width: 0;
}
.venue-art:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 21%;
  bottom: 0;
  background: #c9d2c4;
  border-top: 1px solid var(--ink);
}
.room-window {
  position: absolute;
  left: 25%;
  top: 15%;
  width: 50%;
  height: 42%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  padding: 6px;
  border: 1.5px solid var(--ink);
  border-radius: 65px 65px 0 0;
  overflow: hidden;
  background: var(--ink);
}
.room-window i {
  background: var(--butter);
}
.room-window i:nth-child(2) {
  background: var(--paper);
}
.sun {
  position: absolute;
  left: 9%;
  top: 5%;
  font-size: 75px;
  color: var(--coral);
  z-index: 1;
  transform: rotate(10deg);
}
.room-table {
  position: absolute;
  left: 15%;
  bottom: 26%;
  width: 70%;
  height: 10%;
  border-radius: 50%;
  background: var(--coral);
  border: 2px solid var(--ink);
  z-index: 2;
}
.room-table:after {
  content: "";
  position: absolute;
  left: 49%;
  top: 100%;
  height: 90px;
  width: 8px;
  background: var(--ink);
}
.room-stool {
  position: absolute;
  bottom: 14%;
  width: 19%;
  height: 17%;
  border: 2px solid var(--ink);
  border-top-width: 9px;
  border-radius: 25px 25px 2px 2px;
  background: var(--cobalt);
  z-index: 3;
}
.stool-one {
  left: 21%;
  transform: rotate(-6deg);
}
.stool-two {
  right: 21%;
  transform: rotate(6deg);
  background: var(--butter);
}
.room-label {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.12em;
  z-index: 3;
  font-weight: 700;
}
.fees {
  padding-top: 25px;
  padding-bottom: 85px;
}
.fees-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  align-items: center;
}
.fees-layout > div > p {
  font-size: 13px;
  line-height: 2;
}
.fees-layout .small-note {
  margin-top: 22px;
}
.price-card {
  background: var(--butter);
  padding: 33px 35px;
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  box-shadow: 6px 6px 0 var(--ink);
}
.price-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.price-card .price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
  margin: 15px 0 6px;
  line-height: 1.3;
}
.price small,
.price > span {
  font-size: 12px;
}
.price strong {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 63px;
  letter-spacing: -0.05em;
}
.price-card hr {
  border: 0;
  border-top: 1px solid #202f3840;
  margin: 24px 0;
}
.trial-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}
.trial-price > strong {
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}
.trial-price small {
  font-size: 11px;
  font-family: var(--body);
  padding-left: 8px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 66px 0 0;
}
.steps li {
  border-top: 1px solid var(--line);
  padding-top: 23px;
}
.steps span {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--cobalt);
  font-weight: 700;
}
.steps h3 {
  font-size: 19px;
  margin: 13px 0 9px;
}
.steps p {
  font-size: 12px;
  line-height: 1.9;
}
.faq {
  padding-top: 30px;
  padding-bottom: 95px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 8%;
}
.faq .eyebrow {
  margin-bottom: 14px;
}
.faq h2 {
  font-size: 31px;
}
.faq details {
  border-top: 1px solid var(--line);
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 13px;
  line-height: 2;
  padding-right: 30px;
  margin-bottom: 24px;
}
.trial {
  background: var(--butter);
}
.trial-inner {
  padding-top: 76px;
  padding-bottom: 76px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 7%;
}
.trial-intro {
  position: sticky;
  top: 40px;
  align-self: start;
}
.trial-intro .eyebrow {
  font-size: 9px;
}
.trial-intro h2 {
  font-size: clamp(28px, 3vw, 43px);
}
.trial-intro > p {
  font-size: 13px;
}
.trial-symbol {
  font-family: Georgia, serif;
  font-size: 190px;
  line-height: 1.4;
  color: var(--cobalt);
  transform: rotate(-13deg);
  width: 200px;
}
.form-card {
  background: var(--paper);
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 6px 6px 0 var(--ink);
}
.demo-notice {
  background: #f1f1e7;
  border-left: 3px solid var(--cobalt);
  padding: 14px 16px;
  margin-bottom: 25px;
}
.demo-notice strong {
  font-size: 12px;
}
.demo-notice p {
  font-size: 11px;
  line-height: 1.9;
  margin: 6px 0 0;
}
.form-caption {
  font-size: 10px;
  color: #515956;
  margin-bottom: 15px;
}
label {
  display: block;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 8px;
}
input,
select {
  width: 100%;
  min-width: 0;
  border: 1px solid #9eaaa9;
  border-radius: 4px;
  padding: 12px;
  background: var(--paper);
  font-size: 14px;
  color: var(--ink);
  height: 48px;
}
input::placeholder {
  color: #68736e;
  font-size: 12px;
}
.field-error {
  font-size: 11px;
  color: #a42419;
  margin: 5px 0 17px;
  line-height: 1.7;
  min-height: 0;
}
.field-error:empty {
  margin-top: 0;
}
input[aria-invalid="true"],
select[aria-invalid="true"] {
  border: 2px solid #a42419;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-bottom: 20px;
}
.form-submit {
  width: 100%;
  margin-top: 6px;
  justify-content: space-between;
}
.text-button {
  display: block;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 3px 0;
  margin: 20px auto 0;
  font-size: 12px;
  background: transparent;
  line-height: 1.6;
}
#form-review h3,
#form-complete h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 12px;
}
#form-review > p,
#form-complete > p {
  font-size: 13px;
}
#review-values {
  font-size: 13px;
  margin: 25px 0;
}
#review-values > div {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
#review-values dt {
  font-size: 10px;
  font-weight: 700;
  color: #515956;
}
#review-values dd {
  margin: 4px 0 0;
  white-space: pre-wrap;
  word-break: break-word;
}
#form-review > .button,
#form-complete > .button {
  width: 100%;
}
footer {
  padding: 40px 0 20px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
}
.footer-top > .brand {
  font-size: 22px;
}
.footer-top .brand-mark {
  font-size: 45px;
}
.footer-top > p {
  font-size: 12px;
  margin: 0;
}
.footer-top > a:last-child {
  font-size: 9px;
  letter-spacing: 0.12em;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 9px;
  color: #515956;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  letter-spacing: 0.07em;
}
body[data-course="creative"] {
  --cobalt: #aa342e;
  --butter: #f6d98b;
  --coral: #ed997e;
}
body[data-course="creative"] .mascot {
  transform: rotate(7deg);
}
body[data-course="creative"] .art-disc {
  border-radius: 35% 65% 49% 51%/55% 40% 60% 45%;
  background: #f1e5d1;
}
body[data-course="english"] {
  --cobalt: #205642;
  --butter: #dceea2;
  --coral: #f0a354;
}
body[data-course="english"] .art-disc {
  border-radius: 44% 56% 40% 60%;
  background: #fff5d8;
}
body[data-course="english"] .mascot {
  transform: rotate(-2deg);
}
body[data-course="english"] .art-card {
  transform: rotate(5deg);
}
body[data-course="creative"] .hero-art img {
  filter: hue-rotate(125deg);
}
body[data-course="english"] .hero-art img {
  filter: hue-rotate(245deg);
}
.venue-art[data-venue="sora"] {
  background: #e0e8f1;
}
.venue-art[data-venue="sora"]:after {
  background: #bdcbd9;
}
.venue-art[data-venue="sora"] .room-window i {
  background: #b3d2eb;
}
.venue-art[data-venue="sora"] .room-window i:nth-child(2) {
  background: var(--paper);
}
@media (min-width: 1500px) {
  .site-header {
    padding-left: calc((100vw - 1275px) / 2);
    padding-right: calc((100vw - 1275px) / 2);
  }
  .hero {
    padding-left: calc((100vw - 1275px) / 2);
    padding-right: calc((100vw - 1275px) / 2);
  }
}
@media (max-width: 1100px) {
  .site-header nav {
    gap: 20px;
  }
  .hero {
    padding-top: 35px;
  }
  .hero-art {
    min-height: 370px;
  }
  .hero h1 {
    font-size: 4.8vw;
  }
  .art-note {
    right: -3%;
    padding: 21px 17px;
    font-size: 12px;
  }
  .art-card {
    min-width: 195px;
    padding: 14px 16px;
  }
  .art-card > span {
    font-size: 14px;
  }
  .hero-meta {
    font-size: 9px;
  }
  .hero-meta b {
    padding: 0 3px;
  }
  .course-tabs {
    gap: 12px;
  }
  .course-tabs a {
    padding: 23px 14px;
    gap: 10px;
  }
  .course-tabs strong {
    font-size: 14px;
  }
  .course-icon {
    font-size: 25px;
    min-width: 37px;
  }
  .course-tabs b {
    font-size: 17px;
  }
  .curriculum,
  .parent-grid {
    gap: 25px;
  }
  .manifesto-flower {
    right: 5%;
    font-size: 260px;
    top: 75px;
  }
  .form-card {
    padding: 25px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .trial-inner {
    gap: 5%;
  }
}
@media (max-width: 800px) {
  .site-header {
    padding: 20px 5%;
  }
  .brand {
    font-size: 23px;
  }
  .brand-mark {
    font-size: 46px;
  }
  .site-header nav {
    gap: 12px;
  }
  .site-header nav > a:not(.nav-cta) {
    display: none;
  }
  .site-header nav > .nav-cta {
    padding: 9px 17px;
    gap: 20px;
    font-size: 12px;
  }
  .hero {
    padding: 35px 5% 0;
    grid-template-columns: 1.1fr 1fr;
    gap: 0;
  }
  .hero h1 {
    font-size: 4.9vw;
  }
  .hero-pre {
    font-size: 12px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
  }
  .hero-desc {
    font-size: 12px;
  }
  .hero-art {
    min-height: 305px;
    margin-right: -12px;
    margin-top: -20px;
  }
  .art-card {
    min-width: 160px;
    padding: 12px;
    bottom: 4px;
  }
  .art-card > span {
    font-size: 11px;
  }
  .art-card i {
    font-size: 6px;
  }
  .art-star {
    font-size: 68px;
    top: 35px;
    left: 0;
  }
  .orbit-text {
    font-size: 7px;
    right: 12%;
    top: 0;
  }
  .art-note {
    font-size: 10px;
    bottom: 29px;
    right: -1%;
    padding: 18px 14px;
  }
  .hero-meta {
    line-height: 1.9;
    max-width: 260px;
  }
  .hero-copy {
    padding-bottom: 38px;
  }
  .hero .button {
    font-size: 12px;
    padding: 16px 17px;
    gap: 15px;
  }
  .hero-foot {
    font-size: 8px;
  }
  .section-wrap {
    padding-left: 6%;
    padding-right: 6%;
  }
  .course-picker {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section-kicker {
    font-size: 8px;
    margin-bottom: 30px;
  }
  .picker-intro > p {
    margin-right: 0;
    font-size: 12px;
  }
  .picker-intro h2 {
    font-size: 31px;
  }
  .course-tabs a {
    padding: 20px 11px;
    gap: 9px;
    display: grid;
    grid-template-columns: 1fr 20px;
  }
  .course-icon {
    font-size: 28px;
  }
  .course-tabs a > span:nth-child(2) {
    grid-row: 2;
    grid-column: 1/-1;
  }
  .course-tabs b {
    grid-row: 1;
    grid-column: 2;
  }
  .course-tabs strong {
    font-size: 14px;
  }
  .course-tabs small {
    font-size: 7px;
  }
  .learning-head {
    gap: 5%;
  }
  .learning-head h2 {
    font-size: 26px;
  }
  .learning-head > p {
    font-size: 12px;
  }
  .curriculum {
    gap: 20px;
  }
  .curriculum h3 {
    font-size: 18px;
  }
  .curriculum p {
    font-size: 12px;
  }
  .lesson-illustration {
    height: 100px;
    font-size: 65px;
  }
  .lesson-illustration:before {
    width: 90px;
    height: 80px;
  }
  .manifesto-flower {
    font-size: 210px;
    right: 4%;
    top: 105px;
  }
  .manifesto h2 {
    font-size: 34px;
  }
  .parent-grid {
    gap: 22px;
  }
  .parent-grid h3 {
    font-size: 17px;
  }
  .parent-grid p {
    font-size: 12px;
  }
  .places-layout {
    gap: 7%;
  }
  .places h2 {
    font-size: 29px;
  }
  .venue-tabs button {
    padding: 9px 15px;
    font-size: 12px;
  }
  .venue-info dl > div {
    grid-template-columns: 65px 1fr;
  }
  .venue-info dl {
    font-size: 11px;
  }
  .venue-info > p {
    font-size: 12px;
  }
  .venue-art {
    aspect-ratio: 1/1.2;
  }
  .sun {
    font-size: 58px;
    top: 8%;
  }
  .room-table:after {
    height: 70px;
  }
  .fees-layout {
    gap: 7%;
  }
  .fees h2 {
    font-size: 31px;
  }
  .price-card {
    padding: 26px 22px;
  }
  .price strong {
    font-size: 53px;
  }
  .trial-price {
    font-size: 11px;
  }
  .steps {
    gap: 20px;
  }
  .steps h3 {
    font-size: 16px;
  }
  .faq {
    gap: 5%;
    grid-template-columns: 1fr 1.3fr;
  }
  .faq h2 {
    font-size: 26px;
  }
  .faq summary {
    font-size: 12px;
  }
  .trial-intro .eyebrow {
    font-size: 8px;
  }
  .trial-intro h2 {
    font-size: 27px;
  }
  .trial-intro > p {
    font-size: 12px;
  }
  .form-card {
    padding: 22px;
  }
  .footer-top > p {
    font-size: 10px;
  }
  .footer-bottom {
    font-size: 8px;
  }
}
@media (max-width: 600px) {
  .demo-bar {
    padding: 7px 16px;
    font-size: 8px;
    letter-spacing: 0.02em;
    gap: 6px;
  }
  .site-header {
    padding: 20px 20px 12px;
    gap: 10px;
  }
  .brand {
    font-size: 21px;
    gap: 7px;
  }
  .brand-mark {
    font-size: 43px;
  }
  .brand small {
    font-size: 7px;
  }
  .site-header nav > .nav-cta {
    font-size: 10px;
    padding: 9px 12px;
    gap: 13px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 23px 24px 0;
  }
  .hero-copy {
    padding: 0;
    z-index: 3;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  .hero-pre {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .hero h1 {
    font-size: clamp(34px, 9.7vw, 55px);
    line-height: 1.4;
    margin-bottom: 18px;
  }
  .hero-desc {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 21px;
  }
  .hero .button {
    font-size: 13px;
    padding: 16px 19px;
    gap: 25px;
  }
  .hero-meta {
    font-size: 8px;
    max-width: none;
    margin-top: 14px;
  }
  .hero-meta b {
    padding: 0 3px;
  }
  .hero-art {
    width: min(100%, 360px);
    margin: 38px auto 38px;
    min-height: 0;
    aspect-ratio: 1/1;
  }
  .art-disc {
    width: 87%;
    left: 7%;
    top: 0;
  }
  .mascot {
    margin: 0;
    width: 100%;
  }
  .orbit-text {
    font-size: 8px;
    top: -14px;
    right: 11%;
  }
  .art-star {
    font-size: 78px;
    top: 29px;
    left: 0;
  }
  .art-card {
    left: 7%;
    bottom: 0;
    min-width: 180px;
    padding: 13px 15px;
  }
  .art-card > span {
    font-size: 13px;
  }
  .art-card i {
    font-size: 7px;
  }
  .art-note {
    font-size: 11px;
    padding: 20px 17px;
    right: 0;
    bottom: 38px;
  }
  .little-dot {
    top: 12%;
    width: 13px;
    height: 13px;
    border-width: 3px;
  }
  .hero-foot {
    padding: 15px 0;
    gap: 10px;
    font-size: 7px;
    line-height: 1.5;
  }
  .hero-foot > span:nth-child(2) {
    display: none;
  }
  .hero-foot > a {
    height: 28px;
    width: 28px;
    line-height: 25px;
  }
  .section-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-kicker {
    font-size: 8px;
    gap: 15px;
    margin-bottom: 28px;
    padding-bottom: 15px;
    line-height: 1.8;
  }
  .section-kicker > span:last-child {
    text-align: right;
  }
  .course-picker {
    padding-top: 48px;
    padding-bottom: 53px;
  }
  .picker-intro {
    gap: 20px;
    align-items: center;
  }
  .picker-intro h2 {
    font-size: 28px;
    margin-bottom: 15px;
    flex-shrink: 0;
  }
  .picker-intro p {
    font-size: 10px;
    line-height: 2;
  }
  .course-tabs {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
  }
  .course-tabs a {
    display: flex;
    padding: 19px 21px;
    gap: 22px;
    border-radius: 7px;
  }
  .course-icon {
    font-size: 32px;
    width: 43px;
  }
  .course-tabs strong {
    font-size: 17px;
  }
  .course-tabs small {
    font-size: 8px;
    margin-bottom: 2px;
  }
  .course-tabs em {
    font-size: 10px;
    margin-top: 2px;
  }
  .course-tabs b {
    font-size: 24px;
    align-self: center;
  }
  .learning {
    padding-top: 12px;
    padding-bottom: 49px;
  }
  .learning-head {
    display: block;
  }
  .learning-head h2 {
    font-size: 29px;
    margin-bottom: 19px;
  }
  .learning-head p {
    font-size: 12px;
    line-height: 2.1;
  }
  .curriculum {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 30px;
  }
  .curriculum article {
    padding: 20px 0 0 102px;
    min-height: 162px;
  }
  .curriculum article > span {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 15px;
  }
  .lesson-illustration {
    position: absolute;
    left: 0;
    top: 37px;
    width: 85px;
    height: 100px;
    font-size: 55px;
    margin: 0;
  }
  .lesson-illustration:before {
    width: 75px;
    height: 68px;
  }
  .curriculum h3 {
    font-size: 20px;
    margin: 8px 0 11px;
  }
  .curriculum p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .manifesto-inner {
    padding-top: 43px;
    padding-bottom: 42px;
  }
  .manifesto h2 {
    font-size: 27px;
    line-height: 1.65;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
  }
  .manifesto p:last-of-type {
    font-size: 11px;
    max-width: 270px;
  }
  .manifesto .eyebrow {
    font-size: 8px;
  }
  .manifesto-flower {
    font-size: 145px;
    top: auto;
    bottom: -50px;
    right: -25px;
    opacity: 0.45;
  }
  .parents {
    padding-top: 49px;
    padding-bottom: 46px;
  }
  .parents h2 {
    font-size: 29px;
  }
  .parent-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 28px;
  }
  .parent-grid article {
    position: relative;
    padding-left: 53px;
  }
  .parent-grid article > span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
  }
  .parent-grid h3 {
    font-size: 20px;
    margin: 0 0 9px;
  }
  .parent-grid p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .parents > .small-note {
    margin-top: 26px;
  }
  .places {
    padding-top: 13px;
    padding-bottom: 50px;
  }
  .places-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .places h2 {
    font-size: 29px;
  }
  .venue-tabs {
    width: 100%;
    margin-bottom: 22px;
  }
  .venue-tabs button {
    flex: 1;
    font-size: 13px;
    padding: 10px;
  }
  .venue-info h3 {
    font-size: 19px;
  }
  .venue-info dl {
    font-size: 12px;
    margin: 20px 0;
  }
  .venue-info dl > div {
    grid-template-columns: 76px 1fr;
  }
  .venue-art {
    aspect-ratio: 1/1;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
  .sun {
    font-size: 70px;
  }
  .room-table:after {
    height: 77px;
  }
  .fees {
    padding-top: 13px;
    padding-bottom: 49px;
  }
  .fees-layout {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .fees h2 {
    font-size: 29px;
    margin-bottom: 18px;
  }
  .fees-layout > div > p {
    font-size: 12px;
  }
  .fees-layout .small-note {
    margin-top: 16px;
  }
  .price-card {
    padding: 28px 26px;
  }
  .price-label {
    font-size: 13px;
  }
  .price-card .price {
    margin-top: 15px;
  }
  .price strong {
    font-size: 58px;
  }
  .price-card hr {
    margin: 22px 0;
  }
  .trial-price {
    font-size: 13px;
  }
  .steps {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .steps li {
    position: relative;
    padding: 18px 0 0 68px;
  }
  .steps span {
    position: absolute;
    left: 0;
    top: 22px;
    font-size: 8px;
  }
  .steps h3 {
    font-size: 17px;
    margin: 0 0 6px;
  }
  .steps p {
    font-size: 11px;
    margin-bottom: 0;
  }
  .faq {
    padding-top: 15px;
    padding-bottom: 49px;
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .faq h2 {
    font-size: 29px;
    margin-bottom: 13px;
  }
  .faq .eyebrow {
    font-size: 8px;
  }
  .faq summary {
    font-size: 12px;
    padding: 19px 0;
  }
  .faq details p {
    font-size: 12px;
    padding-right: 20px;
  }
  .trial-inner {
    padding-top: 48px;
    padding-bottom: 49px;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .trial-intro {
    position: relative;
    top: 0;
  }
  .trial-intro h2 {
    font-size: 29px;
    line-height: 1.55;
    margin-bottom: 16px;
  }
  .trial-intro > p {
    font-size: 12px;
    position: relative;
    z-index: 2;
  }
  .trial-intro .eyebrow {
    margin-bottom: 20px;
  }
  .trial-symbol {
    position: absolute;
    right: -5px;
    bottom: -2px;
    font-size: 97px;
    width: 100px;
    opacity: 0.32;
    line-height: 1;
  }
  .form-card {
    padding: 24px 19px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .demo-notice {
    padding: 11px 12px;
  }
  .demo-notice strong {
    font-size: 11px;
  }
  .demo-notice p {
    font-size: 10px;
  }
  .form-caption {
    font-size: 9px;
  }
  label {
    font-size: 11px;
  }
  input,
  select {
    font-size: 16px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .form-submit {
    font-size: 12px;
    padding: 17px;
  }
  .form-submit span {
    font-size: 21px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 27px;
  }
  .footer-top > .brand {
    font-size: 21px;
  }
  .footer-top > p {
    order: 3;
    flex-basis: 100%;
    font-size: 11px;
  }
  .footer-top > a:last-child {
    font-size: 8px;
  }
  .footer-bottom {
    display: block;
    font-size: 8px;
  }
  .footer-bottom p {
    margin-bottom: 12px;
  }
  footer {
    padding-top: 30px;
  }
  .small-note {
    font-size: 9px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
