/* Small post-review presentation refinements. */
.brand img { width: 64px; }

/* Keep the display hero compact while restoring readable multiline section titles. */
.section h2 {
    line-height: 0.98;
}

.studio-tagline {
    margin: 18px 0 0;
    color: var(--red) !important;
    font-size: clamp(13px, 1.5vw, 18px);
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
}

@media (max-width: 700px) {
    .hero-deck { font-size: 19px; }

    .studio-tagline { font-size: 13px; }
}
