.social-hero-link{background:transparent;color:var(--navy,#1e215a);border:1px solid currentColor;gap:.65rem}
.social-hero-link:hover{background:#f3f1e9}
.social-footer{max-width:1200px;margin:0 auto;padding:2rem var(--gutter,2rem);border-top:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;scroll-margin-top:130px}
.social-footer h2{font-family:Georgia,serif;font-size:1.65rem;color:#f4eddd;margin:0 0 .35rem}
.social-footer p{font-size:.9rem;color:#c4c7d3;margin:0}
.social-options{display:flex;flex-wrap:wrap;gap:.75rem}
.social-option{display:flex;align-items:center;gap:.7rem;padding:.9rem 1.1rem;border:1px solid #a4a8bb;border-radius:8px;color:inherit;text-decoration:none;font:600 1rem/1.4 system-ui,sans-serif}
.social-option svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;flex-shrink:0}
.social-option small{display:block;font-size:.75rem;font-weight:400}
.social-footer .social-option{color:#fff}
a.social-option:hover{background:rgba(128,128,128,.12)}
.social-pending{opacity:.65}
.social-dialog:not([open]){display:none}
.social-dialog{position:fixed;inset:0;margin:auto;border:0;border-radius:16px;padding:2.5rem;width:min(440px,calc(100vw - 2rem));max-height:calc(100dvh - 2rem);box-sizing:border-box;overflow:auto;background:#fff;color:#192541;box-shadow:0 20px 80px #0005}
.social-dialog::backdrop{background:rgba(10,25,47,.72)}
.social-dialog h2{font:500 2.2rem/1.15 Georgia,serif;margin:0 0 1rem}
.social-dialog p{line-height:1.6;margin-bottom:1.5rem}
.social-dialog .social-eyebrow{color:#80621b;font:700 .75rem system-ui,sans-serif;letter-spacing:.12em;margin-bottom:.75rem}
.social-dialog .social-options{flex-direction:column}
.social-close{position:absolute;right:.75rem;top:.5rem;border:0;background:none;font-size:2rem;cursor:pointer;color:#192541;padding:.25rem .5rem}
.social-option:focus-visible,.social-close:focus-visible,.social-hero-link:focus-visible{outline:3px solid #b88615;outline-offset:4px}
@media(max-width:640px){.social-footer{align-items:flex-start;flex-direction:column}.social-dialog{padding:2.2rem 1.4rem}}
