/* Durable vector asset override: avoids partial binary materialization on Vercel. */
body.d1r2-site:not(.cnda-premium) {
  background-color:#f6f9fd !important;
  background-image:
    linear-gradient(rgba(249,252,255,.64),rgba(249,252,255,.64)),
    url('/assets/website-art-v4/clawolf-public-prestige-bg.svg') !important;
  background-position:center top,center top !important;
  background-repeat:repeat-y,repeat-y !important;
  background-size:100% auto,100% auto !important;
  background-attachment:scroll,scroll !important;
}
.public-architecture .architecture-runtime-feature__visual img{
  display:block;width:100%;height:auto;min-height:0;object-fit:contain;background:#f8fbff;
}
@media(max-width:900px){
 body.d1r2-site:not(.cnda-premium){background-size:auto,cover !important;background-position:center top,center top !important;}
}
