/* Same site selector geometry across all LAFYM identities. */
.brand-switcher,.universe-switch{position:relative;margin-left:0;font-family:var(--sans);font-size:12px}
.brand-mark-group{gap:10px}
.header-inner{column-gap:10px}
.brand-switcher>summary,.universe-switch>summary{display:flex;align-items:center;justify-content:center;width:36px;min-width:36px;height:44px;min-height:44px;padding:0;list-style:none;cursor:pointer;border-radius:10px;color:var(--ink);gap:0}
.site-header .brand-switcher>summary{color:#f8e5d3}
.brand-switcher>summary::-webkit-details-marker,.universe-switch>summary::-webkit-details-marker{display:none}
.brand-switcher>summary::marker,.universe-switch>summary::marker{content:''}
.brand-switcher>summary:hover,.universe-switch>summary:hover{background:#88888818}
.site-switch-chevron{display:block;width:16px;height:16px;transition:transform .15s}
details[open]>summary .site-switch-chevron{transform:rotate(180deg)}
.brand-switcher-menu,.universe-menu{position:absolute;top:calc(100% + 8px);left:0;right:auto;width:290px;min-width:0;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface,var(--bg-card));box-shadow:0 12px 35px #0002;z-index:60;overflow:hidden}
.brand-switcher-menu a,.universe-menu a{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;min-height:58px;padding:10px 12px;margin:0;border-radius:8px;color:var(--ink);font-family:var(--sans);font-size:14px;font-weight:600;line-height:1.35;text-transform:none;letter-spacing:0}
.universe-menu strong{font-size:14px;font-weight:600;line-height:1.35}
.brand-switcher-menu a .tag,.universe-menu a span{font-family:var(--sans);font-size:11px;font-weight:400;line-height:1.45;letter-spacing:0;text-transform:none;color:var(--muted,var(--ink-soft))}
.brand-switcher-menu a.current,.universe-menu a[aria-current=page]{color:var(--ink);background:var(--soft,var(--line-soft))}
.brand-switcher-menu a:hover,.universe-menu a:hover{background:var(--soft,var(--line-soft))}
@media(max-width:900px){
  .universe-switch{position:static;margin-left:0}
  .universe-menu{left:var(--pad);right:var(--pad);width:auto;top:100%;max-height:calc(100dvh - 110px);overflow-y:auto}
}
@media(max-width:880px){
  .brand-switcher{position:static}
  .brand-switcher-menu{left:var(--container-pad);right:var(--container-pad);width:auto;top:100%;max-height:calc(100dvh - 110px);overflow-y:auto}
}
@media(prefers-reduced-motion:reduce){.site-switch-chevron{transition:none}}
