/* Shared branded footer, aligned with the header container. */
.branded-footer{flex-shrink:0;width:100%;margin-top:auto;padding:0;background:#080808;border-top:1px solid rgba(255,255,255,.12);color:#a6a6a6;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:.86rem;line-height:1.6;text-align:left}
.branded-footer *{box-sizing:border-box}
.branded-footer-inner{width:var(--site-container-width,min(980px,calc(100vw - 2rem)));margin:0 auto;container-type:inline-size}
.branded-footer-main{display:grid;grid-template-columns:170px 10rem repeat(5,max-content);align-items:start;justify-content:start;gap:1rem 2.85rem;padding:2rem 0 1.5rem}
.branded-footer-main>*{min-width:0}
.branded-footer .footer-company{margin:0;min-width:0}
.branded-footer .footer-links{display:contents}
.branded-footer .footer-links>nav{min-width:0;align-self:start;margin:0;padding:0}
.branded-footer a,.branded-footer a:visited{color:#bdbdbd;text-decoration:none}
.branded-footer a:hover,.branded-footer a:focus-visible{color:#00dc62}
.branded-footer a:focus-visible{outline:2px solid #00dc62;outline-offset:4px;border-radius:3px}
.branded-footer .footer-brand-link{display:inline-flex;align-items:center;min-height:32px;margin:0 0 .65rem}
.footer-brand-link img{display:block;width:180px;max-width:100%;height:auto}
.branded-footer .footer-mission{max-width:42ch;margin:0 0 .75rem;font-size:.82rem;line-height:1.6;color:#adadad}
.branded-footer .footer-status{display:inline-flex;align-items:center;gap:.5rem;margin:0;font-size:.73rem;color:#999}
.footer-status::before{content:"";width:6px;height:6px;flex-shrink:0;border-radius:50%;background:#00dc62}
.branded-footer .footer-identifiers{margin:.65rem 0;color:#999;font-size:.82rem;line-height:1.8;font-variant-numeric:tabular-nums}
.branded-footer .footer-heading{margin:.35rem 0 .65rem;color:#e4e4e4;font-size:.82rem;font-weight:650;line-height:1.4}
.branded-footer ul{list-style:none;margin:0;padding:0}
.branded-footer li{margin:0;padding:0}
.branded-footer li a{display:inline-flex;align-items:center;min-height:30px;padding:.2rem 0;line-height:1.4}
.branded-footer address{margin:0 0 .65rem;font-style:normal;font-size:.82rem;line-height:1.7;color:#999}
.branded-footer .footer-contact-link{display:flex;align-items:center;min-height:36px;overflow-wrap:anywhere;font-size:.82rem}
.branded-footer .footer-contact :is(.footer-status,.footer-identifiers,address,.footer-contact-link){font-family:inherit;font-size:.82rem;font-weight:400;font-style:normal;font-variant-numeric:normal;line-height:1.7;color:#bdbdbd}
.branded-footer .footer-contact-link:hover,.branded-footer .footer-contact-link:focus-visible{color:#00dc62}
.branded-footer .footer-socials{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}
.branded-footer .footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #292929;border-radius:8px;background:#0d0d0d}
.branded-footer .footer-socials a:hover{border-color:#00dc62;background:rgba(0,220,98,.06)}
.footer-socials img{display:block;width:16px;height:16px}
.branded-footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1.5rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);font-size:.73rem;color:#818181}
.branded-footer-bottom p{margin:0}
.branded-footer-bottom nav{display:flex;flex-wrap:wrap;gap:.4rem 1.25rem}
.branded-footer-bottom a{display:inline-flex;align-items:center;min-height:32px}
@container(max-width:900px){.branded-footer-main{grid-template-columns:170px minmax(0,1fr);justify-content:normal;gap:1.5rem}.branded-footer .footer-links{display:grid;grid-template-columns:minmax(190px,1.5fr) repeat(2,minmax(0,1fr));gap:1rem}}
@container(max-width:600px){.branded-footer-main{grid-template-columns:minmax(0,1fr)}.branded-footer .footer-links{grid-template-columns:minmax(190px,1.5fr) repeat(2,minmax(0,1fr))}}
@media(max-width:540px){.branded-footer-main{gap:1.5rem;padding:1.5rem 0}.branded-footer .footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1rem}.branded-footer .footer-company{grid-column:1/-1}.branded-footer .footer-business{grid-template-columns:minmax(0,1fr);gap:.4rem}.branded-footer .footer-heading{margin-top:0}.branded-footer li a,.branded-footer .footer-contact-link,.branded-footer-bottom a{min-height:44px}.branded-footer .footer-socials a{width:44px;height:44px}.branded-footer-bottom{align-items:flex-start;flex-direction:column;gap:.3rem;padding:.85rem 0}.branded-footer-bottom nav{gap:.25rem 1.1rem}}

.branded-footer .footer-brand .footer-contact{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);max-width:42ch}

/* Compact business details retain their spacing in the company column. */
.branded-footer .footer-business{max-width:42ch;margin:0;font-family:inherit;font-size:.75rem;font-weight:400;line-height:1.7;color:#adadad}
.branded-footer .footer-business p,.branded-footer .footer-business address{margin:0;font:inherit;color:inherit}
.branded-footer .footer-business p:last-child{margin-bottom:0}
.branded-footer .footer-business a,.branded-footer .footer-business a:visited{font:inherit;color:inherit;text-decoration:none;white-space:nowrap}
.branded-footer .footer-business a:hover,.branded-footer .footer-business a:focus-visible{color:#00dc62;text-decoration:underline;text-underline-offset:3px}
