.sdp-shell{width:min(100% - 48px,var(--container,1240px));margin:0 auto}.sdp-discovery-page{min-height:70vh;background:#fff;padding:clamp(42px,6vw,90px) 0 80px}.sdp-discovery-header{max-width:760px;margin-bottom:36px}.sdp-discovery-header>span,.sdp-profile-card>span,.sdp-profile-cta>span,.sdp-section-heading>div>span{display:block;margin-bottom:12px;font-size:.66rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.sdp-discovery-header h1{max-width:700px;margin:0 0 16px;font-family:var(--display);font-size:clamp(2.3rem,5vw,4.8rem);font-weight:400;line-height:1.02}.sdp-discovery-header p{max-width:650px;margin:0;color:#555;font-size:1rem;line-height:1.7}.sdp-questionnaire{min-height:520px;border:1px solid var(--line);background:#fafafa;padding:clamp(24px,5vw,64px)}.sdp-progress{margin-bottom:46px}.sdp-progress>div{display:flex;justify-content:space-between;margin-bottom:10px;color:#555;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.sdp-progress progress{display:block;width:100%;height:3px;border:0;background:#ddd;appearance:none}.sdp-progress progress::-webkit-progress-bar{background:#ddd}.sdp-progress progress::-webkit-progress-value{background:#000}.sdp-progress progress::-moz-progress-bar{background:#000}.sdp-question fieldset{margin:0;padding:0;border:0}.sdp-question legend{display:block;width:100%;margin-bottom:10px;font-family:var(--display);font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.1}.sdp-question fieldset>p{margin:0 0 28px;color:#666}.sdp-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sdp-option-grid--level{grid-template-columns:repeat(4,minmax(0,1fr))}.sdp-option{position:relative;display:flex;min-height:82px;align-items:center;gap:13px;border:1px solid #d7d7d7;background:#fff;padding:18px;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.sdp-option:hover,.sdp-option:focus-within{border-color:#000}.sdp-option.is-selected{border-color:#000;background:#000;color:#fff}.sdp-option input{position:absolute;width:1px;height:1px;opacity:0}.sdp-option__mark{display:grid;width:20px;height:20px;flex:0 0 20px;place-items:center;border:1px solid currentColor;border-radius:50%}.sdp-option.is-selected .sdp-option__mark:after{width:8px;height:8px;border-radius:50%;background:#fff;content:""}.sdp-option strong{font-size:.78rem;font-weight:500;line-height:1.35}.sdp-question-error{margin:15px 0 0!important;color:#9b1c1c!important;font-weight:600}.sdp-question-actions{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;margin-top:36px}.sdp-question-actions button{min-height:48px;border:0;background:none;color:#111;font:inherit;font-size:.75rem;font-weight:600;cursor:pointer}.sdp-question-actions .sdp-back{justify-self:start}.sdp-question-actions .sdp-skip{justify-self:center;text-decoration:underline;text-underline-offset:4px}.sdp-question-actions .sdp-next{min-width:160px;justify-self:end;background:#000;color:#fff;padding:0 24px}.sdp-question-actions button:disabled{cursor:not-allowed;opacity:.35}.sdp-loading{display:grid;min-height:350px;place-items:center;align-content:center;gap:18px;text-align:center}.sdp-loading span{width:34px;height:34px;border:2px solid #ccc;border-top-color:#000;border-radius:50%;animation:sdp-spin .8s linear infinite}.sdp-loading p{color:#666}@keyframes sdp-spin{to{transform:rotate(360deg)}}.sdp-privacy-note{display:grid;grid-template-columns:230px 1fr;gap:30px;margin-top:24px;padding:20px 0;border-top:1px solid var(--line);color:#555;font-size:.78rem;line-height:1.6}.sdp-privacy-note p{margin:0}.sdp-profile-card{padding:clamp(30px,5vw,62px);background:#000;color:#fff}.sdp-profile-card h2{margin:0 0 14px;color:#fff;font-family:var(--display);font-size:clamp(2rem,4vw,3.8rem);font-weight:400}.sdp-profile-card p{max-width:720px;margin:0 0 24px;color:#ddd;line-height:1.7}.sdp-profile-card small{display:block;margin-top:22px;color:#aaa}.sdp-chips{display:flex;flex-wrap:wrap;gap:8px}.sdp-chips span{border:1px solid currentColor;border-radius:999px;padding:8px 12px;font-size:.68rem}.sdp-section-heading{display:flex;justify-content:space-between;margin:52px 0 22px}.sdp-section-heading h2{margin:0 0 8px;font-family:var(--display);font-size:clamp(1.7rem,3vw,2.5rem);font-weight:400}.sdp-section-heading p{margin:0;color:#666}.sdp-recommendation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.sdp-recommendation-card{min-width:0;background:#fff}.sdp-recommendation-card__media{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:#f5f5f5}.sdp-recommendation-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.sdp-recommendation-card__media:hover img{transform:scale(1.025)}.sdp-recommendation-card__media>span{position:absolute;right:10px;bottom:10px;background:#000;color:#fff;padding:7px 9px;font-size:.66rem;font-weight:600}.sdp-recommendation-card__body{padding:15px 2px}.sdp-recommendation-card__body>div:first-child{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sdp-recommendation-card h3{margin:0;font-family:var(--sans);font-size:.82rem;font-weight:600;line-height:1.35}.sdp-recommendation-card h3 a{color:#111;text-decoration:none}.sdp-recommendation-card .price{flex:0 0 auto;color:#111;font-size:.76rem}.sdp-recommendation-card__body>p{min-height:48px;margin:10px 0;color:#666;font-size:.72rem;line-height:1.55}.sdp-feedback{display:flex;gap:7px;border-top:1px solid var(--line);padding-top:10px}.sdp-feedback button{min-height:38px;flex:1;border:1px solid #d8d8d8;background:#fff;color:#222;font-size:.68rem;cursor:pointer}.sdp-feedback button:hover,.sdp-feedback button:focus-visible,.sdp-feedback button.is-selected{border-color:#000;background:#000;color:#fff}.sdp-save-profile{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:50px;border:1px solid var(--line);padding:30px}.sdp-save-profile h2{margin:0 0 6px;font-size:1.35rem}.sdp-save-profile p{margin:0;color:#666}.sdp-save-profile .button,.sdp-profile-cta .button{flex:0 0 auto;background:#000!important;color:#fff!important;text-decoration:none!important}.sdp-profile-cta-section{background:#f3f3f3}.sdp-profile-cta{display:grid;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:35px;padding:clamp(38px,5vw,68px) 0}.sdp-profile-cta h2{margin:0 0 8px;font-family:var(--display);font-size:clamp(1.8rem,3.4vw,3rem);font-weight:400}.sdp-profile-cta p{margin:0;color:#555}.sdp-profile-cta small{grid-column:2/4;color:#777}.sdp-account-profile{display:grid;gap:24px}.sdp-profile-actions{display:flex;flex-wrap:wrap;gap:10px}.sdp-profile-actions .button{margin:0;text-decoration:none!important}.sdp-delete-profile{border:0;background:none;color:#8a1d1d;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.sdp-account-privacy{border:1px solid var(--line);padding:20px}.sdp-account-privacy p{margin:5px 0 0;color:#666}.sdp-home-recommendations{border-top:0!important}.sdp-product-match{margin:18px 0;border:1px solid #d8d8d8;padding:16px}.sdp-product-match strong{font-size:.82rem}.sdp-product-match p{margin:5px 0 0!important;color:#666;font-size:.76rem}.sdp-notice{border:1px solid var(--line);background:#fff;padding:28px}.sdp-notice--error{border-color:#d6a8a8}.sdp-notice h2{margin-top:0}
@media(max-width:980px){.sdp-option-grid,.sdp-option-grid--level{grid-template-columns:repeat(2,minmax(0,1fr))}.sdp-recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sdp-profile-cta{grid-template-columns:1fr auto}.sdp-profile-cta>span{grid-column:1/-1}.sdp-profile-cta small{grid-column:1/-1}}
@media(max-width:620px){.sdp-shell{width:min(100% - 28px,var(--container,1240px))}.sdp-discovery-page{padding-top:32px}.sdp-questionnaire{min-height:480px;padding:22px 16px}.sdp-option-grid,.sdp-option-grid--level{gap:8px}.sdp-option{min-height:74px;padding:14px 10px}.sdp-question-actions{grid-template-columns:auto 1fr auto}.sdp-question-actions .sdp-next{min-width:128px;padding:0 14px}.sdp-privacy-note{grid-template-columns:1fr;gap:5px}.sdp-recommendation-grid{gap:10px}.sdp-recommendation-card__body>div:first-child{display:block}.sdp-recommendation-card .price{display:block;margin-top:5px}.sdp-recommendation-card__body>p{min-height:0}.sdp-feedback{display:block}.sdp-feedback button{width:100%;margin-top:5px}.sdp-save-profile{align-items:flex-start;flex-direction:column}.sdp-profile-cta{display:flex;align-items:flex-start;flex-direction:column;gap:18px}.sdp-profile-cta small{grid-column:auto}.sdp-profile-actions{display:grid}.sdp-profile-actions .button,.sdp-delete-profile{width:100%;text-align:center}}
@media(max-width:360px){.sdp-option-grid,.sdp-recommendation-grid{grid-template-columns:1fr}.sdp-option{min-height:62px}.sdp-question-actions{grid-template-columns:1fr 1fr;gap:8px}.sdp-question-actions .sdp-skip{display:none}.sdp-question-actions .sdp-next{grid-column:1/-1;width:100%}}
@media(prefers-reduced-motion:reduce){.sdp-loading span{animation-duration:1.8s}.sdp-recommendation-card__media img{transition:none}}

/* Distraction-free, full-viewport discovery route. */
.sdp-discovery-route{margin:0;background:#fff}.sdp-discovery-route .sdp-discovery-page{display:flex;min-height:100vh;min-height:100svh;align-items:center;padding:clamp(28px,4vw,56px) 0}.sdp-discovery-route .sdp-shell{display:flex;min-height:calc(100vh - clamp(56px,8vw,112px));min-height:calc(100svh - clamp(56px,8vw,112px));flex-direction:column;justify-content:center}.sdp-discovery-brand{margin:0 auto 24px;text-align:center}.sdp-discovery-brand a{display:inline-flex;align-items:center;justify-content:center;color:#000;text-decoration:none}.sdp-discovery-logo{display:block;width:auto;max-width:min(220px,65vw);height:auto;max-height:62px;object-fit:contain}.sdp-discovery-route .sdp-discovery-header{max-width:760px;margin:0 auto 34px;text-align:center}.sdp-discovery-route .sdp-discovery-header p{margin-right:auto;margin-left:auto}.sdp-discovery-route .sdp-questionnaire{width:100%}
@media(max-width:620px){.sdp-discovery-route .sdp-discovery-page{align-items:flex-start;padding:24px 0 36px}.sdp-discovery-route .sdp-shell{min-height:calc(100svh - 60px);justify-content:flex-start}.sdp-discovery-brand{margin-bottom:18px}.sdp-discovery-logo{max-width:180px;max-height:50px}.sdp-discovery-route .sdp-discovery-header{margin-bottom:24px}.sdp-discovery-route .sdp-discovery-header h1{font-size:clamp(2rem,11vw,3rem)}}

/* Minimal discovery introduction. */
.sdp-discovery-route .sdp-discovery-header{max-width:620px;margin-bottom:28px}.sdp-discovery-route .sdp-discovery-header h1{margin-bottom:10px;font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.08}.sdp-discovery-route .sdp-discovery-header p{max-width:560px;font-size:.9rem;line-height:1.55}.sdp-discovery-route .sdp-discovery-brand{margin-bottom:18px}
@media(max-width:620px){.sdp-discovery-route .sdp-discovery-header h1{font-size:clamp(1.7rem,8vw,2.2rem)}.sdp-discovery-route .sdp-discovery-header p{font-size:.84rem}.sdp-discovery-route .sdp-discovery-brand{margin-bottom:14px}}

/* Quiet profile relevance badge for catalogue cards. */
.sd-product-details>.sdp-catalogue-match{display:inline-flex;width:max-content;min-height:22px;align-items:center;margin:0 0 9px;border:1px solid #d7d7d7;background:#fff;padding:4px 7px;color:#222;font-size:.52rem;font-weight:600;letter-spacing:.055em;line-height:1;text-transform:uppercase;pointer-events:none}
.sd-product-details>.sdp-catalogue-match--empty{visibility:hidden}
@media(max-width:620px){.sd-product-details>.sdp-catalogue-match{min-height:20px;margin-bottom:7px;padding:3px 6px;font-size:.48rem;letter-spacing:.04em}}

/* One shared, quiet match interaction for every WooCommerce product card. */
.sdp-card-match{display:flex;min-height:26px;align-items:center;gap:7px;margin:0 0 9px}.sdp-card-match__trigger,.sdp-card-match__label{display:inline-flex;width:max-content;min-height:22px;align-items:center;border:1px solid #d7d7d7;background:#fff;padding:4px 7px;color:#222;font:inherit;font-size:.52rem;font-weight:600;letter-spacing:.055em;line-height:1;text-transform:uppercase}.sd-product-details>.sdp-card-match__label{margin:0 0 9px}.sdp-card-match__trigger{cursor:pointer}.sdp-card-match__trigger:hover,.sdp-card-match__trigger:focus-visible,.sdp-card-match__trigger[aria-expanded=true]{border-color:#111;background:#111;color:#fff;transform:none}.sdp-card-match__feedback{display:inline-flex;align-items:center;gap:5px}.sdp-card-match__feedback[hidden]{display:none}.sdp-card-match__feedback button{display:inline-grid;width:26px;height:26px;min-width:26px;min-height:26px;place-items:center;border:1px solid #d7d7d7;border-radius:50%;background:#fff;padding:0;color:#222;cursor:pointer}.sdp-card-match__feedback button:hover,.sdp-card-match__feedback button:focus-visible,.sdp-card-match__feedback button.is-selected{border-color:#111;background:#111;color:#fff;transform:none}.sdp-card-match__feedback button:disabled{cursor:wait;opacity:.55}.sdp-card-match__feedback svg{width:13px;height:13px;fill:currentColor}.sdp-standard-product-grid{width:100%}.sdp-standard-product-grid>.products{width:100%}.woocommerce-account .sdp-standard-product-grid>.products{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:620px){.sdp-card-match{min-height:24px;margin-bottom:7px}.sdp-card-match__trigger,.sdp-card-match__label{min-height:20px;padding:3px 6px;font-size:.48rem;letter-spacing:.04em}.sdp-card-match__feedback button{width:24px;height:24px;min-width:24px;min-height:24px}.woocommerce-account .sdp-standard-product-grid>.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:360px){.woocommerce-account .sdp-standard-product-grid>.products{grid-template-columns:1fr}}
.sdp-product-match .sdp-product-match__actions{margin:0 0 8px}.sdp-product-match .sdp-card-match__trigger{min-height:30px;padding:6px 9px;font-size:.66rem}.sdp-product-match .sdp-card-match__feedback button{width:30px;height:30px;min-width:30px;min-height:30px}.sdp-product-match .sdp-card-match__feedback svg{width:14px;height:14px}

/* My Account profile presentation. */
.woocommerce-account .sdp-account-profile{gap:0}
.woocommerce-account .sdp-account-profile .sdp-profile-card{padding:0 0 28px;border-bottom:1px solid #d9d9d6;background:transparent;color:#0a0a0a}
.woocommerce-account .sdp-profile-card__heading{display:flex;align-items:center;justify-content:space-between;gap:24px}
.woocommerce-account .sdp-account-profile .sdp-profile-card h2{margin:0;color:#0a0a0a;font-family:var(--sans);font-size:clamp(1.35rem,2vw,1.75rem);font-weight:500;line-height:1.25;letter-spacing:-.02em}
.woocommerce-account .sdp-profile-status{flex:0 0 auto;padding:6px 9px;border:1px solid #222;color:#111;font-size:.6rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}
.woocommerce-account .sdp-account-profile .sdp-profile-card p{max-width:760px;margin:13px 0 21px;color:#666663;font-size:.82rem;line-height:1.65}
.woocommerce-account .sdp-account-profile .sdp-profile-card small{margin-top:17px;color:#777773;font-size:.65rem}
.woocommerce-account .sdp-account-profile .sdp-chips{gap:6px}
.woocommerce-account .sdp-account-profile .sdp-chips span{padding:6px 9px;border:1px solid #d7d7d3;border-radius:0;background:#f7f7f5;color:#444441;font-size:.64rem}
.woocommerce-account .sdp-account-profile .sdp-profile-actions{gap:8px;padding:22px 0 30px;border-bottom:1px solid #d9d9d6}
.woocommerce-account .sdp-account-profile .sdp-profile-actions .button{min-height:42px;margin:0;padding:10px 15px;border:1px solid #0a0a0a;border-radius:0;font-size:.64rem;transform:none}
.woocommerce-account .sdp-account-profile .sdp-profile-actions .button--outline{background:#fff!important;color:#0a0a0a!important}
.woocommerce-account .sdp-account-profile .sdp-profile-actions .button:hover,.woocommerce-account .sdp-account-profile .sdp-profile-actions .button--outline:hover{background:#303030!important;color:#fff!important;transform:none}
.woocommerce-account .sdp-account-profile .sdp-delete-profile{margin-left:auto;padding:10px 0;color:#7a2929;font-size:.66rem}
.woocommerce-account .sdp-account-profile .sdp-account-privacy{display:grid;grid-template-columns:150px minmax(0,1fr);gap:28px;margin-top:0;padding:23px 0;border:0;border-bottom:1px solid #d9d9d6}
.woocommerce-account .sdp-account-profile .sdp-account-privacy strong{font-size:.76rem}
.woocommerce-account .sdp-account-profile .sdp-account-privacy p{margin:0;font-size:.75rem;line-height:1.6}
.woocommerce-account .sdp-account-profile .sdp-section-heading{margin:42px 0 20px}
.woocommerce-account .sdp-account-profile .sdp-section-heading h2{font-family:var(--sans);font-size:clamp(1.2rem,1.8vw,1.55rem);font-weight:500}
.woocommerce-account .sdp-account-profile .sdp-section-heading p{font-size:.76rem}
.woocommerce-account .sdp-account-profile .sdp-profile-cta{grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:0 0 30px;border-bottom:1px solid #d9d9d6}
.woocommerce-account .sdp-account-profile .sdp-profile-cta>span{display:none}
.woocommerce-account .sdp-account-profile .sdp-profile-cta h2{font-family:var(--sans);font-size:clamp(1.35rem,2vw,1.75rem);font-weight:500}
.woocommerce-account .sdp-account-profile .sdp-profile-cta small{grid-column:1/-1}
@media(max-width:780px){.woocommerce-account .sdp-account-profile .sdp-account-privacy{grid-template-columns:1fr;gap:8px}.woocommerce-account .sdp-account-profile .sdp-delete-profile{margin-left:0}.woocommerce-account .sdp-account-profile .sdp-profile-cta{grid-template-columns:1fr}}
@media(max-width:540px){.woocommerce-account .sdp-account-profile .sdp-profile-actions .button,.woocommerce-account .sdp-account-profile .sdp-profile-actions button{width:auto}.woocommerce-account .sdp-account-profile .sdp-delete-profile{width:100%;text-align:left}}

/* Compact icon-led discovery questionnaire. */
.sdp-discovery-route .sdp-discovery-page{padding:18px 0 28px}
.sdp-discovery-route .sdp-shell{width:min(100% - 40px,1080px);min-height:calc(100svh - 46px)}
.sdp-discovery-route .sdp-discovery-brand{margin-bottom:10px}
.sdp-discovery-route .sdp-discovery-logo{max-width:165px;max-height:42px}
.sdp-discovery-route .sdp-discovery-header{max-width:570px;margin-bottom:18px}
.sdp-discovery-route .sdp-discovery-header h1{margin-bottom:7px;font-size:clamp(1.55rem,2.5vw,2.15rem);line-height:1.12}
.sdp-discovery-route .sdp-discovery-header p{max-width:520px;font-size:.78rem;line-height:1.5}
.sdp-discovery-route .sdp-questionnaire{min-height:0;padding:clamp(22px,3vw,34px);border-color:#d9d9d6;background:#fff}
.sdp-discovery-route .sdp-progress{margin-bottom:24px}
.sdp-discovery-route .sdp-progress>div{margin-bottom:8px;font-size:.61rem;letter-spacing:.06em}
.sdp-discovery-route .sdp-progress progress{height:2px}
.sdp-discovery-route .sdp-question legend{margin-bottom:6px;font-family:var(--sans);font-size:clamp(1.25rem,2vw,1.65rem);font-weight:500;line-height:1.2;letter-spacing:-.02em}
.sdp-discovery-route .sdp-question fieldset>p{margin-bottom:18px;color:#70706d;font-size:.75rem;line-height:1.5}
.sdp-discovery-route .sdp-option-grid,.sdp-discovery-route .sdp-option-grid--level{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}
.sdp-discovery-route .sdp-option{display:grid;grid-template-columns:28px minmax(0,1fr) 16px;min-height:60px;padding:10px 12px;align-items:center;gap:10px;border-color:#d9d9d6;background:#fff}
.sdp-discovery-route .sdp-option:hover,.sdp-discovery-route .sdp-option:focus-within{border-color:#111;background:#f6f6f4}
.sdp-discovery-route .sdp-option.is-selected{border-color:#111;background:#111;color:#fff}
.sdp-discovery-route .sdp-option__icon{display:grid;width:28px;height:28px;place-items:center}
.sdp-discovery-route .sdp-option__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.sdp-discovery-route .sdp-option__level-icon rect{fill:currentColor;stroke:none}
.sdp-discovery-route .sdp-option strong{font-size:.7rem;font-weight:500;line-height:1.3}
.sdp-discovery-route .sdp-option__mark{width:16px;height:16px;flex:0 0 16px}
.sdp-discovery-route .sdp-option-grid--multiple .sdp-option__mark{border-radius:2px}
.sdp-discovery-route .sdp-option-grid--single .sdp-option.is-selected .sdp-option__mark:after,.sdp-discovery-route .sdp-option-grid--level .sdp-option.is-selected .sdp-option__mark:after{width:6px;height:6px;border-radius:50%;background:#fff;content:""}
.sdp-discovery-route .sdp-option-grid--multiple .sdp-option.is-selected .sdp-option__mark:after{width:7px;height:4px;border-bottom:1.5px solid #fff;border-left:1.5px solid #fff;background:transparent;content:"";transform:rotate(-45deg) translate(1px,-1px)}
.sdp-discovery-route .sdp-question-actions{margin-top:24px}
.sdp-discovery-route .sdp-question-actions button{min-height:42px;font-size:.68rem}
.sdp-discovery-route .sdp-question-actions .sdp-next{min-width:136px;padding:0 18px}
.sdp-discovery-route .sdp-question-error{margin-top:10px!important;font-size:.7rem}
.sdp-discovery-route .sdp-privacy-note{grid-template-columns:180px 1fr;gap:22px;margin-top:14px;padding:13px 0 0;font-size:.68rem;line-height:1.5}
@media(max-width:620px){.sdp-discovery-route .sdp-discovery-page{padding:16px 0 24px}.sdp-discovery-route .sdp-shell{width:min(100% - 28px,1080px);min-height:calc(100svh - 40px)}.sdp-discovery-route .sdp-discovery-brand{margin-bottom:8px}.sdp-discovery-route .sdp-discovery-logo{max-width:145px;max-height:36px}.sdp-discovery-route .sdp-discovery-header{margin-bottom:15px}.sdp-discovery-route .sdp-discovery-header h1{font-size:clamp(1.45rem,7vw,1.85rem)}.sdp-discovery-route .sdp-discovery-header p{font-size:.73rem}.sdp-discovery-route .sdp-questionnaire{padding:20px 14px}.sdp-discovery-route .sdp-option-grid,.sdp-discovery-route .sdp-option-grid--level{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.sdp-discovery-route .sdp-option{grid-template-columns:24px minmax(0,1fr) 14px;min-height:58px;padding:9px;gap:8px}.sdp-discovery-route .sdp-option__icon{width:24px;height:24px}.sdp-discovery-route .sdp-option__icon svg{width:22px;height:22px}.sdp-discovery-route .sdp-option strong{font-size:.65rem}.sdp-discovery-route .sdp-privacy-note{grid-template-columns:1fr;gap:3px}}
@media(max-width:380px){.sdp-discovery-route .sdp-option-grid,.sdp-discovery-route .sdp-option-grid--level{grid-template-columns:1fr}.sdp-discovery-route .sdp-option{min-height:54px}.sdp-discovery-route .sdp-question-actions{grid-template-columns:auto 1fr;gap:8px}.sdp-discovery-route .sdp-question-actions .sdp-next{min-width:120px}.sdp-discovery-route .sdp-question-actions .sdp-skip{display:none}}

/* Completed questionnaire profile summary matches My Account. */
.sdp-discovery-route .sdp-results-profile{padding:0 0 28px;border-bottom:1px solid #d9d9d6;background:transparent;color:#0a0a0a}
.sdp-discovery-route .sdp-results-profile .sdp-profile-card__heading{display:flex;align-items:center;justify-content:space-between;gap:24px}
.sdp-discovery-route .sdp-results-profile h2{margin:0;color:#0a0a0a;font-family:var(--sans);font-size:clamp(1.35rem,2vw,1.75rem);font-weight:500;line-height:1.25;letter-spacing:-.02em}
.sdp-discovery-route .sdp-results-profile .sdp-profile-status{flex:0 0 auto;padding:6px 9px;border:1px solid #222;color:#111;font-size:.6rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}
.sdp-discovery-route .sdp-results-profile p{max-width:760px;margin:13px 0 21px;color:#666663;font-size:.82rem;line-height:1.65}
.sdp-discovery-route .sdp-results-profile small{margin-top:17px;color:#777773;font-size:.65rem}
.sdp-discovery-route .sdp-results-profile .sdp-chips{gap:6px}
.sdp-discovery-route .sdp-results-profile .sdp-chips span{padding:6px 9px;border:1px solid #d7d7d3;border-radius:0;background:#f7f7f5;color:#444441;font-size:.64rem}
@media(max-width:540px){.sdp-discovery-route .sdp-results-profile .sdp-profile-card__heading{align-items:flex-start;flex-direction:column;gap:12px}}

/* Previous purchase context on single-product pages. */
.sdp-previously-purchased{margin:3px 0 19px;padding:13px 0;border-top:1px solid #dededb;border-bottom:1px solid #dededb;color:#222}.sdp-previously-purchased__title{display:flex;align-items:center;gap:8px;font-size:.72rem;font-weight:600;line-height:1.4}.sdp-previously-purchased__title>span{font-size:.76rem}.sdp-previously-purchased p{margin:5px 0 0!important;color:#686864!important;font-size:.67rem!important;line-height:1.5!important}.sdp-previously-purchased a{color:#222;text-decoration:underline;text-underline-offset:3px}.sdp-previously-purchased small{display:block;margin-top:5px;color:#777773;font-size:.63rem;line-height:1.45}
@media(max-width:620px){.sdp-previously-purchased{margin-bottom:16px;padding:12px 0}.sdp-previously-purchased p{display:flex;flex-wrap:wrap;gap:2px 5px}}
