:root{--ink:#1c4142;--body:#526164;--blue:#a9cfe8;--blue-light:#edf5fa;--orange:#f0a360;--line:#dce5e3;--paper:#fbfcfa;--white:#fff;--font:'DM Sans',sans-serif;--heading:'Manrope',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #538fc1;outline-offset:5px}img{display:block;width:100%}.container{width:min(1320px,calc(100% - 112px));margin-inline:auto}.skip-link{position:fixed;top:-80px;left:20px;z-index:100;background:var(--ink);color:white;padding:10px 20px}.skip-link:focus{top:12px}.site-header{height:108px;border-bottom:1px solid var(--line);position:relative;z-index:20}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-family:var(--heading);font-size:33px;font-weight:800;letter-spacing:-1.6px;display:flex;align-items:center;gap:8px;line-height:1}.brand svg{height:34px;width:34px}.brand-period{color:#749fba}.desktop-nav{display:flex;gap:37px;font-size:14px;font-weight:550}.desktop-nav a{position:relative}.desktop-nav a:after{content:'';height:1px;position:absolute;bottom:-5px;left:0;width:0;background:var(--ink);transition:width .2s}.desktop-nav a:hover:after{width:100%}.nav-cta{display:flex;align-items:center;gap:28px;border:1px solid #b3c3bf;padding:12px 21px;border-radius:100px;font-size:14px;font-weight:600;transition:background .2s}.nav-cta:hover{background:#e6eeee}.nav-cta span{font-size:21px;line-height:1}.menu-toggle{display:none}.mobile-nav[hidden]{display:none}.hero{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:64px;padding-top:64px;padding-bottom:72px}.eyebrow{font-size:12px;letter-spacing:1.65px;display:flex;align-items:center;gap:10px;font-weight:700;line-height:1.5}.small-cross{font-size:23px;line-height:1;color:#5d91b3}.hero h1{font-family:var(--heading);font-size:clamp(45px,4.9vw,72px);font-weight:500;line-height:1.1;letter-spacing:-3.8px;margin:26px 0 26px}.hero h1 span{color:#679cbf}.hero-description{font-size:18px;max-width:465px;line-height:1.7;color:var(--body);margin:0}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:33px}.button{min-height:53px;padding:14px 23px;display:inline-flex;align-items:center;justify-content:center;gap:28px;border-radius:100px;font-size:15px;font-weight:600;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--ink);color:white}.button-primary:hover{background:#2e595a}.button span{font-size:21px;line-height:1}.text-link{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:600}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.play-icon{display:grid;place-items:center;width:29px;height:29px;border:1px solid #becbc7;border-radius:100%;font-size:9px;padding-left:2px}.hero-note{display:flex;align-items:center;gap:9px;margin-top:35px;font-size:12px;color:#74807b}.note-icon{font-size:22px;color:#809a92;line-height:1}.hero-visual{position:relative;min-width:0}.hero-image-wrap{border-radius:160px 160px 26px 26px;overflow:hidden;aspect-ratio:1/1.065;background:#c6e1ef}.hero-image-wrap img{height:100%;object-fit:cover;object-position:50% 65%}.hero-concept{display:flex;height:100%;flex-direction:column;justify-content:space-between;padding:45px;text-align:center}.hero-concept span:first-child,.hero-concept span:last-child{font-size:12px;letter-spacing:2px}.hero-concept span:nth-child(2){font-family:var(--heading);font-size:64px;line-height:1.1;letter-spacing:-3px}.care-sticker{position:absolute;bottom:54px;left:-30px;display:flex;align-items:center;gap:12px;padding:15px 22px 15px 16px;box-shadow:0 8px 35px #16383610;border-radius:15px;background:#fff;font-size:13px;line-height:1.6;transform:rotate(-4deg)}.care-sticker strong{font-weight:600}.sticker-icon{background:#f6dfc8;display:grid;place-items:center;width:43px;height:43px;border-radius:50%;font-size:28px;color:#956746}.image-label{font-size:10px;letter-spacing:1.65px;text-align:right;margin:15px 3px 0;color:#758380}.promise-strip{border-block:1px solid var(--line);background:#f2f6f3}.promises{display:flex;justify-content:space-between;gap:24px;padding-block:25px}.promises>div{display:flex;align-items:center;gap:13px;font-size:14px;font-weight:500}.promise-icon{font-size:25px;color:#60817b;line-height:1}.site-footer{min-height:130px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer .brand{font-size:27px}.site-footer p,.site-footer>span{font-size:12px;color:#6a7a76}
@media(min-width:1600px){.hero{padding-top:80px;padding-bottom:85px}}@media(max-width:1100px){.container{width:calc(100% - 64px)}.hero{gap:38px}.hero h1{font-size:clamp(42px,5vw,60px);letter-spacing:-2.7px}.hero-description{font-size:16px}.desktop-nav{gap:24px}.hero-actions{gap:18px}.care-sticker{left:-18px;padding:12px 15px}.hero-image-wrap{aspect-ratio:1/1.25}.promises>div{font-size:12px}.hero-note{font-size:11px}}@media(max-width:760px){html{scroll-padding-top:30px}.container{width:calc(100% - 40px)}.site-header{height:82px}.brand{font-size:29px}.brand svg{width:30px;height:30px}.desktop-nav,.nav-cta{display:none}.menu-toggle{display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;background:transparent;border:1px solid var(--line);border-radius:50%;width:43px;height:43px}.menu-toggle span{height:1.5px;width:18px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.mobile-nav{position:absolute;inset:81px 0 auto;background:var(--paper);padding:20px 26px 28px;box-shadow:0 18px 25px #1c41420b;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:18px}.hero{grid-template-columns:1fr;gap:36px;padding-top:38px;padding-bottom:34px}.eyebrow{font-size:10px;letter-spacing:1.45px;gap:8px}.hero h1{font-size:clamp(40px,8.6vw,64px);letter-spacing:-2.4px;margin:22px 0}.hero-description{max-width:500px;font-size:16px;line-height:1.7}.hero-actions{margin-top:25px;gap:25px}.hero-note{margin-top:24px;font-size:12px}.hero-visual{margin:0 10px}.hero-image-wrap{aspect-ratio:1.07;border-radius:130px 130px 22px 22px}.care-sticker{left:-9px;bottom:45px;font-size:12px}.image-label{font-size:9px}.promises{padding-block:20px;flex-direction:column;gap:17px;align-items:flex-start;width:max-content}.promises>div{font-size:14px}.site-footer{padding-block:35px;flex-wrap:wrap}.site-footer p{margin:0;order:3;width:100%}.site-footer>span{margin-left:auto}.hero-concept span:nth-child(2){font-size:52px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}svg.feature-icon,.sample-avatar svg,.stage-detail>svg,.vet-note svg,.section-footnote svg{fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.section{padding-block:100px}.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:45px}.section-kicker{font-size:12px;font-weight:700;letter-spacing:1.8px;margin:0 0 18px;line-height:1.5}h2{font-family:var(--heading);font-size:clamp(35px,3.4vw,49px);line-height:1.18;letter-spacing:-2px;font-weight:500;margin:0}.section-intro{font-size:16px;line-height:1.8;max-width:365px;color:var(--body);margin:0 0 4px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.feature-card{padding:29px 29px 26px;position:relative;border-radius:17px;min-height:300px;display:flex;align-items:flex-start;flex-direction:column}.feature-blue{background:#e6f0f7}.feature-green{background:#e9efdf}.feature-peach{background:#f7eadd}.feature-number{position:absolute;right:28px;top:28px;font-size:12px;color:#627773}.feature-icon{height:31px;width:31px;display:block;margin-bottom:29px}.feature-card h3{font-family:var(--heading);font-size:19px;letter-spacing:-.6px;font-weight:650;line-height:1.4;margin:0 0 13px}.feature-card p{font-size:14px;color:#4f6362;line-height:1.8;margin:0 0 28px}.feature-stage{font-size:10px;letter-spacing:1.1px;font-weight:600;color:#526a65;display:inline-block;margin-top:auto}.feature-future{background:transparent;border:1px solid var(--line);min-height:274px}.feature-future .feature-icon{margin-bottom:22px}.feature-future .feature-stage{background:#eff3ef;border-radius:5px;padding:4px 8px;font-size:9px}.section-footnote{display:flex;justify-content:center;gap:9px;font-size:12px;color:#6c7c77;margin:24px 0 0}.section-footnote svg{width:17px;height:17px;flex-shrink:0;margin-top:2px}.journey-section{background:#eff4f0}.journey-heading{text-align:center}.journey-heading>p:last-child{color:var(--body);font-size:16px;line-height:1.8;margin:22px 0 0}.journey-tabs{display:grid;grid-template-columns:repeat(5,1fr);margin-top:44px;gap:12px}.journey-tab{display:flex;align-items:center;gap:11px;background:transparent;border:1px solid #cfdcd5;border-radius:9px;padding:15px 16px;text-align:left;min-height:57px;color:#526b65;font-size:14px;font-weight:500;transition:background .2s,border-color .2s,color .2s}.journey-tab:hover{border-color:#557469;background:#e2ebe3}.journey-tab[aria-selected=true]{background:var(--ink);border-color:var(--ink);color:#fff}.step-count{font-size:11px;opacity:.7}.step-arrow{margin-left:auto;font-size:19px}.journey-panels{margin-top:18px;background:#fff;border:1px solid #dfe7df;border-radius:16px;overflow:hidden}.journey-panel{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;min-height:334px;padding:40px 48px}.journey-panel[hidden]{display:none}.panel-label{display:block;font-size:10px;letter-spacing:1.3px;font-weight:700;color:#647d73;margin-bottom:18px}.panel-copy h3{font-family:var(--heading);font-size:30px;line-height:1.25;letter-spacing:-1.1px;font-weight:550;margin:0 0 18px}.panel-copy p{font-size:14px;color:var(--body);line-height:1.8;max-width:410px;margin:0}.sample-profile{padding:23px 25px 18px;border:1px solid #e3eae5;border-radius:12px;box-shadow:0 8px 28px #253f2e05}.sample-header{display:flex;gap:11px;align-items:center}.sample-avatar{width:44px;height:44px;border-radius:50%;background:#f4e4d2;color:#9d754c;display:grid;place-items:center;flex-shrink:0}.sample-avatar svg{width:23px;height:23px}.sample-header strong{font-size:16px;font-weight:600;display:block}.sample-header div>span{display:block;font-size:11px;color:#677c73}.sample-badge{font-size:9px;padding:4px 7px;background:#ecf1e7;border-radius:5px;white-space:nowrap;margin-left:auto}.sample-divider{height:1px;background:var(--line);margin:20px 0 10px}.sample-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;font-size:12px;color:#698076}.sample-row strong{color:var(--ink);font-size:12px;font-weight:500}.sample-caption{color:#7b8780;font-size:10px;line-height:1.6;margin:16px 0 0}.stage-detail{background:#f2f6f1;border-radius:12px;padding:30px;min-height:232px}.stage-detail>svg{height:35px;width:35px;margin-bottom:15px;color:#648471}.stage-detail h4{font-family:var(--heading);font-size:18px;line-height:1.5;font-weight:600;letter-spacing:-.3px;margin:0 0 10px}.stage-detail p{font-size:14px;line-height:1.7;color:var(--body);margin:0 0 20px}.stage-detail>span{font-size:10px;letter-spacing:1px;color:#758375}.vet-note{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:22px;color:#648071}.vet-note svg{height:17px;width:17px;flex-shrink:0}.vet-note p{font-size:12px;margin:0}.roadmap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px}.roadmap-card{border-top:1px solid #acbfba;padding-top:21px}.roadmap-top{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:27px}.roadmap-top>span:first-child{font-size:10px;letter-spacing:1.1px;font-weight:600}.roadmap-status{font-size:10px;background:#e5efdd;color:#4b6941;border-radius:20px;padding:3px 10px;white-space:nowrap}.roadmap-card h3{font-family:var(--heading);font-size:22px;letter-spacing:-.7px;font-weight:600;line-height:1.4;margin:26px 0 14px}.roadmap-card p{font-size:14px;line-height:1.85;color:var(--body);margin:0}.vision-section{background:var(--ink);border-radius:22px;display:grid;grid-template-columns:1.3fr 1fr;color:#fff;padding:58px 62px;margin-bottom:30px;gap:50px}.vision-content .section-kicker{color:#b7cfc9;font-size:11px}.vision-content h2{font-size:48px;font-weight:500;letter-spacing:-2px}.vision-content h2 span{color:#abd0e9}.vision-content>p:not(.section-kicker){color:#c3d4cf;font-size:15px;line-height:1.8;max-width:440px;margin:23px 0}.button-light{background:#eaf1e8;color:var(--ink);font-size:14px}.button-light:hover{background:#fff}.vision-aside{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-left:1px solid #486460}.vision-symbol{font-size:108px;line-height:1.05;color:#eec397}.vision-aside p{font-family:var(--heading);font-size:22px;font-weight:400;line-height:1.5;letter-spacing:-.6px;margin:20px 0 28px}.vision-caption{font-size:9px;letter-spacing:1.6px;color:#adc7c0}.back-top{font-size:12px;display:flex;align-items:center;gap:10px;margin-left:auto}.back-top span{font-size:17px}.site-footer>span{margin-left:10px}.hero-image-wrap img{object-position:50% 72%}
@media(max-width:1100px){.section{padding-block:80px}.section-top{gap:40px}.section-intro{max-width:320px;font-size:15px}.feature-card{padding:24px}.feature-card h3{font-size:18px}.journey-tab{padding:13px 12px;gap:8px;font-size:12px}.journey-panel{gap:30px;padding:30px}.sample-profile{padding:20px 17px}.sample-badge{display:none}.roadmap-grid{gap:25px}.roadmap-top{flex-wrap:wrap}.vision-section{padding:45px}.vision-content h2{font-size:41px}.vision-aside p{font-size:20px}.hero-image-wrap img{object-position:center}}@media(max-width:760px){.section{padding-block:62px}.section-top{display:block;margin-bottom:30px}.section-kicker{font-size:10px;letter-spacing:1.55px;margin-bottom:14px}h2{font-size:36px;letter-spacing:-1.6px}.section-intro{font-size:15px;max-width:480px;margin:23px 0 0}.feature-grid{grid-template-columns:1fr;gap:14px}.feature-card{min-height:unset;padding:26px}.feature-icon{margin-bottom:23px}.feature-card h3{font-size:21px}.feature-card p{font-size:15px;line-height:1.8;margin-bottom:23px}.feature-stage{font-size:10px}.feature-future{min-height:unset}.feature-future .feature-stage{font-size:9px}.section-footnote{align-items:flex-start;line-height:1.7;text-align:left;font-size:12px}.journey-heading{text-align:left}.journey-heading>p:last-child{font-size:15px}.desktop-break{display:none}.journey-tabs{display:flex;overflow-x:auto;gap:8px;margin-top:28px;padding:3px 2px 9px;scrollbar-width:thin;scrollbar-color:#a4b8a9 transparent}.journey-tab{flex:0 0 auto;min-width:120px;min-height:48px;padding:11px 13px;font-size:13px;gap:10px}.step-arrow{display:none}.journey-panel{grid-template-columns:1fr;gap:27px;padding:25px 21px;min-height:unset}.panel-copy h3{font-size:28px}.panel-copy p{font-size:15px}.panel-label{font-size:9px}.sample-profile{padding:20px 15px}.sample-header strong{font-size:16px}.sample-header div>span{font-size:11px}.sample-badge{display:none}.sample-row,.sample-row strong{font-size:11px}.sample-caption{font-size:10px}.stage-detail{padding:24px;min-height:220px}.vet-note{align-items:flex-start;justify-content:flex-start;font-size:12px}.vet-note svg{margin-top:2px}.roadmap-grid{grid-template-columns:1fr;gap:28px}.roadmap-top{flex-wrap:nowrap}.roadmap-top>span:first-child{font-size:10px}.roadmap-card h3{font-size:24px;margin:21px 0 12px}.roadmap-card p{font-size:15px;line-height:1.8}.vision-section{grid-template-columns:1fr;padding:34px 28px;gap:34px;border-radius:17px;margin-bottom:5px}.vision-content h2{font-size:36px;letter-spacing:-1.7px}.vision-content>p:not(.section-kicker){font-size:15px}.vision-aside{border-left:none;border-top:1px solid #486460;padding-top:30px;display:grid;grid-template-columns:62px 1fr;gap:10px;text-align:left;align-items:center}.vision-symbol{font-size:63px}.vision-aside p{font-size:19px;margin:0}.vision-caption{grid-column:1/-1;margin-top:15px;font-size:9px}.back-top{font-size:12px}.site-footer{column-gap:16px}.site-footer>span{margin-left:0}.site-footer p{font-size:12px}.hero-image-wrap img{object-position:50% 72%}}
@media(min-width:540px) and (max-width:760px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{padding:22px}.feature-card h3{font-size:19px}.feature-card p{font-size:14px}.sample-badge{display:block}.journey-panel{grid-template-columns:1fr 1fr;gap:20px}.sample-profile{padding:15px}.sample-header{flex-wrap:wrap}.sample-badge{display:none}.sample-row{flex-direction:column;align-items:flex-start;gap:1px}}

/* Readable typography and narrow-screen refinements. */
.feature-card p,.panel-copy p,.stage-detail p,.roadmap-card p,.vision-content>p:not(.section-kicker),.section-intro{font-size:1rem}
.eyebrow,.section-kicker,.section-footnote,.hero-note,.panel-label,.sample-caption,.feature-stage,.feature-future .feature-stage,.roadmap-top>span:first-child,.roadmap-status,.image-label,.vision-content .section-kicker,.vision-caption,.sample-badge,.stage-detail>span,.sample-header div>span,.feature-number,.step-count{font-size:.75rem}
.sample-row,.sample-row strong,.journey-tab{font-size:.875rem}
.hero-image-wrap img{object-position:50% 40%}
.sample-row{flex-wrap:wrap}
.sample-row strong{font-weight:500}
.sample-badge{white-space:normal}
.feature-card{min-height:340px}.feature-future{min-height:310px}
.vision-caption{letter-spacing:1px}.panel-label{letter-spacing:1px}.image-label{letter-spacing:1px}
@media(max-width:1100px){.roadmap-top{align-items:flex-start}.journey-tab{gap:8px}.step-arrow{display:none}.journey-panel{gap:28px}.sample-row{gap:3px}.sample-row strong{font-size:.8125rem}}
@media(max-width:760px){.hero-image-wrap{aspect-ratio:.92}.hero h1{font-size:clamp(36px,9vw,64px)}.hero-actions{gap:20px}.button{gap:18px;padding-inline:21px}.hero-actions>a{white-space:nowrap}.eyebrow{font-size:.75rem;letter-spacing:1.1px}.image-label{text-align:center;font-size:.75rem;letter-spacing:.5px}.feature-card{min-height:unset}.hero-image-wrap img{object-position:50% 40%}.roadmap-top{flex-wrap:wrap}.vision-caption{font-size:.75rem;letter-spacing:.5px}.section-kicker{font-size:.75rem;letter-spacing:1.2px}.hero-note{font-size:.75rem}.journey-heading>p:last-child{font-size:1rem}.hero-actions .text-link{font-size:.875rem}.sample-row,.sample-row strong{font-size:.875rem}.sample-row{padding-block:8px}.sample-row strong{max-width:100%}}
@media(max-width:380px){.hero-actions{gap:15px}.hero-actions .button{padding:13px 18px;font-size:.875rem;gap:15px}.hero-actions .text-link{font-size:.8125rem;gap:7px}.hero-note{align-items:flex-start}.eyebrow{font-size:.75rem;letter-spacing:.5px}.hero-image-wrap{border-radius:100px 100px 20px 20px}.sample-row{flex-direction:column;align-items:flex-start}.site-footer .back-top{margin-left:auto}.site-footer>span{width:100%;margin:0}.site-footer p{order:0}.vision-content h2{font-size:32px}.button-light{white-space:normal;text-align:left;font-size:.875rem}}
.hero-copy{min-width:0}
@media(max-width:380px){.hero-actions{gap:10px;flex-wrap:wrap}.hero-actions .button{padding-inline:13px;gap:8px}}
