@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&family=Amiri:wght@400;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";:root{--gold: #D4AF37;--gold-light: #C9A961;--black: #1A1A1A;--burgundy: #8B1A1A;--cream: #F5F3EF;--charcoal: #2C2C2C;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--charcoal);background-color:var(--cream);line-height:1.6;overflow-x:hidden}body[dir=rtl]{font-family:Amiri,serif;direction:rtl}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}body[dir=rtl] h1,body[dir=rtl] h2,body[dir=rtl] h3,body[dir=rtl] h4,body[dir=rtl] h5,body[dir=rtl] h6{font-family:Amiri,serif}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .3s ease}button{cursor:pointer;font-family:inherit;border:none;transition:all .3s ease}.container{max-width:1440px;margin:0 auto;padding:0 20px}header{background-color:var(--black);color:var(--white);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{display:flex;align-items:center;gap:.75rem;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:var(--gold);letter-spacing:1px}.logo img{height:50px;width:auto}nav ul{list-style:none;display:flex;gap:2rem;align-items:center}nav a{color:var(--white);font-size:.95rem;font-weight:400;position:relative;padding:.5rem 0}nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--gold);transition:width .3s ease}nav a:hover:after,nav a.active:after{width:100%}.language-switcher{display:flex;gap:.5rem}.language-switcher button{background:transparent;color:var(--white);padding:.5rem .75rem;font-size:.9rem;border:1px solid var(--gold);border-radius:4px;font-weight:500}.language-switcher button.active{background-color:var(--gold);color:var(--black)}.mobile-menu-toggle{display:none;background:transparent;color:var(--white);font-size:1.5rem;padding:.5rem}.hero{position:relative;height:85vh;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);background:linear-gradient(135deg,#1e1e1ed9,#2d2d2dd9),url(/WhatsApp%20Image%202025-11-12%20at%2018.33.39_e25d89aa.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1}.hero-content{position:relative;z-index:2;max-width:900px;padding:2rem}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--gold);text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero p{font-size:1.25rem;margin-bottom:2rem;line-height:1.8;opacity:.95}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;font-size:1rem;font-weight:500;border-radius:4px;display:inline-flex;align-items:center;gap:.5rem;min-width:160px;justify-content:center}.btn-primary{background-color:var(--gold);color:var(--black)}.btn-primary:hover{background-color:var(--gold-light);transform:translateY(-2px);box-shadow:0 4px 12px #d4af3766}.btn-secondary{background-color:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background-color:var(--white);color:var(--black)}.tagline-section{padding:4rem 0;background-color:var(--white);text-align:center}.tagline-section h2{font-size:2.5rem;color:var(--burgundy);margin-bottom:1.5rem}.tagline-section p{font-size:1.2rem;line-height:1.9;max-width:900px;margin:0 auto;color:var(--charcoal)}.highlights{padding:5rem 0;background-color:var(--cream)}.highlights h2{text-align:center;font-size:2.8rem;margin-bottom:3rem;color:var(--black)}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.highlight-card{background-color:var(--white);padding:2.5rem;text-align:center;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.highlight-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.highlight-card .icon{font-size:3.5rem;margin-bottom:1.5rem;color:var(--gold)}.highlight-card h3{font-size:1.6rem;margin-bottom:1rem;color:var(--black)}.highlight-card p{color:var(--charcoal);opacity:.8}.gallery{padding:5rem 0;background-color:var(--white)}.gallery h2{text-align:center;font-size:2.8rem;margin-bottom:3rem;color:var(--black)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.gallery-item{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:4/3;background-color:var(--cream);cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-item .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.7));display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.gallery-item:hover .overlay{opacity:1}.gallery-item .overlay p{color:var(--white);font-size:1.1rem;font-weight:500}.showroom-info{padding:5rem 0;background-color:var(--black);color:var(--white)}.showroom-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.showroom-details h2{font-size:2.5rem;color:var(--gold);margin-bottom:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.info-item .icon{font-size:1.5rem;color:var(--gold);min-width:30px}.info-item div h3{font-size:1.2rem;margin-bottom:.5rem}.info-item div p{opacity:.9;line-height:1.7}.map-container{height:400px;border-radius:8px;overflow:hidden;background-color:var(--charcoal)}.map-container iframe{width:100%;height:100%;border:none}.contact-ctas{position:fixed;right:2rem;bottom:2rem;display:flex;flex-direction:column;gap:1rem;z-index:999}.contact-btn{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 4px 12px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.contact-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #0006}.whatsapp-btn{background-color:#25d366;color:var(--white)}.instagram-btn{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:var(--white)}.tiktok-btn{background-color:#000;color:var(--white)}.phone-btn{background-color:var(--burgundy);color:var(--white)}footer{background-color:var(--black);color:var(--white);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{color:var(--gold);margin-bottom:1.5rem;font-size:1.3rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section a:hover{color:var(--gold)}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:40px;height:40px;border-radius:50%;background-color:var(--charcoal);display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:background-color .3s ease}.social-links a:hover{background-color:var(--gold);color:var(--black)}.footer-bottom{border-top:1px solid var(--charcoal);padding-top:2rem;text-align:center;opacity:.8}.page-header{background:linear-gradient(135deg,var(--black) 0%,var(--charcoal) 100%);color:var(--white);padding:5rem 0 3rem;text-align:center;position:relative}.page-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50 0L100 50L50 100L0 50Z" fill="rgba(212,175,55,0.05)"/></svg>');background-size:100px 100px;opacity:.3}.page-header h1{font-size:3rem;color:var(--gold);position:relative;z-index:1}.page-header p{font-size:1.2rem;margin-top:1rem;opacity:.9;position:relative;z-index:1}.content-section{padding:5rem 0}.content-section h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--burgundy)}.content-section p{font-size:1.1rem;line-height:1.9;margin-bottom:1.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:3rem 0}.product-card{background-color:var(--white);border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.product-image{width:100%;aspect-ratio:4/3;background-color:var(--cream);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:1.5rem}.product-info h3{font-size:1.3rem;margin-bottom:.8rem;color:var(--black)}.product-info p{font-size:.95rem;color:var(--charcoal);opacity:.8;margin-bottom:1rem}.product-info .btn{width:100%;padding:.8rem;font-size:.95rem}.coming-soon{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem;background:linear-gradient(135deg,var(--black) 0%,var(--charcoal) 100%);color:var(--white);position:relative}.coming-soon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50 0L100 50L50 100L0 50Z" fill="rgba(212,175,55,0.05)"/></svg>');background-size:100px 100px;opacity:.3}.coming-soon-content{position:relative;z-index:1;max-width:700px}.coming-soon h1{font-size:4rem;color:var(--gold);margin-bottom:1.5rem}.coming-soon p{font-size:1.4rem;margin-bottom:2.5rem;line-height:1.8}.filter-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:2rem 0 3rem}.filter-btn{padding:.8rem 2rem;background-color:var(--white);color:var(--charcoal);border:2px solid var(--gold);border-radius:4px;font-weight:500}.filter-btn.active{background-color:var(--gold);color:var(--black)}.contact-form{max-width:600px;margin:3rem auto;background-color:var(--white);padding:3rem;border-radius:8px;box-shadow:0 4px 12px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--black)}.form-group input,.form-group textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--gold)}.form-group textarea{resize:vertical;min-height:150px}.legal-content{max-width:900px;margin:0 auto;padding:3rem 2rem}.legal-content h2{font-size:2rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--burgundy)}.legal-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:.8rem;color:var(--black)}.legal-content p{margin-bottom:1rem;line-height:1.8}@media (max-width: 1024px){.showroom-content{grid-template-columns:1fr}.hero h1{font-size:2.8rem}}@media (max-width: 768px){.header-content{position:relative}nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--black);padding:1rem;box-shadow:0 4px 12px #0003}nav.active{display:block}nav ul{flex-direction:column;gap:1rem}.mobile-menu-toggle{display:block}.hero h1{font-size:2.2rem}.hero p{font-size:1rem}.tagline-section h2{font-size:1.8rem}.tagline-section p{font-size:1rem}.highlights h2,.gallery h2{font-size:2rem}.cta-buttons{flex-direction:column;width:100%}.btn{width:100%}.contact-ctas{right:1rem;bottom:1rem}.contact-btn{width:50px;height:50px;font-size:1.4rem}.page-header h1{font-size:2rem}.coming-soon h1{font-size:2.5rem}.coming-soon p{font-size:1.1rem}}@media (max-width: 375px){.hero h1{font-size:1.8rem}.highlight-grid,.gallery-grid{grid-template-columns:1fr}}
