.social-links{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-block:20px}
.social-links .social-link{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:9px 14px;border:1px solid currentColor;border-radius:8px;color:inherit;text-decoration:none;font-size:14px;line-height:1.3;box-sizing:border-box;transition:background .2s}
.social-links .social-link svg{width:21px;height:21px;flex:none}
.social-links .social-link:hover{background:#ffffff12}.social-links .social-link:focus-visible{outline:2px solid #dcab7f;outline-offset:4px}
.footer-social{color:#e5e8e4}.footer-social .social-link{border-color:#ffffff45}
.contact-social{color:#fff}.contact-social .social-link{border-color:#ffffff55}
.contact-social-heading{font-family:inherit!important;font-size:14px!important;letter-spacing:.03em;margin:30px 0 0!important;color:#d3dcd5}
.contact-social{margin-top:12px}
.header-social{margin:0;gap:3px;flex-wrap:nowrap;color:#e5e8e4;flex:none}
.header-social .social-link{padding:8px;width:36px;min-height:38px;border:0;border-radius:6px}
.header-social .social-link>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1051px) and (max-width:1400px){.site-header .desktop-whatsapp{display:none}.site-header .nav-shell{gap:14px}}

@media(max-width:760px){
.site-header{height:76px}
.site-header .nav-shell{display:grid;height:76px;grid-template-columns:minmax(0,1fr) auto auto;grid-template-rows:76px;gap:6px;align-items:center}
.site-header .nav-shell>.brand{grid-column:1;grid-row:1}
.site-header .header-social{grid-column:2;grid-row:1;align-self:center;justify-content:center;gap:0;border:0;margin:0;padding:0}
.site-header .header-social .social-link{width:32px;min-height:44px;padding:6px}
.site-header .header-social .social-link svg{width:20px;height:20px}
.site-header .nav-actions{grid-column:3;grid-row:1;gap:0}
.site-header .nav-actions>.language-switch{display:none}
.site-header .mobile-menu{top:76px;height:calc(100svh - 76px)}
}

/* Compact language choices at the end of the mobile menu. */
.site-header .mobile-language-options{grid-column:1/-1;display:flex;align-items:center;gap:4px;margin-top:24px;color:#7f9187}
.site-header .mobile-language-options a:not(.button){display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:8px;border:0;color:#b9c3bc;font-family:inherit;font-size:13px;font-weight:400;line-height:1;text-decoration:none}
.site-header .mobile-language-options a[aria-current="page"]{color:#fff;font-weight:700}
.site-header .mobile-language-options a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.site-header .mobile-language-options a:focus-visible{outline:2px solid #dca278;outline-offset:2px}
