@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500;600;700&display=swap";:root{--black:#0a0a0a;--dark:#1a1a1a;--dark-mid:#2d2d2d;--grey:#8a8a8a;--light:#f5f5f0;--white:#fff;--gold:#c9a84c;--gold-light:#d4af37;--gold-dark:#a8893a;--success:#2ecc71;--error:#e74c3c;--font-heading:"Playfair Display", serif;--font-sub:"Cormorant Garamond", serif;--font-body:"Inter", sans-serif;--shadow:0 4px 30px #0000004d;--shadow-gold:0 4px 20px #c9a84c26;--radius:4px;--transition:all .4s cubic-bezier(.25,.46,.45,.94)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.3rem,2.5vw,1.8rem)}.subtitle{font-family:var(--font-sub);color:var(--grey);letter-spacing:.02em;font-size:1.3rem;font-weight:400}.gold{color:var(--gold)}.separator{background:var(--gold);width:60px;height:2px;margin:1.5rem 0}.separator--center{margin:1.5rem auto}a{color:var(--gold);transition:var(--transition);text-decoration:none}a:hover{color:var(--gold-light)}a.btn,a.btn:hover{color:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.btn{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:.5rem;padding:1rem 2.2rem;font-size:.9rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn--gold{background:var(--gold);color:var(--black)}.btn--gold:hover{background:var(--gold-light);color:var(--black);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn--outline{color:var(--white);background:0 0;border:1px solid #ffffff4d}.btn--outline:hover{border-color:var(--gold);color:var(--gold)}.btn--dark{background:var(--dark);color:var(--white);border:1px solid var(--dark-mid)}.btn--dark:hover{border-color:var(--gold)}.btn--quote{color:var(--gold);border:2px solid var(--gold);background:0 0}.btn--quote:hover{background:var(--gold);color:var(--black)}.topbar{background:var(--dark);color:var(--grey);border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-size:.8rem}.topbar__inner{justify-content:space-between;align-items:center;display:flex}.topbar a{color:var(--grey)}.topbar a:hover{color:var(--gold)}.header{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;transition:var(--transition);background:#0a0a0af2;border-bottom:1px solid #c9a84c1a;position:fixed;top:0;left:0}.header.scrolled{background:#0a0a0afa;box-shadow:0 2px 40px #00000080}.header__inner{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.logo{font-family:var(--font-heading);color:var(--white);font-size:1.8rem;font-weight:700}.logo span{color:var(--gold)}.nav{align-items:center;gap:2rem;display:flex}.nav__link{color:var(--white);letter-spacing:.05em;text-transform:uppercase;padding:.5rem 0;font-size:.85rem;font-weight:500;position:relative}.nav__link:after{content:"";background:var(--gold);width:0;height:2px;transition:var(--transition);position:absolute;bottom:0;left:0}.nav__link:hover{color:var(--gold)}.nav__link:hover:after{width:100%}.nav__dropdown{position:relative}.nav__dropdown-menu{background:var(--dark);border-radius:var(--radius);opacity:0;visibility:hidden;min-width:240px;transition:var(--transition);box-shadow:var(--shadow);border:1px solid #c9a84c26;padding:.5rem 0;position:absolute;top:100%;left:0;transform:translateY(10px)}.nav__dropdown:hover .nav__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav__dropdown-menu a{color:var(--white);border-left:2px solid #0000;padding:.7rem 1.5rem;font-size:.85rem;display:block}.nav__dropdown-menu a:hover{color:var(--gold);border-left-color:var(--gold);background:#c9a84c0d}.nav__icons{align-items:center;gap:1.2rem;display:flex}.nav__icon{color:var(--white);font-size:1.1rem}.nav__icon:hover{color:var(--gold)}.hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:5px;display:none}.hamburger span{background:var(--white);width:25px;height:2px;transition:var(--transition)}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.hero__bg:after{content:"";background:linear-gradient(135deg,#0a0a0ad9 0%,#0a0a0a66 100%);position:absolute;inset:0}.hero__content{z-index:2;max-width:700px;padding-top:6rem;position:relative}.hero__label{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero__label:before{content:"";background:var(--gold);width:30px;height:1px}.hero__title{margin-bottom:1.5rem}.hero__desc{color:#ffffffb3;max-width:550px;margin-bottom:2.5rem;font-size:1.15rem}.hero__btns{flex-wrap:wrap;gap:1rem;display:flex}.stats{z-index:10;margin-top:-4rem;position:relative}.stats__grid{background:var(--dark);border:1px solid #c9a84c26;border-radius:8px;grid-template-columns:repeat(2,1fr);max-width:700px;margin:0 auto;display:grid;overflow:hidden}.stat{text-align:center;border-right:1px solid #ffffff0d;padding:2.5rem}.stat:last-child{border-right:none}.stat__number{font-family:var(--font-heading);color:var(--gold);font-size:2.5rem;font-weight:700}.stat__label{color:var(--grey);text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;font-size:.85rem}.section{padding:6rem 0}.section--dark{background:var(--dark)}.section--light{background:var(--light);color:var(--black)}.section__header{text-align:center;margin-bottom:4rem}.section__header .subtitle{max-width:600px;margin:1rem auto 0}.cat-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cat-card{aspect-ratio:4/3;cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.cat-card__img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.cat-card:hover .cat-card__img{transform:scale(1.08)}.cat-card__overlay{background:linear-gradient(#0000 40%,#0a0a0ae6 100%);flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.cat-card__label{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.3rem;font-size:.7rem;font-weight:600}.cat-card__title{font-family:var(--font-heading);font-size:1.4rem}.cat-card__arrow{width:40px;height:40px;color:var(--gold);opacity:0;transition:var(--transition);background:#c9a84c33;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.5rem;right:1.5rem;transform:translate(-10px)}.cat-card:hover .cat-card__arrow{opacity:1;transform:translate(0)}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.product-card{background:var(--dark);transition:var(--transition);border:1px solid #ffffff0f;border-radius:8px;flex-direction:column;height:100%;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-gold);border-color:#c9a84c33;transform:translateY(-5px)}.product-card__img{aspect-ratio:1;position:relative;overflow:hidden}.product-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.product-card:hover .product-card__img img{transform:scale(1.05)}.product-card__badge{background:var(--gold);color:var(--black);text-transform:uppercase;z-index:2;border-radius:3px;padding:.3rem .8rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-card__body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-card__cat{color:var(--gold);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600}.product-card__title{font-family:var(--font-heading);flex-grow:1;margin:.5rem 0;font-size:1.1rem}.product-card__price{color:var(--gold);margin:.5rem 0 1rem;font-size:1.2rem;font-weight:700}.product-card__price .from{color:var(--grey);font-size:.75rem;font-weight:400}.product-card__actions{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.product-card__actions .btn{white-space:nowrap;flex:1;justify-content:center;min-width:0;padding:.6rem 1rem;font-size:.75rem}.cta-banner{background:linear-gradient(135deg, var(--dark) 0%, var(--black) 100%);padding:6rem 0;position:relative;overflow:hidden}.cta-banner__inner{align-items:center;gap:4rem;display:flex}.cta-banner__content{flex:1}.cta-banner__img{border-radius:8px;flex:1;overflow:hidden}.cta-banner__img img{border-radius:8px;width:100%}.cta-banner__border{pointer-events:none;border:1px solid #c9a84c1a;border-radius:8px;position:absolute;inset:0}.features-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.feature{background:var(--dark);width:calc(33.333% - 1.34rem);transition:var(--transition);text-align:center;border:1px solid #ffffff0f;border-radius:8px;padding:2.5rem}.feature:hover{border-color:#c9a84c4d;transform:translateY(-3px)}.feature__icon{color:var(--gold);margin-bottom:1.5rem;font-size:2.5rem}.feature__title{font-family:var(--font-heading);margin-bottom:.8rem;font-size:1.2rem}.feature__desc{color:var(--grey);font-size:.9rem}.testimonial{background:var(--dark);border:1px solid #ffffff0f;border-radius:8px;padding:2.5rem;position:relative}.testimonial__stars{color:var(--gold);margin-bottom:1rem;font-size:1rem}.testimonial__text{font-family:var(--font-sub);color:#fffc;margin-bottom:1.5rem;font-size:1.15rem;font-style:italic;line-height:1.8}.testimonial__author{font-size:.9rem;font-weight:600}.testimonial__role{color:var(--grey);font-size:.8rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.gallery-item{aspect-ratio:1;cursor:pointer;border-radius:4px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.gallery-item:hover img{transform:scale(1.1)}.gallery-item:after{content:"";transition:var(--transition);background:#c9a84c00;position:absolute;inset:0}.gallery-item:hover:after{background:#c9a84c26}.gallery-item:first-child{grid-area:span 2/span 2}.footer{background:var(--dark);border-top:1px solid #c9a84c26;padding:5rem 0 0}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer__brand .logo{margin-bottom:1rem}.footer__desc{color:var(--grey);margin-bottom:1.5rem;font-size:.9rem}.footer__social{gap:1rem;display:flex}.footer__social a{width:40px;height:40px;color:var(--white);transition:var(--transition);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social a:hover{background:var(--gold);border-color:var(--gold);color:var(--black)}.footer__title{font-family:var(--font-heading);color:var(--white);margin-bottom:1.5rem;font-size:1.1rem}.footer__links{list-style:none}.footer__links li{margin-bottom:.7rem}.footer__links a{color:var(--grey);font-size:.9rem}.footer__links a:hover{color:var(--gold);padding-left:5px}.footer__bottom{color:var(--grey);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.8rem;display:flex}.footer__payments{align-items:center;gap:.8rem;display:flex}.footer__payments span{font-size:1.5rem}.mobile-cta{z-index:999;background:var(--dark);border-top:1px solid #c9a84c33;width:100%;padding:.8rem 1rem;display:none;position:fixed;bottom:0;left:0}.mobile-cta__inner{gap:.5rem;display:flex}.mobile-cta .btn{flex:1;justify-content:center;padding:.8rem;font-size:.8rem}.fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.header .nav__link.active{color:var(--gold)}.header .nav__link.active:after{width:100%}.page-hero{background:var(--dark);text-align:center;padding:10rem 0 4rem;position:relative}.page-hero:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);width:100%;height:1px;position:absolute;bottom:0;left:0}.quote-layout{grid-template-columns:2fr 1fr;gap:3rem;padding:4rem 0;display:grid}.quote-form{background:var(--dark);border:1px solid #c9a84c26;border-radius:8px;padding:2.5rem}.quote-sidebar{position:sticky;top:6rem}.sidebar-card{background:var(--dark);border:1px solid #ffffff0f;border-radius:8px;margin-bottom:1.5rem;padding:2rem}.sidebar-card__title{font-family:var(--font-heading);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.sidebar-card__title i{color:var(--gold)}.sidebar-card li{color:var(--grey);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.85rem;display:flex}.sidebar-card li i{color:var(--gold);width:16px}.step-indicator{justify-content:center;align-items:center;gap:0;margin-bottom:2.5rem;display:flex}.step{align-items:center;gap:.5rem;display:flex}.step__num{background:var(--dark-mid);width:36px;height:36px;transition:var(--transition);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.step.active .step__num{background:var(--gold);color:var(--black);border-color:var(--gold)}.step.completed .step__num{background:var(--success);border-color:var(--success);color:var(--white)}.step__label{color:var(--grey);text-transform:uppercase;font-size:.75rem}.step__line{background:#ffffff1a;width:60px;height:2px;margin:0 .5rem}.form-section{margin-bottom:2.5rem}.form-section__title{font-family:var(--font-heading);align-items:center;gap:.5rem;margin-bottom:.3rem;font-size:1.2rem;display:flex}.form-section__title i{color:var(--gold)}.form-section__sub{color:var(--grey);margin-bottom:1.5rem;font-size:.85rem}.form-group{margin-bottom:1.2rem}.form-group label{text-transform:uppercase;letter-spacing:.05em;color:var(--grey);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.form-input{background:var(--black);width:100%;color:var(--white);font-family:var(--font-body);transition:var(--transition);border:1px solid #ffffff1f;border-radius:4px;padding:.9rem 1rem;font-size:.9rem}.form-input:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c9a84c1a}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-row-3{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}textarea.form-input{resize:vertical;min-height:120px}select.form-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23C9A84C' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat}.upload-area{text-align:center;cursor:pointer;transition:var(--transition);border:2px dashed #c9a84c4d;border-radius:8px;padding:2.5rem}.upload-area:hover{border-color:var(--gold);background:#c9a84c08}.upload-area i{color:var(--gold);margin-bottom:.8rem;font-size:2.5rem}.upload-area p{color:var(--grey);font-size:.85rem}.upload-area input{display:none}.form-check{align-items:flex-start;gap:.5rem;margin-bottom:1rem;display:flex}.form-check input{accent-color:var(--gold);margin-top:.3rem}.form-check label{color:var(--grey);font-size:.8rem}.product-page{padding:8rem 0 4rem}.product-layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.product-gallery{position:sticky;top:6rem}.product-gallery__main{aspect-ratio:4/3;background:var(--dark);border-radius:8px;margin-bottom:1rem;overflow:hidden}.product-gallery__main img{object-fit:cover;width:100%;height:100%}.product-gallery__thumbs{gap:.5rem;display:flex}.product-gallery__thumb{cursor:pointer;width:80px;height:80px;transition:var(--transition);border:2px solid #0000;border-radius:4px;overflow:hidden}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--gold)}.product-gallery__thumb img{object-fit:cover;width:100%;height:100%}.product-info__breadcrumb{color:var(--grey);margin-bottom:1.5rem;font-size:.8rem}.product-info__breadcrumb a{color:var(--grey)}.product-info__breadcrumb a:hover{color:var(--gold)}.product-info__cat{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600}.product-info__title{font-family:var(--font-heading);margin:.5rem 0 1rem;font-size:2.2rem}.product-info__subtitle{font-family:var(--font-sub);color:var(--grey);margin-bottom:1.5rem;font-size:1.1rem}.product-info__rating{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.product-info__rating .stars{color:var(--gold)}.product-info__rating span{color:var(--grey);font-size:.85rem}.product-info__price-box{background:var(--dark);border:1px solid #c9a84c26;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-info__price{color:var(--gold);font-size:2rem;font-weight:700}.product-info__price .old{color:var(--grey);margin-left:.5rem;font-size:1rem;font-weight:400;text-decoration:line-through}.product-info__price .from{color:var(--grey);font-size:.85rem;font-weight:400}.product-info__tax{color:var(--grey);margin-top:.3rem;font-size:.8rem}.product-info__shipping{color:var(--success);align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;display:flex}.product-info__deposit{color:var(--grey);margin-top:.5rem;font-size:.85rem}.product-info__deposit i{color:var(--gold)}.variant-group{margin-bottom:1.5rem}.variant-group__label{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.8rem;font-size:.85rem;font-weight:600}.variant-options{flex-wrap:wrap;gap:.5rem;display:flex}.variant-option{cursor:pointer;transition:var(--transition);color:var(--white);background:0 0;border:1px solid #ffffff26;border-radius:4px;padding:.6rem 1.2rem;font-size:.85rem}.variant-option:hover,.variant-option.active{border-color:var(--gold);color:var(--gold)}.color-swatch{cursor:pointer;width:36px;height:36px;transition:var(--transition);border:2px solid #0000;border-radius:50%}.color-swatch:hover,.color-swatch.active{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c4d}.qty-selector{border:1px solid #ffffff26;border-radius:4px;align-items:center;gap:0;width:fit-content;display:flex;overflow:hidden}.qty-btn{background:var(--dark);width:44px;height:44px;color:var(--white);cursor:pointer;transition:var(--transition);border:none;font-size:1.2rem}.qty-btn:hover{background:var(--gold);color:var(--black)}.qty-input{text-align:center;width:60px;height:44px;color:var(--white);font-size:1rem;font-family:var(--font-body);background:0 0;border:none;border-left:1px solid #ffffff26;border-right:1px solid #ffffff26}.product-actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.product-actions .btn{flex:1;justify-content:center;min-width:200px}.product-features{border-top:1px solid #ffffff0f;margin-top:2rem;padding-top:2rem;list-style:none}.product-features li{color:var(--grey);align-items:center;gap:.8rem;padding:.5rem 0;font-size:.9rem;display:flex}.product-features li i{color:var(--gold);width:20px}.product-tabs{margin-top:4rem}.product-tabs__nav{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;display:flex}.product-tabs__btn{color:var(--grey);font-family:var(--font-body);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;border-bottom:2px solid #0000;padding:1rem 2rem;font-size:.9rem;font-weight:600}.product-tabs__btn.active,.product-tabs__btn:hover{color:var(--gold);border-bottom-color:var(--gold)}.tab-content{color:var(--grey);line-height:1.8;display:none}.tab-content.active{display:block}.tab-content h4{color:var(--white);font-family:var(--font-heading);margin:1.5rem 0 .8rem}.specs-table{border-collapse:collapse;width:100%}.specs-table tr{border-bottom:1px solid #ffffff0f}.specs-table td{padding:.8rem 0;font-size:.9rem}.specs-table td:first-child{color:var(--white);width:40%;font-weight:500}.configurator{background:var(--dark);border:1px solid #c9a84c26;border-radius:8px;margin-top:1.5rem;padding:2rem}.configurator__title{font-family:var(--font-heading);align-items:center;gap:.5rem;margin-bottom:.3rem;font-size:1.3rem;display:flex}.configurator__title i{color:var(--gold)}.configurator__sub{color:var(--grey);margin-bottom:2rem;font-size:.85rem}.config-step{margin-bottom:1.8rem}.config-step__num{background:var(--gold);width:28px;height:28px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;margin-right:.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.config-step__label{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.8rem;font-size:.9rem;font-weight:600}.config-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.config-input{background:var(--black);width:100%;color:var(--white);font-family:var(--font-body);transition:var(--transition);border:1px solid #ffffff1f;border-radius:4px;padding:.8rem 1rem;font-size:.9rem}.config-input:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c9a84c1a}.config-input::placeholder{color:#ffffff4d}select.config-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23C9A84C' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat}textarea.config-input{resize:vertical;min-height:100px}.config-colors{flex-wrap:wrap;gap:.8rem;display:flex}.config-color{cursor:pointer;width:44px;height:44px;transition:var(--transition);border:3px solid #0000;border-radius:50%;position:relative}.config-color:hover,.config-color.active{border-color:var(--gold)}.config-color.active:after{content:"✓";color:var(--white);text-shadow:0 1px 3px #00000080;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;position:absolute;inset:0}.config-color__label{color:var(--grey);text-align:center;margin-top:.3rem;font-size:.7rem}.config-upload{text-align:center;cursor:pointer;transition:var(--transition);border:2px dashed #c9a84c4d;border-radius:8px;padding:2rem}.config-upload:hover{border-color:var(--gold);background:#c9a84c08}.config-upload__icon{color:var(--gold);margin-bottom:.5rem;font-size:2rem}.config-upload__text{color:var(--grey);font-size:.85rem}.config-upload input[type=file]{display:none}.config-options{flex-wrap:wrap;gap:.5rem;display:flex}.config-option{cursor:pointer;transition:var(--transition);color:var(--white);font-size:.85rem;font-family:var(--font-body);background:0 0;border:1px solid #ffffff26;border-radius:4px;padding:.6rem 1.2rem}.config-option:hover,.config-option.active{border-color:var(--gold);color:var(--gold)}.config-summary{background:#c9a84c0d;border:1px solid #c9a84c33;border-radius:8px;margin-top:2rem;padding:1.5rem}.config-summary__title{font-family:var(--font-heading);margin-bottom:1rem;font-size:1rem}.config-summary__row{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:.4rem 0;font-size:.85rem;display:flex}.config-summary__row:last-child{border-bottom:none}.config-summary__row span:first-child{color:var(--grey)}.filter-bar{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:3rem 0;display:flex}.filter-btn{color:var(--white);font-family:var(--font-body);cursor:pointer;transition:var(--transition);background:0 0;border:1px solid #ffffff26;border-radius:30px;padding:.6rem 1.5rem;font-size:.85rem}.filter-btn.active,.filter-btn:hover{background:var(--gold);border-color:var(--gold);color:var(--black)}.masonry{columns:3;column-gap:1rem;padding-bottom:4rem}.masonry-item{break-inside:avoid;cursor:pointer;border-radius:8px;margin-bottom:1rem;position:relative;overflow:hidden}.masonry-item img{width:100%;transition:transform .6s;display:block}.masonry-item:hover img{transform:scale(1.05)}.masonry-item__overlay{opacity:0;transition:var(--transition);background:linear-gradient(#0000 50%,#0a0a0ad9 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.masonry-item:hover .masonry-item__overlay{opacity:1}.masonry-item__cat{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:600}.masonry-item__title{font-family:var(--font-heading);margin-top:.3rem;font-size:1.1rem}.masonry-item__loc{color:var(--grey);margin-top:.3rem;font-size:.8rem}.lightbox{z-index:9999;background:#000000f2;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.lightbox.active{display:flex}.lightbox img{border-radius:8px;max-width:90%;max-height:90vh}.lightbox__close{color:var(--white);cursor:pointer;background:0 0;border:none;font-size:2.5rem;position:absolute;top:2rem;right:2rem}.about-intro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:5rem 0;display:grid}.about-intro__img{border-radius:8px;position:relative;overflow:hidden}.about-intro__img img{border-radius:8px;width:100%}.about-intro__img:after{content:"";border-top:3px solid var(--gold);border-left:3px solid var(--gold);border-radius:4px 0 0;width:100px;height:100px;position:absolute;top:-15px;left:-15px}.values-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.value-card{background:var(--dark);text-align:center;transition:var(--transition);border:1px solid #ffffff0f;border-radius:8px;padding:2rem}.value-card:hover{border-color:#c9a84c4d;transform:translateY(-3px)}.value-card__icon{color:var(--gold);margin-bottom:1rem;font-size:2.5rem}.value-card__title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.1rem}.value-card__text{color:var(--grey);font-size:.85rem}.timeline{padding:3rem 0;position:relative}.timeline:before{content:"";background:#c9a84c33;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{align-items:center;margin-bottom:3rem;display:flex;position:relative}.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-item__content{background:var(--dark);border:1px solid #ffffff0f;border-radius:8px;width:45%;padding:2rem}.timeline-item__year{font-family:var(--font-heading);color:var(--gold);margin-bottom:.5rem;font-size:1.5rem}.timeline-item__text{color:var(--grey);font-size:.9rem}.timeline-item__dot{background:var(--gold);z-index:2;border-radius:50%;width:16px;height:16px;position:absolute;left:50%;transform:translate(-50%)}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;padding:5rem 0;display:grid}.contact-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.contact-card{background:var(--dark);text-align:center;transition:var(--transition);border:1px solid #ffffff0f;border-radius:8px;padding:2rem}.contact-card:hover{border-color:#c9a84c4d;transform:translateY(-3px)}.contact-card__icon{color:var(--gold);margin-bottom:1rem;font-size:1.8rem}.contact-card__title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.1rem}.contact-card__text{color:var(--grey);font-size:.9rem}.contact-card__text a{color:var(--grey)}.contact-card__text a:hover{color:var(--gold)}.contact-form{background:var(--dark);border:1px solid #c9a84c26;border-radius:8px;padding:2.5rem}.contact-form__title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.5rem}.contact-form__sub{color:var(--grey);margin-bottom:2rem;font-size:.9rem}.map-container{border-radius:8px;height:300px;margin-top:2rem;overflow:hidden}.map-container iframe{filter:none;border:0;width:100%;height:100%}.cart-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;pointer-events:none;background:#000000b3;transition:opacity .4s;position:fixed;inset:0}.cart-drawer-overlay.active{opacity:1;pointer-events:auto}.cart-drawer{background:var(--black);z-index:2001;border-left:1px solid #c9a84c33;flex-direction:column;width:450px;max-width:100%;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-5px 0 30px #0009}.cart-drawer.active{transform:translate(0)}.cart-drawer__header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.cart-drawer__header h3{font-family:var(--font-heading);color:var(--white);font-size:1.4rem}.cart-drawer__close{color:var(--grey);cursor:pointer;transition:var(--transition);background:0 0;border:none;font-size:1.3rem}.cart-drawer__close:hover{color:var(--gold)}.cart-drawer__content{flex:1;padding:2rem;overflow-y:auto}.cart-drawer__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 1rem;display:flex}.cart-drawer__empty i{color:var(--grey);margin-bottom:1.5rem;font-size:3rem}.cart-drawer__empty p{color:var(--grey);margin-bottom:2rem}.cart-drawer__list{flex-direction:column;gap:1.5rem;display:flex}.cart-drawer__item{border-bottom:1px solid #ffffff0f;gap:1.2rem;padding-bottom:1.5rem;display:flex}.cart-drawer__item-img{border-radius:var(--radius);background:var(--dark);flex-shrink:0;width:70px;height:70px;overflow:hidden}.cart-drawer__item-img img{object-fit:cover;width:100%;height:100%}.cart-drawer__item-info{flex-direction:column;flex:1;display:flex}.cart-drawer__item-info h4{color:var(--white);font-size:.95rem;font-family:var(--font-body);margin-bottom:.2rem;font-weight:500}.cart-drawer__item-config{color:var(--grey);margin-bottom:.4rem;font-size:.75rem;line-height:1.4}.cart-drawer__item-price{color:var(--gold);font-size:.9rem;font-weight:600}.cart-drawer__item-actions{justify-content:space-between;align-items:center;margin-top:.8rem;display:flex}.qty-selector--small .qty-btn{width:30px;height:30px;font-size:1rem}.qty-selector--small .qty-val{color:var(--white);padding:0 10px;font-size:.85rem}.cart-drawer__item-remove{color:var(--error);cursor:pointer;transition:var(--transition);background:0 0;border:none;font-size:.75rem;text-decoration:underline}.cart-drawer__item-remove:hover{color:#ff6b6b}.cart-drawer__footer{background:var(--dark);border-top:1px solid #ffffff14;padding:1.5rem 2rem}.cart-drawer__summary{flex-direction:column;gap:.8rem;margin-bottom:1.5rem;display:flex}.cart-drawer__summary-row{color:var(--grey);justify-content:space-between;font-size:.9rem;display:flex}.cart-drawer__free-ship-notice{color:var(--grey);border-radius:var(--radius);text-align:center;background:#c9a84c0d;border:1px dotted #c9a84c33;padding:.5rem;font-size:.75rem}.cart-drawer__summary-row--total{color:var(--gold);border-top:1px dotted #ffffff1a;margin-top:.2rem;padding-top:.8rem;font-size:1.15rem;font-weight:700}.cart-drawer__actions{flex-direction:column;gap:.8rem;display:flex}.cart-drawer__clear-btn{color:var(--grey);border-radius:var(--radius);cursor:pointer;font-family:var(--font-body);transition:var(--transition);background:0 0;border:1px solid #ffffff1a;padding:.7rem;font-size:.8rem}.cart-drawer__clear-btn:hover{border-color:var(--error);color:var(--error)}@media (width<=1024px){.cat-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.feature{width:calc(50% - 1rem)}.products-grid,.footer__grid,.stats__grid{grid-template-columns:repeat(2,1fr)}.cta-banner__inner{flex-direction:column}.values-grid,.contact-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nav{background:var(--black);z-index:998;flex-direction:column;justify-content:center;gap:1.5rem;width:100%;height:100vh;display:none;position:fixed;top:0;left:0}.nav.active{display:flex}.hamburger{z-index:999;display:flex}.topbar{display:none}.cat-grid,.products-grid,.gallery-grid{grid-template-columns:1fr}.gallery-item:first-child{grid-area:span 1/span 1}.testimonials-grid,.footer__grid,.stats__grid{grid-template-columns:1fr}.feature{width:100%}.features-grid{gap:1.2rem}.feature{padding:1.8rem 1.5rem}.feature__icon{justify-content:center;align-items:center;margin-bottom:1rem;font-size:2rem;display:flex}.feature__title{margin-bottom:.5rem;font-size:1.1rem}.feature__desc{font-size:.85rem}.stat{border-bottom:1px solid #ffffff0d;border-right:none;padding:1.8rem 1.5rem}.stat:last-child{border-bottom:none}.stat__number{font-size:2rem}.stat__label{font-size:.78rem}.hero__content{padding-top:8rem}.hero__title{font-size:clamp(1.8rem,7vw,2.5rem)}.hero__desc{margin-bottom:2rem;font-size:1rem}.hero__btns{flex-direction:column;gap:.8rem}.hero__btns .btn{text-align:center;justify-content:center;width:100%;padding:.9rem 1.5rem;font-size:.82rem}.section{padding:4rem 0}.section__header{margin-bottom:2.5rem}.section__header h2{font-size:clamp(1.5rem,5vw,2rem)}.hero__label{font-size:.7rem}.cat-card{aspect-ratio:16/9}.cat-card__title{font-size:1.2rem}.cat-card__overlay{padding:1.2rem}.product-card{overflow:visible}.product-card__body{padding:1.2rem}.product-card__title{margin:.4rem 0;font-size:1rem}.product-card__price{margin:.4rem 0 .8rem;font-size:1.1rem}.product-card__actions{flex-direction:column;gap:.5rem}.product-card__actions .btn{white-space:normal;text-align:center;justify-content:center;width:100%;padding:.75rem 1rem;font-size:.8rem}.cta-banner{padding:3rem 0}.cta-banner__inner{gap:2rem}.cta-banner__content h2{font-size:clamp(1.4rem,5vw,2rem)}.mobile-cta{display:block}body{padding-bottom:70px}.footer__bottom{text-align:center;flex-direction:column;gap:1rem}.container{padding:0 1.2rem}.product-layout{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.product-tabs__nav{overflow-x:auto}.product-tabs__btn{white-space:nowrap;padding:.8rem 1.2rem;font-size:.8rem}.config-row,.quote-layout{grid-template-columns:1fr}.quote-sidebar{position:static}.form-row,.form-row-3{grid-template-columns:1fr}.step__label{display:none}.masonry{columns:1}.about-intro{grid-template-columns:1fr;gap:2rem}.timeline:before{left:20px}.timeline-item,.timeline-item:nth-child(odd){flex-direction:row}.timeline-item__content{width:calc(100% - 50px);margin-left:50px}.timeline-item__dot{left:20px}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-cards{grid-template-columns:1fr}}@media (width>=769px) and (width<=1024px){.masonry{columns:2}}.logo-img-wrapper{align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;height:48px;display:block}.notif-overlay{-webkit-backdrop-filter:blur(4px);z-index:9998;background:#00000073;animation:.25s notif-fade-in;position:fixed;inset:0}.notif-stack{z-index:9999;pointer-events:auto;flex-direction:column;gap:14px;width:94%;max-width:480px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.notif-card{background:linear-gradient(135deg,#1a1a1a 0%,#222 100%);border:1px solid #ffffff14;border-radius:12px;align-items:flex-start;gap:14px;padding:20px 44px 20px 20px;animation:.35s cubic-bezier(.16,1,.3,1) notif-slide-in;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000080,inset 0 0 0 1px #ffffff0a}.notif-card--leave{animation:.35s cubic-bezier(.55,0,1,.45) forwards notif-slide-out}.notif-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:2px;display:flex}.notif-card__icon svg{width:22px;height:22px}.notif-card__body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.notif-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;line-height:1.3}.notif-card__message{font-family:var(--font-body);color:#ffffffb8;font-size:.9rem;line-height:1.55}.notif-card__close{cursor:pointer;background:#ffffff0f;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px}.notif-card__close svg{color:#ffffff80;width:14px;height:14px}.notif-card__close:hover{background:#ffffff1f;transform:scale(1.1)}.notif-card__close:hover svg{color:#ffffffd9}.notif-card__progress{transform-origin:0;border-radius:0 0 12px 12px;width:100%;height:3px;animation:linear forwards notif-progress;position:absolute;bottom:0;left:0}.notif-card--error{border-color:#e74c3c40;box-shadow:0 12px 40px #00000080,inset 0 0 30px #e74c3c14}.notif-card--error .notif-card__icon{color:#e74c3c;background:#e74c3c26}.notif-card--error .notif-card__title{color:#f5a5a0}.notif-card--error .notif-card__progress{background:linear-gradient(90deg,#e74c3c,#c0392b)}.notif-card--warning{border-color:#c9a84c40;box-shadow:0 12px 40px #00000080,inset 0 0 30px #c9a84c14}.notif-card--warning .notif-card__icon{color:var(--gold);background:#c9a84c26}.notif-card--warning .notif-card__title{color:var(--gold-light)}.notif-card--warning .notif-card__progress{background:linear-gradient(90deg, var(--gold), var(--gold-dark))}.notif-card--success{border-color:#2ecc7140;box-shadow:0 12px 40px #00000080,inset 0 0 30px #2ecc7114}.notif-card--success .notif-card__icon{color:#2ecc71;background:#2ecc7126}.notif-card--success .notif-card__title{color:#7ddeaa}.notif-card--success .notif-card__progress{background:linear-gradient(90deg,#2ecc71,#27ae60)}.notif-card--info{border-color:#3498db40;box-shadow:0 12px 40px #00000080,inset 0 0 30px #3498db14}.notif-card--info .notif-card__icon{color:#3498db;background:#3498db26}.notif-card--info .notif-card__title{color:#85c1e9}.notif-card--info .notif-card__progress{background:linear-gradient(90deg,#3498db,#2980b9)}@keyframes notif-fade-in{0%{opacity:0}to{opacity:1}}@keyframes notif-slide-in{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes notif-slide-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-12px)scale(.95)}}@keyframes notif-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=600px){.notif-stack{width:96%;max-width:100%}.notif-card{border-radius:10px;gap:10px;padding:16px 40px 16px 16px}.notif-card__icon{width:34px;height:34px}.notif-card__icon svg{width:18px;height:18px}.notif-card__title{font-size:.95rem}.notif-card__message{font-size:.83rem}}
