:root{
    --bg:#050816;
    --bg2:#090f20;
    --panel:rgba(13,20,36,.78);
    --panel-solid:#0d1424;
    --card:#101a2d;
    --text:#f8fafc;
    --muted:#9aa8bd;
    --line:rgba(148,163,184,.18);
    --green:#22c55e;
    --cyan:#38bdf8;
    --violet:#8b5cf6;
    --shadow:0 28px 90px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    min-height:100vh;
    background:
        radial-gradient(circle at 12% 4%,rgba(34,197,94,.18),transparent 30%),
        radial-gradient(circle at 88% 10%,rgba(56,189,248,.13),transparent 34%),
        linear-gradient(180deg,#050816 0%,#070b17 42%,#050816 100%);
    color:var(--text);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit;text-decoration:none}
img,video{max-width:100%}
.orb{position:fixed;border-radius:999px;filter:blur(34px);opacity:.38;pointer-events:none;z-index:-1}
.orb-one{width:280px;height:280px;background:var(--green);left:-120px;top:160px}
.orb-two{width:340px;height:340px;background:var(--violet);right:-160px;top:460px}
.site-nav{
    position:sticky;
    top:0;
    z-index:20;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:18px clamp(18px,4vw,58px);
    background:rgba(5,8,22,.72);
    border-bottom:1px solid var(--line);
    backdrop-filter:blur(18px);
}
.brand-lockup{display:flex;align-items:center;gap:12px;min-width:0}
.brand-mark{
    width:46px;height:46px;border-radius:17px;
    display:grid;place-items:center;
    background:linear-gradient(135deg,rgba(34,197,94,.95),rgba(56,189,248,.65));
    color:#03100a;font-weight:950;letter-spacing:-.05em;
    box-shadow:0 18px 44px rgba(34,197,94,.18);
}
.brand-text strong,.brand-text span{display:block}
.brand-text strong{font-size:15px;letter-spacing:-.02em}
.brand-text span{font-size:12px;color:var(--muted);margin-top:2px}
.nav-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.nav-link{font-size:14px;font-weight:850;color:#dbeafe;padding:10px 12px}
.btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    border-radius:999px;
    padding:12px 17px;
    font-size:14px;
    font-weight:950;
    border:1px solid var(--line);
    transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--green),#16a34a);border-color:rgba(34,197,94,.75);color:#031108;box-shadow:0 20px 54px rgba(34,197,94,.18)}
.btn-secondary{background:rgba(15,23,42,.75);color:#e2e8f0;border-color:rgba(148,163,184,.25)}
.page-wrap{width:min(1500px,100%);margin:0 auto;padding:0 clamp(18px,4vw,58px) 70px}
.hero-stage{
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(390px,.78fr);
    gap:34px;
    align-items:center;
    padding:72px 0 46px;
}
.eyebrow,.note-kicker{
    margin:0 0 12px;
    color:var(--green);
    text-transform:uppercase;
    letter-spacing:.16em;
    font-size:12px;
    font-weight:950;
}
.hero-copy h1{
    max-width:900px;
    margin:0 0 22px;
    font-size:clamp(46px,7vw,92px);
    line-height:.9;
    letter-spacing:-.075em;
}
.lede{
    max-width:790px;
    margin:0;
    color:#cbd5e1;
    font-size:clamp(17px,2vw,22px);
    line-height:1.55;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.stat-strip{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    max-width:690px;
    margin-top:32px;
}
.stat-strip div{
    border:1px solid var(--line);
    background:rgba(15,23,42,.58);
    border-radius:22px;
    padding:18px;
}
.stat-strip strong{display:block;font-size:30px;line-height:1;letter-spacing:-.05em}
.stat-strip span{display:block;margin-top:7px;color:var(--muted);font-size:13px;font-weight:750}
.featured-shell{min-width:0}
.featured-card{
    border:1px solid rgba(148,163,184,.22);
    border-radius:34px;
    background:linear-gradient(145deg,rgba(18,29,48,.9),rgba(8,13,26,.82));
    box-shadow:var(--shadow);
    overflow:hidden;
}
.featured-topline{
    display:flex;justify-content:space-between;align-items:center;gap:12px;
    padding:18px 20px;
    border-bottom:1px solid var(--line);
    color:#dbeafe;
    font-weight:950;
}
.featured-topline span{color:var(--green);text-transform:uppercase;letter-spacing:.14em;font-size:11px}
.featured-topline small{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.featured-media{aspect-ratio:1/1;background:#020617;display:grid;place-items:center;overflow:hidden}
.featured-media.is-video{aspect-ratio:16/10}
.featured-media img,.featured-media video{width:100%;height:100%;object-fit:cover;display:block}
.featured-copy{padding:22px}
.featured-copy h2{margin:0 0 9px;font-size:26px;line-height:1.1;letter-spacing:-.04em}
.featured-copy p{margin:0;color:#cbd5e1;line-height:1.55}
.featured-empty{min-height:420px;display:grid;place-items:center;text-align:center;padding:30px;color:var(--muted)}
.featured-empty strong{display:block;color:var(--text);font-size:24px;margin-bottom:8px}
.studio-note{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);
    gap:24px;
    align-items:end;
    margin:8px 0 44px;
    padding:28px;
    border:1px solid var(--line);
    border-radius:30px;
    background:linear-gradient(135deg,rgba(34,197,94,.09),rgba(56,189,248,.06));
}
.studio-note h2{margin:0;font-size:clamp(28px,4vw,46px);line-height:1;letter-spacing:-.055em;max-width:900px}
.studio-note p{margin:0;color:#cbd5e1;line-height:1.55}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin:0 0 22px}
.section-head h2{margin:0;font-size:clamp(32px,4.5vw,56px);letter-spacing:-.06em;line-height:.95}
.masonry-grid{
    display:grid;
    grid-template-columns:repeat(12,1fr);
    gap:18px;
}
.showcase-tile{
    grid-column:span 4;
    min-width:0;
    border:1px solid var(--line);
    border-radius:28px;
    overflow:hidden;
    background:rgba(13,20,36,.72);
    box-shadow:0 18px 54px rgba(0,0,0,.24);
}
.showcase-tile.asset-wide{grid-column:span 8}
.tile-media{position:relative;aspect-ratio:1/1;background:#020617;overflow:hidden}
.asset-wide .tile-media{aspect-ratio:16/9}
.tile-media img,.tile-media video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .22s ease}
.showcase-tile:hover .tile-media img,.showcase-tile:hover .tile-media video{transform:scale(1.025)}
.media-pill{
    position:absolute;
    left:14px;top:14px;z-index:2;
    padding:7px 10px;
    border-radius:999px;
    background:rgba(2,6,23,.72);
    border:1px solid rgba(255,255,255,.16);
    color:#e2e8f0;
    backdrop-filter:blur(10px);
    font-size:11px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.tile-copy{padding:18px}
.tile-copy h3{margin:0;font-size:20px;line-height:1.15;letter-spacing:-.03em}
.tile-copy p{margin:9px 0 0;color:#cbd5e1;line-height:1.5;font-size:14px}
.file-card{display:grid;place-items:center;width:100%;height:100%;color:var(--muted);font-weight:950;background:linear-gradient(135deg,rgba(15,23,42,.9),rgba(30,41,59,.7))}
.empty-showcase{
    border:1px dashed rgba(148,163,184,.36);
    background:rgba(13,20,34,.62);
    border-radius:30px;
    padding:42px;
    text-align:center;
}
.empty-showcase h3{margin:0 0 10px;font-size:28px;letter-spacing:-.04em}
.empty-showcase p{margin:0;color:var(--muted);line-height:1.55}
.site-footer{
    width:min(1500px,100%);
    margin:0 auto;
    padding:26px clamp(18px,4vw,58px) 34px;
    border-top:1px solid var(--line);
    color:var(--muted);
    display:flex;
    justify-content:space-between;
    gap:16px;
    font-size:13px;
}
@media(max-width:1100px){
    .hero-stage{grid-template-columns:1fr;padding-top:48px}
    .featured-shell{max-width:760px}
    .showcase-tile,.showcase-tile.asset-wide{grid-column:span 6}
}
@media(max-width:760px){
    .site-nav,.section-head,.studio-note,.site-footer{display:grid}
    .nav-actions{justify-content:start}
    .hero-copy h1{font-size:44px}
    .stat-strip{grid-template-columns:1fr}
    .showcase-tile,.showcase-tile.asset-wide{grid-column:span 12}
    .page-wrap{padding-bottom:42px}
}
