@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--color-primary:#1a1a2e;--color-secondary:#c9a96e;--color-accent:#d4af37;--color-bg:#faf9f6;--color-bg-dark:#0f0f1a;--color-text:#333;--color-text-light:#666;--color-white:#fff;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-family:var(--font-heading);color:var(--color-primary);text-align:center;margin-bottom:.5rem;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--color-text-light);margin-bottom:3rem;font-size:1.1rem}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ef2;padding:1rem 0;position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.logo{font-family:var(--font-heading);color:var(--color-secondary);font-size:1.6rem;font-weight:700;text-decoration:none}.logo span{color:var(--color-white);font-weight:400}.nav{gap:2rem;display:flex}.nav a{color:var(--color-white);font-size:.95rem;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.nav a:after{content:"";background:var(--color-secondary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav a:hover{color:var(--color-secondary)}.nav a:hover:after{width:100%}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.menu-toggle span{background:var(--color-white);width:25px;height:2px;transition:all .3s}.menu-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);justify-content:center;align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle at 20%,#c9a96e1a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#d4af3714 0%,#0000 40%),radial-gradient(circle at 50% 80%,#c9a96e0f 0%,#0000 40%);position:absolute;inset:0}.hero-overlay{background:#0003;position:absolute;inset:0}.hero-content{z-index:1;padding:0 20px;position:relative}.hero-content h1{font-family:var(--font-heading);color:var(--color-white);letter-spacing:2px;margin-bottom:1rem;font-size:4rem}.hero-tagline{font-family:var(--font-heading);color:var(--color-secondary);margin-bottom:.5rem;font-size:1.5rem;font-style:italic}.hero-subtitle{color:#ffffffb3;max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;letter-spacing:.5px;border-radius:4px;padding:14px 36px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s}.btn-primary{background:var(--color-secondary);color:var(--color-primary);border:2px solid var(--color-secondary)}.btn-primary:hover{background:var(--color-accent);border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 4px 15px #c9a96e66}.btn-outline{color:var(--color-white);background:0 0;border:2px solid #fff6}.btn-outline:hover{border-color:var(--color-white);background:#ffffff1a;transform:translateY(-2px)}.services{background:var(--color-white);padding:6rem 0}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-card{background:var(--color-bg);text-align:center;border:1px solid #0000;border-radius:8px;padding:2.5rem 2rem;transition:all .3s}.service-card:hover{border-color:var(--color-secondary);transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.service-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.service-card h3{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:.75rem;font-size:1.3rem}.service-card p{color:var(--color-text-light);font-size:.95rem;line-height:1.6}.about{background:var(--color-bg);padding:6rem 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about .section-title{text-align:left}.about-image-placeholder{background:linear-gradient(135deg, var(--color-primary), #16213e);width:100%;height:450px;color:var(--color-secondary);font-family:var(--font-heading);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:2rem;display:flex}.about-image-placeholder span:last-child{color:var(--color-white);font-size:1.2rem;font-weight:300}.about-content p{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.about-features{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.feature{flex-direction:column;gap:.25rem;display:flex}.feature strong{color:var(--color-primary);font-size:1rem}.feature span{color:var(--color-text-light);font-size:.85rem}.gallery{background:var(--color-white);padding:6rem 0}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gallery-item{cursor:pointer;border-radius:8px;overflow:hidden}.gallery-placeholder{background:linear-gradient(135deg,#1a1a2e,#2a2a4e);justify-content:center;align-items:center;width:100%;height:280px;transition:all .3s;display:flex}.gallery-placeholder span{color:var(--color-secondary);font-family:var(--font-heading);opacity:.8;font-size:1.2rem}.gallery-item:hover .gallery-placeholder{background:linear-gradient(135deg,#2a2a4e,#1a1a2e);transform:scale(1.05)}.contact{background:var(--color-bg);padding:6rem 0}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{flex-shrink:0;margin-top:2px;font-size:1.5rem}.contact-item strong{color:var(--color-primary);margin-bottom:.25rem;font-size:1.05rem;display:block}.contact-item p{color:var(--color-text-light);margin:0;font-size:.95rem}.social-links{gap:1rem;margin-top:.25rem;display:flex}.social-links a{color:var(--color-secondary);font-weight:500;text-decoration:none;transition:color .3s}.social-links a:hover{color:var(--color-accent)}.contact-map{background:#e0e0e0;border-radius:12px;height:350px;overflow:hidden}.contact-map iframe{border:none;width:100%;height:100%}.footer{background:var(--color-bg-dark);color:var(--color-white);padding:3rem 0 1.5rem}.footer-content{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:2rem;display:flex}.footer-brand h3{font-family:var(--font-heading);color:var(--color-secondary);margin-bottom:.25rem;font-size:1.5rem}.footer-brand h3 span{color:var(--color-white);font-weight:400}.footer-brand p{color:#ffffff80;font-size:.9rem;font-style:italic}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--color-secondary)}.footer-bottom{text-align:center;padding-top:1.5rem}.footer-bottom p{color:#fff6;font-size:.85rem}@media (width<=768px){.menu-toggle{display:flex}.nav{background:var(--color-primary);flex-direction:column;gap:1.5rem;width:280px;height:100vh;padding:5rem 2rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%}.nav.open{right:0}.nav a{font-size:1.1rem}.hero-content h1{font-size:2.5rem}.hero-tagline{font-size:1.2rem}.services-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:2rem}.about .section-title{text-align:center}.about-features{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.footer-content{text-align:center;flex-direction:column;gap:1.5rem}.footer-links{flex-wrap:wrap;justify-content:center}.section-title{font-size:2rem}}@media (width<=480px){.hero-content h1{font-size:2rem}.gallery-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column;align-items:center}}
