/* Audience navigation and language selection, shared by every page. */
.hd { background:#fff; backdrop-filter:none; }
.hd .hd-in { height:88px; gap:24px; position:relative; }
.hd .brand { flex:0 0 246px; min-width:0; }
.hd .brand-logo { width:100%; height:auto; max-height:48px; object-fit:contain; }
.hd .hd-sp { display:none; }
.hd .nav { display:flex; align-items:center; gap:4px; flex:1; }
.hd .nav-group { position:relative; }
.hd .nav summary,.hd .nav .nav-direct { display:flex; align-items:center; gap:6px; min-height:44px; padding:10px 11px; border-radius:10px; color:var(--ink); font-size:.9rem; font-weight:700; white-space:nowrap; cursor:pointer; }
.nav summary,.mza-language summary { list-style:none; }
.nav summary::-webkit-details-marker,.mza-language summary::-webkit-details-marker { display:none; }
.nav-chevron { width:14px; height:14px; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; transition:transform .18s; }
details[open]>summary .nav-chevron { transform:rotate(180deg); }
.hd .nav summary:hover,.hd .nav-group[open]>summary,.hd .nav .nav-direct:hover,.hd .nav [aria-current="page"] { background:#edf5f6; color:#245e68; }
.nav-panel { position:absolute; top:calc(100% + 15px); left:0; width:332px; padding:12px; border:1px solid #e1e8ec; border-radius:18px; background:#fff; box-shadow:0 16px 45px rgba(24,39,72,.13); }
.nav-panel-label { padding:8px 12px 10px; font-size:.75rem; font-weight:700; color:#637381; letter-spacing:.045em; text-transform:uppercase; }
.hd .nav .nav-panel a { display:flex; justify-content:space-between; gap:12px; padding:12px; border-radius:10px; font-size:.9375rem; line-height:1.4; color:var(--ink); white-space:normal; }
.hd .nav .nav-panel a:hover { background:#f0f6f7; }
.nav-panel small { display:block; margin-top:4px; font-size:.8125rem; font-weight:400; color:#637381; line-height:1.5; }
.nav-external { color:#527b84; }
.hd .hd-act { gap:12px; margin-left:auto; }
.hd .sophie-cta { display:flex; padding:5px 12px 5px 5px; gap:8px; border:1px solid #dbe5e9; border-radius:50px; background:#edf5f5; min-height:46px; }
.hd .sophie-cta:hover { background:#dfeef0; border-color:#b5d4d8; }
.hd .sophie-cta img { width:34px; height:34px; }
.hd .sc-txt { display:flex; }
.hd .sc-title { font-size:.8125rem; white-space:nowrap; }
.hd .sc-arrow { width:15px; height:15px; margin-left:1px; }
.hd .hamburger { display:none; }
.hd .nav-mobile-chat { display:none; }
.mza-language { display:block; position:relative; flex-shrink:0; font-family:var(--sans); }
.mza-language>summary { display:flex; align-items:center; justify-content:center; gap:7px; min-height:44px; padding:10px 11px; background:#fff; color:var(--ink); border:1px solid #dbe3e9; border-radius:12px; font-size:.8125rem; font-weight:700; cursor:pointer; }
.mza-language>summary:hover,.mza-language[open]>summary { background:#f5f8fa; border-color:#acbeca; }
.language-globe { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.6; }
.language-panel { position:absolute; right:0; top:calc(100% + 14px); z-index:90; width:220px; padding:8px; background:#fff; border:1px solid #e1e8ec; border-radius:16px; box-shadow:0 16px 45px rgba(24,39,72,.13); }
.language-panel p { margin:0; padding:8px 10px; color:#637381; font-size:.8125rem; font-weight:600; }
.language-panel a { display:flex; align-items:center; gap:10px; min-height:46px; border-radius:9px; padding:9px 10px; font-size:.875rem; color:var(--ink); }
.language-panel a:hover { background:#f4f7fa; }
.language-panel a[aria-current] { background:#edf5f5; font-weight:700; }
.language-code { width:29px; height:24px; display:grid; place-items:center; border-radius:5px; background:#e9eef3; font-size:.6875rem; font-weight:700; }
.language-check { margin-left:auto; color:#28747e; }
.ft-lang-switch { display:table; margin-top:24px; }
.ft-lang-switch .language-panel { top:auto; bottom:calc(100% + 10px); right:auto; left:0; }
.hd a:focus-visible,.hd summary:focus-visible,.hd button:focus-visible,.mza-language summary:focus-visible,.language-panel a:focus-visible { outline:3px solid #62a6b1; outline-offset:3px; }
@media(max-width:1200px) and (min-width:1101px) {
  .hd .hd-in { gap:16px; }
  .hd .brand { flex-basis:222px; }
  .hd .nav summary,.hd .nav .nav-direct { padding-inline:8px; }
  .hd .sc-arrow { display:none; }
}
@media(max-width:1100px) {
  .hd .hd-in { height:78px; gap:16px; }
  .hd .brand { flex:0 1 246px; }
  .hd .hamburger { display:flex; width:44px; height:44px; border-radius:12px; }
  .hd .hamburger[aria-expanded="true"] { background:#edf5f5; border-color:#b5d4d8; }
  .hd .nav { display:none; position:absolute; inset:calc(100% + 8px) 18px auto; max-height:calc(100dvh - 110px); overflow:auto; flex-direction:column; align-items:stretch; gap:2px; padding:14px; border:1px solid #e1e8ec; border-radius:18px; box-shadow:0 16px 45px rgba(24,39,72,.13); background:#fff; }
  .hd .nav.is-open { display:flex; }
  .hd .nav summary,.hd .nav .nav-direct { justify-content:space-between; font-size:1rem; padding:12px; min-height:48px; }
  .nav-panel { position:static; width:auto; margin:2px 0 10px; padding:4px 8px; box-shadow:none; border:0; border-left:2px solid #b5d4d8; border-radius:0; }
  .nav-panel-label { display:none; }
  .hd .nav .nav-mobile-chat { display:flex; align-items:center; gap:10px; margin-top:10px; padding:8px 12px 8px 8px; background:#edf5f5; border:1px solid #dbe5e9; border-radius:12px; font-size:.9375rem; color:var(--ink); }
  .nav-mobile-chat img { width:36px; height:36px; border-radius:50%; }
  .nav-mobile-chat span:last-child { margin-left:auto; }
}
@media(max-width:720px) {
  .hd .hd-in { height:74px; gap:12px; padding-inline:18px; }
  .hd .brand { flex:0 1 220px; }
  .hd .brand-logo { width:100%; max-height:43px; }
  .hd .hd-act { gap:8px; }
  .hd .sophie-cta { display:none; }
  .mza-language>summary { gap:5px; padding:10px 9px; }
  .hd .language-globe { display:none; }
  .hd .language-panel { right:-52px; }
}
@media(prefers-reduced-motion:reduce) { .nav-chevron { transition:none; } }
