/* Primitive → semantic → component tokens. See design-system/MASTER.md. */
:root{
 --ivory:#f8f7f1;--white:#fffefa;--forest-700:#224d3d;--forest-900:#163c2e;--sage-100:#e6ecdf;--sage-300:#cbd2c5;--sage-500:#6b805e;--charcoal:#26342c;--gray-green:#566258;--ochre:#9a4b13;--light-green:#dfeabe;
 --space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;
 --radius-sm:8px;--radius-md:16px;--radius-lg:28px;--shadow:0 18px 50px rgb(34 77 61 / .07);
 --paper:var(--ivory);--surface:var(--white);--ink:var(--charcoal);--muted:var(--gray-green);--primary:var(--forest-700);--hover:var(--forest-900);--soft:var(--sage-100);--line:var(--sage-300);--accent:var(--sage-500);--focus:var(--ochre);--on-dark:var(--ivory);--highlight:var(--light-green);
 --font-body:Arial,Helvetica,sans-serif;--font-heading:Georgia,'Times New Roman',serif;--section-space:clamp(3.5rem,7vw,6.5rem);--content-width:1240px;--reading-width:68ch;
 --button-bg:var(--primary);--button-hover:var(--hover);--button-color:var(--surface);--button-radius:var(--radius-sm);--card-bg:var(--surface);--answer-border:var(--line);--answer-selected:var(--soft);
}
*{box-sizing:border-box}html{scroll-padding-top:1rem}body{margin:0;background:var(--paper);color:var(--ink);font:1.125rem/1.65 var(--font-body);-webkit-font-smoothing:antialiased}button,a,summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{font:inherit;cursor:pointer}a{color:inherit}img{display:block;max-width:100%}svg{width:24px;height:24px;flex-shrink:0;vertical-align:middle}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3{font-family:var(--font-heading);font-weight:400;line-height:1.12;text-wrap:balance}h1{font-size:clamp(2.65rem,4.2vw,4.15rem);letter-spacing:-.048em}h2{font-size:clamp(2.1rem,3.4vw,3.25rem);letter-spacing:-.035em}h3{font-size:1.65rem;letter-spacing:-.02em}h4{font-size:1.125rem;line-height:1.5;margin-bottom:8px}h1 em,h2 em{color:var(--primary);font-weight:400}p{max-width:var(--reading-width);margin-bottom:1.25rem}p:last-child{margin-bottom:0}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:4px}h1:focus,main:focus{outline:none}.skip-link{position:fixed;top:-100px;left:16px;z-index:50;padding:14px 20px;background:var(--surface);border:2px solid var(--primary)}.skip-link:focus{top:8px}.internal{background:var(--soft);color:var(--muted);text-align:center;font-size:.75rem;letter-spacing:.1em;padding:7px 16px}.internal span{letter-spacing:0;margin-left:20px}header,.wrap,footer,#steps{width:min(var(--content-width),calc(100% - 96px));margin-inline:auto}header{display:flex;align-items:center;justify-content:space-between;padding:25px 0;gap:20px}.brand{text-decoration:none;font-size:2rem;font-weight:700;letter-spacing:-1.7px;line-height:1;display:inline-block;color:var(--primary)}.brand span{font-family:var(--font-heading);font-weight:400;margin-left:5px}.brand i{display:block;font-style:normal;font-size:.75rem;font-weight:400;letter-spacing:.03em;margin-top:11px;color:var(--muted)}.header-link{display:flex;align-items:center;gap:16px;min-height:48px;padding:9px 17px;border:1px solid var(--line);border-radius:var(--radius-sm);text-decoration:none;font-size:.9375rem;font-weight:600}.header-link:hover{background:var(--soft)}#steps{border-top:1px solid var(--line);padding:14px 0;display:flex;justify-content:center;gap:36px;color:var(--muted);font-size:.875rem}#steps>span{display:flex;align-items:center;gap:9px}#steps b{border:1px solid var(--line);width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:.6875rem;flex-shrink:0}#steps svg{width:15px;height:15px}#steps .active{color:var(--primary);font-weight:700}#steps .active b{background:var(--primary);border-color:var(--primary);color:var(--surface)}#steps .done b{background:var(--soft);color:var(--primary)}main{min-height:60vh}.eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:700;line-height:1.5;letter-spacing:.12em;display:flex;align-items:center;gap:9px;margin-bottom:20px}.eyebrow svg{width:21px;height:21px}.primary{display:inline-flex;justify-content:center;align-items:center;gap:22px;min-height:58px;background:var(--button-bg);color:var(--button-color);border:1px solid transparent;border-radius:var(--button-radius);padding:16px 23px;text-decoration:none;font-size:1.0625rem;font-weight:600;line-height:1.45;text-align:center}.primary svg{width:20px;height:20px}.primary:hover{background:var(--button-hover)}.primary:active{background:var(--forest-900)}.primary:disabled{cursor:default;opacity:.5}.micro,.preview-caption{font-size:.875rem;line-height:1.6;color:var(--muted);margin-top:12px;margin-bottom:0}.lead{font-size:1.25rem;line-height:1.6}.quiet{font-size:.9375rem;color:var(--muted)}.text-link{background:none;border:0;color:var(--primary);min-height:48px;display:inline-flex;align-items:center;padding:10px 0;line-height:1.45;text-decoration:underline;text-underline-offset:5px;font-size:1rem}.hero{display:grid;grid-template-columns:1.04fr 1fr;gap:60px;align-items:center;padding:44px 0 56px}.hero h1{margin-bottom:25px}.hero-copy>.lead{margin-bottom:13px}.hero-explain{color:var(--muted);max-width:45ch;margin-bottom:27px}.hero-photo{position:relative;isolation:isolate;padding-bottom:62px}.hero-photo img{aspect-ratio:1.06;object-fit:cover;object-position:51% center;width:100%;height:auto;border-radius:var(--radius-lg) var(--radius-lg) 100px var(--radius-lg)}.hero-photo figcaption{background:var(--soft);border:8px solid var(--paper);border-radius:var(--radius-md);padding:22px 28px;position:absolute;bottom:0;left:-28px;max-width:300px}.hero-photo figcaption>span{font-size:.6875rem;letter-spacing:.1em;font-weight:700}.hero-photo figcaption p{font-family:var(--font-heading);font-size:1.65rem;line-height:1.25;margin-top:10px}.hero-photo figcaption em{color:var(--primary)}.trust-strip{display:flex;justify-content:space-between;gap:20px;padding:23px 0;border-block:1px solid var(--line)}.trust-strip span{display:flex;align-items:center;gap:9px;font-size:.9375rem}.trust-strip svg{width:19px;height:19px;color:var(--primary)}.section{padding-block:var(--section-space)}.recognition{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.section-intro h2{margin-bottom:25px}.section-intro p{color:var(--muted)}.scene-list article{display:flex;gap:25px;padding:24px 0;border-bottom:1px solid var(--line)}.scene-list article:first-child{padding-top:0}.number{font-family:var(--font-heading);font-size:2.3rem;color:var(--accent);line-height:1}.scene-list h3{margin-bottom:12px}.scene-list p{color:var(--muted)}.benefit-band{background:var(--primary);color:var(--on-dark);padding:var(--section-space) 0}.benefit-layout{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.benefit-band h2{margin-bottom:25px}.benefit-band h2 em{color:var(--highlight)}.benefit-band .primary{background:var(--on-dark);color:var(--primary)}.benefit-band .primary:hover{background:var(--highlight)}.benefit-band p{color:var(--on-dark)}.benefit-list{padding:0;margin:0;list-style:none}.benefit-list li{display:flex;gap:23px;padding:22px 0;border-bottom:1px solid rgb(255 255 255 / .22)}.benefit-list li:first-child{padding-top:0}.benefit-list b{font-size:.75rem;padding-top:5px;color:var(--highlight)}.benefit-list h3{font-size:1.45rem;margin-bottom:8px}.benefit-list p{font-size:1rem}.section-heading{margin-bottom:40px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.steps-grid article{position:relative}.step-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--soft);border-radius:var(--radius-md);margin-bottom:25px}.steps-grid .eyebrow{margin-bottom:12px}.steps-grid h3{margin-bottom:16px}.steps-grid p{color:var(--muted)}.final-panel{background:var(--soft);border-radius:var(--radius-lg);padding:60px 30px;text-align:center;margin-bottom:80px}.final-panel .eyebrow{justify-content:center}.final-panel h2{max-width:760px;margin:0 auto 23px}.final-panel p{margin-inline:auto}.final-panel .primary{margin-top:6px}.final-panel .micro{margin-top:15px}.price{font-family:var(--font-heading);font-size:3.4rem;line-height:1.1;letter-spacing:-.03em;color:var(--primary)}.price span,.price small{font:1rem/1.5 var(--font-body);letter-spacing:0;color:var(--ink)}.notice{font-size:.875rem;line-height:1.6;color:var(--muted);max-width:75ch}.medical{border-left:3px solid var(--line);padding:4px 20px;margin:34px 0 0}.empty-state{padding-block:80px}.empty-state h1{margin-bottom:25px}
/* Quiz: stable measured question and option heights, no page animation. */
body[data-page=quiz]{background:var(--soft)}body[data-page=quiz] header,body[data-page=quiz] #steps{max-width:1050px}body[data-page=quiz] .internal{background:var(--paper)}body[data-page=quiz] .header-link{visibility:hidden}.quiz-shell{max-width:760px;width:calc(100% - 48px);margin:26px auto 70px}.quiz-top{display:flex;justify-content:space-between;gap:20px;align-items:center}.quiz-top .eyebrow{margin:0}.quiz-count{font-size:.9375rem;font-weight:600}.track{background:var(--line);height:5px;border-radius:8px;overflow:hidden;margin:17px 0 25px}.track span{display:block;background:var(--primary);height:100%}.quiz-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:34px 40px;box-shadow:var(--shadow);--question-height:100px;--answer-height:80px}.question-category{font-size:.9375rem;color:var(--primary);display:flex;gap:9px;align-items:center;margin-bottom:14px}.quiz-card h1{font-size:clamp(1.85rem,3vw,2.4rem);letter-spacing:-.035em;min-height:var(--question-height);margin-bottom:18px;line-height:1.2;text-wrap:initial}.quiz-card>p{font-size:1rem;color:var(--muted);margin-bottom:22px}.answers{display:grid;gap:12px}.answer{display:flex;align-items:center;gap:16px;width:100%;min-height:var(--answer-height);border:2px solid var(--answer-border);border-radius:var(--radius-sm);padding:17px 20px;text-align:left;background:var(--surface);color:var(--ink);font-size:1.125rem;line-height:1.5}.answer-marker{width:24px;height:24px;border:1.5px solid var(--accent);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.answer-marker svg{width:17px;height:17px;visibility:hidden}.answer:hover:not(:disabled){border-color:var(--primary);background:var(--paper)}.answer.selected{background:var(--answer-selected);border-color:var(--primary)}.answer.selected .answer-marker{background:var(--primary);color:var(--surface);border-color:var(--primary)}.answer.selected svg{visibility:visible}.answer:disabled{cursor:default;color:var(--ink);opacity:1}.quiz-bottom{border-top:1px solid var(--line);margin-top:25px;padding-top:14px;display:flex;justify-content:space-between;align-items:center;gap:15px}.quiz-bottom .quiet{font-size:.8125rem}.quiz-shell>.notice{text-align:center;margin:22px auto 0}.quiz-measure{position:fixed;left:-10000px;top:0;visibility:hidden;pointer-events:none}.quiz-measure h1{font-size:clamp(1.85rem,3vw,2.4rem);line-height:1.2;letter-spacing:-.035em;text-wrap:initial}
/* Result: readable rationale + prominent action. */
.result-heading{max-width:850px;margin:52px 0 35px}.result-heading h1{font-size:clamp(2.45rem,4vw,3.6rem);margin-bottom:18px}.result-heading .eyebrow{color:var(--primary)}.result-heading .lead{color:var(--muted)}.tie-note{font-size:1rem}.result-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:45px;margin-bottom:32px}.profile-summary{background:var(--primary);color:var(--on-dark);padding:35px;border-radius:var(--radius-md);align-self:start}.profile-symbol{width:55px;height:55px;border:1px solid rgb(255 255 255 / .35);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.profile-summary .eyebrow{color:var(--highlight);margin-bottom:14px}.profile-summary h2{font-size:2.35rem;margin-bottom:24px}.profile-summary p{font-size:1.125rem}.priority{border-top:1px solid rgb(255 255 255 / .3);margin-top:30px;padding-top:26px}.priority p{font-weight:600}.first-action{border:1px solid var(--line);border-radius:var(--radius-md);padding:30px;background:var(--soft)}.first-action .eyebrow{color:var(--primary)}.first-action h3{font-size:1.8rem;margin-bottom:19px}.first-action .quiet{font-size:.875rem}.response-evidence{padding:27px 0 0}.response-evidence h3{font-size:1.45rem;margin-bottom:20px}.response-evidence>div{position:relative;border-top:1px solid var(--line);padding:18px 0}.evidence-question{font-size:.9375rem;color:var(--muted);margin-bottom:6px}.evidence-answer{font-size:1.0625rem;margin-bottom:2px;font-weight:600}.response-evidence .text-link{font-size:.875rem}.next-step{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:var(--section-space) 0}.next-step h2{margin-bottom:24px}.next-step .text-link{margin-top:14px}.timeline{list-style:none;margin:0;padding:0}.timeline li{display:grid;grid-template-columns:44px 1fr;gap:20px;position:relative;padding:0 0 34px}.timeline li:last-child{padding-bottom:0}.timeline li:not(:last-child):before{content:'';position:absolute;left:21px;top:45px;bottom:6px;width:1px;background:var(--line)}.week-number{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;font:1rem var(--font-heading);color:var(--primary);background:var(--paper)}.timeline .eyebrow{font-size:.6875rem;margin:1px 0 9px}.timeline h3{margin-bottom:12px;font-size:1.6rem}.timeline p{color:var(--muted);font-size:1.0625rem}
/* Sales: visual program, annotated examples, tangible deliverables. */
.sales-hero{grid-template-columns:1.15fr .85fr;gap:80px}.sales-hero h1{font-size:clamp(2.6rem,3.65vw,3.65rem)}.personal{padding:15px 18px;display:flex;gap:12px;background:var(--soft);border-radius:var(--radius-sm);font-size:1rem;margin:23px 0}.personal svg{width:20px;height:20px;margin-top:3px}.hero-purchase{margin-top:25px}.hero-purchase .price{margin-bottom:19px}.sales-visual{align-self:center}.program-preview{background:var(--primary);color:var(--on-dark);border-radius:var(--radius-md);padding:30px 30px 24px;box-shadow:var(--shadow)}.preview-header{display:flex;justify-content:space-between;gap:15px;font-size:.625rem;letter-spacing:.13em;border-bottom:1px solid rgb(255 255 255 / .3);padding-bottom:18px}.preview-title{padding:32px 0}.preview-title>span{font-family:var(--font-heading);font-size:7rem;line-height:1;letter-spacing:-.08em;display:block;color:var(--highlight);margin-bottom:10px}.preview-title h2{font-size:2.8rem;letter-spacing:-.02em}.preview-title h2 em{color:var(--on-dark)}.preview-weeks{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:20px 0;border-block:1px solid rgb(255 255 255 / .3)}.preview-weeks div{display:flex;flex-direction:column;gap:8px}.preview-weeks b{font:1.45rem var(--font-heading);color:var(--highlight)}.preview-weeks span{font-size:.6875rem}.preview-note{display:flex;align-items:center;gap:10px;font-size:.75rem;margin-top:22px}.sales-visual>.preview-caption{font-size:.75rem;text-align:center}.story-section{display:grid;grid-template-columns:1fr 1fr;gap:100px}.story-section p{color:var(--muted)}.method-band{background:var(--soft);padding:var(--section-space) 0}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.method-grid article{border-top:1px solid var(--accent);padding-top:25px}.method-grid h3{margin:20px 0 16px}.method-grid p{font-size:1.0625rem}.journey-section{display:grid;grid-template-columns:1fr 1fr;gap:100px}.journey-section .section-intro{max-width:470px}.tools-section{border-top:1px solid var(--line)}.tool-preview-row{display:grid;grid-template-columns:1fr 1fr .95fr;gap:24px;align-items:center;margin-bottom:50px}.sample-sheet{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow);padding:28px 25px;min-height:370px;display:flex;flex-direction:column}.sample-sheet h3{font-size:1.6rem;margin:30px 0 25px}.sheet-brand,.sheet-bottom{font-size:.625rem;letter-spacing:.13em;color:var(--muted)}.sheet-bottom{margin-top:auto;padding-top:25px}.sample-field{padding:12px 0;border-bottom:1px solid var(--line)}.sample-field b{font-size:.8125rem}.sample-field p{font:italic 1rem/1.6 var(--font-heading);margin-top:4px}.sage-sheet{background:var(--soft)}.sample-sheet ul{list-style:none;padding:0;margin:0}.sample-sheet li{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);font-size:1rem}.sample-sheet svg{width:18px;height:18px}.preview-explanation{padding-left:10px}.preview-explanation h3{margin-bottom:20px}.preview-explanation p{font-size:1rem}.preview-explanation .preview-caption{font-size:.8125rem}.deliverables article{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:30px 0;border-top:1px solid var(--line)}.tool-heading{display:flex;gap:20px;align-items:start}.tool-icon{width:48px;height:48px;background:var(--soft);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tool-heading .eyebrow{font-size:.6875rem;margin-bottom:9px}.tool-heading h3{font-size:1.8rem}.deliverables p{font-size:1.0625rem}.tool-benefit{color:var(--primary);display:flex;align-items:start;gap:9px;font-size:.9375rem!important}.tool-benefit svg{width:18px;height:18px;margin-top:4px}.pack-summary{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;background:var(--primary);color:var(--on-dark);border-radius:var(--radius-md);padding:50px;margin-top:35px}.pack-summary h2{font-size:2.6rem;margin-bottom:23px}.pack-summary h2 em{color:var(--highlight)}.pack-summary .eyebrow{color:var(--highlight)}.pack-summary p{font-size:1.0625rem}.pack-summary .price{color:var(--on-dark);font-size:5rem;margin-bottom:10px}.pack-summary .primary{background:var(--on-dark);color:var(--primary)}.pack-summary .primary:hover{background:var(--highlight)}.pack-summary .micro{color:var(--on-dark);font-size:.8125rem}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-section h2{margin-bottom:25px}.faq-section>div>p{color:var(--muted)}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{list-style:none;cursor:pointer;font-size:1.0625rem;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;min-height:64px;line-height:1.5}.faq summary::-webkit-details-marker{display:none}.faq summary>span{font-size:1.5rem;line-height:1;font-weight:400;color:var(--primary)}.faq details[open] summary>span{transform:rotate(45deg)}.faq details p{color:var(--muted);padding:0 30px 24px 0;font-size:1.0625rem}.quote{padding:25px;border-left:3px solid var(--accent);background:var(--soft);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:24px}.quote .tag{display:block;font-size:.8125rem;font-weight:700;margin-bottom:17px}.quote p{font:1.25rem/1.6 var(--font-heading)}.quote cite{font-size:.875rem;font-style:normal}.quotes-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.quote .tag{color:var(--primary)}footer{display:grid;grid-template-columns:1fr 1fr;padding:38px 0;border-top:1px solid var(--line);gap:25px}footer p{font-size:1rem;text-align:right;color:var(--muted)}footer small{font-size:.8125rem;color:var(--muted);grid-column:1/-1;line-height:1.7}dialog{width:calc(100% - 32px);max-width:600px;max-height:calc(100dvh - 40px);overflow:auto;border:1px solid var(--line);border-radius:var(--radius-md);padding:46px 35px;background:var(--paper);color:var(--ink);box-shadow:var(--shadow)}dialog::backdrop{background:rgb(22 60 46 / .72)}dialog h2{font-size:2rem;margin-bottom:22px}dialog .price{margin:25px 0}dialog p{font-size:1.125rem}dialog .close{position:absolute;top:3px;right:6px;min-width:48px;min-height:48px;border:0;background:none;color:var(--ink);font-size:2rem}dialog .primary{width:100%}
@media(min-width:1600px){.hero{gap:90px}}
@media(max-width:1100px){header,.wrap,footer,#steps{width:calc(100% - 64px)}.hero{gap:35px}.hero-photo figcaption{left:-15px;padding:18px 20px}.recognition,.benefit-layout,.story-section,.journey-section,.next-step{gap:48px}.sales-hero{gap:40px}.method-grid{gap:25px}.faq-section{gap:45px}.tool-preview-row{grid-template-columns:1fr 1fr}.preview-explanation{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:12px 40px;padding:0;margin-top:8px}.preview-explanation .eyebrow{grid-column:1/-1;margin-bottom:0}.preview-explanation h3{grid-row:2/4}.preview-explanation p{margin:0}.pack-summary{padding:35px;gap:35px}.deliverables article{gap:35px}.result-layout{gap:25px}.profile-summary{padding:28px}}
@media(max-width:800px){header,.wrap,footer,#steps{width:calc(100% - 48px)}header{padding:20px 0}.brand{font-size:1.8rem}.brand i{display:none}#steps{gap:23px;font-size:.8125rem}#steps b{width:23px;height:23px;font-size:.625rem}.hero{gap:25px;padding-top:30px;grid-template-columns:1fr 1fr}.hero h1{font-size:2.8rem}.hero .lead{font-size:1.125rem}.hero-explain{font-size:1.0625rem}.hero-photo img{aspect-ratio:.8;border-radius:var(--radius-md)}.hero-photo figcaption{position:relative;left:auto;bottom:auto;margin-top:-20px;margin-inline:10px;padding:17px;border-width:5px}.hero-photo{padding-bottom:0}.hero-photo figcaption p{font-size:1.35rem}.hero-photo figcaption br{display:none}.hero .primary{font-size:1rem;padding:15px;gap:12px}.trust-strip{flex-wrap:wrap;justify-content:center;gap:12px 25px}.trust-strip span{font-size:.875rem}.recognition,.benefit-layout,.story-section,.journey-section,.next-step,.faq-section{gap:35px}.recognition{grid-template-columns:1fr}.scene-list{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.scene-list article{display:block;padding:0;border:0}.scene-list .number{display:block;margin-bottom:20px}.scene-list h3{font-size:1.4rem}.scene-list p{font-size:1rem}.benefit-layout{grid-template-columns:1fr 1fr}.benefit-list h3{font-size:1.3rem}.benefit-list li{gap:14px}.steps-grid{gap:25px}.steps-grid h3{font-size:1.5rem}.steps-grid p{font-size:1.0625rem}.method-grid{grid-template-columns:repeat(2,1fr);gap:30px}.sales-hero{grid-template-columns:1fr 1fr}.sales-hero h1{font-size:2.6rem}.program-preview{padding:24px}.preview-title h2{font-size:2.3rem}.preview-title>span{font-size:6rem}.result-layout{grid-template-columns:1fr 1.15fr}.profile-summary h2{font-size:2rem}.first-action{padding:23px}.first-action h3{font-size:1.6rem}.first-action p,.profile-summary p{font-size:1.0625rem}.pack-summary{grid-template-columns:1fr 1fr;padding:30px}.pack-summary h2{font-size:2.2rem}.pack-purchase .primary{font-size:.9375rem;gap:10px;padding:14px}.faq-section{grid-template-columns:1fr}.faq-section>div:first-child{max-width:500px}.final-panel{margin-bottom:55px}}
@media(max-width:600px){
 header,.wrap,footer,#steps{width:calc(100% - 40px)}.internal{font-size:.625rem;letter-spacing:.08em;padding:6px 10px}.internal span{display:none}header{padding:17px 0;gap:10px}.brand{font-size:1.65rem}.header-link{font-size:.75rem;padding:8px 10px;gap:10px;min-height:48px}.header-link span{display:none}#steps{font-size:.6875rem;gap:7px;justify-content:space-between;padding:11px 0}#steps b{display:none}#steps>span{position:relative;padding-bottom:5px}#steps .active:after{content:'';height:2px;background:var(--primary);position:absolute;left:0;right:0;bottom:0}.eyebrow{font-size:.6875rem;margin-bottom:16px;letter-spacing:.1em}.hero{grid-template-columns:1fr;gap:30px;padding:24px 0 32px}.hero h1{font-size:2.85rem;margin-bottom:18px;line-height:1.08}.hero .lead{font-size:1.125rem;margin-bottom:10px}.hero-explain{font-size:1.0625rem;margin-bottom:22px;line-height:1.6}.primary,.hero .primary{font-size:1rem;min-height:58px;padding:15px 16px;width:100%;gap:13px}.micro{font-size:.8125rem}.hero-photo img{aspect-ratio:1.3;object-position:center 48%;border-radius:var(--radius-md);max-height:360px}.hero-photo figcaption{margin:0;position:absolute;bottom:13px;left:13px;max-width:210px;border:0;padding:15px 18px;box-shadow:var(--shadow)}.hero-photo figcaption>span{font-size:.5625rem}.hero-photo figcaption p{font-size:1.25rem;margin-top:7px}.hero-photo figcaption br{display:block}.trust-strip{display:grid;grid-template-columns:1fr;gap:10px;padding:20px 0}.trust-strip span{font-size:.875rem}.section{padding-block:50px}h2{font-size:2.25rem}h3{font-size:1.55rem}.recognition{gap:30px}.scene-list{display:block}.scene-list article{display:flex;border-top:1px solid var(--line);padding:23px 0;gap:20px}.scene-list .number{font-size:1.75rem;min-width:33px;margin-top:3px}.scene-list h3{font-size:1.5rem}.scene-list p{font-size:1.125rem}.benefit-band{padding-block:50px}.benefit-layout{grid-template-columns:1fr;gap:35px}.benefit-list li{gap:20px}.benefit-list h3{font-size:1.5rem}.benefit-list p{font-size:1.0625rem}.section-heading{margin-bottom:28px}.steps-grid{grid-template-columns:1fr;gap:30px}.steps-grid article{padding-left:70px}.step-icon{position:absolute;left:0;top:0;width:46px;height:46px}.steps-grid h3{font-size:1.5rem}.steps-grid p{font-size:1.125rem}.steps-grid .eyebrow{margin-bottom:8px}.final-panel{padding:38px 21px;border-radius:var(--radius-md);margin-bottom:45px}.final-panel h2{font-size:2.15rem}.final-panel p{font-size:1.0625rem}.final-panel .micro{font-size:.8125rem}.price{font-size:3rem}.price span{display:block;margin-top:6px;font-size:1rem}.quiz-shell{width:calc(100% - 24px);margin-top:19px;margin-bottom:42px}.quiz-top{padding-inline:8px;gap:10px}.quiz-top .eyebrow{font-size:.625rem}.quiz-count{font-size:.8125rem}.track{margin:12px 8px 17px}.quiz-card{padding:24px 18px;border-radius:var(--radius-md)}.question-category{font-size:.8125rem;margin-bottom:15px}.quiz-card h1,.quiz-measure h1{font-size:1.85rem;line-height:1.2;letter-spacing:-.025em}.quiz-card h1{margin-bottom:15px}.quiz-card>p{font-size:.9375rem;margin-bottom:19px}.answer{padding:15px 14px;font-size:1.125rem;gap:12px}.answer-marker{width:22px;height:22px}.quiz-bottom{display:block;padding-top:9px;margin-top:20px}.quiz-bottom .quiet{display:block;font-size:.8125rem}.quiz-bottom .text-link{font-size:.9375rem}.quiz-shell>.notice{font-size:.8125rem;padding-inline:12px;text-align:left}.result-heading{margin-top:27px;margin-bottom:25px}.result-heading h1{font-size:2.5rem;line-height:1.12}.result-heading .lead{font-size:1.125rem}.result-layout{grid-template-columns:1fr;gap:20px}.profile-summary{padding:25px}.profile-symbol{width:44px;height:44px;margin-bottom:20px}.profile-summary h2{font-size:2rem;margin-bottom:18px}.profile-summary p{font-size:1.125rem}.priority{margin-top:23px;padding-top:22px}.first-action{padding:24px}.first-action h3{font-size:1.7rem}.first-action p{font-size:1.125rem}.response-evidence{padding-top:24px}.medical{font-size:.8125rem;padding-left:14px;margin-top:25px}.next-step{grid-template-columns:1fr;gap:35px;padding-block:50px}.timeline li{grid-template-columns:38px 1fr;gap:16px;padding-bottom:28px}.week-number{width:38px;height:38px}.timeline li:not(:last-child):before{left:18px;top:42px}.timeline h3{font-size:1.5rem}.timeline p{font-size:1.125rem}.sales-hero{grid-template-columns:1fr;gap:35px}.sales-hero h1{font-size:2.65rem}.sales-hero h1 br{display:none}.hero-purchase{margin-top:21px}.hero-purchase .price{font-size:2.7rem;margin-bottom:16px}.hero-purchase .price span{display:inline;font-size:.875rem}.personal{font-size:.9375rem;margin:19px 0;padding:13px}.program-preview{padding:25px}.preview-title{display:flex;align-items:center;gap:25px;padding:28px 0}.preview-title>span{font-size:6rem;margin:0}.preview-title h2{font-size:2rem}.preview-weeks{gap:8px}.preview-weeks span{font-size:.6875rem}.story-section{grid-template-columns:1fr;gap:27px}.method-band{padding-block:48px}.method-grid{gap:27px}.method-grid h3{font-size:1.5rem;margin-top:18px}.method-grid p{font-size:1.0625rem}.method-grid .number{font-size:1.8rem}.journey-section{grid-template-columns:1fr;gap:30px}.tool-preview-row{grid-template-columns:1fr;gap:18px}.sample-sheet{min-height:0;padding:25px}.sample-sheet h3{margin:22px 0;font-size:1.7rem}.sample-field b{font-size:.875rem}.sample-field p,.sample-sheet li{font-size:1.0625rem}.sheet-brand,.sheet-bottom{font-size:.6875rem}.preview-explanation{display:block;grid-column:auto;padding:8px 0 0}.preview-explanation .eyebrow{margin-bottom:15px}.preview-explanation h3{font-size:1.65rem;margin-bottom:15px}.preview-explanation p{margin-bottom:12px;font-size:1.125rem}.preview-explanation .preview-caption{font-size:.875rem}.deliverables article{grid-template-columns:1fr;gap:20px;padding:28px 0}.tool-heading{gap:17px}.tool-heading h3{font-size:1.65rem}.deliverables p{font-size:1.125rem}.deliverables .tool-benefit{font-size:1rem!important}.pack-summary{grid-template-columns:1fr;padding:30px 24px;gap:26px}.pack-summary h2{font-size:2.35rem}.pack-summary p{font-size:1.125rem}.pack-purchase{border-top:1px solid rgb(255 255 255 / .3);padding-top:25px}.pack-summary .price{font-size:4rem}.pack-purchase .primary{font-size:1rem;padding:15px}.pack-summary .micro{font-size:.8125rem}.faq-section{gap:20px}.faq summary,.faq details p{font-size:1.125rem}.faq details p{padding-right:0}.quotes-grid{grid-template-columns:1fr}.quote p{font-size:1.2rem}footer{grid-template-columns:1fr;gap:18px;padding-block:30px}footer p{text-align:left}footer small{font-size:.75rem}dialog{padding:43px 25px 28px}dialog h2{font-size:1.85rem}dialog .price{font-size:2.8rem}dialog .price small{display:block;margin-top:8px}
}
@media(prefers-reduced-motion:no-preference){.primary,.answer,.header-link{transition:background-color .15s ease,border-color .15s ease}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Reading-size refinements after responsive QA. */
.hero-explain,.timeline p,.deliverables p,.method-grid p,.steps-grid p,.benefit-list p{font-size:1.125rem}
@media(max-width:600px){.hero h1{letter-spacing:-.035em}.sales-hero h1{letter-spacing:-.04em}}
/* Secondary labels remain readable at small sizes. */
.internal,#steps,.eyebrow,.preview-header,.preview-weeks span,.sheet-brand,.sheet-bottom,.timeline .eyebrow,.tool-heading .eyebrow,.hero-photo figcaption>span,.quiz-top .eyebrow{font-size:.75rem}

/* The completed assessment does not need a new-assessment CTA. */
body[data-page="bilan"] .header-link{display:none}
