:root {
  --bg: #0b0710;
  --bg-2: #100a16;
  --surface: #17101e;
  --surface-2: #1e1527;
  --surface-3: #251a30;
  --border: #392745;
  --border-strong: #634173;
  --text: #fff8ff;
  --muted: #c4b5c9;
  --faint: #8e7e95;
  --joy: #c084fc;
  --joy-bright: #d8b4fe;
  --joy-deep: #9333ea;
  --rose: #fb7185;
  --cream: #fff1df;
  --ink: #24142d;
  --green: #6ee7b7;
  --amber: #fbbf24;
  --max: 1180px;
  --gutter: 32px;
  --section: 104px;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --ease: cubic-bezier(.16, .84, .44, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(58rem 46rem at 90% 6%, rgba(192, 132, 252, .11), transparent 66%),
    radial-gradient(48rem 42rem at -8% 32%, rgba(251, 113, 133, .055), transparent 64%),
    var(--bg);
  font: 400 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .16;
  background-image: radial-gradient(rgba(232, 203, 255, .7) .55px, transparent .55px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(#000, transparent 82%);
  mask-image: linear-gradient(#000, transparent 82%);
}

a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.035em; }
ul { list-style: none; margin: 0; padding: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: rgba(192, 132, 252, .42); }
:focus-visible { outline: 2px solid var(--joy-bright); outline-offset: 4px; border-radius: 8px; }

.wrap { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.skip { position: fixed; top: 10px; left: -9999px; z-index: 200; padding: 10px 14px; border-radius: 9px; color: var(--ink); background: var(--joy-bright); font-weight: 700; }
.skip:focus { left: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--joy-bright); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 20px; height: 1px; background: currentColor; opacity: .65; }
em { color: var(--joy-bright); font-family: var(--serif); font-weight: 400; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 700; line-height: 1; transition: transform .18s var(--ease), box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(1px); }
.button-primary { color: var(--ink); background: linear-gradient(135deg, var(--joy-bright), var(--joy) 58%, var(--rose)); box-shadow: 0 14px 38px -16px rgba(192, 132, 252, .85), inset 0 1px rgba(255,255,255,.4); }
.button-primary:hover { box-shadow: 0 18px 48px -18px rgba(192, 132, 252, .95), inset 0 1px rgba(255,255,255,.4); }
.button-ghost { color: var(--text); border-color: rgba(255,255,255,.2); background: rgba(11,7,16,.42); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(216,180,254,.5); background: rgba(30,21,39,.66); }
.button-lg { min-height: 52px; padding: 15px 23px; border-radius: 14px; font-size: 15px; }
.text-link { color: var(--joy-bright); font-weight: 700; font-size: 14px; }
.text-link:hover { color: white; }

/* The public mark: four distinct voices held around one shared center. */
.bloom { position: relative; display: inline-block; flex: 0 0 auto; }
.bloom i, .bloom b { position: absolute; display: block; }
.bloom i { border: 2px solid currentColor; border-radius: 50%; }
.bloom i:nth-child(1), .bloom i:nth-child(3) { left: 37%; width: 26%; height: 43%; }
.bloom i:nth-child(2), .bloom i:nth-child(4) { top: 37%; width: 43%; height: 26%; }
.bloom i:nth-child(1) { top: 4%; }
.bloom i:nth-child(2) { right: 4%; }
.bloom i:nth-child(3) { bottom: 4%; }
.bloom i:nth-child(4) { left: 4%; }
.bloom b { inset: 42%; border-radius: 50%; background: currentColor; box-shadow: 0 0 16px currentColor; }
.bloom-sm { width: 34px; height: 34px; color: var(--joy-bright); }
.bloom-lg { width: 88px; height: 88px; color: var(--joy-bright); }
.bloom-xl { width: 74px; height: 74px; color: var(--joy-bright); filter: drop-shadow(0 0 20px rgba(192,132,252,.42)); }

.nav { position: fixed; inset: 0 0 auto; z-index: 80; border-bottom: 1px solid transparent; transition: background .2s, border-color .2s; }
.nav.is-scrolled { background: rgba(11, 7, 16, .84); border-color: rgba(99,65,115,.5); backdrop-filter: blur(18px) saturate(140%); }
.nav-in { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-lockup { display: grid; line-height: 1; }
.brand-lockup strong { font-size: 19px; letter-spacing: -.03em; }
.brand-lockup small { margin-top: 4px; color: var(--faint); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.brand-lockup em { color: var(--joy-bright); font-family: inherit; font-style: normal; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a:not(.button) { color: var(--muted); font-size: 13px; font-weight: 600; transition: color .2s; }
.nav-links > a:not(.button):hover { color: white; }
.nav .button { min-height: 38px; padding: 9px 15px; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--border); border-radius: 11px; color: white; background: rgba(23,16,30,.8); }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: currentColor; }

.hero { position: relative; min-height: clamp(760px, 92svh, 900px); display: grid; align-content: end; overflow: hidden; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,4,10,.98) 0%, rgba(9,5,12,.88) 26%, rgba(9,5,12,.25) 63%, rgba(9,5,12,.08) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 27%, rgba(8,5,12,.15) 100%); }
.hero-grid { position: relative; z-index: 2; min-height: 590px; padding-top: 150px; padding-bottom: 132px; }
.hero-copy { max-width: 590px; }
.hero h1 { max-width: 11ch; margin-top: 22px; font-size: clamp(54px, 5.5vw, 76px); line-height: .96; letter-spacing: -.052em; }
.hero h1 span { display: block; color: var(--joy-bright); font-family: var(--serif); font-size: .91em; font-weight: 400; font-style: italic; letter-spacing: -.045em; }
.hero-copy > p { max-width: 39ch; margin-top: 25px; color: #d4c8d8; font-size: clamp(16px, 1.35vw, 18px); line-height: 1.68; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 31px; }
.course-rail { position: absolute; z-index: 3; inset: auto 0 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.course-rail article { min-width: 0; display: grid; grid-template-columns: 28px 1fr; gap: 11px; align-items: start; padding: 17px 18px; border: 1px solid rgba(216,180,254,.18); border-right: 0; background: rgba(11,7,16,.74); backdrop-filter: blur(18px) saturate(120%); }
.course-rail article:first-child { border-radius: 16px 0 0 0; }
.course-rail article:last-child { border-right: 1px solid rgba(216,180,254,.18); border-radius: 0 16px 0 0; }
.course-rail article > span { color: var(--joy); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.course-rail p { display: grid; gap: 7px; line-height: 1.3; }
.course-rail b { font-size: 13px; }
.course-rail small { color: var(--muted); font-size: 11.5px; line-height: 1.45; }

.persona { padding-top: 82px; }
.persona > .wrap { width: min(100%, 1220px); }
.persona-card { min-height: 560px; display: grid; grid-template-columns: minmax(390px, .94fr) minmax(0, 1.06fr); border: 1px solid var(--border); border-radius: 28px; background: linear-gradient(145deg, rgba(30,21,39,.96), rgba(16,10,22,.98)); box-shadow: 0 45px 120px -76px rgba(192,132,252,.75); overflow: hidden; }
.persona-portrait { position: relative; min-height: 560px; overflow: hidden; }
.persona-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,6,14,.82), transparent 40%); pointer-events: none; }
.persona-portrait img { width: 100%; height: 100%; object-fit: cover; }
.persona-portrait figcaption { position: absolute; z-index: 2; inset: auto 27px 24px; display: flex; align-items: center; gap: 12px; }
.desktop-glyph { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(216,180,254,.5); border-radius: 14px; color: var(--joy-bright); background: rgba(15,9,20,.7); box-shadow: 0 0 28px rgba(192,132,252,.26); font-size: 25px; }
.persona-portrait figcaption > span:last-child { display: grid; line-height: 1.2; }
.persona-portrait figcaption b { font-size: 16px; }
.persona-portrait figcaption small { color: var(--muted); font-size: 12px; }
.persona-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 70px); }
.persona-copy h2 { max-width: 12ch; margin-top: 18px; font-size: clamp(36px, 3.7vw, 48px); }
.section-head h2, .split-copy h2, .boundary-copy h2, .marks-copy h2, .closing h2 { margin-top: 18px; font-size: clamp(38px, 5.1vw, 60px); }
.persona-copy > p { max-width: 620px; margin-top: 20px; color: var(--muted); font-size: 17px; }
.principles { display: grid; margin: 30px 0 25px; border-top: 1px solid var(--border); }
.principles li { display: grid; grid-template-columns: 118px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--border); }
.principles b { color: var(--joy-bright); font-size: 13px; }
.principles span { color: var(--muted); font-size: 13px; }

.section { padding-top: var(--section); scroll-margin-top: 72px; }
.section-head { max-width: 850px; margin-bottom: 42px; }
.section-head p { max-width: 720px; margin-top: 20px; color: var(--muted); font-size: 17px; }
.context-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.profile-card, .prep-card, .draft-window, .matrix { border: 1px solid var(--border); border-radius: 20px; background: linear-gradient(155deg, rgba(30,21,39,.96), rgba(16,10,22,.98)); box-shadow: 0 28px 80px -52px rgba(192,132,252,.7); }
.profile-card { padding: 27px; }
.profile-top { display: grid; grid-template-columns: 54px 1fr auto; gap: 13px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.avatar { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: linear-gradient(145deg, var(--joy-bright), var(--rose)); font-weight: 800; }
.profile-top > div:nth-child(2) { display: grid; line-height: 1.3; }
.profile-top b { font-size: 15px; }
.profile-top span { color: var(--muted); font-size: 12px; }
.status-dot { display: inline-flex; align-items: center; gap: 6px; }
.status-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.profile-note { margin-top: 18px; padding: 17px; border: 1px solid rgba(110,231,183,.17); border-radius: 14px; background: rgba(110,231,183,.045); }
.profile-note > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.profile-note p { margin-top: 6px; font-size: 14px; line-height: 1.5; }
.profile-note small { display: block; margin-top: 9px; color: var(--faint); font-size: 11px; }
.profile-note.is-inferred { border-color: rgba(192,132,252,.22); background: rgba(192,132,252,.055); }
.profile-note.is-inferred > span { color: var(--joy-bright); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.chips span { padding: 7px 10px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.02); font-size: 11px; }
.prep-card { padding: 27px; }
.mini-head { display: flex; flex-direction: column; gap: 6px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.mini-head span { color: var(--joy); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.mini-head b { font-size: 18px; }
.prep-block { padding: 18px 0; border-bottom: 1px solid var(--border); }
.prep-block small { color: var(--faint); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.prep-block p { margin-top: 6px; color: #e9dfee; font-size: 14px; line-height: 1.55; }
.prep-block i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 10px rgba(251,113,133,.7); }
.source-line { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; padding-top: 18px; }
.source-line span { color: var(--faint); font-size: 10px; }
.source-line span + span::before { content: "/"; margin-right: 9px; color: var(--border-strong); }
.source-line b { margin-left: auto; color: var(--green); font-size: 10px; text-transform: uppercase; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(44px, 8vw, 98px); align-items: center; }
.split-copy > p { max-width: 570px; margin-top: 20px; color: var(--muted); font-size: 17px; }
.check-list { display: grid; gap: 13px; margin-top: 27px; }
.check-list li { position: relative; padding-left: 28px; color: #e0d4e4; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--joy-bright); font-weight: 800; }
.draft-window { padding: 22px; transform: rotate(1.25deg); }
.window-bar { display: flex; align-items: center; gap: 6px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--border-strong); }
.window-bar i:first-child { background: var(--rose); }
.window-bar i:nth-child(2) { background: var(--amber); }
.window-bar i:nth-child(3) { background: var(--green); }
.window-bar span { margin-left: auto; color: var(--faint); font-size: 11px; }
.draft-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 20px 0; }
.draft-meta span { padding: 6px 9px; border: 1px solid rgba(192,132,252,.24); border-radius: 7px; color: var(--joy-bright); background: rgba(192,132,252,.06); font-size: 10px; }
.draft-window > p { margin-top: 14px; color: #eee4f1; font-size: 15px; line-height: 1.65; }
.voice-meter { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin-top: 25px; }
.voice-meter span { color: var(--faint); font-size: 10px; }
.voice-meter i { height: 4px; border-radius: 99px; background: #33243d; overflow: hidden; }
.voice-meter b { display: block; width: 68%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--joy-deep), var(--joy-bright)); }
.draft-window > small { display: block; margin-top: 17px; color: var(--faint); font-size: 10px; }

.talent { position: relative; }
.talent::before { content: ""; position: absolute; z-index: -1; width: 58rem; height: 44rem; left: -20rem; top: 0; border-radius: 50%; background: rgba(147,51,234,.07); filter: blur(70px); }
.talent-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: stretch; }
.matrix { padding: 26px; }
.matrix-row { display: grid; grid-template-columns: 1.4fr .75fr .8fr; gap: 14px; align-items: center; min-height: 58px; padding: 0 5px; border-bottom: 1px solid var(--border); font-size: 12px; }
.matrix-row.head { min-height: 46px; color: var(--faint); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.matrix-row b { width: max-content; padding: 5px 8px; border-radius: 6px; font-size: 10px; }
.matrix-row .found { color: var(--green); background: rgba(110,231,183,.08); }
.matrix-row .unclear { color: var(--amber); background: rgba(251,191,36,.08); }
.matrix-row .absent { color: #fda4af; background: rgba(251,113,133,.08); }
.matrix-row small { color: var(--muted); }
.matrix-foot { padding-top: 17px; color: var(--faint); font-size: 10px; }
.talent-list { display: grid; gap: 1px; border: 1px solid var(--border); border-radius: 20px; background: var(--border); overflow: hidden; }
.talent-list article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; padding: 24px; background: linear-gradient(145deg, var(--surface), var(--bg-2)); }
.talent-list article > span { color: var(--joy); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.talent-list h3 { font-size: 17px; letter-spacing: -.02em; }
.talent-list p { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.boundary-card { position: relative; padding: clamp(34px, 6vw, 70px); border: 1px solid rgba(192,132,252,.3); border-radius: 26px; background: radial-gradient(40rem 30rem at 100% 0, rgba(192,132,252,.13), transparent 62%), linear-gradient(145deg, #1b1124, #0f0915); overflow: hidden; }
.boundary-card::after { content: "✿"; position: absolute; right: -25px; top: -65px; color: rgba(216,180,254,.045); font-size: 280px; line-height: 1; transform: rotate(13deg); }
.boundary-copy { position: relative; z-index: 1; max-width: 700px; }
.boundary-copy p { margin-top: 18px; color: var(--muted); font-size: 17px; }
.boundary-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 42px; border: 1px solid var(--border); border-radius: 17px; background: var(--border); overflow: hidden; }
.boundary-grid article { padding: 25px; background: rgba(16,10,22,.94); }
.boundary-grid b { color: var(--joy-bright); font-size: 14px; }
.boundary-grid p { margin-top: 8px; color: var(--muted); font-size: 12.5px; line-height: 1.6; }

.marks { padding-bottom: 18px; }
.marks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 9vw, 110px); align-items: center; }
.marks-art { min-height: 340px; display: flex; align-items: center; justify-content: center; }
.mark-card { position: relative; width: 170px; height: 190px; display: grid; place-items: center; align-content: center; gap: 25px; border: 1px solid var(--border); border-radius: 22px; background: linear-gradient(145deg, var(--surface-2), var(--bg-2)); box-shadow: 0 26px 60px -42px rgba(192,132,252,.9); }
.mark-card > span:first-child { color: var(--joy-bright); font-size: 76px; line-height: 1; }
.mark-card small { color: var(--faint); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.desktop-mark { transform: rotate(-5deg); }
.public-mark { transform: rotate(5deg); }
.mark-line { width: 56px; height: 1px; background: linear-gradient(90deg, var(--border), var(--joy), var(--border)); }
.marks-copy p { margin-top: 20px; color: var(--muted); font-size: 17px; }

.closing { padding: 135px 0 115px; text-align: center; }
.closing-inner { display: flex; flex-direction: column; align-items: center; }
.closing .eyebrow { margin-top: 22px; }
.closing h2 { max-width: 820px; }
.closing p { max-width: 620px; margin-top: 21px; color: var(--muted); font-size: 17px; }
.closing .button { margin-top: 29px; }
.closing-inner > small { margin-top: 13px; color: var(--faint); font-size: 11px; }

footer { border-top: 1px solid var(--border); background: rgba(8,5,11,.58); }
.footer-in { min-height: 106px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-in nav { display: flex; gap: 22px; }
.footer-in nav a, .footer-in p { color: var(--faint); font-size: 11px; }
.footer-in nav a:hover { color: var(--text); }
.footer-in p { justify-self: end; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --section: 82px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 62px; right: var(--gutter); left: var(--gutter); display: none; align-items: stretch; padding: 14px; border: 1px solid var(--border); border-radius: 15px; background: rgba(16,10,22,.98); box-shadow: 0 24px 60px rgba(0,0,0,.35); }
  .nav-links.is-open { display: grid; }
  .nav-links > a { padding: 10px; }
  .hero { min-height: 780px; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,4,10,.96), rgba(9,5,12,.52) 65%, rgba(9,5,12,.2)), linear-gradient(0deg, var(--bg), transparent 38%); }
  .hero-grid { padding-bottom: 245px; }
  .course-rail { grid-template-columns: repeat(2, 1fr); }
  .course-rail article { min-height: 102px; }
  .course-rail article:first-child { border-radius: 16px 0 0 0; }
  .course-rail article:nth-child(2) { border-right: 1px solid rgba(216,180,254,.18); border-radius: 0 16px 0 0; }
  .course-rail article:last-child { border-radius: 0; }
  .persona-card { grid-template-columns: 1fr; }
  .persona-portrait { min-height: 520px; }
  .context-grid, .split, .talent-grid, .marks-grid { grid-template-columns: 1fr; }
  .split { gap: 42px; }
  .draft-window { transform: none; }
  .marks-copy { order: -1; }
  .footer-in { grid-template-columns: 1fr auto; }
  .footer-in nav { display: none; }
}

@media (max-width: 620px) {
  :root { --gutter: 20px; --section: 72px; }
  .nav-in { height: 62px; }
  .hero { min-height: 860px; }
  .hero-art { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,4,10,.95), rgba(9,5,12,.54)), linear-gradient(0deg, var(--bg) 0%, transparent 52%, rgba(8,5,12,.25)); }
  .hero-grid { padding-top: 125px; padding-bottom: 356px; }
  .hero h1 { font-size: clamp(46px, 15vw, 64px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .course-rail { grid-template-columns: 1fr; padding-inline: 12px; }
  .course-rail article, .course-rail article:nth-child(2), .course-rail article:last-child { min-height: 75px; grid-template-columns: 28px 1fr; padding: 13px 15px; border: 1px solid rgba(216,180,254,.18); border-bottom: 0; border-radius: 0; }
  .course-rail article:first-child { border-radius: 13px 13px 0 0; }
  .course-rail article:last-child { border-bottom: 1px solid rgba(216,180,254,.18); border-radius: 0 0 13px 13px; }
  .course-rail p { gap: 2px; }
  .persona { padding-top: 60px; }
  .persona-portrait { min-height: 400px; }
  .persona-copy { padding: 30px 24px 34px; }
  .persona-copy h2, .section-head h2, .split-copy h2, .boundary-copy h2, .marks-copy h2, .closing h2 { font-size: 38px; }
  .principles li { grid-template-columns: 1fr; gap: 4px; }
  .profile-card, .prep-card, .draft-window, .matrix { padding: 20px; border-radius: 17px; }
  .profile-top { grid-template-columns: 48px 1fr; }
  .profile-top .status-dot { grid-column: 2; }
  .source-line b { width: 100%; margin: 6px 0 0; }
  .matrix { overflow-x: auto; }
  .matrix-row { min-width: 510px; }
  .boundary-card { padding: 28px 21px; }
  .boundary-grid { grid-template-columns: 1fr; }
  .marks-art { min-height: 280px; }
  .mark-card { width: 128px; height: 158px; }
  .mark-card > span:first-child { font-size: 60px; }
  .mark-line { width: 28px; }
  .bloom-lg { width: 68px; height: 68px; }
  .closing { padding: 100px 0 90px; }
  .footer-in { min-height: 90px; }
}

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