.visual-section{padding-top:42px;padding-bottom:18px}
.site-visual{margin:24px 0 0;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#eef5ff;box-shadow:0 18px 48px rgba(10,66,140,.12)}
.site-visual img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#eef5ff}
.site-visual figcaption{padding:11px 16px;border-top:1px solid var(--line);color:var(--muted);font-size:13px;background:rgba(255,255,255,.92)}
.site-visual.is-interface img{object-fit:contain;background:#f7fbff}
.platform-band .site-visual{border-color:rgba(255,255,255,.2);background:#092a52;box-shadow:0 22px 54px rgba(0,0,0,.22)}
.platform-band .site-visual figcaption{color:#dceaff;border-color:rgba(255,255,255,.16);background:rgba(4,25,51,.9)}
.solution-card .site-visual,.glass-card .site-visual{margin:22px 0}
.about-team-visual{margin-bottom:22px}
.news-lead-visual{margin:0 0 28px}
.distributed-visual-section{padding-top:28px;padding-bottom:28px}
.distributed-home-visual{margin:0}
.distributed-home-visual img{aspect-ratio:21/8;max-height:390px;object-fit:cover}
.distributed-home-visual figcaption{font-weight:800;letter-spacing:.02em}
html[data-theme="dark"] .site-visual{background:#071727;border-color:#23445e;box-shadow:0 18px 48px rgba(0,0,0,.24)}
html[data-theme="dark"] .site-visual figcaption{background:#0a1b2c;border-color:#23445e;color:#9fb5c9}
html[data-theme="dark"] .site-visual.is-interface img{background:#f7fbff}

@media(max-width:700px){
  .visual-section{padding-top:28px;padding-bottom:8px}
  .site-visual{border-radius:20px;margin-top:18px}
  .site-visual figcaption{padding:9px 12px}
  .distributed-visual-section{padding-top:18px;padding-bottom:18px}
  .distributed-home-visual img{aspect-ratio:16/9;max-height:none}
}
