
/* SPACE V2 — identity separation + premium art direction */
body[data-space-site]{--v2-space:1}
body[data-space-site] section{position:relative;overflow:hidden}
body[data-space-site] .panel, body[data-space-site] .card, body[data-space-site] .signature-shell, body[data-space-site] .result{box-shadow:0 28px 90px rgba(0,0,0,.05)}
body[data-space-site] .section-head{align-items:start}
body[data-space-site] .section-head h2{max-width:10ch}
body[data-space-site] .section-head p{max-width:36ch}
body[data-space-site] .v2-identity-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px clamp(22px,5vw,80px);display:grid;grid-template-columns:.75fr 1.25fr;gap:18px;background:color-mix(in srgb,var(--panel) 92%,transparent)}
body[data-space-site] .v2-identity-band b{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
body[data-space-site] .v2-identity-band p{margin:0;color:var(--muted);line-height:1.6}
body[data-space-site] .v2-editorial{display:grid;grid-template-columns:1.12fr .88fr;gap:12px;align-items:stretch}
body[data-space-site] .v2-editorial .copy{padding:clamp(22px,4vw,48px);border:1px solid var(--line);background:color-mix(in srgb,var(--panel) 94%,transparent)}
body[data-space-site] .v2-editorial .copy h3{font-size:clamp(34px,4vw,62px);line-height:.94;margin:10px 0 14px}
body[data-space-site] .v2-editorial .copy p{color:var(--muted);line-height:1.65}
body[data-space-site] .v2-editorial .visual{min-height:460px;position:relative;overflow:hidden;border:1px solid var(--line)}
body[data-space-site] .v2-editorial .visual img{transition:transform .8s ease}
body[data-space-site] .v2-editorial .visual:hover img{transform:scale(1.02)}
body[data-space-site] .v2-editorial .visual:after{content:"";position:absolute;inset:auto 0 0 0;height:34%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.14))}
body[data-space-site] .v2-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
body[data-space-site] .v2-metrics .m{border:1px solid var(--line);padding:16px;background:color-mix(in srgb,var(--panel) 95%,transparent)}
body[data-space-site] .v2-metrics .m span{display:block;font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
body[data-space-site] .v2-metrics .m b{display:block;font-size:20px;margin-top:9px}
body[data-space-site] .v2-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
body[data-space-site] .v2-note{border:1px solid var(--line);padding:18px;background:transparent}
body[data-space-site] .v2-note h4{margin:0 0 9px;font-size:17px}
body[data-space-site] .v2-note p{margin:0;color:var(--muted);line-height:1.55}
body[data-space-site] .v2-list{display:grid;gap:10px}
body[data-space-site] .v2-row{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:16px 0;border-top:1px solid var(--line)}
body[data-space-site] .v2-row:first-child{border-top:0}
body[data-space-site] .v2-row span{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
body[data-space-site] .v2-row b{font-size:18px;display:block;margin-bottom:6px}
body[data-space-site] .v2-project-wall{display:grid;grid-template-columns:.75fr .75fr .5fr;gap:10px}
body[data-space-site] .v2-project-wall figure{margin:0;min-height:260px;position:relative;overflow:hidden;border:1px solid var(--line)}
body[data-space-site] .v2-project-wall figure figcaption{position:absolute;left:12px;bottom:12px;background:rgba(0,0,0,.58);color:#fff;padding:7px 8px;font-size:8px;letter-spacing:.11em;text-transform:uppercase}
body[data-space-site] .v2-project-wall figure img{transition:transform .8s ease}
body[data-space-site] .v2-project-wall figure:hover img{transform:scale(1.02)}
body[data-space-site] .card{transition:transform .25s ease,border-color .25s ease}
body[data-space-site] .card:hover{transform:translateY(-5px);border-color:var(--accent)}
@media(max-width:940px){
  body[data-space-site] .v2-identity-band,
  body[data-space-site] .v2-editorial{grid-template-columns:1fr}
  body[data-space-site] .v2-project-wall{grid-template-columns:1fr 1fr}
  body[data-space-site] .v2-project-wall figure:last-child{grid-column:1/3}
  body[data-space-site] .v2-notes{grid-template-columns:1fr}
  body[data-space-site] .v2-metrics{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  body[data-space-site] .v2-project-wall{grid-template-columns:1fr}
  body[data-space-site] .v2-project-wall figure:last-child{grid-column:auto}
  body[data-space-site] .v2-metrics{grid-template-columns:1fr}
}


body[data-space-site]{background:linear-gradient(180deg,#f7f7f6,#efefee)}
body[data-space-site]:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:
 linear-gradient(90deg,#f7f7f6 0 14%,transparent 14% 84%,#f3f3f2 84% 100%),
 linear-gradient(112deg,transparent 0 58%,rgba(31,34,37,.018) 58% 58.2%,transparent 58.2%)}
body[data-space-site] .hero,.page-hero{min-height:auto}
body[data-space-site] .hero h1,.section-head h2{font-family:Georgia,serif;font-weight:400}
body[data-space-site] .v2-editorial .copy{background:#ffffff;padding-top:54px;padding-bottom:54px}
body[data-space-site] .v2-editorial .visual{min-height:540px}
