:root {
  color-scheme: light;
  --ink: #2f2f2f;
  --ink-soft: #626b73;
  --forest: #2c3e57;
  --forest-deep: #1f2e45;
  --lime: #c43a32;
  --cream: #f3ede3;
  --paper: #fffaf4;
  --line: #e6d9c8;
  --peach: #e9b7c0;
  --yellow: #e6d9c8;
  --mint: #e9b7c0;
  --font-body: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #c43a32;
  outline-offset: 4px;
}

.section-wrap {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--forest-deep);
}

.skip-link:focus {
  transform: translateY(0);
}

.pilot-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 31px;
  padding: 5px 16px;
  color: #eaf0e9;
  background: var(--forest-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pilot-dot,
.sample-note-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
}

.ribbon-divider {
  color: #8ba395;
}

.site-header {
  position: relative;
  z-index: 10;
  background: var(--cream);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1320px, calc(100% - 64px));
  height: 82px;
  margin-inline: auto;
  border-bottom: 1px solid rgba(28, 43, 38, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.filter-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.brand-wordmark {
  display: block;
  width: 218px;
  height: 72px;
  object-fit: fill;
}

.brand-mark {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  border-radius: 11px 11px 11px 3px;
  transform: rotate(-3deg);
}

.brand-mark svg {
  width: 28px;
  height: 28px;
}

.brand-word {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.075em;
}

.brand-period {
  color: #8ba52b;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 37px;
  color: #46534d;
  font-size: 13px;
  font-weight: 600;
}

.primary-nav > a:not(.button) {
  transition: color 160ms ease;
}

.primary-nav > a:not(.button):hover,
.text-link:hover {
  color: #788d16;
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 21px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  color: #f7f8f2;
  background: var(--forest);
}

.button-dark:hover {
  background: var(--forest-deep);
}

.button-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 12px;
}

.button-light {
  color: var(--forest-deep);
  background: var(--lime);
}

.button-light:hover {
  background: #e3f88a;
}

.hero {
  display: grid;
  min-height: 602px;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 45px;
  padding-top: 38px;
  padding-bottom: 58px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 28px 0 22px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #697568;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-line {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #94a43a;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  letter-spacing: -0.065em;
}

.hero h1 {
  max-width: 650px;
  margin-bottom: 23px;
  font-size: clamp(45px, 5.35vw, 72px);
  font-weight: 600;
  line-height: 1.07;
}

h1 em,
h2 em {
  color: #788c2b;
  font-style: normal;
}

.hero-description {
  max-width: 450px;
  margin-bottom: 27px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 38px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  transition: color 160ms ease;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #67746d;
  font-size: 11px;
  font-weight: 600;
}

.hero-proof span:not(.proof-separator) {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.proof-icon {
  display: inline-grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: var(--forest);
  border: 1px solid #c1c9b7;
  border-radius: 50%;
  font-size: 8px;
}

.proof-spark {
  color: #8ba52b !important;
  font-size: 14px !important;
}

.proof-separator {
  width: 1px;
  height: 17px;
  background: #d7d9d0;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 465px;
  place-items: center;
  isolation: isolate;
}

.hero-visual::before {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: min(420px, 90%);
  aspect-ratio: 1;
  border-radius: 49% 51% 47% 53%;
  background: #e7eadb;
  content: "";
  transform: translate(-50%, -50%) rotate(-17deg);
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(118, 136, 65, 0.33);
  border-radius: 50%;
  transform: rotate(-25deg);
}

.orbit-one {
  width: 500px;
  height: 300px;
}

.orbit-two {
  width: 575px;
  height: 365px;
  border-color: rgba(118, 136, 65, 0.16);
  transform: rotate(34deg);
}

.lesson-card {
  position: relative;
  width: min(355px, 78%);
  padding: 15px;
  background: var(--paper);
  border: 1px solid rgba(30, 50, 39, 0.08);
  border-radius: 8px;
  box-shadow: 0 25px 55px rgba(41, 58, 40, 0.14), 0 3px 7px rgba(41, 58, 40, 0.05);
  transform: rotate(-3deg);
}

.lesson-card-top,
.lesson-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lesson-card-top {
  height: 25px;
  margin-bottom: 12px;
}

.mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8b948b;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mini-brand-mark {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  border-radius: 5px 5px 5px 1px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
}

.live-dot {
  width: 7px;
  height: 7px;
  background: #a9c342;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #eff3df;
}

.lesson-art {
  position: relative;
  height: 204px;
  overflow: hidden;
  background: #e3e9d3;
  border-radius: 4px;
}

.art-sun {
  position: absolute;
  top: 30px;
  right: 38px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #f6cd71;
}

.art-hill {
  position: absolute;
  right: -25px;
  bottom: -51px;
  width: 340px;
  height: 145px;
  border-radius: 52% 48% 0 0;
  transform: rotate(-9deg);
}

.art-hill-back {
  bottom: -25px;
  left: -50px;
  background: #abc48b;
  transform: rotate(12deg);
}

.art-hill-front {
  background: #678762;
}

.art-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  color: var(--forest-deep);
  background: rgba(255, 255, 255, 0.91);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(21, 45, 31, 0.17);
  transform: translate(-50%, -50%);
}

.art-play span {
  margin-left: 3px;
  font-size: 13px;
}

.art-label,
.art-number {
  position: absolute;
  z-index: 1;
  bottom: 13px;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.art-label {
  left: 14px;
}

.art-number {
  right: 14px;
  font-size: 10px;
}

.art-number span {
  opacity: 0.65;
}

.lesson-card-bottom {
  min-height: 72px;
  padding: 13px 3px 8px;
}

.lesson-kicker {
  margin: 0 0 5px;
  color: #829172;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.lesson-card-bottom h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.lesson-arrow {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #536249;
  background: #f2f3eb;
  border-radius: 50%;
  font-size: 12px;
}

.lesson-progress {
  height: 3px;
  overflow: hidden;
  background: #e6e8df;
  border-radius: 99px;
}

.lesson-progress span {
  display: block;
  width: 54%;
  height: 100%;
  background: #95ac40;
}

.visual-sticker {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  color: var(--forest);
  background: var(--paper);
  border: 1px solid rgba(30, 50, 39, 0.07);
  border-radius: 5px;
  box-shadow: 0 9px 24px rgba(41, 58, 40, 0.11);
  font-size: 10px;
  font-weight: 700;
}

.sticker-top {
  top: 57px;
  left: -3px;
  transform: rotate(-5deg);
}

.sticker-bottom {
  right: 6px;
  bottom: 55px;
  transform: rotate(4deg);
}

.sticker-spark {
  color: #8fa332;
  font-size: 17px;
}

.sticker-check {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #335b40;
  background: #d9edd9;
  border-radius: 50%;
  font-size: 11px;
}

.visual-cross {
  position: absolute;
  color: #d1b14f;
  font-size: 23px;
}

.cross-one {
  top: 74px;
  right: 55px;
}

.cross-two {
  bottom: 85px;
  left: 30px;
  color: #89a05b;
  font-size: 16px;
}

.value-strip {
  color: #f6f5ed;
  background: var(--forest);
}

.value-strip-inner {
  display: flex;
  width: min(1180px, calc(100% - 64px));
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-inline: auto;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.value-strip-inner i {
  color: var(--lime);
  font-size: 15px;
  font-style: normal;
}

.courses-section {
  padding-top: 118px;
  padding-bottom: 110px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 43px;
}

.section-heading .eyebrow {
  margin-bottom: 17px;
}

.section-heading h2,
.method-intro h2,
.subscription-copy h2,
.faq-heading h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(35px, 4.4vw, 56px);
  font-weight: 600;
  line-height: 1.12;
}

.heading-aside {
  max-width: 322px;
  padding-bottom: 6px;
}

.heading-aside p {
  margin-bottom: 13px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.75;
}

.sample-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #697568;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sample-note-dot {
  width: 7px;
  height: 7px;
  background: #a1b94a;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}

.course-card {
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid #e5e4db;
  border-radius: 5px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(30, 50, 39, 0.08);
}

.course-art {
  position: relative;
  display: grid;
  height: 182px;
  overflow: hidden;
  place-items: center;
}

.course-art-excel {
  background: #e7edd9;
}

.course-art-data {
  background: #e9e5dc;
}

.course-art-project {
  background: #f2e7d9;
}

.art-orbit-ring {
  position: absolute;
  width: 184px;
  height: 184px;
  border: 1px solid rgba(52, 82, 57, 0.3);
  border-radius: 50%;
}

.art-orbit-ring::before,
.art-orbit-ring::after {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(52, 82, 57, 0.23);
  border-radius: 50%;
  content: "";
}

.art-orbit-ring::after {
  inset: 36px;
  border-color: rgba(52, 82, 57, 0.19);
}

.art-planet {
  position: absolute;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background: #c5d59c;
  box-shadow: inset -11px -7px 0 rgba(56, 94, 56, 0.12);
}

.art-planet::before {
  position: absolute;
  top: 25px;
  left: 22px;
  width: 46px;
  height: 33px;
  border: 1px solid rgba(51, 80, 48, 0.4);
  border-radius: 50%;
  content: "";
  transform: rotate(-30deg);
}

.art-grid-sheet {
  position: relative;
  display: grid;
  width: 180px;
  height: 116px;
  grid-template-columns: 35px repeat(3, 1fr);
  grid-template-rows: 25px repeat(3, 1fr);
  overflow: hidden;
  background: #fffefa;
  border: 1px solid rgba(52, 82, 57, 0.12);
  border-radius: 5px;
  box-shadow: 0 14px 24px rgba(40, 60, 40, 0.12);
  transform: rotate(-6deg);
}

.art-grid-sheet span {
  border-right: 1px solid #e1e7d8;
  border-bottom: 1px solid #e1e7d8;
}

.art-grid-sheet span:nth-child(-n + 4) {
  background: #d9e6c7;
}

.art-grid-sheet span:nth-child(6),
.art-grid-sheet span:nth-child(11) {
  background: #eff4e7;
}

.art-grid-sheet span:nth-child(9) {
  background: #b9cf8d;
}

.art-data-bars {
  position: relative;
  display: flex;
  width: 190px;
  height: 122px;
  align-items: end;
  justify-content: center;
  gap: 13px;
  border-bottom: 1px solid rgba(51, 68, 62, 0.25);
}

.art-data-bars span {
  width: 25px;
  border-radius: 3px 3px 0 0;
  background: #718e6e;
}

.art-data-bars span:nth-child(1) { height: 40%; background: #d09b69; }
.art-data-bars span:nth-child(2) { height: 69%; background: #829d7c; }
.art-data-bars span:nth-child(3) { height: 54%; background: #c2b77d; }
.art-data-bars span:nth-child(4) { height: 88%; background: #4f755c; }
.art-data-bars span:nth-child(5) { height: 62%; background: #ac805e; }

.art-data-line {
  position: absolute;
  top: 27px;
  left: 35px;
  width: 133px;
  height: 58px;
  border-top: 2px solid #294638;
  border-radius: 50%;
  transform: rotate(-19deg) skewX(-20deg);
}

.course-art-label {
  position: absolute;
  top: 14px;
  left: 15px;
  color: rgba(32, 58, 43, 0.65);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.art-project-shape {
  position: absolute;
  width: 142px;
  height: 106px;
  border: 1px solid rgba(86, 62, 44, 0.35);
  border-radius: 50% 50% 46% 54%;
  background: #ecc6a9;
  transform: rotate(-17deg);
}

.art-project-shape::before,
.art-project-shape::after {
  position: absolute;
  content: "";
}

.art-project-shape::before {
  top: 25px;
  left: 26px;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(86, 62, 44, 0.55);
  border-radius: 50%;
}

.art-project-shape::after {
  right: -36px;
  bottom: -20px;
  width: 84px;
  height: 55px;
  border: 1px solid rgba(86, 62, 44, 0.45);
  border-radius: 50%;
}

.art-project-tag {
  position: absolute;
  right: 16px;
  bottom: 17px;
  padding: 8px 11px;
  color: #fffdf5;
  background: #5b7658;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: rotate(4deg);
}

.course-content {
  padding: 22px 22px 20px;
}

.course-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.course-category {
  color: #718064;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.course-level {
  padding: 5px 8px;
  color: #6b745f;
  background: #f1f2e9;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 600;
}

.course-content h3 {
  min-height: 52px;
  margin-bottom: 9px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.course-content > p {
  min-height: 66px;
  margin-bottom: 19px;
  color: #69736d;
  font-size: 12px;
  line-height: 1.7;
}

.course-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #ebeae3;
}

.course-duration {
  color: #737d75;
  font-size: 10px;
  font-weight: 600;
}

.course-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0 5px 9px;
  color: var(--forest);
  background: transparent;
  border: 0;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.course-cta:hover {
  color: #82962c;
}

.courses-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 25px;
  color: #6e7871;
  font-size: 12px;
}

.courses-footer p {
  margin: 0;
}

.method-section {
  padding: 94px 0 98px;
  color: #f4f4ea;
  background: var(--forest);
}

.method-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 95px;
  align-items: center;
}

.eyebrow-light {
  color: #bdcbbf;
}

.eyebrow-light .eyebrow-line {
  background: var(--lime);
}

.method-intro h2 {
  margin-bottom: 20px;
  font-size: clamp(35px, 4vw, 50px);
}

.method-intro h2 em,
.contact-copy h2 em {
  color: var(--lime);
}

.method-intro > p:not(.eyebrow) {
  max-width: 360px;
  margin-bottom: 27px;
  color: #c5d0c8;
  font-size: 13px;
  line-height: 1.8;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.method-step {
  position: relative;
  padding-top: 18px;
  border-top: 1px solid rgba(235, 242, 229, 0.25);
}

.step-number {
  color: #aebcaf;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.step-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 35px 0 20px;
  place-items: center;
  border-radius: 50%;
  color: #243b2f;
  font-size: 17px;
}

.step-icon-peach { background: var(--peach); }
.step-icon-yellow { background: var(--yellow); }
.step-icon-mint { background: var(--mint); }

.method-step h3 {
  margin-bottom: 9px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.method-step p {
  margin: 0;
  color: #b9c8bc;
  font-size: 11px;
  line-height: 1.7;
}

.subscription-section {
  display: grid;
  min-height: 542px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.subscription-art {
  position: relative;
  display: grid;
  min-height: 375px;
  place-items: center;
  overflow: hidden;
  background: #e8eadb;
  border-radius: 4px;
}

.subscription-sun {
  position: absolute;
  top: 53px;
  left: 53px;
  width: 91px;
  height: 91px;
  background: #f1c465;
  border-radius: 50%;
}

.subscription-arc {
  position: absolute;
  right: -4%;
  bottom: -108px;
  width: 112%;
  height: 258px;
  border-radius: 50% 50% 0 0;
  background: #b3c28f;
  transform: rotate(-8deg);
}

.arc-two {
  right: -15%;
  bottom: -166px;
  width: 118%;
  height: 285px;
  background: #7f9a72;
  transform: rotate(8deg);
}

.subscription-card {
  position: relative;
  z-index: 1;
  display: flex;
  width: 235px;
  min-height: 253px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  color: #f7f6ec;
  background: var(--forest);
  box-shadow: 0 18px 36px rgba(23, 49, 34, 0.2);
  transform: rotate(-5deg);
}

.subscription-card-label {
  color: #b9c9bc;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.subscription-card-title {
  margin: auto 0;
  font-family: var(--font-display);
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 1.1;
}

.subscription-card-title em {
  color: var(--lime);
  font-style: normal;
}

.subscription-card-line {
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
  background: rgba(236, 244, 231, 0.28);
}

.subscription-card-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #d5e1d8;
  font-size: 10px;
  font-weight: 600;
}

.subscription-card-note span {
  color: var(--lime);
  font-size: 14px;
}

.subscription-star {
  position: absolute;
  z-index: 1;
  color: #f6ce69;
  font-size: 24px;
}

.star-a { top: 54px; right: 63px; }
.star-b { bottom: 57px; left: 49px; color: #eff2d9; font-size: 16px; }

.subscription-copy .eyebrow {
  margin-bottom: 17px;
}

.subscription-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(35px, 4vw, 50px);
}

.subscription-copy > p:not(.eyebrow) {
  max-width: 465px;
  margin-bottom: 24px;
  color: #627069;
  font-size: 13px;
  line-height: 1.8;
}

.subscription-footnote {
  display: block;
  margin-top: 12px;
  color: #899189;
  font-size: 10px;
}

.faq-section {
  padding: 102px 0 108px;
  background: #efeee7;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 110px;
}

.faq-heading .eyebrow {
  margin-bottom: 18px;
}

.faq-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(35px, 4vw, 49px);
}

.faq-heading > p:not(.eyebrow) {
  margin-bottom: 15px;
  color: #6b766f;
  font-size: 12px;
  line-height: 1.7;
}

.faq-list {
  border-top: 1px solid #d9d9cf;
}

.faq-item {
  border-bottom: 1px solid #d9d9cf;
}

.faq-item summary {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #2a3831;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-plus {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid #b8c09c;
  border-radius: 50%;
}

.faq-plus::before,
.faq-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: #526448;
  content: "";
  transform: translate(-50%, -50%);
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 160ms ease;
}

.faq-item[open] .faq-plus::after {
  transform: translate(-50%, -50%);
}

.faq-item p {
  max-width: 520px;
  margin: -2px 30px 19px 0;
  color: #69746c;
  font-size: 12px;
  line-height: 1.8;
}

.contact-section {
  padding-top: 95px;
  padding-bottom: 100px;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  overflow: hidden;
  background: var(--forest);
  border-radius: 5px;
}

.contact-copy {
  position: relative;
  min-height: 440px;
  padding: 56px 52px;
  color: #f3f4eb;
  overflow: hidden;
}

.contact-copy .eyebrow {
  margin-bottom: 23px;
}

.contact-copy h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 19px;
  font-size: clamp(34px, 3.8vw, 49px);
}

.contact-copy > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 370px;
  color: #c7d1c8;
  font-size: 12px;
  line-height: 1.8;
}

.contact-mascot {
  position: absolute;
  z-index: 2;
  right: -8px;
  bottom: -17px;
  width: 280px;
  height: 187px;
  object-fit: contain;
  filter: url(#remove-logo-black);
}

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 50px;
  color: #f1f2e9;
  background: #204b3b;
}

.contact-form label {
  margin: 0 0 7px;
  color: #e3e9df;
  font-size: 10px;
  font-weight: 700;
}

.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 44px;
  margin-bottom: 18px;
  padding: 0 12px;
  color: #f4f4eb;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(236, 244, 231, 0.23);
  border-radius: 3px;
  font-size: 11px;
}

.contact-form input::placeholder {
  color: #a8bbb0;
}

.contact-form select {
  color: #a8bbb0;
}

.contact-form select:valid {
  color: #f4f4eb;
}

.contact-form select option {
  color: #1c2b26;
}

.form-submit {
  align-self: flex-start;
  min-height: 45px;
  margin-top: 1px;
  padding-inline: 18px;
  border: 0;
  font-size: 11px;
}

.form-status {
  min-height: 16px;
  margin: 11px 0 0;
  color: #e4f18c;
  font-size: 11px;
  line-height: 1.5;
}

.form-disclaimer {
  margin: 2px 0 0;
  color: #a9beb0;
  font-size: 9px;
  line-height: 1.6;
}

.site-footer {
  color: #dbe1d8;
  background: var(--forest-deep);
}

.footer-inner {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand .brand-mark {
  width: 29px;
  height: 29px;
}

.footer-brand .brand-wordmark {
  width: 196px;
  height: 65px;
}

.footer-brand .brand-mark svg {
  width: 24px;
  height: 24px;
}

.footer-brand .brand-word {
  color: #f2f4e9;
  font-size: 21px;
}

.footer-inner > p {
  margin: 0;
  color: #acbbae;
  font-size: 11px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #e6d9c8;
  border-radius: 50%;
  color: #2c3e57;
  background: #fffaf4;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  border-color: #2c3e57;
  color: #f3ede3;
  background: #2c3e57;
}

.footer-socials a:focus-visible {
  outline: 2px solid #c43a32;
  outline-offset: 3px;
}

.footer-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.footer-socials a:last-child svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-socials .social-icon-dot {
  fill: currentColor;
  stroke: none;
}

.footer-copy {
  color: #a7b6aa;
  font-size: 10px;
}

@media (max-width: 950px) {
  .hero {
    min-height: 550px;
    grid-template-columns: 1fr 0.9fr;
    gap: 20px;
  }

  .hero h1 {
    font-size: clamp(43px, 6vw, 60px);
  }

  .hero-visual {
    transform: scale(0.88);
  }

  .method-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .method-intro > p:not(.eyebrow) {
    max-width: 480px;
  }

  .subscription-section {
    gap: 48px;
  }

  .faq-layout {
    gap: 55px;
  }

  .contact-copy,
  .contact-form {
    padding-inline: 36px;
  }
}

@media (max-width: 720px) {
  .section-wrap,
  .value-strip-inner {
    width: min(100% - 40px, 560px);
  }

  .header-inner {
    width: calc(100% - 40px);
    height: 70px;
  }

  .menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: transparent;
    border: 1px solid #d8dbd0;
    border-radius: 50%;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 15px;
    height: 1px;
    background: var(--forest);
    transition: transform 160ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .primary-nav {
    position: absolute;
    top: 69px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 22px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 22px rgba(30, 50, 39, 0.06);
  }

  .primary-nav.is-open {
    display: flex;
    flex-direction: column;
  }

  .primary-nav > a:not(.button) {
    padding: 15px 5px;
    border-bottom: 1px solid #e3e3da;
  }

  .nav-cta {
    margin-top: 15px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 2px;
    padding-top: 48px;
    padding-bottom: 37px;
  }

  .hero-copy {
    padding: 10px 0 0;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .hero h1 {
    margin-bottom: 17px;
    font-size: clamp(42px, 12vw, 58px);
  }

  .hero-description {
    max-width: 470px;
    font-size: 14px;
    line-height: 1.75;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 25px;
  }

  .hero-proof {
    flex-wrap: wrap;
    gap: 10px 13px;
    font-size: 10px;
  }

  .hero-visual {
    min-height: 375px;
    margin: -2px 0 -12px;
    transform: scale(0.82);
  }

  .value-strip-inner {
    min-height: 70px;
    justify-content: center;
    gap: 11px;
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
  }

  .value-strip-inner span:nth-of-type(3),
  .value-strip-inner i:nth-of-type(3) {
    display: none;
  }

  .courses-section {
    padding-top: 79px;
    padding-bottom: 76px;
  }

  .section-heading {
    display: block;
    margin-bottom: 28px;
  }

  .section-heading h2,
  .method-intro h2,
  .subscription-copy h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .heading-aside {
    margin-top: 19px;
  }

  .heading-aside p {
    max-width: 450px;
    margin-bottom: 9px;
  }

  .course-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .course-card {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
  }

  .course-art {
    height: 100%;
    min-height: 216px;
  }

  .art-grid-sheet {
    width: 145px;
    height: 95px;
    grid-template-columns: 28px repeat(3, 1fr);
    grid-template-rows: 21px repeat(3, 1fr);
  }

  .art-orbit-ring {
    width: 145px;
    height: 145px;
  }

  .art-planet {
    width: 70px;
    height: 70px;
  }

  .art-planet::before {
    top: 20px;
    left: 17px;
    width: 37px;
    height: 26px;
  }

  .art-data-bars {
    width: 132px;
    height: 105px;
    gap: 8px;
  }

  .art-data-bars span {
    width: 18px;
  }

  .art-data-line {
    left: 25px;
    width: 93px;
  }

  .art-project-shape {
    width: 120px;
    height: 88px;
  }

  .course-content {
    padding: 17px 15px 15px;
  }

  .course-meta {
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
  }

  .course-category {
    max-width: 120px;
    font-size: 8px;
  }

  .course-content h3 {
    min-height: auto;
    margin-bottom: 7px;
    font-size: 16px;
  }

  .course-content > p {
    min-height: auto;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.55;
  }

  .course-card-footer {
    padding-top: 9px;
  }

  .courses-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin-top: 21px;
  }

  .method-section {
    padding: 75px 0 74px;
  }

  .method-layout {
    gap: 42px;
  }

  .method-steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .method-step {
    display: grid;
    grid-template-columns: 40px 46px 1fr;
    align-items: center;
    column-gap: 14px;
    padding-top: 15px;
  }

  .step-number {
    grid-row: span 2;
  }

  .step-icon {
    grid-row: span 2;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .method-step h3 {
    align-self: end;
    margin: 0 0 4px;
  }

  .method-step p {
    align-self: start;
  }

  .subscription-section {
    grid-template-columns: 1fr;
    gap: 39px;
    padding-top: 65px;
    padding-bottom: 71px;
  }

  .subscription-art {
    min-height: 310px;
  }

  .subscription-sun {
    top: 34px;
    left: 34px;
    width: 71px;
    height: 71px;
  }

  .subscription-card {
    width: 205px;
    min-height: 220px;
    padding: 19px;
  }

  .subscription-card-title {
    font-size: 25px;
  }

  .faq-section {
    padding: 74px 0 80px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .faq-heading > p:not(.eyebrow) {
    margin-bottom: 10px;
  }

  .faq-item summary {
    min-height: 61px;
    font-size: 12px;
  }

  .contact-section {
    padding-top: 65px;
    padding-bottom: 68px;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    min-height: 310px;
    padding: 38px 28px 35px;
  }

  .contact-form {
    padding: 30px 28px;
  }

  .footer-inner {
    min-height: 110px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px 15px;
    padding-block: 20px;
  }

  .footer-inner > p {
    order: 3;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .pilot-ribbon {
    font-size: 8px;
    letter-spacing: 0.09em;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 322px;
    margin-inline: -42px;
    transform: scale(0.73);
  }

  .course-card {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .course-art {
    min-height: 228px;
  }

  .course-content {
    padding-inline: 12px;
  }

  .course-category {
    max-width: 100px;
    font-size: 7px;
  }

  .course-level {
    padding: 4px 6px;
    font-size: 8px;
  }

  .course-content h3 {
    font-size: 15px;
  }

  .course-content > p {
    font-size: 9px;
  }

  .course-duration {
    font-size: 9px;
  }

  .course-cta {
    gap: 4px;
    font-size: 10px;
  }

  .footer-copy {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Identidad visual de Japonés con sentido */
.pilot-ribbon {
  color: #f3ede3;
  background: #2c3e57;
}

.pilot-dot,
.sample-note-dot {
  background: #c43a32;
}

.ribbon-divider { color: #e9b7c0; }
.header-inner { border-bottom-color: rgba(44, 62, 87, 0.16); }
.primary-nav { color: #2f2f2f; }
.primary-nav > a:not(.button):hover,
.text-link:hover { color: #c43a32; }
.button-dark { color: #fffaf4; background: #2c3e57; }
.button-dark:hover { background: #1f2e45; }
.button-light { color: #fffaf4; background: #c43a32; }
.button-light:hover { background: #a92f29; }
.eyebrow { color: #6d7073; }
.eyebrow-light { color: #f3ede3; }
.eyebrow-line { background: #c43a32; }
h1 em, h2 em { color: #c43a32; }
.proof-icon { border-color: #d9c8b7; }
.proof-spark { color: #c43a32 !important; }
.hero-visual::before { background: #e9b7c0; }
.orbit { border-color: rgba(44, 62, 87, 0.24); }
.orbit-two { width: min(535px, 100%); }
.orbit-two { border-color: rgba(44, 62, 87, 0.12); }
.lesson-card { border-color: rgba(44, 62, 87, 0.11); box-shadow: 0 25px 55px rgba(44, 62, 87, 0.15), 0 3px 7px rgba(44, 62, 87, 0.06); }
.mini-brand { color: #777d83; }
.mini-brand-mark { color: #fffaf4; background: #c43a32; font-size: 10px; }
.live-dot { background: #c43a32; box-shadow: 0 0 0 4px #f7e7e7; }
.lesson-art-japanese { background: radial-gradient(circle at 72% 28%, #e9b7c0 0 19%, transparent 19.5%), linear-gradient(135deg, #f5e9d8, #dfd4c7); }
.lesson-art-japanese::before { position: absolute; right: 33px; bottom: -68px; width: 230px; height: 150px; border-radius: 50%; background: #c43a32; content: ""; }
.lesson-art-japanese::after { position: absolute; top: 16px; left: 17px; width: 45px; height: 45px; border: 1px solid rgba(44, 62, 87, 0.22); border-radius: 50%; content: ""; }
.lesson-glyph { position: absolute; z-index: 1; color: #2c3e57; font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-weight: 700; }
.lesson-glyph-one { top: 19px; left: 36px; font-size: 43px; }
.lesson-glyph-two { top: 26px; right: 44px; color: #c43a32; font-size: 26px; }
.lesson-mascot { position: absolute; z-index: 1; right: 74px; bottom: 5px; width: 150px; height: 158px; object-fit: contain; filter: url(#remove-logo-black); }
.art-play { z-index: 2; color: #c43a32; box-shadow: 0 6px 18px rgba(44, 62, 87, 0.17); }
.lesson-kicker { color: #c43a32; }
.lesson-arrow { color: #2c3e57; background: #f3ede3; }
.lesson-progress { background: #eadfd4; }
.lesson-progress span { background: #c43a32; }
.visual-sticker { color: #2c3e57; border-color: rgba(44, 62, 87, 0.1); box-shadow: 0 9px 24px rgba(44, 62, 87, 0.12); }
.sticker-spark { color: #c43a32; }
.sticker-check { color: #fffaf4; background: #2c3e57; }
.visual-cross { color: #c43a32; }
.cross-two { color: #2c3e57; }
.value-strip { color: #f3ede3; background: #2c3e57; }
.value-strip-inner i { color: #e9b7c0; }
.sample-note { color: #8a8f97; }
.course-card { border-color: #e6d9c8; }
.course-card:hover { box-shadow: 0 16px 30px rgba(44, 62, 87, 0.1); }
.course-art { isolation: isolate; }
.course-art-beginner { background: linear-gradient(145deg, #f3ede3 0 45%, #e9b7c0 45% 100%); }
.course-art-kana { background: linear-gradient(35deg, #e6d9c8 0 48%, #f3ede3 48% 100%); }
.course-art-travel { background: linear-gradient(145deg, #e9b7c0 0 45%, #f3ede3 45% 100%); }
.course-art::after { position: absolute; z-index: -1; width: 150px; height: 150px; border: 1px solid rgba(44, 62, 87, 0.18); border-radius: 50%; box-shadow: 0 0 0 17px rgba(44, 62, 87, 0.035), 0 0 0 34px rgba(44, 62, 87, 0.025); content: ""; }
.course-art-label { color: rgba(44, 62, 87, 0.72); }
.course-character { color: #2c3e57; font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-size: 80px; font-weight: 700; line-height: 0.95; text-align: center; text-shadow: 0 9px 18px rgba(44, 62, 87, 0.12); }
.character-kana { display: flex; align-items: center; gap: 15px; color: #c43a32; font-size: 54px; }
.character-travel { color: #c43a32; font-size: 91px; }
.course-stamp { position: absolute; right: 18px; bottom: 15px; display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid rgba(196, 58, 50, 0.75); border-radius: 50%; color: #c43a32; font-size: 10px; font-weight: 700; transform: rotate(-12deg); }
.course-content h3 { color: #2c3e57; }
.course-level { color: #2c3e57; background: #f3ede3; }
.course-cta { color: #c43a32; }
.course-cta:hover { color: #8f2924; }
.method-section { background: #2c3e57; }
.method-intro > p:not(.eyebrow) { color: #d7dce1; }
.method-step { border-top-color: rgba(243, 237, 227, 0.2); }
.step-icon-peach { background: #e9b7c0; }
.step-icon-yellow { background: #e6d9c8; }
.step-icon-mint { background: #c43a32; }
.subscription-sun { background: #e9b7c0; }
.subscription-card { background: #2c3e57; }
.subscription-card-title em,
.subscription-card-note span { color: #e9b7c0; }
.subscription-star { color: #c43a32; }
.star-b { color: #e6d9c8; }
.faq-section { background: #eee5d9; }
.faq-list, .faq-item { border-color: #d9cbbb; }
.faq-item summary { color: #2c3e57; }
.faq-plus { border-color: #cfa9a4; }
.faq-plus::before, .faq-plus::after { background: #c43a32; }
.contact-card { background: #2c3e57; }
.contact-copy { color: #f3ede3; }
.contact-copy > p:not(.eyebrow) { color: #d9dce0; }
.contact-mascot { filter: url(#remove-logo-black); }
.contact-form { color: #f3ede3; background: #344962; }
.contact-form label { color: #f3ede3; }
.contact-form input, .contact-form select { color: #fffaf4; border-color: rgba(243, 237, 227, 0.25); }
.contact-form input::placeholder, .contact-form select { color: #d0d4d8; }
.contact-form select:valid { color: #fffaf4; }
.contact-form select option { color: #2f2f2f; }
.form-status { color: #f0cdd0; }
.form-disclaimer { color: #c4cbd1; }
.site-footer { color: #2c3e57; background: #f3ede3; border-top: 1px solid #e6d9c8; }
.footer-inner > p, .footer-copy { color: #8a8f97; }

@media (max-width: 720px) {
  .brand-wordmark { width: 188px; height: 62px; }
  .lesson-mascot { right: 50%; width: 139px; transform: translateX(50%); }
  .contact-copy { padding-bottom: 125px; }
  .contact-mascot { right: 0; bottom: -18px; width: 230px; height: 153px; }
}
