@media (max-width: 991.98px) {
    .site-navbar .navbar-collapse { padding: 1rem 0; max-height: calc(100vh - 80px); overflow-y: auto; }
    .site-navbar .nav-link { padding: .65rem .8rem !important; }
    .hero { text-align: center; padding-top: 2.5rem; }
    .hero .lead { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .hero-image { max-width: 520px; margin: 1.5rem auto 0; }
    .home-announcement-section .announcement-carousel { width: min(90%, 760px); }
    .home-announcement-section .announcement-image-stage {
        min-height: 460px;
        max-height: 620px;
    }
    .home-announcement-section .announcement-image-stage img { max-height: 600px; }
}

@media (max-width: 575.98px) {
    body { font-size: 1rem; }
    .container { --bs-gutter-x: 1.25rem; }
    .section-space { padding-block: 3rem; }
    .hero { padding: 2.6rem 0 3rem; }
    .hero h1 { font-size: 2.55rem; }
    .hero-actions .btn { width: 100%; }
    .home-hero { min-height: 420px; padding: 3rem 0; }
    .home-hero-content { min-width: 0; }
    .home-hero-eyebrow {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        font-size: .95rem;
        line-height: 1.5;
        text-wrap: balance;
    }
    .home-hero h1,
    .home-hero p {
        width: 100%;
        overflow-wrap: anywhere;
        text-wrap: balance;
    }
    .home-hero h1 { font-size: clamp(2rem, 10vw, 2.55rem); }
    .home-hero p { font-size: 1rem; }
    .home-hero-actions { width: 100%; }
    .home-hero-actions .btn { width: min(100%, 290px); }
    .home-announcement-section .announcement-carousel {
        width: min(760px, calc(100vw - 32px));
    }
    .home-announcement-section .announcement-image-stage {
        min-height: 0;
        max-height: none;
        padding: 6px;
        border-radius: 18px;
    }
    .home-announcement-section .announcement-image-stage img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: none;
        border-radius: 14px;
    }
    .home-announcement-section .announcement-carousel-control {
        width: 40px;
        height: 40px;
    }
    .home-announcement-section .announcement-carousel-control-prev { left: .45rem; }
    .home-announcement-section .announcement-carousel-control-next { right: .45rem; }
    .all-menu-showcase { border-radius: 16px; }
    .all-menu-showcase figcaption .btn { width: 100%; }
    .drink-showcase-trigger { border-radius: 18px; }
    .drink-showcase-controls { gap: .75rem; }
    .drink-showcase-arrow { flex-basis: 44px; width: 44px; height: 44px; }
    .drink-showcase-modal .modal-dialog { margin: .75rem; }
    .special-poster-trigger { border-radius: 18px; }
    .special-poster-modal .modal-dialog { margin: .75rem; }
    .page-hero { padding: 2.4rem 0 2rem; }
    .menu-page-hero { padding-block: 3rem; }
    .menu-page-hero::after { right: -45px; bottom: -70px; }
    .menu-filter-panel { border-radius: 18px; }
    .menu-results-toolbar {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 1.25rem;
    }
    .drink-gallery-card { border-radius: 18px; }
    .drink-gallery-content { padding: 1rem 1.1rem 1.2rem; }
    .drink-gallery-modal .modal-dialog { margin: .75rem; }
    .auth-section { padding: 1.5rem 0; }
    .auth-card { border-radius: 16px; }
    .filter-panel .btn { width: 100%; }
    .table-responsive { border-radius: 14px; }
}

@media (max-width: 576px) {
    .store-map-embed,
    .store-map-embed iframe {
        height: 310px;
        min-height: 310px;
    }
}

@media (min-width: 768px) {
    .drink-showcase-track { grid-auto-columns: calc((100% - 1rem) / 2); }
}

@media (min-width: 992px) {
    .drink-showcase-track { grid-auto-columns: calc((100% - 2rem) / 3); }
}

@media (min-width: 1200px) {
    .container { max-width: 1160px; }
}

@media (min-width: 1440px) {
    .container { max-width: 1320px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
