@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--ink:#171815;--muted:#6f716a;--cream:#f6f3ed;--paper:#fffdf9;--line:#e6e1d8;--orange:#ec6f24;--orange-dark:#d85f18;--olive:#394238;--white:#fff;--shadow:0 20px 55px #241f181f;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;margin:0;overflow-x:hidden}body,button,input{font-family:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}img{max-width:100%;display:block}.container{width:min(1240px,100% - 48px);margin-inline:auto}.announcement{background:var(--ink);color:#f4f0e8;letter-spacing:.02em;font-size:12px}.announcement-inner{justify-content:center;align-items:center;gap:24px;height:35px;display:flex}.announcement p,.announcement a,.announcement span{align-items:center;gap:7px;margin:0;display:flex}.announcement-inner>div{color:#c8c6c0;align-items:center;gap:14px;display:flex}.announcement-separator{background:#585a55;width:1px;height:11px}.site-header{z-index:30;border-bottom:1px solid var(--line);background:#fffdf9fa;position:relative}.header-main{grid-template-columns:215px minmax(320px,1fr) auto;align-items:center;gap:36px;height:82px;display:grid}.brand{align-items:center;gap:10px;width:fit-content;display:inline-flex}.brand img{object-fit:contain;width:74px;height:43px}.brand>span{letter-spacing:.12em;flex-direction:column;line-height:.95;display:flex}.brand strong{letter-spacing:.17em;font-family:Manrope,sans-serif;font-size:20px}.brand small{color:var(--orange);letter-spacing:.34em;margin-top:6px;font-size:9px;font-weight:700}.search-bar{color:#85877f;background:#f3f1ec;border:1px solid #0000;border-radius:4px;align-items:center;height:46px;padding:0 14px;transition:all .2s;display:flex}.search-bar:focus-within{background:var(--white);border-color:#bdb8ae;box-shadow:0 0 0 3px #00000009}.search-bar input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:0 12px;font-size:13px}.search-bar button{cursor:pointer;background:0 0;border:0;border-left:1px solid #d9d5cc;place-items:center;padding:2px 0 2px 13px;display:grid}.header-actions{align-items:center;gap:8px;display:flex}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.icon-button:hover{background:#f2efe8}.header-action{cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:6px 8px;display:flex}.header-action span{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.header-action small{color:var(--muted);font-size:10px}.header-action strong{margin-top:4px;font-size:12px}.cart-button{background:var(--orange);height:42px;color:var(--white);cursor:pointer;border:0;border-radius:3px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.cart-button:hover{background:var(--orange-dark)}.cart-button b{background:#fff3;border-radius:50%;place-items:center;min-width:19px;height:19px;font-size:10px;display:grid}.desktop-nav{justify-content:center;align-items:center;gap:42px;height:48px;font-size:12px;font-weight:600;display:flex}.desktop-nav a{white-space:nowrap;align-items:center;gap:5px;transition:color .2s;display:flex}.desktop-nav a:hover{color:var(--orange)}.desktop-nav a:first-child{border-right:0;padding-right:0}.mobile-menu-trigger,.search-mobile{display:none}.hero{background:#e9e4da;height:min(650px,100vh - 165px);min-height:580px;position:relative;overflow:hidden}.hero-media{position:absolute;inset:0;overflow:hidden}.hero-media-slide{opacity:0;background-image:linear-gradient(90deg, #f6f3edfa 0%, #f6f3edf2 20%, #f6f3ed8c 41%, #f6f3ed05 61%), var(--slide-image);background-position:center, var(--slide-position);background-repeat:no-repeat;background-size:cover;transition:opacity .9s,transform 6.5s;position:absolute;inset:0;transform:scale(1.025)}.hero-media-slide.active{opacity:1;transform:scale(1)}.hero-content{z-index:2;align-items:center;height:100%;padding-bottom:28px;display:flex;position:relative}.hero-copy{width:550px;animation:.65s cubic-bezier(.2,.7,.25,1) both heroCopyEnter}@keyframes heroCopyEnter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:10px;margin-bottom:25px;font-size:11px;font-weight:700;display:flex}.eyebrow span{background:var(--orange);width:26px;height:1px}.hero h1{letter-spacing:-.055em;max-width:570px;margin:0;font-family:Manrope,sans-serif;font-size:clamp(48px,5vw,70px);line-height:1.02}.hero h1 em{color:var(--orange);font-style:normal;font-weight:500}.hero-copy>p{color:#5f615b;max-width:505px;margin:25px 0 31px;font-size:17px;line-height:1.65}.hero-buttons{align-items:center;gap:11px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 22px;font-size:13px;font-weight:700;transition:all .25s;display:inline-flex}.button.primary{background:var(--orange);color:var(--white)}.button.primary:hover{background:var(--orange-dark);transform:translateY(-2px)}.button.secondary{background:#fff9;border-color:#bbb6ac}.button.secondary:hover{background:var(--white)}.button.full{width:100%}.hero-note{align-items:center;gap:13px;margin-top:33px;display:flex}.avatar-stack{padding-left:8px;display:flex}.avatar-stack span{border:2px solid var(--cream);width:29px;height:29px;color:var(--white);background:#30332f;border-radius:50%;place-items:center;margin-left:-8px;font-size:9px;font-weight:700;display:grid}.avatar-stack span:nth-child(2){background:#a86f45}.avatar-stack span:nth-child(3){background:var(--orange)}.hero-note p{color:var(--muted);margin:0;font-size:11px;line-height:1.4}.hero-note strong{color:var(--ink);font-size:11px}.hero-pagination{z-index:4;justify-content:flex-end;align-items:center;gap:11px;display:flex;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.hero-pagination>span{letter-spacing:.12em;margin-right:3px;font-size:10px}.hero-pagination b{font-size:13px}.hero-line{background:#17181540;width:58px;height:1px;margin-right:8px;position:relative}.hero-line i{background:var(--ink);width:34%;height:1px;position:absolute;left:0}.hero-pagination button{cursor:pointer;background:#ffffff80;border:1px solid #17181559;place-items:center;width:35px;height:35px;display:grid}.hero-mobile-dots{display:none}.trust-bar{border-bottom:1px solid var(--line);background:var(--white)}.trust-grid{grid-template-columns:repeat(4,1fr);align-items:center;min-height:106px;display:grid}.trust-item{border-right:1px solid var(--line);justify-content:center;align-items:center;gap:15px;padding:12px 28px;display:flex}.trust-item:first-child{justify-content:flex-start;padding-left:0}.trust-item:last-child{border:0;justify-content:flex-end;padding-right:0}.trust-item svg{color:var(--orange);flex:none}.trust-item div{flex-direction:column;display:flex}.trust-item strong{font-size:12px}.trust-item span{color:var(--muted);margin-top:4px;font-size:10px}.section{padding:106px 0}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:39px;display:flex}.section-kicker{color:var(--orange);text-transform:uppercase;letter-spacing:.18em;margin-bottom:14px;font-size:10px;font-weight:700;display:block}.section-kicker.light{color:#f29b66}.section-heading h2,.about h2,.custom-copy h2{letter-spacing:-.04em;margin:0;font-family:Manrope,sans-serif;font-size:clamp(32px,3vw,45px);line-height:1.12}.section-heading>a,.about-copy>a{border-bottom:1px solid var(--ink);align-items:center;gap:8px;padding-bottom:6px;font-size:12px;font-weight:700;display:flex}.section-heading>a:hover,.about-copy>a:hover{color:var(--orange);border-color:var(--orange)}.categories{background:var(--paper)}.category-grid{grid-template-rows:236px 236px;grid-template-columns:1.08fr .92fr .92fr;gap:16px;display:grid}.category-card{color:var(--white);background:#ddd6ca;position:relative;overflow:hidden}.category-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.65,.3,1)}.category-card:hover img{transform:scale(1.045)}.category-1{grid-row:1/3}.category-4{grid-column:2/4}.category-overlay{background:linear-gradient(#0000 35%,#090b09bd 100%);position:absolute;inset:0}.category-text{position:absolute;bottom:24px;left:25px}.category-text span{text-transform:uppercase;letter-spacing:.16em;color:#ffffffb8;font-size:9px}.category-text h3{letter-spacing:-.02em;margin:6px 0 0;font-family:Manrope,sans-serif;font-size:19px}.category-card i{border:1px solid #ffffff8c;place-items:center;width:36px;height:36px;transition:all .25s;display:grid;position:absolute;bottom:23px;right:23px}.category-card:hover i{background:var(--orange);border-color:var(--orange)}.products{background:#f4f1eb}.products .section-heading{margin-bottom:22px}.filter-tabs{border-bottom:1px solid #ded9cf;gap:27px;margin-bottom:31px;display:flex}.filter-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:0 0 12px;font-size:12px}.filter-tabs button.active{color:var(--ink);border-color:var(--orange);font-weight:700}.products-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{background:var(--white);min-width:0;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #2c261d14}.product-image-wrap{background:#e9e6df;height:294px;position:relative;overflow:hidden}.product-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image-wrap img{transform:scale(1.035)}.product-badge{text-transform:uppercase;letter-spacing:.08em;background:#ffffffeb;padding:6px 9px;font-size:8px;font-weight:700;position:absolute;top:12px;left:12px}.favorite-button{cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:11px;right:11px}.favorite-button.active{color:var(--orange)}.quick-view{height:39px;color:var(--white);cursor:pointer;background:#171815eb;border:0;font-size:10px;font-weight:600;transition:transform .25s;position:absolute;bottom:0;left:12px;right:12px;transform:translateY(calc(100% + 1px))}.product-card:hover .quick-view{transform:translateY(-12px)}.product-info{padding:18px}.product-info>span{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:9px}.product-info h3{white-space:nowrap;text-overflow:ellipsis;margin:8px 0 19px;font-family:Manrope,sans-serif;font-size:13px;overflow:hidden}.product-bottom{justify-content:space-between;align-items:flex-end;display:flex}.price{flex-direction:column;display:flex}.price strong{font-size:14px}.price del{color:#969790;margin-top:3px;font-size:10px}.product-bottom button{cursor:pointer;background:0 0;border:1px solid #d9d4ca;place-items:center;width:34px;height:34px;transition:all .2s;display:grid}.product-bottom button:hover{background:var(--orange);border-color:var(--orange);color:var(--white)}.custom-project{background:var(--olive);color:var(--white);padding:100px 0;overflow:hidden}.custom-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:90px;display:grid}.custom-image{height:560px;position:relative}.custom-image:before{content:"";z-index:0;border:1px solid #ffffff21;width:190px;height:190px;position:absolute;top:-30px;left:-30px}.custom-image img{z-index:1;object-fit:cover;object-position:center;width:100%;height:100%;position:relative}.custom-image-label{z-index:2;background:var(--paper);width:240px;color:var(--ink);box-shadow:var(--shadow);align-items:center;gap:12px;padding:17px;display:flex;position:absolute;bottom:20px;right:-26px}.custom-image-label svg{color:var(--orange);flex:none}.custom-image-label span{color:var(--muted);flex-direction:column;font-size:9px;display:flex}.custom-image-label strong{color:var(--ink);margin-bottom:4px;font-size:11px}.custom-copy h2{max-width:570px;font-size:clamp(38px,4vw,54px)}.custom-copy>p{color:#c7ccc5;max-width:550px;margin:24px 0 28px;font-size:14px;line-height:1.75}.custom-copy ol{margin:0 0 32px;padding:0;list-style:none}.custom-copy li{border-bottom:1px solid #ffffff21;gap:20px;padding:16px 0;display:flex}.custom-copy li>span{color:#e38a53;padding-top:2px;font-family:Manrope,sans-serif;font-size:11px}.custom-copy li div{flex-direction:column;gap:5px;display:flex}.custom-copy li strong{font-size:12px}.custom-copy li small{color:#abb2aa;font-size:10px}.light-button{background:var(--white);color:var(--olive)}.light-button:hover{background:var(--orange);color:var(--white);transform:translateY(-2px)}.about{background:var(--paper)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:120px;display:grid}.about-copy h2{max-width:560px}.about-copy p{color:var(--muted);max-width:570px;margin:25px 0 31px;font-size:14px;line-height:1.8}.about-copy>a{width:fit-content}.about-stats{border-left:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.about-stats>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);align-items:center;gap:16px;min-height:160px;padding:28px;display:flex}.about-stats strong{letter-spacing:-.05em;font-family:Manrope,sans-serif;font-size:41px}.about-stats sup{color:var(--orange);font-size:20px}.about-stats span{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:8px;line-height:1.6}.site-footer{color:#f4f2ed;background:#171a17;padding-top:80px}.newsletter-wrap{border-bottom:1px solid #343733;justify-content:space-between;align-items:flex-end;padding-bottom:70px;display:flex}.newsletter-wrap h2{letter-spacing:-.035em;margin:0;font-family:Manrope,sans-serif;font-size:33px}.newsletter-wrap form{border-bottom:1px solid #70736e;align-items:center;width:470px;padding-bottom:10px;display:flex}.newsletter-wrap form svg{color:#999c97}.newsletter-wrap input{min-width:0;color:var(--white);background:0 0;border:0;outline:0;flex:1;padding:10px 13px;font-size:12px}.newsletter-wrap button{color:var(--white);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.footer-grid{grid-template-columns:2fr 1fr 1.2fr 1.5fr;gap:70px;padding:65px 0 58px;display:grid}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-grid .brand{filter:none;background:var(--white);border:1px solid #ffffffe6;border-radius:3px;padding:9px 14px;box-shadow:0 8px 24px #0000002e}.footer-grid .brand strong{color:var(--ink)}.footer-grid .brand small{color:var(--orange)}.footer-grid h3{text-transform:uppercase;letter-spacing:.13em;margin:0 0 10px;font-size:11px}.footer-grid a,.footer-grid p{color:#9fa39d;margin:0;font-size:10px;line-height:1.7;transition:all .2s}.footer-grid a:hover{color:var(--orange)}.footer-grid>div:not(.footer-brand) a,.footer-grid>div:not(.footer-brand) p{align-items:flex-start;gap:8px;display:flex}.footer-brand p{max-width:310px;margin:8px 0 5px}.footer-brand>a{align-items:center;gap:8px;display:flex}.footer-bottom{color:#777b75;border-top:1px solid #343733;justify-content:space-between;align-items:center;min-height:66px;font-size:9px;display:flex}.footer-bottom div{gap:24px;display:flex}.mobile-menu-backdrop,.cart-overlay{z-index:70;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0c0e0c80;transition:all .3s;position:fixed;inset:0}.mobile-menu-backdrop.open,.cart-overlay.open{opacity:1;visibility:visible}.mobile-menu{z-index:75;background:var(--paper);width:min(380px,90vw);padding:24px;transition:transform .35s cubic-bezier(.2,.7,.25,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.mobile-menu.open{transform:translate(0)}.mobile-menu-head{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.mobile-menu nav{flex-direction:column;margin-bottom:30px;display:flex}.mobile-menu nav a{border-bottom:1px solid var(--line);justify-content:space-between;padding:16px 0;font-size:13px;font-weight:600;display:flex}.cart-drawer{z-index:80;background:var(--paper);flex-direction:column;width:min(430px,95vw);transition:transform .35s cubic-bezier(.2,.7,.25,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.cart-drawer.open{transform:translate(0)}.cart-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:24px 25px;display:flex}.cart-head>div{flex-direction:column;display:flex}.cart-head span{font-family:Manrope,sans-serif;font-size:19px;font-weight:700}.cart-head small{color:var(--muted);margin-top:3px}.cart-items{flex:1;padding:10px 25px;overflow:auto}.empty-cart{text-align:center;min-height:80%;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-cart svg{color:var(--orange)}.empty-cart h3{color:var(--ink);margin:17px 0 5px}.empty-cart p{margin:0 0 23px;font-size:12px}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:76px 1fr auto;align-items:center;gap:14px;padding:16px 0;display:grid}.cart-item img{object-fit:cover;width:76px;height:82px}.cart-item>div{flex-direction:column;gap:5px;display:flex}.cart-item span{color:var(--muted);text-transform:uppercase;font-size:8px}.cart-item strong{font-size:11px}.cart-item small{color:var(--orange);font-weight:700}.cart-item>button{cursor:pointer;color:var(--muted);background:0 0;border:0;align-self:start}.cart-footer{border-top:1px solid var(--line);padding:22px 25px}.cart-footer p{color:var(--muted);align-items:center;gap:7px;font-size:9px;display:flex}.cart-footer p svg{color:var(--orange)}.cart-bulk-quote{color:#6b4a20;background:#fdf3ea;border:1px solid #f0d9bd;border-radius:10px;justify-items:start;gap:10px;margin:0 25px 18px;padding:14px;font-size:10px;display:grid}.cart-bulk-quote svg{color:var(--orange)}.cart-bulk-quote .button{padding:8px 16px;font-size:9px}.whatsapp{z-index:55;height:47px;color:var(--white);background:#1faf61;border-radius:40px;align-items:center;gap:8px;padding:0 14px;font-size:10px;font-weight:700;transition:all .2s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 10px 26px #1faf6147}.whatsapp:hover{transform:translateY(-3px)}.toast{z-index:90;opacity:0;background:var(--ink);color:var(--white);pointer-events:none;box-shadow:var(--shadow);align-items:center;gap:9px;padding:12px 18px;font-size:11px;transition:all .3s;display:flex;position:fixed;bottom:26px;left:50%;transform:translate(-50%,20px)}.toast.show{opacity:1;transform:translate(-50%)}.toast svg{color:var(--orange)}@media (width<=1100px){.header-main{grid-template-columns:190px 1fr auto;gap:20px}.account-action,.desktop-heart{display:none}.desktop-nav{gap:20px}.hero-copy{width:48%}.hero-media-slide{background-position:50%,57%}.products-grid{grid-template-columns:repeat(3,1fr)}.custom-grid{gap:55px}.about-grid{gap:60px}.footer-grid{gap:38px}}@media (width<=820px){.container{width:min(100% - 32px,680px)}.announcement-inner>div span:last-child,.announcement-separator{display:none}.header-main{justify-content:space-between;gap:8px;height:69px;display:flex}.mobile-menu-trigger,.search-mobile{display:grid}.brand{margin-right:auto}.brand img{width:58px;height:34px}.brand strong{font-size:16px}.brand small{font-size:7px}.header-main>.search-bar{background:var(--white);box-shadow:var(--shadow);display:none;position:absolute;top:75px;left:16px;right:16px}.header-main>.search-bar.mobile-search-open{display:flex}.cart-button span,.desktop-nav{display:none}.hero{height:690px;min-height:0}.hero-media-slide{background-image:linear-gradient(180deg, #f6f3edf5 0%, #f6f3edd1 39%, #f6f3ed1f 67%), var(--slide-image);background-position:50%,62%}.hero-content{align-items:flex-start;padding-top:75px}.hero-copy{width:100%}.hero h1{max-width:600px;font-size:clamp(43px,12vw,60px)}.hero-copy>p{max-width:510px;font-size:15px}.hero-pagination{display:none}.hero-mobile-dots{z-index:5;gap:6px;display:flex;position:absolute;bottom:20px;right:18px}.hero-mobile-dots button{cursor:pointer;background:#17181540;border:0;width:19px;height:3px;padding:0;transition:all .25s}.hero-mobile-dots button.active{background:var(--orange);width:34px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item,.trust-item:first-child,.trust-item:last-child{border-right:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:flex-start;padding:20px 15px}.trust-item:nth-child(2n){border-right:0}.section{padding:78px 0}.category-grid{grid-template-rows:repeat(2,250px);grid-template-columns:1fr 1fr}.category-1{grid-row:auto}.category-4{grid-column:auto}.products-grid{grid-template-columns:repeat(2,1fr)}.custom-project{padding:70px 0}.custom-grid{grid-template-columns:1fr}.custom-image{height:480px}.custom-image-label{right:15px}.about-grid{grid-template-columns:1fr;gap:55px}.newsletter-wrap{flex-direction:column;align-items:flex-start;gap:40px}.newsletter-wrap form{width:100%}.footer-grid{grid-template-columns:1.6fr 1fr 1fr}.footer-grid>div:last-child{flex-flow:wrap;grid-column:1/-1;gap:20px}.footer-grid>div:last-child h3{width:100%}}@media (width<=560px){.container{width:calc(100% - 28px)}.announcement{font-size:9px}.announcement-inner>div{display:none}.announcement-inner{justify-content:center}.header-actions{gap:0}.header-main{gap:1px}.header-main>.brand{margin-right:auto}.header-main>.brand img{width:47px}.header-main>.brand>span{display:none}.cart-button{place-items:center;width:39px;padding:0;display:grid;position:relative}.cart-button b{background:var(--ink);min-width:17px;height:17px;position:absolute;top:-4px;right:-3px}.hero{height:650px}.hero-content{padding-top:55px}.eyebrow{margin-bottom:18px}.hero h1{max-width:360px;font-size:42px}.hero-copy>p{max-width:355px;margin:19px 0 23px;font-size:14px;line-height:1.55}.hero-buttons{flex-direction:column;align-items:stretch;width:210px}.hero-note{margin-top:23px}.hero-media-slide{background-position:50%,59%}.trust-item,.trust-item:first-child,.trust-item:last-child{gap:10px;padding:17px 7px}.trust-item strong{font-size:10px}.trust-item span{font-size:8px}.trust-item svg{width:21px}.section{padding:66px 0}.section-heading{align-items:flex-start;gap:18px}.section-heading h2,.about h2{font-size:31px}.section-heading>a{display:none}.category-grid{grid-template-rows:repeat(4,230px);grid-template-columns:1fr}.filter-tabs{scrollbar-width:none;gap:20px;overflow-x:auto}.filter-tabs button{white-space:nowrap}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-image-wrap{height:205px}.product-info{padding:13px 10px}.product-info h3{margin-bottom:14px;font-size:11px}.price strong{font-size:11px}.product-bottom button{width:29px;height:29px}.product-card:hover .quick-view{transform:translateY(calc(100% + 1px))}.custom-project{padding:55px 0 65px}.custom-grid{gap:45px}.custom-image{height:370px}.custom-image-label{width:220px;bottom:-20px}.custom-copy h2{font-size:36px}.custom-copy>p{font-size:13px}.custom-copy li{gap:14px}.about-stats>div{flex-direction:column;align-items:flex-start;gap:5px;min-height:126px;padding:18px}.about-stats strong{font-size:31px}.site-footer{padding-top:60px}.newsletter-wrap{padding-bottom:50px}.newsletter-wrap h2{font-size:28px}.newsletter-wrap button{font-size:0}.newsletter-wrap button svg{color:var(--white)}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 20px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{flex-direction:column;grid-column:1/-1;gap:12px}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:17px 0}.footer-bottom div{gap:14px}.whatsapp{place-items:center;width:47px;padding:0;display:grid}.whatsapp span{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.quick-view{justify-content:center;align-items:center;display:flex}.page-main{background:var(--paper)}.page-hero{background:#efebe3;align-items:center;min-height:395px;display:flex;position:relative;overflow:hidden}.page-hero:after{content:"";border:1px solid #17181514;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-210px;right:-120px;box-shadow:0 0 0 80px #17181506,0 0 0 160px #17181505}.page-hero .container{z-index:1;padding:60px 0;position:relative}.breadcrumbs,.detail-breadcrumbs{color:#898b84;align-items:center;gap:9px;margin-bottom:42px;font-size:10px;display:flex}.breadcrumbs a:hover,.detail-breadcrumbs a:hover{color:var(--orange)}.breadcrumbs b,.detail-breadcrumbs b{color:var(--ink);font-weight:600}.breadcrumbs.dark{color:#fff9}.breadcrumbs.dark b{color:var(--white)}.page-hero h1{letter-spacing:-.055em;max-width:860px;margin:0;font:700 clamp(43px,5vw,66px)/1.02 Manrope,sans-serif}.page-hero p{max-width:610px;color:var(--muted);margin:22px 0 0;font-size:15px;line-height:1.7}.products-page-hero{background:linear-gradient(115deg,#f2eee6 0%,#e8e1d5 100%)}.store-section{padding:55px 0 110px}.category-pills{scrollbar-width:none;gap:9px;padding-bottom:22px;display:flex;overflow-x:auto}.category-pills button{border:1px solid var(--line);cursor:pointer;background:0 0;flex:none;align-items:center;gap:9px;height:42px;padding:0 17px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.category-pills button span{color:#999b95;font-size:9px}.category-pills button.active,.category-pills button:hover{background:var(--ink);border-color:var(--ink);color:var(--white)}.category-pills button.active span{color:#bfc1bb}.store-toolbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:center;gap:25px;min-height:69px;margin-bottom:35px;display:flex}.store-search{background:#f4f1eb;align-items:center;gap:9px;width:270px;height:39px;padding:0 11px;display:flex}.store-search input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:11px}.store-search button{cursor:pointer;color:var(--muted);background:0 0;border:0;display:grid}.store-toolbar>span{color:var(--muted);font-size:10px}.sort-select{align-items:center;gap:4px;margin-left:auto;font-size:10px;font-weight:600;display:flex;position:relative}.sort-select select{appearance:none;cursor:pointer;background:0 0;border:0;outline:0;padding:8px 25px 8px 4px;font-size:10px;font-weight:600}.sort-select svg{pointer-events:none;position:absolute;right:0}.mobile-filter-button{display:none}.store-layout{grid-template-columns:220px 1fr;align-items:start;gap:40px;display:grid}.store-sidebar{position:sticky;top:20px}.sidebar-title{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:center;padding-bottom:15px;font-size:12px;display:flex}.sidebar-title button{background:0 0;border:0;display:none}.filter-group{border-bottom:1px solid var(--line);padding:23px 0}.filter-group h3{text-transform:uppercase;letter-spacing:.13em;margin:0 0 17px;font-size:9px}.filter-group label{color:#61635d;cursor:pointer;align-items:center;gap:9px;min-height:29px;font-size:10px;display:flex}.filter-group input{accent-color:var(--orange);width:13px;height:13px;margin:0}.filter-group label span{flex:1}.filter-group small{color:#a3a59f}.sidebar-help{background:var(--olive);color:var(--white);flex-direction:column;align-items:flex-start;margin-top:25px;padding:23px 20px;display:flex}.sidebar-help svg{color:#f49b65}.sidebar-help strong{margin-top:14px;font-size:11px}.sidebar-help p{color:#bcc2bb;font-size:9px;line-height:1.6}.sidebar-help a{color:#f49b65;align-items:center;gap:6px;font-size:9px;font-weight:700;display:flex}.store-results{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.store-product-card{background:var(--white);border:1px solid #ebe7df;min-width:0;transition:transform .25s,box-shadow .25s;position:relative}.store-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #25201917}.store-product-image{background:var(--white);height:290px;display:block;position:relative;overflow:hidden}.store-product-image img{object-fit:contain;width:100%;height:100%;padding:10px;display:block}.store-product-image>span{color:#fff;text-transform:uppercase;background:#244b36;border:1px solid #ffffffa6;border-radius:6px;max-width:calc(100% - 68px);padding:7px 10px;font-size:11px;font-weight:800;line-height:1.4;position:absolute;top:12px;left:12px;box-shadow:0 4px 14px #0003}.store-favorite{z-index:2;cursor:pointer;background:#ffffffed;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:12px;right:12px}.store-favorite.active{color:var(--orange)}.store-product-content{padding:18px}.store-product-content>span{color:var(--orange);text-transform:uppercase;letter-spacing:.1em;font-size:8px;font-weight:700}.store-product-content h3{margin:7px 0 9px;font:700 14px/1.3 Manrope,sans-serif}.store-product-content>p{height:34px;color:var(--muted);margin:0 0 18px;font-size:9px;line-height:1.6;overflow:hidden}.store-product-content>div{justify-content:space-between;align-items:flex-end;display:flex}.store-product-content section{flex-direction:column;gap:3px;display:flex}.store-product-content section strong{font-size:13px}.store-product-content section del{color:#9a9c96;font-size:9px}.store-product-content>div>button{border:1px solid var(--line);cursor:pointer;background:0 0;place-items:center;width:34px;height:34px;display:grid}.store-product-content>div>button:hover{color:var(--white);border-color:var(--orange);background:var(--orange)}.no-products{text-align:center;background:#f5f2ec;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;min-height:400px;display:flex}.no-products svg{color:var(--orange)}.no-products h2{margin:15px 0 4px}.no-products p{color:var(--muted);font-size:11px}.no-products button{cursor:pointer;background:0 0;border:0;border-bottom:1px solid;padding:7px 0;font-weight:700}.detail-breadcrumbs{margin-bottom:25px;padding-top:35px}.product-detail-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:75px;padding-bottom:105px;display:grid}.detail-gallery,.detail-copy{min-width:0}.detail-main-image{background:#eeeae3;height:610px;position:relative;overflow:hidden}.detail-main-image img{object-fit:contain;width:100%;height:100%}.detail-image-badge{color:#fff;text-transform:uppercase;pointer-events:none;background:#244b36;border:1px solid #ffffffa6;border-radius:6px;max-width:calc(100% - 32px);padding:10px 16px;font-size:13px;font-weight:800;line-height:1.4;position:absolute;top:16px;left:16px;box-shadow:0 4px 14px #0003}.detail-thumbs{overscroll-behavior-x:contain;gap:10px;max-width:100%;margin-top:12px;padding-bottom:8px;display:flex;overflow-x:auto}.detail-thumbs button{cursor:pointer;background:0 0;border:1px solid #0000;flex:0 0 82px;width:82px;height:82px;padding:3px}.detail-thumbs button.active{border-color:var(--orange)}.detail-thumbs img{object-fit:contain;width:100%;height:100%}.detail-copy{padding-top:18px}.back-link{color:var(--muted);align-items:center;gap:7px;margin-bottom:38px;font-size:10px;display:flex}.detail-category{color:var(--orange);text-transform:uppercase;letter-spacing:.13em;font-size:9px;font-weight:700}.detail-title-row{align-items:flex-start;gap:20px;margin:10px 0 20px;display:flex}.detail-title-row h1{letter-spacing:-.045em;flex:1;margin:0;font:700 clamp(32px,3.5vw,48px)/1.08 Manrope,sans-serif}.detail-title-row button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.detail-title-row button.active{color:var(--orange)}.detail-price{border-bottom:1px solid var(--line);align-items:baseline;gap:11px;padding-bottom:23px;display:flex}.detail-price strong{font-size:21px}.detail-price del{color:#999b94;font-size:12px}.detail-price small{color:#999b94;margin-left:auto;font-size:8px}.detail-description{color:var(--muted);margin:25px 0;font-size:13px;line-height:1.75}.detail-features{background:#f5f2ec;grid-template-columns:1fr 1fr;gap:12px;padding:20px;display:grid}.detail-features span{align-items:center;gap:7px;font-size:9px;display:flex}.detail-features svg{color:var(--orange)}.quantity-row{justify-content:space-between;align-items:center;margin:24px 0 12px;font-size:10px;font-weight:700;display:flex}.quantity-row>div{border:1px solid var(--line);align-items:center;height:39px;display:flex}.quantity-row button{cursor:pointer;background:0 0;border:0;place-items:center;width:37px;height:100%;display:grid}.quantity-row b{text-align:center;min-width:34px;font-size:11px}.detail-add-button{background:var(--orange);width:100%;height:52px;color:var(--white);cursor:pointer;border:0;justify-content:center;align-items:center;gap:10px;margin-top:13px;font-size:12px;font-weight:700;display:flex}.detail-add-button:hover{background:var(--orange-dark)}.detail-trust{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:27px;display:grid}.detail-trust span{text-align:center;border:1px solid var(--line);flex-direction:column;align-items:center;gap:4px;padding:13px 5px;display:flex}.detail-trust svg{color:var(--orange);margin-bottom:3px}.detail-trust b{font-size:8px}.detail-trust small{color:var(--muted);font-size:7px}.detail-info-section{background:#f3efe7;padding:90px 0}.detail-info-section h2,.inner-about h2,.values-section h2,.contact-section h2,.process-heading h2,.custom-options h2{letter-spacing:-.04em;margin:0;font:700 clamp(32px,3.5vw,45px)/1.15 Manrope,sans-serif}.detail-info-grid{grid-template-columns:repeat(3,1fr);gap:50px;margin-top:48px;display:grid}.detail-info-grid article{border-top:1px solid #c8c2b8;padding-top:20px}.detail-info-grid b{color:var(--orange);font-size:10px}.detail-info-grid h3{margin:13px 0 7px;font-size:13px}.detail-info-grid p{color:var(--muted);font-size:10px;line-height:1.65}.about-page-hero h1{max-width:850px}.inner-about{grid-template-columns:1fr 1fr;align-items:center;gap:95px;padding-top:110px;padding-bottom:110px;display:grid}.inner-about-image{height:570px;position:relative}.inner-about-image img{object-fit:cover;width:100%;height:100%}.inner-about-image>span{background:var(--orange);width:220px;color:var(--white);flex-direction:column;padding:21px;font-size:11px;display:flex;position:absolute;bottom:28px;right:-28px}.inner-about-image>span b{margin-bottom:4px;font:700 20px Manrope,sans-serif}.inner-about-copy p{color:var(--muted);font-size:13px;line-height:1.8}.inner-about-copy .button{margin-top:17px}.values-section{background:#f4f1eb;padding:100px 0}.values-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin-top:42px;display:grid}.values-grid article{background:var(--white);min-height:240px;padding:29px}.values-grid svg{color:var(--orange)}.values-grid h3{margin:30px 0 10px;font:700 14px Manrope}.values-grid p{color:var(--muted);font-size:10px;line-height:1.7}.about-cta{background:var(--olive);color:var(--white);padding:58px 0}.about-cta .container{justify-content:space-between;align-items:center;display:flex}.about-cta .container>div{align-items:center;gap:17px;display:flex}.about-cta .container>div>svg{color:#f29b66}.about-cta span{color:#bfc5be;flex-direction:column;gap:5px;font-size:10px;display:flex}.about-cta strong{color:var(--white);font-size:16px}.custom-page-hero{min-height:650px;color:var(--white);align-items:center;display:flex;position:relative;overflow:hidden}.custom-page-hero>img,.custom-page-overlay{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.custom-page-overlay{background:linear-gradient(90deg,#141814e6 0%,#141814bf 36%,#1418141a 70%)}.custom-page-hero .container{z-index:1;position:relative}.custom-page-hero h1{letter-spacing:-.055em;margin:0;font:700 clamp(46px,5vw,68px)/1.05 Manrope,sans-serif}.custom-page-hero p{color:#d6dad5;max-width:530px;margin:23px 0 30px;font-size:14px;line-height:1.7}.process-section{grid-template-columns:.8fr 1.2fr;gap:100px;padding-top:110px;padding-bottom:110px;display:grid}.process-heading{align-self:start;position:sticky;top:30px}.process-heading>p{color:var(--muted);max-width:420px;font-size:12px;line-height:1.75}.process-list article{border-bottom:1px solid var(--line);grid-template-columns:36px 45px 1fr;align-items:start;gap:17px;padding:25px 0;display:grid}.process-list article>span{color:var(--orange);font-size:9px;font-weight:700}.process-list article>svg{color:var(--olive)}.process-list h3{margin:0 0 7px;font:700 14px Manrope}.process-list p{color:var(--muted);margin:0;font-size:10px;line-height:1.6}.custom-options{background:var(--olive);color:var(--white);padding:100px 0}.custom-options-grid{border-top:1px solid #ffffff21;border-left:1px solid #ffffff21;grid-template-columns:repeat(3,1fr);margin:42px 0 35px;display:grid}.custom-options-grid div{border-bottom:1px solid #ffffff21;border-right:1px solid #ffffff21;align-items:center;gap:11px;min-height:74px;padding:20px;font-size:11px;display:flex}.custom-options-grid svg{color:#f29b66}.contact-section{grid-template-columns:.85fr 1.15fr;gap:95px;padding-top:100px;padding-bottom:110px;display:grid}.contact-details>p{color:var(--muted);font-size:12px;line-height:1.75}.contact-cards{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:1fr 1fr;margin-top:35px;display:grid}.contact-cards>*{border-right:1px solid var(--line);border-bottom:1px solid var(--line);align-items:flex-start;gap:12px;min-height:115px;padding:19px;display:flex}.contact-cards svg{color:var(--orange);width:19px}.contact-cards span{flex-direction:column;gap:7px;display:flex}.contact-cards small{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:8px}.contact-cards strong{font-size:9px;line-height:1.55}.contact-social{gap:10px;margin-top:18px;display:flex}.contact-social a{border:1px solid var(--line);align-items:center;gap:7px;padding:10px 13px;font-size:9px;font-weight:700;display:flex}.contact-form{background:#f3efe7;padding:42px}.contact-form h2{margin-bottom:27px}.contact-form>label,.form-row label{flex-direction:column;gap:8px;margin-bottom:17px;font-size:9px;font-weight:700;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-form input:not([type=checkbox]),.contact-form select,.contact-form textarea{background:var(--white);resize:vertical;border:1px solid #dcd6cb;outline:0;width:100%;padding:13px;font-size:11px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#9c978e}.contact-form .consent{color:var(--muted);flex-direction:row;align-items:flex-start;font-weight:400;line-height:1.5}.contact-form .consent input{accent-color:var(--orange)}.form-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:390px;display:flex}.form-success svg{color:var(--orange)}.form-success h3{margin:16px 0 7px}.form-success p{color:var(--muted);max-width:350px;font-size:10px;line-height:1.6}.form-success button{cursor:pointer;background:0 0;border:0;border-bottom:1px solid;padding:8px 0;font-weight:700}@media (width<=1000px){.store-results{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-grid{gap:40px}.detail-main-image{height:520px}.inner-about{gap:55px}.values-grid{grid-template-columns:1fr 1fr}.process-section,.contact-section{gap:55px}}@media (width<=760px){.page-hero{min-height:330px}.page-hero .container{padding:45px 0}.breadcrumbs{margin-bottom:30px}.store-section{padding-top:30px}.store-toolbar{flex-wrap:wrap;gap:12px;padding:14px 0}.store-search{width:100%}.store-toolbar>span{order:3}.mobile-filter-button{background:0 0;border:0;align-items:center;gap:6px;padding:8px 0;font-size:10px;font-weight:700;display:flex}.sort-select{margin-left:auto}.store-layout{grid-template-columns:1fr}.store-sidebar{z-index:85;background:var(--paper);width:min(330px,90vw);box-shadow:var(--shadow);padding:24px;display:none;position:fixed;inset:0 0 0 auto;overflow:auto}.store-sidebar.open{display:block}.sidebar-title button{display:grid}.store-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-product-image{height:240px}.store-product-content{padding:13px}.store-product-content>p{display:none}.store-product-content h3{margin-bottom:16px;font-size:12px}.product-detail-grid{grid-template-columns:1fr;padding-bottom:70px}.detail-copy{padding-top:0}.back-link{display:none}.detail-info-grid{grid-template-columns:1fr;gap:22px}.inner-about{grid-template-columns:1fr;padding-top:70px;padding-bottom:70px}.inner-about-image{height:460px}.inner-about-image>span{right:14px}.about-cta .container{flex-direction:column;align-items:flex-start;gap:25px}.custom-page-hero{min-height:590px}.custom-page-overlay{background:linear-gradient(90deg,#141814e6,#14181494)}.process-section{grid-template-columns:1fr;gap:45px;padding-top:75px;padding-bottom:75px}.process-heading{position:static}.custom-options-grid{grid-template-columns:1fr 1fr}.contact-section{grid-template-columns:1fr;padding-top:70px}}@media (width<=500px){.page-hero h1{font-size:39px}.page-hero p{font-size:13px}.category-pills{margin-right:-14px}.store-results{grid-template-columns:1fr 1fr;gap:7px}.store-product-image{height:205px}.store-product-content{padding:11px 9px}.store-product-content h3,.store-product-content section strong{font-size:10px}.detail-breadcrumbs{white-space:nowrap;overflow:hidden}.detail-main-image{height:430px}.detail-title-row h1{font-size:32px}.detail-features{grid-template-columns:1fr}.detail-trust small{display:none}.detail-info-section{padding:65px 0}.values-grid{grid-template-columns:1fr}.values-grid article{min-height:190px}.custom-page-hero h1{font-size:40px}.custom-options-grid,.contact-cards{grid-template-columns:1fr}.contact-form{padding:27px 20px}.form-row{grid-template-columns:1fr;gap:0}}.detail-main-image iframe{background:#111;border:0;width:100%;height:100%}.detail-thumbs{overflow-x:auto}.detail-thumbs button>span{width:100%;height:100%;color:var(--orange);background:#eeeae3;flex-direction:column;justify-content:center;align-items:center;gap:5px;font-size:8px;font-weight:700;display:flex}.product-variant-picker{margin-top:22px}.product-variant-picker>label{margin-bottom:10px;font-size:10px;font-weight:700;display:block}.variant-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.variant-options button{border:1px solid var(--line);background:var(--white);cursor:pointer;flex-direction:column;align-items:flex-start;gap:5px;min-height:58px;padding:10px 12px;display:flex}.variant-options button.active{border-color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange);background:#fff8f3}.variant-options strong{font-size:10px}.variant-options span{color:var(--orange);font-size:9px;font-weight:700}.product-variant-picker>small{color:#a05b2e;margin-top:8px;font-size:8px;display:block}.detail-add-button:disabled{opacity:.5;cursor:not-allowed}.product-long-description{border-top:1px solid var(--line);background:var(--white);padding:88px 0}.product-long-description h2,.references-heading h2,.contact-map-section h2{letter-spacing:-.04em;margin:0;font:700 clamp(29px,3.5vw,43px)/1.15 Manrope,sans-serif}.product-long-description .container>div{color:#5f625b;max-width:900px;margin-top:32px;font-size:13px;line-height:1.85}.product-long-description p{white-space:pre-line}.cart-item em{color:var(--orange);font-size:8px;font-style:normal}.company-references{border-top:1px solid var(--line);background:#f8f5ef;padding:82px 0;overflow:hidden}.references-heading{margin-bottom:35px}.references-viewport{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.references-track{align-items:center;gap:16px;width:max-content;animation:28s linear infinite references-scroll;display:flex}.references-track:hover{animation-play-state:paused}.references-track>a,.references-track>div{background:var(--white);border:1px solid var(--line);flex:none;place-items:center;width:148px;height:148px;padding:20px;display:grid;overflow:hidden}.references-track img{object-fit:contain;filter:grayscale();opacity:.82;width:auto;max-width:100%;height:auto;max-height:100%;margin:auto;transition:all .25s}.references-track>:hover img{filter:grayscale(0);opacity:1}.references-track strong{color:#5b6058;text-align:center;overflow-wrap:anywhere;font:700 12px/1.4 Manrope,sans-serif}@keyframes references-scroll{to{transform:translate(-33.3333%)}}.contact-map-section{background:#f3efe7;padding:80px 0 105px}.contact-map-section .container>div{margin-bottom:30px}.contact-map-section iframe{background:#ddd8ce;width:100%;height:480px;display:block}.lightbox-content iframe{background:#111;border:0;width:min(1000px,100vw - 220px);height:min(70vh,610px)}.project-lightbox-thumbs{z-index:4;gap:6px;display:flex;position:absolute;bottom:-55px;left:50%;transform:translate(-50%)}.project-lightbox-thumbs button{color:#fff;cursor:pointer;background:#30342f;border:1px solid #ffffff59;place-items:center;width:45px;height:40px;padding:2px;display:grid;overflow:hidden}.project-lightbox-thumbs button.active{border-color:var(--orange)}.project-lightbox-thumbs img{object-fit:cover;width:100%;height:100%;box-shadow:none}@media (prefers-reduced-motion:reduce){.references-track{animation-play-state:paused}}@media (width<=620px){.product-long-description,.company-references{padding:60px 0}.variant-options{grid-template-columns:1fr}.references-track>a,.references-track>div{width:116px;height:116px;padding:15px}.contact-map-section{padding:60px 0 70px}.contact-map-section iframe{height:350px}.lightbox-content iframe{width:calc(100vw - 26px);height:56vw}}.projects-preview{background:#f4f1eb}.projects-preview-heading{justify-content:space-between;align-items:flex-end;margin-bottom:38px;display:flex}.projects-preview-heading h2{letter-spacing:-.04em;margin:0;font:700 clamp(32px,3vw,45px)/1.12 Manrope,sans-serif}.projects-preview-heading p{max-width:510px;color:var(--muted);margin:15px 0 0;font-size:12px;line-height:1.7}.projects-preview-heading>a{border-bottom:1px solid var(--ink);align-items:center;gap:8px;padding-bottom:6px;font-size:11px;font-weight:700;display:flex}.projects-preview-grid{grid-template-rows:250px 250px;grid-template-columns:1.2fr .8fr 1fr;gap:13px;display:grid}.preview-project{min-width:0;color:var(--white);background:#aaa59d;position:relative;overflow:hidden}.preview-project-1{grid-row:1/3}.preview-project img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.7,.25,1)}.preview-project:after{content:"";background:linear-gradient(#0000 38%,#0d0f0dc7 100%);transition:background .3s;position:absolute;inset:0}.preview-project:hover img{transform:scale(1.045)}.preview-project:hover:after{background:linear-gradient(#0d0f0d0f 15%,#0d0f0dd6 100%)}.preview-project>span{z-index:2;flex-direction:column;gap:5px;display:flex;position:absolute;bottom:19px;left:20px}.preview-project>span small{color:#ffffffb3;text-transform:uppercase;letter-spacing:.12em;font-size:8px}.preview-project>span strong{font:700 13px Manrope,sans-serif}.preview-project>i{z-index:2;border:1px solid #ffffff8c;place-items:center;width:34px;height:34px;transition:all .25s;display:grid;position:absolute;bottom:18px;right:18px}.preview-project:hover>i{background:var(--orange);border-color:var(--orange)}.projects-page-hero{background:linear-gradient(115deg,#efebe3 0%,#e5dfd3 100%)}.projects-gallery-section{padding:58px 0 110px}.gallery-toolbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;min-height:70px;margin-bottom:34px;display:flex}.gallery-filters{scrollbar-width:none;gap:27px;display:flex;overflow-x:auto}.gallery-filters button{height:70px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;padding:0;font-size:10px}.gallery-filters button.active{color:var(--ink);border-color:var(--orange);font-weight:700}.gallery-toolbar>span{color:var(--muted);flex:none;font-size:9px}.projects-masonry{columns:3;column-gap:14px}.gallery-project-card{break-inside:avoid;width:100%;height:330px;color:var(--white);cursor:pointer;text-align:left;background:#ddd8ce;border:0;margin:0 0 14px;padding:0;display:block;position:relative;overflow:hidden}.gallery-project-card.tall{height:460px}.gallery-project-card.square{height:360px}.gallery-project-card img{object-fit:cover;width:100%;height:100%;transition:transform .55s cubic-bezier(.2,.7,.25,1)}.gallery-project-card:hover img{transform:scale(1.035)}.gallery-card-shade{opacity:.88;background:linear-gradient(#0000 45%,#0b0d0bd1 100%);transition:all .25s;position:absolute;inset:0}.gallery-project-card:hover .gallery-card-shade{opacity:1}.gallery-card-copy{z-index:2;flex-direction:column;display:flex;position:absolute;bottom:20px;left:21px;right:55px}.gallery-card-copy small{color:#f2a373;text-transform:uppercase;letter-spacing:.12em;font-size:8px}.gallery-card-copy strong{margin:5px 0 3px;font:700 14px Manrope,sans-serif}.gallery-card-copy em{color:#ffffffab;font-size:8px;font-style:normal}.gallery-project-card>i{z-index:2;border:1px solid #ffffff8c;place-items:center;width:34px;height:34px;display:grid;position:absolute;bottom:18px;right:18px}.gallery-media-count{z-index:3;color:#fff;background:#101411b8;border-radius:20px;padding:7px 9px;font-size:8px;font-weight:700;position:absolute;top:18px;right:18px}.projects-cta{background:var(--olive);color:var(--white);padding:68px 0}.projects-cta .container{justify-content:space-between;align-items:flex-end;gap:40px;display:flex}.projects-cta h2{letter-spacing:-.04em;margin:0;font:700 clamp(30px,3.5vw,46px)/1.15 Manrope,sans-serif}.project-lightbox{z-index:110;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0b0d0bf0;justify-content:center;align-items:center;padding:60px 100px;display:flex;position:fixed;inset:0}.lightbox-content{justify-content:center;align-items:flex-end;max-width:min(1050px,100vw - 220px);max-height:calc(100vh - 105px);display:flex;position:relative}.lightbox-content img{object-fit:contain;max-width:100%;max-height:calc(100vh - 105px);box-shadow:0 25px 70px #00000052}.lightbox-content>.lightbox-caption{color:var(--white);background:linear-gradient(#0000,#000000b3);flex-direction:column;padding:50px 15px 2px;display:flex;position:absolute;bottom:18px;left:20px;right:20px}.lightbox-caption span{color:#f3a06c;text-transform:uppercase;letter-spacing:.12em;font-size:8px}.lightbox-caption strong{margin:5px 0 3px;font:700 15px Manrope,sans-serif}.lightbox-caption small{color:#ffffffa6;font-size:8px}.lightbox-close,.lightbox-nav{color:var(--white);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff47;place-items:center;display:grid;position:absolute}.lightbox-close{width:44px;height:44px;top:25px;right:25px}.lightbox-nav{width:48px;height:60px;top:50%;transform:translateY(-50%)}.lightbox-nav.previous{left:28px}.lightbox-nav.next{right:28px}.lightbox-close:hover,.lightbox-nav:hover{background:var(--orange);border-color:var(--orange)}@media (width<=900px){.projects-preview-grid{grid-template-rows:repeat(3,230px);grid-template-columns:1fr 1fr}.preview-project-1{grid-row:1/3}.projects-masonry{columns:2}}@media (width<=620px){.projects-preview-heading{flex-direction:column;align-items:flex-start;gap:23px}.projects-preview-heading>a{font-size:10px}.projects-preview-grid{grid-template-rows:300px 190px 190px;grid-template-columns:1fr 1fr;gap:7px}.preview-project-1{grid-area:auto/1/auto/3}.preview-project>span{bottom:13px;left:13px}.preview-project>span strong{font-size:10px}.preview-project>i{display:none}.projects-gallery-section{padding-top:30px;padding-bottom:70px}.gallery-toolbar{flex-direction:column;align-items:flex-start;gap:0;padding:0}.gallery-filters{gap:22px;width:100%}.gallery-toolbar>span{padding:12px 0}.projects-masonry{columns:2;column-gap:7px}.gallery-project-card,.gallery-project-card.square{height:235px;margin-bottom:7px}.gallery-project-card.tall{height:330px}.gallery-card-copy{bottom:12px;left:12px;right:12px}.gallery-card-copy strong{font-size:10px}.gallery-card-copy em,.gallery-project-card>i{display:none}.projects-cta .container{flex-direction:column;align-items:flex-start}.project-lightbox{padding:70px 13px}.lightbox-content{max-width:100%}.lightbox-content img{max-height:calc(100vh - 140px)}.lightbox-nav{width:44px;height:44px;top:auto;bottom:14px;transform:none}.lightbox-nav.previous{left:calc(50% - 50px)}.lightbox-nav.next{right:calc(50% - 50px)}.lightbox-close{top:14px;right:14px}}.header-favorites{position:relative}.header-favorites b{background:var(--orange);min-width:16px;height:16px;color:var(--white);border-radius:10px;place-items:center;padding:0 4px;font-size:8px;display:grid;position:absolute;top:0;right:0}.cart-item .cart-quantity{border:1px solid var(--line);flex-direction:row;align-items:center;width:fit-content;height:27px;margin-top:3px;display:flex}.cart-quantity button{cursor:pointer;background:0 0;border:0;width:26px;height:25px;padding:0}.cart-quantity b{text-align:center;min-width:22px;font-size:10px}.account-auth-page{background:var(--paper);grid-template-columns:.92fr 1.08fr;min-height:calc(100vh - 166px);display:grid}.auth-showcase{min-height:720px;color:var(--white);background-image:linear-gradient(120deg, #222a22f2, #222a22ba), var(--auth-showcase-image);background-position:50%;background-size:cover;align-items:center;padding:80px clamp(45px,7vw,115px);display:flex}.auth-showcase>div{max-width:560px}.auth-showcase h1{letter-spacing:-.05em;margin:0;font:700 clamp(39px,4.2vw,62px)/1.08 Manrope,sans-serif}.auth-showcase p{color:#d7dbd6;max-width:500px;margin:25px 0 33px;font-size:15px;line-height:1.7}.auth-showcase ul{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.auth-showcase li{color:#ecede9;align-items:center;gap:10px;font-size:12px;display:flex}.auth-showcase li svg{color:#f29b66}.auth-panel{padding:45px clamp(35px,7vw,105px) 70px}.auth-back{color:var(--muted);margin-bottom:60px;font-size:11px;display:inline-block}.auth-box{width:min(470px,100%);margin-inline:auto}.auth-box h2{letter-spacing:-.04em;margin:0;font:700 37px/1.15 Manrope,sans-serif}.auth-box>p{color:var(--muted);margin:12px 0 28px;font-size:12px;line-height:1.6}.auth-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;margin-bottom:27px;display:grid}.auth-tabs button{height:45px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;font-size:11px;font-weight:700}.auth-tabs button.active{border-color:var(--orange);color:var(--ink)}.account-form{flex-direction:column;gap:17px;display:flex}.account-form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.account-form label{flex-direction:column;gap:8px;font-size:10px;font-weight:700;display:flex}.account-form label>span{background:var(--white);border:1px solid #dcd7ce;align-items:center;gap:10px;min-height:47px;padding:0 13px;display:flex}.account-form label>span:focus-within{border-color:#918d84}.account-form input:not([type=checkbox]),.account-form textarea{background:var(--white);resize:vertical;border:1px solid #dcd7ce;outline:none;width:100%;min-height:47px;padding:12px 13px;font-size:11px}.account-form label>span input{background:0 0;border:0;flex:1;width:auto;min-width:0;min-height:0;padding:0}.account-form label>span button{cursor:pointer;background:0 0;border:0;padding:3px}.account-form input:focus,.account-form textarea:focus{border-color:#918d84}.account-form input:disabled{color:#84867f;background:#f0ede7}.account-form label>small{color:var(--muted);font-size:8px;font-weight:400}.account-form-error,.account-form-success{color:#862d26;background:#faeeec;border-left:3px solid #be4237;padding:11px 13px;font-size:10px;line-height:1.5}.account-form-success{color:#315f3d;background:#edf5ef;border-color:#4b7957}.auth-submit{margin-top:3px}.auth-consent{color:#92938e;text-align:center;margin-top:20px;font-size:8px;line-height:1.6;display:block}.account-page{min-height:70vh;padding-bottom:110px}.account-hero{background:#efebe3;padding:64px 0 54px}.account-hero h1{letter-spacing:-.05em;margin:0;font:700 clamp(38px,4.5vw,57px)/1.1 Manrope,sans-serif}.account-hero p{color:var(--muted);margin:13px 0 0;font-size:12px}.account-layout{grid-template-columns:270px 1fr;align-items:start;gap:55px;padding-top:55px;display:grid}.account-sidebar{border:1px solid var(--line);background:var(--white);position:sticky;top:22px}.account-user-badge{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:20px;display:flex}.account-user-badge>span{background:var(--olive);width:43px;height:43px;color:var(--white);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:700;display:grid}.account-user-badge div{flex-direction:column;gap:3px;min-width:0;display:flex}.account-user-badge strong{font-size:11px}.account-user-badge small{color:var(--muted);text-overflow:ellipsis;font-size:8px;overflow:hidden}.account-sidebar nav{flex-direction:column;padding:9px;display:flex}.account-sidebar nav button{color:#62645e;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:23px 1fr auto;align-items:center;width:100%;min-height:46px;padding:0 11px;font-size:10px;display:grid}.account-sidebar nav button.active{color:var(--ink);background:#f1eee7;font-weight:700}.account-sidebar nav button.active>svg:first-child{color:var(--orange)}.account-sidebar nav button>svg:last-child{opacity:0}.account-sidebar nav button.active>svg:last-child{opacity:1}.account-logout{border:0;border-top:1px solid var(--line);color:#8d5147;cursor:pointer;background:0 0;align-items:center;gap:9px;width:100%;min-height:48px;padding:0 20px;font-size:9px;display:flex}.account-content{min-width:0}.account-section-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:20px;min-height:68px;margin-bottom:30px;padding-bottom:21px;display:flex}.account-section-head .section-kicker{margin-bottom:7px}.account-section-head h2{letter-spacing:-.035em;margin:0;font:700 29px Manrope,sans-serif}.account-section-head>span{color:var(--muted);font-size:10px}.profile-form{background:#f5f2ec;max-width:650px;padding:29px}.profile-form .button{align-self:flex-start}.account-checkbox{align-items:center;flex-direction:row!important;font-weight:500!important}.account-checkbox input{accent-color:var(--orange)}.form-actions{justify-content:flex-end;gap:8px;display:flex}.address-form{border:1px solid var(--line);background:#f5f2ec;max-width:720px;padding:28px}.address-form-head{justify-content:space-between;align-items:flex-start;margin-bottom:4px;display:flex}.address-form-head h3{margin:0;font:700 22px Manrope,sans-serif}.address-form-head button{cursor:pointer;background:0 0;border:0}.address-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.address-card{border:1px solid var(--line);background:var(--white);flex-direction:column;min-height:245px;padding:22px;display:flex}.address-card>div{align-items:center;gap:10px;display:flex}.address-card>div svg{color:var(--orange)}.address-card>div span{align-items:center;gap:7px;display:flex}.address-card>div small{color:#4d694d;text-transform:uppercase;background:#edf3eb;padding:4px 6px;font-size:7px}.address-card>div strong{font-size:12px}.address-card p{color:var(--muted);flex:1;margin:18px 0;font-size:10px;line-height:1.75}.address-card p b{color:var(--ink)}.address-card footer{border-top:1px solid var(--line);gap:16px;padding-top:14px;display:flex}.address-card footer button{cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:9px;display:flex}.address-card footer button:last-child{color:#99574e;margin-left:auto}.account-empty{text-align:center;background:#f5f2ec;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:45px;display:flex}.account-empty>svg{color:var(--orange)}.account-empty h3{margin:16px 0 6px;font:700 18px Manrope,sans-serif}.account-empty p{color:var(--muted);margin:0 0 22px;font-size:10px}.account-favorites{grid-template-columns:1fr 1fr;gap:13px;display:grid}.account-favorites article{border:1px solid var(--line);background:var(--white);grid-template-columns:145px 1fr;min-width:0;display:grid}.account-favorites article>a img{object-fit:cover;width:145px;height:185px}.account-favorites article>div{flex-direction:column;min-width:0;padding:17px;display:flex}.account-favorites article>div>span{color:var(--orange);text-transform:uppercase;font-size:8px}.account-favorites h3{margin:7px 0;font:700 12px/1.4 Manrope,sans-serif}.account-favorites strong{font-size:11px}.account-favorites footer{gap:7px;margin-top:auto;display:flex}.account-favorites footer button{border:1px solid var(--line);cursor:pointer;background:0 0;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-size:8px;font-weight:700;display:flex}.account-favorites footer button:first-child{background:var(--ink);color:var(--white);flex:1}.orders-list{flex-direction:column;gap:12px;display:flex}.orders-list article{border:1px solid var(--line);background:var(--white);padding:21px}.orders-list article header{border-bottom:1px solid var(--line);justify-content:space-between;padding-bottom:17px;display:flex}.orders-list article header div,.orders-list article>div p{flex-direction:column;gap:5px;margin:0;display:flex}.orders-list small{color:var(--muted);font-size:8px}.orders-list strong{font-size:11px}.orders-list article header>span{color:#486348;background:#edf3eb;height:fit-content;padding:6px 9px;font-size:8px;font-weight:700}.orders-list article>div{grid-template-columns:1fr 1fr 1fr;padding-top:17px;display:grid}.orders-list article>div b{font-size:10px}.order-list-action{border-top:1px solid var(--line);min-height:38px;color:var(--orange);justify-content:flex-end;align-items:center;gap:7px;margin-top:17px;padding-top:14px;font-size:9px;font-weight:700;display:flex}.order-list-action:hover{color:var(--orange-dark)}.payment-security-card{background:var(--olive);color:var(--white);align-items:flex-start;gap:18px;padding:29px;display:flex}.payment-security-card>svg{color:#f29b66;flex:none}.payment-security-card h3{margin:0 0 8px;font:700 16px Manrope,sans-serif}.payment-security-card p{color:#c9cec8;max-width:700px;margin:0;font-size:10px;line-height:1.7}.saved-methods{margin-top:15px}.saved-methods>div{border:1px solid var(--line);align-items:center;gap:13px;padding:18px;display:flex}.saved-methods span{flex-direction:column;gap:4px;display:flex}.saved-methods strong{font-size:10px}.saved-methods small{color:var(--muted);font-size:8px}.saved-methods b{margin-left:auto;font-size:8px}.account-loading{min-height:55vh;color:var(--muted);place-items:center;font-size:12px;display:grid}.order-detail-page{background:#f6f3ed;min-height:75vh;padding-bottom:110px}.order-detail-hero{background:var(--white);border-bottom:1px solid var(--line);padding:46px 0 40px}.order-detail-hero .container>a{width:fit-content;color:var(--muted);align-items:center;gap:7px;margin-bottom:35px;font-size:10px;display:flex}.order-detail-title{justify-content:space-between;align-items:flex-end;gap:25px;display:flex}.order-detail-title .section-kicker{margin-bottom:8px}.order-detail-title h1{letter-spacing:-.05em;margin:0;font:700 clamp(34px,4.2vw,51px)/1.1 Manrope,sans-serif}.order-detail-title p{color:var(--muted);margin:9px 0 0;font-size:10px}.order-state{border-radius:25px;align-items:center;gap:8px;min-height:39px;padding:0 14px;font-size:10px;font-weight:700;display:flex}.order-state.confirmed,.order-state.pending{color:#9a581f;background:#fff1e5}.order-state.preparing{color:#3a658c;background:#eaf2fa}.order-state.shipped{color:#665092;background:#f1ebf8}.order-state.delivered{color:#397048;background:#eaf6ed}.order-state.cancelled{color:#a23e36;background:#fff0ee}.order-detail-layout{grid-template-columns:minmax(0,1fr) 355px;align-items:start;gap:22px;padding-top:32px;display:grid}.order-detail-main{flex-direction:column;gap:18px;display:flex}.order-tracking-card,.order-content-card,.order-detail-side>section{background:var(--white);border:1px solid var(--line);padding:25px}.order-card-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:20px;padding-bottom:19px;display:flex}.order-card-heading .section-kicker{margin-bottom:6px}.order-card-heading h2{letter-spacing:-.03em;margin:0;font:700 21px Manrope,sans-serif}.order-card-heading>small{color:var(--muted);font-size:8px}.order-timeline{grid-template-columns:repeat(5,1fr);padding:28px 4px 5px;display:grid}.timeline-step{text-align:center;min-width:0;position:relative}.timeline-marker{z-index:2;background:var(--white);color:#a3a49f;border:1px solid #d7d3cb;border-radius:50%;place-items:center;width:38px;height:38px;margin:0 auto 13px;display:grid;position:relative}.timeline-step>i{z-index:1;background:#d7d3cb;height:1px;position:absolute;top:19px;left:calc(50% + 19px);right:calc(19px - 50%)}.timeline-step.complete .timeline-marker{border-color:var(--orange);background:var(--orange);color:var(--white)}.timeline-step.complete>i{background:var(--orange)}.timeline-step.current .timeline-marker{box-shadow:0 0 0 6px #ec6f241f}.timeline-step>div:last-child{padding:0 8px}.timeline-step strong{font-size:9px;display:block}.timeline-step p{min-height:29px;color:var(--muted);margin:5px auto 0;font-size:7px;line-height:1.45}.timeline-step span{width:fit-content;color:var(--orange-dark);background:#fff2e9;align-items:center;gap:4px;margin:6px auto 0;padding:4px 6px;font-size:7px;font-weight:700;display:flex}.cancelled-order-notice{color:#9c4038;background:#fff1ef;align-items:flex-start;gap:13px;margin-top:22px;padding:20px;display:flex}.cancelled-order-notice svg{flex:none}.cancelled-order-notice strong{font-size:11px}.cancelled-order-notice p{color:#86625e;margin:6px 0 0;font-size:9px;line-height:1.5}.customer-order-items article{border-bottom:1px solid var(--line);grid-template-columns:70px 1fr auto;align-items:center;gap:14px;min-height:88px;padding:13px 0;display:grid}.customer-order-items article:last-child{border:0}.customer-order-items img{object-fit:cover;background:#eeeae3;width:70px;height:70px}.customer-order-items article>div{flex-direction:column;gap:5px;min-width:0;display:flex}.customer-order-items span{color:var(--orange);text-transform:uppercase;letter-spacing:.08em;font-size:7px}.customer-order-items strong{font-size:11px}.customer-order-items small{color:var(--muted);font-size:8px}.customer-order-items article>b{font-size:11px}.order-detail-side{flex-direction:column;gap:12px;display:flex;position:sticky;top:20px}.order-detail-side>section h3{align-items:center;gap:8px;margin:0 0 17px;font:700 12px Manrope,sans-serif;display:flex}.order-detail-side>section h3 svg{color:var(--orange)}.order-payment-summary{flex-direction:column;gap:11px;display:flex}.order-payment-summary p{color:var(--muted);justify-content:space-between;gap:14px;margin:0;font-size:9px;display:flex}.order-payment-summary p b{color:var(--ink);text-align:right}.order-payment-summary p b.paid{color:#397048}.order-payment-summary p b.failed{color:#a23e36}.order-payment-summary p.total{border-top:1px solid var(--line);color:var(--ink);align-items:center;margin-top:5px;padding-top:15px;font-weight:700}.order-payment-summary p.total strong{font:700 17px Manrope,sans-serif}.order-delivery-address{flex-direction:column;gap:5px;display:flex}.order-delivery-address strong{font-size:10px}.order-delivery-address span{color:#555d57;font-size:9px}.order-delivery-address p{color:var(--muted);margin:5px 0 0;font-size:9px;line-height:1.6}.customer-order-note{color:var(--muted);margin:0;font-size:9px;line-height:1.6}.order-help-card{background:var(--olive);color:var(--white);align-items:flex-start;gap:12px;padding:20px;display:flex}.order-help-card>svg{color:#f29b66;flex:none}.order-help-card div{flex-direction:column;gap:6px;display:flex}.order-help-card strong{font-size:10px}.order-help-card p{color:#c6cbc5;margin:0;font-size:8px;line-height:1.5}.order-help-card a{color:#f29b66;border-bottom:1px solid #f29b66;width:fit-content;margin-top:3px;padding-bottom:2px;font-size:8px;font-weight:700}.checkout-page{background:#f7f4ee;min-height:75vh;padding-bottom:110px}.checkout-heading{background:var(--white);border-bottom:1px solid var(--line);padding:55px 0 36px}.checkout-heading h1{letter-spacing:-.05em;margin:0;font:700 clamp(36px,4.5vw,54px)/1.1 Manrope,sans-serif}.checkout-heading .container>div{max-width:510px;color:var(--muted);text-transform:uppercase;align-items:center;gap:10px;margin-top:28px;font-size:8px;font-weight:700;display:flex}.checkout-heading .container>div span.active{color:var(--orange)}.checkout-heading .container>div i{background:var(--line);flex:1;height:1px}.checkout-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:25px;padding-top:38px;display:grid}.checkout-main{flex-direction:column;gap:17px;display:flex}.checkout-card,.checkout-summary{border:1px solid var(--line);background:var(--white)}.checkout-card{padding:25px}.checkout-card>header{align-items:center;gap:13px;margin-bottom:23px;display:flex}.checkout-card>header>span{width:43px;height:43px;color:var(--orange);background:#f1eee7;flex:none;place-items:center;display:grid}.checkout-card>header>div{flex-direction:column;gap:3px;display:flex}.checkout-card>header small{color:var(--orange);letter-spacing:.12em;font-size:7px}.checkout-card>header h2{margin:0;font:700 17px Manrope,sans-serif}.checkout-card>header>a{border-bottom:1px solid;margin-left:auto;padding-bottom:3px;font-size:9px;font-weight:700}.checkout-addresses{grid-template-columns:1fr 1fr;gap:10px;display:grid}.checkout-addresses label{border:1px solid var(--line);cursor:pointer;align-items:flex-start;gap:10px;min-height:160px;padding:16px;display:flex}.checkout-addresses label.selected{border-color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange)}.checkout-addresses input,.payment-options input{accent-color:var(--orange);margin:2px 0 0}.checkout-addresses label>span{flex-direction:column;gap:6px;display:flex}.checkout-addresses strong{align-items:center;gap:6px;font-size:11px;display:flex}.checkout-addresses strong small{color:#4e6a50;background:#edf3eb;padding:3px 5px;font-size:7px}.checkout-addresses b{font-size:9px}.checkout-addresses p{color:var(--muted);margin:0;font-size:9px;line-height:1.55}.checkout-addresses em{color:var(--muted);font-size:8px;font-style:normal}.checkout-no-address{text-align:center;background:#f5f2ec;padding:28px}.checkout-no-address p{color:var(--muted);font-size:10px}.payment-options{flex-direction:column;gap:9px;display:flex}.payment-options label{border:1px solid var(--line);cursor:pointer;grid-template-columns:18px 30px 1fr;align-items:center;gap:9px;min-height:75px;padding:15px;display:grid}.payment-options label.selected{border-color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange)}.payment-options label.disabled{opacity:.55;cursor:not-allowed}.payment-options label>svg{color:var(--orange)}.payment-options label>span{flex-direction:column;gap:5px;display:flex}.payment-options strong{font-size:10px}.payment-options strong em{color:var(--muted);background:#eeeae3;margin-left:5px;padding:3px 5px;font-size:7px;font-style:normal}.payment-options small{color:var(--muted);font-size:8px;line-height:1.45}.order-note textarea{border:1px solid var(--line);resize:vertical;width:100%;font:inherit;outline:none;padding:13px;font-size:10px}.checkout-summary{padding:24px;position:sticky;top:20px}.checkout-summary>h2{margin:0 0 19px;font:700 18px Manrope,sans-serif}.checkout-products{max-height:300px;overflow:auto}.checkout-products article{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr auto;align-items:center;gap:11px;padding:12px 0;display:grid}.checkout-products img{object-fit:cover;width:58px;height:64px}.checkout-products article>div{flex-direction:column;gap:4px;display:flex}.checkout-products span{color:var(--orange);text-transform:uppercase;font-size:7px}.checkout-products strong{font-size:9px}.checkout-products small{color:var(--muted);font-size:8px}.checkout-products article>b{font-size:9px}.summary-lines{border-bottom:1px solid var(--line);padding:18px 0}.summary-lines p{justify-content:space-between;margin:0 0 9px;font-size:9px;display:flex}.summary-lines p:last-child{margin:0}.summary-lines span{color:var(--muted)}.summary-discount b{color:var(--orange)}.billing-type-options{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px;display:grid}.billing-type-options label{grid-template-columns:18px 1fr;min-height:auto}.billing-ready{color:#2f6b41;background:#eaf4ec;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:8px;font-weight:700;display:flex}.billing-missing-note{color:#8a5a1c;background:#fff6ec;border:1px solid #f0d9bd;border-radius:8px;margin:0 0 16px;padding:11px 13px;font-size:9px;line-height:1.6}.billing-hint{color:var(--muted);font-size:8px;font-weight:500}.billing-same-toggle{cursor:pointer;align-items:center;gap:9px;margin-bottom:16px;font-size:9px;font-weight:600;display:flex}.billing-same-toggle input{width:16px;height:16px;accent-color:var(--orange)}.billing-address-fields{border:1px solid var(--line);background:#faf9f6;border-radius:8px;margin-bottom:6px;padding:16px}.billing-address-fields>label{flex-direction:column;gap:8px;font-size:9px;font-weight:700;display:flex}.billing-address-fields textarea{border:1px solid var(--line);font:inherit;resize:vertical;background:#fff;padding:12px;font-size:10px}.billing-address-fields .form-row{grid-template-columns:1fr 1fr 1fr}.summary-total{justify-content:space-between;align-items:flex-start;padding:19px 0;display:flex}.summary-total>span{flex-direction:column;gap:3px;font-size:11px;font-weight:700;display:flex}.summary-total small{color:var(--muted);font-size:7px;font-weight:400}.summary-total strong{font:700 18px Manrope,sans-serif}.checkout-submit{margin-top:4px}.checkout-security{color:var(--muted);align-items:flex-start;gap:7px;margin:14px 0 0;font-size:8px;line-height:1.5;display:flex}.checkout-security svg{color:var(--orange);flex:none}.order-success{text-align:center;flex-direction:column;align-items:center;min-height:650px;padding-top:110px;display:flex}.order-success-icon{color:#4f7355;background:#edf4ed;border-radius:50%;place-items:center;width:80px;height:80px;margin-bottom:25px;display:grid}.order-success h1{letter-spacing:-.05em;margin:0;font:700 clamp(38px,5vw,58px) Manrope,sans-serif}.order-success>p{max-width:580px;color:var(--muted);font-size:12px;line-height:1.7}.order-success>div:last-child{gap:9px;margin-top:23px;display:flex}.transfer-notice{text-align:left;background:#f0ece4;align-items:flex-start;gap:12px;max-width:600px;margin-top:15px;padding:18px 21px;display:flex}.transfer-notice svg{color:var(--orange)}.transfer-notice div{flex-direction:column;gap:5px;display:flex}.transfer-notice strong{font-size:10px}.transfer-notice span{color:var(--muted);font-size:9px}@media (width<=1000px){.account-auth-page{grid-template-columns:.82fr 1.18fr}.auth-showcase{padding:55px 38px}.account-layout{grid-template-columns:230px 1fr;gap:30px}.account-favorites{grid-template-columns:1fr}.checkout-layout{grid-template-columns:minmax(0,1fr) 330px}.order-detail-layout{grid-template-columns:minmax(0,1fr) 300px}.timeline-step>div:last-child{padding:0 4px}}@media (width<=760px){.header-favorites,.account-action{display:none}.header-actions{margin-left:auto;display:flex}.header-actions .search-mobile,.header-actions .cart-button{display:grid}.account-auth-page{grid-template-columns:1fr}.auth-showcase{display:none}.auth-panel{min-height:650px;padding:30px 20px 65px}.auth-back{margin-bottom:42px}.account-layout{grid-template-columns:1fr;padding-top:25px}.account-sidebar{position:static}.account-sidebar nav{grid-template-columns:1fr 1fr;display:grid}.account-sidebar nav button{grid-template-columns:22px 1fr}.account-sidebar nav button>svg:last-child{display:none}.account-content{padding-top:12px}.address-grid,.checkout-addresses{grid-template-columns:1fr}.checkout-layout{grid-template-columns:1fr;padding-top:20px}.checkout-summary{position:static}.order-detail-layout{grid-template-columns:1fr}.order-detail-side{grid-template-columns:1fr 1fr;display:grid;position:static}.order-detail-side .order-help-card{grid-column:1/-1}.order-timeline{grid-template-columns:1fr;padding:22px 0 0}.timeline-step{text-align:left;grid-template-columns:45px 1fr;min-height:79px;display:grid}.timeline-marker{grid-column:1;margin:0}.timeline-step>i{width:1px;height:auto;inset:38px auto 0 19px}.timeline-step>div:last-child{grid-column:2;padding:4px 0 15px 6px}.timeline-step p{min-height:0;margin:5px 0 0}.timeline-step span{margin:7px 0 0}}@media (width<=500px){.account-form-row{grid-template-columns:1fr}.auth-box h2{font-size:31px}.account-page{padding-bottom:70px}.account-hero{padding:45px 0 38px}.account-layout{width:calc(100% - 28px)}.account-sidebar nav{grid-template-columns:1fr}.account-section-head{flex-direction:column;align-items:flex-start}.profile-form,.address-form{padding:19px 15px}.address-card{min-height:220px}.account-favorites article{grid-template-columns:105px 1fr}.account-favorites article>a img{width:105px;height:165px}.orders-list article>div{gap:11px}.checkout-heading{padding:40px 0 28px}.checkout-heading .container>div{gap:6px;font-size:7px}.checkout-layout{width:calc(100% - 28px)}.checkout-card,.checkout-summary{padding:18px 14px}.checkout-card>header>a{font-size:8px}.order-success{padding-top:75px}.order-success>div:last-child{flex-direction:column;width:100%}.order-detail-page{padding-bottom:70px}.order-detail-hero{padding:32px 0 28px}.order-detail-hero .container>a{margin-bottom:25px}.order-detail-title{flex-direction:column;align-items:flex-start}.order-detail-layout{width:calc(100% - 28px)}.order-tracking-card,.order-content-card,.order-detail-side>section{padding:18px 14px}.order-card-heading{flex-direction:column;align-items:flex-start}.order-detail-side{grid-template-columns:1fr}.order-detail-side .order-help-card{grid-column:auto}.customer-order-items article{grid-template-columns:58px 1fr}.customer-order-items img{width:58px;height:64px}.customer-order-items article>b{grid-column:2}}.order-success-icon.failed{color:#9e3a2c;background:#fdecea}.order-success .checkout-security{margin-top:14px}.detail-image-zoom{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:12px;display:block}.detail-zoom-hint{color:#242820;pointer-events:none;background:#fffffff2;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:700;display:flex;position:absolute;bottom:16px;right:16px}.detail-image-zoom:focus-visible{outline:3px solid var(--orange);outline-offset:-3px}.detail-thumbs button:focus-visible{outline:2px solid var(--orange);outline-offset:-2px}.product-image-dialog{background:0 0;border:0;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:64px 16px 24px;position:fixed;inset:0}.product-image-dialog[open]{justify-content:center;align-items:center;display:flex}.product-image-dialog::backdrop{background:#0b0d0bf0}.product-image-dialog>img{object-fit:contain;max-width:100%;max-height:100%;display:block}.product-image-dialog-close{color:#fff;cursor:pointer;background:#242820;border:1px solid #ffffff80;border-radius:6px;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:12px;right:16px}.product-image-dialog-close:focus-visible{outline-offset:3px;outline:2px solid #fff}.payment-logos{background:#fff;border-radius:6px;padding:14px 18px}.payment-logos img{width:100%;max-width:440px;height:auto;margin:auto;display:block}.footer-payments{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding-bottom:24px;display:flex}.footer-payments .payment-logos{width:min(100%,480px)}.ssl-badge{color:#c9cdc4;border:1px solid #343733;border-radius:6px;align-items:center;gap:12px;padding:12px 18px;display:flex}.ssl-badge>svg{color:#8fbf6a;flex:none}.ssl-badge div{flex-direction:column;gap:3px;display:flex}.ssl-badge strong{color:#f2f0ea;letter-spacing:.02em;font-size:12px;font-weight:600}.ssl-badge span{color:#8b8f87;max-width:300px;font-size:11px;line-height:1.5}.footer-bottom>div{flex-wrap:wrap;gap:14px;display:flex}.checkout-summary .payment-logos{margin-top:16px;padding:12px 0}.checkout-terms{align-items:flex-start;gap:10px;margin:22px 0 12px;font-size:12px;line-height:1.7;display:flex}.checkout-terms input{width:18px;height:18px;accent-color:var(--olive);flex:0 0 18px;margin-top:3px}.checkout-terms a,.checkout-legal-note a,.legal-content a{text-underline-offset:3px;text-decoration:underline}.checkout-legal-note{color:var(--muted);margin-bottom:18px;font-size:11px;line-height:1.7}.legal-layout{grid-template-columns:240px minmax(0,1fr);gap:60px;padding-top:55px;padding-bottom:85px;display:grid}.legal-layout nav{flex-direction:column;align-self:start;gap:8px;display:flex}.legal-layout nav a{border:1px solid var(--line);border-radius:4px;padding:14px;font-size:13px}.legal-layout nav a[aria-current]{background:var(--olive);color:#fff}.legal-content{overflow-wrap:anywhere;max-width:800px;font-size:15px;line-height:1.85}.legal-content section{margin-bottom:28px}.legal-content h2{margin:0 0 12px;font-size:20px;line-height:1.4}.legal-content p{margin:0 0 16px}.legal-content dl{background:var(--white);border:1px solid var(--line);grid-template-columns:180px minmax(0,1fr);gap:8px 18px;padding:20px;display:grid}.legal-content dt{font-weight:700}.legal-content dd{margin:0}.legal-print{margin-top:30px;display:block}@media (width<=760px){.legal-layout{grid-template-columns:minmax(0,1fr);gap:30px;padding-top:30px}.legal-content dl{grid-template-columns:minmax(0,1fr)}.legal-content dd{margin-bottom:8px}.footer-payments{justify-content:center}.ssl-badge{justify-content:center;width:100%}.ssl-badge span{max-width:none}}@media print{.legal-layout nav,.legal-print{display:none!important}body:has(.legal-page) .site-header{display:none!important}body:has(.legal-page) .site-footer{display:none!important}.legal-layout{padding:0;display:block}.legal-content{color:#000;max-width:none}.legal-content section{break-inside:avoid}}.legal-draft-notice{color:#674615;background:#fff5e3;border:1px solid #e2c18c;border-radius:5px;padding:16px 20px}.legal-content section>p{white-space:pre-line}
