main {
  --section-compact: 54px;
  --section-regular: 66px;
  --section-large: 76px;
  --section-final: 50px;
}

main .section-title {
  font-size: clamp(29px, 3.2vw, 40px);
  line-height: 1.14;
}

.hero {
  padding: clamp(20px, 3.2vw, 34px) 0 clamp(34px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgba(247, 245, 241, 0.98) 0%, rgba(247, 245, 241, 0.9) 52%, rgba(241, 248, 251, 0.82) 100%);
}

.hero__grid,
.editorial-grid,
.visual-article,
.level-map-grid,
.offer-grid,
.scenarios-layout,
.spectrum-layout,
.eligibility-grid,
.mentor-grid,
.method-grid,
.faq-grid {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
}

.hero__grid {
  align-items: center;
}

.hero__copy {
  max-width: 720px;
}

.hero__text {
  max-width: 650px;
}

.hero-kicker {
  max-width: 580px;
  margin: 0;
  color: var(--level-primary);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.35;
}

.hero-kicker + .hero-title,
main .eyebrow + .section-title,
main .eyebrow + .final-title {
  margin-top: 14px;
}

.hero-facts {
  display: grid;
  gap: 4px;
  max-width: 660px;
  margin-top: 20px;
  padding: 14px 18px;
  border-left: 3px solid var(--level-accent);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink-soft);
}

.hero-facts strong {
  color: var(--level-primary);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hero-trust span {
  padding: 7px 10px;
  border: 1px solid rgba(18, 101, 143, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--level-primary);
  font-size: 13px;
  font-weight: 760;
}

.hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 420px;
  border-radius: var(--radius-lg);
  background: var(--paper-dark);
  box-shadow: 0 26px 78px rgba(10, 62, 89, 0.14);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.recognition {
  background:
    linear-gradient(180deg, rgba(241, 248, 251, 0.88), rgba(247, 245, 241, 0.96));
  border-top: 1px solid rgba(18, 101, 143, 0.1);
}

.recognition-lines {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(18, 101, 143, 0.14);
}

.recognition-lines p {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(18, 101, 143, 0.14);
  color: var(--ink-soft);
  font-size: clamp(17px, 1.5vw, 19px);
}

.pull-quote {
  border-radius: var(--radius-lg);
  box-shadow: 0 22px 64px rgba(10, 62, 89, 0.16);
}

.shift-section {
  background: var(--canvas);
}

.image-panel--wide {
  aspect-ratio: 8 / 5;
}

.visual-article {
  align-items: start;
}

.note-aside {
  border-radius: var(--radius-sm);
  background: rgba(241, 248, 251, 0.78);
}

.level-map {
  background:
    linear-gradient(180deg, rgba(241, 248, 251, 0.9), rgba(247, 245, 241, 0.96));
  border-top: 1px solid rgba(18, 101, 143, 0.08);
  border-bottom: 1px solid rgba(18, 101, 143, 0.08);
}

.level-map-grid {
  align-items: start;
}

.level-compare {
  display: grid;
  gap: 14px;
}

.level-compare article,
.level-openings,
.instrument-grid article,
.spectrum-card,
.method-list article {
  border: 1px solid rgba(18, 101, 143, 0.13);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 46px rgba(10, 62, 89, 0.055);
}

.level-compare article {
  display: grid;
  gap: 8px;
  padding: clamp(18px, 2vw, 24px);
}

.level-compare__current {
  background: rgba(220, 238, 246, 0.72) !important;
  border-color: rgba(18, 101, 143, 0.22) !important;
}

.level-compare span,
.instrument-grid span,
.spectrum-card span,
.method-list span {
  color: var(--level-primary);
  font-size: 12px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.level-compare h3,
.instrument-grid h3,
.spectrum-card h3,
.level-compare p,
.level-openings p,
.instrument-grid p,
.spectrum-card p,
.method-list p {
  margin: 0;
}

.level-compare h3,
.instrument-grid h3,
.spectrum-card h3 {
  color: var(--level-deep);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.14;
}

.level-compare p,
.level-openings,
.instrument-grid p,
.spectrum-card p,
.method-list p {
  color: var(--ink-soft);
  line-height: 1.5;
}

.level-openings {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 2.6vw, 30px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(220, 238, 246, 0.58));
}

.level-openings strong {
  color: var(--level-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 520;
  line-height: 1.08;
}

.instrument-grid {
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
}

.instrument-grid article {
  display: grid;
  gap: 8px;
  padding: clamp(18px, 2vw, 24px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(241, 248, 251, 0.7));
}

.scenarios-section {
  background:
    linear-gradient(180deg, rgba(237, 233, 226, 0.96), rgba(241, 248, 251, 0.58));
  padding-block: var(--section-large);
}

.scenarios-copy {
  align-self: start;
}

.scenarios-image {
  aspect-ratio: 4 / 3;
  margin-top: 24px;
}

.scenario-list {
  display: grid;
  gap: 14px;
}

.scenario-card {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 168px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(18, 101, 143, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 16px 44px rgba(10, 62, 89, 0.06);
}

.scenario-card--accent {
  border-color: rgba(18, 101, 143, 0.24);
  background: rgba(220, 238, 246, 0.64);
}

.scenario-card span,
.product-path span {
  color: var(--level-primary);
  font-size: 12px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scenario-card h3,
.scenario-card p,
.offer-price-line strong,
.offer-price-line span,
.summary-card p,
.fit-card h3,
.path-choice-map p {
  margin: 0;
}

.scenario-card h3 {
  color: var(--level-deep);
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.16;
}

.scenario-card p {
  color: var(--ink-soft);
  line-height: 1.48;
}

.application-spectrum {
  background:
    linear-gradient(180deg, rgba(241, 248, 251, 0.58), rgba(247, 245, 241, 0.96));
  padding-block: var(--section-large);
}

.spectrum-layout {
  align-items: start;
}

.spectrum-grid {
  display: grid;
  gap: 14px;
}

.spectrum-card {
  display: grid;
  gap: 9px;
  padding: clamp(18px, 2vw, 24px);
}

.spectrum-card--wide {
  background:
    linear-gradient(135deg, rgba(220, 238, 246, 0.7), rgba(255, 255, 255, 0.76));
}

.offer {
  background:
    linear-gradient(180deg, var(--paper-dark), rgba(247, 245, 241, 0.98));
}

.offer-main {
  max-width: 820px;
}

.offer-price-line {
  display: grid;
  gap: 6px;
  margin: 20px 0 18px;
}

.offer-price-line strong {
  color: var(--level-deep);
  font-size: 18px;
  font-weight: 760;
}

.offer-price-line span {
  color: var(--ink-soft);
}

.offer-cta {
  margin-top: 22px;
}

.offer-summary {
  display: grid;
  gap: 18px;
}

.summary-card {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 11px;
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid rgba(18, 101, 143, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 54px rgba(10, 62, 89, 0.07);
}

.summary-card__kicker {
  color: var(--level-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.summary-card strong {
  color: var(--level-deep);
}

.teacher-choice {
  background:
    linear-gradient(180deg, rgba(241, 248, 251, 0.86), rgba(237, 233, 226, 0.72));
  border-top: 1px solid rgba(18, 101, 143, 0.1);
  border-bottom: 1px solid rgba(18, 101, 143, 0.1);
  padding-block: var(--section-regular);
}

.teacher-choice-grid {
  display: grid;
  gap: clamp(22px, 4vw, 50px);
  align-items: start;
}

.teacher-choice-card {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid rgba(18, 101, 143, 0.16);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(220, 238, 246, 0.68));
  box-shadow: 0 20px 58px rgba(10, 62, 89, 0.08);
}

.teacher-choice-card p {
  margin: 0;
}

.teacher-choice-card strong {
  color: var(--level-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 520;
  line-height: 1.08;
}

.video-section {
  background:
    linear-gradient(180deg, rgba(241, 248, 251, 0.72), rgba(247, 245, 241, 0.96));
  padding-block: var(--section-large);
}

.student-voices {
  background:
    linear-gradient(180deg, rgba(247, 245, 241, 0.96), rgba(241, 248, 251, 0.74));
  padding-block: var(--section-large);
}

.video-feature {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  max-width: 1040px;
}

.video-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(18, 101, 143, 0.12);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 22px 70px rgba(10, 62, 89, 0.1);
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--level-deep);
}

.video-frame--embed {
  background: #000000;
}

.video-frame--testimonial-horizontal {
  aspect-ratio: 16 / 9;
}

.video-frame--testimonial-vertical {
  aspect-ratio: 9 / 16;
  max-height: 360px;
}

.video-frame iframe,
.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-frame iframe {
  border: 0;
}

.video-poster {
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02) brightness(1);
}

.video-frame--poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 62, 89, 0.04), rgba(10, 62, 89, 0.28)),
    linear-gradient(90deg, rgba(10, 62, 89, 0.18), rgba(10, 62, 89, 0));
  pointer-events: none;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px 0 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--level-deep);
  font: inherit;
  font-size: 15px;
  font-weight: 780;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(10, 62, 89, 0.24);
  transform: translate(-50%, -50%);
}

.video-play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--level-primary);
}

.video-open-link {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  text-shadow: 0 1px 12px rgba(10, 62, 89, 0.5);
}

.video-frame.is-loaded .video-poster,
.video-frame.is-loaded .video-play,
.video-frame.is-loaded .video-open-link,
.video-frame.is-loaded::after {
  opacity: 0;
  pointer-events: none;
}

.video-meta {
  display: grid;
  gap: 5px;
  padding: clamp(16px, 2vw, 22px);
}

.video-meta h3,
.video-meta p {
  margin: 0;
}

.video-meta h3 {
  color: var(--level-deep);
  font-size: 20px;
  line-height: 1.22;
}

.video-meta p,
.section-note {
  color: var(--ink-soft);
}

.review-video-grid {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
}

.review-video-card--vertical {
  width: min(100%, 220px);
  justify-self: center;
}

.video-card--large {
  max-width: 920px;
}

.section-note {
  max-width: 620px;
  margin: 14px 0 0;
}

.eligibility {
  background: rgba(247, 245, 241, 0.78);
}

.fit-grid {
  display: grid;
  gap: 16px;
}

.fit-card {
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid rgba(18, 101, 143, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 46px rgba(10, 62, 89, 0.055);
}

.fit-card--quiet {
  background: rgba(241, 248, 251, 0.72);
}

.fit-card h3 {
  color: var(--level-deep);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
  margin-bottom: 14px;
}

.mentor-section {
  background:
    linear-gradient(180deg, rgba(241, 248, 251, 0.72), rgba(247, 245, 241, 0.96));
}

.mentor-grid {
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
}

.mentor-photo {
  width: min(100%, 180px);
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: var(--paper-dark);
  box-shadow: 0 18px 48px rgba(10, 62, 89, 0.12);
}

.mentor-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
}

.mentor-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mentor-facts span {
  padding: 8px 10px;
  border: 1px solid rgba(18, 101, 143, 0.16);
  border-radius: 999px;
  background: rgba(241, 248, 251, 0.78);
  color: var(--level-primary);
  font-size: 13px;
  font-weight: 780;
}

.integration-bridge {
  background:
    linear-gradient(180deg, rgba(247, 245, 241, 0.96), rgba(237, 233, 226, 0.9));
  padding-block: 0 clamp(28px, 5vw, 58px);
}

.integration-bridge__figure {
  width: min(100%, 1040px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 74px rgba(10, 62, 89, 0.13);
  aspect-ratio: 16 / 7;
  background: var(--level-wash);
}

.integration-bridge__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaching-method {
  background:
    linear-gradient(180deg, rgba(237, 233, 226, 0.9), rgba(247, 245, 241, 0.92));
  padding-block: var(--section-regular);
}

.method-grid {
  align-items: start;
}

.method-list {
  display: grid;
  gap: 14px;
}

.method-list article {
  display: grid;
  gap: 8px;
  padding: clamp(18px, 2vw, 24px);
}

.path-narrative {
  background: rgba(247, 245, 241, 0.72);
  padding-block: var(--section-compact);
}

.path-grid {
  display: grid;
  gap: 14px;
}

.path-grid > .eyebrow {
  margin-bottom: 0;
}

.path-intro {
  max-width: 760px;
}

.path-intro .section-title {
  margin-top: 0;
}

.path-choice-map {
  display: grid;
  gap: 12px;
  margin-top: clamp(16px, 2vw, 22px);
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(18, 101, 143, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(241, 248, 251, 0.88), rgba(255, 255, 255, 0.72));
  box-shadow: 0 18px 54px rgba(10, 62, 89, 0.06);
}

.path-choice-map__center,
.path-choice-map__branch {
  display: grid;
  gap: 4px;
}

.path-choice-map__center {
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--level-deep);
  color: #FFFFFF;
}

.path-choice-map__center span,
.path-choice-map__branch span {
  font-size: 12px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.path-choice-map__center strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 520;
  line-height: 1.08;
}

.path-choice-map__branch {
  padding: 16px;
  border: 1px solid rgba(18, 101, 143, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.68);
}

.path-choice-map__branch span {
  color: var(--level-primary);
}

.path-choice-map__branch p {
  color: var(--ink-soft);
}

.path-navigator {
  background:
    linear-gradient(180deg, rgba(241, 248, 251, 0.88), rgba(241, 248, 251, 0.52));
  border-top: 1px solid rgba(18, 101, 143, 0.12);
  border-bottom: 1px solid rgba(18, 101, 143, 0.08);
  padding-block: var(--section-regular);
}

.path-navigator__intro {
  max-width: 780px;
}

.path-navigator__map {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: clamp(32px, 5vw, 58px);
}

.path-navigator__map::before {
  content: "";
  position: absolute;
  background: rgba(18, 101, 143, 0.18);
}

.path-step {
  position: relative;
  display: grid;
  gap: 14px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.path-step__marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(18, 101, 143, 0.2);
  border-radius: 999px;
  background: var(--canvas);
  color: var(--level-primary);
  font-size: 12px;
  font-weight: 840;
  letter-spacing: 0.06em;
}

.path-step--current .path-step__marker {
  border-color: var(--level-primary);
  background: var(--level-primary);
  color: #FFFFFF;
  box-shadow: 0 12px 32px rgba(18, 101, 143, 0.2);
}

.path-step--foundation .path-step__marker {
  border-color: rgba(18, 101, 143, 0.34);
  background: rgba(255, 255, 255, 0.86);
}

.path-step__body {
  display: grid;
  gap: 6px;
}

.path-step__body strong,
.path-step__body span,
.path-step__body em {
  display: block;
}

.path-step__body strong {
  color: var(--level-deep);
  font-size: 19px;
  line-height: 1.18;
}

.path-step--current .path-step__body strong {
  color: var(--level-primary);
}

.path-step__body span {
  color: var(--ink);
  font-weight: 730;
  line-height: 1.32;
}

.path-step__body em {
  color: var(--ink-soft);
  font-style: normal;
  font-size: 14px;
  line-height: 1.48;
}

.path-navigator__note {
  display: grid;
  gap: 4px;
  max-width: 700px;
  margin-top: clamp(30px, 4vw, 46px);
  padding-top: 20px;
  border-top: 1px solid rgba(18, 101, 143, 0.14);
  color: var(--ink-soft);
}

.path-navigator__note p {
  margin: 0;
}

.path-navigator__note p:first-child {
  color: var(--level-deep);
  font-weight: 760;
}

.faq-section {
  background: rgba(247, 245, 241, 0.92);
  padding-block: var(--section-regular);
}

.faq-side-note {
  display: grid;
  gap: 10px;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid rgba(18, 101, 143, 0.16);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(220, 238, 246, 0.82), rgba(255, 255, 255, 0.68));
  box-shadow: 0 18px 54px rgba(10, 62, 89, 0.08);
}

.faq-side-note span {
  color: var(--level-primary);
  font-size: 12px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-side-note p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.52;
}

.faq-side-note p:first-of-type {
  color: var(--level-deep);
  font-weight: 690;
}

.final-cta {
  position: relative;
  min-height: clamp(430px, 46vh, 540px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-block: var(--section-final);
  color: #FFFFFF;
}

.final-cta__image,
.final-cta__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.final-cta__image {
  object-fit: cover;
}

.final-cta__overlay {
  background: linear-gradient(90deg, rgba(4, 31, 47, 0.86) 0%, rgba(10, 62, 89, 0.66) 48%, rgba(10, 62, 89, 0.2) 100%);
}

.final-cta__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.final-cta .eyebrow,
.final-cta .final-title,
.final-cta .lead,
.final-cta p {
  color: #FFFFFF;
}

.final-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.final-facts span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 760;
}

.site-footer {
  padding: 30px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--level-deep);
  color: rgba(255, 255, 255, 0.76);
}

.site-footer__grid {
  display: grid;
  gap: 20px;
}

.site-footer__identity strong {
  display: block;
  color: #FFFFFF;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.9vw, 28px);
  font-weight: 520;
  line-height: 1.08;
}

.site-footer p {
  margin: 0;
}

.site-footer__identity p {
  max-width: 360px;
  margin-top: 7px;
  line-height: 1.45;
}

.site-footer__identity span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.site-footer__nav p,
.site-footer__contact p {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-footer a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.site-footer__bottom {
  display: grid;
  gap: 5px;
  margin-top: 22px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.site-footer__legal {
  max-width: 860px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10.5px;
  line-height: 1.45;
}

@media (min-width: 760px) {
  .editorial-grid,
  .visual-article,
  .level-map-grid,
  .offer-grid,
  .teacher-choice-grid,
  .method-grid,
  .faq-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  }

  .level-openings {
    grid-column: 1 / -1;
  }

  .instrument-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .scenarios-layout {
    grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  }

  .spectrum-layout {
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  }

  .fit-grid,
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mentor-grid {
    grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
  }

  .path-choice-map {
    grid-template-columns: minmax(220px, 0.9fr) repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

@media (min-width: 920px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  }

  .scenario-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spectrum-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spectrum-card--wide {
    grid-column: 1 / -1;
  }

  .review-video-grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
    align-items: start;
  }

  .scenario-card--accent {
    grid-column: 1 / -1;
    min-height: 142px;
  }

  .path-navigator__map {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 28px);
  }

  .path-step {
    grid-template-rows: 44px auto;
    align-content: start;
  }

  .path-step__body strong {
    min-height: 45px;
  }

  .path-navigator__map::before {
    left: 22px;
    right: 22px;
    top: 22px;
    height: 1px;
  }

  .site-footer__grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
  }
}

@media (max-width: 919px) {
  .hero-visual {
    min-height: 260px;
  }

  .path-navigator__map {
    gap: 22px;
    padding-left: 10px;
  }

  .path-navigator__map::before {
    top: 22px;
    bottom: 22px;
    left: 31px;
    width: 1px;
  }

  .path-step {
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .hero__grid {
    gap: 14px;
  }

  .hero-visual {
    order: -1;
    min-height: 136px;
    max-height: 168px;
    border-radius: var(--radius-md);
  }

  .hero-kicker {
    font-size: 14px;
  }

  .hero__text {
    gap: 8px;
    margin-top: 12px;
  }

  .hero__text p:not(.lead) {
    display: none;
  }

  .hero-facts {
    gap: 2px;
    margin-top: 14px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.38;
  }

  .hero-facts span:nth-of-type(3) {
    display: none;
  }

  .hero .cta-row {
    margin-top: 14px;
  }

  .hero-trust {
    gap: 6px;
    margin-top: 12px;
  }

  .hero-trust span {
    padding: 6px 8px;
    font-size: 12px;
  }

  .pull-quote {
    padding: 20px;
  }

  .pull-quote blockquote {
    font-size: clamp(28px, 10vw, 38px);
  }

  .scenarios-image,
  .offer-summary .image-panel {
    display: block;
    max-height: 150px;
    margin-top: 16px;
  }

  .offer-summary .image-panel {
    order: -1;
  }

  .scenarios-section,
  .application-spectrum,
  .video-section,
  .student-voices {
    padding-block: 42px;
  }

  .level-map,
  .teacher-choice,
  .integration-bridge,
  .teaching-method,
  .path-narrative,
  .path-navigator,
  .faq-section {
    padding-block: 46px;
  }

  .integration-bridge {
    padding-top: 28px;
  }

  .integration-bridge__figure {
    aspect-ratio: 4 / 3;
  }

  .video-feature {
    gap: 22px;
  }

  .review-video-grid {
    gap: 18px;
  }

  .review-video-card--vertical {
    width: min(100%, 232px);
  }

  .video-frame--testimonial-vertical {
    max-height: 328px;
  }

  .section-title {
    text-wrap: balance;
  }

  .summary-card {
    position: static;
  }

  .scenario-card,
  .fit-card {
    min-height: auto;
  }

  .final-cta {
    min-height: auto;
  }

  .final-cta__overlay {
    background: linear-gradient(180deg, rgba(4, 31, 47, 0.88), rgba(10, 62, 89, 0.78));
  }
}

@media (max-width: 420px) {
  .button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding-top: 22px;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  .site-footer__identity {
    grid-column: 1 / -1;
  }

  .site-footer__identity p {
    margin-top: 5px;
    line-height: 1.38;
  }

  .site-footer__identity span {
    margin-top: 7px;
  }

  .site-footer__nav p,
  .site-footer__contact p {
    margin-bottom: 5px;
  }

  .site-footer__bottom {
    margin-top: 16px;
    padding-top: 12px;
  }

  .site-footer__legal {
    font-size: 10px;
    line-height: 1.35;
  }
}


/* Reiki II reviews and method layout refinement */
.student-voices .review-video-grid {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.student-voices .review-video-grid .video-card {
  height: 100%;
}

.student-voices .written-testimonials {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
  margin-top: clamp(20px, 3vw, 34px);
}

.student-voices .written-testimonial {
  display: grid;
  align-content: space-between;
  min-height: 100%;
  padding: clamp(18px, 2.2vw, 24px);
  border: 1px solid rgba(18, 101, 143, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 54px rgba(10, 62, 89, 0.065);
}

.student-voices .written-testimonial blockquote {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.34;
}

.student-voices .written-testimonial p {
  margin: 14px 0 0;
  color: var(--level-primary);
  font-size: 13px;
  font-weight: 820;
}

.method-grid--balanced {
  gap: clamp(18px, 3vw, 32px);
}

.method-grid--balanced .method-intro {
  max-width: 820px;
}

.method-grid--balanced .method-intro .lead {
  margin-top: 14px;
}

.method-list--cards {
  gap: clamp(14px, 2vw, 20px);
}

.method-list--cards article {
  border: 1px solid rgba(18, 101, 143, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 54px rgba(10, 62, 89, 0.07);
}

@media (min-width: 920px) {
  .student-voices .review-video-grid {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.34fr);
  }

  .student-voices .written-testimonials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .method-grid--balanced {
    grid-template-columns: 1fr;
  }

  .method-list--cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 919px) {
  .student-voices .written-testimonials,
  .method-list--cards {
    grid-template-columns: 1fr;
  }
}


/* Reiki II mentor block collision fix */
.mentor-section {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(56px, 7vw, 88px);
  background:
    radial-gradient(circle at 12% 0%, rgba(228, 167, 46, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 249, 232, 0.94), rgba(255, 255, 255, 0.98));
}

.mentor-grid {
  align-items: stretch;
  gap: clamp(24px, 4vw, 52px);
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(126, 106, 34, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 68px rgba(76, 66, 24, 0.10);
}

.mentor-photo {
  margin: 0;
  overflow: hidden;
  min-height: 420px;
  border-radius: calc(var(--radius-lg) - 6px);
  background: #fff;
}

.mentor-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(.94) contrast(.98) brightness(1.04);
}

.mentor-grid .copy {
  align-self: center;
  padding: clamp(10px, 2vw, 18px) 0;
}

.mentor-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.mentor-facts span {
  padding: 9px 11px;
  border: 1px solid rgba(126, 106, 34, 0.18);
  border-radius: 999px;
  background: rgba(255, 249, 232, 0.88);
  color: var(--level-deep);
}

.integration-bridge {
  position: relative;
  z-index: 1;
  padding-top: clamp(34px, 5vw, 64px);
  padding-bottom: clamp(38px, 5vw, 70px);
  background: linear-gradient(180deg, #fff, rgba(255, 249, 232, 0.58));
}

.integration-bridge__figure {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(76, 66, 24, 0.10);
}

.integration-bridge__figure img {
  display: block;
  width: 100%;
  height: clamp(260px, 36vw, 460px);
  object-fit: cover;
  object-position: center 54%;
}

@media (min-width: 920px) {
  .mentor-grid {
    grid-template-columns: minmax(280px, .44fr) minmax(0, 1fr);
  }
}

@media (max-width: 919px) {
  .mentor-photo,
  .mentor-photo img {
    min-height: 320px;
  }
}
