:root{--ink:#17384b;--ink-soft:#446171;--paper:#fbf8f2;--cream:#f3ecdf;--sage:#7d988b;--sage-dark:#587568;--white:#fff;--line:#17384b21}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,sans-serif;line-height:1.8}a{color:inherit}.site-header{justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 48px);min-height:92px;margin:0 auto;display:flex}.brand{align-items:center;gap:12px;line-height:1.25;text-decoration:none;display:inline-flex}.brand-mark{border:1px solid var(--line);letter-spacing:.08em;border-radius:50%;place-items:center;width:42px;height:42px;font:500 14px/1 Georgia,serif;display:grid}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.12em;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:15px}.brand small{color:var(--ink-soft);letter-spacing:.08em;margin-top:3px;font-size:10px}.header-cta{border:1px solid var(--sage-dark);color:var(--sage-dark);border-radius:999px;padding:11px 20px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s}.header-cta:hover{background:var(--sage-dark);color:var(--white)}.hero{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);align-items:center;gap:clamp(48px,8vw,112px);width:min(1180px,100% - 48px);min-height:100vh;margin:0 auto;padding:44px 0 92px;display:grid}.eyebrow{color:var(--sage-dark);letter-spacing:.17em;margin:0 0 22px;font-size:12px;font-weight:700}h1{letter-spacing:.035em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(34px,4.15vw,60px);font-weight:500;line-height:1.55}h1 em{color:var(--sage-dark);font-style:normal}.hero-lead{max-width:630px;color:var(--ink-soft);margin:26px 0 0;font-size:15px;line-height:2.05}.hero-actions{align-items:center;gap:20px;margin-top:34px;display:flex}.primary-cta{background:var(--sage-dark);min-width:290px;color:var(--white);text-align:center;border-radius:8px;padding:15px 24px 16px;font-size:15px;font-weight:700;line-height:1.35;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 30px #395b4c2e}.primary-cta span{letter-spacing:.12em;opacity:.82;margin-bottom:4px;font-size:10px;font-weight:500;display:block}.primary-cta .cta-reassurance{letter-spacing:.03em;opacity:.78;margin-top:7px;font-size:10px;font-weight:500;display:block}.primary-cta b{margin-left:10px}.primary-cta:hover{transform:translateY(-2px);box-shadow:0 14px 34px #395b4c40}.hero-actions p{color:var(--ink-soft);margin:0;font-size:11px}.hero-points{flex-wrap:wrap;gap:8px;margin:26px 0 0;padding:0;list-style:none;display:flex}.hero-points li{border:1px solid var(--line);color:var(--ink-soft);background:#ffffff7a;border-radius:999px;padding:6px 13px;font-size:11px}.hero-visual{justify-self:end;max-width:470px;position:relative}.photo-frame{aspect-ratio:4/5.25;background:var(--cream);border-radius:46% 46% 12px 12px;position:relative;overflow:hidden;box-shadow:0 24px 70px #17384b24}.photo-frame:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff40}.photo-frame img{object-fit:cover;object-position:center 38%;width:100%;height:100%;display:block}.profile-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #ffffffb3;border-radius:8px;width:240px;padding:18px 22px;position:absolute;bottom:34px;right:-34px;box-shadow:0 15px 45px #17384b21}.profile-card p{color:var(--sage-dark);letter-spacing:.12em;margin:0;font-size:10px}.profile-card strong{letter-spacing:.12em;margin:3px 0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:22px;display:block}.profile-card span{color:var(--ink-soft);font-size:9px}.decor{z-index:-1;border-radius:50%;position:absolute}.decor-one{border:1px solid #7d988b57;width:150px;height:150px;top:-32px;right:-32px}.decor-two{background:var(--cream);width:70px;height:70px;bottom:-18px;left:-28px}.opening-note{background:var(--ink);color:var(--white);text-align:center;padding:86px 24px}.opening-note p{letter-spacing:.06em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(17px,2vw,24px);line-height:2.2}@media (max-width:860px){.site-header{width:min(100% - 32px,640px);min-height:78px}.brand-mark{width:38px;height:38px}.header-cta{padding:9px 14px;font-size:11px}.hero{grid-template-columns:1fr;gap:50px;width:min(100% - 36px,640px);min-height:auto;padding:54px 0 84px}.hero-copy{text-align:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions{flex-direction:column;gap:10px}.hero-points{justify-content:center}.hero-visual{justify-self:center;width:min(90%,430px)}}@media (max-width:520px){.brand small{display:none}.brand strong{font-size:13px}.header-cta{padding:8px 11px}.hero{padding-top:38px}.eyebrow{font-size:10px;line-height:1.7}h1{font-size:clamp(29px,8.8vw,38px);line-height:1.62}.hero-lead{font-size:14px;line-height:2}.primary-cta{width:100%;min-width:0}.profile-card{width:210px;bottom:18px;right:-8px}.opening-note br{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}.section-pad{padding:clamp(92px,11vw,150px) 24px}.narrow{width:min(100%,1040px);margin:0 auto}.small-narrow{max-width:820px}.section-title{margin-bottom:54px}.section-title>p{color:var(--sage-dark);letter-spacing:.19em;margin:0 0 10px;font:700 10px/1.5 Georgia,serif}.section-title h2{letter-spacing:.05em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(29px,4vw,46px);font-weight:500;line-height:1.65}.section-title>span{background:var(--sage);width:48px;height:1px;margin-top:22px;display:block}.opening-note{padding:clamp(94px,11vw,150px) 24px 110px}.opening-note .note-small{color:#c8d6d0;letter-spacing:.17em;margin:0 0 24px;font-family:inherit;font-size:clamp(28px,3.6vw,36px);font-weight:700}.opening-note h2{letter-spacing:.06em;margin:0 auto;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(24px,3.4vw,42px);font-weight:500;line-height:1.8}.worry-grid{border-top:1px solid #ffffff2e;border-bottom:1px solid #ffffff2e;grid-template-columns:repeat(4,1fr);width:min(100%,1040px);margin:68px auto 0;display:grid}.worry-grid article{text-align:left;border-right:1px solid #ffffff2e;min-height:200px;padding:30px 25px}.worry-grid article:last-child{border-right:0}.worry-grid b{color:#a9beb5;letter-spacing:.1em;font:400 12px/1 Georgia,serif}.opening-note .worry-grid p{color:#ffffffd1;letter-spacing:.03em;margin:22px 0 0;font-family:inherit;font-size:13px;line-height:2}.ideal{background:#f8f3ea}.ideal .section-title{text-align:center}.ideal .section-title>span{margin-left:auto;margin-right:auto}.ideal-intro{text-align:center;max-width:720px;margin:-10px auto 60px}.ideal-intro p{color:var(--ink-soft);margin:0 0 18px;font-size:15px;line-height:2.2}.future-cards{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.future-cards article{border:1px solid var(--line);text-align:center;background:#ffffff9e;min-height:260px;padding:35px 25px}.future-illustration{width:56px;height:56px;color:var(--sage-dark);border:1px solid #58756859;border-radius:50%;place-items:center;margin:0 auto 24px;display:grid;position:relative}.future-illustration i{display:block;position:absolute}.illustration-trust i:first-child{background:currentColor;border:0;border-radius:0 0 3px;width:17px;height:17px;transform:translateY(2px)rotate(-45deg)}.illustration-trust i:first-child:before,.illustration-trust i:first-child:after{content:"";background:currentColor;border-radius:50%;width:17px;height:17px;position:absolute}.illustration-trust i:first-child:before{top:-9px;left:0}.illustration-trust i:first-child:after{top:0;left:9px}.illustration-trust i:nth-child(2),.illustration-trust i:nth-child(3){display:none}.illustration-calm i{border-top:1.5px solid;border-radius:50%;width:27px;height:7px}.illustration-calm i:first-child{transform:translateY(-9px)}.illustration-calm i:nth-child(3){transform:translateY(9px)}.illustration-pace i{border:1.5px solid;border-radius:50%;width:11px;height:6px;bottom:15px}.illustration-pace i:first-child{left:9px}.illustration-pace i:nth-child(2){bottom:21px;left:22px}.illustration-pace i:nth-child(3){bottom:27px;left:35px}.illustration-grow i:first-child{background:currentColor;width:1.5px;height:27px;bottom:12px}.illustration-grow i:nth-child(2),.illustration-grow i:nth-child(3){border:1.5px solid;border-radius:100% 0;width:14px;height:8px}.illustration-grow i:nth-child(2){transform:translate(-7px,-7px)rotate(18deg)}.illustration-grow i:nth-child(3){transform:translate(7px,-15px)rotate(198deg)}.future-cards h3{letter-spacing:.06em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:19px;font-weight:500}.future-cards p{color:var(--ink-soft);margin:15px 0 0;font-size:12px;line-height:1.95}.quote-section{background:var(--white);text-align:center;padding:clamp(100px,13vw,180px) 24px;position:relative;overflow:hidden}.quote-mark{color:#7d988b1f;font:250px/1 Georgia,serif;position:absolute;top:20px;left:50%;transform:translate(-50%)}.quote-section>p{color:var(--ink-soft);letter-spacing:.06em;margin:12px 0;font-size:clamp(27px,3.7vw,39px);line-height:1.75;position:relative}.quote-section h2{color:var(--sage-dark);letter-spacing:.05em;margin:28px 0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(25px,4.2vw,46px);font-weight:500;line-height:1.8;position:relative}.story{background:var(--paper)}.content-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:clamp(60px,10vw,140px);width:min(100%,1100px);margin:0 auto;display:grid}.sticky-title{position:sticky;top:50px}.keep-line{white-space:nowrap}.prose p{color:var(--ink-soft);margin:0 0 28px;font-size:15px;line-height:2.25}.prose-callout{border-left:2px solid var(--sage);background:#f4eee3;margin-top:45px;padding:32px 36px}.prose-callout p{color:var(--ink);margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:18px;line-height:2.1}.choice{background:#dfe8e3}.choice-inner{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(50px,9vw,120px);width:min(100%,1100px);margin:0 auto;display:grid}.choice h2{letter-spacing:.05em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(29px,4vw,47px);font-weight:500;line-height:1.65}.choice-text p{color:#365667;margin:0 0 24px;font-size:15px;line-height:2.2}.counseling{background:var(--white)}.counseling .section-title,.counseling .section-lead{text-align:center}.counseling .section-title>span{margin-left:auto;margin-right:auto}.section-lead{max-width:720px;color:var(--ink-soft);margin:-15px auto 64px;font-size:15px;line-height:2.2}.steps{border-top:1px solid var(--line)}.steps article{border-bottom:1px solid var(--line);grid-template-columns:80px 1fr;gap:20px;padding:32px 0;display:grid}.steps article>b{color:var(--sage);font:400 38px/1.2 Georgia,serif}.steps h3{letter-spacing:.04em;margin:0 0 8px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:21px;font-weight:500}.steps p{color:var(--ink-soft);margin:0;font-size:13px;line-height:2}.foundation-message{background:var(--paper);text-align:center;border:1px solid #7d988b4d;margin:68px auto 0;padding:44px}.foundation-message p{color:var(--sage-dark);letter-spacing:.06em;margin:0 0 18px;font-size:clamp(27px,3.6vw,36px);line-height:1.7}.foundation-message strong{font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(18px,2.6vw,28px);font-weight:500;line-height:1.8}.recommended{background:#f5efe5}.recommended .section-title{text-align:center}.recommended .section-title>span{margin-left:auto;margin-right:auto}.check-list{grid-template-columns:1fr 1fr;gap:12px;max-width:840px;margin:0 auto;padding:0;list-style:none;display:grid}.check-list li{border:1px solid var(--line);color:var(--ink-soft);background:#ffffff9e;padding:20px 22px 20px 57px;font-size:13px;line-height:1.8;position:relative}.check-list li:before{content:"✓";color:var(--sage-dark);font-weight:700;position:absolute;top:20px;left:23px}.mid-cta{background:var(--sage-dark);color:var(--white);justify-content:space-between;align-items:center;gap:48px;padding:75px max(24px,50vw - 520px);display:flex}.mid-cta>div>p{color:#ffffffb8;letter-spacing:.12em;margin:0 0 9px;font-size:11px}.mid-cta h2{letter-spacing:.04em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(25px,3.3vw,38px);font-weight:500;line-height:1.7}.primary-cta-light{background:var(--white);box-shadow:none;color:var(--sage-dark)}.primary-cta-light:hover{box-shadow:0 12px 30px #0c261b2e}.sessions{background:var(--paper)}.sessions .section-title{text-align:center}.sessions .section-title>span{margin-left:auto;margin-right:auto}.price-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:22px;display:grid}.price-card{border:1px solid var(--line);background:var(--white);padding:46px}.trial-card{background:#e8efeb}.price-label{color:var(--sage-dark);letter-spacing:.17em;font:700 10px/1 Georgia,serif}.price-card h3{margin:17px 0 4px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:25px;font-weight:500}.price-card h3 .session-length{white-space:nowrap;font-family:inherit;font-size:15px;font-weight:500}.price{color:var(--ink);margin:10px 0 27px}.price-caption{color:var(--ink-soft);letter-spacing:.08em;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.price strong{font:400 44px/1 Georgia,serif}.price small{color:var(--ink-soft);font-size:11px}.price-card dl{border-top:1px solid var(--line);margin:0 0 30px}.price-card dl>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:14px 0;font-size:12px;display:flex}.price-card dt{color:var(--ink-soft)}.price-card dd{text-align:right;margin:0;font-weight:700}.price-card .primary-cta{width:100%;display:block}.video-option{border:1px solid var(--line);background:var(--white);grid-template-columns:.75fr 1.25fr;align-items:center;gap:40px;margin-top:22px;padding:31px 38px;display:grid}.video-option span{color:var(--sage-dark);letter-spacing:.17em;font:700 9px/1 Georgia,serif}.video-option h3{margin:9px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:21px;font-weight:500}.video-option p{color:var(--ink-soft);margin:0;font-size:12px;line-height:1.9}.video-option strong{color:var(--ink)}.capacity-note{color:var(--ink-soft);text-align:center;margin:20px 0 0;font-size:11px}.about{background:#e8efeb}.about-grid{grid-template-columns:.78fr 1.22fr;align-items:start;gap:clamp(55px,9vw,120px);width:min(100%,1120px);margin:0 auto;display:grid}.about-photo{aspect-ratio:3/4;border-radius:48% 48% 4px 4px;position:sticky;top:42px;overflow:hidden;box-shadow:0 24px 60px #17384b24}.about-photo img{object-fit:cover;object-position:center 32%;width:100%;height:100%;display:block}.about-copy .section-title{margin-bottom:18px}.role{color:var(--sage-dark);letter-spacing:.08em;margin:0 0 46px;font-size:11px;font-weight:700}.signature{letter-spacing:.18em;margin:45px 0 0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:24px}.faq{background:var(--white)}.faq .section-title{text-align:center}.faq .section-title>span{margin-left:auto;margin-right:auto}.faq-list{border-top:1px solid var(--line)}.faq-list article{border-bottom:1px solid var(--line);padding:28px 8px}.faq-list h3{margin:0 0 11px;padding-left:37px;font-size:15px;position:relative}.faq-list h3:before{content:"Q";color:var(--sage-dark);font:400 21px/1 Georgia,serif;position:absolute;left:0}.faq-list p{color:var(--ink-soft);margin:0;padding-left:37px;font-size:13px;line-height:2}.final-cta{text-align:center;background:#f4eee3;padding:clamp(100px,13vw,170px) 24px;position:relative;overflow:hidden}.final-cta .eyebrow{margin-bottom:26px}.final-cta h2{letter-spacing:.06em;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(29px,4.3vw,50px);font-weight:500;line-height:1.7}.final-cta>p:not(.eyebrow){color:var(--ink-soft);margin:30px 0;font-size:clamp(20px,2.8vw,26px);line-height:1.8}.final-cta .primary-cta{display:inline-block}.contact-info{margin-top:30px}.contact-info p{margin:0;font-size:12px}.contact-info a{text-underline-offset:3px}.contact-info small{color:var(--ink-soft);font-size:10px}.final-circle{border:1px solid #7d988b47;border-radius:50%;position:absolute}.final-circle-one{width:390px;height:390px;top:-110px;left:-180px}.final-circle-two{width:260px;height:260px;bottom:-100px;right:-80px}footer{background:var(--ink);color:var(--white);padding:52px max(24px,50vw - 550px)}.footer-brand{align-items:center;gap:14px;display:flex}.footer-brand strong{letter-spacing:.12em;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-weight:500}.footer-brand p{color:#fff9;margin:3px 0 0;font-size:9px}.disclaimer{color:#ffffff7a;max-width:760px;margin:35px 0 0;font-size:9px;line-height:1.8}.copyright{color:#ffffff61;letter-spacing:.1em;margin:25px 0 0;font:9px/1 Georgia,serif}.mobile-cta{display:none}@media (max-width:900px){.worry-grid,.future-cards{grid-template-columns:1fr 1fr}.worry-grid article:nth-child(2){border-right:0}.worry-grid article:nth-child(-n+2){border-bottom:1px solid #ffffff2e}.content-grid,.choice-inner,.about-grid{grid-template-columns:1fr}.sticky-title,.about-photo{position:relative;top:0}.about-photo{justify-self:center;width:min(100%,440px)}.choice{text-align:center}.mid-cta{text-align:center;flex-direction:column}}@media (max-width:650px){body{padding-bottom:70px}.section-pad{padding-left:20px;padding-right:20px}.section-title{margin-bottom:40px}.section-title h2{font-size:28px}.story .section-title h2{letter-spacing:.02em;font-size:clamp(24px,8vw,28px)}.opening-note{padding-left:20px;padding-right:20px}.worry-grid{grid-template-columns:1fr}.worry-grid article{border-bottom:1px solid #ffffff2e;border-right:0;min-height:0}.worry-grid article:nth-child(-n+2){border-bottom:1px solid #ffffff2e}.future-cards,.check-list,.price-grid{grid-template-columns:1fr}.future-cards article{min-height:0}.content-grid{gap:34px}.steps article{grid-template-columns:48px 1fr}.foundation-message{padding:34px 22px}.mid-cta{padding:68px 20px}.mid-cta .primary-cta{width:100%}.price-card{padding:34px 25px}.video-option{grid-template-columns:1fr;gap:20px;padding:30px 25px}.about-grid{gap:55px}.about-photo{width:92%}.final-cta h2{font-size:28px}.final-cta>p:not(.eyebrow){line-height:1.9}.mobile-cta{z-index:30;background:var(--sage-dark);min-height:58px;color:var(--white);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;font-size:13px;font-weight:700;line-height:1.35;text-decoration:none;display:flex;position:fixed;bottom:9px;left:10px;right:10px;box-shadow:0 8px 28px #17384b47}.mobile-cta span{letter-spacing:.1em;opacity:.8;font-size:9px;font-weight:500}}
