.quick-nav { position:fixed; z-index:10; top:clamp(18px,2.4vw,34px); left:0; right:0; display:grid !important; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); grid-template-areas:"back social actions"; align-items:center; justify-content:initial; min-height:38px; padding-inline:clamp(20px,4vw,48px); background:var(--paper); box-shadow:0 -34px 0 34px var(--paper); }
.quick-nav > .map-back { grid-area:back; justify-self:start; }
.quick-nav > .social-links { grid-area:social; justify-self:center; display:flex; align-items:center; gap:12px; }
.quick-nav > .header-actions { grid-area:actions; justify-self:end; display:flex; align-items:center; gap:clamp(12px,1.6vw,24px); }
.social-button { display:grid; place-items:center; flex:0 0 38px; width:38px; height:38px; padding:0; border:0; background:transparent !important; color:var(--ink) !important; }
.social-button svg { display:block; width:21px; height:21px; fill:currentColor; }
.social-button:hover { color:var(--acid) !important; filter:none !important; }
.map-back { display:inline-flex; align-items:center; height:38px; padding:0; border-bottom:1px solid var(--line); color:var(--muted); font-size:11px; font-weight:600; letter-spacing:.08em; line-height:1; text-transform:uppercase; }
.map-back:hover { color:var(--acid); border-color:var(--acid); }
.quick-nav .menu-button { height:38px; min-height:38px; padding-top:0; padding-bottom:0; line-height:1; }
.language-toggle { display:inline-flex; align-items:center; gap:7px; height:38px; min-height:38px; padding:0; border:0; border-bottom:1px solid var(--line); background:transparent; color:var(--muted); font:600 11px Poppins,sans-serif; letter-spacing:.1em; line-height:1; text-transform:uppercase; cursor:pointer; }
.language-toggle strong { color:var(--acid); font:500 13px "Space Grotesk",sans-serif; }
.language-toggle:hover { color:var(--acid); }
@media (max-width:680px) {
  .quick-nav { top:14px; }
  .quick-nav > .header-actions { gap:10px; }
  .quick-nav > .social-links { gap:6px; }
  .social-button { flex-basis:34px; width:34px; height:34px; }
  .social-button svg { width:19px; height:19px; }
  .map-back,.language-toggle,.quick-nav .menu-button { height:34px; min-height:34px; }
  .language-toggle { gap:0; font-size:0; }
  .language-toggle strong { font-size:12px; }
}
