@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--bg:#050719;--panel:#0b0f2d;--text:#f5f4fb;--muted:#c8c6db;--soft:#a7a4bf;--gold:#efc86c;--pale:#ffdd8d;--purple:#9f98ff;--pink:#ff64cf;--cyan:#33d9ff;--line:rgba(255,255,255,.14)}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);font-family:Inter,Arial,sans-serif}button,a{font:inherit}.score-site{min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at 18% 20%,rgba(159,88,255,.17),transparent 30%),radial-gradient(circle at 82% 34%,rgba(51,217,255,.1),transparent 31%),radial-gradient(circle at 52% 88%,rgba(239,200,108,.08),transparent 34%),radial-gradient(circle,rgba(255,255,255,.62) 0 1px,transparent 1.3px),radial-gradient(circle,rgba(159,152,255,.52) 0 1px,transparent 1.3px),linear-gradient(180deg,#070a1a 0%,#050719 48%,#040615 100%);background-size:auto,auto,auto,151px 151px,227px 227px,auto;background-position:center,center,center,10px 22px,86px 118px,center}.ambient{position:fixed;border-radius:50%;filter:blur(70px);pointer-events:none}.ambient-one{width:380px;height:380px;top:-170px;right:-90px;background:rgba(159,88,255,.16)}.ambient-two{width:280px;height:280px;bottom:-170px;left:-90px;background:rgba(41,212,255,.1)}
.score-header{width:min(1280px,calc(100% - 24px));margin:14px auto 0;padding:12px 20px;display:flex;align-items:center;gap:28px;position:relative;z-index:2;border:1px solid var(--line);border-radius:22px;background:rgba(7,9,27,.7);backdrop-filter:blur(20px);box-shadow:0 18px 50px rgba(0,0,0,.22)}.score-brand{display:block;margin-right:auto}.score-brand img{display:block;width:210px;height:auto}.score-header nav{display:flex;gap:22px}.score-header nav a{color:#dedcea;text-decoration:none;font-size:13px}.score-header nav a:hover{color:#fff}.private-mark{text-transform:uppercase;letter-spacing:.16em;font-size:10px;color:var(--muted);white-space:nowrap}.private-mark span{color:var(--gold);margin-right:7px;text-shadow:0 0 14px rgba(239,200,108,.75)}
[hidden]{display:none!important}.card-enter{animation:enter .42s ease both}@keyframes enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.eyebrow,.question-kicker,.insight-label{display:block;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.23em;text-transform:uppercase}.intro{position:relative;z-index:1;width:min(880px,calc(100% - 40px));margin:0 auto;padding:10vh 0 11vh;text-align:center}.intro h1{margin:23px 0 25px;font:500 clamp(48px,7.2vw,86px)/.98 'Playfair Display',Georgia,serif;letter-spacing:-.04em;text-shadow:0 14px 50px rgba(0,0,0,.28)}.intro h1 em{font-style:normal;color:transparent;background:linear-gradient(90deg,#fff2ae 0%,var(--gold) 35%,var(--pink) 68%,var(--purple) 100%);background-clip:text;-webkit-background-clip:text}.lead{max-width:720px;margin:0 auto;color:var(--muted);font-size:19px;line-height:1.75}.promise-row{margin:33px auto;display:flex;justify-content:center;align-items:center;gap:16px;color:var(--soft);font-size:13px}.promise-row i{width:3px;height:3px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px rgba(239,200,108,.8)}
.primary{border:0;display:inline-flex;justify-content:center;align-items:center;gap:20px;padding:16px 24px;border-radius:999px;color:#0a0c1b;background:linear-gradient(135deg,#ffd66b 0%,#f3bf5b 55%,#f7df95 100%);font-size:12px;font-weight:700;letter-spacing:.06em;text-decoration:none;box-shadow:0 14px 34px rgba(249,206,93,.28),0 0 0 1px rgba(255,255,255,.15) inset;cursor:pointer;transition:.2s}.primary:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(249,206,93,.36)}.primary span{font-size:18px;color:#4d3510}.privacy-note{margin-top:17px;color:var(--soft);font-size:13px;line-height:1.55}
.question-wrap{position:relative;z-index:1;width:min(850px,calc(100% - 40px));margin:0 auto;padding:6vh 0 9vh}.progress-meta{display:flex;justify-content:space-between;margin-bottom:10px;color:var(--muted);font-size:12px;letter-spacing:.16em;text-transform:uppercase}.progress-meta i{font-style:normal;color:#777995;margin:0 4px}.progress{height:3px;background:rgba(255,255,255,.09);overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--purple),var(--gold),#fff2ae);box-shadow:0 0 16px rgba(239,200,108,.6);transition:width .35s}.question-card{margin-top:27px;padding:clamp(30px,6vw,62px);background:linear-gradient(145deg,rgba(15,20,53,.9),rgba(7,9,28,.8));border:1px solid rgba(255,255,255,.15);border-radius:28px;box-shadow:0 28px 80px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.05)}.question-card h2{margin:18px 0 36px;max-width:700px;font:500 clamp(28px,4.2vw,43px)/1.17 'Playfair Display',Georgia,serif;letter-spacing:-.025em}.options{display:grid;gap:10px}.options button{width:100%;display:grid;grid-template-columns:38px 1fr 30px;align-items:center;gap:14px;padding:14px 17px;text-align:left;color:var(--text);background:rgba(255,255,255,.025);border:1px solid var(--line);border-radius:16px;cursor:pointer;transition:.18s}.options button:hover,.options button:focus-visible{border-color:rgba(239,200,108,.58);background:linear-gradient(120deg,rgba(239,200,108,.09),rgba(159,88,255,.06));transform:translateX(3px);outline:none}.options button.selected{border-color:var(--gold);background:linear-gradient(120deg,rgba(239,200,108,.22),rgba(159,88,255,.14));transform:translateX(5px);box-shadow:0 14px 38px rgba(0,0,0,.24),0 0 34px rgba(239,200,108,.22)}.option-letter{width:29px;height:29px;display:grid;place-items:center;border:1px solid rgba(239,200,108,.5);border-radius:50%;color:var(--gold);font-size:10px}.selected .option-letter{color:#07101f;background:linear-gradient(135deg,#ffd66b,#fff2ae);box-shadow:0 0 18px rgba(239,200,108,.7)}.option-copy{display:flex;flex-direction:column;gap:4px}.option-copy strong{font-size:16px}.option-copy small{color:var(--soft);font-size:13px;line-height:1.5}.option-arrow{justify-self:end;color:var(--gold);opacity:0}.options button:hover .option-arrow,.options button.selected .option-arrow{opacity:1}.options button:disabled{cursor:default}.question-nav{display:flex;justify-content:space-between;align-items:center;margin-top:17px;color:var(--soft);font-size:13px}.question-nav button{border:0;background:transparent;padding:7px 0;color:var(--gold);cursor:pointer}.question-nav button:disabled{opacity:.25;cursor:default}
.results{position:relative;z-index:1;width:min(920px,calc(100% - 40px));margin:0 auto;padding:7vh 0 9vh}.results>.eyebrow{text-align:center}.score-hero{display:flex;justify-content:center;align-items:center;gap:clamp(35px,7vw,80px);padding:45px 0 55px}.score-ring{--score:0deg;flex:0 0 auto;width:176px;height:176px;border-radius:50%;padding:8px;display:grid;place-items:center;background:conic-gradient(var(--gold) var(--score),rgba(255,255,255,.09) 0);box-shadow:0 0 54px rgba(239,200,108,.14)}.score-ring>div{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;background:#080b20}.score-ring strong{font:500 58px/.9 'Playfair Display',Georgia,serif}.score-ring span{margin-top:8px;color:var(--soft);font-size:10px;letter-spacing:.1em}.score-summary{max-width:500px}.score-summary p{margin:0 0 8px;color:var(--soft);font-size:10px;letter-spacing:.18em;text-transform:uppercase}.score-summary h1{margin:0 0 14px;color:transparent;background:linear-gradient(90deg,#fff2ae,var(--gold),var(--purple));background-clip:text;-webkit-background-clip:text;font:500 clamp(46px,7vw,70px)/1 'Playfair Display',Georgia,serif}.score-summary>span{display:block;color:var(--muted);font-size:18px;line-height:1.7}.breakdown,.insights article{background:linear-gradient(145deg,rgba(15,20,53,.86),rgba(7,9,28,.78));border:1px solid var(--line);border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.24)}.breakdown{padding:clamp(25px,5vw,47px)}.breakdown h2,.insights h3,.recommendation h2{font-family:'Playfair Display',Georgia,serif;font-weight:500}.breakdown h2{margin:0 0 30px;font-size:27px}.score-row{margin-top:20px}.score-row>div:first-child{display:flex;justify-content:space-between;margin-bottom:9px;font-size:14px}.score-row strong{color:var(--gold)}.score-bar{height:4px;background:rgba(255,255,255,.09);overflow:hidden}.score-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--purple),var(--gold));box-shadow:0 0 12px rgba(239,200,108,.35)}.insights{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.insights article{padding:32px}.insights article.opportunity{border-color:rgba(239,200,108,.38);background:radial-gradient(circle at 100% 0,rgba(239,200,108,.1),transparent 42%),linear-gradient(145deg,rgba(15,20,53,.9),rgba(7,9,28,.78))}.insights h3{margin:12px 0 9px;color:#fff2ae;font-size:28px}.insights p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}.recommendation{margin-top:18px;padding:clamp(30px,6vw,55px);display:flex;align-items:center;justify-content:space-between;gap:40px;border:1px solid rgba(239,200,108,.32);border-radius:28px;background:radial-gradient(circle at 82% 0,rgba(239,200,108,.12),transparent 40%),linear-gradient(145deg,#111638,#080a20);box-shadow:0 28px 80px rgba(0,0,0,.28)}.recommendation>div:first-child{max-width:530px}.recommendation h2{margin:13px 0 12px;font-size:34px}.recommendation p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}.cta-actions{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;gap:13px;min-width:225px}.preview-link{padding:15px 20px;color:#fff;border:1px solid rgba(239,200,108,.58);border-radius:999px;text-align:center;text-decoration:none;font-size:12px;font-weight:700}.preview-link:hover{background:rgba(239,200,108,.1)}.secondary-link{padding:5px 10px;color:#fff;text-align:center;font-size:12px;text-transform:uppercase;text-underline-offset:5px}.retake{display:block;margin:30px auto 0;padding:5px 2px;color:var(--gold);border:0;border-bottom:1px solid var(--gold);background:transparent;font-size:10px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.disclaimer{text-align:center;margin:20px 0 0;color:#8886a1;font-size:12px;line-height:1.6}footer{position:relative;z-index:1;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:22px 0 26px;display:flex;align-items:center;gap:16px;color:#8886a1;border-top:1px solid rgba(255,255,255,.1);font-size:8px;letter-spacing:.18em}footer i{height:1px;flex:1;background:var(--line)}
@media(max-width:980px){.score-header nav{display:none}}
@media(max-width:700px){.score-header{width:calc(100% - 20px);padding:10px 14px}.score-brand img{width:164px}.private-mark{font-size:0}.private-mark span{font-size:14px;margin:0}.intro{padding:8vh 0 9vh}.intro h1{font-size:47px}.lead{font-size:17px}.promise-row{flex-direction:column;gap:8px}.promise-row i{display:none}.primary{width:100%}.question-wrap{padding-top:5vh}.question-card{padding:27px 20px;border-radius:20px}.question-card h2{font-size:31px;margin-bottom:28px}.options button{grid-template-columns:34px 1fr;padding:16px 14px}.option-arrow{display:none}.question-nav span{display:none}.score-hero{flex-direction:column;text-align:center;gap:28px}.score-ring{width:150px;height:150px}.score-ring strong{font-size:49px}.insights{grid-template-columns:1fr}.recommendation{flex-direction:column;align-items:stretch;border-radius:20px}.cta-actions{width:100%}footer{width:calc(100% - 32px)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* v418: every assessment stage fits within one visible screen. */
html,body{height:100%;overflow:hidden}.score-site{height:100svh;min-height:0;overflow:hidden}.score-site>footer{display:none}
.intro,.question-wrap,.results{height:calc(100svh - 92px);min-height:0;overflow:hidden}
.intro{padding:clamp(18px,5vh,48px) 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.intro h1{margin:clamp(10px,2.2vh,22px) 0}.intro .lead{font-size:clamp(14px,2vh,18px);line-height:1.55}.promise-row{margin:clamp(12px,2.5vh,25px) auto}.privacy-note{margin-top:10px}
.question-wrap{padding:clamp(12px,2.4vh,24px) 0;display:flex;flex-direction:column}.progress-meta{margin-bottom:7px}.question-card{flex:1;min-height:0;margin-top:12px;padding:clamp(18px,3.6vh,34px);display:flex;flex-direction:column}.question-card h2{margin:10px 0 clamp(13px,2.4vh,22px);font-size:clamp(23px,4.2vh,37px);line-height:1.12}.options{min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.options button{min-height:clamp(62px,10vh,82px);padding:10px 14px}.question-nav{margin-top:9px}
.results{padding:10px 0 12px;display:grid;grid-template-columns:.88fr 1.12fr;grid-template-areas:"eyebrow eyebrow" "hero breakdown" "insights insights" "recommendation recommendation" "retake disclaimer";grid-template-rows:auto minmax(150px,1.25fr) minmax(112px,.8fr) minmax(130px,.9fr) auto;gap:9px 12px}.results>.eyebrow{grid-area:eyebrow}.score-hero{grid-area:hero;padding:10px 16px;gap:18px;justify-content:flex-start;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(15,20,53,.74),rgba(7,9,28,.62))}.score-ring{width:112px;height:112px;padding:6px}.score-ring strong{font-size:40px}.score-summary h1{font-size:clamp(31px,4.2vw,48px);margin-bottom:8px}.score-summary>span{font-size:12px;line-height:1.45}.breakdown{grid-area:breakdown;padding:16px 20px}.breakdown h2{font-size:20px;margin-bottom:8px}.score-row{margin-top:10px}.score-row>div:first-child{margin-bottom:5px;font-size:11px}.insights{grid-area:insights;margin:0;gap:12px}.insights article{padding:15px 18px}.insights h3{font-size:21px;margin:7px 0 4px}.insights p{font-size:11px;line-height:1.42}.insight-label{font-size:9px}.recommendation{grid-area:recommendation;margin:0;padding:17px 21px;gap:20px;border-radius:20px}.recommendation h2{margin:7px 0 5px;font-size:23px}.recommendation p{font-size:11px;line-height:1.45}.cta-actions{min-width:200px;gap:7px}.cta-actions .primary,.preview-link{padding:10px 14px;font-size:10px}.secondary-link{font-size:9px}.retake{grid-area:retake;margin:0;align-self:center;justify-self:start}.disclaimer{grid-area:disclaimer;margin:0;align-self:center;text-align:right;font-size:9px}
@media(max-width:700px){.score-header{min-height:62px;margin-top:7px}.intro,.question-wrap,.results{height:calc(100svh - 76px)}.intro{padding:14px 0}.intro h1{font-size:clamp(35px,10vw,46px)}.intro .lead{font-size:13px}.promise-row{margin:12px auto;font-size:11px}.question-wrap{padding:9px 0 10px}.progress-meta{font-size:9px}.question-card{margin-top:8px;padding:14px 15px}.question-kicker{font-size:8px}.question-card h2{font-size:clamp(20px,6vw,27px);margin:7px 0 10px}.options{grid-template-columns:1fr;gap:6px}.options button{min-height:0;padding:8px 11px;grid-template-columns:30px 1fr}.option-letter{width:25px;height:25px}.option-copy{gap:1px}.option-copy strong{font-size:13px}.option-copy small{font-size:10px;line-height:1.25}.question-nav{margin-top:5px;font-size:10px}.results{padding:6px 0 8px;grid-template-columns:1fr;grid-template-areas:"eyebrow" "hero" "breakdown" "insights" "recommendation" "retake";grid-template-rows:auto auto auto auto auto auto;gap:5px}.results>.eyebrow{font-size:8px}.score-hero{padding:7px 10px;gap:12px;flex-direction:row;text-align:left;border-radius:13px}.score-ring{width:76px;height:76px;padding:4px}.score-ring strong{font-size:27px}.score-ring span{font-size:7px;margin-top:3px}.score-summary p{font-size:7px;margin-bottom:2px}.score-summary h1{font-size:25px;margin-bottom:3px}.score-summary>span{font-size:9px;line-height:1.3}.breakdown{padding:8px 11px;border-radius:13px}.breakdown h2{font-size:14px;margin-bottom:3px}.score-row{margin-top:4px}.score-row>div:first-child{font-size:8px;margin-bottom:2px}.score-bar{height:2px}.insights{grid-template-columns:1fr 1fr;gap:5px}.insights article{padding:8px 9px;border-radius:13px}.insight-label{font-size:6px;letter-spacing:.11em}.insights h3{font-size:14px;margin:3px 0 2px}.insights p{font-size:8px;line-height:1.25}.recommendation{padding:9px 11px;gap:8px;border-radius:13px;flex-direction:row;align-items:center}.recommendation>div:first-child{max-width:none}.recommendation h2{font-size:15px;margin:3px 0}.recommendation p{font-size:8px;line-height:1.25}.cta-actions{min-width:130px;width:130px;gap:4px}.cta-actions .primary,.preview-link{width:100%;padding:7px 8px;font-size:7px;gap:4px}.cta-actions .primary span{font-size:10px}.secondary-link{font-size:6px;padding:2px}.retake{font-size:7px;justify-self:center}.disclaimer{display:none}}
@media(max-height:680px){.score-header{min-height:54px;padding-block:6px}.score-brand img{width:145px}.intro,.question-wrap,.results{height:calc(100svh - 65px)}.intro .promise-row{display:none}.question-card h2{font-size:20px}.options button{padding-block:6px}.option-copy small{font-size:9px}.results{gap:3px}.score-hero{padding-block:4px}.score-ring{width:65px;height:65px}.breakdown{padding-block:5px}.insights article{padding-block:5px}.recommendation{padding-block:6px}}

/* Results are the intentional exception: visitors may scroll through the full explanation. */
.results{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-bottom:28px}

/* v419: let the assessment content fill the full question card on larger screens. */
@media(min-width:701px) and (min-height:681px){
  .question-card{display:grid;grid-template-rows:auto auto minmax(0,1fr);align-content:stretch;padding:clamp(28px,4vh,42px)}
  .question-card h2{max-width:900px;margin:14px 0 clamp(22px,3.2vh,34px);font-size:clamp(34px,4.5vh,45px)}
  .options{height:100%;grid-template-rows:repeat(2,minmax(0,1fr));gap:14px}
  .options button{height:100%;min-height:0;padding:clamp(18px,2.6vh,26px) clamp(20px,2.5vw,28px);grid-template-columns:44px 1fr 30px;gap:18px}
  .option-letter{width:38px;height:38px;font-size:12px}
  .option-copy{gap:7px}
  .option-copy strong{font-size:clamp(18px,2.1vh,22px)}
  .option-copy small{font-size:clamp(14px,1.7vh,17px);line-height:1.45}
}

/* v425: results are scrollable, so keep every explanation comfortably readable. */
.results{display:block;width:min(1000px,calc(100% - 40px));height:calc(100svh - 92px);padding:36px 0 64px}
.results>.eyebrow{font-size:12px}
.score-hero{padding:34px 30px 42px;gap:42px;justify-content:center;border:0;background:transparent}
.score-ring{width:168px;height:168px;padding:8px}
.score-ring strong{font-size:56px}.score-ring span{font-size:10px}
.score-summary p{font-size:11px;margin-bottom:8px}.score-summary h1{font-size:clamp(46px,6vw,68px);margin-bottom:14px}.score-summary>span{font-size:18px;line-height:1.65}
.breakdown{padding:34px 40px}.breakdown h2{font-size:28px;margin-bottom:24px}.score-row{margin-top:18px}.score-row>div:first-child{font-size:15px;margin-bottom:8px}.score-bar{height:4px}
.insights{grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.insights article{padding:30px}.insight-label{font-size:11px}.insights h3{font-size:28px;margin:11px 0 9px}.insights p{font-size:16px;line-height:1.65}
.recommendation{margin-top:18px;padding:38px 42px;gap:34px;border-radius:26px}.recommendation h2{font-size:34px;margin:11px 0 10px}.recommendation p{font-size:16px;line-height:1.65}.cta-actions{min-width:225px;gap:12px}.cta-actions .primary,.preview-link{padding:15px 20px;font-size:12px}.secondary-link{font-size:11px}
.retake{margin:28px auto 0;font-size:11px}.disclaimer{display:block;margin:18px 0 0;text-align:center;font-size:12px;line-height:1.6}
@media(max-width:700px){
  .results{width:calc(100% - 28px);height:calc(100svh - 76px);padding:22px 0 48px}
  .results>.eyebrow{font-size:10px}
  .score-hero{padding:24px 16px 30px;gap:20px;flex-direction:column;text-align:center}
  .score-ring{width:138px;height:138px;padding:7px}.score-ring strong{font-size:46px}.score-ring span{font-size:9px}
  .score-summary p{font-size:10px}.score-summary h1{font-size:40px;margin-bottom:11px}.score-summary>span{font-size:16px;line-height:1.55}
  .breakdown{padding:25px 21px;border-radius:19px}.breakdown h2{font-size:24px;margin-bottom:18px}.score-row{margin-top:15px}.score-row>div:first-child{font-size:14px;margin-bottom:7px}.score-bar{height:4px}
  .insights{grid-template-columns:1fr;gap:14px;margin-top:14px}.insights article{padding:24px 21px;border-radius:19px}.insight-label{font-size:10px}.insights h3{font-size:25px;margin:9px 0 7px}.insights p{font-size:15px;line-height:1.6}
  .recommendation{margin-top:14px;padding:27px 21px;gap:22px;border-radius:19px;flex-direction:column;align-items:stretch}.recommendation h2{font-size:28px;margin:9px 0}.recommendation p{font-size:15px;line-height:1.6}.cta-actions{width:100%;min-width:0;gap:10px}.cta-actions .primary,.preview-link{width:100%;padding:14px 17px;font-size:12px}.secondary-link{font-size:10px}
  .retake{margin-top:24px;font-size:10px}.disclaimer{font-size:11px;margin-top:17px;padding:0 10px}
}

/* v422: reserve a safe lower edge for the question navigation. */
.question-wrap{height:calc(100svh - 110px);padding-bottom:18px}
.question-nav{justify-content:flex-start;flex:0 0 auto;min-height:28px}
@media(max-width:700px){.question-wrap{height:calc(100svh - 88px);padding-bottom:12px}}
@media(max-height:680px){.question-wrap{height:calc(100svh - 76px);padding-bottom:8px}}

/* v423: give the introduction stronger visual weight and reduce the empty feeling. */
@media(min-width:701px) and (min-height:681px){
  .intro{width:min(1080px,calc(100% - 48px));padding:24px 0 32px}
  .intro>.eyebrow{font-size:14px;letter-spacing:.25em}
  .intro h1{font-size:clamp(70px,7.4vw,106px);margin:20px 0 22px}
  .intro .lead{max-width:900px;font-size:clamp(20px,1.55vw,23px);line-height:1.58}
  .promise-row{margin:24px auto 22px;gap:20px;font-size:16px}
  .primary{padding:18px 30px;font-size:14px}
  .privacy-note{margin-top:18px;font-size:16px;line-height:1.5}
}

/* v426: keep the results centered while placing its scrollbar at the browser edge. */
.results{width:100%}
.results>.eyebrow,.results>.score-hero,.results>.breakdown,.results>.insights,.results>.recommendation,.results>.disclaimer{width:min(1000px,calc(100% - 40px));margin-left:auto;margin-right:auto}
@media(max-width:700px){
  .results{width:100%}
  .results>.eyebrow,.results>.score-hero,.results>.breakdown,.results>.insights,.results>.recommendation,.results>.disclaimer{width:calc(100% - 28px)}
}

/* v429: fill the mobile assessment card without shrinking its copy. */
@media(max-width:700px){
  .question-card{display:grid;grid-template-rows:auto auto minmax(0,1fr);align-content:stretch;height:100%;min-height:0;padding:clamp(15px,2.2vh,22px) 16px}
  .question-card h2{margin:8px 0 clamp(12px,2vh,18px);font-size:clamp(22px,6.2vw,29px);line-height:1.12}
  .options{height:100%;min-height:0;grid-template-columns:1fr;grid-template-rows:repeat(4,minmax(0,1fr));gap:clamp(7px,1.15vh,10px)}
  .options button{height:100%;min-height:0;padding:clamp(10px,1.8vh,16px) 13px;grid-template-columns:32px 1fr;gap:12px}
  .option-letter{width:28px;height:28px}
  .option-copy{gap:3px}
  .option-copy strong{font-size:clamp(14px,4vw,16px)}
  .option-copy small{font-size:clamp(11px,3.1vw,13px);line-height:1.35}
}

/* v430: readable, balanced mobile introduction and scrollable results. */
@media(max-width:700px){
  .intro{width:calc(100% - 30px);padding:12px 0 18px;justify-content:center}
  .intro>.eyebrow{font-size:10px;letter-spacing:.18em}
  .intro h1{font-size:clamp(38px,11vw,47px);line-height:1;margin:clamp(10px,1.8vh,16px) 0}
  .intro .lead{max-width:560px;font-size:clamp(15px,4.2vw,17px);line-height:1.48}
  .promise-row{flex-direction:row;flex-wrap:wrap;gap:7px 14px;margin:clamp(12px,2vh,18px) auto;font-size:12px;line-height:1.35}
  .promise-row span{white-space:nowrap}
  .intro .primary{padding:15px 18px;font-size:13px}
  .privacy-note{max-width:520px;margin-top:12px;font-size:12px;line-height:1.45}

  .results{height:calc(100svh - 76px);padding:24px 0 64px;overflow-y:auto}
  .results>.eyebrow{font-size:12px;letter-spacing:.18em}
  .score-hero{padding:26px 16px 32px;gap:22px}
  .score-ring{width:145px;height:145px}.score-ring strong{font-size:48px}.score-ring span{font-size:11px}
  .score-summary p{font-size:12px;margin-bottom:7px}.score-summary h1{font-size:42px;margin-bottom:12px}.score-summary>span{font-size:16px;line-height:1.58}
  .breakdown{padding:27px 22px}.breakdown h2{font-size:25px;margin-bottom:20px}.score-row{margin-top:17px}.score-row>div:first-child{font-size:14px}
  .insights{gap:16px;margin-top:16px}.insights article{padding:26px 22px}.insight-label{font-size:11px}.insights h3{font-size:27px}.insights p{font-size:16px;line-height:1.62}
  .recommendation{margin-top:16px;padding:29px 22px;gap:24px}.question-kicker{font-size:10px}.recommendation h2{font-size:30px}.recommendation p{font-size:16px;line-height:1.62}
  .cta-actions .primary,.preview-link{padding:15px 18px;font-size:13px}.secondary-link{font-size:12px}
  .retake{margin-top:26px;font-size:11px}.disclaimer{display:block;margin-top:18px;padding:0 16px;font-size:12px;line-height:1.55}
}
@media(max-width:700px) and (max-height:680px){
  .intro h1{font-size:36px;margin:8px 0}
  .intro .lead{font-size:14px;line-height:1.38}
  .promise-row{margin:9px auto;font-size:11px}
  .intro .primary{padding:12px 16px}
  .privacy-note{margin-top:8px;font-size:11px}
}

/* v431: fill the standard-height mobile landing screen from top to bottom. */
@media(max-width:700px) and (min-height:681px){
  .intro{width:calc(100% - 28px);padding:22px 0 26px;justify-content:space-between}
  .intro>.eyebrow{font-size:11px;letter-spacing:.2em}
  .intro h1{margin:0;font-size:clamp(48px,13.2vw,56px);line-height:.98}
  .intro .lead{max-width:620px;margin:0;font-size:17px;line-height:1.55}
  .promise-row{width:100%;margin:0;flex-direction:column;flex-wrap:nowrap;gap:9px;font-size:13px;line-height:1.35}
  .promise-row span{white-space:normal}
  .intro .primary{width:100%;min-height:56px;padding:17px 20px;font-size:14px}
  .privacy-note{max-width:540px;margin:0;font-size:13px;line-height:1.5}
}
