/* 01. Variables / reset */
:root{--cream:#F8F3EC;--brown:#302A27;--dusty-rose:#C99186;--terracotta:#A96752;--beige:#EFE5DA;--sage:#AAB6A2;--white:#FFFFFF;--muted:#70635c;--line:rgba(48,42,39,.15);--serif:'Cormorant Garamond',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;--header-height:80px}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 20px)}
body{margin:0;background:var(--cream);color:var(--brown);font-family:var(--sans);font-size:16px;line-height:1.8;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
button,a{-webkit-tap-highlight-color:transparent}
p,h1,h2,h3,h4,figure{margin:0}
ul,ol{margin:0;padding:0}
::selection{background:#e7c7bc}
a:focus-visible,button:focus-visible{outline:3px solid var(--terracotta);outline-offset:6px}
.dark :focus-visible{outline-color:var(--cream)}
[hidden]{display:none!important}

/* 02. Typography */
h1,h2{font-family:var(--serif);font-weight:500;line-height:1.07;letter-spacing:-.035em;text-wrap:balance}
h1{font-size:clamp(38px,5vw,68px)}
h2{font-size:clamp(34px,4.1vw,55px)}
h1 em,h2 em{display:block;color:var(--terracotta);font-weight:400}
h3{font-weight:500}
p{color:var(--muted)}
.eyebrow{font-size:11px;font-weight:600;line-height:1.7;letter-spacing:.17em;color:color-mix(in srgb,var(--terracotta) 80%,var(--brown));margin-bottom:18px}
.microcopy{font-size:13px;line-height:1.65;margin-top:13px}
.serif-note{font-family:var(--serif);font-size:clamp(25px,2.8vw,34px);line-height:1.25;font-style:italic;color:var(--terracotta)}

/* 03. Global layout and controls */
.container{width:min(1200px,calc(100% - 44px));margin-inline:auto}
.section{padding-block:72px}
.centered{text-align:center}
.section-heading{max-width:800px;margin:0 auto 38px;text-align:center}
.section-heading>p:not(.eyebrow){max-width:660px;margin:22px auto 0}
.section-heading>p+p:not(.eyebrow){margin-top:14px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:60px;padding:18px 32px;border:1px solid var(--brown);border-radius:5px;background:var(--brown);color:var(--cream);font-size:13px;font-weight:600;letter-spacing:.07em;line-height:1.5;transition:transform .2s,background .2s,box-shadow .2s}
@media(hover:hover) and (pointer:fine){.button:hover{transform:translateY(-2px);background:color-mix(in srgb,var(--brown) 87%,var(--terracotta));box-shadow:0 7px 18px color-mix(in srgb,var(--brown) 16%,transparent)}}
.button:active{transform:translateY(0)}
.button>span[aria-hidden]{font-size:20px;font-weight:400;line-height:1}
.button-small{min-height:44px;padding:12px 18px;font-size:11px;gap:14px}
.skip-link{position:fixed;top:8px;left:12px;padding:12px 20px;background:var(--brown);color:var(--cream);z-index:100;transform:translateY(-160%)}
.skip-link:focus{transform:translateY(0)}
.card-number{font-family:var(--serif);font-size:28px;line-height:1;color:var(--terracotta)}

/* 04. Navigation */
.site-header{position:sticky;top:0;z-index:50;background:rgba(248,243,236,.94);border-bottom:1px solid transparent;transition:box-shadow .25s,border-color .25s,background .25s}
.site-header.is-scrolled{background:var(--cream);border-color:var(--line);box-shadow:0 3px 20px #302a2705}
.nav{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:12px}
.brand{font-family:var(--serif);font-size:22px;line-height:1;letter-spacing:-.02em;position:relative}
.brand>span:not(.brand-dot){font-style:italic}
.brand-dot{color:var(--terracotta);margin-left:12px;font-family:var(--sans);font-size:22px}
.nav-links{display:flex;align-items:center;gap:32px;font-size:12px}
.desktop-link{display:none}
.nav-links>a:not(.button):hover,.site-footer a:hover{color:var(--terracotta)}

/* 05. Hero */
.hero{padding-top:34px;padding-bottom:0;overflow:hidden}
.hero-grid{display:grid;gap:22px;align-items:center}
.hero .eyebrow{display:flex;align-items:center;gap:12px;font-size:11px}
.little-line{width:25px;height:1px;background:var(--terracotta);flex-shrink:0}
.hero-description{font-size:17px;line-height:1.75;margin-top:24px;max-width:510px}
.hero-copy>.button{display:flex;width:fit-content;margin-inline:0;margin-top:26px}
.hero-copy>.microcopy{text-align:left}
.hero-art{position:relative;min-width:0;padding:26px 0 24px;background:radial-gradient(ellipse at center,color-mix(in srgb,var(--dusty-rose) 18%,transparent),transparent 69%);isolation:isolate}
.page-stack{position:relative;width:73%;max-width:355px;margin:20px auto 35px;aspect-ratio:1414/2000;perspective:1400px}
.stack-page{position:absolute;inset:0;width:100%;box-shadow:0 18px 38px #4c352924;border:1px solid #302a270c}
.stack-cover{z-index:3;transform:rotate(-4deg)}
.stack-back-left{transform:translate(-19%,1%) rotate(-14deg) scale(.89);z-index:1}
.stack-back-right{transform:translate(22%,-3%) rotate(10deg) scale(.91);z-index:2}
/* Independent interaction transforms preserve the original stacked composition. */
.page-stack .stack-page{transition:scale .35s cubic-bezier(.2,.65,.3,1),translate .35s cubic-bezier(.2,.65,.3,1),box-shadow .35s ease;touch-action:pan-y}
.page-stack .is-page-returning{z-index:9}
.page-stack .is-page-hovered,.page-stack .is-page-pulled{z-index:10;box-shadow:0 24px 46px #4c35293d}
.page-stack .is-page-hovered{scale:1.08}
.page-stack .is-page-pulled{scale:var(--page-lift-scale,1.055);translate:var(--page-lift-x,0px) var(--page-lift-y,0px)}
@media(prefers-reduced-motion:reduce){.page-stack .is-page-hovered,.page-stack .is-page-pulled{scale:none;translate:none}}
.art-orbit{position:absolute;width:94%;aspect-ratio:1;top:8%;left:3%;border:1px solid #a9675229;border-radius:50%;z-index:-1}
.art-caption{font-family:var(--serif);font-size:23px;font-style:italic;text-align:center;position:relative;z-index:4}
.art-caption span{font-style:normal;color:var(--terracotta);margin-right:7px}
.digital-tag{display:block;text-align:center;font-size:11px;letter-spacing:.13em;color:var(--muted);margin-top:8px}
.digital-tag span{margin-inline:8px}
.hero-benefits{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 30px;border-top:1px solid var(--line);padding-block:22px;font-size:13px;color:var(--muted);margin-top:20px}
.hero-benefits li{display:flex;align-items:center;gap:10px}
.hero-benefits li>span{color:#67715f;font-size:19px;line-height:1}

/* 06. Problem */
.problem{background:var(--beige)}
.split-intro{display:grid;gap:24px;align-items:center}
.prose p+p{margin-top:15px}
.situation-grid{display:grid;gap:30px;margin-top:32px}
.situation-card{position:relative;background:var(--cream);border:1px solid var(--line);border-radius:6px;padding:22px 26px;text-align:center;box-shadow:0 5px 16px color-mix(in srgb,var(--brown) 3%,transparent)}
.situation-card .card-number{position:absolute;top:20px;left:22px;font-size:22px}
.situation-art{display:block;width:155px;height:80px;color:var(--terracotta);margin:3px auto 12px}
.situation-card h3,.benefit-grid h3,.audience-grid h3,.principle-grid h3{font-size:14px;letter-spacing:.065em;font-weight:600;line-height:1.6}
.situation-card p{font-size:16px;line-height:1.7;margin:8px auto 0;max-width:285px}
.situation-card:not(:last-child)::after{content:'↓';position:absolute;bottom:-31px;left:calc(50% - 6px);color:var(--terracotta);z-index:1}
.reframe{max-width:820px;text-align:center;margin:36px auto 0;padding-top:28px;border-top:1px solid var(--line)}
.flourish{color:var(--terracotta);font-size:32px}
.reframe h3{font-family:var(--serif);font-size:clamp(31px,3.4vw,44px);line-height:1.15;margin:12px 0 20px}
.reframe>p:not(.serif-note){max-width:635px;margin-inline:auto}
.reframe .serif-note{margin-top:21px;font-size:clamp(26px,2.5vw,32px)}

/* 07. Method */
.section.method{padding-bottom:clamp(60px,5.3vw,72px)}
.method .section-heading{margin-bottom:26px}
.method .section-heading>p:not(.eyebrow){margin-top:18px}
.method .section-heading>p+p:not(.eyebrow){margin-top:14px}
.process{list-style:none;position:relative;max-width:520px;margin:0 auto 26px}
.process::before{content:'';position:absolute;left:23px;top:24px;bottom:44px;width:1px;background:var(--dusty-rose)}
.process li{display:flex;align-items:flex-start;gap:17px;position:relative;padding-bottom:20px}
.process li:last-child{padding-bottom:0}
.process li>span{display:grid;place-items:center;flex-shrink:0;width:48px;height:48px;border:1px solid var(--dusty-rose);border-radius:50%;font-family:var(--serif);font-size:26px;background:var(--cream);color:var(--terracotta)}
.process h3{font-size:16px;letter-spacing:.08em;font-weight:600;margin:1px 0 4px}
.process p{font-size:16px;line-height:1.65}
.method-ending{max-width:650px;margin:auto}

/* 08. What's inside */
.inside{background:var(--beige)}
.section.inside{padding-block:clamp(60px,5.3vw,72px)}
.inside .section-heading{margin-bottom:28px}
.inside .section-heading>.eyebrow{margin-bottom:14px}
.inside .section-heading>p:not(.eyebrow){margin-top:18px}
.feature-grid{display:grid;gap:16px 18px}
.feature-card{padding:16px 34px;background:var(--cream);border:1px solid var(--line);border-radius:6px;box-shadow:0 4px 14px color-mix(in srgb,var(--brown) 3%,transparent)}
.feature-card .card-number{display:flex;align-items:center;gap:14px;margin-bottom:6px;font-size:24px}
.feature-card h3{font-family:var(--serif);font-size:31px;line-height:1.12;font-weight:600;margin-bottom:6px}
.feature-card p{font-size:16px;line-height:1.65}

/* 09. Product showcase */
.preview-carousel{--preview-count:1;--preview-gap:20px;max-width:390px;margin-inline:auto}
.preview-grid{display:grid;gap:var(--preview-gap)}
.preview-grid figure{min-width:0;width:100%;margin:0;padding:14px}
.preview-grid img{width:100%;box-shadow:0 15px 30px #4c352921;border:1px solid #302a270c}
.preview-grid figcaption{text-align:center;font-size:11px;letter-spacing:.1em;margin-top:18px;color:var(--muted)}
.preview-carousel.is-ready .preview-viewport{overflow:hidden;touch-action:pan-y pinch-zoom}
.preview-carousel.is-ready .preview-grid{display:flex;transition:transform 380ms ease}
.preview-carousel.is-ready .preview-grid figure{flex:0 0 calc((100% - (var(--preview-count) - 1)*var(--preview-gap))/var(--preview-count))}
.preview-grid img{user-select:none;-webkit-user-drag:none}
@media(min-width:600px){.preview-grid [data-preview-page="1"] img{transform:rotate(-3deg)}.preview-grid [data-preview-page="2"] img{transform:rotate(3deg)}.preview-grid .preview-cover img{transform:scale(1.04)}}
.preview-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:4px}
.preview-arrow{width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--brown);font-size:20px;line-height:1}
.preview-arrow:hover{background:var(--beige)}
.preview-dots{display:flex;align-items:center}
.preview-dots button{display:grid;place-items:center;width:32px;height:40px;padding:0;border:0;background:transparent}
.preview-dots button::before{content:"";width:6px;height:6px;border:1px solid var(--terracotta);border-radius:50%}
.preview-dots button[aria-current="true"]::before{background:var(--terracotta)}
.preview-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@media(min-width:900px){.preview-carousel{--preview-count:2;max-width:660px}}
@media(prefers-reduced-motion:reduce){.preview-carousel.is-ready .preview-grid{transition:none}}
.product-details{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:15px 32px;padding:24px 0 6px;font-size:16px;font-weight:500;color:var(--brown)}
.product-details li::before{content:'✓';color:#67715f;margin-right:10px}

/* 10. Benefits */
.dark{background:var(--brown);color:var(--cream)}
.dark p{color:#d7c8bd}
.dark .eyebrow{color:#d5a497}
.dark h2 em{color:#d5a497}
.section.benefits{padding-block:56px}
.benefits .section-heading{margin-bottom:28px}
.benefit-grid{display:grid;gap:20px 48px;max-width:1040px;margin:28px auto 0}
.benefit-grid article{display:grid;grid-template-columns:38px 1fr;align-content:start;column-gap:14px;border-top:1px solid color-mix(in srgb,var(--cream) 22%,transparent);padding-top:18px}
.benefit-grid .card-number{grid-row:1 / 3;color:var(--dusty-rose);font-size:27px;line-height:1.15}
.benefit-grid h3{margin:0 0 8px;font-size:16px;letter-spacing:.055em}
.benefit-grid p{font-size:16px;line-height:1.75;grid-column:2}
.benefits-ending{text-align:center;border-top:1px solid color-mix(in srgb,var(--cream) 22%,transparent);padding-top:21px;margin:27px auto 0;max-width:1040px}
.benefits-ending .serif-note{color:var(--dusty-rose);margin:12px auto 0;max-width:760px;font-size:clamp(29px,3vw,38px)}

/* 11. Who it's for */
.audience-grid{display:grid;gap:20px;max-width:1100px;margin:auto}
.audience-grid article{display:flex;gap:16px;align-items:flex-start;padding:24px;border:1px solid var(--line);border-radius:6px;background:color-mix(in srgb,var(--beige) 35%,var(--cream));box-shadow:0 4px 14px color-mix(in srgb,var(--brown) 2%,transparent)}
.check-mark{display:grid;place-items:center;width:27px;height:27px;flex-shrink:0;border-radius:50%;background:#aab6a233;color:#53604b;font-size:14px}
.audience-grid p{margin-top:8px;font-size:16px;line-height:1.75}
.audience-ending{margin-top:42px}
.audience-ending .serif-note{margin-top:10px}

/* 12. Why different */
.different{background:var(--beige)}
.principle-grid{display:grid;gap:30px;text-align:center}
.principle-grid article{padding:0 28px}
.principle-grid article>span{display:block;color:var(--terracotta);font-family:var(--serif);font-size:39px;line-height:1;margin-bottom:8px}
.principle-grid p{font-size:16px;line-height:1.75;margin-top:4px}
@media(min-width:900px){.principle-grid article{min-height:160px}}
.different-ending{max-width:800px;margin:36px auto 0;padding-top:28px;border-top:1px solid var(--line)}
.different-ending .serif-note{margin-top:13px;font-size:clamp(28px,2.9vw,36px)}

/* 13. Offer */
.offer-grid{max-width:760px;text-align:center}
.section.offer{padding-block:clamp(48px,4.1vw,64px)}
.offer-copy>.eyebrow{margin-bottom:14px}
.offer-product{justify-content:center}
.offer .included-list{text-align:left;max-width:640px;margin-inline:auto}
.offer-copy>.button{max-width:560px;min-height:64px;padding:18px 26px}
.offer h2{font-size:clamp(34px,3.3vw,46px)}
.offer-copy>p:not(.eyebrow):not(.microcopy):not(.purchase-status){font-size:16px;line-height:1.65;margin-top:16px}
.offer-product{display:flex;align-items:center;flex-wrap:wrap;gap:8px 15px;margin:18px 0 14px;padding-bottom:14px;border-bottom:1px solid color-mix(in srgb,var(--cream) 22%,transparent)}
.offer-product h3{font-family:var(--serif);font-size:32px;line-height:1.2;font-weight:600}
.offer-product>span{font-size:12px;border:1px solid color-mix(in srgb,var(--cream) 28%,transparent);padding:4px 10px;border-radius:4px;color:var(--beige)}
.offer h4.eyebrow{margin-bottom:8px;font-size:12px}
.included-list{list-style:none;font-size:16px;line-height:1.55;color:var(--beige)}
.included-list li{position:relative;padding-left:29px;margin-block:6px}
.included-list li::before{content:'✓';position:absolute;left:0;color:var(--sage);font-size:17px}
.price-block{display:flex;flex-direction:column;align-items:center;gap:4px;margin:18px 0 18px;padding-top:14px;border-top:1px solid color-mix(in srgb,var(--cream) 22%,transparent);text-align:center}
.price{font-family:var(--serif);font-size:clamp(76px,6.7vw,96px);font-weight:500;letter-spacing:-.05em;line-height:1}
.offer .price-block>.price{line-height:1.25}
.price-block>span:last-child{font-size:12px;letter-spacing:.12em;color:var(--beige)}
.button-rose{background:var(--dusty-rose);border-color:var(--dusty-rose);color:var(--brown);width:100%;min-height:70px;padding:22px 26px;font-size:15px;font-weight:700;letter-spacing:.04em;gap:7px;box-shadow:0 7px 22px color-mix(in srgb,var(--brown) 30%,transparent)}
.button-rose>span:last-child{margin-left:auto}
.offer .button-rose{position:relative}
.offer .button-rose>span[aria-hidden]{position:absolute;right:26px;top:50%;transform:translateY(-50%);margin:0}
.button-rose:hover{background:color-mix(in srgb,var(--dusty-rose) 78%,var(--cream));border-color:var(--cream);box-shadow:0 9px 25px color-mix(in srgb,var(--dusty-rose) 14%,transparent)}
.offer-copy>.microcopy{text-align:center;margin-top:10px}
.purchase-status{font-size:13px;line-height:1.6}
.purchase-status:not(:empty){padding:15px;border:1px solid #c9918666;margin-top:18px;border-radius:4px}

/* 14. FAQ */
.faq-layout{display:grid;gap:35px}
@media(min-width:600px) and (max-width:899px){.section.faq{padding-block:62px}}
@media(max-width:599px){.section.faq{padding-block:36px}.faq-layout{gap:23px}}
.faq-flower{display:none;color:var(--dusty-rose);font-size:74px;margin-top:25px}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item:first-child{border-top:1px solid var(--line)}
.faq-item h3{font-family:var(--sans)}
.faq-item button{width:100%;padding:19px 0;border:0;background:transparent;color:var(--brown);font-size:16px;line-height:1.65;display:flex;justify-content:space-between;gap:20px;text-align:left;font-weight:500}
.faq-item button>span{font-size:22px;line-height:1.1;flex-shrink:0;color:var(--terracotta)}
.faq-item [role=region] p{font-size:16px;line-height:1.75;padding:0 24px 19px 0}
.educational-notice{font-size:14px;line-height:1.8;color:var(--muted);max-width:880px;margin:40px auto 0;padding:22px 27px;border:1px solid var(--line);border-radius:6px;background:color-mix(in srgb,var(--beige) 30%,transparent)}

/* 15. Final CTA */
.final-cta{background:linear-gradient(125deg,var(--cream),var(--beige));padding-bottom:35px;overflow:hidden}
.section.final-cta{padding-top:24px;padding-bottom:16px}
.final-cta .eyebrow{margin-bottom:8px}
.final-cta h2{font-size:clamp(34px,3.5vw,50px);line-height:1.05}
.final-grid .microcopy{margin-top:8px}
.final-grid{max-width:800px;text-align:center}
.final-grid>div>p:not(.eyebrow):not(.microcopy){margin-top:10px;font-size:16px;line-height:1.65}
.final-product{margin:10px 0 10px}
.final-product h3{font-family:var(--serif);font-size:29px;font-weight:600;line-height:1.4;color:var(--terracotta)}
.final-product p{font-size:17px;font-weight:500;color:var(--brown);margin-top:5px}
.final-product .final-price{margin-top:6px}
.final-product .price{display:block;font-size:clamp(60px,5.5vw,76px)}
.final-product .purchase-label{display:block;font-size:12px;letter-spacing:.12em;margin-top:4px}
.final-cta .closing-process{padding-top:10px;margin-top:10px}
@media(max-width:599px){.section.final-cta{padding-top:20px}.final-grid>div>p:not(.eyebrow):not(.microcopy){line-height:1.5}.final-product{margin-top:8px}}
.closing-process{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 15px;text-align:center;font-size:13px;letter-spacing:.025em;border-top:1px solid var(--line);padding-top:25px;margin-top:40px}
.closing-process span{color:var(--terracotta)}

/* 16. Footer */
.site-footer{padding:38px 0 24px}
.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:22px}
.footer-brand{font-size:11px;letter-spacing:.13em;font-weight:600}
.site-footer nav{display:flex;flex-wrap:wrap;gap:12px 24px;font-size:12px}
.site-footer nav a{padding-block:8px}
.footer-bottom{margin-top:24px;font-size:11px;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}
#footer-status:not(:empty){font-size:12px}


/* 18. Animations: content is visible by default if JS is unavailable. */
.motion-ready{--motion-distance:20px;--motion-duration:700ms;--motion-step:70ms;--motion-ease:cubic-bezier(.22,1,.36,1)}
.motion-ready .reveal-pending{opacity:0;transform:translateY(var(--motion-distance));transition:opacity var(--motion-duration) var(--motion-ease),transform var(--motion-duration) var(--motion-ease);transition-delay:calc(var(--motion-order,0)*var(--motion-step))}
.motion-ready .reveal-pending.is-visible{opacity:1;transform:none}
.motion-ready .motion-intro{animation:hero-enter 750ms var(--motion-ease) both;animation-delay:var(--intro-delay,0ms)}
.motion-ready .hero-art.motion-intro{animation-name:art-enter}
.motion-ready .motion-immediate{transition:none!important;animation:none!important;opacity:1;transform:none}
@keyframes hero-enter{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes art-enter{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:430px){.motion-ready{--motion-distance:12px;--motion-duration:600ms;--motion-step:50ms}.motion-ready .motion-intro{animation-duration:600ms}@keyframes hero-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes art-enter{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}}

/* Refinement details: emphasis without adding more sales copy. */
.button:focus-visible{outline:3px solid var(--terracotta);outline-offset:5px;box-shadow:0 0 0 2px var(--cream)}

.dark .button:focus-visible{outline-color:var(--cream);box-shadow:0 0 0 2px var(--brown)}

.hero-copy>.button,.final-grid .button{min-width:290px}


.problem .prose p:nth-child(3){font-family:var(--serif);font-size:26px;line-height:1.25;color:var(--brown)}

.common-thoughts{max-width:880px;margin:34px auto 0}

.common-thoughts>.eyebrow{text-align:center;margin-bottom:17px}

.thought-grid{list-style:none;display:grid;gap:12px}

.thought-grid li{padding:17px 22px;border:1px solid var(--line);border-left:2px solid var(--dusty-rose);border-radius:5px;background:color-mix(in srgb,var(--cream) 50%,transparent);font-family:var(--serif);font-size:25px;font-style:italic;line-height:1.3}

.feature-card .card-number::after{content:'';width:32px;height:1px;background:var(--dusty-rose)}

.benefits-ending>p:first-child,.audience-ending>p:first-child,.different-ending>p:first-child{font-size:18px;color:inherit}

.audience-ending .serif-note{max-width:760px;margin:12px auto 0;font-size:clamp(28px,2.9vw,36px)}

.principle-grid h3{font-size:16px;letter-spacing:.08em}

.offer-copy>.offer-format{margin-top:7px;font-size:12px}


.faq-item [role=region]:not([hidden]){animation:faq-appear .18s ease-out}

@keyframes faq-appear{from{opacity:0}
to{opacity:1}
}

@media(hover:hover) and (pointer:fine){.feature-card.is-visible:hover{border-color:var(--dusty-rose);box-shadow:0 8px 22px color-mix(in srgb,var(--brown) 7%,transparent)}
}

/* 19. Responsive breakpoints */
@media(max-width:599px){.brand>span:not(.brand-dot){display:block;margin-top:3px}
.brand-dot{display:none}
.nav-links{flex-shrink:0}
.button-small{white-space:nowrap}
.page-stack{width:65%}
.art-caption{font-size:22px}
}

@media(min-width:600px){.container{width:min(1200px,calc(100% - 72px))}
.feature-grid,.benefit-grid,.audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.brand{font-size:25px}
.hero-art{max-width:570px;width:100%;margin:auto}
.hero-benefits{font-size:13px}
.principle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.principle-grid article+article{border-left:1px solid var(--line)}
}

@media(min-width:900px){.section{padding-block:86px}
.desktop-link{display:block}
.hero{padding-top:clamp(12px,calc(3vw - 29px),28px);padding-bottom:0}
.hero h1{font-size:clamp(48px,4.32vw,68px);line-height:1.05}
.hero .hero-description{margin-top:18px;line-height:1.65}
.hero-copy>.button{margin-top:20px}
.hero .page-stack{width:68.62%;max-width:333.7px;margin-top:12px;margin-bottom:24px}
.hero-grid{grid-template-columns:1.1fr .9fr;gap:35px}
.hero-copy{padding-bottom:20px}
.hero-art{padding-top:12px;padding-bottom:16px}
.hero-benefits{margin-top:16px;gap:65px;padding-block:18px}
.split-intro{grid-template-columns:.9fr 1.1fr;gap:60px}
.situation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.situation-card:not(:last-child)::after{content:'→';bottom:auto;left:auto;right:-25px;top:50%}
.process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;gap:18px 28px;margin:28px 0 26px}
.process::before{display:none}
.process li{display:flex;align-items:flex-start;text-align:left;padding:20px 23px;border:1px solid var(--line);border-radius:6px;background:color-mix(in srgb,var(--beige) 50%,var(--cream));gap:15px}
.process li:last-child{padding-bottom:20px}
.process li:not(:nth-child(3n))::after{content:"→";position:absolute;right:-24px;top:50%;transform:translateY(-50%);color:var(--terracotta);font-size:21px}
.process li>span{margin:0}
.process h3{margin-bottom:4px}
.process p{font-size:16px;max-width:none;margin:0}
.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.section.benefits{padding-block:67px}
.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 60px}
.faq-layout{grid-template-columns:.7fr 1.3fr;gap:80px}
.faq-flower{display:block}
.final-cta{padding-bottom:35px}
.closing-process{margin-top:45px}
}

@media(max-width:379px){.container{width:calc(100% - 32px)}
.brand{font-size:19px}
.brand-dot{display:none}
.button-small{font-size:10px;padding-inline:12px;gap:8px}
.hero .eyebrow{font-size:10px;letter-spacing:.12em}
}

@media(min-width:600px){.thought-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(min-width:1200px){.hero .page-stack{width:74.26%;max-width:clamp(329px,calc(23.5vw + 7.99px),376px)}
.hero-grid{gap:40px}
}

@media(min-width:900px) and (max-width:1099px){.process li{display:block;padding:18px 23px}
.process li:last-child{padding-bottom:18px}
.process li>span{margin-bottom:10px}
.feature-card{padding:16px 28px}
}

@media(max-width:599px){
  .hero h1{font-size:clamp(37px,10.1vw,44px);line-height:1.08}

  .hero-description{font-size:16px;line-height:1.75}

  .hero .eyebrow{gap:9px;letter-spacing:.12em;font-size:10px}

  .hero-copy>.button,.final-grid .button{width:100%;min-width:0}

  .final-grid .microcopy{text-align:center}

  .hero-grid{gap:10px}

  .hero-art{padding-top:20px;padding-bottom:14px}

  .page-stack{width:68%;margin-bottom:29px}

  .stack-back-left{transform:translate(-15%,1%) rotate(-10deg) scale(.88)}

  .stack-back-right{transform:translate(17%,-3%) rotate(8deg) scale(.9)}

  .hero-benefits{justify-content:flex-start;gap:8px;font-size:13px;padding-block:20px}

  .hero-benefits li{width:100%}

  .section-heading{margin-bottom:30px}

  .feature-card{padding:18px 25px}
  .situation-card{padding:20px 25px}
  .situation-grid{gap:24px}
  .situation-card:not(:last-child)::after{bottom:-26px}

  .situation-art{height:70px;margin-bottom:10px}

  .feature-card h3{font-size:29px}

  .audience-grid article{padding:26px 23px;gap:15px}

  .audience-grid h3{font-size:14px;letter-spacing:.045em}

  .thought-grid li{font-size:24px;padding:16px 19px}

  .process li{gap:17px}

  .process h3{font-size:15px}

  .section.benefits{padding-block:44px}
  .benefit-grid{row-gap:18px}
  .benefit-grid article{grid-template-columns:30px 1fr;column-gap:12px}

  .benefit-grid h3{font-size:15px}

  .product-details{display:grid;gap:13px;justify-content:start;font-size:15px;padding-inline:8px}

  .offer{padding-top:55px}

  .offer-product h3{font-size:30px}

  .offer-copy>.button{font-size:13px;padding:18px 16px;min-height:60px;gap:5px;letter-spacing:.025em}
  .offer .button-rose>span[aria-hidden]{right:16px}


  .price-block>span:last-child{font-size:11px;letter-spacing:.08em}

  .faq-item button{padding-block:19px}

  .faq-item [role=region] p{padding-right:0}

  .educational-notice{padding:20px;font-size:13px}


  .closing-process{gap:6px 9px;font-size:12px}

}

@media(max-width:359px){
.offer-copy>.button{font-size:12px}
.hero .eyebrow .little-line{width:16px}
}

/* Final phone density pass; wider layouts and conversion blocks stay unchanged. */
@media(max-width:430px){
  .section:is(.problem,.method,.inside,.showcase,.audience,.different){padding-block:40px}
  .section:is(.problem,.method,.inside,.showcase,.benefits,.audience,.different,.faq) h2{font-size:31px}
  .section:not(.hero):not(.offer):not(.final-cta) .eyebrow{margin-bottom:12px}
  .section:not(.offer):not(.final-cta) .section-heading{margin-bottom:22px}
  .section:not(.offer):not(.final-cta) .section-heading>p:not(.eyebrow){margin-top:16px;line-height:1.65}
  .split-intro{gap:18px}
  .prose{line-height:1.65}
  .prose p+p{margin-top:11px}
  .situation-grid{margin-top:24px;gap:20px}
  .situation-card{padding:16px 23px}
  .situation-art{height:60px;margin-bottom:8px}
  .situation-card p{margin-top:6px;line-height:1.6}
  .situation-card:not(:last-child)::after{bottom:-23px}
  .common-thoughts{margin-top:26px}
  .thought-grid{gap:10px}
  .thought-grid li{font-size:22px;padding:13px 18px}
  .reframe{margin-top:26px;padding-top:20px}
  .reframe h3{font-size:29px;margin:8px 0 14px}
  .reframe>p:not(.serif-note){line-height:1.65}
  .reframe .serif-note{margin-top:16px}
  .process{margin-bottom:20px}
  .process li{padding-bottom:14px}
  .process li:last-child{padding-bottom:0}
  .process h3{margin-bottom:2px}
  .method-ending{line-height:1.65}
  .feature-grid{row-gap:12px}
  .feature-card{padding:15px 22px}
  .feature-card h3{font-size:27px}
  .feature-card p{line-height:1.55}
  .product-details{padding-top:18px;row-gap:10px}
  .benefit-grid{margin-top:22px;row-gap:16px}
  .benefit-grid article{padding-top:16px}
  .benefit-grid p{line-height:1.6}
  .benefits-ending{margin-top:22px;padding-top:18px}
  .audience-grid{gap:15px}
  .audience-grid article{padding:20px 22px;gap:13px}
  .audience-grid p{margin-top:6px;line-height:1.6}
  .audience-ending{margin-top:28px}
  .principle-grid{gap:22px}
  .principle-grid article{padding-inline:24px}
  .principle-grid article>span{font-size:35px;margin-bottom:6px}
  .principle-grid p{line-height:1.6}
  .different-ending{margin-top:26px;padding-top:20px}
  .faq-item button{padding-block:18px}
  .faq-item [role=region] p{line-height:1.65;padding-bottom:16px}
  .faq .educational-notice{margin-top:28px;padding:17px 20px}
}

/* Primary conversion actions; all other colors and controls remain unchanged. */
.button.purchase-cta{background:#A96752;color:#FFF9F3;border-color:#A96752}
.purchase-cta:not(.button-small){position:relative;gap:0}
.purchase-cta:not(.button-small)>span[aria-hidden]{position:absolute;right:16px;top:50%;transform:translateY(-50%);margin:0;font-size:18px}
.cta-label{display:block;text-align:center;white-space:nowrap}
.hero-copy>.purchase-cta{padding-inline:40px}
.button.purchase-cta:focus-visible{outline:3px solid #925744;outline-offset:5px;box-shadow:0 0 0 2px #FFF9F3}
.dark .button.purchase-cta:focus-visible{outline-color:#FFF9F3;box-shadow:0 0 0 2px var(--brown)}
@media(hover:hover) and (pointer:fine){.button.purchase-cta:hover{background:#925744;color:#FFF9F3;border-color:#925744}}
@media(max-width:430px){.hero-copy>.purchase-cta{padding-inline:32px;font-size:12px;letter-spacing:.035em}}
@media(max-width:359px){.hero-copy>.purchase-cta{font-size:11px}.offer-copy>.purchase-cta{font-size:11px;letter-spacing:.02em}}

/* 20. Reduced motion */
@media(min-width:600px) and (max-width:899px){
  .hero h1{font-size:46px}
  .principle-grid article{padding-inline:18px}
  .principle-grid h3{font-size:14px;letter-spacing:.055em}
}
@media(min-width:700px) and (max-width:899px){
  .situation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
  .situation-card{padding:20px 18px}
  .situation-card h3{font-size:13px;letter-spacing:.04em}
  .situation-card:not(:last-child)::after{content:'→';bottom:auto;left:auto;right:-18px;top:50%}
}
/* Reduced motion applies after every responsive refinement. */
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation:none!important;transition:none!important}
.motion-ready .reveal-pending,.motion-ready .motion-intro{opacity:1;transform:none;animation:none!important;transition:none!important}
.button:hover{transform:none}
}

/* Post-purchase delivery page. Every addition is scoped away from index.html. */
.thank-you-page{line-height:1.65}
.thank-you-page .thank-you-header{border-bottom:1px solid var(--line)}
.thank-you-page .thank-you-nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.thank-you-page .thank-you-complete{font-size:10px;letter-spacing:.13em;color:var(--muted);white-space:nowrap}
.thank-you-page .thank-you-hero{padding:40px 0 46px}
.thank-you-page .thank-you-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;max-width:1100px}
.thank-you-page .thank-you-copy{max-width:620px}
.thank-you-page h1{font-size:clamp(42px,4.4vw,60px);line-height:1.04}
.thank-you-page h2{font-size:clamp(32px,3.15vw,43px);line-height:1.1}
.thank-you-page .eyebrow{margin-bottom:12px}
.thank-you-page .thank-you-introduction{margin-top:18px;max-width:620px}
.thank-you-page .thank-you-download{margin-top:24px}
.thank-you-page .download-cta{position:relative;min-width:310px;padding-inline:40px;background:var(--terracotta);border-color:var(--terracotta);color:#FFF9F3}
.thank-you-page .download-cta>span[aria-hidden]{position:absolute;right:18px;font-size:18px}
.thank-you-page .download-cta:focus-visible{outline-color:#925744;box-shadow:0 0 0 2px #FFF9F3}
.thank-you-page .thank-you-download .microcopy{margin-top:10px}
.thank-you-page .thank-you-cover{width:min(100%,300px);margin-inline:auto}
.thank-you-page .thank-you-cover img{width:100%;height:auto;box-shadow:0 18px 36px #4c352924;border-radius:3px}
.thank-you-page .thank-you-section{padding-block:52px}
.thank-you-page .thank-you-heading{max-width:660px;margin:0 auto 26px;text-align:center}
.thank-you-page .thank-you-heading>p:last-child:not(.eyebrow){margin-top:16px}
.thank-you-page .thank-you-steps{background:var(--beige)}
.thank-you-page .thank-you-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.thank-you-page .thank-you-step-grid article{padding:24px;background:var(--cream);border:1px solid var(--line);border-radius:6px;box-shadow:0 4px 14px #302a2705}
.thank-you-page .thank-you-card-label{font-size:10px;letter-spacing:.1em;color:var(--terracotta);margin-bottom:10px;font-weight:600}
.thank-you-page .thank-you-step-grid h3{font-family:var(--serif);font-size:27px;font-weight:600;line-height:1.1;margin-bottom:10px}
.thank-you-page .thank-you-step-grid article>p:last-child{font-size:15px;line-height:1.6}
.thank-you-page .thank-you-sequence{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;list-style:none;margin:26px auto;font-size:12px;letter-spacing:.085em;font-weight:500}
.thank-you-page .thank-you-sequence li{white-space:nowrap;display:flex;align-items:center;gap:18px;color:var(--cream)}
.thank-you-page .thank-you-sequence li:not(:last-child)::after{content:'→';color:var(--dusty-rose);font-size:17px;line-height:1}
.thank-you-page .thank-you-quick-grid{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 36px;max-width:1040px;margin:auto}
.thank-you-page .thank-you-quick-grid li{display:flex;gap:14px;border-top:1px solid #f8f3ec33;padding-top:18px}
.thank-you-page .thank-you-quick-grid li>span{font-family:var(--serif);color:var(--dusty-rose);font-size:24px;line-height:1.2}
.thank-you-page .thank-you-quick-grid h3{font-size:13px;letter-spacing:.08em;font-weight:600;margin-bottom:6px}
.thank-you-page .thank-you-quick-grid p{font-size:15px;line-height:1.6}
.thank-you-page .thank-you-calm{text-align:center;color:var(--dusty-rose);margin-top:28px;font-size:28px}
.thank-you-page .thank-you-reading{max-width:680px}
.thank-you-page .thank-you-safety-panel{margin-top:22px;padding:22px 25px;background:var(--beige);border:1px solid var(--line);border-left:2px solid var(--terracotta);border-radius:5px}
.thank-you-page .thank-you-safety-panel p{color:var(--brown)}
.thank-you-page .thank-you-medical-note{font-size:13px;margin-top:16px;line-height:1.65}
.thank-you-page .thank-you-support{padding-top:0;text-align:center}
.thank-you-page .thank-you-support .thank-you-reading{border-top:1px solid var(--line);padding-top:34px}
.thank-you-page .thank-you-support h2{font-size:clamp(30px,2.7vw,37px)}
.thank-you-page .thank-you-help{margin-top:20px;font-size:14px}
.thank-you-page .thank-you-support-link{display:inline-block;padding-block:12px;font-size:11px;letter-spacing:.1em;font-weight:600;color:var(--terracotta);text-decoration:underline;text-underline-offset:5px}
.thank-you-page .thank-you-closing{text-align:center;padding-block:40px}
.thank-you-page .thank-you-closing h2{max-width:680px;margin:auto;font-size:clamp(30px,2.8vw,38px)}
.thank-you-page .thank-you-closing h2 em{margin-top:8px}
.thank-you-page .thank-you-closing .thank-you-sequence{font-size:10px;margin-block:22px}
.thank-you-page .thank-you-signature{font-family:var(--serif);font-size:25px;color:var(--cream)}
.thank-you-page .thank-you-closing-note{font-size:12px;margin-top:4px}
.thank-you-page .site-footer{padding-block:24px 20px}
.thank-you-page .footer-bottom{margin-top:12px}
.thank-you-page .thank-you-status:empty{display:none}
.thank-you-page .thank-you-status:not(:empty){margin-top:10px;font-size:13px;color:var(--terracotta)}
@media(hover:hover) and (pointer:fine){.thank-you-page .download-cta:hover{background:#925744;border-color:#925744;color:#FFF9F3}}
@media(max-width:899px){
  .thank-you-page .thank-you-hero-grid{gap:32px;grid-template-columns:1.2fr .8fr}
  .thank-you-page .thank-you-cover{max-width:250px}
  .thank-you-page .thank-you-step-grid{grid-template-columns:1fr;max-width:680px;margin:auto;gap:14px}
  .thank-you-page .thank-you-step-grid article{padding:20px 24px}
  .thank-you-page .thank-you-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:599px){
  .thank-you-page .thank-you-nav{min-height:66px}
  .thank-you-page .thank-you-complete{font-size:9px;letter-spacing:.07em}
  .thank-you-page .thank-you-hero{padding-block:30px 34px}
  .thank-you-page .thank-you-hero-grid{grid-template-columns:1fr;gap:28px}
  .thank-you-page h1{font-size:40px}
  .thank-you-page h2{font-size:31px}
  .thank-you-page .thank-you-introduction{margin-top:14px}
  .thank-you-page .thank-you-download{margin-top:20px}
  .thank-you-page .download-cta{width:100%;min-width:0;font-size:12px;padding-inline:32px}
  .thank-you-page .thank-you-cover{max-width:220px}
  .thank-you-page .thank-you-section{padding-block:36px}
  .thank-you-page .thank-you-heading{margin-bottom:22px}
  .thank-you-page .thank-you-step-grid article{padding:20px}
  .thank-you-page .thank-you-step-grid h3{font-size:26px}
  .thank-you-page .thank-you-quick-grid{grid-template-columns:1fr;gap:16px}
  .thank-you-page .thank-you-quick-grid li{padding-top:14px}
  .thank-you-page .thank-you-sequence{display:grid;grid-template-columns:repeat(3,max-content);gap:10px 12px;font-size:10px}
  .thank-you-page .thank-you-sequence li{gap:10px;justify-content:space-between}
  .thank-you-page .thank-you-sequence li:nth-child(3)::after{content:'↓'}
  .thank-you-page .thank-you-calm{margin-top:22px;font-size:26px}
  .thank-you-page .thank-you-safety-panel{padding:18px 20px;margin-top:18px}
  .thank-you-page .thank-you-support{padding-top:0}
  .thank-you-page .thank-you-support .thank-you-reading{padding-top:28px}
  .thank-you-page .thank-you-closing{padding-block:32px}
  .thank-you-page .footer-top{gap:12px}
  .thank-you-page .site-footer nav{gap:20px}
}
@media(max-width:359px){.thank-you-page .brand{font-size:19px}.thank-you-page h1{font-size:37px}.thank-you-page .thank-you-complete{font-size:8px}.thank-you-page .download-cta{font-size:11px}}

/* Confirmation indicators: preserve the hero eyebrow's original flow height. */
.thank-you-page .thank-you-confirmed{position:relative;isolation:isolate;display:flex;align-items:center;gap:8px;width:fit-content;padding-inline:16px;color:var(--terracotta);letter-spacing:.14em}
.thank-you-page .thank-you-confirmed::before{content:"";width:6px;height:6px;flex-shrink:0;border-radius:50%;background:var(--dusty-rose);animation:thank-you-status-pulse 2s ease-out infinite}
.thank-you-page .thank-you-confirmed::after{content:"";position:absolute;inset:-8px 0;z-index:-1;border:1px solid rgba(169,103,82,.5);border-radius:999px;background:rgba(169,103,82,.07);pointer-events:none}
.thank-you-page .thank-you-complete{display:inline-flex;align-items:center;gap:7px;color:var(--terracotta);font-size:10px;font-weight:600;letter-spacing:.14em}
@media(max-width:430px){.thank-you-page .thank-you-complete{font-size:9px;letter-spacing:.1em;gap:6px}}
@keyframes thank-you-status-pulse{0%{box-shadow:0 0 0 0 rgba(169,103,82,.4)}80%,100%{box-shadow:0 0 0 4px rgba(169,103,82,0)}}
@media(prefers-reduced-motion:reduce){.thank-you-page .thank-you-confirmed::before{animation:none;transform:none;opacity:1;box-shadow:none}}
