:root{--ink:#262320;--muted:#736d67;--cream:#f8f5f0;--sand:#e9ded1;--rose:#b47168;--line:#ded7cf;--serif:'Prata',Georgia,serif;--sans:'Manrope',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.65}.container{max-width:1180px;margin:auto;padding-left:32px;padding-right:32px}.header{height:88px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted);letter-spacing:.02em}.logo{color:var(--ink);font-family:var(--serif);font-size:20px;text-decoration:none}.logo i{font-style:italic}.hero{min-height:650px;display:grid;grid-template-columns:1.18fr .82fr;gap:58px;align-items:center;padding-top:42px;padding-bottom:70px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.17em;color:#a1645d;font-weight:700;margin:0 0 21px}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.18;margin:0}h1{font-size:55px;letter-spacing:-.035em}h2{font-size:44px;letter-spacing:-.04em}.lead{max-width:620px;font-size:16px;line-height:1.75;margin:28px 0 13px;color:#4e4843}.promise{margin:0 0 30px;font-weight:600}.button{border:0;background:var(--ink);color:#fff;border-radius:40px;padding:16px 23px;font:600 13px var(--sans);cursor:pointer;transition:.2s}.button:hover{background:var(--rose);transform:translateY(-1px)}.button span{margin-left:19px;font-size:18px;vertical-align:-1px}.process{font-size:11px;color:var(--muted);margin-top:25px;max-width:530px}.process b{color:#b67a70;padding:0 7px}.portrait{position:relative;overflow:hidden;background:linear-gradient(145deg,#d9c4b4,#a97d70);color:white}.portrait:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(47,28,24,.38),transparent 65%)}.portrait-hero{height:530px;border-radius:180px 180px 8px 8px;display:flex;align-items:center;justify-content:center}.portrait-glow{position:absolute;width:300px;height:300px;background:#f2d9c9;border-radius:50%;filter:blur(30px);top:32px}.portrait-initials{position:relative;z-index:1;font:70px var(--serif);letter-spacing:-.1em;opacity:.87}.portrait p{position:absolute;z-index:2;bottom:20px;left:27px;margin:0;font:16px/1.25 var(--serif)}.personal{display:grid;grid-template-columns:400px 1fr;gap:100px;align-items:center;padding-top:110px;padding-bottom:120px}.portrait-small{width:360px;height:410px;border-radius:8px 120px 8px 8px;display:flex;align-items:center;justify-content:center}.portrait-small .portrait-initials{font-size:62px}.personal h2{margin-bottom:27px}.personal>div:last-child{max-width:510px}.personal p:not(.eyebrow){color:var(--muted);margin:0 0 12px}.signature{border-top:1px solid var(--line);padding-top:22px;margin-top:30px;display:flex;align-items:flex-start;gap:28px}.signature strong{font-family:var(--serif);font-size:17px;font-weight:400}.signature span{font-size:12px;color:var(--muted);line-height:1.55}.statement{background:#e8ddd0;padding:115px 0}.statement .container{display:grid;grid-template-columns:1fr 1fr;column-gap:50px}.statement .eyebrow{grid-column:1/-1}.statement h2{font-size:52px}.statement h2 em{font-style:italic;color:#a56760}.statement-text{padding-top:5px;color:#574d46;max-width:480px}.statement-text p{margin:0 0 18px}.statement-text .question{font:19px var(--serif);color:var(--ink);margin:29px 0}.for-you{padding-top:120px;padding-bottom:120px;text-align:center}.for-you h2{margin-bottom:46px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:left;margin-bottom:40px}.cards article{padding:27px 25px;background:#fff;border:1px solid #eee8e2;border-radius:7px;min-height:137px;font-size:14px;line-height:1.65}.cards article:before{content:'0' counter(card);counter-increment:card;display:block;color:#bc8177;font-size:11px;margin-bottom:17px}.cards{counter-reset:card}.footer{padding-top:25px;padding-bottom:34px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:11px}
/* quiz */#quiz,#checkout{min-height:100vh;background:#fbf9f6}.quiz-shell{width:min(720px,100%);margin:auto;padding:32px}.quiz-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:37px}.quiz-title{font:16px var(--serif)}.exit{background:none;border:0;color:var(--muted);font:13px var(--sans);cursor:pointer}.progress-label{font-size:12px;color:var(--muted);margin-bottom:10px}.progress{height:3px;background:#e5dfd8;border-radius:10px;margin-bottom:62px}.progress i{display:block;height:100%;background:var(--rose);border-radius:inherit;transition:width .3s}.question-section{animation:appear .3s ease}.question-section .eyebrow{margin-bottom:12px}.question-section h1{font-size:35px;margin-bottom:30px}.options{display:grid;gap:10px}.option{width:100%;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);padding:17px 19px;text-align:left;font:14px var(--sans);cursor:pointer;transition:.18s}.option:hover,.option.selected{border-color:#a96e65;background:#fbf5f1}.option.selected:after{content:'✓';float:right;color:#a96e65;font-weight:700}.free-text{width:100%;min-height:145px;border:1px solid var(--line);border-radius:5px;background:white;padding:16px;font:14px var(--sans);resize:vertical;outline-color:var(--rose)}.nav{display:flex;justify-content:space-between;align-items:center;margin-top:35px}.back{border:0;background:none;padding:12px 0;color:var(--muted);font:14px var(--sans);cursor:pointer}.back[disabled]{visibility:hidden}.upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.upload-box{display:flex;min-height:165px;align-items:center;justify-content:center;flex-direction:column;border:1px dashed #c6b6aa;border-radius:5px;background:#fff;color:var(--muted);font-size:12px;cursor:pointer;overflow:hidden}.upload-box b{font:25px var(--serif);font-weight:400;color:#a87168}.upload-box input{display:none}.upload-box img{width:100%;height:165px;object-fit:cover}.checkout-shell{max-width:830px;margin:auto;padding:56px 32px}.checkout-card{background:#fff;border:1px solid #eee7df;border-radius:8px;padding:44px;display:grid;grid-template-columns:1fr 250px;gap:50px}.checkout-card h1{font-size:39px;margin-bottom:23px}.price{font:31px var(--serif);margin-top:20px}.includes{font-size:13px;color:var(--muted);padding:23px;background:#f8f4f0;border-radius:6px}.includes p{margin:0 0 10px}.includes p:before{content:'— ';color:#aa6a62}.pay{width:100%;margin-top:10px}.secure{text-align:center;color:var(--muted);font-size:11px}.confirmation{text-align:center;max-width:570px;margin:90px auto}.confirmation h1{font-size:43px}.confirmation p{color:var(--muted)}@keyframes appear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:700px){.container{padding-left:20px;padding-right:20px}.header{height:72px}.header span{display:none}.hero{grid-template-columns:1fr;padding-top:38px;gap:42px;min-height:0}.hero-copy{order:1}.portrait-hero{order:2;height:390px;width:82%;justify-self:end}h1{font-size:40px}.lead{font-size:14px}.personal{grid-template-columns:1fr;gap:36px;padding-top:75px;padding-bottom:75px}.portrait-small{width:75%;height:340px}.statement{padding:75px 0}.statement .container{display:block}.statement h2{font-size:41px;margin-bottom:34px}.for-you{padding-top:75px;padding-bottom:75px}.for-you h2,h2{font-size:35px}.cards{grid-template-columns:1fr}.cards article{min-height:0}.footer span{display:none}.quiz-shell{padding:24px 20px}.progress{margin-bottom:45px}.question-section h1{font-size:28px}.upload-grid{grid-template-columns:1fr}.checkout-shell{padding:30px 20px}.checkout-card{padding:28px 22px;grid-template-columns:1fr;gap:22px}.checkout-card h1{font-size:31px}}
.flow-shell{max-width:800px}.flow-screen{max-width:700px;margin:20px auto 80px;animation:appear .3s ease}.flow-screen h1{font-size:43px;margin-bottom:25px}.flow-screen>p{max-width:660px;color:var(--muted);margin:0 0 15px}.next-steps{padding:27px 30px;background:#eee4da;margin:33px 0;border-radius:6px}.next-steps h3{font:20px var(--serif);margin:0 0 14px}.next-steps p{margin:10px 0;color:#564d46}.next-steps b{color:#a76961;margin-right:11px}.not-auto{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:21px 0;margin:30px 0;display:grid;gap:4px}.not-auto strong{font:18px var(--serif)}.not-auto span{color:var(--muted);font-size:13px}.sales h2{font-size:28px;margin:50px 0 20px}.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.benefits p{margin:0;padding:20px;background:#fff;border:1px solid #eee7df;border-radius:5px;color:var(--muted);font-size:12px;line-height:1.65}.benefits b{display:block;color:var(--ink);font-size:14px;margin-bottom:5px}.price-block{background:var(--ink);padding:33px;color:#fff;border-radius:7px;display:flex;flex-direction:column;align-items:flex-start;margin-top:35px}.price-block span{font:14px}.price-block strong{font:38px var(--serif);font-weight:400;margin:5px 0}.price-block small{max-width:450px;color:#ddd4cd;line-height:1.55}.price-block .button{background:#c3857d;margin-top:23px}.payment-form{display:grid;gap:15px}.payment-form label{display:grid;gap:6px;font-size:12px;color:var(--muted)}.payment-form input:not([type=checkbox]){width:100%;border:1px solid var(--line);border-radius:4px;padding:13px;background:#fff;font:14px var(--sans);outline-color:var(--rose)}.payment-form .consent{display:flex;align-items:flex-start;gap:8px;line-height:1.45;font-size:11px}.consent input{margin:3px 0 0}.test-notice{border-left:2px solid #b7756c;padding-left:12px;font-size:11px;color:var(--muted)}.payment-error,.upload-error{color:#9c463e;background:#f9e9e7;padding:13px;border-radius:4px;font-size:12px;margin:0}.photo-flow{max-width:800px;margin:15px auto 50px}.photo-flow h1{font-size:42px;margin:0 0 20px}.photo-flow>p:not(.eyebrow):not(.required-note){max-width:620px;color:var(--muted)}.photo-tips{font-size:11px;color:#655d56;padding:13px 16px;background:#eee5dc;border-radius:4px;margin:25px 0}.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.photo-card{min-height:225px;background:#fff;border:1px dashed #cbbdaf;border-radius:5px;padding:15px;cursor:pointer;display:flex;flex-direction:column}.photo-card input{display:none}.photo-card .photo-preview{display:flex;align-items:center;justify-content:center;background:#f8f4ef;height:137px;margin-bottom:12px;overflow:hidden}.photo-preview b{font:32px var(--serif);font-weight:400;color:#aa7169}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-card strong{font-size:13px;line-height:1.35}.photo-card strong em,.required-note em{font-style:normal;color:#b56e66}.photo-card small{color:#a66b63;font-size:11px;margin-top:2px}.photo-card.uploaded{border-style:solid;border-color:#bc8279}.required-note{color:var(--muted);font-size:11px}.send-photos[disabled]{background:#c8c1bb;cursor:not-allowed;transform:none}.deadline{font:23px/1.45 var(--serif)!important;color:#a66760!important;margin:25px 0!important}
.question-hint{font-size:13px;line-height:1.6;color:var(--muted);max-width:580px;margin:-12px 0 22px}.product-choice{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:35px 0}.product-choice article{padding:28px;background:#fff;border:1px solid var(--line);border-radius:7px;display:flex;flex-direction:column;align-items:flex-start}.product-choice article:last-child{background:#eee4da}.product-choice h2{font-size:27px}.product-choice strong{font:25px var(--serif);margin:12px 0}.product-choice p:not(.eyebrow){font-size:13px;line-height:1.6;color:var(--muted);margin:14px 0 25px}.product-choice .button,.product-choice .outline-button{margin-top:auto}.outline-button{padding:14px 16px;border:1px solid var(--ink);background:transparent;color:var(--ink);border-radius:30px;font:600 12px var(--sans);cursor:pointer}.flow-note{font-size:11px;color:var(--muted)}.basic-result{max-width:760px;margin:10px auto 70px}.basic-result>h1{font-size:45px;margin:0 0 20px}.result-disclaimer{font-size:12px;color:var(--muted);padding:15px 18px;border-left:2px solid var(--rose);background:#f1ebe4}.result-section{padding:27px 0;border-bottom:1px solid var(--line);position:relative;padding-left:55px}.result-section span{position:absolute;left:0;top:29px;color:#af7169;font:15px var(--serif)}.result-section h2{font-size:26px;margin-bottom:12px}.result-section h3{font:18px var(--serif);font-weight:400;margin:0 0 10px}.result-section p{color:var(--muted);margin:0 0 10px}.personal-upsell{margin-top:38px;padding:35px;background:#e9ded1;border-radius:7px}.personal-upsell h2{font-size:31px}.personal-upsell>p:not(.eyebrow){color:#5e554e}.text-link{display:inline-block;margin-left:18px;color:var(--ink);font-size:13px}
.status-badge{display:inline-block!important;padding:7px 13px;border-radius:20px;color:#855a53!important;background:#eedbd7;font-size:12px;font-weight:700}
.tests{padding:115px 0;background:#f1ebe4}.dashboard-head{max-width:790px;margin-bottom:48px}.dashboard-head h2{font-size:48px}.dashboard-head>p:not(.eyebrow){color:var(--muted);font-size:16px;max-width:680px}.overall-progress{margin-top:30px}.overall-progress>div:first-child{display:flex;justify-content:space-between;margin-bottom:10px}.overall-progress strong{font:18px var(--serif);font-weight:400}.overall-progress span{font-size:12px;color:var(--muted)}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.test-card{min-height:385px;background:#fff;border:1px solid #e7ded5;border-radius:9px;padding:25px;display:flex;flex-direction:column;position:relative;transition:.2s}.test-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(65,49,39,.06)}.test-card.locked{background:#f8f5f1}.test-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#eee2d8;color:#a76860;font:27px var(--serif);margin-bottom:22px}.test-number{position:absolute;right:24px;top:26px;font-size:11px;letter-spacing:.14em;color:#a1645d;font-weight:700}.test-card h3{font:25px var(--serif);font-weight:400;margin:0 0 5px}.test-subtitle{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#a1645d}.test-card>p{color:var(--muted);font-size:13px;line-height:1.55;margin:15px 0 22px}.test-meta{display:flex;justify-content:space-between;margin-top:auto;font-size:11px;color:var(--muted)}.test-meta b{color:var(--ink)}.test-progress{height:4px;background:#e4dcd4;border-radius:10px;margin:10px 0 18px}.test-progress i{display:block;width:0;height:100%;background:var(--rose);border-radius:inherit;transition:width .3s}.test-action,.text-button{border:0;background:none;color:var(--ink);padding:0;text-align:left;font:600 12px var(--sans);cursor:pointer}.test-action span{float:right;font-size:16px}.bundle-card{margin-top:20px;background:var(--ink);color:#fff;border-radius:10px;padding:43px;display:grid;grid-template-columns:1fr 330px;gap:60px;align-items:center}.bundle-card h2{font-size:38px}.bundle-card p:not(.eyebrow){color:#cec5be;max-width:590px}.bundle-price{display:flex;flex-direction:column;align-items:flex-start}.bundle-price s{color:#9d938d;font-size:13px}.bundle-price strong{font:40px var(--serif);font-weight:400}.bundle-price>span{font-size:11px;color:#cec5be;margin-bottom:18px}.bundle-price .button{background:#c3857d;width:100%}.personal-analysis{margin-top:20px;background:#e3d3c5;border-radius:10px;padding:52px;max-width:none}.personal-analysis h2{font-size:40px}.personal-analysis>p:not(.eyebrow){max-width:760px;color:#5e554e}.analysis-footer{display:flex;justify-content:space-between;align-items:end;border-top:1px solid rgba(70,52,43,.15);padding-top:24px;margin-top:30px}.analysis-footer>div{display:grid}.analysis-footer strong{font:18px var(--serif);font-weight:400}.analysis-footer span{font-size:11px;color:var(--muted)}.profile-result{margin:30px auto 70px;animation:appear .3s ease}.profile-result h1{font-size:45px;margin-bottom:14px}.profile-result>p:not(.eyebrow){color:var(--muted)}.profile-summary{background:#fff;border:1px solid #e9e1d9;border-radius:7px;margin:30px 0 20px}.profile-row{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:17px 20px;border-bottom:1px solid #eee8e2}.profile-row:last-child{border-bottom:0}.profile-row span{font-size:12px;color:var(--muted)}.profile-row strong{font-size:13px;font-weight:600}.profile-disclaimer{font-size:12px!important;margin-bottom:25px}.progress-label{display:flex;justify-content:space-between}.progress-label b{font-size:12px;color:#a1645d}.purchase-card .text-button{display:block;margin-top:20px}.coming-soon{padding-top:45px}
.button[disabled]{background:#c8c1bb;cursor:not-allowed;transform:none}
.option span{display:block}.option small{display:block;margin-top:5px;color:var(--muted);font:11px/1.45 var(--sans)}.option.selected small{color:#8c6861}.profile-other-label{display:block;margin-top:18px;font-size:12px;color:var(--muted)}.profile-other{display:block;margin-top:8px}
.skin-type-result{margin:25px auto 70px}.skin-type-result>h1{font-size:31px;color:var(--muted);margin-bottom:7px}.skin-type-result>h2{font-size:47px;margin-bottom:20px}.skin-type-result>p{color:var(--muted)}.secondary-result{padding-left:14px;border-left:2px solid var(--rose)}.result-traits,.dehydration-result,.next-test{margin-top:28px;padding:25px;background:#fff;border:1px solid #e9e1d9;border-radius:7px}.result-traits h3,.dehydration-result h3,.next-test h3{font:20px/1.35 var(--serif);font-weight:400;margin:0 0 12px}.result-traits ul{margin:0;padding-left:19px;color:var(--muted)}.result-traits li{margin:7px 0}.dehydration-result{background:#eee4da}.dehydration-result p{color:#5e554e;margin:0}.next-test .text-button{display:block;margin-top:18px}.skin-type-result .eyebrow{margin-bottom:12px}
.home-care-result{margin:25px auto 70px}.home-care-result>h1{font-size:31px;color:var(--muted);margin-bottom:7px}.home-care-result>h2{font-size:43px;margin-bottom:20px}.home-care-result>p{color:var(--muted)}.attention-results{margin-top:28px}.attention-results>h3{font:24px var(--serif);font-weight:400}.attention-results article{padding:20px 0;border-bottom:1px solid var(--line)}.attention-results article h3{font:18px var(--serif);font-weight:400;margin:0 0 7px}.attention-results article p{color:var(--muted);margin:0}
.sensitivity-result{margin:25px auto 70px}.sensitivity-result>h1{font-size:31px;color:var(--muted);margin-bottom:7px}.sensitivity-result>h2{font-size:43px;margin-bottom:20px}.sensitivity-result>p{color:var(--muted)}.care-relation{margin-top:28px;padding:25px;background:#eee4da;border-radius:7px}.care-relation h3{font:20px/1.35 var(--serif);font-weight:400;margin:0 0 10px}.care-relation p{color:#5e554e;margin:0}
.skin-quality-result{margin:25px auto 70px}.skin-quality-result>h1{font-size:31px;color:var(--muted);margin-bottom:7px}.skin-quality-result>h2{font-size:43px;margin-bottom:20px}.skin-quality-result>p{color:var(--muted)}.quality-profile{margin-top:28px;padding:25px;background:#fff;border:1px solid #e9e1d9;border-radius:7px}.quality-profile>h3{font:22px var(--serif);font-weight:400;margin:0 0 14px}.quality-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:11px 0;border-bottom:1px solid #eee8e2}.quality-row:last-child{border-bottom:0}.quality-row span{color:var(--muted);font-size:13px}.quality-row strong{font-size:13px}.concern-note{margin-top:28px;padding:18px;border-left:2px solid var(--rose);background:#f1ebe4}
.aging-intro,.aging-result{margin:25px auto 70px}.aging-intro>h1,.aging-result>h1{font-size:43px;margin-bottom:18px}.aging-intro>p,.aging-result>p{color:var(--muted)}.morph-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:30px 0}.morph-grid article{background:#fff;border:1px solid var(--line);padding:10px}.morph-grid h3{font:15px var(--serif);font-weight:400;margin:0 0 8px}.morph-image{margin:25px 0}.morph-grid .morph-image{margin:0}.morph-image img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:4px}.morph-image figcaption{font-size:10px;line-height:1.45;color:var(--muted);margin-top:8px}.morph-image figcaption a{color:inherit}.aging-result>.morph-image{max-width:420px}.profile-complete{margin-top:34px;padding:32px;background:#e9ded1;border-radius:8px}.profile-complete h2{font-size:34px}.profile-complete h3{font:21px/1.4 var(--serif);font-weight:400}.profile-complete .text-button{display:block;margin-top:18px}
@media(max-width:700px){.flow-screen{margin-top:0}.flow-screen h1,.photo-flow h1,.basic-result>h1{font-size:32px}.benefits,.photo-grid,.product-choice{grid-template-columns:1fr}.price-block{padding:26px}.photo-card{min-height:205px}.photo-card .photo-preview{height:125px}.payment-card{grid-template-columns:1fr}.flow-shell{padding-top:24px}.personal-upsell{padding:26px}.personal-upsell h2{font-size:27px}.text-link{display:block;margin:18px 0 0}}
@media(max-width:900px){.test-grid{grid-template-columns:repeat(2,1fr)}.bundle-card{grid-template-columns:1fr 280px}}
@media(max-width:700px){.tests{padding:75px 0}.dashboard-head h2{font-size:35px}.test-grid{grid-template-columns:1fr}.test-card{min-height:330px;padding:23px}.bundle-card{grid-template-columns:1fr;gap:25px;padding:30px 24px}.bundle-price{width:100%}.personal-analysis{padding:32px 24px}.personal-analysis h2{font-size:32px}.analysis-footer{align-items:flex-start;gap:24px;flex-direction:column}.profile-result h1{font-size:34px}.profile-row{grid-template-columns:1fr;gap:4px;padding:15px 17px}}
@media(max-width:700px){.morph-grid{grid-template-columns:repeat(2,1fr)}.morph-grid article:last-child{grid-column:1/-1}.aging-intro>h1,.aging-result>h1{font-size:32px}.quality-row{grid-template-columns:1fr;gap:2px}}
.rich-result{max-width:760px}.result-lead{font:18px/1.65 var(--serif)!important;color:var(--ink)!important}.rich-block{padding:27px 0;border-top:1px solid var(--line);margin-top:27px}.rich-block h3{font:25px var(--serif);font-weight:400;margin:0 0 13px}.rich-block p{color:var(--muted);line-height:1.7}.rich-block.accent{padding:24px;background:#eee4da;border:0;border-radius:8px}.rich-block.attention{border-top:2px solid #b87970}.rich-list{list-style:none;padding:0;display:grid;gap:9px}.rich-list li{padding-left:24px;position:relative;color:#665d56;line-height:1.6}.rich-list li:before{content:'✓';position:absolute;left:0;color:#a56760;font-weight:700}.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:29px 0}.metric-grid article{padding:21px;background:#fff;border:1px solid #e8dfd6;border-radius:8px}.metric-grid h4{font:20px var(--serif);font-weight:400;margin:0 0 8px}.metric-grid strong{font-size:12px;color:#a1645d}.metric-grid p{font-size:13px;line-height:1.6;color:var(--muted)}.result-cta{margin-top:38px;padding:31px;background:#e9ded1;border-radius:9px}.result-cta.dark{background:var(--ink);color:#fff}.result-cta h2{font-size:29px}.result-cta p{line-height:1.65}.result-cta.dark p{color:#d8d0ca!important}.result-cta .button{margin-top:10px;background:#c3857d}.result-cta small{display:block;margin-top:12px;line-height:1.5}.result-cta .text-button{display:block;margin-top:19px;color:inherit}@media(max-width:700px){.result-lead{font-size:17px!important}.rich-block{padding:22px 0;margin-top:22px}.rich-block.accent{padding:20px}.metric-grid{grid-template-columns:1fr}.result-cta{padding:24px 20px}.result-cta .button{width:100%;font-size:11px}}
.open-integrated{margin-top:22px}.integrated-shell{max-width:980px}.integrated-profile{margin-bottom:80px}.integrated-profile header{padding:45px 0 55px;max-width:760px}.integrated-profile h1{font-size:58px;margin:8px 0 18px}.integrated-profile h2{font-size:36px}.integrated-profile header>p:not(.eyebrow){font:19px/1.65 var(--serif);color:var(--muted)}.integrated-progress{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:30px;font-size:12px}.integrated-progress i{grid-column:1/-1;height:3px;background:var(--rose)}.profile-overview,.connections,.integrated-strengths,.integrated-priorities,.not-leading,.questionnaire-limits,.unclear-note{padding:48px 0;border-top:1px solid var(--line)}.profile-overview>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.profile-overview article{padding:24px;background:#fff;border:1px solid #e8dfd6;border-radius:8px;min-height:135px}.profile-overview article span{display:block;font-size:11px;color:var(--muted);text-transform:uppercase}.profile-overview article strong{display:block;font:23px/1.25 var(--serif);font-weight:400;margin:14px 0}.profile-overview article small{display:block;color:var(--muted);font-size:11px}.profile-overview article img{width:72px;height:86px;object-fit:cover;border-radius:3px}.connections article{padding:25px 0;border-bottom:1px solid var(--line);max-width:760px}.connections h3,.integrated-priorities h3{font:24px var(--serif);font-weight:400;margin:0 0 9px}.connections p,.integrated-priorities p{color:var(--muted);line-height:1.7}.integrated-strengths{background:#eee4da;padding:38px;border:0;border-radius:9px}.integrated-strengths ul,.not-leading ul,.doctor-profile-cta ul{list-style:none;padding:0}.integrated-strengths li,.not-leading li,.doctor-profile-cta li{position:relative;padding:8px 0 8px 27px}.integrated-strengths li:before,.doctor-profile-cta li:before{content:'✓';position:absolute;left:0;color:#a56760}.integrated-priorities>article{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.integrated-priorities>article>b{font:18px var(--serif);color:#a56760}.integrated-priorities small,.not-leading,.questionnaire-limits,.unclear-note{color:var(--muted);line-height:1.7}.not-leading li:before{content:'—';position:absolute;left:2px;color:#a56760}.not-leading li small{display:block}.questionnaire-limits{padding:40px;background:#f4efe9;border:0;border-radius:9px}.doctor-profile-cta{margin-top:25px;padding:48px;background:var(--ink);color:#fff;border-radius:10px}.doctor-profile-cta h2{font-size:42px}.doctor-profile-cta>p{color:#d7cec7}.doctor-profile-cta blockquote{font:27px/1.45 var(--serif);margin:36px 0;padding-left:24px;border-left:2px solid #c3857d}.doctor-profile-cta .button{background:#c3857d}.doctor-profile-cta>small{display:block;color:#bfb6af;line-height:1.6;margin-top:15px}.doctor-profile-cta .text-button{display:block;color:#fff;margin-top:22px}.results-index{max-width:850px}.results-index>h1{font-size:48px}.results-index>div>article{display:grid;grid-template-columns:45px 1fr auto;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.results-index article h2{font-size:23px;margin:0}.results-index article p{color:var(--muted);margin:5px 0}.results-index article button{border:0;background:none;font-weight:600;cursor:pointer}.back-profile{margin:28px 0}@media(max-width:700px){.integrated-profile h1{font-size:40px}.integrated-profile h2{font-size:30px}.integrated-profile header{padding:25px 0 40px}.profile-overview>div{grid-template-columns:1fr}.profile-overview article{min-height:0}.integrated-strengths,.questionnaire-limits,.doctor-profile-cta{padding:27px 21px}.doctor-profile-cta h2{font-size:32px}.doctor-profile-cta blockquote{font-size:22px}.integrated-priorities>article{grid-template-columns:38px 1fr}.results-index>div>article{grid-template-columns:34px 1fr}.results-index article button{grid-column:2;text-align:left;padding:0}.results-index>h1{font-size:35px}}
.review-page{background:#f8f5f0;min-height:100vh}.review-nav{max-width:1180px;margin:auto;padding:28px 32px;display:flex;justify-content:space-between}.review-nav button{border:0;background:none;color:var(--muted);cursor:pointer}.review-nav span{font:19px var(--serif)}.review-page main{max-width:1120px;margin:auto;padding:0 32px 90px}.review-hero{min-height:690px;display:grid;grid-template-columns:1.12fr .78fr;gap:70px;align-items:center}.review-hero h1{font-size:58px}.review-hero h1 em{font-style:italic;color:#a56760}.review-lead{font-size:17px;color:#554e48;max-width:670px;margin:28px 0}.review-doctor{display:flex;gap:28px;padding-top:22px;border-top:1px solid var(--line);margin:28px 0}.review-doctor strong{font:20px var(--serif);font-weight:400}.review-doctor span{font-size:12px;color:var(--muted)}.review-hero>div>small{display:block;color:var(--muted);font-size:11px;margin-top:12px}.review-portrait{height:560px;border-radius:190px 190px 8px 8px;background:linear-gradient(145deg,#d9c4b4,#9e7068);display:flex;align-items:center;justify-content:center;position:relative;color:#fff;overflow:hidden}.review-portrait:before{content:'';width:260px;height:260px;border-radius:50%;background:#ecd2c2;filter:blur(30px)}.review-portrait>span{position:absolute;font:80px var(--serif)}.review-portrait>p{position:absolute;bottom:25px;left:30px;font:17px var(--serif)}.review-status{padding:34px 38px;background:#eee4da;border-radius:9px;margin-bottom:90px}.review-status strong{font:24px var(--serif);font-weight:400}.review-status p{color:var(--muted)}.review-text,.review-audience,.review-assessment,.review-deliverables,.review-refusal,.review-process,.review-photos,.review-about,.review-natural{padding:90px 0;border-top:1px solid var(--line)}.review-text{max-width:790px}.review-page main h2{font-size:43px;margin-bottom:25px}.review-text>p,.review-refusal>p,.review-natural>p{color:var(--muted);font-size:16px;max-width:760px}.review-text blockquote,.review-refusal blockquote{font:28px/1.45 var(--serif);margin:35px 0;padding-left:25px;border-left:2px solid var(--rose)}.review-audience>div{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.review-audience article{padding:29px;background:#fff;border:1px solid #e8dfd6;border-radius:8px}.review-audience article:last-child{grid-column:1/-1}.review-audience h3,.review-assessment h3,.review-deliverables h3,.review-process h3{font:21px var(--serif);font-weight:400}.review-audience p,.review-assessment p,.review-deliverables p,.review-process p{color:var(--muted)}.review-assessment>div{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.review-assessment article{padding:30px;border:1px solid var(--line);border-radius:8px}.review-assessment article>b,.review-deliverables article>b,.review-process article>b{color:#a56760;font:16px var(--serif)}.review-assessment article.featured{grid-column:1/-1;background:var(--ink);color:#fff}.review-assessment article.featured p{color:#cfc6c0}.review-assessment article.featured strong{font:25px var(--serif);font-weight:400}.review-deliverables>div{border-top:1px solid var(--line)}.review-deliverables article{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.review-deliverables>small{display:block;color:var(--muted);margin-top:22px}.review-refusal{background:#e9ded1;margin-left:-32px;margin-right:-32px;padding-left:55px;padding-right:55px;border:0}.review-process>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.review-process article{padding:25px 20px;background:#fff;border:1px solid var(--line);border-radius:8px}.review-photos{display:grid;grid-template-columns:1fr 1fr;gap:80px}.review-photos p,.review-photos small{color:var(--muted)}.review-photos ol{list-style:none;counter-reset:photos;padding:0}.review-photos li{counter-increment:photos;padding:18px 0;border-bottom:1px solid var(--line)}.review-photos li:before{content:'0' counter(photos);color:#a56760;margin-right:20px;font:15px var(--serif)}.review-about{display:grid;grid-template-columns:300px 1fr;gap:80px}.review-mini-portrait{height:370px;background:linear-gradient(145deg,#d9c4b4,#9e7068);border-radius:8px 100px 8px 8px;color:white;display:grid;place-items:center;font:55px var(--serif)}.review-about p{color:var(--muted)}.review-education{display:grid;gap:6px;border-top:1px solid var(--line);padding-top:22px;margin-top:25px}.review-education strong{font:21px var(--serif);font-weight:400}.review-education span{font-size:12px;color:var(--muted)}.review-natural{max-width:850px}.review-natural h2{font-size:50px!important}.review-page .doctor-profile-cta{margin-top:0}.review-final{padding:60px}.review-next-shell section{max-width:650px;margin:70px auto}.review-next-shell h1{font-size:48px}.review-next-shell p{color:var(--muted)}.privacy-note{padding:18px;background:#eee4da;border-radius:6px}@media(max-width:700px){.review-nav{padding:20px}.review-page main{padding:0 20px 60px}.review-hero{grid-template-columns:1fr;gap:35px;min-height:0;padding:45px 0 70px}.review-hero h1{font-size:39px}.review-portrait{height:400px;width:86%;justify-self:end;order:-1}.review-status{padding:25px 21px;margin-bottom:60px}.review-text,.review-audience,.review-assessment,.review-deliverables,.review-refusal,.review-process,.review-photos,.review-about,.review-natural{padding:65px 0}.review-page main h2,.review-natural h2{font-size:32px!important}.review-audience>div,.review-assessment>div,.review-process>div,.review-photos,.review-about{grid-template-columns:1fr}.review-audience article:last-child,.review-assessment article.featured{grid-column:auto}.review-refusal{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.review-process>div{gap:9px}.review-photos,.review-about{gap:35px}.review-mini-portrait{height:300px;width:75%}.review-text blockquote,.review-refusal blockquote{font-size:23px}.review-doctor{gap:16px;flex-direction:column}.review-next-shell h1{font-size:35px}}
.review-portrait>span{display:none!important}.review-portrait>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.review-portrait:after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(22,18,17,.55));z-index:1}.review-portrait>p{z-index:2}.review-mini-portrait{object-fit:cover;object-position:54% center;display:block}@media(max-width:700px){.review-portrait>img{object-position:43% center}.review-mini-portrait{width:100%!important;object-position:55% center}}
.review-about{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;gap:64px!important;align-items:stretch;background:#f8f5f0}.review-about>div{order:1}.review-about>.review-mini-portrait{order:2;width:100%!important;height:100%!important;min-height:430px;object-fit:cover;object-position:center 20%;border-radius:8px 86px 8px 8px}.review-start+small{display:block;margin-top:14px!important}.review-about h2,.review-about p,.review-about span,.review-about strong{position:relative;z-index:1}@media(max-width:700px){.review-about{grid-template-columns:1fr!important;gap:30px!important}.review-about>div{order:1}.review-about>.review-mini-portrait{order:2;width:100%!important;height:auto!important;min-height:0;aspect-ratio:auto;object-fit:contain;object-position:center;border-radius:7px 55px 7px 7px}.review-start+small{margin-top:12px!important}}
.review-photos{display:block!important}.photo-guide-intro{max-width:720px;margin-bottom:34px}.photo-guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.photo-guide-grid article{background:#fff;border:1px solid #e6ddd4;border-radius:9px;padding:12px;min-width:0}.photo-guide-grid img{display:block;width:100%;height:auto;aspect-ratio:240/260;border-radius:6px}.photo-guide-grid h3{font:17px/1.3 var(--serif);font-weight:400;margin:16px 4px 7px}.photo-guide-grid p{font-size:12px;line-height:1.55;color:var(--muted);margin:0 4px 8px}.photo-guide-note{display:grid;gap:5px;padding:20px 22px;margin:24px 0 0!important;background:#eee4da;border-radius:7px;color:#514941!important}.photo-guide-note strong{font-size:13px}.photo-guide-note span{font-size:12px;color:var(--muted)}@media(max-width:700px){.photo-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.photo-guide-grid article{padding:8px}.photo-guide-grid h3{font-size:15px}.photo-guide-grid p{font-size:11px}.photo-guide-note{padding:17px}.review-photos{gap:0!important}}
