@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@400;500;600;700&display=swap";
:root{--gold:#d4a24c;--gold-light:#e2b86a;--gold-gradient:linear-gradient(135deg, #d4a24c, #e2b86a);--brown-dark:#4a3120;--brown-medium:#8a6240;--brown-light:#a8845e;--cream:#f0e6d8;--cream-light:#f5efe5;--off-white:#faf7f2;--text-primary:#4a3120;--text-secondary:#8a6240;--text-light:#a8845e;--white:#fff;--copper:#c9a96e;--shadow-sm:0 2px 8px #4a312014;--shadow-md:0 8px 24px #4a31201f;--shadow-lg:0 16px 32px #4a312026;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--transition:all .3s cubic-bezier(.25, 1, .5, 1);--heading-font:"Sora", sans-serif;--dark-brown:#4a3120;--text-body:#8a6240;--gold-dark:#b5952f}html{scroll-behavior:smooth;font-size:16px}body{color:var(--text-primary);background:var(--off-white);margin:0;font-family:Inter,sans-serif;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}:before,:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6,button{font-family:Sora,sans-serif}button,input,textarea,select{font-family:Inter,sans-serif}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:90%;max-width:1320px;margin:0 auto}.topbar{background:var(--gold);width:100%;color:var(--brown-dark);padding:10px 0;font-size:.9rem}.topbar .container{justify-content:center;align-items:center;display:flex}.top-contact-info{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.top-contact-info a{color:var(--brown-dark);align-items:center;font-weight:600;transition:color .3s;display:inline-flex}.top-contact-info a i{margin-right:6px;font-size:1rem}.top-contact-info a:hover{color:var(--white)}.header{z-index:999;background:var(--white);transition:var(--transition);padding:12px 0 5px;position:sticky;top:0;box-shadow:0 2px 5px #3c241514}.header .row{flex-wrap:wrap;display:flex}.header .v-center{align-items:center}.header .item-left{flex:0 0 20%}.header .logo img{filter:drop-shadow(0 5px 12px #0000001a);border:none;width:auto;height:110px;transition:all .4s cubic-bezier(.4,.2,0,1)}.header .logo:hover img{filter:drop-shadow(0 8px 25px #d4af374d);transform:scale(1.02)}.header .item-center{flex:0 0 60%}.header .item-right{flex:0 20%;justify-content:flex-end;align-items:center;display:flex}.header .menu>ul>li{margin-left:25px;line-height:50px;display:inline-block}.header .menu>ul>li>a{color:var(--text-primary);text-transform:capitalize;font-size:.9375rem;font-weight:700;transition:color .3s;position:relative}.header .menu>ul>li:hover>a,.header .menu>ul>li>a:hover{color:var(--gold)}@media (min-width:992px){.header .menu>ul>li>a:after{content:"";background:var(--gold);transform-origin:0;border-radius:999px;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-12px;left:0;transform:scaleX(0)}.header .menu>ul>li>a:hover:after,.header .menu>ul>li>a.is-active:after{transform:scaleX(1)}.header .menu>ul>li>a.nav-cta:after{display:none}}.header .menu>ul>li>a.is-active{color:var(--gold)}.nav-cta{background:var(--gold)!important;color:var(--brown-dark)!important;border-radius:var(--radius-sm)!important;transition:var(--transition)!important;padding:8px 18px!important}.nav-cta:hover{background:var(--gold-light)!important}.nav-cta.is-active{box-shadow:0 14px 28px #4a31202e;background:var(--brown-dark)!important;color:var(--white)!important}.header .menu>ul>li .sub-menu{z-index:500;background:var(--white);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;border-radius:0 0 var(--radius-md) var(--radius-md);margin-top:25px;padding:20px 30px;transition:all .5s;position:absolute}@media (min-width:992px){.header .menu>ul>li.menu-item-has-children:hover .sub-menu{visibility:visible;opacity:1;margin-top:0}}@media (max-width:768px){.header .logo img{height:70px}.header .menu>ul>li{margin-left:15px}}@media (max-width:480px){.header .logo img{height:55px}}.header .menu>ul>li .sub-menu.mega-menu{left:50%;transform:translate(-50%)}.header .menu>ul>li .sub-menu.mega-menu-column-4{flex-wrap:wrap;width:100%;max-width:1100px;padding:20px 15px;display:flex}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item{flex:0 0 25%;padding:0 15px}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title{color:var(--text-primary);padding:10px 0;font-size:1rem;font-weight:600;line-height:1;display:inline-block}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title{text-align:center}.header .menu>ul>li .sub-menu>ul>li{line-height:1}.header .menu>ul>li .sub-menu>ul>li>a,.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a{color:var(--text-secondary);padding:10px 0;font-size:.9375rem;transition:color .3s;display:inline-block}.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li{line-height:1;display:block}.header .menu>ul>li .sub-menu>ul>li>a:hover,.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover{color:var(--gold)}.mega-icon{background:var(--cream);border-radius:var(--radius-lg);width:80px;height:80px;color:var(--gold);transition:var(--transition);justify-content:center;align-items:center;margin:0 auto 10px;font-size:2rem;display:flex}.list-item.text-center a:hover .mega-icon{background:var(--gold);color:var(--white);box-shadow:var(--shadow-md);transform:translateY(-4px)}.mega-menu-placeholder{background:var(--cream);border-radius:var(--radius-lg);height:100%;min-height:200px;color:var(--gold);flex-direction:column;justify-content:center;align-items:center;padding:30px;font-size:3rem;display:flex}.mega-menu-placeholder span{color:var(--text-primary);margin-top:12px;font-size:1rem;font-weight:600}.search-container{width:100%;max-width:220px;position:relative}#searchInput{background:var(--cream-light);width:100%;transition:var(--transition);border:1px solid #d4c4b0;border-radius:20px;outline:none;padding:8px 35px 8px 10px;font-size:.875rem}#searchInput:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c8922a26}.search-icon{color:var(--brown-light);cursor:pointer;transition:color .2s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.search-icon:hover{color:var(--gold)}.mobile-menu-head,.mobile-menu-trigger{display:none}.top-announcement{color:#fffffff2;letter-spacing:.3px;font-size:.82rem;font-weight:600}@media (max-width:600px){.top-announcement{display:none}.topbar{padding:5px 0}}.top-announcement i{color:var(--gold-light);margin-right:5px}.whatsapp-float{color:#fff;z-index:9999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.7rem;transition:transform .3s,box-shadow .3s,z-index;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 16px #25d36666}.whatsapp-float:hover{transform:scale(1.12);box-shadow:0 6px 24px #25d3668c}body.menu-open .whatsapp-float{z-index:900}.hero-fullwidth{background:linear-gradient(135deg,#4a3120 0%,#8a6240 40%,#d4a24c 100%);justify-content:center;align-items:center;width:100%;min-height:520px;display:flex;position:relative;overflow:hidden}.hero-overlay{pointer-events:none;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 80 80\"><circle cx=\"40\" cy=\"40\" r=\"1.5\" fill=\"rgba(255,255,255,0.04)\"/></svg>") 0 0/40px 40px;position:absolute;inset:0}.hero-center{text-align:center;z-index:2;max-width:720px;padding:60px 24px;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.5px;background:#ffffff26;border:1px solid #fff3;border-radius:24px;margin-bottom:24px;padding:8px 22px;font-size:.85rem;font-weight:600;display:inline-block}.hero-center h1{color:#fff;margin-bottom:20px;font-family:Sora,sans-serif;font-size:clamp(1.8rem,8vw,3.2rem);line-height:1.15}.hero-center .highlight{color:var(--cream)}.hero-desc{color:#ffffffd9;margin-bottom:30px;font-size:1.15rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.btn-primary,.btn-secondary{border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--gold);color:var(--brown-dark)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-3px);box-shadow:0 8px 25px #d4af3799}.btn-secondary{color:#fff;background:0 0;border:2px solid #ffffff80}.btn-secondary:hover{color:#fff;background:#ffffff26}.hero-features{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:30px;display:flex}.hero-features span{color:#ffffffe6;align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:inline-flex}.hero-features span i{color:var(--gold-light);font-size:1rem}.highlight{color:var(--gold)}.catalog-section{background:var(--off-white);width:100%;padding:60px 0 80px}.catalog-group{margin-bottom:60px}.catalog-group:last-child{margin-bottom:0}.catalog-group-header{margin-bottom:35px}.catalog-group-header h2{color:var(--text-primary);margin-bottom:8px;font-size:2rem;line-height:1.3}.catalog-group-header p{color:var(--text-secondary);max-width:600px;font-size:1.1rem}.catalog-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.catalog-card{background:var(--white);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:var(--shadow-sm);color:inherit;border:1px solid #c8922a14;text-decoration:none;display:block;overflow:hidden}.catalog-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gold);transform:translateY(-6px)}.catalog-card-img{aspect-ratio:4/3;background:var(--cream-light);width:100%;position:relative;overflow:hidden}.catalog-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.catalog-card:hover .catalog-card-img img{transform:scale(1.08)}.catalog-card-body{padding:18px 20px 22px}.catalog-card-body h3{color:var(--text-primary);margin-bottom:6px;font-size:1.1rem;font-weight:700}.catalog-card-body p{color:var(--text-secondary);margin-bottom:10px;font-size:.9rem;line-height:1.5}.catalog-card-footer{justify-content:space-between;align-items:center;display:flex}.catalog-product-count{color:var(--gold);font-size:.8rem;font-weight:600}.catalog-arrow{background:var(--cream);width:30px;height:30px;color:var(--gold);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;display:flex}.catalog-card:hover .catalog-arrow{background:var(--gold);color:var(--white)}.acc-slider-section{background:var(--white);width:100%;padding:60px 0 80px}.acc-slider-header{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.acc-slider-header h2{font-family:var(--heading-font);color:var(--dark-brown);margin-bottom:6px;font-size:2rem}.acc-slider-header p{color:var(--text-body);font-size:.95rem}.acc-slider-arrows{flex-shrink:0;gap:8px;margin-top:5px;display:flex}.acc-arrow{background:var(--gold);width:40px;height:40px;color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.acc-arrow:hover{background:var(--dark-brown)}.acc-slider-track-wrapper{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto}.acc-slider-track-wrapper::-webkit-scrollbar{display:none}.acc-slider-track{gap:20px;display:flex}.acc-slide-img{border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md);background:var(--cream);width:100%;height:180px;position:relative;overflow:hidden}.acc-slide-card{background:var(--white);color:inherit;border-radius:var(--radius-md);transition:var(--transition);border:1px solid #4a312014;flex-direction:column;flex:0 0 250px;text-decoration:none;display:flex;overflow:hidden}.acc-slide-card:hover{box-shadow:var(--shadow-md);border-color:var(--gold);transform:translateY(-6px)}.acc-slide-content{flex-direction:column;flex-grow:1;padding:16px;display:flex}.acc-slide-card h3{color:var(--text-primary);margin-bottom:6px;font-family:Sora,sans-serif;font-size:1.05rem}.acc-slide-card p{color:var(--text-secondary);flex-grow:1;margin-bottom:16px;font-size:.85rem;line-height:1.5}.acc-card-footer{border-top:1px solid #4a31200d;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.acc-product-count{color:var(--gold);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.acc-arrow{background:var(--cream-light);width:28px;height:28px;color:var(--gold);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;display:flex}.acc-slide-card:hover .acc-arrow{background:var(--gold);color:var(--white)}.acc-slide-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.acc-slide-card:hover .acc-slide-img img{transform:scale(1.08)}.acc-slide-card h3{font-family:var(--heading-font);color:var(--dark-brown);margin-bottom:4px;font-size:.95rem;font-weight:600}.acc-slide-card p{color:var(--text-body);font-size:.82rem;line-height:1.4}.advantage-section{background:linear-gradient(180deg, var(--off-white) 0%, var(--cream) 100%);width:100%;padding:80px 0}.advantage-container{text-align:center;width:90%;max-width:1320px;margin:0 auto}.advantage-header{margin-bottom:50px}.advantage-header h2{color:var(--text-primary);margin-bottom:15px;font-size:2.2rem;line-height:1.3}.advantage-header p{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.15rem}.advantage-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.advantage-card{background:var(--white);border-radius:var(--radius-xl);text-align:center;transition:var(--transition);box-shadow:var(--shadow-sm);border:1px solid #c8922a14;padding:40px 30px}.advantage-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.advantage-icon{background:var(--cream);width:70px;height:70px;color:var(--gold);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.6rem;display:flex}.advantage-card:hover .advantage-icon{background:var(--gold);color:var(--white);box-shadow:0 8px 20px #c8922a4d}.advantage-card h3{color:var(--text-primary);margin-bottom:10px;font-size:1.2rem}.advantage-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.why-us-section{background:linear-gradient(180deg, var(--cream) 0%, var(--off-white) 100%);width:100%;padding:80px 0}.why-us-container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:90%;max-width:1320px;margin:0 auto;display:grid}.why-us-content h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.2rem;line-height:1.3}.why-us-content p{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem}.why-us-btn{color:var(--gold);transition:var(--transition);align-items:center;gap:.5rem;margin-top:10px;font-size:1rem;font-weight:600;display:inline-flex;position:relative}.why-us-btn:after{content:"";background:var(--gold);transform-origin:0;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.why-us-btn:hover{color:var(--brown-dark);transform:translateY(-2px)}.why-us-btn:hover:after{transform:scaleX(1)}.why-us-features{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.why-us-feature-box{background:var(--brown-dark);border-radius:var(--radius-xl);text-align:center;border:2px solid #0000;padding:2rem 1.5rem;transition:transform .6s cubic-bezier(.22,1,.36,1)}.why-us-feature-box:hover{border-color:var(--gold);transform:translateY(-6px)}.why-us-feature-box i{background:var(--gold-gradient);width:4rem;height:4rem;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.7rem;transition:transform .3s,box-shadow .3s;display:flex}.why-us-feature-box:hover i{transform:scale(1.2)rotate(10deg);box-shadow:0 8px 20px #c8922a80}.why-us-feature-box h3{color:var(--white);margin-bottom:.8rem;font-size:1.1rem;font-weight:600;line-height:1.5}.why-us-feature-box p{color:#ccc;font-size:.95rem;line-height:1.5}.more-categories-section{background:var(--white);width:100%;padding:80px 20px}.more-categories-container{max-width:1320px;margin:0 auto}.more-categories-header-row{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.more-categories-header h2{color:var(--text-primary);margin-bottom:10px;font-size:2.2rem;line-height:1.3}.more-categories-header p{color:var(--text-secondary);font-size:1.15rem}.mc-top-arrows{gap:10px;display:flex}.mc-arrow{background:var(--gold);cursor:pointer;width:42px;height:42px;color:var(--brown-dark);transition:var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.375rem;display:flex}.mc-arrow:hover{background:var(--gold-light);transform:scale(1.1)}.more-categories-slider{scroll-behavior:smooth;scrollbar-width:none;gap:25px;padding-bottom:10px;display:flex;overflow-x:auto}.more-categories-slider::-webkit-scrollbar{display:none}.mc-card{background:var(--white);border-radius:var(--radius-md);min-width:260px;max-width:260px;color:inherit;transition:var(--transition);box-shadow:none;border:1px solid #c8922a26;padding:15px;display:block;overflow:hidden}.mc-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gold);transform:translateY(-4px)}.mc-placeholder{aspect-ratio:4/3;background:var(--cream);width:100%;color:var(--gold);transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;font-size:2.5rem;display:flex}.mc-card:hover .mc-placeholder{background:var(--gold);color:var(--white)}.mc-card h3{color:var(--text-primary);margin:12px 0;font-size:1.1rem}.mc-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.4}.custom-packaging-section{background:var(--cream);width:100%;padding:80px 0}.custom-packaging-container{width:90%;max-width:1320px;margin:0 auto}.custom-packaging-container h2{text-align:center;color:var(--text-primary);margin-bottom:1rem;font-size:2.2rem;line-height:1.3}.custom-packaging-container>p{text-align:center;max-width:700px;color:var(--text-secondary);margin:0 auto 2.5rem;font-size:1.15rem}.custom-packaging-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem}.form-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.form-group label{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-sm);background:var(--cream-light);width:100%;color:var(--text-primary);transition:var(--transition);background-image:none;border:1px solid #d4c4b0;padding:1rem;font-size:1rem}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%234a3120' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:calc(100% - 1rem);background-repeat:no-repeat;padding-right:2.5rem}.form-group textarea{resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:var(--gold);background:var(--white);outline:0;box-shadow:0 0 0 4px #c8922a26}.full-width{grid-column:1/-1!important}.sub-btn{background:var(--gold);width:100%;color:var(--brown-dark);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);text-align:center;border:none;margin-top:1.5rem;padding:14px 22px;font-size:1rem;font-weight:600;display:block}.sub-btn:hover{background:var(--gold-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.howitworks-stunning{background:var(--off-white);text-align:center;width:100%;padding:80px 0}.hw-container{width:90%;max-width:1320px;margin:0 auto}.hw-title{color:var(--text-primary);margin-bottom:.5rem;font-size:2.2rem;line-height:1.3}.hw-intro{color:var(--text-secondary);margin-bottom:4rem;font-size:1.15rem}.hw-steps-wrapper{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.hw-step{text-align:center;z-index:2;width:30%;transition:transform .3s;position:relative}.hw-step:hover{transform:translateY(-8px)}.hw-step-circle{background:var(--white);width:70px;height:70px;color:var(--gold);box-shadow:var(--shadow-md);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.hw-step-circle-highlight{background:var(--gold-gradient);color:var(--white);box-shadow:0 8px 20px #c8922a4d}.hw-step-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.hw-step-desc{color:var(--text-secondary);max-width:240px;margin:0 auto;font-size:1rem}.hw-line{background:linear-gradient(90deg, var(--gold), var(--brown-dark), var(--gold));z-index:1;background-size:200% 100%;border-radius:3px;height:6px;animation:2.5s linear infinite gradientMove;position:absolute;top:35px;left:5%;right:5%}@keyframes gradientMove{0%{background-position:0 0}to{background-position:200% 0}}.hw-button-wrapper{text-align:center;margin-top:3rem}.hw-btn{border-radius:var(--radius-sm);background:var(--gold);color:var(--brown-dark);padding:14px 28px;font-weight:600;transition:background .4s,transform .6s cubic-bezier(.4,0,.2,1);display:inline-block}.hw-btn:hover{background:var(--gold-light);transform:translateY(-2px)}.testimonial-section{background:linear-gradient(to bottom, var(--off-white), var(--cream));width:100%;padding:80px 20px}.testimonial-container{width:90%;max-width:1320px;margin:auto}.section-title{text-align:center;color:var(--text-primary);margin-bottom:15px;font-size:2.2rem;font-weight:700;line-height:1.3}.section-title:after{content:"";background:var(--gold);border-radius:2px;width:60px;height:4px;margin:15px auto 0;display:block}.section-subtitle{text-align:center;max-width:700px;color:var(--text-secondary);margin:0 auto 40px;font-size:1.15rem}.testimonials{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid #c8922a14;padding:25px;transition:transform .4s,box-shadow .4s}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.testimonial-text{color:var(--text-secondary);margin-bottom:20px;font-size:1rem;font-style:italic;line-height:1.6}.client-info{align-items:center;gap:12px;display:flex}.client-avatar{background:var(--cream);width:50px;height:50px;color:var(--gold);border:2px solid var(--gold);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.client-info h3{color:var(--text-primary);font-size:1rem}.client-info span{color:var(--text-secondary);font-size:.85rem}.reviews-footer{text-align:center;margin-top:50px}.google-review-badge{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--text-primary);transition:var(--transition);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:20px;padding:12px 20px;display:inline-flex}.google-review-badge .stars{color:var(--gold);letter-spacing:1.5px;font-size:1.2rem}.google-review-badge .rating-text{color:var(--text-secondary);font-size:.95rem}.google-review-badge:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.reviews-btn{border-radius:var(--radius-sm);background:var(--gold);color:var(--brown-dark);padding:14px 28px;font-weight:600;transition:background .4s,transform .6s cubic-bezier(.4,0,.2,1);display:inline-block}.reviews-btn:hover{background:var(--gold-light);transform:translateY(-2px)}.faq-section{background:var(--cream-light);width:100%;padding:80px 0}.faq-container{width:90%;max-width:1320px;margin:0 auto}.faq-title{text-align:center;color:var(--text-primary);margin-bottom:1rem;font-size:2.2rem;line-height:1.3}.faq-subtitle{text-align:center;max-width:850px;color:var(--text-secondary);margin:0 auto 3rem;font-size:1.15rem}.faq-columns{gap:2rem;display:flex}.faq-column{flex-direction:column;flex:1;gap:1.5rem;display:flex}.faq-item{background:var(--white);border-radius:var(--radius-md);transition:var(--transition);border:1px solid #4a31201a;overflow:hidden;box-shadow:0 4px 12px #4a31200a}.faq-item:hover{border-color:var(--gold);box-shadow:0 6px 16px #4a312014}.faq-item.active{background:var(--white);border-color:var(--gold);box-shadow:0 10px 25px #d4a24c1f}.faq-btn{cursor:pointer;width:100%;color:var(--text-primary);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.4rem 1.5rem;font-size:1.05rem;font-weight:600;display:flex}.faq-icon{width:2.4rem;min-width:2.4rem;height:2.4rem;min-height:2.4rem;transition:var(--transition);background:var(--white);color:var(--text-secondary);border:2px solid #d4c4b0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.faq-content{height:0;transition:height .35s;overflow:hidden}.faq-inner{color:var(--text-secondary);padding:0 1.5rem 1.5rem;line-height:1.6}.faq-item.active .faq-icon{background:var(--gold);color:var(--white);border-color:var(--gold);transform:rotate(180deg)}.help-online{background:var(--cream-light);padding:0 0 80px}.help-online-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4rem;width:80%;max-width:1000px;margin:0 auto;display:flex}.help-image-placeholder{background:var(--cream);width:300px;max-width:100%;height:300px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:5rem;animation:.7s fadeIn;display:flex}.help-online-content{flex:1;min-width:280px}.help-online-title{color:var(--text-primary);margin-bottom:1rem;font-size:2.2rem;line-height:1.3}.help-online-text{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem}.help-online-contact{flex-wrap:wrap;align-items:center;display:flex}.help-online-contact a{color:var(--gold);transition:var(--transition);align-items:center;gap:.6rem;margin-bottom:1rem;margin-right:2rem;font-size:1.25rem;font-weight:600;display:inline-flex}.help-online-contact a:hover{color:var(--brown-dark);transform:translate(.2rem)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.quote-section{background:var(--brown-dark);width:100%;color:var(--white);text-align:center;padding:70px 0}.quote-content h2{margin-bottom:10px;font-size:2.2rem;line-height:1.3}.quote-content p{color:#fffc;margin-bottom:25px;font-size:1.15rem}.quote-btn{border-radius:var(--radius-sm);background:var(--gold);color:var(--brown-dark);padding:14px 28px;font-weight:600;transition:background .4s,transform .6s cubic-bezier(.4,0,.2,1);display:inline-block}.quote-btn:hover{background:var(--gold-light);transform:translateY(-2px)}footer{color:#ffffffb3;background:#2a1c10;width:100%;padding:60px 0 20px}footer address{font-style:normal}.footer-container{width:90%;max-width:1320px;margin:auto}.footer-title{color:#fff;margin-bottom:18px;font-family:Sora,sans-serif;font-size:1.25rem;font-weight:600}.upside-down-foot-title{margin-top:25px}.footer-grid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}footer ul li{margin-bottom:10px}footer a{color:#fff9;transition:var(--transition)}footer a:hover{color:var(--gold-light)}.footer-grid nav{display:contents}.footer-divider{border:0;border-bottom:1px solid #ffffff1a;margin:40px 0}.subscribe-input{margin-top:10px;display:flex}.subscribe-input input{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:4px 0 0 4px;flex:1;padding:12px}.subscribe-input button{background:var(--gold);color:var(--brown-dark);cursor:pointer;transition:var(--transition);border:none;border-radius:0 4px 4px 0;padding:12px 18px}.subscribe-input button:hover{background:var(--gold-light)}.payment-methods,.social-media{margin-top:35px}.payment-methods .icons i,.social-media .icons a i{color:#ffffff80;transition:var(--transition);margin-right:12px;font-size:1.6rem}.social-media .icons a{display:inline-block}.social-media .icons a:hover i{color:var(--gold)}.payment-methods .icons i{cursor:default}.contact-info p{margin:4px 0;font-size:1rem}.contact-info i{color:var(--gold);margin-right:8px}.contact-info a{color:#ffffffb3}.contact-info a:hover{color:var(--gold-light)}.trust-icons{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:60px;padding-top:10px;display:flex}.trust-icon-item{text-align:center;cursor:default;min-width:60px}.trust-icon-item i{color:var(--gold);transition:var(--transition);margin-bottom:8px;font-size:2.6rem;display:block}.trust-icon-item .icon-label{color:#ffffffb3;white-space:nowrap;font-size:1rem;font-weight:600}.trust-icon-item:hover i{color:var(--gold)}.google-rating-box{text-align:center;padding:25px 15px}.google-stars i{color:var(--gold);margin:0 2px;font-size:1.2rem}.google-rating-text .rating-main{color:#fff;font-size:1.4rem;font-weight:700}.google-rating-text .rating-sub{color:#fff9;font-size:1.1rem;font-weight:500}.google-label{color:#fff;margin-top:1px;font-size:1rem;font-weight:700}.google-based{color:var(--text-secondary);margin-top:1px;font-size:1rem}.review-count{font-weight:600}.mega-menu .list-item span.title a{color:var(--brown-dark);transition:var(--transition);border-bottom:2px solid #0000;padding-bottom:5px;text-decoration:none;display:inline-block}.mega-menu .list-item span.title a:hover{color:var(--gold);border-bottom-color:var(--gold)}.mega-menu-silo-link{border:1px solid #d4af3766;border-left:5px solid var(--gold);background:#d4af371f;border-radius:6px;align-items:center;gap:8px;width:100%;margin-bottom:15px;padding:10px 14px;transition:all .3s;display:inline-flex;box-shadow:0 2px 4px #0000000d;color:var(--brown-dark)!important;font-size:1.15rem!important;font-weight:700!important}.mega-menu-silo-link:hover{border-left-color:var(--gold-dark);background:#d4af3740;transform:translate(4px);box-shadow:0 4px 8px #00000014}.mega-menu-silo-link i{color:var(--gold);font-size:.9rem;transition:transform .3s}.mega-menu-silo-link:hover i{transform:translate(3px)}@media (min-width:600px){.form-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.form-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.banner{padding:10px 0 80px}.banner-container{text-align:center;flex-direction:column}.hero-content,.slider{width:100%;max-width:700px}.hero-content{margin-bottom:50px}.hero-content h1{margin-top:40px;font-size:2.4rem}.hero-buttons{justify-content:center}.badges{flex-wrap:wrap;justify-content:center;display:flex}.catalog-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1062px){.header .item-center{flex:0 0 100%;order:3}.header .item-left,.header .item-right{flex:none}.v-center{justify-content:space-between}.header .mobile-menu-trigger{cursor:pointer;justify-content:center;align-items:center;width:30px;height:30px;margin-left:15px;display:flex}.header .mobile-menu-trigger span{background:var(--text-primary);width:24px;height:2px;display:block;position:relative}.header .mobile-menu-trigger span:before,.header .mobile-menu-trigger span:after{content:"";background:var(--text-primary);width:100%;height:100%;position:absolute;left:0}.header .mobile-menu-trigger span:before{top:-6px}.header .mobile-menu-trigger span:after{top:6px}.header .menu{background:var(--white);z-index:1099;width:320px;height:100%;transition:all .5s;position:fixed;top:0;left:0;overflow:hidden;transform:translate(-100%)}.header .menu.active{transform:translate(0%)}.header .menu>ul>li{margin:0;line-height:1;display:block}.header .menu>ul>li>a{border-bottom:1px solid #3c24151a;height:50px;padding:0 50px 0 15px;line-height:50px;display:block}.header .menu>ul>li>a i{text-align:center;width:50px;height:50px;line-height:50px;position:absolute;top:0;right:0;transform:rotate(-90deg)}.header .menu .mobile-menu-head{background:var(--white);z-index:501;border-bottom:1px solid #3c24151a;justify-content:space-between;align-items:center;height:50px;display:flex;position:sticky;top:0}.header .menu .mobile-menu-head .go-back{cursor:pointer;text-align:center;width:50px;height:50px;color:var(--text-primary);border-right:1px solid #3c24151a;font-size:1rem;line-height:50px;display:none}.header .menu .mobile-menu-head.active .go-back{display:block}.header .menu .mobile-menu-head .current-menu-title{color:var(--text-primary);font-size:.9375rem;font-weight:500}.header .menu .mobile-menu-head .mobile-menu-close{cursor:pointer;text-align:center;width:50px;height:50px;color:var(--text-primary);border-left:1px solid #3c24151a;font-size:1.5625rem;line-height:50px}.header .menu .menu-main{height:100%;overflow:hidden auto}.header .menu>ul>li .sub-menu.mega-menu,.header .menu>ul>li .sub-menu{visibility:visible;opacity:1;box-shadow:none;width:100%;min-width:auto;max-width:none;height:100%;margin:0;padding:65px 15px 15px;display:none;position:absolute;top:0;left:0;overflow-y:auto;transform:translate(0%)}.header .menu>ul>li .sub-menu.active{display:block}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item{flex:0 0 100%;padding:0}.menu-overlay{z-index:1098;visibility:hidden;opacity:0;background:#3c241580;width:100%;height:100%;transition:all .5s;position:fixed;top:0;left:0}.menu-overlay.active{visibility:visible;opacity:1}}@media (max-width:992px){.why-us-container{text-align:center;grid-template-columns:1fr}.why-us-features{grid-template-columns:1fr 1fr}.hw-steps-wrapper{flex-direction:column;align-items:center}.hw-line{display:none}.hw-step{width:100%;margin-bottom:3rem}.advantage-grid{grid-template-columns:repeat(2,1fr);max-width:none;margin:0}.footer-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:2rem}}@media (max-width:900px){.help-online-container{text-align:center;flex-direction:column}.help-online-contact{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.help-online-contact a{justify-content:center;width:100%;margin-right:0}.help-online-title{font-size:2rem}}@media (max-width:768px){.banner{padding:10px 0 60px}.hero-content h1{font-size:clamp(1.5rem,6vw,2rem)}.hero-content p{font-size:.95rem;line-height:1.5}.top-products-heading h2,.why-us-content h2,.more-categories-header h2{font-size:1.5rem}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:15px}.catalog-group-header h2{margin-bottom:5px;font-size:1.5rem}.catalog-group-header p{font-size:.95rem}.more-categories-header-row{flex-direction:column;align-items:flex-start}.faq-columns{flex-direction:column}.quote-content h2{font-size:1.5rem}.advantage-header h2{font-size:1.6rem}}@media (max-width:600px){.why-us-features{grid-template-columns:1fr}.why-us-feature-box{padding:1.5rem 1rem}}@media (max-width:576px){.testimonials,.catalog-grid{grid-template-columns:1fr}.section-title{font-size:1.7rem}.google-review-badge{flex-direction:column;gap:8px}.reviews-btn{text-align:center;width:100%}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}.trust-icons{gap:30px}.subscribe-input{flex-direction:column}.subscribe-input button,.subscribe-input input{border-radius:4px;width:100%}.subscribe-input button{margin-top:10px}}@media (max-width:512px){.header .row{flex-direction:row;justify-content:space-between;align-items:center;padding:0 15px}.header .item-left{flex:none}.header .item-right{flex-direction:row;flex:none;align-items:center;gap:12px;margin-top:0;display:flex}.header .logo{margin-bottom:0}.search-container{max-width:140px}}@media (max-width:480px){.hero-content h1{font-size:1.6rem}.hero-content p{font-size:.95rem}.btn-primary,.btn-secondary{justify-content:center;width:100%}.top-products-grid{grid-template-columns:1fr}}@media (max-width:400px){.trust-icons{gap:20px}.trust-icon-item i{font-size:1.8rem}}@media (max-width:358px){.topbar{padding:8px 0;font-size:.8125rem}.top-contact-info{flex-direction:column;gap:5px}}.section-heading{color:var(--text-primary);text-align:center;margin-bottom:8px;font-family:Sora,sans-serif;font-size:2.2rem}.section-subheading{text-align:center;color:var(--text-secondary);margin-bottom:50px;font-size:1rem}.process-section{background:var(--cream-light);padding:80px 0}.process-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.process-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);border:1px solid #d198471a;padding:36px 24px 30px;position:relative}.process-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.process-icon{background:var(--gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 16px;font-size:1.4rem;display:flex}.process-num{color:var(--gold);letter-spacing:2px;margin-bottom:10px;font-family:Sora,sans-serif;font-size:.8rem;font-weight:700;display:block}.process-card h3{color:var(--text-primary);margin-bottom:10px;font-family:Sora,sans-serif;font-size:1.05rem}.process-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.faq-list{max-width:780px;margin:0 auto}.contact-strip{background:linear-gradient(135deg,#4a3120,#8a6240);padding:50px 0}.contact-strip-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.contact-strip-text h2{color:#fff;margin-bottom:6px;font-family:Sora,sans-serif;font-size:1.8rem}.contact-strip-text p{color:#ffffffbf;font-size:.95rem}.contact-strip-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.strip-link{color:#ffffffe6;align-items:center;gap:8px;font-size:.95rem;font-weight:600;transition:color .2s;display:inline-flex}.strip-link:hover{color:var(--gold-light)}.strip-link i{font-size:1rem}.strip-btn{color:#fff;border-radius:var(--radius-sm);transition:var(--transition);background:#25d366;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;display:inline-flex}.strip-btn:hover{background:#1da851;transform:translateY(-2px)}.footer-brand{max-width:280px}.footer-logo img{width:auto;height:100px;margin-bottom:10px}.footer-social{gap:12px;margin-top:4px;display:flex}.footer-social a{color:#ffffffb3;width:36px;height:36px;transition:var(--transition);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.footer-social a:hover{background:var(--gold);color:#fff;transform:translateY(-2px)}@media (max-width:900px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.process-grid{grid-template-columns:1fr}.hero-center h1{font-size:2.2rem}.contact-strip-inner{text-align:center;flex-direction:column}.contact-strip-actions{justify-content:center}}.premium-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#d4af3726 0%,#2c1e16f2 100%),#2c1e16;margin-top:0;padding:120px 0;position:relative;overflow:hidden}.premium-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#d4af370d 0%,#0000 60%);position:absolute;inset:0}.premium-hero-breadcrumbs{color:#f6f4f0;letter-spacing:1px;margin-bottom:20px;font-size:.95rem}.premium-hero-breadcrumbs a{color:#d4af37;text-decoration:none;transition:color .3s}.premium-hero-breadcrumbs a:hover{color:#fff}.premium-hero h1{color:#d4af37;margin-bottom:15px;font-size:clamp(2rem,10vw,3.5rem);font-weight:700;animation:.8s forwards fadeDown}.premium-hero h2{color:#fff;margin-bottom:25px;font-size:1.6rem;font-weight:500}.premium-hero p{color:#f6f4f0;max-width:850px;margin:0 auto 30px;font-size:1.15rem;line-height:1.8;animation:.8s forwards fadeUp}.luxury-grid-section{background:#fff;padding:100px 0}.luxury-grid{gap:30px;max-width:1300px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr)!important}.luxury-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #d4af371a;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;animation:.8s backwards fadeIn;display:flex;overflow:hidden;box-shadow:0 10px 30px #2c1e160a}.luxury-card:hover{border-color:#d4af3766;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #2c1e161f}.luxury-card-img{filter:contrast(1.05)sepia(.1)hue-rotate(-10deg)brightness(.95);background-color:#f9f9f9;background-position:50%;background-size:cover;border-bottom:4px solid #d4af37;height:260px;transition:filter .5s}.luxury-card:hover .luxury-card-img{filter:contrast(1.1)sepia(.05)hue-rotate(-5deg)brightness(1.05)}.luxury-card-content{flex-grow:1;justify-content:center;align-items:center;padding:25px 20px;display:flex}.luxury-card h3{color:#2c1e16;margin:0;font-family:Sora,sans-serif;font-size:1.25rem;font-weight:600;transition:color .3s}.luxury-card:hover h3{color:#d4af37}.asymmetric-section{background:#faf9f6;border-top:1px solid #e0dcd2;padding:120px 0}.asymmetric-container{flex-wrap:wrap;gap:60px;max-width:1250px;margin:0 auto;padding:0 20px;display:flex}.asym-left{flex:55%;animation:.8s forwards fadeRight}.asym-right{flex:35%;animation:.8s forwards fadeLeft}.premium-seo-text h2{color:#2c1e16;margin-bottom:20px;font-size:2.5rem;font-weight:700}.premium-seo-text h3{color:#2c1e16;margin-top:40px;margin-bottom:15px;font-size:1.8rem;font-weight:600}.premium-seo-text p{color:#555;margin-bottom:25px;font-size:1.15rem;line-height:1.9}.inline-usp-grid{grid-template-columns:repeat(2,1fr);gap:25px;margin-top:50px;display:grid}.inline-usp-card{cursor:default;background:#fff;border-left:4px solid #d4af37;border-radius:8px;align-items:flex-start;gap:18px;padding:25px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 6px 20px #0000000a}.inline-usp-card:hover{transform:translate(8px);box-shadow:0 10px 25px #00000014}.inline-usp-card i{color:#d4af37;margin-top:2px;font-size:2.2rem;transition:transform .5s}.inline-usp-card:hover i{transform:scale(1.1)rotate(5deg)}.inline-usp-card h4{color:#2c1e16;margin:0 0 8px;font-size:1.2rem;font-weight:600}.inline-usp-card p{color:#666;margin:0;font-size:.95rem;line-height:1.5}.premium-quote-card{z-index:10;background:#fff;border:1px solid #d4af374d;border-radius:15px;padding:45px;transition:box-shadow .3s;position:sticky;top:120px;box-shadow:0 15px 50px #2c1e161a}@media (max-width:768px){.premium-quote-card{padding:25px;position:static;top:auto}}.premium-quote-card:hover{box-shadow:0 20px 60px #2c1e1626}.premium-quote-card h3{color:#2c1e16;text-align:center;margin-bottom:35px;font-family:Sora,sans-serif;font-size:2rem;font-weight:600}.premium-input{color:#333;background:#faf9f6;border:1px solid #e0dcd2;border-radius:8px;width:100%;margin-bottom:20px;padding:16px 20px;font-family:inherit;font-size:1rem;transition:all .3s}.premium-input::placeholder{color:#999}.premium-input:focus{background:#fff;border-color:#d4af37;outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #d4af3726}textarea.premium-input{resize:vertical;min-height:120px}.btn-glow{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:#d4af37;border:none;border-radius:8px;width:100%;margin-top:15px;padding:18px;font-size:1.15rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #d4af3766}.btn-glow:after{content:"";opacity:0;background:linear-gradient(90deg,#fff0 0%,#ffffff4d 50%,#fff0 100%);width:200%;height:200%;transition:all .5s;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.btn-glow:hover{background:#b5952f;transform:translateY(-3px);box-shadow:0 8px 25px #d4af3799}.btn-glow:hover:after{opacity:1;transform:rotate(30deg)translate(50%,50%)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.luxury-grid>a:first-child{animation-delay:.1s}.luxury-grid>a:nth-child(2){animation-delay:.2s}.luxury-grid>a:nth-child(3){animation-delay:.3s}.luxury-grid>a:nth-child(4){animation-delay:.4s}.luxury-grid>a:nth-child(5){animation-delay:.5s}.luxury-grid>a:nth-child(6){animation-delay:.6s}.luxury-grid>a:nth-child(7){animation-delay:.7s}.luxury-grid>a:nth-child(8){animation-delay:.8s}@media (max-width:1200px){.luxury-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.luxury-grid{grid-template-columns:repeat(2,1fr)}.asym-left,.asym-right{flex:100%}.asymmetric-container{gap:24px}.inline-usp-grid{grid-template-columns:1fr}}@media (max-width:600px){.luxury-grid{grid-template-columns:1fr}.premium-hero h1{font-size:2.5rem}.premium-hero{margin-top:0;padding:80px 0}}.luxury-card{overflow:hidden}.luxury-card-img{background-position:50%;background-size:cover;width:100%;height:240px;transition:transform .5s}.luxury-card:hover .luxury-card-img{transform:scale(1.05)}.luxury-card-content{flex-direction:column;flex-grow:1;padding:25px;display:flex}.luxury-card-content h3{color:var(--brown-dark);margin:0 0 10px;font-size:1.25rem;font-weight:700}.luxury-card-content p{color:#666;flex-grow:1;margin:0 0 15px;font-size:.95rem;line-height:1.5}.luxury-card-content>div{color:var(--gold);text-transform:uppercase;border-top:1px solid #0000000d;margin-top:auto;padding-top:15px;font-size:.95rem;font-weight:600;transition:color .3s}.luxury-card:hover .luxury-card-content>div{color:var(--brown-dark)}@media (max-width:1024px){.product-main-layout,.split-grid-container{flex-direction:column!important;gap:2rem!important;display:flex!important}.description-section,.quote-form-container,.product-image-container,.product-form-container{flex:none!important;width:100%!important;max-width:100%!important}.product-image-container img{object-fit:contain;width:100%;max-height:400px}}.premium-content-section{background:var(--white);border-top:1px solid #d4af371a;padding:80px 0}.premium-content-section h2{color:var(--brown-dark);margin-bottom:30px;padding-bottom:15px;font-family:Sora,sans-serif;font-size:2.2rem;position:relative}.premium-content-section h2:after{content:"";background:var(--gold-gradient);width:60px;height:3px;position:absolute;bottom:0;left:0}.premium-text-block{color:#555;margin-bottom:40px;font-size:1.1rem;line-height:1.8}.premium-text-block p{margin-bottom:20px}.premium-features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:40px 0;display:grid}.premium-feature-card{background:var(--off-white);border-radius:var(--radius-md);transition:var(--transition);border:1px solid #d4af3726;padding:30px}.premium-feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--gold);transform:translateY(-5px)}.premium-feature-card h3{color:var(--brown-dark);margin-bottom:12px;font-size:1.25rem}.premium-feature-card p{color:#666;font-size:.95rem;line-height:1.6}.premium-specs-table{border-collapse:collapse;width:100%;box-shadow:var(--shadow-sm);border:1px solid #0000000d;border-radius:12px;margin:40px 0;overflow:hidden}.premium-specs-table th{background:var(--brown-dark);color:var(--cream);text-align:left;padding:18px 25px;font-family:Sora,sans-serif;font-weight:600}.premium-specs-table td{color:#555;background:#fff;border-bottom:1px solid #0000000d;padding:16px 25px;font-size:.95rem}.premium-specs-table tr:nth-child(2n) td{background:var(--cream-light)}.premium-faq-section{margin-top:80px}.premium-faq-item{transition:var(--transition);background:#fff;border:1px solid #d4af3726;border-radius:10px;margin-bottom:15px;overflow:hidden}.premium-faq-item:hover{border-color:var(--gold)}.premium-faq-question{cursor:pointer;color:var(--brown-dark);background:#fff;justify-content:space-between;align-items:center;padding:22px 25px;font-size:1.1rem;font-weight:600;display:flex}.premium-faq-question i{color:var(--gold);font-size:1.1rem;transition:transform .3s}.premium-faq-answer{color:#666;padding:0 25px 25px;font-size:1rem;line-height:1.7}.search-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;padding:40px 0;display:grid}.product-card{background:#fff;border:1px solid #d4af371a;border-radius:16px;flex-direction:column;height:100%;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.product-card:hover{border-color:#d4af374d;transform:translateY(-12px);box-shadow:0 20px 60px #2c1e161f}.product-card-img{background:#fdfcf9;height:240px;position:relative;overflow:hidden}.product-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.product-card:hover .product-card-img img{transform:scale(1.08)}.product-card-overlay{opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;visibility:hidden;background:#2c1e1666;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.product-card:hover .product-card-overlay{opacity:0}.product-card-overlay span{color:#fff;background:var(--gold);text-transform:uppercase;border-radius:50px;padding:10px 20px;font-size:.9rem;font-weight:700;box-shadow:0 5px 15px #d4af3766}.header .item-right{align-items:center;gap:10px;display:flex;position:relative}.mobile-search-trigger{appearance:none;color:var(--brown-dark);cursor:pointer;background:#fff;border:1px solid #3c24151f;border-radius:999px;margin:0;padding:0;display:none;box-shadow:0 8px 24px #2c1e1614}.mobile-search-trigger i{font-size:.95rem}@media (max-width:767px){.mobile-search-trigger,.header .mobile-menu-trigger{background:#fff;border:1px solid #3c24151f;border-radius:999px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;box-shadow:0 8px 24px #2c1e1614;display:inline-flex!important}.header .mobile-menu-trigger{margin-left:0}.header .mobile-menu-trigger span{width:18px;height:2px}.header .mobile-menu-trigger span:before{top:-6px}.header .mobile-menu-trigger span:after{top:6px}.search-container{max-width:none!important;display:none!important}.header.mobile-search-active .search-container{z-index:1201;background:#fff;border:1px solid #3c24151f;border-radius:18px;width:min(280px,100vw - 32px);padding:10px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 30px #2c1e161f;display:block!important}.header.mobile-search-active #searchInput{border-radius:14px;min-height:44px;padding-right:42px}.header.mobile-search-active .search-icon{font-size:1rem;right:24px}.header .menu{width:min(88vw,360px);max-width:360px;top:0}.header .menu .mobile-menu-head{height:56px}.header .menu .mobile-menu-head .go-back,.header .menu .mobile-menu-head .mobile-menu-close{justify-content:center;align-items:center;width:56px;height:56px;line-height:1;display:flex}.header .menu .mobile-menu-head .current-menu-title{padding:0 10px;font-size:.92rem}.header .menu>ul>li>a{min-height:54px;padding-left:18px;padding-right:48px}footer.site-footer{padding:48px 0 28px}footer.site-footer .footer-container{padding:0 18px}footer.site-footer .footer-grid.footer-main-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:26px 18px;margin-bottom:24px;display:grid}footer.site-footer .footer-brand{text-align:center;grid-column:1/-1;max-width:none}footer.site-footer .footer-logo,footer.site-footer .payment-methods,footer.site-footer .payment-methods .icons{justify-content:center}footer.site-footer .footer-logo img{max-width:min(260px,100%);max-height:70px}footer.site-footer .footer-about{text-align:center;max-width:32rem;margin:0 auto 20px}footer.site-footer .footer-col,footer.site-footer .footer-stack-col,footer.site-footer .footer-contact-col{width:100%;min-width:0}footer.site-footer .footer-stack-col{gap:18px}footer.site-footer .footer-title{margin-bottom:16px}footer.site-footer .footer-links{gap:10px}footer.site-footer .footer-links a{width:100%;display:flex;transform:none!important}footer.site-footer .footer-contact-col{grid-column:1/-1}footer.site-footer .footer-contact-copy{text-align:left}footer.site-footer .footer-cta-wrapper{justify-content:flex-start;display:flex}footer.site-footer .footer-cta-wrapper .nav-cta{width:auto;min-width:200px}footer.site-footer .footer-contact-item{padding:10px 0}footer.site-footer .footer-contact-item a{overflow-wrap:anywhere}footer.site-footer .footer-bottom{text-align:center;align-items:center}footer.site-footer .footer-meta-stack,footer.site-footer .copyright{text-align:center;width:100%}footer.site-footer .trust-icons{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%}footer.site-footer .trust-icon-item{text-align:center;flex-direction:column;align-items:center;gap:6px;width:100%;padding:10px 6px}}@media (max-width:479px){footer.site-footer .footer-grid.footer-main-grid{grid-template-columns:1fr;gap:24px}footer.site-footer .footer-contact-col{grid-column:auto}footer.site-footer .footer-cta-wrapper{justify-content:center}footer.site-footer .trust-icons{grid-template-columns:1fr}}@media (max-width:767px){.header{z-index:1300!important}.menu-overlay{-webkit-backdrop-filter:blur(2px);inset:0;z-index:1390!important;background:#140c0894!important;transition:opacity .3s,visibility .3s!important}.header .menu{inset:0 auto 0 0;box-shadow:22px 0 48px #140c082e;z-index:1400!important;background:#fff!important;width:min(88vw,360px)!important;max-width:360px!important;height:100dvh!important;transition:transform .34s,box-shadow .34s!important;position:fixed!important;overflow:hidden!important;transform:translate(-104%)!important}.header .menu.active{transform:translate(0)!important}.header .menu .mobile-menu-head{z-index:3;background:#fff;position:relative}.header .menu .menu-main{background:#fff;position:relative;overflow:hidden auto;height:calc(100dvh - 56px)!important}.header .menu>ul>li{position:static}.header .menu>ul>li>a{background:#fff;position:relative}.header .menu>ul>li .sub-menu.mega-menu,.header .menu>ul>li .sub-menu{visibility:hidden;opacity:0;pointer-events:none;z-index:2;transform:translate(18px);background:#fff!important;width:100%!important;height:calc(100dvh - 56px)!important;min-height:calc(100dvh - 56px)!important;margin:0!important;padding:0 0 24px!important;transition:transform .28s,opacity .28s,visibility 0s linear .28s!important;display:block!important;position:absolute!important;top:56px!important;left:0!important;overflow-y:auto!important}.header .menu>ul>li .sub-menu.active{visibility:visible;opacity:1;pointer-events:auto;transform:translate(0);transition-delay:0s!important}.header .menu>ul>li .sub-menu .list-item{background:#fff;padding:0 18px 16px!important}.header .menu>ul>li .sub-menu .mega-menu-silo-link{min-height:52px}.header .menu .mobile-menu-head .go-back,.header .menu .mobile-menu-head .mobile-menu-close{color:var(--text-primary);background:#fff}body.menu-open .header .mobile-menu-trigger,body.menu-open .header .mobile-search-trigger{opacity:0;pointer-events:none;transform:scale(.9)}}.material-table-section table{table-layout:fixed}.material-table-section td,.material-table-section th{word-break:break-word}.product-card-body{flex-direction:column;flex-grow:1;padding:30px;display:flex}.product-category{color:var(--gold);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-size:.75rem;font-weight:800;display:block}.product-card h3{color:var(--brown-dark);flex-grow:1;margin-bottom:20px;font-family:Sora,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.35}.product-card-footer{border-top:1px solid #0000000f;align-items:center;padding-top:20px;display:flex}.get-quote{color:var(--gold);text-transform:uppercase;align-items:center;gap:8px;font-size:.95rem;font-weight:800;transition:gap .3s;display:flex}.product-card:hover .get-quote{gap:12px}@media (max-width:768px){.product-card-img{height:180px}.product-card-body{padding:15px}.product-card h3{font-size:1.1rem}}@media (max-width:600px){.product-grid,.premium-grid,.luxury-grid,.more-categories-grid,.search-grid,.silo-grid,.seo-grid,#listingGrid,#productContainer{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;width:100%!important;padding:0 10px!important;display:grid!important}.form-grid{grid-template-columns:1fr!important;gap:15px!important}.silo-card{margin-bottom:0!important}.silo-img{height:130px!important}.silo-content{padding:10px!important}.silo-content h3{margin-bottom:5px!important;font-size:.9rem!important}.silo-content p{overflow:hidden!important}.section-header,.catalog-section-header,.catalog-group-header,[style*="border-left: 6px solid"],[style*="border-left: 6px solid var(--gold)"]{flex-direction:column!important;align-items:flex-start!important;gap:15px!important;padding-left:15px!important;display:flex!important}.section-header a,.catalog-section-header a,.catalog-group-header a,[style*="border-left: 6px solid"] a,[style*="border-left: 6px solid var(--gold)"] a{align-self:flex-start!important;margin-top:10px!important;margin-left:0!important;font-size:.8rem!important}.section-header h2,[style*="border-left: 6px solid"] h2,[style*="border-left: 6px solid var(--gold)"] h2{font-size:1.8rem!important}#mainMenu .mega-menu-silo-link{display:flex!important}.catalog-card,.product-card,.premium-card,.luxury-card{background:#fff!important;border-radius:12px!important;flex-direction:column!important;height:auto!important;padding:8px!important;display:flex!important;box-shadow:0 4px 12px #0000000d!important}.catalog-card-image,.product-card-image,.product-card-img,.card-image,.premium-card .card-image{object-fit:contain!important;background:#fff!important;border-radius:8px!important;width:100%!important;height:130px!important;margin-bottom:8px!important}.catalog-card-body h3,.product-card-body h3,.product-card h3,.premium-card h3{-webkit-line-clamp:2!important;line-clamp:2!important;height:2.4em!important;color:var(--brown-dark)!important;-webkit-box-orient:vertical!important;margin:5px 0!important;font-size:.9rem!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.catalog-card-body p,.product-card-body p,.product-card p,.premium-card .price{-webkit-line-clamp:2!important;line-clamp:2!important;opacity:.8!important;-webkit-box-orient:vertical!important;margin-bottom:8px!important;font-size:.75rem!important;line-height:1.3!important;display:-webkit-box!important;overflow:hidden!important}.product-details .container{flex-direction:column!important;gap:20px!important}.product-details .left-col,.product-details .right-col{flex:100%!important;min-width:0!important;max-width:100%!important}.sticky-form-container{padding:20px!important}.form-grid,form .form-grid,[style*="display: grid; grid-template-columns: 1fr 1fr"],[style*="display: grid; grid-template-columns: repeat(2, 1fr)"]{grid-template-columns:1fr!important;gap:15px!important}.input-group,[style*="grid-column: span 2"]{grid-column:span 1!important}[style*="grid-template-columns: 1fr 1fr 1fr"]{grid-template-columns:1fr!important;gap:10px!important}.quote-form input,.quote-form select,.quote-form textarea{padding:12px 10px!important;font-size:16px!important}.product-hero h1{font-size:1.8rem!important;line-height:1.2!important}.sticky-form-container h3{font-size:1.2rem!important}.seo-grid,.seo-benefits-bar ul{grid-template-columns:repeat(2,1fr)!important;gap:15px!important;padding:0!important;display:grid!important}.seo-benefits-bar li{padding:10px!important;font-size:.75rem!important}.seo-feature-box h3{font-size:1rem!important}.seo-feature-box p{font-size:.8rem!important}.product-card-footer,.card-footer{border-top:1px solid #0000000d!important;margin-top:auto!important;padding-top:8px!important}.get-quote,.btn-view,.premium-card .btn{padding:5px 0!important;font-size:.75rem!important;font-weight:700!important}.top-products,.luxury-section,.premium-products{padding:30px 0!important}.section-title h2{margin-bottom:20px!important;font-size:1.5rem!important}}footer{color:#fff;background:#1a110c;border-top:1px solid #d4af3726;padding:80px 0 40px;font-family:Inter,sans-serif}.footer-container{max-width:1400px;margin:0 auto;padding:0 30px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:60px;margin-bottom:60px;display:grid}.footer-brand .footer-logo img{width:auto;height:60px;margin-bottom:25px}.footer-about{color:#ffffffb3;margin-bottom:30px;font-size:.95rem;line-height:1.7}.footer-title{color:var(--gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:30px;font-family:Sora,sans-serif;font-size:1.15rem;font-weight:700}.footer-col ul{padding:0;list-style:none}.footer-col ul li{margin-bottom:14px}.footer-col ul li a{color:#fff9;font-size:.95rem;transition:all .3s;display:inline-block}.footer-col ul li a:hover{color:var(--gold-light);transform:translate(8px)}.payment-methods{margin-top:20px}.payment-methods .icons{color:#fff6;gap:15px;font-size:1.5rem;display:flex}.footer-divider{border:0;border-top:1px solid #ffffff14;margin-bottom:40px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;display:flex}.contact-info{font-style:normal}.contact-info p{color:#fffc;align-items:center;gap:10px;margin-bottom:10px;font-size:.95rem;display:flex}.contact-info i{color:var(--gold)}.trust-icons{gap:40px;display:flex}.trust-icon-item{color:#fff9;text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.trust-icon-item i{color:var(--gold);font-size:1.8rem}.trust-icon-item .icon-label{text-transform:uppercase;font-size:.75rem;font-weight:600}.copyright{text-align:center;color:#fff6;margin-top:60px;font-size:.85rem}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:600px){footer{padding:60px 0 30px}.footer-grid{text-align:center;grid-template-columns:1fr;gap:40px}.footer-col ul li a:hover{transform:none}.payment-methods .icons{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}.trust-icons{flex-wrap:wrap;justify-content:center;gap:20px}.contact-info p{justify-content:center}}.form-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-feedback{border-radius:var(--radius-sm);border:1px solid #0000;margin:0 0 1rem;padding:.95rem 1rem;font-size:.95rem;line-height:1.6;display:none}.form-feedback.is-success,.form-feedback.is-error{display:block}.form-feedback.is-success{color:#0c4f2f;background:#e7f6ee;border-color:#a8d9be}.form-feedback.is-error{color:#7a1f1f;background:#fdeeee;border-color:#efb4b4}.form-feedback-card{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding:1.5rem;display:flex}.form-feedback-card i{color:var(--gold);font-size:2rem}.form-feedback-card h3{color:var(--text-primary);margin-bottom:.35rem}.form-feedback-card p{color:var(--text-secondary);margin:0}.content-page main{display:block}.page-hero{color:var(--white);background:linear-gradient(135deg,#4a3120eb,#8a6240c7),radial-gradient(circle at 100% 0,#d4a24c2e,#0000 40%);padding:100px 0 70px}.page-kicker{letter-spacing:.08em;text-transform:uppercase;background:#ffffff1f;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.45rem .85rem;font-size:.82rem;font-weight:700;display:inline-flex}.page-hero h1{max-width:760px;margin-bottom:1rem;font-size:clamp(2.2rem,5vw,4rem);line-height:1.1}.page-section{padding:75px 0}.page-section.alt-section{background:var(--cream-light)}.page-intro{max-width:780px;margin-bottom:2rem}.page-intro h2{margin-bottom:.85rem;font-size:clamp(1.8rem,3vw,2.6rem)}.page-intro p{color:var(--text-secondary)}.content-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.content-card,.policy-card,.contact-card,.stats-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #4a312014;padding:1.5rem}.content-card h3,.policy-card h3,.contact-card h3,.stats-card h3{color:var(--text-primary);margin-bottom:.75rem}.content-card p,.policy-card p,.contact-card p,.stats-card p{color:var(--text-secondary)}.content-card i,.contact-card i,.stats-card i{color:var(--gold);margin-bottom:1rem;font-size:1.4rem}.two-column-layout{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);align-items:start;gap:2rem;display:grid}.page-list{gap:.8rem;margin-top:1rem;display:grid}.page-list li{color:var(--text-secondary);padding-left:1.4rem;position:relative}.page-list li:before{content:"";background:var(--gold);border-radius:999px;width:8px;height:8px;position:absolute;top:.7rem;left:0}.policy-stack,.contact-stack{gap:1.25rem;display:grid}.quote-inline-note{color:var(--text-secondary);gap:.28rem;margin-top:1rem;font-size:.92rem;line-height:1.7;display:grid}.quote-inline-note-row{display:block}.quote-inline-note a{color:var(--text-primary);text-underline-offset:.12em;font-weight:600;text-decoration:underline}.form-feedback-note{color:var(--text-secondary);margin-top:.55rem;font-size:.92rem;line-height:1.6}.contact-meta{gap:.8rem;margin-top:1rem;display:grid}.contact-meta a{color:var(--text-primary);font-weight:600}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.stats-card strong{color:var(--text-primary);margin-bottom:.5rem;font-family:Sora,sans-serif;font-size:2rem;display:block}.mini-cta{background:var(--gold);color:var(--brown-dark);border-radius:999px;justify-content:center;align-items:center;gap:.55rem;margin-top:1rem;padding:.85rem 1.1rem;font-weight:700;display:inline-flex}.policy-card+.policy-card{margin-top:1rem}@media (max-width:1024px){.content-grid,.stats-grid{grid-template-columns:1fr 1fr}.two-column-layout{grid-template-columns:1fr}}@media (max-width:767px){.page-hero{padding:80px 0 55px}.page-section{padding:60px 0}.content-grid,.stats-grid{grid-template-columns:1fr}.form-feedback-card{flex-direction:column}}@media (max-width:768px){.premium-hero{padding:92px 0 72px!important}.premium-hero-breadcrumbs{letter-spacing:.02em!important;margin-bottom:14px!important;font-size:.85rem!important}.premium-hero h1{margin-bottom:12px!important;font-size:clamp(2rem,13vw,3rem)!important;line-height:1.08!important}.premium-hero h2{margin-bottom:18px!important;font-size:clamp(1.05rem,4.7vw,1.35rem)!important;line-height:1.4!important}.premium-hero p{max-width:34rem!important;margin-bottom:24px!important;font-size:1rem!important;line-height:1.65!important}.premium-quote-card{padding:28px 20px!important;position:static!important;top:auto!important}.premium-quote-card h3{margin-bottom:1.25rem!important;font-size:1.45rem!important}.silo-section>.container>div[style*="display: flex; justify-content: space-between"]{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.silo-section h2[style*="font-size: 2.2rem"]{font-size:1.9rem!important;line-height:1.15!important}.silo-section p[style*="font-size: 1.1rem"]{font-size:1rem!important;line-height:1.6!important}}@media (max-width:600px){.header{padding:10px 0 6px}.header .item-right{flex:auto;gap:10px;min-width:0}.search-container{flex:auto;max-width:165px}#searchInput{padding:8px 34px 8px 12px;font-size:.9rem}.premium-hero{padding:80px 0 64px!important}.premium-hero h1{font-size:clamp(1.9rem,12vw,2.65rem)!important}.premium-hero h2{font-size:1rem!important}.premium-hero p{font-size:.97rem!important;line-height:1.6!important}.whatsapp-float{width:50px;height:50px;bottom:18px;right:18px}}@media (max-width:420px){.top-contact-info a{font-size:.92rem}.header .logo img{height:50px}.search-container{max-width:150px}.premium-hero{padding:74px 0 58px!important}.premium-hero h1{font-size:clamp(1.75rem,11vw,2.3rem)!important}.premium-hero p,.page-hero p{font-size:.94rem!important}.silo-section{padding:60px 0!important}}.table-scroll{width:100%;max-width:100%}@media (max-width:767px){html,body{overflow-x:hidden}.table-scroll{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;margin:1.5rem 0;display:block;overflow:auto hidden}.table-scroll>table{width:max-content!important;min-width:100%!important;margin:0!important}.table-scroll>table th,.table-scroll>table td{white-space:nowrap}}@media (max-width:360px){.g-recaptcha{transform-origin:0 0;max-width:100%;transform:scale(.92)}}@media (max-width:1062px){.header{padding:10px 0}.header .row{justify-content:space-between;align-items:center;gap:14px}.header .item-left{flex:0 auto;min-width:0}.header .item-right{flex:auto;gap:12px;min-width:0;max-width:240px}.header .logo img{height:82px}.search-container{max-width:190px;margin-left:auto}.header .mobile-menu-trigger{background:var(--cream-light);border:1px solid #4a31201a;border-radius:999px;flex:0 0 42px;width:42px;height:42px}.header .menu{width:min(320px,100%)}}@media (max-width:600px){.topbar{padding:7px 0}.top-contact-info{gap:8px 14px}.header .container{width:92%}.header .row{gap:10px}.header .logo img{height:64px}.header .item-right{flex:0 auto;max-width:none}.search-container{flex:auto;max-width:min(44vw,170px)}#searchInput{min-height:40px}}@media (max-width:420px){.top-contact-info{gap:6px 10px}.header .logo img{height:54px}.search-container{max-width:132px}.header .mobile-menu-trigger{flex-basis:38px;width:38px;height:38px}.header .mobile-menu-trigger span{width:20px}}.page-hero{color:var(--white);background:radial-gradient(circle at 100% 0,#d4a24c47,#0000 34%),linear-gradient(135deg,#2c1e16fa,#4a3120e6);padding:96px 0 72px;position:relative;overflow:hidden}.page-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:center;gap:2rem;display:grid}.page-hero-copy{z-index:1;position:relative}.page-hero h1{max-width:700px;color:var(--gold-light);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.05}.page-hero p{color:#ffffffd6;max-width:700px;font-size:1.05rem;line-height:1.85}.page-hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;display:flex}.page-hero-actions>a{box-sizing:border-box;justify-content:center;align-items:center;min-width:220px;height:56px;padding:0 28px;display:inline-flex}.page-hero-actions .btn-glow{width:auto;margin-top:0}.page-hero-link{color:var(--white);text-transform:uppercase;letter-spacing:1px;transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff2e;border-radius:8px;justify-content:center;align-items:center;font-size:1.15rem;font-weight:600;display:inline-flex}.page-hero-link:hover{background:#ffffff1f;border-color:#ffffff47}.page-hero-highlights{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.page-hero-highlights span{color:#ffffffe6;background:#ffffff17;border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:.55rem .85rem;font-size:.88rem;font-weight:600;display:inline-flex}.page-hero-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:24px;padding:1.75rem;position:relative;box-shadow:0 18px 48px #140e0940}.page-hero-card-label{color:#fffc;letter-spacing:.08em;text-transform:uppercase;background:#ffffff1a;border-radius:999px;margin-bottom:1rem;padding:.4rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.page-hero-card strong{color:var(--gold-light);margin-bottom:.4rem;font-family:Sora,sans-serif;font-size:clamp(2.6rem,8vw,4.4rem);line-height:1;display:block}.page-hero-card h2{color:var(--white);margin-bottom:.75rem;font-size:1.3rem}.page-hero-card p{color:#fffc;margin:0;line-height:1.75}@media (max-width:1024px){.page-hero-grid{grid-template-columns:1fr}.page-hero-card{max-width:560px}}@media (max-width:767px){.page-hero{padding:84px 0 56px}.page-hero-actions{flex-direction:column;align-items:stretch}.page-hero-actions .btn-glow,.page-hero-link{width:100%}}@media (max-width:480px){.page-hero-card{padding:1.4rem}.page-hero-card strong{font-size:2.4rem}}.quote-page-section{padding-top:70px}.quote-page-layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start;gap:2rem;display:grid}.quote-page-copy{gap:1.35rem;display:grid}.quote-process-list{gap:1rem;display:grid}.quote-process-card{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid #4a312014;border-radius:22px;align-items:flex-start;gap:1rem;padding:1.35rem;display:flex}.quote-process-step{width:48px;height:48px;color:var(--gold);background:#d4a24c29;border-radius:16px;flex:0 0 48px;justify-content:center;align-items:center;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700;display:inline-flex}.quote-process-card h3{color:var(--text-primary);margin-bottom:.4rem}.quote-process-card p{color:var(--text-secondary);margin:0}.quote-support-card{color:var(--white);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#4a3120fa,#8a6240e6);border-radius:24px;padding:1.5rem}.quote-support-eyebrow{color:#ffffffd1;letter-spacing:.08em;text-transform:uppercase;background:#ffffff1a;border-radius:999px;margin-bottom:.85rem;padding:.45rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.quote-support-card h3{color:var(--white);margin-bottom:.65rem}.quote-support-card p{color:#fffc}.quote-support-links{flex-wrap:wrap;gap:.85rem;margin-top:1rem;display:flex}.quote-support-links a{color:var(--white);background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1rem;font-weight:600;display:inline-flex}.quote-form-panel{background:var(--white);box-shadow:var(--shadow-md);border:1px solid #4a312014;border-radius:28px;padding:1.75rem}.quote-form-panel-head{margin-bottom:1.35rem}.quote-form-panel-eyebrow{background:var(--cream);color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-bottom:.8rem;padding:.45rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.quote-form-panel-head h3{margin-bottom:.55rem;font-size:clamp(1.7rem,3vw,2.35rem)}.quote-form-panel-head p{color:var(--text-secondary)}.content-page .quote-form-panel .custom-packaging-form{box-shadow:none;background:0 0;padding:0}.content-page .quote-form-panel .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:0!important}.content-page .quote-form-panel .form-group--stacked .premium-input{margin-top:10px;margin-bottom:0}.content-page .quote-form-panel .form-group input,.content-page .quote-form-panel .form-group select,.content-page .quote-form-panel .form-group textarea{background:var(--off-white)}@media (max-width:1024px){.quote-page-layout{grid-template-columns:1fr}.quote-form-panel{order:-1}}@media (max-width:767px){.quote-page-section{padding-top:56px}.quote-process-card{flex-direction:column}.quote-form-panel{padding:1.3rem}.quote-support-links{flex-direction:column}.content-page .quote-form-panel .form-grid{gap:.85rem;grid-template-columns:1fr!important}}.category-hero{color:var(--white);background:radial-gradient(circle at 100% 0,#d4a24c38,#0000 32%),linear-gradient(135deg,#2c1e16fa,#4a3120e0);padding:88px 0 72px;position:relative;overflow:hidden}.category-hero-shell{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:clamp(2rem,4vw,4rem);display:grid}.category-hero-copy{max-width:680px}.category-hero-kicker{color:#ffffffd9;letter-spacing:.08em;text-transform:uppercase;background:#ffffff14;border-radius:999px;align-items:center;padding:.5rem .95rem;font-size:.84rem;font-weight:700;display:inline-flex}.category-hero h1{color:var(--gold);margin:1rem 0;font-size:clamp(2.6rem,6vw,5rem);line-height:.98}.category-hero p{color:#ffffffd6;max-width:38rem;font-size:1.06rem;line-height:1.8}.category-hero-highlights{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.category-hero-highlights span{color:#ffffffe6;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:.6rem .9rem;font-size:.9rem;font-weight:600;display:inline-flex}.category-hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.8rem;display:flex}.category-hero-primary.btn-glow{justify-content:center;align-items:center;width:auto;min-width:220px;padding:16px 28px;display:inline-flex}.category-hero-secondary{min-width:220px;color:var(--white);transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;padding:16px 24px;font-weight:600;display:inline-flex}.category-hero-secondary:hover{background:#ffffff1f;border-color:#ffffff42}.category-hero-visual{justify-items:end;gap:1rem;display:grid}.category-hero-image-card{background:linear-gradient(#ffffff1f,#ffffff0d);border:1px solid #ffffff1f;border-radius:32px;width:min(100%,430px);padding:18px;box-shadow:0 22px 50px #130c0852}.category-hero-image-card img{aspect-ratio:1;object-fit:contain;background:#fffffffa;border-radius:24px;width:100%;padding:12px;display:block}.category-hero-note{background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;width:min(100%,360px);padding:1rem 1.1rem}.category-hero-note strong{color:var(--white);margin-bottom:.35rem;font-size:1rem;display:block}.category-hero-note span{color:#ffffffc7;font-size:.95rem;line-height:1.65}@media (max-width:1280px){.category-hero-shell{grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);gap:2rem}.category-hero h1{font-size:clamp(2.4rem,5vw,4.2rem)}.category-hero-image-card{width:min(100%,390px)}}@media (max-width:1140px){.category-hero-shell{grid-template-columns:1fr}.category-hero-visual{justify-items:start}.category-hero-image-card,.category-hero-note{width:min(100%,560px)}}@media (max-width:767px){.product-card-overlay{opacity:0!important;visibility:hidden!important;display:none!important}.material-table-section .container>div{padding:28px 18px!important}.material-table-section h2{margin-bottom:24px!important;font-size:clamp(1.8rem,8vw,2.4rem)!important;line-height:1.18!important}.material-table-section .container>div>div[style*=overflow-x\:auto]{overflow:visible!important}.material-table-section table{display:block;width:100%!important;min-width:0!important}.material-table-section thead{display:none}.material-table-section tbody{gap:14px;display:grid}.material-table-section tr{background:#fff;border:1px solid #d4af372e;border-radius:12px;gap:0;display:grid;overflow:hidden}.material-table-section td{font-size:.98rem;line-height:1.45;display:block;white-space:normal!important;border:0!important;padding:12px 16px!important}.material-table-section td+td{border-top:1px solid #f0ece6!important}.material-table-section td:before{letter-spacing:.06em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:4px;font-size:.78rem;font-weight:700;display:block}.material-table-section td:first-child:before{content:"Material Type"}.material-table-section td:nth-child(2):before{content:"Durability"}.material-table-section td:nth-child(3):before{content:"Eco-Friendly"}.material-table-section td:nth-child(4):before{content:"Recommended Use"}.material-table-section .container>div>div[style*="grid-template-columns: repeat(3, 1fr)"]{grid-template-columns:1fr!important;gap:18px!important;margin-top:36px!important}.cms-value-props-grid{grid-template-columns:1fr!important;gap:22px!important}.cms-value-prop-card h4{font-size:1.5rem}.cms-value-prop-card p{font-size:1.05rem}.category-hero{padding:72px 0 56px}.category-hero-shell{gap:1.5rem}.category-hero h1{font-size:clamp(2.2rem,12vw,3.4rem)}.category-hero p{font-size:1rem;line-height:1.7}.category-hero-actions{flex-direction:column;align-items:stretch}.category-hero-primary.btn-glow,.category-hero-secondary{width:100%;min-width:0}.category-hero-image-card{border-radius:24px;padding:14px}.category-hero-image-card img{aspect-ratio:4/3;border-radius:18px}}.dynamic-product-hero{background:radial-gradient(circle at 0 0,#d4af372e,#0000 35%),linear-gradient(#fff9f1 0%,#f6ede1 100%);padding:72px 0 42px}.dynamic-product-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:34px;display:grid}.dynamic-product-gallery,.dynamic-product-copy,.dynamic-product-panel{background:#ffffffe0;border:1px solid #d4af3724;border-radius:28px;box-shadow:0 22px 48px #2c1e161a}.dynamic-product-gallery,.dynamic-product-copy{padding:22px}.dynamic-product-main-frame{background:linear-gradient(#fffaf4,#f6ede1);border-radius:22px;place-items:center;min-height:420px;display:grid;overflow:hidden}.dynamic-product-main-frame img{object-fit:cover;width:100%;height:100%}.dynamic-product-thumbs{grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:12px;margin-top:14px;display:grid}.dynamic-thumb{cursor:pointer;background:#fff;border:1px solid #8a62402e;border-radius:16px;padding:0;overflow:hidden}.dynamic-thumb.is-active{outline:2px solid #d4af37}.dynamic-thumb img{object-fit:cover;width:100%;height:88px}.cms-static-gallery-thumbs{grid-template-columns:repeat(auto-fit,minmax(78px,1fr));gap:12px;margin-top:16px;display:grid}.cms-static-gallery-thumb{cursor:pointer;background:#fff;border:1px solid #8a62402e;border-radius:14px;padding:0;transition:transform .25s,border-color .25s,box-shadow .25s;overflow:hidden}.cms-static-gallery-thumb:hover{border-color:#d4af37b3;transform:translateY(-2px);box-shadow:0 10px 24px #2c1e161f}.cms-static-gallery-thumb.is-active{outline:2px solid #d4af37}.cms-static-gallery-thumb img{object-fit:cover;width:100%;height:82px;display:block}.cms-value-props-grid{text-align:center;align-items:stretch;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:30px!important;display:grid!important}.cms-value-prop-card{flex-direction:column;justify-content:flex-start;align-items:center;min-width:0;padding:8px 6px;display:flex}.cms-value-prop-card i{color:var(--gold);margin-bottom:15px;font-size:2.5rem}.cms-value-prop-card h4{color:var(--brown-dark);margin:0 0 10px;font-size:1.9rem;line-height:1.2}.cms-value-prop-card p{color:#666;max-width:24ch;margin:0;font-size:1.3rem;line-height:1.5}.dynamic-product-copy h1{color:#2c1e16;margin:10px 0 14px;font-size:clamp(2.1rem,4vw,3.5rem);line-height:1.05}.dynamic-product-summary{color:#6a5241;font-size:1.05rem;line-height:1.8}.dynamic-product-actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.dynamic-secondary-link{color:#4a3120;background:#ffffffc7;border:1px solid #4a312024;border-radius:999px;justify-content:center;align-items:center;padding:14px 18px;display:inline-flex}.dynamic-product-bullets{gap:12px;margin-top:22px;display:grid}.dynamic-product-bullets div{color:#4a3120;align-items:center;gap:10px;display:flex}.dynamic-product-bullets i{color:#caa25f}.dynamic-product-body,.dynamic-product-quote-block{padding:34px 0 64px}.dynamic-product-body-grid,.dynamic-quote-layout{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.dynamic-product-panel{padding:24px}.dynamic-product-panel h2{color:#2c1e16;margin:8px 0 14px}.dynamic-product-panel p{color:#654f40;line-height:1.8}.dynamic-spec-list{gap:12px;display:grid}.dynamic-spec-list div{border-bottom:1px solid #4a312014;justify-content:space-between;gap:12px;padding-bottom:12px;display:flex}.dynamic-spec-list div:last-child{border-bottom:0;padding-bottom:0}.dynamic-spec-list strong{color:#2c1e16}@media (max-width:991px){.dynamic-product-grid,.dynamic-product-body-grid,.dynamic-quote-layout{grid-template-columns:1fr}.dynamic-product-main-frame{min-height:300px}}@media (max-width:640px){.dynamic-product-hero{padding-top:40px}.dynamic-product-copy,.dynamic-product-gallery,.dynamic-product-panel{border-radius:22px;padding:18px}.dynamic-product-actions{flex-direction:column}.dynamic-secondary-link,.dynamic-product-actions .nav-cta{width:100%}}@media (hover:none),(pointer:coarse){.product-card-overlay{opacity:0!important;pointer-events:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;display:none!important}.product-card:hover,.catalog-card:hover,.acc-slide-card:hover,.luxury-card:hover,.premium-card:hover,.mc-card:hover,.silo-card:hover,.premium-feature-card:hover,.premium-quote-card:hover,.inline-usp-card:hover,.advantage-card:hover,.why-us-feature-box:hover,.process-card:hover{transform:none!important}.product-card:hover .product-card-img img,.catalog-card:hover .catalog-card-img img,.acc-slide-card:hover .acc-slide-img img,.luxury-card:hover .luxury-card-img,.mc-card:hover .mc-placeholder,.luxury-card:hover h3,.premium-feature-card:hover i,.advantage-card:hover .advantage-icon,.why-us-feature-box:hover i,.inline-usp-card:hover i,.process-card:hover i{filter:none!important;transform:none!important}.product-card:hover .get-quote{gap:8px!important}.catalog-card:hover .catalog-arrow,.acc-slide-card:hover .acc-arrow{background:var(--cream)!important;color:var(--gold)!important}.product-card,.catalog-card,.acc-slide-card,.luxury-card,.silo-card{-webkit-tap-highlight-color:#2c1e1614}}footer.site-footer{background:radial-gradient(circle at 0 0,#d4af3724,#0000 32%),linear-gradient(#20140d 0%,#140c08 100%);position:relative}footer.site-footer .footer-container{max-width:1440px;padding:0 24px}footer.site-footer .footer-grid{grid-template-columns:minmax(0,1.7fr) repeat(3,minmax(0,1fr));align-items:stretch;gap:26px;margin-bottom:34px}footer.site-footer .footer-brand,footer.site-footer .footer-col{background:linear-gradient(#ffffff0b 0%,#ffffff05 100%);border:1px solid #d4af3729;border-radius:28px;min-width:0;padding:28px 24px;position:relative;overflow:hidden;box-shadow:0 22px 50px #0000002e}footer.site-footer .footer-brand:after{content:"";pointer-events:none;background:radial-gradient(circle,#d4af371f,#0000 70%);width:180px;height:180px;position:absolute;inset:auto -40px -60px auto}footer.site-footer .footer-brand .footer-logo{background:#ffffff0d;border:1px solid #d4af372e;border-radius:22px;justify-content:center;align-items:center;margin-bottom:18px;padding:14px 18px;display:inline-flex}footer.site-footer .footer-brand .footer-logo img,footer.site-footer .footer-logo img{object-fit:contain;width:auto;max-width:min(240px,100%);height:92px;margin-bottom:0}footer.site-footer .footer-about{color:#ffffffc7;max-width:34ch;margin-bottom:24px;font-size:.98rem;line-height:1.8}footer.site-footer .footer-title{letter-spacing:1.6px;margin-bottom:18px;font-size:.95rem}footer.site-footer .footer-col ul{gap:10px;display:grid}footer.site-footer .footer-col ul li{margin-bottom:0}footer.site-footer .footer-col ul li a{color:#ffffffbd;align-items:center;gap:10px;font-size:.94rem;line-height:1.45;display:inline-flex}footer.site-footer .footer-col ul li a:before{content:"";background:#d4af37cc;border-radius:999px;flex:0 0 6px;width:6px;height:6px}footer.site-footer .footer-col ul li a:hover{color:#fff1bf;transform:translate(4px)}footer.site-footer .payment-methods .icons i{color:#ffffffc7;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}footer.site-footer .footer-cta-wrapper .nav-cta{text-align:center;justify-content:center;width:100%;border-radius:18px!important;padding:14px 18px!important}footer.site-footer .footer-divider{border-top-color:#ffffff17;margin:0 0 24px}footer.site-footer .footer-bottom{background:#ffffff09;border:1px solid #d4af371f;border-radius:26px;gap:20px 28px;padding:22px 24px}footer.site-footer .contact-info{gap:12px;display:grid}footer.site-footer .contact-info p{margin-bottom:0}footer.site-footer .contact-info a{color:#ffffffeb}footer.site-footer .trust-icons{flex-wrap:wrap;justify-content:flex-end;gap:12px}footer.site-footer .trust-icon-item{background:#ffffff0a;border:1px solid #ffffff12;border-radius:18px;min-width:126px;padding:12px 14px}footer.site-footer .copyright{color:#ffffff8f;margin-top:26px}@media (max-width:1024px){footer.site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}footer.site-footer .footer-brand{grid-column:1/-1}footer.site-footer .trust-icons{justify-content:flex-start}}@media (max-width:767px){footer.site-footer{padding:52px 0 28px}footer.site-footer .footer-container{padding:0 16px}footer.site-footer .footer-grid{grid-template-columns:1fr;gap:16px;margin-bottom:20px}footer.site-footer .footer-brand,footer.site-footer .footer-col{border-radius:22px;padding:22px 18px}footer.site-footer .footer-brand .footer-logo{margin-bottom:16px;padding:12px 14px}footer.site-footer .footer-brand .footer-logo img,footer.site-footer .footer-logo img{height:78px}footer.site-footer .footer-about{max-width:none;font-size:.92rem;line-height:1.7}footer.site-footer .payment-methods .icons{justify-content:flex-start}footer.site-footer .footer-col ul li a:hover{transform:none}footer.site-footer .footer-bottom{text-align:left;border-radius:20px;flex-direction:column;align-items:stretch;padding:18px 16px}footer.site-footer .contact-info{width:100%}footer.site-footer .trust-icons{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:10px;width:100%;display:grid}footer.site-footer .trust-icon-item{width:100%;min-width:0}main .catalog-grid,main .product-grid,main .featured-product-grid,main .luxury-grid,main .silo-grid,main .more-categories-grid,main .search-grid,main .seo-grid,main #listingGrid,main #productContainer{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:14px!important;width:100%!important;padding:0!important;display:grid!important}main .catalog-grid>*,main .product-grid>*,main .featured-product-grid>*,main .luxury-grid>*,main .silo-grid>*,main .more-categories-grid>*,main .search-grid>*,main .seo-grid>*,main #listingGrid>*,main #productContainer>*{min-width:0}main .catalog-card,main .product-card,main .luxury-card,main .silo-card{height:100%}main .catalog-card-img,main .product-card-img,main .silo-img,main .luxury-card-img{height:146px!important}main .catalog-card-body,main .product-card-body{padding:14px 12px!important}main .silo-content,main .luxury-card-content{padding:12px!important}main .catalog-card h3,main .product-card h3,main .silo-content h3,main .luxury-card-content h3{word-break:break-word;font-size:.96rem!important;line-height:1.3!important}main .catalog-card p,main .product-card p,main .silo-content p{font-size:.82rem!important;line-height:1.45!important}main .product-category,main .catalog-product-count,main .get-quote,main .catalog-arrow,main .silo-content div[style*=Customize]{letter-spacing:.08em!important;font-size:.72rem!important}}@media (max-width:420px){main .catalog-card-img,main .product-card-img,main .silo-img,main .luxury-card-img{height:132px!important}main .catalog-card h3,main .product-card h3,main .silo-content h3,main .luxury-card-content h3{font-size:.9rem!important}}.header{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #d4af371a;background:#fffffff5!important;box-shadow:0 4px 20px #0000000d!important}.hero-center h1{letter-spacing:-.5px;font-size:clamp(1.5rem,7vw,3rem)!important}@media (max-width:768px){.hero-center h1{font-size:clamp(1.4rem,8vw,2rem)!important}.hero-desc{font-size:1rem!important}}@media (max-width:480px){.search-container{max-width:120px!important}.header .logo img{height:48px!important}.mobile-menu-trigger{font-size:22px!important}}@media (max-width:600px){.footer-main-grid{grid-template-columns:1fr!important;gap:40px!important}.footer-section h4{margin-bottom:15px!important}}@media (max-width:768px){.top-contact-info{justify-content:center!important;gap:15px!important;padding:0 15px!important}.top-announcement{display:none!important}}@media (max-width:480px){.header .item-right{gap:8px!important}#searchInput{padding:8px 10px!important;font-size:13px!important}}footer.site-footer .footer-grid{grid-template-columns:minmax(0,1.7fr) repeat(4,minmax(0,1fr))}footer.site-footer .footer-contact-list{gap:12px}footer.site-footer .footer-contact-list .footer-contact-item{background:#ffffff0a;border:1px solid #ffffff12;border-radius:16px;align-items:center;gap:12px;margin:0;padding:12px 14px;display:flex}footer.site-footer .footer-contact-list .footer-contact-item i{color:#d4af37;flex:none;font-size:.95rem}footer.site-footer .footer-contact-list .footer-contact-item a{color:#ffffffeb;word-break:break-word;text-decoration:none}footer.site-footer .footer-bottom{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:center;display:grid}footer.site-footer .copyright{margin-top:0;line-height:1.7}@media (max-width:1280px){footer.site-footer .footer-grid{grid-template-columns:minmax(0,1.45fr) repeat(4,minmax(0,1fr))}}@media (max-width:1024px){footer.site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}footer.site-footer .footer-brand,footer.site-footer .footer-contact-col{grid-column:1/-1}footer.site-footer .footer-bottom{grid-template-columns:1fr}}@media (max-width:767px){footer.site-footer .footer-grid{grid-template-columns:1fr}footer.site-footer .footer-brand,footer.site-footer .footer-contact-col{grid-column:auto}footer.site-footer .footer-contact-list .footer-contact-item{border-radius:14px;padding:11px 12px}footer.site-footer .footer-bottom{grid-template-columns:1fr;gap:16px}footer.site-footer .trust-icons{grid-template-columns:1fr}}:root{--footer-bg:#1a110a;--footer-bg-soft:#ffffff0a;--footer-bg-card:#ffffff08;--footer-text:#ffffffbd;--footer-heading:#fff;--footer-accent:#d4af37;--footer-border:#ffffff14;--footer-shadow:0 18px 40px #0000002e}footer.site-footer{color:var(--footer-text);background:radial-gradient(circle at 0 0,#d4af371f,#0000 28%),linear-gradient(#20140d 0%,#140c08 100%);padding:78px 0 36px;position:relative;overflow:hidden}footer.site-footer .footer-top-accent{background:linear-gradient(90deg, transparent, var(--footer-accent), transparent);width:100%;height:4px;position:absolute;top:0;left:0}footer.site-footer .footer-container{max-width:1380px;margin:0 auto;padding:0 22px}footer.site-footer .footer-grid.footer-main-grid{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:38px 42px;margin-bottom:40px;display:flex}footer.site-footer .footer-section{padding:10px 6px;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}footer.site-footer .footer-brand{flex:330px;max-width:330px}footer.site-footer .footer-col{flex:0 210px;min-width:190px}footer.site-footer .footer-stack-col{flex-direction:column;gap:24px;min-width:210px;display:flex}footer.site-footer .footer-contact-col{flex:290px;max-width:320px}footer.site-footer .footer-stack-block{flex-direction:column;display:flex}footer.site-footer .footer-stack-subgroup{padding-top:2px}footer.site-footer .footer-brand:after{display:none}footer.site-footer .footer-logo{justify-content:flex-start;align-items:center;margin-bottom:16px;padding:0;display:inline-flex;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}footer.site-footer .footer-logo img{object-fit:contain;width:auto;max-width:min(240px,100%);height:66px}footer.site-footer .footer-about{color:#fffc;margin:0 0 22px;font-size:.96rem;line-height:1.8}footer.site-footer .footer-title{color:var(--footer-heading);letter-spacing:1.4px;text-transform:uppercase;margin:0 0 18px;font-family:Sora,sans-serif;font-size:.9rem;font-weight:700;display:inline-block;position:relative}footer.site-footer .footer-title:after{content:"";background:var(--footer-accent);width:24px;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}footer.site-footer .footer-section:hover .footer-title:after{width:40px}footer.site-footer .footer-links{gap:11px;margin:0;padding:0;list-style:none;display:grid}footer.site-footer .footer-links li{margin:0}footer.site-footer .footer-links a{color:var(--footer-text);align-items:center;gap:10px;font-size:.92rem;line-height:1.45;text-decoration:none;transition:color .25s,transform .25s;display:inline-flex}footer.site-footer .footer-links a:before{content:"";background:#d4af37cc;border-radius:999px;flex:0 0 6px;width:6px;height:6px}footer.site-footer .footer-links a:hover{color:var(--footer-accent);transform:translate(6px)}footer.site-footer .payment-methods{margin-top:10px}footer.site-footer .payment-methods .icons{flex-wrap:wrap;gap:10px;display:flex}footer.site-footer .payment-methods .icons i{color:#ffffffd1;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:.95rem;display:inline-flex}footer.site-footer .footer-contact-col{flex-direction:column;gap:16px;display:flex}footer.site-footer .footer-contact-copy{color:#fffc;margin:0;font-size:.92rem;line-height:1.72}footer.site-footer .footer-cta-wrapper{margin-top:4px}footer.site-footer .footer-cta-wrapper .nav-cta{text-align:center;border-radius:18px;justify-content:center;width:100%;padding:14px 18px}footer.site-footer .footer-contact-list{gap:12px;display:grid}footer.site-footer .footer-contact-item{align-items:center;gap:12px;margin:0;padding:10px 0;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;border-bottom:1px solid #ffffff0d!important;border-radius:0!important}footer.site-footer .footer-contact-item:last-child{border-bottom:none}footer.site-footer .footer-contact-item i{color:var(--footer-accent);flex:none;font-size:.96rem}footer.site-footer .footer-contact-item a{color:#ffffffeb;word-break:break-word;text-decoration:none;transition:color .3s}footer.site-footer .footer-contact-item a:hover{color:var(--footer-accent)}footer.site-footer .footer-divider{border-top:1px solid #ffffff17;margin:0 0 18px}footer.site-footer .footer-bottom{background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:16px 24px;padding:8px 2px 0;display:flex}footer.site-footer .footer-meta-stack{min-width:0}footer.site-footer .copyright{color:#ffffff94;font-size:.84rem;line-height:1.7}footer.site-footer .trust-icons{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}footer.site-footer .trust-icon-item{justify-content:center;align-items:center;gap:8px;min-width:0;padding:10px 12px;display:inline-flex;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}footer.site-footer .trust-icon-item i{color:var(--footer-accent)}footer.site-footer .trust-icon-item .icon-label{color:#ffffffe6;font-size:.8rem;font-weight:600;line-height:1.35}@media (max-width:1280px){footer.site-footer .footer-grid.footer-main-grid{gap:30px 26px}}@media (max-width:1024px){footer.site-footer{padding:62px 0 30px}footer.site-footer .footer-section,footer.site-footer .footer-brand,footer.site-footer .footer-contact-col{padding:0}footer.site-footer .footer-bottom{flex-direction:column;align-items:flex-start;padding-top:4px}footer.site-footer .footer-brand,footer.site-footer .footer-contact-col{max-width:none}footer.site-footer .trust-icons{justify-content:flex-start}}@media (max-width:767px){footer.site-footer .footer-container{padding:0 16px}footer.site-footer .footer-grid.footer-main-grid{flex-direction:column;gap:30px;margin-bottom:25px}footer.site-footer .footer-section{padding:0;background:0 0!important;border:none!important}footer.site-footer .footer-brand,footer.site-footer .footer-contact-col,footer.site-footer .footer-stack-col{background:0 0;border:none;border-radius:0;max-width:none;padding:0}footer.site-footer .footer-logo img{height:60px}footer.site-footer .footer-about,footer.site-footer .footer-contact-copy{font-size:.92rem;line-height:1.72}footer.site-footer .footer-links a:hover{transform:none}footer.site-footer .footer-bottom{gap:16px;padding:4px 0 0}footer.site-footer .trust-icons{grid-template-columns:1fr;width:100%;display:grid}footer.site-footer .trust-icon-item{width:100%;min-width:0}}footer.site-footer .footer-logo{align-items:flex-start}footer.site-footer .footer-logo img{object-fit:contain;width:auto;max-width:min(320px,100%);height:auto;max-height:82px}footer.site-footer .footer-stack-col .footer-stack-block+.footer-stack-block{margin-top:12px}@media (max-width:1062px){.header .item-left{flex:auto}.header .item-right{flex:none;gap:10px}.header .menu{width:min(88vw,360px);box-shadow:16px 0 42px #2c1e1629}.header .menu .mobile-menu-head{height:58px}.header .menu .mobile-menu-head .go-back,.header .menu .mobile-menu-head .mobile-menu-close{width:58px;height:58px;line-height:58px}.header .menu .mobile-menu-head .current-menu-title{white-space:nowrap;text-overflow:ellipsis;flex:auto;padding:0 12px;overflow:hidden}.header .menu .menu-main{height:calc(100dvh - 58px);padding-bottom:84px}.header .menu>ul>li>a{align-items:center;height:auto;min-height:56px;padding:0 52px 0 18px;font-size:.98rem;display:flex}.header .menu>ul>li>a i{width:46px;height:56px;line-height:56px}.header .menu>ul>li .sub-menu.mega-menu,.header .menu>ul>li .sub-menu{background:var(--white);padding:58px 0 24px}.header .menu>ul>li .sub-menu .list-item{border-bottom:1px solid #3c241514;padding:0 18px 16px}.header .menu>ul>li .sub-menu .list-item:last-child{border-bottom:0}.header .menu>ul>li .sub-menu .mega-menu-silo-link{align-items:center;min-height:46px;font-size:.95rem;display:flex}.header .menu>ul>li .sub-menu .list-item ul{padding-top:6px;display:block}.header .menu>ul>li .sub-menu .list-item li a{border-bottom:1px solid #3c241514;padding:10px 0;font-size:.93rem;line-height:1.45;display:block}.header .menu>ul>li .sub-menu .list-item li:last-child a{border-bottom:0}}@media (max-width:767px){.topbar{padding:8px 0}.top-contact-info{gap:8px 14px!important}.top-contact-info a,.top-announcement{font-size:.78rem}.header{padding:10px 0 6px}.header .logo img{height:54px!important}.search-container{display:none!important}main div[style*=overflow-x\:auto]{overflow:visible!important}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"]{display:block;table-layout:auto!important;width:100%!important;min-width:0!important}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"] thead{display:none}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"] tbody{gap:14px;display:grid}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"] tr{background:#fff;border:1px solid #d4af372e;border-radius:14px;gap:0;display:grid;overflow:hidden}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"] td{font-size:.98rem;line-height:1.45;display:block;white-space:normal!important;border:0!important;padding:12px 16px!important}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"] td+td{border-top:1px solid #f0ece6!important}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"] td:before{letter-spacing:.06em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:4px;font-size:.78rem;font-weight:700;display:block}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"] td:first-child:before{content:"Material Type"}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"] td:nth-child(2):before{content:"Durability"}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"] td:nth-child(3):before{content:"Eco-Friendly"}main div[style*=overflow-x\:auto]>table[style*="min-width: 600px"] td:nth-child(4):before{content:"Recommended Use"}main div[style*="margin-top: 80px; display:grid; grid-template-columns: repeat(3, 1fr); gap:30px;"],main .container[style*="margin-top: 80px; display:grid; grid-template-columns: repeat(3, 1fr); gap:30px;"]{grid-template-columns:1fr!important;gap:18px!important;margin-top:36px!important;display:grid!important}.header{z-index:1300!important}.mobile-search-trigger,.header .mobile-menu-trigger{background:#fff!important;border:1px solid #3c24151f!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;padding:0!important;display:inline-flex!important;box-shadow:0 8px 24px #2c1e1614!important}.header .item-right{flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;max-width:none!important;display:flex!important;position:relative!important}.header .mobile-menu-trigger{margin-left:0!important}.header .mobile-menu-trigger span{width:18px!important;height:2px!important}.header .mobile-menu-trigger span:before{top:-6px!important}.header .mobile-menu-trigger span:after{top:6px!important}.search-container{max-width:none!important;display:none!important}.header.mobile-search-active .search-container{z-index:1405!important;background:#fff!important;border:1px solid #3c24151f!important;border-radius:18px!important;width:min(280px,100vw - 32px)!important;padding:10px!important;display:block!important;position:absolute!important;top:calc(100% + 10px)!important;right:0!important;box-shadow:0 16px 30px #2c1e161f!important}.header.mobile-search-active #searchInput{border-radius:14px!important;min-height:44px!important;padding-right:42px!important}.header.mobile-search-active .search-icon{font-size:1rem!important;right:24px!important}.menu-overlay{-webkit-backdrop-filter:blur(2px);z-index:1390!important;background:#140c0894!important;transition:opacity .3s,visibility .3s!important;inset:0!important}.header .menu{z-index:1400!important;background:#fff!important;width:min(88vw,360px)!important;max-width:360px!important;height:100dvh!important;transition:transform .34s,box-shadow .34s!important;position:fixed!important;inset:0 auto 0 0!important;overflow:hidden!important;transform:translate(-104%)!important;box-shadow:22px 0 48px #140c082e!important}.header .menu.active{transform:translate(0)!important}.header .menu .mobile-menu-head{z-index:3!important;background:#fff!important;justify-content:space-between!important;align-items:center!important;height:56px!important;display:flex!important;position:relative!important}.header .menu .mobile-menu-head .go-back,.header .menu .mobile-menu-head .mobile-menu-close{width:56px!important;height:56px!important;color:var(--text-primary)!important;background:#fff!important;justify-content:center!important;align-items:center!important;line-height:1!important;display:flex!important}.header .menu .mobile-menu-head .current-menu-title{white-space:nowrap!important;text-overflow:ellipsis!important;flex:auto!important;padding:0 10px!important;font-size:.92rem!important;overflow:hidden!important}.header .menu .menu-main{background:#fff!important;height:calc(100dvh - 56px)!important;position:relative!important;overflow:hidden auto!important}.header .menu>ul>li{position:static!important}.header .menu>ul>li>a{background:#fff!important;align-items:center!important;min-height:54px!important;padding:0 48px 0 18px!important;display:flex!important;position:relative!important}.header .menu>ul>li>a i{width:46px!important;height:54px!important;line-height:54px!important}.header .menu>ul>li .sub-menu.mega-menu,.header .menu>ul>li .sub-menu{visibility:hidden!important;opacity:0!important;pointer-events:none!important;z-index:2!important;background:#fff!important;width:100%!important;height:calc(100dvh - 56px)!important;min-height:calc(100dvh - 56px)!important;margin:0!important;padding:0 0 24px!important;transition:transform .28s,opacity .28s,visibility 0s linear .28s!important;display:block!important;position:absolute!important;top:56px!important;left:0!important;overflow-y:auto!important;transform:translate(18px)!important}.header .menu>ul>li .sub-menu.active{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transition-delay:0s!important;transform:translate(0)!important}.header .menu>ul>li .sub-menu .list-item{background:#fff!important;border-bottom:1px solid #3c241514!important;padding:0 18px 16px!important}.header .menu>ul>li .sub-menu .list-item:last-child{border-bottom:0!important}body.menu-open .header .mobile-menu-trigger,body.menu-open .header .mobile-search-trigger{opacity:0!important;pointer-events:none!important;transform:scale(.9)!important}footer.site-footer{padding:48px 0 28px!important}footer.site-footer .footer-container{padding:0 18px!important}footer.site-footer .footer-grid.footer-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:26px 18px!important;margin-bottom:24px!important;display:grid!important}footer.site-footer .footer-brand{text-align:center!important;grid-column:1/-1!important;max-width:none!important}footer.site-footer .footer-logo,footer.site-footer .payment-methods,footer.site-footer .payment-methods .icons{justify-content:center!important}footer.site-footer .footer-logo img{max-width:min(260px,100%)!important;max-height:70px!important}footer.site-footer .footer-about{text-align:center!important;max-width:32rem!important;margin:0 auto 20px!important}footer.site-footer .footer-col,footer.site-footer .footer-stack-col,footer.site-footer .footer-contact-col{width:100%!important;min-width:0!important;max-width:none!important}footer.site-footer .footer-stack-col{gap:18px!important}footer.site-footer .footer-links{gap:10px!important}footer.site-footer .footer-links a{width:100%!important;display:flex!important;transform:none!important}footer.site-footer .footer-contact-col{grid-column:1/-1!important}footer.site-footer .footer-contact-copy{text-align:left!important}footer.site-footer .footer-cta-wrapper{justify-content:flex-start!important;display:flex!important}footer.site-footer .footer-cta-wrapper .nav-cta{width:auto!important;min-width:200px!important}footer.site-footer .footer-bottom{text-align:center!important;align-items:center!important}footer.site-footer .footer-meta-stack,footer.site-footer .copyright{text-align:center!important;width:100%!important}footer.site-footer .trust-icons{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;width:100%!important;display:grid!important}footer.site-footer .trust-icon-item{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:6px!important;width:100%!important;padding:10px 6px!important}}@media (max-width:479px){footer.site-footer .footer-grid.footer-main-grid{grid-template-columns:1fr!important;gap:24px!important}footer.site-footer .footer-contact-col{grid-column:auto!important}footer.site-footer .footer-cta-wrapper{justify-content:center!important}footer.site-footer .trust-icons{grid-template-columns:1fr!important}}@media (max-width:767px){.mobile-search-trigger,.header .mobile-menu-trigger{background:#fff;border:1px solid #3c24151f;border-radius:999px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;box-shadow:0 8px 24px #2c1e1614;display:inline-flex!important}.header .item-right{gap:10px}.header .mobile-menu-trigger{margin-left:0}.header .mobile-menu-trigger span{width:18px;height:2px}.header .mobile-menu-trigger span:before{top:-6px}.header .mobile-menu-trigger span:after{top:6px}.search-container{max-width:none!important;display:none!important}.header.mobile-search-active .search-container{z-index:1201;background:#fff;border:1px solid #3c24151f;border-radius:18px;width:min(280px,100vw - 32px);padding:10px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 30px #2c1e161f;display:block!important}.header.mobile-search-active #searchInput{border-radius:14px;min-height:44px;padding-right:42px}.header.mobile-search-active .search-icon{font-size:1rem;right:24px}.header .menu{width:min(88vw,360px);max-width:360px;top:0}.header .menu .mobile-menu-head{height:56px}.header .menu .mobile-menu-head .go-back,.header .menu .mobile-menu-head .mobile-menu-close{justify-content:center;align-items:center;width:56px;height:56px;line-height:1;display:flex}.header .menu .mobile-menu-head .current-menu-title{padding:0 10px;font-size:.92rem}.header .menu>ul>li>a{min-height:54px;padding-left:18px;padding-right:48px}footer.site-footer{padding:48px 0 28px}footer.site-footer .footer-container{padding:0 18px}footer.site-footer .footer-grid.footer-main-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:26px 18px;margin-bottom:24px;display:grid}footer.site-footer .footer-brand{text-align:center;grid-column:1/-1;max-width:none}footer.site-footer .footer-logo,footer.site-footer .payment-methods,footer.site-footer .payment-methods .icons{justify-content:center}footer.site-footer .footer-logo img{max-width:min(260px,100%);max-height:70px}footer.site-footer .footer-about{text-align:center;max-width:32rem;margin:0 auto 20px}footer.site-footer .footer-col,footer.site-footer .footer-stack-col,footer.site-footer .footer-contact-col{width:100%;min-width:0}footer.site-footer .footer-stack-col{gap:18px}footer.site-footer .footer-title{margin-bottom:16px}footer.site-footer .footer-links{gap:10px}footer.site-footer .footer-links a{width:100%;display:flex;transform:none!important}footer.site-footer .footer-contact-col{grid-column:1/-1}footer.site-footer .footer-contact-copy{text-align:left}footer.site-footer .footer-cta-wrapper{justify-content:flex-start;display:flex}footer.site-footer .footer-cta-wrapper .nav-cta{width:auto;min-width:200px}footer.site-footer .footer-contact-item{padding:10px 0}footer.site-footer .footer-contact-item a{overflow-wrap:anywhere}footer.site-footer .footer-bottom{text-align:center;align-items:center}footer.site-footer .footer-meta-stack,footer.site-footer .copyright{text-align:center;width:100%}footer.site-footer .trust-icons{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%}footer.site-footer .trust-icon-item{text-align:center;flex-direction:column;align-items:center;gap:6px;width:100%;padding:10px 6px}}@media (max-width:479px){footer.site-footer .footer-grid.footer-main-grid{grid-template-columns:1fr;gap:24px}footer.site-footer .footer-contact-col{grid-column:auto}footer.site-footer .footer-cta-wrapper{justify-content:center}footer.site-footer .trust-icons{grid-template-columns:1fr}}@media (max-width:991px){html{font-size:15px!important}}@media (max-width:767px){html{font-size:14px!important}}@media (max-width:480px){html{font-size:13px!important}}
