:root{--font-header: "Poppins", serif;--font-body: "Poppins", sans-serif;--color-bg: #FAF9F6;--color-text: #2C3539;--color-accent: #B86B4D;--color-accent-hover: #A55C40;--color-border-card: #E5E0DC;--color-card-bg: #FFFFFF;font-family:var(--font-body);line-height:1.6;font-weight:400;color-scheme:light;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}h1,h2,h3,h4{font-family:var(--font-header);font-weight:400;color:var(--color-text);line-height:1.2}h1{font-size:3.2em}a{font-weight:500;color:var(--color-accent);text-decoration:none;transition:color .25s}a:hover{color:var(--color-accent-hover)}button{border-radius:2px;border:1px solid transparent;padding:.8em 1.5em;font-size:1em;font-weight:600;font-family:var(--font-body);background-color:var(--color-accent);color:#fff;cursor:pointer;transition:all .3s ease;letter-spacing:1.5px;text-transform:uppercase}button:hover{background-color:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 4px 10px #b86b4d4d}button:focus,button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accent-hover)}::selection{background-color:#b86b4d33;color:var(--color-text)}.header{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:20px 50px;background-color:#faf9f6;border-bottom:1px solid #E5E0DC;z-index:1000;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;min-height:100px}.header.scrolled{padding:15px 50px;background-color:#faf9f6fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #00000014;min-height:80px}.header-spacer{height:160px;width:100%;background:transparent;transition:height .3s ease}.header.scrolled+.header-spacer{height:120px}.logo-link{text-decoration:none;color:inherit;flex:0 1 auto;min-width:0;z-index:1003}.logo-container{display:flex;align-items:center;overflow:hidden}.logo-text{font-family:Poppins,sans-serif,serif;font-size:3rem;font-weight:700;color:#121212;letter-spacing:2.5px;text-transform:uppercase;white-space:nowrap;transition:all .3s ease;line-height:1;padding:15px 0;text-overflow:ellipsis}.logo-text:hover{transform:translateY(-2px);text-shadow:0 2px 4px rgba(0,0,0,.1)}.header.scrolled .logo-text{font-size:2.2rem;padding:10px 0}.header-logo-icon,.logo-fallback,.mobile-logo-icon,.mobile-logo-fallback{display:none!important}.nav-links.desktop-nav{display:flex;align-items:center;gap:35px;flex:1;justify-content:center}.nav-link{color:#2c3539;text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:1.8px;text-transform:uppercase;padding:10px 0;position:relative;transition:all .3s ease;background:none;border:none;cursor:pointer;white-space:nowrap}.nav-link:hover{color:#b86b4d}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#b86b4d;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:#b86b4d}.nav-dropdown{position:relative}.dropdown-trigger-container{display:flex;align-items:center;gap:4px}.nav-dropdown .nav-link{cursor:pointer;padding-right:4px}.nav-dropdown .nav-link:hover:after{width:100%}.dropdown-toggle-btn{background:none;border:none;cursor:pointer;padding:8px 6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#2c3539;margin-left:0;line-height:1}.dropdown-toggle-btn:hover{color:#b86b4d;transform:scale(1.1)}.dropdown-toggle-btn.active{color:#b86b4d}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease;display:inline-block;line-height:1}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%) scale(.95);background-color:#fff;border:1px solid #E5E0DC;min-width:300px;border-radius:4px;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease;z-index:1001;box-shadow:0 8px 25px #0000001f}.dropdown-menu.open{opacity:1;visibility:visible;pointer-events:all;transform:translate(-50%) scale(1)}.dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #E5E0DC}.dropdown-header h3{font-size:.9rem;font-weight:600;letter-spacing:1.8px;text-transform:uppercase;color:#2c3539;margin:0}.close-dropdown-btn{background:none;border:none;color:#999;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:25px;height:25px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.close-dropdown-btn:hover{color:#b86b4d}.dropdown-items{padding:0;max-height:450px;overflow-y:auto}.main-category-section{border-bottom:1px solid #E5E0DC}.main-category-section:last-child{border-bottom:none}.main-category-btn{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;color:#2c3539;text-decoration:none;transition:all .3s ease;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:.95rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;background-color:#faf9f6}.main-category-btn:hover,.main-category-btn.active{background-color:#b86b4d1a;color:#b86b4d}.main-category-text{font-size:.95rem;font-weight:600}.main-category-arrow{color:#b86b4d;font-size:1rem;transition:transform .3s ease}.main-category-arrow.rotated{transform:rotate(180deg)}.subcategory-list{background-color:#fff;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.subcategory-list.visible{padding:0;max-height:350px}.dropdown-item.subcategory-item{display:flex;justify-content:space-between;align-items:center;padding:14px 20px 14px 30px;color:#555;text-decoration:none;border-bottom:1px solid #E5E0DC;transition:all .3s ease;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:.9rem;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,background-color .3s ease,color .3s ease}.subcategory-list.visible .dropdown-item.subcategory-item{opacity:1;transform:translateY(0)}.dropdown-item.subcategory-item:last-child{border-bottom:none}.dropdown-item.subcategory-item:hover,.dropdown-item.subcategory-item.active{background-color:#b86b4d0d;color:#b86b4d}.dropdown-item-text{font-size:.9rem;font-weight:400;letter-spacing:1px}.dropdown-item-arrow{color:#b86b4d;font-size:1rem;transition:transform .3s ease;opacity:0}.dropdown-item.subcategory-item:hover .dropdown-item-arrow,.dropdown-item.subcategory-item.active .dropdown-item-arrow{opacity:1;transform:translate(4px)}.header-right{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:center;gap:25px}.quote-btn{background-color:#b86b4d;color:#fff;text-decoration:none;font-size:1rem;font-weight:600;letter-spacing:1.8px;text-transform:uppercase;padding:12px 25px;border-radius:3px;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 12px #b86b4d40}.quote-btn:hover{background-color:#a55c40;transform:translateY(-2px);box-shadow:0 6px 18px #b86b4d59}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:1002;position:relative;border-radius:4px;transition:background-color .3s ease;flex-shrink:0}.hamburger-btn:hover{background-color:#0000000d}.hamburger-line{display:block;width:26px;height:2.5px;background-color:#2c3539;margin:5px 0;transition:all .3s ease}.hamburger-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-btn.active .hamburger-line:nth-child(2){opacity:0}.hamburger-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-nav-overlay{position:fixed;inset:0;z-index:1001;pointer-events:none}.mobile-nav-overlay.active{pointer-events:all}.overlay-backdrop{position:absolute;inset:0;background-color:#0009;opacity:0;transition:opacity .3s ease}.mobile-nav-overlay.active .overlay-backdrop{opacity:1}.mobile-nav{position:absolute;top:0;right:-100%;width:320px;height:100vh;background-color:#faf9f6;border-left:1px solid #E5E0DC;overflow-y:auto;transition:right .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 25px #0000001f}.mobile-nav-overlay.active .mobile-nav{right:0}.mobile-nav-header{padding:30px 25px;border-bottom:1px solid #E5E0DC;display:flex;justify-content:space-between;align-items:center;background-color:#fff}.mobile-nav-title{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:300;letter-spacing:1.8px;color:#2c3539;margin:0;text-transform:uppercase}.close-menu-btn{background:none;border:none;color:#2c3539;font-size:2.5rem;line-height:1;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .3s ease;border-radius:50%}.close-menu-btn:hover{color:#b86b4d;background-color:#0000000d}.mobile-nav-links{padding:30px 0;flex:1}.mobile-nav-link{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;color:#2c3539;text-decoration:none;border-bottom:1px solid #E5E0DC;transition:all .3s ease}.mobile-nav-link:hover,.mobile-nav-link.active{color:#b86b4d;background-color:#b86b4d0d}.link-text{font-size:1.1rem;font-weight:400;letter-spacing:1.8px;text-transform:uppercase}.link-arrow{color:#b86b4d;font-size:1.2rem;transition:transform .3s ease;opacity:0}.mobile-nav-link:hover .link-arrow,.mobile-nav-link.active .link-arrow{opacity:1;transform:translate(4px)}.mobile-nav-link.quote-link{background-color:#b86b4d;color:#fff!important;margin:20px 25px;border-radius:4px;text-align:center;justify-content:center;gap:10px;border:none}.mobile-nav-link.quote-link:hover{background-color:#a55c40;transform:translateY(-2px)}.mobile-dropdown{border-bottom:1px solid #E5E0DC}.mobile-products-header{display:flex;justify-content:space-between;align-items:center;width:100%}.mobile-dropdown-toggle{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;width:calc(100% - 50px);background:none;border:none;color:#2c3539;cursor:pointer;transition:all .3s ease}.mobile-dropdown-toggle:hover,.mobile-dropdown-toggle.active{color:#b86b4d;background-color:#b86b4d0d}.mobile-dropdown-arrow-btn{background:none;border:none;color:#2c3539;cursor:pointer;padding:12px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.mobile-dropdown-arrow-btn:hover{color:#b86b4d}.mobile-arrow{font-size:.9rem;transition:transform .3s ease}.mobile-arrow.rotated{transform:rotate(180deg)}.mobile-categories-section{background-color:#f4f1ee;padding:0;display:none}.mobile-categories-section.visible{display:block}.mobile-categories-header{padding:15px 25px;border-bottom:1px solid #E5E0DC}.mobile-categories-header h4{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:1px;margin:0}.mobile-categories{padding:0}.mobile-main-category{border-bottom:1px solid #E5E0DC}.mobile-main-category:last-child{border-bottom:none}.mobile-main-category-btn{display:flex;justify-content:space-between;align-items:center;padding:16px 25px;color:#2c3539;text-decoration:none;transition:all .3s ease;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;background-color:#fff}.mobile-main-category-btn:hover,.mobile-main-category-btn.active{background-color:#b86b4d0d;color:#b86b4d}.mobile-subcategory-list{background-color:#faf9f6;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.mobile-subcategory-list.visible{padding:0;max-height:350px}.mobile-category-item.mobile-subcategory-item{display:flex;justify-content:space-between;align-items:center;padding:14px 25px 14px 35px;color:#555;text-decoration:none;border-bottom:1px solid #E5E0DC;transition:all .3s ease;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:.9rem;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,background-color .3s ease,color .3s ease}.mobile-subcategory-list.visible .mobile-category-item.mobile-subcategory-item{opacity:1;transform:translateY(0)}.mobile-category-item.mobile-subcategory-item:last-child{border-bottom:none}.mobile-category-item.mobile-subcategory-item:hover,.mobile-category-item.mobile-subcategory-item.active{color:#b86b4d;background-color:#b86b4d0d}.category-item-text{font-size:.9rem;font-weight:400}.category-item-arrow{color:#b86b4d;font-size:.95rem;transition:transform .3s ease;opacity:0}.mobile-category-item.mobile-subcategory-item:hover .category-item-arrow,.mobile-category-item.mobile-subcategory-item.active .category-item-arrow{opacity:1;transform:translate(4px)}.mobile-nav-footer{padding:30px 25px;border-top:1px solid #E5E0DC;text-align:center;background-color:#f4f1ee}.mobile-brand{display:flex;align-items:center;justify-content:center;gap:15px;margin:0 0 15px}.mobile-logo-text{font-family:Poppins,sans-serif,serif;font-size:2rem;font-weight:700;color:#121212;letter-spacing:1.8px;text-transform:uppercase;white-space:nowrap;transition:all .3s ease;line-height:1;margin-bottom:12px}.mobile-brand-text{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:300;letter-spacing:4px;color:#2c3539;text-transform:uppercase;margin:0}.mobile-tagline{font-size:.85rem;color:#666;letter-spacing:1px;margin:0;line-height:1.5}body.menu-open{overflow:hidden}@media(max-width:1200px){.logo-text{font-size:2.6rem}.header.scrolled .logo-text{font-size:2rem}.header{padding:18px 40px}.header.scrolled{padding:14px 40px}}@media(max-width:1024px){.logo-text{font-size:2.4rem;letter-spacing:1px}.header.scrolled .logo-text{font-size:2rem}.nav-links.desktop-nav{gap:30px}.header-spacer{height:150px}.header.scrolled+.header-spacer{height:115px}.header{padding:16px 35px}.header.scrolled{padding:12px 35px}}@media(max-width:900px){.nav-links.desktop-nav,.quote-btn{display:none}.hamburger-btn{display:block}.header{padding:16px 25px}.header.scrolled{padding:12px 25px}.logo-text{font-size:2.2rem;letter-spacing:1.8px}.header.scrolled .logo-text{font-size:1.8rem}.mobile-logo-text{font-size:1.8rem;letter-spacing:1.5px}.mobile-brand-text{font-size:1.4rem;letter-spacing:3px}.header-spacer{height:140px}.header.scrolled+.header-spacer{height:110px}}@media(max-width:768px){.logo-text{font-size:2rem}.header.scrolled .logo-text{font-size:1.6rem}.header-spacer{height:130px}.header.scrolled+.header-spacer{height:100px}}@media(max-width:640px){.logo-text{font-size:1.8rem;letter-spacing:1.5px}.header.scrolled .logo-text{font-size:1.4rem}.mobile-logo-text{font-size:1.6rem}.mobile-brand-text{font-size:1.2rem;letter-spacing:2px}.header-spacer{height:120px}.header.scrolled+.header-spacer{height:90px}}@media(max-width:480px){.mobile-nav{width:100%}.header{padding:14px 20px}.header.scrolled{padding:10px 20px}.logo-text{font-size:1.6rem;letter-spacing:1.2px}.header.scrolled .logo-text{font-size:1.2rem}.mobile-nav-header{padding:25px 20px}.mobile-nav-link,.mobile-dropdown-toggle,.mobile-category-item,.mobile-main-category-btn{padding:16px 20px}.mobile-category-item.mobile-subcategory-item{padding:14px 20px 14px 30px}.mobile-categories-header{padding:12px 20px}.mobile-brand{gap:10px}.mobile-logo-text{font-size:1.4rem}.mobile-brand-text{font-size:1rem;letter-spacing:1.5px}.header-spacer{height:110px}.header.scrolled+.header-spacer{height:80px}}@media(max-width:360px){.logo-text{font-size:1.4rem}.header.scrolled .logo-text{font-size:1.1rem}.mobile-brand-text{font-size:.9rem;letter-spacing:1px}.header-spacer{height:100px}.header.scrolled+.header-spacer{height:70px}}.dropdown-menu{z-index:1002}.dropdown-item:hover .dropdown-item-text{transform:translate(4px);transition:transform .3s ease}.nav-link,.dropdown-item,.mobile-nav-link,.mobile-category-item{transition:all .2s ease}@keyframes headerSlideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.header{animation:headerSlideDown .4s ease-out}@media(min-width:901px){.dropdown-menu:hover{opacity:1;visibility:visible;pointer-events:all;transform:translate(-50%) scale(1)}}.footer-section{background-color:#f4f1ee;position:relative;padding:60px 0 30px;overflow:hidden;margin-top:60px}.footer-container{max-width:1200px;margin:0 auto;position:relative;padding:0 40px}.border-decoration{position:relative;height:20px;margin:0 -40px}.border-decoration.top-border{margin-bottom:30px}.border-decoration.middle-border{margin:50px -40px}.border-decoration.bottom-border{margin-top:30px}.border-line{position:absolute;left:20px;right:20px;top:10px;height:1px;background-color:#d7d2cb;z-index:2}.border-decoration .corner{position:absolute;width:20px;height:20px;top:0;z-index:3}.border-decoration .corner.left{left:0;border-left:1px solid #B86B4D;border-top:1px solid #B86B4D}.border-decoration .corner.right{right:0;border-right:1px solid #B86B4D;border-top:1px solid #B86B4D}.border-decoration.bottom-border .corner.left{border-left:1px solid #B86B4D;border-bottom:1px solid #B86B4D;border-top:none}.border-decoration.bottom-border .corner.right{border-right:1px solid #B86B4D;border-bottom:1px solid #B86B4D;border-top:none}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}@media(max-width:992px){.footer-content{grid-template-columns:1fr 1fr;gap:40px}.brand-column{grid-column:1 / -1}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:40px}}.footer-column{display:flex;flex-direction:column}.brand-info{margin-top:30px;display:flex;flex-direction:column;gap:15px}.brand-logo{max-width:220px;height:auto;object-fit:contain;transition:all .3s ease;filter:brightness(0) saturate(100%) contrast(1000%);filter:brightness(0) invert(0)}.brand-logo:hover{transform:scale(1.02);opacity:.95;filter:brightness(0) saturate(100%) contrast(1000%)}.brand-tagline{color:#b86b4d;font-size:.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin:0;font-family:Poppins,sans-serif}.contact-section{margin-top:10px}.contact-title{color:#2c3539;font-size:1rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 20px;font-family:Poppins,sans-serif;padding-bottom:10px;border-bottom:1px solid #D7D2CB}.contact-info{display:flex;flex-direction:column;gap:20px}.contact-item{display:flex;align-items:flex-start;gap:15px}.contact-icon{color:#b86b4d;font-size:1.2rem;width:24px;text-align:center;flex-shrink:0;margin-top:2px}.contact-details{display:flex;flex-direction:column;gap:4px}.contact-label{color:#2c3539;font-size:.8rem;font-weight:600;text-transform:uppercase;font-family:Poppins,sans-serif;letter-spacing:1px}.contact-text{color:#555;font-size:.9rem;line-height:1.5;font-family:Poppins,sans-serif;font-weight:400}.contact-item.address .contact-text{line-height:1.6;font-size:.85rem}.column-title{color:#2c3539;font-size:1rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 25px;font-family:Poppins,sans-serif;padding-bottom:10px;border-bottom:1px solid #D7D2CB}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-link-item{display:flex;align-items:center}.footer-link{display:flex;align-items:center;gap:10px;color:#555;text-decoration:none;font-size:.9rem;font-family:Poppins,sans-serif;font-weight:400;transition:all .3s ease;padding:4px 0}.link-arrow{color:#b86b4d;font-size:.9rem;opacity:0;transform:translate(-5px);transition:all .3s ease}.link-text{transition:transform .3s ease}.footer-link:hover{color:#b86b4d}.footer-link:hover .link-arrow{opacity:1;transform:translate(0)}.footer-link:hover .link-text{transform:translate(5px)}.product-categories-column .category-groups{display:flex;flex-direction:column;gap:25px}.category-group-title{color:#2c3539;font-size:.9rem;font-weight:600;margin:0 0 12px;font-family:Poppins,sans-serif;text-transform:uppercase;letter-spacing:1px}.category-group-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.category-group-item{display:flex;align-items:center}.copyright-section{position:relative;z-index:2;padding:0 20px}.copyright-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;padding:20px 0}@media(max-width:768px){.copyright-content{flex-direction:column;text-align:center;gap:15px;padding:15px 0}}.copyright-info{display:flex;flex-direction:column;gap:10px;flex:1;min-width:300px}.copyright-text{color:#666;font-size:.8rem;margin:0;font-family:Poppins,sans-serif;font-weight:400}.product-link{margin-top:5px}.external-link{color:#b86b4d;text-decoration:none;font-size:.8rem;font-family:Courier New,monospace;transition:all .3s ease;border-bottom:1px solid transparent;padding-bottom:2px}.external-link:hover{border-bottom-color:#b86b4d;color:#a55c40}.copyright-links{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.copyright-link{color:#666;text-decoration:none;font-size:.8rem;font-family:Poppins,sans-serif;font-weight:400;transition:color .3s ease;white-space:nowrap}.copyright-link:hover{color:#b86b4d}.link-divider{color:#d7d2cb;font-size:.8rem;opacity:.8}@media(max-width:768px){.footer-section{padding:40px 0 20px;margin-top:40px}.footer-container{padding:0 20px}.border-decoration{margin:0 -20px}.border-decoration.middle-border{margin:40px -20px}.border-line{left:15px;right:15px}.copyright-section{padding:0 10px}}@media(max-width:576px){.footer-section{padding:30px 0 15px;margin-top:30px}.footer-container{padding:0 15px}.border-decoration{margin:0 -15px}.border-decoration.middle-border{margin:30px -15px}.border-line{left:10px;right:10px}.brand-logo{max-width:180px}.brand-tagline{font-size:.8rem}.contact-title,.column-title{font-size:.9rem}.contact-text,.footer-link{font-size:.85rem}.copyright-text,.copyright-link,.external-link{font-size:.75rem}.copyright-section{padding:0}}@media(max-width:992px){.brand-logo{max-width:200px}}@media(max-width:768px){.brand-info{align-items:center;text-align:center}.brand-logo{max-width:180px}.brand-tagline{text-align:center}}@media(max-width:576px){.brand-logo{max-width:160px}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.footer-link-item,.category-group-item{animation:slideIn .3s ease-out forwards;animation-delay:calc(var(--item-index, 0) * .05s);opacity:0}@media(max-width:768px){.footer-content{display:flex;flex-direction:column;gap:40px}.footer-column:nth-child(2){order:1}.product-categories-column{order:2}.brand-column{order:3;margin-top:10px;padding-top:30px;border-top:1px dashed #D7D2CB}.brand-info{align-items:center;text-align:center}.brand-tagline{text-align:center}}.footer-link-item:nth-child(1){--item-index: 1}.footer-link-item:nth-child(2){--item-index: 2}.footer-link-item:nth-child(3){--item-index: 3}.footer-link-item:nth-child(4){--item-index: 4}.footer-link-item:nth-child(5){--item-index: 5}.footer-link-item:nth-child(6){--item-index: 6}.footer-link-item:nth-child(7){--item-index: 7}.footer-link-item:nth-child(8){--item-index: 8}.category-group-item:nth-child(1){--item-index: 1}.category-group-item:nth-child(2){--item-index: 2}.category-group-item:nth-child(3){--item-index: 3}.category-group-item:nth-child(4){--item-index: 4}.category-group-item:nth-child(5){--item-index: 5}.category-group-item:nth-child(6){--item-index: 6}.category-group-item:nth-child(7){--item-index: 7}.product-card{background-color:#fff;border:1px solid #E5E0DC;border-radius:2px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;min-height:400px;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000014;border-color:#b86b4d}.product-image-container{height:240px;background-color:#f4f1ee;position:relative;overflow:hidden;flex-shrink:0}.product-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease;display:block}.product-image-container{background-size:cover;background-position:center;background-repeat:no-repeat}.product-image-container:before{content:"";position:absolute;inset:0;background-color:transparent;z-index:1;pointer-events:none}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4f1ee,#e5e0dc);position:absolute;top:0;left:0}.image-text{color:#2c3539;font-size:24px;font-weight:300;opacity:.2;text-transform:uppercase;letter-spacing:2px}.product-info{padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;flex-grow:1;justify-content:space-between}.product-title{color:#2c3539;font-size:18px;font-weight:400;margin:0 0 12px;letter-spacing:1px;text-transform:uppercase;line-height:1.4}.details-btn{background-color:#b86b4d;color:#fff;border:none;padding:12px 32px;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;width:100%;max-width:200px;margin-top:auto;border-radius:2px}.details-btn:hover{background-color:#a55c40;transform:translateY(-2px);box-shadow:0 4px 12px #b86b4d4d}@media(max-width:1024px){.product-card{min-height:380px}.product-image-container{height:220px}}@media(max-width:768px){.product-card{min-height:350px}.product-image-container{height:200px}.product-info{padding:20px}.product-title{font-size:16px}.details-btn{padding:10px 24px;font-size:11px}}@media(max-width:576px){.product-card{min-height:320px}.product-image-container{height:180px}.product-info{padding:16px}.product-title{font-size:15px;margin-bottom:10px}.details-btn{padding:10px 20px;max-width:180px}}.product-image.loading{opacity:0}.product-image.loaded{opacity:1;transition:opacity .3s ease,transform .5s ease}.aspect-ratio-box{position:relative;width:100%;padding-top:75%;overflow:hidden}.aspect-ratio-box .product-image{position:absolute;top:0;left:0;width:100%;height:100%}.product-image-container.aspect-ratio{height:0;padding-top:75%;position:relative}.product-image-container.aspect-ratio .product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.our-story-section{padding:80px 40px;background-color:#faf9f6;position:relative;border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC;overflow:hidden}.story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.section-title{color:#b86b4d;font-size:14px;font-weight:600;letter-spacing:3px;text-transform:uppercase;margin:0 0 20px;font-family:Poppins,sans-serif;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:1px;background-color:#b86b4d}.story-heading{color:#2c3539;font-size:2.5rem;font-weight:300;line-height:1.2;margin:0 0 30px;letter-spacing:1px;font-family:Poppins,sans-serif;text-transform:none}.story-text{margin-bottom:40px}.story-text p{color:#666;font-size:16px;line-height:1.7;margin:0 0 20px;font-family:Poppins,sans-serif;font-weight:300}.story-text p:last-child{margin-bottom:0}.read-more-btn{background-color:transparent;color:#2c3539;border:1px solid #B86B4D;padding:14px 32px;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.read-more-btn:hover{background-color:#b86b4d1a;color:#b86b4d;transform:translateY(-2px);box-shadow:0 5px 15px #b86b4d33}.story-image-container{position:relative}.image-wrapper{position:relative;border:1px solid #E5E0DC;padding:20px;background-color:#fff;box-shadow:0 10px 30px #0000000d}.story-image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#f4f1ee,#e5e0dc);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.placeholder-content{display:flex;flex-direction:column;align-items:center;gap:20px;z-index:1}.story-image{width:100%;height:550px;object-fit:cover;display:block}.image-decoration{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px}.decoration-line{width:60px;height:1px;background-color:#e5e0dc}.story-border-top,.story-border-bottom{position:absolute;left:40px;right:40px;height:1px;background-color:#e5e0dc;z-index:1}.story-border-top{top:40px}.story-border-bottom{bottom:40px}.story-corner{position:absolute;width:15px;height:15px;border-color:#b86b4d;border-style:solid;z-index:1}.story-corner.top-left{top:40px;left:40px;border-width:1px 0 0 1px}.story-corner.top-right{top:40px;right:40px;border-width:1px 1px 0 0}.story-corner.bottom-left{bottom:40px;left:40px;border-width:0 0 1px 1px}.story-corner.bottom-right{bottom:40px;right:40px;border-width:0 1px 1px 0}@media(max-width:1024px){.our-story-section{padding:60px 30px}.story-container{gap:40px}.story-heading{font-size:2rem}.story-image-placeholder,.story-image{height:350px}.story-border-top,.story-border-bottom{left:30px;right:30px}.story-corner.top-left{left:30px}.story-corner.top-right{right:30px}.story-corner.bottom-left{left:30px}.story-corner.bottom-right{right:30px}}@media(max-width:768px){.our-story-section{padding:50px 20px}.story-container{grid-template-columns:1fr;gap:40px}.story-heading{font-size:1.8rem}.story-image-placeholder,.story-image{height:300px}.story-border-top,.story-border-bottom{left:20px;right:20px}.story-border-top{top:30px}.story-border-bottom{bottom:30px}.story-corner.top-left{top:30px;left:20px}.story-corner.top-right{top:30px;right:20px}.story-corner.bottom-left{bottom:30px;left:20px}.story-corner.bottom-right{bottom:30px;right:20px}.story-content,.story-text p{text-align:center}}@media(max-width:576px){.our-story-section{padding:40px 15px}.story-heading{font-size:1.6rem}.story-text p{font-size:15px}.story-image-placeholder,.story-image{height:250px}.read-more-btn{padding:12px 24px;font-size:12px}.placeholder-icon{font-size:50px}.story-border-top,.story-border-bottom{left:15px;right:15px}.story-border-top{top:25px}.story-border-bottom{bottom:25px}.story-corner.top-left{top:25px;left:15px}.story-corner.top-right{top:25px;right:15px}.story-corner.bottom-left{bottom:25px;left:15px}.story-corner.bottom-right{bottom:25px;right:15px}}.numbers-section{padding:80px 40px;background-color:#faf9f6;position:relative;border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC;overflow:hidden}.numbers-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.numbers-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.numbers-title{color:#2c3539;font-size:2.5rem;font-weight:600;margin:0 0 20px;font-family:Poppins,sans-serif;text-transform:uppercase;position:relative;display:inline-block}.numbers-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:1px;background-color:#b86b4d}.numbers-subtitle{color:#666;font-size:16px;line-height:1.6;font-family:Poppins,sans-serif;font-weight:300;max-width:600px;margin:30px auto 0}.stats-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-bottom:60px;max-width:1200px;margin-left:auto;margin-right:auto}.stat-card{flex:0 0 calc(33.333% - 20px);min-width:280px;text-align:center;padding:30px 20px;background-color:#fff;border:1px solid #E5E0DC;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 2px 5px #00000005}.stat-card:hover{transform:translateY(-5px);border-color:#b86b4d;box-shadow:0 10px 25px #b86b4d1a;background-color:#fff}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background-color:#b86b4d;transform:scaleX(0);transition:transform .3s ease}.stat-card:hover:before{transform:scaleX(1)}.stat-number{color:#2c3539;font-size:3rem;font-weight:300;margin:0 0 20px;font-family:Poppins,sans-serif;position:relative;display:inline-block}.number-decoration{position:absolute;bottom:-15px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:10px}.decoration-line{width:20px;height:1px;background-color:#e5e0dc;transition:all .3s ease}.decoration-dot{width:4px;height:4px;background-color:#b86b4d;border-radius:50%;transition:all .3s ease}.stat-card:hover .decoration-line{background-color:#b86b4d;width:30px}.stat-card:hover .decoration-dot{transform:scale(1.5)}.stat-title{color:#2c3539;font-size:18px;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin:25px 0 8px;font-family:Poppins,sans-serif}.stat-description{color:#666;font-size:14px;font-weight:400;margin:0;font-family:Poppins,sans-serif;font-style:italic}.numbers-decoration{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:40px}.long-line{width:100px;height:1px;background-color:#e5e0dc}.small-dot{width:6px;height:6px;background-color:#b86b4d;border-radius:50%}.numbers-border-top,.numbers-border-bottom{position:absolute;left:40px;right:40px;height:1px;background-color:#e5e0dc;z-index:1}.numbers-border-top{top:40px}.numbers-border-bottom{bottom:40px}.numbers-corner{position:absolute;width:15px;height:15px;border-color:#b86b4d;border-style:solid;z-index:1}.numbers-corner.top-left{top:40px;left:40px;border-width:1px 0 0 1px}.numbers-corner.top-right{top:40px;right:40px;border-width:1px 1px 0 0}.numbers-corner.bottom-left{bottom:40px;left:40px;border-width:0 0 1px 1px}.numbers-corner.bottom-right{bottom:40px;right:40px;border-width:0 1px 1px 0}@media(max-width:1024px){.numbers-section{padding:60px 30px}.stat-card{flex:0 0 calc(50% - 15px)}.numbers-title{font-size:2.2rem}.stat-number{font-size:2.5rem}.numbers-border-top,.numbers-border-bottom{left:30px;right:30px}.numbers-corner.top-left{left:30px}.numbers-corner.top-right{right:30px}.numbers-corner.bottom-left{left:30px}.numbers-corner.bottom-right{right:30px}}@media(max-width:768px){.numbers-section{padding:50px 20px}.numbers-title{font-size:1.8rem}.numbers-subtitle{font-size:15px;margin-top:25px}.stat-card{padding:25px 15px;flex:0 0 calc(50% - 12.5px)}.stat-number{font-size:2.2rem;margin-bottom:15px}.stat-title{font-size:16px;margin-top:20px}.number-decoration{bottom:-10px}.long-line{width:60px}.numbers-border-top,.numbers-border-bottom{left:20px;right:20px}.numbers-border-top{top:30px}.numbers-border-bottom{bottom:30px}.numbers-corner.top-left{top:30px;left:20px}.numbers-corner.top-right{top:30px;right:20px}.numbers-corner.bottom-left{bottom:30px;left:20px}.numbers-corner.bottom-right{bottom:30px;right:20px}}@media(max-width:576px){.numbers-section{padding:40px 15px}.stats-grid{flex-direction:column;align-items:center}.stat-card{flex:0 0 100%;max-width:300px;width:100%}.numbers-title{font-size:1.6rem}.numbers-subtitle{font-size:14px}.stat-number{font-size:2rem;margin-bottom:15px}.stat-title{margin-top:20px}.number-decoration{bottom:-8px}.numbers-decoration{gap:20px}.long-line{width:40px}.numbers-border-top,.numbers-border-bottom{left:15px;right:15px}.numbers-border-top{top:25px}.numbers-border-bottom{bottom:25px}.numbers-corner.top-left{top:25px;left:15px}.numbers-corner.top-right{top:25px;right:15px}.numbers-corner.bottom-left{bottom:25px;left:15px}.numbers-corner.bottom-right{bottom:25px;right:15px}}@media(max-width:400px){.stat-card{min-width:250px}}.featured-products-section{padding:80px 40px;background-color:#faf9f6;position:relative;border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC;overflow:hidden}.featured-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.section-title{color:#2c3539;font-size:2.5rem;font-weight:300;margin:0 0 15px;font-family:Poppins,sans-serif;text-transform:uppercase}.section-subtitle{color:#666;font-size:16px;line-height:1.6;font-family:Poppins,sans-serif;font-weight:300;max-width:600px;margin:0 auto 30px}.title-decoration{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:30px}.decoration-line{width:80px;height:1px;background-color:#e5e0dc}.featured-main-product{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px;align-items:center;background-color:#fff;padding:40px;border:1px solid #E5E0DC;box-shadow:0 2px 5px #00000005}.main-product-content{padding-right:20px}.product-category{color:#b86b4d;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin:0 0 15px;display:block;font-family:Poppins,sans-serif}.product-title{color:#2c3539;font-size:2rem;font-weight:300;line-height:1.4;margin:0 0 25px;font-family:Poppins,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.product-description{color:#666;font-size:16px;line-height:1.6;margin:0 0 30px;font-family:Poppins,sans-serif;font-weight:300}.read-more-link{color:#2c3539;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;font-family:Poppins,sans-serif;padding-bottom:5px;border-bottom:1px solid transparent}.read-more-link:hover{color:#b86b4d;border-bottom-color:#b86b4d}.read-more-link:hover .link-arrow{transform:translate(5px)}.link-arrow{font-size:16px;transition:transform .3s ease}.main-product-image{position:relative;width:100%}.product-image{width:100%;height:350px;object-fit:cover;display:block;border:1px solid #E5E0DC}.product-image-placeholder{width:100%;height:350px;background:linear-gradient(135deg,#f4f1ee,#e5e0dc);display:flex;align-items:center;justify-content:center;border:1px solid #E5E0DC}.placeholder-content{display:flex;flex-direction:column;align-items:center;gap:20px}.placeholder-icon{font-size:60px;opacity:.2;color:#2c3539}.placeholder-text{color:#666;font-size:14px;font-weight:400;letter-spacing:2px;text-transform:uppercase;opacity:.7;font-family:Poppins,sans-serif}.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:60px}.featured-product-card{display:grid;grid-template-columns:1fr 1fr;gap:30px;background-color:#fff;border:1px solid #E5E0DC;padding:30px;transition:all .3s ease;box-shadow:0 2px 5px #00000005}.featured-product-card:hover{transform:translateY(-5px);border-color:#b86b4d;box-shadow:0 10px 25px #00000014}.product-card-content{display:flex;flex-direction:column;justify-content:center;min-height:0}.product-card-category{color:#b86b4d;font-size:17px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 12px;font-family:Poppins,sans-serif}.product-card-title{color:#2c3539;font-size:1.2rem;font-weight:600;line-height:1.5;margin:0 0 20px;font-family:Poppins,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card-description{color:#666;font-size:14px;line-height:1.6;margin:0 0 25px;font-family:Poppins,sans-serif;font-weight:300;overflow-wrap:break-word;word-wrap:break-word}.product-card-link{color:#2c3539;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;font-family:Poppins,sans-serif}.product-card-link:hover{color:#b86b4d}.product-card-link:hover .card-arrow{transform:translate(5px)}.card-arrow{font-size:14px;transition:transform .3s ease}.product-card-image{position:relative;width:100%}.card-image{width:100%;height:200px;object-fit:cover;display:block;border:1px solid #E5E0DC}.card-image-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#f4f1ee,#e5e0dc);display:flex;align-items:center;justify-content:center;border:1px solid #E5E0DC}.card-placeholder-content{display:flex;align-items:center;justify-content:center}.card-icon{font-size:40px;opacity:.2;color:#2c3539}.view-all-container{text-align:center;margin-top:40px}.view-all-btn{background-color:transparent;color:#2c3539;border:1px solid #B86B4D;padding:16px 40px;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:12px;font-family:Poppins,sans-serif;text-decoration:none}.view-all-btn:hover{background-color:#b86b4d1a;color:#b86b4d;transform:translateY(-2px);box-shadow:0 5px 15px #b86b4d33}.view-all-btn:hover .btn-arrow{transform:translate(5px)}.btn-arrow{font-size:16px;transition:transform .3s ease}.featured-border-top,.featured-border-bottom{position:absolute;left:40px;right:40px;height:1px;background-color:#e5e0dc;z-index:1}.featured-border-top{top:40px}.featured-border-bottom{bottom:40px}.featured-corner{position:absolute;width:15px;height:15px;border-color:#b86b4d;border-style:solid;z-index:1}.featured-corner.top-left{top:40px;left:40px;border-width:1px 0 0 1px}.featured-corner.top-right{top:40px;right:40px;border-width:1px 1px 0 0}.featured-corner.bottom-left{bottom:40px;left:40px;border-width:0 0 1px 1px}.featured-corner.bottom-right{bottom:40px;right:40px;border-width:0 1px 1px 0}@media(max-width:1024px){.featured-products-section{padding:60px 30px}.section-title{font-size:2.2rem}.featured-main-product{gap:40px;padding:30px;margin-bottom:60px}.product-title{font-size:1.8rem;line-height:1.4}.product-image{height:300px}.featured-grid{gap:30px}.featured-product-card{padding:25px;gap:25px}.product-card-title{font-size:1.2rem;line-height:1.5;margin-bottom:18px}.product-card-description{margin-bottom:20px}.card-image{height:180px}.featured-border-top,.featured-border-bottom{left:30px;right:30px}.featured-corner.top-left{left:30px}.featured-corner.top-right{right:30px}.featured-corner.bottom-left{left:30px}.featured-corner.bottom-right{right:30px}}@media(max-width:768px){.featured-products-section{padding:50px 20px;min-height:auto}.section-header{margin-bottom:50px}.section-title{font-size:1.8rem;letter-spacing:1.5px}.section-subtitle{font-size:15px;padding:0 10px}.featured-main-product{grid-template-columns:1fr;gap:30px;padding:25px;margin-bottom:50px;min-height:auto}.main-product-content{padding-right:0;order:1}.main-product-image{order:2}.product-title{font-size:1.6rem;line-height:1.4;margin-bottom:20px}.product-description{font-size:15px;margin-bottom:20px}.product-image{height:250px;min-height:250px;max-height:250px}.featured-grid{grid-template-columns:1fr;gap:25px;margin-top:30px;margin-bottom:50px}.featured-product-card{grid-template-columns:1fr;gap:20px;padding:20px;min-height:auto}.product-card-content{order:1}.product-card-image{order:2}.product-card-title{font-size:1.2rem;line-height:1.5;margin-bottom:15px;-webkit-line-clamp:4}.product-card-description{font-size:14px;line-height:1.6;margin-bottom:20px}.card-image{height:150px;min-height:150px;max-height:150px}.view-all-btn{padding:14px 32px;font-size:12px;margin-top:20px}.view-all-container{margin-top:30px}.featured-border-top,.featured-border-bottom{left:20px;right:20px}.featured-border-top{top:30px}.featured-border-bottom{bottom:30px}.featured-corner.top-left{top:30px;left:20px}.featured-corner.top-right{top:30px;right:20px}.featured-corner.bottom-left{bottom:30px;left:20px}.featured-corner.bottom-right{bottom:30px;right:20px}}@media(max-width:576px){.featured-products-section{padding:40px 15px}.section-header{margin-bottom:40px}.section-title{font-size:1.6rem;line-height:1.3;margin-bottom:10px}.section-subtitle{font-size:14px;line-height:1.5;margin-bottom:20px}.title-decoration{margin-top:20px}.decoration-line{width:60px}.featured-main-product{padding:20px;margin-bottom:40px;gap:25px}.product-title{font-size:1.4rem;margin-bottom:15px;line-height:1.4}.product-description{font-size:14px;margin-bottom:15px}.product-image{height:200px;min-height:200px;max-height:200px}.featured-grid{gap:20px;margin-bottom:40px}.featured-product-card{padding:18px;gap:18px}.product-card-title{font-size:1.1rem;line-height:1.5;margin-bottom:12px;-webkit-line-clamp:5}.product-card-description{font-size:13px;line-height:1.5;margin-bottom:15px}.card-image{height:120px;min-height:120px;max-height:120px}.view-all-btn{padding:12px 28px;font-size:11px}.featured-border-top,.featured-border-bottom{left:15px;right:15px}.featured-border-top{top:25px}.featured-border-bottom{bottom:25px}.featured-corner.top-left{top:25px;left:15px}.featured-corner.top-right{top:25px;right:15px}.featured-corner.bottom-left{bottom:25px;left:15px}.featured-corner.bottom-right{bottom:25px;right:15px}}@media(max-width:400px){.featured-products-section{padding:30px 10px}.section-title{font-size:1.4rem}.section-subtitle{font-size:13px;padding:0 5px}.featured-main-product{padding:15px;gap:20px}.product-title{font-size:1.2rem;line-height:1.4;margin-bottom:12px}.product-image{height:180px;min-height:180px;max-height:180px}.featured-grid{gap:15px}.featured-product-card{padding:15px;gap:15px}.product-card-title{font-size:1rem;line-height:1.4;margin-bottom:10px;-webkit-line-clamp:6}.product-card-description{font-size:12px;line-height:1.5;margin-bottom:12px}.card-image{height:100px;min-height:100px;max-height:100px}.featured-border-top,.featured-border-bottom{left:10px;right:10px}.featured-border-top{top:20px}.featured-border-bottom{bottom:20px}.featured-corner{width:10px;height:10px}.featured-corner.top-left{top:20px;left:10px}.featured-corner.top-right{top:20px;right:10px}.featured-corner.bottom-left{bottom:20px;left:10px}.featured-corner.bottom-right{bottom:20px;right:10px}}.india-heritage-section{padding:80px 40px;background-color:#faf9f6;position:relative;border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC;overflow:hidden}.heritage-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.heritage-header{text-align:center;margin-bottom:60px}.country-badge{display:inline-flex;align-items:center;gap:10px;background-color:#b86b4d14;border:1px solid rgba(184,107,77,.3);padding:8px 20px;border-radius:25px;margin-bottom:30px}.country-flag{font-size:20px}.country-name{color:#b86b4d;font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;font-family:Poppins,sans-serif}.heritage-title{color:#2c3539;font-size:2.5rem;font-weight:600;line-height:1.2;letter-spacing:1px;font-family:Poppins,sans-serif;max-width:800px;margin:0 auto 30px}.heritage-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px;align-items:start}.heritage-quote{position:relative;padding:40px;background-color:#fff;border:1px solid #E5E0DC;box-shadow:0 5px 20px #00000008}.quote-mark{color:#b86b4d;font-size:80px;font-family:Poppins,sans-serif;line-height:.8;margin-bottom:20px;opacity:.3}.quote-text{color:#2c3539;font-size:1.5rem;font-weight:300;line-height:1.4;margin:0 0 20px;font-family:Poppins,sans-serif;font-style:italic}.quote-author{color:#666;font-size:14px;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-family:Poppins,sans-serif}.heritage-description{padding-top:20px}.heritage-description p{color:#666;font-size:16px;line-height:1.7;margin:0 0 40px;font-family:Poppins,sans-serif;font-weight:300}.heritage-stats{display:flex;align-items:center;gap:40px;background-color:#fff;padding:30px;border:1px solid #E5E0DC;box-shadow:0 2px 10px #00000005}.stat-item{text-align:center;flex:1}.stat-number{color:#2c3539;font-size:2.5rem;font-weight:300;margin:0 0 5px;font-family:Poppins,sans-serif}.stat-label{color:#666;font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;font-family:Poppins,sans-serif}.stat-divider{width:1px;height:40px;background-color:#e5e0dc}.heritage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:60px}.heritage-point{display:flex;gap:20px;align-items:flex-start;padding:25px;background-color:#fff;border:1px solid #E5E0DC;transition:all .3s ease;box-shadow:0 2px 5px #00000005}.heritage-point:hover{transform:translateY(-5px);border-color:#b86b4d;background-color:#fff;box-shadow:0 10px 25px #b86b4d14}.point-icon{flex-shrink:0}.icon-circle{width:50px;height:50px;background-color:#b86b4d14;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(184,107,77,.2)}.icon{color:#b86b4d;font-size:18px}.point-content{flex:1}.point-title{color:#2c3539;font-size:18px;font-weight:500;margin:0 0 8px;font-family:Poppins,sans-serif;text-transform:uppercase;letter-spacing:1px}.point-description{color:#666;font-size:14px;line-height:1.5;margin:0;font-family:Poppins,sans-serif;font-weight:300;font-style:italic}.heritage-footer{display:flex;align-items:center;justify-content:center;gap:30px}.heritage-line{width:150px;height:1px;background-color:#e5e0dc}.heritage-dot{width:8px;height:8px;background-color:#b86b4d;border-radius:50%}.heritage-border-top,.heritage-border-bottom{position:absolute;left:40px;right:40px;height:1px;background-color:#e5e0dc;z-index:1}.heritage-border-top{top:40px}.heritage-border-bottom{bottom:40px}.heritage-corner{position:absolute;width:15px;height:15px;border-color:#b86b4d;border-style:solid;z-index:1}.heritage-corner.top-left{top:40px;left:40px;border-width:1px 0 0 1px}.heritage-corner.top-right{top:40px;right:40px;border-width:1px 1px 0 0}.heritage-corner.bottom-left{bottom:40px;left:40px;border-width:0 0 1px 1px}.heritage-corner.bottom-right{bottom:40px;right:40px;border-width:0 1px 1px 0}@media(max-width:1024px){.india-heritage-section{padding:60px 30px}.heritage-title{font-size:2.2rem}.heritage-content{gap:40px;margin-bottom:60px}.quote-text{font-size:1.3rem}.stat-number{font-size:2rem}.heritage-grid{grid-template-columns:repeat(2,1fr)}.heritage-border-top,.heritage-border-bottom{left:30px;right:30px}.heritage-corner.top-left{left:30px}.heritage-corner.top-right{right:30px}.heritage-corner.bottom-left{left:30px}.heritage-corner.bottom-right{right:30px}}@media(max-width:768px){.india-heritage-section{padding:50px 20px}.heritage-title{font-size:1.8rem}.heritage-content{grid-template-columns:1fr;gap:40px;margin-bottom:50px}.quote-text{font-size:1.2rem}.heritage-description p{font-size:15px}.heritage-stats{gap:30px;padding:25px}.stat-number{font-size:1.8rem}.heritage-grid{grid-template-columns:1fr;gap:20px}.heritage-point{padding:20px}.heritage-line{width:80px}.heritage-border-top,.heritage-border-bottom{left:20px;right:20px}.heritage-border-top{top:30px}.heritage-border-bottom{bottom:30px}.heritage-corner.top-left{top:30px;left:20px}.heritage-corner.top-right{top:30px;right:20px}.heritage-corner.bottom-left{bottom:30px;left:20px}.heritage-corner.bottom-right{bottom:30px;right:20px}}@media(max-width:576px){.india-heritage-section{padding:40px 15px}.heritage-title{font-size:1.6rem}.quote-text{font-size:1.1rem}.heritage-quote{padding:30px 20px}.quote-mark{font-size:60px}.heritage-stats{flex-direction:column;gap:20px;padding:20px}.stat-divider{width:40px;height:1px}.icon-circle{width:40px;height:40px}.icon,.point-title{font-size:16px}.heritage-border-top,.heritage-border-bottom{left:15px;right:15px}.heritage-border-top{top:25px}.heritage-border-bottom{bottom:25px}.heritage-corner.top-left{top:25px;left:15px}.heritage-corner.top-right{top:25px;right:15px}.heritage-corner.bottom-left{bottom:25px;left:15px}.heritage-corner.bottom-right{bottom:25px;right:15px}}.why-choose-us-section{padding:80px 40px;background-color:#faf9f6;position:relative;border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC;overflow:hidden}.why-choose-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.section-title{color:#2c3539;font-size:2.5rem;font-weight:300;margin:0 0 30px;font-family:Poppins,sans-serif;text-transform:uppercase}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}.feature-card{background-color:#fff;border:1px solid #E5E0DC;padding:40px 30px;transition:all .3s ease;display:flex;flex-direction:column;height:100%;box-shadow:0 2px 5px #00000005}.feature-card:hover{transform:translateY(-8px);border-color:#b86b4d;box-shadow:0 15px 30px #00000014}.feature-header{display:flex;flex-direction:column;align-items:center;margin-bottom:25px}.feature-icon{font-size:40px;margin-bottom:20px;opacity:.9;color:#2c3539}.feature-title{color:#2c3539;font-size:1.5rem;font-weight:500;text-align:center;margin:0;letter-spacing:1px;font-family:Poppins,sans-serif;text-transform:uppercase}.feature-highlight{color:#b86b4d;font-size:16px;font-weight:600;line-height:1.4;text-align:center;margin:0 0 25px;padding:15px;background-color:#b86b4d14;border-left:3px solid #B86B4D;font-family:Poppins,sans-serif;font-style:italic}.feature-description{color:#666;font-size:15px;line-height:1.6;margin:0 0 30px;text-align:center;flex-grow:1;font-family:Poppins,sans-serif;font-weight:400}.feature-footer{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:auto}.feature-line{width:40px;height:1px;background-color:#e5e0dc;transition:all .3s ease}.feature-dot{width:4px;height:4px;background-color:#b86b4d80;border-radius:50%;transition:all .3s ease}.feature-card:hover .feature-line{background-color:#b86b4d;width:50px}.feature-card:hover .feature-dot{background-color:#b86b4d;transform:scale(1.5)}.why-choose-footer{text-align:center}.footer-text{color:#666;font-size:16px;font-style:italic;font-family:Poppins,sans-serif;font-weight:400;max-width:600px;margin:0 auto;line-height:1.6}.why-border-top,.why-border-bottom{position:absolute;left:40px;right:40px;height:1px;background-color:#e5e0dc;z-index:1}.why-border-top{top:40px}.why-border-bottom{bottom:40px}.why-corner{position:absolute;width:15px;height:15px;border-color:#b86b4d;border-style:solid;z-index:1}.why-corner.top-left{top:40px;left:40px;border-width:1px 0 0 1px}.why-corner.top-right{top:40px;right:40px;border-width:1px 1px 0 0}.why-corner.bottom-left{bottom:40px;left:40px;border-width:0 0 1px 1px}.why-corner.bottom-right{bottom:40px;right:40px;border-width:0 1px 1px 0}@media(max-width:1024px){.why-choose-us-section{padding:60px 30px}.section-title{font-size:2.2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:30px}.why-border-top,.why-border-bottom{left:30px;right:30px}.why-corner.top-left{left:30px}.why-corner.top-right{right:30px}.why-corner.bottom-left{left:30px}.why-corner.bottom-right{right:30px}}@media(max-width:768px){.why-choose-us-section{padding:50px 20px}.section-title{font-size:1.8rem}.features-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto;gap:30px}.feature-card{padding:30px 25px}.feature-title{font-size:1.3rem}.feature-highlight{font-size:15px;padding:12px}.footer-text{font-size:15px}.why-border-top,.why-border-bottom{left:20px;right:20px}.why-border-top{top:30px}.why-border-bottom{bottom:30px}.why-corner.top-left{top:30px;left:20px}.why-corner.top-right{top:30px;right:20px}.why-corner.bottom-left{bottom:30px;left:20px}.why-corner.bottom-right{bottom:30px;right:20px}}@media(max-width:576px){.why-choose-us-section{padding:40px 15px}.section-title{font-size:1.6rem}.feature-card{padding:25px 20px}.feature-icon{font-size:35px}.feature-title{font-size:1.2rem}.feature-highlight,.feature-description{font-size:14px}.footer-line{width:50px}.why-border-top,.why-border-bottom{left:15px;right:15px}.why-border-top{top:25px}.why-border-bottom{bottom:25px}.why-corner.top-left{top:25px;left:15px}.why-corner.top-right{top:25px;right:15px}.why-corner.bottom-left{bottom:25px;left:15px}.why-corner.bottom-right{bottom:25px;right:15px}}.faq-section{padding:80px 40px;background-color:#faf9f6;position:relative;border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC;overflow:hidden}.faq-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.faq-header{text-align:center;margin-bottom:60px}.faq-title{color:#2c3539;font-size:2.5rem;font-weight:700;letter-spacing:2px;margin:0 0 20px;font-family:Poppins,sans-serif;text-transform:uppercase}.faq-subtitle{color:#666;font-size:16px;line-height:1.6;font-family:Poppins,sans-serif;font-weight:300;max-width:600px;margin:0 auto 30px}.title-decoration{display:flex;align-items:center;justify-content:center;gap:20px}.decoration-line{width:100px;height:1px;background-color:#e5e0dc}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px}.faq-column{display:flex;flex-direction:column;gap:20px}.faq-item{background-color:#fff;border:1px solid #E5E0DC;border-radius:2px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 5px #00000005}.faq-item.active{border-color:#b86b4d;box-shadow:0 5px 20px #b86b4d1a}.faq-question{padding:25px 30px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background-color:#fff;transition:all .3s ease;min-height:80px}.faq-item.active .faq-question{background-color:#b86b4d14}.faq-question:hover{background-color:#b86b4d0a}.question-text{color:#2c3539;font-size:16px;font-weight:500;line-height:1.4;margin-right:20px;font-family:Poppins,sans-serif;flex:1}.toggle-icon{color:#b86b4d;font-size:20px;font-weight:300;width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease;border:1px solid rgba(184,107,77,.3);border-radius:50%}.faq-item.active .toggle-icon{transform:rotate(180deg);background-color:#b86b4d;color:#fff;border-color:#b86b4d}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;background-color:#fff}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{color:#666;font-size:15px;line-height:1.6;margin:0;padding:30px;font-family:Poppins,sans-serif;font-weight:400;border-top:1px solid #E5E0DC}.faq-footer{text-align:center}.footer-decoration{display:flex;align-items:center;justify-content:center;gap:30px;margin-bottom:30px}.footer-line{width:80px;height:1px;background-color:#e5e0dc}.footer-dot{width:6px;height:6px;background-color:#b86b4d;border-radius:50%}.footer-text{color:#666;font-size:16px;font-family:Poppins,sans-serif;font-weight:300;max-width:600px;margin:0 auto;line-height:1.6}.contact-link{color:#b86b4d;text-decoration:none;font-weight:500;transition:all .3s ease;border-bottom:1px solid transparent}.contact-link:hover{border-bottom-color:#b86b4d;color:#a55c40}.faq-border-top,.faq-border-bottom{position:absolute;left:40px;right:40px;height:1px;background-color:#e5e0dc;z-index:1}.faq-border-top{top:40px}.faq-border-bottom{bottom:40px}.faq-corner{position:absolute;width:15px;height:15px;border-color:#b86b4d;border-style:solid;z-index:1}.faq-corner.top-left{top:40px;left:40px;border-width:1px 0 0 1px}.faq-corner.top-right{top:40px;right:40px;border-width:1px 1px 0 0}.faq-corner.bottom-left{bottom:40px;left:40px;border-width:0 0 1px 1px}.faq-corner.bottom-right{bottom:40px;right:40px;border-width:0 1px 1px 0}@media(max-width:1024px){.faq-section{padding:60px 30px}.faq-title{font-size:2.2rem}.faq-grid{gap:30px}.faq-question{padding:22px 25px;min-height:75px}.question-text{font-size:15px}.faq-border-top,.faq-border-bottom{left:30px;right:30px}.faq-corner.top-left{left:30px}.faq-corner.top-right{right:30px}.faq-corner.bottom-left{left:30px}.faq-corner.bottom-right{right:30px}}@media(max-width:768px){.faq-section{padding:50px 20px}.faq-title{font-size:1.8rem}.faq-subtitle{font-size:15px}.faq-grid{grid-template-columns:1fr;gap:20px;max-width:700px;margin-left:auto;margin-right:auto}.faq-question{padding:20px 25px;min-height:70px}.faq-answer p{padding:25px;font-size:14px;text-align:center}.question-text{text-align:center}.footer-text{font-size:15px}.faq-border-top,.faq-border-bottom{left:20px;right:20px}.faq-border-top{top:30px}.faq-border-bottom{bottom:30px}.faq-corner.top-left{top:30px;left:20px}.faq-corner.top-right{top:30px;right:20px}.faq-corner.bottom-left{bottom:30px;left:20px}.faq-corner.bottom-right{bottom:30px;right:20px}}@media(max-width:576px){.faq-section{padding:40px 15px}.faq-title{font-size:1.6rem}.faq-subtitle{font-size:14px}.faq-question{padding:18px 20px;min-height:65px}.question-text{font-size:14px}.toggle-icon{width:25px;height:25px;font-size:18px}.faq-answer p{padding:20px;font-size:13px}.footer-line{width:50px}.footer-text{font-size:14px}.faq-border-top,.faq-border-bottom{left:15px;right:15px}.faq-border-top{top:25px}.faq-border-bottom{bottom:25px}.faq-corner.top-left{top:25px;left:15px}.faq-corner.top-right{top:25px;right:15px}.faq-corner.bottom-left{bottom:25px;left:15px}.faq-corner.bottom-right{bottom:25px;right:15px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item.active .faq-answer p{animation:fadeIn .3s ease}.hero-carousel-container{position:relative;width:100%;height:85vh;overflow:hidden;margin-bottom:40px;margin-top:0}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.5s ease-in-out;z-index:1}.carousel-slide.active{opacity:1;z-index:2}.carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px}.carousel-content{color:#faf9f6;max-width:800px;margin-bottom:40px}.carousel-title{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:300;letter-spacing:4px;text-transform:uppercase;line-height:1.2;margin:0 0 20px;display:flex;flex-direction:column;align-items:center}.hero-line:first-child{font-size:.8em}.explore-btn{background-color:#b86b4d;color:#faf9f6;text-decoration:none;font-size:.95rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:12px 30px;border-radius:2px;transition:all .3s ease;border:none;cursor:pointer}.explore-btn:hover{background-color:#a55c40;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.hero-decoration{position:absolute;bottom:30px;display:flex;align-items:center;gap:12px}.decoration-line{width:40px;height:1px;background-color:#faf9f6;opacity:.5}.decoration-dot{width:5px;height:5px;background-color:#b86b4d;border-radius:50%}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#faf9f6;font-size:2rem;cursor:pointer;z-index:10;padding:15px;transition:color .3s;opacity:.8}.carousel-arrow:hover{color:#b86b4d;opacity:1}.carousel-arrow.prev{left:15px}.carousel-arrow.next{right:15px}.carousel-dots{position:absolute;bottom:60px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:5}.dot{width:8px;height:8px;background-color:#ffffff80;border-radius:50%;cursor:pointer;transition:background-color .3s,transform .3s}.dot.active{background-color:#b86b4d;transform:scale(1.2)}.hero-border-top,.hero-border-right,.hero-border-bottom,.hero-border-left{position:absolute;background-color:#b86b4d;z-index:3}.hero-border-top{top:0;left:0;width:100%;height:8px}.hero-border-right{top:0;right:0;width:8px;height:100%}.hero-border-bottom{bottom:0;left:0;width:100%;height:8px}.hero-border-left{top:0;left:0;width:8px;height:100%}.corner-accent{position:absolute;width:20px;height:20px;background-color:#b86b4d;z-index:4}.corner-accent.top-left{top:0;left:0}.corner-accent.top-right{top:0;right:0}.corner-accent.bottom-left{bottom:0;left:0}.corner-accent.bottom-right{bottom:0;right:0}@media(max-width:900px){.hero-carousel-container{height:65vh;margin-bottom:30px}.carousel-title{font-size:2.2rem;letter-spacing:2px}.explore-btn{font-size:.85rem;padding:10px 20px}.hero-decoration{bottom:15px}.carousel-dots{bottom:45px}.carousel-content{margin-bottom:30px}}@media(max-width:768px){.hero-carousel-container{height:60vh;margin-bottom:25px}.carousel-content{margin-bottom:25px}}@media(max-width:550px){.hero-carousel-container{height:50vh;margin-bottom:20px}.carousel-title{font-size:1.6rem;line-height:1.3;margin-bottom:15px}.carousel-arrow{font-size:1.5rem;padding:10px}.explore-btn{font-size:.8rem;padding:8px 18px;letter-spacing:1.5px}.hero-decoration{bottom:10px}.carousel-dots{bottom:35px}.carousel-content{margin-bottom:20px}}@media(max-width:400px){.hero-carousel-container{height:45vh}.carousel-title{font-size:1.4rem}.carousel-content{margin-bottom:15px}}.hero-carousel-container:first-child{margin-top:0}#root>.hero-carousel-container,body>.hero-carousel-container{margin-top:0!important}html,body{margin:0;padding:0}.header-spacer+.hero-carousel-container{margin-top:0}.home-screen{min-height:100vh;display:flex;flex-direction:column;font-family:Poppins,sans-serif;background-color:#faf9f6;color:#2c3539;line-height:1.6}.hero-container{position:relative;margin:20px;border-radius:4px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.hero-section{min-height:80vh;position:relative;display:flex;align-items:flex-end;padding:0 40px 60px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:4px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#faf9f64d,#faf9f699 30%,#faf9f6d9 70%,#faf9f6f2);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:60px;border-radius:4px}.hero-content{max-width:800px;margin:0 auto;text-align:center;z-index:2;width:100%;padding:0 20px}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:300;line-height:1.2;margin-bottom:40px;letter-spacing:2px;text-transform:uppercase;font-family:Poppins,sans-serif;color:#2c3539;text-shadow:0px 2px 4px rgba(0,0,0,.05)}.hero-line{display:block;margin-bottom:10px}.hero-line:last-child{margin-bottom:0}.explore-btn{background-color:#b86b4d;color:#fff;border:none;padding:16px 48px;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;font-family:Poppins,sans-serif;box-shadow:0 4px 12px #b86b4d40;width:auto;min-width:200px}.explore-btn:hover{background-color:#a55c40;transform:translateY(-2px);box-shadow:0 10px 20px #b86b4d66}.explore-btn:after{content:"→";margin-left:10px;transition:transform .3s ease}.explore-btn:hover:after{transform:translate(5px)}.hero-decoration{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:60px;z-index:2}.decoration-line{width:80px;height:1px;background-color:#2c3539;opacity:.3}.decoration-dot{width:6px;height:6px;background-color:#b86b4d;border-radius:50%}.hero-border-top,.hero-border-bottom{position:absolute;left:0;right:0;height:2px;background-color:#e5e0dc;z-index:3}.hero-border-left,.hero-border-right{position:absolute;top:0;bottom:0;width:2px;background-color:#e5e0dc;z-index:3}.hero-border-top{top:0}.hero-border-bottom{bottom:0}.hero-border-left{left:0}.hero-border-right{right:0}.corner-accent{position:absolute;width:20px;height:20px;border-color:#b86b4d;border-style:solid;z-index:4}.corner-accent.top-left{top:0;left:0;border-width:2px 0 0 2px;border-top-left-radius:4px}.corner-accent.top-right{top:0;right:0;border-width:2px 2px 0 0;border-top-right-radius:4px}.corner-accent.bottom-left{bottom:0;left:0;border-width:0 0 2px 2px;border-bottom-left-radius:4px}.corner-accent.bottom-right{bottom:0;right:0;border-width:0 2px 2px 0;border-bottom-right-radius:4px}.products-section{padding:80px 40px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:40px}.palette-section{padding:60px 40px;background-color:#fff;border-top:1px solid #E5E0DC;width:100%;box-sizing:border-box}.palette-container{max-width:600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:40px;box-sizing:border-box}.palette-item{display:flex;align-items:center;gap:20px}.color-box{width:60px;height:60px;border-radius:2px;border:1px solid #E5E0DC;box-shadow:0 2px 8px #0000000d;flex-shrink:0}.color-info{display:flex;flex-direction:column;gap:4px}.color-name{font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;font-family:Poppins,sans-serif;color:#2c3539}.color-description{font-size:12px;color:#666;font-style:italic;font-family:Poppins,sans-serif}.palette-codes{display:flex;gap:30px;flex-wrap:wrap}.color-code-group{display:flex;flex-direction:column;align-items:center;gap:4px}.code-label{font-size:24px;font-family:Poppins,sans-serif;color:#b86b4d}.code-value{font-size:12px;color:#999;letter-spacing:1px;font-family:Poppins,sans-serif}.our-story-section,.numbers-section,.featured-products-section,.india-heritage-section,.why-choose-us-section,.faq-section{margin-top:40px}@media(max-width:1200px){.hero-title{font-size:clamp(1.8rem,4vw,3rem)}.our-story-section,.numbers-section,.featured-products-section,.india-heritage-section,.why-choose-us-section,.faq-section{margin-top:35px}}@media(max-width:1024px){.hero-section{min-height:70vh;padding:0 30px 50px}.hero-overlay{padding-bottom:50px}.hero-container{margin:15px}.products-section{padding:60px 30px}.products-grid{gap:30px}.palette-section{padding:50px 30px}.our-story-section,.numbers-section,.featured-products-section,.india-heritage-section,.why-choose-us-section,.faq-section{margin-top:30px}}@media(max-width:768px){.hero-container{margin:10px}.hero-section{min-height:60vh;padding:0 20px 40px}.hero-overlay{padding-bottom:40px}.hero-title{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:30px}.hero-line{margin-bottom:8px}.explore-btn{padding:14px 32px;font-size:13px;min-width:180px}.hero-decoration{margin-top:40px}.decoration-line{width:60px}.corner-accent{width:15px;height:15px}.products-section{padding:50px 20px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.palette-section{padding:40px 20px}.palette-container{flex-direction:column;text-align:center;gap:30px}.palette-item,.palette-codes{justify-content:center;width:100%}.our-story-section,.numbers-section,.featured-products-section,.india-heritage-section,.why-choose-us-section,.faq-section{margin-top:25px}}@media(max-width:576px){.hero-container{margin:5px}.hero-section{min-height:50vh;padding:0 15px 30px}.hero-overlay{padding-bottom:30px}.hero-title{font-size:clamp(1.4rem,3.5vw,1.8rem);letter-spacing:1px;margin-bottom:25px}.hero-content{padding:0 10px}.explore-btn{padding:12px 24px;font-size:12px;min-width:160px;letter-spacing:1.5px}.hero-decoration{margin-top:30px;gap:15px}.decoration-line{width:40px}.products-section{padding:40px 15px}.products-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto;gap:20px}.palette-section{padding:30px 15px}.palette-container{gap:25px}.color-box{width:50px;height:50px}.code-label{font-size:20px}.our-story-section,.numbers-section,.featured-products-section,.india-heritage-section,.why-choose-us-section,.faq-section{margin-top:20px}}@media(max-width:400px){.hero-section{min-height:45vh}.hero-title{font-size:1.3rem}.hero-line{display:inline}.hero-line:after{content:" ";display:block}.explore-btn{padding:10px 20px;font-size:11px;min-width:140px}.products-section{padding:30px 10px}.products-grid{gap:15px}.palette-codes{flex-direction:column;gap:20px}.our-story-section,.numbers-section,.featured-products-section,.india-heritage-section,.why-choose-us-section,.faq-section{margin-top:15px}}.aboutPage{background-color:#faf9f6;color:#2c3539;min-height:100vh}.sectionBorder{border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC;position:relative}.container{max-width:1200px;margin:0 auto;padding:80px 40px}@media(max-width:768px){.container{padding:60px 20px}}.hero{height:70vh;min-height:600px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center}.heroOverlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#faf9f633}.heroContent{text-align:center;position:relative;padding:60px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #E5E0DC;max-width:800px;width:100%;box-shadow:0 10px 30px #0000000d}.cornerAccentTopLeft,.cornerAccentTopRight,.cornerAccentBottomLeft,.cornerAccentBottomRight{position:absolute;width:15px;height:15px;border-color:#b86b4d}.cornerAccentTopLeft{top:-1px;left:-1px;border-left:2px solid;border-top:2px solid}.cornerAccentTopRight{top:-1px;right:-1px;border-right:2px solid;border-top:2px solid}.cornerAccentBottomLeft{bottom:-1px;left:-1px;border-left:2px solid;border-bottom:2px solid}.cornerAccentBottomRight{bottom:-1px;right:-1px;border-right:2px solid;border-bottom:2px solid}.heroTitle{font-family:Poppins,sans-serif;font-size:4.5rem;font-weight:300;letter-spacing:3px;margin-bottom:20px;text-transform:uppercase;color:#2c3539}.heroSubtitle{font-size:1.5rem;color:#666;letter-spacing:2px;margin-bottom:30px;text-transform:uppercase}.decorativeLine{width:100px;height:2px;background:#b86b4d;margin:30px auto}.heroDescription{font-size:1.2rem;color:#555;line-height:1.8;max-width:600px;margin:0 auto}.missionContent{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media(max-width:1024px){.missionContent{grid-template-columns:1fr;gap:40px}}.missionText{padding-right:40px}@media(max-width:1024px){.missionText{padding-right:0}}.sectionTitle{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase;color:#2c3539}.sectionSubtitle{font-size:1.8rem;color:#b86b4d;margin-bottom:30px;font-weight:300}.separator{width:60px;height:1px;background:#e5e0dc;margin:30px 0}.missionStatement{font-size:1.2rem;color:#2c3539;line-height:1.8;margin-bottom:20px;font-weight:500}.missionDetail{font-size:1rem;color:#666;line-height:1.6}.missionImage,.craftsmanshipImage,.commitmentImage{height:400px;border:1px solid #E5E0DC;position:relative;overflow:hidden;background-color:#f4f1ee;display:flex;align-items:center;justify-content:center}.imageContent{width:100%;height:100%;object-fit:fill;object-position:center;display:block}.imagePlaceholder{width:100%;height:100%;background:linear-gradient(135deg,#f4f1ee,#e5e0dc);display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;display:none}.imageText{color:#b86b4d;font-size:1.2rem;letter-spacing:2px;text-transform:uppercase;text-align:center}.sectionHeader{text-align:center;margin-bottom:60px}.titleDecoration{display:flex;justify-content:center;gap:10px;margin-top:20px}.decorationDot{width:6px;height:6px;background:#b86b4d;border-radius:50%}.heritageContent{display:grid;grid-template-columns:2fr 1fr;gap:60px}@media(max-width:768px){.heritageContent{grid-template-columns:1fr}}.heritageParagraph{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:20px}.heritageStats{display:grid;grid-template-columns:1fr;gap:30px;padding:40px;background:#fff;border:1px solid #E5E0DC;box-shadow:0 2px 5px #00000008}.statItem{text-align:center;padding:20px}.statNumber{font-size:3rem;color:#b86b4d;font-weight:300;margin-bottom:10px}.statLabel{font-size:.9rem;color:#555;text-transform:uppercase;letter-spacing:2px}.craftsmanshipContent{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media(max-width:1024px){.craftsmanshipContent{grid-template-columns:1fr;gap:40px}}.craftsmanshipParagraph{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:20px}.craftsmanshipList{list-style:none;padding:0;margin-top:30px}.craftsmanshipList li{color:#2c3539;margin-bottom:15px;padding-left:25px;position:relative}.craftsmanshipList li:before{content:"•";color:#b86b4d;position:absolute;left:0;font-size:1.5rem}.productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}@media(max-width:900px){.productGrid{grid-template-columns:repeat(2,1fr);gap:25px}}@media(max-width:600px){.productGrid{grid-template-columns:1fr;gap:20px}}.productCard{background:#fff;border:1px solid #E5E0DC;padding:40px 30px;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;height:100%;box-shadow:0 2px 5px #00000005}.productCard:hover{border-color:#b86b4d;transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.productTitle{font-size:1.3rem;color:#2c3539;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px;font-weight:500;min-height:60px;display:flex;align-items:center;justify-content:center}.productDescription{color:#666;line-height:1.6;margin-bottom:25px;font-size:.9rem;flex-grow:1}.productButton{background:transparent;border:1px solid #B86B4D;color:#2c3539;padding:12px 24px;font-size:.8rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;width:100%;max-width:200px;margin-left:auto;margin-right:auto}.productButton:hover{background:#b86b4d1a;color:#b86b4d;border-color:#b86b4d}.buttonArrow{transition:transform .3s ease;font-size:1rem}.productButton:hover .buttonArrow{transform:translate(3px)}@media(max-width:1200px){.productCard{padding:30px 20px}.productTitle{font-size:1.2rem;min-height:55px}.productDescription{font-size:.85rem}}@media(max-width:768px){.productCard{padding:25px 15px}.productTitle{font-size:1.1rem;min-height:50px}.productButton{padding:10px 20px;font-size:.75rem}}.commitmentContent{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media(max-width:1024px){.commitmentContent{grid-template-columns:1fr;gap:40px}}.commitmentSubtitle{font-size:1.5rem;color:#2c3539;margin-bottom:30px;font-weight:300}.commitmentParagraph{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:30px}.commitmentPoints{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}@media(max-width:768px){.commitmentPoints{grid-template-columns:1fr}}.commitmentPoint{display:flex;align-items:center;gap:10px;color:#2c3539;font-size:.95rem}.checkmark{color:#b86b4d;font-weight:700}.leadership{background:#f4f1ee}.quoteContent{text-align:center;padding:80px 60px;position:relative;max-width:800px;margin:0 auto;background:#fff;border:1px solid #E5E0DC;box-shadow:0 5px 20px #00000008}.quoteIcon{font-size:4rem;color:#b86b4d;font-family:Poppins,sans-serif;margin-bottom:20px}.quoteText{font-size:1.5rem;line-height:1.8;color:#2c3539;font-style:italic;margin-bottom:40px}.quoteAuthor{margin-top:40px}.authorName{font-size:1.2rem;color:#2c3539;font-weight:600;margin-bottom:5px;letter-spacing:1px}.authorTitle{font-size:.9rem;color:#b86b4d;text-transform:uppercase;letter-spacing:2px}.ctaContent{text-align:center;padding:60px 40px;background:#fff;border:1px solid #E5E0DC}.ctaTitle{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase;color:#2c3539}.ctaText{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto 40px;line-height:1.8}.ctaButtons{display:flex;gap:20px;justify-content:center;margin-bottom:30px}@media(max-width:768px){.ctaButtons{flex-direction:column;align-items:center}}.primaryButton,.secondaryButton{padding:16px 48px;font-size:.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:5px}.primaryButton{background:#b86b4d;color:#fff}.primaryButton:hover{background:#a55c40;transform:translateY(-2px)}.secondaryButton{background:transparent;color:#2c3539;border:1px solid #B86B4D}.secondaryButton:hover{background:#b86b4d1a;color:#b86b4d}.ctaNote{font-size:.9rem;color:#b86b4d;font-style:italic;margin-top:20px}@media(max-width:1024px){.heroTitle{font-size:3.5rem}.sectionTitle{font-size:2rem}.sectionSubtitle{font-size:1.5rem}.missionImage,.craftsmanshipImage,.commitmentImage{height:350px}}@media(max-width:768px){.heroTitle{font-size:2.8rem}.heroSubtitle{font-size:1.2rem}.sectionTitle{font-size:1.8rem}.sectionSubtitle{font-size:1.3rem}.container{padding:40px 20px}.quoteText{font-size:1.2rem}.missionImage,.craftsmanshipImage,.commitmentImage{height:300px}.heroContent{padding:40px 20px}.quoteContent{padding:60px 30px}}@media(max-width:480px){.heroTitle{font-size:2.2rem}.hero{min-height:500px}.missionImage,.craftsmanshipImage,.commitmentImage{height:250px}.heroContent,.quoteContent{padding:30px 15px}}@media(max-width:768px){.missionText,.heritageText,.craftsmanshipText,.commitmentText,.missionStatement,.missionDetail,.heritageParagraph,.craftsmanshipParagraph,.commitmentParagraph{text-align:center}.commitmentPoint{justify-content:center}.craftsmanshipList{text-align:center}.craftsmanshipList li{padding-left:0}.craftsmanshipList li:before{position:static;display:inline-block;margin-right:8px}}@media(max-width:480px){.missionText,.heritageText,.craftsmanshipText,.commitmentText,.missionStatement,.missionDetail,.heritageParagraph,.craftsmanshipParagraph,.commitmentParagraph{text-align:center}}.products-page{background-color:#2c3539;color:#faf9f6;min-height:100vh}.section-border{border-top:1px solid #594247;border-bottom:1px solid #594247;position:relative}.products-header{padding:100px 40px 40px;background:linear-gradient(#2c3539e6,#2c3539e6),url(https://images.unsplash.com/photo-1513475382585-d06e58bcb0e0?w=1600&h=400&fit=crop&q=80);background-size:cover;background-position:center;text-align:center}.breadcrumb{font-size:.9rem;color:#d1ccc3;margin-bottom:20px;letter-spacing:1px}.breadcrumb-separator{margin:0 10px}.page-title{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:300;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;color:#faf9f6}.page-subtitle{font-size:1.1rem;color:#d1ccc3;margin-bottom:40px;letter-spacing:1px}.sorting-container{max-width:400px;margin:0 auto;padding:20px;background:#384246cc;border:1px solid #594247;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sort-by{display:flex;align-items:center;justify-content:space-between;gap:20px}.sort-by label{font-size:.9rem;color:#faf9f6;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}.sort-select{background:#384246;border:1px solid #594247;color:#faf9f6;padding:10px 40px 10px 20px;font-size:.9rem;width:200px;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23FAF9F6' 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-repeat:no-repeat;background-position:right 15px center;background-size:12px}.section-header{text-align:center;margin-bottom:60px}.section-title{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:700;text-transform:uppercase;margin-bottom:15px;color:#2c3539}.section-subtitle{font-size:2.1rem;color:#d1ccc3;margin-bottom:20px}.title-decoration{display:flex;justify-content:center;gap:8px;margin-top:20px}.decoration-dot{width:6px;height:6px;background:#b86b4d;border-radius:50%}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}@media(max-width:1200px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.featured-grid{grid-template-columns:1fr}}.featured-card{background:#384246;border:1px solid #594247;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.featured-card:hover{border-color:#b86b4d;transform:translateY(-5px)}.featured-image{position:relative;height:250px;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-card:hover .featured-image img{transform:scale(1.05)}.category-badge{position:absolute;top:15px;left:15px;background:#b86b4d;color:#faf9f6;padding:5px 15px;font-size:.8rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.featured-content{padding:30px;flex:1;display:flex;flex-direction:column}.featured-title{font-size:1.2rem;font-weight:400;margin-bottom:15px;color:#faf9f6;line-height:1.4}.featured-description{font-size:.9rem;color:#d1ccc3;line-height:1.6;margin-bottom:20px;flex:1}.featured-price{font-size:1.3rem;color:#b86b4d;font-weight:600;margin-bottom:20px}.read-more-btn{background:transparent;border:1px solid #B86B4D;color:#b86b4d;padding:12px 24px;font-size:.8rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.read-more-btn:hover{background:#b86b4d1a}.read-more-btn:hover .btn-arrow{transform:translate(5px)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:60px}@media(max-width:1400px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.products-grid{grid-template-columns:1fr}}.product-card{background:#384246;border:1px solid #594247;transition:all .3s ease}.product-card:hover{border-color:#b86b4d;transform:translateY(-3px)}.product-image{position:relative;height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.featured-tag{position:absolute;top:10px;right:10px;background:#b86b4d;color:#faf9f6;padding:4px 12px;font-size:.7rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.product-content{padding:25px}.product-category{font-size:2.75rem;color:#b86b4d;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:600}.product-title{font-size:1rem;font-weight:400;margin-bottom:10px;color:#faf9f6;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-description{font-size:.85rem;color:#d1ccc3;line-height:1.5;margin-bottom:20px;height:60px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.product-price{font-size:1.1rem;color:#b86b4d;font-weight:600}.view-details-btn{background:transparent;border:1px solid #594247;color:#faf9f6;padding:8px 16px;font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:5px}.view-details-btn:hover{border-color:#b86b4d;background:#b86b4d1a}.pagination{display:flex;justify-content:space-between;align-items:center;padding:30px 0;border-top:1px solid #594247}.pagination-btn{background:transparent;border:1px solid #594247;color:#faf9f6;padding:10px 20px;font-size:.9rem;cursor:pointer;transition:all .3s ease;min-width:120px}.pagination-btn:hover:not(:disabled){border-color:#b86b4d;background:#b86b4d1a}.pagination-btn:disabled{opacity:.3;cursor:not-allowed}.page-number{background:transparent;border:1px solid #594247;color:#faf9f6;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:.9rem;cursor:pointer;transition:all .3s ease}.page-number:hover{border-color:#b86b4d;background:#b86b4d1a}.page-number.active{background:#b86b4d;border-color:#b86b4d;color:#faf9f6}.page-dots{color:#d1ccc3;padding:0 5px}.products-cta{background:#1a1f21}.cta-content{text-align:center;padding:60px 40px;position:relative;background:#38424680;border:1px solid #594247}.corner-accent-bottom-left,.corner-accent-bottom-right{position:absolute;width:15px;height:15px;border-color:#b86b4d}.corner-accent-bottom-left{bottom:-1px;left:-1px;border-left:2px solid;border-bottom:2px solid}.corner-accent-bottom-right{bottom:-1px;right:-1px;border-right:2px solid;border-bottom:2px solid}.cta-title{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:300;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase;color:#faf9f6}.cta-text{font-size:1.1rem;color:#d1ccc3;max-width:600px;margin:0 auto 40px;line-height:1.6}.cta-buttons{display:flex;gap:20px;justify-content:center}@media(max-width:768px){.cta-buttons{flex-direction:column;align-items:center}}.primary-btn,.secondary-btn{padding:16px 48px;font-size:.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;border:none;cursor:pointer;transition:all .3s ease}.primary-btn{background:#b86b4d;color:#faf9f6;display:flex;align-items:center;gap:10px}.primary-btn:hover{background:#a55c40;transform:translateY(-2px)}.secondary-btn{background:transparent;color:#faf9f6;border:1px solid #B86B4D}.secondary-btn:hover{background:#b86b4d1a}@media(max-width:1024px){.page-title{font-size:2.8rem}.section-title,.cta-title{font-size:2rem}}@media(max-width:768px){.products-header{padding:80px 20px 30px}.page-title{font-size:2.2rem}.section-title{font-size:2.8rem}.cta-title{font-size:1.8rem}.primary-btn,.secondary-btn{padding:14px 32px;font-size:.85rem}}@media(max-width:480px){.pagination{flex-direction:column;gap:20px}.page-numbers{order:2}.prev-btn{order:1}.next-btn{order:3}.page-title{font-size:2.8rem}.cta-title{font-size:1.6rem}}.horn-buttons-page{background-color:#faf9f6;color:#2c3539;min-height:100vh}.section-border{border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC;position:relative}.container{max-width:1400px;margin:0 auto;padding:60px 40px}.page-header{padding:100px 40px 40px;background:linear-gradient(#faf9f6d9,#faf9f6f2),url(https://images.unsplash.com/photo-1586023492125-27b2c045efd7?w=1600&h=400&fit=crop&q=80);background-size:cover;background-position:center}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#666;margin-bottom:30px;letter-spacing:1px}.breadcrumb a{color:#b86b4d;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#2c3539}.breadcrumb-separator{margin:0 5px;color:#999}.page-title{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;color:#2c3539}.page-description{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:40px;max-width:800px}.page-stats{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fffc;border:1px solid #E5E0DC;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #00000008}.results-count{font-size:.9rem;color:#2c3539;letter-spacing:1px}.sorting-options{display:flex;align-items:center;gap:15px}.sorting-options label{font-size:.9rem;color:#2c3539;text-transform:uppercase;letter-spacing:1px}.sort-select{background:#fff;border:1px solid #E5E0DC;color:#2c3539;padding:8px 35px 8px 15px;font-size:.9rem;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%232C3539' 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-repeat:no-repeat;background-position:right 15px center;background-size:12px}.sort-select:focus{outline:none;border-color:#b86b4d}.featured-banner{background:#fff;border-bottom:1px solid #E5E0DC}.banner-content{text-align:center;padding:40px}.banner-title{font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;color:#2c3539}.banner-text{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto 30px;line-height:1.6}.banner-features{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:30px}.feature{display:flex;align-items:center;gap:10px}.feature-icon{color:#b86b4d;font-size:1.2rem;font-weight:700}.feature-text{font-size:.9rem;color:#2c3539;text-transform:uppercase;letter-spacing:1px}.products-grid-section{background:#faf9f6}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.product-card.minimal{background:#fff;border:1px solid #E5E0DC;border-radius:4px;transition:all .3s ease;height:100%;display:flex;flex-direction:column;overflow:hidden;min-height:420px;position:relative;box-shadow:0 2px 5px #00000005}.product-card.minimal:hover{transform:translateY(-5px);border-color:#b86b4d;box-shadow:0 15px 30px #00000014}.product-image-container.minimal{height:220px;overflow:hidden;background:#f4f1ee;flex-shrink:0;cursor:pointer;position:relative;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.product-image-container.minimal:hover{transform:scale(1.02)}.zoom-indicator{position:absolute;top:10px;right:10px;background:#fff;border:1px solid #E5E0DC;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;opacity:0;transform:scale(.8);transition:all .3s ease;z-index:2;cursor:pointer}.product-image-container.minimal:hover .zoom-indicator{opacity:1;transform:scale(1)}.zoom-icon{color:#2c3539;transition:color .2s ease}.zoom-indicator:hover .zoom-icon{color:#b86b4d}.zoom-indicator svg{width:18px;height:18px;stroke:#2c3539}.zoom-indicator:hover svg{stroke:#b86b4d}.product-image-container.minimal img{width:auto;height:auto;max-width:90%;max-height:90%;object-fit:contain;transition:transform .3s ease}.product-card.minimal:hover .product-image-container.minimal img{transform:scale(1.1)}.product-content.minimal{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;min-height:140px;justify-content:flex-start}.product-sku.minimal{display:block;font-size:.85rem;letter-spacing:1px;color:#b86b4d;text-transform:uppercase;margin-bottom:.75rem;font-weight:600;line-height:1.2;text-align:center}.product-title.minimal{font-size:1.125rem;font-weight:700;color:#2c3539;margin:0 0 .75rem;line-height:1.4;font-family:Poppins,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.8em;text-align:center}.product-description.minimal{display:block;font-size:.875rem;color:#666;line-height:1.5;margin:0;flex-grow:1;text-align:center}.product-card{background:#fff;border:1px solid #E5E0DC;border-radius:4px;padding:1.5rem;display:flex;flex-direction:column;transition:all .3s ease;height:100%;position:relative;box-shadow:0 2px 5px #00000005}.product-card:hover{transform:translateY(-5px);border-color:#b86b4d;box-shadow:0 15px 30px #00000014}.product-code{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-sku{font-size:.875rem;color:#b86b4d;font-weight:600;background:#b86b4d14;padding:.25rem .75rem;border-radius:4px;letter-spacing:1px;text-transform:uppercase}.featured-badge{background:#b86b4d;color:#fff;font-size:.75rem;padding:.25rem .75rem;border-radius:4px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.product-image-container{position:relative;margin-bottom:1rem;border-radius:4px;overflow:hidden;height:200px;background:#f4f1ee}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.sale-badge{position:absolute;top:.75rem;right:.75rem;background:#b86b4d;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:1px}.product-title{font-size:1.125rem;font-weight:500;color:#2c3539;margin-bottom:.75rem;line-height:1.4;font-family:Poppins,sans-serif}.product-description{font-size:.875rem;color:#666;line-height:1.5;margin-bottom:1rem;flex-grow:1}.product-meta{margin-bottom:1rem;padding:.75rem;background:#f9f9f9;border-radius:4px;border:1px solid #E5E0DC}.product-colors,.product-sizes,.product-stock{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem}.product-colors:last-child,.product-sizes:last-child,.product-stock:last-child{margin-bottom:0}.meta-label{color:#666;font-weight:400}.meta-value{color:#2c3539;font-weight:500}.stock-status{font-weight:500}.stock-status.in-stock{color:#b86b4d}.stock-status.low-stock{color:#e67e22}.stock-status.made-to-order{color:#4caf50}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #E5E0DC}.product-price{display:flex;align-items:center;gap:.5rem}.current-price{font-size:1.25rem;font-weight:600;color:#2c3539;font-family:Poppins,sans-serif}.original-price{font-size:.875rem;color:#999;text-decoration:line-through}.contact-price{font-size:1rem;font-weight:500;color:#4caf50}.view-details-btn{display:inline-flex;align-items:center;gap:.25rem;color:#fff;background:#b86b4d;font-size:.875rem;font-weight:500;text-decoration:none;padding:.5rem 1rem;border:1px solid #B86B4D;border-radius:4px;transition:all .2s ease;text-transform:uppercase;letter-spacing:1px}.view-details-btn:hover{background:#a55c40;border-color:#a55c40;transform:translateY(-2px);color:#fff}.read-more-btn-single{display:inline-block;padding:10px 22px;background:#b86b4d;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;border-radius:2px;transition:.3s ease;margin-top:1rem;align-self:center}.read-more-btn-single:hover{background:#a55c40;transform:translateY(-2px);color:#fff}.pagination{display:flex;justify-content:space-between;align-items:center;padding:30px 0;border-top:1px solid #E5E0DC}.pagination-btn{background:transparent;border:1px solid #E5E0DC;color:#2c3539;padding:10px 20px;font-size:.9rem;cursor:pointer;transition:all .3s ease;min-width:120px}.pagination-btn:hover:not(:disabled){border-color:#b86b4d;background:#b86b4d14;color:#b86b4d}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;color:#999;border-color:#e5e0dc}.page-numbers{display:flex;gap:8px;align-items:center}.page-number{background:#fff;border:1px solid #E5E0DC;color:#2c3539;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:.9rem;cursor:pointer;transition:all .3s ease}.page-number:hover{border-color:#b86b4d;color:#b86b4d;background:#b86b4d0d}.page-number.active{background:#b86b4d;border-color:#b86b4d;color:#fff}.page-dots{color:#666;padding:0 5px}.custom-solutions{background:#fff;border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC}.solutions-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media(max-width:1024px){.solutions-content{grid-template-columns:1fr;gap:40px}}.solutions-text{padding-right:40px}@media(max-width:1024px){.solutions-text{padding-right:0}}.solutions-title{font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;color:#2c3539}.solutions-description{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:30px}.solutions-features{list-style:none;padding:0;margin-bottom:30px}.solutions-features li{color:#2c3539;margin-bottom:12px;padding-left:25px;position:relative;font-size:.95rem}.solutions-features li:before{content:"✓";color:#b86b4d;position:absolute;left:0;font-weight:700}.solutions-btn{background:#b86b4d;color:#fff;border:none;padding:14px 32px;font-size:.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px}.solutions-btn:hover{background:#a55c40;transform:translateY(-2px)}.btn-arrow{transition:transform .3s ease}.solutions-btn:hover .btn-arrow{transform:translate(5px)}.solutions-image{height:400px;border:1px solid #E5E0DC;position:relative}.image-placeholder{width:100%;height:100%;background:#f4f1ee;display:flex;align-items:center;justify-content:center}.image-text{color:#b86b4d;font-size:1.2rem;letter-spacing:2px;text-transform:uppercase}.technical-info{background:#f4f1ee;border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC;padding:80px 40px}.info-title{font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:40px;color:#2c3539;text-align:center}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media(max-width:1024px){.info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.info-grid{grid-template-columns:1fr}}.info-card{background:#fff;border:1px solid #E5E0DC;padding:30px;text-align:center;transition:all .3s ease;box-shadow:0 2px 10px #00000008}.info-card:hover{border-color:#b86b4d;transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.info-card-title{font-size:1.2rem;color:#b86b4d;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.info-card-text{font-size:1.1rem;color:#2c3539;margin-bottom:5px;font-weight:500}.info-card-subtext{font-size:.9rem;color:#666;font-style:italic}.related-categories{padding:80px 40px;background:#faf9f6}.related-title{font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:40px;color:#2c3539;text-align:center}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media(max-width:1024px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.categories-grid{grid-template-columns:1fr}}.category-card{background:#fff;border:1px solid #E5E0DC;padding:40px 30px;text-align:center;text-decoration:none;transition:all .3s ease;display:block;box-shadow:0 2px 8px #00000008}.category-card:hover{border-color:#b86b4d;transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.category-icon{font-size:3rem;margin-bottom:20px;color:#2c3539}.category-name{font-size:1.2rem;color:#2c3539;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.category-description{font-size:.9rem;color:#666;line-height:1.5}.image-modal-overlay{position:fixed;inset:0;background:#2c3539e6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.image-modal-content{background:#fff;border:none;border-radius:8px;max-width:90%;max-height:90%;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 50px #0000004d}.modal-close-btn{position:absolute;top:15px;right:15px;background:#b86b4df2;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close-btn:hover{background:#b86b4d;transform:scale(1.1);box-shadow:0 4px 12px #b86b4d66}.modal-image-container{max-width:800px;max-height:70vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f9f9f9;padding:30px}.modal-image{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain;display:block}.modal-image-caption{padding:20px;background:#fff;border-top:1px solid #E5E0DC;text-align:center}.modal-image-caption h3{font-family:Poppins,sans-serif;font-size:1.3rem;color:#2c3539;font-weight:500;margin:0 0 10px;line-height:1.4}.modal-image-caption p{font-size:.95rem;color:#666;line-height:1.5;margin:0}@media(max-width:768px){.image-modal-content{max-width:95%;max-height:85%}.modal-image-container{max-height:60vh;padding:20px}.modal-image{max-height:60vh}.modal-image-caption h3{font-size:1.1rem}.modal-image-caption p{font-size:.85rem}.modal-close-btn{width:35px;height:35px;font-size:1.3rem;top:10px;right:10px}}@media(max-width:480px){.image-modal-content{max-width:98%;max-height:90%}.modal-image-container{max-height:50vh;padding:15px}.modal-image{max-height:50vh}.modal-image-caption{padding:15px}.modal-image-caption h3{font-size:1rem}.modal-image-caption p{font-size:.8rem}}@media(max-width:1024px){.page-title{font-size:2.8rem}.banner-title,.solutions-title,.info-title,.related-title{font-size:1.8rem}}@media(max-width:768px){.page-header{padding:80px 20px 30px}.page-title{font-size:2.2rem}.page-description{font-size:1rem}.banner-title,.solutions-title,.info-title,.related-title{font-size:1.6rem}.page-stats{flex-direction:column;gap:15px;text-align:center}.sorting-options{width:100%;justify-content:center}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.product-card.minimal{padding:0;min-height:380px}.product-image-container.minimal{height:180px}.zoom-indicator{width:32px;height:32px;top:8px;right:8px}.zoom-indicator svg{width:16px;height:16px}.product-content.minimal{padding:1rem;min-height:120px}.product-title.minimal{font-size:1rem;min-height:2.4em;-webkit-line-clamp:2}.product-description.minimal{font-size:.8rem}.solutions-content{gap:30px}.solutions-image{height:300px}}@media(max-width:480px){.page-title{font-size:1.8rem}.banner-title,.solutions-title,.info-title,.related-title{font-size:1.4rem}.banner-features{flex-direction:column;gap:15px}.pagination{flex-direction:column;gap:20px}.page-numbers{order:2}.prev-btn{order:1}.next-btn{order:3}.products-grid{grid-template-columns:1fr}.product-card.minimal{min-height:350px}.product-image-container.minimal{height:160px}.zoom-indicator{width:30px;height:30px;top:5px;right:5px}.zoom-indicator svg{width:14px;height:14px}.product-content.minimal{padding:.75rem;min-height:110px}.product-title.minimal{font-size:.95rem;min-height:2.2em}.product-description.minimal{font-size:.75rem}}@media(prefers-reduced-motion:reduce){.product-card.minimal,.product-image-container.minimal,.product-card.minimal:hover .product-image-container.minimal img,.zoom-indicator,.modal-close-btn,.modal-close-btn:hover,.solutions-btn:hover,.solutions-btn:hover .btn-arrow{transition:none}}@media print{.zoom-indicator,.modal-close-btn,.solutions-btn,.pagination{display:none!important}.product-card.minimal,.category-card,.info-card{border:1px solid #ccc;box-shadow:none}body{background-color:#fff;color:#000}}@media(max-width:768px){.page-description,.banner-text,.solutions-description,.info-card-text,.info-card-subtext,.category-description,.page-title,.banner-title,.solutions-title,.info-title,.related-title,.solutions-features{text-align:center}.solutions-features li{padding-left:0}.solutions-features li:before{position:static;display:inline-block;margin-right:8px}.solutions-btn{margin-left:auto;margin-right:auto}}@media(max-width:480px){.page-description,.banner-text,.solutions-description,.info-card-text,.info-card-subtext,.category-description{text-align:center}}.video-gallery-section{background:#faf9f6;padding:60px 0}.video-gallery-title{font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:15px;color:#2c3539;text-align:center}.video-gallery-description{font-size:1.1rem;color:#666;text-align:center;max-width:600px;margin:0 auto 40px;line-height:1.6}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.video-card{background:#fff;border:1px solid #E5E0DC;border-radius:4px;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column;cursor:pointer;box-shadow:0 2px 5px #00000005}.video-card:hover{transform:translateY(-5px);border-color:#b86b4d;box-shadow:0 10px 25px #00000014}.video-thumbnail-container{position:relative;height:200px;overflow:hidden;background:#f4f1ee;flex-shrink:0}.video-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4f1ee,#e5e0dc);transition:all .3s ease}.video-card:hover .video-placeholder{background:linear-gradient(135deg,#e5e0dc,#d7d2cb)}.play-icon{width:60px;height:60px;background:#b86b4de6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;margin-bottom:15px;transition:all .3s ease}.video-card:hover .play-icon{background:#b86b4d;transform:scale(1.1);box-shadow:0 4px 15px #b86b4d66}.video-label{color:#666;font-size:.9rem;text-align:center;font-weight:500}.video-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.video-title{font-size:1.125rem;font-weight:500;color:#2c3539;margin:0 0 .75rem;line-height:1.4;font-family:Poppins,sans-serif;text-align:center}.video-description{font-size:.875rem;color:#666;line-height:1.5;margin:0;text-align:center}.video-modal-overlay{position:fixed;inset:0;background:#2c3539e6;display:flex;justify-content:center;align-items:center;z-index:1001;padding:20px;animation:fadeIn .3s ease}.video-modal-content{background:#fff;border:none;border-radius:8px;max-width:90%;max-height:90%;width:800px;position:relative;animation:slideUp .3s ease;display:flex;flex-direction:column;box-shadow:0 20px 50px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.video-modal-close-btn{position:absolute;top:15px;right:15px;background:#b86b4df2;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.video-modal-close-btn:hover{background:#b86b4d;transform:scale(1.1);box-shadow:0 2px 10px #b86b4d4d}.video-modal-player-container{width:100%;height:450px;background:#000;border-top-left-radius:6px;border-top-right-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-modal-player{width:100%;height:100%;object-fit:contain}.video-modal-info{padding:20px;background:#fff;border-top:1px solid #E5E0DC;text-align:center}.video-modal-title{font-family:Poppins,sans-serif;font-size:1.3rem;color:#2c3539;font-weight:500;margin:0 0 10px;line-height:1.4}.video-modal-description{font-size:.95rem;color:#666;line-height:1.5;margin:0}.cloudinary-modal{max-width:90%;width:900px;padding:20px;background:#fff}.cloudinary-player-container{width:100%;height:500px;margin-bottom:20px;background:#000;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.cloudinary-player-instance{width:100%;height:100%}.cloudinary-player-instance .cld-video-player{width:100%!important;height:100%!important}.cloudinary-player-instance .cld-video-player .cld-video-player-skin{background:transparent!important}.video-modal-overlay{background:#2c3539e6}.video-modal-content{background:#fff;border-radius:12px}@media(max-width:1024px){.video-grid{grid-template-columns:repeat(2,1fr)}.video-gallery-title{font-size:1.8rem}.video-modal-player-container{height:400px}.cloudinary-modal{width:95%}.cloudinary-player-container{height:450px}}@media(max-width:768px){.video-gallery-section{padding:40px 0}.video-grid{grid-template-columns:1fr;gap:1rem}.video-gallery-title{font-size:1.6rem}.video-gallery-description{font-size:1rem}.video-thumbnail-container{height:180px}.video-modal-content{max-width:95%;width:95%}.video-modal-player-container{height:350px}.video-modal-close-btn{width:35px;height:35px;font-size:1.3rem;top:10px;right:10px}.cloudinary-modal{width:98%;padding:15px}.cloudinary-player-container{height:350px}.video-modal-title{font-size:1.3rem}}@media(max-width:480px){.video-gallery-title{font-size:1.4rem}.video-thumbnail-container{height:160px}.play-icon{width:50px;height:50px;font-size:20px}.video-info{padding:1rem}.video-modal-content{max-width:98%;width:98%}.video-modal-player-container{height:250px}.video-modal-title{font-size:1.1rem}.video-modal-description{font-size:.85rem}.cloudinary-player-container{height:250px}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.cloudinary-iframe-container{width:100%;position:relative;background:#000;border-radius:4px;overflow:hidden;box-shadow:0 10px 30px #00000014;border:1px solid #E5E0DC;margin:20px 0;transition:all .3s ease}.cloudinary-iframe-container:hover{box-shadow:0 15px 40px #0000001f;border-color:#b86b4d;transform:translateY(-2px)}.cloudinary-iframe-container iframe{display:block;border:none;background:#000}.cloudinary-iframe-container.loading{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;background:#faf9f6}.cloudinary-iframe-container.loading:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#faf9f6 25%,#f4f1ee,#faf9f6 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.cloudinary-iframe-container.loading:after{content:"Loading video...";position:relative;color:#2c3539;font-size:16px;font-weight:500;font-family:Poppins,sans-serif;letter-spacing:1px;z-index:1}.cloudinary-iframe-container.error{padding:40px 20px;text-align:center;background:#faf9f6;border:2px dashed #E5E0DC}.cloudinary-iframe-container.error .error-message{color:#2c3539;font-size:16px;margin-bottom:15px;font-family:Poppins,sans-serif}.cloudinary-iframe-container.error .retry-btn{background:#b86b4d;color:#fff;border:none;padding:10px 24px;border-radius:2px;cursor:pointer;font-weight:600;letter-spacing:1px;text-transform:uppercase;transition:background .2s;font-size:12px}.cloudinary-iframe-container.error .retry-btn:hover{background:#a55c40}.aspect-ratio-16-9{aspect-ratio:16/9}.aspect-ratio-4-3{aspect-ratio:4/3}.aspect-ratio-1-1{aspect-ratio:1/1}.aspect-ratio-21-9{aspect-ratio:21/9}.video-controls-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(44,53,57,.9),transparent);padding:20px;display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .3s;pointer-events:none}.cloudinary-iframe-container:hover .video-controls-overlay{opacity:1;pointer-events:all}.video-title-overlay{color:#faf9f6;font-size:14px;font-weight:500;margin:0;font-family:Poppins,sans-serif;letter-spacing:.5px}.custom-controls{display:flex;gap:10px}.control-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#faf9f6;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.control-btn:hover{background:#b86b4d;border-color:#b86b4d;color:#fff}.video-stats{position:absolute;top:15px;right:15px;background:#faf9f6e6;color:#2c3539;padding:6px 12px;border-radius:2px;font-size:12px;display:flex;align-items:center;gap:8px;box-shadow:0 2px 5px #0000001a}.stat-item{display:flex;align-items:center;gap:4px}.video-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#2c3539;color:#faf9f6;cursor:pointer;transition:opacity .3s}.video-placeholder:hover{background:#1a1f21}.play-button-large{width:80px;height:80px;background:#faf9f61a;border:1px solid rgba(250,249,246,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s ease}.video-placeholder:hover .play-button-large{transform:scale(1.1);background:#b86b4d;border-color:#b86b4d;box-shadow:0 0 20px #b86b4d66}.play-icon{font-size:30px;margin-left:5px;color:#faf9f6}.placeholder-text{font-size:18px;font-weight:400;text-align:center;letter-spacing:1px;font-family:Poppins,sans-serif}.cloudinary-iframe-container:focus-within{outline:2px solid #B86B4D;outline-offset:2px}@media print{.cloudinary-iframe-container{display:none!important}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cloudinary-iframe-container{animation:fadeIn .5s ease}@media(max-width:1200px){.cloudinary-iframe-container{border-radius:4px}}@media(max-width:768px){.cloudinary-iframe-container{margin:15px 0}.video-controls-overlay{padding:15px}.control-btn{width:32px;height:32px}.play-button-large{width:60px;height:60px}.play-icon{font-size:24px}.placeholder-text{font-size:16px}}@media(max-width:480px){.video-controls-overlay{padding:10px}.video-title-overlay{font-size:12px}.play-button-large{width:50px;height:50px}.play-icon{font-size:20px}.placeholder-text{font-size:14px}}.cloudinary-iframe-container:fullscreen{width:100vw;height:100vh;border-radius:0;border:none}.cloudinary-iframe-container:fullscreen iframe{width:100%;height:100%}.cloudinary-iframe-container iframe{will-change:transform;contain:content}.aspect-ratio-fallback{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.aspect-ratio-fallback iframe{position:absolute;top:0;left:0;width:100%;height:100%}.quality-indicator{position:absolute;top:15px;left:15px;background:#b86b4d;color:#fff;padding:4px 10px;border-radius:2px;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;box-shadow:0 2px 4px #0000001a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#faf9f6;color:#2c3539;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;margin-top:30px}section{position:relative;overflow:hidden}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;text-decoration:none;box-shadow:0 6px 12px #00000026;z-index:9999;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 8px 16px #00000040}.whatsapp-icon{width:60px;height:60px;object-fit:contain}@media(max-width:768px){.main-content{margin-top:70px}}.whatsapp-wrapper{position:fixed;bottom:24px;right:24px;z-index:9999}.whatsapp-float.show-text{background:#25d366;border-radius:50px;padding:14px 20px;width:auto;height:auto}.whatsapp-float.show-icon{width:56px;height:56px;padding:0;border-radius:50%}.whatsapp-text{color:#fff;font-size:.9rem;font-weight:600;letter-spacing:1px;white-space:nowrap}.quote-page{background-color:#faf9f6;color:#2c3539;min-height:100vh;width:100%;overflow-x:hidden}.section-border{border-top:1px solid #E5E0DC;border-bottom:1px solid #E5E0DC}.container{max-width:1200px;margin:0 auto;padding:60px 40px}@media(max-width:768px){.container{padding:40px 20px}}.form-container{background:#fff;border:1px solid #E5E0DC;padding:60px;max-width:820px;margin:0 auto;border-radius:4px;box-shadow:0 5px 20px #00000008}@media(max-width:768px){.form-container{padding:30px 20px}}.form-header{text-align:center;margin-bottom:40px}.form-title{font-family:Georgia,serif;font-size:2.2rem;font-weight:300;letter-spacing:2px;text-transform:uppercase;color:#2c3539}.form-description{color:#666;max-width:580px;margin:12px auto 0;font-size:1rem;line-height:1.6}.success-message{background:#4caf501a;border:1px solid #4CAF50;padding:18px;border-radius:4px;margin-bottom:25px;display:flex;align-items:center;gap:15px}.success-icon{color:#2e7d32;font-size:1.8rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}@media(max-width:768px){.form-grid{grid-template-columns:1fr;gap:18px}}.form-group{display:flex;flex-direction:column}.full-width{grid-column:1 / -1}.form-label{font-size:.9rem;margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#2c3539}.form-input,.form-select,.form-textarea{width:100%;background:#f9f9f9;border:1px solid #E5E0DC;color:#2c3539;padding:12px 15px;font-size:1rem;transition:.3s;border-radius:2px}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#b86b4d;background:#fff}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg fill='%232C3539' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.form-textarea{min-height:120px;resize:vertical}.error{border-color:#dc3545!important}.error-message{font-size:.8rem;color:#dc3545;margin-top:4px}.form-submit{text-align:center;margin-top:30px}.submit-btn{background:#b86b4d;padding:14px 40px;color:#fff;text-transform:uppercase;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:.3s;letter-spacing:1px}.submit-btn:hover:not(:disabled){background:#a55c40;transform:translateY(-2px);box-shadow:0 4px 10px #b86b4d4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed;background:#999}.quote-cta{background:#f4f1ee;padding:80px 40px;text-align:center;border-top:1px solid #E5E0DC}.cta-title{font-family:Georgia,serif;font-size:2.2rem;margin-bottom:10px;color:#2c3539}.cta-text{color:#666;max-width:580px;margin:0 auto 30px}.cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.cta-btn{padding:14px 32px;min-width:240px;text-decoration:none;text-transform:uppercase;font-weight:600;border:1px solid #B86B4D;display:inline-flex;justify-content:center;align-items:center;transition:all .3s ease}.primary{background:#b86b4d;color:#fff}.secondary{color:#2c3539;background:transparent}.primary:hover{background:#a55c40;transform:translateY(-2px)}.secondary:hover{background:#b86b4d1a;color:#b86b4d}@media(max-width:480px){.form-title{font-size:1.6rem}.cta-title{font-size:1.7rem}.submit-btn{width:100%}}
