:root {
  --lsg-blue: #075fc9;
  --lsg-blue-dark: #063f91;
  --lsg-red: #e51f36;
  --lsg-yellow: #ffc525;
  --lsg-navy: #071a33;
  --lsg-text: #13233a;
  --lsg-muted: #66758a;
  --lsg-canvas: #f2f6fb;
  --lsg-border: #dce4ef;
  --lsg-page-width: 1680px;
  --lsg-header-width: 1760px;
  --lsg-mobile-menu-top: 72px;
}

body.lsg-shell-active *, body.lsg-shell-active *::before, body.lsg-shell-active *::after { box-sizing: border-box; }

/* Elementor/Astra are stopped server-side. This only covers hard-coded legacy
   theme chrome that bypasses those APIs, and is applied before first paint. */
body.lsg-shell-active > header.site-header:not(#ludorum-global-header),
body.lsg-shell-active > #masthead:not(#ludorum-global-header),
body.lsg-shell-active > footer.site-footer:not(#ludorum-global-footer),
body.lsg-shell-active > #colophon:not(#ludorum-global-footer),
body.lsg-shell-active .elementor-location-header,
body.lsg-shell-active .elementor-location-footer,
body.lsg-shell-active [data-elementor-type="header"],
body.lsg-shell-active [data-elementor-type="footer"],
body.lsg-shell-active .ludorum-mobile-footer,
body.lsg-shell-active .mobile-footer,
body.lsg-shell-active .ludorum-floating-cart,
body.lsg-shell-active .bottom-navigation { display: none; }

/* The native/mobile navigation already owns the compact edge controls. */
body.lsg-shell-mobile .lud-social-rail { display: none !important; }

.lsg-header {
  position: relative;
  z-index: 900;
  width: 100%;
  margin: 0;
  color: var(--lsg-text);
  background: #fff;
  border-bottom: 1px solid var(--lsg-border);
  box-shadow: 0 4px 18px rgba(7, 26, 51, .07);
  font-family: inherit;
}

.lsg-header svg, .lsg-mobile-menu svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lsg-header__top {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(260px, 760px) minmax(416px, 1fr);
  align-items: center;
  gap: clamp(20px, 2.2vw, 38px);
  width: min(var(--lsg-header-width), calc(100% - 48px));
  min-height: 80px;
  margin: 0 auto;
}

.lsg-header__brand { display: inline-flex; align-items: center; justify-self: start; width: 205px; text-decoration: none; }
.lsg-header__logo { display: block; width: 100%; height: auto; max-height: 58px; object-fit: contain; }
.lsg-header__search { justify-self: center; width: 100%; max-width: 760px; }
.lsg-header__search > * { width: 100%; max-width: none; }
.lsg-header__search input[type="search"], .lsg-header__search .dgwt-wcas-search-input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--lsg-border);
  border-radius: 14px;
  background: var(--lsg-canvas);
}

.lsg-header__actions { display: flex; align-items: center; justify-content: flex-end; justify-self: stretch; min-width: 416px; gap: 10px; }
.lsg-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 132px;
  min-height: 46px;
  padding: 0 13px;
  color: var(--lsg-blue);
  background: #f7faff;
  border: 1px solid #dbe6f3;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(7, 26, 51, .045);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.lsg-action:hover, .lsg-action:focus-visible { border-color: #b9cee9; box-shadow: 0 7px 18px rgba(7, 61, 135, .10); outline: none; transform: translateY(-1px); }
.lsg-action--fav { color: var(--lsg-red); background: #fff8f9; border-color: #f3dce1; }
.lsg-action--account { color: #8d6800; background: #fffaf0; border-color: #efe3bd; }
.lsg-action span { display: grid; flex: 0 0 27px; place-items: center; width: 27px; height: 27px; border-radius: 9px; background: rgba(7, 95, 201, .08); font-size: 18px; }
.lsg-action--fav span { background: rgba(229, 31, 54, .08); }
.lsg-action--account span { background: rgba(255, 197, 37, .17); }
.lsg-action b { color: var(--lsg-text); font-size: 11px; line-height: 1.1; white-space: nowrap; }
.lsg-action em, .lsg-header__mobile-cart em {
  position: absolute;
  top: 3px;
  right: 5px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  color: #fff;
  background: var(--lsg-red);
  border-radius: 99px;
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  font-style: normal;
}

.lsg-header__ticker-wrap { background: var(--lsg-navy); color: #fff; }
.lsg-ticker { position: relative; width: min(var(--lsg-header-width), 100%); height: 36px; margin: 0 auto; overflow: hidden; }
.lsg-ticker__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px 2px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}
.lsg-ticker__slide.is-active { opacity: 1; transform: none; }
.lsg-ticker__slide > span { display: grid; place-items: center; color: var(--lsg-yellow); font-size: 17px; }
.lsg-ticker__slide p { margin: 0; color: #fff; font-size: 12px; line-height: 1.2; text-align: center; }
.lsg-ticker__slide strong { color: var(--lsg-yellow); }
.lsg-ticker__progress { position: absolute; inset: auto 0 0; height: 2px; background: rgba(255,255,255,.12); }
.lsg-ticker__progress span { display: block; width: 0; height: 100%; background: var(--lsg-yellow); }

.lsg-header__menu-slot {
  display: flex;
  justify-content: center;
  min-height: 0;
  padding: 8px 20px 12px;
  background: #fff;
}
.lsg-header__menu-slot > * { width: min(var(--lsg-header-width), 100%); }
.lsg-header__menu-slot ul { list-style: none; margin: 0; padding: 0; }
.lsg-fallback-menu { display: flex; align-items: center; gap: 6px; min-height: 56px; }
.lsg-fallback-menu a { display: flex; align-items: center; min-height: 42px; padding: 0 16px; color: #fff; border-radius: 10px; text-decoration: none; font-weight: 800; }
.lsg-fallback-menu a:hover { background: rgba(255,255,255,.14); }
.lsg-header__mobile-button, .lsg-header__mobile-actions { display: none; }

/* Footer canonique de l'accueil, émis une seule fois sur chaque page Web. */
.lsg-footer,
.lsg-footer * { box-sizing: border-box; }
.lsg-footer {
  position: relative;
  width: 100%;
  margin-top: 42px;
  padding: 28px 20px 12px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, #061a38 0%, #08377b 47%, #0b4dbb 100%);
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #1762d0 0 33.33%, #ffc21e 33.33% 66.66%, #d62828 66.66% 100%) 1;
}
.lsg-footer__container {
  display: grid;
  grid-template-columns: minmax(250px, 1.25fr) 1fr 1.25fr;
  gap: 46px;
  width: min(var(--lsg-page-width), 100%);
  margin: 0 auto;
}
.lsg-footer__brand-card {
  min-height: 160px;
  padding: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.lsg-footer__logo { display: block; width: auto; height: 48px; max-width: 220px; object-fit: contain; }
.lsg-footer__description { max-width: 330px; margin: 30px 0 0; color: rgba(255,255,255,.88); font-size: 12px; line-height: 1.6; }
.lsg-footer__title { margin: 10px 0 18px; color: #fff; font-size: 14px; font-weight: 900; line-height: 1.2; }
.lsg-footer__list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.lsg-footer__list a { position: relative; display: inline-block; padding-left: 16px; color: rgba(255,255,255,.93); font-size: 12px; font-weight: 600; text-decoration: none; }
.lsg-footer__list a::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--lsg-yellow);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(255,194,30,.30);
}
.lsg-footer__list a:hover, .lsg-footer__list a:focus-visible { color: #fff; text-decoration: underline; }
.lsg-footer__bottom { width: min(var(--lsg-page-width), 100%); margin: 28px auto 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.13); }
.lsg-footer__copyright { margin: 0; color: rgba(255,255,255,.80); font-size: 11px; text-align: center; }

/* Desktop large : le modèle Elementor reste fluide et utilise vraiment la page. */
@media (min-width: 1025px) {
  body.lsg-shell-desktop .elementor[data-elementor-type="wp-page"] > .e-con-boxed {
    --content-width: var(--lsg-page-width);
  }

  body.lsg-shell-desktop .elementor[data-elementor-type="wp-page"] > .e-con-boxed > .e-con-inner {
    width: min(var(--lsg-page-width), calc(100% - 48px));
    max-width: none;
  }

  body.home.lsg-shell-desktop .lud-accueil-v2 {
    width: 100%;
    max-width: none;
  }

  body.lsg-shell-desktop .elementor[data-elementor-type="wp-page"] > .elementor-section.elementor-section-boxed > .elementor-container {
    width: min(var(--lsg-page-width), calc(100% - 48px));
    max-width: none;
  }

  /* Le méga-menu suit la nouvelle grille large, sans bande bleue extérieure. */
  body.lsg-shell-desktop #mega-menu-wrap-max_mega_menu_1 {
    width: min(1600px, calc(100% - 48px)) !important;
    max-width: 1600px !important;
  }

  body.lsg-shell-desktop #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    gap: 10px !important;
    padding-inline: 16px !important;
  }

  /* Le module historique injecte encore un visuel 96 x 31 px après les feuilles
     externes. Les ID rendent ce reset volontairement plus précis, sans toucher
     aux autres entrées du méga-menu. */
  html body.lsg-shell-desktop #ludorum-global-header #mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 > li#mega-menu-item-3747.mega-menu-item.ludomatch-group-nav {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 190px !important;
    max-width: none !important;
    height: auto !important;
    min-height: 60px !important;
    max-height: none !important;
    margin-left: 6px !important;
    padding: 0 !important;
    vertical-align: middle !important;
  }

  html body.lsg-shell-desktop #ludorum-global-header #mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 > li#mega-menu-item-3747.mega-menu-item.ludomatch-group-nav > a.mega-menu-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 190px !important;
    max-width: none !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    margin: 0 !important;
    padding: 0 17px !important;
    border: 2px solid var(--lsg-yellow) !important;
    border-bottom: 3px solid #053276 !important;
    border-radius: 11px !important;
    background-color: var(--lsg-blue-dark) !important;
    background: linear-gradient(120deg, #0b4dbb 0%, #063f91 100%) !important;
    background-image: linear-gradient(120deg, #0b4dbb 0%, #063f91 100%) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-align: center !important;
    text-transform: none !important;
    text-shadow: none !important;
    box-shadow: 0 4px 0 rgba(5, 50, 118, .24), inset 0 1px 0 rgba(255,255,255,.18) !important;
    transform: none !important;
  }

  html body.lsg-shell-desktop #ludorum-global-header #mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 > li#mega-menu-item-3747.mega-menu-item.ludomatch-group-nav > a.mega-menu-link::before {
    content: "●●●" !important;
    position: static !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin-right: 8px !important;
    background: none !important;
    color: var(--lsg-yellow) !important;
    -webkit-text-fill-color: var(--lsg-yellow) !important;
    font-size: 9px !important;
    letter-spacing: -1px !important;
    line-height: 1 !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }

  html body.lsg-shell-desktop #ludorum-global-header #mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 > li#mega-menu-item-3747.mega-menu-item.ludomatch-group-nav > a.mega-menu-link::after {
    content: none !important;
    display: none !important;
  }

  body.lsg-shell-desktop #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: min(1560px, calc(100vw - 48px)) !important;
    min-width: min(1560px, calc(100vw - 48px)) !important;
    max-width: min(1560px, calc(100vw - 48px)) !important;
  }

  /* L'extension Panier reste la source fonctionnelle ; le shell harmonise sa largeur et son CTA. */
  body.lsg-shell-desktop.ludorum-panier-v1 .lud-cart-page {
    width: min(1440px, calc(100% - 48px)) !important;
  }

  body.lsg-shell-desktop.ludorum-panier-v1 .lud-cart-main > .woocommerce {
    grid-template-columns: minmax(0, 1fr) 390px !important;
    gap: 28px !important;
  }

  body.lsg-shell-desktop.ludorum-panier-v1 .lud-cart-main .wc-proceed-to-checkout a.checkout-button {
    min-height: 54px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #e51f36 0%, #bd0d22 100%) !important;
    color: #fff !important;
    font-size: 14px !important;
    box-shadow: 0 10px 22px rgba(229, 31, 54, .22) !important;
  }

  body.lsg-shell-desktop.ludorum-panier-v1 .lud-cart-main .wc-proceed-to-checkout a.checkout-button:hover,
  body.lsg-shell-desktop.ludorum-panier-v1 .lud-cart-main .wc-proceed-to-checkout a.checkout-button:focus-visible {
    background: linear-gradient(135deg, #075fc9 0%, #063f91 100%) !important;
    color: #fff !important;
    outline: none !important;
  }

  /* Le rail social ne doit jamais recouvrir le récapitulatif ni le CTA panier. */
  body.lsg-shell-desktop.ludorum-panier-v1 .lud-social-rail {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  body.lsg-shell-desktop #mega-menu-wrap-max_mega_menu_1 li.mega-menu-row > ul.mega-sub-menu {
    grid-template-columns: minmax(0, 1.42fr) minmax(0, .84fr) minmax(0, 1.42fr) minmax(0, .95fr) !important;
    gap: 12px !important;
    padding: 14px !important;
  }

  body.lsg-shell-desktop #mega-menu-wrap-max_mega_menu_1 li.mega-menu-row > ul.mega-sub-menu > li:nth-child(4) {
    display: flex !important;
  }
}

/* iOS-reference dropdown. Server-side body class keeps desktop hard-locked. */
body.lsg-shell-mobile .lsg-header { position: sticky; top: 0; z-index: 990; }
body.lsg-shell-mobile .lsg-header__top {
  position: relative;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 8px;
  width: 100%;
  min-height: 62px;
  padding: 8px 10px;
}
body.lsg-shell-mobile .lsg-header__brand {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(142px, 36vw);
  transform: translate(-50%, -50%);
}
body.lsg-shell-mobile .lsg-header__logo { max-height: 42px; }
body.lsg-shell-mobile .lsg-header__actions { display: none; }
body.lsg-shell-mobile .lsg-header__mobile-actions { position: relative; z-index: 2; display: flex; align-items: center; justify-self: end; gap: 5px; }
body.lsg-shell-mobile .lsg-header__mobile-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--lsg-blue);
  background: #eef5ff;
  border: 1px solid #d9e8fc;
  border-radius: 12px;
  box-shadow: none;
  cursor: pointer;
}
body.lsg-shell-mobile #lsg-mobile-menu-toggle { z-index: 2; }
body.lsg-shell-mobile .lsg-header__mobile-button svg { width: 21px; height: 21px; }
body.lsg-shell-mobile .lsg-header__search {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-top: 1px solid var(--lsg-border);
  box-shadow: 0 12px 24px rgba(7,26,51,.13);
}
body.lsg-shell-mobile .lsg-header__search.is-open { display: block; }
body.lsg-shell-mobile .lsg-header__ticker-wrap, body.lsg-shell-mobile .lsg-ticker { height: 34px; }
body.lsg-shell-mobile .lsg-ticker__slide { gap: 7px; padding-inline: 10px; }
body.lsg-shell-mobile .lsg-ticker__slide p { font-size: 10.5px; }

.lsg-mobile-menu__backdrop {
  position: fixed;
  inset: 0;
  z-index: 980;
  background: rgba(7, 26, 51, .36);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.lsg-mobile-menu__backdrop[hidden] { display: none; }
.lsg-mobile-menu {
  position: fixed;
  top: var(--lsg-mobile-menu-top);
  left: 10px;
  z-index: 1000;
  width: min(326px, calc(100vw - 20px));
  max-height: calc(100dvh - var(--lsg-mobile-menu-top) - 10px);
  padding: 10px;
  overflow: hidden;
  color: var(--lsg-text);
  background: var(--lsg-canvas);
  border: 1px solid var(--lsg-border);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(7,26,51,.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px) scale(.985);
  transform-origin: top left;
  transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s;
  pointer-events: none;
}
.lsg-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
  pointer-events: auto;
}
.lsg-mobile-menu__scroll {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: calc(100dvh - var(--lsg-mobile-menu-top) - 30px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}
.lsg-mobile-menu__scroll::-webkit-scrollbar { display: none; }
.lsg-mobile-menu__section { display: flex; flex-direction: column; gap: 5px; padding: 5px; background: #fff; border: 1px solid var(--lsg-border); border-radius: 15px; }
.lsg-mobile-menu__section h2 {
  margin: 5px 10px 1px;
  color: var(--lsg-blue);
  font-family: inherit;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.lsg-mobile-menu__row {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  height: 42px;
  min-height: 42px;
  padding: 0 10px;
  color: var(--lsg-text);
  background: #eef5ff;
  border: 0;
  border-radius: 11px;
  text-decoration: none;
  cursor: pointer;
}
.lsg-mobile-menu__row.lsg-accent-red { background: #fff0f2; }
.lsg-mobile-menu__icon { display: grid; flex: 0 0 18px; place-items: center; color: var(--lsg-blue); font-size: 16px; }
.lsg-accent-red .lsg-mobile-menu__icon, .lsg-accent-red .lsg-mobile-menu__chevron { color: var(--lsg-red); }
.lsg-mobile-menu__label { min-width: 0; overflow: hidden; color: var(--lsg-text); font-size: 14px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.lsg-mobile-menu__chevron, .lsg-mobile-menu__disclosure { display: grid; flex: 0 0 14px; place-items: center; margin-left: auto; color: var(--lsg-blue); font-size: 13px; }
.lsg-mobile-menu__badge { margin-left: auto; padding: 3px 7px; color: #fff; background: currentColor; border-radius: 99px; font-size: 10px; font-weight: 900; }
.lsg-mobile-menu__category { margin: 0; }
.lsg-mobile-menu__category summary { list-style: none; }
.lsg-mobile-menu__category summary::-webkit-details-marker { display: none; }
.lsg-mobile-menu__category[open] .lsg-mobile-menu__disclosure { transform: rotate(-90deg); }
.lsg-mobile-menu__children { display: flex; flex-direction: column; margin-top: 4px; }
.lsg-mobile-menu__children a {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px 6px 37px;
  color: var(--lsg-text);
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 550;
}
.lsg-mobile-menu__children a span { min-width: 0; flex: 1; }
.lsg-mobile-menu__children a svg { flex: 0 0 12px; width: 12px; height: 12px; color: var(--lsg-blue); }
html.lsg-menu-open, html.lsg-menu-open body { overflow: hidden; }

@media (max-width: 960px) {
  /* Le header desktop reste parfois servi par WordPress dans une fenêtre
     étroite. Réserver l'espace réel des trois raccourcis évite qu'ils ne
     débordent dans la recherche avant le passage au mode deux lignes. */
  body.lsg-shell-desktop .lsg-header__top {
    grid-template-columns: minmax(132px, 1fr) minmax(180px, 1fr) minmax(236px, auto);
    gap: 10px;
    width: min(var(--lsg-header-width), calc(100% - 20px));
  }
  body.lsg-shell-desktop .lsg-header__brand { width: min(170px, 100%); }
  body.lsg-shell-desktop .lsg-header__actions { min-width: 236px; gap: 6px; }
  body.lsg-shell-desktop .lsg-action {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 8px;
    gap: 5px;
  }
  body.lsg-shell-desktop .lsg-action b { font-size: 10px; }
  .lsg-footer__container { gap: 24px; }
}

@media (max-width: 640px) {
  /* Compact desktop fallback : aucune largeur fixe ne doit forcer un
     chevauchement. La recherche occupe sa propre ligne et les raccourcis
     deviennent des boutons icône accessibles via aria-label. */
  body.lsg-shell-desktop .lsg-header__top {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 8px;
    min-height: 0;
    padding: 8px 0 10px;
  }
  body.lsg-shell-desktop .lsg-header__brand {
    grid-column: 1;
    grid-row: 1;
    width: min(150px, 100%);
  }
  body.lsg-shell-desktop .lsg-header__actions {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    gap: 4px;
  }
  body.lsg-shell-desktop .lsg-action {
    flex: 0 0 36px;
    width: 36px;
    min-width: 36px;
    min-height: 42px;
    padding: 0;
  }
  body.lsg-shell-desktop .lsg-action b {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  body.lsg-shell-desktop .lsg-header__search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 720px) {
  .lsg-footer { padding: 24px 14px 12px; }
  .lsg-footer__container { grid-template-columns: 1fr; gap: 26px; }
  .lsg-footer__brand-card { min-height: 0; }
  .lsg-footer__description { margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .lsg-mobile-menu, .lsg-ticker__slide { transition: none; }
}
