@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --paper: oklch(0.975 0.012 75);
  --paper-deep: oklch(0.935 0.025 62);
  --paper-strong: oklch(0.885 0.035 52);
  --ink: oklch(0.225 0.025 28);
  --ink-soft: oklch(0.44 0.025 34);
  --ink-faint: oklch(0.57 0.02 40);
  --brand: oklch(0.43 0.14 27);
  --brand-dark: oklch(0.32 0.1 24);
  --brand-bright: oklch(0.66 0.16 35);
  --sage: oklch(0.61 0.055 142);
  --line: oklch(0.31 0.03 30 / 0.16);
  --line-light: oklch(0.97 0.01 75 / 0.2);
  --light: oklch(0.975 0.012 75);
  --light-soft: oklch(0.9 0.025 55);
  --danger: oklch(0.5 0.18 27);
  --shadow: 0 24px 70px oklch(0.25 0.04 30 / 0.13);
  --font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 64px);
  --section-space: clamp(88px, 10vw, 154px);
  --radius: 10px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  width: 100%;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--brand);
  color: var(--light);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--light);
  font-weight: 700;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid var(--brand);
  border-radius: 8px;
  background: var(--brand);
  color: var(--light);
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
  transform: translateY(-2px);
}

.button:focus-visible,
.inline-link:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid color-mix(in oklch, var(--brand-bright) 70%, transparent);
  outline-offset: 3px;
}

.button-compact {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 0.82rem;
}

.button-light {
  border-color: var(--light);
  background: var(--light);
  color: var(--brand-dark);
}

.button-light:hover {
  border-color: var(--paper-strong);
  background: var(--paper-strong);
  color: var(--brand-dark);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid transparent;
  background: var(--paper);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 30px oklch(0.25 0.03 30 / 0.07);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(calc(100% - (2 * var(--gutter))), var(--container));
  min-height: 76px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand > span:last-child {
  display: grid;
  line-height: 1.15;
}

.brand strong {
  font-size: 0.88rem;
  letter-spacing: -0.025em;
}

.brand small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.66rem;
  font-weight: 650;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--brand);
  border-radius: 50%;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 38px);
}

.desktop-nav a {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
}

.desktop-nav a:hover {
  color: var(--brand);
}

.section,
.hero,
.proof-rail,
.site-footer {
  width: min(calc(100% - (2 * var(--gutter))), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: var(--section-space);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(440px, 7fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding-block: clamp(60px, 8vw, 112px);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 750;
}

.hero-kicker span {
  padding: 6px 9px;
  border-radius: 4px;
  background: var(--brand);
  color: var(--light);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.75rem, 5.8vw, 5.7rem);
  font-weight: 780;
  letter-spacing: -0.072em;
  line-height: 0.96;
}

.hero-lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.03rem, 1.3vw, 1.2rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.inline-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.inline-link span {
  color: var(--brand);
  font-size: 1.1rem;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.hero-facts li {
  display: grid;
  gap: 3px;
}

.hero-facts strong {
  font-size: 0.94rem;
}

.hero-facts span {
  color: var(--ink-soft);
  font-size: 0.72rem;
  line-height: 1.45;
}

.hero-media {
  align-self: center;
}

.video-label {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
  color: var(--ink-soft);
  font-size: 0.74rem;
}

.video-label strong {
  color: var(--brand);
}

.video-frame {
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.video-frame video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-media > p {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.proof-rail {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-rail p {
  margin: 0;
  padding: 30px clamp(20px, 3vw, 42px);
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.55;
}

.proof-rail p:first-child {
  padding-left: 0;
}

.proof-rail p + p {
  border-left: 1px solid var(--line);
}

.proof-rail strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 0.88rem;
}

.section-index {
  margin: 0 0 24px;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 800;
}

.section-index-light {
  color: var(--brand-bright);
}

h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.4vw, 4.45rem);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.belief {
  display: grid;
  grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr);
  gap: clamp(60px, 9vw, 132px);
  align-items: center;
}

.belief-visual {
  position: relative;
}

.belief-visual picture {
  display: block;
  overflow: hidden;
  max-height: 720px;
  border-radius: var(--radius);
  background: var(--paper-deep);
}

.belief-visual img {
  aspect-ratio: 4 / 5.25;
  object-fit: cover;
  object-position: center 26%;
}

.image-note {
  position: absolute;
  right: -36px;
  bottom: 34px;
  width: min(280px, 80%);
  margin: 0;
  padding: 18px 20px;
  border-radius: 6px;
  background: var(--brand);
  color: var(--light-soft);
  font-size: 0.78rem;
  line-height: 1.5;
}

.image-note span {
  display: block;
  color: var(--light);
  font-weight: 800;
}

.belief-copy {
  max-width: 720px;
}

.belief-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-top: 38px;
}

.belief-body p {
  margin: 0;
  color: var(--ink-soft);
}

blockquote {
  margin: 46px 0 0;
  padding: 24px 0 0 34px;
  border-top: 1px solid var(--line);
  border-left: 4px solid var(--brand);
}

blockquote p {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.4;
}

blockquote cite {
  display: block;
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 650;
}

.mechanism {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(60px, 9vw, 130px);
  width: 100%;
  max-width: none;
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
  background: var(--brand-dark);
  color: var(--light);
}

.mechanism-intro {
  position: sticky;
  top: 128px;
  align-self: start;
}

.mechanism-intro > p:not(.section-index) {
  max-width: 540px;
  margin: 30px 0 34px;
  color: var(--light-soft);
  font-size: 1.02rem;
}

.journey {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.journey li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line-light);
}

.journey-number {
  color: var(--brand-bright);
  font-size: 3.4rem;
  font-weight: 450;
  letter-spacing: -0.08em;
  line-height: 1;
}

.journey h3 {
  color: var(--light);
  font-size: 1.35rem;
}

.journey p {
  max-width: 620px;
  margin: 10px 0 16px;
  color: var(--light-soft);
  font-size: 0.94rem;
}

.journey small {
  display: inline-flex;
  padding: 5px 8px;
  border: 1px solid var(--line-light);
  border-radius: 4px;
  color: var(--light);
  font-size: 0.68rem;
  font-weight: 700;
}

.choice-heading {
  display: grid;
  grid-template-columns: 1fr minmax(0, 7fr) minmax(270px, 3fr);
  gap: 40px;
  align-items: end;
}

.choice-heading .section-index {
  align-self: start;
}

.choice-heading > p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

.choice-layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: stretch;
  margin-top: clamp(56px, 7vw, 96px);
}

.procedure-list {
  align-self: center;
  border-top: 1px solid var(--line);
}

.procedure-list article {
  display: grid;
  grid-template-columns: 50px minmax(180px, 0.8fr) 1.2fr;
  gap: 22px;
  align-items: baseline;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.procedure-list article > span {
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 800;
}

.procedure-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.choice-photo {
  position: relative;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper-deep);
}

.choice-photo picture,
.choice-photo img {
  height: 100%;
}

.choice-photo img {
  object-fit: cover;
  object-position: center 28%;
}

.choice-photo figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.74rem;
}

.choice-photo figcaption span {
  color: var(--ink-soft);
}

.disclaimer {
  max-width: 940px;
  margin: 30px 0 0;
  color: var(--ink-faint);
  font-size: 0.72rem;
}

.experience {
  width: 100%;
  max-width: none;
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
  background: var(--paper-deep);
}

.experience-heading {
  display: grid;
  grid-template-columns: 1fr minmax(0, 7fr) minmax(270px, 3fr);
  gap: 40px;
  align-items: end;
}

.experience-heading > p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(26px, 4vw, 52px);
  margin-top: clamp(54px, 7vw, 90px);
}

.testimonial {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.testimonial-video {
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.testimonial-video video {
  aspect-ratio: 9 / 16;
  max-height: 520px;
  object-fit: cover;
}

.testimonial-copy > p {
  margin: 0;
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.45;
}

.testimonial-copy footer {
  display: grid;
  margin-top: 24px;
  font-size: 0.75rem;
}

.testimonial-copy footer span {
  margin-top: 2px;
  color: var(--ink-soft);
}

.continuity {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(60px, 10vw, 145px);
  width: 100%;
  max-width: none;
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
  background: var(--brand);
  color: var(--light);
}

.continuity-copy > p:last-child {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--light-soft);
}

.deliverables {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.deliverables li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line-light);
}

.deliverables li > span {
  color: var(--brand-bright);
  font-size: 0.72rem;
  font-weight: 800;
}

.deliverables p {
  margin: 0;
  color: var(--light-soft);
}

.deliverables strong {
  color: var(--light);
}

.mentor {
  display: grid;
  grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr);
  gap: clamp(60px, 9vw, 132px);
  align-items: center;
}

.mentor-portrait {
  overflow: hidden;
  max-height: 720px;
  border-radius: var(--radius);
  background: var(--paper-deep);
}

.mentor-portrait img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 20%;
}

.mentor-copy > p:not(.section-index) {
  max-width: 700px;
  margin: 30px 0 0;
  color: var(--ink-soft);
}

.mentor-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 44px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.mentor-facts div {
  display: grid;
}

.mentor-facts dt {
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.mentor-facts dd {
  order: -1;
  margin: 0 0 5px;
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.fit {
  border-top: 1px solid var(--line);
}

.fit-heading {
  display: grid;
  grid-template-columns: 1fr minmax(0, 9fr);
  gap: 40px;
}

.fit-heading h2 {
  max-width: 970px;
}

.fit-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: clamp(52px, 7vw, 86px);
  background: var(--line);
  border: 1px solid var(--line);
}

.fit-column {
  padding: clamp(30px, 4vw, 54px);
  background: var(--paper);
}

.fit-column h3 {
  margin-bottom: 26px;
  font-size: 1.35rem;
}

.fit-column ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-column li {
  position: relative;
  padding-left: 26px;
  color: var(--ink-soft);
}

.fit-column li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  color: var(--brand);
  font-weight: 800;
}

.fit-yes li::before {
  content: "✓";
}

.fit-no li::before {
  content: "×";
}

.fit-no {
  background: var(--paper-deep);
}

.fit-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 28px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.fit-cta p {
  margin: 0;
  font-weight: 650;
}

.faq {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: clamp(60px, 9vw, 130px);
  border-top: 1px solid var(--line);
}

.faq-heading {
  align-self: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 48px 26px 0;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--brand);
  content: "+";
  font-size: 1.55rem;
  font-weight: 450;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 0 28px;
  color: var(--ink-soft);
}

.application {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(400px, 6fr);
  gap: clamp(60px, 10vw, 145px);
  width: 100%;
  max-width: none;
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
  background: var(--brand-dark);
  color: var(--light);
}

.application-intro {
  align-self: start;
}

.application-intro > p:not(.section-index) {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--light-soft);
}

.application-intro ul {
  display: grid;
  gap: 12px;
  margin: 36px 0 0;
  padding: 0;
  color: var(--light-soft);
  font-size: 0.84rem;
  list-style: none;
}

.application-intro li {
  position: relative;
  padding-left: 22px;
}

.application-intro li::before {
  position: absolute;
  left: 0;
  color: var(--brand-bright);
  content: "✓";
  font-weight: 800;
}

.application-form {
  padding: clamp(28px, 4vw, 46px);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.field label,
.field legend {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 750;
}

.field input,
.field select {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  color: var(--ink);
  transition: border-color 150ms ease, background-color 150ms ease;
}

.field input::placeholder {
  color: var(--ink-faint);
}

.field-hint {
  margin-top: 7px;
  color: var(--ink-faint);
  font-size: 0.68rem;
  line-height: 1.5;
}

.field input:hover,
.field select:hover {
  border-color: color-mix(in oklch, var(--brand) 55%, var(--line));
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field-radio[aria-invalid="true"] {
  border-color: var(--danger);
}

.field-radio {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.field-radio legend {
  grid-column: 1 / -1;
}

.field-radio label {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
}

.field-radio input,
.consent input {
  width: 18px;
  height: 18px;
  min-height: 0;
  padding: 0;
  accent-color: var(--brand);
}

.field-radio .field-error {
  grid-column: 1 / -1;
}

.field-error {
  min-height: 18px;
  margin-top: 4px;
  color: var(--danger);
  font-size: 0.7rem;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--ink-soft);
  font-size: 0.7rem;
  line-height: 1.55;
  cursor: pointer;
}

.consent input {
  margin-top: 2px;
}

.consent a {
  color: var(--brand);
  font-weight: 700;
}

.consent-error {
  display: block;
  margin: 3px 0 12px 30px;
}

.button-submit {
  width: 100%;
  margin-top: 8px;
}

.form-note {
  margin: 12px 0 0;
  color: var(--ink-faint);
  font-size: 0.67rem;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: start;
  padding-block: 52px 118px;
}

.brand-footer {
  margin-bottom: 16px;
}

.site-footer > div:first-child > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 650;
}

.copyright {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink-faint);
  font-size: 0.68rem;
}

.mobile-cta {
  display: none;
}

.reveal {
  opacity: 1;
  transform: none;
}

.has-js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.has-js .reveal[data-delay="1"] {
  transition-delay: 90ms;
}

.has-js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1.1fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 5.8vw, 4.6rem);
  }

  .choice-heading,
  .experience-heading {
    grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
  }

  .choice-heading .section-index,
  .experience-heading .section-index {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .testimonial {
    grid-template-columns: minmax(150px, 0.75fr) minmax(0, 1.25fr);
  }
}

@media (max-width: 860px) {
  :root {
    --section-space: clamp(76px, 12vw, 110px);
  }

  .desktop-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 64px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-media {
    width: 100%;
  }

  .proof-rail {
    grid-template-columns: 1fr;
  }

  .proof-rail p {
    padding: 20px 0;
  }

  .proof-rail p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .belief,
  .mechanism,
  .continuity,
  .mentor,
  .faq,
  .application {
    grid-template-columns: 1fr;
  }

  .belief {
    gap: 64px;
  }

  .belief-visual {
    width: min(70%, 520px);
  }

  .mechanism-intro {
    position: static;
  }

  .choice-layout {
    grid-template-columns: 1fr;
  }

  .choice-photo {
    min-height: 620px;
  }

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

  .testimonial {
    grid-template-columns: minmax(190px, 0.65fr) minmax(0, 1.35fr);
  }

  .mentor-portrait {
    width: min(72%, 540px);
  }

  .fit-heading {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .application {
    gap: 54px;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 20px;
  }

  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-bottom: 78px;
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 0.72rem;
  }

  .brand strong {
    font-size: 0.78rem;
  }

  .brand small {
    font-size: 0.58rem;
  }

  .site-header .button-compact {
    min-height: 40px;
    padding: 8px 11px;
    font-size: 0.7rem;
  }

  .hero {
    gap: 44px;
    padding-block: 48px 64px;
  }

  .hero-kicker {
    margin-bottom: 19px;
    font-size: 0.7rem;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13.5vw, 4.05rem);
    letter-spacing: -0.068em;
    line-height: 0.98;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 28px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .inline-link {
    justify-content: center;
  }

  .hero-facts {
    gap: 10px;
    margin-top: 34px;
    padding-top: 20px;
  }

  .hero-facts strong {
    font-size: 0.83rem;
  }

  .hero-facts span {
    font-size: 0.64rem;
  }

  .video-label {
    font-size: 0.68rem;
  }

  .video-frame {
    border-radius: 7px;
    box-shadow: 0 18px 50px oklch(0.25 0.04 30 / 0.15);
  }

  .proof-rail p {
    font-size: 0.76rem;
  }

  h2 {
    font-size: clamp(2.1rem, 10vw, 3.15rem);
    line-height: 1.04;
  }

  .belief-visual,
  .mentor-portrait {
    width: calc(100% - 24px);
  }

  .image-note {
    right: -24px;
    bottom: 22px;
  }

  .belief-body {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }

  blockquote {
    margin-top: 34px;
    padding-left: 22px;
  }

  .mechanism,
  .experience,
  .continuity,
  .application {
    padding-inline: var(--gutter);
  }

  .journey li {
    grid-template-columns: 52px 1fr;
    gap: 16px;
    padding: 28px 0;
  }

  .journey-number {
    font-size: 2.8rem;
  }

  .journey h3 {
    font-size: 1.15rem;
  }

  .choice-heading,
  .experience-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .choice-heading .section-index,
  .experience-heading .section-index {
    grid-column: auto;
  }

  .choice-layout {
    margin-top: 48px;
  }

  .procedure-list article {
    grid-template-columns: 38px 1fr;
    gap: 8px 14px;
    padding: 22px 0;
  }

  .procedure-list article p {
    grid-column: 2;
  }

  .choice-photo {
    min-height: 520px;
  }

  .choice-photo figcaption {
    display: grid;
    gap: 2px;
  }

  .testimonial {
    grid-template-columns: 42% 1fr;
    gap: 18px;
    align-items: start;
  }

  .testimonial-video video {
    max-height: none;
  }

  .testimonial-copy > p {
    font-size: 0.98rem;
  }

  .testimonial-copy footer {
    margin-top: 16px;
  }

  .deliverables li {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }

  .mentor-facts {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mentor-facts div {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
  }

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

  .fit-cta {
    display: grid;
  }

  .fit-cta .button {
    width: 100%;
  }

  .faq {
    gap: 46px;
  }

  .application {
    gap: 44px;
  }

  .application-form {
    padding: 24px 18px;
  }

  .field-radio {
    grid-template-columns: 1fr;
  }

  .field-radio legend,
  .field-radio .field-error {
    grid-column: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 36px;
  }

  .footer-links {
    display: grid;
    gap: 12px;
  }

  .copyright {
    grid-column: auto;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 76px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 -14px 32px oklch(0.25 0.04 30 / 0.1);
    transform: translateY(110%);
    transition: transform 220ms ease;
  }

  .mobile-cta.is-visible {
    transform: translateY(0);
  }

  .mobile-cta.is-hidden {
    transform: translateY(110%);
  }

  .mobile-cta > div {
    display: grid;
    line-height: 1.2;
  }

  .mobile-cta span {
    color: var(--ink-soft);
    font-size: 0.62rem;
  }

  .mobile-cta strong {
    font-size: 0.75rem;
  }

  .mobile-cta .button {
    min-height: 46px;
    padding: 10px 14px;
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .has-js .reveal {
    opacity: 1;
    transform: none;
  }
}
