/* Scoped hero fit: preserve the approved typography, content and controls. */
.dic-hero-section .hero-text h1 {
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    line-height: 1.12;
    margin-top: 12px;
}
@media (min-width: 992px) and (max-height: 800px) {
    .dic-hero-section { padding-top: 28px; padding-bottom: 28px; }
    .dic-hero-section .hero-image img { max-height: 390px; width: auto; }
    .dic-hero-section .hero-sub { margin-bottom: 20px; }
}
@media (max-width: 991px) {
    .dic-hero-section { padding-top: 16px; }
    .dic-hero-section .hero-text h1 { font-size: 1.625rem; margin-top: 8px; margin-bottom: 12px; }
    .dic-hero-section .hero-sub { font-size: 1rem; line-height: 1.5; margin-bottom: 16px; }
}
@media (max-width: 359px) {
    .dic-hero-section { padding-top: 8px; }
    .dic-hero-section .hero-text h1 { font-size: 1.5rem; }
}
