@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;450;500;550;600;650;700;750;800;850;900&display=swap";:root{font-family:Golos Text,Arial,sans-serif;color:#252721;background:#f6f6f2;font-synthesis:none;--paper:#f6f6f2;--ink:#252721;--orange:#e75a35;--muted:#777970;--line:#dedfd6;--green:#303f35}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;min-width:320px}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:disabled{cursor:not-allowed;opacity:.4}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}button{color:inherit}h1,h2,h3,p{margin:0}img{max-width:100%;display:block}svg{flex-shrink:0}::selection{background:#f4b59f;color:#252721}.container{width:min(1304px,calc(100% - 112px));margin-inline:auto}.announcement{background:#303f35;color:#fff;text-align:center;padding:11px 20px;font-size:12px;letter-spacing:.025em}.site-header{background:var(--paper);border-bottom:1px solid var(--line);position:relative;z-index:30}.header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:32px}.logo{display:inline-flex;align-items:center;font-size:29px;letter-spacing:-1.8px;font-weight:850;white-space:nowrap}.logo span{font-weight:450}.logo svg{color:var(--orange);margin-left:8px;transform:rotate(-14deg)}nav{display:flex;gap:34px;align-items:center}nav a{display:flex;gap:6px;align-items:center;font-size:14px;min-height:44px;color:#64675f}nav a.active,nav a:hover{color:var(--ink)}nav a.active{text-decoration:underline;text-underline-offset:8px;text-decoration-color:var(--orange)}.header-note{font-size:12px;color:var(--muted)}.icon-button{border:0;background:transparent;display:grid;place-items:center;width:44px;height:44px}.mobile-menu{display:none}.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;padding:15px;background:#fff}.skip-link:focus{top:16px}.hero{display:grid;grid-template-columns:1fr 1.04fr;padding-top:57px;position:relative;column-gap:30px}.eyebrow{font-size:12px;font-weight:550;letter-spacing:.12em;display:flex;align-items:center;gap:9px;line-height:1.6}.small-line{width:21px;height:2px;background:var(--orange)}.hero h1{font-size:clamp(58px,6.45vw,92px);line-height:1.02;letter-spacing:-.067em;font-weight:750;margin:25px 0}.hero h1>span{color:var(--orange)}.hero-copy p{color:#6b6e63;font-size:17px;line-height:1.65;letter-spacing:-.025em;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:54px;border:1px solid transparent;border-radius:5px;padding:15px 22px;font-size:14px;font-weight:500;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button.dark{background:var(--ink);color:#fff}.button.dark:hover{background:#41463b}.button.orange{background:var(--orange);color:#fff}.button.outline{background:transparent;border-color:var(--line)}.button.light{background:var(--paper);color:var(--ink)}.hero-art{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;background:#eceee6;border-radius:4px;isolation:isolate;overflow:hidden;min-height:536px}.hero-art img{width:94%;height:auto;mix-blend-mode:multiply;transform:rotate(-11deg);position:relative;filter:drop-shadow(8px 18px 15px #00000016)}.art-label{position:absolute;top:26px;left:28px;font-size:12px;line-height:1.5;font-weight:500;letter-spacing:.065em;z-index:1}.art-caption{position:absolute;bottom:23px;left:28px;right:28px;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.065em}.art-caption>span:last-child{font-size:30px}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding:31px 0 30px;color:var(--muted);font-size:12px}.hero-bottom>span:last-child{display:flex;align-items:center;gap:13px;font-size:11px;letter-spacing:.07em}.marquee{display:flex;align-items:center;justify-content:space-around;gap:39px;overflow:hidden;background:#e3e7d9;border-block:1px solid #d4d9c8;padding:21px 0;white-space:nowrap;font-size:17px;letter-spacing:-.04em;font-weight:550}.marquee svg{width:18px;color:var(--orange)}.merch-section{padding-top:86px;padding-bottom:82px;scroll-margin-top:0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:36px}.section-heading h2{font-size:clamp(36px,4vw,52px);letter-spacing:-.055em;line-height:1.08;font-weight:600;margin-top:15px}.section-heading>p{font-size:14px;color:var(--muted);line-height:1.7;padding-bottom:5px}.site-footer{border-top:1px solid var(--line);padding:36px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-inner>span{font-size:12px;color:var(--muted)}.temporary-test{padding-block:90px}.temporary-test h1{font-size:65px;letter-spacing:-.05em;line-height:1.1;margin:20px 0}.temporary-test p{font-size:18px;color:var(--muted)}@media(min-width:1500px){.hero{padding-top:64px}.hero-art{min-height:570px}}@media(max-width:1100px){.container{width:calc(100% - 64px)}.header-note{display:none}.hero-art{min-height:480px}.hero h1{font-size:70px}.hero{column-gap:24px}.hero-copy p{font-size:16px}.art-label{top:22px;left:22px}}@media(max-width:760px){.container{width:calc(100% - 40px)}.announcement{font-size:11px;padding:10px 15px}.header-inner{height:73px;gap:10px}.logo{font-size:27px}.mobile-menu{display:grid}nav{display:none;position:absolute;left:0;right:0;top:73px;background:var(--paper);padding:18px 24px 24px;border-bottom:1px solid var(--line);box-shadow:0 12px 15px #25272109}nav.open{display:flex;flex-direction:column;gap:4px;align-items:stretch}nav a{font-size:16px;padding:8px}.hero{padding-top:32px;grid-template-columns:1fr;gap:29px}.hero h1{font-size:clamp(57px,13vw,82px);line-height:1.04;margin:20px 0;letter-spacing:-.065em}.hero-copy p{font-size:16px;margin-bottom:23px}.desktop-break{display:none}.eyebrow{font-size:11px;letter-spacing:.09em}.hero-art{min-height:0;height:auto;aspect-ratio:1.08}.hero-art img{width:86%}.art-label{font-size:10px;top:18px;left:19px}.art-caption{font-size:10px;left:19px;right:19px;bottom:12px}.hero-bottom{padding:0 0 23px;gap:20px;line-height:1.5;font-size:11px}.hero-bottom>span:last-child{font-size:10px;max-width:124px;gap:5px}.button{min-height:52px;padding:14px 19px;font-size:14px}.marquee{justify-content:flex-start;gap:24px;padding:17px 20px;font-size:15px}.merch-section{padding-top:53px;padding-bottom:48px}.section-heading{align-items:flex-start;flex-direction:column;gap:17px;margin-bottom:25px}.section-heading h2{font-size:42px;margin-top:12px}.section-heading>p{font-size:14px}.footer-inner{flex-wrap:wrap;gap:18px}.footer-inner .logo{width:100%}.site-footer{padding:28px 0}.footer-inner>span{font-size:11px}.temporary-test{padding-block:45px}.temporary-test h1{font-size:48px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.climbing-phrases{background:#e3e7d9;border-block:1px solid #d4d9c8}.phrase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.climbing-phrase{display:flex;align-items:flex-start;gap:12px;padding:27px 24px;font-size:1rem;font-weight:550;letter-spacing:-.025em;line-height:1.5}.climbing-phrase:first-child{padding-left:0}.climbing-phrase:last-child{padding-right:0}.climbing-phrase+.climbing-phrase{border-left:1px solid #cbd2be}.phrase-number{color:#af4426;font-size:.75rem;line-height:2;font-weight:400;letter-spacing:.04em}@media(max-width:1100px){.phrase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.climbing-phrase:nth-child(3){padding-left:0;border-left:0}.climbing-phrase:nth-child(2n){padding-right:0}.climbing-phrase:nth-child(n+3){border-top:1px solid #cbd2be}}@media(max-width:760px){.climbing-phrase{flex-direction:column;padding:18px 16px;gap:5px}}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{padding:0;border:0;background:none;text-align:left;min-width:0}.product-image{position:relative;overflow:hidden;border-radius:4px;background:#e9e9e5;aspect-ratio:1/1.15}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.04)}.product-index{position:absolute;z-index:1;left:19px;top:17px;font-size:12px}.product-label{position:absolute;bottom:21px;left:19px;font-size:10px;letter-spacing:.1em}.product-open{position:absolute;right:15px;bottom:15px;border:1px solid #25272133;border-radius:50%;width:35px;height:35px;display:grid;place-items:center;background:#f6f6f2b3}.product-info{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:18px;flex-wrap:wrap}.product-info h3{font-size:16px;font-weight:500;letter-spacing:-.035em}.product-info>span{font-size:14px;font-weight:500;white-space:nowrap}.product-card>p{font-size:12px;color:var(--muted);margin-top:7px}.collection-note{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:32px;padding-top:19px;font-size:12px;line-height:1.5;color:var(--muted)}.collection-note>span:first-child{font-size:10px;letter-spacing:.07em}.quiz-promo{background:var(--green);color:var(--paper);display:grid;grid-template-columns:1.5fr 1fr;padding:54px 58px;border-radius:4px;gap:50px}.quiz-promo .eyebrow{color:#c4ccb5;font-size:11px}.quiz-promo h2{font-size:clamp(34px,3.2vw,46px);line-height:1.14;letter-spacing:-.055em;font-weight:550;margin:22px 0 20px}.quiz-promo p{font-size:15px;line-height:1.7;color:#c9cebf;margin-bottom:28px}.promo-facts{font-size:11px;color:#bac3b1;display:flex;flex-wrap:wrap;gap:16px;margin-top:19px}.promo-facts>span+span{border-left:1px solid #758069;padding-left:16px}.quiz-promo-side{border-left:1px solid #6a7460;padding-left:48px;display:flex;flex-direction:column;justify-content:space-between}.big-number{font-size:150px;font-weight:550;letter-spacing:-.09em;display:flex;align-items:center;color:#e2e7d6;gap:20px;line-height:1}.big-number>span{font-size:11px;line-height:1.6;letter-spacing:.06em;font-weight:400}.promo-dimensions{display:grid;font-size:13px;color:#d4dacb;gap:17px;padding-bottom:3px}.promo-dimensions>span+span{border-top:1px solid #53614b;padding-top:17px}.brand-signoff{display:flex;flex-direction:column;align-items:center;gap:18px;padding-block:70px}.brand-signoff svg{color:var(--orange);transform:rotate(-10deg)}.brand-signoff p{font-size:22px;letter-spacing:-.04em}.brand-signoff>span{font-size:10px;color:var(--muted);letter-spacing:.16em}dialog{color:var(--ink);border:0;padding:0;border-radius:8px;background:var(--paper);box-shadow:0 24px 80px #0003}dialog::backdrop{background:#1b201bb8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}body:has(dialog[open]){overflow:hidden}.dialog-close{position:absolute;right:14px;top:14px;z-index:1;background:var(--paper);border-radius:50%}.product-dialog{width:min(900px,calc(100% - 40px));max-height:90dvh}.product-detail{display:grid;grid-template-columns:1fr 1fr}.product-detail>img{width:100%;height:100%;object-fit:cover}.product-detail-copy{padding:50px 35px 32px}.product-detail h2{font-size:31px;line-height:1.2;letter-spacing:-.045em;margin:16px 0 22px;font-weight:600}.product-detail p{font-size:16px;color:#6b6e63;line-height:1.6}.detail-spec{border-top:1px solid var(--line);margin-top:25px;padding-top:22px;font-size:14px}.detail-price{font-size:27px;margin:23px 0;display:flex;flex-direction:column;gap:5px;letter-spacing:-.04em}.detail-price>span{font-size:12px;color:var(--muted);letter-spacing:0}.coming-soon{padding:15px;background:#e6eadf;border-radius:5px;text-align:center;font-size:14px;font-weight:500}.product-detail p.product-disclaimer{font-size:12px;margin-top:12px}.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}.not-found{min-height:50vh;padding-block:80px}.not-found h1{font-size:48px;margin:20px 0 40px;letter-spacing:-.04em}.quiz-page{padding-top:27px;padding-bottom:64px;min-height:75vh}.quiz-breadcrumb{display:flex;gap:11px;font-size:12px;color:var(--muted);margin-bottom:47px}.quiz-breadcrumb a:hover{color:var(--orange)}.quiz-layout{display:grid;grid-template-columns:.92fr 1.4fr;gap:80px}.quiz-intro{padding-top:11px}.quiz-intro h1{font-size:clamp(36px,3.6vw,52px);letter-spacing:-.065em;line-height:1.1;font-weight:650;margin:20px 0}.quiz-intro h1 span,.result-top h1 span{color:var(--orange)}.quiz-intro>p{font-size:16px;color:#74776c;line-height:1.75;letter-spacing:-.02em}.quiz-facts{display:flex;gap:14px;align-items:center;font-size:12px;margin:24px 0 37px}.quiz-facts>span+span{border-left:1px solid #cccfc2;padding-left:14px}.category-list{border-block:1px solid var(--line);padding-block:7px}.category-list>div{display:flex;align-items:center;gap:13px;font-size:14px;padding:15px 0}.category-list svg{color:#848978}.category-list>div>span:last-child{margin-left:auto;font-size:12px;color:var(--muted)}.method-note{margin-top:25px;font-size:12px;color:var(--muted)}summary{cursor:pointer;min-height:44px;line-height:1.6;display:flex;align-items:center;gap:10px;list-style:none}summary:before{content:"+";font-size:20px;font-weight:400}details[open]>summary:before{content:"−"}summary::-webkit-details-marker{display:none}.method-note p{font-size:13px;line-height:1.7;margin:10px 0}.quiz-progress-label{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:13px;color:var(--muted)}.quiz-progress-label>span:first-child{font-size:10px;letter-spacing:.1em}.quiz-progress-label b{color:var(--ink);font-size:15px;font-weight:550}progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;height:5px;display:block;width:100%;background:#e3e5dc;border-radius:3px;overflow:hidden}progress::-webkit-progress-bar{background:#e3e5dc}progress::-webkit-progress-value{background:var(--orange);transition:width .2s}progress::-moz-progress-bar{background:var(--orange)}.question-card{background:#fff;border:1px solid #e2e4da;border-radius:8px;margin-top:24px;padding:31px 32px 25px}.question-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.category-tag{display:flex;align-items:center;gap:7px;color:#566047;background:#edf0e7;border:1px solid #e2e7d7;padding:7px 11px;border-radius:4px;font-size:12px}.question-meta>span:last-child{font-size:10px;letter-spacing:.06em;color:var(--muted);white-space:nowrap}.question-card h2{font-size:27px;font-weight:550;letter-spacing:-.045em;line-height:1.35;margin-top:28px;min-height:110px;outline:none}.question-help{font-size:14px;color:var(--muted);margin:15px 0 19px}.answer-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;border:0;min-width:0}.answer-options label{position:relative;display:flex;align-items:center;gap:10px;cursor:pointer;border:1px solid #e0e2d9;background:#f9faf6;border-radius:5px;padding:13px 12px;min-height:59px;font-size:14px;line-height:1.35;transition:border-color .15s,background .15s}.answer-options label:hover{border-color:#929b84;background:#f2f4eb}.answer-options label.selected{border-color:var(--orange);background:#fff1eb;color:#b33c1c;box-shadow:0 0 0 1px var(--orange)}.answer-options input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.answer-options label:has(input:focus-visible){outline:3px solid var(--orange);outline-offset:3px}.answer-number{width:23px;height:23px;flex-shrink:0;border:1px solid #d6dace;background:#fff;border-radius:50%;font-size:11px;display:grid;place-items:center;color:#72796a}.selected .answer-number{border-color:var(--orange);color:var(--orange);background:transparent}.answer-check{margin-left:auto;min-width:16px;display:flex}.question-actions{display:flex;justify-content:space-between;gap:15px;margin-top:26px;border-top:1px solid #eaebe5;padding-top:23px}.question-actions .button{min-height:48px;font-size:14px;padding:12px 18px;gap:15px}.quiz-save-note{display:flex;justify-content:center;gap:7px;font-size:11px;color:var(--muted);margin:18px 0 23px;line-height:1.5;align-items:flex-start}.quiz-save-note svg{color:#747f65}.question-overview{border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.question-overview summary{padding-block:6px}.question-overview summary>span{margin-left:auto}.question-dots{display:grid;grid-template-columns:repeat(10,1fr);gap:7px;margin:12px 0 21px}.question-dots button{height:38px;padding:0;min-width:0;border:1px solid var(--line);background:transparent;border-radius:3px;font-size:12px}.question-dots button.answered{background:#e4e9db;border-color:#d4dcc8}.question-dots button.current{border-color:var(--orange);box-shadow:0 0 0 1px var(--orange);color:#c64a29}.quiz-bottom-actions{display:flex;justify-content:space-between;gap:15px}.text-button{border:0;background:none;display:flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:5px 0;font-size:12px;color:var(--muted)}.text-button:hover{color:var(--ink)}.quiz-message{color:#b44423;font-size:14px;text-align:center;line-height:1.6;margin-top:16px;min-height:0}.quiz-message:empty{margin:0}.reset-dialog{padding:40px;width:min(480px,calc(100% - 32px))}.reset-dialog h2{font-size:29px;letter-spacing:-.05em;margin:20px 0}.reset-dialog p{color:var(--muted);font-size:16px;line-height:1.6}.reset-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.reset-actions .button{font-size:13px;padding-inline:15px;gap:5px}.result-top{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:38px}.result-top .eyebrow{color:#747f65}.result-top h1{font-size:clamp(40px,4.5vw,60px);font-weight:600;letter-spacing:-.065em;line-height:1.12;margin:19px 0 17px;outline:none}.result-top p{font-size:16px;line-height:1.6;color:var(--muted)}.result-top>.button{white-space:nowrap;font-size:13px;gap:14px;margin-bottom:3px}.score-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.score-card{border:1px solid var(--line);border-radius:6px;background:#fff;padding:28px}.score-name{display:flex;gap:12px;align-items:center;font-size:15px}.score-name svg{color:#79856b}.score-value{font-size:55px;font-weight:550;letter-spacing:-.07em;margin:26px 0 22px}.score-value>span{font-size:15px;color:var(--muted);letter-spacing:0;margin-left:10px}.result-focus{background:#e7ebdf;padding:31px 34px;border-radius:6px;margin-top:24px}.result-focus .eyebrow{font-size:10px;color:#6b775d}.result-focus h2{font-size:26px;font-weight:500;letter-spacing:-.035em;margin:14px 0;line-height:1.3}.result-focus p{font-size:16px;line-height:1.7;color:#68715d;max-width:950px}.priorities-heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin:45px 0 24px}.priorities-heading h2{font-size:28px;letter-spacing:-.045em;font-weight:550}.priorities-heading>span{font-size:12px;color:var(--muted)}.priorities-list{border-top:1px solid var(--line)}.priority-card{border-bottom:1px solid var(--line);padding:26px 0;display:flex;gap:25px}.priority-index{font-size:15px;color:var(--orange);padding-top:2px}.priority-meta{display:flex;align-items:center;gap:15px;font-size:12px;color:#6c785e;flex-wrap:wrap}.priority-meta>span{font-size:10px;color:var(--muted);letter-spacing:.025em}.priority-card h3{font-size:18px;line-height:1.5;font-weight:500;letter-spacing:-.025em;margin:13px 0 9px}.priority-card p{font-size:16px;color:var(--muted);line-height:1.65;max-width:950px}.assessment-note{font-size:12px;color:var(--muted);line-height:1.7;max-width:900px;margin:27px 0}.export-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.export-actions .button{font-size:13px;gap:10px}.export-actions>.text-button{margin-left:auto}.empty-priorities{text-align:center;padding:45px 20px;background:#edf0e5;display:grid;justify-items:center;gap:16px}.empty-priorities svg{color:#737f63}.empty-priorities h3{font-size:21px;font-weight:500}.empty-priorities p{font-size:16px;color:var(--muted);line-height:1.6}@media(max-width:1100px){.product-grid{gap:17px}.product-info h3{font-size:15px}.product-info{gap:7px}.quiz-promo{padding:39px;gap:33px}.quiz-promo-side{padding-left:30px}.big-number{font-size:110px;gap:15px}.quiz-layout{gap:38px;grid-template-columns:.85fr 1.4fr}.question-card{padding:24px}.question-card h2{font-size:24px}.answer-options label{padding:12px 9px;gap:7px;font-size:13px}.answer-check{min-width:13px}.category-tag{font-size:11px;padding-inline:8px}.score-card{padding:23px}.score-name{font-size:14px;gap:9px}}@media(max-width:760px){.product-grid{grid-template-columns:1fr;gap:30px}.product-image{aspect-ratio:1.08}.product-image img{object-fit:contain}.product-info{margin-top:15px}.product-info h3{font-size:17px}.product-info>span{font-size:15px}.product-card>p{font-size:13px}.collection-note{flex-direction:column;gap:8px;margin-top:25px}.collection-note>span:last-child{font-size:12px}.quiz-promo{display:block;padding:29px 25px}.quiz-promo h2{font-size:34px;margin-top:20px}.quiz-promo .eyebrow{font-size:10px}.quiz-promo p{font-size:14px}.quiz-promo p br,.quiz-promo-side{display:none}.promo-facts{font-size:10px;gap:10px}.promo-facts>span+span{padding-left:10px}.brand-signoff{padding-block:48px;gap:14px}.brand-signoff p{font-size:18px;text-align:center}.product-dialog{width:calc(100% - 28px)}.product-detail{grid-template-columns:1fr}.product-detail>img{height:270px;object-fit:contain;background:#e9e9e5}.product-detail-copy{padding:27px}.product-detail h2{font-size:28px;margin:13px 0 16px}.product-detail p{font-size:15px}.detail-spec{margin-top:20px;padding-top:18px}.detail-price{margin:20px 0}.not-found h1{font-size:35px}.quiz-page{padding-top:20px;padding-bottom:40px}.quiz-breadcrumb{margin-bottom:27px;font-size:11px}.quiz-layout{grid-template-columns:1fr;gap:25px}.quiz-intro{padding:0}.quiz-intro h1{font-size:37px;line-height:1.12;margin:12px 0}.quiz-intro h1 br{display:none}.quiz-intro>p{font-size:14px;line-height:1.6}.quiz-facts{margin:16px 0 0;font-size:12px}.quiz-intro .category-list{display:none}.quiz-intro .method-note{margin-top:9px}.method-note p{font-size:13px}.method-note summary{font-size:12px;min-height:30px}.question-card{margin-top:18px;padding:20px 17px}.question-meta{gap:7px}.question-meta>span:last-child{font-size:9px}.category-tag{font-size:11px;padding:6px 8px;gap:5px}.category-tag svg{width:14px}.question-card h2{font-size:23px;min-height:0;margin-top:23px;line-height:1.35}.question-help{font-size:13px;margin:17px 0}.answer-options{gap:9px}.answer-options label{font-size:13px;min-height:63px;gap:7px;padding:11px 9px}.answer-number{width:21px;height:21px;font-size:10px}.answer-check{min-width:0;width:0;overflow:hidden}.question-actions{margin-top:23px;padding-top:19px}.question-actions .button{min-height:47px;padding:11px 13px;font-size:13px;gap:12px}.quiz-save-note{font-size:11px;margin:16px 0;justify-content:flex-start}.quiz-save-note svg{width:15px}.question-dots{grid-template-columns:repeat(6,1fr);gap:8px}.question-dots button{height:44px}.quiz-bottom-actions{flex-wrap:wrap;gap:0}.reset-dialog{padding:32px 24px}.reset-dialog h2{font-size:27px}.reset-actions{gap:8px}.result-top{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:25px}.result-top h1{font-size:41px;line-height:1.13;margin:16px 0}.result-top p{font-size:14px}.result-top .eyebrow{font-size:10px}.result-top>.button{min-height:44px;padding:10px 15px;font-size:12px}.score-grid{grid-template-columns:1fr;gap:12px}.score-card{padding:20px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:17px}.score-name{font-size:14px;gap:9px}.score-name svg{width:18px}.score-value{font-size:33px;margin:0}.score-value>span{font-size:12px;margin-left:5px}.score-card progress{grid-column:1/-1}.result-focus{padding:24px;margin-top:20px}.result-focus h2{font-size:24px}.result-focus p{font-size:14px}.priorities-heading{flex-direction:column;gap:10px;margin:34px 0 22px}.priorities-heading h2{font-size:26px}.priority-card{gap:15px;padding:23px 0}.priority-index{font-size:13px}.priority-card h3{font-size:17px}.priority-card p{font-size:14px}.priority-meta{font-size:11px;gap:8px}.priority-meta>span{font-size:9px}.assessment-note{font-size:11px}.export-actions{gap:10px}.export-actions .button{min-height:48px;font-size:12px;padding:12px 14px}.export-actions>.button:first-child{width:100%;justify-content:center}.export-actions>.text-button{margin-left:0}.quiz-message{font-size:13px}.empty-priorities h3{font-size:20px}.empty-priorities p{font-size:14px}}@media(min-width:500px)and (max-width:760px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-info h3{font-size:15px}.quiz-intro h1 br{display:block}.answer-options label{font-size:14px}}@media(max-width:760px){.quiz-intro h1 br{display:block}.quiz-intro>p{display:none}.quiz-intro h1{font-size:35px}.quiz-breadcrumb{margin-bottom:22px}.quiz-intro .method-note{margin-top:5px}.quiz-layout{gap:20px}}@media print{body{background:#fff;color:#000}.announcement,.site-header,.site-footer,.no-print,.quiz-breadcrumb,.quiz-message,.skip-link,dialog{display:none!important}.container{width:100%;max-width:none}.quiz-page{padding:0}.result-top h1{font-size:34px}.result-top p{font-size:12px}.score-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.score-card{padding:16px;display:block;break-inside:avoid}.score-name{font-size:12px}.score-value{font-size:28px;margin:16px 0}.result-focus{padding:20px;break-inside:avoid}.result-focus h2{font-size:19px}.result-focus p{font-size:12px}.priority-card{padding:14px 0;break-inside:avoid}.priority-card h3{font-size:14px}.priority-card p{font-size:12px}.priority-meta,.assessment-note{font-size:10px}.priorities-heading{margin:25px 0 18px}.priorities-heading h2{font-size:22px}}
