/* KARIGAR screenshot QA refinement — Checkpoint 1.17.2 */

/* The first screenshot pass showed the desktop hero headline still overpowering the room scene.
   Keep the editorial scale, but restore a better text/image balance. */
@media (min-width: 821px) {
    .premium-hero h1 {
        font-size: clamp(3rem, 4.55vw, 5.15rem);
        line-height: 1;
        max-width: 760px;
    }
    .premium-hero .lead {
        max-width: 620px;
    }
}

/* Give the fallback room illustration a little more breathing room around the caption. */
.scene-caption {
    left: 1.75rem;
    right: 1.75rem;
}

@media (max-width: 640px) {
    .scene-caption {
        left: 1rem;
        right: 1rem;
    }
}
