@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--color-primary:#c8a97e;--color-on-primary:#111;--color-secondary:#d4b48a;--color-background:#000;--color-foreground:#fff;--color-muted:#a3a3a3;--color-border:#fff3;--color-glass:#0000004d;--color-glass-border:#ffffff0d;--nav-height:90px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-background);color:var(--color-foreground);font-family:Inter,sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Inter,sans-serif;font-weight:400;line-height:1.1}a{color:inherit;text-decoration:none}.glass-panel{background:var(--color-glass);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--color-glass-border)}.container{max-width:1600px;margin:0 auto;padding:0 4rem}@media (width<=768px){.container{padding:0 1.5rem}}.btn{letter-spacing:.15em;text-transform:uppercase;cursor:pointer;border:none;border-radius:0;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:var(--color-on-primary)}.btn-primary:hover{background-color:var(--color-secondary);color:var(--color-on-primary)}.btn-outline{color:var(--color-foreground);background-color:#0000;border:1px solid #fff6}.btn-outline:hover{background-color:#0000;border-color:#fff}.section-padding{padding:8rem 0}.section-title{margin-bottom:3rem;font-size:2.5rem;font-weight:300}.navbar{width:100%;height:var(--nav-height);z-index:1000;border-bottom:1px solid #0000;transition:background-color .4s,border-bottom .4s;position:fixed;top:0;left:0}.nav-container{justify-content:space-between;align-items:center;height:100%;display:flex}.logo h1{letter-spacing:.4em;color:var(--color-foreground);text-transform:uppercase;margin:0;font-size:1.2rem;font-weight:400}.nav-links{align-items:center;gap:3rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{text-transform:uppercase;letter-spacing:.15em;color:#fffc;font-size:.75rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--color-foreground)}.nav-action{align-items:center;display:flex}.desktop-only{display:flex}.mobile-menu-btn{color:var(--color-foreground);cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{top:var(--nav-height);background:#000000e6;border-top:1px solid #ffffff0d;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;display:flex;position:absolute;left:0;overflow:hidden}.mobile-menu a{text-transform:uppercase;letter-spacing:.15em;color:var(--color-foreground);font-size:.9rem}@media (width<=1024px){.nav-links{display:none}}@media (width<=768px){.desktop-only{display:none}.mobile-menu-btn{display:block}}.hero-section{align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.video-container{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;width:100%;height:100%}.video-overlay{background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{text-align:left;z-index:1;width:100%;margin-top:calc(var(--nav-height) / 2)}.hero-kicker{letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary);margin-bottom:1.5rem;font-size:.75rem;font-weight:500}.hero-title{color:var(--color-foreground);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3.5rem,6vw,6.5rem);font-weight:300;line-height:1.05}.hero-subtitle{color:#ffffffd9;max-width:600px;margin:0 0 2.5rem;font-size:clamp(1rem,1.5vw,1.15rem);font-weight:300;line-height:1.6}.hero-cta{justify-content:flex-start;gap:1rem;display:flex}@media (width<=1024px){.hero-title{font-size:4.5rem}}@media (width<=768px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;align-items:stretch}.hero-cta .btn{width:100%}}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;display:grid}.project-card{background-color:var(--color-glass);border:1px solid var(--color-glass-border);border-radius:4px;transition:transform .3s,box-shadow .3s;overflow:hidden}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0006}.project-image-container{height:250px;position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-image{transform:scale(1.05)}.project-overlay{opacity:0;background:#02061799;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.project-card:hover .project-overlay{opacity:1}.project-info{padding:1.5rem}.project-info h3{color:var(--color-on-primary);margin-bottom:.5rem;font-size:1.5rem}.project-type{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.project-location{color:var(--color-foreground);opacity:.8;font-size:.95rem}.footer{border-top:1px solid var(--color-glass-border);background-color:#01040f;padding-top:4rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:3rem;display:flex}.footer-brand h2{letter-spacing:3px;color:var(--color-primary);margin-bottom:1rem;font-size:2rem}.footer-brand p{color:var(--color-foreground);opacity:.7;max-width:300px}.footer-links{flex-wrap:wrap;gap:4rem;display:flex}.link-group h3{color:var(--color-on-primary);margin-bottom:1.5rem;font-size:1.2rem}.link-group a,.link-group p{color:var(--color-foreground);opacity:.7;margin-bottom:.8rem;transition:opacity .3s;display:block}.link-group a:hover{opacity:1;color:var(--color-primary)}.footer-bottom{border-top:1px solid var(--color-glass-border);text-align:center;color:var(--color-foreground);opacity:.6;padding:1.5rem 0;font-size:.9rem}@media (width<=768px){.footer-links{flex-direction:column;gap:2rem}}
