@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@400;600;700;800&display=swap";:root{color:#202328;font-family:Inter,Arial,sans-serif;font-synthesis:none;--page: #fffefc;--paper: #fffaf6;--cream: #fef6eb;--berry: #d21940;--berry-dark: #a90f35;--coral: #f85735;--ink: #202328;--hydra: #feada7;--daily: #c6d4f1;--sunny: #ceafe3;--butter: #feeac6;--gutter: clamp(20px, 1.7vw, 24px);--module-gap: clamp(10px, .8vw, 12px);--section-air: clamp(26px, 2.2vw, 32px);--panel-radius: 20px;--card-radius: 16px}*,*:before,*:after{box-sizing:border-box}html{background:var(--page);scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--page);color:var(--ink)}body,button,input{font:400 15px/1.45 Inter,Arial,sans-serif}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p,figure{margin-top:0}h1,h2,h3{font-family:"DM Serif Display",Georgia,serif;font-weight:400;letter-spacing:-.035em;line-height:.94}h2{font-size:clamp(40px,3.1vw,46px)}h3{font-size:clamp(28px,2.2vw,34px)}ul,ol{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid var(--ink);outline-offset:3px}.eyebrow,.step-label{margin-bottom:12px;color:var(--berry);font-size:11px;font-weight:800;letter-spacing:.16em;line-height:1.2;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 22px;border:0;border-radius:5px;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;transition:transform .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--berry);color:#fff}.button-primary:hover{background:var(--berry-dark)}.button-light{background:#fff;color:var(--berry)}.text-link{display:inline-flex;align-items:center;min-height:44px;font-size:14px;text-underline-offset:4px}.site-header{position:sticky;z-index:30;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:80px;padding:0 max(var(--gutter),calc((100vw - 1480px)/2));background:#fffefcf5;border-bottom:1px solid rgba(95,45,50,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header:after,.hero-coral-strip{position:absolute;top:0;right:0;width:12px;height:100%;background:var(--coral);content:""}.brand-lockup{display:inline-flex;align-items:baseline;width:max-content;color:var(--berry);font-size:42px;font-weight:800;letter-spacing:-.105em;line-height:1;text-decoration:none}.brand-lockup span:last-child{margin-left:5px;color:var(--coral);font-size:11px;font-weight:600;letter-spacing:-.04em}.desktop-navigation{display:flex;gap:clamp(30px,4vw,64px)}.desktop-navigation a,.mobile-navigation a{font-size:14px;font-weight:600;text-decoration:none}.desktop-navigation a{position:relative}.desktop-navigation a:after{position:absolute;bottom:-8px;left:0;width:100%;height:2px;background:var(--berry);content:"";transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.desktop-navigation a:hover:after{transform:scaleX(1)}.header-actions{display:flex;justify-self:end;gap:4px;padding-right:12px}.icon-button,.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:var(--ink);cursor:pointer}.bag-button{position:relative}.cart-count{position:absolute;top:2px;right:0;display:flex;align-items:center;justify-content:center;min-width:19px;height:19px;padding-inline:4px;border-radius:999px;background:var(--berry);color:#fff;font-size:10px;font-weight:800;line-height:1}.icon-button svg,.menu-toggle svg,.proof-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.menu-toggle,.mobile-navigation{display:none}#inicio{position:relative;background:var(--page)}.hero{--parallax-x: 0px;--parallax-y: 0px;position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(410px,42%) minmax(0,58%);width:min(100%,1480px);height:clamp(640px,47vw,680px);margin:0 auto;overflow:hidden;background:var(--page)}.hero:before{position:absolute;z-index:-1;top:-270px;left:-260px;width:660px;height:660px;border-radius:50%;background:#ff799f8c;filter:blur(88px);content:""}.hero-copy{z-index:2;align-self:center;max-width:560px;padding:34px 12px 34px clamp(44px,5.6vw,82px)}.hero-copy>*{animation:hero-enter .6s both cubic-bezier(.2,.8,.2,1)}.hero-copy>:nth-child(1){animation-delay:80ms}.hero-copy>:nth-child(2){animation-delay:.15s}.hero-copy>:nth-child(3){animation-delay:.22s}.hero-copy>:nth-child(4){animation-delay:.29s}.hero h1{max-width:520px;margin-bottom:24px;color:var(--berry);font-size:clamp(70px,5.85vw,84px);text-wrap:balance}.hero-intro{max-width:440px;font-size:17px}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:30px;margin-bottom:0}.hero-media{position:relative;z-index:1;min-width:0;height:100%;overflow:hidden;animation:hero-enter .72s .18s both cubic-bezier(.2,.8,.2,1)}.hero-media:before{position:absolute;z-index:1;inset:0 auto 0 0;width:28%;background:linear-gradient(90deg,var(--page),rgba(255,254,252,.78),transparent);content:"";pointer-events:none}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:52% 55%;transform:translate3d(var(--parallax-x),var(--parallax-y),0) scale(1.02);transition:transform .25s ease-out}#rutina{margin-top:var(--section-air);padding:var(--module-gap) var(--gutter) var(--section-air);background:var(--cream)}.routine{display:grid;grid-template-columns:minmax(220px,25%) minmax(0,75%);gap:var(--module-gap);max-width:1432px;height:450px;margin:0 auto}.routine-intro{align-self:center;padding:22px 28px 22px 36px}.routine-intro h2{margin-bottom:22px;color:var(--ink)}.routine-intro p:not(.eyebrow){max-width:220px}.routine-intro .button{margin-top:18px}.routine-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--module-gap);min-width:0;min-height:0}.routine-cards>li{min-width:0;min-height:0}.routine-card{display:grid;grid-template-rows:auto minmax(0,1fr);height:100%;min-height:0;overflow:hidden;border-radius:var(--card-radius);color:var(--ink)}.routine-card-copy{z-index:1;padding:18px 18px 0}.routine-card-copy h3{margin-bottom:8px;font-size:27px}.routine-card-copy p:last-child{max-width:180px;font-size:13px}.routine-card-media{position:relative;min-height:0;margin:0;overflow:hidden}.routine-card-media img{position:absolute;inset:0;width:300%;max-width:none;height:100%;object-fit:cover}[data-routine-product=hydra-me]{background:var(--hydra);color:#453071}[data-routine-product=daily-me]{background:var(--daily);color:#0d5e96}[data-routine-product=sunny-me]{background:var(--sunny);color:#77243e}[data-routine-product=hydra-me] .routine-card-media img{transform:translate(0)}[data-routine-product=daily-me] .routine-card-media img{transform:translate(-33.333%)}[data-routine-product=sunny-me] .routine-card-media img{transform:translate(-66.666%)}.proof-bar{display:flex;align-items:center;gap:28px;max-width:1432px;height:88px;margin:var(--section-air) auto 0;padding:10px 30px;overflow:hidden;background:var(--paper);border-block:1px solid rgba(248,87,53,.2)}.proof-seal{display:flex;flex:0 0 58px;align-items:center;justify-content:center;width:58px;height:58px;border:1px solid var(--berry);border-radius:50%;color:var(--berry);font-size:9px;font-weight:800;letter-spacing:.1em;text-align:center;text-transform:uppercase;transform:rotate(-7deg)}.proof-list{display:grid;flex:1;grid-template-columns:repeat(4,minmax(0,1fr))}.proof-item{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0;padding-inline:18px;font-size:13px;font-weight:700}.proof-item+.proof-item{border-left:1px solid rgba(95,45,50,.14)}.proof-icon{display:inline-flex;flex:0 0 24px;color:var(--berry)}.product-story,.sunny-section,.starter-kit,.trust-section,.final-cta{width:calc(100% - (2 * var(--gutter)));max-width:1432px;margin-inline:auto}.product-story{margin-top:var(--section-air)}.product-story-card{display:grid;grid-template-columns:32% 68%;height:344px;overflow:hidden;border-radius:var(--panel-radius)}.product-story-copy{z-index:2;align-self:center;padding:34px 20px 34px 44px}.product-story-copy h2{margin-bottom:14px}.product-story-copy p:not(.step-label){max-width:300px}.product-story-copy .button{margin-top:8px}.product-buy{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:10px}.product-price{font-size:14px;font-weight:800;white-space:nowrap}.product-story-media{min-width:0;height:100%;margin:0;overflow:hidden}.product-story-media img{width:100%;height:100%;object-fit:cover}[data-product=hydra-me]{background:linear-gradient(90deg,#fff8f4,#ffd5d1 39%,#ffaea8)}[data-product=daily-me]{background:linear-gradient(90deg,#eaf1ff,#cad9f5 42%,#b7cbed)}[data-product=daily-me]{grid-template-columns:68% 32%}[data-product=daily-me] .product-story-media{grid-column:1;grid-row:1}[data-product=daily-me] .product-story-copy{grid-column:2;grid-row:1;padding-inline:34px}[data-product=hydra-me] .product-story-copy h2,[data-product=hydra-me] .step-label{color:var(--berry)}[data-product=daily-me] .product-story-copy h2,[data-product=daily-me] .step-label{color:#075aa0}.sunny-section{display:grid;grid-template-columns:31% 69%;gap:var(--module-gap);height:326px;margin-top:var(--section-air);padding:12px;overflow:hidden;border-radius:var(--panel-radius);background:#fff2c9}.sunny-intro{align-self:center;padding:26px 24px 26px 30px}.sunny-intro h2{margin-bottom:14px;color:var(--berry)}.sunny-intro .button{margin-top:8px;background:#ed9000}.sunny-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--module-gap);min-width:0;overflow:hidden}.sunny-card{position:relative;min-width:0;overflow:hidden;border-radius:var(--card-radius);background:#eadcf7}.sunny-card:nth-child(2){background:#ffdfa5}.sunny-card-copy{position:absolute;z-index:2;top:18px;left:18px}.sunny-card-copy h3{margin-bottom:5px;font-size:25px}.sunny-card-copy p{max-width:140px;font-size:12px}.sunny-card>.product-buy{position:absolute;z-index:3;right:14px;bottom:14px;left:14px;justify-content:space-between;margin:0;padding:8px;border-radius:8px;background:#fffefce6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.sunny-card>.product-buy .button{min-height:44px;padding-inline:12px;font-size:11px}.sunny-card-media{width:100%;height:100%;margin:0;overflow:hidden}.sunny-card-media img{width:200%;max-width:none;height:100%;object-fit:cover}.sunny-card:first-child .sunny-card-media img{transform:translate(0)}.sunny-card:nth-child(2) .sunny-card-media img{transform:translate(-50%)}.starter-kit{position:relative;display:grid;grid-template-columns:34% 66%;height:288px;margin-top:var(--section-air);overflow:hidden;border-radius:var(--panel-radius);background:linear-gradient(90deg,#fffaf7,#fff0e8)}.starter-copy{z-index:2;align-self:center;padding:28px 20px 28px 44px}.starter-copy h2{margin-bottom:12px;color:var(--berry)}.starter-copy p:not(.eyebrow){max-width:330px}.starter-copy .button{margin-top:8px}.starter-media{min-width:0;height:100%;margin:0;overflow:hidden}.starter-media img{width:100%;height:100%;object-fit:cover}.starter-seal{position:absolute;z-index:3;right:40px;top:40px;display:flex;align-items:center;justify-content:center;width:68px;height:68px;padding:12px;border-radius:48% 52% 45% 55%;background:var(--butter);color:var(--berry);font-family:"DM Serif Display",Georgia,serif;font-size:15px;line-height:1;text-align:center;transform:rotate(5deg);box-shadow:0 12px 34px #b937491c}.trust-section{display:grid;grid-template-columns:28% 72%;height:278px;margin-top:var(--section-air);overflow:hidden;border-radius:var(--panel-radius);background:#fff0ef}.trust-copy{z-index:2;align-self:center;padding:28px 18px 28px 42px}.trust-copy h2{margin-bottom:12px;color:var(--berry);font-size:36px}.trust-copy p:not(.eyebrow){max-width:300px;font-size:13px}.trust-copy .button{margin-top:8px}.trust-media{height:100%;margin:0;overflow:hidden}.trust-media img{width:100%;height:100%;object-fit:cover}.final-cta{display:grid;grid-template-columns:42% 58%;height:268px;margin-top:var(--section-air);overflow:hidden;border-radius:var(--panel-radius) var(--panel-radius) 0 0;background:linear-gradient(100deg,#c90e40,#df244b 54%,#f06672);color:#fff}.final-cta-copy{z-index:2;align-self:center;padding:28px 20px 28px 44px}.final-cta .eyebrow{color:#ffd9de}.final-cta h2{max-width:420px;margin-bottom:10px;font-size:46px}.final-cta-copy>p:not(.eyebrow){max-width:340px}.final-cta .button{margin-top:7px}.final-cta-media{height:100%;margin:0;overflow:hidden}.final-cta-media img{width:100%;height:100%;object-fit:cover}.site-footer{min-height:180px;padding:22px var(--gutter) 16px;background:var(--cream)}.footer-top{display:grid;grid-template-columns:minmax(0,22fr) minmax(0,44fr) minmax(0,34fr);gap:20px;max-width:1360px;margin:0 auto}.footer-brand .brand-lockup{margin-bottom:16px;font-size:35px}.footer-social{display:flex;gap:8px;margin-bottom:10px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;padding:0;color:var(--ink);text-decoration:none;transition:color .18s ease,transform .18s ease}.footer-social svg{width:23px;height:23px;fill:currentColor}.footer-social a:first-child svg{fill:none;stroke:currentColor;stroke-width:1.8}.footer-social a:hover{color:var(--berry);transform:translateY(-1px)}.footer-social a:focus-visible{outline-color:var(--berry)}.country-selector{display:inline-flex;align-items:center;min-height:34px;font-size:12px}.footer-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.footer-column h3,.footer-newsletter h3{margin-bottom:8px;font-family:Inter,Arial,sans-serif;font-size:13px;font-weight:800;letter-spacing:0;line-height:1.3}.footer-column a{display:block;margin-block:4px;font-size:11px;text-decoration:none}.footer-newsletter>p{margin-bottom:10px;font-size:12px}.newsletter-form{display:block}.newsletter-form label{display:block;margin-bottom:10px;font-weight:700}.newsletter-control{display:flex}.newsletter-form input{min-width:0;height:42px;flex:1;padding:0 12px;border:1px solid rgba(95,45,50,.2);background:#fff}.newsletter-form button{height:42px;padding:0 16px;border:0;border-radius:0 5px 5px 0;background:var(--berry);color:#fff;font-weight:700}.footer-bottom{display:flex;align-items:center;gap:16px;max-width:1360px;margin:16px auto 0;padding-top:10px;border-top:1px solid rgba(95,45,50,.1);color:#6a6164;font-size:10px}.footer-bottom p{margin:0 0 0 auto}.country-selector{padding:0;border:0;background:transparent}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.cart-layer{position:fixed;z-index:100;inset:0}.cart-backdrop{position:absolute;inset:0;background:#2023286b}.cart-drawer{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(430px,100%);height:100dvh;overflow:hidden;background:var(--page);box-shadow:-18px 0 50px #20232829}.cart-drawer-header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;min-height:76px;padding:14px 20px;border-bottom:1px solid rgba(95,45,50,.12)}.cart-drawer-header h2{margin:0;color:var(--berry);font-size:34px}.cart-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:var(--ink);font-size:30px;cursor:pointer}.cart-empty{margin:auto;padding:30px;text-align:center}.cart-empty p:first-child{margin-bottom:8px;color:var(--berry);font-family:"DM Serif Display",Georgia,serif;font-size:28px}.cart-empty p:last-child{margin-bottom:0}.cart-lines{flex:1 1 auto;min-height:0;overflow-y:auto;padding:8px 20px}.cart-line{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:12px;align-items:start;padding:16px 0;border-bottom:1px solid rgba(95,45,50,.1)}.cart-line>img{width:76px;height:86px;border-radius:8px;object-fit:cover}.cart-line-details{display:flex;min-width:0;flex-direction:column;gap:10px}.cart-line h3{margin-bottom:2px;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:800;letter-spacing:0;line-height:1.3}.cart-line-details p{margin:0;color:#6a6164;font-size:12px}.cart-line-actions{display:flex;align-items:center;flex-wrap:wrap;gap:4px 8px}.cart-quantity{display:flex;align-items:center;border:1px solid rgba(95,45,50,.18);border-radius:5px}.cart-quantity button{width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer}.cart-quantity span{min-width:24px;text-align:center}.cart-remove,.cart-clear{min-height:44px;padding:6px 4px;border:0;background:transparent;color:var(--berry);font-size:12px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.cart-line-total{margin:0;font-size:12px;font-weight:800;white-space:nowrap}.cart-summary{flex:0 0 auto;padding:18px 20px max(18px,env(safe-area-inset-bottom));border-top:1px solid rgba(95,45,50,.12);background:var(--paper)}.cart-subtotal{display:flex;align-items:baseline;justify-content:space-between;gap:16px;font-size:16px}.cart-subtotal-value{color:var(--berry);font-size:18px}.cart-summary>p{margin:6px 0 14px;color:#6a6164;font-size:11px}.cart-checkout{display:flex;width:100%}.cart-clear{display:block;margin:4px auto 0}.reveal{opacity:1;transform:none}@keyframes hero-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(hover:hover)and (pointer:fine){.tilt-card{transition:box-shadow .22s ease,transform .22s ease}.tilt-card:hover{box-shadow:0 12px 34px #b937491c;transform:translateY(-4px) rotate(-.35deg)}}@media(max-width:900px){.site-header{grid-template-columns:1fr auto;height:68px}.desktop-navigation{display:none}.header-actions{padding-right:5px}.menu-toggle{display:inline-flex}.mobile-navigation{position:absolute;top:100%;right:0;left:0;display:flex;flex-direction:column;padding:8px var(--gutter) 18px;background:var(--page);border-bottom:1px solid rgba(95,45,50,.1)}.mobile-navigation a{display:flex;align-items:center;min-height:48px;border-bottom:1px solid rgba(95,45,50,.08)}.hero{grid-template-columns:1fr;height:700px}.hero-copy{align-self:start;max-width:640px;padding:48px var(--gutter) 0}.hero h1{max-width:570px}.hero-media{position:absolute;right:0;bottom:0;left:0;height:56%}.hero-media:before{display:none}.hero-media img{object-position:center 60%}.routine{grid-template-columns:1fr;height:auto}.routine-intro{padding:34px 8px 18px}.routine-intro p:not(.eyebrow){max-width:420px}.routine-cards{display:flex;overflow-x:auto;padding-bottom:4px;scroll-snap-type:inline mandatory;scrollbar-width:none}.routine-cards::-webkit-scrollbar{display:none}.routine-cards>li{flex:0 0 min(70vw,330px);scroll-snap-align:start}.routine-card{height:390px}.proof-bar{width:calc(100% - 2 * var(--gutter))}.proof-item{padding-inline:8px;font-size:11px}.product-story-card{grid-template-columns:38% 62%}.product-story-copy{padding-left:28px}.sunny-section{grid-template-columns:34% 66%}.starter-kit{grid-template-columns:38% 62%}.trust-section{grid-template-columns:34% 66%}.footer-top{grid-template-columns:26% 1fr}.newsletter-form{grid-column:1 / -1}}@media(max-width:600px){:root{--gutter: 8px;--module-gap: 8px;--section-air: 20px;--panel-radius: 16px}html{scroll-padding-top:64px}.site-header{height:64px;padding-left:16px}.site-header:after,.hero-coral-strip{width:6px}.brand-lockup{font-size:32px}.brand-lockup span:last-child{font-size:9px}.header-actions{gap:0}.hero{height:690px}.hero:before{top:-230px;left:-270px;width:560px;height:560px}.hero-copy{padding:40px 20px 0}.hero h1{max-width:340px;margin-bottom:18px;font-size:clamp(54px,15vw,60px)}.hero-intro{max-width:330px;font-size:15px}.hero-actions{gap:14px;margin-top:22px}.hero-media{right:-8%;left:-8%;height:49%}.hero-media img{object-position:53% 58%;transform:translate3d(var(--parallax-x),var(--parallax-y),0) scale(1.14)}#rutina{padding-inline:var(--gutter)}.routine-intro{padding-inline:16px}.routine-intro h2{max-width:290px;font-size:44px}.routine-cards{padding-left:8px;padding-right:24px}.routine-cards>li{flex-basis:82vw}.routine-card{height:400px}.routine-card-copy{padding:18px 18px 0}.proof-bar{gap:14px;height:82px;padding:8px 12px}.proof-seal{flex-basis:54px;width:54px;height:54px}.proof-list{display:flex;gap:28px;width:max-content;animation:proof-marquee 20s linear infinite}.proof-item{flex:0 0 auto;border-left:0!important;font-size:12px}.product-story,.sunny-section,.starter-kit,.trust-section,.final-cta{width:calc(100% - 2 * var(--gutter))}.product-story-card{grid-template-columns:1fr;height:560px}.product-story-copy{align-self:start;padding:34px 24px 16px}.product-story-copy h2{max-width:320px;font-size:44px}.product-story-copy .product-buy{margin-top:6px}.product-story-copy .product-buy .button{padding-inline:15px}.product-story-media{min-height:330px}.product-story-media img{object-position:63% center}[data-product=daily-me]{grid-template-columns:1fr}[data-product=daily-me] .product-story-copy{grid-column:1;grid-row:1;padding:34px 24px 16px}[data-product=daily-me] .product-story-media{grid-column:1;grid-row:2}.sunny-section{grid-template-columns:1fr;height:640px;padding:10px}.sunny-intro{padding:26px 16px 12px}.sunny-intro h2{font-size:44px}.sunny-grid{display:flex;overflow-x:auto;scroll-snap-type:inline mandatory;scrollbar-width:none}.sunny-grid::-webkit-scrollbar{display:none}.sunny-card{flex:0 0 100%;min-width:0;scroll-snap-align:start}.sunny-card-media img{width:200%}.sunny-card>.product-buy{align-items:stretch;flex-direction:column}.sunny-card>.product-buy .button{width:100%}.starter-kit{grid-template-columns:1fr;height:520px}.starter-copy{align-self:start;padding:34px 24px 10px}.starter-copy h2{font-size:44px}.starter-media{min-height:270px}.starter-media img{object-position:63% center}.starter-seal{top:240px;right:20px}.trust-section{grid-template-columns:1fr;height:690px}.trust-copy{padding:34px 24px 18px}.trust-copy h2{max-width:320px;font-size:40px}.trust-media{min-height:420px}.final-cta{grid-template-columns:1fr;height:560px}.final-cta-copy{align-self:start;padding:34px 24px 8px}.final-cta h2{max-width:330px;font-size:48px}.final-cta-media{min-height:300px}.final-cta-media img{object-position:60% center}.site-footer{padding:30px 20px 18px}.footer-top{grid-template-columns:1fr}.footer-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.newsletter-form{grid-column:auto}.cart-drawer{width:100%}.cart-drawer-header,.cart-lines{padding-inline:16px}.cart-line{grid-template-columns:68px minmax(0,1fr)}.cart-line>img{width:68px;height:78px}.cart-line-total{grid-column:2;grid-row:2}.cart-summary{padding-inline:16px}}@keyframes proof-marquee{to{transform:translate(-75%)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hero-media img,.tilt-card,.tilt-card:hover{transform:none}.proof-list{animation:none}}.brand-page-hero,.brand-page-section,.brand-page-starter,.faq-groups,.faq-closing{width:calc(100% - (2 * var(--gutter)));max-width:1432px;margin-inline:auto}.brand-page-hero{display:grid;grid-template-columns:minmax(360px,42%) minmax(0,58%);min-height:570px;overflow:hidden;border-radius:0 0 var(--panel-radius) var(--panel-radius)}.brand-page-hero-copy{z-index:1;align-self:center;padding:58px clamp(34px,5vw,78px)}.brand-page-hero h1{max-width:650px;margin-bottom:24px;color:var(--berry);font-size:clamp(64px,5.6vw,82px);text-wrap:balance}.brand-page-hero-copy>p:not(.eyebrow){max-width:540px;font-size:17px}.brand-page-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 24px;margin-top:28px}.brand-page-hero-media,.origin-media,.brand-page-starter figure{min-width:0;height:100%;margin:0;overflow:hidden}.brand-page-hero-media img,.origin-media img,.brand-page-starter figure img{width:100%;height:100%;object-fit:cover}.why-hero{background:#fff0ef}.why-hero .brand-page-hero-media img{object-position:center}.brand-page-section{margin-top:clamp(52px,6vw,88px)}.origin-section{display:grid;grid-template-columns:minmax(0,52%) minmax(320px,48%);min-height:510px;overflow:hidden;border-radius:var(--panel-radius);background:var(--cream)}.origin-copy{align-self:center;padding:clamp(42px,5vw,76px)}.origin-copy h2,.brand-page-heading h2,.habit-copy h2,.choice-section h2,.brand-page-starter h2,.faq-group h2,.faq-closing h2{color:var(--berry);text-wrap:balance}.origin-copy h2{max-width:600px;margin-bottom:26px;font-size:clamp(50px,4.8vw,68px)}.origin-copy>p:not(.eyebrow){max-width:650px}.origin-note{margin:28px 0 0;padding:20px 0 0 24px;border-top:1px solid rgba(210,25,64,.24);border-left:5px solid var(--coral);color:var(--berry);font-family:"DM Serif Display",Georgia,serif;font-size:25px;line-height:1.12}.origin-media img{object-position:60% center}.brand-page-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.brand-page-heading h2{max-width:720px;margin:0;font-size:clamp(52px,5vw,72px)}.why-routine-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--module-gap);margin-bottom:10px;counter-reset:routine-step}.why-routine-step{position:relative;min-height:325px;padding:30px;overflow:hidden;border-radius:var(--card-radius)}.why-routine-step:after{position:absolute;right:-6px;bottom:-40px;color:#ffffff61;font-family:"DM Serif Display",Georgia,serif;font-size:180px;line-height:1;content:counter(routine-step,decimal-leading-zero);counter-increment:routine-step;pointer-events:none}.why-routine-step:nth-child(1){background:var(--hydra);color:#453071}.why-routine-step:nth-child(2){background:var(--daily);color:#075a83}.why-routine-step:nth-child(3){background:#eed896;color:#77243e}.why-routine-step .step-label{color:currentColor}.why-routine-step h3{position:relative;z-index:1;margin-bottom:34px;font-size:clamp(38px,3.4vw,52px)}.why-routine-step strong,.why-routine-step>p:last-child{position:relative;z-index:1;display:block;max-width:300px}.why-routine-step strong{margin-bottom:8px;font-size:16px}.why-routine-step>p:last-child{margin-bottom:0;font-size:14px}.habit-section{display:grid;grid-template-columns:minmax(0,58%) minmax(300px,42%);overflow:hidden;border-radius:var(--panel-radius);background:#fff1dc}.habit-copy{padding:clamp(42px,5vw,76px)}.habit-copy h2{max-width:760px;margin-bottom:24px;font-size:clamp(48px,4.5vw,66px)}.habit-copy>p:last-child{max-width:650px}.habit-points{display:grid;align-content:center;padding:48px clamp(34px,4vw,64px);background:var(--berry);color:#fff}.habit-points li{position:relative;padding:24px 0 24px 34px;border-bottom:1px solid rgba(255,255,255,.22);font-weight:700}.habit-points li:last-child{border-bottom:0}.habit-points li:before{position:absolute;top:27px;left:0;width:13px;height:13px;border:3px solid #fff;border-radius:50%;content:""}.choice-section{display:grid;grid-template-columns:minmax(300px,42%) minmax(0,58%);gap:clamp(40px,7vw,100px);padding:clamp(44px,6vw,84px);border-block:1px solid rgba(210,25,64,.18)}.choice-section h2{max-width:500px;margin-bottom:0;font-size:clamp(48px,4.5vw,66px)}.choice-copy{align-self:center;max-width:700px;font-size:16px}.care-note{margin:26px 0 0;padding:20px;border-radius:10px;background:var(--cream);font-size:13px}.brand-page-starter{display:grid;grid-template-columns:minmax(360px,42%) minmax(0,58%);min-height:390px;margin-top:clamp(52px,6vw,88px);overflow:hidden;border-radius:var(--panel-radius) var(--panel-radius) 0 0;background:#fff0ef}.brand-page-starter-copy{align-self:center;padding:clamp(42px,5vw,72px)}.brand-page-starter h2{max-width:560px;margin-bottom:18px;font-size:clamp(52px,4.8vw,70px)}.brand-page-starter-copy>p:not(.eyebrow){max-width:500px}.brand-page-starter figure img{object-position:62% center}.faq-hero{min-height:500px;background:#e9eefb}.faq-hero .brand-page-hero-media img{width:300%;max-width:none;object-position:left center}.faq-groups{padding-block:clamp(34px,5vw,72px)}.faq-group{display:grid;grid-template-columns:minmax(240px,30%) minmax(0,70%);gap:clamp(32px,6vw,88px);padding-block:clamp(40px,5vw,72px)}.faq-group+.faq-group{border-top:1px solid rgba(210,25,64,.18)}.faq-group-heading{position:sticky;top:110px;align-self:start}.faq-group h2{margin:0;font-size:clamp(46px,4.4vw,64px)}.faq-list details{border-bottom:1px solid rgba(32,35,40,.18)}.faq-list details:first-child{border-top:1px solid rgba(32,35,40,.18)}.faq-list summary{position:relative;padding:23px 52px 23px 0;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(24px,2.2vw,31px);line-height:1.08;list-style:none;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{position:absolute;top:22px;right:4px;display:grid;width:32px;height:32px;place-items:center;border:1px solid currentColor;border-radius:50%;content:"+";font-family:Inter,Arial,sans-serif;font-size:20px;line-height:1}.faq-list details[open] summary{color:var(--berry)}.faq-list details[open] summary:after{content:"−"}.faq-list details p{max-width:760px;margin-bottom:24px;padding-right:52px;font-size:15px}.faq-closing{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:clamp(34px,5vw,72px);padding:clamp(42px,5vw,72px);border-radius:var(--panel-radius);background:var(--butter)}.faq-closing h2{max-width:640px;margin-bottom:16px;font-size:clamp(48px,4.8vw,70px)}.faq-closing p:not(.eyebrow){max-width:620px;margin-bottom:0}.faq-closing .brand-page-actions{flex:0 0 auto;margin-top:0}@media(max-width:900px){.brand-page-hero{grid-template-columns:1fr}.brand-page-hero-copy{padding:54px clamp(28px,6vw,60px) 38px}.brand-page-hero-media{height:360px}.origin-section{grid-template-columns:1fr}.origin-media{height:380px}.why-routine-step{min-height:360px;padding:24px}.habit-section,.choice-section{grid-template-columns:1fr}.choice-section{gap:28px}.brand-page-starter{grid-template-columns:1fr}.brand-page-starter figure{height:340px}.faq-group{grid-template-columns:1fr;gap:26px}.faq-group-heading{position:static}.faq-closing{align-items:start;flex-direction:column}}@media(max-width:600px){.brand-page-hero,.brand-page-section,.brand-page-starter,.faq-groups,.faq-closing{width:calc(100% - 16px)}.brand-page-hero{min-height:0;border-radius:0 0 16px 16px}.brand-page-hero-copy{padding:42px 20px 32px}.brand-page-hero h1{max-width:350px;margin-bottom:18px;font-size:clamp(52px,15vw,64px)}.brand-page-hero-copy>p:not(.eyebrow){font-size:15px}.brand-page-hero-media{height:300px}.brand-page-section,.brand-page-starter{margin-top:28px}.origin-copy,.habit-copy,.brand-page-starter-copy{padding:36px 22px}.origin-copy h2,.brand-page-heading h2,.habit-copy h2,.choice-section h2,.brand-page-starter h2,.faq-group h2,.faq-closing h2{font-size:44px}.origin-note{font-size:22px}.origin-media{height:320px}.brand-page-heading{display:block;padding-inline:14px}.why-routine-rail{display:flex;overflow-x:auto;padding:0 22px 6px 0;scroll-snap-type:inline mandatory;scrollbar-width:none}.why-routine-rail::-webkit-scrollbar{display:none}.why-routine-step{flex:0 0 84vw;min-height:350px;scroll-snap-align:start}.why-routine-step h3{font-size:44px}.habit-points{padding:24px 22px}.choice-section{padding:36px 22px}.brand-page-starter figure{height:300px}.faq-groups{padding-block:18px 34px}.faq-group{padding:34px 14px}.faq-list summary{padding-block:20px;font-size:25px}.faq-list summary:after{top:18px}.faq-list details p{padding-right:4px}.faq-closing{margin-bottom:28px;padding:36px 22px}.faq-closing .brand-page-actions{align-items:stretch;width:100%;flex-direction:column}}
