:root{--ink:#251f21;--muted:#685e61;--pink:#efd0d6;--pink-2:#f8e9eb;--rose:#9f4158;--ivory:#fffaf5;--white:#fff;--gold:#a67428;--gold-light:#dfbd72;--border:rgba(166,116,40,.28);--shadow:0 22px 65px rgba(70,37,44,.13);--serif:Georgia,'Times New Roman',serif;--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--container:min(1180px,calc(100% - 40px))}

*{box-sizing:border-box}
::selection{background:#f7c8d3;color:#2d2d2d}
::-moz-selection{background:#f7c8d3;color:#2d2d2d}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
button,a{touch-action:manipulation}
.container{width:var(--container);margin-inline:auto}
.narrow{max-width:820px}
.centered{text-align:center}
.section-pad{padding:clamp(78px,9vw,132px) 0}
.skip-link{position:fixed;left:18px;top:10px;z-index:999;transform:translateY(-150%);padding:10px 16px;background:var(--ink);color:#fff;border-radius:6px}
.skip-link:focus{transform:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus-visible{outline:3px solid #7b3043;outline-offset:4px}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:800;color:var(--rose);margin:0 0 16px}
.eyebrow.light{color:#f2d899}
h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.08;margin:0 0 22px;letter-spacing:-.025em}
h1{font-size:clamp(3.4rem,7vw,6.6rem)}
h2{font-size:clamp(2.5rem,4.6vw,4.6rem)}
h3{font-size:1.45rem}
h1 em,h2 em,h3 em{color:var(--rose);font-weight:400}
p{margin:0 0 20px;color:var(--muted)}
.large-copy{font-family:var(--serif);font-size:clamp(1.35rem,2.2vw,1.75rem);line-height:1.5;color:var(--ink)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:14px 24px;border:1px solid #8c5920;border-radius:999px;background:linear-gradient(135deg,#8b591f 0%,#d3aa59 48%,#9c6824 100%);color:#fff;text-decoration:none;font-weight:800;font-size:.92rem;letter-spacing:.01em;box-shadow:0 10px 25px rgba(133,85,27,.22);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}
.button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(133,85,27,.3);filter:saturate(1.08)}
.button-small{min-height:44px;padding:10px 18px;font-size:.82rem}
.button-light{background:linear-gradient(135deg,#f1d794,#fff2c2 48%,#c28c38 100%);color:#321f24;border-color:#e6c675}
.button-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:32px}
.text-link{font-weight:800;color:var(--ink);text-underline-offset:5px;text-decoration-color:var(--gold)}
.site-header{height:82px;position:sticky;top:0;z-index:100;background:rgba(255,250,245,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(166,116,40,.14)}
.nav-wrap{height:100%;display:flex;align-items:center;gap:28px}
.brand{width:72px;height:72px;margin-right:auto;overflow:hidden;border-radius:50%}
.brand img{width:100%;height:100%;object-fit:cover}
.site-header nav{display:flex;align-items:center;gap:26px}
.site-header nav a{text-decoration:none;font-size:.88rem;font-weight:700;color:#51474a;transition:color .2s}
.site-header nav a:hover{color:var(--rose)}
.menu-toggle{display:none;border:0;background:none;padding:10px}
.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:var(--ink);margin:6px}
.hero{position:relative;background:radial-gradient(circle at 83% 42%,rgba(235,178,190,.3),transparent 32%),linear-gradient(120deg,#fffaf5 0%,#fff 54%,#f8e4e8 100%);min-height:calc(100vh - 82px);display:flex;align-items:center;overflow:hidden}
.hero:before{content:"";position:absolute;inset:25px;border:1px solid rgba(177,126,45,.18);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(48px,7vw,100px);align-items:center;position:relative}
.hero .eyebrow{display:inline-block;margin-bottom:26px;padding:5px 12px;border:1px solid #f3c9d2;border-radius:999px;background:#fff7f8;color:#9f4158;font-size:.75rem;line-height:1.2;letter-spacing:.09em}
.hero h1{margin-bottom:24px;font-size:clamp(3.1rem,4.4vw,3.75rem);font-weight:700;line-height:.98;letter-spacing:-.045em;color:#2d2d2d;white-space:nowrap}
.hero h1 em{background:linear-gradient(105deg,#b88722 0%,#d4a62d 55%,#a97718 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{max-width:590px;font-family:var(--sans);font-size:clamp(1.1rem,1.55vw,1.3rem);line-height:1.48;color:#3c4e69}
.hero-lead strong{color:#2d2d2d}
.hero-copy>p:not(.eyebrow){max-width:590px}
.credibility{display:flex;align-items:center;gap:16px;border-top:1px solid var(--border);margin-top:38px;padding-top:25px;max-width:650px}
.credibility p{font-size:.86rem;line-height:1.55;margin:0}
.credibility strong{color:var(--ink)}
.monogram{flex:0 0 49px;height:49px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-family:var(--serif);color:var(--rose);font-weight:bold}
.book-stage{position:relative;padding:55px 60px 75px}
.book-stage:before{content:"";position:absolute;inset:8% 0 4% 18%;border-radius:50% 50% 20px 20px;background:linear-gradient(145deg,rgba(255,255,255,.75),rgba(239,208,214,.5));border:1px solid rgba(166,116,40,.25);transform:rotate(4deg)}
.book{position:relative;z-index:2;max-width:390px;margin:auto;filter:drop-shadow(0 28px 28px rgba(55,20,31,.28));transform:perspective(1100px) rotateY(-10deg) rotateZ(2deg);transition:transform .4s ease}
.book:hover{transform:perspective(1100px) rotateY(-4deg) rotateZ(0)}
.book img{border-radius:3px 13px 13px 3px}
.book-pages{position:absolute;right:-12px;top:8px;width:13px;height:calc(100% - 15px);background:repeating-linear-gradient(to right,#f6efe5 0,#f6efe5 2px,#d3c3b0 3px);transform:skewY(45deg);transform-origin:left;z-index:-1}
.seal{position:absolute;z-index:4;right:2%;top:10%;width:112px;height:112px;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#7f511f,#d7ad58,#83501c);color:#fff;border:3px solid #f4db9c;box-shadow:0 12px 26px rgba(78,39,18,.25);transform:rotate(6deg)}
.seal:after{content:"";position:absolute;inset:5px;border:1px dashed rgba(255,255,255,.6);border-radius:50%}
.seal strong{font-family:var(--serif);font-size:2rem;line-height:1}
.seal span{font-size:.65rem;text-transform:uppercase;letter-spacing:.13em;line-height:1.35}
.book-note{position:absolute;z-index:3;right:0;bottom:12px;max-width:250px;background:#fff;padding:15px 19px;border-left:3px solid var(--gold);box-shadow:var(--shadow);font-size:.78rem;font-weight:800;color:var(--ink);line-height:1.4;margin:0}
.expertise-strip{position:relative;z-index:1;padding:32px 0;background:#8a3a4d;border-block:4px solid #bf953f;font-family:Inter,var(--sans)}
.expertise-strip-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;text-align:center}
.expertise-byline{margin:0;color:#fce7eb;font-size:.875rem;font-weight:500;font-style:italic;line-height:1.25}
.expertise-item{display:flex;align-items:center;gap:8px;color:#fcf6ba;font-size:1rem;font-weight:600;line-height:1.5}
.expertise-icon{width:20px;height:20px;flex:none;fill:currentColor}
@media(min-width:768px){.expertise-strip-content{flex-direction:row;gap:64px}.expertise-byline{font-size:1rem;line-height:1.5}}
.problem-section{padding:80px 0;background:#fff}
.problem-content{max-width:896px;text-align:center}
.problem-section h2{margin:0 0 32px;font-family:"Playfair Display",var(--serif);font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700;line-height:1.25;color:#2d2d2d}
.problem-copy{display:grid;gap:24px;max-width:672px;margin:0 auto;font-family:Inter,var(--sans);font-size:1.125rem;line-height:1.625;color:#374151}
.problem-copy p{margin:0;color:#374151}
.problem-emphasis{font-weight:500;color:#8a3a4d!important}
.problem-question{padding:16px 0;font-family:"Playfair Display",var(--serif);font-size:1.5rem;font-style:italic;line-height:1.35;color:#2d2d2d!important}
.problem-close{padding-top:16px;font-size:1.25rem;font-weight:600;line-height:1.45}
.problem-close span{background:linear-gradient(to right,#b38728,#d4af37,#fbf5b7,#d4af37,#aa771c);-webkit-background-clip:text;background-clip:text;color:transparent}
.roadmap{background:#2d2427;color:#fff;position:relative}
.roadmap:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 0,rgba(178,92,113,.23),transparent 28%),radial-gradient(circle at 100% 80%,rgba(188,138,54,.14),transparent 25%)}
.roadmap .container{position:relative}
.roadmap h2,.roadmap strong{color:#fff}
.roadmap p{color:#d6cdd0}
.split-heading{display:grid;grid-template-columns:1.05fr .7fr;gap:80px;align-items:end}
.split-heading>p{font-size:1.05rem}
.path{display:grid;grid-template-columns:repeat(6,1fr);margin-top:70px;border-top:1px solid rgba(255,255,255,.15)}
.path-step{position:relative;padding:40px 16px 10px 0;min-height:170px}
.path-step:before{content:"";position:absolute;top:-7px;left:0;width:13px;height:13px;border-radius:50%;background:#b68131;box-shadow:0 0 0 6px rgba(182,129,49,.14)}
.path-step.future:before{background:#776d70;box-shadow:0 0 0 6px rgba(255,255,255,.06)}
.path-step span{display:block;font-size:.7rem;letter-spacing:.15em;color:#e0bc77;margin-bottom:28px}
.path-step strong{display:block;font-family:var(--serif);font-size:1.35rem}
.path-step small{display:block;color:#bdb2b5;line-height:1.4;margin-top:8px;max-width:140px}
.pathway-note{border:1px solid rgba(224,188,119,.35);padding:18px 22px;margin-top:40px;font-size:.88rem}
.learn{background:var(--ivory)}
.section-intro{max-width:820px;margin-bottom:60px}
.learn-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-left:1px solid var(--border)}
.learn-card{padding:35px 30px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:rgba(255,255,255,.38);transition:background .3s ease,transform .3s ease}
.learn-card:hover{background:#fff;transform:translateY(-3px)}
.learn-card>span{display:block;font-size:.7rem;font-weight:800;color:var(--gold);letter-spacing:.14em;margin-bottom:24px}
.learn-card h3{font-size:1.42rem}
.learn-card p{font-size:.91rem;line-height:1.65;margin:0}
.learn-card.featured{background:linear-gradient(145deg,#f5dce1,#fff9f3)}
.cta-under{margin-top:48px}
.readiness{background:#f4dce1}
.readiness-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}
.readiness-copy blockquote{margin:40px 0 0;padding:25px 0 0;border-top:1px solid rgba(130,70,85,.25);font-family:var(--serif);font-size:1.5rem;color:var(--ink)}
.readiness-copy cite{display:block;font-family:var(--sans);font-style:normal;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--rose);margin-top:12px}
.readiness-orbit{position:relative;min-height:500px}
.center-word{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;height:190px;border-radius:50%;display:grid;place-content:center;text-align:center;background:#2d2427;color:white;border:1px solid #ddbb6e;box-shadow:0 18px 45px rgba(77,37,49,.2)}
.center-word:before{content:"";position:absolute;inset:9px;border:1px solid rgba(221,187,110,.5);border-radius:50%}
.center-word strong,.center-word span{font-family:var(--serif);font-size:1.35rem;line-height:1.2;z-index:1}
.center-word span{color:#e3bdca}
.readiness-orbit ul{list-style:none;margin:0;padding:0}
.readiness-orbit li{position:absolute;background:#fffaf7;border:1px solid var(--border);border-radius:999px;padding:9px 16px;font-size:.8rem;font-weight:800;box-shadow:0 8px 18px rgba(80,40,50,.08)}
.readiness-orbit li:nth-child(1){left:8%;top:10%}
.readiness-orbit li:nth-child(2){right:12%;top:6%}
.readiness-orbit li:nth-child(3){right:0;top:38%}
.readiness-orbit li:nth-child(4){right:10%;bottom:9%}
.readiness-orbit li:nth-child(5){left:12%;bottom:5%}
.readiness-orbit li:nth-child(6){left:0;top:48%}
.readiness-orbit li:nth-child(7){left:26%;top:25%}
.readiness-orbit li:nth-child(8){right:21%;bottom:26%}
.product{background:#fff}
.product-panel{display:grid;grid-template-columns:.75fr 1.25fr;gap:85px;align-items:center;background:linear-gradient(135deg,#31262a,#211a1c);border:1px solid #a87b37;border-radius:7px 54px 7px 54px;padding:clamp(35px,6vw,75px);box-shadow:var(--shadow);overflow:hidden;position:relative}
.product-panel:after{content:"JR";position:absolute;right:-20px;bottom:-95px;font-family:var(--serif);font-size:16rem;color:rgba(255,255,255,.025);line-height:1}
.product-cover-wrap{position:relative;z-index:1}
.product-cover-wrap:before{content:"";position:absolute;inset:30px -20px -20px 20px;border:1px solid rgba(222,185,111,.45);z-index:-1}
.product-cover-wrap img{box-shadow:0 26px 55px rgba(0,0,0,.38);border-radius:2px 10px 10px 2px}
.product-copy{position:relative;z-index:1}
.product-copy h2{color:#fff;margin-bottom:5px}
.product-copy .subtitle{font-family:var(--serif);font-size:1.4rem;color:#e9cbd2}
.product-copy>p:not(.eyebrow,.subtitle),.product-copy li{color:#d9d0d2}
.check-list{list-style:none;padding:0;margin:28px 0}
.check-list li{position:relative;padding:9px 0 9px 29px}
.check-list li:before{content:"✓";position:absolute;left:0;color:#e8c77e;font-weight:900}
.price-line{display:flex;align-items:end;justify-content:space-between;border-top:1px solid rgba(255,255,255,.15);padding-top:22px;margin:20px 0}
.price-line span{color:#bfb4b7}
.price-line strong{font-family:var(--serif);font-size:2.8rem;color:#fff}
.product-copy small,.coaching-offer small{display:block;color:#bfb4b7;margin-top:12px}
.product-copy .ebook-title{margin:0 0 8px;font-family:"Playfair Display",var(--serif);font-size:clamp(2.15rem,3.5vw,3rem);font-weight:700;line-height:1.08;color:#fff}
.ebook-kicker{margin:0 0 24px!important;font-family:Inter,var(--sans);font-size:1rem;font-weight:500;line-height:1.5;color:#f1bdc7!important}
.ebook-description{margin:0 0 30px!important;font-family:Inter,var(--sans);font-size:1rem;line-height:1.625;color:#d9d0d2!important}
.ebook-benefits{display:grid;gap:12px;list-style:none;padding:0;margin:0 0 30px}
.ebook-benefits li{display:flex;align-items:flex-start;gap:8px;margin:0;font-family:Inter,var(--sans);font-size:.95rem;line-height:1.5;color:#f1eee9!important}
.ebook-benefits svg{width:20px;height:20px;flex:none;margin-top:1px;fill:none;stroke:#22c55e;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.ebook-price{display:flex;align-items:center;gap:24px;margin:0 0 30px}
.ebook-price strong{font-family:Inter,var(--sans);font-size:2.25rem;font-weight:700;line-height:1;color:#fff}
.ebook-price span{padding:4px 12px;border:1px solid #e5e7eb;border-radius:999px;background:#f3f4f6;color:#64748b;font-family:Inter,var(--sans);font-size:.875rem;line-height:1.25}
.ebook-purchase{width:min(100%,500px)}
.ebook-buy-button{display:block;width:100%;padding:16px 24px;border-radius:12px;background:linear-gradient(135deg,#bf953f 0%,#fcf6ba 25%,#b38728 50%,#fbf5b7 75%,#aa771c 100%);background-size:200% auto;color:#fff;font-family:Inter,var(--sans);font-size:1.125rem;font-weight:700;line-height:1.5;text-align:center;text-decoration:none;box-shadow:0 10px 40px -10px rgba(138,58,77,.2);transition:background-position .5s ease,transform .25s ease,box-shadow .25s ease}
.ebook-buy-button:hover{background-position:right center;transform:translateY(-3px);box-shadow:0 20px 40px -10px rgba(138,58,77,.32)}
.ebook-checkout{width:100%;margin:16px 0 0!important;color:#9ca3af!important;font-family:Inter,var(--sans);font-size:.75rem;line-height:1.35;text-align:center}
.about{background:linear-gradient(100deg,#fffaf5 0%,#fffaf5 60%,#f7e2e6 60%)}
.about-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(50px,8vw,110px);align-items:center}
.portrait-wrap{position:relative;padding:22px}
.portrait-frame{height:650px;overflow:hidden;border-radius:180px 180px 8px 8px;border:1px solid var(--gold);box-shadow:var(--shadow)}
.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:50% 33%}
.portrait-mark{position:absolute;right:-20px;bottom:25px;width:130px;height:130px;border-radius:50%;display:grid;place-content:center;text-align:center;background:#fff9f5;border:1px solid var(--gold);box-shadow:0 12px 30px rgba(75,35,45,.17)}
.portrait-mark span{font-family:var(--serif);font-size:2.2rem;color:var(--rose)}
.portrait-mark small{text-transform:uppercase;letter-spacing:.12em;font-size:.58rem}
.about-copy .large-copy{border-left:2px solid var(--gold);padding-left:24px}
.signature{font-family:'Brush Script MT','Segoe Script',cursive;font-size:2.4rem;color:var(--rose);margin-top:28px}
.role{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:800}
.coaching{background:#fff}
.coaching-panel{display:grid;grid-template-columns:1.4fr .6fr;gap:80px;align-items:center;border:1px solid var(--border);padding:clamp(35px,6vw,75px);background:linear-gradient(120deg,#fff 0%,#fff 63%,#f8e5e8 63%);box-shadow:0 16px 55px rgba(75,35,45,.07)}
.coaching-intro{max-width:650px}
.coaching-offer{padding:30px}
.offer-label{text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:.72rem;color:var(--rose)}
.coaching-price{font-family:var(--serif);font-size:5.4rem;line-height:1;color:var(--ink);margin:6px 0 20px}
.coaching-price sup{font-family:var(--sans);font-size:1.2rem;vertical-align:top;margin-right:3px}
.coaching-offer .button{width:100%}
.coaching-offer small{color:var(--muted);text-align:center}
.faq{background:var(--ivory)}
.faq-grid{display:grid;grid-template-columns:.62fr 1fr;gap:90px;align-items:start}
.faq-heading{position:sticky;top:125px}
.accordion{border-top:1px solid var(--border)}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item h3{margin:0;font-family:var(--sans)}
.faq-item button{width:100%;border:0;background:transparent;text-align:left;padding:27px 45px 27px 0;position:relative;font:700 1rem/1.5 var(--sans);color:var(--ink);cursor:pointer}
.faq-item button span:before,.faq-item button span:after{content:"";position:absolute;right:6px;top:50%;width:18px;height:1px;background:var(--rose);transition:transform .25s}
.faq-item button span:after{transform:rotate(90deg)}
.faq-item button[aria-expanded="true"] span:after{transform:rotate(0)}
.faq-answer p{padding:0 45px 25px 0;font-size:.93rem}
.signup.section-pad{padding:clamp(48px,5vw,76px) 0;background:linear-gradient(135deg,#f8e9eb 0%,#f3dce2 52%,#fffaf5 100%)}
.signup-panel{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(32px,5vw,64px);align-items:center;padding:clamp(32px,4vw,52px) clamp(30px,5vw,70px);background:#fffdfb;border:1px solid rgba(166,116,40,.3);border-radius:6px 42px 6px 42px;box-shadow:0 20px 50px rgba(70,37,44,.1);position:relative;overflow:hidden}
.signup-panel:after{content:"";position:absolute;right:-115px;bottom:-160px;width:310px;height:310px;border:1px solid rgba(166,116,40,.19);border-radius:50%;pointer-events:none}
.signup-copy,.signup-form{position:relative;z-index:1}
.signup-copy h2{max-width:580px;font-size:clamp(2.25rem,3.5vw,3.3rem);margin-bottom:15px}
.signup-copy>p:not(.eyebrow){max-width:560px;font-size:1rem;line-height:1.6}
.signup-form{max-width:540px;width:100%}
.signup-fields{display:flex;gap:12px;align-items:center}
.signup-fields input{width:100%;min-width:0;height:52px;padding:0 17px;border:1px solid #dbc5a3;border-radius:10px;background:#fff;color:var(--ink);font:500 .94rem/1.4 Inter,var(--sans);outline:none;box-shadow:inset 0 1px 2px rgba(70,37,44,.03);transition:border-color .2s ease,box-shadow .2s ease}
.signup-fields input::placeholder{color:#7a7375}
.signup-fields input:focus{border-color:var(--rose);box-shadow:0 0 0 4px rgba(159,65,88,.13)}
.signup-fields .button{flex:none;min-height:52px;padding-inline:22px;white-space:nowrap}
.signup-cta-spacer{height:clamp(32px,4vw,58px);background:#fff}
.final-cta{background:linear-gradient(140deg,#6c293b,#9d4960 48%,#5c2433);color:white;position:relative;overflow:hidden}
.final-cta:before,.final-cta:after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(238,202,126,.25);border-radius:50%}
.final-cta:before{left:-150px;top:-190px}
.final-cta:after{right:-170px;bottom:-210px}
.final-cta .container{position:relative;z-index:1}
.final-cta h2,.final-cta p{color:white}
.final-cta p{max-width:650px;margin-inline:auto}
.centered-buttons{justify-content:center}
.light-link{color:white;text-decoration-color:#e8cb89}
.site-footer{background:#241e20;color:#fff;padding:55px 0 100px}
.footer-top{display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center}
.footer-brand{width:100px;height:100px;border-radius:50%;overflow:hidden}
.footer-brand img{width:100%;height:100%;object-fit:cover}
.footer-top p{margin:0;color:#bfb6b8}
.footer-tagline{font-family:var(--serif);font-size:1.3rem!important;color:#fff!important}
.site-footer .text-link{color:#e7c67e}
.disclaimer{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:22px;padding-bottom:22px}
.disclaimer p{font-size:.72rem;line-height:1.6;color:#a99fa2;margin:0}
.copyright{display:flex;justify-content:space-between;padding-top:22px}
.copyright p,.copyright a{font-size:.74rem;color:#9b9194;margin:0}
.mobile-buy{display:none}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}

@media(max-width:1024px){.site-header nav{gap:15px}
.site-header nav a{font-size:.78rem}
.hero-grid{gap:25px}
.book-stage{padding-inline:35px}
.seal{width:94px;height:94px}
.learn-grid{grid-template-columns:repeat(2,1fr)}
.path{grid-template-columns:repeat(3,1fr);row-gap:30px}
.path-step:nth-child(4){border-top:1px solid rgba(255,255,255,.15)}
.readiness-grid{gap:35px}
.product-panel{gap:45px}
.portrait-frame{height:560px}
.faq-grid{gap:55px}
}

@media(max-width:820px){:root{--container:min(100% - 32px,720px)}
.site-header{height:72px}
.brand{width:62px;height:62px}
.header-cta{display:none}
.menu-toggle{display:block}
.site-header nav{position:absolute;left:16px;right:16px;top:72px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px 20px 20px;background:#fffaf5;border:1px solid var(--border);box-shadow:var(--shadow)}
.site-header nav.open{display:flex}
.site-header nav a{font-size:.95rem;padding:13px 2px;border-bottom:1px solid rgba(166,116,40,.12)}
.hero{min-height:auto}
.hero-grid,.split-heading,.readiness-grid,.product-panel,.about-grid,.coaching-panel,.faq-grid{grid-template-columns:1fr}
.hero-copy{text-align:center}
.hero h1{white-space:normal}
.hero-copy>p,.credibility{margin-left:auto;margin-right:auto}
.button-row{justify-content:center}
.hero-visual{max-width:570px;margin:auto}
.questions{grid-template-columns:1fr;margin-block:40px 55px}
.split-heading{gap:10px}
.path{grid-template-columns:repeat(2,1fr)}
.path-step:nth-child(3),.path-step:nth-child(5){border-top:1px solid rgba(255,255,255,.15)}
.readiness-orbit{max-width:570px;width:100%;margin:auto}
.product-panel{border-radius:5px 35px 5px 35px}
.product-cover-wrap{max-width:350px;margin:auto}
.about{background:linear-gradient(#fffaf5 0 58%,#f7e2e6 58%)}
.portrait-wrap{max-width:520px;margin:auto}
.portrait-frame{height:620px}
.coaching-panel{gap:20px;background:linear-gradient(#fff 0 57%,#f8e5e8 57%)}
.faq-heading{position:static}
.signup-panel{grid-template-columns:1fr;gap:30px;text-align:center}
.signup-copy>p:not(.eyebrow){margin-inline:auto}
.signup-form{margin-inline:auto}
.footer-top{grid-template-columns:auto 1fr}
.footer-top>.text-link{grid-column:2}
.mobile-buy{position:fixed;z-index:90;left:10px;right:10px;bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 10px 10px 16px;background:rgba(36,30,32,.96);backdrop-filter:blur(12px);border:1px solid rgba(232,203,137,.45);border-radius:14px;color:#fff;box-shadow:0 12px 38px rgba(0,0,0,.3);transform:translateY(160%);transition:transform .35s ease}
.mobile-buy.visible{transform:none}
.mobile-buy span{display:flex;flex-direction:column}
.mobile-buy strong{font-family:var(--serif);font-size:.88rem}
.mobile-buy small{font-size:.65rem;color:#d0c6c8}
.site-footer{padding-bottom:125px}
}

@media(max-width:560px){:root{--container:calc(100% - 28px)}
.section-pad{padding:70px 0}
h1{font-size:3.1rem}
h2{font-size:2.45rem}
.hero:before{inset:10px}
.hero{padding-top:62px}
.hero-copy .button{width:100%}
.button-row{gap:15px}
.credibility{text-align:left}
.book-stage{padding:30px 22px 70px}
.book{max-width:290px}
.seal{right:-3%;top:0;width:84px;height:84px}
.book-note{right:0;max-width:215px}
.learn-grid{grid-template-columns:1fr}
.learn-card{padding:30px 25px}
.path{grid-template-columns:1fr;border-top:0}
.path-step{min-height:auto;padding:22px 0 24px 35px;border-top:1px solid rgba(255,255,255,.15)!important}
.path-step:before{top:31px}
.path-step span{margin-bottom:6px}
.path-step small{max-width:none}
.readiness-orbit{min-height:430px}
.center-word{width:155px;height:155px}
.readiness-orbit li{font-size:.68rem;padding:7px 10px}
.readiness-orbit li:nth-child(7){left:16%;top:28%}
.readiness-orbit li:nth-child(8){right:10%;bottom:26%}
.product-panel{padding:30px 22px}
.product-copy h2{font-size:2.8rem}
.price-line strong{font-size:2.3rem}
.product-copy .button{width:100%;text-align:center}
.portrait-wrap{padding:10px}
.portrait-frame{height:510px;border-radius:130px 130px 7px 7px}
.portrait-mark{right:-4px;width:104px;height:104px}
.coaching-panel{padding:34px 23px}
.coaching-offer{padding:22px 0 0}
.faq-item button{padding-right:38px}
.signup.section-pad{padding:46px 0}
.signup-panel{padding:32px 22px;border-radius:5px 28px 5px 28px}
.signup-fields{flex-direction:column;align-items:stretch}
.signup-fields .button{width:100%}
.footer-top{grid-template-columns:1fr;text-align:center}
.footer-brand{margin:auto}
.footer-top>.text-link{grid-column:auto}
.copyright{flex-direction:column;gap:10px;align-items:center;text-align:center}
.mobile-buy .button{min-height:42px;padding:9px 13px;font-size:.74rem}
}

@media(max-width:360px){h1{font-size:2.75rem}
.mobile-buy span small{display:none}
.mobile-buy{padding-left:12px}
.button{padding-inline:18px}
.seal{display:none}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}
.reveal{opacity:1;transform:none}
}
