.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(212,175,55,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(212,175,55,.1) 0%,transparent 50%)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:900px;padding:0 20px}.hero-logo{margin-bottom:2rem;display:inline-block}.hero-logo img{width:300px;height:300px;border-radius:50%;filter:drop-shadow(0 0 30px rgba(212,175,55,.6))}.hero-title{font-size:4.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--gold),var(--light-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;letter-spacing:2px}.hero-subtitle{font-size:1.8rem;font-weight:300;margin-bottom:1rem;color:var(--light-gold);letter-spacing:1px}.hero-description{font-size:1.1rem;color:#ffffffd9;margin-bottom:3rem;line-height:1.6;font-weight:300}.hero-cta{background:linear-gradient(135deg,var(--gold),var(--dark-gold));color:#fff;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 10px 30px #d4af374d;letter-spacing:.5px}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px #d4af3766}.hero-cta svg{transition:transform .3s ease}.hero-cta:hover svg{transform:translate(5px)}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:2}.mouse{width:30px;height:50px;border:2px solid var(--gold);border-radius:15px;position:relative;animation:scroll-bounce 2s infinite}.mouse:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:4px;height:10px;background:var(--gold);border-radius:2px;animation:scroll-move 2s infinite}@keyframes scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes scroll-move{0%{opacity:1;top:10px}to{opacity:0;top:30px}}@media(max-width:1024px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}}@media(max-width:768px){.hero{height:100vh}.hero-logo img{width:240px;height:240px}.hero-title{font-size:2.5rem;letter-spacing:1px}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:.95rem;margin-bottom:2rem}.hero-cta{padding:1rem 2rem;font-size:1rem}}@media(max-width:480px){.hero-logo img{width:200px;height:200px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem}.hero-cta{padding:.9rem 1.8rem;font-size:.95rem}.scroll-indicator{bottom:30px}}.services{padding:120px 0;background:var(--gray);position:relative}.services:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 20%,rgba(212,175,55,.05) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(212,175,55,.05) 0%,transparent 50%);pointer-events:none}.section-title{text-align:center;font-size:3rem;font-weight:700;margin-bottom:4rem;color:var(--text-dark);position:relative}.section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--gold),var(--dark-gold));border-radius:2px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:1}.service-card{background:#fff;padding:3rem 2rem;border-radius:20px;text-align:center;transition:all .4s ease;box-shadow:0 5px 20px #00000014;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--gold),var(--dark-gold));opacity:0;transition:opacity .4s ease;z-index:0}.service-card:hover:before{opacity:.05}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #d4af3733}.service-icon{margin-bottom:1.5rem;position:relative;z-index:1;transition:transform .4s ease;display:flex;justify-content:center;align-items:center}.service-icon img{width:80px;height:80px;object-fit:contain}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark);position:relative;z-index:1}.service-description{color:var(--text-light);line-height:1.7;font-size:.95rem;position:relative;z-index:1}@media(max-width:1024px){.services{padding:100px 0}.section-title{font-size:2.5rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.services{padding:80px 0}.section-title{font-size:2rem;margin-bottom:3rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2.5rem 1.5rem}.service-icon img{width:70px;height:70px}.service-title{font-size:1.3rem}}@media(max-width:480px){.services{padding:60px 0}.section-title{font-size:1.8rem}.service-card{padding:2rem 1.5rem}.service-icon img{width:60px;height:60px}}.circular-gallery{width:100%;height:100%;overflow:hidden;cursor:grab}.circular-gallery:active{cursor:grabbing}.circular-gallery canvas{display:block}.gallery{padding:120px 0;background:#fff;overflow:hidden}.gallery-title{text-align:center;font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);position:relative}.gallery-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--gold),var(--dark-gold));border-radius:2px}.gallery-description{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:4rem}.gallery-container{width:100%;height:600px;position:relative}@media(max-width:1024px){.gallery{padding:100px 0}.gallery-title{font-size:2.5rem}.gallery-container{height:500px}}@media(max-width:768px){.gallery{padding:80px 0}.gallery-title{font-size:2rem;margin-bottom:.5rem}.gallery-description{font-size:1rem;margin-bottom:3rem}.gallery-container{height:450px}}@media(max-width:480px){.gallery{padding:60px 0}.gallery-title{font-size:1.8rem}.gallery-description{font-size:.95rem}.gallery-container{height:400px}}.contact{padding:120px 0;background:var(--gray);position:relative}.contact:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 20%,rgba(212,175,55,.05) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(212,175,55,.05) 0%,transparent 50%);pointer-events:none}.contact-title{text-align:center;font-size:3rem;font-weight:700;margin-bottom:4rem;color:var(--text-dark);position:relative;z-index:1}.contact-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--gold),var(--dark-gold));border-radius:2px}.contact-content{position:relative;z-index:1}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.contact-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;transition:all .4s ease;box-shadow:0 5px 20px #00000014}.contact-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #d4af3733}.contact-icon{margin-bottom:1rem;transition:transform .4s ease;color:var(--gold)}.contact-icon svg{width:48px;height:48px}.contact-card:hover .contact-icon{transform:scale(1.1) rotate(5deg)}.contact-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.contact-link{display:block;font-size:1.1rem;font-weight:500;color:var(--gold);margin-bottom:.5rem;transition:color .3s ease}.contact-link:hover{color:var(--dark-gold)}.contact-card p{color:var(--text-light);font-size:.9rem}.map-container{width:100%;height:450px;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}@media(max-width:1024px){.contact{padding:100px 0}.contact-title{font-size:2.5rem}.map-container{height:400px}}@media(max-width:768px){.contact{padding:80px 0}.contact-title{font-size:2rem;margin-bottom:3rem}.contact-info{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.contact-card{padding:2rem 1.5rem}.contact-icon{font-size:2.5rem}.contact-card h3{font-size:1.3rem}.map-container{height:350px}}@media(max-width:480px){.contact{padding:60px 0}.contact-title{font-size:1.8rem}.contact-card{padding:1.8rem 1.5rem}.contact-icon{font-size:2.2rem}.contact-link{font-size:1rem}.map-container{height:300px}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;align-items:start}.footer-logo{display:flex;align-items:center}.footer-logo img{height:160px;width:auto;border-radius:50%}.footer-info h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--gold)}.footer-info p{color:#fffc;line-height:1.6;font-size:.95rem}.footer-social h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--gold)}.social-links{display:flex;gap:1rem}.social-link{width:45px;height:45px;border-radius:50%;background:#d4af371a;display:flex;align-items:center;justify-content:center;color:var(--gold);transition:all .3s ease}.social-link:hover{background:var(--gold);color:#fff;transform:translateY(-5px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center;margin-bottom:2rem}.footer-logo{justify-content:center}.footer-logo img{height:140px}.social-links{justify-content:center}.footer-bottom{padding-top:1.5rem}}@media(max-width:480px){.footer-logo img{height:120px}.footer-info h3{font-size:1.3rem}.footer-social h4{font-size:1.1rem}.social-link{width:40px;height:40px}.social-link svg{width:20px;height:20px}}.App{width:100%;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}:root{--gold: #d4af37;--dark-gold: #b8941f;--light-gold: #f4e4b8;--dark: #1a1a1a;--light: #ffffff;--gray: #f5f5f5;--text-dark: #333333;--text-light: #666666}body{font-family:Poppins,sans-serif;color:var(--text-dark);overflow-x:hidden;background:var(--light)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}button{cursor:pointer;border:none;outline:none}a{text-decoration:none;color:inherit}
