:root{--linen: #f2e9e1;--paper: #fffaf5;--paper-deep: #fbf3ec;--blush: #f6bfc6;--rose: #cd8f99;--rose-strong: #bd5967;--mushroom: #d9c2ae;--logo-surface: #f7eee5;--truffle: #7a5b63;--copper: #a85e3e;--ink: #4c2c2d;--body: #362d2c;--muted: #766c69;--line: rgba(122, 91, 99, .18);--soft-shadow: 0 24px 70px rgba(89, 52, 49, .1);--card-shadow: 0 10px 35px rgba(89, 52, 49, .08);--serif: "DM Serif Display", Georgia, serif;--sans: "DM Sans", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--body);background:radial-gradient(circle at 8% 4%,rgba(246,191,198,.2),transparent 24rem),radial-gradient(circle at 96% 30%,rgba(217,194,174,.2),transparent 26rem),#eee6de;font-family:var(--sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink)}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.04;letter-spacing:-.025em}h1{font-size:clamp(3rem,4.6vw,4.9rem)}h2{font-size:clamp(2.25rem,3.5vw,3.9rem)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;left:1rem;top:1rem;padding:.75rem 1rem;color:#fff;background:var(--ink);border-radius:.5rem;transform:translateY(-150%);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.route-loading{min-height:100svh;display:grid;place-content:center;justify-items:center;gap:18px;padding:30px;background:var(--logo-surface);text-align:center}.route-loading p{margin:0;color:var(--muted);font-size:.82rem}.site-shell{position:relative;width:100%;margin:0;overflow:hidden;background:var(--paper);border:0;border-radius:0;box-shadow:none}.site-header{position:absolute;z-index:50;top:0;left:0;right:0;min-height:88px;display:grid;grid-template-columns:minmax(220px,265px) minmax(420px,1fr) max-content;align-items:center;padding:0 42px;background:var(--logo-surface);border-bottom:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.brand{width:max-content;display:inline-flex;align-items:center;overflow:hidden;background:var(--logo-surface);border-radius:4px}.brand-logo-image{width:205px;height:auto;flex:0 0 auto;background:var(--logo-surface);mix-blend-mode:normal}.desktop-nav{display:flex;justify-content:center;gap:clamp(1.3rem,2.8vw,3.4rem);font-size:.9rem;font-weight:500}.desktop-nav a,.login-link{position:relative;padding:31px 0}.desktop-nav a:after,.login-link:after{content:"";position:absolute;left:50%;right:50%;bottom:25px;height:1px;background:var(--rose-strong);transition:left .18s ease,right .18s ease}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after,.login-link:hover:after,.login-link:focus-visible:after{left:0;right:0}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:26px;color:var(--ink);font-size:.9rem;white-space:nowrap}.header-actions .login-link,.header-actions .button{flex:0 0 auto;white-space:nowrap}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.8rem 1.6rem;border:1px solid transparent;border-radius:8px;font-size:.92rem;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg,#c65e6a,#bb4d5c);box-shadow:0 12px 24px #bb4d5c33}.button-primary:hover,.button-primary:focus-visible{box-shadow:0 16px 30px #bb4d5c4d}.button-outline{color:var(--rose-strong);background:#fffaf5b8;border-color:var(--rose-strong)}.button-outline:hover,.button-outline:focus-visible{color:#fff;background:var(--rose-strong)}.button-small{min-height:45px;padding-inline:1.45rem}.menu-button,.mobile-menu{display:none}.hero{position:relative;min-height:680px;display:grid;grid-template-columns:.84fr 1.16fr;gap:40px;padding:126px 72px 48px;background:linear-gradient(90deg,#fffaf5f5,#fffaf58c),radial-gradient(circle at 82% 18%,rgba(246,191,198,.38),transparent 30rem)}.hero-copy{position:relative;z-index:3;align-self:center;max-width:690px}.eyebrow{margin-bottom:1rem;color:var(--rose-strong);font-size:.74rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero h1{margin-bottom:1.5rem;text-wrap:balance}.hero-intro{max-width:610px;margin-bottom:2rem;color:#4b4240;font-size:clamp(1.04rem,1.4vw,1.2rem);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-actions .button{min-width:185px}.trust-notes{display:flex;gap:32px;margin-top:34px;padding-top:28px;border-top:1px solid var(--line)}.trust-notes>div{display:flex;align-items:center;gap:12px}.trust-notes p{margin:0;font-size:.78rem;line-height:1.45}.mini-icon,.soft-icon,.promise-icon,.round-icon{flex:0 0 auto;display:grid;place-items:center;color:var(--rose-strong);background:#fff4f1;border:1px solid rgba(205,143,153,.24);border-radius:50%}.mini-icon{width:43px;height:43px}.mini-icon svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.5}.hero-visual{position:relative;align-self:center;min-width:0;height:500px}.hero-art{width:100%;height:100%;overflow:visible}.hero-art-image{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 32px rgba(89,52,49,.08))}.visual-note{position:absolute;right:1%;bottom:8%;display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fffaf5e6;border:1px solid var(--line);border-radius:12px;box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.visual-note p{margin:0;color:var(--ink);font-size:.78rem;line-height:1.3}.pulse-dot{width:9px;height:9px;position:relative;background:var(--rose-strong);border-radius:50%}.pulse-dot:after{content:"";position:absolute;inset:-5px;border:1px solid var(--rose);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{50%{transform:scale(1.25);opacity:.25}}.hero-loop-card{position:absolute;z-index:5;right:5.5%;bottom:24px;width:min(760px,57%);padding:22px 28px;background:#fffaf5f5;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 50px #512d2c1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.card-kicker{margin-bottom:12px;color:var(--ink);font-family:var(--serif);font-size:1.35rem;text-align:center}.mini-loop{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:10px}.mini-loop-item{position:relative}.mini-loop-item>div{text-align:center}.mini-loop span{width:39px;height:39px;display:grid;place-items:center;margin:0 auto 7px;color:var(--rose-strong);background:#fcece9;border:1px solid rgba(205,143,153,.25);border-radius:50%;font-size:.67rem;font-weight:700}.mini-loop p{margin:0;font-size:.68rem;line-height:1.25}.mini-loop i{position:absolute;right:-10px;top:13px;color:var(--rose);font-style:normal}.section{padding:86px 72px}.section-heading{margin-bottom:46px}.section-heading h2{margin-bottom:1.25rem}.section-heading>p:last-child{max-width:680px;margin:0 auto;color:var(--muted);font-size:1.05rem}.centered{text-align:center}.care-loop{position:relative;padding-top:64px;padding-bottom:0;background:radial-gradient(circle at 12% 10%,rgba(246,191,198,.16),transparent 18rem),var(--paper)}.loop-progress{width:min(980px,80%);height:1px;display:flex;justify-content:space-between;margin:0 auto 26px;background:linear-gradient(90deg,var(--rose),rgba(205,143,153,.3))}.loop-progress span{width:9px;height:9px;margin-top:-4px;background:var(--paper);border:2px solid var(--rose);border-radius:50%}.loop-progress .active{background:var(--rose-strong)}.care-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.care-card{min-height:455px;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#fffdf9,#fcf6f0);border:1px solid var(--line);border-radius:16px;transition:transform .22s ease,box-shadow .22s ease}.care-card:hover{transform:translateY(-7px);box-shadow:var(--card-shadow)}.care-card-head{display:flex;align-items:center;gap:10px;padding:17px 17px 0;color:var(--ink);background:none;border:0;cursor:default}.step-number{width:34px;height:34px;display:grid;place-items:center;color:var(--rose-strong);background:#fce7e5;border-radius:50%;font-size:.72rem;font-weight:700}.step-icon{width:44px;height:44px;display:grid;place-items:center;color:var(--rose-strong);background:#fff4f0;border:1px solid rgba(205,143,153,.2);border-radius:50%}.step-icon svg{width:25px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.care-card-body{flex:1;display:flex;flex-direction:column;padding:16px 17px 18px}.care-card h3{min-height:55px;margin-bottom:12px;font-family:var(--serif);font-size:1.42rem;font-weight:400;line-height:1.12}.care-card p{margin-bottom:18px;font-size:.78rem;line-height:1.55}.card-illustration{position:relative;min-height:135px;margin-top:auto;overflow:hidden}.card-illustration:before,.card-illustration:after{content:"";position:absolute;bottom:-27px;width:55px;height:120px;background:linear-gradient(#efa0aa,#d27680);border-radius:80% 0;opacity:.6}.card-illustration:before{left:6px;transform:rotate(-29deg)}.card-illustration:after{right:6px;transform:scaleX(-1) rotate(-29deg)}.notes-art span,.map-art span,.summary-art span,.calendar-art span{position:absolute;z-index:2;left:50%;top:14px;width:98px;height:112px;background:#f7e8dc;border:4px solid #cf977b;border-radius:6px;box-shadow:0 8px 15px #58322d1f;transform:translate(-50%) rotate(5deg)}.notes-art span:before{content:"✦";position:absolute;inset:24px 0 0;color:var(--rose);font-size:2rem;text-align:center}.notes-art i{position:absolute;z-index:3;left:50%;top:6px;width:34px;height:8px;background:#b9745d;border-radius:5px;transform:translate(-50%) rotate(5deg)}.notes-art b{position:absolute;z-index:3;right:22%;top:30px;width:6px;height:92px;background:var(--copper);border-radius:5px;transform:rotate(18deg)}.map-art span{background:linear-gradient(135deg,#f5e8dd 35%,#e3c5b6 36% 38%,#f8eee5 39% 60%,#d9b6a8 61% 63%,#f7e9df 64%);border-radius:15px;transform:translate(-50%) rotate(-7deg)}.map-art span:after{content:"";position:absolute;left:54px;top:36px;width:17px;height:17px;background:var(--rose-strong);border:3px solid white;border-radius:50% 50% 50% 0;transform:rotate(-45deg)}.map-art i,.map-art b{position:absolute;z-index:3;width:8px;height:8px;background:var(--copper);border:2px solid white;border-radius:50%}.map-art i{left:39%;top:82px}.map-art b{right:33%;top:31px}.summary-art span{height:124px;background:#fff6ed;transform:translate(-50%)}.summary-art span:before{content:"✓  ✓  ✓";position:absolute;inset:30px 10px;color:var(--rose-strong);line-height:1.85;word-spacing:40px}.summary-art i{position:absolute;z-index:3;top:9px;left:50%;width:40px;height:15px;background:#b97e65;border-radius:8px 8px 2px 2px;transform:translate(-50%)}.calendar-art span{height:95px;top:29px;background:repeating-linear-gradient(90deg,transparent 0 23px,rgba(205,143,153,.35) 24px 25px),#fff4eb;border-width:3px}.calendar-art span:before{content:"";position:absolute;left:-3px;right:-3px;top:-3px;height:22px;background:var(--rose);border-radius:5px 5px 0 0}.calendar-art i{position:absolute;z-index:4;right:24%;bottom:10px;width:30px;height:44px;background:#c97870;border:3px solid #f0bcaa;border-radius:6px}.loop-art span{position:absolute;z-index:3;left:50%;top:50%;color:var(--rose-strong);font-size:2.4rem;transform:translate(-50%,-50%)}.loop-art i,.loop-art b{position:absolute;z-index:2;left:50%;top:50%;width:95px;height:95px;border:4px solid var(--rose);border-color:var(--rose) var(--rose) transparent transparent;border-radius:50%}.loop-art i{transform:translate(-50%,-50%) rotate(35deg)}.loop-art b{transform:translate(-50%,-50%) rotate(215deg)}.care-asset{min-height:175px;margin:auto -12px -10px;overflow:visible}.care-asset:before,.care-asset:after{display:none}.care-asset img{width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 10px 12px rgba(89,52,49,.1))}.system-promise{position:relative;display:flex;align-items:center;justify-content:center;gap:24px;margin:72px -72px 0;padding:42px 72px;background:linear-gradient(90deg,#f6bfc63d,#fff8f1db,#f6bfc63d);border-top:1px solid var(--line)}.promise-icon{width:52px;height:52px;font-family:serif;font-size:2rem}.system-promise h3{margin-bottom:3px;font-family:var(--serif);font-size:1.65rem;font-weight:400}.system-promise p{margin:0;color:var(--muted);font-size:.88rem}.proof-strip{display:grid;grid-template-columns:1.5fr repeat(3,.7fr);align-items:stretch;padding:65px 72px;background:#faeae7;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.proof-intro{display:flex;align-items:center;gap:18px;padding-right:42px}.soft-icon{width:54px;height:54px;font-size:1.5rem}.proof-intro h2{margin-bottom:5px;font-size:2.2rem}.proof-intro p{margin:0;color:var(--muted);font-size:.85rem}.proof-stat{display:flex;flex-direction:column;justify-content:center;padding:0 28px;text-align:center;border-left:1px solid rgba(122,91,99,.18)}.proof-stat strong{color:var(--rose-strong);font-family:var(--serif);font-size:2.25rem;font-weight:400;line-height:1.1}.proof-stat span{margin-top:7px;font-size:.78rem}.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.split-heading>div{max-width:800px}.split-heading h2{margin-bottom:0}.split-heading>p{max-width:530px!important;margin:0!important}.journeys{background:var(--paper)}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.audience-card{position:relative;min-height:520px;display:grid;overflow:hidden;border:1px solid var(--line);border-radius:20px}.audience-you{grid-template-columns:.9fr 1.1fr;align-items:center;padding:50px 0 0 48px;background:linear-gradient(135deg,#fff8f2,#f8dbd9)}.audience-copy{position:relative;z-index:3}.audience-you .audience-copy{padding-bottom:50px}.audience-start{grid-template-rows:auto 1fr;padding:48px;background:radial-gradient(circle at 82% 18%,rgba(246,191,198,.55),transparent 15rem),linear-gradient(145deg,#fffaf5,#f1dfd3)}.audience-start:after{content:"";position:absolute;right:-95px;bottom:-125px;width:320px;height:320px;border:1px solid rgba(168,94,62,.16);border-radius:50%}.audience-start-mark{position:relative;z-index:2;display:grid;grid-template-columns:repeat(6,14px);gap:10px;width:max-content;padding:17px 19px;background:#fffaf5bf;border:1px solid var(--line);border-radius:999px}.audience-start-mark span{width:14px;height:14px;background:var(--paper);border:1px solid var(--rose);border-radius:50%}.audience-start-mark span:first-child{background:var(--rose-strong);box-shadow:inset 0 0 0 3px var(--paper)}.audience-start .audience-copy{align-self:end;max-width:490px}.round-icon{width:52px;height:52px;margin-bottom:23px;font-size:1.5rem}.audience-copy .eyebrow{margin-bottom:.65rem}.audience-copy h3{margin-bottom:1rem;font-family:var(--serif);font-size:clamp(2rem,3vw,3.15rem);font-weight:400;line-height:1.05}.audience-copy>p:not(.eyebrow){max-width:455px;color:var(--muted)}.text-link{display:inline-flex;align-items:center;gap:13px;margin-top:2px;padding:10px 0;color:var(--rose-strong);font-size:.9rem;font-weight:700}.text-link span{transition:transform .18s ease}.text-link:hover span,.text-link:focus-visible span{transform:translate(5px)}.phone-mockup{align-self:end;width:310px;height:520px;padding:24px 21px;overflow:hidden;color:#362d2c;background:#fffdf9;border:7px solid #713f44;border-bottom:0;border-radius:34px 34px 0 0;box-shadow:-14px 14px 40px #59343121;transform:rotate(2deg) translate(12px)}.phone-top{display:flex;justify-content:space-between;margin-bottom:35px}.phone-top span{width:75px;height:6px;background:var(--ink);border-radius:10px}.phone-top i{width:10px;height:10px;background:var(--rose);border-radius:50%}.phone-mockup>p{margin-bottom:3px;font-family:var(--serif);font-size:1.4rem}.phone-mockup>small{color:var(--muted);font-size:.62rem}.phone-phase{position:relative;display:flex;flex-direction:column;margin-top:17px;padding:19px;background:#f7e2da;border-radius:14px}.phone-phase:after{content:"✦";position:absolute;right:20px;top:17px;color:#bd596747;font-size:3.4rem}.phone-phase b{position:relative;z-index:2;font-family:var(--serif);font-size:1.2rem;font-weight:400}.phone-phase span{position:relative;z-index:2;width:70%;margin:7px 0 18px;font-size:.6rem}.phone-phase i{width:max-content;padding:7px 11px;color:#fff;background:var(--rose-strong);border-radius:5px;font-size:.55rem;font-style:normal}.phone-row{display:flex;justify-content:space-between;margin:20px 1px 9px;font-size:.6rem}.phone-row b{color:var(--rose-strong)}.phone-appointment{display:flex;gap:11px;padding:14px;border:1px solid var(--line);border-radius:10px}.phone-appointment>i{width:33px;height:33px;background:linear-gradient(#332422 0 42%,#d79678 43%);border-radius:50%}.phone-appointment p{margin:0;font-size:.58rem}.phone-appointment small{display:block;margin-top:6px;color:var(--muted)}.human-support-landing{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:clamp(48px,8vw,120px);background:linear-gradient(120deg,rgba(246,191,198,.15),transparent 48%),var(--logo-surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.human-support-landing-copy{max-width:650px}.support-heart-mark{width:66px;height:66px;display:grid;place-items:center;margin-bottom:26px;color:var(--copper);background:#fffaf5c7;border:1px solid rgba(168,94,62,.2);border-radius:50%;font-family:var(--serif);font-size:2rem}.human-support-landing-copy h2{max-width:680px;margin-bottom:22px}.human-support-landing-copy>p:not(.eyebrow){max-width:580px;color:var(--muted)}.human-support-landing-copy .button{margin-top:12px}.human-support-landing-copy small{display:block;margin-top:13px;color:var(--muted);font-size:.7rem}.human-support-landing-list{margin:0;padding:0 38px;background:#fffaf5ad;border:1px solid var(--line);border-top:3px solid var(--rose);border-radius:18px;box-shadow:var(--card-shadow);list-style:none}.human-support-landing-list li{display:grid;grid-template-columns:38px minmax(0,1fr);gap:16px;padding:27px 0;border-bottom:1px solid var(--line)}.human-support-landing-list li:last-child{border-bottom:0}.human-support-landing-list li>span{padding-top:5px;color:var(--copper);font-size:.66rem;font-weight:700;letter-spacing:.08em}.human-support-landing-list h3{margin:0;font-family:var(--serif);font-size:1.6rem;font-weight:400}.human-support-landing-list p{max-width:560px;margin:7px 0 0;color:var(--muted);font-size:.8rem}.continuity{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:72px;background:#f6ece4;border-top:1px solid var(--line)}.continuity-copy h2{margin-bottom:1.5rem}.continuity-copy>p:not(.eyebrow){color:var(--muted);font-size:1.02rem}.continuity-copy ul{display:grid;gap:4px;margin:32px 0 0;padding:0;list-style:none}.continuity-copy li{display:grid;grid-template-columns:45px 1fr;gap:14px;padding:16px 0;border-top:1px solid var(--line)}.continuity-copy li>span{width:34px;height:34px;display:grid;place-items:center;color:var(--rose-strong);background:#feecea;border-radius:50%;font-size:.67rem;font-weight:700}.continuity-copy li b{color:var(--ink);font-family:var(--serif);font-size:1.15rem;font-weight:400}.continuity-copy li p{margin:3px 0 0;color:var(--muted);font-size:.76rem}.dashboard-mockup{overflow:hidden;background:#fffdf9;border:1px solid var(--line);border-radius:18px;box-shadow:0 30px 70px #5934311f;transform:perspective(1200px) rotateY(-4deg) rotateX(1deg)}.dashboard-bar{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:var(--logo-surface);border-bottom:1px solid var(--line)}.dash-logo{color:var(--ink);font-family:var(--serif);font-size:1.05rem}.dashboard-bar>div{display:flex;gap:6px}.dashboard-bar i{width:7px;height:7px;background:var(--rose);border-radius:50%}.dashboard-layout{min-height:520px;display:grid;grid-template-columns:140px 1fr}.dashboard-layout aside{display:flex;flex-direction:column;gap:6px;padding:30px 16px;background:#fbf6f0;border-right:1px solid var(--line)}.dashboard-layout aside span{padding:10px 12px;color:var(--muted);border-radius:7px;font-size:.64rem}.dashboard-layout aside .active{color:var(--rose-strong);background:#f8e6e3}.dashboard-main{padding:34px}.dashboard-main>small,.progress-card>small{color:var(--rose-strong);font-size:.54rem;font-weight:700;letter-spacing:.13em}.dashboard-main>h3{margin:7px 0 20px;font-family:var(--serif);font-size:1.85rem;font-weight:400}.journey-phase{position:relative;min-height:180px;display:flex;flex-direction:column;align-items:flex-start;padding:26px;overflow:hidden;background:#f7e3dc;border-radius:13px}.journey-phase p{margin-bottom:5px;color:var(--rose-strong);font-size:.5rem;font-weight:700;letter-spacing:.11em}.journey-phase h4{margin:0 0 8px;color:var(--ink);font-family:var(--serif);font-size:1.6rem;font-weight:400}.journey-phase>span{width:60%;font-size:.65rem}.journey-phase .dashboard-button{width:max-content;margin-top:17px;padding:7px 14px;color:#fff;background:var(--rose-strong);border:0;border-radius:5px;font-size:.57rem}.paper-flower{position:absolute;right:30px;top:28px;color:#bd596747;font-size:6rem;font-style:normal}.upcoming-card,.progress-card{margin-top:13px;padding:16px 18px;border:1px solid var(--line);border-radius:10px}.upcoming-card{display:flex;justify-content:space-between}.upcoming-card span{display:flex;flex-direction:column}.upcoming-card small{color:var(--rose-strong);font-size:.5rem}.upcoming-card b{margin-top:4px;font-family:var(--serif);font-size:.82rem;font-weight:400}.upcoming-card i{color:var(--muted);font-size:.57rem;font-style:normal;text-align:right}.progress-card div{display:flex;gap:7px;margin-top:10px}.progress-card span{padding:5px 8px;background:#f8ede6;border-radius:20px;font-size:.5rem}.resources{background:var(--paper)}.resources .split-heading{align-items:center}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.resource-card{overflow:hidden;background:#fffdf9;border:1px solid var(--line);border-radius:17px;transition:transform .2s ease,box-shadow .2s ease}.resource-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow)}.resource-card>div:last-child{padding:28px 28px 31px}.resource-card h3{margin-bottom:12px;font-family:var(--serif);font-size:1.65rem;font-weight:400;line-height:1.12}.resource-card p:not(.eyebrow){color:var(--muted);font-size:.82rem}.resource-card a{display:inline-block;padding:10px 0;color:var(--rose-strong);font-size:.8rem;font-weight:700}.resource-art{position:relative;height:250px;overflow:hidden;background:#f5e6df}.resource-art:before,.resource-art:after{content:"";position:absolute;width:160px;height:270px;background:linear-gradient(#efa0aa,#c8747d);border-radius:100% 0;opacity:.55}.resource-art:before{left:-35px;bottom:-120px;transform:rotate(-25deg)}.resource-art:after{right:-45px;top:-120px;transform:rotate(155deg)}.resource-art span{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%)}.resource-art-one span{width:135px;height:155px;background:#fff8ee;border:5px solid #bf8068;border-radius:8px;box-shadow:10px 13px #dbb6a1;transform:translate(-50%,-50%) rotate(-5deg)}.resource-art-one span:after{content:"✦";display:grid;height:100%;place-items:center;color:var(--rose);font-size:3rem}.resource-art-two span{width:155px;height:115px;background:#fff8ef;border:4px solid #c78872;border-radius:9px;box-shadow:8px 10px #d9b39f}.resource-art-two span:before{content:"";position:absolute;left:18px;top:22px;width:33px;height:33px;background:linear-gradient(#332422 0 42%,#d79678 43%);border-radius:50%}.resource-art-two span:after{content:"••••••\a••••";white-space:pre;position:absolute;left:65px;top:24px;color:var(--rose);letter-spacing:4px;line-height:2}.resource-art-three span{width:138px;height:138px;border:8px solid var(--rose);border-right-color:transparent;border-radius:50%}.resource-art-three span:after{content:"✓";display:grid;height:100%;place-items:center;color:var(--rose-strong);font-family:var(--serif);font-size:3rem}.resource-page-shell{background:var(--paper)}.resource-page-hero{min-height:610px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.65fr);align-items:center;gap:clamp(55px,8vw,130px);padding:132px clamp(52px,7vw,110px) 72px;background:radial-gradient(circle at 88% 24%,rgba(246,191,198,.34),transparent 25rem),radial-gradient(circle at 4% 96%,rgba(217,194,174,.25),transparent 25rem),var(--paper);border-bottom:1px solid var(--line)}.resource-page-hero-copy{max-width:850px}.resource-page-hero h1{max-width:820px;margin:0;font-size:clamp(3.25rem,5vw,5.2rem)}.resource-page-hero-copy>p:not(.eyebrow){max-width:670px;margin:28px 0 0;color:var(--muted);font-size:1.08rem;line-height:1.72}.resource-page-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:36px}.resource-page-principle{position:relative;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;padding:38px 36px;overflow:hidden;background:linear-gradient(145deg,#f7eee5,#f3dfdc);border:1px solid rgba(122,91,99,.16);border-radius:190px 190px 24px 24px;box-shadow:var(--soft-shadow)}.resource-principle-icon{width:72px;height:72px;display:grid;place-items:center;margin-bottom:auto;color:var(--rose-strong);background:#fffaf5c2;border:1px solid rgba(205,143,153,.28);border-radius:50%}.resource-principle-icon svg{width:34px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.resource-page-principle h2{margin:0;font-size:clamp(2.1rem,3vw,3rem)}.resource-page-principle>p:last-child{margin:20px 0 0;color:var(--muted);font-size:.9rem}.resource-page-index{background:#f8eee7;border-bottom:1px solid var(--line)}.resource-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.resource-index-card{position:relative;min-height:240px;display:flex;flex-direction:column;padding:30px;background:#fffdf9c7;border:1px solid var(--line);border-radius:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.resource-index-card:hover,.resource-index-card:focus-visible{transform:translateY(-4px);border-color:#bd596759;box-shadow:var(--card-shadow)}.resource-index-card>span{color:var(--rose-strong);font-size:.68rem;font-weight:700}.resource-index-card .eyebrow{margin-top:45px}.resource-index-card h3{max-width:330px;margin:0;font-family:var(--serif);font-size:clamp(1.8rem,2.4vw,2.35rem);font-weight:400;line-height:1.08}.resource-index-card small{margin-top:auto;padding-top:24px;color:var(--muted);font-size:.68rem}.resource-index-card i{position:absolute;right:28px;bottom:26px;color:var(--rose-strong);font-size:1.2rem;font-style:normal}.resource-guide-list{background:var(--paper)}.resource-guide{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:start;gap:clamp(45px,8vw,130px);scroll-margin-top:84px;border-bottom:1px solid var(--line)}.resource-guide:nth-child(2n){background:#fbf3ec}.resource-guide-rail{position:sticky;top:125px;display:flex;flex-direction:column;padding-top:8px}.resource-guide-rail>span{color:var(--rose-strong);font-family:var(--serif);font-size:3.8rem;line-height:1}.resource-guide-rail p{margin:22px 0 0;color:var(--ink);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.resource-guide-rail small{margin-top:6px;color:var(--muted);font-size:.68rem}.resource-guide-content{max-width:1020px}.resource-guide-content>header{max-width:880px}.resource-guide-content>header h2{margin:0;font-size:clamp(2.8rem,4.2vw,4.4rem)}.resource-guide-content>header>p:last-child{max-width:760px;margin:25px 0 0;color:var(--muted);font-size:1rem;line-height:1.75}.resource-guide-steps{display:grid;gap:0;margin-top:40px;border-top:1px solid var(--line)}.resource-guide-steps>section{display:grid;grid-template-columns:55px 1fr;gap:24px;padding:23px 0;border-bottom:1px solid var(--line)}.resource-guide-steps>section>span{width:42px;height:42px;display:grid;place-items:center;color:var(--rose-strong);background:#feecea;border-radius:50%;font-size:.66rem;font-weight:700}.resource-guide-steps h3{margin:0;font-family:var(--serif);font-size:1.55rem;font-weight:400}.resource-guide-steps p{max-width:760px;margin:8px 0 0;color:var(--muted);font-size:.86rem;line-height:1.7}.resource-checklist{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1fr);gap:42px;margin-top:45px;padding:36px;color:#fff;background:var(--ink);border-radius:17px}.resource-checklist h3{margin:0;color:#fff;font-family:var(--serif);font-size:2rem;font-weight:400}.resource-checklist .eyebrow{color:var(--blush)}.resource-checklist ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:0;padding:0;list-style:none}.resource-checklist li{display:flex;gap:10px;color:#ffffffd1;font-size:.76rem}.resource-checklist li span{color:var(--blush)}.resource-sources{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-top:30px;padding-top:20px;border-top:1px solid var(--line)}.resource-sources strong{color:var(--muted);font-size:.68rem;font-weight:600}.resource-sources div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 22px}.resource-sources a{color:var(--rose-strong);font-size:.7rem;font-weight:700}.resource-page-boundary{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.55fr);align-items:end;gap:clamp(60px,10vw,150px);background:radial-gradient(circle at 92% 45%,rgba(246,191,198,.35),transparent 25rem),#f7eee5}.resource-page-boundary h2{max-width:900px;margin:0}.resource-boundary-actions p{margin:0 0 24px;color:var(--muted);font-size:.9rem}.resource-boundary-actions .button{width:100%}.closing-cta{position:relative;overflow:hidden;padding-top:105px;padding-bottom:105px;text-align:center;background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.75),transparent 24rem),linear-gradient(135deg,#fbe8e4,#f3d9d5);border-top:1px solid var(--line)}.cta-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 24px;color:var(--rose-strong);background:#ffffffa8;border:1px solid rgba(205,143,153,.3);border-radius:50%;font-family:serif;font-size:2.2rem}.closing-cta h2{max-width:800px;margin:0 auto 18px}.closing-cta>p:not(.eyebrow):not(.form-note){max-width:610px;margin:0 auto 28px;color:var(--muted)}.waitlist-form{position:relative;z-index:3;width:min(580px,100%);display:grid;grid-template-columns:1fr auto;gap:9px;margin:0 auto;padding:7px;background:#fffaf5db;border:1px solid rgba(122,91,99,.2);border-radius:12px}.waitlist-form input{min-width:0;padding:0 15px;color:var(--body);background:transparent;border:0;outline:0}.waitlist-form:focus-within{border-color:var(--rose-strong);box-shadow:0 0 0 3px #bd59671a}.form-success{grid-column:1 / -1;margin:0;padding:.8rem 1rem;color:var(--ink);font-family:var(--serif);font-size:1.08rem;text-align:center}.form-note{margin:12px 0 0;color:var(--muted);font-size:.72rem}.closing-petals{position:absolute;bottom:-50px;width:300px;height:270px;opacity:.44}.petals-left{left:-25px}.petals-right{right:-25px;transform:scaleX(-1)}.closing-petals i{position:absolute;bottom:0;left:90px;width:82px;height:230px;background:linear-gradient(#ef9eaa,#d98088);border-radius:100% 0;transform-origin:bottom}.closing-petals i:nth-child(1){transform:rotate(-60deg)}.closing-petals i:nth-child(2){transform:rotate(-35deg) scale(.85)}.closing-petals i:nth-child(3){transform:rotate(-10deg) scale(.75)}.closing-petals i:nth-child(4){transform:rotate(18deg) scale(.6)}.site-footer{display:grid;grid-template-columns:1fr 1.15fr;gap:80px;padding:78px 72px 32px;background:var(--logo-surface);border-top:1px solid var(--line)}.footer-brand>p{max-width:390px;margin:25px 0 0;color:var(--muted);font-size:.88rem}.footer-brand .brand-logo-image{width:238px}.footer-nav{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:25px}.footer-nav div{display:flex;flex-direction:column;gap:9px}.footer-nav h3{margin-bottom:7px;font-family:var(--serif);font-size:1.2rem;font-weight:400}.footer-nav a{width:max-content;color:var(--muted);font-size:.78rem}.footer-nav a:hover,.footer-nav a:focus-visible{color:var(--rose-strong)}.footer-bottom{grid-column:1 / -1;display:flex;justify-content:space-between;margin-top:35px;padding-top:24px;color:var(--muted);border-top:1px solid var(--line);font-size:.7rem}.footer-bottom p{margin:0}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.js .reveal.is-visible{opacity:1;transform:translateY(0)}.js .reveal-delay,.js .reveal-delay-1{transition-delay:90ms}.js .reveal-delay-2{transition-delay:.15s}.js .reveal-delay-3{transition-delay:.21s}.js .reveal-delay-4{transition-delay:.27s}@media(max-width:1240px){.site-header{grid-template-columns:220px minmax(400px,1fr) max-content;padding-inline:28px}.desktop-nav{gap:1.45rem;font-size:.8rem}.hero,.section{padding-inline:52px}.care-card h3{font-size:1.2rem}.system-promise{margin-inline:-52px}.proof-strip,.site-footer{padding-inline:52px}.audience-you{grid-template-columns:.8fr 1.2fr;padding-left:35px}.phone-mockup{width:280px}.resource-page-hero{padding-inline:52px}.resource-guide{grid-template-columns:150px minmax(0,1fr);gap:65px}}@media(min-width:1051px)and (max-height:1000px){.hero{min-height:620px;padding-top:112px;padding-bottom:38px}.hero h1{font-size:clamp(3rem,4vw,4.35rem)}.hero-intro{margin-bottom:1.45rem;line-height:1.55}.hero-visual{height:450px}.trust-notes{margin-top:24px;padding-top:20px}.section{padding-top:72px;padding-bottom:72px}.section-heading{margin-bottom:38px}.care-card{min-height:410px}.audience-card{min-height:480px}.phone-mockup{height:455px}.human-support-landing-list li{padding-block:22px}.site-footer{padding-top:60px}}@media(max-width:1050px){.site-shell{width:100%;margin:0;border-radius:0}.site-header{min-height:84px;grid-template-columns:1fr auto;padding-inline:25px}.brand-logo-image{width:195px}.desktop-nav,.header-actions{display:none}.menu-button{width:46px;height:46px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--ink);background:transparent;border:0;border-radius:50%;cursor:pointer}.menu-button span{width:26px;height:2px;background:currentColor;transition:transform .18s ease,opacity .18s ease}.menu-button[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:absolute;left:0;right:0;top:84px;height:calc(100vh - 94px);display:flex;flex-direction:column;justify-content:space-between;padding:25px 25px 35px;background:#fffaf5fc;border-top:1px solid var(--line);overflow-y:auto}.mobile-menu[hidden]{display:none}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu nav a{display:flex;justify-content:space-between;padding:15px 0;color:var(--ink);border-bottom:1px solid var(--line);font-family:var(--serif);font-size:1.75rem}.mobile-menu nav span{color:var(--rose);font-family:var(--sans);font-size:.7rem}.mobile-menu-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.hero{min-height:auto;grid-template-columns:1fr 1fr;padding:142px 38px 72px}.hero h1{font-size:clamp(3rem,6vw,4.2rem)}.hero-visual{height:500px}.hero-loop-card{width:78%;right:3.5%}.care-grid{grid-template-columns:repeat(3,1fr)}.care-card:nth-child(4),.care-card:nth-child(5){min-height:400px}.loop-progress{display:none}.proof-strip{grid-template-columns:1.4fr repeat(3,1fr);padding:50px 38px}.audience-grid{grid-template-columns:1fr}.audience-card{min-height:520px}.audience-you{grid-template-columns:1fr 1fr}.audience-start{min-height:440px}.human-support-landing{grid-template-columns:1fr}.human-support-landing-copy{max-width:760px}.human-support-landing-list{width:min(100%,760px)}.continuity{grid-template-columns:1fr}.dashboard-mockup{max-width:850px;margin:auto}.resource-grid{grid-template-columns:1fr 1fr}.resource-card:last-child{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr}.resource-page-hero{grid-template-columns:1fr;padding:150px 38px 75px}.resource-page-principle{min-height:350px;max-width:760px;border-radius:30px 130px 30px 30px}.resource-index-grid{grid-template-columns:1fr 1fr}.resource-index-card:last-child{grid-column:1 / -1;min-height:230px}.resource-guide{grid-template-columns:110px minmax(0,1fr);gap:45px}.resource-guide-rail>span{font-size:3.8rem}.resource-page-boundary{grid-template-columns:1fr;align-items:start;gap:38px}.resource-boundary-actions{max-width:650px}.site-footer{gap:40px}}@media(max-width:700px){body{background:#f4eee8}.mobile-menu-actions{grid-template-columns:1fr}.site-shell{width:100%;margin:0;border-radius:0}.site-header{min-height:76px;padding-inline:16px}.brand-logo-image{width:172px}.mobile-menu{top:76px;height:calc(100vh - 82px)}.hero{display:flex;flex-direction:column;gap:20px;padding:128px 26px 0;background:radial-gradient(circle at 60% 43%,rgba(246,191,198,.25),transparent 18rem),var(--paper)}.hero-copy{max-width:none}.eyebrow{margin-bottom:.75rem;font-size:.67rem}.hero h1{margin-bottom:1.15rem;font-size:clamp(2.6rem,11vw,3.45rem)}.hero-intro{margin-bottom:1.65rem;font-size:.98rem;line-height:1.6}.hero-actions{display:grid}.hero-actions .button{width:100%}.trust-notes{display:none}.hero-visual{width:calc(100% + 52px);height:auto;margin:0 -26px}.hero-art{width:100%;height:auto}.hero-art-image{width:118%;max-width:none;margin-left:-9%}.visual-note{display:none}.hero-loop-card{position:relative;right:auto;bottom:auto;width:calc(100% + 52px);margin:-18px -26px 0;padding:31px 19px 37px;border-inline:0;border-radius:0;box-shadow:none}.card-kicker{margin-bottom:21px;font-size:1.6rem}.mini-loop{gap:3px}.mini-loop span{width:40px;height:40px}.mini-loop p{font-size:.56rem}.mini-loop i{font-size:.75rem}.section{padding:62px 22px}.section-heading{margin-bottom:38px}.section-heading h2{font-size:clamp(2.25rem,9.5vw,3.15rem)}.section-heading>p:last-child{font-size:.94rem}.care-loop{padding-top:62px;padding-bottom:0;background:var(--paper)}.centered{text-align:left}.care-grid{position:relative;display:grid;grid-template-columns:1fr;gap:12px}.care-grid:before{content:"";position:absolute;z-index:0;left:43px;top:50px;bottom:50px;width:1px;background:linear-gradient(var(--rose),rgba(205,143,153,.18))}.care-card,.care-card:nth-child(4),.care-card:nth-child(5){position:relative;z-index:1;min-height:0;display:grid;grid-template-columns:62px minmax(0,1fr);padding:17px 18px 18px 15px;overflow:visible;background:linear-gradient(125deg,#fffdf9fa,#fcf2ecfa);border-radius:17px;box-shadow:0 10px 28px #5934310e}.care-card:hover{transform:none;box-shadow:none}.care-card-head{position:relative;align-self:start;width:56px;min-height:56px;padding:0}.step-number{position:absolute;z-index:3;left:34px;top:34px;width:25px;height:25px;color:#fff;background:var(--rose-strong);border:2px solid var(--paper);font-size:.58rem}.step-icon{position:relative;z-index:2;width:54px;height:54px;margin:0;background:#fff3ef;box-shadow:0 5px 16px #59343114}.step-icon svg{width:27px}.care-card-body{display:block;padding:2px 0 0 15px;pointer-events:auto}.care-card h3{min-height:0;margin:0 0 7px;font-family:var(--serif);font-size:1.28rem;font-weight:400;line-height:1.14}.care-card p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.55}.card-illustration{display:none}.system-promise{margin:56px -22px 0;padding:38px 28px;text-align:center}.system-promise{flex-direction:column;gap:14px}.system-promise h3{font-size:1.55rem}.proof-strip{grid-template-columns:repeat(3,1fr);padding:45px 17px}.proof-intro{grid-column:1 / -1;flex-direction:column;padding:0 0 30px;text-align:center}.proof-intro h2{font-size:2rem}.proof-stat{padding:0 10px}.proof-stat:first-of-type{border-left:0}.proof-stat strong{font-size:1.7rem}.proof-stat span{font-size:.61rem}.split-heading{display:block}.split-heading>p{margin-top:18px!important}.audience-card{min-height:0;border-radius:15px}.audience-you{grid-template-columns:1fr;padding:36px 28px 0}.audience-you .audience-copy{padding-bottom:25px}.phone-mockup{justify-self:center;width:280px;height:425px;transform:rotate(1deg)}.audience-start{min-height:390px;padding:34px 28px}.audience-start-mark{grid-template-columns:repeat(6,12px);gap:8px;padding:14px 16px}.audience-start-mark span{width:12px;height:12px}.audience-copy h3{font-size:2.35rem}.human-support-landing{gap:34px}.support-heart-mark{width:56px;height:56px;margin-bottom:20px;font-size:1.7rem}.human-support-landing-copy h2{font-size:clamp(2.25rem,9.5vw,3rem)}.human-support-landing-copy .button{width:100%}.human-support-landing-list{padding:0 20px}.human-support-landing-list li{grid-template-columns:30px minmax(0,1fr);gap:10px;padding:20px 0}.human-support-landing-list h3{font-size:1.38rem}.continuity{gap:46px}.continuity-copy h2{font-size:2.75rem}.dashboard-mockup{width:calc(100% + 12px);margin-left:-6px;border-radius:12px;transform:none}.dashboard-layout{min-height:430px;grid-template-columns:65px 1fr}.dashboard-layout aside{padding:24px 7px}.dashboard-layout aside span{padding:8px 4px;overflow:hidden;font-size:0}.dashboard-layout aside span:before{content:"•";display:block;font-size:1rem;text-align:center}.dashboard-main{padding:20px 16px}.journey-phase{min-height:165px;padding:19px}.journey-phase>span{width:80%}.paper-flower{right:13px;top:60px;font-size:3.5rem}.upcoming-card{gap:10px}.resource-grid{grid-template-columns:1fr}.resource-card:last-child{grid-column:auto;display:block}.resource-art{height:220px}.resources .split-heading .button{width:100%;margin-top:23px}.resource-page-hero{min-height:0;gap:50px;padding:126px 22px 70px}.resource-page-hero h1{font-size:clamp(2.7rem,12vw,3.6rem)}.resource-page-hero-copy>p:not(.eyebrow){margin-top:21px;font-size:.95rem}.resource-page-actions{display:grid;margin-top:28px}.resource-page-actions .button{width:100%}.resource-page-principle{min-height:360px;padding:34px 28px;border-radius:150px 150px 22px 22px}.resource-principle-icon{width:62px;height:62px}.resource-page-principle h2{font-size:2.55rem}.resource-index-grid{grid-template-columns:1fr}.resource-index-card,.resource-index-card:last-child{grid-column:auto;min-height:245px;padding:26px}.resource-guide{grid-template-columns:1fr;gap:30px;scroll-margin-top:76px}.resource-guide-rail{position:static;flex-flow:row wrap;align-items:baseline;gap:0 14px;padding:0 0 20px;border-bottom:1px solid var(--line)}.resource-guide-rail>span{width:100%;font-size:3.6rem}.resource-guide-rail p{margin:12px 0 0}.resource-guide-rail small{margin-top:12px}.resource-guide-content>header h2{font-size:clamp(2.45rem,11vw,3.35rem)}.resource-guide-content>header>p:last-child{font-size:.92rem}.resource-guide-steps{margin-top:40px}.resource-guide-steps>section{grid-template-columns:44px 1fr;gap:15px;padding:24px 0}.resource-guide-steps>section>span{width:38px;height:38px}.resource-checklist{grid-template-columns:1fr;gap:25px;padding:28px 23px}.resource-checklist ul{grid-template-columns:1fr}.resource-sources{flex-direction:column;gap:12px}.resource-sources div{justify-content:flex-start}.resource-page-boundary h2{font-size:clamp(2.35rem,10vw,3.2rem)}.closing-cta{padding-block:82px}.closing-cta h2{font-size:2.55rem}.waitlist-form{grid-template-columns:1fr;padding:8px}.waitlist-form input{min-height:52px;text-align:center}.closing-petals{width:175px;height:180px;opacity:.28}.site-footer{grid-template-columns:1fr;gap:43px;padding:58px 26px 25px}.footer-nav{grid-template-columns:1fr;gap:0}.footer-nav div{padding:18px 0;border-top:1px solid var(--line)}.footer-nav a{display:none}.footer-nav h3{margin:0}.footer-bottom{display:block;margin-top:0}.footer-bottom p+p{margin-top:6px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}.care-home-preview{overflow:hidden;background:#fffdf9;border:1px solid var(--line);border-radius:22px;box-shadow:0 28px 70px #5934311c}.care-preview-bar{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 24px;background:var(--logo-surface);border-bottom:1px solid var(--line)}.care-preview-bar img{width:154px;height:auto;flex:0 0 auto;background:var(--logo-surface)}.care-preview-bar>div{display:flex;align-items:center;gap:4px}.care-preview-bar>div span{padding:8px 11px;color:var(--muted);border-radius:999px;font-size:.62rem;font-weight:700}.care-preview-bar>div .active{color:var(--ink);background:#f6bfc63d}.care-preview-main{min-height:410px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(240px,.82fr);gap:18px;padding:28px;background:radial-gradient(circle at 15% 10%,rgba(246,191,198,.16),transparent 18rem),#fffdf9}.care-preview-focus,.care-preview-support{display:flex;flex-direction:column;align-items:flex-start;padding:clamp(28px,3vw,42px);border:1px solid var(--line);border-radius:18px}.care-preview-focus{justify-content:center;background:linear-gradient(145deg,#f7eee5b3,#f6bfc626)}.care-preview-focus h3{max-width:520px;margin:8px 0 0;font-family:var(--serif);font-size:clamp(2rem,3.2vw,3.2rem);font-weight:400;line-height:1.02}.care-preview-date{margin:18px 0 0;color:var(--truffle);font-size:.92rem}.care-preview-ready{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.care-preview-ready span{padding:7px 10px;color:var(--ink);background:#fffaf5c7;border:1px solid var(--line);border-radius:999px;font-size:.66rem}.care-preview-focus>a,.care-preview-support>a{margin-top:26px;color:var(--rose-strong);font-size:.75rem;font-weight:700}.care-preview-support{justify-content:flex-end;background:var(--logo-surface)}.care-preview-support .support-heart-mark{width:52px;height:52px;margin-bottom:auto;font-size:1.45rem}.care-preview-support h4{margin:8px 0 0;color:var(--ink);font-family:var(--serif);font-size:clamp(1.65rem,2.4vw,2.25rem);font-weight:400;line-height:1.08}.care-preview-support>p:not(.eyebrow){margin:14px 0 0;color:var(--muted);font-size:.74rem}.care-preview-thread{display:flex;align-items:center;gap:9px;margin:0;padding:16px 28px;color:var(--muted);background:var(--logo-surface);border-top:1px solid var(--line);font-size:.68rem}.care-preview-thread span{color:var(--copper)}.editorial-resource-card small{display:block;margin:16px 0 2px;color:var(--muted);font-size:.68rem}.editorial-resource-card .resource-art span{width:86px;height:86px;display:grid;place-items:center;color:var(--ink);background:#fffaf5bd;border:1px solid rgba(122,91,99,.18);border-radius:50%;font-family:var(--serif);font-size:1.55rem}.editorial-resource-card .resource-art-2{background:#f8e8e5}.editorial-resource-card .resource-art-3{background:#f2e8dd}.editorial-shell,.about-shell{background:var(--paper)}.editorial-hero{min-height:600px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.65fr);align-items:center;gap:clamp(48px,8vw,120px);padding-top:150px;background:radial-gradient(circle at 88% 22%,rgba(246,191,198,.28),transparent 25rem),var(--paper);border-bottom:1px solid var(--line)}.editorial-hero h1{max-width:850px;margin:10px 0 0}.editorial-hero>div>p:last-child{max-width:680px;margin:26px 0 0;color:var(--muted);font-size:1.05rem}.editorial-hero-note{min-height:300px;display:flex;flex-direction:column;justify-content:space-between;padding:34px;background:var(--logo-surface);border:1px solid var(--line);border-radius:140px 140px 22px 22px}.editorial-hero-note>span{color:var(--rose);font-size:2.2rem}.editorial-hero-note h2{max-width:420px;margin:8px 0 0;color:var(--ink);font-family:var(--serif);font-size:clamp(2rem,3vw,2.8rem);font-weight:400;line-height:1.08}.editorial-hero-note>div>p:not(.eyebrow){max-width:420px;margin:16px 0 0;color:var(--muted);font-size:.78rem}.editorial-hero-note .button{margin-top:24px}.article-library{background:#fbf3ec}.article-library-heading{max-width:720px;margin-bottom:44px}.article-library-heading h2{margin:8px 0 0}.article-library-heading>p:last-child{max-width:620px;margin:16px 0 0;color:var(--muted);font-size:.84rem}.article-audience-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:12px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.article-audience-filters button{min-width:0;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;color:var(--ink);background:#fffdf98c;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font:inherit;font-size:.74rem;font-weight:700;text-align:left;cursor:pointer;transition:background .18s ease,color .18s ease}.article-audience-filters button:hover{background:#f6bfc624}.article-audience-filters button:focus-visible{position:relative;z-index:1;outline:3px solid rgba(205,143,153,.35);outline-offset:-3px}.article-audience-filters button.is-active{color:#fff;background:var(--ink)}.article-audience-filters button small{min-width:26px;height:26px;display:grid;place-items:center;color:inherit;border:1px solid currentColor;border-radius:50%;font-size:.6rem;opacity:.76}.article-filter-status{margin:0 0 18px;color:var(--muted);font-size:.68rem}.article-library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.article-library-grid.is-featured{grid-template-columns:repeat(3,minmax(0,1fr))}.article-library-card{min-height:360px;display:flex;flex-direction:column;padding:clamp(28px,4vw,46px);background:#fffdf9ad;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.article-card-number{margin-bottom:46px;color:var(--rose-strong);font-size:.7rem;font-weight:700;letter-spacing:.1em}.article-library-card h3{max-width:590px;margin:9px 0 0;font-family:var(--serif);font-size:clamp(1.85rem,2.5vw,2.65rem);font-weight:400;line-height:1.08}.article-library-card>p:not(.eyebrow){max-width:590px;margin:16px 0 0;color:var(--muted);font-size:.86rem}.article-library-card footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:auto;padding-top:40px}.article-library-card footer small{color:var(--muted);font-size:.67rem}.article-library-card footer a{color:var(--rose-strong);font-size:.76rem;font-weight:700}.article-library-page .article-library-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;border:0}.article-library-page .article-library-card{min-height:330px;align-items:flex-start;justify-content:flex-start;padding:clamp(24px,2.5vw,36px);text-align:left;background:var(--logo-surface);border:1px solid var(--line);border-radius:14px}.article-library-page .article-library-card:nth-child(2n){background:#f6bfc621}.article-library-page .article-library-card .article-card-number{margin:0 0 28px}.article-library-page .article-library-card .eyebrow{max-width:250px}.article-library-page .article-library-card h3{max-width:270px;margin-top:9px;font-size:clamp(1.35rem,1.55vw,1.7rem)}.article-library-page .article-library-card>p:not(.eyebrow){display:block;font-size:.74rem;line-height:1.55}.article-library-page .article-library-card footer{align-items:center;flex-direction:row;gap:12px;margin-top:auto;padding-top:24px}.article-library-explore{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:30px;padding:26px 28px;background:var(--logo-surface);border:1px solid var(--line);border-radius:16px}.article-library-explore p{margin:0}.article-library-explore>div>p:last-child{margin-top:7px;color:var(--muted);font-size:.76rem}.article-library-hero{max-width:1100px;min-height:0;display:flex;flex-direction:column;margin:auto;padding-top:132px;padding-bottom:52px}.article-library-hero .article-back{margin-bottom:34px}.article-library-hero h1{max-width:900px;margin:10px 0 0;font-size:clamp(3rem,5vw,5rem)}.article-library-hero>p:last-child{max-width:620px;margin:18px 0 0;color:var(--muted);font-size:.9rem}.library-submit-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--logo-surface);border-top:1px solid var(--line)}.library-submit-cta h2{max-width:780px;margin:8px 0 0}.community-submission{display:grid;grid-template-columns:minmax(0,.78fr) minmax(420px,1fr);align-items:start;gap:clamp(50px,8vw,130px);background:var(--paper)}.community-submission-copy{position:sticky;top:125px}.community-submission-copy h2{margin:8px 0 0}.community-submission-copy>p:not(.eyebrow){margin:24px 0 0;color:var(--muted)}.community-submission-copy ul{margin:30px 0 0;padding:0;list-style:none}.community-submission-copy li{padding:12px 0;color:var(--ink);border-top:1px solid var(--line);font-size:.82rem}.community-submission-copy li:before{content:"✓";margin-right:10px;color:var(--copper)}.community-submission-panel{padding:clamp(28px,4vw,48px);background:var(--logo-surface);border:1px solid var(--line);border-radius:20px}.community-submission-form{display:grid;gap:20px}.submission-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.submission-field{display:grid;gap:8px}.submission-field label{color:var(--ink);font-size:.73rem;font-weight:700}.submission-field label span{color:var(--muted);font-size:.64rem;font-weight:400}.submission-field input,.submission-field select,.submission-field textarea{width:100%;min-height:48px;padding:12px 14px;color:var(--ink);background:#fffdf9db;border:1px solid rgba(122,91,99,.24);border-radius:9px;font:inherit;font-size:.82rem}.submission-field textarea{min-height:230px;resize:vertical;line-height:1.6}.submission-field input:focus,.submission-field select:focus,.submission-field textarea:focus{outline:3px solid rgba(205,143,153,.25);border-color:var(--rose)}.submission-field small,.submission-privacy{margin:0;color:var(--muted);font-size:.64rem}.submission-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.submission-consent{display:grid;grid-template-columns:20px 1fr;align-items:start;gap:10px;color:var(--ink);font-size:.72rem}.submission-consent input{width:18px;height:18px;accent-color:var(--copper)}.submission-error{margin:0;padding:12px;color:#7c2430;background:#f6bfc633;border-left:3px solid var(--rose-strong);font-size:.75rem}.community-submission-form .button{justify-self:start}.community-submission-form .button:disabled{opacity:.55;cursor:wait}.community-submission-success{min-height:400px;display:grid;align-content:center;justify-items:start}.community-submission-success>span{width:54px;height:54px;display:grid;place-items:center;color:#fff;background:var(--copper);border-radius:50%}.community-submission-success h3{margin:25px 0 0;font-family:var(--serif);font-size:2.4rem;font-weight:400}.community-submission-success p{max-width:560px;margin:16px 0 26px;color:var(--muted)}.article-hero{max-width:1080px;min-height:590px;display:flex;flex-direction:column;justify-content:center;margin:auto;padding-top:150px;padding-bottom:70px}.article-back{width:max-content;margin-bottom:60px;color:var(--muted);font-size:.75rem}.article-hero h1{max-width:980px;margin:12px 0 0;font-size:clamp(3.4rem,5.7vw,6rem)}.article-deck{max-width:780px;margin:28px 0 0;color:var(--muted);font-size:1.08rem;line-height:1.7}.article-meta{display:flex;gap:18px;margin-top:30px;color:var(--truffle);font-size:.68rem;font-weight:700}.article-body{max-width:840px;margin:0 auto;padding:80px 42px 110px}.article-introduction{color:var(--ink);font-family:var(--serif);font-size:clamp(1.65rem,2.5vw,2.25rem);line-height:1.35}.article-body>section{margin-top:64px}.article-body h2{font-size:clamp(2rem,3vw,2.8rem)}.article-body section p{color:var(--body);font-size:1rem;line-height:1.82}.article-takeaway{margin-top:72px;padding:32px 36px;background:var(--logo-surface);border-left:4px solid var(--rose)}.article-takeaway>p:last-child{margin:10px 0 0;color:var(--ink);font-family:var(--serif);font-size:1.55rem;line-height:1.4}.article-sources{margin-top:74px;padding-top:30px;border-top:1px solid var(--line)}.article-sources h2{font-family:var(--sans);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.article-sources p{color:var(--muted);font-size:.76rem}.article-sources a{display:block;width:max-content;max-width:100%;padding:7px 0;color:var(--rose-strong);font-size:.76rem;font-weight:700}.article-next{display:flex;align-items:center;justify-content:space-between;gap:40px;background:#f8e8e5;border-top:1px solid var(--line)}.article-next h2{max-width:760px;margin:8px 0 0}.about-hero{min-height:700px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.7fr);align-items:center;gap:clamp(55px,9vw,150px);padding-top:155px;background:radial-gradient(circle at 8% 88%,rgba(246,191,198,.25),transparent 24rem),var(--paper)}.about-hero h1{max-width:900px;margin:10px 0 0}.about-hero-copy{padding:36px 0 36px 36px;border-left:1px solid var(--rose)}.about-hero-copy p{color:var(--muted);font-size:.98rem;line-height:1.78}.about-hero-copy p:last-child{margin-bottom:0}.about-truth{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;background:var(--logo-surface);border-block:1px solid var(--line)}.about-truth-statement,.about-truth-boundary{min-height:390px;padding:clamp(34px,5vw,64px);border:1px solid var(--line);border-radius:20px}.about-truth-statement{display:flex;flex-direction:column;justify-content:space-between;background:var(--ink)}.about-truth-statement span{color:var(--blush);font-size:2rem}.about-truth-statement h2{max-width:820px;margin:40px 0 0;color:var(--paper);font-size:clamp(2.25rem,3.5vw,3.6rem)}.about-truth-boundary{background:var(--paper)}.about-truth-boundary ul{margin:35px 0 0;padding:0;list-style:none}.about-truth-boundary li{padding:14px 0;color:var(--ink);border-top:1px solid var(--line);font-size:.84rem}.about-layers{background:var(--paper)}.about-layers .section-heading{max-width:850px}.about-layer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.about-layer-grid article{min-height:300px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.about-layer-grid article>span{color:var(--rose-strong);font-size:.67rem;font-weight:700}.about-layer-grid h3{margin:95px 0 0;font-family:var(--serif);font-size:2rem;font-weight:400}.about-layer-grid p{color:var(--muted);font-size:.8rem}.about-relationship{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(45px,8vw,120px);background:#fbf3ec}.about-relationship h2{margin:10px 0 0}.about-product-pair{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:14px}.about-product-pair article{min-height:260px;padding:30px;background:var(--paper);border:1px solid var(--line);border-radius:16px}.about-product-pair>span{align-self:center;color:var(--rose);font-size:1.6rem}.about-product-pair h3{font-family:var(--serif);font-size:2rem;font-weight:400}.about-product-pair p{color:var(--muted);font-size:.78rem}.about-company{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1fr);align-items:center;gap:clamp(50px,9vw,150px);background:var(--logo-surface)}.about-company img{width:min(100%,420px);padding:24px;background:var(--logo-surface)}.about-company h2{margin:9px 0 0}.about-company p:not(.eyebrow){max-width:640px;margin:20px 0 28px;color:var(--muted)}.home-faq{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(50px,9vw,140px);background:var(--paper-deep);border-block:1px solid var(--line)}.home-faq-heading{position:sticky;top:125px}.home-faq-heading h2{max-width:580px;margin:9px 0 0}.home-faq-heading>p:last-child{max-width:560px;margin:24px 0 0;color:var(--muted)}.home-faq-list{border-top:1px solid var(--line)}.home-faq-list details{border-bottom:1px solid var(--line)}.home-faq-list summary{min-height:92px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:22px 0;color:var(--ink);cursor:pointer;font-family:var(--serif);font-size:clamp(1.3rem,2vw,1.75rem);list-style:none}.home-faq-list summary::-webkit-details-marker{display:none}.home-faq-list summary span{color:var(--rose-strong);font-family:var(--sans);transition:transform .18s ease}.home-faq-list details[open] summary span{transform:rotate(45deg)}.home-faq-list details>p{max-width:720px;margin:0;padding:0 46px 28px 0;color:var(--muted);line-height:1.75}.article-meta a{color:var(--rose-strong);text-decoration:underline;text-underline-offset:3px}.editorial-policy-hero{min-height:620px;display:flex;flex-direction:column;justify-content:center;padding-top:145px;background:radial-gradient(circle at 88% 24%,rgba(246,191,198,.3),transparent 27rem),var(--paper)}.editorial-policy-hero h1{max-width:980px;margin:10px 0 0}.editorial-policy-hero>p:not(.eyebrow){max-width:760px;margin:26px 0 0;color:var(--muted);font-size:1.02rem}.editorial-policy-hero .editorial-policy-updated{margin-top:18px;color:var(--truffle);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.editorial-policy-body{max-width:980px;margin:0 auto;padding:30px 42px 110px}.editorial-policy-body section{padding:70px 0;border-bottom:1px solid var(--line)}.editorial-policy-body h2{max-width:760px;margin:10px 0 0;font-size:clamp(2rem,3.3vw,3.2rem)}.editorial-policy-body section>p:last-child{max-width:760px;margin:24px 0 0;color:var(--body);line-height:1.85}.editorial-policy-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;background:#f8e8e5;border-top:1px solid var(--line)}.editorial-policy-cta h2{max-width:760px;margin:8px 0 0}.not-found-page{min-height:100svh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(28px,8vw,120px);background:radial-gradient(circle at 80% 24%,rgba(246,191,198,.4),transparent 28rem),var(--paper)}.not-found-page .brand{margin-bottom:75px}.not-found-page h1{max-width:780px;margin:10px 0 0}.not-found-page>p:not(.eyebrow){max-width:620px;margin:24px 0 0;color:var(--muted)}.not-found-page>div{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}@media(max-width:1050px){.care-home-preview{max-width:850px;margin:auto}.editorial-hero,.about-hero{grid-template-columns:1fr;min-height:0;padding-top:145px}.editorial-hero-note{max-width:650px;min-height:260px;border-radius:24px 120px 24px 24px}.article-library-grid.is-featured{grid-template-columns:1fr}.article-library-page .article-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.community-submission{grid-template-columns:1fr}.community-submission-copy{position:static;max-width:760px}.about-hero-copy{max-width:760px}.about-truth{grid-template-columns:1fr}.about-layer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-relationship,.home-faq{grid-template-columns:1fr}.home-faq-heading{position:static}}@media(max-width:700px){.care-preview-bar{min-height:64px;padding:10px 14px}.care-preview-bar img{width:126px}.care-preview-bar>div span{display:none}.care-preview-bar>div .active{display:block}.care-preview-main{min-height:0;grid-template-columns:1fr;padding:12px}.care-preview-focus,.care-preview-support{min-height:300px;padding:26px 22px}.care-preview-support .support-heart-mark{margin-bottom:55px}.care-preview-thread{padding:14px 18px}.editorial-hero{gap:38px;padding-top:126px}.editorial-hero h1{font-size:clamp(2.75rem,13vw,3.6rem)}.editorial-hero>div>p:last-child{font-size:.92rem}.editorial-hero-note{min-height:250px;padding:28px;border-radius:120px 120px 20px 20px}.editorial-hero-note h2{font-size:2rem}.editorial-hero-note .button{width:100%}.article-library-grid{grid-template-columns:1fr}.article-library-page .article-library-grid{grid-template-columns:1fr;gap:12px}.article-library-page .article-library-card{width:100%;min-height:300px;justify-self:stretch;padding:28px 24px}.article-library-page .article-library-card h3{max-width:100%;font-size:1.55rem}.article-audience-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.article-audience-filters button{min-height:64px;padding:12px 13px;font-size:.68rem}.article-library-card{min-height:320px}.article-card-number{margin-bottom:34px}.article-library-explore{align-items:stretch;flex-direction:column;padding:22px 18px}.article-library-explore .button{width:100%}.article-library-hero{min-height:0;padding-top:112px;padding-bottom:40px}.article-library-hero .article-back{margin-bottom:28px}.article-library-hero h1{font-size:clamp(2.75rem,13vw,3.6rem)}.library-submit-cta{align-items:flex-start;flex-direction:column}.library-submit-cta .button{width:100%}.submission-field-row{grid-template-columns:1fr}.community-submission-panel{padding:24px 18px}.community-submission-form .button{width:100%}.article-hero{min-height:0;padding-top:130px}.article-back{margin-bottom:42px}.article-hero h1{font-size:clamp(2.65rem,13vw,3.75rem)}.article-deck{font-size:.94rem}.article-body{padding:60px 22px 80px}.article-body section p{font-size:.94rem}.article-takeaway{padding:26px 22px}.article-next{align-items:flex-start;flex-direction:column}.article-next .button{width:100%}.about-hero{gap:40px;padding-top:126px}.about-hero h1{font-size:clamp(2.7rem,12vw,3.7rem)}.about-hero-copy{padding:26px 0 0;border-top:1px solid var(--rose);border-left:0}.about-truth-statement,.about-truth-boundary{min-height:330px;padding:30px 24px}.about-layer-grid{grid-template-columns:1fr}.about-layer-grid article{min-height:240px;padding:26px}.about-layer-grid h3{margin-top:65px}.about-product-pair{grid-template-columns:1fr}.about-product-pair>span{justify-self:center}.about-product-pair article{min-height:220px}.about-company{grid-template-columns:1fr;gap:20px}.about-company img{width:230px;padding:0}.home-faq{gap:38px}.home-faq-list summary{min-height:78px;padding:18px 0}.home-faq-list details>p{padding-right:0}.editorial-policy-hero{min-height:0;padding-top:126px;padding-bottom:70px}.editorial-policy-hero h1{font-size:clamp(2.7rem,12vw,3.7rem)}.editorial-policy-body{padding:10px 22px 80px}.editorial-policy-body section{padding:52px 0}.editorial-policy-cta{align-items:flex-start;flex-direction:column}.editorial-policy-cta .button{width:100%}.not-found-page .brand{margin-bottom:55px}.not-found-page h1{font-size:clamp(2.7rem,12vw,3.7rem)}.not-found-page>div{width:100%}.not-found-page .button{width:100%}}
