:root{--background:#0b0e11;--surface:#12161b;--white:#fff;--muted:#b8bec6;--accent:#ffb000;color:var(--white);background:var(--background);font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top right, #ffb0001f, transparent 28%), radial-gradient(circle at bottom left, #ffffff0a, transparent 30%), var(--background);color:var(--white);margin:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Poppins,sans-serif}section{padding:clamp(100px,12vw,160px) clamp(24px,6vw,90px)}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffb0002e,#0000 68%);width:900px;height:900px;position:absolute;top:-320px;right:-260px}.heroContent{z-index:1;max-width:900px;position:relative}.heroVisual{border:1px solid #ffffff1a;border-radius:32px;height:min(680px,72vh);position:relative;overflow:hidden;box-shadow:0 40px 120px #00000073}.heroVisual img{object-fit:cover;width:100%;height:100%;display:block}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:3px;margin-bottom:24px;font-size:13px;font-weight:700}h1{letter-spacing:-5px;margin-bottom:32px;font-size:clamp(58px,8vw,120px);line-height:.95}h1 span{color:var(--accent)}.heroText{color:var(--muted);max-width:620px;margin-bottom:44px;font-size:20px;line-height:1.8}.heroActions{flex-wrap:wrap;gap:18px;display:flex}button{font:inherit;cursor:pointer}.primary,.secondary{border-radius:12px;height:56px;padding:0 28px;font-weight:700;transition:transform .25s,background .25s,border-color .25s}.primary{background:var(--accent);color:#000;border:0}.primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px #ffb00038,0 0 40px #ffb00029}.secondary{color:var(--white);background:0 0;border:1px solid #ffffff29}.secondary:hover{border-color:var(--accent);color:var(--accent)}.heroVisual:after{content:"";pointer-events:none;background:linear-gradient(90deg,#00000047,#0000 45%),linear-gradient(#0000 45%,#00000047);position:absolute;inset:0}.spaces{color:#111418;background:#f4efe7}.spaces .eyebrow{color:#b57900}.spaces h2{color:#111418}.spaces,.projects{margin:0}.intelligence,.cta{background:#0b0e11}.sectionIntro{max-width:820px;margin-bottom:72px}h2{letter-spacing:-3px;font-size:clamp(40px,5vw,72px);line-height:1}.spaceGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;display:grid}.spaceCard{cursor:pointer;isolation:isolate;background:#111;border-radius:28px;height:520px;transition:transform .45s,box-shadow .45s;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000029}.spaceCard img{object-fit:cover;width:100%;height:100%;transition:transform .7s,filter .7s}.spaceCard:after{content:"";z-index:1;background:linear-gradient(#0000 35%,#00000094);position:absolute;inset:0}.spaceOverlay{z-index:2;padding:34px;position:absolute;bottom:0;left:0;right:0}.spaceOverlay h3{color:#fff;text-shadow:0 4px 20px #00000059;margin-bottom:14px;font-size:34px}.spaceOverlay p{color:#ffffffd1;max-width:320px;line-height:1.7}.spaceCard:hover{transform:translateY(-10px);box-shadow:0 40px 120px #00000061}.spaceCard:hover img{filter:brightness(1.05);transform:scale(1.05)}.footer{background:#090b0d;border-top:1px solid #ffffff14;padding:72px clamp(24px,6vw,90px) 36px}.footerBrandBlock h3{letter-spacing:-3px;margin-bottom:8px;font-size:48px}.footerBrandBlock h3 span{color:var(--accent)}.footerBrandBlock p{color:var(--muted)}.footerNav{flex-wrap:wrap;gap:28px;margin-top:48px;display:flex}.footerNav a,.footerLinks a{color:#ffffffad;font-size:14px;text-decoration:none}.footerNav a:hover,.footerLinks a:hover{color:var(--accent)}.footerBottom{color:#ffffff73;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:24px;margin-top:54px;padding-top:28px;font-size:13px;display:flex}.footerBottom p{margin:0}.footerLinks{gap:18px;display:flex}@media (width<=720px){h1{letter-spacing:-3px}h2{letter-spacing:-2px}.heroText{font-size:17px}.footerBottom{flex-direction:column;align-items:flex-start}}.navbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:1000;border:1px solid #ffffff14;border-radius:22px;justify-content:space-between;align-items:center;width:calc(100% - 48px);max-width:1320px;height:76px;padding:0 28px;transition:background .35s,border-color .35s,transform .35s,height .35s,box-shadow .35s;display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000038;background:#0a0c10d1!important}.navbarScrolled{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#080a0ee6;border-color:#ffffff0f;height:68px;box-shadow:0 20px 60px #00000057}.navBrand{letter-spacing:-2px;font-family:Poppins,sans-serif;font-size:28px;font-weight:700}.navBrand span{color:var(--accent)}.navLinks{align-items:center;gap:34px;display:flex}.navLinks a{color:#ffffffbd;font-size:15px;font-weight:500;text-decoration:none;transition:color .25s,opacity .25s}.navLinks a:hover{color:var(--white)}.navButton{height:48px;color:var(--white);background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;padding:0 22px;font-weight:600;text-decoration:none;transition:transform .25s,background .25s,border-color .25s;display:inline-flex}.navButton:hover{background:#ffb00014;border-color:#ffb00047;transform:translateY(-2px)}@media (width<=900px){.hero{grid-template-columns:1fr;padding-top:140px}.heroVisual{height:420px}.spaceCard{height:380px}}@media (width<=640px){.spaceGrid{grid-template-columns:1fr}.spaceCard{height:340px}.spaceOverlay{padding:24px}.spaceOverlay h3{font-size:28px}}.intelligence{grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(48px,7vw,110px);display:grid}.intelligenceText{max-width:620px}.intelligenceText h2{margin-bottom:28px}.intelligenceText p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.8}.intelligenceGallery{grid-template-columns:.85fr 1.15fr;align-items:end;gap:22px;display:grid}.intelligenceGallery img{object-fit:cover;border:1px solid #ffffff14;border-radius:28px;width:100%;height:520px;box-shadow:0 30px 90px #00000059}.intelligenceGallery img:first-child{height:420px}@media (width<=900px){.intelligence,.intelligenceGallery{grid-template-columns:1fr}.intelligenceGallery img,.intelligenceGallery img:first-child{height:360px}}.projects{color:#111418;background:#f4efe7}.projects .eyebrow{color:#b57900}.projects h2{color:#111418}.projectsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;display:grid}.projectCard{isolation:isolate;cursor:pointer;border-radius:30px;height:640px;transition:transform .45s,box-shadow .45s;position:relative;overflow:hidden}.projectCard img{object-fit:cover;width:100%;height:100%;transition:transform .7s,filter .7s}.projectCard:after{content:"";z-index:1;background:linear-gradient(#0000 28%,#0000008c);position:absolute;inset:0}.projectOverlay{z-index:2;color:#fff;text-shadow:0 4px 20px #00000059;padding:38px;position:absolute;bottom:0;left:0;right:0}.projectOverlay h3{margin-bottom:18px;font-size:42px}.projectOverlay p{color:#ffffffd1;max-width:340px;line-height:1.8}.projectCard:hover{transform:translateY(-10px);box-shadow:0 40px 120px #0006}.projectCard:hover img{filter:brightness(1.05);transform:scale(1.05)}@media (width<=900px){.projectCard{height:480px}.projectOverlay h3{font-size:34px}}.cta{background:linear-gradient(#0000,#ffffff05);padding-top:clamp(120px,14vw,180px);padding-bottom:clamp(120px,14vw,180px)}.ctaContent{text-align:center;max-width:860px;margin:0 auto}.ctaContent h2{margin-bottom:28px}.ctaContent h2 span{color:var(--accent)}.ctaContent>p:not(.eyebrow){color:var(--muted);max-width:720px;margin:0 auto 56px;font-size:19px;line-height:1.8}.ctaForm{gap:18px;margin-top:48px;display:grid}.ctaForm input,.ctaForm textarea{width:100%;color:var(--white);font:inherit;resize:vertical;background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;padding:18px 20px;transition:border-color .25s,background .25s}.ctaForm input:focus,.ctaForm textarea:focus{background:#ffffff0f;border-color:#ffb00066;outline:none}.ctaForm textarea{min-height:160px}.ctaForm button{justify-self:center;min-width:220px}.heroVisual img,.spaceCard img,.projectCard img,.intelligenceGallery img{will-change:transform}@media (width<=900px){.hero{grid-template-columns:1fr;padding-top:150px}.heroVisual{height:460px}.spaceCard{height:400px}.projectCard{height:460px}}@media (width<=640px){section{padding-left:20px;padding-right:20px}.hero{padding-top:130px}h1{letter-spacing:-2.5px;font-size:48px}h2{letter-spacing:-2px;font-size:40px}.heroVisual{border-radius:24px;height:360px}.spaceGrid,.projectsGrid{grid-template-columns:1fr}.spaceCard,.projectCard{height:360px}.spaceOverlay,.projectOverlay{padding:24px}.spaceOverlay h3,.projectOverlay h3{font-size:28px}.ctaContent{text-align:left}.ctaForm button{justify-self:stretch}.navBrand{font-size:24px}.navButton{display:none}.navbar{border-radius:18px;height:64px}}
