/* Compact mobile navigation. Desktop layout is unchanged. */
.dsx-menu-toggle{display:none}.dsx-menu-panel{display:contents}
@media(max-width:800px){
 .header .nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-block:16px;gap:0}
 .header .brand{min-width:0}
 .header .dsx-menu-toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:46px;height:46px;border:1px solid #ffffff55;border-radius:8px;background:transparent;color:#fff;cursor:pointer;flex-shrink:0}
 .dsx-menu-toggle span{display:block;width:21px;height:2px;background:currentColor;border-radius:2px}
 .dsx-menu-toggle:focus-visible{outline:2px solid #a8c3ff;outline-offset:4px}
 .header .dsx-menu-panel{display:none;width:100%;padding-top:18px;margin-top:16px;border-top:1px solid #ffffff25;gap:18px}
 .header .dsx-menu-panel.is-open{display:grid;grid-template-columns:1fr auto;align-items:center}
 .header .dsx-menu-panel nav{display:flex;flex-direction:column;grid-column:1/-1;order:0;gap:4px;width:100%;align-items:stretch}
 .header .dsx-menu-panel nav a{justify-content:flex-start;min-height:46px;padding:11px 12px;text-align:left;border:0;background:transparent;font-size:1rem;border-radius:6px;color:#e5ebf6}
 .header .dsx-menu-panel nav a:hover,.header .dsx-menu-panel nav a:focus-visible,.header .dsx-menu-panel nav a[aria-current]{background:#ffffff12;color:#fff}
 .header .dsx-menu-panel .language-switch{grid-column:1;order:1;justify-self:start;margin:0}
 .header .dsx-menu-panel .client-link{grid-column:2;order:2;justify-self:end;min-height:44px;font-size:.875rem;margin:0}
}