:root{--paper:#fafaf8;--surface:#fff;--sunken:#f2f2ee;--ink:#16161a;--ink-2:#3f3f46;--grey:#6e7174;--rule:#16161a1c;--rule-strong:#16161a33;--yellow:#f6df08;--yellow-tint:#fdf6bd;--red:#ff5050;--t-red:#cf2c1b;--sans:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}*{box-sizing:border-box}html,body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-size:18px;line-height:1.6}h1,h2,h3{letter-spacing:-.024em;text-wrap:balance;margin:0;line-height:1.12}p{margin:0}button{font:inherit}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eyebrow{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--grey);font-size:.78rem;font-weight:600}.eyebrow:before{content:"// ";color:var(--ink)}.shell{flex-direction:column;min-height:100dvh;display:flex}.bar{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--rule);background:#fafaf8f0;position:sticky;top:0}.bar-inner{justify-content:space-between;align-items:center;gap:20px;max-width:1000px;margin:0 auto;padding:16px clamp(20px,5vw,44px);display:flex}.wordmark{color:var(--ink);align-items:center;display:inline-flex}.wordmark svg{width:auto;height:26px;display:block}.wordmark:focus-visible{outline:3px solid var(--yellow);outline-offset:4px;border-radius:2px}.step-count{font-family:var(--mono);color:var(--grey);letter-spacing:.07em;font-size:.8rem}.track-progress{background:var(--sunken);height:4px}.track-progress i{background:var(--yellow);height:100%;transition:width .35s cubic-bezier(.22,1,.36,1);display:block}main{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:clamp(34px,6vw,66px) clamp(20px,5vw,44px) 56px}.screen{flex-direction:column;gap:30px;animation:.4s cubic-bezier(.22,1,.36,1) rise;display:flex}@keyframes rise{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.screen{animation:none}.track-progress i{transition:none}}.screen-head{flex-direction:column;gap:12px;display:flex}.screen-head:focus{outline:none}.screen-head h1{font-size:clamp(2.1rem,4.6vw,3.1rem);font-weight:800}.screen-head p{color:var(--ink-2);max-width:60ch;font-size:1.08rem}.screen-head.results-head{flex-flow:wrap;justify-content:space-between;align-items:center}.download-button{font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-2);background:var(--paper);border:1px solid var(--rule-strong);cursor:pointer;border-radius:5px;padding:9px 16px;font-size:.78rem;font-weight:650;transition:border-color .15s,color .15s}.download-button:hover{border-color:var(--ink);color:var(--ink)}.download-button:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}.measures{flex-direction:column;gap:16px;display:flex}.measure{background:var(--surface);border:1px solid var(--rule);border-radius:6px;flex-direction:column;gap:16px;padding:24px clamp(20px,3vw,30px);transition:box-shadow .2s;display:flex;position:relative}.measure:before{content:"";background:var(--yellow);opacity:0;border-radius:6px 0 0 6px;width:4px;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0}.measure.answered:before{opacity:1}.measure.answered{box-shadow:0 1px 3px #16161a0d}.measure-name{letter-spacing:-.012em;font-size:1.12rem;font-weight:700}.ends{color:var(--ink-2);grid-template-columns:1fr 1fr;gap:26px;font-size:1rem;line-height:1.45;display:grid}.ends .r{text-align:right}@media (max-width:560px){.ends{gap:16px;font-size:.95rem}}.slider{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;padding:18px 0 8px}.slider.is-dragging{cursor:grabbing}.slider:focus{outline:none}.slider:focus-visible .slider-rail{box-shadow:0 0 0 4px var(--yellow-tint)}.slider-rail{background:var(--sunken);border:1px solid var(--rule);border-radius:100px;height:8px;margin:0 14px;position:relative}.slider-fill{background:var(--yellow);border-radius:100px;position:absolute;top:-1px;bottom:-1px;left:-1px}.slider-tick{background:var(--rule-strong);pointer-events:none;border-radius:50%;width:7px;height:7px;margin:-3.5px 0 0 -3.5px;position:absolute;top:50%}.slider-tick.on{opacity:0}.slider-handle{background:var(--surface);border:4px solid var(--ink);pointer-events:none;border-radius:50%;width:28px;height:28px;margin:-14px 0 0 -14px;transition:left .13s cubic-bezier(.22,1,.36,1),transform .13s,border-color .18s,box-shadow .18s;position:absolute;top:50%;box-shadow:0 2px 8px #16161a2e}.slider.is-empty .slider-handle{border-color:var(--rule-strong);box-shadow:none;border-style:dashed}.slider.is-empty:hover .slider-handle{border-color:var(--ink)}.slider.is-dragging .slider-handle{transition:none;transform:scale(1.12)}.slider:hover .slider-handle{transform:scale(1.07)}.slider.is-empty .slider-handle{animation:2.6s ease-in-out infinite nudge}@keyframes nudge{0%,62%,to{transform:translate(0)}72%{transform:translate(-6px)}84%{transform:translate(6px)}}.slider.is-empty:hover .slider-handle,.slider.is-empty.is-dragging .slider-handle{animation:none}@media (prefers-reduced-motion:reduce){.slider-handle,.slider.is-dragging .slider-handle{transition:none}.slider.is-empty .slider-handle{animation:none}}.slider-hint{font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;color:var(--grey);text-align:center;font-size:.75rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.field{flex-direction:column;gap:7px;display:flex}.field.full{grid-column:1/-1}.field label{color:var(--ink-2);font-size:.95rem;font-weight:650}.field input,.field select{background:var(--surface);border:1px solid var(--rule-strong);color:var(--ink);border-radius:5px;padding:13px 15px;font-family:inherit;font-size:1.05rem}.field input::placeholder{color:#a4a4a8}.field input:focus,.field select:focus{border-color:var(--ink);box-shadow:0 0 0 4px var(--yellow-tint);outline:none}.field input[aria-invalid=true]{border-color:var(--red)}.field .err{color:var(--t-red);font-size:.9rem}.hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.consent{color:var(--ink-2);align-items:flex-start;gap:11px;font-size:.98rem;display:flex}.consent input{width:17px;height:17px;accent-color:var(--ink);margin-top:4px}.actions{flex-wrap:wrap;align-items:center;gap:13px;display:flex}.btn{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:5px;padding:15px 32px;font-size:1.05rem;font-weight:700;transition:opacity .15s}.btn:hover:not(:disabled){opacity:.85}.btn:disabled{opacity:.25;cursor:not-allowed}.btn.ghost{color:var(--ink-2);border:1px solid var(--rule-strong);background:0 0}.btn.ghost:hover{border-color:var(--ink)}.btn:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}.hint{color:var(--grey);font-size:.95rem}.score-hero{background:var(--surface);border:1px solid var(--rule);border-radius:7px;flex-direction:column;gap:16px;padding:clamp(30px,5vw,52px);display:flex}.score-num{letter-spacing:-.05em;font-variant-numeric:tabular-nums;color:var(--ink);z-index:0;align-self:flex-start;font-size:clamp(4.4rem,14vw,7.5rem);font-weight:800;line-height:.88;display:inline-block;position:relative}.score-num:after{content:"";background:var(--yellow);z-index:-1;height:.24em;position:absolute;bottom:.08em;left:-6px;right:-6px}.score-hero h2{font-size:clamp(1.55rem,3.2vw,2.1rem);font-weight:760}.score-hero>p{color:var(--ink-2);max-width:62ch;font-size:1.06rem}.bench{flex-direction:column;gap:9px;margin-top:10px;display:flex}.bench-track{background:var(--sunken);border:1px solid var(--rule);border-radius:100px;height:10px;position:relative}.bench-track .you{background:var(--yellow);border-radius:100px;position:absolute;inset:-1px auto -1px -1px}.bench-track .mark{background:var(--ink);border-radius:2px;width:3px;position:absolute;top:-6px;bottom:-6px}.bench-labels{min-height:1.3em;font-family:var(--mono);color:var(--grey);font-size:.82rem;position:relative}.bench-labels .benchmark-label{white-space:nowrap;position:absolute;top:0;transform:translate(-50%)}.pillar-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.pillar-card{background:var(--surface);border:1px solid var(--rule);border-top:4px solid var(--yellow);border-radius:6px;flex-direction:column;gap:10px;padding:20px 22px;display:flex}.pillar-card .n{font-size:.95rem;font-weight:700;line-height:1.32}.pillar-card .v{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:1.85rem;font-weight:700}.pillar-card .d{color:var(--ink-2);font-size:.96rem;line-height:1.5}.block{background:var(--surface);border:1px solid var(--rule);border-radius:6px;flex-direction:column;gap:15px;padding:26px 28px;display:flex}.block h3{font-size:1.25rem}.block>p{color:var(--ink-2);font-size:1.02rem}.posture-list{flex-direction:column;gap:22px;display:flex}.posture-item{flex-direction:column;gap:8px;display:flex}.posture-top b{font-size:1.02rem}.posture-display{pointer-events:none;padding:10px 0 2px}.posture-display .slider-handle{transition:none}.posture-ends{color:var(--grey);justify-content:space-between;padding:0 14px;font-size:.85rem;display:flex}.posture-line{color:var(--ink-2);font-size:.99rem}.cta{background:var(--yellow);color:var(--ink);border-radius:7px;flex-direction:column;gap:14px;padding:clamp(28px,4vw,44px);display:flex}.cta h3{font-size:clamp(1.4rem,3vw,1.85rem);font-weight:780}.cta p{max-width:54ch;font-size:1.06rem}.cta .cta-button{background:var(--ink);color:#fff;border-radius:5px;align-self:flex-start;margin-top:6px;padding:14px 30px;font-size:1.02rem;font-weight:700;text-decoration:none}.cta .cta-button:hover{opacity:.87}.cta a:focus-visible{outline:3px solid var(--ink);outline-offset:3px}.cta .cta-button{cursor:pointer;border:0;font-family:inherit}.modal-backdrop{z-index:60;background:#16161a8c;justify-content:center;align-items:center;padding:20px;animation:.18s fade;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes fade{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border-radius:8px;flex-direction:column;gap:16px;width:100%;max-width:520px;margin:auto;padding:clamp(28px,5vw,40px);animation:.24s cubic-bezier(.22,1,.36,1) pop;display:flex;box-shadow:0 18px 48px #16161a3d}@keyframes pop{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.modal-backdrop,.modal{animation:none}}.modal-tick{background:var(--yellow);width:46px;height:46px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;line-height:1;display:flex}.modal h3{font-size:clamp(1.4rem,3.2vw,1.8rem);font-weight:780}.modal>p{color:var(--ink-2);font-size:1.04rem}.modal-details{background:var(--paper);border:1px solid var(--rule);border-radius:6px;flex-direction:column;gap:11px;padding:18px 20px;display:flex}.modal-details-label{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:var(--grey);font-size:.72rem}.modal-details dl{flex-direction:column;gap:7px;margin:0;display:flex}.modal-details dl>div{grid-template-columns:6.5rem 1fr;align-items:baseline;gap:12px;display:grid}.modal-details dt{color:var(--grey);font-size:.9rem}.modal-details dd{overflow-wrap:anywhere;margin:0;font-size:.98rem;font-weight:600}.modal-fineprint{color:var(--grey);font-size:.9rem}.modal-fineprint a{color:var(--ink);text-underline-offset:3px;font-weight:600}.modal .btn{align-self:flex-start;margin-top:2px}.disclaimer{color:var(--grey);max-width:62ch;font-size:.88rem}.notice{border:1px solid var(--red);color:var(--t-red);background:#ff505012;border-radius:5px;padding:14px 17px;font-size:.98rem}.detail-list{flex-direction:column;gap:10px;display:flex}.detail{border:1px solid var(--rule);background:var(--paper);border-radius:6px;overflow:hidden}.detail[open]{background:var(--surface)}.detail summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;font-weight:700;list-style:none;display:flex}.detail summary::-webkit-details-marker{display:none}.detail summary:after{content:"";border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);flex:none;width:9px;height:9px;margin-left:auto;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}.detail[open] summary:after{transform:rotate(-135deg)translateY(-2px)}.detail summary:hover{background:var(--sunken)}.detail summary:focus-visible{outline:3px solid var(--yellow);outline-offset:-3px}.detail-name{font-size:1.02rem}.detail-score{font-family:var(--mono);font-variant-numeric:tabular-nums;color:var(--ink-2);background:var(--yellow);border-radius:4px;padding:3px 9px;font-size:.95rem}.detail-body{border-top:1px solid var(--rule);flex-direction:column;gap:24px;padding:4px 20px 22px;display:flex}.qrow{flex-direction:column;gap:6px;padding-top:18px;display:flex}.qhead{justify-content:space-between;align-items:baseline;gap:14px;display:flex}.qname{font-size:.99rem;font-weight:650}.qlevel{font-family:var(--mono);color:var(--grey);font-variant-numeric:tabular-nums;flex:none;font-size:.88rem}.qends{color:var(--grey);grid-template-columns:1fr 1fr;gap:20px;padding:0 14px;font-size:.85rem;line-height:1.4;display:grid}.qends .r{text-align:right}.qline{color:var(--ink-2);font-size:.96rem;margin-top:4px!important}@media (prefers-reduced-motion:reduce){.detail summary:after{transition:none}}.choices{flex-wrap:wrap;gap:10px;display:flex}.choices.tight .choice{flex:none}.choices.quad{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (max-width:760px){.choices.quad{grid-template-columns:1fr 1fr}}@media (max-width:480px){.choices.quad{grid-template-columns:1fr}}.choice{text-align:left;background:var(--paper);border:1px solid var(--rule-strong);color:var(--ink-2);cursor:pointer;border-radius:6px;flex:260px;padding:13px 17px;font-size:1rem;transition:border-color .15s,background .15s,color .15s}.choice:hover{border-color:var(--ink);color:var(--ink)}.choice.on{background:var(--yellow);border-color:var(--yellow);color:var(--ink);font-weight:650}.choice:focus-visible{outline:3px solid var(--ink);outline-offset:2px}.optional{font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;color:var(--grey);border:1px solid var(--rule);vertical-align:middle;border-radius:3px;margin-left:10px;padding:2px 7px;font-size:.66rem;font-weight:500}

/* Print: "Download results" opens the print dialog so users can save a PDF */
@media print{
  .bar,.actions,.download-button,.notice{display:none!important}
  body{font-size:13px}
  main{padding:0;max-width:none}
  .screen{gap:18px;animation:none}
  .score-hero,.block,.pillar-card,.detail,.cta{break-inside:avoid;border:1px solid #ccc}
  .cta{background:#fff}
  .cta .cta-button{display:none}
  .detail summary:after{display:none}
}

/* HubSpot embedded form (step 6): match the house style when it renders inline */
#hubspotForm .hs-form-field{margin-bottom:18px}
#hubspotForm .hs-form-field>label{color:var(--ink-2);font-size:.95rem;font-weight:650;display:block;margin-bottom:7px}
#hubspotForm .hs-input:not([type=checkbox]):not([type=radio]){background:var(--surface);border:1px solid var(--rule-strong);color:var(--ink);border-radius:5px;padding:13px 15px;font-family:inherit;font-size:1.05rem;width:100%;box-sizing:border-box}
#hubspotForm .hs-input:focus{border-color:var(--ink);box-shadow:0 0 0 4px var(--yellow-tint);outline:none}
#hubspotForm .hs-error-msg,#hubspotForm .hs-error-msgs label{color:var(--t-red);font-size:.9rem;font-weight:400}
#hubspotForm ul.hs-error-msgs{list-style:none;margin:6px 0 0;padding:0}
#hubspotForm .hs-button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:5px;padding:15px 32px;font-size:1.05rem;font-weight:700;transition:opacity .15s}
#hubspotForm .hs-button:hover{opacity:.85}
#hubspotForm .legal-consent-container,#hubspotForm .legal-consent-container p{color:var(--ink-2);font-size:.9rem}
#hubspotForm .submitted-message{color:var(--ink-2);font-size:1.02rem}
#hubspotForm fieldset{max-width:none!important}
#hubspotForm iframe{width:100%!important}
