/* A compact utility row keeps language selection out of the main navigation. */
.language-bar{background:#2547be;color:#f8faff;font:400 14px/1.4 "Source Sans 3",sans-serif}
.language-bar .language-options{width:min(100% - 40px,1280px);margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:2px}
.language-options a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;color:inherit;text-decoration:none}
.language-options a[aria-current="true"]{font-weight:700;text-decoration:underline;text-underline-offset:5px}
.language-options a:hover{text-decoration:underline;text-underline-offset:5px}
.language-options a:focus-visible{outline:2px solid #fff;outline-offset:-4px}
.language-options span{opacity:.7}
.language-privacy-note{margin-top:2rem!important;padding-top:1.5rem;border-top:1px solid #c8d0e1}
/* French wrapping needs clearance below the G artwork on narrow screens. */
@media(max-width:760px){html[lang="fr"] .site-home .hero-content{padding-top:clamp(17rem,80vw,24rem)}}
