@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=M+PLUS+Rounded+1c:wght@500;700;800&display=swap";
:root{--pink-50:#fff8fa;--pink-100:#fff0f3;--pink-150:#ffe5ec;--pink-200:#ffd6dd;--pink-300:#ffb7c5;--pink-400:#ff8fa3;--pink-500:#ff6b7e;--red:#ff5b6e;--red-hot:#ff3d55;--cherry:#e63950;--cream:#fff6e5;--ink:#2d2424;--ink-soft:#4f3d45;--muted:#8c7b83;--line:#f3e6ea;--white:#fff;--bg:#fffbfc;--shadow-xs:0 2px 8px #ff5b6e0f;--shadow-sm:0 6px 18px #ff5b6e1a;--shadow-md:0 14px 36px #ff5b6e24;--shadow-lg:0 24px 60px #ff5b6e2e;--shadow-ink:0 8px 24px #2d242414;--r-sm:12px;--r-md:18px;--r-lg:24px;--r-xl:32px;--r-full:999px;--font-display:"Fredoka","Plus Jakarta Sans",sans-serif;--font-body:"Plus Jakarta Sans",system-ui,sans-serif;--font-jp:"M PLUS Rounded 1c","Noto Sans JP",sans-serif;--ease:cubic-bezier(.22,1,.36,1);--wrap:1240px}.kumani-home{font-family:var(--font-body);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:15.5px;line-height:1.6;overflow-x:hidden}.kumani-home *,.kumani-home :before,.kumani-home :after{box-sizing:border-box}.kumani-home img{max-width:100%;height:auto;display:block}.kumani-home a{color:inherit;text-decoration:none}.kumani-home button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.kumani-home [id]{scroll-margin-top:100px}@media (min-width:768px){.kumani-home [id]{scroll-margin-top:116px}}.kumani-home .wrap{width:min(var(--wrap),100% - 40px);margin-inline:auto}.kumani-home .sky{pointer-events:none;z-index:1;position:fixed;inset:0;overflow:hidden}.kumani-home .sky__bit{opacity:0;filter:drop-shadow(0 4px 10px #ff8fa340);animation:linear infinite kh-drift;position:absolute;top:-40px}.kumani-home .sky__bit--sakura{color:var(--pink-400);font-size:18px}.kumani-home .sky__bit--star{color:var(--pink-500);font-size:14px}.kumani-home .sky__bit--spark{color:var(--cherry);font-size:12px}@keyframes kh-drift{0%{opacity:0;transform:translateY(-10vh)rotate(0)}10%{opacity:.9}to{opacity:0;transform:translate(80px,110vh)rotate(540deg)}}.kumani-home .pill{background:var(--white);border:1.5px solid var(--pink-200);border-radius:var(--r-full);letter-spacing:.04em;color:var(--cherry);text-transform:uppercase;align-items:center;gap:8px;padding:6px 14px;font-size:.74rem;font-weight:700;display:inline-flex}.kumani-home .pill--mixed{text-transform:none}.kumani-home .pill__dot{background:var(--cherry);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #e639502e}.kumani-home .pill--white{background:var(--white);color:var(--cherry);border-color:var(--pink-200)}.kumani-home .pill--pink{background:var(--pink-150);border-color:var(--pink-300);color:var(--cherry)}.kumani-home .btn{border-radius:var(--r-full);font-family:var(--font-display);letter-spacing:.01em;transition:all .3s var(--ease);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:14px 26px;font-size:.95rem;font-weight:600;display:inline-flex}.kumani-home .btn--primary{background:var(--red);color:var(--white);box-shadow:0 8px 22px #ff5b6e59}.kumani-home .btn--primary:hover{background:var(--red-hot);transform:translateY(-2px);box-shadow:0 14px 30px #ff5b6e66}.kumani-home .btn--ghost{background:var(--white);color:var(--ink);border:1.5px solid var(--line)}.kumani-home .btn--ghost:hover{border-color:var(--pink-400);color:var(--cherry);transform:translateY(-2px)}.kumani-home .btn--sm{padding:10px 18px;font-size:.85rem}.kumani-home .btn__icon{background:#ffffff38;border-radius:50%;place-items:center;width:22px;height:22px;display:inline-grid}.kumani-home .hero{padding:40px 0 100px;position:relative;overflow:hidden}.kumani-home .hero__bg{pointer-events:none;z-index:0;position:absolute;inset:0}.kumani-home .hero__bg-photo{background-image:linear-gradient(#fffbfcf0 0%,#fff6f9d1 32%,#fff0f580 58%,#ffebf238 100%),url(/home/hero-banner-bg.webp?v=1.0.1);background-position:50% 38%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.kumani-home .hero__blob{filter:blur(70px);opacity:.55;border-radius:50%;position:absolute}.kumani-home .hero__blob--1{background:var(--pink-200);width:440px;height:440px;top:-100px;left:-120px}.kumani-home .hero__blob--2{background:var(--pink-300);opacity:.45;width:360px;height:360px;bottom:-120px;right:-100px}.kumani-home .hero__blob--3{background:var(--pink-150);width:260px;height:260px;top:30%;left:45%}.kumani-home .hero__kanji{font-family:var(--font-jp);color:var(--pink-200);opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(8rem,18vw,16rem);font-weight:800;line-height:1;position:absolute;bottom:-4%;right:-2%}.kumani-home .hero__layout{z-index:2;grid-template-columns:1fr;align-items:center;min-height:420px;display:grid;position:relative}.kumani-home .hero__left{width:100%}@media (min-width:1025px){.kumani-home .hero__layout{grid-template-columns:minmax(0,1.05fr) 1fr;gap:56px;min-height:560px}.kumani-home .hero__left{place-self:center start;max-width:540px}.kumani-home .hero__bg-photo{background-image:linear-gradient(90deg,#fffbfcf5 0%,#fff6f9db 28%,#fff0f57a 48%,#ffebf224 68%,#ffebf200 100%),url(/home/hero-banner-bg.webp?v=1.0.1);background-position:82%}}.kumani-home .hero__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin:16px 0 18px;font-size:clamp(2.4rem,5.4vw,4rem);font-weight:600;line-height:1.05}.kumani-home .hero__title-word{color:var(--cherry);display:inline-block;position:relative}.kumani-home .hero__flower{vertical-align:baseline;color:var(--ink);margin-left:.12em;font-size:.92em;display:inline-block}.kumani-home .hero__underline{width:100%;height:14px;color:var(--pink-400);position:absolute;bottom:-10px;left:0;right:0}.kumani-home .hero__desc{color:var(--ink-soft);text-shadow:0 0 4px #fff,0 0 8px #fff,0 0 12px #fff,0 0 18px #ffffffe6;max-width:460px;margin-bottom:28px;font-size:1.05rem}.kumani-home .hero__cta{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.kumani-home .hero__trust{border-top:1.5px dashed var(--pink-200);grid-template-columns:repeat(3,auto);gap:24px;padding-top:24px;display:grid}.kumani-home .hero__trust-item{align-items:center;gap:12px;display:flex}.kumani-home .hero__trust-item>span{background:var(--pink-100);width:40px;height:40px;color:var(--cherry);border-radius:50%;place-items:center;font-size:1.1rem;display:grid}.kumani-home .hero__trust-item p{color:var(--ink);-webkit-text-stroke:1px var(--white);paint-order:stroke fill;font-size:.72rem;font-weight:700;line-height:1.25}.kumani-home .hero__trust-item small{color:var(--cherry);-webkit-text-stroke:1px var(--white);paint-order:stroke fill;font-size:.65rem;font-weight:700}.kumani-home .strip{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.kumani-home .strip__grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:20px 0;display:flex}.kumani-home .strip__item{color:var(--ink-soft);align-items:center;gap:8px;font-size:.78rem;font-weight:600;line-height:1.35;display:flex}.kumani-home .strip__item>span:first-child{color:var(--cherry);flex-shrink:0;font-size:1.15rem}.kumani-home .strip__item:not(:last-child):after{content:"·";color:var(--pink-300);margin-left:16px;font-weight:700}.kumani-home .section{padding:96px 0;position:relative}.kumani-home .section--soft{background:linear-gradient(180deg,var(--pink-50),var(--pink-100))}.kumani-home .section--categories{background:radial-gradient(ellipse 80% 50% at 50% 0%,var(--pink-100),transparent 60%),var(--bg)}.kumani-home .section-head{text-align:center;margin-bottom:48px;max-width:600px;margin-inline:auto}.kumani-home .section-head--row{text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;max-width:none;margin-inline:0;display:flex}.kumani-home .kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--cherry);background:var(--pink-100);border-radius:var(--r-full);margin-bottom:14px;padding:6px 14px;font-size:.78rem;font-weight:800;display:inline-block}.kumani-home .section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:600;line-height:1.15}.kumani-home .section-title em{color:var(--cherry);font-style:normal;position:relative}.kumani-home .section-sub{color:var(--ink-soft);margin-top:10px;font-size:1rem}.kumani-home .cat-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.kumani-home .cat{background:var(--cat-bg,var(--pink-100));border-radius:var(--r-xl);transition:transform .4s var(--ease),box-shadow .4s var(--ease);padding:18px;display:block;position:relative;overflow:hidden}.kumani-home .cat:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.kumani-home .cat__chip{background:var(--white);width:40px;height:40px;color:var(--cat-accent,var(--cherry));z-index:2;box-shadow:var(--shadow-xs);border-radius:50%;place-items:center;font-size:1.1rem;font-weight:700;display:grid;position:absolute;top:18px;right:18px}.kumani-home .cat__img{border-radius:var(--r-lg);aspect-ratio:4/3;background:var(--white);overflow:hidden}.kumani-home .cat__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease)}.kumani-home .cat:hover .cat__img img{transform:scale(1.06)}.kumani-home .cat__info{justify-content:space-between;align-items:center;padding:16px 6px 4px;display:flex}.kumani-home .cat__info h3{font-family:var(--font-display);color:var(--ink);font-size:1.1rem;font-weight:600}.kumani-home .cat__info span{color:var(--cat-accent,var(--cherry));font-size:.82rem;font-weight:700}.kumani-home .cat--wide{grid-column:span 3}.kumani-home .cat--wide .cat__img{aspect-ratio:24/7}.kumani-home .promo-row{padding:24px 0 60px}.kumani-home .promo-row__grid{grid-template-columns:1.6fr 1fr;gap:20px;display:grid}.kumani-home .promo-card{border-radius:var(--r-xl);transition:transform .4s var(--ease);background:linear-gradient(135deg,var(--pink-150),var(--pink-200));grid-template-columns:1.2fr 1fr;align-items:center;gap:20px;padding:36px;display:grid;position:relative;overflow:hidden}.kumani-home .promo-card:hover{transform:translateY(-4px)}.kumani-home .promo-card--small{background:linear-gradient(135deg,var(--cream),var(--pink-100))}.kumani-home .promo-card__copy h3{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;margin:14px 0 10px;font-size:clamp(1.5rem,2.6vw,2rem);font-weight:600;line-height:1.1}.kumani-home .promo-card__copy p{color:var(--ink-soft);max-width:340px;margin-bottom:18px;font-size:.95rem}.kumani-home .promo-card__cta{background:var(--white);border-radius:var(--r-full);color:var(--cherry);box-shadow:var(--shadow-xs);padding:10px 20px;font-size:.85rem;font-weight:700;display:inline-flex}.kumani-home .promo-card__media{border-radius:var(--r-lg);aspect-ratio:1;background:var(--white);position:relative;overflow:hidden}.kumani-home .promo-card__media--sm{aspect-ratio:1;max-width:160px;margin-left:auto}.kumani-home .promo-card__media img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.kumani-home .bubble{background:var(--white);width:36px;height:36px;color:var(--cherry);box-shadow:var(--shadow-xs);border-radius:50%;place-items:center;font-weight:700;display:grid;position:absolute}.kumani-home .bubble--1{top:12px;right:12px}.kumani-home .bubble--2{background:var(--pink-300);color:var(--white);bottom:12px;left:12px}.kumani-home .free-badge{background:var(--red);color:var(--white);border-radius:var(--r-full);border:3px solid var(--white);box-shadow:var(--shadow-sm);padding:6px 14px;font-size:.78rem;font-weight:800;position:absolute;bottom:-8px;right:-8px}.kumani-home .rail-ctrl{gap:8px;display:flex}.kumani-home .rail-ctrl--bottom{justify-content:center;margin-top:8px}.kumani-home .rail-btn{background:var(--white);border:1.5px solid var(--line);width:44px;height:44px;color:var(--ink);transition:all .25s var(--ease);border-radius:50%;place-items:center;display:grid}.kumani-home .rail-btn:hover{background:var(--red);border-color:var(--red);color:var(--white);box-shadow:var(--shadow-sm)}.kumani-home .rail{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;gap:18px;margin:0 -4px;padding:6px 4px 24px;display:flex;overflow-x:auto}.kumani-home .rail::-webkit-scrollbar{display:none}.kumani-home .prod{scroll-snap-align:start;background:var(--white);border-radius:var(--r-lg);border:1.5px solid var(--line);transition:all .3s var(--ease);flex-direction:column;flex:0 0 270px;display:flex;overflow:hidden}.kumani-home .prod:hover{box-shadow:var(--shadow-md);border-color:var(--pink-200);transform:translateY(-6px)}.kumani-home .prod__media{aspect-ratio:1;background:var(--pink-50);position:relative;overflow:hidden}.kumani-home .prod__media img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease)}.kumani-home .prod:hover .prod__media img{transform:scale(1.05)}.kumani-home .prod__tag{background:var(--red);color:var(--white);letter-spacing:.04em;border-radius:var(--r-full);z-index:2;padding:4px 12px;font-size:.7rem;font-weight:800;position:absolute;top:12px;left:12px}.kumani-home .prod__tag--pink{background:var(--pink-300);color:var(--cherry)}.kumani-home .prod__wish{background:var(--white);width:36px;height:36px;color:var(--ink);box-shadow:var(--shadow-xs);z-index:2;border-radius:50%;place-items:center;transition:all .25s;display:grid;position:absolute;top:12px;right:12px}.kumani-home .prod__wish:hover,.kumani-home .prod__wish.is-saved{background:var(--cherry);color:var(--white)}.kumani-home .prod__quick{background:var(--ink);color:var(--white);border-radius:var(--r-full);opacity:0;transition:all .3s var(--ease);z-index:2;padding:11px;font-size:.82rem;font-weight:700;position:absolute;bottom:14px;left:14px;right:14px;transform:translateY(8px)}.kumani-home .prod:hover .prod__quick{opacity:1;transform:translateY(0)}.kumani-home .prod__quick:hover{background:var(--cherry)}.kumani-home .prod__body{flex-direction:column;gap:4px;padding:16px 16px 18px;display:flex}.kumani-home .prod__rating{color:#f2a52b;font-size:.78rem;font-weight:700}.kumani-home .prod__rating small{color:var(--muted);font-weight:600}.kumani-home .prod__body h4{font-family:var(--font-display);color:var(--ink);font-size:.98rem;font-weight:500;line-height:1.3}.kumani-home .prod__price{font-family:var(--font-display);color:var(--cherry);margin-top:2px;font-size:1rem;font-weight:700}.kumani-home .prod__price s{color:var(--muted);margin-left:6px;font-size:.78rem;font-weight:500}.kumani-home .prod__price--lg{font-size:1.3rem}.kumani-home .prod--row{flex-direction:row;flex:none;align-items:center;gap:14px;padding:14px}.kumani-home .prod--row img{border-radius:var(--r-md);-o-object-fit:cover;object-fit:cover;flex-shrink:0;width:86px;height:86px}.kumani-home .prod--row>div{flex-direction:column;gap:2px;display:flex}.kumani-home .best-grid{grid-template-columns:1.1fr 1fr;gap:22px;display:grid}.kumani-home .best-card--feature{background:var(--white);border-radius:var(--r-xl);border:1.5px solid var(--line);transition:all .3s var(--ease);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.kumani-home .best-card--feature:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.kumani-home .best-card__media{min-height:340px;position:relative;overflow:hidden}.kumani-home .best-card__media img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.kumani-home .rank-badge{background:var(--ink);color:var(--white);letter-spacing:.06em;border-radius:var(--r-full);text-transform:uppercase;z-index:2;padding:8px 14px;font-size:.74rem;font-weight:800;position:absolute;top:16px;left:16px}.kumani-home .best-card__body{flex-direction:column;justify-content:center;padding:28px;display:flex}.kumani-home .best-card__cat{letter-spacing:.1em;text-transform:uppercase;color:var(--cherry);margin-bottom:8px;font-size:.74rem;font-weight:800}.kumani-home .best-card__body h3{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:10px;font-size:1.5rem;font-weight:600}.kumani-home .best-card__body>p{color:var(--ink-soft);margin-bottom:22px;font-size:.92rem}.kumani-home .best-card__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.kumani-home .best-stack{grid-template-columns:1fr 1fr;gap:14px;display:grid}.kumani-home .reviews-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.kumani-home .review{background:var(--white);border:1.5px solid var(--line);border-radius:var(--r-xl);transition:all .3s var(--ease);padding:24px}.kumani-home .review:hover{box-shadow:var(--shadow-md);border-color:var(--pink-200);transform:translateY(-6px)}.kumani-home .review header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.kumani-home .review__av{background:var(--av,var(--pink-400));width:44px;height:44px;color:var(--white);font-family:var(--font-display);border-radius:50%;place-items:center;font-size:1.05rem;font-weight:700;display:grid}.kumani-home .review cite{color:var(--ink);font-size:.92rem;font-style:normal;font-weight:700;display:block}.kumani-home .review__rate{color:#f2a52b;letter-spacing:1.5px;font-size:.8rem}.kumani-home .review p{color:var(--ink-soft);font-size:.9rem;line-height:1.6}.kumani-home .confidence{background:linear-gradient(180deg,var(--pink-50)0%,var(--pink-100)50%,var(--pink-150)100%);padding:72px 0 80px;position:relative;overflow:hidden}.kumani-home .confidence__bg{pointer-events:none;position:absolute;inset:0}.kumani-home .confidence__spark{color:var(--pink-400);opacity:.35;font-size:1.4rem;animation:6s ease-in-out infinite kh-confidenceFloat;position:absolute}.kumani-home .confidence__spark--1{animation-delay:0s;top:12%;left:6%}.kumani-home .confidence__spark--2{color:var(--cherry);opacity:.25;font-size:1.8rem;animation-delay:1.2s;top:22%;right:8%}.kumani-home .confidence__spark--3{font-size:1.2rem;animation-delay:2.4s;bottom:18%;left:10%}.kumani-home .confidence__spark--4{color:var(--pink-500);opacity:.3;font-size:1.6rem;animation-delay:.8s;bottom:28%;right:5%}@keyframes kh-confidenceFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(8deg)}}.kumani-home .confidence__head{z-index:1;margin-bottom:28px;position:relative}.kumani-home .confidence__ribbon{z-index:1;background:var(--white);border:2px dashed var(--pink-300);border-radius:var(--r-full);width:fit-content;font-family:var(--font-display);color:var(--cherry);box-shadow:var(--shadow-xs);justify-content:center;align-items:center;gap:10px;margin:0 auto 36px;padding:10px 22px;font-size:.88rem;font-weight:600;display:flex;position:relative}.kumani-home .confidence__ribbon-dot{opacity:.7;font-size:.75rem}.kumani-home .confidence__mosaic{z-index:1;grid-template-columns:repeat(3,1fr);gap:18px;display:grid;position:relative}.kumani-home .confidence__sticker{text-align:center;background:var(--sticker-bg,var(--white));border:2px solid var(--white);border-radius:var(--r-xl);box-shadow:var(--shadow-sm);transform:rotate(var(--sticker-tilt,0deg));transition:transform .35s var(--ease),box-shadow .35s var(--ease);flex-direction:column;align-items:center;padding:28px 18px 24px;display:flex;position:relative}.kumani-home .confidence__sticker:before{content:"";border-radius:calc(var(--r-xl) - 4px);pointer-events:none;border:1.5px dashed #ffffffb3;position:absolute;inset:6px}.kumani-home .confidence__sticker:hover{box-shadow:var(--shadow-md);z-index:2;transform:rotate(0)translateY(-6px)scale(1.02)}.kumani-home .confidence__sticker-tag{background:var(--sticker-accent,var(--cherry));color:var(--white);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--r-full);padding:4px 10px;font-size:.62rem;font-weight:800;position:absolute;top:-10px;right:14px;box-shadow:0 3px 10px #2d242426}.kumani-home .confidence__sticker-icon{background:var(--white);width:58px;height:58px;color:var(--sticker-accent,var(--cherry));border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;display:flex;box-shadow:0 4px 14px #2d242414}.kumani-home .confidence__sticker-icon--amazon{background:var(--white)}.kumani-home .confidence__amazon{width:32px;height:auto;display:block}.kumani-home .confidence__sticker h3{font-family:var(--font-display);color:var(--ink);margin-bottom:6px;font-size:.95rem;font-weight:600;line-height:1.25}.kumani-home .confidence__sticker p{color:var(--ink-soft);font-size:.78rem;font-weight:500;line-height:1.35}.kumani-home .confidence__phone{color:var(--sticker-accent,var(--cherry));font-weight:700;transition:opacity .2s}.kumani-home .confidence__phone:hover{opacity:.75}@media (max-width:1024px){.kumani-home .hero{padding-bottom:80px}.kumani-home .hero__blob,.kumani-home .hero__kanji{display:none}.kumani-home .cat-grid{grid-template-columns:repeat(2,1fr)}.kumani-home .cat--wide{grid-column:span 2}.kumani-home .promo-row__grid,.kumani-home .best-grid,.kumani-home .best-card--feature{grid-template-columns:1fr}.kumani-home .best-card__media{min-height:280px}.kumani-home .reviews-grid,.kumani-home .confidence__mosaic{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.kumani-home .hero{--hero-mobile-banner-h:min(480px,68svh);padding-top:0;padding-bottom:0;position:relative;overflow:hidden}.kumani-home .hero__bg{z-index:0;height:var(--hero-mobile-banner-h);position:absolute;top:0;left:0;right:0;overflow:hidden}.kumani-home .hero__bg-photo{width:100%;height:100%;aspect-ratio:unset;min-height:unset;max-height:unset;background-image:linear-gradient(#0000 55%,#fffbfc8c 82%,#fffbfce0 100%),linear-gradient(90deg,#fffbfceb 0%,#fffbfcb8 28%,#fffbfc47 52%,#0000 72%),url(/home/hero-banner-bg.webp?v=1.0.1);background-position:78% 14%;background-repeat:no-repeat;background-size:cover;display:block;position:absolute;inset:0}.kumani-home .hero__layout{z-index:2;background:0 0;min-height:auto;padding-top:0;position:relative}.kumani-home .hero__left{min-height:var(--hero-mobile-banner-h);flex-direction:column;max-width:100%;padding-top:0;display:flex;position:relative}.kumani-home .hero__copy{z-index:2;flex-direction:column;justify-content:flex-start;max-width:88%;padding:18px 0 96px;display:flex;position:relative}.kumani-home .hero__cta{justify-content:flex-start;align-items:center;gap:8px;width:100%;margin-top:0;margin-bottom:0}.kumani-home .pill--mixed{letter-spacing:.01em;color:#c64250;background:#ffffffe0;border-color:#ffb7c5a6;align-self:flex-start;width:fit-content;max-width:100%;padding:7px 12px;font-size:.78rem;font-weight:600;box-shadow:0 2px 14px #ff6b7e1a}.kumani-home .hero__title{letter-spacing:-.03em;margin:14px 0 16px;font-size:clamp(2.05rem,8.8vw,2.7rem);font-weight:700;line-height:1.08}.kumani-home .hero__title-dark{color:#111;text-shadow:0 1px 6px #ffffffbf}.kumani-home .hero__title-word{color:#e54b55;text-shadow:0 1px 6px #ffffffb3}.kumani-home .hero__underline{color:#ff8fa3;height:12px;bottom:-7px}.kumani-home .hero__flower{margin-left:.08em;font-size:.88em}.kumani-home .hero__desc{color:#000;text-shadow:0 0 2px #fff,0 0 4px #fff,0 0 6px #fff,0 0 8px #fff,0 0 10px #fff,0 0 14px #fff,0 0 18px #fff,0 0 24px #fffffff2,0 0 32px #ffffffe6;max-width:100%;margin-bottom:20px;font-size:.93rem;line-height:1.55}.kumani-home .hero__cta .btn{flex:none;justify-content:center;gap:5px;width:auto;padding:10px 12px;font-size:.82rem}.kumani-home .hero__cta .btn--primary,.kumani-home .hero__cta .btn--ghost{padding-inline:12px}.kumani-home .hero__cta .btn__icon{flex-shrink:0;width:18px;height:18px;margin:0}.kumani-home .hero__cta .btn__icon svg{width:12px;height:12px}.kumani-home .hero__trust{z-index:4;-webkit-backdrop-filter:blur(14px);background:#ffffff8c;border:1px solid #ffb7c58c;border-radius:18px;grid-template-columns:repeat(3,1fr);gap:8px;margin:0;padding:12px 10px;display:grid;position:absolute;bottom:14px;left:0;right:0;box-shadow:0 10px 32px #ff5b6e24,0 2px 8px #ff5b6e14}.kumani-home .hero__trust-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:0;padding:2px 4px;display:flex}.kumani-home .hero__trust-item>span{background:linear-gradient(145deg,var(--pink-100),var(--pink-200));flex-shrink:0;width:34px;height:34px;font-size:.9rem;box-shadow:0 2px 8px #e639501f}.kumani-home .hero__trust-item p{color:var(--ink);white-space:normal;-webkit-text-stroke:0;paint-order:unset;font-size:.62rem;line-height:1.25}.kumani-home .hero__trust-item small{color:var(--cherry);-webkit-text-stroke:0;paint-order:unset;margin-top:1px;font-size:.58rem;font-weight:700;display:block}.kumani-home .strip{display:none}.kumani-home .strip__grid{-moz-column-gap:10px;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:24px 10px;width:100%;max-width:100%;padding:28px 12px;display:grid}.kumani-home .strip__item{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;font-size:.78rem;line-height:1.35;display:flex}.kumani-home .strip__item>span:first-child{font-size:1.15rem;line-height:1}.kumani-home .strip__label{width:100%;padding:0 4px;display:block}.kumani-home .strip__item:after{content:none;display:none}.kumani-home .section{padding:64px 0}.kumani-home .cat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.kumani-home .cat--wide{grid-column:span 2}.kumani-home .cat{padding:12px}.kumani-home .cat__chip{width:28px;height:28px;font-size:.85rem;top:10px;right:10px}.kumani-home .cat__info{flex-direction:column;align-items:flex-start;gap:2px;padding:10px 2px 2px}.kumani-home .cat__info h3{font-size:.88rem}.kumani-home .cat__info span{font-size:.72rem}.kumani-home .promo-card{grid-template-columns:1fr;padding:28px}.kumani-home .best-card__media{min-height:200px}.kumani-home .best-card__body{padding:18px 16px}.kumani-home .best-card__cat{margin-bottom:6px;font-size:.65rem}.kumani-home .best-card__body h3{margin-bottom:6px;font-size:1.1rem}.kumani-home .best-card__body>p{margin-bottom:14px;font-size:.8rem}.kumani-home .rank-badge{padding:6px 10px;font-size:.65rem;top:10px;left:10px}.kumani-home .best-card__row{gap:10px}.kumani-home .best-card__row .prod__price--lg{font-size:1.05rem}.kumani-home .best-card__row .btn--sm{padding:8px 14px;font-size:.78rem}.kumani-home .best-stack,.kumani-home .reviews-grid{grid-template-columns:1fr}.kumani-home .confidence{padding:56px 0 64px}.kumani-home .confidence__ribbon{margin-bottom:28px;padding:8px 18px;font-size:.82rem}.kumani-home .confidence__mosaic{grid-template-columns:repeat(2,1fr);gap:12px}.kumani-home .confidence__sticker{padding:22px 14px 18px;transform:rotate(0)}.kumani-home .confidence__sticker-icon{width:50px;height:50px;margin-bottom:12px}.kumani-home .confidence__sticker h3{font-size:.85rem}.kumani-home .confidence__sticker p{font-size:.72rem}}@media (max-width:480px){.kumani-home .hero{--hero-mobile-banner-h:min(440px,64svh)}.kumani-home .hero__bg-photo{background-position:80% 12%}.kumani-home .hero__copy{padding-bottom:88px}.kumani-home .hero__trust{border-radius:16px;gap:6px;padding:10px 8px;bottom:10px}.kumani-home .hero__trust-item>span{width:30px;height:30px;font-size:.82rem}.kumani-home .hero__trust-item p{font-size:.58rem}.kumani-home .hero__title{font-size:2.05rem}.kumani-home .hero__desc{color:#000;font-size:.88rem}.kumani-home .hero__trust-item small{font-size:.68rem}.kumani-home .hero__cta .btn{gap:4px;padding:9px 11px;font-size:.78rem}.kumani-home .strip__grid{-moz-column-gap:8px;gap:20px 8px;padding:24px 8px}.kumani-home .strip__item{font-size:.74rem}.kumani-home .confidence__mosaic{gap:10px}.kumani-home .confidence__sticker{border-radius:var(--r-lg);padding:18px 12px 16px}.kumani-home .confidence__sticker-icon{width:44px;height:44px;margin-bottom:10px}.kumani-home .confidence__sticker-icon svg{width:22px;height:22px}.kumani-home .confidence__sticker-tag{padding:3px 8px;font-size:.58rem;top:-8px;right:10px}.kumani-home .confidence__sticker h3{font-size:.78rem}.kumani-home .confidence__sticker p{font-size:.66rem}.kumani-home .confidence__ribbon{gap:8px;font-size:.75rem}}@media (prefers-reduced-motion:reduce){.kumani-home *,.kumani-home :before,.kumani-home :after{transition-duration:.01ms!important;animation-duration:.01ms!important}.kumani-home .sky{display:none}}
