:root{--red:#e60024;--ink:#171717;--muted:#626262;--line:#ddd;--paper:#f7f7f7;--sans:Arial,'Hiragino Kaku Gothic ProN','Yu Gothic',Meiryo,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;color:var(--ink);font-family:var(--sans);background:#fff;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p,figure,blockquote{margin:0}h1,h2,h3{font-weight:800;letter-spacing:-.065em;line-height:1.45;text-wrap:balance}p{line-height:1.95}em{font-style:normal;color:var(--red)}b,strong{font-weight:800}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #245fd1;outline-offset:5px}.wrap{width:min(1180px,calc(100% - 96px));margin-inline:auto}.section{padding-block:108px}.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:700;line-height:1.5}.quiet,.source-note{color:var(--muted);font-size:12px;line-height:1.8}.source-note{margin-top:20px}.red-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--red);margin-right:9px;box-shadow:0 0 0 5px #fce7eb}.only-mobile{display:none}.skip{position:fixed;left:20px;top:-80px;z-index:99;background:#fff;padding:14px}.skip:focus{top:10px}.preview-bar{min-height:34px;background:#f3f3f3;padding:7px 30px;display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.06em;color:#555;gap:15px}.preview-bar>span b{margin-left:10px;color:var(--red)}.preview-bar nav{display:flex;gap:22px}.preview-bar a[aria-current]{color:var(--red);font-weight:700}.preview-bar a:hover{text-decoration:underline}.header{height:94px;width:calc(100% - 80px);margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:14px}.brand img{width:46px;height:52px;object-fit:contain}.brand>span,.wordmark{font-size:28px;font-weight:900;letter-spacing:-.07em}.brand b,.wordmark b{color:var(--red)}.brand small{display:block;font-size:10px;letter-spacing:.06em;font-weight:500;margin-top:5px}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:12px;font-weight:700}.desktop-nav a:hover{color:var(--red)}.nav-contact{background:var(--ink);color:#fff;border:0;padding:15px 20px;display:flex;gap:24px}.menu{display:none}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:48px;padding:22px 25px;min-height:66px;font-weight:700;font-size:14px;line-height:1.5;border:1px solid transparent;transition:background .2s,transform .2s}.button span{font-size:25px;font-weight:400;line-height:1}.button.red{background:var(--red);color:#fff}.button.red:hover{background:#ba001d;transform:translateY(-2px)}.text-button{padding:12px 0;background:none;border:0;border-bottom:1px solid currentColor;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;font-size:13px;font-weight:700;line-height:1.6}.text-button:hover{color:var(--red)}
.hub-hero{padding-top:55px;padding-bottom:40px}.hub-hero h1{font-size:clamp(40px,4.3vw,64px);line-height:1.38;letter-spacing:-.065em;margin:22px 0 17px}.hero-intro{font-size:15px;color:#555}.choices{display:grid;grid-template-columns:1fr 1fr;gap:22px}.choice{padding:30px 34px 0;position:relative;border:1px solid var(--line);background:#fff;overflow:hidden;transition:border-color .25s,box-shadow .3s,transform .3s}.choice:hover{border-color:var(--red);transform:translateY(-5px);box-shadow:0 12px 30px #00000007}.choice-top{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.small-arrow{font-size:27px;line-height:1}.choice h2{font-size:35px;margin:30px 0 15px;position:relative;z-index:2}.choice-name{font-size:12px;font-weight:700;margin-bottom:10px}.choice-desc{font-size:13px;color:#555}.choice-bottom{border-top:1px solid #cdccc8;display:flex;justify-content:space-between;font-size:13px;font-weight:700;padding:22px 0;margin-top:26px}.choice-bottom>span{font-size:21px;line-height:1}.growth-mark{position:absolute;right:6%;top:72px;width:145px;height:155px;color:var(--ink);pointer-events:none}.growth-mark svg{display:block;width:100%;height:100%;overflow:visible}.growth-bar{transform-box:view-box;transform-origin:0 145px;animation:bar-grow 1.25s cubic-bezier(.22,.8,.3,1) both;animation-delay:calc(var(--bar-order)*.13s);transition:scale .45s}.growth-arrow{animation:growth-lift 5s ease-in-out infinite}.choice:hover .growth-bar,.choice:focus-visible .growth-bar{scale:1 1.05}.coaching-choice{background:#fff}.mini-flow{position:absolute;right:2%;top:58px;width:220px;height:165px}.mini-flow>span{position:absolute;inset:26px 40px 28px 60px;background:var(--red);border-radius:50%;opacity:.13;animation:float 8s ease-in-out infinite}.mini-flow svg{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:#171717;stroke-width:1;transform:rotate(-10deg);transition:transform 1s}.choice:hover .mini-flow svg{transform:rotate(0deg) translateX(8px)}.both-line{display:flex;align-items:center;gap:24px;padding-block:32px;border-bottom:1px solid var(--line)}.both-mark{font:300 36px Arial;color:var(--red)}.both-line h2{font-size:18px;letter-spacing:-.035em}.both-line p{font-size:12px;margin-top:5px;color:#555}.both-line .text-button{margin-left:auto;flex-shrink:0}.human-section{display:grid;grid-template-columns:.85fr 1.1fr;gap:90px;align-items:center}.human-visual{position:relative}.human-visual img{width:100%;height:auto;aspect-ratio:1;object-fit:contain}.human-visual>span{font-size:9px;letter-spacing:.12em;display:block;margin-top:12px}.human-section h2{font-size:38px;margin:22px 0}.human-section p:not(.eyebrow){font-size:14px;color:#555;margin-top:15px}.human-section .text-button{margin-top:24px}.hub-last{text-align:center;border-top:1px solid var(--line)}.hub-last h2{font-size:45px;margin:24px 0 32px}.hub-last .quiet{margin-top:15px}.footer{border-top:1px solid var(--line);padding-top:50px;padding-bottom:30px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px}.footer>div>p{font-size:12px;margin-top:12px}.footer>nav{display:grid;gap:14px;font-size:12px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding-top:24px;border-top:1px solid var(--line);color:var(--muted)}.footer small{font-size:10px}.footer button{background:none;border:0;text-decoration:underline;font-size:11px}
.coach-hero{padding-top:60px;position:relative;min-height:620px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center}.coach-copy{position:relative;z-index:2;padding-bottom:25px}.coach-hero h1{font-size:clamp(40px,4.7vw,66px);line-height:1.5;margin:23px 0}.hero-lead{font-size:19px;font-weight:700;line-height:1.8;letter-spacing:-.03em}.hero-detail{font-size:14px;color:#666;margin-top:20px}.coach-hero .button{margin-top:28px;min-width:290px}.hero-price{font-size:11px;margin-top:12px;display:flex;gap:14px;align-items:center}.hero-price small{font-size:10px;margin-left:-10px;color:#666}.flow-art{width:calc(100% + 100px);margin-left:-40px;position:relative;color:#212121}.flow-art svg{width:100%;height:auto;overflow:visible}.flow-sun{opacity:.95;transform-origin:366px 216px;animation:breathe 10s ease-in-out infinite}.flow-dot{offset-path:path('M-40 298C138 310 158 38 323 86S462 442 677 188');animation:flow 18s linear infinite}.dot-two{animation-duration:24s;animation-delay:-11s}.art-label{position:absolute;bottom:5%;right:10px;letter-spacing:.18em;font-size:8px}.hero-tail{grid-column:1/-1;border-bottom:1px solid var(--line);padding:30px 0;display:flex;justify-content:space-between;font-size:11px;font-weight:700}.hero-tail a{font-size:9px;letter-spacing:.13em;font-weight:400}.section-heading h2{font-size:42px;margin:20px 0}.section-heading>p:not(.eyebrow){font-size:14px;color:#555}.feeling-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:45px}.feeling-grid article{border-top:2px solid var(--ink);padding-top:23px}.feeling-grid article>span{font-size:13px;font-weight:700;color:var(--red)}.feeling-grid h3{font-size:22px;letter-spacing:-.04em;margin:18px 0}.feeling-grid p{font-size:13px;color:#666}.section-end{margin-top:40px;font-size:14px;padding:22px 25px;background:var(--paper)}.question-section{background:var(--paper)}.question-layout{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.question-layout h2{font-size:37px;margin:20px 0}.question-layout p{font-size:14px}.question-layout .quiet{font-size:12px;margin-top:24px}.question-tabs{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.question-tabs button{font-size:11px;border:1px solid #c5c3bf;background:none;border-radius:20px;padding:11px 13px;transition:background .2s,color .2s}.question-tabs button.selected{background:var(--ink);border-color:var(--ink);color:#fff}.question-card{background:#fff;padding:38px 38px 26px;min-height:370px;box-shadow:0 18px 40px #00000005;position:relative}.question-card .eyebrow{font-size:9px;color:#777}.question-card .old-question{font-size:18px;margin-top:27px;color:#777}.question-down{display:block;font-size:24px;margin:15px 0;color:#999}.question-card .new-question{font-size:29px;line-height:1.65;letter-spacing:-.045em;font-weight:800}.question-card .question-note{font-size:12px;margin-top:20px;color:#666}.question-index{text-align:right;font-size:10px;letter-spacing:.15em;margin-top:20px;color:#999}.question-index span{color:var(--red)}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:50px}.method-diagram{height:118px;position:relative;display:flex;align-items:center;justify-content:center}.method-diagram svg{width:160px;height:112px;display:block;max-width:100%;overflow:visible}.notice-lens{animation:notice-focus 7s ease-in-out infinite}.untangle-point{animation:untangle-forward 5s ease-in-out infinite}.next-step-arrow{animation:growth-lift 6s ease-in-out infinite}.method-grid .eyebrow{color:#777;margin-top:20px;display:block}.method-grid h3{font-size:23px;margin:15px 0}.method-grid p{font-size:13px;color:#555}.method-grid blockquote{border-top:1px solid var(--line);padding-top:18px;margin-top:23px;font-size:15px;font-weight:700;line-height:1.8}.possibility{background:#171717;color:white}.possibility .eyebrow{color:#bdb9b9}.possibility h2{font-size:44px;margin:25px 0 45px}.possibility h2 em{color:#ff4461}.possibility-points{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.possibility-points p{font-size:15px;line-height:1.85;border-top:1px solid #555;padding-top:25px}.possibility-points span{display:block;color:#ff4461;font-size:11px;margin-bottom:13px}.possibility-points strong{font-size:17px}.voice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}.voice-grid article{background:var(--paper);padding:28px;display:flex;flex-direction:column;align-items:flex-start}.quote-mark{font:64px Georgia;color:var(--red);height:62px}.voice-grid blockquote{font-size:22px;font-weight:800;line-height:1.8;letter-spacing:-.05em;flex:1;margin-bottom:28px}.voice-grid p{font-size:11px;color:#666}.voice-grid a{font-size:12px;border-bottom:1px solid #999;margin:18px 0 9px;padding-bottom:7px}.voice-grid small{font-size:9px;color:#777}.person-name{font-weight:800;color:var(--ink)!important}.person-name span{font-size:11px;font-weight:400;display:block;margin-top:6px}.start-section{background:var(--paper)}.plan-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:40px;background:#fff}.plan-grid>article{padding:40px}.plan-first{border:1px solid var(--red)}.plan-grid h3{font-size:26px;margin:24px 0 18px}.price{display:flex;align-items:baseline;gap:15px}.price strong{font-size:65px;letter-spacing:-.05em;line-height:1.3}.price>span{font-size:12px}.plan-meta{font-size:11px;margin-top:15px}.plan-grid ul{padding:0;list-style:none;font-size:13px;line-height:2.4;margin:24px 0}.plan-grid li:before{content:'✓';color:var(--red);margin-right:10px}.plan-grid .button{width:100%}.plan-follow>p{font-size:14px;color:#555}.plan-follow .quote-price{font-size:31px;font-weight:800;color:var(--ink);margin-bottom:20px}.credit-note{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;margin:23px 0}.credit-note strong{font-size:14px}.credit-note p{font-size:12px;color:#666;margin-top:9px}.plan-follow .text-button{margin-top:20px}.session-timeline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:40px}.session-timeline>div{display:flex;align-items:center;gap:13px}.session-timeline b{font-size:12px;color:var(--red)}.session-timeline p{font-size:12px}.session-timeline>span{color:#999}.faq{display:grid;grid-template-columns:1fr 1.5fr;gap:80px}.faq h2{font-size:36px;margin-top:20px}.faq details{border-bottom:1px solid var(--line);padding:23px 0}.faq details:first-child{border-top:1px solid var(--line)}.faq summary{list-style:none;display:flex;justify-content:space-between;gap:15px;font-size:14px;font-weight:700;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:19px;color:var(--red)}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{font-size:13px;margin-top:20px;color:#555}.faq details a{display:inline-block;margin-top:12px;font-size:12px;border-bottom:1px solid}.final-conversation{text-align:center;border-top:1px solid var(--line)}.final-conversation h2{font-size:46px;margin:24px 0}.final-conversation>p:not(.eyebrow){font-size:14px;color:#555}.final-conversation>.button{margin-top:32px;min-width:325px}.final-alternative{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:45px}.final-alternative>span{font-size:11px;color:#777}.mobile-sticky{position:fixed;bottom:0;left:0;width:100%;z-index:25;background:#fff;border-top:1px solid var(--line);padding:12px 18px calc(12px + env(safe-area-inset-bottom));justify-content:space-between;align-items:center;gap:12px}.mobile-sticky:not([hidden]){display:none}.mobile-sticky>span{font-size:10px}.mobile-sticky b{display:block;font-size:16px;margin-top:5px}.mobile-sticky small{font-size:8px}.mobile-sticky button{background:var(--red);border:0;color:#fff;font-size:12px;padding:16px;font-weight:700}.reveal{transition:opacity .75s,transform .75s}.reveal.pending{opacity:0;transform:translateY(28px)}
dialog{border:0;padding:40px;max-width:530px;width:calc(100% - 32px);max-height:90dvh;overflow:auto;color:var(--ink);font-family:var(--sans);box-shadow:0 25px 100px #0003}dialog::backdrop{background:#15151580;backdrop-filter:blur(4px)}body.dialog-open{overflow:hidden}.dialog-close{position:absolute;right:16px;top:10px;background:transparent;border:0;font-size:28px;padding:5px 10px}dialog h2{font-size:29px;line-height:1.5;margin:25px 0 15px}dialog>p:not(.eyebrow){font-size:13px}.booking-options{padding:0;border:0;margin:25px 0}.booking-options legend{font-size:12px;font-weight:700;margin-bottom:12px}.booking-options label{display:flex;gap:12px;align-items:center;padding:14px 12px;border:1px solid #dedbd6;margin-top:8px;font-size:13px;cursor:pointer}.booking-options label:has(input:checked){border-color:var(--red);background:#fff7f8}.booking-options input{accent-color:var(--red);width:16px;height:16px}.booking-summary{padding:20px 0;border-top:1px solid var(--line);display:grid;gap:8px}.booking-summary>span{font-size:11px;color:#666}.booking-summary strong{font-size:22px}.booking-summary i{font-style:normal;color:#ccc;margin:0 10px}.booking-summary small{font-size:11px}.booking-summary p{font-size:11px}.booking-summary+.button{width:100%}.preview-disclosure{font-size:10px!important;color:#777;margin-top:14px}#booking-result{font-size:13px;padding-top:15px}#booking-result:empty{display:none}
@keyframes bar-grow{from{transform:scaleY(.12);opacity:.3}to{transform:scaleY(1);opacity:1}}@keyframes growth-lift{0%,100%{transform:translate(0,0)}50%{transform:translate(3px,-4px)}}
@keyframes float{0%,100%{translate:0 0}50%{translate:0 -12px}}@keyframes breathe{0%,100%{transform:scale(.97)}50%{transform:scale(1.04)}}@keyframes flow{from{offset-distance:0%}to{offset-distance:100%}}.motion-paused *,.motion-paused *:before,.motion-paused *:after{animation-play-state:paused!important;scroll-behavior:auto!important}.motion-paused .reveal.pending{opacity:1;transform:none}
.coach-hero{overflow:clip}.coach-copy>.eyebrow .red-dot{margin-left:5px}.art-label{right:95px}.hub-hero h1 em{white-space:nowrap}.dialog-close{position:sticky;top:0;float:right;right:auto;margin:-16px -10px 0 0;min-width:44px;min-height:44px;z-index:2;background:white}
@media(min-width:1600px){.hub-hero{padding-top:70px}.choices{margin-top:10px}}
@media(max-width:1000px){.desktop-nav{gap:18px;font-size:11px}.nav-contact{padding:14px}.wrap{width:calc(100% - 64px)}.choice{padding-inline:25px}.choice h2{font-size:30px}.growth-mark{width:116px;height:140px;right:5%;top:89px}.mini-flow{width:165px;top:95px;right:0}.both-line{flex-wrap:wrap}.both-line .text-button{margin-left:51px}.human-section{gap:45px}.coach-hero h1{font-size:49px}.flow-art{width:calc(100% + 40px);margin-left:0}.question-layout{gap:35px}.voice-grid article{padding:22px}.voice-grid blockquote{font-size:19px}.method-grid{gap:25px}.plan-grid>article{padding:30px}.price strong{font-size:53px}.faq{gap:35px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.section{padding-block:65px}.preview-bar{padding:8px 16px;font-size:9px;gap:8px}.preview-bar>span{font-size:8px;letter-spacing:0}.preview-bar>span b{display:none}.preview-bar nav{gap:13px}.header{height:78px;width:calc(100% - 32px)}.brand img{width:36px;height:44px}.brand{gap:11px}.brand>span{font-size:25px}.brand small{font-size:9px;margin-top:4px}.desktop-nav{display:none}.menu{display:block;font-size:12px}.menu summary{list-style:none;padding:14px 0;cursor:pointer}.menu summary::-webkit-details-marker{display:none}.menu nav{position:absolute;right:0;top:68px;width:245px;background:#fff;padding:20px;box-shadow:0 10px 25px #0002;border:1px solid var(--line);display:grid;gap:20px}.menu nav button{padding:0;text-align:left;background:none;border:0;font-size:12px}.hub-hero{padding:35px 0 25px}.hub-hero h1{font-size:34px;margin:17px 0 13px;line-height:1.5}.hub-hero .eyebrow{font-size:9px;letter-spacing:.08em}.hero-intro{font-size:12px;line-height:1.9}.only-mobile{display:block}.choices{grid-template-columns:1fr;gap:14px}.choice{padding:18px 21px 0}.choice-top .eyebrow{font-size:9px}.small-arrow{font-size:21px}.choice h2{font-size:26px;line-height:1.45;margin:12px 0 10px}.choice-name{font-size:11px;margin-bottom:0}.choice-desc{display:none}.choice-bottom{font-size:11px;margin-top:15px;padding:14px 0}.growth-mark{width:94px;height:108px;top:35px;right:22px}.mini-flow{width:151px;height:135px;top:33px;right:6px}.mini-flow>span{inset:26px 35px 22px 46px}.both-line{padding-block:25px;gap:14px;align-items:flex-start}.both-mark{font-size:28px}.both-line>div{width:calc(100% - 48px)}.both-line h2{font-size:15px}.both-line p{font-size:11px}.both-line .text-button{margin-left:39px;font-size:11px}.human-section{grid-template-columns:1fr;gap:30px}.human-visual img{height:auto;aspect-ratio:1}.human-section h2{font-size:29px;margin:17px 0}.human-section p:not(.eyebrow){font-size:13px}.human-section .eyebrow{font-size:9px;letter-spacing:.08em}.hub-last h2{font-size:32px;margin:22px 0 28px}.footer{padding-top:35px;gap:28px}.footer-bottom{gap:15px;flex-wrap:wrap}.footer-bottom small:last-child{width:100%}.coach-hero{display:block;padding-top:32px;min-height:0;overflow:hidden}.coach-copy{padding-bottom:0}.coach-copy>.eyebrow{font-size:9px;letter-spacing:.065em}.coach-hero h1{font-size:38px;margin:20px 0;line-height:1.55;position:relative;z-index:2}.hero-lead{font-size:16px;position:relative;z-index:2}.hero-detail{font-size:12px;margin-top:16px;max-width:88%}.coach-hero .button{margin-top:23px;min-width:0;width:100%;position:relative;z-index:2}.button{min-height:61px;padding:18px 22px;font-size:13px}.hero-price{font-size:10px;gap:12px;justify-content:center}.hero-price small{font-size:8px}.flow-art{position:absolute;right:-90px;top:36px;width:340px;height:275px;opacity:.16;pointer-events:none;margin:0;z-index:0}.art-label{display:none}.hero-tail{margin-top:26px;padding:20px 0;font-size:10px;position:relative}.hero-tail a{font-size:7px;letter-spacing:.04em}.section-heading h2{font-size:31px;line-height:1.55;margin:17px 0}.section-heading>p:not(.eyebrow){font-size:12px}.eyebrow{font-size:9px;letter-spacing:.1em}.feeling-grid{grid-template-columns:1fr;gap:25px;margin-top:30px}.feeling-grid article{position:relative;padding-left:34px;padding-top:19px;border-top-width:1px}.feeling-grid article>span{position:absolute;top:25px;left:0;font-size:11px}.feeling-grid h3{font-size:20px;margin:0 0 12px}.feeling-grid p{font-size:12px}.section-end{padding:18px;font-size:12px;margin-top:27px}.question-layout{grid-template-columns:1fr;gap:30px}.question-layout h2{font-size:30px}.question-layout p{font-size:12px}.question-layout .quiet{margin-top:20px}.question-tabs{gap:6px}.question-tabs button{font-size:10px;padding:10px 11px}.question-card{padding:27px;min-height:330px}.question-card .old-question{font-size:16px}.question-card .new-question{font-size:27px}.question-card .question-note{font-size:11px}.method-grid{grid-template-columns:1fr;gap:30px;margin-top:30px}.method-grid article{border-top:1px solid var(--line);padding-top:20px;display:grid;grid-template-columns:1fr 90px;gap:0 10px}.method-diagram{grid-column:2;grid-row:1/4;width:90px;height:100px;gap:3px;align-self:center}.method-grid .eyebrow{margin-top:0}.method-grid h3{font-size:22px;margin:12px 0}.method-grid p{grid-column:1;max-width:240px;font-size:12px}.method-grid blockquote{grid-column:1/-1;font-size:14px;margin-top:17px;padding:17px;background:var(--paper);border:0}.method-grid blockquote br{display:none}.possibility h2{font-size:28px;line-height:1.6;margin:22px 0 30px}.possibility-points{grid-template-columns:1fr;gap:22px}.possibility-points p{font-size:13px;padding:20px 0 0 32px;position:relative}.possibility-points p span{position:absolute;top:22px;left:0}.possibility-points strong{font-size:15px}.voice-grid{grid-template-columns:1fr;gap:15px;margin-top:28px}.voice-grid article{padding:27px}.voice-grid blockquote{font-size:23px;margin-bottom:20px}.quote-mark{font-size:54px;height:49px}.voice-grid small{font-size:9px}.source-note{font-size:10px}.plan-grid{grid-template-columns:1fr;margin-top:30px}.plan-grid>article{padding:28px 24px}.plan-grid h3{font-size:23px;margin:20px 0 15px}.price strong{font-size:54px}.plan-grid ul{font-size:11px}.plan-grid .button{font-size:12px}.plan-follow>p{font-size:12px}.plan-follow .quote-price{font-size:28px}.credit-note strong{font-size:13px}.credit-note p{font-size:11px}.session-timeline{flex-direction:column;align-items:flex-start;gap:10px;margin-top:27px}.session-timeline>span{display:none}.session-timeline>div{width:100%;padding:10px 0;border-bottom:1px solid var(--line);gap:20px}.session-timeline p{font-size:12px}.faq{grid-template-columns:1fr;gap:30px}.faq h2{font-size:29px}.faq summary{font-size:13px}.faq details p{font-size:12px}.final-conversation h2{font-size:30px}.final-conversation>p:not(.eyebrow){font-size:12px}.final-conversation>.button{width:100%;min-width:0}.final-alternative .text-button{font-size:12px}.mobile-sticky:not([hidden]){display:flex}.coaching .footer{padding-bottom:110px}.desktop-only{display:none}dialog{padding:32px 23px}dialog h2{font-size:25px}.booking-options label{font-size:12px}.booking-summary strong{font-size:20px}}
@media(max-width:370px){.hub-hero h1{font-size:30px}.coach-hero h1{font-size:33px}.hero-lead{font-size:14px}.hero-tail{font-size:9px}.preview-bar{padding-inline:10px}.preview-bar nav{gap:9px;font-size:8px}.section-heading h2{font-size:28px}.possibility h2{font-size:25px}.growth-mark{right:13px;width:80px;height:100px}.choice h2{font-size:24px}.price strong{font-size:46px}.question-tabs button{font-size:9px;padding:10px}.question-card .new-question{font-size:25px}.final-conversation h2{font-size:27px}.method-grid p{max-width:205px}.mobile-sticky button{padding-inline:13px;font-size:11px}}
@media(max-width:760px){.hub-hero h1{font-size:31px;line-height:1.42}.hub-hero h1 em{display:block}.hub-hero{padding-top:29px;padding-bottom:24px}.choice h2{font-size:24px;line-height:1.4;margin:10px 0 7px}.choice-bottom{margin-top:11px;padding:12px 0}.choice{padding-top:16px}.hero-intro{font-size:11px}.growth-mark{top:30px}.mini-flow{top:29px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.pending{opacity:1;transform:none}}

/* Revision 3: service hub navigation and semantic illustrations. */
.mobile-header-actions{display:none}.official-link{white-space:nowrap}.method-diagram svg{flex-shrink:0}
@keyframes notice-focus{0%,100%{transform:translate(-3px,2px)}50%{transform:translate(2px,-2px)}}
@keyframes untangle-forward{0%,100%{transform:translateX(0);opacity:.45}55%{transform:translateX(20px);opacity:1}}
@media(max-width:1000px){.header .desktop-nav{display:none}.mobile-header-actions{display:flex;align-items:center;gap:22px}.mobile-header-actions .menu{display:block;font-size:12px}.official-mobile{font-size:12px;white-space:nowrap;display:flex;align-items:center;gap:8px;min-height:44px}.official-mobile span{color:var(--red)}.menu summary{list-style:none;padding:14px 0;cursor:pointer}.menu summary::-webkit-details-marker{display:none}.menu nav{position:absolute;right:0;top:calc(100% - 2px);width:245px;background:#fff;padding:20px;box-shadow:0 10px 25px #0002;border:1px solid var(--line);display:grid;gap:20px}.menu nav button{padding:0;text-align:left;background:none;border:0;font-size:12px}}
@media(max-width:760px){.mobile-header-actions{gap:17px}.official-mobile{font-size:10px;gap:5px}.method-diagram svg{width:100%;height:auto}.hub-hero h1{margin-top:20px}.consulting-choice h2{max-width:calc(100% - 78px)}}
@media(max-width:370px){.mobile-header-actions{gap:12px}.brand{gap:7px}.brand>span{font-size:23px}.brand small{font-size:8px}.official-mobile{font-size:9px}.menu summary{font-size:11px}.consulting-choice h2{max-width:calc(100% - 66px)}}

@media(max-width:370px){.coaching-choice .mini-flow{width:90px;height:90px;top:49px;right:1px}.coaching-choice .mini-flow>span{inset:17px 10px 18px 25px}}

.method-grid h3 span{display:inline-block;white-space:nowrap}

.footer-legal{width:100%;display:flex;flex-wrap:wrap;gap:20px;font-size:11px;color:#626262}.service-note{font-size:11px!important;color:#626262;margin-top:16px}.booking-next{width:100%;display:flex;align-items:center;justify-content:space-between;padding:19px 22px;background:#e60024;color:#fff;font-size:13px;font-weight:700;text-decoration:none;line-height:1.5}.booking-next:hover{background:#bd001d}.booking-next span{font-size:23px}.booking-summary{line-height:1.8}.booking-summary a{text-decoration:underline}.service-noscript{padding:20px;line-height:2;text-align:center}.service-noscript a{text-decoration:underline}
