/* Shared wordmark asset has generous built-in safe space. */
.feature-header .feature-brand img { width: 200px; height: 53px; }
.feature-hero-copy { max-width: 900px; }
.feature-site h1 { text-wrap: balance; }
.feature-hero-visual:has(img[src="/features/skyline-room.webp"]) { max-width: 760px; }
.feature-visual-portrait:has(img[style]) { max-width: 480px; margin-left: auto; margin-right: auto; }
@media (max-width: 700px) {
  .feature-header .feature-brand img { width: 135px; height: 36px; }
}