.heatmap-wrap{display:none}@media(max-width:860px){.heatmap-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;padding:0 var(--pad, 16px)}}.heatmap-header{display:grid;grid-template-columns:40px repeat(5,1fr);gap:3px;width:100%;max-width:480px}.heatmap-domain-label{text-align:center;font:600 10px/1 var(--font-sans);letter-spacing:.06em;text-transform:uppercase;color:var(--tx-3);padding:0 2px 6px;white-space:nowrap}.heatmap-domain-abbr{display:none}@media(max-width:420px){.heatmap-domain-full{display:none}.heatmap-domain-abbr{display:inline}}.heatmap-grid-body{display:flex;flex-direction:column;gap:3px;width:100%;max-width:480px}.heatmap-row{display:grid;grid-template-columns:40px repeat(5,1fr);gap:3px}.heatmap-cap-label{display:flex;align-items:center;justify-content:flex-end;padding-right:6px;font:600 10px/1 var(--font-sans);letter-spacing:.06em;text-transform:uppercase;color:var(--tx-2);white-space:nowrap}.heatmap-cell{aspect-ratio:1;border-radius:var(--radius-sm, 6px);border:none;padding:4px 2px;cursor:pointer;background:var(--border-light);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;transition:background-color .4s var(--ease, ease),transform .15s ease,box-shadow .15s ease}[data-theme=dark] .heatmap-cell{background:#ffffff08}.heatmap-cell-name{display:block;font:600 10px/1.25 var(--font-sans);color:var(--tx-1);letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;transition:color .4s ease}.heatmap-wrap.has-persona .heatmap-cell-name,[data-theme=dark] .heatmap-wrap.has-persona .heatmap-cell-name{color:#fff}.heatmap-cell:focus-visible{outline:2px solid var(--sapphire);outline-offset:1px}.heatmap-cell--active{transform:scale(1.12);box-shadow:0 0 0 2px #fff,0 4px 12px #0003;z-index:2}[data-theme=dark] .heatmap-cell--active{box-shadow:0 0 0 2px #fffc,0 4px 12px #0006}.heatmap-color-key{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;padding:4px 0}.heatmap-key-item{display:flex;align-items:center;gap:4px;font:400 10px/1 var(--font-sans);color:var(--tx-3)}.heatmap-key-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.heatmap-key--thriving{background:#15803d}.heatmap-key--steady{background:#4d7c0f}.heatmap-key--strained{background:#a16207}.heatmap-key--burdened{background:#c2410c}.heatmap-key--severe{background:#b91c1c}[data-theme=dark] .heatmap-key--thriving{background:#15803d}[data-theme=dark] .heatmap-key--steady{background:#4d7c0f}[data-theme=dark] .heatmap-key--strained{background:#a16207}[data-theme=dark] .heatmap-key--burdened{background:#c2410c}[data-theme=dark] .heatmap-key--severe{background:#b91c1c}.heatmap-backdrop{position:fixed;inset:0;background:#0000004d;z-index:100;opacity:0;pointer-events:none;transition:opacity .3s ease}.heatmap-backdrop--visible{opacity:1;pointer-events:auto}.heatmap-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--bg-1);border-radius:var(--radius-lg, 16px) var(--radius-lg, 16px) 0 0;padding:12px 24px 32px;max-height:70vh;overflow-y:auto;z-index:101;transform:translateY(100%);transition:transform .4s cubic-bezier(.32,1,.64,1)}.heatmap-sheet--open{transform:translateY(0)}.heatmap-sheet:focus{outline:none}.sheet-handle{width:36px;height:4px;border-radius:var(--radius-xs, 4px);background:var(--border);margin:0 auto 16px}.sheet-close{position:absolute;top:12px;right:16px;background:none;border:none;cursor:pointer;color:var(--tx-3);padding:4px}.sheet-close:focus-visible{outline:2px solid var(--sapphire);outline-offset:2px}.sheet-harmony-name{font:700 22px/1.2 var(--font-sans);color:var(--tx-1);margin-bottom:4px}.sheet-harmony-axes{font:500 12px/1 var(--font-mono, var(--font-sans));color:var(--tx-3);margin-bottom:8px}.sheet-harmony-desc{font:400 14px/1.5 var(--font-sans);color:var(--tx-2);margin-bottom:16px}.sheet-score-label{font:600 9px/1 var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--tx-3);flex-shrink:0}.sheet-score-row{display:flex;align-items:center;gap:8px;margin-bottom:16px}.sheet-score-bar{flex:1;height:8px;border-radius:var(--radius-xs, 4px);background:var(--border-light);overflow:hidden}.sheet-score-bar-fill{height:100%;border-radius:var(--radius-xs, 4px);transition:width .4s ease,background-color .35s ease}.sheet-score-value{font:600 14px/1 var(--font-mono, var(--font-sans));color:var(--tx-1);min-width:28px;text-align:right}.sheet-inner-section{margin-top:4px}.sheet-inner-label{font:600 9px/1 var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--tx-3);margin-bottom:8px;opacity:.6}.sheet-inner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.sheet-inner-cell{padding:8px 6px;border-radius:var(--radius-xs, 4px);background:var(--border-light);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:background-color .3s ease,box-shadow .2s ease}[data-theme=dark] .sheet-inner-cell{background:#ffffff0a}.sheet-inner-cell--center{background:#0000000f;box-shadow:inset 0 0 0 1.5px #0000000f}[data-theme=dark] .sheet-inner-cell--center{background:#ffffff14;box-shadow:inset 0 0 0 1.5px #ffffff1a}.sheet-inner-cell--highlighted{box-shadow:inset 0 0 0 1.5px #ffffff73}.sheet-inner-cell--highlighted .sheet-inner-cell-cap,.sheet-inner-cell--highlighted .sheet-inner-cell-dom{color:#fff;font-weight:700}.sheet-inner-cell--highlighted .sheet-inner-cell-x{color:#fff9}.sheet-inner-cell--dimmed{opacity:.35}.sheet-inner-cell--selected:not(.sheet-inner-cell--highlighted){background:#00000014;box-shadow:inset 0 0 0 1.5px #0000001f}[data-theme=dark] .sheet-inner-cell--selected:not(.sheet-inner-cell--highlighted){background:#ffffff1f;box-shadow:inset 0 0 0 1.5px #fff3}.sheet-inner-cell-cap,.sheet-inner-cell-dom{font:500 11px/1.3 var(--font-sans);color:var(--tx-2)}.sheet-inner-cell-x{font:400 10px/1 var(--font-sans);opacity:.5}.sheet-inner-cell--center .sheet-inner-cell-cap,.sheet-inner-cell--center .sheet-inner-cell-dom{font-weight:700;color:var(--tx-1)}.sheet-inner-desc{font:400 12px/1.5 var(--font-sans);color:var(--tx-2);margin-top:10px;min-height:36px;padding:8px 4px;opacity:0;transition:opacity .2s ease}.sheet-inner-desc.is-visible{opacity:1}@media(prefers-reduced-motion:reduce){.heatmap-cell,.heatmap-sheet,.heatmap-backdrop,.heatmap-persona-desc,.heatmap-pill-indicator,.heatmap-pill-indicator-fill,.sheet-score-bar-fill{transition:none!important}}.progress-pips{display:flex;gap:8px;align-items:center;justify-content:center}.progress-pip{width:44px;height:24px;border-radius:0;background:transparent;position:relative;cursor:pointer;border:none;padding:0}.progress-pip:before{content:"";position:absolute;top:50%;left:0;right:0;height:6px;margin-top:-3px;border-radius:var(--radius-full);background-color:var(--border);transition:background-color var(--dur-base)}.progress-pip:hover:before{background-color:#1c19172e}[data-theme=dark] .progress-pip:hover:before{background-color:#ffffff2e}.progress-pips--compact .progress-pip{width:32px;height:24px}.progress-pips--compact .progress-pip:before{height:4px;margin-top:-2px}.progress-pips--compact .progress-pip-fill{height:4px;margin-top:-2px}.progress-pip-fill{position:absolute;top:50%;height:6px;margin-top:-3px;left:0;width:0%;background:var(--pip-color, var(--sapphire));border-radius:var(--radius-full)}.progress-pip.active .progress-pip-fill{animation:pip-fill var(--pip-dur, 4.5s) linear forwards}.progress-pip.draining .progress-pip-fill{animation:pip-drain .25s ease-out forwards}.progress-pip:focus-visible{outline:2px solid var(--sapphire);outline-offset:2px}@keyframes pip-fill{0%{width:0%}to{width:100%}}@keyframes pip-drain{0%{left:0;width:100%}to{left:100%;width:0%}}.hero{min-height:100svh;display:flex;align-items:center;background:var(--bg-1);position:relative;overflow:hidden;padding:6.5rem 0 4rem}.hero-grid-bg{display:none}.hero-scene{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .9s var(--ease);mask-image:radial-gradient(ellipse 80% 65% at 50% 48%,black 5%,transparent 65%);-webkit-mask-image:radial-gradient(ellipse 80% 65% at 50% 48%,black 5%,transparent 65%)}.hero-scene.active{opacity:1}[data-theme=dark] .hero-scene{opacity:0}[data-theme=dark] .hero-scene--map.active{opacity:1;filter:brightness(2)}[data-theme=dark] .hero-scene--grid.active{opacity:1;filter:brightness(2.2)}[data-theme=dark] .hero-scene--struct.active{opacity:1;filter:brightness(1.4)}[data-theme=dark] .hero-scene--myth.active{opacity:1;filter:brightness(1.3)}.hero-scene--map{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' fill='none'%3E%3Cg stroke='%23AF1C35' stroke-width='1.2' opacity='.12'%3E%3Cpath d='M0 100 Q200 60 400 120 Q600 180 800 100 Q1000 40 1200 120 Q1400 180 1600 110'/%3E%3Cpath d='M0 170 Q180 130 380 190 Q580 250 780 170 Q980 110 1180 190 Q1380 250 1600 180'/%3E%3Cpath d='M0 245 Q160 200 360 265 Q560 330 760 245 Q960 175 1160 260 Q1360 330 1600 250'/%3E%3Cpath d='M0 320 Q150 275 350 335 Q550 395 750 315 Q950 245 1150 330 Q1350 400 1600 320'/%3E%3Cpath d='M0 395 Q170 350 370 410 Q570 470 770 390 Q970 320 1170 405 Q1370 475 1600 395'/%3E%3Cpath d='M0 465 Q190 420 390 475 Q590 535 790 460 Q990 395 1190 470 Q1390 540 1600 465'/%3E%3Cpath d='M0 535 Q160 490 360 545 Q560 600 760 530 Q960 470 1160 540 Q1360 605 1600 535'/%3E%3Cpath d='M0 605 Q180 565 380 615 Q580 665 780 600 Q980 545 1180 610 Q1380 670 1600 605'/%3E%3Cpath d='M0 675 Q200 640 400 685 Q600 730 800 670 Q1000 615 1200 680 Q1400 740 1600 675'/%3E%3Cpath d='M0 750 Q170 715 370 755 Q570 800 770 740 Q970 685 1170 750 Q1370 810 1600 750'/%3E%3Cpath d='M0 820 Q200 785 400 825 Q600 870 800 810 Q1000 755 1200 820 Q1400 880 1600 820'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat}.hero-scene--grid{background-image:linear-gradient(to right,rgba(109,38,180,.12) 1px,transparent 1px),linear-gradient(to bottom,rgba(109,38,180,.12) 1px,transparent 1px);background-size:80px 80px}.hero-scene--struct{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' fill='none'%3E%3Cg stroke='%23E0A014' stroke-width='0.8' opacity='.23'%3E%3Crect x='200' y='80' width='1200' height='740' rx='2'/%3E%3Crect x='260' y='140' width='380' height='260' rx='1'/%3E%3Crect x='960' y='140' width='380' height='260' rx='1'/%3E%3Crect x='260' y='480' width='1080' height='260' rx='1'/%3E%3Cline x1='200' y1='440' x2='1400' y2='440'/%3E%3Cline x1='800' y1='80' x2='800' y2='820'/%3E%3Cline x1='680' y1='140' x2='680' y2='440'/%3E%3Cline x1='920' y1='140' x2='920' y2='440'/%3E%3Cline x1='120' y1='200' x2='200' y2='200'/%3E%3Cline x1='120' y1='400' x2='200' y2='400'/%3E%3Cline x1='120' y1='600' x2='200' y2='600'/%3E%3Cline x1='120' y1='760' x2='200' y2='760'/%3E%3Cline x1='1400' y1='200' x2='1480' y2='200'/%3E%3Cline x1='1400' y1='400' x2='1480' y2='400'/%3E%3Cline x1='1400' y1='600' x2='1480' y2='600'/%3E%3Cline x1='1400' y1='760' x2='1480' y2='760'/%3E%3Crect x='310' y='530' width='120' height='160' rx='1'/%3E%3Crect x='490' y='530' width='120' height='160' rx='1'/%3E%3Crect x='670' y='530' width='120' height='160' rx='1'/%3E%3Crect x='850' y='530' width='120' height='160' rx='1'/%3E%3Crect x='1030' y='530' width='120' height='160' rx='1'/%3E%3Crect x='1210' y='530' width='120' height='160' rx='1'/%3E%3Ccircle cx='450' cy='280' r='30'/%3E%3Ccircle cx='1150' cy='280' r='30'/%3E%3Ccircle cx='800' cy='280' r='20'/%3E%3Cline x1='20' y1='120' x2='160' y2='120'/%3E%3Cline x1='20' y1='300' x2='160' y2='300'/%3E%3Cline x1='20' y1='480' x2='160' y2='480'/%3E%3Cline x1='20' y1='660' x2='160' y2='660'/%3E%3Cline x1='20' y1='820' x2='160' y2='820'/%3E%3Crect x='30' y='150' width='120' height='120' rx='1'/%3E%3Crect x='30' y='500' width='120' height='120' rx='1'/%3E%3Crect x='30' y='690' width='120' height='80' rx='1'/%3E%3Cline x1='1440' y1='120' x2='1580' y2='120'/%3E%3Cline x1='1440' y1='300' x2='1580' y2='300'/%3E%3Cline x1='1440' y1='480' x2='1580' y2='480'/%3E%3Cline x1='1440' y1='660' x2='1580' y2='660'/%3E%3Cline x1='1440' y1='820' x2='1580' y2='820'/%3E%3Crect x='1450' y='150' width='120' height='120' rx='1'/%3E%3Crect x='1450' y='500' width='120' height='120' rx='1'/%3E%3Crect x='1450' y='690' width='120' height='80' rx='1'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat}.hero-scene--myth{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' fill='none'%3E%3Cg opacity='.12'%3E%3Cg stroke='%230B8A4F' stroke-width='0.7'%3E%3Cline x1='30' y1='80' x2='100' y2='120'/%3E%3Cline x1='100' y1='120' x2='250' y2='180'/%3E%3Cline x1='250' y1='180' x2='340' y2='130'/%3E%3Cline x1='340' y1='130' x2='450' y2='200'/%3E%3Cline x1='450' y1='200' x2='580' y2='150'/%3E%3Cline x1='580' y1='150' x2='680' y2='220'/%3E%3Cline x1='680' y1='220' x2='800' y2='170'/%3E%3Cline x1='800' y1='170' x2='920' y2='240'/%3E%3Cline x1='920' y1='240' x2='1060' y2='180'/%3E%3Cline x1='1060' y1='180' x2='1200' y2='250'/%3E%3Cline x1='1200' y1='250' x2='1350' y2='190'/%3E%3Cline x1='1350' y1='190' x2='1500' y2='260'/%3E%3Cline x1='1500' y1='260' x2='1580' y2='220'/%3E%3Cline x1='40' y1='300' x2='200' y2='350'/%3E%3Cline x1='200' y1='350' x2='340' y2='320'/%3E%3Cline x1='340' y1='320' x2='440' y2='380'/%3E%3Cline x1='440' y1='380' x2='560' y2='340'/%3E%3Cline x1='560' y1='340' x2='680' y2='400'/%3E%3Cline x1='680' y1='400' x2='800' y2='360'/%3E%3Cline x1='800' y1='360' x2='940' y2='410'/%3E%3Cline x1='940' y1='410' x2='1080' y2='350'/%3E%3Cline x1='1080' y1='350' x2='1220' y2='420'/%3E%3Cline x1='1220' y1='420' x2='1400' y2='370'/%3E%3Cline x1='1400' y1='370' x2='1560' y2='410'/%3E%3Cline x1='250' y1='180' x2='340' y2='320'/%3E%3Cline x1='450' y1='200' x2='560' y2='340'/%3E%3Cline x1='680' y1='220' x2='680' y2='400'/%3E%3Cline x1='920' y1='240' x2='940' y2='410'/%3E%3Cline x1='1200' y1='250' x2='1220' y2='420'/%3E%3Cline x1='30' y1='80' x2='40' y2='300'/%3E%3Cline x1='1580' y1='220' x2='1560' y2='410'/%3E%3Cline x1='20' y1='480' x2='120' y2='520'/%3E%3Cline x1='120' y1='520' x2='280' y2='490'/%3E%3Cline x1='280' y1='490' x2='400' y2='550'/%3E%3Cline x1='400' y1='550' x2='540' y2='510'/%3E%3Cline x1='540' y1='510' x2='660' y2='570'/%3E%3Cline x1='660' y1='570' x2='800' y2='530'/%3E%3Cline x1='800' y1='530' x2='960' y2='580'/%3E%3Cline x1='960' y1='580' x2='1100' y2='520'/%3E%3Cline x1='1100' y1='520' x2='1260' y2='580'/%3E%3Cline x1='1260' y1='580' x2='1440' y2='530'/%3E%3Cline x1='1440' y1='530' x2='1570' y2='560'/%3E%3Cline x1='340' y1='320' x2='280' y2='490'/%3E%3Cline x1='560' y1='340' x2='540' y2='510'/%3E%3Cline x1='800' y1='360' x2='800' y2='530'/%3E%3Cline x1='1080' y1='350' x2='1100' y2='520'/%3E%3Cline x1='40' y1='300' x2='20' y2='480'/%3E%3Cline x1='1560' y1='410' x2='1570' y2='560'/%3E%3Cline x1='40' y1='660' x2='150' y2='700'/%3E%3Cline x1='150' y1='700' x2='320' y2='660'/%3E%3Cline x1='320' y1='660' x2='480' y2='720'/%3E%3Cline x1='480' y1='720' x2='640' y2='680'/%3E%3Cline x1='640' y1='680' x2='800' y2='740'/%3E%3Cline x1='800' y1='740' x2='960' y2='690'/%3E%3Cline x1='960' y1='690' x2='1140' y2='750'/%3E%3Cline x1='1140' y1='750' x2='1320' y2='700'/%3E%3Cline x1='1320' y1='700' x2='1480' y2='750'/%3E%3Cline x1='1480' y1='750' x2='1575' y2='720'/%3E%3Cline x1='280' y1='490' x2='320' y2='660'/%3E%3Cline x1='660' y1='570' x2='640' y2='680'/%3E%3Cline x1='960' y1='580' x2='960' y2='690'/%3E%3Cline x1='1260' y1='580' x2='1320' y2='700'/%3E%3Cline x1='20' y1='480' x2='40' y2='660'/%3E%3Cline x1='1570' y1='560' x2='1575' y2='720'/%3E%3Cline x1='40' y1='660' x2='60' y2='850'/%3E%3Cline x1='1575' y1='720' x2='1560' y2='860'/%3E%3C/g%3E%3Cg fill='%230B8A4F'%3E%3Ccircle cx='30' cy='80' r='2.5'/%3E%3Ccircle cx='100' cy='120' r='3'/%3E%3Ccircle cx='250' cy='180' r='4'/%3E%3Ccircle cx='340' cy='130' r='2.5'/%3E%3Ccircle cx='450' cy='200' r='4.5'/%3E%3Ccircle cx='580' cy='150' r='3'/%3E%3Ccircle cx='680' cy='220' r='4'/%3E%3Ccircle cx='800' cy='170' r='3.5'/%3E%3Ccircle cx='920' cy='240' r='4'/%3E%3Ccircle cx='1060' cy='180' r='3'/%3E%3Ccircle cx='1200' cy='250' r='4.5'/%3E%3Ccircle cx='1350' cy='190' r='3'/%3E%3Ccircle cx='1500' cy='260' r='3.5'/%3E%3Ccircle cx='1580' cy='220' r='2.5'/%3E%3Ccircle cx='40' cy='300' r='2.5'/%3E%3Ccircle cx='200' cy='350' r='3'/%3E%3Ccircle cx='340' cy='320' r='4'/%3E%3Ccircle cx='440' cy='380' r='3.5'/%3E%3Ccircle cx='560' cy='340' r='4'/%3E%3Ccircle cx='680' cy='400' r='4.5'/%3E%3Ccircle cx='800' cy='360' r='3'/%3E%3Ccircle cx='940' cy='410' r='4'/%3E%3Ccircle cx='1080' cy='350' r='3.5'/%3E%3Ccircle cx='1220' cy='420' r='4'/%3E%3Ccircle cx='1400' cy='370' r='3'/%3E%3Ccircle cx='1560' cy='410' r='2.5'/%3E%3Ccircle cx='20' cy='480' r='2.5'/%3E%3Ccircle cx='120' cy='520' r='2.5'/%3E%3Ccircle cx='280' cy='490' r='3.5'/%3E%3Ccircle cx='400' cy='550' r='3'/%3E%3Ccircle cx='540' cy='510' r='4'/%3E%3Ccircle cx='660' cy='570' r='3.5'/%3E%3Ccircle cx='800' cy='530' r='4.5'/%3E%3Ccircle cx='960' cy='580' r='3'/%3E%3Ccircle cx='1100' cy='520' r='4'/%3E%3Ccircle cx='1260' cy='580' r='3.5'/%3E%3Ccircle cx='1440' cy='530' r='3'/%3E%3Ccircle cx='1570' cy='560' r='2.5'/%3E%3Ccircle cx='40' cy='660' r='2.5'/%3E%3Ccircle cx='150' cy='700' r='3'/%3E%3Ccircle cx='320' cy='660' r='3.5'/%3E%3Ccircle cx='480' cy='720' r='3'/%3E%3Ccircle cx='640' cy='680' r='4'/%3E%3Ccircle cx='800' cy='740' r='4.5'/%3E%3Ccircle cx='960' cy='690' r='3'/%3E%3Ccircle cx='1140' cy='750' r='4'/%3E%3Ccircle cx='1320' cy='700' r='3.5'/%3E%3Ccircle cx='1480' cy='750' r='3'/%3E%3Ccircle cx='1575' cy='720' r='2.5'/%3E%3Ccircle cx='60' cy='850' r='2'/%3E%3Ccircle cx='1560' cy='860' r='2'/%3E%3Ccircle cx='500' cy='100' r='1.5'/%3E%3Ccircle cx='1000' cy='120' r='1.5'/%3E%3Ccircle cx='400' cy='430' r='1.5'/%3E%3Ccircle cx='1300' cy='480' r='1.5'/%3E%3Ccircle cx='700' cy='650' r='1.5'/%3E%3Ccircle cx='1100' cy='700' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat}.hero-content{position:relative;z-index:2;width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--pad);text-align:center}.hero .beta-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.03em;color:var(--tx-3);margin-bottom:2.5rem;padding:6px 14px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-2)}.hero-headline{font-family:var(--font-serif);font-size:clamp(3.8rem,9vw,7rem);font-weight:400;line-height:1.15;letter-spacing:-.04em;color:var(--tx-1);margin-bottom:1.5rem}.hero-line{display:block}.hero-rotate-wrap{display:inline-block;position:relative;vertical-align:baseline;padding-top:.1em;padding-bottom:.22em;margin-top:-.1em;margin-bottom:-.22em;mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 88%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 88%,transparent 100%);transition:width .7s var(--ease)}.hero-rotate-sizer{visibility:hidden;white-space:nowrap}.hero-rotate-word{position:absolute;left:0;top:.1em;transform:translateY(140%);transition:transform .7s var(--ease);white-space:nowrap}.hero-rotate-word.active{transform:translateY(0)}.hero-rotate-word.exiting{transform:translateY(-140%)}.hero-rotate-word[data-color=garnet]{color:var(--garnet)}.hero-rotate-word[data-color=amethyst]{color:var(--amethyst)}.hero-rotate-word[data-color=topaz]{color:var(--topaz)}.hero-rotate-word[data-color=emerald]{color:var(--emerald)}.hero-period{color:var(--tx-1);margin-left:-.05em;transition:margin-left .7s var(--ease)}.hero-period.kern-y{margin-left:-.18em}.hero-sub{font-size:clamp(1.05rem,1.6vw,1.2rem);font-weight:400;line-height:1.65;color:var(--tx-2);max-width:560px;margin:0 auto 2rem;opacity:1;transform:translateY(0);transition:opacity .35s var(--ease),transform .35s var(--ease)}.hero-sub.fading{opacity:0;transform:translateY(-8px)}.hero-sub.entering{opacity:0;transform:translateY(8px);transition:none}.hero-progress{display:flex;gap:8px;margin-bottom:2.5rem;justify-content:center}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.what-is{background:var(--bg-2);border-top:1px solid var(--border-light)}.what-is-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center}.what-is-body{font-size:17px;line-height:1.8;color:var(--tx-2);margin-bottom:1.25rem;text-align:left}.what-is-body strong{color:var(--tx-1);font-weight:600}.what-is-note{font-size:15px;color:var(--tx-3);line-height:1.65;padding-top:1.5rem;border-top:1px solid var(--border);text-align:left}.what-is-note em{font-family:var(--font-serif);font-style:italic}.capacity-visual{display:flex;flex-direction:column;gap:1.25rem;padding:2.5rem;background:var(--bg-1);border-radius:var(--radius-xl);border:1px solid var(--border-light)}[data-theme=dark] .capacity-visual{background:var(--bg-3);border-color:#ffffff0f}.cap-row{display:flex;align-items:flex-start;gap:1rem}.cap-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px;background:var(--amethyst)}.cap-info{flex:1}.cap-label{font:600 15px var(--font-serif);margin-bottom:2px;color:var(--tx-1)}.cap-desc{font-size:13px;color:var(--tx-3);line-height:1.4}.cap-bar-track{width:100%;height:6px;border-radius:var(--radius-xs);background:var(--border-light);margin-top:6px;overflow:hidden}.cap-bar-fill{height:100%;border-radius:var(--radius-xs);background:var(--amethyst);transform:scaleX(0);transform-origin:left;transition:transform 1.2s var(--ease)}.cap-row.revealed .cap-bar-fill{transform:scaleX(1)}.paths{background:var(--bg-1);position:relative}.paths-bg{position:absolute;inset:0;opacity:0;transition:opacity .8s var(--ease);pointer-events:none;z-index:0}.paths[data-active=map] .paths-bg--map,.paths[data-active=mythic] .paths-bg--mythic,.paths[data-active=atlas] .paths-bg--atlas{opacity:1}.paths-bg--map{background:radial-gradient(ellipse 80% 70% at 25% 50%,rgba(24,109,179,var(--glow-opacity)),transparent),radial-gradient(ellipse 50% 50% at 75% 30%,rgba(24,109,179,calc(var(--glow-opacity) * .5)),transparent)}.paths-bg--mythic{background:radial-gradient(ellipse 80% 70% at 50% 50%,rgba(109,38,180,var(--glow-opacity)),transparent),radial-gradient(ellipse 50% 50% at 20% 70%,rgba(109,38,180,calc(var(--glow-opacity) * .5)),transparent)}.paths-bg--atlas{background:radial-gradient(ellipse 80% 70% at 75% 50%,rgba(11,138,79,var(--glow-opacity)),transparent),radial-gradient(ellipse 50% 50% at 30% 30%,rgba(11,138,79,calc(var(--glow-opacity) * .5)),transparent)}.paths-header{text-align:center;margin-bottom:2.5rem;position:relative;z-index:1}.path-pills{display:inline-flex;gap:4px;background:var(--border-light);border-radius:var(--radius-full);padding:4px;margin-top:1.5rem;position:relative}.path-pills-indicator{position:absolute;top:4px;bottom:4px;left:4px;border-radius:var(--radius-full);pointer-events:none;z-index:0;background:var(--sapphire);box-shadow:0 2px 8px #186db340;transition:transform .35s cubic-bezier(.16,1,.3,1),background-color .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),width .35s cubic-bezier(.16,1,.3,1)}.path-pill{padding:10px 24px;border-radius:var(--radius-full);font-size:14px;font-weight:600;color:var(--tx-2);cursor:pointer;transition:color .25s var(--ease);position:relative;z-index:1;background:none}.pill-full{display:inline}.pill-short{display:none}.path-pill:hover{color:var(--tx-1)}.path-pill.active{color:#fff}.path-panels{position:relative;z-index:1;overflow:hidden}.path-track{display:grid;grid-template-columns:repeat(3,100%);transition:transform .5s cubic-bezier(.16,1,.3,1)}.path-track[data-active="0"]{transform:translate(0)}.path-track[data-active="1"]{transform:translate(-100%)}.path-track[data-active="2"]{transform:translate(-200%)}.path-panel{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto;align-items:center;width:100%;box-sizing:border-box;padding:0 var(--pad)}.path-art{width:100%;aspect-ratio:16/10;border-radius:var(--radius-xl);flex-shrink:0;position:relative;overflow:hidden}.path-art svg{position:absolute;inset:0;width:100%;height:100%}.path-art--map{background:#186db314}.path-art--mythic{background:#6d26b414}.path-art--atlas{background:#0b8a4f14}[data-theme=dark] .path-art--map{background:#186db32e}[data-theme=dark] .path-art--mythic{background:#6d26b42e}[data-theme=dark] .path-art--atlas{background:#0b8a4f2e}.path-text{padding:.5rem 0}.path-text h3{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;line-height:1.2;margin-bottom:.75rem}.path-text p{font-size:16px;line-height:1.75;color:var(--tx-2);margin-bottom:1.5rem}.framework{background:var(--bg-3);color:var(--tx-1);position:relative;padding:clamp(80px,12vw,140px) 0}[data-theme=dark] .framework{background:var(--bg-dark)}.framework:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 60% 70% at 20% 80%,rgba(24,109,179,.08),transparent 55%),radial-gradient(ellipse 60% 70% at 80% 20%,rgba(126,91,191,.06),transparent 55%),radial-gradient(ellipse 50% 50% at 50% 50%,rgba(109,38,180,.04),transparent 60%);transition:opacity var(--theme-dur) var(--theme-ease)}[data-theme=dark] .framework:before{background:radial-gradient(ellipse 60% 70% at 20% 80%,rgba(24,109,179,.15),transparent 55%),radial-gradient(ellipse 60% 70% at 80% 20%,rgba(126,91,191,.12),transparent 55%),radial-gradient(ellipse 50% 50% at 50% 50%,rgba(109,38,180,.08),transparent 60%)}.fw-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.fw-header p{color:var(--tx-2);margin-top:.75rem;font-size:16px;max-width:480px;margin-left:auto;margin-right:auto}[data-theme=dark] .fw-header p{color:#ffffff8c}.grid-wrap{position:relative;z-index:1;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 calc(-1 * var(--pad))}.harmony-grid{max-width:100%;min-width:860px;margin:0 auto;padding-right:80px}.grid-header{display:flex;gap:5px;margin-bottom:5px}.grid-corner{flex:0 0 80px}.grid-domain{flex:1 1 0%;min-width:0;overflow:hidden;font:600 12px/1 var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--tx-3);text-align:center;padding:20px 16px 12px;display:flex;align-items:flex-end;justify-content:center;transition:flex-grow .4s cubic-bezier(.4,0,.2,1)}.grid-body{display:flex;flex-direction:column;height:585px;gap:5px}.grid-row{display:flex;gap:5px;flex:1;min-height:0;transition:flex-grow .4s cubic-bezier(.4,0,.2,1)}.grid-row.row-active{flex:3}.grid-body:has(.row-active) .grid-row:not(.row-active){flex:.67}.grid-cap{flex:0 0 80px;font:600 12px/1 var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--tx-2);display:flex;align-items:center;justify-content:flex-end;padding:0 16px 0 0;white-space:nowrap;transition:font-size .3s var(--ease)}.grid-body:has(.row-active) .grid-row:not(.row-active) .grid-cap{font-size:12px}.grid-cell{flex:1;min-width:0;padding:20px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:var(--radius-sm);background:var(--persona-bg, var(--border-light));cursor:pointer;overflow:hidden;transition:flex-grow .4s cubic-bezier(.4,0,.2,1),background-color .4s var(--ease),box-shadow .3s var(--ease),opacity .3s var(--ease)}.grid-cell{position:relative}.grid-cell:after{content:"";position:absolute;inset:0;border-radius:inherit;background:transparent;pointer-events:none;transition:background .2s var(--ease)}@media(hover:hover){.grid-cell:hover:not(.is-active):after{background:#0000000a}[data-theme=dark] .grid-cell:hover:not(.is-active):after{background:#ffffff0f}}.grid-cell.is-active{flex-grow:2.5;align-items:center;justify-content:flex-start;padding-bottom:20px;overflow:hidden;background:var(--persona-bg, var(--bg-2));box-shadow:0 0 0 1px var(--border),0 4px 20px #0000000f}[data-theme=dark] .grid-cell{background:var(--persona-bg, rgba(255,255,255,.03))}[data-theme=dark] .grid-cell.is-active{background:var(--persona-bg, #2A2725);box-shadow:0 0 0 1px #ffffff14,0 4px 20px #00000040}.grid-row.row-active .grid-cell:not(.is-active){flex-grow:.65}.cell-name{display:block;font:600 19px/1.25 var(--font-sans);color:var(--tx-1);letter-spacing:-.01em;transition:font-size .3s var(--ease)}.cell-desc{display:block;font:400 13px/1.4 var(--font-sans);color:var(--tx-3);margin-top:6px;max-width:160px;transition:opacity .2s var(--ease),max-width .3s var(--ease)}.grid-cell.is-active .cell-desc{max-width:320px}.cell-header{display:flex;flex-direction:column;align-items:center;justify-content:center}.grid-row.row-active .grid-cell:not(.is-active) .cell-desc,.grid-body:has(.row-active) .grid-row:not(.row-active) .cell-desc{opacity:0;height:0;margin-top:0;overflow:hidden;transition:opacity .2s var(--ease),height .2s var(--ease),margin .2s var(--ease)}.grid-row.row-active .grid-cell:not(.is-active) .cell-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.grid-body:has(.row-active) .grid-row:not(.row-active) .cell-name{font-size:15px}.grid-body:has(.row-active) .grid-row:not(.row-active) .grid-cell{padding:8px 12px;opacity:.5}.grid-row.row-active .grid-cell:not(.is-active){opacity:.6}.grid-row.row-active .grid-cell:not(.is-active):hover{opacity:.85}.cell-expand-wrap{width:100%;display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s var(--ease)}.grid-cell.is-active .cell-expand-wrap{grid-template-rows:1fr}.cell-expand-inner{overflow:hidden;min-height:0}.expansion-divider{height:1px;background:var(--border);margin:10px 0 6px;opacity:0;transition:opacity .25s var(--ease) 80ms}.grid-cell.is-active .expansion-divider{opacity:.4}[data-theme=dark] .expansion-divider{background:#ffffff1f}.expansion-label{font:600 8.5px/1 var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--tx-3);margin-bottom:6px;opacity:0;transition:opacity .2s var(--ease) .12s}.grid-cell.is-active .expansion-label{opacity:.5}.inner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.inner-cell{padding:7px 8px 6px;border-radius:var(--radius-xs);background:var(--border-light);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;opacity:0;transform:scale(.92);transition:opacity .2s var(--ease),transform .2s var(--ease),background-color .3s var(--ease)}.grid-cell.is-active .inner-cell{opacity:1;transform:scale(1)}.grid-cell.is-active .inner-cell:nth-child(5){transition-delay:.12s}.grid-cell.is-active .inner-cell:nth-child(2){transition-delay:.16s}.grid-cell.is-active .inner-cell:nth-child(4){transition-delay:.16s}.grid-cell.is-active .inner-cell:nth-child(6){transition-delay:.16s}.grid-cell.is-active .inner-cell:nth-child(8){transition-delay:.16s}.grid-cell.is-active .inner-cell:nth-child(1){transition-delay:.2s}.grid-cell.is-active .inner-cell:nth-child(3){transition-delay:.2s}.grid-cell.is-active .inner-cell:nth-child(7){transition-delay:.2s}.grid-cell.is-active .inner-cell:nth-child(9){transition-delay:.2s}.grid-cell:not(.is-active) .inner-cell{transition-delay:0ms}[data-theme=dark] .inner-cell{background:#ffffff0a}.inner-cell-cap,.inner-cell-dom{font:500 11px/1.3 var(--font-sans);color:var(--tx-2)}.inner-cell-x{font:400 12px/1 var(--font-sans);opacity:.5}.inner-cell--center{background:#0000000d;box-shadow:inset 0 0 0 1.5px #0000000f}[data-theme=dark] .inner-cell--center{background:#ffffff14;box-shadow:inset 0 0 0 1.5px #ffffff1a}.inner-cell--center .inner-cell-cap,.inner-cell--center .inner-cell-dom{font-weight:700;font-size:12px;color:var(--tx-1)}[data-theme=dark] .inner-cell--center .inner-cell-cap,[data-theme=dark] .inner-cell--center .inner-cell-dom{color:#fafaf8}.grid-cell:not(.is-persona-colored) .inner-cell{cursor:pointer}.grid-cell.is-active:not(.is-persona-colored) .inner-cell:hover{background:#00000014}[data-theme=dark] .grid-cell.is-active:not(.is-persona-colored) .inner-cell:hover{background:#ffffff1a}.cell-desc-panel{margin-top:6px;padding:0 2px;font:400 10.5px/1.4 var(--font-sans);color:var(--tx-3);opacity:0;transition:opacity .15s var(--ease)}.cell-desc-panel.is-visible{opacity:1}[data-theme=dark] .cell-desc-panel{color:#ffffff80}.grid-cell.is-active.is-persona-colored .cell-desc-panel{color:#fffc}.grid-cell:focus-visible,.persona-pill:focus-visible,.path-pill:focus-visible,.theme-btn:focus-visible,.burger:focus-visible,.article-card:focus-visible,.journey-card:focus-visible{outline:2px solid var(--sapphire);outline-offset:2px}@media(prefers-reduced-motion:reduce){.grid-row,.grid-cell,.grid-domain,.cell-expand-wrap,.inner-cell,.expansion-divider,.expansion-label,.cell-desc-panel{transition-duration:.01ms!important;transition-delay:0ms!important}}@media(max-width:768px){.grid-header{gap:4px}.grid-corner{flex:0 0 60px}.grid-body{height:420px;gap:4px}.grid-row{gap:4px}.grid-cap{flex:0 0 60px;font-size:12px;padding:0 8px 0 0}.grid-domain{font-size:10px}.cell-name{font-size:16px}.grid-cell.is-active{flex-grow:3}.grid-row.row-active .grid-cell:not(.is-active){flex-grow:.5}}.persona-nav{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:32px;padding:0 80px 0 0}.persona-header{text-align:center}.persona-label{font:600 13px/1 var(--font-sans);letter-spacing:.04em;color:var(--tx-2);margin-bottom:4px}.persona-desc{font:400 12.5px/1.4 var(--font-sans);color:var(--tx-3);max-width:380px}.persona-track-clip{position:relative;border-radius:var(--radius-full)}.persona-track{position:relative;display:flex;gap:4px;padding:4px;background:var(--border-light);border-radius:var(--radius-full)}.persona-indicator{position:absolute;top:4px;left:4px;height:calc(100% - 8px);border-radius:var(--radius-full);background:var(--bg-2);box-shadow:0 1px 4px #0000001a,0 0 0 1px var(--border);transition:left .35s var(--ease),width .35s var(--ease);z-index:0;pointer-events:none;overflow:hidden}.persona-indicator-fill{position:absolute;top:0;left:0;width:0%;height:100%;background:var(--sapphire);border-radius:var(--radius-full);opacity:0;transition:opacity .2s var(--ease)}.persona-indicator-fill.is-active{opacity:.12}.persona-pill{position:relative;z-index:1;padding:8px 16px;font:500 13px/1 var(--font-sans);color:var(--tx-3);border-radius:var(--radius-full);white-space:nowrap;background:none;border:none;cursor:pointer;transition:color .25s var(--ease);-webkit-user-select:none;user-select:none}.persona-pill:hover{color:var(--tx-1)}.persona-pill--active{color:var(--tx-1);font-weight:600}.persona-nav.is-off .persona-pill:not([data-persona=off]){color:var(--tx-4, var(--tx-3));opacity:.45;transition:color .25s var(--ease),opacity .3s var(--ease)}.persona-nav.is-off .persona-pill:not([data-persona=off]):hover{opacity:.75;color:var(--tx-2)}.persona-indicator.is-springing{transition:left .45s cubic-bezier(.34,1.2,.64,1),width .45s cubic-bezier(.34,1.2,.64,1)}.persona-track{overflow:hidden}.grid-cell.is-active.is-persona-colored .inner-cell{background:#ffffff26}.grid-cell.is-active.is-persona-colored .inner-cell.is-persona-dimmed{opacity:.35}.grid-cell.is-active.is-persona-colored .inner-cell.is-persona-highlighted{background:#ffffff47;box-shadow:inset 0 0 0 1.5px #ffffff73;opacity:1}.grid-cell.is-active.is-persona-colored .inner-cell-cap,.grid-cell.is-active.is-persona-colored .inner-cell-dom{color:#fff}.grid-cell.is-active.is-persona-colored .inner-cell-x{color:#fff9}.grid-cell.is-active.is-persona-colored .expansion-label{color:#ffffffb3}.grid-cell.is-active.is-persona-colored .expansion-divider{background:#ffffff4d}.grid-cell.is-active.is-persona-colored{box-shadow:0 4px 20px #00000026}.grid-cell.is-persona-colored .cell-name{color:#fff}.grid-cell.is-persona-colored .cell-desc{color:#fffc}[data-theme=dark] .persona-track{background:#ffffff0f}[data-theme=dark] .persona-indicator{background:#ffffff1a;box-shadow:0 1px 4px #0000004d,0 0 0 1px #ffffff14}[data-theme=dark] .persona-indicator-fill{background:#5ba3d9}[data-theme=dark] .persona-indicator-fill.is-active{opacity:.18}[data-theme=dark] .persona-pill{color:var(--tx-3)}[data-theme=dark] .persona-pill:hover,[data-theme=dark] .persona-pill--active{color:#ffffffe6}@media(max-width:860px){.persona-nav{padding-right:0;margin-top:16px}.persona-track-clip{overflow:hidden;background:var(--border-light);max-width:100%}.persona-track{border-radius:0;overflow-x:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:none}.persona-track::-webkit-scrollbar{display:none}.persona-track-clip:before,.persona-track-clip:after{content:"";position:absolute;top:0;bottom:0;width:20px;z-index:2;pointer-events:none}.persona-track-clip:before{left:0;background:linear-gradient(90deg,var(--border-light),transparent)}.persona-track-clip:after{right:0;background:linear-gradient(270deg,var(--border-light),transparent)}.persona-pill{padding:7px 12px;font-size:12px}.persona-desc{font-size:11px;max-width:280px}}[data-theme=dark] .persona-track-clip{background:#ffffff0f}[data-theme=dark] .persona-track-clip:before{background:linear-gradient(90deg,rgba(30,28,26,1),transparent)}[data-theme=dark] .persona-track-clip:after{background:linear-gradient(270deg,rgba(30,28,26,1),transparent)}@media(max-width:860px){.grid-wrap{display:none}}@media(prefers-reduced-motion:reduce){.persona-indicator,.persona-indicator-fill,.inner-cell.is-persona-dimmed,.inner-cell.is-persona-highlighted{transition-duration:.01ms!important}}.credibility{background:var(--bg-warm);position:relative;overflow:hidden}.credibility:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 50% 100%,rgba(175,28,53,.06),transparent)}[data-theme=dark] .credibility:before{background:radial-gradient(ellipse 60% 50% at 50% 100%,rgba(175,28,53,.12),transparent)}.cred-inner{max-width:960px;margin:0 auto;text-align:center}.cred-headline{font-family:var(--font-serif);font-weight:500;font-style:italic;font-size:clamp(1.5rem,3.5vw,2.5rem);line-height:1.35;letter-spacing:-.02em;color:var(--tx-1);margin-bottom:3.5rem}.cred-headline strong{font-weight:700;font-style:normal}.cred-stats{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem;align-items:start}.cred-stat{position:relative}.cred-stat--hero{padding:2rem 1.5rem;background:var(--bg-2);border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:0 2px 16px #0000000a}[data-theme=dark] .cred-stat--hero{border-color:#af1c3533;box-shadow:0 2px 24px #af1c3514}.cred-stat-val{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--tx-1);line-height:1.1}.cred-stat--hero .cred-stat-val{font-size:clamp(2.5rem,5vw,4rem);color:var(--garnet)}.cred-stat-bar{width:60px;height:3px;border-radius:var(--radius-xs);margin:8px auto 0;opacity:0;transition:opacity .6s,width .8s var(--ease)}.cred-stat.revealed .cred-stat-bar{opacity:1}.cred-stat-lbl{font-size:13px;color:var(--tx-3);margin-top:.4rem}.cred-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.audiences,[data-theme=dark] .audiences{background:var(--bg-2)}.audiences-header{text-align:center;margin-bottom:3.5rem}.audience-split{display:grid;grid-template-columns:1fr 1px 1fr;gap:0 clamp(2rem,4vw,4rem)}.audience-divider{background:var(--tx-3);opacity:.25;position:relative}[data-theme=dark] .audience-divider{opacity:.2}.audience-lane-label{font:700 11px/1 var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--tx-3);margin-bottom:1.5rem}.audience-lane h3{font-family:var(--font-serif);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;line-height:1.3;margin-bottom:1rem}.audience-lane>p{font-size:16px;line-height:1.75;color:var(--tx-2);margin-bottom:1.5rem}.audience-points{list-style:none;margin-bottom:2rem}.audience-points li{font-size:15px;color:var(--tx-2);line-height:1.65;padding:.45rem 0 .45rem 1.4rem;position:relative}.audience-points li:before{content:"";position:absolute;left:0;top:.95rem;width:5px;height:5px;border-radius:50%}.audience-lane--ind .audience-lane-label{color:var(--lane-ind)}.audience-lane--cli .audience-lane-label{color:var(--lane-cli)}.audience-lane--ind .audience-points li:before{background:var(--lane-ind)}.audience-lane--cli .audience-points li:before{background:var(--lane-cli)}.audience-divider:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:8px;height:8px;background:var(--bg-2);border:1px solid var(--tx-3);border-radius:1px}.deeper{background:var(--bg-1)}.deeper-header{margin-bottom:2.5rem}.deeper-header p{color:var(--tx-2);margin-top:.75rem;font-size:16px;max-width:520px}.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:1.25rem}.journey-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease);cursor:pointer}.journey-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000000f}[data-theme=dark] .journey-card{background:var(--bg-2);border-color:#ffffff0f}[data-theme=dark] .journey-card:hover{box-shadow:0 12px 32px #0000004d;border-color:#ffffff1a}.journey-card{position:relative}.journey-card h3{font:600 1.1rem/1.3 var(--font-serif);margin-bottom:.25rem}.journey-card .journey-who{font-size:13px;color:var(--tx-3);font-style:italic;margin-bottom:.75rem}.journey-card p{font-size:14px;color:var(--tx-2);line-height:1.6;margin-bottom:1rem}.journey-card--featured{grid-column:span 2;background:#145f98;color:#fff;border-color:transparent;display:flex;align-items:center;gap:2rem;padding:2.5rem}.journey-card--featured:hover{background:#104d7e}[data-theme=dark] .journey-card--featured{background:#145f98;border-color:transparent}[data-theme=dark] .journey-card--featured:hover{background:#104d7e;border-color:transparent}.journey-card--featured h3{font-size:1.5rem}.journey-card--featured p{color:#ffffffd9}.journey-card--featured .journey-who{color:#ffffffbf}.journey-card--featured :global(a){color:#fff}.journey-featured-art{width:120px;height:120px;flex-shrink:0;border-radius:var(--radius-lg);background:#ffffff1a;display:flex;align-items:center;justify-content:center}.journey-featured-art svg{width:60px;height:60px;color:#ffffffb3}.journey-card[style*=--card-accent]{border-top:2px solid var(--card-accent)}.journey-card :global(a):after{content:"";position:absolute;inset:0;z-index:1}.articles-row{margin-top:clamp(3rem,5vw,4rem)}.articles-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.articles-top h3{font:600 1.5rem var(--font-serif)}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.article-card{background:transparent;border:none;padding:0;transition:transform var(--dur-base) var(--ease);cursor:pointer;position:relative;text-decoration:none;color:inherit;display:block}.article-card:hover{transform:translateY(-2px)}.article-accent{width:100%;aspect-ratio:16/9;border-radius:var(--radius-md);margin-bottom:1rem;position:relative;overflow:hidden}.article-accent:before{content:"";position:absolute;inset:0;background:inherit;filter:saturate(.9) brightness(.95);transition:transform .5s var(--ease)}.article-card:hover .article-accent:before{transform:scale(1.05);filter:saturate(1) brightness(.92)}[data-theme=dark] .article-accent:before{filter:saturate(.85) brightness(.75)}[data-theme=dark] .article-card:hover .article-accent:before{filter:saturate(.9) brightness(.8)}.article-accent:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse at 30% 70%,rgba(255,255,255,.12),transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(255,255,255,.08),transparent 50%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");mix-blend-mode:soft-light;opacity:.5}[data-theme=dark] .article-accent:after{mix-blend-mode:overlay;opacity:.6}.article-accent--sapphire{background:linear-gradient(160deg,#4a90c4,#2b6fa0 35%,#1a5c8e 55%,#3e88bc 80%,#5aa0d0)}.article-accent--garnet{background:linear-gradient(110deg,#d4556a,#b83048 30%,#a01e38 50%,#c44560,#d86878)}.article-accent--amethyst{background:linear-gradient(200deg,#9b5ed0,#7b3db8,#6428a0 50%,#8a4ec5 70%,#a868d8)}[data-theme=dark] .article-accent--sapphire{background:linear-gradient(160deg,#0e3352,#165f8a 35%,#1a7ab0 55%,#135580 80%,#0c2940)}[data-theme=dark] .article-accent--garnet{background:linear-gradient(110deg,#3d0b15,#7a1528 30%,#9a1e34 50%,#6a1222,#2e0810)}[data-theme=dark] .article-accent--amethyst{background:linear-gradient(200deg,#1c0c35,#3a1568,#5228a0 50%,#3a1568 70%,#261045)}.article-title{font:600 1rem/1.35 var(--font-serif);margin-bottom:.4rem}.article-excerpt{font-size:14px;color:var(--tx-2);line-height:1.6}.article-meta{margin-top:.75rem;font-size:12px;color:var(--tx-3)}.social-proof{background:var(--bg-1)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1080px;margin:0 auto}.testimonial-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.75rem 1.75rem;position:relative;display:flex;flex-direction:column;box-shadow:0 1px 3px #1c19170a;transition:transform .38s var(--ease),box-shadow .38s var(--ease)}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 4px 16px #1c19170f,0 12px 32px #1c19170a}[data-theme=dark] .testimonial-card{background:var(--bg-2);border-color:var(--border)}[data-theme=dark] .testimonial-card:hover{background:color-mix(in srgb,var(--bg-2) 94%,#3a3533)}.testimonial-quote{font-family:var(--font-serif);font-size:3rem;line-height:1;color:var(--sapphire);opacity:.25;margin-bottom:-.5rem;user-select:none}.testimonial-text{font-family:var(--font-serif);font-size:.9375rem;font-style:italic;line-height:1.75;color:var(--tx-2);flex:1;margin-bottom:1.5rem;border:none;padding:0}.testimonial-attr{display:flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--tx-3)}.testimonial-attr-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.testimonial-attr-dot--sapphire{background:var(--sapphire)}.testimonial-attr-dot--amethyst{background:var(--amethyst)}.testimonial-attr-dot--garnet{background:var(--garnet)}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid .testimonial-card:last-child{grid-column:span 2;max-width:520px;margin:0 auto}}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr;max-width:520px}.testimonials-grid .testimonial-card:last-child{grid-column:span 1;max-width:none}}@media(max-width:1024px){.cred-stats{grid-template-columns:repeat(2,1fr)}.cred-stat--hero{grid-column:span 2}.cred-stat:last-child:nth-child(2n){grid-column:1 / -1;max-width:50%;margin-inline:auto}.what-is-grid{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:768px){.hero{min-height:auto;padding:6rem 0 3.5rem}.hero-headline{font-size:clamp(3.2rem,10vw,4.8rem);font-weight:500;margin-bottom:1.25rem}.hero-sub{font-size:1rem;max-width:420px;margin-bottom:1.5rem}.hero-actions{gap:10px}.hero-progress{gap:6px;margin-bottom:2rem}.hero-progress .progress-pip{width:36px;height:5px}.hero .beta-badge{margin-bottom:1.75rem;font-size:11px}.hero-scene{mask-image:radial-gradient(ellipse 90% 70% at 50% 48%,black 5%,transparent 60%);-webkit-mask-image:radial-gradient(ellipse 90% 70% at 50% 48%,black 5%,transparent 60%)}.path-panel{grid-template-columns:1fr;gap:1.5rem}.path-art{max-height:220px}.audience-split{grid-template-columns:1fr;gap:3rem}.audience-divider{display:none}.journey-grid{grid-template-columns:1fr 1fr}.journey-card--featured{grid-column:span 2}.journey-card--featured .journey-featured-art{display:none}.articles-grid{grid-template-columns:1fr}.cred-stats{grid-template-columns:1fr 1fr;gap:1.5rem}.cred-stat--hero{grid-column:span 2}.cred-stat:last-child:nth-child(2n){grid-column:1 / -1;max-width:50%;margin-inline:auto}.deeper-header{text-align:center}.deeper-header p{margin-left:auto;margin-right:auto}}@media(max-width:480px){.hero{min-height:auto;padding:5rem 0 2.5rem}.hero-headline{font-size:clamp(2.6rem,13vw,3.6rem);margin-bottom:.75rem;letter-spacing:-.03em}.hero-line{line-height:1.2}.hero-sub{font-size:.9rem;max-width:300px;line-height:1.55;margin-bottom:1rem}.hero-actions{flex-direction:column;align-items:stretch;gap:8px;max-width:320px;margin-inline:auto}.hero-progress{gap:5px;margin-bottom:1.25rem}.hero-progress .progress-pip{width:24px;height:4px}.hero-grid-bg{display:none}.hero .beta-badge{margin-bottom:1.25rem;font-size:10px;padding:5px 10px}.hero-scene{mask-image:radial-gradient(ellipse 100% 80% at 50% 45%,black 5%,transparent 55%);-webkit-mask-image:radial-gradient(ellipse 100% 80% at 50% 45%,black 5%,transparent 55%)}.hero-period.kern-y{margin-left:-.14em}.path-pills{width:100%}.path-pill{flex:1;text-align:center;padding:10px 8px;font-size:12px}.pill-full{display:none}.pill-short{display:inline}.journey-grid{grid-template-columns:1fr}.journey-card--featured{grid-column:auto;flex-direction:column}.cta-actions{flex-direction:column;align-items:center}.cred-stats{grid-template-columns:1fr 1fr}.cred-stat--hero{grid-column:span 2}}@media(max-width:360px){.hero{min-height:auto;padding:4rem 0 1.75rem}.hero-headline{font-size:clamp(2.2rem,14vw,3rem);margin-bottom:.5rem}.hero-sub{font-size:.85rem;max-width:260px;margin-bottom:.75rem}.hero-progress .progress-pip{width:20px;height:4px}.hero .beta-badge{margin-bottom:1rem}.path-pill{padding:8px 6px;font-size:11px}}@media(max-height:500px)and (orientation:landscape){.hero{min-height:auto;padding:3.5rem 0 1.25rem}.hero-headline{font-size:clamp(1.6rem,5vw,2.4rem);margin-bottom:.5rem}.hero-sub{font-size:.85rem;margin-bottom:.75rem}.hero-progress,.hero .beta-badge{margin-bottom:1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
