*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2c3e50;--secondary-color: #c9a961;--accent-color: #8b7355;--text-dark: #2c3e50;--text-light: #666;--bg-light: #f8f9fa;--bg-white: #ffffff;--shadow: 0 2px 10px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .15)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}@media(max-width:1024px)and (min-width:769px){.container{padding:0 30px}}@media(max-width:768px){.container{padding:0 15px}}@media(max-width:480px){.container{padding:0 10px}}.btn{display:inline-block;padding:14px 32px;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--secondary-color);color:#fff}.btn-primary:hover{background:var(--accent-color);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:var(--primary-color)}.btn-outline{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:15px;font-weight:700}.section-header p{font-size:1.1rem;color:var(--text-light)}@media(max-width:1024px)and (min-width:769px){.section-header h2{font-size:2.25rem}}@media(max-width:768px){.section-header{margin-bottom:40px}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}}@media(max-width:480px){.section-header{margin-bottom:30px}.section-header h2{font-size:1.75rem}.section-header p{font-size:.95rem}}@media(max-width:768px){.btn{padding:12px 24px;font-size:.95rem}}@media(max-width:480px){.btn{padding:10px 20px;font-size:.9rem;width:100%;max-width:100%}}.App{min-height:100vh}.logo-container{display:flex;align-items:center;gap:15px;text-decoration:none;color:inherit}.logo-svg{width:60px;height:60px;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s ease}.logo-container:hover .logo-svg{transform:scale(1.05)}.logo-stone{transition:all .3s ease}.logo-container:hover .logo-stone{opacity:.9}.logo-vein{animation:shimmer 3s ease-in-out infinite}.logo-vein:nth-child(2){animation-delay:.5s}.logo-vein:nth-child(3){animation-delay:1s}.logo-vein:nth-child(4){animation-delay:1.5s}.logo-accent{transition:all .3s ease}.logo-container:hover .logo-accent{opacity:1;transform:scale(1.1)}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:1.8rem;color:var(--primary-color);margin:0;font-weight:700;line-height:1.2;transition:color .3s ease}.logo-tagline{font-size:.85rem;color:var(--secondary-color);font-weight:500;margin-top:-2px;transition:color .3s ease}.logo-container:hover .logo-title{color:var(--secondary-color)}.logo-container:hover .logo-tagline{color:var(--accent-color)}@keyframes shimmer{0%,to{opacity:.4}50%{opacity:.8}}@media(max-width:768px){.logo-svg{width:50px;height:50px}.logo-title{font-size:1.5rem}.logo-tagline{font-size:.75rem}}@media(max-width:480px){.logo-container{gap:10px}.logo-svg{width:40px;height:40px}.logo-title{font-size:1.2rem}.logo-tagline{font-size:.7rem}}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);z-index:1000;padding:15px 0}.header-content{display:flex;justify-content:space-between;align-items:center}.nav{display:flex;gap:30px;align-items:center}.nav a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav a:hover{color:var(--secondary-color)}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--secondary-color);transition:width .3s ease}.nav a:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:25px;height:3px;background:var(--primary-color);transition:all .3s ease}@media(max-width:1024px)and (min-width:769px){.nav{gap:25px}.nav a{font-size:.95rem}}@media(max-width:768px){.header{padding:12px 0}.menu-toggle{display:flex}.nav{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:var(--shadow);transform:translate(-100%);transition:transform .3s ease;gap:15px}.nav a{padding:10px 0;font-size:1.1rem}.nav-open{transform:translate(0)}}@media(max-width:480px){.header{padding:10px 0}.nav{top:65px;padding:15px}.nav a{font-size:1rem}}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;margin-top:80px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2c3e50,#34495e);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;transition:background-image .8s ease-in-out}.hero-overlay{position:absolute;inset:0;background:#2c3e504d;z-index:1}.hero-images-grid{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:grid;grid-template-columns:repeat(4,1fr);gap:15px;max-width:800px;width:90%;z-index:3;padding:0 20px}.hero-image-item{position:relative;height:120px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.hero-image-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0006}.hero-image-item.active{border-color:var(--secondary-color);transform:scale(1.05);box-shadow:0 6px 25px #c9a96180}.hero-image-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hero-image-item:hover img{transform:scale(1.1)}.hero-image-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.hero-image-item:hover .hero-image-overlay{opacity:1}.hero-image-overlay span{color:#fff;font-weight:600;font-size:.9rem}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;line-height:1.2;animation:fadeInUp 1s ease;text-shadow:2px 2px 10px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.3rem;margin-bottom:40px;opacity:.95;animation:fadeInUp 1s ease .2s backwards;text-shadow:1px 1px 5px rgba(0,0,0,.5)}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease .4s backwards}.hero-indicators{position:absolute;bottom:160px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#ffffff80;transform:scale(1.2)}.indicator.active{background:var(--secondary-color);border-color:var(--secondary-color);transform:scale(1.3)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px)and (min-width:769px){.hero{min-height:550px}.hero-images-grid{max-width:700px;gap:12px}.hero-image-item{height:100px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}}@media(max-width:768px){.hero{background-attachment:scroll;min-height:500px}.hero-images-grid{grid-template-columns:repeat(2,1fr);gap:10px;bottom:15px;max-width:600px}.hero-image-item{height:80px}.hero-indicators{bottom:110px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;text-align:center}}@media(max-width:480px){.hero{min-height:400px;margin-top:70px}.hero-images-grid{grid-template-columns:repeat(2,1fr);gap:8px;bottom:10px;padding:0 10px}.hero-image-item{height:70px;border-width:2px}.hero-image-overlay span{font-size:.75rem}.hero-indicators{bottom:95px;gap:8px}.indicator{width:10px;height:10px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;margin-bottom:30px}}.products{padding:100px 0;background:var(--bg-light)}@media(max-width:768px){.products{padding:60px 0}}@media(max-width:480px){.products{padding:40px 0}}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.product-image{position:relative;height:250px;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-badge{position:absolute;top:15px;right:15px;background:var(--secondary-color);color:#fff;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600}.product-info{padding:25px}.product-info h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:10px}.product-info p{color:var(--text-light);margin-bottom:20px;line-height:1.6}@media(max-width:1024px)and (min-width:769px){.products-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media(max-width:768px){.products-grid{grid-template-columns:1fr;gap:20px}.product-info{padding:20px}.product-info h3{font-size:1.3rem}}@media(max-width:480px){.products-grid{gap:15px}.product-image{height:200px}.product-info{padding:15px}.product-info h3{font-size:1.2rem}.product-info p{font-size:.9rem}.product-badge{font-size:.75rem;padding:6px 12px}}.features{padding:100px 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.feature{text-align:center;padding:30px}.feature-icon{font-size:3.5rem;margin-bottom:20px}.feature h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:15px}.feature p{color:var(--text-light);line-height:1.6}@media(max-width:1024px)and (min-width:769px){.features-grid{grid-template-columns:repeat(2,1fr);gap:35px}}@media(max-width:768px){.features{padding:60px 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.feature{padding:25px}.feature-icon{font-size:3rem;margin-bottom:15px}.feature h3{font-size:1.3rem}}@media(max-width:480px){.features{padding:40px 0}.features-grid{grid-template-columns:1fr;gap:25px}.feature{padding:20px}.feature-icon{font-size:2.5rem;margin-bottom:15px}.feature h3{font-size:1.2rem}.feature p{font-size:.9rem}}.gallery{padding:100px 0;background:var(--bg-light)}@media(max-width:768px){.gallery{padding:60px 0}}@media(max-width:480px){.gallery{padding:40px 0}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.gallery-item{position:relative;height:300px;overflow:hidden;border-radius:10px;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-overlay{position:absolute;inset:0;background:#2c3e50cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay span{color:#fff;font-size:1.2rem;font-weight:600}@media(max-width:1024px)and (min-width:769px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:18px}.gallery-item{height:280px}}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.gallery-item{height:250px}}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr;gap:15px}.gallery-item{height:220px}.gallery-overlay span{font-size:1rem}}.about{padding:100px 0;background:#fff}@media(max-width:768px){.about{padding:60px 0}}@media(max-width:480px){.about{padding:40px 0}}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:25px}.about-text p{color:var(--text-light);margin-bottom:20px;line-height:1.8;font-size:1.05rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.stat{text-align:center;padding:20px;background:var(--bg-light);border-radius:10px}.stat h3{font-size:2.5rem;color:var(--secondary-color);margin-bottom:10px}.stat p{color:var(--text-light);font-weight:500;margin:0}.about-image{border-radius:10px;overflow:hidden;box-shadow:var(--shadow-lg)}.about-image img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px)and (min-width:769px){.about-content{gap:50px}.about-text h2{font-size:2.25rem}}@media(max-width:768px){.about-content{grid-template-columns:1fr;gap:40px}.about-text h2{font-size:2rem}.about-text p{font-size:1rem}.stats{grid-template-columns:repeat(3,1fr);gap:20px}.stat h3{font-size:2rem}}@media(max-width:480px){.about-content{gap:30px}.about-text h2{font-size:1.75rem}.about-text p{font-size:.95rem}.stats{grid-template-columns:1fr;gap:15px}.stat{padding:15px}.stat h3{font-size:1.75rem}.stat p{font-size:.9rem}}.contact{padding:100px 0;background:var(--bg-light)}@media(max-width:768px){.contact{padding:60px 0}}@media(max-width:480px){.contact{padding:40px 0}}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:60px}.contact-info{display:flex;flex-direction:column;gap:30px}.contact-item{display:flex;gap:20px;align-items:flex-start}.contact-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--secondary-color);border-radius:50%;flex-shrink:0}.contact-item h3{color:var(--primary-color);margin-bottom:8px;font-size:1.3rem}.contact-item p{color:var(--text-light);line-height:1.6}.contact-form{background:#fff;padding:40px;border-radius:10px;box-shadow:var(--shadow)}.form-group{margin-bottom:20px}.form-group input,.form-group textarea{width:100%;padding:15px;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary-color)}.form-group textarea{resize:vertical}@media(max-width:1024px)and (min-width:769px){.contact-content{gap:50px}}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:40px}.contact-info{gap:25px}.contact-item{gap:15px}.contact-icon{width:50px;height:50px;font-size:1.5rem}.contact-item h3{font-size:1.2rem}.contact-form{padding:25px}}@media(max-width:480px){.contact-content{gap:30px}.contact-info{gap:20px}.contact-item{flex-direction:column;align-items:center;text-align:center;gap:10px}.contact-icon{width:45px;height:45px;font-size:1.3rem}.contact-item h3{font-size:1.1rem}.contact-item p{font-size:.9rem}.contact-form{padding:20px}.form-group input,.form-group textarea{padding:12px;font-size:.95rem}}.footer{background:var(--primary-color);color:#fff;padding:60px 0 20px}@media(max-width:768px){.footer{padding:40px 0 15px}}@media(max-width:480px){.footer{padding:30px 0 15px}}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3,.footer-section h4{margin-bottom:20px;color:var(--secondary-color)}.footer-section p{line-height:1.8;opacity:.9}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:10px;opacity:.9}.footer-section ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--secondary-color)}.social-links{display:flex;gap:15px}.social-links a{color:#fff;text-decoration:none;padding:10px 15px;background:#ffffff1a;border-radius:5px;transition:background .3s ease}.social-links a:hover{background:var(--secondary-color)}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);opacity:.8}@media(max-width:768px){.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.footer-bottom{padding-top:20px}.footer-bottom p{font-size:.9rem}}@media(max-width:480px){.footer-content{grid-template-columns:1fr;gap:25px;text-align:center}.social-links{justify-content:center;flex-wrap:wrap}.social-links a{padding:8px 12px;font-size:.9rem}.footer-bottom{padding-top:15px}.footer-bottom p{font-size:.85rem}}
