:root{--black: #0f0f0f;--white: #ffffff;--gold: #d4af37;--gray: #a1a1a1;--gray-dark: #333333;--font-heading: "Cormorant Garamond", serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black);color:var(--white);font-family:var(--font-body);line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(15,15,15,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(212,175,55,.2);padding:1.5rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--gold);text-decoration:none;letter-spacing:3px}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{color:var(--white);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;letter-spacing:1px}.nav-links a:hover{color:var(--gold)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--gold);font-size:1.5rem;cursor:pointer}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.875rem 2rem;border-radius:0;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;border:2px solid var(--gold);cursor:pointer;letter-spacing:1px;text-transform:uppercase}.btn-primary{background:var(--gold);color:var(--black)}.btn-primary:hover{background:transparent;color:var(--gold);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--gold)}.btn-secondary:hover{background:var(--gold);color:var(--black)}.btn-lg{padding:1.125rem 2.5rem;font-size:.95rem}.btn-full{width:100%;justify-content:center}.hero{padding:12rem 0 8rem;background:linear-gradient(135deg,rgba(212,175,55,.05) 0%,transparent 100%)}.hero-content{text-align:center;max-width:900px;margin:0 auto}.badge{display:inline-block;padding:.5rem 1.5rem;border:1px solid var(--gold);color:var(--gold);font-size:.75rem;font-weight:600;margin-bottom:2rem;letter-spacing:2px;text-transform:uppercase}.hero h1{font-family:var(--font-heading);font-size:5rem;font-weight:400;color:var(--white);line-height:1.1;margin-bottom:2rem;letter-spacing:2px}.hero .highlight{color:var(--gold);font-style:italic;font-weight:600}.hero-sub{font-size:1.2rem;color:var(--gray);margin-bottom:3rem;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.8}.hero-buttons{display:flex;gap:1.5rem;justify-content:center}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{font-family:var(--font-heading);font-size:3.5rem;font-weight:400;color:var(--white);margin-bottom:1rem;letter-spacing:2px}.section-header p{font-size:1.1rem;color:var(--gray)}.projects-section{padding:6rem 0;background:var(--black)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-item{height:400px;background:var(--gray-dark);position:relative;overflow:hidden;cursor:pointer}.project-item.large{grid-column:span 2}.project-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,15,15,.9),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;opacity:0;transition:opacity .4s ease}.project-item:hover .project-overlay{opacity:1}.project-overlay h3{font-family:var(--font-heading);font-size:2rem;color:var(--gold);margin-bottom:.5rem}.project-overlay p{color:var(--gray)}.services-section{padding:6rem 0;background:linear-gradient(135deg,rgba(212,175,55,.03) 0%,transparent 100%)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.service-card{text-align:center;padding:3rem 2rem;border:1px solid rgba(212,175,55,.2);transition:all .3s ease}.service-card:hover{border-color:var(--gold);transform:translateY(-10px);background:rgba(212,175,55,.05)}.service-card i{font-size:3rem;color:var(--gold);margin-bottom:1.5rem}.service-card h3{font-family:var(--font-heading);font-size:1.75rem;color:var(--white);margin-bottom:1rem}.service-card p{color:var(--gray);line-height:1.7}.about-section{padding:6rem 0;background:var(--black)}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text h2{font-family:var(--font-heading);font-size:3rem;color:var(--white);margin-bottom:2rem}.about-text p{color:var(--gray);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.check-list{list-style:none;margin:3rem 0;text-align:left;max-width:600px;margin-left:auto;margin-right:auto}.check-list li{padding:1rem 0;font-size:1.05rem;color:var(--white);border-bottom:1px solid rgba(212,175,55,.1)}.check-list i{color:var(--gold);margin-right:1rem}.contact-section{padding:6rem 0;background:linear-gradient(135deg,rgba(212,175,55,.05) 0%,transparent 100%)}.contact-content{max-width:700px;margin:0 auto;text-align:center}.contact-info h2{font-family:var(--font-heading);font-size:3.5rem;color:var(--white);margin-bottom:1.5rem}.contact-info>p{color:var(--gray);font-size:1.1rem;margin-bottom:3rem}.info-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.info-item{display:flex;align-items:center;gap:1.25rem;justify-content:center;padding:1rem}.info-item i{color:var(--gold);font-size:1.25rem;width:30px}.info-item span{color:var(--white)}.footer{padding:3rem 0;background:var(--black);border-top:1px solid rgba(212,175,55,.2)}.footer-content{text-align:center;margin-bottom:1.5rem}.footer-logo{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--gold);margin-bottom:.75rem;letter-spacing:3px}.footer-content p{color:var(--gray)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(212,175,55,.1)}.footer-bottom p{color:var(--gray);font-size:.9rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,15,15,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-overlay.active{display:flex}.modal-content{background:var(--gray-dark);border:2px solid var(--gold);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:3rem}.close-modal{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:var(--gold);font-size:2rem;cursor:pointer;transition:transform .3s}.close-modal:hover{transform:rotate(90deg)}.modal-header{text-align:center;margin-bottom:2.5rem}.modal-header i{font-size:3rem;color:var(--gold);margin-bottom:1rem}.modal-header h2{font-family:var(--font-heading);font-size:2.5rem;color:var(--white);margin-bottom:.75rem}.modal-header p{color:var(--gray)}.lead-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--white);font-weight:600;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{background:var(--black);border:1px solid rgba(212,175,55,.3);color:var(--white);padding:1rem 1.25rem;font-family:var(--font-body);font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold)}.form-group textarea{resize:vertical}@media (max-width: 968px){.nav-links{display:none}.mobile-menu-btn{display:block}.hero h1{font-size:3.5rem}.projects-grid{grid-template-columns:1fr}.project-item.large{grid-column:span 1}}@media (max-width: 640px){.hero{padding:10rem 0 6rem}.hero h1{font-size:2.75rem}.hero-buttons{flex-direction:column}.section-header h2{font-size:2.5rem}}
