/* A compact house of brands, followed by each category's own experience. */
.brand-home{background:#fffefa;color:#222c31}
.brand-opening{max-width:1600px;margin:auto;padding:50px 4.5% 40px}
.brand-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:38px}
.brand-heading .eyebrow{font-size:12px;letter-spacing:.15em;margin-bottom:19px;color:#717876}
.brand-heading h1{font-size:clamp(45px,4.4vw,70px);line-height:1.02;letter-spacing:-.055em;font-weight:490;margin:0}
.brand-heading h1 span{color:#6a706e}
.brand-purpose{font-size:16px;line-height:1.65;margin:0 0 3px;max-width:365px;color:#69716e}
.brand-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.brand-category{display:block;min-width:0;background:#f4f2ec;overflow:hidden;border-radius:5px;padding:25px 22px 18px;transition:background .25s,transform .25s}
.brand-category:hover{background:#eeece5;transform:translateY(-3px)}
.brand-category:focus-visible{outline:2px solid #244db5;outline-offset:4px}
.brand-category-title{display:flex;justify-content:space-between;align-items:center;gap:12px}
.brand-category-title h2{font-size:25px;font-weight:530;letter-spacing:-.035em;line-height:1.18;margin:0}
.brand-category-title>span{font-size:18px;color:#757f79}
.brand-category-line{font-size:14px;line-height:1.5;color:#737a75;margin:10px 0 0;min-height:42px}
.brand-category-image{height:clamp(160px,15vw,230px);margin:5px -22px 16px;overflow:hidden}
.brand-category-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .7s cubic-bezier(.2,.7,.2,1);mix-blend-mode:multiply}
.brand-category:hover img{transform:scale(1.035)}
.brand-category-diaper .brand-category-image img{object-fit:contain}
.brand-category-detail{border-top:1px solid #d9ddd6;padding-top:13px;margin:0;font-size:12px;color:#637168;line-height:1.5}
.brand-belief{max-width:1456px;margin:0 auto;padding:44px 0 48px;border-top:1px solid #dfe2da}
.brand-belief>.eyebrow{font-size:12px;letter-spacing:.13em;margin-bottom:24px;color:#7c847e}
.brand-belief>div{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:center}
.brand-belief h2{font-size:clamp(31px,3vw,44px);line-height:1.08;letter-spacing:-.04em;font-weight:480;margin:0}
.brand-belief p:not(.eyebrow){font-size:16px;line-height:1.8;color:#6d7770;margin:0;max-width:560px}
.brand-founder{max-width:1456px;margin:0 auto 60px;display:grid;grid-template-columns:minmax(240px,.65fr) minmax(0,1fr);gap:9%;align-items:center;padding:38px 6%;background:#f1f2ef}
.brand-founder-portrait{width:100%;max-width:330px;justify-self:center}
.brand-founder-portrait img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover}
.brand-founder-copy{max-width:620px}
.brand-founder-copy .eyebrow{font-size:12px;color:#7a827b;letter-spacing:.12em;margin-bottom:18px}
.brand-founder-copy h2{font-size:clamp(34px,3.5vw,51px);font-weight:480;line-height:1.06;letter-spacing:-.045em;margin:0 0 22px}
.brand-founder-copy>p:not(.eyebrow){font-size:16px;line-height:1.7;color:#657168;margin:0 0 24px}
.brand-founder-signature{display:grid;gap:6px;margin-bottom:26px}
.brand-founder-signature strong{font-size:16px;font-weight:550}
.brand-founder-signature span{font-size:12px;color:#788179;letter-spacing:.07em}
.brand-founder-copy .text-link{font-size:14px;color:#264b37;display:inline-flex;gap:20px}
.brand-cursor{position:fixed;top:-16px;left:-16px;width:32px;height:32px;border:1px solid #59756765;border-radius:50%;background:#6c967314;z-index:80;pointer-events:none;opacity:0;transition:opacity .18s,width .18s,height .18s;will-change:transform}
.brand-cursor.visible{opacity:1}
.brand-cursor.over-link{background:#4b795625;border-color:#34594075}
.is-brand-home .header{background:#fffefaf2}
.is-brand-home.page-scrolled .header{background:#fffefaad}

/* Full-bleed film, with readable copy carried above the moving scene. */
.feeling-hero{position:relative;isolation:isolate;display:flex;align-items:center;max-width:none;width:100%;min-height:620px;min-height:clamp(560px,calc(100svh - var(--site-header-height) - var(--product-bar-height)),880px);padding:65px max(5%,calc((100vw - 1456px)/2));margin:0;overflow:hidden;background:#f3f0e8}
.feeling-film{position:absolute;inset:0;z-index:-2;width:100%;height:100%;aspect-ratio:auto;border-radius:0;background:#eae7df;overflow:hidden}
.feeling-film video{width:100%;height:100%;object-fit:cover;object-position:65% center}
.feeling-hero:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,rgba(255,254,250,.97) 0%,rgba(255,254,250,.94) 22%,rgba(255,254,250,.86) 38%,rgba(255,254,250,.55) 49%,rgba(255,254,250,.07) 69%,transparent 100%)}
.feeling-hero-copy{width:49%;max-width:650px;position:relative;z-index:1}
.feeling-hero .eyebrow{color:#52695b;font-size:12px;margin-bottom:27px}
.feeling-hero h1{font-size:clamp(45px,4.55vw,74px);line-height:1.045;color:#223a30;letter-spacing:-.065em;margin-bottom:27px}
.feeling-hero-copy>p:not(.eyebrow){color:#516257;max-width:430px;font-size:17px;line-height:1.7}
.feeling-hero .text-link{font-size:15px;color:#264b36}
.feeling-hero>.film-motion-toggle{position:absolute;bottom:26px;right:4.5%;z-index:3;box-shadow:0 1px 10px #20332a16}
.sticky-size-control{display:flex;align-items:center;gap:14px;min-width:0}
.sticky-size-label{font-size:14px;color:#637166;white-space:nowrap}
.sticky-size-row{flex:1}
.nav-sub{padding-top:14px;min-width:190px}
.nav-sub a{font-size:14px;padding:12px 0}

/* Photography carries the feeling; adjacent text explains the formulation. */
.care-lab{align-items:start}
.care-editorial-photo{position:sticky;top:calc(var(--site-header-height) + var(--product-bar-height) + 24px);margin:0;overflow:hidden;background:#f2f0e9;border-radius:6px}
.care-editorial-photo img{display:block;width:100%;aspect-ratio:5/4;height:auto;object-fit:cover}
.care-editorial-photo figcaption{padding:21px 24px;font-size:17px;line-height:1.45;color:#43534a;letter-spacing:-.025em}
.care-editorial-photo figcaption small{display:block;margin-top:8px;font-size:12px;letter-spacing:.1em;color:#7a817b}
.care-step summary{font-size:18px;line-height:1.35}
.care-step p{font-size:16px;line-height:1.75}
.technical-stack{list-style:none;padding:16px 0;margin:0;display:flex;flex-direction:column;gap:calc(5px + var(--layer-space,80)*.1px)}
.technical-stack li{margin:0}
.technical-stack button{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:16px;width:100%;text-align:left;padding:18px 19px;background:#fffefa;border:1px solid #d9e1d7;border-radius:3px;color:#576f60;font-size:14px}
.technical-stack button strong{display:block;font-size:14px;font-weight:600;margin-bottom:5px;letter-spacing:.06em}
.technical-stack button small{font-size:14px;color:#758276}
.technical-stack button.selected{border-color:#3a6050;background:#edf3e9;color:#274934}
.technical-stack button.selected small{color:#426650}
.anatomy-motion-tools{font-size:13px}
.liquid-process{padding:25px 8px 12px}
.liquid-process>ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;padding:0;margin:0;gap:15px}
.liquid-process li{padding:21px 17px;border:1px solid #d1dce3;border-radius:3px;background:#eef3f6;color:#607a8d;min-width:0}
.liquid-process li.selected{background:#fff;border-color:#476c88;color:#214b6c}
.liquid-process li b{font-size:12px;letter-spacing:.09em;display:block;margin-bottom:15px;font-weight:500}
.liquid-process li strong{font-size:19px;line-height:1.25;display:block;font-weight:520;margin-bottom:8px}
.liquid-process li span{font-size:14px;line-height:1.5;display:block}
.diaper-search-intro{max-width:850px;margin:0 auto;padding:60px 0 0;text-align:center}
.diaper-search-intro h2{font-size:27px;font-weight:500;line-height:1.25;letter-spacing:-.035em}
.diaper-search-intro p{font-size:16px;line-height:1.75;color:#67746d}
.diaper-faq{padding-top:20px;padding-bottom:70px;max-width:980px}
.diaper-faq h2{font-size:32px;font-weight:500;letter-spacing:-.035em;margin-bottom:25px}
.care-guide ul{padding-left:22px;color:#536259}
.care-guide li{font-size:17px;line-height:1.75;margin-bottom:12px}
.care-category-definition{font-size:16px;line-height:1.75;max-width:780px;margin:23px auto 0;color:#68786d}
@media(min-width:1601px){.brand-belief,.brand-founder{max-width:1456px}}
@media(max-width:1600px){.brand-belief,.brand-founder{margin-left:4.5%;margin-right:4.5%}}
@media(max-width:1180px){.brand-heading{gap:30px}.brand-purpose{max-width:290px;font-size:15px}.brand-category{padding:22px 16px 16px}.brand-category-image{margin-left:-16px;margin-right:-16px}.brand-category-title h2{font-size:22px}.tech-nav-main{grid-template-columns:minmax(105px,1fr) auto minmax(162px,1fr);gap:12px}.sticky-size-control{gap:9px}.sticky-size-label{font-size:13px}.sticky-size{width:33px;min-width:33px}.feeling-hero-copy{width:53%}.feeling-hero:after{background:linear-gradient(90deg,#fffefaed,#fffefacf 35%,#fffefa5c 56%,transparent 85%)}}
@media(max-width:900px){.brand-heading{align-items:flex-start}.brand-heading h1{font-size:48px}.brand-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.brand-category-image{height:220px}.brand-category-line{min-height:0}.brand-belief>div{gap:6%}.brand-founder{gap:6%;padding:35px 5%}.brand-founder-copy h2{font-size:37px}.tech-nav-main{grid-template-columns:1fr auto}.tech-nav .product-nav-name{display:none}.sticky-size-control{gap:14px}.sticky-size-row{justify-content:flex-start;gap:5px}.feeling-hero-copy{width:63%}.feeling-hero h1{font-size:55px}.feeling-hero:after{background:linear-gradient(90deg,#fffefaed,#fffefada 36%,#fffefa74 58%,transparent 95%)}}
@media(max-width:760px){.brand-opening{padding:31px 5% 32px}.brand-heading{display:block;margin-bottom:26px}.brand-heading h1{font-size:clamp(39px,8.8vw,56px)}.brand-heading .eyebrow{margin-bottom:16px;font-size:12px}.brand-purpose{font-size:15px;max-width:100%;margin-top:21px}.brand-purpose br{display:none}.brand-category{padding:17px 14px 14px}.brand-category-title h2{font-size:21px}.brand-category-line{font-size:13px;min-height:39px;line-height:1.45}.brand-category-image{height:145px;margin:4px -14px 13px}.brand-category-detail{font-size:12px;padding-top:11px}.brand-belief{margin:0 5%;padding:33px 0 35px}.brand-belief>div{grid-template-columns:1fr;gap:22px}.brand-belief h2{font-size:34px}.brand-belief p:not(.eyebrow){font-size:16px;line-height:1.7}.brand-founder{margin:0 5% 36px;grid-template-columns:1fr;padding:25px;gap:27px}.brand-founder-portrait{max-width:290px}.brand-founder-copy{max-width:none}.brand-founder-copy h2{font-size:38px}.brand-founder-copy>p:not(.eyebrow){font-size:16px}.brand-founder-signature{margin-bottom:21px}.brand-cursor{display:none}.tech-nav-main{gap:9px;align-items:center}.sticky-size-control{display:grid;gap:4px;padding:3px 0}.sticky-size-label{font-size:12px;line-height:1.1}.sticky-size-row{justify-content:space-between;gap:1px}.sticky-size{min-width:0;width:29px;height:30px;min-height:30px;font-size:14px}.tech-nav .btn{min-width:100px}.feeling-hero{min-height:max(570px,calc(88svh - var(--site-header-height) - var(--product-bar-height)));padding:35px 6%;align-items:flex-end}.feeling-film video{object-position:64% center}.feeling-hero:after{background:linear-gradient(0deg,#fffefafc 0%,#fffefaeb 26%,#fffefad4 42%,#fffefa30 69%,transparent 100%)}.feeling-hero-copy{width:100%;max-width:560px;padding-bottom:30px}.feeling-hero h1{font-size:clamp(40px,10vw,60px);max-width:530px;margin-bottom:20px}.feeling-hero .eyebrow{margin-bottom:19px}.feeling-hero-copy>p:not(.eyebrow){font-size:16px;max-width:350px;line-height:1.6;margin-bottom:19px}.feeling-hero>.film-motion-toggle{bottom:17px;right:5%;height:38px;width:38px}.care-editorial-photo{position:static}.care-editorial-photo img{aspect-ratio:5/4}.care-editorial-photo figcaption{font-size:16px;padding:18px 20px}.technical-stack button{padding:15px 13px;grid-template-columns:24px 1fr auto;gap:11px}.technical-stack button strong{font-size:13px}.technical-stack button small{font-size:13px}.liquid-process{padding:20px 0 7px}.liquid-process>ol{gap:10px}.liquid-process li{padding:18px 14px}.liquid-process li strong{font-size:17px}.liquid-process li span{font-size:14px}.diaper-search-intro{padding-top:38px}.diaper-search-intro h2{font-size:25px}.diaper-faq h2{font-size:29px}.care-category-definition{font-size:16px}}
@media(max-width:380px){.brand-categories{gap:9px}.brand-category-title h2{font-size:19px}.brand-category-image{height:126px}.brand-category-detail{font-size:12px}.sticky-size{width:24px}.tech-nav .btn{min-width:95px}.sticky-size-row{gap:0}.feeling-hero{padding-left:5%;padding-right:5%}.feeling-hero h1{font-size:39px}}
@media(prefers-reduced-motion:reduce){.brand-cursor{display:none}.brand-category,.brand-category-image img{transition:none}.brand-category:hover{transform:none}.brand-category:hover img{transform:none}}
