:root {
  --ink: #171218;
  --muted: #746b75;
  --paper: #fff9fc;
  --surface: #ffffff;
  --blush: #f7eaf2;
  --line: #eadde6;
  --plum: #351044;
  --violet: #671979;
  --purple: #84228e;
  --magenta: #bf2c91;
  --pink: #e873bc;
  --success: #5d8c6a;
  --radius: 14px;
  --shadow: 0 22px 70px rgba(53, 16, 68, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--plum);
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(23, 18, 24, .1);
}
.header-row, .footer-row {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: var(--plum);
  font-size: 13px;
  font-weight: 800;
}
.header-link, .footer-row a { font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.header-link {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--plum);
  background: rgba(255, 255, 255, .92);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(53, 16, 68, .1);
}

.hero { padding: 128px 0 0; overflow: hidden; }
.hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(32px, 5vw, 82px);
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; padding-bottom: 52px; }
.eyebrow, .section-label {
  margin: 0 0 28px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
}
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--magenta);
  box-shadow: 0 0 0 6px rgba(191, 44, 145, .1);
}
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(54px, 6vw, 88px);
  line-height: .95;
  letter-spacing: -.06em;
  font-weight: 800;
}
h1 span, h2 span { color: var(--purple); }
.hero-lead { max-width: 650px; margin: 34px 0 0; color: #554d56; font-size: clamp(18px, 1.45vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button {
  min-height: 56px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--plum); box-shadow: 0 14px 35px rgba(53, 16, 68, .24); }
.button-primary:hover { background: var(--violet); box-shadow: 0 18px 40px rgba(53, 16, 68, .3); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; font-weight: 700; text-underline-offset: 6px; }
.microcopy { max-width: 500px; margin: 18px 0 0; color: #5f5660; font-size: 14px; }

.hero-visual {
  position: relative;
  min-height: 620px;
  align-self: end;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 11% -17% -2% 2%;
  border-radius: 48% 48% 8px 48%;
  background:
    radial-gradient(circle at 75% 22%, rgba(236, 111, 189, .95), transparent 28%),
    radial-gradient(circle at 34% 68%, rgba(114, 24, 137, .92), transparent 46%),
    linear-gradient(135deg, #351044, #771a88 55%, #c93299);
  box-shadow: var(--shadow);
}
.hero-visual img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(.92) contrast(1.02);
}
.orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(12px); }
.orb-one { width: 150px; height: 150px; right: -12%; top: 8%; background: rgba(244, 163, 213, .65); }
.orb-two { width: 110px; height: 110px; left: -7%; bottom: 12%; background: rgba(104, 24, 128, .35); }
.hero-number {
  position: absolute;
  z-index: 3;
  right: 2%;
  top: 18%;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}
.visual-note {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 7%;
  width: 225px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 10px;
  color: #fff;
  background: rgba(45, 8, 56, .75);
  backdrop-filter: blur(12px);
}
.visual-note span { display: block; margin-bottom: 4px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; opacity: .75; }
.visual-note strong { font-size: 14px; line-height: 1.3; }
.hero-facts {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hero-facts div { display: flex; align-items: baseline; gap: 16px; padding: 30px 28px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong { color: var(--purple); font-size: clamp(28px, 3vw, 42px); letter-spacing: -.05em; }
.hero-facts span { max-width: 150px; color: var(--muted); font-size: 13px; line-height: 1.35; }

.section { padding: 120px 0; border-top: 1px solid var(--line); }
.section-label { color: var(--purple); }
.section-label.light { color: #eeb3dc; }
.split-heading { display: grid; grid-template-columns: 3fr 9fr; gap: 24px; align-items: start; }
.split-heading.compact { margin-bottom: 60px; }
h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; font-weight: 800; }
h3 { margin: 0; font-size: 22px; line-height: 1.2; letter-spacing: -.03em; }
.large-copy { max-width: 760px; margin: 32px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.5; }

.result-section { color: #fff; background: var(--plum); border-top: 0; }
.result-section h2 span, .program-section h2 span, .author-section h2 span, .final-card h2 span { color: #ee83c7; }
.section-head, .routes-header {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 56px;
}
.section-head > p, .routes-header > p { margin: 0; color: rgba(255,255,255,.68); font-size: 17px; }
.result-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.result-card {
  grid-column: span 6;
  min-height: 260px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
}
.result-card.featured { grid-column: span 7; background: linear-gradient(135deg, rgba(143, 35, 157, .5), rgba(255,255,255,.06)); }
.result-card:nth-child(2) { grid-column: span 5; }
.result-card.accent { background: #bd318f; }
.card-number { margin-bottom: auto; color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .15em; }
.result-card h3 { max-width: 380px; font-size: clamp(25px, 2.5vw, 34px); }
.result-card p { max-width: 480px; margin: 14px 0 0; color: rgba(255,255,255,.7); }
.result-card.accent p { color: rgba(255,255,255,.84); }

.circles-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.circles-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.circle { position: absolute; display: grid; place-items: start center; border-radius: 50%; padding-top: 28px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.circle-red { width: 520px; height: 520px; color: #8d4762; background: #f4dfe8; }
.circle-yellow { width: 370px; height: 370px; color: #8a6b36; background: #f1e4be; }
.circle-green { width: 220px; height: 220px; color: #fff; background: linear-gradient(135deg, #315f4d, #78a06f); box-shadow: 0 18px 50px rgba(49,95,77,.2); }
.definition-cards { display: grid; gap: 18px; }
.definition-cards article { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.definition-cards article > span { color: var(--purple); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.definition-cards h3 { margin-top: 40px; font-size: 30px; }
.definition-cards p { color: var(--muted); }
.definition-cards .dark-card { color: #fff; background: var(--plum); border-color: var(--plum); }
.definition-cards .dark-card > span { color: #eeb3dc; }
.definition-cards .dark-card p { color: rgba(255,255,255,.66); }

.routes-section { background: #fff; }
.routes-header > p { color: var(--muted); }
.routes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0; list-style: none; counter-reset: route; }
.routes-grid li {
  min-height: 170px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  transition: transform .2s ease, border-color .2s ease;
}
.routes-grid li:hover { transform: translateY(-4px); border-color: #c7a8c1; }
.routes-grid li span { color: #a99da8; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.routes-grid li strong { max-width: 210px; font-size: 18px; line-height: 1.3; }
.routes-grid .route-featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--violet), var(--magenta)); box-shadow: 0 16px 40px rgba(103,25,121,.2); }
.routes-grid .route-featured span { color: rgba(255,255,255,.65); }

.program-section { color: #fff; background: #211026; }
.program-title { display: grid; grid-template-columns: 3fr 9fr; gap: 24px; margin-bottom: 70px; }
.timeline { margin-left: 25%; border-top: 1px solid rgba(255,255,255,.14); }
.timeline article { display: grid; grid-template-columns: 140px 1fr; gap: 32px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.timeline time { color: #df84c3; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.timeline h3 { font-size: 25px; }
.timeline p { margin: 10px 0 0; color: rgba(255,255,255,.6); }
.timeline .timeline-active { margin-inline: -22px; padding-inline: 22px; border-radius: 10px; background: linear-gradient(90deg, rgba(177,42,140,.34), transparent); }

.practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.practice-art { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); background: radial-gradient(circle at 68% 25%, #e16bb7, transparent 28%), linear-gradient(145deg, #42114f, #8e218e 65%, #c63d9e); }
.practice-word { position: absolute; top: 42px; left: 38px; color: rgba(255,255,255,.16); font-size: clamp(70px, 9vw, 130px); line-height: 1; font-weight: 800; letter-spacing: -.07em; }
.practice-orbit { width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.035), 0 0 0 108px rgba(255,255,255,.025); }
.practice-core { position: absolute; display: grid; place-items: center; width: 150px; height: 150px; border-radius: 50%; color: var(--plum); background: #fff; font-size: 45px; font-weight: 800; box-shadow: 0 20px 60px rgba(33,16,38,.25); }
.check-list { margin: 48px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 38px 1fr; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.check-list li span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--purple); background: var(--blush); font-size: 12px; font-weight: 800; }

.fit-section { background: #f7eef4; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fit-grid article { min-height: 280px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #e3d4de; border-radius: var(--radius); background: rgba(255,255,255,.55); }
.fit-grid article > span { color: var(--magenta); font-size: 12px; font-weight: 800; }
.fit-grid h3 { margin-top: auto; font-size: 27px; }
.fit-grid p { margin-bottom: 0; color: var(--muted); }

.author-section { color: #fff; background: var(--plum); }
.author-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: center; }
.author-photo { position: relative; overflow: hidden; min-height: 610px; border-radius: var(--radius); background: radial-gradient(circle at 70% 18%, #e16bb7, transparent 30%), linear-gradient(145deg, #42114f, #a12792); }
.author-photo img { position: absolute; left: -6%; bottom: -2%; width: 112%; max-width: none; }
.author-copy .large-copy { color: rgba(255,255,255,.68); }
.author-copy blockquote { margin: 50px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.2); color: #f3c0e2; font-size: 20px; }

.final-section { padding: 100px 0; background: #fff; }
.final-card { position: relative; overflow: hidden; min-height: 430px; padding: clamp(42px, 7vw, 90px); display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; border-radius: 18px; color: #fff; background: var(--plum); isolation: isolate; }
.final-glow { position: absolute; z-index: -1; width: 620px; height: 620px; right: -120px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(225,82,176,.95), rgba(127,28,144,.65) 38%, transparent 70%); filter: blur(6px); }
.final-copy { max-width: 790px; }
.final-copy p:last-child { max-width: 580px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 18px; }
.button-light { flex: 0 0 auto; color: var(--plum); background: #fff; }
.button-light:hover { box-shadow: 0 16px 35px rgba(0,0,0,.2); }

.site-footer { border-top: 1px solid var(--line); background: var(--paper); }
.footer-row { min-height: 120px; }
.footer-row p { color: var(--muted); font-size: 13px; }

.interactive-card {
  position: relative;
  isolation: isolate;
  cursor: pointer;
  transition: transform .24s ease, box-shadow .3s ease, border-color .24s ease, filter .24s ease;
}
.interactive-card:hover { transform: translateY(-2px); }
.interactive-card.is-selected {
  z-index: 2;
  transform: translateY(-5px);
  border-color: rgba(216, 99, 175, .72);
  box-shadow:
    0 28px 64px rgba(191, 44, 145, .34),
    0 12px 26px rgba(103, 25, 121, .2),
    0 0 0 1px rgba(232, 115, 188, .2);
  filter: saturate(1.06);
}
.interactive-card.is-selected::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 14%;
  right: 14%;
  bottom: -18px;
  height: 34px;
  border-radius: 50%;
  background: rgba(191, 44, 145, .42);
  filter: blur(20px);
  pointer-events: none;
}
.interactive-card:focus-visible {
  outline: 3px solid #f2a51a;
  outline-offset: 5px;
}
.interactive-card.is-selected:focus-visible {
  outline: 3px solid #84228e;
  outline-offset: 5px;
}
.result-section .interactive-card.is-selected:focus-visible,
.program-section .interactive-card.is-selected:focus-visible {
  outline-color: #ee83c7;
}

:focus-visible { outline: 3px solid #f2a51a; outline-offset: 4px; }

@media (max-width: 980px) {
  .container { width: min(100% - 48px, 900px); }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-visual { min-height: 540px; }
  .result-card, .result-card.featured, .result-card:nth-child(2) { grid-column: span 6; }
  .routes-grid { grid-template-columns: repeat(3, 1fr); }
  .circles-layout, .practice-grid, .author-grid { gap: 40px; }
  .circle-red { width: 430px; height: 430px; }
  .circle-yellow { width: 310px; height: 310px; }
  .circle-green { width: 190px; height: 190px; }
}

@media (max-width: 768px) {
  .container { width: min(100% - 40px, 640px); }
  .site-header { position: absolute; }
  .header-row { min-height: 70px; }
  .header-link { font-size: 0; }
  .header-link { color: var(--ink); }
  .header-link span { font-size: 18px; }
  .hero { padding-top: 112px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { padding-bottom: 0; }
  h1 { font-size: clamp(43px, 13vw, 66px); }
  h2 { font-size: clamp(37px, 10vw, 52px); }
  .hero-lead { margin-top: 24px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .hero-visual { min-height: 500px; margin-top: 10px; }
  .hero-visual::before { inset: 7% -12% 0 0; }
  .hero-visual img { inset: 0; width: 100%; }
  .visual-note { right: 0; bottom: 5%; width: 205px; }
  .hero-facts { grid-template-columns: 1fr; margin-top: 25px; }
  .hero-facts div { padding: 20px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-facts div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .split-heading, .section-head, .routes-header, .program-title { grid-template-columns: 1fr; gap: 12px; }
  .section-head, .routes-header { align-items: start; margin-bottom: 38px; }
  .split-heading.compact { margin-bottom: 38px; }
  .large-copy { margin-top: 22px; }
  .result-grid { grid-template-columns: 1fr; }
  .result-card, .result-card.featured, .result-card:nth-child(2) { grid-column: auto; min-height: 235px; }
  .circles-layout, .practice-grid, .author-grid { grid-template-columns: 1fr; }
  .circles-visual { min-height: 400px; }
  .circle-red { width: 370px; height: 370px; }
  .circle-yellow { width: 270px; height: 270px; }
  .circle-green { width: 170px; height: 170px; }
  .definition-cards h3 { margin-top: 28px; }
  .routes-grid { grid-template-columns: repeat(2, 1fr); }
  .routes-grid li { min-height: 145px; padding: 18px; }
  .timeline { margin-left: 0; }
  .timeline article { grid-template-columns: 78px 1fr; gap: 14px; }
  .practice-art { min-height: 460px; }
  .practice-orbit { width: 260px; height: 260px; }
  .practice-core { width: 120px; height: 120px; font-size: 36px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid article { min-height: 225px; }
  .author-photo { min-height: 480px; }
  .author-copy { padding-top: 12px; }
  .final-section { padding: 60px 0; }
  .final-card { min-height: 540px; padding: 40px 24px; align-items: flex-start; flex-direction: column; justify-content: flex-end; }
  .final-glow { right: -260px; top: -170px; }
  .button-light { width: 100%; }
  .footer-row { padding: 30px 0; align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-row p { margin: 0; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 32px); }
  .brand { font-size: 14px; }
  .eyebrow { font-size: 10px; }
  .hero-visual { min-height: 430px; }
  .routes-grid { grid-template-columns: 1fr; }
  .routes-grid li { min-height: 125px; }
  .circle-red { width: min(330px, 100%); height: auto; aspect-ratio: 1; }
  .circle-yellow { width: min(240px, 74%); height: auto; aspect-ratio: 1; }
  .circle-green { width: min(150px, 48%); height: auto; aspect-ratio: 1; }
  .timeline h3 { font-size: 21px; }
}

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