:root{--paper:#f6f2ea;--ink:#1a1917;--muted:#625f59;--line:#d8d3cb;--lime:#1f5be0;--white:#fffdfa;--accent:#1f5be0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #1f5be0;outline-offset:4px}.site-header{max-width:1320px;margin:auto;padding:30px 48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{text-decoration:none;display:flex;align-items:center;gap:12px;font-weight:700;font-size:17px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--ink);border-radius:50%;font-size:27px;font-weight:400}.brand-byline{display:block;font-size:9px;letter-spacing:1.8px;margin-top:6px;font-weight:400}.preview-label{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.preview-label span{background:#1f5be0;width:6px;height:6px;border-radius:50%}main{max-width:1224px;margin:auto;min-height:calc(100svh - 194px)}.site-footer{max-width:1320px;padding:24px 48px;margin:auto;display:flex;justify-content:space-between;font-size:11px;color:var(--muted);border-top:1px solid var(--line)}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;display:flex;align-items:center;gap:10px}.eyebrow:before{content:'';width:24px;height:1px;background:currentColor}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Arial,Helvetica,sans-serif;font-weight:400;letter-spacing:-2.5px}h1{font-size:clamp(48px,5.3vw,76px);line-height:1.06;margin:26px 0}h2{font-size:clamp(33px,3.1vw,46px);line-height:1.16;margin:22px 0}p{line-height:1.65}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;padding:76px 24px 68px}.hero-text{max-width:620px}.hero-text>p{max-width:440px;color:var(--muted);font-size:17px}.hero h1 em{font-weight:400;color:#1f5be0}.primary,.secondary,.text-button{border:0;display:inline-flex;justify-content:center;align-items:center;gap:30px;min-height:50px;padding:14px 23px;border-radius:6px;font-size:14px;font-weight:600}.primary{background:var(--ink);color:var(--white)}.primary:hover{background:#34312d}.secondary{background:transparent;border:1px solid #c9c4bc;color:var(--ink)}.secondary:hover{background:#eee9e0}.text-button{background:transparent;color:var(--muted);padding:10px 0;min-height:44px;font-weight:400;text-decoration:underline;text-underline-offset:4px}.hero-actions{display:flex;gap:22px;align-items:center;margin:30px 0 16px}.fine-print{font-size:12px!important;line-height:1.6;color:var(--muted);max-width:460px}.hero-card{background:var(--ink);color:var(--paper);padding:36px;border-radius:12px;min-height:447px;position:relative;overflow:hidden}.hero-card .eyebrow{color:var(--lime);font-size:10px}.orbit{height:220px;width:220px;position:relative;margin:20px auto 25px;border:1px solid #cec9c1;border-radius:50%;display:grid;place-items:center}.orbit:before{content:'';position:absolute;inset:24px;border:1px solid #cec9c1;border-radius:50%}.orbit:after{content:'';position:absolute;inset:49px;border:1px solid #cec9c1;border-radius:50%}.orbit .arrow{font-size:108px;line-height:1;font-family:Arial,Helvetica,sans-serif;color:var(--lime);transform:translateY(-8px)}.orbit .dot{position:absolute;width:15px;height:15px;border-radius:50%;background:var(--lime);top:25px;right:25px}.card-bottom{display:flex;justify-content:space-between;border-top:1px solid #d8d3cb;padding-top:23px;align-items:center}.card-bottom strong{font-family:Arial,Helvetica,sans-serif;font-size:31px;font-weight:400}.card-bottom span{font-size:12px;line-height:1.6;color:#625f59;max-width:150px}.hero-detail{padding:0 24px 50px;display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.detail{border-top:1px solid var(--line);padding-top:20px;display:flex;gap:15px}.detail>span{font-family:Arial,Helvetica,sans-serif;font-size:18px;color:#1f5be0}.detail h3{font-size:14px;font-weight:500;margin-bottom:6px}.detail p{font-size:12px;color:var(--muted);margin:0}.assessment{display:grid;grid-template-columns:245px 1fr;gap:70px;padding:50px 24px 60px}.sidebar-title{font-family:Arial,Helvetica,sans-serif;font-size:26px;margin-bottom:10px}.sidebar-intro{font-size:12px;color:var(--muted);margin-bottom:26px}.steps{list-style:none;margin:0;padding:0}.steps li{margin:2px 0}.step{width:100%;border:0;background:transparent;text-align:left;display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;padding:8px;border-radius:6px}.step:hover{background:#eee9e0}.step-number{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);font-size:10px;flex-shrink:0}.step.active{color:var(--ink);background:#eee9e0;font-weight:600}.step.active .step-number{background:var(--ink);color:white;border-color:var(--ink)}.step.complete .step-number{background:#e5edff;border-color:#e5edff;color:var(--ink)}.question-panel{max-width:730px;min-width:0}.progress-head{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--muted);margin-bottom:12px}.progress-track{height:3px;background:#e4dfd7;border-radius:3px;margin-bottom:38px}.progress-fill{height:100%;background:#1f5be0;transition:width .25s}.question-panel h2{max-width:700px}.question-help{font-size:14px;color:var(--muted);margin-bottom:27px;max-width:580px}.answer-label{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px;font-size:12px}.answer-label span{color:var(--muted);font-size:11px}.answer-wrap{position:relative}textarea{display:block;width:100%;resize:vertical;min-height:185px;border:1px solid #c9c4bc;background:var(--white);padding:22px;border-radius:9px;color:var(--ink);font-size:17px;line-height:1.6;box-shadow:0 3px 10px #1a191703}textarea::placeholder{color:#716c64;opacity:1;font-size:15px}.answer-meta{display:flex;justify-content:space-between;margin:9px 0 18px;font-size:11px;color:var(--muted)}.dictation-note{background:#e9effc;padding:15px 18px;border-radius:7px;display:flex;gap:13px;font-size:12px;color:#244779;line-height:1.5}.dictation-note svg{width:18px;height:22px;flex-shrink:0}.question-actions{display:flex;align-items:center;justify-content:space-between;margin-top:29px;gap:16px}.action-right{display:flex;gap:20px;align-items:center}.save-status{font-size:11px;color:var(--muted);margin:20px 0}.review-list{display:grid;gap:14px;margin:25px 0}.review-item{padding:22px;background:var(--white);border:1px solid var(--line);border-radius:8px}.review-item-head{display:flex;gap:20px;justify-content:space-between}.review-item h3{font-size:14px;font-weight:500;line-height:1.5;margin:0 0 10px}.review-item .text-button{min-height:24px;padding:0;align-self:start;font-size:12px}.review-item p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;margin:0;color:var(--muted)}.review-notice{font-size:13px;color:var(--muted);padding:15px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:25px 0}.field label{display:block;font-size:12px;margin-bottom:9px}.field input{width:100%;min-height:48px;border:1px solid #c9c4bc;border-radius:6px;padding:12px;background:var(--white);color:var(--ink)}.contact-card{padding:25px;background:#e9effc;border-radius:8px;font-size:13px}.contact-card h3{font-size:16px;font-weight:500}.error{color:#a03225;font-size:13px;margin:12px 0}.summary-contact{font-size:14px;color:var(--muted);overflow-wrap:anywhere}.report-actions{display:flex;gap:12px;flex-wrap:wrap}.saved-tag{color:#244779;background:#e9effc;padding:5px 8px;border-radius:4px}.reset-area{margin-top:25px;border-top:1px solid var(--line);padding-top:15px}.print-only{display:none}.intro-caption{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:22px;color:var(--muted)}
.choices{border:0;padding:0;margin:0 0 27px;display:grid;gap:9px}.choice{display:flex;gap:12px;align-items:center;padding:14px 16px;border:1px solid #d8d3cb;border-radius:7px;background:var(--white);font-size:13px;line-height:1.5;cursor:pointer}.choice:has(input:checked){border-color:var(--accent);background:#e9effc}.choice input{accent-color:var(--ink);width:17px;height:17px;flex-shrink:0;margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.score-heading{display:flex;align-items:center;gap:28px;margin:30px 0}.score-number{font-family:Arial,Helvetica,sans-serif;font-size:85px;line-height:1}.score-number>span{font-family:Arial,sans-serif;font-size:18px;color:var(--muted)}.score-heading h2{margin:12px 0;font-size:36px}.score-heading .eyebrow{font-size:9px}.tier-meaning{font-size:16px;color:var(--muted)}.result-resource{border-top:1px solid var(--line);padding:25px 0}.result-resource h3{font-family:Arial,Helvetica,sans-serif;font-weight:400;font-size:26px;margin:18px 0 10px}.result-resource p{font-size:14px;color:var(--muted)}.result-resource a{text-decoration:none}.report-actions{border-top:1px solid var(--line);padding-top:25px;margin-top:10px}.question-panel textarea{min-height:110px}.question-panel .dictation-note{margin-top:12px}@media print{.result-resource{display:none}.score-heading{margin:12px 0}.score-number{font-size:35px}.tier-meaning{font-size:11px}.score-heading h2{font-size:22px}}
@media(min-width:1500px){.hero{padding-top:95px;padding-bottom:85px}}
@media(max-width:900px){.hero{gap:35px}.hero-card{padding:25px}.assessment{grid-template-columns:190px 1fr;gap:35px}.hero h1{font-size:54px}.site-header,.site-footer{padding-left:25px;padding-right:25px}}
@media(max-width:650px){.site-header{padding:20px}.brand{font-size:14px}.brand-byline{font-size:8px}.brand-mark{width:35px;height:35px;font-size:23px}.preview-label{font-size:10px}.hero{padding:42px 22px 34px;grid-template-columns:1fr;gap:28px}.hero h1{font-size:49px}.hero-text>p{font-size:15px}.hero-card{min-height:auto;display:none}.hero-detail{padding:0 22px 35px;grid-template-columns:1fr;gap:18px}.detail{padding-top:15px}.assessment{display:block;padding:28px 20px 40px}.sidebar{display:none}.progress-track{margin-bottom:28px}.question-panel h2{font-size:35px;letter-spacing:-1.2px}.question-help{font-size:13px;margin-bottom:22px}.answer-label{align-items:start;flex-direction:column;gap:5px}textarea{padding:17px;min-height:185px;font-size:16px}.question-actions{gap:10px}.action-right{gap:16px}.primary,.secondary{padding:13px 18px;gap:17px}.contact-grid{grid-template-columns:1fr;gap:16px}.site-footer{padding:20px}.review-item{padding:17px}.hero-actions{gap:15px}.hero-actions .text-button{font-size:12px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
@media print{body{background:white;color:#111}.site-header,.site-footer,.sidebar,.progress-head,.progress-track,.report-actions,.reset-area,.review-item .text-button,.review-notice,.save-status,.preview-label{display:none!important}main{max-width:none}.assessment{display:block;padding:0}.question-panel{max-width:none}h2{font-size:25px;margin:10px 0}.eyebrow{font-size:9px}.review-list{gap:7px;margin:12px 0}.review-item{padding:8px 0;border:0;border-top:1px solid #ccc;border-radius:0;break-inside:avoid}.review-item h3{font-size:10px;margin-bottom:3px}.review-item p{font-size:10px;line-height:1.4}.summary-contact{font-size:10px}.print-only{display:block;font-size:10px}.question-help{display:none}@page{margin:15mm}}

/* Palette and visual direction sampled from slcunlimited.app, 2026-09-17. */
:root{--blue:#1f5be0;--dark-section:#1d1c1a}h1,h2{font-weight:700;letter-spacing:-2px}h1{font-size:clamp(45px,4.8vw,68px);line-height:1.08}h2{letter-spacing:-1.4px}.hero h1 em{font-style:normal;color:var(--ink)}.brand-mark{display:none}.brand-byline{color:var(--muted)}.primary,.secondary{border-radius:28px}.primary{background:var(--blue)}.primary:hover{background:#194ab6}.hero .primary{background:var(--ink)}.hero .primary:hover{background:#34312d}.hero-card{background:#ece7df;color:var(--ink);border:1px solid var(--line);border-radius:24px;padding:40px;min-height:405px}.hero-card .eyebrow{color:var(--muted)}.hero-card .card-number{font-size:125px;font-weight:700;letter-spacing:-9px;line-height:1;color:var(--blue);margin:30px 0 15px}.hero-card .card-number span{font-size:23px;letter-spacing:-.5px;color:var(--ink);margin-left:12px}.card-topics{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0 30px}.card-topics span{border:1px solid #c9c4bc;border-radius:30px;padding:9px 13px;font-size:12px}.card-bottom{border-top-color:#c9c4bc}.card-bottom strong{font-size:20px;letter-spacing:-.5px;font-weight:600}.card-bottom span{color:var(--muted)}.sidebar-title{font-weight:600;letter-spacing:-.7px}.step.active{background:#e9effc}.step.active .step-number{background:var(--blue);border-color:var(--blue)}.step.complete .step-number{background:#e5edff;color:#244779}.choice:has(input:checked){background:#e9effc}.choice input{accent-color:var(--blue)}.score-number{font-weight:700;color:var(--blue);letter-spacing:-4px}.score-number>span{letter-spacing:0}.result-resource h3{font-weight:600;letter-spacing:-.6px}h1:focus,h2:focus{outline:none}.preview-label span{background:var(--blue)}.dictation-note{color:#244779}.site-header{padding-top:24px;padding-bottom:24px}.brand{font-size:18px}.hero{padding-top:70px}.hero-text>p{font-size:18px}.site-footer{color:var(--muted)}@media(max-width:650px){.hero h1{font-size:47px}.question-panel h2{font-size:32px;line-height:1.17}.site-header{padding:21px 20px}.score-heading h2{font-size:29px}.score-heading{gap:22px}.score-number{font-size:74px}.hero-text>p{font-size:16px}}

/* Bring the opening headline closer to the site header. */
.hero{padding-top:38px}
@media(min-width:1500px){.hero{padding-top:48px}}
@media(max-width:650px){.hero{padding-top:28px}}

.score-label:before{display:none}

.web-guide{border-top:1px solid var(--line);padding-top:24px}.web-guide .guide-title{font-size:28px;letter-spacing:-.7px;margin:0 0 16px;font-weight:700}.guide-section{margin:26px 0}.guide-section h4{font-size:17px;margin:0 0 8px}.web-guide p{font-size:15px;line-height:1.7;color:var(--muted)}.guide-prompt{padding:22px;background:#e9effc;border-radius:12px;margin:28px 0}.guide-prompt label{display:block;font-weight:700;color:#244779;margin-bottom:14px}.guide-prompt textarea{font-size:15px;line-height:1.65;padding:15px;min-height:230px;background:#fffdfa;border-color:#bacbec}.copy-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:16px}#copy-status{font-size:12px;color:#244779}.guide-download{margin:24px 0 30px}.guide-download a{text-decoration:none}@media(max-width:650px){.guide-prompt{padding:17px}.guide-prompt textarea{min-height:300px}.web-guide .guide-title{font-size:25px}}

/* Separate the call invitation from the exercise; retain comfortable mobile wrapping. */
.guide .guide-callout,.web-guide .guide-callout{margin:1.7em 0 1.6em;color:var(--blue);font-weight:700;font-size:1.12rem;line-height:1.65}
.guide-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px;margin-top:28px}
.guide-actions-left{display:flex;align-items:center;flex-wrap:wrap;gap:12px}
.guide-actions a{text-decoration:none}.guide-actions .schedule-call{margin-left:auto;white-space:nowrap}
@media(max-width:480px){.guide-actions{align-items:stretch}.guide-actions-left{width:100%}.guide-actions .schedule-call{margin-left:auto}}

.booking-invitation{margin:24px 0}.booking-invitation p{margin:8px 0}.booking-invitation .booking-note{font-size:14px;color:var(--muted)}

/* Guide footer: two adjacent actions, return link beneath the download. */
.guide-actions{display:grid;grid-template-columns:max-content max-content;justify-content:start;align-items:center;gap:16px 18px}
.guide-actions-left{display:contents}
.guide-actions .schedule-call{margin-left:0}
.guide-actions .guide-back{grid-column:1;grid-row:2;font-size:14px;color:var(--muted);text-decoration:underline;text-underline-offset:3px;justify-self:start}
@media(max-width:380px){.guide-actions{column-gap:10px}.guide-actions .primary,.guide-actions .secondary{padding-left:16px;padding-right:16px}}

.result-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.result-footer a{text-decoration:underline;text-underline-offset:3px}.result-footer .text-button{font-size:13px;line-height:1.5}.result-footer button{text-align:right;margin-left:auto}.result-footer a{flex-shrink:0}

/* Social footer shared by assessment and standalone guides. */
.site-footer{align-items:center;gap:24px;flex-wrap:wrap;font-size:13px}.social-links{display:flex;gap:24px;flex-wrap:wrap}.social-links a{text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.social-links a:hover{text-decoration:underline;text-underline-offset:4px}@media(max-width:650px){.site-footer{align-items:flex-start;gap:12px}.social-links{gap:22px}}

.site-footer{justify-content:space-between;align-items:center;column-gap:28px;row-gap:12px}.social-links{gap:8px;flex-wrap:nowrap}.social-links a{width:44px;height:44px;justify-content:center;color:var(--ink)}.social-links a:hover{color:var(--blue)}.legal-links{display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px}.legal-links a{display:inline-flex;align-items:center;min-height:44px;text-decoration:none}.legal-links a:hover{text-decoration:underline;text-underline-offset:4px}.footer-copyright{white-space:nowrap}@media(max-width:650px){.site-footer{flex-direction:row;align-items:center;gap:8px 16px}.legal-links{width:100%;gap:4px 20px}}

/* Steven prefers named social links over logos. */
.social-links{gap:24px;flex-wrap:wrap}.social-links a{width:auto;min-height:44px;height:auto;justify-content:flex-start;font-weight:400}.social-links a:hover{text-decoration:underline;text-underline-offset:4px}
