/* Gallery-only button comparison; the homepage studies keep their existing CTAs. */
.button-lab-jump{display:inline-block;color:var(--deep);text-decoration:underline;text-underline-offset:3px;padding:5px 0}
.button-lab{margin-top:58px;padding-top:32px;border-top:1px solid #cbd1dd;scroll-margin-top:28px}
.button-lab-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:27px}
.button-lab-kicker{color:var(--deep);font-size:12px;font-weight:700;margin-bottom:10px}
.button-lab-heading h2{font-size:34px;line-height:1.2;max-width:560px}
.button-lab-heading>p{max-width:385px;font-size:14px;color:var(--muted)}
#button-lab-title:focus-visible{outline:2px solid var(--deep);outline-offset:6px;border-radius:4px}
.button-lab-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}
.button-lab-card{min-width:0;padding:24px;border:1px solid #fff;border-radius:23px;background:var(--ground);box-shadow:var(--raised)}
.button-lab-caption{display:flex;align-items:center;gap:11px}
.button-lab-letter{display:grid;place-items:center;width:31px;height:31px;flex:none;border-radius:10px;background:var(--surface);box-shadow:var(--inset);font-size:12px;font-weight:700;color:var(--deep)}
.button-lab-caption h3{font-size:14px;line-height:1.5}
.button-lab-sample{padding:35px 0 24px;text-align:center}
.button-lab-cta{width:280px;max-width:100%;min-height:48px;font-size:14px;padding:13px 16px;white-space:normal;line-height:1.4;text-align:center}
.button-lab-cta:hover,.button-lab-cta:active{transform:none}
.button-lab-cta:active{box-shadow:inset 3px 3px 7px #312e8170,inset -2px -2px 5px #ffffff30}
.button-lab-terms{font-size:12px;line-height:1.7;color:var(--muted);margin-top:17px}
.button-lab-rationale{font-size:13px;color:var(--muted);border-top:1px solid #d5dbe5;padding-top:17px}
.button-lab-preview-note{font-size:12px;color:var(--muted);margin:22px 0 10px}
.button-lab-research{border-bottom:1px solid #cbd1dd}
.button-lab-research summary{display:flex;align-items:center;justify-content:space-between;gap:15px;list-style:none;cursor:pointer;min-height:52px;padding:13px 0;font-size:14px;font-weight:700}
.button-lab-research summary::-webkit-details-marker{display:none}
.button-lab-chevron{font-size:25px;line-height:1;color:var(--deep);transition:transform .15s}
.button-lab-research[open] .button-lab-chevron{transform:rotate(90deg)}
.button-lab-research-body{font-size:14px;line-height:1.8;color:var(--body);max-width:1100px;padding-bottom:20px}
.button-lab-research-body p{margin-bottom:17px}
.button-lab-research-body a{color:var(--deep);text-decoration:underline;text-underline-offset:3px}
.button-lab-alternatives{display:grid;grid-template-columns:1fr 1fr;gap:0 32px;margin-top:25px}
.button-lab-test-note{font-size:12px;border-top:1px solid #d5dbe5;padding-top:17px}
#button-sample-dialog .button-sample-label{font-size:12px;color:var(--deep);font-weight:700;margin:23px 0 0}
#button-sample-dialog h2{margin-top:12px}
@media(max-width:1050px){.button-lab-card{padding:20px 15px}.button-lab-grid{gap:18px}.button-lab-heading{display:block}.button-lab-heading>p{max-width:620px;margin-top:14px}.button-lab-cta{font-size:13px;gap:7px;padding:13px 10px}}
@media(max-width:760px){.button-lab-grid{grid-template-columns:1fr;gap:23px}.button-lab-card{padding:24px}.button-lab-heading h2{font-size:30px}.button-lab{margin-top:40px}.button-lab-cta{font-size:14px;gap:10px}.button-lab-alternatives{grid-template-columns:1fr}.button-lab-rationale{max-width:560px}.button-lab-sample{padding-top:28px}}
/* The original six studies share content rules, with six distinct compositions. */
.study-entry{min-width:0;align-self:start}
/* The week ahead: a tilted orbit confined to the open side of the hero. */
.the-week-ahead{overflow:clip}
.the-week-ahead .home-nav-header{position:relative;z-index:3}
.the-week-ahead .week-orbit-hero{position:relative;isolation:isolate}
.week-hero-copy{position:relative;z-index:2;max-width:600px}
.week-orbit{--portrait-size:clamp(150px,18vw,230px);--portrait-size-factor:.76;--orbit-object-factor:.75;position:absolute;left:56%;top:-96px;width:calc(44% + max(0px,(100vw - 1200px)/2));height:calc(100% + 96px);z-index:1;pointer-events:none}
.week-orbit-scene{position:absolute;inset:0;overflow:hidden;contain:strict;z-index:1;mask-image:linear-gradient(90deg,transparent,#000 9%,#000 94%,transparent)}
.week-orbit-layer{position:absolute;inset:0;pointer-events:none}
.week-orbit-icons{z-index:0}
.week-orbit-portraits{z-index:1}
.week-orbit-item,.week-orbit-particle{position:absolute;left:var(--orbit-x);top:var(--orbit-y);width:var(--portrait-size);height:var(--portrait-size);pointer-events:none;transform-origin:center;transform:translate(-50%,-50%) scale(var(--orbit-scale)) rotate(var(--orbit-rotation));filter:blur(var(--orbit-blur));opacity:var(--orbit-opacity);z-index:var(--orbit-depth)}
.week-orbit-item{width:calc(var(--portrait-size)*var(--portrait-size-factor)*var(--orbit-object-factor));height:calc(var(--portrait-size)*var(--portrait-size-factor)*var(--orbit-object-factor));will-change:transform,opacity}
.week-orbit-item img{width:100%;height:100%;display:block;object-fit:contain;border-radius:23%;border:1px solid #ffffffc9;box-shadow:9px 12px 24px #606b861c,-5px -5px 16px #ffffffb3;user-select:none}
.week-orbit-particle{width:calc(var(--portrait-size)*.18*var(--particle-weight)*var(--orbit-object-factor));height:calc(var(--portrait-size)*.18*var(--particle-weight)*var(--orbit-object-factor))}
.week-orbit[data-orbit-running] .week-orbit-particle{will-change:transform,filter,opacity}
.week-orbit-particle svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 2px #fff)}
.mini .week-orbit{width:44%}
.the-week-ahead .week-band{position:relative;z-index:2}
/* Plain feature fronts; supporting explanations are present in the HTML on the reverse. */
.the-week-ahead .week-strip{grid-template-columns:repeat(5,minmax(0,1fr))}
.the-week-ahead .week-feature{display:block;min-width:0;height:279px;min-height:0;padding:0;border:0;background:none;box-shadow:none;color:var(--ink);text-decoration:none;perspective:1000px}
.week-feature-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .48s cubic-bezier(.22,.7,.24,1)}
.week-feature-front,.week-feature-back{position:absolute;inset:0;display:flex;flex-direction:column;padding:24px 17px;border-radius:20px;border:1px solid #ffffffd9;background:var(--ground);box-shadow:var(--raised);backface-visibility:hidden;-webkit-backface-visibility:hidden}
.week-feature-back{transform:rotateY(180deg)}
.week-feature .wn{display:flex;align-items:flex-start;gap:9px;min-height:62px;margin:0 0 21px;font-size:28px;line-height:1.1;color:var(--ink)}
.week-feature .wn svg{width:21px;height:25px;flex:none;margin-top:3px;color:var(--deep)}
.week-feature-points{display:grid;gap:15px;margin:0;padding-left:15px;color:var(--body);font-size:13px;line-height:1.6}
.week-feature-points li{padding-left:2px}
.week-feature-points li::marker{color:var(--indigo);font-size:1.05em}
.week-feature-link{display:flex;align-items:center;gap:6px;margin-top:auto;padding-top:12px;font-size:11px;line-height:1.5;font-weight:600;color:var(--deep)}
.week-feature-link svg{width:15px;height:15px;flex:none}
.week-feature-back-title{margin:0 0 12px;font-size:15px;line-height:1.3;font-weight:700;color:var(--deep)}
.week-feature-detail{margin:0;font-size:13px;line-height:1.6;color:var(--body)}
.week-feature-back>*{flex-shrink:0}
.week-feature:focus-visible{outline:2px solid var(--deep);outline-offset:5px}
.week-feature:focus-visible .week-feature-inner,.week-feature.is-flipped .week-feature-inner{transform:rotateY(180deg)}
@media(hover:hover) and (pointer:fine){.week-feature:hover .week-feature-inner{transform:rotateY(180deg)}}
@container(max-width:1150px){.week-feature .wn{font-size:22px;gap:7px}.week-feature-front,.week-feature-back{padding:22px 15px}.week-feature-back-title{font-size:14px}.week-feature-detail{font-size:12px;line-height:1.6}}
@container(max-width:1000px){.the-week-ahead .week-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}
@container(max-width:800px){.the-week-ahead .week-feature{height:277px}}
@container(max-width:600px){.the-week-ahead .week-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
@container(max-width:540px){.the-week-ahead .week-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.the-week-ahead .week-feature{height:269px}.week-feature-front,.week-feature-back{padding:20px 14px}.week-feature .wn{font-size:22px;gap:7px;min-height:50px}.week-feature .wn svg{width:18px;height:22px;margin-top:1px}.week-feature-points{font-size:12px}.week-feature-back-title{font-size:14px}.week-feature-detail{line-height:1.55}}
@container(max-width:380px){.the-week-ahead .week-strip{grid-template-columns:1fr}.the-week-ahead .week-feature{height:249px}.week-feature .wn{font-size:26px;min-height:35px}.week-feature-detail{font-size:14px}.week-feature-points{font-size:14px}}
@media(prefers-reduced-motion:reduce){.week-feature-inner{transition:none}}
.the-week-ahead .week-note p+p{margin-top:14px}
@container(max-width:1000px){
 .the-week-ahead .week-orbit{position:relative;left:auto;top:auto;width:calc(100% + 60px);height:280px;margin:6px -30px -20px}
 .week-orbit{--portrait-size:170px}
}
@container(max-width:540px){
 .the-week-ahead .week-orbit{width:calc(100% + 48px);height:250px;margin:6px -24px -12px}
 .week-orbit{--portrait-size:150px}
}
@media(prefers-reduced-motion:reduce){.week-orbit-item{will-change:auto}}
@media print{.week-orbit{display:none}}
.study-group-title{margin:0 0 20px;font:800 22px/1.3 Jakarta,Arial,sans-serif;letter-spacing:-.025em;color:var(--ink)}
.study-group-divider{height:0;margin:36px 0;border:0;border-top:1px solid #cfd5e1}
.study-ranking{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:16px 5px 0;font-size:12px;line-height:1.5}
.study>.study-ranking{position:relative;z-index:3;pointer-events:none;margin:0 34px 10px 0;min-height:36px;gap:6px}
.study>.study-ranking .ranking-tag{font-size:11px;padding:6px 8px}
.ranking-tag{padding:6px 10px;border:1px solid #cbd1dd;border-radius:8px;color:var(--body);background:var(--surface)}
.ranking-final{border-color:#c7d2fe;background:var(--pale);color:var(--deep);font-weight:700}
.ranking-method{margin:0 0 24px;border-bottom:1px solid #cfd5e1;color:var(--body)}
.ranking-method>summary{min-height:48px;padding:12px 0;cursor:pointer;font-size:14px;font-weight:700;color:var(--ink)}
.ranking-method-content{max-width:920px;padding:0 0 18px;font-size:14px;line-height:1.75}
.ranking-method-content p{margin:0 0 12px}
.ranking-method-content a{color:var(--deep);text-decoration:underline;text-underline-offset:3px}
.ranking-method-content ol{margin:0 0 12px;padding-left:24px}
.ranking-method-content li{padding:3px 0}
.home-ranking-banner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 20px;padding:9px 20px;border-bottom:1px solid var(--line);background:var(--surface)}
.home-ranking-banner .study-ranking{margin:0}
.ranking-disclaimer{font-size:11px;color:var(--muted);line-height:1.5}
.strategy-body .ranking-review{margin-bottom:20px}
.study-strategy{margin:15px 5px 4px;border-top:1px solid #cfd5e1;color:var(--ink)}
.study-strategy summary{display:flex;align-items:center;gap:15px;padding:15px 5px;cursor:pointer;list-style:none;min-height:68px}
.study-strategy summary::-webkit-details-marker{display:none}
.study-strategy summary>span{min-width:0;flex:1}
.study-strategy summary small{display:block;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:5px}
.study-strategy summary strong{display:block;font-size:14px;font-weight:700;line-height:1.5}
.strategy-chevron{width:17px;height:17px;flex:none;stroke:var(--deep);stroke-width:1.7;fill:none;transition:transform .15s}
.study-strategy[open] .strategy-chevron{transform:rotate(90deg)}
.study-strategy summary:hover strong{color:var(--deep)}
.study-strategy summary:focus-visible{outline:2px solid var(--deep);outline-offset:3px;border-radius:8px}
.strategy-body{padding:0 5px 18px;font-size:16px;line-height:1.75;color:var(--body);overflow-wrap:anywhere}
.strategy-body h3{font:700 13px/1.5 Jakarta,sans-serif;letter-spacing:0;color:var(--ink);margin:21px 0 7px}
.strategy-body p{margin:0 0 13px}
.strategy-body blockquote{margin:12px 0;padding:3px 0 3px 15px;border-left:2px solid var(--indigo);color:var(--ink);font:500 19px/1.45 Fraunces,serif;letter-spacing:-.25px}
.strategy-body .strategy-status{font-size:11px;color:var(--muted);margin-bottom:17px}
.strategy-body .strategy-sources{font-size:13px;line-height:1.8}
.strategy-sources a{color:var(--deep);text-decoration:underline;text-underline-offset:3px}
.strategy-body .strategy-measure{font-size:13px;padding-top:15px;border-top:1px solid #cfd5e1;margin-top:18px}
@media(prefers-reduced-motion:reduce){.strategy-chevron{transition:none}}
.integrated-home .contact-art{width:60px;height:70px;float:right;margin:-15px 0 0 10px;border-radius:12px;padding:11px;background:#eef0ff;border:1px solid white;box-shadow:var(--small);transform:rotate(7deg);display:flex;flex-direction:column;align-items:center;gap:6px}
.integrated-home .contact-art svg{width:25px;height:25px;color:var(--deep)}
.integrated-home .contact-art i{width:27px;height:3px;background:#c7cdfb;border-radius:2px}
.integrated-home .contact-art i:last-child{width:19px}
.everything-in-place.integrated-home .module-docs>p{max-width:65%}
.page.integrated-home .nav{gap:22px;height:96px}
.page.integrated-home .nav-links{font-size:14px;gap:22px}
.page.integrated-home .home-nav-link{display:flex;align-items:center;min-height:44px;white-space:nowrap}
.home-nav-link svg{display:none}
.page.integrated-home .nav-actions{gap:18px}
.page.integrated-home .login{font-size:14px}
.page.integrated-home .button{font-size:14px;min-height:48px}
.page.integrated-home .button.small{font-size:13px;min-height:44px}
.page.integrated-home .eyebrow{font-size:12px;line-height:1.8;letter-spacing:.105em}
.page.integrated-home .eyebrow::before{content:none}
.page.integrated-home .intro{font-size:16px;line-height:1.85}
.page.integrated-home .terms,.page.integrated-home .price-note{font-size:12px}
.page.integrated-home .hero h1,.page.integrated-home .modular-copy h1{overflow-wrap:break-word}
.integrated-home main{min-width:0}
.integrated-home .home-menu{display:none;position:relative}
.integrated-home .home-menu summary{font-size:14px;font-weight:700;min-height:44px;display:flex;align-items:center;list-style:none}
.integrated-home .home-menu summary::-webkit-details-marker{display:none}
.home-menu-links{position:absolute;top:48px;right:0;z-index:30;width:230px;padding:14px;border:1px solid #d4d8e3;border-radius:16px;background:var(--surface);box-shadow:var(--raised)}
.home-menu-links a,.home-menu-links button{display:flex;width:100%;align-items:center;min-height:46px;padding:10px 12px;font-size:14px;background:transparent;text-align:left}
.home-menu-links a:hover{color:var(--deep)}
.integrated-home .home-illustration-note{font-size:12px;color:var(--muted);line-height:1.7;margin:0 64px 38px;text-align:center}
.home-section{padding:76px 64px;border-top:1px solid var(--line)}
.home-section h2{font-size:40px;line-height:1.17}
.home-section p{font-size:16px;color:var(--muted);line-height:1.85}
.home-section .section-label{font-size:12px;line-height:1.8;color:var(--deep);letter-spacing:.1em}
.home-section-heading{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:38px}
.home-section-heading>p{max-width:520px}
.home-work-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.home-work-item{min-width:0;display:flex;gap:17px}
.home-work-item h3,.home-reading h3{font-size:19px;line-height:1.4;letter-spacing:-.4px;margin-bottom:12px}
.home-work-item p{margin-bottom:18px}
.home-step{font-size:12px;font-weight:800;color:var(--deep);padding-top:5px}
.home-link{display:inline-flex;align-items:center;gap:10px;color:var(--deep);font-size:14px;font-weight:700;min-height:44px;line-height:1.6}
.home-link svg{width:16px;flex-shrink:0}
.home-link:hover{text-decoration:underline;text-underline-offset:5px}
.home-context{display:grid;grid-template-columns:1.3fr .7fr;gap:75px;align-items:start}
.home-context h2{margin-bottom:22px;max-width:590px}
.home-context p{max-width:610px}
.home-inline-links{display:flex;flex-wrap:wrap;gap:10px 27px;margin-top:18px}
.home-reading{padding:27px;border-radius:20px;box-shadow:var(--inset);background:var(--ground)}
.home-reading .section-label{margin-bottom:14px}
.home-reading p{font-size:16px;margin:12px 0}
.home-price{margin:0 64px;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:35px}
.home-price h2{font:700 18px/1.5 Jakarta,sans-serif;letter-spacing:-.4px}
.home-price p{font-size:16px;color:var(--muted);margin-top:8px;line-height:1.8}
.home-price+.home-section{border-top:0}
.home-questions{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}
.page.integrated-home .faq summary{font-size:15px;line-height:1.6;min-height:32px}
.page.integrated-home .faq details p{font-size:16px;line-height:1.85;padding-top:16px}
.home-closing{margin:0 64px 70px;padding:34px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:40px}
.home-closing h2{font-size:33px;line-height:1.2;max-width:660px}
.home-closing p{font-size:12px;color:var(--muted);margin-top:14px}
.the-week-ahead.integrated-home .home-closing{display:flex;flex-direction:column;gap:0;text-align:center}
.the-week-ahead.integrated-home .home-closing h2{max-width:100%;margin:0}
.the-week-ahead.integrated-home .home-closing .button{margin-top:24px}
.integrated-home .footer{margin:0 64px;padding:46px 0 25px;border-top:1px solid var(--line)}
.integrated-home .footer-top{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:45px}
.integrated-home .footer-top .brand{font-size:20px}
.integrated-home .footer-top p{font-size:12px;color:var(--muted);margin-top:20px;max-width:230px;line-height:1.75}
.integrated-home .footer-top h3{font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin:11px 0 19px}
.integrated-home .footer-top a:not(.brand){display:block;font-size:13px;color:var(--muted);padding:7px 0;line-height:1.6}
.integrated-home .footer-top a:not(.brand):hover{color:var(--deep)}
.integrated-home .footer-bottom{margin-top:42px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted)}
.integrated-home .footer-bottom a:hover{color:var(--deep)}
.reason{font-size:13px;color:var(--muted);line-height:1.75;max-width:430px;margin-top:10px}
#entry-dialog{position:relative}
#entry-dialog .dialog-close{position:absolute;right:17px;top:13px;width:40px;height:40px;font-size:23px;background:none;border-radius:10px}
#entry-dialog .eyebrow{margin:27px 0 14px}
#entry-dialog h2{margin-top:0}
/* Soft focus: one quiet composition with open, flat reading sections. */
.soft-focus.integrated-home{--soft-coffee-size:421.2px;--soft-coffee-crop:127.8px;position:relative;isolation:isolate;overflow:clip}
.soft-focus.integrated-home .hero{position:static;padding-top:55px;padding-bottom:28px}
/* Anchor to the page edge, including in scaled gallery cards and wide viewports. */
.soft-corner-coffee{position:absolute;top:calc(-1*var(--soft-coffee-crop));right:calc(-1*var(--soft-coffee-crop));width:var(--soft-coffee-size);pointer-events:none;user-select:none}
.soft-corner-coffee img{display:block;width:100%;height:auto;opacity:.9;transform:rotate(-22deg);filter:drop-shadow(5px 12px 13px #242f4120)}
.soft-focus.integrated-home .home-nav-header{position:relative;z-index:1}
.page.soft-focus.integrated-home>.page-inner .nav{padding-right:max(var(--home-gutter,64px),calc(var(--soft-coffee-size) - var(--soft-coffee-crop) - 50cqw + 50% - 16px))}
@container(max-width:1100px){.soft-focus.integrated-home>.page-inner{--soft-coffee-size:288px;--soft-coffee-crop:87.3px}}
@container(max-width:540px){.soft-focus.integrated-home>.page-inner{--soft-coffee-size:207px;--soft-coffee-crop:63px}.soft-focus.integrated-home .hero{padding-top:72px;padding-bottom:28px}}
@container(max-width:360px){.soft-focus.integrated-home>.page-inner{--soft-coffee-size:162px;--soft-coffee-crop:49.5px}.soft-focus.integrated-home .hero{padding-top:40px}}
/* Let the headline set the shared text width without the paragraph widening it. */
.page.integrated-home.soft-focus .soft-hero-copy{width:fit-content;max-width:100%;margin-inline:auto}
.page.integrated-home.soft-focus .hero .soft-hero-copy .intro{contain:inline-size;width:100%;max-width:none}
.soft-focus.integrated-home .home-work .home-section-heading{display:block;max-width:700px;margin:0 auto 44px;text-align:center}
.soft-focus.integrated-home .home-section-heading>p{max-width:630px;margin:22px auto 0}
.soft-focus.integrated-home .home-work-item{display:block;padding:8px 7px}
.soft-focus.integrated-home .home-step{display:none}
.soft-focus.integrated-home .home-work-item.home-flip-card{padding:0;perspective:1100px}
.home-flip-inner{position:relative;height:100%;transform-style:preserve-3d}
.home-flip-front,.home-flip-back{border:1px solid #ffffffc9;border-radius:24px;background:var(--ground);box-shadow:8px 8px 22px #dce0e8,-8px -8px 22px #fff;backface-visibility:hidden;-webkit-backface-visibility:hidden}
.home-flip-front{height:100%;padding:28px;display:flex;flex-direction:column}
.home-flip-front .home-link{margin-top:auto;align-self:flex-start}
.home-flip-back{position:absolute;inset:0;display:grid;place-items:center;background:#eeedf8;transform:rotateY(180deg);pointer-events:none}
.home-flip-back>span{display:grid;place-items:center;width:74px;height:74px;border-radius:24px;background:#eeedf8;box-shadow:inset 5px 5px 11px #d9d7e8,inset -5px -5px 11px #fff;color:var(--deep)}
.home-flip-back svg{width:34px;height:34px;stroke-width:1.5}
.home-flip-card.is-flip-ready .home-flip-inner{transform:rotateY(-180deg)}
.home-flip-card.is-flipping .home-flip-inner{animation:home-card-flip 760ms cubic-bezier(.22,.61,.36,1) var(--flip-delay,0ms) both}
@keyframes home-card-flip{from{transform:rotateY(-180deg)}to{transform:rotateY(0)}}
/* Decorative flyby sits outside the page container and never intercepts a link. */
.pilot-flight-layer{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:35;contain:strict}
.pilot-aircraft{position:absolute;left:0;top:0;transform-origin:56% 70%;will-change:transform;filter:drop-shadow(0 7px 5px #28334517)}
.pilot-aircraft>img{display:block;width:100%;height:100%;object-fit:contain;user-select:none}
.pilot-propeller{position:absolute;left:91.8%;top:70%;width:7%;height:33%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,transparent 12%,#b5bec96b 34%,#f8fafc88 53%,#aeb8c538 69%,transparent 73%);filter:blur(.5px);perspective:90px}
.pilot-propeller::before,.pilot-propeller::after{content:"";position:absolute;left:38%;top:0;width:24%;height:100%;border-radius:50%;background:linear-gradient(transparent 2%,#8c99aa75 20%,#edf1f6b0 44%,#59667599 50%,#edf1f6b0 56%,#8c99aa75 80%,transparent 98%);filter:blur(.65px);animation:pilot-propeller-spin 84ms linear infinite}
.pilot-propeller::after{animation-delay:-21ms;opacity:.55}
.pilot-propeller>i{position:absolute;left:20%;top:44%;width:60%;height:12%;border-radius:50%;background:linear-gradient(90deg,#75645c,#c9b6a0 55%,#8f7d6d);box-shadow:1px 0 2px #23304438}
@keyframes pilot-propeller-spin{to{transform:rotateX(360deg)}}
.pilot-smoke{position:absolute;left:0;top:0;width:36px;height:36px;border-radius:50%;background:radial-gradient(circle,#6f7d9480 5%,#949eb15c 35%,#b0b8c638 57%,transparent 73%);filter:blur(2px);will-change:transform,opacity}
@media(prefers-reduced-motion:reduce){.pilot-flight-layer{display:none}.pilot-propeller::before,.pilot-propeller::after{animation:none}}
@media print{.pilot-flight-layer{display:none}}
@media(max-width:600px){.home-flip-front{padding:25px}}
@media(prefers-reduced-motion:reduce){.home-flip-card .home-flip-inner{animation:none!important;transform:none!important}}
@media print{.home-flip-card .home-flip-inner{animation:none!important;transform:none!important}.home-flip-back{display:none}.home-flip-front{box-shadow:none;break-inside:avoid}}
.soft-focus.integrated-home .home-reading{box-shadow:none;border-left:1px solid #ccd2df;border-radius:0;padding:5px 0 5px 30px}
.soft-focus.integrated-home .home-closing{padding-top:45px}
/* Side by side: paired explanations rather than a repeated card grid. */
.side-by-side.integrated-home .hero{gap:48px}
.side-by-side.integrated-home .hero h1{font-size:66px}
.side-by-side.integrated-home .home-work-items{grid-template-columns:1fr 1fr;gap:45px}
.side-by-side.integrated-home .home-work-item{padding:28px;border-radius:20px;box-shadow:var(--inset)}
.side-by-side.integrated-home .home-work-item:nth-child(2){box-shadow:none;border-left:1px solid #ccd2df;border-radius:0}
.side-by-side.integrated-home .home-context{grid-template-columns:1fr 1fr;gap:50px}
.side-by-side.integrated-home .home-reading{box-shadow:none;padding:6px 0}
/* The workspace: practical steps and broad product surfaces. */
.the-workspace.integrated-home .hero{padding-bottom:34px}
.the-workspace.integrated-home .home-work-items{gap:0;border-top:1px solid #cbd1dd}
.the-workspace.integrated-home .home-work-item{padding:25px 25px 5px;border-right:1px solid #cbd1dd;display:block}
.the-workspace.integrated-home .home-work-item:first-child{padding-left:0}
.the-workspace.integrated-home .home-work-item:last-child{border-right:0}
.the-workspace.integrated-home .home-step{display:block;padding:0;margin-bottom:16px}
.the-workspace.integrated-home .home-work-item h3{font-size:19px}
.the-workspace.integrated-home .home-reading{border-radius:12px;box-shadow:var(--small)}
.the-workspace.integrated-home .home-context{grid-template-columns:1.15fr .85fr}
/* Daily rhythm: the original rail with calmer editorial chapters. */
.daily-rhythm.integrated-home .hero{gap:40px;padding-top:52px}
.daily-rhythm.integrated-home .hero h1{font-size:72px}
.daily-rhythm.integrated-home .editorial-brand{font-size:18px;font-weight:800;color:var(--ink)}
.daily-rhythm.integrated-home .editorial-brand span{display:none}
.daily-rhythm.integrated-home .nav{padding:0 42px}
.daily-rhythm.integrated-home .rail{padding-top:30px}
.daily-rhythm.integrated-home .rail .brand-icon{margin-bottom:42px}
.daily-rhythm.integrated-home .home-work-items{display:block;margin-left:24%;border-left:1px solid #cbd1dd;padding-left:34px}
.daily-rhythm.integrated-home .home-work-item{padding:22px 0}
.daily-rhythm.integrated-home .home-work-item h3{font:500 29px/1.3 Fraunces,serif}
.daily-rhythm.integrated-home .home-step{padding-top:11px}
.daily-rhythm.integrated-home .home-reading{box-shadow:none;border-top:1px solid #cbd1dd;border-radius:0;padding:24px 0}
.daily-rhythm.integrated-home .home-context{gap:50px}
.daily-rhythm.integrated-home .home-closing h2{max-width:570px}
/* Everything in place: connected modules, lighter surfaces below the hero. */
.everything-in-place.integrated-home .home-work-item{display:block;border:1px solid #d7dce6;border-radius:20px;padding:24px;box-shadow:2px 2px 8px #dfe3eb,-3px -3px 9px #fff}
.everything-in-place.integrated-home .home-step{display:none}
.everything-in-place.integrated-home .home-work-item h3{font:500 28px Fraunces,serif}
.everything-in-place.integrated-home .home-reading{border-radius:20px;box-shadow:var(--small)}
.everything-in-place.integrated-home .home-context{grid-template-columns:1.2fr .8fr;gap:50px}
/* Room to grow: let the offer do the work; avoid a second pricing display. */
.room-to-grow.integrated-home .hero .intro{max-width:490px}
.room-to-grow.integrated-home .pricing-card .price-caption{font-size:14px}
.room-to-grow.integrated-home .pricing-card .check-line{font-size:13px;line-height:1.7}
.room-to-grow.integrated-home .seat-line{font-size:13px;gap:16px;margin:0 0 24px}
.room-to-grow.integrated-home .home-work-items{grid-template-columns:1fr 1fr;gap:45px}
.room-to-grow.integrated-home .home-work-item{border-top:1px solid #cbd1dd;padding-top:23px;display:block}
.room-to-grow.integrated-home .home-step{display:none}
.room-to-grow.integrated-home .home-reading{box-shadow:none;border-left:1px solid #cbd1dd;border-radius:0;padding:4px 0 4px 30px}
/* Standalone review controls are outside the product page. */
.home-study-toolbar{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 28px;border-bottom:1px solid #d2d8e4;background:var(--surface);font-size:12px;position:sticky;top:0;z-index:50}
.home-study-toolbar a{min-height:38px;display:inline-flex;align-items:center;gap:8px}
.home-study-name{display:flex;align-items:center;gap:11px;font-weight:700}
.home-study-name small{color:var(--deep)}
.home-study-controls{display:flex;gap:16px;align-items:center}
.home-study-controls .icon-button{min-width:34px;min-height:34px}
.home-study-toolbar .creator-badge{position:static;width:29px;height:29px}
.home-study-toolbar .creator-badge img{width:19px;height:19px}
.home-study-body .home-skip{position:fixed;top:-100px;left:15px;z-index:100;padding:12px;background:white;color:var(--deep)}
.home-study-body .home-skip:focus{top:8px}
.home-study-body{scroll-padding-top:75px}
.home-study-body :is(section,main)[id]{scroll-margin-top:75px}
@container(max-width:1000px){
.page.integrated-home .nav{padding-left:35px;padding-right:35px;gap:20px}
.page.integrated-home .nav-links{gap:17px;font-size:13px}
.page.integrated-home .nav-actions{gap:13px}
.page.integrated-home .intro{font-size:16px}
.home-section{padding:60px 35px}
.home-section-heading{gap:35px}
.home-section h2{font-size:35px}
.home-work-items{gap:20px}
.home-context{gap:35px}
.home-price,.home-closing,.integrated-home .footer{margin-left:35px;margin-right:35px}
.daily-rhythm.integrated-home .hero h1{font-size:63px}
.daily-rhythm.integrated-home .nav{padding-left:30px;padding-right:30px}
}
@container(max-width:850px){
.page.integrated-home .nav-links,.page.integrated-home .nav-actions>.login{display:none}
.page.integrated-home .home-menu{display:block}
.page.integrated-home .nav{height:84px}
.page.integrated-home .hero h1{font-size:58px;letter-spacing:-.04em}
.home-work-items,.side-by-side.integrated-home .home-work-items,.room-to-grow.integrated-home .home-work-items{grid-template-columns:1fr;gap:24px}
.home-work-item{padding:0}
.home-section-heading{grid-template-columns:1fr;gap:20px}
.home-section-heading>p{max-width:640px}
.home-context,.side-by-side.integrated-home .home-context,.the-workspace.integrated-home .home-context,.everything-in-place.integrated-home .home-context{grid-template-columns:1fr;gap:34px}
.home-context>div p{max-width:none}
.home-reading{max-width:none}
.home-questions{grid-template-columns:1fr;gap:24px}
.the-workspace.integrated-home .home-work-item{border-right:0;border-bottom:1px solid #cbd1dd;padding:24px 0}
.the-workspace.integrated-home .home-work-item:last-child{border-bottom:0}
.daily-rhythm.integrated-home .home-work-items{margin-left:0}
.home-price{display:block}
.home-price>.home-link{margin-top:16px}
.home-closing{display:block}
.home-closing .button{margin-top:25px}
.integrated-home .footer-top{grid-template-columns:1.3fr 1fr;gap:32px}
}
@container(max-width:580px){
.page.integrated-home .nav{padding:0 23px;gap:10px}
.page.integrated-home .nav .brand{font-size:19px}
.page.integrated-home .nav .brand-icon{width:35px;height:35px}
.page.integrated-home .nav-actions{gap:13px}
.page.integrated-home .button.small{font-size:12px;padding:11px 13px}
.page.integrated-home .nav .button.small svg{display:none}
.page.integrated-home .home-menu summary{font-size:13px}
.page.integrated-home .hero h1,.page.integrated-home .modular-copy h1{font-size:52px}
.page.integrated-home .intro{font-size:16px;line-height:1.85}
.page.integrated-home .eyebrow{font-size:11px;letter-spacing:.07em}
.page.integrated-home .hero{padding-left:24px;padding-right:24px}
.page.integrated-home .hero .actions{gap:14px}
.page.integrated-home .hero .button{font-size:14px}
.page.integrated-home .terms{font-size:12px}
.page.integrated-home .home-illustration-note{margin:0 24px 28px;text-align:left}
.home-section{padding:45px 24px}
.home-section h2{font-size:32px}
.home-section p{font-size:16px}
.home-section .section-label{font-size:11px}
.home-work-items{gap:25px}
.home-work-item h3{font-size:19px}
.home-context h2{margin-bottom:18px}
.home-reading{padding:23px}
.home-reading p{font-size:16px}
.home-inline-links{gap:7px 20px}
.home-price,.home-closing,.integrated-home .footer{margin-left:24px;margin-right:24px}
.home-price h2{font-size:18px}
.home-price p{font-size:16px}
.home-closing{margin-bottom:45px;padding-top:26px}
.home-closing h2{font-size:31px}
.integrated-home .footer{padding-top:34px}
.integrated-home .footer-top{gap:26px;grid-template-columns:1fr 1fr}
.integrated-home .footer-top>div:first-child{grid-column:span 2}
.integrated-home .footer-top p{max-width:330px}
.integrated-home .footer-bottom{flex-direction:column;gap:10px}
.side-by-side.integrated-home .home-work-item{padding:24px}
.side-by-side.integrated-home .home-work-item:nth-child(2){border-left:0;border-top:1px solid #ccd2df;padding-left:0}
.daily-rhythm.integrated-home .page-inner{padding-left:0}
.daily-rhythm.integrated-home .rail{display:none}
.daily-rhythm.integrated-home .editorial-brand .editorial-mobile-mark{display:grid}
.daily-rhythm.integrated-home .home-work-items{padding-left:20px}
.daily-rhythm.integrated-home .home-work-item{gap:12px}
.daily-rhythm.integrated-home .home-work-item h3{font-size:26px}
.room-to-grow.integrated-home .pricing-card{padding:27px}
.soft-focus.integrated-home .home-reading,.room-to-grow.integrated-home .home-reading{padding-left:22px}
}
@container(max-width:360px){
.page.integrated-home .hero h1,.page.integrated-home .modular-copy h1{font-size:43px}
.page.integrated-home .nav .brand{font-size:17px;gap:8px}
.page.integrated-home .nav{padding:0 18px}
.page.integrated-home .nav-actions{gap:9px}
.page.integrated-home .home-menu summary{font-size:12px}
.home-section{padding:40px 22px}
.home-section h2{font-size:29px}
}
@media(max-width:600px){
.home-study-toolbar{padding:7px 15px;gap:10px;font-size:11px}
.home-study-name{gap:6px;min-width:0}
.home-study-name>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-study-name small{display:none}
.home-study-controls{gap:7px}
.home-study-controls>a:first-child{display:none}
.home-study-toolbar .all-layouts{font-size:0}
.home-study-toolbar .all-layouts svg{width:20px}
.home-study-toolbar .creator-badge{width:25px;height:25px}
}
@media(prefers-reduced-motion:reduce){.integrated-home *{animation:none!important;transition:none!important}}

/* Six OpenAI studies: one reading direction, quieter choices, concrete resource previews. */
.home-fit-section{padding:62px 64px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:60px;align-items:center;border-top:1px solid var(--line)}
.home-fit-copy{max-width:430px}
.home-fit-copy h2{font-size:31px;line-height:1.23;letter-spacing:-.035em;margin-bottom:18px}
.home-fit-copy>p{font-size:16px;line-height:1.85;color:var(--muted)}
.home-audience-links{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:20px}
.home-audience-link{display:inline-flex;align-items:center;min-height:44px;font-size:13px;line-height:1.5;color:var(--body);text-decoration:underline;text-decoration-color:#adb5c4;text-underline-offset:5px}
.home-audience-link:hover{color:var(--deep);text-decoration-color:currentColor}
.home-resource-card{display:grid;grid-template-columns:minmax(140px,.8fr) minmax(0,1fr);gap:24px;align-items:center;min-width:0;padding:25px;border:1px solid #ffffffb3;border-radius:23px;background:#eceff3;box-shadow:6px 6px 18px #dce0e7,-6px -6px 18px #fff}
.home-resource-copy h3{font:700 17px/1.4 Jakarta,Arial,sans-serif;letter-spacing:-.25px;color:var(--ink);margin:0 0 9px}
.home-resource-copy p{font-size:14px;line-height:1.75;color:var(--muted);margin:0 0 14px}
.home-resource-action{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700;line-height:1.55;color:var(--deep)}
.home-resource-action svg{width:16px;height:16px;flex:none}
.home-resource-card:hover .home-resource-action{text-decoration:underline;text-underline-offset:4px}
.resource-preview{border:1px solid #fff;border-radius:14px;background:#f9fafc;box-shadow:3px 4px 9px #dce0e7;padding:15px;color:#475569;min-width:0}
.resource-preview small{display:block;font-size:9px;letter-spacing:.04em;color:#64748b;margin-bottom:14px}
.resource-planner>div{display:grid;grid-template-columns:30px 1fr;gap:7px;padding:9px 0;border-top:1px solid #e4e7ee;align-items:start}
.resource-planner>div>span{font-size:8px;color:#697386;line-height:1.7}
.resource-planner b{font-size:10px;font-weight:500;line-height:1.5}
.resource-planner>div:nth-child(3){color:var(--deep)}
.resource-handoff>strong{font-size:13px;display:block;line-height:1.5;margin-bottom:14px}
.resource-handoff>div{display:flex;gap:9px;font-size:10px;line-height:1.7}
.preview-person{display:grid;place-items:center;background:#e6e5fa;color:var(--deep);border-radius:50%;width:26px;height:26px;flex:none}
.resource-handoff b{font-size:10px;font-weight:500;color:#64748b}
.preview-week{display:flex;justify-content:space-between;gap:4px;margin:5px 0 16px;font-size:10px}
.preview-week>span{padding:7px 4px;min-width:19px;text-align:center}
.preview-week .selected{border-radius:7px;background:#e9e7fc;color:var(--deep);box-shadow:2px 3px 5px #dfe0ed,-2px -2px 4px #fff}
.resource-repeat strong{display:flex;gap:7px;align-items:center;font-size:11px}
.resource-repeat svg{width:16px;height:16px;color:var(--deep)}
.preview-repeat-note{display:block;font-size:9px;color:#697386;margin-top:8px}
.home-work-symbol{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#ebedf8;box-shadow:inset 3px 3px 7px #d8dbe8,inset -3px -3px 7px #fff;color:var(--deep);margin-bottom:21px}
.home-work-symbol svg{width:23px;height:23px}
.the-workspace.integrated-home .home-step{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#e9eaf7;color:var(--deep);margin-bottom:19px}
.everything-in-place.integrated-home .home-work-item h3{font:700 20px/1.4 Jakarta,Arial,sans-serif;letter-spacing:-.4px}
.daily-rhythm.integrated-home .home-fit-section{grid-template-columns:1fr 1fr;gap:40px}
.daily-rhythm.integrated-home .home-resource-card{background:#f0f0f4;box-shadow:3px 4px 12px #dfe1e8,-3px -3px 12px #fff}
.room-to-grow.integrated-home .price-first-hero{display:block;text-align:center;padding:45px 64px 25px}
.room-to-grow.integrated-home .price-first-hero>div{max-width:700px;margin:auto}
.room-to-grow.integrated-home .price-first-hero .eyebrow{justify-content:center}
.room-to-grow.integrated-home .price-first-hero h1{font-size:60px}
.room-to-grow.integrated-home .price-first-hero .intro{margin:23px auto 16px;max-width:560px}
.room-to-grow.integrated-home .price-first-hero .button.quiet{font-size:13px;min-height:40px}
.page.integrated-home:is(.soft-focus,.side-by-side,.the-workspace,.daily-rhythm,.everything-in-place,.room-to-grow) .home-questions{grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}
.page.integrated-home:is(.soft-focus,.side-by-side,.the-workspace,.daily-rhythm,.everything-in-place,.room-to-grow) .home-questions h2{font-size:31px;line-height:1.22}
.page.integrated-home:is(.soft-focus,.side-by-side,.the-workspace,.daily-rhythm,.everything-in-place,.room-to-grow) .home-questions .faq details p{max-width:72ch}
.page.integrated-home:is(.soft-focus,.side-by-side,.the-workspace,.daily-rhythm,.everything-in-place,.room-to-grow) .home-questions .section-label{color:var(--muted);font-size:10px;letter-spacing:.07em}
@container(max-width:1000px){.home-fit-section{padding:50px 35px;gap:30px}.home-resource-card{padding:20px;gap:18px;grid-template-columns:minmax(110px,.8fr) minmax(0,1fr)}}
@container(max-width:850px){.home-fit-section,.daily-rhythm.integrated-home .home-fit-section{grid-template-columns:1fr;gap:27px}.home-fit-copy{max-width:580px}.home-resource-card{max-width:650px;grid-template-columns:175px 1fr;gap:25px}.room-to-grow.integrated-home .price-first-hero{padding:35px 35px 15px}.room-to-grow.integrated-home .price-first-hero h1{font-size:52px}}
@container(max-width:580px){.home-fit-section{padding:40px 24px}.home-fit-copy h2{font-size:28px}.home-resource-card{grid-template-columns:minmax(105px,.75fr) minmax(0,1fr);padding:18px;gap:17px;border-radius:19px}.resource-preview{padding:11px}.resource-preview small{font-size:8px}.resource-planner>div{grid-template-columns:1fr;gap:2px;padding:7px 0}.home-resource-copy h3{font-size:16px}.home-resource-copy p{font-size:13px}.home-resource-action{font-size:12px}.room-to-grow.integrated-home .price-first-hero{padding:30px 24px 15px}.room-to-grow.integrated-home .price-first-hero h1{font-size:47px}}
@container(max-width:360px){.home-resource-card{grid-template-columns:1fr}.resource-preview{max-width:190px;width:100%;justify-self:center}.resource-planner>div{grid-template-columns:30px 1fr}.room-to-grow.integrated-home .price-first-hero h1{font-size:42px}}

/* Face to face: one welcome, four useful routes, then the footer. */
@font-face{font-family:'Tom Handwriting';src:url('./tom-handwriting.woff2') format('woff2');font-style:normal;font-weight:600;font-display:swap}
.face-to-face.integrated-home .face-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:46px;align-items:center;padding:24px 64px 48px}
.face-to-face.integrated-home .face-hero h1{font-size:48px;line-height:1.09;max-width:600px;letter-spacing:-1.65px}
.face-to-face.integrated-home .face-hero .intro{font-size:16px;line-height:1.8;max-width:470px;margin-top:22px}
.face-to-face.integrated-home .face-hero .actions{margin:24px 0 12px}
.face-to-face.integrated-home .face-hero .eyebrow{font-size:10px;letter-spacing:.09em;margin-bottom:20px}
.face-story{position:relative;isolation:isolate;container:founderportrait / inline-size;width:80%;min-width:0;color:#000}
.face-story [data-handwritten]{font-family:'Tom Handwriting','Segoe Print',cursive;font-weight:600;line-height:1.2;letter-spacing:0;color:#000}
.face-name{position:absolute;z-index:2;top:18px;right:18px;width:210px;min-height:95px}
.face-name p{font-size:34px;text-align:right;padding-right:8px;transform:rotate(3deg)}
.face-story>.face-arrow{position:absolute;z-index:1;inset:0;width:100%;height:100%;pointer-events:none;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.face-portrait{position:relative;z-index:0;margin:0;width:100%;max-width:none}
.face-portrait img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:contain;border-radius:30px;box-shadow:var(--raised);border:5px solid var(--ground)}
.face-values{position:absolute;z-index:2;left:22px;top:40%;width:53%;transform:rotate(-2deg)}
.face-values .face-values-title{font-size:27px;margin:0 0 18px}
.face-values ol{list-style:none;padding:0;margin:0}
.face-values li{font-size:25px;line-height:1.18;margin:0 0 16px}
.face-values li:last-child{margin-bottom:0}
.face-wish{position:absolute;z-index:2;right:22px;bottom:24px;width:87%;font-size:27px;margin:0;transform:rotate(1deg)}
.face-story .ink-word{display:inline-block;white-space:nowrap;clip-path:inset(-.2em -.2em -.25em -.2em)}
.face-story.ink-ready .ink-word{clip-path:inset(-.2em 100% -.25em 0)}
.face-story.ink-ready .face-arrow path{stroke-dasharray:1;stroke-dashoffset:1}
.face-story.ink-playing .ink-word{animation:face-write var(--ink-duration) linear var(--ink-delay) both}
.face-story.ink-playing .face-arrow path{animation:face-draw .55s ease-out both}
@keyframes face-write{from{clip-path:inset(-.2em 100% -.25em 0)}to{clip-path:inset(-.2em -.2em -.25em -.2em)}}
@keyframes face-draw{to{stroke-dashoffset:0}}
/* Quiet backing panels improve contrast without covering the portrait's top note. */
.face-story .face-values,.face-story .face-wish{isolation:isolate}
.face-story .face-values{left:20px;width:fit-content;max-width:calc(100% - 40px)}
.face-story .face-wish{right:20px;max-width:calc(100% - 40px)}
.face-story .face-values::before,.face-story .face-wish::before{content:"";position:absolute;inset:-10px;z-index:-1;border-radius:14px;background:rgb(255 255 255 / .56);pointer-events:none}
.face-story.ink-ready .face-values::before,.face-story.ink-ready .face-wish::before{opacity:0}
.face-story.ink-playing .face-values::before,.face-story.ink-playing .face-wish::before{animation:face-note-reveal .5s ease-out var(--note-delay,0ms) both}
@keyframes face-note-reveal{from{opacity:0}to{opacity:1}}
.face-story{transform:perspective(1100px) rotateX(var(--face-tilt-x,0deg)) rotateY(var(--face-tilt-y,0deg));transition:transform .45s cubic-bezier(.22,1,.36,1)}
.face-story.is-tilting{transition-duration:.16s;will-change:transform}
@media(prefers-reduced-motion:reduce){.face-story{transform:none;transition:none}.face-story.ink-ready .face-values::before,.face-story.ink-ready .face-wish::before{opacity:1;animation:none}}

@media(prefers-reduced-motion:reduce){.face-story.ink-ready .ink-word{clip-path:inset(-.2em -.2em -.25em -.2em)}.face-story.ink-ready .face-arrow path{stroke-dashoffset:0}}
.face-routes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:0 64px 38px}
.face-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:22px 20px 18px;background:var(--ground);border:1px solid #fff;border-radius:20px;box-shadow:var(--small);transition:background .16s}
.face-card:hover{background:#f8f9fc}
.face-card-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;box-shadow:var(--inset);color:var(--deep);margin-bottom:16px}
.face-card-icon svg{width:19px;height:19px}
.face-to-face.integrated-home .face-card h2{font:700 16px/1.4 Jakarta,Arial,sans-serif;letter-spacing:-.35px;margin-bottom:10px}
.face-card p{font-size:12px;line-height:1.75;color:var(--muted);margin-bottom:16px}
.face-card-link{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin-top:auto;font-size:11px;line-height:1.5;font-weight:700;color:var(--deep);min-height:32px}
.face-card-link svg{width:16px;height:16px}
.face-price-card{background:#eeedf9}
.face-price-card:hover{background:#e9e7f8}
.face-card .face-card-price{display:flex;gap:8px;align-items:baseline;margin-bottom:5px;color:var(--ink)}
.face-card-price strong{font-size:29px;line-height:1.15;letter-spacing:-1px}
.face-card-price span{font-size:11px}
.face-to-face.integrated-home .footer{padding-top:30px}
.face-to-face.integrated-home .footer-top{gap:35px}
@container(max-width:1000px){.face-to-face.integrated-home .face-hero{padding:24px 35px 38px;gap:30px}.face-to-face.integrated-home .face-hero h1{font-size:42px}.face-routes{padding:0 35px 35px;gap:15px}.face-card{padding:19px 15px}.face-values li{font-size:23px}.face-values .face-values-title,.face-wish{font-size:25px}.face-values{left:18px;top:37%;width:56%}.face-values li{margin-bottom:12px}.face-wish{right:18px;bottom:20px}}
@container(max-width:850px){.face-to-face.integrated-home .face-hero{grid-template-columns:minmax(0,1fr);gap:30px}.face-to-face.integrated-home .face-hero h1{font-size:48px;max-width:670px}.face-to-face.integrated-home .face-hero .intro{max-width:580px}.face-story{width:100%;max-width:464px;justify-self:center}.face-routes{grid-template-columns:repeat(2,minmax(0,1fr))}.face-card{padding:22px}.face-values li{font-size:27px}.face-values .face-values-title,.face-wish{font-size:29px}.face-portrait img{border-radius:24px}}
@container(max-width:580px){.face-to-face.integrated-home .face-hero{padding:24px 24px 36px;gap:24px}.face-to-face.integrated-home .face-hero h1{font-size:39px;letter-spacing:-1.2px}.face-to-face.integrated-home .face-hero .intro{font-size:15px}.face-story{max-width:368px}.face-name{top:13px;right:13px;width:170px;min-height:87px}.face-name p{font-size:29px;white-space:nowrap;padding:0}.face-portrait img{aspect-ratio:4/5;border-radius:20px;border-width:3px}.face-values{left:14px;top:33%;width:59%}.face-values li{font-size:20px;margin-bottom:8px}.face-values .face-values-title{font-size:22px;margin-bottom:10px}.face-wish{font-size:22px;width:89%;right:14px;bottom:16px}.face-routes{grid-template-columns:minmax(0,1fr);padding:0 24px 30px;gap:16px}.face-card{padding:20px}.face-card-icon{margin-bottom:12px}.face-card p{font-size:14px}.face-card-link{font-size:12px}.face-to-face.integrated-home .face-card h2{font-size:18px}.face-to-face.integrated-home .face-hero .eyebrow{font-size:9px}.face-card-price span{font-size:12px}}
/* Keep the complete portrait at 80% of its former desktop dimensions. */
@container(min-width:851px){.face-to-face.integrated-home .face-story{max-width:min(80%,calc(64svh - 97.6px));justify-self:end}}
/* The lettering overlays the full portrait; small photos get wider writing lines. */
@container founderportrait (min-width:531px){.face-values{left:22px;top:40%;width:53%}.face-values .face-values-title{font-size:27px;margin-bottom:18px}.face-values li{font-size:25px;margin-bottom:16px}.face-values li:last-child{margin-bottom:0}.face-wish{font-size:27px;right:22px;bottom:24px;width:87%}.face-name{top:18px;right:18px;width:210px}.face-name p{font-size:34px}}
@container founderportrait (max-width:530px){.face-values{width:88%;top:39%;left:16px}.face-values .face-values-title{font-size:25px;margin-bottom:12px}.face-values li{font-size:23px;margin-bottom:10px}.face-wish{font-size:24px;width:90%;right:16px;bottom:18px}}
@container founderportrait (max-width:430px){.face-values{top:34%;left:12px;width:91%}.face-values .face-values-title{font-size:22px;margin-bottom:9px}.face-values li{font-size:20px;margin-bottom:8px}.face-wish{font-size:21px;right:12px;bottom:15px}.face-name{right:12px;top:12px}.face-name p{font-size:28px}}
@container founderportrait (max-width:330px){.face-values{top:29%;left:10px;width:93%}.face-values .face-values-title{font-size:20px;margin-bottom:6px}.face-values li{font-size:18px;margin-bottom:5px}.face-wish{font-size:19px;right:10px;bottom:12px}.face-name{right:10px;top:10px}.face-name p{font-size:25px}}

/* Staging A/B/C spacing pass. These selectors exclude original D and articles.
   Keep a shared reading edge; the portrait also respects the available screen height.
   Numerical choices are layout judgments; rationale lives in docs/homepage-spacing.md. */
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead){--home-gutter:64px;--home-section-space:72px}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead)>.page-inner{max-width:1440px;margin-inline:auto}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) :is(.nav,.hero,.face-hero,.showcase,.week-band,.face-routes){padding-inline:var(--home-gutter)}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) :is(.section,.home-section,.home-fit-section){padding:var(--home-section-space) var(--home-gutter)}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) :is(.home-price,.home-pricing-guide,.home-closing,.footer){margin-inline:var(--home-gutter)}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) :is(.hero,.face-hero) .eyebrow{margin-bottom:16px}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) :is(.hero,.face-hero) .intro{font-size:18px;line-height:1.7;margin-top:24px;max-width:52ch}
.page.integrated-home.soft-focus .hero h1{font-size:68px;line-height:1.08}
.page.integrated-home.the-week-ahead .hero h1{font-size:52px;line-height:1.08}
.page.integrated-home.the-week-ahead .hero{padding-top:48px;padding-bottom:40px}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) :is(.home-work-items,.face-routes,.week-strip){gap:24px}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .home-section-heading{margin-bottom:32px}
.page.integrated-home.soft-focus .home-work .home-section-heading{margin-bottom:40px}
.page.integrated-home.soft-focus .home-section-heading>p{margin-top:16px}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .home-questions{grid-template-columns:minmax(0,1fr);gap:24px}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .home-questions h2{font-size:32px;line-height:1.2}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .faq{width:100%;max-width:960px}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .faq details p{max-width:68ch;line-height:1.75}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .home-closing{margin-bottom:48px;padding-block:32px}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .footer{padding-block:40px 24px}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .footer-top{gap:32px}
.page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .footer-bottom{margin-top:32px}
.page.integrated-home.face-to-face .face-hero{gap:46px;padding-top:32px;padding-bottom:48px}
.page.integrated-home.face-to-face .face-routes{padding-bottom:48px}
.page.integrated-home.face-to-face .face-card{padding:24px}
.page.integrated-home.face-to-face .face-card h2{font-size:18px;margin-bottom:12px}
.page.integrated-home.face-to-face .face-card p{font-size:14px;line-height:1.7}
.page.integrated-home.face-to-face .face-card-link{font-size:13px;min-height:40px}
.page.integrated-home.the-week-ahead .week-notes{gap:40px}
.page.integrated-home.the-week-ahead .week-note p{font-size:16px;line-height:1.75;max-width:60ch}
/* Both faces contribute to height, so larger text can expand rather than clip. */
.page.integrated-home.the-week-ahead .week-feature{height:auto;min-height:279px}
.page.integrated-home.the-week-ahead .week-feature-inner{display:grid;min-height:inherit}
.page.integrated-home.the-week-ahead :is(.week-feature-front,.week-feature-back){position:relative;inset:auto;grid-area:1 / 1;min-width:0;padding:24px 20px}
.page.integrated-home.the-week-ahead .week-feature .wn{min-height:60px;margin:0 0 24px;font-size:28px;line-height:1.15}
.page.integrated-home.the-week-ahead .week-feature-points{font-size:14px;gap:16px}
.page.integrated-home.the-week-ahead .week-feature-detail{font-size:14px;line-height:1.65}
.page.integrated-home.the-week-ahead .week-feature-link{font-size:12px;min-height:40px}

@media(min-width:1101px) and (max-width:1399px){
 .page.integrated-home.the-week-ahead .week-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1100px){
 .page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead){--home-gutter:40px;--home-section-space:56px}
 .page.integrated-home.soft-focus .hero h1{font-size:58px}
 .page.integrated-home.face-to-face .face-hero{gap:32px}
 .page.integrated-home.the-week-ahead .hero h1{font-size:48px}
 .page.integrated-home.the-week-ahead .week-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
 .page.integrated-home.the-week-ahead .week-notes{gap:32px}
 .page.integrated-home.face-to-face .face-routes{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:800px){
 .page.integrated-home.the-week-ahead .week-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
 .page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) :is(.hero,.face-hero) .intro{font-size:17px}
 .page.integrated-home.the-week-ahead .week-notes{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:600px){
 .page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead){--home-gutter:24px;--home-section-space:48px}
 .page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) :is(.hero,.face-hero) .intro{font-size:16px;line-height:1.75;margin-top:20px}
 .page.integrated-home.soft-focus .hero h1{font-size:42px;line-height:1.1}
 .page.integrated-home.face-to-face .face-hero h1{font-size:36px;line-height:1.12}
 .page.integrated-home.the-week-ahead .hero h1{font-size:40px;line-height:1.1}
 .page.integrated-home.the-week-ahead .hero{padding-top:32px;padding-bottom:32px}
 .page.integrated-home.face-to-face .face-hero{padding-top:24px;padding-bottom:32px}
 .page.integrated-home.face-to-face .face-routes{grid-template-columns:minmax(0,1fr);padding-bottom:32px}
 .page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) :is(.home-work-items,.face-routes,.week-strip){gap:20px}
 .page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .home-questions h2{font-size:28px}
 .page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .home-closing{margin-bottom:32px}
 .page.integrated-home:is(.soft-focus,.face-to-face,.the-week-ahead) .footer-top{gap:24px}
 .page.integrated-home.the-week-ahead .week-strip{grid-template-columns:minmax(0,1fr)}
 .page.integrated-home.the-week-ahead .week-feature{min-height:249px}
 .page.integrated-home.the-week-ahead .week-feature .wn{min-height:0;font-size:28px}
 .page.integrated-home.the-week-ahead .week-feature-points{font-size:15px}
 .page.integrated-home.the-week-ahead .week-feature-back-title{font-size:16px}
 .page.integrated-home.the-week-ahead .week-band{padding-bottom:40px}
}
@media(max-width:360px){
 .page.integrated-home.soft-focus .hero h1{font-size:36px}
 .page.integrated-home.face-to-face .face-hero h1{font-size:34px}
 .page.integrated-home.the-week-ahead .hero h1{font-size:36px}
}

/* A compact, centered invitation below the introduction. */
.soft-focus.integrated-home .soft-hero-invitation{max-width:1072px;margin:28px auto 0}
.soft-focus.integrated-home .soft-invitation{min-width:0;text-align:center}
.soft-focus.integrated-home .soft-invitation .actions{justify-content:center;margin-top:0}
.soft-focus.integrated-home .soft-invitation .terms{max-width:none;margin:16px auto 0}
@container(max-width:600px){
 .soft-focus.integrated-home .soft-hero-invitation{margin-top:24px}
 .soft-focus.integrated-home .soft-invitation .button{font-size:14px;padding:14px 22px}
 .soft-focus.integrated-home .soft-invitation .terms{font-size:11px}
 .soft-focus.integrated-home .soft-invitation .terms span{margin:0 4px}
}

/* Page A: five tools, followed by two alternating illustrated rows. */
.page.soft-focus.integrated-home .soft-invitation .terms{white-space:nowrap;font-size:clamp(9px,2.8cqw,12px)}
.page.soft-focus.integrated-home .soft-invitation .terms span{margin:0 7px}
.page.soft-focus.integrated-home .home-work-items{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.page.soft-focus.integrated-home .home-flip-front{padding:24px 20px;min-height:292px}
.page.soft-focus.integrated-home .soft-feature-heading{display:flex;align-items:flex-start;gap:10px;min-height:54px;margin-bottom:17px}
.page.soft-focus.integrated-home .soft-feature-heading h3{font-size:18px;line-height:1.4;letter-spacing:-.35px;margin:0}
.page.soft-focus.integrated-home .soft-feature-symbol{display:flex;flex:none;color:var(--deep);padding-top:3px}
.page.soft-focus.integrated-home .soft-feature-symbol svg{width:22px;height:22px;stroke-width:1.7}
.page.soft-focus.integrated-home .home-flip-front>p{font-size:14px;line-height:1.75;margin-bottom:18px}
.page.soft-focus.integrated-home .home-flip-front .home-link{font-size:12px;gap:7px}
.page.soft-focus.integrated-home .soft-story-row{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:80px;align-items:center}
.page.soft-focus.integrated-home .soft-story-copy{max-width:540px;min-width:0}
.page.soft-focus.integrated-home .soft-story-copy h2{font-size:38px;line-height:1.2;margin-bottom:20px}
.page.soft-focus.integrated-home .soft-story-copy .home-fit-copy>p{font-size:17px;line-height:1.8}
.page.soft-focus.integrated-home .soft-planner-link{display:block;margin-top:28px;padding:22px 24px;border:1px solid #ffffffc9;border-radius:20px;background:#eceff3;box-shadow:4px 4px 14px #dce0e7,-4px -4px 14px #fff}
.page.soft-focus.integrated-home .soft-planner-link h3{font:700 18px/1.4 Jakarta,Arial,sans-serif;color:var(--ink);margin:0 0 8px;letter-spacing:-.25px}
.page.soft-focus.integrated-home .soft-planner-link p{font-size:14px;line-height:1.75;color:var(--muted);margin:0 0 12px}
.page.soft-focus.integrated-home .soft-planner-link:hover .home-resource-action{text-decoration:underline;text-underline-offset:4px}
.page.soft-focus.integrated-home .soft-story-art{min-width:0;width:100%;max-width:520px;margin:0;justify-self:center;pointer-events:none}
.page.soft-focus.integrated-home .soft-story-art img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}
.page.soft-focus.integrated-home .soft-price-row{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:80px;align-items:center;padding:24px var(--home-gutter,64px) var(--home-section-space,72px)}
.page.soft-focus.integrated-home .soft-price-row>.home-pricing-guide{margin:0;min-width:0}
.page.soft-focus.integrated-home .soft-price-row .home-pricing-guide>h2{font-size:38px;line-height:1.2;margin-bottom:26px}
@container(max-width:1150px){
 .page.soft-focus.integrated-home .home-work-items{grid-template-columns:repeat(3,minmax(0,1fr))}
 .page.soft-focus.integrated-home .soft-story-row,.page.soft-focus.integrated-home .soft-price-row{gap:48px}
 .page.soft-focus.integrated-home .soft-story-copy h2,.page.soft-focus.integrated-home .soft-price-row .home-pricing-guide>h2{font-size:34px}
}
@container(max-width:860px){
 .page.soft-focus.integrated-home .home-work-items{grid-template-columns:repeat(2,minmax(0,1fr))}
 .page.soft-focus.integrated-home .soft-story-row,.page.soft-focus.integrated-home .soft-price-row{grid-template-columns:minmax(0,1fr);gap:28px}
 .page.soft-focus.integrated-home .soft-story-copy{max-width:none}
 .page.soft-focus.integrated-home .soft-story-art{max-width:410px}
 .page.soft-focus.integrated-home .soft-price-row>.home-pricing-guide{order:1}
 .page.soft-focus.integrated-home .soft-price-row>.soft-story-art{order:2}
}
@container(max-width:560px){
 .page.soft-focus.integrated-home .home-work-items{grid-template-columns:minmax(0,1fr)}
 .page.soft-focus.integrated-home .home-flip-front{min-height:0;padding:24px}
 .page.soft-focus.integrated-home .soft-feature-heading{min-height:0;margin-bottom:14px}
 .page.soft-focus.integrated-home .home-flip-front>p{font-size:15px}
 .page.soft-focus.integrated-home .home-flip-front .home-link{font-size:13px}
 .page.soft-focus.integrated-home .soft-story-copy h2,.page.soft-focus.integrated-home .soft-price-row .home-pricing-guide>h2{font-size:29px}
 .page.soft-focus.integrated-home .soft-story-copy .home-fit-copy>p{font-size:16px}
 .page.soft-focus.integrated-home .soft-story-art{max-width:330px}
 .page.soft-focus.integrated-home .soft-planner-link{padding:19px 20px}
 .page.soft-focus.integrated-home .soft-invitation .terms span{margin:0 4px}
}
@container(max-width:360px){.page.soft-focus.integrated-home .soft-invitation .terms span{margin:0 3px}}
