/* Mobile navigation only. Desktop and tablet presentation remains governed by the approved styles. */
.mobile-service-bell{display:none}
.mobile-drawer-actions,.mobile-drawer-footer{display:none}

@media(max-width:600px){
  :root{--mobile-nav-height:64px}
  .announcement{height:28px!important;min-height:28px;padding:0 max(12px,env(safe-area-inset-left))!important;font-size:9px!important;line-height:1;letter-spacing:.16em}
  .site-header{position:relative;height:var(--mobile-nav-height)!important;min-height:var(--mobile-nav-height)!important;grid-template-columns:48px 1fr 96px!important;padding:0 max(4px,env(safe-area-inset-right)) 0 max(4px,env(safe-area-inset-left))!important}
  .menu-button{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px!important;height:44px!important;justify-self:start}
  .menu-button span{width:20px!important;margin:0!important;border-top:1.5px solid currentColor!important}
  .brand{position:absolute;left:50%;top:50%;width:min(220px,calc(100vw - 192px));height:48px!important;display:grid;place-items:center;transform:translate(-50%,-50%);z-index:1}
  .brand>img{width:100%!important;height:auto!important;max-height:42px;aspect-ratio:960/132!important;object-fit:contain}
  .brand .collaboration-signature{display:none!important}
  .header-tools{grid-column:3;justify-self:end;display:grid;grid-template-columns:44px 44px;gap:0!important;min-width:88px!important;position:relative;z-index:2}
  .header-tools .language,.header-tools>[data-panel="search"],.header-tools>[data-panel="favorites"]{display:none!important}
  .header-tools .desktop-concierge{display:grid!important;width:44px!important;height:44px!important}
  .desktop-concierge .spark{display:none}
  .desktop-concierge .mobile-service-bell{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
  .header-tools>[data-panel="cart"]{width:44px!important;height:44px!important}
  .header-tools .icon-button svg{width:22px;height:22px}
  .header-tools .count-button em{top:3px!important;right:1px!important;min-width:15px;height:15px;padding:0 3px;font-size:8px}

  .menu-panel{box-sizing:border-box;width:min(360px,calc(100vw - 18px));height:100dvh;max-height:100dvh;padding:calc(54px + env(safe-area-inset-top)) max(24px,env(safe-area-inset-right)) calc(22px + env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left));display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}
  .menu-panel .panel-close{top:calc(8px + env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));display:grid;place-items:center;font-size:30px}
  .menu-panel>.kicker{padding-right:50px;font-size:10px}
  .mobile-language{margin-top:14px}
  .mobile-drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}
  .mobile-drawer-actions button{position:relative;display:flex;align-items:center;gap:10px;min-height:48px;padding:0 14px;border:1px solid rgba(255,255,255,.28);background:transparent;color:inherit;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
  .mobile-drawer-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}
  .mobile-drawer-actions em{margin-left:auto;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:10px;background:var(--bordeaux);color:white;font-size:8px;font-style:normal}
  .menu-panel nav{margin:18px 0 14px}
  .menu-panel nav a,.menu-panel nav button{display:flex;align-items:center;width:100%;min-height:44px;padding:8px 0;border:0;border-bottom:1px solid rgba(255,255,255,.2);background:none;color:inherit;font:500 clamp(25px,8vw,34px)/1 var(--serif);text-align:left;text-decoration:none}
  .mobile-drawer-footer{display:flex;margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.2);align-items:center;gap:12px;color:#eadfda;font-size:8px;letter-spacing:.12em}
  .mobile-drawer-footer img{width:50px;height:26px;filter:brightness(0) invert(1);opacity:.9}
  .panel :focus-visible,.icon-button:focus-visible{outline:2px solid #c9878f;outline-offset:3px}
}
