:root{--ink:#23315f;--muted:#64708f;--purple:#6d55bd;--blue:#77c7ee;--soft:#f3f0ff;--cream:#fff8df;--line:#23315f1f;--shadow:0 18px 45px #2a37641f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%}button,input,textarea,select{font:inherit}.shell{width:min(1180px,100% - 40px);margin:0 auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#ffffffe0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;height:78px;display:flex}.brand{align-items:center;gap:10px;font-weight:900;display:flex}.brand-word{letter-spacing:-.06em;font-size:1.55rem}.brand-word span{color:var(--purple)}nav{color:#465170;gap:28px;font-weight:700;display:flex}nav a:hover{color:var(--purple)}.cart-button{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-weight:800;display:flex}.hero{background:radial-gradient(circle at 20% 10%,#fff 0 16%,#0000 17%),linear-gradient(135deg,#e8f8ff 0%,#e7ddff 54%,#fff8df 100%);align-items:center;min-height:680px;display:grid;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;padding:84px 0 110px;display:grid}.hero h1,.page-top h1{letter-spacing:-.07em;margin:.18em 0;font-size:clamp(3.4rem,8vw,6.7rem);line-height:.92}.hero h1 span{color:var(--purple)}.hero-copy>p:not(.eyebrow){color:#526080;max-width:620px;font-size:1.23rem}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--purple);font-size:.78rem;font-weight:900}.button-row{flex-wrap:wrap;gap:14px;margin:30px 0;display:flex}.button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 24px;font-weight:900;display:inline-flex}.button.primary{background:var(--purple);color:#fff;box-shadow:0 10px 25px #6d55bd40}.button.secondary{border:1px solid var(--line);background:#fff}button:disabled{opacity:.65;cursor:not-allowed}.trust-row{color:#53607d;flex-wrap:wrap;gap:22px;font-weight:700;display:flex}.trust-row span{align-items:center;gap:8px;display:flex}.mascot-stage{place-items:center;min-height:500px;display:grid;position:relative}.mascot-stage img{z-index:2;width:min(440px,90%);animation:5s ease-in-out infinite float;position:relative}.foam-cloud{filter:blur(2px);background:#ffffff9e;border-radius:50%;width:560px;height:250px;position:absolute;bottom:40px;box-shadow:-150px 60px 0 -60px #ffffffa6,150px 50px 0 -70px #ffffffa6}.speech{box-shadow:var(--shadow);z-index:3;background:#fff;border-radius:24px 24px 24px 4px;padding:16px 20px;font-weight:900;position:absolute;top:55px;right:-10px;transform:rotate(3deg)}.bubbles{pointer-events:none;position:absolute;inset:0}.bubbles span{border:3px solid #ffffffb3;border-radius:50%;width:38px;height:38px;animation:12s linear infinite rise;position:absolute}.bubbles span:first-child{bottom:-50px;left:6%}.bubbles span:nth-child(2){width:22px;height:22px;animation-delay:2s;bottom:-90px;left:15%}.bubbles span:nth-child(3){width:56px;height:56px;animation-delay:5s;bottom:-70px;left:28%}.bubbles span:nth-child(4){animation-delay:1s;bottom:-60px;left:44%}.bubbles span:nth-child(5){width:25px;height:25px;animation-delay:4s;bottom:-80px;left:60%}.bubbles span:nth-child(6){width:65px;height:65px;animation-delay:7s;bottom:-90px;left:74%}.bubbles span:nth-child(7){animation-delay:3s;bottom:-60px;left:88%}.bubbles span:nth-child(n+8){opacity:.6;animation-delay:8s}.section{padding:96px 0}.soft-section{background:var(--soft)}.section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px;display:flex}.section-heading h2,.story-grid h2{letter-spacing:-.055em;margin:.18em 0;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1}.section-heading>a{color:var(--purple);font-weight:900}.collection-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.collection-card{min-height:260px;box-shadow:var(--shadow);border-radius:32px;padding:32px;transition:transform .25s}.collection-card:hover{transform:translateY(-7px)}.collection-card.c1{background:#dfd2ff}.collection-card.c2{background:#d9f4f1}.collection-card.c3{background:#fff0c8}.collection-icon{background:#ffffffb3;border-radius:20px;place-items:center;width:58px;height:58px;display:grid}.collection-card h3{margin:26px 0 8px;font-size:1.6rem}.product-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 12px 32px #2f3a6514}.product-art{place-items:center;min-height:285px;display:grid;position:relative;overflow:hidden}.product-art:before,.product-art:after{content:"";border:2px solid #ffffffa6;border-radius:50%;width:55px;height:55px;position:absolute;top:15%;right:12%}.product-art:after{width:28px;height:28px;top:25%;left:14%}.lavender{background:linear-gradient(145deg,#c9b7fa,#eee8ff)}.citrus{background:linear-gradient(145deg,#ffe184,#fff5c7)}.honey{background:linear-gradient(145deg,#ddbc83,#fff0cf)}.ocean{background:linear-gradient(145deg,#8ed5ef,#dff8ff)}.soap-shape{background:#ffffff9e;border:5px solid #ffffffb3;border-radius:42px;place-items:center;width:145px;height:180px;display:grid;transform:rotate(-6deg);box-shadow:0 18px 35px #22326026}.soap-shape span{color:#536185;font-weight:900}.product-copy{padding:22px}.product-copy h3{margin:4px 0 14px;font-size:1.35rem}.product-row{justify-content:space-between;align-items:center;font-weight:900;display:flex}.pill{text-transform:uppercase;letter-spacing:.1em;color:var(--purple);background:#f2efff;border-radius:999px;padding:6px 10px;font-size:.72rem}.story-band{background:linear-gradient(135deg,#d8efff,#ebe0ff);position:relative}.story-grid{grid-template-columns:1.2fr .8fr;align-items:center;display:grid}.story-grid>div{max-width:700px}.story-grid img{justify-self:end;width:360px}.news-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.news-card{border:1px solid var(--line);background:#fff;border-radius:28px;padding:32px}.news-card h3,.news-card h2{font-size:1.6rem;line-height:1.2}.news-card>a{color:var(--purple);font-weight:900}.foam-top:before{content:"";background:radial-gradient(circle at 22px 22px,#fff 21px,#0000 22px) 0 0/46px 46px repeat-x;height:45px;margin-top:-45px;display:block}.foam-bottom:after{content:"";background:radial-gradient(circle at 22px 22px,#fff 21px,#0000 22px) 0 0/46px 46px repeat-x;height:45px;margin-bottom:-45px;display:block;transform:rotate(180deg)}.footer{color:#fff;background:#26345f;padding-top:85px}.footer:before{background:radial-gradient(circle at 22px 22px,#fff 21px,#0000 22px) 0 0/46px 46px repeat-x}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:40px;display:grid}.footer .brand-word{color:#fff}.footer p,.footer a{color:#cdd4ec}.footer h3{margin-top:0}.footer-grid>div:not(:first-child){flex-direction:column;gap:10px;display:flex}.footer-bottom{color:#cdd4ec;border-top:1px solid #ffffff24;margin-top:60px;padding:28px 0}.page-top{min-height:60vh}.page-top h1{font-size:clamp(3rem,7vw,5.8rem)}.lead{color:var(--muted);max-width:760px;font-size:1.2rem}.product-detail{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.product-art.detail{border-radius:40px;min-height:560px}.product-art.detail .soap-shape{width:230px;height:285px}.price{font-size:2rem;font-weight:900}.fine-print{color:var(--muted);font-size:.85rem}.article{max-width:820px}.article h2{margin-top:42px}.empty-state{background:var(--soft);border-radius:28px;margin-top:35px;padding:42px}.admin-page{background:#f6f7fb;grid-template-columns:270px 1fr;min-height:calc(100vh - 78px);display:grid}.admin-page aside{color:#fff;background:#25345e;padding:30px 20px}.admin-brand{margin-bottom:28px;font-size:1.4rem;font-weight:900}.admin-brand span{color:#c8b8ff}.admin-page aside nav{flex-direction:column;gap:6px;display:flex}.admin-page aside a{color:#dce2f7;border-radius:12px;gap:10px;padding:12px;display:flex}.admin-page aside a:hover{background:#ffffff14}.admin-main{padding:55px}.admin-main h1{letter-spacing:-.06em;margin:0;font-size:3.7rem}.admin-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px;display:grid}.admin-grid article{border:1px solid var(--line);background:#fff;border-radius:22px;padding:24px}.admin-grid h2{font-size:1.1rem}.admin-grid button{border:0;border-radius:999px;padding:8px 12px}.admin-grid svg{color:var(--purple)}@keyframes float{50%{transform:translateY(-18px)rotate(2deg)}}@keyframes rise{to{opacity:0;transform:translateY(-850px)translate(55px)}}@media (max-width:950px){nav{display:none}.hero-grid,.story-grid,.product-detail{grid-template-columns:1fr}.mascot-stage{min-height:390px}.speech{right:5%}.product-grid{grid-template-columns:repeat(2,1fr)}.collection-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.admin-page{grid-template-columns:1fr}.admin-page aside{display:none}.admin-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.shell{width:min(100% - 24px,1180px)}.header-inner{height:68px}.cart-button span{display:none}.hero-grid{padding:60px 0 80px}.hero h1{font-size:3.8rem}.mascot-stage{min-height:320px}.speech{font-size:.8rem;top:20px}.section{padding:70px 0}.product-grid,.news-grid,.footer-grid,.admin-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:start}.product-art{min-height:250px}.admin-main{padding:30px 18px}.admin-main h1{font-size:2.7rem}}:root{--deep:#073f78;--deep2:#0b5aa7;--aqua:#38d5d3;--aqua2:#7ce9e0;--sky:#41a9ee;--foam:#f8fdff;--sun:#ffba42;--lav:#a885ef}.site-header{background:#f8fdffeb;box-shadow:0 8px 28px #144c820f}.header-inner{height:84px}.brand{gap:12px}.brand-bubble-mark{background:linear-gradient(145deg,#5be5dc,#28aee0);border:4px solid #fff;border-radius:18px;place-items:center;width:46px;height:46px;display:grid;position:relative;box-shadow:0 8px 18px #125b8e2e,inset 0 0 0 1px #044d7c14}.brand-bubble-mark:before,.brand-bubble-mark:after{content:"";border:2px solid #34b1e05c;border-radius:50%;position:absolute}.brand-bubble-mark:before{width:12px;height:12px;top:-7px;right:-8px}.brand-bubble-mark:after{width:7px;height:7px;bottom:0;left:-5px}.brand-bubble-mark span{color:#fff;letter-spacing:-.08em;font-size:.72rem;font-weight:1000}.brand-word{letter-spacing:-.075em;color:#fff;-webkit-text-stroke:5px var(--deep);paint-order:stroke fill;text-shadow:0 3px #0a59992e;font-family:ui-rounded,Arial Rounded MT Bold,Inter,sans-serif;font-size:1.8rem;font-weight:1000}.brand-word:after{content:"";background:linear-gradient(90deg,var(--aqua),var(--sky));opacity:.8;border-radius:999px;height:4px;margin:1px 7px 0 18px;display:block}.footer .brand-word{color:#fff;-webkit-text-stroke-color:#153b70}.footer .brand-bubble-mark{box-shadow:none}.site-header nav a{position:relative}.site-header nav a:after{content:"";background:var(--aqua);border-radius:4px;height:3px;transition:all .2s;position:absolute;bottom:-9px;left:50%;right:50%}.site-header nav a:hover:after{left:0;right:0}.cart-button{border-color:#094c831f;box-shadow:0 7px 18px #094c830f}.hero-v2{isolation:isolate;background:linear-gradient(122deg,#dff8ff 0%,#c7efff 33%,#79d4f5 67%,#4bb9ee 100%);min-height:720px}.hero-v2:before{content:"";z-index:-2;background:radial-gradient(circle at 12% 14%,#ffffffdb,#0000 21%),radial-gradient(circle at 76% 24%,#ffffff3d,#0000 28%),linear-gradient(90deg,#ffffff2e,#0000 40%);position:absolute;inset:0}.hero-glow{filter:blur(30px);opacity:.5;z-index:-1;border-radius:50%;position:absolute}.hero-glow-one{background:#fff;width:440px;height:440px;top:50px;left:-220px}.hero-glow-two{background:#71eddf;width:380px;height:380px;bottom:-80px;right:-120px}.hero-v2 .hero-grid{padding:82px 0 122px}.hero-v2 h1{color:#fff;text-shadow:0 7px 0 var(--deep),0 14px 30px #05477e38;-webkit-text-stroke:4px var(--deep);paint-order:stroke fill;letter-spacing:-.075em;font-family:ui-rounded,Arial Rounded MT Bold,Inter,sans-serif;font-size:clamp(4.2rem,8vw,7rem)}.hero-v2 h1 span{color:#e6fff8}.hero-kicker span{color:var(--deep2);background:#ffffffc2;border-radius:999px;padding:8px 13px;display:inline-flex;box-shadow:0 8px 22px #073f7814}.hero-lead{font-weight:650;color:#164e78!important;max-width:590px!important;font-size:1.2rem!important}.button-splash{gap:10px;background:linear-gradient(135deg,#0876d8,#0757b0)!important;box-shadow:0 13px 25px #054c933d!important}.button-splash:hover{transform:translateY(-2px)}.hero-v2 .button.secondary{color:var(--deep);border-color:#073f782e}.hero-trust span{color:#0f527b}.mascot-stage-v2{min-height:545px}.mascot-halo{filter:blur(.2px);background:radial-gradient(circle,#ffffffc7,#ffffff1f 66%,#0000 67%);border-radius:50%;width:480px;height:480px;position:absolute}.mascot-platform{filter:drop-shadow(0 18px 16px #0e5f8f24);background:radial-gradient(#fffffff0,#def9ffbd 55%,#0000 72%);border-radius:50%;width:520px;height:120px;position:absolute;bottom:26px}.soapy-mascot{z-index:2;filter:drop-shadow(0 20px 24px #05497c24);width:min(475px,94%);height:auto;animation:5s ease-in-out infinite mascotBob;position:relative;overflow:visible}.wave-arm{transform-origin:386px 235px}.is-waving .wave-arm{animation:5.5s ease-in-out infinite mascotWave}.speech-v2{color:var(--deep);flex-direction:column;padding:15px 19px;display:flex;top:92px;right:-12px;transform:rotate(2deg)}.speech-v2 strong{font-size:1rem}.speech-v2 span{color:#5f7190;font-size:.78rem}.speech-v2:after{content:"";border-top:9px solid #fff;border-bottom:0 solid #0000;border-left:0 solid #0000;border-right:12px solid #0000;position:absolute;bottom:9px;left:-10px}.foam-divider{z-index:5;pointer-events:none;height:62px;position:absolute;left:0;right:0;overflow:hidden}.foam-divider span{background:#fff;border-radius:50%;width:44px;height:44px;position:absolute;bottom:-18px;left:-10px;box-shadow:40px 8px 0 10px #fff,86px -4px 0 17px #fff,138px 12px 0 7px #fff,185px -7px 0 22px #fff,244px 8px 0 13px #fff,302px -2px 0 18px #fff,362px 10px 0 9px #fff,410px -4px 0 17px #fff,468px 8px 0 13px #fff,526px -3px 0 19px #fff,590px 10px 0 11px #fff,648px -5px 0 20px #fff,714px 8px 0 13px #fff,775px -2px 0 17px #fff,835px 10px 0 12px #fff,898px -5px 0 21px #fff,966px 8px 0 13px #fff,1030px -3px 0 19px #fff,1095px 9px 0 12px #fff,1160px -4px 0 22px #fff,1230px 8px 0 12px #fff,1300px -5px 0 20px #fff,1370px 7px 0 14px #fff,1440px -3px 0 18px #fff}.foam-divider span:nth-child(2){opacity:.8;bottom:-31px;left:17px;transform:scale(.74)}.foam-divider span:nth-child(3){opacity:.55;bottom:-41px;left:-32px;transform:scale(.54)}.foam-divider-hero{bottom:0}.benefit-strip{z-index:7;background:#fff;padding:26px 0 24px;position:relative}.benefit-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.benefit-grid>div{border-right:1px solid var(--line);align-items:center;gap:13px;padding:10px 24px;display:flex}.benefit-grid>div:last-child{border-right:0}.benefit-icon{color:#0e8bb8;background:linear-gradient(145deg,#effcff,#d8f5ff);border:3px solid #fff;border-radius:50%;flex:0 0 54px;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 0 0 3px #bceaff,0 7px 18px #1d6e9f14}.benefit-grid p{flex-direction:column;margin:0;line-height:1.25;display:flex}.benefit-grid strong{font-size:.91rem}.benefit-grid small{color:var(--muted);margin-top:4px;font-size:.76rem}.collection-section{background:linear-gradient(#fff,#f7fcff)}.collection-grid-v2{gap:22px}.collection-grid-v2 .collection-card{border:5px solid #fff;flex-direction:column;justify-content:space-between;min-height:310px;display:flex;position:relative;overflow:hidden}.collection-grid-v2 .collection-card.c1{color:#fff;background:linear-gradient(145deg,#aa8bec,#7858d4)}.collection-grid-v2 .collection-card.c2{color:#073d55;background:linear-gradient(145deg,#72dfce,#25bfae)}.collection-grid-v2 .collection-card.c3{color:#744011;background:linear-gradient(145deg,#ffd66e,#ff9f35)}.collection-grid-v2 .collection-card p{color:inherit;opacity:.88}.collection-grid-v2 .collection-icon{color:var(--deep);background:#ffffffd1}.collection-link{align-items:center;gap:7px;margin-top:13px;font-weight:900;display:inline-flex}.collection-bubbles:before,.collection-bubbles:after{content:"";border:3px solid #ffffff73;border-radius:50%;position:absolute}.collection-bubbles:before{width:90px;height:90px;top:-18px;right:-15px}.collection-bubbles:after{width:38px;height:38px;top:61px;right:82px}.featured-section{background:#fff;position:relative}.foam-scene-top:before{content:"";background:radial-gradient(circle at 20px 22px,#fff 20px,#0000 21px) 0 0/43px 43px repeat-x;height:42px;margin-top:-42px;display:block}.centered-heading{text-align:center;justify-content:center}.section-subtitle{color:var(--muted);margin:.7rem auto 0}.product-card-v2{border:0;border-radius:24px;transition:transform .25s,box-shadow .25s;box-shadow:0 15px 34px #1748741c}.product-card-v2:hover{transform:translateY(-7px);box-shadow:0 22px 42px #17487429}.product-card-v2 .product-art{min-height:300px}.soap-shape-v2{background:linear-gradient(145deg,#ffffffd1,#ffffff78);border:3px solid #ffffffdb;border-radius:30px;place-items:center;width:158px;height:182px;display:grid;position:relative;transform:rotate(-5deg);box-shadow:inset 8px 10px 20px #ffffff59,inset -8px -10px 18px #2c5d7b1f,0 22px 32px #264f7033}.soap-emboss{color:#1a4b696b;letter-spacing:-.05em;text-shadow:0 1px #fffc;font-size:.89rem;font-weight:1000}.soap-spark{color:#ffffffe6;position:absolute;top:17px;right:18px}.soap-stack-shadow{filter:blur(8px);background:#153e5c24;border-radius:50%;width:150px;height:35px;position:absolute;bottom:49px}.product-bubble{border:3px solid #ffffffb3;border-radius:50%;position:absolute}.product-bubble.b1{width:45px;height:45px;top:15%;right:17%}.product-bubble.b2{width:20px;height:20px;top:28%;left:17%}.product-price{font-size:1.05rem}.product-view{width:38px;height:38px;color:var(--deep2);background:#edf8ff;border-radius:50%;place-items:center;transition:all .2s;display:grid}.product-view:hover{background:var(--deep2);color:#fff}.story-band-v2{color:#fff;background:linear-gradient(135deg,#0d86df,#0a65c2 55%,#074a9b);padding:120px 0;position:relative;overflow:hidden}.story-band-v2 .bubbles span{border-color:#ffffff6b}.story-grid-v2{z-index:3;grid-template-columns:.85fr 1.15fr;position:relative}.story-mascot-wrap{height:390px;position:relative}.story-mascot-wrap .soapy-mascot{width:360px;animation:none;position:absolute;bottom:-74px;left:0}.story-copy h2{color:#fff;text-shadow:0 5px #05377166;font-family:ui-rounded,Arial Rounded MT Bold,Inter,sans-serif;font-size:clamp(3rem,6vw,5rem)}.story-copy p{color:#e9f7ff;max-width:680px;font-size:1.12rem}.light-eyebrow{color:#baf9ee}.story-points{flex-wrap:wrap;gap:25px;margin:25px 0;display:flex}.story-points span{align-items:center;gap:8px;font-weight:850;display:flex}.light-button{color:var(--deep);background:#fff;gap:8px}.story-band-v2 .foam-divider-top{top:0;transform:rotate(180deg)}.story-band-v2 .foam-divider-bottom{bottom:0}.news-card{transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.news-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #214d771a}.news-card>a{align-items:center;gap:7px;display:inline-flex}.news-bubble{border:3px solid #46b7e01a;border-radius:50%;width:120px;height:120px;position:absolute;top:-42px;right:-36px}.news-card-2 .news-bubble{border-color:#a885ef26}@keyframes mascotBob{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-13px)rotate(1deg)}}@keyframes mascotWave{0%,12%,34%,to{transform:rotate(0)}17%{transform:rotate(-12deg)}23%{transform:rotate(10deg)}29%{transform:rotate(-8deg)}}@media (max-width:950px){.benefit-grid{grid-template-columns:1fr 1fr}.benefit-grid>div:nth-child(2){border-right:0}.benefit-grid>div{border-bottom:1px solid var(--line)}.mascot-stage-v2{min-height:480px}.story-grid-v2{grid-template-columns:1fr}.story-mascot-wrap{order:2;height:260px}.story-mascot-wrap .soapy-mascot{width:280px;bottom:-125px;left:50%;transform:translate(-50%)}.story-band-v2{padding-bottom:190px}.speech-v2{top:70px;right:6%}}@media (max-width:600px){.header-inner{height:72px}.brand-bubble-mark{width:39px;height:39px}.brand-word{-webkit-text-stroke-width:4px;font-size:1.45rem}.hero-v2{min-height:auto}.hero-v2 .hero-grid{padding-top:58px}.hero-v2 h1{-webkit-text-stroke-width:3px;text-shadow:0 5px 0 var(--deep),0 11px 24px #05477e2e;font-size:4rem}.mascot-stage-v2{min-height:380px}.mascot-platform{width:360px}.speech-v2{top:28px;right:0}.benefit-grid{grid-template-columns:1fr}.benefit-grid>div{border-right:0}.collection-grid-v2 .collection-card{min-height:260px}.story-band-v2{padding-top:95px}.story-mascot-wrap .soapy-mascot{width:240px}.brand-word:after{display:none}}.brand-v2b{align-items:center;gap:0;display:flex}.brand-wordmark{letter-spacing:-.075em;align-items:baseline;font-family:ui-rounded,Arial Rounded MT Bold,Inter,sans-serif;font-weight:1000;line-height:1;display:inline-flex;position:relative}.brand-soapy{color:#0879c9}.brand-bar{color:#46c7bf}.brand-wordmark:after{content:"";opacity:.72;background:linear-gradient(90deg,#6de3d5,#50bcea,#a383ee);border-radius:999px;height:5px;position:absolute;bottom:-9px;left:4%;right:4%;transform:rotate(-1.2deg)}.brand-tagline{display:none}.brand-pop{background:#ffffffbf;border:2px solid #69cee6;border-radius:50%;position:absolute}.brand-pop-one{width:10px;height:10px;top:-10px;right:-14px}.brand-pop-two{width:7px;height:7px;top:-2px;right:-25px}.brand-pop-three{width:5px;height:5px;top:10px;right:-20px}.brand .brand-word,.brand .brand-bubble-mark{display:none}.header-inner .brand-wordmark{font-size:1.7rem}.footer .brand-wordmark{font-size:1.75rem}.footer .brand-soapy{color:#fff}.footer .brand-bar{color:#8deee4}.footer .brand-pop{background:0 0;border-color:#b6f5ef}.soapy-creature .soap-emblem{transform-origin:50%;animation:4.5s ease-in-out infinite emblemGlow}.soapy-creature .corner-suds{animation:5.2s ease-in-out infinite sudWiggle}.soapy-creature .face{transform-origin:270px 260px;animation:6.7s linear infinite soapyBlink}.mascot-stage-v2 .soapy-creature{width:min(455px,92%)}.story-mascot-wrap .soapy-creature{width:340px}.speech-v2{animation:7s ease-in-out infinite speechPop}.speech-v2:before{content:"🫧";filter:drop-shadow(0 4px 7px #1d5c881a);font-size:1.25rem;position:absolute;top:-20px;right:-16px}.site-transition{z-index:9999;pointer-events:none;visibility:hidden;position:fixed;inset:0;overflow:hidden}.transition-water{background:linear-gradient(160deg,#bff7ff 0%,#80dff1 44%,#9be7dc 100%);position:absolute;inset:0;transform:translateY(105%)}.transition-foam{align-items:flex-start;gap:0;height:170px;display:flex;position:absolute;top:50%;left:-6%;right:-6%;transform:translateY(120vh)}.transition-foam span{aspect-ratio:1;background:#fff;border-radius:50%;flex:1 0 6%;display:block;box-shadow:0 28px 0 11px #fffffffa,18px 6px 0 4px #fffffffa}.transition-bubbles{opacity:0;position:absolute;inset:0}.transition-bubbles i{border:3px solid #ffffffd9;border-radius:50%;width:34px;height:34px;position:absolute;bottom:-60px}.transition-bubbles i:first-child{width:20px;height:20px;left:8%}.transition-bubbles i:nth-child(2){width:48px;height:48px;left:18%}.transition-bubbles i:nth-child(3){width:26px;height:26px;left:29%}.transition-bubbles i:nth-child(4){width:60px;height:60px;left:39%}.transition-bubbles i:nth-child(5){width:22px;height:22px;left:49%}.transition-bubbles i:nth-child(6){width:42px;height:42px;left:61%}.transition-bubbles i:nth-child(7){width:27px;height:27px;left:72%}.transition-bubbles i:nth-child(8){width:54px;height:54px;left:81%}.transition-bubbles i:nth-child(9){width:19px;height:19px;left:90%}.transition-bubbles i:nth-child(10){width:36px;height:36px;left:95%}.transition-mark{letter-spacing:-.07em;color:#0879c9;text-shadow:0 4px #ffffffb3;opacity:0;font-family:ui-rounded,Arial Rounded MT Bold,Inter,sans-serif;font-size:clamp(2.2rem,6vw,4.5rem);font-weight:1000;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.94)}.site-transition.is-washing{visibility:visible}.site-transition.is-washing .transition-water{animation:.46s cubic-bezier(.66,.02,.32,1) forwards washUp}.site-transition.is-washing .transition-foam{animation:.46s cubic-bezier(.66,.02,.32,1) forwards foamUp}.site-transition.is-washing .transition-bubbles{animation:.44s ease-out forwards bubbleShow}.site-transition.is-washing .transition-bubbles i{animation:.48s ease-out forwards transitionBubble}.site-transition.is-washing .transition-mark{animation:.35s ease-out .12s forwards markIn}.site-transition.is-revealing{visibility:visible}.site-transition.is-revealing .transition-water{animation:.52s cubic-bezier(.66,.02,.32,1) 60ms forwards washReveal;transform:translateY(0)}.site-transition.is-revealing .transition-foam{animation:.52s cubic-bezier(.66,.02,.32,1) 60ms forwards foamReveal;transform:translateY(-4vh)}.site-transition.is-revealing .transition-mark{opacity:.7;animation:.32s ease-in forwards markOut}@keyframes washUp{0%{transform:translateY(105%)}to{transform:translateY(0)}}@keyframes foamUp{0%{transform:translateY(120vh)}to{transform:translateY(-4vh)}}@keyframes washReveal{0%{transform:translateY(0)}to{transform:translateY(-108%)}}@keyframes foamReveal{0%{transform:translateY(-4vh)}to{transform:translateY(-122vh)}}@keyframes bubbleShow{0%{opacity:0}to{opacity:1}}@keyframes transitionBubble{0%{opacity:0;transform:translateY(0)scale(.7)}to{opacity:.9;transform:translateY(-72vh)scale(1)}}@keyframes markIn{to{opacity:.84;transform:translate(-50%,-50%)scale(1)}}@keyframes markOut{to{opacity:0;transform:translate(-50%,-50%)scale(1.04)}}@keyframes emblemGlow{0%,to{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes sudWiggle{0%,to{transform:rotate(0)}50%{transform:rotate(2deg)}}@keyframes speechPop{0%,10%,88%,to{transform:rotate(2deg)scale(1)}6%{transform:rotate(0)scale(1.04)}}@keyframes soapyBlink{0%,46%,50%,to{transform:scaleY(1)}48%{transform:scaleY(.12)}}@media (prefers-reduced-motion:reduce){.site-transition{display:none}.soapy-creature,.soapy-creature .wave-arm,.speech-v2,.soapy-creature .soap-emblem,.soapy-creature .corner-suds,.soapy-creature .face,.bubbles span{animation:none!important}}.soapy-character{--soap-top:#c9f2f2;--soap-mid:#9fdddd;--soap-bottom:#79c7cc;--soap-edge:#206f793d;--soap-ink:#153d4b;isolation:isolate;width:min(300px,42vw);min-width:190px;margin-inline:auto;position:relative}.soapy-stage{aspect-ratio:.74;width:100%;animation:4.8s ease-in-out infinite soapyGentleFloat;position:relative}.soapy-body{background:linear-gradient(145deg, var(--soap-top) 0%, var(--soap-mid) 48%, var(--soap-bottom) 100%);border:2px solid var(--soap-edge);border-radius:16%/10%;width:56%;height:73%;position:absolute;top:8%;left:22%;overflow:hidden;box-shadow:inset 10px 10px 18px #ffffff6b,inset -8px -12px 18px #1f69751f,0 24px 45px #1b5d6929}.soapy-inner-bevel{border:2px solid #ffffff5c;border-radius:13%/9%;position:absolute;inset:7%;box-shadow:inset 0 0 0 1px #1e707b14}.soapy-highlight{filter:blur(.3px);background:linear-gradient(#ffffffa6,#fff0);border-radius:999px;width:14%;height:56%;position:absolute;top:8%;left:12%;transform:rotate(4deg)}.soapy-face{height:34%;position:absolute;top:25%;left:19%;right:19%}.soapy-eye{aspect-ratio:.82;background:#fff;border:2px solid #133d4b1f;border-radius:48%;width:25%;position:absolute;top:0;box-shadow:0 3px 7px #19515b14}.soapy-eye-left{left:5%}.soapy-eye-right{right:5%}.soapy-eye i{aspect-ratio:1;background:var(--soap-ink);border-radius:50%;width:42%;animation:6.4s infinite soapyBlink;position:absolute;top:32%;left:31%}.soapy-mouth{border-bottom:4px solid var(--soap-ink);border-radius:0 0 999px 999px;width:22%;height:14%;position:absolute;top:64%;left:39%}.soapy-stamp{opacity:.34;width:36%;height:12%;position:absolute;bottom:13%;left:50%;transform:translate(-50%)}.soapy-stamp span{border:2px solid #237c87;border-radius:50%;position:absolute}.soapy-stamp span:first-child{width:20px;height:20px;bottom:0;left:8%}.soapy-stamp span:nth-child(2){width:13px;height:13px;top:0;left:39%}.soapy-stamp span:nth-child(3){width:9px;height:9px;bottom:3px;right:10%}.soapy-arm{transform-origin:82%;z-index:-1;background:linear-gradient(#9fdddd,#7cc9ce);border:2px solid #206f792e;border-radius:999px;width:27%;height:8%;position:absolute;top:38%}.soapy-arm-left{transform-origin:85%;left:3%;transform:rotate(18deg)}.soapy-arm-right{transform-origin:15%;right:3%;transform:rotate(-18deg)}.soapy-hand{aspect-ratio:1;background:#a8e4e3;border:2px solid #206f7929;border-radius:50%;width:28%;position:absolute;top:50%;transform:translateY(-50%)}.soapy-arm-left .soapy-hand{left:-4%}.soapy-arm-right .soapy-hand{right:-4%}.soapy-leg{z-index:-1;background:#78c6cc;border-radius:999px;width:9%;height:17%;position:absolute;top:77%}.soapy-leg-left{left:35%;transform:rotate(5deg)}.soapy-leg-right{right:35%;transform:rotate(-5deg)}.soapy-leg span{background:#5bb4bc;border-radius:999px;width:155%;height:34%;position:absolute;bottom:-2%}.soapy-leg-left span{right:0}.soapy-leg-right span{left:0}.soapy-bubble{background:radial-gradient(circle at 30% 25%,#ffffffe6,#bdebf02e 55%,#55bcca1f);border:2px solid #51b7c759;border-radius:50%;animation:5s ease-in-out infinite soapyBubbleDrift;position:absolute;box-shadow:inset 2px 2px 5px #ffffffb3}.soapy-bubble-a{width:30px;height:30px;top:8%;right:5%}.soapy-bubble-b{width:17px;height:17px;animation-delay:-1.3s;top:24%;right:0}.soapy-bubble-c{width:12px;height:12px;animation-delay:-2.4s;top:16%;left:8%}.soapy-speech{z-index:5;color:#214b58;background:#fffffff5;border:1px solid #55b5c42e;border-radius:18px;max-width:210px;padding:.8rem 1rem;font-weight:700;line-height:1.25;position:absolute;top:-4%;right:-28%;box-shadow:0 12px 34px #1e5c6921}.soapy-speech:after{content:"";background:#fff;border-bottom:1px solid #55b5c42e;border-right:1px solid #55b5c42e;width:18px;height:18px;position:absolute;bottom:-9px;left:20%;transform:rotate(45deg)}.soapy-wave .soapy-arm-right{animation:1.7s ease-in-out infinite soapyWave;top:25%;transform:rotate(-78deg)}.soapy-point .soapy-arm-right{top:36%;right:-5%;transform:rotate(-5deg)scaleX(1.25)}.soapy-happy .soapy-mouth{border-bottom-width:5px;width:30%;height:20%;left:35%}.soapy-thinking .soapy-eye i{top:23%;left:48%}.soapy-thinking .soapy-arm-right{top:47%;right:8%;transform:rotate(-52deg)}.soapy-peek{transform:translate(17%)}.soapy-compact{width:150px;min-width:0}@keyframes soapyGentleFloat{0%,to{transform:translateY(0)rotate(-.4deg)}50%{transform:translateY(-8px)rotate(.5deg)}}@keyframes soapyWave{0%,to{transform:rotate(-78deg)}35%{transform:rotate(-96deg)}65%{transform:rotate(-66deg)}}@keyframes soapyBubbleDrift{0%,to{opacity:.75;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-10px)scale(1.05)}}@media (max-width:760px){.soapy-character{width:min(235px,62vw)}.soapy-speech{max-width:160px;font-size:.82rem;top:-15%;right:-5%}}@media (prefers-reduced-motion:reduce){.soapy-stage,.soapy-bubble,.soapy-eye i,.soapy-wave .soapy-arm-right{animation:none!important}}.soapy-body{border-radius:10%/7%;width:52%;height:75%;left:24%}.soapy-inner-bevel{border-radius:8%/6%;inset:6%}.soapy-face{top:24%;left:18%;right:18%}.soapy-stamp{opacity:.27}
