@media (max-width: 980px) {
    :root { --header-height: 76px; --shell: min(100% - 36px, 760px); }
    .site-nav { display: none; }
    .menu-toggle { display: block; }
    .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
    .brand-lockup { height: 56px; gap: 9px; }
    .brand-lockup__mark { height: 52px; }
    .brand-lockup__gwa { height: 25px; }
    .brand-lockup__interactive { height: 18px; }
    .section { padding: 92px 0; }
    .site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
    .consent-banner { grid-template-columns: 1fr; gap: 18px; }
    .promotion-banner__copy { display: none; }
}
@media (max-width: 680px) {
    :root { --shell: calc(100% - 28px); }
    .site-header__inner { gap: 8px; }
    .site-header__actions { gap: 7px; }
    .brand-lockup { height: 47px; gap: 6px; }
    .brand-lockup__mark { height: 43px; }
    .brand-lockup__name { gap: 4px; }
    .brand-lockup__gwa { height: 18px; }
    .brand-lockup__interactive { height: 13px; }
    .live-status { display: none; }
    .header-cart span { display: none; }
    .header-cart { min-width: 42px; height: 42px; justify-content: center; padding: 0; }
    .language-dropdown__toggle { width: 42px; height: 42px; min-height: 42px; justify-content: center; padding: 0; }
    .language-dropdown__current, .language-dropdown__chevron { display: none; }
    .language-dropdown__menu { right: -52px; width: 200px; }
    .live-status span { display: none; }
    .live-status { padding: 9px; }
    .section { padding: 74px 0; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__grid > div:first-child { grid-column: 1 / -1; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
    .legal-hero { padding: 145px 0 65px; }
    .legal-grid { grid-template-columns: 1fr; gap: 45px; }
    .consent-banner { bottom: 10px; width: calc(100vw - 20px); padding: 19px; }
    .consent-banner__actions, .consent-banner .button { width: 100%; }
    .modal__footer { flex-direction: column-reverse; }
    .modal__footer .button { width: 100%; }
    .scroll-top { right: 15px; bottom: 15px; }
    .accessibility-trigger { left: 15px; bottom: 15px; width: 48px; height: 48px; }
    .a11y-size-options { grid-template-columns: 1fr; }
    .a11y-size-options button { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 12px; }
    .a11y-size-options span { display: inline; margin: 0; }
    .mobile-nav { padding: 22px 20px; border-left: 0; }
    .mobile-nav__links a { min-height: 62px; }
    .promotion-banner { justify-content: space-between; gap: 8px; padding-inline: 12px; }
    .promotion-banner__signal { display: none; }
    .promotion-banner>strong { max-width: 92px; overflow: hidden; font-size: .66rem; text-overflow: ellipsis; }
    .promotion-countdown { gap: 2px; padding: 5px 6px; }
    .promotion-countdown b { min-width: 15px; font-size: .64rem; }
    .promotion-banner__cta { font-size: 0; }
    .promotion-banner__cta i { font-size: .9rem; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
