html,
body {
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
    }

    #home {
        margin: 0;
        padding-top: 0;
    }

    .hero-slider-wrapper {
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        min-height: 200px;
        max-height: 380px;
    }

    .hero-slide,
    .hero-slide-media,
    .hero-slider-image {
        height: 100%;
        min-height: 0;
        max-height: none;
    }

    .hero-slider-image {
        width: 100%;
        border-radius: 0;
        object-fit: cover;
        object-position: center center;
    }

    .hero-slider-nav {
        top: auto;
        bottom: 1.25rem;
        transform: none;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-slider-dots {
        position: static;
        margin-top: 0.75rem;
        transform: none;
    }

    .hero-nav-button {
        width: 2.75rem;
        height: 2.75rem;
    }

    .quick-stats-section {
        margin-top: -1.5rem;
    }

    .quick-stat-card {
        flex-direction: column;
        text-align: center;
    }

    .quick-stat-icon {
        margin-bottom: 0.5rem;
    }

    .announcement-card__media-badge {
        bottom: 1rem;
        right: 1rem;
    }

    .announcement-lightbox {
        padding: 1rem;
        align-items: flex-end;
    }

    .announcement-lightbox__dialog {
        width: 100%;
        border-radius: 1rem;
    }

    .announcement-lightbox__image {
        height: 240px;
    }
}
