@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@300;400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000000e6;justify-content:space-between;align-items:center;width:100%;padding:10px 8%;display:flex;position:fixed;top:0;left:0}.logo a{color:gold;letter-spacing:2px;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;text-decoration:none}.nav-links{gap:35px;list-style:none;display:flex}.nav-links a{color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:gold}.logo img{width:auto;height:100px;display:block}.hero{background:#050505;justify-content:center;align-items:center;gap:0;min-height:calc(100vh - 90px);padding:90px 6% 40px;display:flex;overflow:hidden}.hero-content{z-index:2;flex:0 0 48%;max-width:620px}.hero-subtitle{color:gold;text-transform:uppercase;letter-spacing:4px;margin-bottom:20px;font-size:.9rem;display:inline-block}.hero h1{margin-bottom:25px;font-family:Playfair Display,serif;font-size:4.5rem;line-height:1.05}.hero p{color:#d6d6d6;margin-bottom:30px;font-size:1.15rem;line-height:1.8}.hero-buttons{gap:20px;display:flex}.btn-primary,.btn-secondary{border-radius:8px;padding:16px 38px;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary{color:#000;background:gold}.btn-primary:hover{background:#ffe44d}.btn-secondary{color:gold;border:2px solid gold}.btn-secondary:hover{color:#000;background:gold}.hero-image{flex:0 0 48%;justify-content:flex-start;align-items:center;display:flex;overflow:hidden}.hero-image img{object-fit:contain;width:160%;max-width:none;height:460px;transform:translate(130px)}.brands{background:#0b0b0b;padding:100px 8%}.brands-title{text-align:center;margin-bottom:60px}.brands-title span{color:gold;text-transform:uppercase;letter-spacing:4px;font-size:.9rem}.brands-title h2{margin-top:15px;font-family:Playfair Display,serif;font-size:2.8rem}.brands-container{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.brand-card{color:#fff;background:#111;border:1px solid #ffd70026;border-radius:12px;justify-content:center;align-items:center;height:120px;font-size:1.3rem;font-weight:600;transition:all .3s;display:flex}.brand-card:hover{border-color:gold;transform:translateY(-8px);box-shadow:0 0 25px #ffd70026}.featured{background:#050505;padding:100px 8%}.featured-title{text-align:center;margin-bottom:60px}.featured-title span{color:gold;text-transform:uppercase;letter-spacing:4px;font-size:.9rem}.featured-title h2{color:#fff;margin-top:15px;font-family:Playfair Display,serif;font-size:2.8rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.product-card{background:#111;border:1px solid #ffd7001f;border-radius:12px;transition:all .3s;overflow:hidden}.product-card:hover{border-color:gold;transform:scale(1.08);box-shadow:0 0 25px #ffd70026}.product-image{color:#666;background:#1b1b1b;justify-content:center;align-items:center;height:300px;padding-top:10px;font-size:1rem;display:flex}.product-card h3{text-align:center;color:#fff;padding:20px;font-size:1.1rem}.product-image img{object-fit:cover;width:100%;height:100%;transition:all .3s;transform:scale(1.08)}.store{background:#0b0b0b;justify-content:center;align-items:center;gap:50px;padding:60px 8%;display:flex}.store-image{flex:1}.store-image img{border:1px solid #ffd70026;border-radius:18px;width:100%;max-width:420px;max-height:460px;transition:all .3s;box-shadow:0 0 35px #ffd7001f}.store-image img:hover{transform:scale(1.02)}.store-content{flex:1;max-width:550px}.store-content span{color:gold;text-transform:uppercase;letter-spacing:4px;font-size:.9rem}.store-content h2{color:#fff;margin:18px 0 35px;font-family:Playfair Display,serif;font-size:3rem}.store-features{flex-direction:column;gap:22px;display:flex}.store-features div{color:#e8e8e8;background:#111;border:1px solid #ffd70026;border-radius:10px;padding:14px 18px;line-height:1.7;transition:all .3s}.store-features div:hover{border-color:gold;transform:translate(10px);box-shadow:0 0 20px #ffd70026}.reviews{background:#050505;padding:80px 8%}.reviews-title{text-align:center;margin-bottom:60px}.reviews-title span{color:gold;text-transform:uppercase;letter-spacing:4px;font-size:.9rem}.reviews-title h2{color:#fff;margin-top:15px;font-family:Playfair Display,serif;font-size:2.8rem}.reviews-container{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.review-card{background:#111;border:1px solid #ffd7001f;border-radius:15px;padding:35px 30px;transition:all .3s}.review-card:hover{border-color:gold;transform:translateY(-8px);box-shadow:0 0 25px #ffd70026}.stars{color:gold;letter-spacing:3px;margin-bottom:20px;font-size:1.3rem}.review-card p{color:#c7c7c7;padding-bottom:5px;font-family:Poppins,sans-serif;font-size:1rem;font-style:italic;font-weight:300;line-height:1.8}.review-card h4{color:#fff;font-weight:600}.contact{background:#050505;padding:90px 8%}.contact-title{text-align:center;margin-bottom:50px}.contact-title span{color:gold;text-transform:uppercase;letter-spacing:4px;font-size:.9rem}.contact-title h2{color:#fff;margin-top:15px;font-family:Playfair Display,serif;font-size:2.8rem}.contact-form{flex-direction:column;gap:22px;max-width:700px;margin:auto;display:flex}.contact-form input,.contact-form select,.contact-form textarea{color:#fff;background:#111;border:1px solid #ffd70026;border-radius:10px;outline:none;width:100%;padding:18px 20px;font-size:1rem;transition:all .3s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:gold;box-shadow:0 0 15px #ffd7002e}.contact-form textarea{resize:vertical;min-height:150px}.contact-form button{color:#000;cursor:pointer;background:gold;border:none;border-radius:10px;padding:18px;font-size:1rem;font-weight:600;transition:all .3s}.contact-form button:hover{background:#ffe44d;transform:translateY(-3px);box-shadow:0 0 20px #ffd70040}.footer{background:#0b0b0b;border-top:1px solid #ffd70026;padding-top:70px}.footer-container{grid-template-columns:1.5fr 1fr 1fr;align-items:start;gap:80px;width:90%;max-width:1200px;margin:0 auto;display:grid}.footer-logo img{width:170px;margin-bottom:20px}.footer-logo p{color:#cfcfcf;max-width:350px;line-height:1.8}.footer-info h3,.footer-social h3{color:gold;margin-bottom:20px;font-size:1.2rem}.footer-info p{color:#d6d6d6;margin-bottom:15px}.footer-social{flex-direction:column;gap:15px;display:flex}.footer-social a{color:#d6d6d6;text-decoration:none;transition:all .3s}.footer-social a:hover{color:gold}.footer-bottom{text-align:center;border-top:1px solid #ffd7001f;margin-top:60px;padding:25px 0}.footer-bottom p{color:#999;font-size:.95rem}.contact-item{align-items:center;gap:12px;margin-bottom:18px;display:flex}.contact-item span{font-size:1.1rem}.contact-item p{color:#d6d6d6;margin:0}html{scroll-behavior:smooth}body{color:#fff;background:#0b0b0b;font-family:Poppins,sans-serif}@media (width<=992px){.navbar{padding:14px 5%}.logo img{height:75px}.nav-links{gap:20px}.hero{gap:20px;padding:110px 6% 50px}.hero-content{flex:0 0 50%}.hero h1{font-size:3.4rem}.hero-image{flex:0 0 50%}.hero-image img{height:58vh;transform:translate(-20px)}.brands-container,.reviews-container,.products-grid{grid-template-columns:repeat(2,1fr)}.store{gap:40px}.footer-container{grid-template-columns:1fr 1fr}}@media (width<=768px){.navbar{flex-direction:column;gap:15px;padding:18px 6%;position:relative}.logo img{height:75px}.nav-links{flex-wrap:wrap;justify-content:center;gap:14px}.nav-links a{font-size:.9rem}.hero{text-align:center;flex-direction:column;gap:35px;min-height:auto;padding:40px 7% 50px}.hero-content{flex:none;max-width:100%}.hero h1{font-size:2.7rem}.hero p{font-size:1rem}.hero-buttons{flex-wrap:wrap;justify-content:center}.btn-primary,.btn-secondary{padding:14px 28px}.hero-image{flex:none;justify-content:center;width:100%}.hero-image img{max-width:100%;height:380px;transform:none}.brands,.featured,.store,.reviews,.contact{padding:65px 7%}.brands-title h2,.featured-title h2,.reviews-title h2,.contact-title h2,.store-content h2{font-size:2.2rem}.brands-container,.products-grid,.reviews-container{grid-template-columns:1fr}.store{text-align:center;flex-direction:column;gap:35px}.store-image img{object-fit:cover;max-width:100%;max-height:380px}.store-features{text-align:left}.contact-form{max-width:100%}.footer-container{text-align:center;grid-template-columns:1fr;gap:35px}.footer-logo,.footer-social{align-items:center}.footer-logo{flex-direction:column;display:flex}.footer-logo p{max-width:100%}.contact-item{justify-content:center}}@media (width<=480px){.hero h1{font-size:2.2rem}.hero-subtitle,.brands-title span,.featured-title span,.reviews-title span,.contact-title span,.store-content span{letter-spacing:3px;font-size:.8rem}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{text-align:center;width:100%}.hero-image img{height:320px}.product-image{height:240px}.footer-logo img{width:140px}}
