/* Server-rendered studio pages: small compatibility layer over studios.css + shared site header/footer. */
body.page-studios .site-header{z-index:120}
body.page-studios .site-nav{height:72px}
body.page-studios .site-logo{display:flex;align-items:center;gap:10px;color:var(--ink)}
body.page-studios .site-logo__mark{background:var(--ink);color:#fff;font-weight:900;font-size:.78rem;padding:5px 7px;border-radius:7px;line-height:1}
body.page-studios .site-logo__text{display:flex;flex-direction:column;line-height:1.05}
body.page-studios .site-logo__wordmark{font-weight:900;font-size:1rem;letter-spacing:-.02em}
body.page-studios .site-logo__tagline{font-size:.63rem;font-weight:700;color:var(--muted);letter-spacing:.02em}
body.page-studios .site-footer{margin-top:60px}
body.page-studios .site-footer .site-logo{color:#fff}
body.page-studios .site-footer .site-logo__mark{background:var(--accent)}
body.page-studios .site-footer h2{font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:12px}
body.page-studios .site-footer a{color:rgba(255,255,255,.72)}
body.page-studios .site-footer a:hover{color:#fff}
body.page-studios .site-footer p{color:rgba(255,255,255,.62)}
body.page-studios .site-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:22px}
.page-studios .studios-hero{padding-top:56px}
.page-studios .studio{opacity:1;transform:none}
.page-studios .studio[hidden]{display:none!important}
.page-studios .studio-control-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-left:auto}
.page-studios .studio-city-nav{flex:none}
.page-studios .studio-lang-wrap select{min-width:112px}
.page-studios .gthumb{appearance:none;-webkit-appearance:none}
.page-studios .fill{width:var(--score-width,0)}
@media(max-width:980px){
  body.page-studios .site-nav{height:64px}
  .page-studios .controls{top:64px}
  .page-studios .controls-row{align-items:flex-start}
  .page-studios .studio-control-right{width:100%;margin-left:0;justify-content:space-between}
}
@media(max-width:620px){
  .page-studios .studio-control-right{display:grid;grid-template-columns:1fr;gap:8px}
  .page-studios .sort-wrap{width:100%;justify-content:space-between}
  .page-studios .sort-select{width:100%}
  .page-studios .studio-city-nav{width:100%;display:flex;justify-content:space-between}
  .page-studios .city-select{display:block;width:100%}
  .page-studios .city-link{display:none}
  .page-studios .chips{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}
  .page-studios .chips::-webkit-scrollbar{display:none}
  .page-studios .chip{flex:0 0 auto}
}
