:root{
  --ink:#1d211f;
  --muted:#737873;
  --line:#e2e5e2;
  --soft:#f5f6f5;
  --green:#2f604c;
  --green-dark:#214637;
  --green-bright:#3d755e;
  --accent:#ca6b43;
  --gold:#f0a800;
  --white:#fff;
  --page:#f5f2ec;
  --radius:14px;
  --shadow:0 15px 38px rgba(24,39,31,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--page);font:15px/1.42 Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{color:inherit}
img,video{display:block;max-width:100%}
svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.shell{width:min(1560px,calc(100% - 40px));margin-inline:auto}
.topbar{height:38px;border-bottom:1px solid #edf0ed;color:#5d625e;font-size:13px;background:#fafbfa}
.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.topbar nav{display:flex;gap:26px}
.topbar a:hover{color:var(--green)}
.topbar-tools{display:flex;align-items:center;gap:22px}
.lang-control select{border:0;background:transparent;color:#5d625e;outline:none;cursor:pointer}
.main-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid #e7eae7;box-shadow:0 3px 10px rgba(22,35,29,.06);backdrop-filter:blur(12px)}
.header-inner{height:74px;display:flex;align-items:center;gap:14px}
.icon-button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;background:transparent;cursor:pointer}
.menu-button svg{width:25px;height:25px}
.logo{display:flex;align-items:baseline;white-space:nowrap;font-size:36px;line-height:1;letter-spacing:-1.7px;margin-right:7px}
.logo b{color:var(--green);font-weight:800}.logo span{font-weight:800}.logo sup{font-size:10px;margin-left:4px;align-self:flex-start}
.catalog-button{height:46px;padding:0 16px;border:0;border-radius:7px;background:var(--green);color:#fff;display:flex;align-items:center;gap:9px;font-weight:700;cursor:pointer;white-space:nowrap;transition:.2s}
.catalog-button:hover,.catalog-button[aria-expanded="true"]{background:var(--green-dark)}
.catalog-button svg{width:21px;height:21px}.catalog-button i,.header-phone i{width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.header-search{height:46px;flex:1;min-width:180px;background:#f4f5f4;border:1px solid #edf0ed;border-radius:6px;display:flex;overflow:hidden}
.header-search input{flex:1;min-width:0;border:0;background:transparent;padding:0 18px;outline:0;color:var(--ink)}
.header-search input::placeholder{color:#737873;opacity:1}
.header-search button{width:53px;border:0;border-left:1px solid #e0e4e1;background:#fff;display:grid;place-items:center;cursor:pointer}
.header-search button:hover{color:var(--green)}
.header-phone{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;white-space:nowrap}.header-phone svg{width:22px}
.header-actions{display:flex;align-items:center;gap:2px;margin-left:4px}.header-actions a,.header-actions button{position:relative;width:45px;height:44px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}.header-actions svg{width:24px;height:24px}.header-actions a:hover,.header-actions button:hover{color:var(--green)}
.header-actions em{position:absolute;top:1px;right:1px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;font-style:normal;display:grid;place-items:center;border:2px solid #fff}
.mega-menu{position:absolute;left:50%;top:calc(100% + 1px);width:min(1560px,calc(100% - 40px));height:530px;transform:translate(-50%,-10px);display:grid;grid-template-columns:300px minmax(0,1fr) 370px;padding:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 22px 60px rgba(15,31,23,.2);opacity:0;visibility:hidden;pointer-events:none;overflow:visible;transition:opacity .2s ease,transform .24s ease,visibility .2s;z-index:125}
.mega-menu:before{content:"";position:absolute;z-index:4;left:205px;top:-8px;width:16px;height:16px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}
.mega-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.mega-sidebar{position:relative;z-index:2;padding:13px 0;background:#fff;border-right:1px solid var(--line);border-radius:14px 0 0 14px;overflow:auto}
.mega-category{position:relative;width:100%;min-height:70px;padding:8px 15px;display:grid;grid-template-columns:50px minmax(0,1fr) 18px;gap:10px;align-items:center;border:0;background:#fff;text-align:left;cursor:pointer;transition:background .18s,color .18s}
.mega-category:hover,.mega-category.active{background:#f1f4f2;color:var(--green)}
.mega-category.active:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:0 3px 3px 0;background:var(--green)}
.mega-category-icon{width:46px;height:46px;border-radius:9px;background:#f4f5f4;display:grid;place-items:center;overflow:hidden}
.mega-category-icon img{width:44px;height:44px;object-fit:contain;mix-blend-mode:multiply}
.mega-category>span:nth-child(2){min-width:0}.mega-category b{display:inline;font-size:13px;line-height:1.2;text-transform:uppercase}.mega-category small{display:block;margin-top:4px;color:#7d827e;font-size:12px;line-height:1.2}.mega-category i{font-style:normal;color:#b2b8b3;font-size:24px;transition:transform .18s,color .18s}.mega-category:hover i,.mega-category.active i{color:var(--green);transform:translateX(2px)}
.mega-category em{display:inline-flex;vertical-align:2px;margin-left:5px;padding:2px 5px;border-radius:4px;background:#ea644d;color:#fff;font-size:8px;font-style:normal;font-weight:800}.mega-category em.new{background:#37a864}
.mega-sidebar.complete-category-list .mega-category{min-height:50px;grid-template-columns:38px minmax(0,1fr) 15px;gap:9px;padding:5px 12px}.mega-sidebar.complete-category-list .mega-category-icon{width:36px;height:36px}.mega-sidebar.complete-category-list .mega-category-icon img{width:35px;height:35px}.mega-sidebar.complete-category-list .mega-category b{font-size:11px}.mega-sidebar.complete-category-list .mega-category small{margin-top:2px;font-size:10px}
.mega-content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:28px;padding:30px 32px;background:#fff;overflow:auto}
.mega-content.switching{animation:megaContentIn .22s ease}
.mega-link-column h3{margin:0 0 10px;font-size:15px;color:#222}.mega-link-column a{display:flex;align-items:center;min-height:32px;padding:4px 0;color:#656b66;font-size:14px;transition:color .16s,transform .16s}.mega-link-column a:hover{color:var(--green);transform:translateX(3px)}.mega-link-column .mega-more{display:inline-flex;width:max-content;margin-top:5px;color:var(--green);font-weight:700;border-bottom:1px solid rgba(47,96,76,.35)}
.mega-promo{position:relative;display:block;min-width:0;overflow:hidden;border-radius:0 14px 14px 0;background:#e9eeeb;color:#fff}.mega-promo img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.mega-promo:hover img{transform:scale(1.035)}.mega-promo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,20,15,.02) 35%,rgba(11,20,15,.75))}.mega-promo-copy{position:absolute;z-index:2;left:25px;right:25px;bottom:25px;text-shadow:0 2px 15px rgba(0,0,0,.4)}.mega-promo-copy span{font-size:11px;letter-spacing:.13em;font-weight:800}.mega-promo-copy h3{margin:7px 0 5px;font-size:28px;line-height:1.05}.mega-promo-copy p{margin:0 0 15px;font-size:14px}.mega-promo-copy b{display:inline-flex;padding:9px 14px;border:1px solid rgba(255,255,255,.8);border-radius:6px;font-size:12px}
@keyframes megaContentIn{0%{opacity:.45;transform:translateX(5px)}100%{opacity:1;transform:translateX(0)}}
.cart-popover{position:fixed;right:max(20px,calc((100vw - 1560px)/2));top:104px;width:370px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow);padding:18px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s;z-index:120}
.cart-popover.open{opacity:1;visibility:visible;transform:translateY(0)}
.cart-popover header{display:flex;justify-content:space-between;align-items:center;font-size:19px;border-bottom:1px solid var(--line);padding-bottom:13px}.cart-close{border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer}.cart-line{display:grid;grid-template-columns:95px 1fr;gap:14px;padding:16px 0}.cart-line img{width:95px;height:74px;object-fit:cover;border-radius:8px}.cart-line p{margin:0 0 8px}.cart-popover footer{display:flex;gap:10px}.cart-popover .button{flex:1}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 19px;border:1px solid var(--green);border-radius:7px;background:var(--green);color:#fff;font-weight:700;cursor:pointer;transition:.2s}.button:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px)}.button.ghost{background:#fff;color:var(--green)}.button.ghost:hover{background:var(--green);color:#fff}.button svg{width:20px;height:20px}
.hero{height:380px;position:relative;margin-top:18px;overflow:hidden;border:1px solid #dce3de;border-radius:16px;background:#214d3e;box-shadow:0 16px 42px rgba(25,47,36,.12)}
.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:46% 54%;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s}.hero-slide.active{opacity:1;visibility:visible}
.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;width:auto;padding:30px 42px 48px;color:#fff;background:linear-gradient(135deg,#173c31 0%,#2f604c 76%,#376d57 100%)}
.hero-copy:after{content:"";position:absolute;z-index:-1;right:-34px;top:0;width:70px;height:100%;background:#2f604c;clip-path:polygon(0 0,52% 0,100% 100%,48% 100%)}
.hero-kicker{display:block;margin-bottom:9px;color:#dfece6;font-size:11px;line-height:1.2;letter-spacing:.14em;font-weight:800}
.hero-copy h1,.hero-copy h2{max-width:650px;margin:0 0 12px;font-size:36px;line-height:1.06;letter-spacing:-1.1px}.hero-copy mark,.ruled-title mark{color:#f2b08d;background:none}.hero-copy p{max-width:620px;margin:0 0 17px;color:#e5efea;font-size:15px;line-height:1.45}
.hero-actions{display:flex;align-items:center;gap:9px}.hero-actions .button{min-height:40px;padding:8px 16px;font-size:13px}.hero-primary{background:#fff;border-color:#fff;color:var(--green-dark)}.hero-primary:hover{background:#f5eee9;border-color:#f5eee9;color:var(--green-dark)}.hero-secondary{background:transparent;border-color:rgba(255,255,255,.62);color:#fff}.hero-secondary:hover{background:rgba(255,255,255,.12);border-color:#fff}
.hero-trust{display:flex;flex-wrap:wrap;gap:7px 17px;margin-top:16px;color:#dce9e3;font-size:12px}.hero-trust span{display:flex;align-items:center;gap:6px}.hero-trust span:before{content:"✓";width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.13);color:#fff;font-size:10px;font-weight:800}
.hero-visual{position:relative;min-width:0;height:100%;margin:0;overflow:hidden;background:#e9e4dc}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform}.hero-slide.active figure.hero-visual>img{animation:heroDrift 4.6s ease-out both}
.hero-collage{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;background:#fff}.hero-collage a{position:relative;min-width:0;overflow:hidden}.hero-collage img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hero-collage a:hover img{transform:scale(1.045)}.hero-collage a:after{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(transparent,rgba(12,22,17,.64))}.hero-collage span{position:absolute;z-index:2;left:14px;bottom:11px;color:#fff;font-size:13px;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.35)}
.hero-category-links{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 15px}.hero-category-links a{padding:6px 10px;border:1px solid rgba(255,255,255,.28);border-radius:20px;color:#fff;font-size:12px;transition:.18s}.hero-category-links a:hover{background:#fff;color:var(--green-dark)}
.hero-dots{position:absolute;z-index:5;bottom:17px;left:42px;display:flex;gap:7px}.hero-dots button{width:8px;height:8px;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(255,255,255,.25);cursor:pointer;transition:width .3s ease,background .3s ease}.hero-dots button.active{width:27px;border-radius:7px;background:#fff}
.hero-slide.active .hero-copy>*{animation:heroTextIn .45s ease both}
.home-intro{position:relative;height:400px;display:grid;grid-template-columns:292px minmax(0,1fr);gap:14px;margin-top:18px}.home-intro .hero{width:auto;height:100%;margin-top:0}.category-block{position:relative;z-index:10;height:100%;padding:8px 0;border:1px solid #dfded9;border-radius:14px;background:#fbfaf7;overflow:hidden}.category-grid{height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(7,1fr)}.category-grid .intro-category{position:relative;min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr) 14px;gap:9px;align-items:center;padding:6px 12px;border:0;border-bottom:1px solid #ebe9e4;background:transparent;color:#39433e;font:inherit;text-align:left;cursor:pointer;transition:background .18s,color .18s}.category-grid .intro-category:last-child{border-bottom:0}.category-grid .intro-category:hover,.category-grid .intro-category.active{background:#edf3ef;color:var(--green)}.category-grid .intro-category.active:before{content:"";position:absolute;left:0;width:3px;height:31px;border-radius:0 3px 3px 0;background:var(--green)}.category-grid svg{width:29px;height:29px;color:#66736c;stroke-width:1.45}.category-grid .intro-category:hover svg,.category-grid .intro-category.active svg{color:var(--green)}.category-grid span{min-width:0}.category-grid b{display:block;font-size:12px;line-height:1.15;font-weight:800;text-transform:uppercase}.category-grid small{display:block;margin-top:3px;color:#818680;font-size:10px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-grid i{font-style:normal;color:#b3b8b4;font-size:20px;transition:transform .18s,color .18s}.category-grid .intro-category:hover i,.category-grid .intro-category.active i{color:var(--green);transform:translateX(2px)}
.intro-mega{position:absolute;z-index:9;left:306px;right:0;top:0;bottom:0;display:grid;grid-template-columns:minmax(0,1fr) 34%;background:#fff;border:1px solid #dfe3df;border-radius:14px;box-shadow:0 20px 48px rgba(20,37,28,.2);overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-8px);transition:opacity .2s ease,transform .24s ease,visibility .2s}.intro-mega.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)}.intro-mega .mega-content{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:27px 28px}.intro-mega-close{position:absolute;z-index:6;right:10px;top:10px;width:34px;height:34px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(22,39,30,.54);color:#fff;font-size:25px;line-height:1;cursor:pointer;backdrop-filter:blur(8px)}.intro-mega-close:hover{background:var(--green)}
.standard-section{padding-top:68px}.ruled-title{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 30px;text-align:center;font-size:36px;line-height:1.15;letter-spacing:-.8px}.ruled-title:before,.ruled-title:after{content:"";height:1px;background:#dfe2df;flex:1}.plain-title{text-align:center;font-size:25px;margin:0 0 28px}.product-tabs{display:flex;justify-content:center;gap:8px;margin:-10px 0 25px}.product-tabs button{padding:9px 16px;border:0;border-radius:20px;background:transparent;color:#6b706c;font-weight:700;cursor:pointer}.product-tabs button.active{background:var(--green);color:#fff}
.product-carousel{position:relative;overflow:hidden;padding:8px 0 16px}.product-track{display:flex;gap:16px;will-change:transform}.product-card{position:relative;flex:0 0 calc((100% - 80px)/6);min-width:0;padding:0 10px 14px;border:1px solid transparent;border-radius:12px;background:#fff;transition:box-shadow .22s,border-color .22s,transform .22s}.product-card:hover{border-color:#e2e6e2;box-shadow:0 11px 32px rgba(25,44,34,.12);transform:translateY(-4px);z-index:3}.product-media{height:235px;position:relative;display:block;background:#f5f6f5;border-radius:9px;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-badge{position:absolute;left:8px;top:8px;padding:5px 8px;border-radius:6px;background:#f1b709;color:#fff;font-size:11px;font-weight:800}.product-badge.green{background:var(--green)}.wish{position:absolute;right:8px;top:8px;width:32px;height:32px;border:0;border-radius:50%;background:rgba(255,255,255,.94);font-size:19px;cursor:pointer}.swatches{height:28px;display:flex;align-items:center;gap:5px;padding:7px 1px 0}.swatches i{width:13px;height:13px;border-radius:50%;box-shadow:0 0 0 1px #d6d9d6}.swatches small{color:var(--muted)}.product-name{display:block;min-height:41px;font-size:15px;line-height:1.3;margin-top:5px}.product-code{font-size:11px;color:#979b98;margin:4px 0}.rating{font-size:13px;color:var(--gold)}.rating span{color:#777d78}.stock{color:#2d9c58;font-size:13px;margin:3px 0}.product-foot{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:6px}.price strong{font-size:20px}.price sup{font-size:11px;top:-.5em;position:relative}.price del{display:block;color:#898e8a;font-size:12px}.cart-button{width:38px;height:38px;border:0;border-radius:8px;background:var(--green);color:#fff;display:grid;place-items:center;cursor:pointer}.cart-button svg{width:20px;height:20px}.cart-button:hover{background:var(--green-dark)}.vendor-row{display:flex;gap:6px;align-items:center;margin-top:9px;padding-top:8px;border-top:1px solid #eef0ee;color:#747975;font-size:11px}.vendor-row i{width:15px;height:15px;border-radius:4px;background:#dfece5;border:3px solid var(--green)}
.carousel-arrow{position:absolute;z-index:5;top:43%;width:40px;height:40px;border:1px solid #d8ddd9;border-radius:50%;background:#fff;font-size:29px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.08)}.carousel-arrow.prev{left:-1px}.carousel-arrow.next{right:-1px}.carousel-arrow:hover{background:var(--green);color:#fff;border-color:var(--green)}.center-action{text-align:center;margin-top:16px}
.interest-section{margin-top:54px;padding:38px 32px 30px;border:1px solid #e0e2de;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(247,245,240,.94));box-shadow:0 18px 48px rgba(24,45,34,.07)}.collection-heading{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(310px,.6fr);gap:70px;align-items:end;margin-bottom:25px}.collection-heading>div>span{display:block;margin-bottom:8px;color:var(--green);font-size:12px;line-height:1;font-weight:900;letter-spacing:.15em}.collection-heading h2{max-width:790px;margin:0;font-size:39px;line-height:1.05;letter-spacing:-1.15px}.collection-heading h2 mark{color:#d87550;background:none}.collection-heading p{margin:0;padding:0 0 3px 22px;border-left:2px solid #d87550;color:#626963;font-size:15px;line-height:1.55}.interest-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:17px;padding:10px 12px 10px 10px;border:1px solid #e4e5e1;border-radius:14px;background:rgba(255,255,255,.76)}.interest-section .product-tabs{justify-content:flex-start;gap:5px;margin:0}.interest-section .product-tabs button{min-height:39px;padding:8px 17px;border-radius:9px;font-size:13px}.interest-section .product-tabs button:hover{background:#edf2ef;color:var(--green)}.interest-section .product-tabs button.active{background:var(--green);color:#fff;box-shadow:0 6px 15px rgba(47,96,76,.2)}.interest-benefits{display:flex;align-items:center;gap:20px;color:#68706a;font-size:12px;font-weight:700}.interest-benefits span{display:flex;align-items:center;gap:7px;white-space:nowrap}.interest-benefits span:before{content:"✓";width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#e2eee8;color:var(--green);font-size:10px;font-weight:900}.interest-section .product-carousel{margin:0 -12px;padding:10px 12px 20px}.interest-section .product-track{gap:14px}.premium-card{flex-basis:calc((100% - 70px)/6);display:flex;flex-direction:column;padding:9px 9px 10px;border:1px solid #e2e4e0;border-radius:17px;background:#fff;box-shadow:0 6px 20px rgba(24,43,33,.045);overflow:hidden}.premium-card:hover{border-color:#cdd9d2;box-shadow:0 17px 38px rgba(24,43,33,.14);transform:translateY(-5px)}.premium-card .product-media{height:222px;border-radius:12px;background:#eeefec}.premium-card .product-media:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(transparent,rgba(13,24,18,.45));opacity:0;transition:opacity .22s}.premium-card .product-media img{transition:transform .55s ease}.premium-card:hover .product-media img{transform:scale(1.035)}.premium-card:hover .product-media:after{opacity:1}.premium-card .product-badge{left:9px;top:9px;padding:5px 8px;border-radius:5px;background:#d87550;font-size:10px;letter-spacing:.04em}.premium-card .product-badge.green{background:var(--green)}.premium-card .wish{z-index:3;right:9px;top:9px;width:34px;height:34px;border:1px solid rgba(46,61,52,.1);color:#33483d;box-shadow:0 4px 13px rgba(20,34,27,.1);transition:.2s}.premium-card .wish:hover{background:#fff0ea;color:#c95e3b;transform:scale(1.06)}.quick-view{position:absolute;z-index:2;left:13px;right:13px;bottom:11px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:12px;font-weight:800;opacity:0;transform:translateY(6px);transition:.22s}.quick-view i{font-style:normal;font-size:18px}.premium-card:hover .quick-view{opacity:1;transform:translateY(0)}.premium-card-body{display:flex;flex:1;flex-direction:column;padding:12px 4px 2px}.product-kind-row{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#788079;font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em}.product-kind-row>span{color:var(--green);font-weight:900}.product-kind-row small{font-size:9px;color:#a0a59f;letter-spacing:.04em}.premium-card .product-name{min-height:0;margin:6px 0 7px;color:#202823;font-size:18px;line-height:1.12;font-weight:800}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:7px;padding-bottom:9px;border-bottom:1px solid #eceeeb;font-size:11px}.product-meta .rating{font-size:12px;font-weight:800}.product-meta .rating i{color:#8a908b;font-style:normal;font-weight:500}.sample-status{display:flex;align-items:center;gap:5px;color:#4b705c;font-size:10px;font-weight:700;white-space:nowrap}.sample-status>i{width:6px;height:6px;border-radius:50%;background:#38a66a;box-shadow:0 0 0 3px #e4f2e9}.premium-swatches{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px}.premium-swatches>span{color:#737a74;font-size:10px}.premium-swatches>div{display:flex;align-items:center;gap:4px}.premium-swatches i{width:14px;height:14px;border-radius:50%;box-shadow:0 0 0 1px #d1d5d1}.premium-swatches i.selected{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--green)}.premium-swatches small{margin-left:2px;color:#737a74;font-size:10px}.product-benefits{display:flex;gap:5px;margin-bottom:10px}.product-benefits span{flex:1;min-width:0;padding:6px 5px;border-radius:6px;background:#f2f5f2;color:#59635d;text-align:center;font-size:9px;font-weight:800;white-space:nowrap}.premium-price-row{margin-top:auto;padding-top:9px;border-top:1px solid #eceeeb}.premium-price-row .price{display:grid;grid-template-columns:auto 1fr auto;align-items:end;column-gap:5px}.premium-price-row .price>small{padding-bottom:3px;color:#7c827d;font-size:10px}.premium-price-row .price strong{color:#17251e;font-size:22px;line-height:1}.premium-price-row .price del,.premium-price-row .price em{justify-self:end;padding-bottom:2px;color:#999e99;font-size:10px;font-style:normal}.premium-price-row .price del{text-decoration-color:#d87550}.premium-actions{display:grid;grid-template-columns:minmax(0,1fr) 39px;gap:7px;margin-top:11px}.premium-actions>a{min-width:0;height:39px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;border-radius:8px;background:var(--green);color:#fff;font-size:11px;font-weight:800;transition:.2s}.premium-actions>a span{font-size:18px;transition:transform .2s}.premium-actions>a:hover{background:var(--green-dark);box-shadow:0 7px 16px rgba(38,78,61,.22)}.premium-actions>a:hover span{transform:translateX(3px)}.premium-actions .cart-button{width:39px;height:39px;border:1px solid #edc2ac;background:#f5d2c0;color:#733d2c}.premium-actions .cart-button:hover{background:#e99a75;border-color:#e99a75;color:#fff}.catalog-wide-button{min-width:245px;border-radius:10px;box-shadow:0 8px 22px rgba(47,96,76,.17)}.catalog-wide-button span{font-size:19px;transition:transform .2s}.catalog-wide-button:hover span{transform:translateX(4px)}
.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.showcase-column{display:grid;gap:18px}.compact-panel{border:1px solid #dde1de;border-radius:12px;background:#fff;overflow:hidden}.compact-item{min-height:122px;display:grid;grid-template-columns:104px minmax(0,1fr) 42px;gap:10px;align-items:center;padding:11px 13px;border-bottom:1px solid #ecefec}.compact-item:last-child{border-bottom:0}.compact-item>img{width:104px;height:92px;object-fit:cover;border-radius:7px}.compact-info{min-width:0}.compact-info a{font-size:14px;line-height:1.3;display:block;margin-bottom:2px}.compact-info .stock{margin:2px 0}.compact-info .price strong{font-size:18px}.compact-item .cart-button{align-self:end;margin-bottom:8px}.image-product-promo{height:465px;position:relative;overflow:hidden;border-radius:13px;background:#ddd}.image-product-promo>img{width:100%;height:100%;object-fit:cover}.image-product-promo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.42),transparent 48%,rgba(0,0,0,.38))}.promo-copy{position:absolute;z-index:2;left:24px;top:22px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.35)}.promo-copy h3{font-size:30px;line-height:1.05;margin:0 0 7px}.promo-copy p{margin:0;font-size:16px}.overlay-products{position:absolute;z-index:3;left:12px;right:12px;bottom:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.mini-product{min-width:0;background:#fff;border-radius:10px;padding:7px;text-align:center;box-shadow:0 5px 18px rgba(0,0,0,.12)}.mini-product img{width:100%;height:82px;object-fit:cover;border-radius:7px}.mini-product b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;margin:5px 0}.mini-product strong{font-size:14px}.mini-next{position:absolute;z-index:5;right:3px;bottom:84px;width:38px;height:38px;border:1px solid #ddd;border-radius:50%;background:#fff;font-size:28px;cursor:pointer}.feature-panel{height:504px;position:relative;border-radius:13px;background:#f2f3f2;padding:22px;overflow:hidden}.feature-panel .panel-arrows{position:absolute;top:15px;right:15px}.feature-panel>img{width:100%;height:310px;object-fit:cover;border-radius:9px}.feature-panel h3{font-size:17px;margin:13px 0 4px}.feature-panel .feature-buy{display:flex;align-items:end;justify-content:space-between;margin-top:6px}.feature-panel.fade{animation:featureFade .45s}.panel-arrows{display:flex;gap:7px;z-index:4}.panel-arrows button{width:35px;height:35px;border:1px solid #d8dcd9;border-radius:50%;background:#fff;font-size:23px;cursor:pointer}.dual-panel{height:348px;position:relative;border-radius:13px;background:#f2f3f2;padding:18px}.dual-panel>.panel-arrows{position:absolute;right:14px;top:14px}.dual-products{height:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding-top:34px}.dual-product{min-width:0;text-align:center}.dual-product img{width:100%;height:170px;object-fit:cover;border-radius:9px}.dual-product h3{font-size:14px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:7px 0 3px}.dual-product .price strong{font-size:18px}.video-banner{position:relative;overflow:hidden;border-radius:13px;background:#15231c;color:#fff}.video-banner video{width:100%;height:100%;object-fit:cover}.video-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,19,15,.72),rgba(11,19,15,.08) 68%,rgba(11,19,15,.15))}.short-video{height:276px}.video-copy{position:absolute;z-index:2;left:25px;top:24px}.video-copy span,.case-video-copy>span{display:inline-flex;padding:5px 8px;border-radius:5px;background:rgba(255,255,255,.18);backdrop-filter:blur(7px);font-size:11px;font-weight:800;letter-spacing:.12em}.video-copy h3{font-size:34px;margin:10px 0 2px}.video-copy p{font-size:16px;margin:0}.video-toggle{position:absolute;right:14px;top:14px;z-index:5;width:37px;height:37px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(0,0,0,.18);color:#fff;cursor:pointer;backdrop-filter:blur(6px)}.compact-panel.tall{min-height:576px}
.quad-promos{padding-top:68px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.quad-promos a{height:500px;position:relative;overflow:hidden;border-radius:13px;background:#ddd;color:#fff}.quad-promos img{width:100%;height:100%;object-fit:cover;transition:.4s}.quad-promos a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.28),transparent 42%,rgba(0,0,0,.45))}.quad-promos a:hover img{transform:scale(1.035)}.quad-promos div{position:absolute;z-index:2;left:20px;right:20px;text-shadow:0 2px 15px rgba(0,0,0,.4)}.quad-promos .top{top:22px}.quad-promos .bottom{bottom:22px}.quad-promos h3{font-size:30px;line-height:1.08;margin:0 0 6px}.quad-promos p{font-size:16px;margin:0}
.section-intro{max-width:1320px;margin:-14px auto 35px;text-align:center;color:#6f746f;font-size:17px}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.compact-panel.titled>h3{font-size:18px;margin:0;padding:15px 15px 8px}.case-center{display:grid;gap:18px}.case-video{height:548px}.case-video-copy{position:absolute;z-index:3;left:0;right:0;top:50px;text-align:center;text-shadow:0 2px 15px rgba(0,0,0,.55)}.case-video-copy h3{font-size:34px;margin:9px 0 2px}.case-video-copy p{font-size:17px;margin:0 0 14px}.button.glass{background:rgba(255,255,255,.12);border-color:#fff;color:#fff;backdrop-filter:blur(6px)}.case-products{bottom:15px}.case-next{bottom:76px}.case-bottom-product{border:1px solid var(--line);border-radius:12px;overflow:hidden}.case-bottom-product .compact-item{min-height:126px}.case-grid>.compact-panel{min-height:692px}
.values-section{padding-top:52px}.promotion-mosaic-section{padding-bottom:100px}.promotion-mosaic{height:525px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 1fr;gap:18px}.mosaic-card{position:relative;overflow:hidden;border-radius:13px;background:#ddd}.mosaic-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .7s,transform .35s}.mosaic-card:hover>img{transform:scale(1.025)}.mosaic-card>div{position:absolute;z-index:3;left:20px;top:20px}.mosaic-card h3{font-size:28px;line-height:1.04;margin:0 0 6px}.mosaic-card p{margin:0;font-size:15px}.mosaic-card .light{color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.45)}.mosaic-card .centered{left:20px;right:20px;top:38px;text-align:center}.mosaic-card .centered h3{font-size:35px}.mosaic-card .centered b{display:inline-flex;margin-top:15px;padding:10px 16px;border:1px solid #fff;border-radius:6px}.mosaic-card .bottom{top:auto;bottom:18px}.middle-tall{grid-column:2;grid-row:1/3}.right-top{grid-column:3;grid-row:1}.right-bottom{grid-column:3;grid-row:2}.left-bottom{grid-column:1;grid-row:2}.promo-rotator img:not(.active){opacity:0}.tiny-dots{position:absolute;z-index:5;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:5px}.tiny-dots i{width:5px;height:5px;border-radius:50%;background:#fff;border:1px solid var(--accent)}.tiny-dots i.active{background:var(--accent)}
.promotion-band{background:var(--green);color:#fff;padding:40px 0 55px}.ruled-title.inverse:before,.ruled-title.inverse:after{background:rgba(255,255,255,.24)}.promotion-cards{display:grid;grid-template-columns:300px 300px;gap:20px}.promotion-cards>a{height:322px;position:relative;display:grid;grid-template-columns:74px 1fr;align-content:end;background:#fff;color:var(--ink);border-radius:13px;overflow:hidden}.promotion-cards img{position:absolute;inset:0 0 auto;width:100%;height:235px;object-fit:cover}.promotion-cards>a>div,.promotion-cards>a>p{position:relative;z-index:2;margin:0;background:#fff;min-height:87px;padding:10px}.promotion-cards>a>div{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--line)}.promotion-cards strong{font-size:30px;line-height:1}.promotion-cards small{color:#7b807c}.promotion-cards p{display:flex;flex-direction:column;justify-content:center}.promotion-cards p b{font-size:13px;line-height:1.25}.promotion-cards p span{font-size:11px;color:#898e8a;margin-top:5px}.band-button{position:relative;left:50%;transform:translateX(-50%);margin-top:35px;background:transparent;border-color:#fff}.band-button:hover{transform:translateX(-50%) translateY(-1px);background:#fff;color:var(--green)}
.news-section{background:#f5f6f5;padding:65px 0 45px}.news-grid{display:grid;grid-template-columns:1.05fr 1.45fr;gap:20px}.news-main img{width:100%;height:500px;object-fit:cover;border-radius:13px}.news-main time,.news-small-grid time{display:block;color:#fff;background:rgba(31,50,41,.75);width:max-content;padding:3px 6px;border-radius:4px;font-size:11px;transform:translate(10px,-29px);margin-bottom:-24px}.news-main h3{font-size:18px;font-weight:500;margin:10px 0}.news-small-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news-small-grid img{width:100%;height:210px;object-fit:cover;border-radius:12px}.news-small-grid h3{font-size:14px;line-height:1.3;font-weight:500;margin:8px 0}.news-section .center-action{margin-top:26px}
.about-section{padding-top:40px;padding-bottom:32px}.about-section h2{font-size:25px;margin:0 0 13px}.about-section p{margin:0 0 12px;color:#4e544f;max-width:1490px}.connect-section{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:8px 0 40px}.connect-section article{background:#f4f5f4;border-radius:13px;text-align:center;padding:23px}.connect-section h2{font-size:24px;margin:0 0 4px}.connect-section p{margin:0 0 14px;color:#6b706c}.connect-section form{width:min(520px,100%);margin:auto;display:flex}.connect-section input{flex:1;min-width:0;height:43px;border:1px solid #e2e5e2;border-radius:7px 0 0 7px;padding:0 15px;outline:0}.connect-section form .button{border-radius:0 7px 7px 0}.socials{display:flex;justify-content:center;gap:8px}.socials a{width:41px;height:41px;border-radius:50%;display:grid;place-items:center;background:#676d69;color:#fff;font-size:13px;font-weight:800}.socials a:hover{background:var(--green)}
.footer{border-top:1px solid var(--line);padding:38px 0 22px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:50px}.footer h3{font-size:18px;margin:0 0 12px}.footer a,.footer p{display:block;color:#4f5550;margin:0 0 7px}.footer a:hover{color:var(--green)}.footer-bottom{margin-top:35px;padding-top:20px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#676c68}.footer-bottom div{display:flex;gap:8px}.footer-bottom b{padding:5px 9px;border:1px solid #ccd1cd;border-radius:4px;color:#36453d;font-size:12px}
.mobile-nav{display:none}.toast{position:fixed;z-index:300;left:50%;bottom:25px;transform:translate(-50%,20px);background:#17231d;color:#fff;padding:12px 20px;border-radius:8px;opacity:0;visibility:hidden;transition:.22s}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}

/* Smooth motion system: every product group glides as a continuous track. */
.product-track,.feature-track,.dual-track,.mini-track,.mosaic-image-track{will-change:transform;transform:translate3d(0,0,0)}
.overlay-products{display:block;overflow:hidden}
.mini-track{display:flex;gap:9px;width:100%}
.mini-product{flex:0 0 calc((100% - 27px)/4)}
.feature-window{width:100%;height:100%;overflow:hidden}
.feature-track{display:flex;width:100%;height:100%}
.feature-slide{flex:0 0 100%;min-width:0}
.feature-slide>img{width:100%;height:310px;object-fit:cover;border-radius:9px}
.dual-products{display:block;height:100%;overflow:hidden;padding-top:34px}
.dual-track{display:flex;width:100%;height:100%}
.dual-page{flex:0 0 100%;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}

.mosaic-image-window{position:absolute;inset:0;display:block;overflow:hidden}
.mosaic-image-track{display:flex;width:100%;height:100%}
.mosaic-image-track>img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;opacity:1!important;animation:bannerDrift 4.4s ease-in-out infinite alternate}
.mosaic-image-track>img:nth-child(even){animation-direction:alternate-reverse}
.image-product-promo>img,.quad-promos img,.mosaic-card>img,.promotion-cards img{will-change:transform;animation:bannerDrift 4.8s ease-in-out infinite alternate}
.quad-promos a:nth-child(even) img,.mosaic-card:nth-child(even)>img,.promotion-cards>a:nth-child(even) img{animation-direction:alternate-reverse;animation-duration:4.2s}

@keyframes heroDrift{0%{transform:scale(1.01) translate3d(0,0,0)}100%{transform:scale(1.055) translate3d(-.6%,0,0)}}
@keyframes heroTextIn{0%{opacity:.25;transform:translateY(6px)}100%{opacity:1;transform:translateY(0)}}
@keyframes bannerDrift{0%{transform:scale(1.015) translate3d(-.5%,0,0)}100%{transform:scale(1.085) translate3d(1.25%,-.5%,0)}}
@media (max-width:1300px){
  .logo{font-size:30px}.header-phone span{display:none}.header-phone{width:35px}.header-actions a{width:40px}.product-media{height:200px}.compact-item{grid-template-columns:88px minmax(0,1fr) 38px}.compact-item>img{width:88px;height:78px}.quad-promos a{height:430px}.news-main img{height:430px}.news-small-grid img{height:170px}
}
@media (max-width:1024px){
  .topbar{display:none}.header-inner{height:66px}.menu-button,.header-phone,.header-actions a:first-child{display:none}.logo{font-size:27px}.catalog-button span{display:none}.catalog-button{padding:0 13px}.hero{height:320px}.hero-copy{width:48vw}.hero-copy h1,.hero-copy h2{font-size:35px}.category-grid{grid-template-columns:repeat(4,1fr);gap:12px}.category-grid a{height:205px}.category-grid img{height:170px}.product-card{flex-basis:calc((100% - 32px)/3)}.showcase-grid,.case-grid{grid-template-columns:1fr 1fr}.showcase-column:last-child{grid-column:1/3;grid-template-columns:1fr 1fr}.case-grid>.compact-panel:last-child{display:none}.case-grid>.compact-panel,.case-center{min-height:0}.quad-promos{grid-template-columns:1fr 1fr}.promotion-mosaic{height:700px;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr)}.middle-tall{grid-column:2;grid-row:1/3}.right-top{grid-column:1;grid-row:3}.right-bottom{grid-column:2;grid-row:3}.news-grid{grid-template-columns:1fr}.news-main img{height:440px}.connect-section{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  body{padding-bottom:68px}.shell{width:min(100% - 24px,1560px)}.main-header{top:0}.header-inner{gap:8px}.logo{font-size:24px;margin-right:0}.catalog-button{display:none}.header-search{height:42px}.header-actions{display:none}.menu-button{display:grid}.hero{height:300px}.hero-slide>img{object-position:center}.hero-slide:after{background:linear-gradient(0deg,rgba(15,22,18,.72),rgba(15,22,18,.03) 76%)}.hero-copy,.hero-copy.left,.hero-copy.right{left:22px;right:22px;top:auto;bottom:34px;width:auto;transform:none;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.4)}.hero-copy h1,.hero-copy h2{font-size:29px}.hero-copy p{font-size:13px;line-height:1.3;margin-bottom:11px}.hero-copy>span{font-size:10px;margin-bottom:5px}.hero-button{min-height:36px;padding:7px 15px;font-size:13px}.category-block{padding-top:30px}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-grid a{height:180px}.category-grid img{height:148px}.category-grid b{bottom:10px;font-size:12px}.standard-section{padding-top:44px}.ruled-title{font-size:27px;gap:10px;margin-bottom:24px}.ruled-title:before,.ruled-title:after{max-width:40px}.product-tabs{overflow:auto;justify-content:flex-start;padding-bottom:4px}.product-tabs button{white-space:nowrap}.product-card{flex-basis:calc((100% - 12px)/2);padding-inline:5px}.product-media{height:175px}.product-name{font-size:13px}.vendor-row{display:none}.carousel-arrow{width:34px;height:34px}.showcase-grid,.case-grid{display:block}.showcase-column,.middle-column,.case-center{margin-bottom:14px}.showcase-column:last-child{display:block}.showcase-column:last-child>*{margin-bottom:14px}.image-product-promo{height:430px}.feature-panel{height:450px}.feature-slide>img{height:265px}.compact-panel.tall{min-height:0}.dual-panel{height:330px}.short-video{height:260px}.quad-promos{padding-top:44px;grid-template-columns:1fr 1fr;gap:10px}.quad-promos a{height:310px}.quad-promos h3{font-size:23px}.case-grid>.compact-panel:last-child{display:block}.case-video{height:500px}.promotion-mosaic{height:auto;display:grid;grid-template-columns:1fr;grid-template-rows:none;gap:10px}.mosaic-card,.middle-tall,.right-top,.right-bottom,.left-bottom{grid-column:1;grid-row:auto;height:240px}.middle-tall{height:440px}.promotion-mosaic-section{padding-bottom:55px}.promotion-cards{grid-template-columns:1fr 1fr;gap:10px}.promotion-cards>a{height:280px;grid-template-columns:60px 1fr}.promotion-cards img{height:197px}.promotion-cards>a>div,.promotion-cards>a>p{min-height:83px;padding:7px}.promotion-cards p b{font-size:11px}.promotion-cards strong{font-size:25px}.news-section{padding-top:45px}.news-main img{height:330px}.news-small-grid{grid-template-columns:1fr 1fr;gap:12px}.news-small-grid img{height:140px}.news-small-grid h3{font-size:12px}.connect-section article{padding:20px 12px}.connect-section form{display:grid;gap:7px}.connect-section input,.connect-section form .button{border-radius:7px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 18px}.footer-bottom{display:block}.footer-bottom div{margin-top:14px}.mobile-nav{position:fixed;z-index:140;left:0;right:0;bottom:0;height:66px;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--line);box-shadow:0 -5px 18px rgba(0,0,0,.08)}.mobile-nav a,.mobile-nav button{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px}.mobile-nav svg{width:21px;height:21px}.mega-menu{grid-template-columns:1fr 1fr;width:calc(100% - 16px);max-height:70vh;overflow:auto;padding:20px;gap:18px}.cart-popover{top:72px;right:10px;width:calc(100% - 20px)}
}
@media (max-width:1100px) and (min-width:721px){
  .mega-menu{grid-template-columns:250px minmax(0,1fr) 270px;height:500px}
  .mega-menu:before{left:155px}
  .mega-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:25px 24px}
  .mega-category{grid-template-columns:43px minmax(0,1fr) 15px;padding-inline:11px}
  .mega-category-icon{width:40px;height:40px}.mega-category-icon img{width:38px;height:38px}
  .mega-promo-copy{left:18px;right:18px;bottom:20px}.mega-promo-copy h3{font-size:23px}
}
@media (max-width:720px){
  .mega-menu{display:block;top:calc(100% + 1px);width:calc(100% - 16px);height:auto;max-height:72vh;padding:0;overflow:auto;border-radius:0 0 12px 12px}
  .mega-menu:before{display:none}
  .mega-sidebar{display:grid;grid-template-columns:1fr 1fr;padding:7px;border-right:0;border-bottom:1px solid var(--line);border-radius:0;overflow:visible}
  .mega-category{min-height:58px;grid-template-columns:38px minmax(0,1fr);gap:7px;padding:6px;border-radius:8px}
  .mega-category-icon{width:36px;height:36px}.mega-category-icon img{width:35px;height:35px}
  .mega-category small,.mega-category>i,.mega-category em{display:none}.mega-category b{font-size:11px}
  .mega-category.active:before{top:7px;bottom:7px}
  .mega-content{grid-template-columns:1fr 1fr;gap:18px;padding:20px 16px;overflow:visible}
  .mega-link-column h3{font-size:14px}.mega-link-column a{min-height:28px;font-size:12px}
  .mega-promo{display:none}
}
@media (max-width:1024px){
  .home-intro{height:360px;grid-template-columns:230px minmax(0,1fr);gap:10px;margin-top:12px}.home-intro .hero{height:100%;margin:0}
  .intro-mega{left:240px;grid-template-columns:minmax(0,1fr) 250px}.intro-mega .mega-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px}.intro-mega .mega-link-column:nth-child(3){display:none}
  .hero-slide{grid-template-columns:48% 52%}
  .hero-copy,.hero-copy.left,.hero-copy.right{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:auto;transform:none;padding:25px 27px 43px;color:#fff;text-shadow:none}
  .hero-copy h1,.hero-copy h2{font-size:29px;line-height:1.07}.hero-copy p{font-size:14px}.hero-trust{display:none}
  .hero-actions .button{padding-inline:12px;font-size:12px}
  .hero-category-links{gap:5px}.hero-category-links a{padding:5px 8px;font-size:11px}
  .hero-dots{left:27px;bottom:15px}
  .category-block{padding:6px 0}.category-grid{grid-template-columns:1fr;grid-template-rows:repeat(7,1fr);gap:0}
  .category-grid .intro-category{height:auto;grid-template-columns:31px minmax(0,1fr) 11px;gap:7px;padding:5px 9px}.category-grid svg{width:24px;height:24px}.category-grid b{font-size:10px}.category-grid small{font-size:9px}
}
@media (max-width:720px){
  .home-intro{height:auto;display:flex;flex-direction:column;gap:8px;margin-top:9px}.home-intro .hero{width:100%;height:520px;margin:0;border-radius:12px}
  .hero-slide{grid-template-columns:1fr;grid-template-rows:335px 185px}
  .hero-copy,.hero-copy.left,.hero-copy.right{grid-row:1;padding:21px 20px 40px}
  .hero-copy:after{display:none}.hero-copy h1,.hero-copy h2{font-size:28px;line-height:1.06;letter-spacing:-.7px}.hero-copy p{font-size:14px;line-height:1.38;margin-bottom:14px}.hero-kicker{font-size:10px;margin-bottom:7px}
  .hero-visual{grid-row:2}.hero-secondary{display:none}.hero-actions .button{min-height:38px}
  .hero-category-links{margin-bottom:12px}.hero-category-links a{font-size:10px;padding:4px 7px}
  .hero-dots{left:20px;bottom:197px}
  .category-block{width:100%;height:auto;padding:5px;overflow:hidden;border-radius:11px}
  .category-grid{height:auto;display:flex;gap:0;overflow-x:auto;padding:0;scroll-snap-type:x proximity;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}
  .category-grid .intro-category{flex:0 0 165px;height:52px;grid-template-columns:28px minmax(0,1fr);scroll-snap-align:start;gap:7px;padding:5px 8px;border-right:1px solid #ebe9e4;border-bottom:0;border-radius:7px}.category-grid .intro-category.active:before{left:7px;right:7px;bottom:0;top:auto;width:auto;height:2px}.category-grid svg{width:23px;height:23px}.category-grid b{font-size:10px}.category-grid small{font-size:9px}.category-grid i{display:none}
  .intro-mega{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;min-height:420px;display:none;grid-template-columns:1fr;transform:none;border-radius:11px}.intro-mega.open{display:grid}.intro-mega .mega-content{grid-template-columns:1fr 1fr;gap:16px;padding:20px 16px}.intro-mega .mega-link-column:nth-child(3){display:block}.intro-mega-promo{display:none}.intro-mega-close{border-color:#dce2de;background:#fff;color:var(--green);box-shadow:0 3px 12px rgba(20,37,28,.12)}
}
.product-media-shell{position:relative}.premium-card .product-badge{font-size:12px}.product-kind-row,.product-kind-row small{font-size:12px}.product-meta .rating{font-size:13px}.sample-status,.premium-swatches>span,.premium-swatches small,.product-benefits span,.premium-price-row .price>small,.premium-price-row .price del,.premium-price-row .price em{font-size:12px}.premium-actions>a{font-size:13px}
@media (max-width:1024px){
  .interest-section{margin-top:42px;padding:31px 20px 26px}.collection-heading{grid-template-columns:minmax(0,1.2fr) minmax(270px,.8fr);gap:32px}.collection-heading h2{font-size:34px}.interest-benefits{gap:10px}.interest-benefits span:first-child{display:none}.premium-card .product-media{height:225px}
}
@media (max-width:720px){
  .interest-section{width:calc(100% - 16px);margin-top:30px;padding:24px 10px 22px;border-radius:17px}.collection-heading{display:block;margin-bottom:18px;padding:0 5px}.collection-heading>div>span{font-size:10px}.collection-heading h2{font-size:29px;line-height:1.08}.collection-heading p{margin-top:14px;padding:0;border:0;font-size:13px;line-height:1.45}.interest-toolbar{display:block;margin-bottom:10px;padding:7px}.interest-section .product-tabs{overflow-x:auto;padding:0}.interest-section .product-tabs button{min-height:36px;padding:7px 13px;font-size:11px}.interest-benefits{margin:9px 5px 2px}.interest-benefits span{font-size:10px}.interest-benefits span:first-child{display:flex}.interest-section .product-carousel{margin:0 -3px;padding:8px 3px 16px}.interest-section .product-track{gap:10px}.interest-section .premium-card{flex-basis:82%;padding:8px 8px 10px}.premium-card .product-media{height:250px}.premium-card .product-name{font-size:19px}.product-kind-row{font-size:11px}.premium-swatches>span,.sample-status{font-size:11px}.product-benefits span{font-size:10px}.premium-actions>a{font-size:12px}.interest-section .carousel-arrow{top:38%}.catalog-wide-button{width:100%;min-width:0}
}
@media (max-width:720px){.collection-heading>div>span,.interest-section .product-tabs button,.interest-benefits span,.product-kind-row,.product-kind-row small,.premium-swatches>span,.premium-swatches small,.sample-status,.product-benefits span{font-size:12px}.premium-actions>a{font-size:13px}}
.soft-showcase{padding-top:78px}.soft-heading{max-width:980px;margin:0 auto 34px;text-align:center}.soft-heading>span{display:block;margin-bottom:9px;color:var(--green);font-size:12px;line-height:1.2;font-weight:900;letter-spacing:.15em}.soft-heading h2{margin:0;font-size:40px;line-height:1.06;letter-spacing:-1.2px}.soft-heading h2 mark{color:#d87550;background:none}.soft-heading p{margin:12px auto 15px;color:#626963;font-size:16px;line-height:1.5}.soft-heading>div{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.soft-heading b{display:flex;align-items:center;gap:7px;padding:7px 12px;border:1px solid #dfe5e1;border-radius:18px;background:rgba(255,255,255,.72);color:#536159;font-size:12px}.soft-heading b:before{content:"✓";width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:#e1eee7;color:var(--green);font-size:12px}.soft-showcase .compact-panel,.soft-showcase .feature-panel,.soft-showcase .dual-panel,.soft-showcase .image-product-promo,.soft-showcase .video-banner{border:1px solid #dde3df;border-radius:18px;box-shadow:0 11px 30px rgba(24,43,33,.075)}.soft-showcase .compact-panel{background:#fff}.soft-panel-heading{height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 15px;border-bottom:1px solid #e7ebe8;background:linear-gradient(90deg,#f1f5f2,#fff)}.soft-panel-heading span{font-size:14px;font-weight:900}.soft-panel-heading a{color:var(--green);font-size:12px;font-weight:800}.soft-panel-heading a:hover{color:#d87550}.soft-showcase #softListA{height:366px}.soft-showcase #softListB{height:576px}.soft-list-item{grid-template-columns:92px minmax(0,1fr) 38px;gap:11px;padding:8px 12px;transition:background .2s}.soft-showcase #softListA .soft-list-item{min-height:106px}.soft-showcase #softListB .soft-list-item{min-height:132px}.soft-list-item:hover{background:#f7f9f7}.soft-list-media{position:relative;display:block;width:92px;height:80px;border-radius:10px;overflow:hidden;background:#edf0ed}.soft-showcase #softListB .soft-list-media{height:94px}.soft-list-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.soft-list-item:hover .soft-list-media img{transform:scale(1.045)}.soft-list-media span{position:absolute;left:6px;bottom:6px;padding:3px 5px;border-radius:4px;background:rgba(29,55,44,.88);color:#fff;font-size:12px;line-height:1;font-weight:900}.soft-list-item .compact-info>small{display:block;margin-bottom:2px;color:#788079;font-size:12px;line-height:1.1;text-transform:uppercase;letter-spacing:.07em}.soft-list-item .compact-info>a{margin:0;color:#202823;font-size:15px;line-height:1.15;font-weight:800}.soft-list-meta{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:5px}.soft-list-meta .rating{font-size:12px;font-weight:800}.soft-list-meta .rating i{color:#8c928d;font-style:normal;font-weight:500}.soft-list-meta .sample-status{font-size:12px}.soft-list-price{margin-top:4px}.soft-list-price .price{display:flex;align-items:baseline;gap:7px}.soft-list-price .price strong{font-size:18px;line-height:1}.soft-list-price .price del{display:inline;color:#999e9a;font-size:12px;text-decoration-color:#d87550}.soft-item-action{width:36px;height:36px;display:grid;place-items:center;align-self:center;border:1px solid #d9e2dd;border-radius:50%;background:#f4f7f5;color:var(--green);font-size:20px;font-weight:700;transition:.2s}.soft-item-action:hover{border-color:var(--green);background:var(--green);color:#fff;transform:translateX(2px)}.soft-promo:after{background:linear-gradient(180deg,rgba(9,20,14,.6),rgba(9,20,14,.04) 44%,rgba(9,20,14,.62))}.soft-promo .promo-copy{left:25px;right:25px;top:24px}.soft-promo .promo-copy>span{display:block;margin-bottom:8px;font-size:12px;font-weight:900;letter-spacing:.13em}.soft-promo .promo-copy h3{max-width:390px;margin:0 0 7px;font-size:31px;line-height:1.03;letter-spacing:-.6px}.soft-promo .promo-copy p{font-size:15px}.soft-promo .promo-copy>a,.soft-showcase .video-copy>a{display:inline-flex;align-items:center;gap:18px;margin-top:14px;padding:9px 12px;border:1px solid rgba(255,255,255,.66);border-radius:7px;background:rgba(16,32,23,.22);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(7px)}.soft-promo .promo-copy>a i,.soft-showcase .video-copy>a i{font-size:18px;font-style:normal;transition:transform .2s}.soft-promo .promo-copy>a:hover i,.soft-showcase .video-copy>a:hover i{transform:translateX(3px)}.soft-showcase .overlay-products{left:14px;right:14px;bottom:14px}.soft-mini-product{padding:6px;border:1px solid rgba(255,255,255,.7);border-radius:11px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(0,0,0,.18);backdrop-filter:blur(8px);text-align:left}.soft-mini-product img{height:70px;border-radius:7px}.soft-mini-product small{display:block;margin-top:5px;color:#748078;font-size:12px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.soft-mini-product b{margin:3px 0;color:#26342d;font-size:12px;line-height:1.1}.soft-mini-product strong{display:block;color:var(--green);font-size:13px}.soft-showcase .mini-next{right:5px;bottom:78px;border-color:#d8e0db;color:var(--green);box-shadow:0 5px 15px rgba(0,0,0,.12)}.soft-showcase .feature-panel{height:504px;padding:10px;background:#fff}.soft-showcase .feature-panel .panel-arrows{z-index:6;top:19px;right:19px}.soft-showcase .panel-arrows button{border-color:rgba(42,66,53,.15);color:var(--green);box-shadow:0 4px 12px rgba(20,38,28,.1)}.soft-showcase .panel-arrows button:hover{background:var(--green);color:#fff}.soft-feature-visual{position:relative;display:block;height:296px;border-radius:12px;overflow:hidden;background:#edf0ed}.soft-feature-visual:after{content:"";position:absolute;inset:auto 0 0;height:30%;background:linear-gradient(transparent,rgba(11,23,16,.28))}.soft-feature-visual img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.soft-feature-slide:hover .soft-feature-visual img{transform:scale(1.035)}.soft-feature-visual>span{position:absolute;z-index:2;left:10px;top:10px;padding:5px 8px;border-radius:5px;background:#d87550;color:#fff;font-size:12px;font-weight:900}.soft-feature-content{padding:12px 7px 2px}.soft-feature-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--green);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.soft-feature-meta .rating{font-size:12px;letter-spacing:0}.soft-feature-meta .rating i{color:#858c87;font-style:normal;font-weight:500}.soft-feature-name{display:block;margin-top:5px;color:#1f2923;font-size:22px;line-height:1.08;font-weight:900}.soft-feature-content p{margin:4px 0 0;color:#69716b;font-size:13px}.soft-feature-content .feature-buy{margin-top:9px}.soft-feature-content .price strong{font-size:24px}.soft-feature-content .price del{font-size:12px}.soft-feature-button{min-width:145px;height:39px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-radius:8px;background:var(--green);color:#fff;font-size:13px;font-weight:800;transition:.2s}.soft-feature-button:hover{background:var(--green-dark);box-shadow:0 7px 17px rgba(31,70,52,.22)}.soft-feature-button>span{font-size:18px}.soft-showcase .dual-panel{height:348px;padding:16px;background:#fff}.dual-panel-title{position:absolute;z-index:4;left:17px;right:105px;top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dual-panel-title span{font-size:14px;font-weight:900}.dual-panel-title a{color:var(--green);font-size:12px;font-weight:800}.soft-showcase .dual-panel>.panel-arrows{right:15px;top:11px}.soft-showcase .dual-products{padding-top:45px}.soft-showcase .dual-page{gap:12px}.soft-dual-product{text-align:left}.soft-dual-media{position:relative;display:block;height:155px;border-radius:10px;overflow:hidden;background:#edf0ed}.soft-dual-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.soft-dual-media i{position:absolute;right:7px;bottom:7px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.92);color:var(--green);font-size:15px;font-style:normal}.soft-dual-product:hover img{transform:scale(1.04)}.soft-dual-product small{display:block;margin-top:7px;color:#788079;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.soft-dual-product h3{margin:2px 0 5px;color:#243029;font-size:16px;line-height:1.15;font-weight:800}.soft-dual-meta{display:flex;align-items:end;justify-content:space-between;gap:7px}.soft-dual-meta .rating{font-size:12px;font-weight:800}.soft-dual-meta .price strong{font-size:18px}.soft-dual-meta .price del{font-size:12px}.soft-showcase .short-video{height:276px}.soft-showcase .video-shade{background:linear-gradient(90deg,rgba(9,21,14,.82),rgba(9,21,14,.12) 76%)}.soft-showcase .video-copy{left:24px;right:72px;top:21px}.soft-showcase .video-copy>span{font-size:12px}.soft-showcase .video-copy h3{margin:9px 0 4px;font-size:30px;line-height:1.02;letter-spacing:-.5px}.soft-showcase .video-copy p{max-width:330px;font-size:14px;line-height:1.3}.soft-showcase .video-copy>a{margin-top:12px}.soft-showcase .video-toggle{width:42px;height:42px;border-width:1px;background:rgba(12,30,20,.35);font-size:14px}.soft-showcase .compact-panel.tall{min-height:576px}
@media (max-width:1300px){.soft-list-item{grid-template-columns:82px minmax(0,1fr) 36px;gap:8px;padding-inline:9px}.soft-list-media{width:82px}.soft-list-item .compact-info>a{font-size:14px}.soft-list-meta .sample-status{display:none}.soft-feature-button{min-width:128px}.soft-dual-media{height:145px}.soft-promo .promo-copy h3{font-size:28px}}
@media (max-width:1024px){.soft-showcase{padding-top:62px}.soft-heading h2{font-size:35px}.soft-showcase #softListA{height:366px}.soft-showcase #softListB{height:576px}.soft-list-item{grid-template-columns:90px minmax(0,1fr) 38px}.soft-list-media{width:90px}.soft-list-meta .sample-status{display:flex}.soft-showcase .showcase-column:last-child{align-items:start}.soft-showcase .showcase-column:last-child>.short-video,.soft-showcase .showcase-column:last-child>#softListB{width:100%}}
@media (max-width:720px){.soft-showcase{padding-top:48px}.soft-heading{margin-bottom:24px;padding:0 8px}.soft-heading>span{font-size:12px;letter-spacing:.1em}.soft-heading h2{font-size:30px;line-height:1.08}.soft-heading p{font-size:14px}.soft-heading>div{gap:5px}.soft-heading b{padding:6px 9px;font-size:12px}.soft-showcase #softListA,.soft-showcase #softListB{height:auto}.soft-showcase #softListA .soft-list-item,.soft-showcase #softListB .soft-list-item{min-height:116px}.soft-list-item{grid-template-columns:92px minmax(0,1fr) 38px;padding:10px}.soft-list-media,.soft-showcase #softListB .soft-list-media{width:92px;height:88px}.soft-list-meta .sample-status{display:none}.soft-showcase .image-product-promo{height:440px}.soft-promo .promo-copy h3{font-size:28px}.soft-mini-product img{height:64px}.soft-showcase .feature-panel{height:500px}.soft-feature-visual{height:286px}.soft-showcase .dual-panel{height:350px}.soft-dual-media{height:150px}.dual-panel-title a{display:none}.soft-showcase .short-video{height:270px}.soft-showcase .video-copy h3{font-size:27px}.soft-showcase .compact-panel.tall{min-height:0}}
.wish svg{width:20px;height:20px;pointer-events:none}.wish.active{background:#fff0ea!important;color:#c85f3f!important}.wish.active svg{fill:currentColor}.soft-list-media-shell{position:relative;width:92px;height:80px}.soft-showcase #softListB .soft-list-media-shell{height:94px}.soft-list-media{width:100%;height:100%}.soft-list-wish{left:auto;right:5px;top:5px;width:28px;height:28px;border:1px solid rgba(39,57,47,.13);background:rgba(255,255,255,.94);color:#42544a;box-shadow:0 3px 10px rgba(20,35,27,.1)}.soft-list-wish svg{width:16px;height:16px}.soft-list-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.soft-list-actions .cart-button,.soft-list-actions .soft-item-action{width:34px;height:34px;margin:0}.soft-list-actions .cart-button{border:1px solid #edc2ac;background:#f5d2c0;color:#733d2c}.soft-list-actions .cart-button:hover{border-color:#e99a75;background:#e99a75;color:#fff}.soft-list-meta .sample-status{display:flex}.soft-feature-visual-shell{position:relative;height:296px}.soft-feature-visual-shell .soft-feature-visual{height:100%}.soft-feature-wish{left:auto;right:10px;top:auto;bottom:10px;width:38px;height:38px;border:1px solid rgba(42,60,50,.12);background:rgba(255,255,255,.95);color:#3c5146;box-shadow:0 5px 15px rgba(16,31,22,.13)}.soft-feature-actions{display:flex;align-items:center;gap:7px}.soft-feature-actions .cart-button{width:39px;height:39px;border:1px solid #edc2ac;background:#f5d2c0;color:#733d2c}.soft-feature-actions .cart-button:hover{border-color:#e99a75;background:#e99a75;color:#fff}.soft-dual-media-shell{position:relative;height:155px}.soft-dual-media-shell .soft-dual-media{height:100%}.soft-dual-wish{left:7px;right:auto;top:7px;width:30px;height:30px;border:1px solid rgba(42,60,50,.12);background:rgba(255,255,255,.95);color:#3c5146;box-shadow:0 4px 12px rgba(16,31,22,.12)}.soft-dual-wish svg{width:17px;height:17px}.soft-dual-actions{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:6px;margin-top:8px}.soft-dual-actions>a{height:34px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;border-radius:7px;background:var(--green);color:#fff;font-size:12px;font-weight:800;transition:.2s}.soft-dual-actions>a:hover{background:var(--green-dark)}.soft-dual-actions>a span{font-size:17px}.soft-dual-actions .cart-button{width:34px;height:34px;border:1px solid #edc2ac;background:#f5d2c0;color:#733d2c}.soft-dual-actions .cart-button:hover{border-color:#e99a75;background:#e99a75;color:#fff}
@media (max-width:1300px){.soft-list-media-shell{width:82px}.soft-dual-media-shell{height:145px}.soft-list-meta .sample-status{display:flex}}
@media (max-width:1024px){.soft-list-media-shell{width:90px}.soft-dual-media-shell{height:145px}}
@media (max-width:720px){.soft-list-media-shell,.soft-showcase #softListB .soft-list-media-shell{width:92px;height:88px}.soft-feature-visual-shell{height:286px}.soft-dual-media-shell{height:140px}.soft-list-meta .sample-status{display:flex}.soft-dual-actions>a{font-size:13px}}
.soft-dual-meta .price{display:flex;align-items:baseline;gap:5px}.soft-dual-meta .price del{display:inline}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}.hero-slide:not(.active){display:none}}

/* Unified editorial heading for the soft-furniture showcase */
.soft-heading{max-width:none;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(310px,.6fr);gap:70px;align-items:end;margin:0 0 30px;text-align:left}.soft-heading>.soft-heading-main{display:block}.soft-heading-main>span{display:block;margin-bottom:8px;color:var(--green);font-size:12px;line-height:1;font-weight:900;letter-spacing:.15em}.soft-heading-main h2{max-width:790px;margin:0;font-size:39px;line-height:1.05;letter-spacing:-1.15px}.soft-heading-note{padding:0 0 3px 22px;border-left:2px solid #d87550}.soft-heading-note>p{margin:0;color:#626963;font-size:15px;line-height:1.55}.soft-heading-benefits{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:6px;margin-top:12px}.soft-heading-benefits b{display:flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #dfe5e1;border-radius:16px;background:rgba(255,255,255,.72);color:#536159;font-size:12px}.soft-heading-benefits b:before{content:"✓";width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:#e1eee7;color:var(--green);font-size:12px}
@media (max-width:1024px){.soft-heading{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:32px}.soft-heading-main h2{font-size:35px}}
@media (max-width:720px){.soft-heading{display:block;margin-bottom:24px;padding:0 8px}.soft-heading-main>span{font-size:12px;line-height:1.25;letter-spacing:.1em}.soft-heading-main h2{font-size:30px;line-height:1.08}.soft-heading-note{margin-top:15px;padding:13px 0 0;border-top:1px solid #e2ddd6;border-left:0}.soft-heading-note>p{font-size:14px}.soft-heading-benefits{gap:5px;margin-top:10px}.soft-heading-benefits b{padding:6px 9px;font-size:12px}}

/* Curated evening collection */
.evening-section{padding-top:78px}.evening-heading{margin-bottom:25px}.evening-section .product-carousel{margin:0 -8px;padding:10px 8px 24px}.evening-section .product-track{gap:14px}.evening-card{flex-basis:calc((100% - 70px)/6);display:flex;flex-direction:column;padding:8px 8px 10px;border:1px solid #e1e5e1;border-radius:17px;background:#fff;box-shadow:0 7px 22px rgba(24,43,33,.055);overflow:hidden}.evening-card:before{content:"";position:absolute;z-index:2;left:18px;right:18px;top:0;height:2px;border-radius:0 0 2px 2px;background:#d87550;opacity:0;transform:scaleX(.55);transition:.25s}.evening-card:hover{border-color:#cfd9d3;box-shadow:0 18px 40px rgba(24,43,33,.14);transform:translateY(-5px)}.evening-card:hover:before{opacity:1;transform:scaleX(1)}.evening-media-shell{position:relative}.evening-card .product-media{height:222px;border-radius:12px;background:#eef0ed}.evening-card .product-media:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(11,22,16,.48));opacity:0;transition:opacity .25s}.evening-card .product-media img{transition:transform .55s ease}.evening-card:hover .product-media img{transform:scale(1.04)}.evening-card:hover .product-media:after{opacity:1}.evening-card .product-badge{z-index:2;left:9px;top:9px;padding:5px 8px;border-radius:5px;background:#d87550;font-size:12px}.evening-card .product-badge.green{background:var(--green)}.evening-wish{z-index:3;right:9px;top:9px;width:34px;height:34px;border:1px solid rgba(46,61,52,.1);color:#35483e;box-shadow:0 4px 13px rgba(20,34,27,.1);transition:.2s}.evening-wish:hover{background:#fff0ea;color:#c95e3b;transform:scale(1.06)}.evening-quick-view{position:absolute;z-index:2;left:13px;right:13px;bottom:11px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:12px;font-weight:800;opacity:0;transform:translateY(6px);transition:.22s}.evening-quick-view i{font-size:18px;font-style:normal}.evening-card:hover .evening-quick-view{opacity:1;transform:translateY(0)}.evening-card-body{display:flex;flex:1;flex-direction:column;padding:12px 4px 2px}.evening-kicker{display:flex;align-items:center;justify-content:space-between;gap:8px}.evening-kicker>span:first-child{color:var(--green);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.evening-kicker .sample-status{font-size:12px}.evening-card .product-name{min-height:0;margin:6px 0 7px;color:#202823;font-size:19px;line-height:1.12;font-weight:900}.evening-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:9px;border-bottom:1px solid #eceeeb}.evening-meta .rating{font-size:12px;font-weight:800}.evening-meta .rating i{color:#858c87;font-style:normal;font-weight:500}.evening-meta small{color:#9ba09c;font-size:12px}.evening-swatches{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:7px}.evening-swatches>span{color:#737a74;font-size:12px}.evening-swatches>div{display:flex;align-items:center;gap:4px}.evening-swatches i{width:14px;height:14px;border-radius:50%;box-shadow:0 0 0 1px #d1d5d1}.evening-swatches i.selected{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--green)}.evening-swatches small{margin-left:2px;color:#737a74;font-size:12px}.evening-price-row{margin-top:auto;padding-top:9px;border-top:1px solid #eceeeb}.evening-price-row .price{display:grid;grid-template-columns:auto 1fr auto;align-items:end;column-gap:5px}.evening-price-row .price>small{padding-bottom:3px;color:#7c827d;font-size:12px}.evening-price-row .price strong{color:#17251e;font-size:22px;line-height:1}.evening-price-row .price del,.evening-price-row .price em{justify-self:end;padding-bottom:2px;color:#999e99;font-size:12px;font-style:normal}.evening-price-row .price del{text-decoration-color:#d87550}.evening-actions{display:grid;grid-template-columns:minmax(0,1fr) 39px;gap:7px;margin-top:11px}.evening-actions>a{height:39px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;border-radius:8px;background:var(--green);color:#fff;font-size:13px;font-weight:800;transition:.2s}.evening-actions>a span{font-size:18px;transition:transform .2s}.evening-actions>a:hover{background:var(--green-dark);box-shadow:0 7px 16px rgba(38,78,61,.22)}.evening-actions>a:hover span{transform:translateX(3px)}.evening-actions .cart-button{width:39px;height:39px;border:1px solid #edc2ac;background:#f5d2c0;color:#733d2c}.evening-actions .cart-button:hover{border-color:#e99a75;background:#e99a75;color:#fff}
@media (max-width:1024px){.evening-section{padding-top:62px}.evening-card{flex-basis:calc((100% - 28px)/3)}.evening-card .product-media{height:250px}}
@media (max-width:720px){.evening-section{padding-top:48px}.evening-heading{margin-bottom:18px}.evening-section .product-carousel{margin:0 -3px;padding:8px 3px 18px}.evening-section .product-track{gap:10px}.evening-card{flex-basis:82%;padding:8px 8px 10px}.evening-card .product-media{height:250px}.evening-card .product-name{font-size:19px}.evening-kicker>span:first-child,.evening-kicker .sample-status,.evening-meta .rating,.evening-meta small,.evening-swatches>span,.evening-swatches small,.evening-price-row .price>small,.evening-price-row .price del,.evening-price-row .price em{font-size:12px}.evening-actions>a{font-size:13px}}

/* Four editorial category stories */
.premium-quad .quad-card{border:1px solid rgba(255,255,255,.7);border-radius:19px;box-shadow:0 12px 34px rgba(23,39,30,.11);isolation:isolate}.premium-quad .quad-card:before{content:"";position:absolute;z-index:4;inset:9px;border:1px solid rgba(255,255,255,.26);border-radius:12px;pointer-events:none;transition:border-color .25s}.premium-quad .quad-card:after{z-index:1;background:linear-gradient(180deg,rgba(8,18,12,.62) 0%,rgba(8,18,12,.05) 43%,rgba(8,18,12,.15) 58%,rgba(8,18,12,.72) 100%)}.premium-quad .quad-card:hover{box-shadow:0 20px 48px rgba(23,39,30,.18)}.premium-quad .quad-card:hover:before{border-color:rgba(255,255,255,.52)}.premium-quad .quad-card img{transition:transform .65s ease,filter .35s}.premium-quad .quad-card:hover img{transform:scale(1.045);filter:saturate(1.04)}.premium-quad .quad-icon{position:absolute;z-index:3;top:20px;right:20px;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(17,31,23,.24);color:#fff;backdrop-filter:blur(8px);transition:.25s}.premium-quad .quad-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.premium-quad .quad-card:hover .quad-icon{background:#fff;color:var(--green);transform:translateY(-2px)}.premium-quad .quad-card>div{z-index:3;left:25px;right:25px}.premium-quad .quad-card .top{top:25px;padding-right:48px}.premium-quad .quad-card .bottom{bottom:25px}.premium-quad .quad-card>div,.premium-quad .quad-card h3,.premium-quad .quad-card p{color:#fff;text-shadow:0 2px 15px rgba(0,0,0,.36)}.premium-quad .quad-eyebrow{display:block;margin-bottom:10px;color:rgba(255,255,255,.86);font-size:12px;line-height:1;font-weight:900;letter-spacing:.14em}.premium-quad .quad-card h3{max-width:330px;margin:0 0 9px;font-size:31px;line-height:1.04;letter-spacing:-.65px}.premium-quad .quad-card p{max-width:300px;margin:0;font-size:14px;line-height:1.4}.premium-quad .quad-link{width:max-content;display:flex;align-items:center;gap:25px;margin-top:17px;padding:9px 12px;border:1px solid rgba(255,255,255,.65);border-radius:7px;background:rgba(13,28,19,.22);color:#fff;font-size:12px;font-weight:800;text-shadow:none;backdrop-filter:blur(8px);transition:.2s}.premium-quad .quad-link i{font-size:18px;line-height:1;font-style:normal;transition:transform .2s}.premium-quad .quad-card:hover .quad-link{background:#fff;color:var(--green);border-color:#fff}.premium-quad .quad-card:hover .quad-link i{transform:translateX(3px)}
@media (max-width:1024px){.premium-quad .quad-card h3{font-size:29px}.premium-quad .quad-card p{font-size:14px}}
@media (max-width:720px){.premium-quad{gap:10px}.premium-quad .quad-card{border-radius:15px}.premium-quad .quad-card:before{inset:6px;border-radius:10px}.premium-quad .quad-icon{top:14px;right:14px;width:38px;height:38px}.premium-quad .quad-icon svg{width:19px;height:19px}.premium-quad .quad-card>div{left:14px;right:14px}.premium-quad .quad-card .top{top:17px;padding-right:35px}.premium-quad .quad-card .bottom{bottom:17px}.premium-quad .quad-eyebrow{margin-bottom:7px;font-size:12px;line-height:1.2;letter-spacing:.08em}.premium-quad .quad-card h3{margin-bottom:7px;font-size:22px;line-height:1.06;letter-spacing:-.35px}.premium-quad .quad-card p{font-size:12px;line-height:1.35}.premium-quad .quad-link{width:100%;justify-content:space-between;gap:6px;margin-top:11px;padding:7px 9px;font-size:12px}.premium-quad .quad-link i{font-size:16px}}

/* Premium case-furniture showcase */
.case-premium{padding-top:78px}.case-heading{margin-bottom:30px}.case-premium .case-grid{gap:18px}.case-premium .case-side-panel,.case-premium .case-video,.case-premium .case-bottom-product{border:1px solid #dce3de;border-radius:18px;box-shadow:0 12px 32px rgba(24,43,33,.075)}.case-premium .case-side-panel{height:692px;min-height:0;background:#fff;overflow:hidden}.case-panel-heading{height:70px;display:grid;grid-template-columns:42px minmax(0,1fr) 36px;gap:11px;align-items:center;padding:0 13px;border-bottom:1px solid #e5e9e6;background:linear-gradient(105deg,#edf3ef,#fff)}.case-panel-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:var(--green);color:#fff;box-shadow:0 6px 15px rgba(47,96,76,.2)}.case-panel-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.case-panel-heading small{display:block;margin-bottom:3px;color:#7a837d;font-size:12px;line-height:1;font-weight:800;letter-spacing:.1em}.case-panel-heading h3{margin:0;color:#243029;font-size:17px;line-height:1.1}.case-panel-heading>a{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d8e1dc;border-radius:50%;background:#fff;color:var(--green);font-size:20px;font-weight:800;transition:.2s}.case-panel-heading>a:hover{border-color:var(--green);background:var(--green);color:#fff;transform:translateX(2px)}.case-list-item{min-height:124px;display:grid;grid-template-columns:94px minmax(0,1fr) 34px;gap:10px;align-items:center;padding:8px 11px;border-bottom:1px solid #e9edea;transition:background .2s}.case-list-item:last-child{border-bottom:0}.case-list-item:hover{background:#f7f9f7}.case-list-media-shell{position:relative;width:94px;height:88px}.case-list-media{width:100%;height:100%;display:block;border-radius:10px;overflow:hidden;background:#edf0ed}.case-list-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.case-list-item:hover .case-list-media img{transform:scale(1.045)}.case-list-media>span{position:absolute;left:6px;bottom:6px;padding:3px 5px;border-radius:4px;background:rgba(29,55,44,.88);color:#fff;font-size:12px;line-height:1;font-weight:900}.case-list-wish{left:auto;right:5px;top:5px;width:27px;height:27px;border:1px solid rgba(39,57,47,.13);background:rgba(255,255,255,.94);color:#42544a;box-shadow:0 3px 10px rgba(20,35,27,.1)}.case-list-wish svg{width:15px;height:15px}.case-list-info{min-width:0}.case-list-info>small{display:block;margin-bottom:2px;color:#788079;font-size:12px;line-height:1.1;text-transform:uppercase;letter-spacing:.07em}.case-list-info>a{display:block;overflow:hidden;color:#202823;font-size:15px;line-height:1.15;font-weight:800;white-space:nowrap;text-overflow:ellipsis}.case-list-meta{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-top:5px}.case-list-meta .rating{font-size:12px;font-weight:800}.case-list-meta .rating i{color:#8c928d;font-style:normal;font-weight:500}.case-list-meta .sample-status{font-size:12px}.case-list-price{margin-top:4px}.case-list-price .price{display:flex;align-items:baseline;gap:7px}.case-list-price .price strong{font-size:18px;line-height:1}.case-list-price .price del{display:inline;color:#999e9a;font-size:12px;text-decoration-color:#d87550}.case-list-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.case-list-actions .cart-button,.case-list-actions>a{width:33px;height:33px;display:grid;place-items:center;margin:0;border-radius:50%}.case-list-actions .cart-button{border:1px solid #edc2ac;background:#f5d2c0;color:#733d2c}.case-list-actions .cart-button:hover{border-color:#e99a75;background:#e99a75;color:#fff}.case-list-actions>a{border:1px solid #d9e2dd;background:#f4f7f5;color:var(--green);font-size:19px;font-weight:800;transition:.2s}.case-list-actions>a:hover{border-color:var(--green);background:var(--green);color:#fff;transform:translateX(2px)}.case-premium .case-video{overflow:hidden}.case-premium .case-video .video-shade{background:linear-gradient(180deg,rgba(8,18,12,.65),rgba(8,18,12,.04) 48%,rgba(8,18,12,.66))}.case-premium .case-video-copy{top:37px;left:34px;right:90px;text-align:left}.case-premium .case-video-copy>span{font-size:12px}.case-premium .case-video-copy h3{max-width:440px;margin:10px 0 7px;font-size:36px;line-height:1.03;letter-spacing:-.7px}.case-premium .case-video-copy p{max-width:390px;margin:0;color:rgba(255,255,255,.9);font-size:14px;line-height:1.4}.case-premium .case-video-copy .button{display:inline-flex;align-items:center;gap:24px;margin-top:15px;padding:9px 12px;font-size:12px}.case-premium .case-video-copy .button i{font-size:18px;font-style:normal;transition:transform .2s}.case-premium .case-video-copy .button:hover i{transform:translateX(3px)}.case-premium .case-video .video-toggle{top:17px;right:17px;width:42px;height:42px;background:rgba(12,30,20,.35)}.case-premium .case-products{left:14px;right:14px;bottom:14px}.case-mini-product{padding:6px;border:1px solid rgba(255,255,255,.68);border-radius:11px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(0,0,0,.18);backdrop-filter:blur(8px);text-align:left}.case-mini-product img{height:70px;border-radius:7px}.case-mini-product small{display:block;margin-top:5px;color:#748078;font-size:12px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.case-mini-product b{margin:3px 0;color:#26342d;font-size:12px;line-height:1.1}.case-mini-product strong{display:block;color:var(--green);font-size:13px}.case-premium .case-next{right:5px;bottom:78px;border-color:#d8e0db;color:var(--green);box-shadow:0 5px 15px rgba(0,0,0,.12)}.case-premium .case-bottom-product{background:#fff}.case-premium .case-bottom-product .case-list-item{min-height:124px;border-bottom:0;padding:10px 13px}.case-premium .case-bottom-product .case-list-media-shell{width:112px;height:96px}.case-premium .case-bottom-product .case-list-item{grid-template-columns:112px minmax(0,1fr) 34px}
@media (max-width:1300px){.case-list-item{grid-template-columns:82px minmax(0,1fr) 33px;gap:8px;padding-inline:9px}.case-list-media-shell{width:82px}.case-list-meta .sample-status{display:none}.case-panel-heading{grid-template-columns:38px minmax(0,1fr) 34px;gap:8px;padding-inline:10px}.case-panel-icon{width:38px;height:38px}.case-panel-heading h3{font-size:15px}}
@media (max-width:1024px){.case-premium{padding-top:62px}.case-heading{margin-bottom:25px}.case-list-item{grid-template-columns:90px minmax(0,1fr) 34px}.case-list-media-shell{width:90px}.case-list-meta .sample-status{display:flex}.case-panel-heading h3{font-size:17px}}
@media (max-width:720px){.case-premium{padding-top:48px}.case-heading{margin-bottom:22px}.case-premium .case-side-panel{height:auto;margin-bottom:14px}.case-panel-heading{height:68px}.case-list-item{min-height:118px;grid-template-columns:92px minmax(0,1fr) 34px;padding:10px}.case-list-media-shell{width:92px;height:88px}.case-list-meta .sample-status{display:flex}.case-premium .case-video-copy{top:30px;left:23px;right:68px}.case-premium .case-video-copy h3{font-size:29px}.case-premium .case-video-copy p{font-size:13px}.case-mini-product img{height:64px}.case-premium .case-bottom-product .case-list-item{grid-template-columns:100px minmax(0,1fr) 34px}.case-premium .case-bottom-product .case-list-media-shell{width:100px;height:90px}}

/* Everyday design selection */
.values-section{padding-top:78px}.values-heading{margin-bottom:25px}.values-section .product-carousel{margin:0 -8px;padding:10px 8px 24px}.values-section .product-track{gap:14px}.values-card{flex-basis:calc((100% - 70px)/6);display:flex;flex-direction:column;padding:8px 8px 10px;border:1px solid #dee4df;border-radius:17px;background:#fff;box-shadow:0 7px 22px rgba(24,43,33,.055);overflow:hidden}.values-card:hover{border-color:#cbd8d0;box-shadow:0 18px 40px rgba(24,43,33,.14);transform:translateY(-5px)}.values-media-shell{position:relative}.values-card .product-media{height:222px;border-radius:12px;background:#edf0ed}.values-card .product-media:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(11,22,16,.48));opacity:0;transition:opacity .25s}.values-card .product-media img{transition:transform .55s ease}.values-card:hover .product-media img{transform:scale(1.04)}.values-card:hover .product-media:after{opacity:1}.values-card .product-badge{z-index:2;left:9px;top:9px;padding:5px 8px;border-radius:5px;background:#d87550;font-size:12px}.values-card .product-badge.green{background:var(--green)}.values-wish{z-index:3;right:9px;top:9px;width:34px;height:34px;border:1px solid rgba(46,61,52,.1);color:#35483e;box-shadow:0 4px 13px rgba(20,34,27,.1);transition:.2s}.values-wish:hover{background:#fff0ea;color:#c95e3b;transform:scale(1.06)}.values-quick-view{position:absolute;z-index:2;left:13px;right:13px;bottom:11px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:12px;font-weight:800;opacity:0;transform:translateY(6px);transition:.22s}.values-quick-view i{font-size:18px;font-style:normal}.values-card:hover .values-quick-view{opacity:1;transform:translateY(0)}.values-card-body{display:flex;flex:1;flex-direction:column;padding:12px 4px 2px}.values-kicker{display:flex;align-items:center;justify-content:space-between;gap:8px}.values-kicker>span:first-child{color:var(--green);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.values-kicker .sample-status{font-size:12px}.values-card .product-name{min-height:0;margin:6px 0 7px;color:#202823;font-size:19px;line-height:1.12;font-weight:900}.values-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:9px;border-bottom:1px solid #eceeeb}.values-meta .rating{font-size:12px;font-weight:800}.values-meta .rating i{color:#858c87;font-style:normal;font-weight:500}.values-meta small{color:#9ba09c;font-size:12px}.values-benefits{display:flex;gap:5px;margin:9px 0}.values-benefits span{flex:1;min-width:0;padding:6px 5px;border-radius:6px;background:#f0f4f1;color:#58645d;text-align:center;font-size:12px;font-weight:800;white-space:nowrap}.values-price-row{margin-top:auto;padding-top:9px;border-top:1px solid #eceeeb}.values-price-row .price{display:grid;grid-template-columns:auto 1fr auto;align-items:end;column-gap:5px}.values-price-row .price>small{padding-bottom:3px;color:#7c827d;font-size:12px}.values-price-row .price strong{color:#17251e;font-size:22px;line-height:1}.values-price-row .price del,.values-price-row .price em{justify-self:end;padding-bottom:2px;color:#999e99;font-size:12px;font-style:normal}.values-price-row .price del{text-decoration-color:#d87550}.values-actions{display:grid;grid-template-columns:minmax(0,1fr) 39px;gap:7px;margin-top:11px}.values-actions>a{height:39px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;border-radius:8px;background:var(--green);color:#fff;font-size:13px;font-weight:800;transition:.2s}.values-actions>a span{font-size:18px;transition:transform .2s}.values-actions>a:hover{background:var(--green-dark);box-shadow:0 7px 16px rgba(38,78,61,.22)}.values-actions>a:hover span{transform:translateX(3px)}.values-actions .cart-button{width:39px;height:39px;border:1px solid #edc2ac;background:#f5d2c0;color:#733d2c}.values-actions .cart-button:hover{border-color:#e99a75;background:#e99a75;color:#fff}
@media (max-width:1024px){.values-section{padding-top:62px}.values-card{flex-basis:calc((100% - 28px)/3)}.values-card .product-media{height:250px}}
@media (max-width:720px){.values-section{padding-top:48px}.values-heading{margin-bottom:18px}.values-section .product-carousel{margin:0 -3px;padding:8px 3px 18px}.values-section .product-track{gap:10px}.values-card{flex-basis:82%;padding:8px 8px 10px}.values-card .product-media{height:250px}.values-card .product-name{font-size:19px}.values-kicker>span:first-child,.values-kicker .sample-status,.values-meta .rating,.values-meta small,.values-benefits span,.values-price-row .price>small,.values-price-row .price del,.values-price-row .price em{font-size:12px}.values-actions>a{font-size:13px}}

/* Editorial collection mosaic */
.mosaic-premium-section{padding-top:78px}.mosaic-heading{margin-bottom:30px}.premium-mosaic .mosaic-card{border:1px solid rgba(255,255,255,.72);border-radius:18px;box-shadow:0 12px 34px rgba(23,39,30,.11);isolation:isolate}.premium-mosaic .mosaic-card:before{content:"";position:absolute;z-index:4;inset:8px;border:1px solid rgba(255,255,255,.24);border-radius:12px;pointer-events:none;transition:border-color .25s}.premium-mosaic .mosaic-card:after{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgba(8,18,12,.62) 0%,rgba(8,18,12,.06) 45%,rgba(8,18,12,.68) 100%);pointer-events:none}.premium-mosaic .middle-tall:after{background:linear-gradient(180deg,rgba(8,18,12,.66),rgba(8,18,12,.05) 48%,rgba(8,18,12,.4))}.premium-mosaic .mosaic-card:hover{box-shadow:0 20px 48px rgba(23,39,30,.18)}.premium-mosaic .mosaic-card:hover:before{border-color:rgba(255,255,255,.52)}.premium-mosaic .mosaic-card>img,.premium-mosaic .mosaic-image-track>img{transition:filter .35s,transform .65s}.premium-mosaic .mosaic-card:hover>img,.premium-mosaic .mosaic-card:hover .mosaic-image-track>img{filter:saturate(1.05) contrast(1.02)}.premium-mosaic .mosaic-icon{position:absolute;z-index:5;top:18px;right:18px;width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(15,30,20,.26);color:#fff;backdrop-filter:blur(8px);transition:.25s}.premium-mosaic .mosaic-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.premium-mosaic .mosaic-card:hover .mosaic-icon{background:#fff;color:var(--green);transform:translateY(-2px)}.premium-mosaic .mosaic-card>div{z-index:3;left:22px;right:70px;top:21px}.premium-mosaic .mosaic-card>div.bottom{top:auto;bottom:38px}.premium-mosaic .mosaic-card>div.centered{left:26px;right:26px;top:42px;padding:0 30px;text-align:center}.premium-mosaic .mosaic-copy,.premium-mosaic .mosaic-copy h3,.premium-mosaic .mosaic-copy p{color:#fff;text-shadow:0 2px 15px rgba(0,0,0,.38)}.premium-mosaic .mosaic-eyebrow{display:block;margin-bottom:8px;color:rgba(255,255,255,.86);font-size:12px;line-height:1;font-weight:900;letter-spacing:.13em}.premium-mosaic .mosaic-card h3{max-width:350px;margin:0 0 7px;font-size:28px;line-height:1.04;letter-spacing:-.55px}.premium-mosaic .middle-tall .mosaic-copy h3{max-width:none;font-size:37px}.premium-mosaic .mosaic-card p{max-width:320px;margin:0;font-size:14px;line-height:1.35}.premium-mosaic .middle-tall .mosaic-copy p{max-width:none}.premium-mosaic .mosaic-link{width:max-content;display:inline-flex;align-items:center;gap:22px;margin-top:13px;padding:8px 10px;border:1px solid rgba(255,255,255,.65);border-radius:7px;background:rgba(13,28,19,.22);color:#fff;font-size:12px;font-weight:800;text-shadow:none;backdrop-filter:blur(8px);transition:.2s}.premium-mosaic .mosaic-link i{font-size:17px;line-height:1;font-style:normal;transition:transform .2s}.premium-mosaic .mosaic-card:hover .mosaic-link{background:#fff;color:var(--green);border-color:#fff}.premium-mosaic .mosaic-card:hover .mosaic-link i{transform:translateX(3px)}.premium-mosaic .tiny-dots{z-index:6;bottom:10px;gap:6px;padding:5px 7px;border-radius:12px;background:rgba(12,26,18,.28);backdrop-filter:blur(7px)}.premium-mosaic .tiny-dots i{width:7px;height:7px;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.42)}.premium-mosaic .tiny-dots i.active{background:#d87550;border-color:#d87550}
@media (max-width:1024px){.mosaic-premium-section{padding-top:62px}.mosaic-heading{margin-bottom:25px}.premium-mosaic .mosaic-card>div{left:18px;right:62px;top:18px}.premium-mosaic .mosaic-card>div.bottom{bottom:36px}.premium-mosaic .mosaic-card h3{font-size:25px}.premium-mosaic .middle-tall .mosaic-copy h3{font-size:34px}.premium-mosaic .mosaic-card p{font-size:13px}}
@media (max-width:720px){.mosaic-premium-section{padding-top:48px;padding-bottom:55px}.mosaic-heading{margin-bottom:22px}.premium-mosaic .mosaic-card{border-radius:15px}.premium-mosaic .mosaic-card:before{inset:6px;border-radius:10px}.premium-mosaic .mosaic-icon{top:13px;right:13px;width:37px;height:37px}.premium-mosaic .mosaic-icon svg{width:19px;height:19px}.premium-mosaic .mosaic-card>div{left:15px;right:50px;top:15px}.premium-mosaic .mosaic-card>div.bottom{bottom:34px}.premium-mosaic .mosaic-card>div.centered{left:16px;right:16px;top:34px;padding:0 8px}.premium-mosaic .mosaic-eyebrow{margin-bottom:6px;font-size:12px;line-height:1.2;letter-spacing:.08em}.premium-mosaic .mosaic-card h3,.premium-mosaic .middle-tall .mosaic-copy h3{margin-bottom:6px;font-size:24px}.premium-mosaic .mosaic-card p{font-size:12px}.premium-mosaic .mosaic-link{gap:13px;margin-top:10px;padding:7px 9px;font-size:12px}.premium-mosaic .mosaic-link i{font-size:16px}}

/* Premium closing footer */
.premium-footer{position:relative;margin-top:0;padding:0;overflow:hidden;border-top:0;background:linear-gradient(145deg,#14251d,#203b2f 72%,#29473a);color:#fff}.premium-footer:before{content:"OZZI HOME";position:absolute;left:50%;bottom:-48px;transform:translateX(-50%);color:rgba(255,255,255,.025);font-size:180px;line-height:.8;font-weight:900;letter-spacing:-.07em;white-space:nowrap;pointer-events:none}.premium-footer-inner{position:relative;z-index:2;padding-top:48px;padding-bottom:24px}.footer-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:70px;align-items:end;padding:0 0 40px;border-bottom:1px solid rgba(255,255,255,.13)}.footer-hero-copy>span{display:block;margin-bottom:11px;color:#b7d5c5;font-size:12px;line-height:1;font-weight:900;letter-spacing:.15em}.footer-hero h2{max-width:820px;margin:0;color:#fff;font-size:45px;line-height:1.02;letter-spacing:-1.35px}.footer-hero h2 mark{color:#efaa89;background:none}.footer-hero-copy>p{max-width:760px;margin:15px 0 0;color:rgba(255,255,255,.7);font-size:16px;line-height:1.55}.footer-hero-actions{min-width:330px;display:grid;gap:9px}.footer-primary{min-height:58px;display:flex;align-items:center;gap:13px;padding:9px 15px;border-radius:12px;background:#d87550;color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.18);transition:.2s}.footer-primary:hover{background:#e18461;transform:translateY(-2px)}.footer-primary>svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer-primary span{display:flex;flex-direction:column}.footer-primary small{font-size:12px;line-height:1.1;opacity:.82}.footer-primary b{margin-top:3px;font-size:17px;line-height:1.1}.footer-secondary{height:45px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border:1px solid rgba(255,255,255,.28);border-radius:10px;color:#fff;font-size:14px;font-weight:800;transition:.2s}.footer-secondary i{font-size:19px;font-style:normal;transition:transform .2s}.footer-secondary:hover{border-color:#fff;background:rgba(255,255,255,.08)}.footer-secondary:hover i{transform:translateX(3px)}.footer-benefits{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:42px;border-bottom:1px solid rgba(255,255,255,.13)}.footer-benefits>div{min-height:92px;display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid rgba(255,255,255,.13)}.footer-benefits>div:last-child{border-right:0}.footer-benefit-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:11px;background:rgba(255,255,255,.07);color:#efaa89}.footer-benefit-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.footer-benefits p{margin:0}.footer-benefits b,.footer-benefits small{display:block}.footer-benefits b{color:#fff;font-size:15px}.footer-benefits small{margin-top:3px;color:rgba(255,255,255,.62);font-size:12px}.footer-main-grid{display:grid;grid-template-columns:1.45fr .75fr .8fr 1.05fr;gap:55px;padding-bottom:40px}.footer-logo{width:max-content;display:flex;align-items:baseline;color:#fff;font-size:36px;line-height:1;font-weight:400;letter-spacing:-1.4px}.footer-logo b{font-weight:900}.footer-logo span{color:#efaa89}.footer-logo sup{margin-left:3px;font-size:10px}.footer-brand-column>p{max-width:370px;margin:17px 0 20px;color:rgba(255,255,255,.64);font-size:14px;line-height:1.6}.footer-socials{display:flex;flex-wrap:wrap;gap:7px}.footer-socials a{padding:8px 10px;border:1px solid rgba(255,255,255,.2);border-radius:7px;color:rgba(255,255,255,.78);font-size:12px;font-weight:800;transition:.2s}.footer-socials a:hover{border-color:#efaa89;background:#efaa89;color:#193026;transform:translateY(-2px)}.premium-footer .footer-column h3{margin:3px 0 16px;color:#fff;font-size:15px;line-height:1.2}.premium-footer .footer-column a{width:max-content;max-width:100%;margin:0 0 10px;color:rgba(255,255,255,.63);font-size:14px;line-height:1.35;transition:.2s}.premium-footer .footer-column a:hover{color:#fff;transform:translateX(3px)}.footer-contact-card{margin:0;padding:20px;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(255,255,255,.065);font-style:normal;box-shadow:0 12px 30px rgba(0,0,0,.1)}.footer-contact-card>span{display:block;margin-bottom:8px;color:#b7d5c5;font-size:12px;line-height:1;font-weight:900;letter-spacing:.1em}.footer-contact-card h3{margin:0 0 14px;color:#fff;font-size:21px}.footer-contact-link{display:flex;align-items:center;gap:9px;margin:0 0 10px;color:#fff;font-size:14px;font-weight:800}.footer-contact-link svg{width:18px;height:18px;fill:none;stroke:#efaa89;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer-contact-card p{margin:14px 0 0;padding-top:13px;border-top:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.6);font-size:13px;line-height:1.55}.footer-contact-card p b{color:#fff}.premium-footer-bottom{min-height:64px;margin:0;padding:18px 0 0;border-top:1px solid rgba(255,255,255,.13);display:grid;grid-template-columns:1fr auto auto;gap:28px;align-items:center;color:rgba(255,255,255,.48);font-size:12px}.premium-footer-bottom nav{display:flex;gap:18px}.premium-footer-bottom nav a{color:rgba(255,255,255,.5)}.premium-footer-bottom nav a:hover{color:#fff}.footer-payments{display:flex;gap:6px}.footer-payments b{padding:6px 8px;border:1px solid rgba(255,255,255,.2);border-radius:5px;color:rgba(255,255,255,.75);font-size:12px}
@media (max-width:1024px){.premium-footer-inner{padding-top:40px}.footer-hero{grid-template-columns:1fr;gap:28px}.footer-hero h2{font-size:39px}.footer-hero-actions{min-width:0;grid-template-columns:1fr 1fr}.footer-main-grid{grid-template-columns:1.2fr .8fr;gap:36px 55px}.footer-contact-card{grid-column:2}.premium-footer-bottom{grid-template-columns:1fr auto}.premium-footer-bottom nav{grid-column:1/3;grid-row:1}.premium-footer-bottom>span{grid-column:1}.footer-payments{grid-column:2}}
@media (max-width:720px){.premium-footer-inner{padding-top:34px;padding-bottom:90px}.premium-footer:before{bottom:22px;font-size:76px}.footer-hero{gap:23px;padding-bottom:30px}.footer-hero-copy>span{font-size:12px;line-height:1.3;letter-spacing:.1em}.footer-hero h2{font-size:32px;line-height:1.04}.footer-hero-copy>p{font-size:14px}.footer-hero-actions{grid-template-columns:1fr}.footer-benefits{grid-template-columns:1fr;margin-bottom:32px}.footer-benefits>div{min-height:72px;justify-content:flex-start;padding:0 8px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-benefits>div:last-child{border-bottom:0}.footer-main-grid{grid-template-columns:1fr;gap:30px;padding-bottom:30px}.footer-logo{font-size:34px}.footer-brand-column>p{font-size:14px}.footer-contact-card{grid-column:auto}.premium-footer-bottom{display:flex;min-height:0;flex-direction:column;align-items:flex-start;gap:16px;padding-top:21px}.premium-footer-bottom nav{display:grid;gap:8px}.footer-payments{align-self:flex-start}}
.premium-footer .footer-primary{display:flex;margin:0;color:#fff}.premium-footer .footer-secondary{display:flex;margin:0;color:#fff}.premium-footer .footer-logo{display:flex;margin:0;color:#fff}.premium-footer .footer-contact-link{display:flex;margin:0 0 10px;color:#fff}

/* Calculated discounts on product cards */
.product-labels{position:absolute;z-index:4;left:8px;top:8px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;pointer-events:none}.product-labels .product-badge{position:static;inset:auto;min-height:25px;display:flex;align-items:center;padding:5px 8px;border-radius:6px}.product-badge.sale,.product-discount-badge{background:#d85f3d;color:#fff}.product-discount-badge{min-height:25px;display:flex;align-items:center;padding:5px 8px;border-radius:6px;box-shadow:0 5px 14px rgba(112,43,24,.2);font-size:12px;line-height:1;font-weight:900;letter-spacing:.02em}.price{min-width:0}.price strong{white-space:nowrap}.price-old-group{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:5px}.price-old-group del{white-space:nowrap}.price .price-discount{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:3px 5px!important;border-radius:5px;background:#fff0e9;color:#b65434!important;font-size:12px!important;line-height:1!important;font-style:normal;font-weight:900;white-space:nowrap}.premium-price-row .price>.price-old-group,.evening-price-row .price>.price-old-group,.values-price-row .price>.price-old-group{justify-self:end}.product-foot .price-old-group,.compact-info .price-old-group,.case-list-price .price-old-group,.soft-list-price .price-old-group{justify-content:flex-start;margin-top:3px}.case-list-price .price-old-group,.soft-list-price .price-old-group{flex-wrap:wrap}.case-list-price .price .price-discount,.soft-list-price .price .price-discount{font-size:11px!important}
@media (max-width:720px){.product-labels{left:7px;top:7px;gap:4px}.product-labels .product-badge,.product-discount-badge{min-height:23px;padding:4px 7px;font-size:11px}.premium-price-row .price,.evening-price-row .price,.values-price-row .price{grid-template-columns:auto minmax(0,1fr) auto}.price-old-group{gap:4px}.price .price-discount{font-size:11px!important}.product-foot{min-width:0}.product-foot .price{min-width:0}.product-foot .price-old-group{align-items:flex-start;flex-direction:column;gap:2px}}

/* Refined, quieter footer composition */
.refined-footer{margin:0;padding:0;overflow:hidden;border-top:3px solid #d87550;background:#18231e;color:#f6f2ec}.refined-footer a,.refined-footer p{margin:0;color:inherit}.refined-footer-inner{padding-top:54px;padding-bottom:24px}.refined-footer-top{display:grid;grid-template-columns:.72fr 1.48fr .8fr;gap:58px;align-items:center;padding-bottom:46px}.refined-footer .refined-footer-logo{width:max-content;display:flex;align-items:baseline;margin:0;color:#fff;font-size:43px;line-height:1;font-weight:400;letter-spacing:-1.7px}.refined-footer-logo b{font-weight:900}.refined-footer-logo span{color:#dda07f}.refined-footer-logo sup{margin-left:4px;font-size:10px}.refined-footer-title{padding-left:35px;border-left:1px solid rgba(255,255,255,.18)}.refined-footer-title>span{display:block;margin-bottom:10px;color:#a8c2b5;font-size:12px;line-height:1;font-weight:900;letter-spacing:.14em}.refined-footer-title h2{margin:0;color:#fff;font-size:38px;line-height:1.04;letter-spacing:-1.05px}.refined-footer-title h2 em{color:#dda07f;font-style:normal}.refined-footer-title p{margin-top:13px;color:rgba(255,255,255,.62);font-size:14px;line-height:1.5}.refined-footer .refined-contact-button{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0;padding:10px 13px 10px 17px;border:1px solid rgba(255,255,255,.24);border-radius:11px;color:#fff;transition:.22s}.refined-contact-button span{display:flex;flex-direction:column}.refined-contact-button small{color:rgba(255,255,255,.58);font-size:12px}.refined-contact-button b{margin-top:4px;font-size:14px}.refined-contact-button i{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#d87550;color:#fff;font-size:20px;font-style:normal;transition:.22s}.refined-contact-button:hover{border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.045)}.refined-contact-button:hover i{background:#e59069;transform:translateX(2px)}.refined-store-benefits{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:48px;padding:0 18px;border-radius:14px;background:#eee8de;color:#202a25;box-shadow:0 14px 30px rgba(0,0,0,.12)}.refined-store-benefits>div{min-height:108px;display:grid;grid-template-columns:35px minmax(0,1fr);gap:13px;align-items:center;padding:0 28px;border-right:1px solid #d5cec2}.refined-store-benefits>div:last-child{border-right:0}.refined-store-benefits i{align-self:start;margin-top:34px;color:#c76d48;font-size:12px;line-height:1;font-style:normal;font-weight:900;letter-spacing:.06em}.refined-store-benefits p{display:flex;flex-direction:column}.refined-store-benefits b{font-size:15px;line-height:1.2}.refined-store-benefits p span{margin-top:5px;color:#697069;font-size:13px;line-height:1.35}.refined-footer-nav{display:grid;grid-template-columns:1.35fr .75fr .8fr 1fr;gap:58px;padding:0 0 43px}.refined-footer-nav h3{margin:0 0 17px;color:#fff;font-size:15px;line-height:1.2}.refined-footer-about>p{max-width:330px;color:rgba(255,255,255,.58);font-size:14px;line-height:1.55}.refined-socials{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:22px;color:rgba(255,255,255,.7);font-size:12px;font-weight:800}.refined-footer .refined-socials a{width:auto;display:inline;margin:0;color:inherit}.refined-socials a:hover{color:#dda07f}.refined-socials span{color:rgba(255,255,255,.23)}.refined-footer-column a{width:max-content;max-width:100%;margin-bottom:10px;color:rgba(255,255,255,.57);font-size:14px;line-height:1.35;transition:.18s}.refined-footer-column a:hover{color:#fff;transform:translateX(3px)}.refined-footer-contact{margin:0;padding-left:25px;border-left:1px solid rgba(255,255,255,.16);font-style:normal}.refined-footer-contact>span{display:block;margin-bottom:13px;color:#a8c2b5;font-size:12px;font-weight:900;letter-spacing:.12em}.refined-footer .refined-footer-contact>a{width:max-content;max-width:100%;margin-bottom:9px;color:rgba(255,255,255,.72);font-size:14px}.refined-footer .refined-footer-contact .refined-phone{color:#fff;font-size:20px;font-weight:900;letter-spacing:-.25px}.refined-footer-contact p{margin-top:16px;color:rgba(255,255,255,.5);font-size:13px;line-height:1.55}.refined-footer-bottom{min-height:62px;display:grid;grid-template-columns:1fr auto auto;gap:28px;align-items:center;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.42);font-size:12px}.refined-footer-bottom nav{display:flex;gap:18px}.refined-footer .refined-footer-bottom nav a{width:auto;margin:0;color:inherit}.refined-footer-bottom nav a:hover{color:#fff}.refined-footer-bottom>div{display:flex;gap:6px}.refined-footer-bottom b{padding:6px 8px;border:1px solid rgba(255,255,255,.17);border-radius:5px;color:rgba(255,255,255,.66);font-size:12px}
@media (max-width:1024px){.refined-footer-inner{padding-top:44px}.refined-footer-top{grid-template-columns:.65fr 1.35fr;gap:38px}.refined-footer-title{padding-left:28px}.refined-footer-title h2{font-size:35px}.refined-footer .refined-contact-button{grid-column:1/3;width:min(420px,100%)}.refined-store-benefits>div{grid-template-columns:28px minmax(0,1fr);padding:0 18px}.refined-footer-nav{grid-template-columns:1.2fr .8fr;gap:36px 58px}.refined-footer-contact{padding-left:0;border-left:0}.refined-footer-bottom{grid-template-columns:1fr auto}.refined-footer-bottom nav{grid-column:1/3;grid-row:1}.refined-footer-bottom>span{grid-column:1}.refined-footer-bottom>div{grid-column:2}}
@media (max-width:720px){.refined-footer-inner{padding-top:37px;padding-bottom:90px}.refined-footer-top{display:block;padding-bottom:30px}.refined-footer .refined-footer-logo{font-size:38px}.refined-footer-title{margin-top:27px;padding:24px 0 0;border-top:1px solid rgba(255,255,255,.15);border-left:0}.refined-footer-title>span{font-size:12px;line-height:1.3;letter-spacing:.1em}.refined-footer-title h2{font-size:31px;line-height:1.05}.refined-footer-title p{font-size:14px}.refined-footer .refined-contact-button{width:100%;margin-top:23px}.refined-store-benefits{grid-template-columns:1fr;margin-bottom:34px;padding:0 16px}.refined-store-benefits>div{min-height:88px;grid-template-columns:29px minmax(0,1fr);padding:0 6px;border-right:0;border-bottom:1px solid #d5cec2}.refined-store-benefits>div:last-child{border-bottom:0}.refined-store-benefits i{margin-top:30px}.refined-footer-nav{grid-template-columns:1fr;gap:30px;padding-bottom:31px}.refined-footer-about>p{font-size:14px}.refined-footer-contact{padding-top:4px}.refined-footer-bottom{display:flex;min-height:0;flex-direction:column;align-items:flex-start;gap:15px;padding-top:21px}.refined-footer-bottom nav{display:grid;gap:8px}.refined-footer-bottom>div{margin-top:2px}}

/* Mobile navigation and the home hero */
.mobile-menu-backdrop{display:none}
@media (max-width:720px){
  body.mobile-menu-open{overflow:hidden}
  .mobile-menu-backdrop{position:fixed;z-index:90;inset:66px 0 66px;display:block;padding:0;border:0;background:rgba(17,29,23,.44);backdrop-filter:blur(2px);cursor:pointer}
  .mobile-menu-backdrop[hidden]{display:none}
  .header-search{min-width:0}
  .menu-button[aria-expanded="true"]{border-radius:9px;background:#e8f0eb;color:var(--green)}
  .mega-menu{max-height:calc(100dvh - 132px);overscroll-behavior:contain;scrollbar-width:thin}
  .mega-sidebar{position:relative;z-index:5;top:auto;background:#fff;box-shadow:0 7px 16px rgba(24,39,31,.06)}
  .mega-sidebar.complete-category-list .mega-category{min-height:55px;grid-template-columns:36px minmax(0,1fr);gap:7px;padding:5px 7px}.mega-sidebar.complete-category-list .mega-category-icon{width:34px;height:34px}.mega-sidebar.complete-category-list .mega-category-icon img{width:33px;height:33px}.mega-sidebar.complete-category-list .mega-category b{font-size:10px}.mega-sidebar.complete-category-list .mega-category small{display:none}
  .mobile-nav .mobile-catalog-open[aria-expanded="true"]{background:#e8f0eb;color:var(--green)}
  .mega-content{padding-bottom:24px}
  .mega-link-column a{border-radius:5px}
  .mega-link-column a:active{background:#edf3ef;color:var(--green)}

  .home-intro .hero{height:540px;border-radius:15px;background:#1d493a;box-shadow:0 14px 32px rgba(28,57,44,.16)}
  .home-intro .hero-slide{grid-template-columns:1fr;grid-template-rows:220px 320px;background:#214c3d}
  .home-intro .hero-visual{grid-column:1;grid-row:1;height:220px;margin:0;background:#e9e4dc}
  .home-intro .hero-visual>img{height:100%;object-position:center 58%}
  .home-intro .hero-copy,.home-intro .hero-copy.left,.home-intro .hero-copy.right{grid-column:1;grid-row:2;display:flex;justify-content:flex-start;left:auto;right:auto;top:auto;bottom:auto;width:auto;height:320px;padding:22px 20px 20px;transform:none;background:linear-gradient(132deg,#173d30 0%,#285a46 100%);color:#fff;text-shadow:none}
  .home-intro .hero-copy:before{content:"";width:38px;height:3px;flex:0 0 auto;margin-bottom:12px;border-radius:2px;background:#efa37e}
  .home-intro .hero-copy:after{display:none}
  .home-intro .hero-kicker{margin-bottom:7px;color:#cfe0d7;font-size:10px;letter-spacing:.11em}
  .home-intro .hero-copy h1,.home-intro .hero-copy h2{max-width:100%;margin:0 0 9px;font-size:25px;line-height:1.06;letter-spacing:-.55px}
  .home-intro .hero-copy p{max-width:100%;margin:0 0 12px;color:#dfebe5;font-size:13px;line-height:1.37}
  .home-intro .hero-actions{margin-top:auto}
  .home-intro .hero-actions .button{min-height:40px;padding:8px 15px;border-radius:8px;font-size:12px}
  .home-intro .hero-primary{min-width:166px;justify-content:center}
  .home-intro .hero-trust{gap:6px 12px;margin-top:11px;color:#dce8e2;font-size:10px}
  .home-intro .hero-trust span{gap:4px}.home-intro .hero-trust span:before{width:15px;height:15px;font-size:9px}
  .home-intro .hero-category-links{flex-wrap:nowrap;margin:0 0 11px;padding-bottom:2px;overflow-x:auto;scrollbar-width:none}
  .home-intro .hero-category-links::-webkit-scrollbar{display:none}
  .home-intro .hero-category-links a{flex:0 0 auto;padding:5px 8px;font-size:10px}
  .home-intro .hero-dots{left:auto;right:15px;top:193px;bottom:auto;gap:6px;padding:6px 8px;border:1px solid rgba(255,255,255,.26);border-radius:15px;background:rgba(18,36,27,.42);backdrop-filter:blur(7px)}
  .home-intro .hero-dots button{width:7px;height:7px}.home-intro .hero-dots button.active{width:23px}
  .home-intro .hero-collage{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:220px}
  .home-intro .hero-collage span{left:9px;bottom:7px;font-size:10px}
}
@media (max-width:390px){
  .header-inner{gap:6px}.logo{font-size:21px}.header-search input{padding:0 9px;font-size:12px}.header-search button{width:40px}
  .mega-sidebar{grid-template-columns:1fr 1fr}.mega-category{grid-template-columns:32px minmax(0,1fr);min-height:52px}.mega-category-icon{width:31px;height:31px}.mega-category-icon img{width:30px;height:30px}.mega-category b{font-size:10px}
  .home-intro .hero{height:526px}.home-intro .hero-slide{grid-template-rows:205px 321px}.home-intro .hero-visual,.home-intro .hero-collage{height:205px}.home-intro .hero-copy,.home-intro .hero-copy.left,.home-intro .hero-copy.right{height:321px;padding:18px 17px}.home-intro .hero-copy:before{margin-bottom:9px}.home-intro .hero-copy h1,.home-intro .hero-copy h2{font-size:23px}.home-intro .hero-copy p{font-size:12px}.home-intro .hero-dots{top:178px}
}
