:root{--ink:#10264f;--blue:#1f5eff;--red:#e84d3d;--paper:#fffdf8;--graph:#e7edf8;--mist:#f3f6fb;--muted:#52627c;--line:#cbd6e8;--serif:"Literata",Georgia,serif;--sans:"DM Sans",Arial,sans-serif;--shadow:8px 8px 0 var(--ink)}
*{box-sizing:border-box}
html{max-width:100%;overflow-x:clip;scroll-behavior:smooth}
body{max-width:100%;margin:0;overflow-x:clip;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55;text-rendering:optimizeLegibility}
button,input{font:inherit}
a{color:inherit}
img{max-width:100%}
[hidden]{display:none!important}
.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.narrow{max-width:820px}
.skip{position:fixed;z-index:20;top:8px;left:8px;padding:10px 14px;background:#fff;border:2px solid var(--ink);transform:translateY(-150%)}
.skip:focus{transform:none}
:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.site-header{position:sticky;z-index:10;top:0;background:color-mix(in srgb,var(--paper) 94%,transparent);border-bottom:1px solid var(--ink);backdrop-filter:blur(12px)}
.nav-shell{min-height:72px;display:flex;align-items:center;gap:32px}
.brand{display:inline-flex;align-items:center;gap:11px;font:700 19px/1 var(--sans);text-decoration:none;letter-spacing:-.03em}
.brand-mark{width:33px;height:33px;display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:4px;background:var(--ink)}
.brand-mark i{display:block;background:var(--paper)}
.brand-mark i:nth-child(2),.brand-mark i:nth-child(3){background:var(--blue)}
.brand-mark i:nth-child(4){background:var(--red)}
.nav-shell nav{display:flex;align-items:center;gap:26px;margin-left:auto}
.nav-shell nav a{font-size:13px;font-weight:650;text-decoration:none}
.nav-shell nav a[aria-current=page]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:7px}
.header-cta,.primary-button,.quiet-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:11px 19px;border:2px solid var(--ink);background:var(--ink);color:#fff;font-weight:700;text-decoration:none;cursor:pointer}
.header-cta{font-size:13px}
.primary-button:hover,.header-cta:hover{background:var(--blue);border-color:var(--blue)}
.primary-button:disabled,.quiet-button:disabled{opacity:.45;cursor:not-allowed}
.quiet-button{background:transparent;color:var(--ink)}
.quiet-button:hover{background:var(--mist)}
.text-button{display:inline-flex;align-items:center;min-height:44px;font-size:14px;font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}
.kicker{margin:0 0 16px;color:var(--blue);font-size:13px;font-weight:700}
h1,h2,h3{font-family:var(--serif);letter-spacing:-.045em}
h1{margin:0;font-size:clamp(52px,7.2vw,91px);line-height:.99}
h2{margin:0 0 18px;font-size:clamp(38px,5vw,60px);line-height:1.04}
h3{font-size:24px;line-height:1.17}
.hero{overflow:hidden;background-color:var(--paper);background-image:linear-gradient(var(--graph) 1px,transparent 1px),linear-gradient(90deg,var(--graph) 1px,transparent 1px);background-size:40px 40px;border-bottom:2px solid var(--ink)}
.hero-grid{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center;padding-block:80px}
.hero-copy{max-width:690px}
.hero-lede{max-width:650px;margin:28px 0 0;color:var(--muted);font-size:20px}
.hero-actions{display:flex;align-items:center;gap:23px;margin-top:32px}
.proof{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;padding-top:22px;border-top:1px solid var(--ink)}
.proof span{color:var(--muted);font-size:12px}
.proof b{display:block;color:var(--ink);font:700 27px/1 var(--serif)}
.puzzle-preview{position:relative;padding:24px;border:2px solid var(--ink);background:var(--paper);box-shadow:var(--shadow);transform:rotate(1.2deg)}
.puzzle-head{display:flex;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--ink);font-size:12px;font-weight:700}
.puzzle-head b{color:var(--red)}
.matrix{display:grid;grid-template-columns:repeat(3,1fr);margin-top:22px;border-top:1px solid var(--ink);border-left:1px solid var(--ink)}
.matrix>span{min-height:92px;display:grid;place-items:center;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);color:var(--blue);font-size:19px;letter-spacing:5px}
.matrix .unknown{background:var(--blue);color:#fff;font:650 34px/1 var(--serif)}
.puzzle-preview>p{margin:17px 0 0;color:var(--muted);font-size:12px}
.image-band{padding-block:70px;background:var(--ink)}
.image-band picture,.image-band img{display:block;width:100%}
.image-band img{border:1px solid #fff;aspect-ratio:3/2;object-fit:cover}
.domains,.journal-preview,.library,.content-section{padding-block:110px}
.section-heading{max-width:760px;margin-bottom:52px}
.section-heading>p:not(.kicker){max-width:700px;color:var(--muted);font-size:18px}
.domain-grid{display:grid;grid-template-columns:repeat(5,1fr);border:2px solid var(--ink)}
.domain-grid article{min-height:310px;padding:26px 20px;border-right:1px solid var(--ink)}
.domain-grid article:last-child{border:0}
.domain-grid span{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--ink);color:var(--blue);font-weight:700;font-size:12px}
.domain-grid h3{margin-top:72px}
.domain-grid p{color:var(--muted);font-size:13px}
.honesty{padding-block:100px;background:var(--mist);border-block:1px solid var(--ink)}
.honesty-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}
.honesty-grid p:not(.kicker){color:var(--muted);font-size:18px}
.premium-band{padding-block:72px;background:var(--blue);color:#fff}
.premium-grid{display:grid;grid-template-columns:1fr auto;gap:80px;align-items:center}
.premium-grid h2{max-width:720px}
.premium-grid p{max-width:700px;color:#dce6ff}
.price{display:inline-block;margin-bottom:15px;color:#fff;font-size:13px;font-weight:700}
.inverse{background:#fff;color:var(--ink);border-color:#fff;white-space:nowrap}
.row-heading{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:40px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.article-card{min-height:330px;display:flex;flex-direction:column;padding:28px;border:1px solid var(--ink);background:#fff;text-decoration:none}
.article-card:hover{box-shadow:6px 6px 0 var(--blue);transform:translate(-2px,-2px)}
.article-card>span{color:var(--red);font-size:12px;font-weight:700}
.article-card h3{margin-top:48px;font-size:29px}
.article-card p{color:var(--muted);font-size:14px}
.article-card b{margin-top:auto;font-size:13px}
.page-hero,.test-hero{padding-block:105px 85px;border-bottom:2px solid var(--ink);background-color:var(--mist);background-image:linear-gradient(var(--graph) 1px,transparent 1px),linear-gradient(90deg,var(--graph) 1px,transparent 1px);background-size:40px 40px}
.page-hero p:last-child,.test-hero p:last-child{max-width:760px;color:var(--muted);font-size:20px}
.test-wrap{padding-block:72px 120px;background:var(--paper)}
.test-shell{max-width:960px;min-width:0}
.test-start,.test-flow,.test-result{border:2px solid var(--ink);background:#fff;box-shadow:10px 10px 0 var(--blue)}
.test-start{padding:clamp(28px,5vw,54px)}
.test-start-grid{display:grid;grid-template-columns:1fr .78fr;gap:64px;align-items:center}
.test-number{font:750 clamp(70px,10vw,118px)/.8 var(--serif);color:var(--blue)}
.test-start h2{margin-top:25px;font-size:42px}
.test-start p,.test-start li{color:var(--muted)}
.test-start ul{padding-left:20px}
.test-workbench{margin:0;border:2px solid var(--ink);background:var(--paper);box-shadow:7px 7px 0 var(--ink);transform:rotate(1deg)}
.test-workbench picture,.test-workbench img{display:block;width:100%}
.test-workbench img{height:auto;aspect-ratio:3/2;object-fit:cover}
.test-workbench figcaption{padding:11px 13px;border-top:1px solid var(--ink);color:var(--muted);font-size:11px;line-height:1.4}
.test-start-actions{display:flex;gap:14px;margin-top:40px;padding-top:25px;border-top:1px solid var(--line)}
.test-flow{min-width:0;min-height:620px;padding:clamp(28px,6vw,64px)}
.test-progress>div{display:flex;justify-content:space-between;gap:20px;font-size:13px}
.test-progress-meta{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px}
.test-progress b{color:var(--blue)}
.test-progress em{padding-left:14px;border-left:1px solid var(--line);color:var(--muted);font-style:normal;font-size:11px;font-weight:700}
.test-timer{padding:4px 8px;border:1px solid var(--ink);background:var(--paper);font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}
.test-progress>i{height:8px;display:block;margin-top:15px;background:var(--graph);overflow:hidden}
.test-progress>i span{height:100%;display:block;background:var(--blue);transition:width .25s ease}
.test-flow fieldset{min-inline-size:0;width:100%;padding:0;margin:52px 0 0;border:0}
.test-flow legend{display:block;width:100%;max-width:760px;overflow-wrap:anywhere;font:650 clamp(28px,4vw,42px)/1.16 var(--serif);letter-spacing:-.035em}
.question-figure{max-width:100%;min-width:0;margin:30px 0 28px;padding:clamp(14px,3vw,28px);overflow:hidden;border:1px solid var(--ink);background-color:var(--mist);background-image:linear-gradient(var(--graph) 1px,transparent 1px),linear-gradient(90deg,var(--graph) 1px,transparent 1px);background-size:24px 24px}
.reasoning-visual{display:block;width:100%;min-width:0}
.reasoning-visual>p{margin:12px 0 0;color:var(--muted);font-size:11px;text-align:center}
.visual-grid{width:min(100%,510px);display:grid;grid-template-columns:repeat(var(--visual-columns),1fr);margin-inline:auto}
.visual-sequence{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(var(--visual-items),minmax(0,92px));align-items:center;justify-content:center;gap:22px;padding:6px 4px 12px}
.visual-tile{position:relative;display:grid;place-items:center;min-width:0;aspect-ratio:1;background:#fff;border:1px solid var(--ink)}
.visual-grid .visual-tile{margin:-1px 0 0 -1px}
.visual-grid .visual-tile.is-blank{background:transparent;border-color:transparent}
.visual-sequence .visual-tile{width:100%;min-width:0}
.visual-sequence .visual-tile:not(:last-child):after{content:"";position:absolute;z-index:2;right:-17px;top:50%;width:10px;height:10px;border-top:2px solid var(--ink);border-right:2px solid var(--ink);transform:translateY(-50%) rotate(45deg)}
.visual-tile svg,.visual-tile>.visual-missing,.visual-tile .visual-missing{display:block;width:100%;height:100%}
.visual-missing{display:grid!important;place-items:center;background:var(--blue);color:#fff;font:700 clamp(28px,6vw,48px)/1 var(--serif)}
.visual-tile svg{overflow:visible}
.visual-tile .reasoning-visual{height:100%}
.visual-tile .visual-grid{width:100%}
.visual-tile .visual-tile{border-color:color-mix(in srgb,var(--ink) 55%,transparent)}
.key-hint{margin-top:12px;color:var(--muted);font-size:12px}
.choices{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}
.choice{min-height:70px;display:flex;align-items:center;gap:15px;padding:15px;border:1px solid var(--ink);cursor:pointer}
.choice:hover,.choice.selected{background:#eef3ff;border-color:var(--blue)}
.choice input{position:absolute;opacity:0;pointer-events:none}
.choice-key{width:34px;height:34px;display:grid;flex:0 0 auto;place-items:center;border:1px solid var(--ink);font-weight:700;font-size:12px}
.choice.selected .choice-key{background:var(--blue);border-color:var(--blue);color:#fff}
.visual-choice{display:grid;grid-template-columns:34px minmax(72px,92px) 1fr;align-items:center}
.visual-choice>.reasoning-visual{width:100%;padding:4px;border:1px solid var(--line);background:#fff}
.visual-choice>.reasoning-visual .visual-tile{border:0}
.visual-choice>.reasoning-visual .visual-grid{max-width:88px}
.choice-text{line-height:1.35}
.test-error{min-height:23px;color:#a32a20;font-size:13px}
.test-actions,.result-actions{display:flex;align-items:center;gap:14px;justify-content:space-between;margin-top:28px}
.test-result{padding:clamp(28px,6vw,64px)}
.result-top{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:start}
.result-score{display:grid;justify-items:end;gap:5px}.result-score strong{font:750 clamp(54px,8vw,92px)/1 var(--serif);color:var(--blue)}.result-score small{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}
.result-top p:not(.kicker){max-width:650px;color:var(--muted)}
.result-top .result-time{margin-top:18px;color:var(--ink);font-size:13px}
.result-time b{font-variant-numeric:tabular-nums}
.result-boundary{margin:32px 0;padding:18px;border-left:7px solid var(--red);background:#fff2ef;color:#6b392f}
.test-entry{min-height:calc(100svh - 72px);display:grid;align-items:center;padding-block:32px}.test-entry .test-start{padding:clamp(28px,4vw,48px)}.test-entry .test-start h1{max-width:650px;margin:8px 0 16px;font-size:clamp(42px,5.6vw,72px);line-height:.98}.test-entry .test-start-grid{gap:42px}.start-note{margin:14px 0 0!important;color:var(--muted);font-size:12px!important}.checkout-terms{margin:0 0 10px!important;color:var(--muted);font-size:11px!important;line-height:1.45}.checkout-terms a{font-weight:750;text-decoration:underline}
.score-range{display:grid;grid-template-columns:1fr auto;gap:5px 20px;align-items:end;margin:28px 0 0;padding:19px 22px;border:1px solid var(--ink);background:var(--mist)}.score-range span{color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.score-range strong{grid-row:1/3;grid-column:2;font:750 25px/1 var(--display)}.score-range small{color:var(--muted);font-size:11px}
.iq-score{display:grid;justify-items:end;gap:4px}.iq-score strong{font:750 clamp(38px,6vw,60px)/1 var(--display);color:var(--blue)}.iq-score span{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.iq-band{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:center;margin:28px 0 0;padding:22px;border:1px solid var(--ink);background:var(--mist)}
.iq-band-copy span{color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.iq-band-copy strong{display:block;margin:6px 0 8px;font:750 clamp(30px,4vw,44px)/1 var(--display)}.iq-band-copy small{display:block;max-width:520px;color:var(--muted);font-size:11px;line-height:1.5}
.iq-curve{width:100%}.iq-curve svg{width:100%;height:auto}
.score-share{display:flex;align-items:flex-start;gap:9px;margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.score-share input{margin-top:2px}
@media(max-width:760px){.iq-band{grid-template-columns:1fr}}
.premium-result{margin-top:48px;padding:clamp(25px,5vw,48px);border:2px solid var(--ink);background:#f3f6ff;box-shadow:10px 10px 0 var(--red)}.premium-result-head{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:start}.premium-result-head h3{max-width:760px;margin:7px 0 10px;font-size:clamp(30px,4vw,48px);line-height:1.05}.premium-result-head>div:first-child>p:last-child{max-width:720px;color:var(--muted)}.premium-result .offer-price{min-width:155px;padding:18px;border:1px solid var(--ink);background:#fff}.premium-result .offer-price strong,.premium-result .offer-price span{display:block}.premium-result .offer-price strong{font:750 38px/1 var(--display)}.premium-result .offer-price span{margin-top:6px;color:var(--muted);font-size:10px}.personal-snapshot{margin:30px 0 0;padding:20px 22px;border-left:7px solid var(--blue);background:#fff}.personal-snapshot span{color:var(--blue);font-size:11px;font-weight:850;text-transform:uppercase}.personal-snapshot p{margin:7px 0 0;line-height:1.6}.locked-report{position:relative;min-height:620px;margin-top:20px;overflow:hidden;border:1px solid var(--ink);background:#fff}.locked-copy{padding:28px}.locked-copy article{padding:24px 0;border-bottom:1px solid var(--line);filter:blur(5px);user-select:none}.locked-copy span{color:var(--blue);font-size:11px;font-weight:850}.locked-copy h4{max-width:760px;margin:8px 0;font-size:22px}.locked-copy p{margin:0;color:var(--muted)}.locked-fade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 2%,#ffffff38 20%,#fff 83%)}.unlock-card{position:absolute;left:50%;bottom:35px;width:min(calc(100% - 34px),610px);z-index:2;padding:27px;transform:translateX(-50%);border:2px solid var(--ink);background:#fff;box-shadow:8px 8px 0 var(--blue)}.unlock-card>span{color:var(--red);font-size:11px;font-weight:850;text-transform:uppercase}.unlock-card h4{margin:9px 0 15px;font-size:28px}.unlock-card ul{display:grid;grid-template-columns:1fr 1fr;gap:9px 24px;margin:0 0 22px;padding:0;list-style:none}.unlock-card li{font-size:12px}.unlock-card li:before{content:"✓";margin-right:7px;color:var(--blue);font-weight:900}.unlock-card>small{display:block;margin-top:12px;color:var(--muted);font-size:10px}.checkout-status{min-height:18px;margin:10px 0 0;color:var(--blue);font-size:12px}
.domain-bars{display:grid;gap:16px;padding-block:20px}
.domain-bars>div{display:grid;grid-template-columns:190px 1fr 50px;gap:16px;align-items:center}
.domain-bars span{font-size:13px;font-weight:600}
.domain-bars i{height:10px;background:var(--graph)}
.domain-bars i b{display:block;height:100%;background:var(--blue)}
.domain-bars strong{text-align:right;font-variant-numeric:tabular-nums}
.answer-review{margin-top:70px;padding-top:45px;border-top:2px solid var(--ink)}
.answer-review>p{color:var(--muted)}
.answer-review details{border-bottom:1px solid var(--line)}
.answer-review summary{display:flex;gap:12px;padding:18px 0;cursor:pointer;font-weight:650}
.answer-review summary span{display:grid;width:26px;height:26px;flex:0 0 auto;place-items:center;background:var(--mist);font-size:11px}
.answer-review .right summary span{background:#e4f5ed;color:#17613e}
.answer-review .wrong summary span{background:#fff0ed;color:#a32a20}
.answer-review details p{margin:0 0 12px 38px;color:var(--muted);font-size:14px}
.review-figure{max-width:380px;margin:0 0 18px 38px;padding:14px;border:1px solid var(--line);background:var(--mist)}
.prose{max-width:760px;font:18px/1.82 var(--serif)}
.prose>section{margin-bottom:72px}
.prose p{color:#344766}
.prose .primary-button{font-family:var(--sans);font-size:14px}
.premium-hero{padding-block:100px 130px;background-color:var(--mist);background-image:linear-gradient(var(--graph) 1px,transparent 1px),linear-gradient(90deg,var(--graph) 1px,transparent 1px);background-size:40px 40px}
.premium-hero-grid{display:grid;grid-template-columns:1fr .72fr;gap:90px;align-items:center}
.premium-hero p:not(.kicker){max-width:670px;color:var(--muted);font-size:18px}
.offer-price{display:flex;align-items:baseline;gap:12px;margin:38px 0 22px}
.offer-price strong{font:750 54px/1 var(--serif);color:var(--blue)}
.offer-price span{color:var(--muted);font-size:13px}
.checkout-status{min-height:22px!important;margin:10px 0!important;color:#a32a20!important;font-size:13px!important}
.report-sheet{padding:38px;border:2px solid var(--ink);background:#fff;box-shadow:var(--shadow);transform:rotate(1deg)}
.report-sheet>span{color:var(--red);font-size:12px;font-weight:700}
.report-sheet h2{margin-top:38px;font-size:39px}
.report-sheet li{margin-bottom:12px}
.report-sheet small{display:block;margin-top:28px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted)}
.article-head{padding-block:100px 70px;background:var(--mist);border-bottom:1px solid var(--ink)}
.article-head h1{font-size:clamp(46px,6.4vw,78px)}
.article-deck{max-width:760px;color:var(--muted);font-size:21px}
.article-meta{display:flex;gap:18px;margin-top:28px;color:var(--muted);font-size:13px}
.article-image{margin-top:50px}
.article-image figure{margin:0}
.article-image img{width:100%;height:auto;display:block;border:2px solid var(--ink)}
.article-image figcaption{padding:10px 12px;border:1px solid var(--ink);border-top:0;color:var(--muted);font-size:12px}
.article-layout{display:grid;grid-template-columns:220px minmax(0,760px);justify-content:center;gap:90px;padding-block:75px 120px}
.article-layout aside{position:sticky;top:105px;align-self:start;display:grid;gap:12px;padding-left:16px;border-left:3px solid var(--red)}
.article-layout aside strong{margin-bottom:6px;font-size:13px}
.article-layout aside a{color:var(--muted);font-size:12px;line-height:1.4;text-decoration:none}
.article-body{font:18px/1.84 var(--serif)}
.article-body>section{margin-bottom:76px;scroll-margin-top:110px}
.article-body h2{font-size:40px}
.article-body p{color:#344766}
.answer{margin-bottom:70px;padding:28px;border:2px solid var(--ink);background:var(--blue);box-shadow:7px 7px 0 var(--ink);color:#fff}
.answer span{font:700 12px/1 var(--sans);color:#fff}
.answer p{margin:10px 0 0;color:#fff;font-size:20px;line-height:1.55}
.article-body details{padding:20px 0;border-bottom:1px solid var(--line);font-family:var(--sans)}
.article-body summary{cursor:pointer;font-weight:700}
.sources{padding-top:35px;border-top:1px solid var(--line);font-family:var(--sans);font-size:14px}
.sources p{margin-top:3px;font-size:13px}
.article-cta{padding:35px;border:1px solid var(--ink);border-left:8px solid var(--red);background:#fff2ef;font-family:var(--sans)}
.article-cta h2{font-size:34px}
.article-cta p{font-size:16px}
footer{padding:70px 0 24px;background:var(--ink);color:#fff}
.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:70px}
footer .brand-mark{background:#fff}
footer .brand-mark i{background:var(--ink)}
footer .brand-mark i:nth-child(2),footer .brand-mark i:nth-child(3){background:#7ea3ff}
footer .brand-mark i:nth-child(4){background:#ff776a}
footer p{color:#b7c5dd;font-size:13px}
.footer-grid nav{display:grid;gap:11px}
.footer-grid nav a{color:#dce5f4;font-size:13px;text-decoration:none}
.boundary{max-width:340px}
.footer-base{display:flex;justify-content:space-between;gap:20px;margin-top:60px;padding-top:20px;border-top:1px solid #ffffff2a;color:#9aacca;font-size:11px}
@media(max-width:900px){.nav-shell nav{display:none}.hero-grid,.honesty-grid,.premium-hero-grid{grid-template-columns:1fr;gap:55px}.hero-grid{min-height:auto}.hero-object{max-width:580px}.domain-grid{grid-template-columns:1fr 1fr}.domain-grid article{border-bottom:1px solid var(--ink)}.domain-grid article:nth-child(2n){border-right:0}.domain-grid article:last-child{grid-column:1/-1;border-bottom:0}.premium-grid{grid-template-columns:1fr}.test-start-grid{grid-template-columns:1fr}.test-start-grid .puzzle-preview{max-width:520px}.article-layout{grid-template-columns:1fr;gap:35px}.article-layout aside{position:static;padding:20px;border:1px solid var(--line);border-left:3px solid var(--red)}.footer-grid{grid-template-columns:1fr 1fr}.boundary{grid-column:1/-1}}
@media(max-width:620px){.shell{width:min(100% - 28px,1160px)}.nav-shell{min-height:64px}.brand{font-size:17px}.brand-mark{width:29px;height:29px}.header-cta{margin-left:auto;min-height:40px;padding:8px 12px;font-size:11px}h1{font-size:clamp(43px,13vw,59px)}h2{font-size:clamp(34px,10vw,46px)}.hero-grid{padding-block:56px}.hero-lede{font-size:17px}.hero-actions,.test-start-actions,.result-actions{align-items:stretch;flex-direction:column;gap:8px}.proof{grid-template-columns:1fr 1fr}.proof span:last-child{grid-column:1/-1}.puzzle-preview{margin-right:8px;padding:17px;box-shadow:7px 7px 0 var(--ink)}.matrix>span{min-height:68px;font-size:15px}.domains,.journal-preview,.library,.content-section,.honesty,.premium-hero{padding-block:70px}.domain-grid{grid-template-columns:1fr}.domain-grid article,.domain-grid article:nth-child(2n),.domain-grid article:last-child{grid-column:auto;border-right:0;border-bottom:1px solid var(--ink)}.domain-grid article:last-child{border-bottom:0}.domain-grid h3{margin-top:38px}.row-heading{align-items:flex-start;flex-direction:column}.article-grid{grid-template-columns:1fr}.page-hero,.test-hero{padding-block:70px 55px}.page-hero p:last-child,.test-hero p:last-child{font-size:17px}.test-wrap{padding-block:40px 80px}.test-start,.test-flow,.test-result{margin-right:8px;box-shadow:7px 7px 0 var(--blue)}.test-workbench{margin-right:7px}.test-flow{min-height:650px;padding:26px 20px}.test-progress>div{align-items:flex-start;flex-direction:column;gap:5px}.test-progress-meta{align-items:flex-start;flex-direction:column;gap:2px}.test-progress em{padding-left:0;border-left:0}.test-flow fieldset{margin-top:38px}.question-figure{margin:22px 0;padding:12px}.visual-sequence{justify-content:flex-start;gap:18px}.visual-sequence .visual-tile{flex-basis:70px}.visual-sequence .visual-tile:not(:last-child):after{right:-14px;width:8px;height:8px}.choices{grid-template-columns:1fr}.visual-choice{grid-template-columns:34px 68px 1fr;padding:11px}.test-actions{align-items:stretch}.result-top{grid-template-columns:1fr}.domain-bars>div{grid-template-columns:1fr 42px;gap:8px 12px}.domain-bars i{grid-column:1/-1;grid-row:2}.domain-bars strong{grid-row:1;grid-column:2}.review-figure{margin-left:0}.premium-hero-grid{gap:55px}.report-sheet{margin-right:8px;padding:28px 22px}.article-head{padding-block:68px 50px}.article-deck{font-size:18px}.article-meta{flex-direction:column;gap:3px}.article-image{margin-top:28px}.article-layout{padding-block:42px 78px}.article-body{font-size:17px;line-height:1.76}.article-body h2{font-size:33px}.answer{padding:23px}.answer p{font-size:18px}.article-cta{padding:27px 22px}.footer-grid{grid-template-columns:1fr;gap:32px}.boundary{grid-column:auto}.footer-base{flex-direction:column}}
@media(max-width:620px){.test-flow legend{font-size:clamp(25px,7.7vw,34px);line-height:1.18;letter-spacing:-.025em}.test-progress-meta{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 10px}.test-timer{grid-column:2;grid-row:1/span 2}.visual-sequence{grid-template-columns:repeat(var(--visual-items),minmax(0,1fr));gap:14px;padding-inline:0}.visual-sequence .visual-tile:not(:last-child):after{right:-10px}.question-figure .reasoning-visual>p{max-width:100%;overflow-wrap:anywhere;line-height:1.4}.choice,.choice-text{min-width:0}.choice-text{overflow-wrap:anywhere}.test-actions .primary-button,.test-actions .quiet-button{max-width:48%;white-space:normal;text-align:center}}
/* The assessment is a focused reasoning sheet, distinct from the editorial pages. */
.route-page .test-hero{padding-block:56px 48px}
.route-page .test-hero h1{max-width:800px;font-size:clamp(46px,5.4vw,70px);line-height:1}
.route-page .test-hero p:last-child{max-width:780px;margin-top:22px;font-size:18px;line-height:1.55}
.route-page .test-wrap{padding-block:48px 100px}
.route-page .test-shell{max-width:1040px;scroll-margin-top:86px}
.route-page .test-start,.route-page .test-flow,.route-page .test-result{box-shadow:6px 6px 0 var(--blue)}
.route-page .test-start{padding:clamp(30px,4vw,44px)}
.route-page .test-start-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:44px}
.route-page .test-number{font-size:clamp(62px,7vw,82px)}
.route-page .test-start h2{max-width:470px;margin-top:18px;font-size:clamp(34px,3.3vw,42px)}
.route-page .test-start p,.route-page .test-start li{font-size:14px}
.route-page .test-start ul{margin:20px 0 0}
.route-page .test-workbench{box-shadow:5px 5px 0 var(--ink);transform:rotate(.45deg)}
.route-page .test-start-actions{margin-top:30px;padding-top:22px}
.route-page .test-flow{min-height:0;padding:clamp(28px,4vw,50px)}
.route-page .test-progress{padding-bottom:16px;border-bottom:1px solid var(--line)}
.route-page .test-progress>i{margin-top:12px}
.route-page .test-flow fieldset{max-width:840px;margin:34px auto 0}
.route-page .test-flow legend{max-width:820px;font-size:clamp(30px,3.2vw,40px);line-height:1.18;letter-spacing:-.03em}
.route-page .test-flow legend:focus{outline:none}
.route-page .question-figure{margin:24px 0;padding:clamp(14px,2.2vw,24px)}
.route-page .visual-grid{max-width:480px}
.route-page .choices{grid-template-columns:1fr;gap:10px;margin-top:24px}
.route-page .choices.has-compact-options{grid-template-columns:repeat(2,minmax(0,1fr))}
.route-page .choices.has-visual-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.route-page .visual-choice{grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;align-content:start;gap:9px 8px;padding:11px;text-align:center}
.route-page .visual-choice>.choice-key{grid-column:1;grid-row:1}
.route-page .visual-choice>.choice-text{grid-column:2;grid-row:1;text-align:left;font-size:12px;font-weight:650}
.route-page .visual-choice>.reasoning-visual{grid-column:1/-1;grid-row:2;width:min(100%,110px);justify-self:center;padding:5px}
.route-page .visual-choice>.reasoning-visual .visual-grid{max-width:100%}
.route-page .choice{min-width:0;min-height:64px;padding:13px 15px}
.route-page .choice-text{min-width:0;overflow-wrap:anywhere}
.route-page .test-error,.route-page .test-actions{max-width:840px;margin-inline:auto}
.route-page .test-actions{margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}
.route-page .test-result{padding:clamp(30px,4vw,50px)}
.route-page .result-top [data-result-title]:focus{outline:none}
.route-page .answer-review{margin-top:54px;padding-top:34px}
.test-active .test-hero{display:none}
.test-active .test-wrap{min-height:calc(100vh - 72px);padding-block:28px 72px}
.test-active .header-cta{display:none}
.test-active .test-progress{position:sticky;z-index:6;top:72px;margin-inline:-5px;padding:14px 5px 16px;background:color-mix(in srgb,#fff 96%,transparent);backdrop-filter:blur(10px)}
@media(min-width:901px){
body.test-active:not(.test-complete){min-height:100dvh}
.test-active:not(.test-complete) .site-header{position:relative}
.test-active:not(.test-complete) footer{display:none}
.test-active:not(.test-complete) .test-wrap{min-height:calc(100dvh - 72px);padding:10px 0}
.test-active:not(.test-complete) .test-shell{min-height:0}
.test-active:not(.test-complete) .test-flow{min-height:0;display:grid;grid-template-rows:auto auto auto auto;padding:16px 24px}
.test-active:not(.test-complete) .test-progress{position:static;margin:0;padding:0 0 10px;background:transparent;backdrop-filter:none}
.test-active:not(.test-complete) .test-progress>i{margin-top:8px}
.test-active:not(.test-complete) .test-flow fieldset{width:100%;max-width:none;min-height:0;margin:12px 0 0;align-self:start}
.test-active:not(.test-complete) .test-flow legend{max-width:920px;font-size:clamp(25px,2.35vw,31px);line-height:1.12}
.test-active:not(.test-complete) .question-stage{min-width:0;margin-top:12px}
.test-active:not(.test-complete) .has-question-visual .question-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,370px);grid-template-areas:"answers figure";gap:22px;align-items:start}
.test-active:not(.test-complete) .answer-panel{grid-area:answers;min-width:0}
.test-active:not(.test-complete) .question-figure{grid-area:figure;margin:0;padding:9px}
.test-active:not(.test-complete) .question-figure .visual-grid{max-width:330px}
.test-active:not(.test-complete) .question-figure .visual-sequence{grid-template-columns:repeat(var(--visual-items),minmax(0,64px));gap:14px;padding:3px 0 7px}
.test-active:not(.test-complete) .question-figure .visual-sequence .visual-tile:not(:last-child):after{right:-10px;width:8px;height:8px}
.test-active:not(.test-complete) .key-hint{margin:0}
.test-active:not(.test-complete) .choices{margin-top:10px}
.test-active:not(.test-complete) .choices.has-visual-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.test-active:not(.test-complete) .visual-choice{grid-template-columns:30px minmax(0,1fr);gap:6px;padding:8px}
.test-active:not(.test-complete) .visual-choice>.choice-key{width:30px;height:30px}
.test-active:not(.test-complete) .visual-choice>.reasoning-visual{width:min(100%,76px);padding:3px}
.test-active:not(.test-complete) .visual-choice>.choice-text{font-size:11px}
.test-active:not(.test-complete) .choice{min-height:54px;padding:10px 12px}
.test-active:not(.test-complete) .test-error{min-height:18px;margin:2px 0 0;font-size:12px}
.test-active:not(.test-complete) .test-actions{width:100%;max-width:none;margin-top:4px;padding-top:8px}
.test-active:not(.test-complete) .test-actions .primary-button,.test-active:not(.test-complete) .test-actions .quiet-button{min-height:42px;padding:8px 16px}
}
@media(min-width:901px) and (max-height:700px){
.test-active:not(.test-complete) .nav-shell{min-height:58px}
.test-active:not(.test-complete) .test-wrap{min-height:calc(100dvh - 58px);padding:6px 0}
.test-active:not(.test-complete) .test-flow{padding:11px 20px}
.test-active:not(.test-complete) .test-flow fieldset{margin-top:8px}
.test-active:not(.test-complete) .test-flow legend{font-size:23px}
.test-active:not(.test-complete) .question-stage{margin-top:8px}
.test-active:not(.test-complete) .has-question-visual .question-stage{grid-template-columns:minmax(0,1fr) minmax(250px,310px);gap:18px}
.test-active:not(.test-complete) .question-figure .visual-grid{max-width:270px}
.test-active:not(.test-complete) .question-figure .visual-sequence{grid-template-columns:repeat(var(--visual-items),minmax(0,54px));gap:12px}
.test-active:not(.test-complete) .visual-choice>.reasoning-visual{width:min(100%,60px)}
.test-active:not(.test-complete) .choice{min-height:46px;padding:7px 9px}
.test-active:not(.test-complete) .choices{margin-top:7px}
.test-active:not(.test-complete) .test-error{min-height:14px}
.test-active:not(.test-complete) .test-actions{padding-top:5px}
}
@media(max-width:900px){.route-page .test-start-grid{grid-template-columns:1fr;gap:34px}.route-page .test-workbench{width:min(100%,560px)}.route-page .test-flow fieldset{margin-top:30px}.route-page .choices.has-compact-options,.route-page .choices.has-visual-options{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.route-page .test-hero{display:none}.route-page .test-wrap{padding-block:20px 64px}.route-page .test-shell{width:min(100% - 20px,1040px)}.route-page .test-start,.route-page .test-flow,.route-page .test-result{margin-right:4px;box-shadow:4px 4px 0 var(--blue)}.route-page .test-start{padding:24px 18px}.route-page .test-number{font-size:56px}.route-page .test-start h2{margin-top:14px;font-size:30px;line-height:1.08}.route-page .test-start p,.route-page .test-start li{font-size:13px}.route-page .test-start-grid{gap:25px}.route-page .test-workbench{margin-right:4px;box-shadow:4px 4px 0 var(--ink);transform:none}.route-page .test-workbench img{aspect-ratio:2/1}.route-page .test-start-actions{margin-top:24px;padding-top:18px}.test-active .nav-shell{min-height:56px}.test-active .test-wrap{min-height:calc(100vh - 56px);padding-top:10px}.test-active .test-progress{top:56px;margin-inline:-2px;padding:12px 2px 13px}.route-page .test-flow{padding:20px 16px}.route-page .test-flow fieldset{margin-top:24px}.route-page .test-flow legend{font-size:clamp(24px,7.5vw,30px);line-height:1.2}.route-page .question-figure{margin:18px 0;padding:10px}.route-page .visual-sequence{gap:10px}.route-page .visual-sequence .visual-tile:not(:last-child):after{right:-7px;width:7px;height:7px}.route-page .choices,.route-page .choices.has-compact-options{grid-template-columns:1fr;gap:9px;margin-top:18px}.route-page .choices.has-visual-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:18px}.route-page .choice{min-height:58px;padding:11px 12px}.route-page .visual-choice{grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto auto;gap:8px 6px;padding:9px}.route-page .visual-choice>.reasoning-visual{width:min(100%,88px)}.route-page .visual-choice>.choice-text{font-size:11px}.route-page .choice-key{width:30px;height:30px}.route-page .test-actions{gap:8px;margin-top:20px;padding-top:16px}.route-page .test-actions .primary-button,.route-page .test-actions .quiet-button{width:auto;max-width:49%;min-height:44px;padding:9px 13px}.route-page .test-result{padding:24px 18px}.route-page .result-top{gap:20px}.route-page .answer-review{margin-top:42px;padding-top:28px}.route-page .answer-review details p{margin-left:0}.route-page .answer-review summary{overflow-wrap:anywhere}}
@media print{.site-header,footer,.test-hero,.result-actions,.answer-review{display:none!important}.test-wrap{padding:0}.test-result{border:0;box-shadow:none}.result-boundary{border:1px solid #999}body{background:#fff}}
@media(max-width:620px){.score-range{grid-template-columns:1fr;padding:17px 16px}.score-range strong{grid-row:auto;grid-column:auto;overflow-wrap:anywhere}.premium-result{margin-right:4px;padding:22px 16px;box-shadow:5px 5px 0 var(--red)}.premium-result-head{grid-template-columns:minmax(0,1fr)}.premium-result-head>*{min-width:0}.premium-result-head h3{font-size:clamp(29px,9.5vw,40px);overflow-wrap:break-word}.premium-result .offer-price{width:100%;min-width:0}.personal-snapshot{padding:18px 16px}.locked-report{min-height:0;overflow:visible}.locked-copy{max-height:480px;overflow:hidden;padding:20px 16px}.locked-copy h4{overflow-wrap:break-word}.locked-fade{height:480px;bottom:auto}.unlock-card{position:relative;left:auto;bottom:auto;width:auto;margin:-125px 9px 18px;padding:22px 17px;transform:none;box-shadow:5px 5px 0 var(--blue)}.unlock-card h4{font-size:26px;overflow-wrap:break-word}.unlock-card ul{grid-template-columns:1fr}.unlock-card .primary-button{width:100%;white-space:normal;text-align:center}.premium-unlocked .locked-copy{max-height:none;overflow:visible}.premium-unlocked .locked-report{padding-bottom:0}}
@media(max-width:360px){.nav-shell{gap:10px}.header-cta{display:none}.route-page .test-result{padding:22px 14px}.result-score strong{font-size:50px;overflow-wrap:anywhere}.premium-result{padding:18px 12px}.unlock-card{margin:-115px 7px 14px;padding:19px 13px;box-shadow:4px 4px 0 var(--blue)}.unlock-card h4{font-size:23px}.domain-bars>div{grid-template-columns:minmax(0,1fr) 38px}.answer-review details{padding-inline:0}}

.premium-unlocked .locked-copy article{filter:none;user-select:text}.premium-unlocked .locked-fade{display:none}.premium-unlocked .locked-report{padding-bottom:245px}.premium-unlocked .unlock-card{box-shadow:8px 8px 0 #1f8f63}.premium-unlocked .unlock-card p{color:var(--muted);line-height:1.55}
@media(max-width:620px){.premium-unlocked .locked-report{padding-bottom:0}.premium-unlocked .unlock-card{box-shadow:5px 5px 0 #1f8f63}}
@media(max-width:360px){.premium-unlocked .unlock-card{box-shadow:4px 4px 0 #1f8f63}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}

/* A full-width score distribution with a clearly highlighted fixed band. */
.iq-score{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:160px}.iq-score strong{font-size:clamp(42px,5vw,70px);line-height:1;color:var(--blue);font-variant-numeric:tabular-nums}.iq-score span{font-size:13px;color:var(--muted)}
.iq-band{margin:30px 0;padding:30px;border:1px solid #cbd5e7;background:#fafbff}.iq-band-copy{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:baseline}.iq-band-copy>span{font-size:20px;font-weight:700}.iq-band-copy>strong{font-size:24px;color:var(--blue)}.iq-band-copy>small{display:block;flex-basis:100%;max-width:65ch;font-size:14px;line-height:1.6;color:var(--muted)}
.iq-curve{max-width:760px;margin:24px auto 0}.iq-curve svg{display:block;width:100%;height:auto;overflow:visible;font-family:inherit}.curve-legend{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted)}.curve-legend>span:first-child{display:flex;align-items:center;gap:8px;color:var(--ink);font-weight:700}.curve-legend i{width:12px;height:12px;background:var(--blue);display:inline-block}.score-share{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5}.score-share input{margin-top:3px;flex-shrink:0}
@media(max-width:620px){.iq-band{padding:20px 12px}.iq-band-copy>span{font-size:18px}.iq-score{align-items:flex-start;margin-top:12px}.curve-legend{font-size:11px}.iq-band-copy>small{font-size:13px}.iq-curve{margin-top:20px}.result-top{gap:20px}}

.iq-band{display:block}.iq-curve{width:100%}.iq-band-copy>span{text-transform:none;letter-spacing:normal}.premium-result-head h3{font-size:clamp(28px,3.5vw,44px);line-height:1.15}

/* Keep keyboard selection visible and constrain mobile question figures. */
.choice:focus-within{outline:2px solid var(--blue);outline-offset:3px}
@media(max-width:900px){.test-active .question-figure .visual-grid{max-width:300px}.test-active .question-figure{margin-top:0}.test-active .question-stage{margin-top:18px}}
@media(max-width:620px){
  .test-active:not(.test-complete) .test-flow{min-height:0;padding:14px 12px}
  .test-active .test-progress{position:static;padding:0 0 10px;margin:0}
  .test-active .test-progress>div{gap:6px;font-size:12px}
  .test-active .test-progress>i{margin-top:8px;height:5px}
  .test-active .test-progress-meta{gap:2px 8px}
  .test-active .test-flow fieldset{margin-top:14px}
  .test-active .test-flow legend{font-size:24px;line-height:1.15}
  .test-active .question-stage{margin-top:12px}
  .test-active .question-figure{padding:8px;margin-bottom:12px}
  .test-active .question-figure .visual-grid{max-width:216px}
  .test-active .reasoning-visual>p{margin-top:7px;font-size:10px}
  .test-active .key-hint{margin-top:8px;font-size:11px}
  .test-active .choices.has-visual-options{margin-top:10px;gap:8px}
  .test-active .visual-choice{padding:7px;gap:5px}
  .test-active .visual-choice>.reasoning-visual{width:64px;padding:3px}
  .test-active .visual-choice>.choice-key{width:26px;height:26px}
  .test-active .test-error{min-height:16px;margin:4px 0}
  .test-active .test-actions{margin-top:8px;padding-top:10px}
}
@media(max-width:620px){.test-active .choices.has-compact-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}}

/* Range-only score distribution. Axis labels sit below the plot. */
.iq-curve{max-width:900px;width:100%;min-width:0;margin:24px auto 0}
.iq-curve .band-chart-mobile{display:none}
.band-chart-key{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;font-size:13px;color:var(--muted)}
.band-chart-key>span:first-child{display:flex;align-items:center;gap:7px;color:var(--ink)}
.band-chart-key i{display:inline-block;width:14px;height:14px;background:#dfe7ff;border:1px solid var(--blue)}
.band-ranges{list-style:none;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:0;margin:8px 0 0;gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.band-ranges li{display:flex;flex-direction:column;gap:3px;min-width:0;margin:0;padding:10px 12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:13px;color:var(--muted)}
.band-ranges li.is-current{background:var(--blue);color:#fff}
.band-ranges strong{font-size:11px}
.band-chart-note{max-width:76ch;margin:16px 0 0;font-size:12px;line-height:1.5;color:var(--muted)}
.test-active:not(.test-complete) .visual-choice>.reasoning-visual.visual-matrix{width:min(100%,112px)}
@media(max-width:620px){
  .iq-curve .band-chart-desktop{display:none}
  .iq-curve .band-chart-mobile{display:block}
  .band-chart-key{font-size:12px;gap:6px}
  .band-ranges{grid-template-columns:repeat(2,minmax(0,1fr))}
  .band-ranges li{min-height:42px;padding:9px 10px;flex-direction:row;align-items:center;justify-content:space-between}
  .band-chart-note{font-size:12px}
  .test-active:not(.test-complete) .visual-choice>.reasoning-visual.visual-matrix{width:min(100%,100px)}
  .test-active .question-figure .visual-sequence{gap:5px}
  .test-active .question-figure .visual-sequence .visual-tile:not(:last-child):after{right:-5px;width:4px;height:4px}
}

/* Wrap long sequences in reading order rather than shrinking eight numbers. */
.test-active .question-figure .visual-sequence.is-long-sequence{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.test-active .question-figure .visual-sequence.is-long-sequence .visual-tile:nth-child(4n):after{display:none}
@media(max-width:620px){.test-active .question-figure .visual-sequence.is-long-sequence{gap:10px}}
@media(max-width:360px){.band-ranges li.is-current{flex-direction:column;align-items:flex-start;gap:2px}}

/* Multi-rule figures need space for local marks, even on small screens. */
.test-active:not(.test-complete) .has-dense-visual .question-stage{grid-template-columns:minmax(0,1fr) minmax(340px,440px)}
.test-active:not(.test-complete) .has-dense-visual .question-figure .visual-grid{max-width:410px}
.test-active:not(.test-complete) .has-dense-visual .visual-choice>.reasoning-visual{width:min(100%,108px)}
@media(max-width:900px){
 .test-active:not(.test-complete) .has-dense-visual .question-stage{display:block}
 .test-active:not(.test-complete) .has-dense-visual .question-figure .visual-grid{max-width:360px}
}
@media(max-width:620px){
 .test-active:not(.test-complete) .has-dense-visual .question-figure{padding:6px}
 .test-active:not(.test-complete) .has-dense-visual .visual-choice>.reasoning-visual{width:min(100%,92px)}
}

/* Assessment entry: quiet typography and a precise, code-drawn matrix. */
.route-home,.route-page:has(.test-entry){background:#fff}
.route-home .site-header,.route-page:has(.test-entry) .site-header{background:#fff;border-bottom:1px solid #e0e6ef}
.introduction.hero{background:#fff;border-bottom:1px solid #e0e6ef}
.introduction .hero-grid{min-height:0;grid-template-columns:1.08fr 1fr;gap:72px;padding-block:64px 48px}
.intro-label{margin:0 0 22px!important;color:#2458ed!important;font:600 14px/1.4 var(--sans)!important}
.introduction h1,.test-entry .test-start h1{font-family:var(--sans);font-weight:600;font-size:clamp(40px,4.4vw,62px);letter-spacing:-.055em;line-height:1.08;margin:0 0 24px;max-width:650px}
.introduction .hero-lede,.test-entry .entry-lede{font-size:17px;line-height:1.7;color:#52627a;max-width:49ch;margin:0}
.introduction .hero-actions{margin-top:30px;gap:24px}
.introduction .primary-button,.test-entry .test-start .primary-button{background:#2458ed;border-color:#2458ed;border-radius:6px;min-height:52px;padding:13px 23px;font-size:15px}
.introduction .primary-button:hover,.test-entry .test-start .primary-button:hover{background:#1944c3;border-color:#1944c3}
.entry-assurance{font-size:12px!important;line-height:1.65!important;color:#627086!important;margin:16px 0 0!important}
.reasoning-art{margin:0;background:#eef3fc;border:1px solid #dde6f4;border-radius:12px;padding:22px 24px 18px;min-width:0}
.art-heading{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:#52627a}
.art-heading span:first-child{font-weight:600;color:#18335f}
.reasoning-art>svg{display:block;width:100%;height:auto;max-width:396px;margin:10px auto 0}
.reasoning-art figcaption{display:flex;justify-content:space-between;gap:8px;font-size:10px;color:#627086;line-height:1.5}
.intro-facts{display:grid;grid-template-columns:repeat(3,1fr);padding:24px 0 28px;border-top:1px solid #e0e6ef;gap:32px}
.intro-facts>div{display:flex;flex-direction:column;gap:4px}
.intro-facts strong{font-size:14px;font-weight:600}.intro-facts span{font-size:12px;color:#627086}
.route-page:not(.test-active) .test-entry{padding:48px 0 64px;min-height:calc(100svh - 72px)}
.route-page:not(.test-active) .test-entry .test-shell{width:min(1160px,calc(100% - 40px));max-width:1160px}
.route-page:not(.test-active) .test-entry .test-start{margin:0;padding:0;border:0;box-shadow:none;background:transparent}
.test-entry .test-start-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:72px;align-items:center}
.test-entry .test-start h1{font-size:clamp(38px,4vw,56px)}
.test-entry .test-start .test-start-actions{border:0;padding:0;margin:26px 0 0;display:flex;flex-wrap:wrap;gap:12px;flex-direction:row}
.test-entry .test-start .quiet-button{border:1px solid #c4cfdf;border-radius:6px;font-size:14px}
.preparation{margin:24px 0 0;padding:0;display:grid;gap:13px}
.preparation>div{padding-left:15px;border-left:2px solid #c4d4f5}
.preparation dt{font-size:14px;font-weight:600}.preparation dd{margin:2px 0 0;font-size:12px;color:#627086}
@media(max-width:900px){
 .introduction .hero-grid,.test-entry .test-start-grid{gap:32px;grid-template-columns:1.05fr 1fr}
 .introduction h1,.test-entry .test-start h1{font-size:42px}
 .reasoning-art{padding:16px}.reasoning-art figcaption{flex-direction:column;gap:2px}
 .introduction .hero-actions{align-items:flex-start;flex-direction:column;gap:10px}
}
@media(max-width:680px){
 .introduction .hero-grid,.test-entry .test-start-grid{grid-template-columns:1fr;gap:30px}
 .introduction .hero-grid{padding-block:38px 30px}
 .introduction h1,.test-entry .test-start h1{font-size:clamp(36px,9.4vw,48px);margin-bottom:18px}
 .intro-label{margin-bottom:16px!important;font-size:13px!important}
 .introduction .hero-lede,.test-entry .entry-lede{font-size:15px;line-height:1.65}
 .introduction .hero-actions{margin-top:24px;align-items:stretch}
 .introduction .text-button{justify-content:center}
 .reasoning-art{max-width:440px;width:100%;margin-inline:auto}
 .reasoning-art>svg{max-width:330px}
 .reasoning-art figcaption{flex-direction:row;font-size:9px}
 .intro-facts{grid-template-columns:1fr;gap:15px;padding-block:22px}
 .intro-facts>div{flex-direction:row;justify-content:space-between;align-items:baseline;gap:12px}
 .intro-facts strong{font-size:12px}.intro-facts span{font-size:11px;text-align:right}
 .route-page:not(.test-active) .test-entry{padding:30px 0 48px;min-height:0}
 .route-page:not(.test-active) .test-entry .test-shell{width:calc(100% - 36px)}
 .test-entry .test-start .test-start-actions{align-items:stretch;flex-direction:column}
 .test-entry .reasoning-art{margin-top:4px}
}

.route-page:not(.test-active) .test-entry{background:#fff}
.test-entry .test-start .entry-lede{font-size:17px;line-height:1.7}
@media(max-width:680px){.test-entry .test-start .entry-lede{font-size:15px;line-height:1.65}}

/* Keep the article library reachable from the compact navigation. */
@media(max-width:900px){body:not(.test-active) .nav-shell{gap:12px}body:not(.test-active) .nav-shell nav{display:flex;margin-left:auto}body:not(.test-active) .nav-shell nav a:not(.nav-blog){display:none}body:not(.test-active) .nav-blog{display:inline-flex;align-items:center;min-height:44px}body:not(.test-active) .header-cta{margin-left:0}}

/* A consistent landing page beyond the hero. */
.route-home h2,.route-home h3{font-family:var(--sans);font-weight:600;letter-spacing:-.035em}
.route-home h2{font-size:clamp(30px,3.2vw,44px);line-height:1.15}
.route-home .domains,.route-home .journal-preview{padding-block:72px}
.route-home .section-heading{max-width:720px;margin-bottom:32px}
.route-home .section-heading>p:not(.kicker){font-size:16px;line-height:1.7;max-width:64ch}
.route-home .domain-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;border:0}
.route-home .domain-grid article{min-width:0;min-height:0;padding:0 0 22px;border:0;border-bottom:1px solid #dce4ef;grid-column:auto}
.domain-art{background:#f0f4fc;border-radius:8px;overflow:hidden;padding:12px 18px}
.domain-art svg{width:100%;height:auto;display:block;max-height:156px}
.route-home .domain-grid h3{margin:23px 0 10px;font-size:22px;line-height:1.25}
.route-home .domain-grid p{margin:0;font-size:14px;line-height:1.75;max-width:38ch}
.route-home .why{background:#f5f7fc;border:0;padding-block:56px}
.route-home .honesty-grid{grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.route-home .honesty-grid p:not(.kicker){font-size:16px;line-height:1.7;margin-top:0}
.route-home .premium-band{padding-block:56px;background:#18335f}
.route-home .premium-grid{grid-template-columns:minmax(0,1fr) auto;gap:60px}
.route-home .premium-grid h2{max-width:680px;font-size:36px}
.route-home .premium-grid p{font-size:15px;line-height:1.75;max-width:68ch}
.route-home .premium-band .price{font-family:var(--sans);font-size:13px;letter-spacing:0;margin-bottom:18px}
.route-home .premium-band .primary-button{border-radius:6px;font-size:14px;white-space:nowrap}
.route-home .article-grid{gap:24px}
.route-home .article-card{padding:24px;min-height:0;border:1px solid #dce4ef;border-radius:8px;box-shadow:none;transform:none}
.route-home .article-card:hover{border-color:#2458ed;background:#f8faff}
.route-home .article-card>span{color:#2458ed}
.route-home .article-card h3{font-size:22px;line-height:1.35;margin:20px 0 12px}
.route-home .article-card p{font-size:14px;line-height:1.7;margin:0 0 24px}
.route-home .row-heading{gap:24px}
@media(max-width:900px){.route-home .domain-grid{gap:18px}.route-home .honesty-grid{gap:30px}.route-home .premium-grid{grid-template-columns:1fr;gap:20px}.route-home .premium-grid>.primary-button{justify-self:start}.route-home .article-grid{grid-template-columns:1fr}.route-home .article-card h3{max-width:48ch}}
@media(max-width:620px){.route-home .domains,.route-home .journal-preview{padding-block:46px}.route-home .section-heading{margin-bottom:26px}.route-home .section-heading>p:not(.kicker){font-size:15px}.route-home .domain-grid{grid-template-columns:1fr;gap:26px}.route-home .domain-grid article{border-bottom:1px solid #dce4ef;padding-bottom:24px}.domain-art svg{max-height:130px}.route-home .domain-grid h3{margin-top:18px}.route-home .domain-grid p{max-width:none}.route-home .honesty-grid{grid-template-columns:1fr;gap:12px}.route-home .why,.route-home .premium-band{padding-block:40px}.route-home .premium-grid h2{font-size:30px}.route-home .row-heading{align-items:flex-start}.route-home .article-card{padding:22px}.route-home .article-card h3{font-size:21px}}

/* Long-form reading: bounded measure, wrapping, and accessible navigation. */
.article-layout{gap:clamp(28px,4vw,64px);grid-template-columns:220px minmax(0,720px)}
.article-body{min-width:0;overflow-wrap:anywhere}
.article-body :is(img,svg,video,figure){max-width:100%}
.article-layout aside{min-width:0;max-height:calc(100dvh - 125px);overflow:auto}
.article-layout aside a{display:block;min-height:44px;padding-block:10px;font-size:13px;overflow-wrap:anywhere}
.article-layout aside a:hover{text-decoration:underline}
.article-body summary{min-height:44px;overflow-wrap:anywhere}
.article-body :is(.primary,.primary-button){min-height:44px;white-space:normal;text-align:center}
.article-title h1,.article-head h1{overflow-wrap:anywhere;text-wrap:balance}
.article-head :is(.meta,.article-meta){flex-wrap:wrap}
@media(max-width:1023px){.article-layout{grid-template-columns:minmax(0,1fr);max-width:740px;gap:32px}.article-layout aside{position:static;max-height:none}.article-layout aside a{padding-block:8px}}
@media(max-width:520px){.article-title h1,.article-head h1{font-size:clamp(34px,9vw,46px)}.article-body h2{font-size:30px}}

.route-article .header-cta{min-height:44px}

/* Give long editorial headings room to breathe. */
.article-head h1{font-size:clamp(34px,4.4vw,56px);line-height:1.14;letter-spacing:-.035em}
.article-head{padding-block:48px 40px}
.article-body h2{font-size:32px;line-height:1.22;letter-spacing:-.025em}
.article img{border-radius:8px}
.article figcaption{border:0;padding:10px 0;line-height:1.6}
@media(max-width:600px){.article-head{padding-block:32px}.article-body h2{font-size:26px;line-height:1.25}}
