.nav,.nav *,.footer,.footer *,.ann,.ann *{box-sizing:border-box}.nav a,.footer a,.drawer a,.mega a{text-decoration:none;color:inherit}.nav ul,.footer ul,.drawer ul,.mega ul{list-style:none;margin:0;padding:0}.nav img,.footer img,.drawer img,.mega img{display:block;max-width:100%}:root{--rose:#B76E79;--rose-mid:#DEA193;--rose-lt:#E7B2A4;--blush:#F7E7E2;--blush-lt:#FBF4F2;--white:#fff;--ink:#1C1414;--ink2:#5C4040;--ink3:#9C7878;--border:#EDD8D2;--fd:"Cormorant Garamond",Georgia,serif;--fb:"DM Sans",system-ui,sans-serif}.tag{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:10px}.sec-header{text-align:center;margin-bottom:44px}.sec-h2{font-family:var(--fd);font-size:clamp(28px,3vw,44px);font-weight:400;line-height:1.12;letter-spacing:-.01em;color:var(--ink)}.sec-h2 em{font-style:italic;color:var(--rose);font-size:inherit}.sec-sub{font-size:15px;color:var(--ink3);margin-top:8px}.btn-solid{display:inline-flex;align-items:center;gap:8px;background:var(--rose);color:#fff;padding:13px 28px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.03em;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 18px #b76e7940;text-decoration:none}.btn-solid:hover{background:#9e5e68;transform:translateY(-1px);box-shadow:0 8px 24px #b76e7959}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--rose);padding:12px 24px;border-radius:999px;font-size:13px;font-weight:600;border:1.5px solid var(--rose-lt);cursor:pointer;transition:all .2s;text-decoration:none}.btn-outline:hover{border-color:var(--rose);background:var(--blush)}.btn-white{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--rose);padding:13px 28px;border-radius:999px;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none}.btn-white:hover{background:var(--blush);transform:translateY(-1px)}.btn-white-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:12px 24px;border-radius:999px;font-size:13px;font-weight:600;border:1.5px solid rgba(255,255,255,.55);cursor:pointer;transition:all .2s;text-decoration:none}.btn-white-outline:hover{background:#ffffff26;border-color:#ffffffd9}.img-slot{width:100%;height:100%;background:var(--blush);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden;cursor:pointer}.img-slot input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.img-slot svg{width:26px;height:26px;stroke:var(--rose-mid);fill:none;stroke-width:1.5;flex-shrink:0}.img-slot span{font-size:11px;font-weight:400;color:var(--rose-mid);text-align:center;line-height:1.5;padding:0 12px}.img-slot img.preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ann{background:var(--rose);color:#fff;text-align:center;padding:10px 20px;font-size:12.5px;font-weight:500;letter-spacing:.03em}.ann strong{font-weight:700}.nav{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--border);overflow:visible}.nav-inner{max-width:1440px;margin:0 auto;padding:0 48px;height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:visible;position:relative}.nav-logo img{height:38px;width:auto}.nav-links{display:flex;align-items:stretch;gap:0}.nav-item{display:flex;align-items:center;list-style:none}.nav-link{font-size:13px;font-weight:500;color:var(--ink2)!important;padding:0 14px;height:68px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:color .15s;border:none;background:none;font-family:var(--fb);white-space:nowrap;text-decoration:none;position:relative}.nav-link:hover,.nav-link.active{color:var(--rose)}.nav-link svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .2s}.nav-link:hover svg{transform:rotate(180deg)}.nav-link:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:var(--rose);transform:scaleX(0);transition:transform .2s}.nav-item:hover>.nav-link:after{transform:scaleX(1)}.mega{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 20px 20px;box-shadow:0 20px 60px #8c465024;padding:36px 40px;display:grid;grid-template-columns:1.4fr 1fr 220px;gap:48px;z-index:999;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.nav-item--mega:hover .mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mega-col h4{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink3);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border)}.mega-links{display:flex;flex-direction:column;gap:2px}.mega-links a{font-size:14px;font-weight:400;color:var(--ink2);padding:7px 10px;border-radius:8px;transition:color .15s,background .15s}.mega-links a:hover{color:var(--rose);background:var(--blush-lt)}.mega-links a span{display:block;font-size:11px;color:var(--ink3);margin-top:1px}.mega-stage-links{display:flex;flex-direction:column;gap:8px}.mega-stage-card{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);transition:border-color .15s,background .15s}.mega-stage-card:hover{border-color:var(--rose-lt);background:var(--blush-lt)}.mega-stage-icon{width:36px;height:36px;background:var(--blush);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.mega-stage-text .name{font-size:13.5px;font-weight:600;color:var(--ink)}.mega-stage-text .sub{font-size:11px;color:var(--ink3);margin-top:1px}.mega-feature{background:var(--blush);border-radius:14px;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.mega-feature-tag{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);margin-bottom:8px}.mega-feature-title{font-family:var(--fd);font-size:22px;font-weight:400;color:var(--ink);line-height:1.2;margin-bottom:16px}.mega-feature a{font-size:12.5px;font-weight:600;color:var(--rose);display:flex;align-items:center;gap:5px}.nav-right{display:flex;align-items:center;gap:14px;flex-shrink:0}.nav-icon{background:none;border:none;cursor:pointer;padding:6px;color:var(--ink2);display:flex;align-items:center;transition:color .15s}.nav-icon:hover{color:var(--rose)}.nav-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.5}.nav-cart{position:relative}.nav-cart-count{position:absolute;top:2px;right:2px;width:14px;height:14px;background:var(--rose);color:#fff;border-radius:50%;font-size:8px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.nav-shop-btn{background:var(--rose);color:#fff!important;border:none;padding:9px 22px;border-radius:999px;font-family:var(--fb);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;white-space:nowrap;text-decoration:none}.nav-shop-btn:hover{background:#9e5e68;transform:translateY(-1px)}.nav-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.nav-burger span{display:block;width:22px;height:2px;background:var(--ink2);border-radius:2px;transition:all .3s}.drawer{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:600}.drawer-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000006b}.drawer-panel{position:absolute;top:0;left:0;bottom:0;width:84vw;max-width:320px;background:#fff;overflow-y:auto;display:flex;flex-direction:column}.drawer-top{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.drawer-top img{height:26px}.drawer-close{background:none;border:none;font-size:22px;cursor:pointer;color:var(--ink2);line-height:1;padding:2px 6px}.drawer-section{padding:0}.drawer-lbl{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink3);padding:16px 20px 6px;background:var(--blush-lt)}.drawer-panel a{display:block;padding:12px 20px;font-size:15px;font-weight:500;color:var(--ink);border-bottom:1px solid var(--blush-lt);transition:color .15s,background .15s}.drawer-panel a:hover{color:var(--rose);background:var(--blush-lt)}.drawer-stage-row{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid var(--blush-lt)}.drawer-stage-icon{width:34px;height:34px;background:var(--blush);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.drawer-stage-row .name{font-size:14px;font-weight:600;color:var(--ink)}.drawer-stage-row .sub{font-size:11px;color:var(--ink3)}.drawer-cta{padding:20px}.drawer.open{display:block}.slideshow{position:relative;overflow:hidden;background:var(--blush-lt)}.slides-track{display:flex;transition:transform .7s cubic-bezier(.4,0,.2,1)}.slide{min-width:100%;display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 108px)}.slide-text{display:flex;flex-direction:column;justify-content:center;padding:72px 56px 72px 72px;background:#fff;position:relative}.slide-badge{display:inline-flex;align-items:center;gap:8px;background:var(--blush);border:1px solid var(--border);border-radius:999px;padding:5px 16px 5px 8px;width:fit-content;margin-bottom:24px}.slide-badge-dot{width:20px;height:20px;background:var(--rose);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.slide-badge-dot svg{width:10px;height:10px;fill:#fff}.slide-badge span{font-size:11px;font-weight:600;color:var(--rose);letter-spacing:.05em}.slide-h1{font-family:var(--fd);font-size:clamp(38px,4vw,62px);font-weight:400;line-height:1.08;letter-spacing:-.02em;color:var(--ink);margin-bottom:14px}.slide-h1 em{font-style:italic;color:var(--rose);font-size:inherit}.slide-sub{font-size:15px;color:var(--ink2);line-height:1.75;max-width:400px;margin-bottom:32px}.slide-sub strong{font-weight:500;color:var(--ink)}.slide-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.slide-img{position:relative;overflow:hidden}.slide-img .img-slot{min-height:100%;border-radius:0}.slide-float{position:absolute;bottom:32px;left:-6px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:13px 16px;box-shadow:0 8px 36px #b76e7924;max-width:210px;z-index:5}.float-stars{color:var(--rose);font-size:12px;letter-spacing:2px;margin-bottom:4px}.float-q{font-size:12.5px;font-weight:500;color:var(--ink);line-height:1.4;margin-bottom:4px}.float-who{font-size:11px;color:var(--ink3)}.slide-trust{display:flex;align-items:center;gap:24px;margin-top:40px;padding-top:28px;border-top:1px solid var(--border)}.trust-num{font-family:var(--fd);font-size:26px;font-weight:500;color:var(--rose);line-height:1}.trust-lbl{font-size:11px;font-weight:400;color:var(--ink3);margin-top:2px}.trust-sep{width:1px;height:30px;background:var(--border)}.slide-controls{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;z-index:20}.slide-dot{width:8px;height:8px;border-radius:50%;background:var(--rose-lt);border:none;cursor:pointer;transition:background .2s,transform .2s;padding:0}.slide-dot.active{background:var(--rose);transform:scale(1.3)}.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fff;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;box-shadow:0 4px 16px #00000014;transition:background .2s,box-shadow .2s;color:var(--ink2)}.slide-arrow:hover{background:var(--blush);box-shadow:0 6px 20px #b76e792e}.slide-arrow svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.slide-prev{left:20px}.slide-next{right:20px}.proof{border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:grid;grid-template-columns:repeat(5,1fr)}.proof-item{display:flex;align-items:center;gap:10px;padding:15px 24px;border-right:1px solid var(--border)}.proof-item:last-child{border-right:none}.proof-icon{width:30px;height:30px;background:var(--blush);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.proof-icon svg{width:14px;height:14px;stroke:var(--rose);fill:none;stroke-width:2}.proof-text{font-size:12.5px;color:var(--ink2)}.proof-text strong{font-weight:600;color:var(--ink)}.cats-section{padding:72px;background:#fff}.cats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cats-grid-2{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px}.cat-card{display:block;border-radius:100px 100px 16px 16px;overflow:hidden;position:relative;cursor:pointer;transition:transform .28s,box-shadow .28s;text-decoration:none;background:var(--blush)}.cat-card:hover{transform:translateY(-5px);box-shadow:0 16px 44px #b76e792e}.cat-img{aspect-ratio:3/4;position:relative;overflow:hidden}.cat-img .img-slot{min-height:200px}.cat-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgb(48 43 43) 0%,transparent 100%);padding:16px 16px 20px}.cat-name{font-family:var(--fd);font-size:22px;font-weight:500;color:#fff;line-height:1.1}.cats-grid-2 .cat-img{aspect-ratio:3/4}#stage-section{scroll-margin-top:80px}.stage-section{padding:72px;background:var(--blush-lt)}.stage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}.stage-card{border-radius:28px;overflow:hidden;position:relative;display:block;cursor:pointer;text-decoration:none;transition:transform .28s,box-shadow .28s;background:var(--blush)}.stage-card:hover{transform:translateY(-4px);box-shadow:0 18px 52px #b76e792b}.stage-img{aspect-ratio:4/5;position:relative}.stage-img .img-slot{min-height:300px}.stage-ov{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgb(41 36 37 / 78%) 0%,transparent 54%);display:flex;flex-direction:column;justify-content:flex-end;padding:26px 22px 30px}.stage-sub{font-size:10px;color:#ffffffa6;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px}.stage-title{font-family:var(--fd);font-size:30px;font-weight:400;color:#fff;line-height:1.1;margin-bottom:13px}.stage-pill{display:inline-flex;align-items:center;gap:5px;background:#ffffff2e;border:1px solid rgba(255,255,255,.32);color:#fff;font-size:12px;font-weight:600;padding:7px 17px;border-radius:999px;width:fit-content;transition:background .2s}.stage-card:hover .stage-pill{background:#ffffff4d}.products-section{padding:72px;background:#fff}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px;margin-bottom:40px}.prod-card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;display:block;text-decoration:none;transition:transform .25s,box-shadow .25s}.prod-card:hover{transform:translateY(-4px);box-shadow:0 14px 44px #b76e7921}.prod-img{aspect-ratio:3/4;position:relative;overflow:hidden}.prod-img .img-slot{min-height:180px}.prod-badge{position:absolute;top:11px;left:11px;background:var(--rose);color:#fff;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px;z-index:2}.prod-info{padding:13px 15px 17px}.prod-name{font-size:13px;font-weight:500;color:var(--ink);margin-bottom:7px;line-height:1.35}.prod-meta{display:flex;align-items:center;justify-content:space-between}.prod-price{font-size:15px;font-weight:700;color:var(--rose)}.prod-stars{font-size:11px;color:var(--rose-mid)}.prod-stars span{color:var(--ink3);font-size:10px;margin-left:2px}.sec-cta{text-align:center}.fabric-section{padding:72px;background:var(--blush-lt);display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.fabric-img{border-radius:28px;overflow:hidden;aspect-ratio:4/5;position:relative}.fabric-img .img-slot{min-height:400px;background:var(--blush)}.fabric-tag{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:14px}.fabric-h2{font-family:var(--fd);font-size:clamp(28px,3vw,42px);font-weight:400;color:var(--ink);line-height:1.12;margin-bottom:16px;letter-spacing:-.01em}.fabric-h2 em{font-style:italic;color:var(--rose);font-size:inherit}.fabric-sub{font-size:15px;color:var(--ink2);line-height:1.75;margin-bottom:28px}.cert-list{display:flex;flex-direction:column;gap:12px}.cert-item{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;background:#fff;border:1px solid var(--border);border-radius:16px}.cert-icon{width:38px;height:38px;background:var(--blush);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cert-icon svg{width:18px;height:18px;stroke:var(--rose);fill:none;stroke-width:1.5}.cert-title{font-size:13.5px;font-weight:600;color:var(--ink);margin-bottom:3px}.cert-desc{font-size:12.5px;color:var(--ink3);line-height:1.5}.care-section{padding:72px;background:#fff}.care-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.care-card{border-radius:120px 120px 24px 24px;overflow:hidden;position:relative;aspect-ratio:3/5}.care-card .img-slot{min-height:320px}.care-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:28px 24px 32px}.care-letter{position:absolute;top:8px;left:50%;transform:translate(-50%);font-family:var(--fb);font-size:clamp(100px,12vw,150px);font-weight:900;color:#fff;line-height:1;opacity:.9;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.04em}.care-title{font-family:var(--fb);font-size:22px;font-weight:700;color:#fff;margin-bottom:8px}.care-body{font-size:14px;color:#fff;line-height:1.5;opacity:.9}.founder-section{background:var(--blush);padding:72px}.founder-inner{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}.founder-label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:16px}.founder-h2{font-family:var(--fd);font-size:clamp(28px,2.8vw,40px);font-weight:600;color:var(--ink);margin-bottom:24px;line-height:1.15}.founder-quote{font-family:var(--fd);font-size:clamp(17px,1.8vw,22px);font-style:italic;color:var(--ink2);line-height:1.7;margin-bottom:8px}.founder-sig{font-size:14.5px;font-weight:700;color:var(--ink);margin-top:20px}.founder-sig span{display:block;font-size:13px;font-weight:400;color:var(--ink2);margin-top:2px}.founder-img{width:200px;height:260px;border-radius:999px 999px 24px 24px;overflow:hidden}.founder-img .img-slot{min-height:260px;background:var(--rose-lt)}.community-section{background:var(--blush);padding:0 72px 72px}.community-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.community-h2{font-family:var(--fb);font-size:clamp(18px,2vw,26px);font-weight:700;color:var(--ink)}.community-h2 span{color:var(--rose)}.community-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;background:#fff;border-radius:16px;overflow:hidden;padding:6px}.community-cell{aspect-ratio:2/3;overflow:hidden;border-radius:8px}.community-cell .img-slot{min-height:100px;background:var(--blush)}.community-cta{text-align:center;margin-top:28px}.email-section{background:var(--rose);padding:72px;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.email-h2{font-family:var(--fd);font-size:clamp(28px,3vw,46px);font-weight:400;color:#fff;line-height:1.1;margin-bottom:12px}.email-h2 em{font-style:italic;font-size:inherit}.email-sub{font-size:15px;color:#fffc;line-height:1.7}.email-form{display:flex;flex-direction:column;gap:12px}.email-input{border:1.5px solid rgba(255,255,255,.35);background:#ffffff2e;border-radius:999px;padding:14px 22px;font-family:var(--fb);font-size:14px;color:#fff;outline:none;transition:border-color .2s,background .2s}.email-input::placeholder{color:#ffffff8c}.email-input:focus{border-color:#ffffffb3;background:#ffffff3d}.email-btn{background:#fff;color:var(--rose);border:none;border-radius:999px;padding:14px 28px;font-family:var(--fb);font-size:14px;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;width:fit-content}.email-btn:hover{background:var(--blush);transform:translateY(-1px)}.email-note{font-size:11.5px;color:#fff9}footer{background:#1c1414;color:#ffffff80;padding:60px 72px 28px}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1fr;gap:36px;margin-bottom:44px}.footer-brand img{height:30px;filter:brightness(0) invert(.65);margin-bottom:14px}.footer-brand p{font-size:13px;line-height:1.65;max-width:210px}.footer-col h4{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:14px}.footer-col a{display:block;font-size:13px;color:#ffffff7a;margin-bottom:9px;transition:color .15s}.footer-col a:hover{color:var(--rose-lt)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;font-size:12px;flex-wrap:wrap;gap:8px}@media(max-width:1200px){.nav-inner{padding:0 28px}.nav-links{display:none}.nav-burger{display:flex}.cats-section,.stage-section,.products-section,.care-section,.fabric-section,.founder-section,.community-section,.email-section{padding:56px 32px}.community-section{padding:0 32px 56px}.prod-grid{grid-template-columns:repeat(2,1fr)}footer{padding:48px 32px 24px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:768px){.ann{font-size:11px;padding:8px 14px}.nav-inner{padding:0 16px;height:58px}.nav-logo img{height:26px}.nav-shop-btn{display:none}.slide{grid-template-columns:1fr;min-height:auto}.slide-text{padding:40px 20px 28px;order:2}.slide-h1{font-size:32px}.slide-sub{font-size:14px;margin-bottom:24px}.slide-trust{gap:12px;margin-top:28px;padding-top:20px}.trust-num{font-size:20px}.slide-img{order:1;min-height:280px}.slide-img .img-slot{min-height:280px}.slide-float{left:10px;bottom:14px;max-width:180px}.slide-arrow{display:none}.slide-controls{bottom:16px}.proof{display:flex;overflow-x:auto;scrollbar-width:none;grid-template-columns:unset}.proof::-webkit-scrollbar{display:none}.proof-item{flex-shrink:0;padding:11px 16px;border-right:1px solid var(--border);border-bottom:none}.proof-item:last-child{border-right:1px solid var(--border)}.proof-text{font-size:11.5px}.proof-icon{width:24px;height:24px;flex-shrink:0}.cats-section{padding:44px 16px}.cats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.cats-grid-2{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.cat-img{aspect-ratio:3/4}.cat-name{font-size:18px}.stage-section{padding:44px 16px}.stage-grid{grid-template-columns:1fr;gap:14px}.stage-img{aspect-ratio:16/9}.stage-img .img-slot{min-height:190px}.stage-title{font-size:24px}.products-section{padding:44px 16px}.prod-grid{grid-template-columns:repeat(2,1fr);gap:10px}.prod-info{padding:10px 12px 14px}.prod-name{font-size:12.5px}.care-section{padding:44px 16px}.fabric-section{padding:44px 20px;grid-template-columns:1fr;gap:32px}.fabric-img{aspect-ratio:16/9}.fabric-img .img-slot{min-height:220px}.care-grid{grid-template-columns:repeat(2,1fr);gap:10px}.care-card{aspect-ratio:2/3}.care-letter{font-size:80px}.care-title{font-size:18px}.care-body{font-size:12px}.founder-section{padding:44px 20px}.founder-inner{grid-template-columns:1fr;gap:24px}.founder-img{width:150px;height:190px;margin:0 auto;order:-1}.founder-img .img-slot{min-height:190px}.founder-h2{font-size:24px}.founder-quote{font-size:16px}.community-section{padding:0 16px 44px}.community-grid{grid-template-columns:repeat(3,1fr)}.community-header{flex-direction:column;align-items:flex-start}.email-section{padding:44px 20px;grid-template-columns:1fr;gap:28px}.email-h2{font-size:28px}footer{padding:40px 20px 22px}.footer-grid{grid-template-columns:1fr 1fr;gap:22px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:6px}}@media(max-width:400px){.slide-h1{font-size:28px}.slide-actions{flex-direction:column;align-items:flex-start}.cats-grid,.cats-grid-2,.prod-grid,.care-grid{gap:8px}.community-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr}}.slide-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.slide-img{position:relative}.slide-img-placeholder{width:100%;height:100%;min-height:500px;background:var(--blush);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--rose-mid)}.slide-img-placeholder svg{width:32px;height:32px;stroke:var(--rose-mid);fill:none;stroke-width:1.5}.slide-img-placeholder span{font-size:12px;text-align:center}.cat-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cat-card:hover .cat-photo{transform:scale(1.05)}.cat-img-placeholder{width:100%;height:100%;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--rose-mid)}.cat-img-placeholder svg{width:24px;height:24px;stroke:var(--rose-mid);fill:none;stroke-width:1.5}.stage-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.stage-card:hover .stage-photo{transform:scale(1.04)}.stage-img-placeholder{width:100%;height:100%;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:var(--blush);color:var(--rose-mid)}.prod-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.prod-card:hover .prod-photo{transform:scale(1.05)}.prod-img-placeholder{width:100%;height:100%;min-height:180px;background:var(--blush);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--rose-mid)}.prod-img-placeholder svg{width:24px;height:24px;stroke:var(--rose-mid);fill:none;stroke-width:1.5}.prod-price-sale{color:var(--rose);font-weight:700}.prod-price-compare{font-size:12px;color:var(--ink3);text-decoration:line-through;margin-left:6px}.fabric-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.fabric-img-placeholder{width:100%;height:100%;min-height:400px;background:var(--blush);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--rose-mid)}.care-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.care-photo-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.founder-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}.founder-img{position:relative}.founder-img-placeholder{width:100%;height:100%;min-height:260px;background:var(--rose-lt);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff}.community-photo{width:100%;height:100%;object-fit:cover}.community-placeholder{width:100%;height:100%;background:var(--blush);display:flex;align-items:center;justify-content:center}.community-placeholder svg{width:20px;height:20px;stroke:var(--rose-mid);fill:none;stroke-width:1.5}.footer-logo{height:30px;filter:brightness(0) invert(.65);margin-bottom:14px}.footer-name{font-family:var(--fd);font-size:22px;font-weight:600;color:var(--rose-lt);margin-bottom:14px}.email-success{color:#fff;font-size:14px;font-weight:600;margin-top:12px;padding:12px 20px;background:#fff3;border-radius:12px}a.drawer-stage-row{display:flex}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 16px 16px;box-shadow:0 16px 40px #8c46501a;display:none;flex-direction:column;padding:12px 0;min-width:220px;z-index:50}.nav-item:hover .dropdown-menu{display:flex}.dropdown-menu a{padding:10px 24px;font-size:13.5px;color:var(--ink2);transition:color .15s,background .15s}.dropdown-menu a:hover{color:var(--rose);background:var(--blush-lt)}.drawer-sub-title{display:block;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink3);padding:16px 20px 6px;background:var(--blush-lt)}.drawer-sub-links a{display:block;padding:12px 20px;font-size:14px;font-weight:400;color:var(--ink2);border-bottom:1px solid var(--blush-lt);transition:color .15s,background .15s}.drawer-sub-links a:hover{color:var(--rose);background:var(--blush-lt)}.drawer-has-sub{display:flex;flex-direction:column;padding:14px 20px;border-bottom:1px solid var(--border)}.drawer-sub-title{font-size:16px;font-weight:500;color:var(--text);margin-bottom:10px}.drawer-sub-links{display:flex;flex-direction:column;padding-left:15px;border-left:2px solid var(--border);gap:10px}.drawer-sub-links a{font-size:14px;color:#666;text-decoration:none;padding:0;border:none}.drawer-sub-links a:hover{color:var(--text)}
/*# sourceMappingURL=/cdn/shop/t/85/assets/zelena-theme.css.map */
