:root{--bg:#05070d;--text:#fff;--muted:#a9b6ca;--blue:#1d8cff;--line:rgba(255,255,255,.12)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif}a{text-decoration:none;color:inherit}.project-header{position:fixed;inset:0 0 auto 0;z-index:10;display:flex;justify-content:space-between;gap:20px;padding:18px clamp(18px,4vw,70px);background:rgba(5,7,13,.72);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.project-header a{color:#dbeaff}.project-hero{min-height:100vh;background:linear-gradient(90deg,rgba(5,7,13,.88),rgba(5,7,13,.32)),var(--hero) center/cover;display:flex;align-items:end;padding:120px clamp(18px,6vw,90px)}.project-hero div{max-width:860px}.project-hero p,.eyebrow{color:#75c7ff;text-transform:uppercase;letter-spacing:3px;font-size:12px;font-weight:900}.project-hero h1{font-size:clamp(48px,9vw,110px);line-height:.9;margin:14px 0}.project-hero span{display:block;color:var(--muted);font-size:20px;line-height:1.6;max-width:760px}.btn{display:inline-block;margin-top:26px;border-radius:999px;padding:14px 20px;background:linear-gradient(135deg,var(--blue),#0a386d);font-weight:900;box-shadow:0 20px 60px rgba(29,140,255,.25)}.btn.ghost{background:rgba(255,255,255,.08);border:1px solid var(--line)}.section{padding:90px clamp(18px,6vw,90px)}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;border-bottom:1px solid var(--line)}.split h2,.contact h2{font-size:clamp(32px,5vw,62px);line-height:1;margin:0}.split p,.features p,.contact p{color:var(--muted);line-height:1.75;font-size:18px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.features article{padding:28px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025))}.gallery{display:grid;grid-template-columns:1.3fr .7fr;gap:18px}.gallery img{width:100%;height:420px;object-fit:cover;border-radius:30px;border:1px solid var(--line)}.gallery img:first-child{grid-row:span 2;height:858px}.contact{text-align:center;background:radial-gradient(circle at center,rgba(29,140,255,.2),transparent 45%)}.actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}@media(max-width:850px){.split,.features,.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:320px}.project-header{position:absolute}}