.site-footer{box-sizing:border-box;background-color:var(--navy);width:100%;color:var(--gray-400);font-family:var(--font-sans-stack)}.site-footer *,.site-footer :before,.site-footer :after{box-sizing:border-box}.site-footer__inner{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.site-footer__inner{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.site-footer__inner{padding-left:2.5rem;padding-right:2.5rem}}.site-footer__main{border-bottom:1px solid color-mix(in srgb, var(--gray-400) 22%, transparent);gap:3rem;padding-top:3rem;padding-bottom:3rem;display:grid}@media (min-width:1024px){.site-footer__main{grid-template-columns:minmax(0,280px) minmax(0,10rem) minmax(0,1fr);gap:0 2.5rem}}.site-footer__brand{min-width:0}@media (min-width:1024px){.site-footer__brand{border-right:1px solid color-mix(in srgb, var(--gray-400) 22%, transparent);padding-right:2rem}}.site-footer__stack{flex-direction:column;gap:2rem;display:flex}.site-footer__brand-top{border-bottom:1px solid color-mix(in srgb, var(--gray-400) 22%, transparent);padding-bottom:2rem}.site-footer__brand-top p{color:var(--gray-300);margin:0;font-size:.875rem;line-height:1.6}.site-footer__brand-top .site-footer__live{margin-top:1.25rem}@media (min-width:640px){.site-footer__brand-top .site-footer__live{margin-top:1.5rem}}.site-footer__logo{align-items:center;gap:.125rem;text-decoration:none;display:inline-flex}.site-footer__logo-img{object-fit:contain;object-position:left center;width:auto;max-width:200px;height:2rem;display:block}@media (min-width:640px){.site-footer__logo-img{max-width:220px;height:2.25rem}}.site-footer__logo-text{letter-spacing:-.02em;font-size:1.25rem;font-weight:900;line-height:1}.site-footer__logo-text--white{color:var(--gray-50)}.site-footer__logo-text--accent{color:var(--accent-red)}.site-footer__live{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-50);align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.site-footer__live-dot{flex-shrink:0;width:.5rem;height:.5rem;position:relative}.site-footer__live-dot:before{content:"";background:var(--accent-red);opacity:.4;border-radius:9999px;animation:1.5s cubic-bezier(0,0,.2,1) infinite site-footer-ping;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.site-footer__live-dot:before{animation:none}}.site-footer__live-dot:after{content:"";background:var(--accent-red);border-radius:9999px;position:absolute;inset:0}@keyframes site-footer-ping{75%,to{opacity:0;transform:scale(2)}}.site-footer__h3{text-transform:uppercase;letter-spacing:.12em;color:var(--gray-50);margin:0 0 1rem;font-size:11px;font-weight:700}.site-footer__h3--tight{margin-bottom:.75rem}.site-footer__social-row{flex-wrap:wrap;gap:.5rem;width:fit-content;max-width:16rem;display:flex}.site-footer__social-btn{border:1px solid color-mix(in srgb, var(--gray-400) 35%, transparent);width:2.25rem;min-width:0;height:2.25rem;min-height:0;color:var(--gray-50);border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:border-color .15s,background-color .15s;display:flex;overflow:hidden}.site-footer__social-btn:hover{border-color:color-mix(in srgb, var(--gray-300) 55%, transparent);background:color-mix(in srgb, white 7%, var(--navy))}.site-footer__social-btn svg.site-footer__icon,.site-footer svg.site-footer__icon{flex-shrink:0;width:16px;max-width:16px;height:16px;max-height:16px;display:block;overflow:hidden}.site-footer ul.site-footer__list{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.site-footer ul.site-footer__list--ruled{border-bottom:1px solid color-mix(in srgb, var(--gray-400) 22%, transparent);padding-bottom:2rem}.site-footer a.site-footer__link{color:var(--gray-400);border-radius:2px;font-size:.875rem;text-decoration:none;transition:color .15s}.site-footer a.site-footer__link:hover{color:var(--gray-100)}.site-footer a.site-footer__link:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.site-footer__newsletter-box{max-width:24rem}.site-footer__newsletter-box>p{color:var(--gray-500);margin:0 0 .75rem;font-size:.75rem;line-height:1.5}.site-footer .site-footer-newsletter{flex-direction:column;gap:.5rem;width:100%;display:flex}@media (min-width:640px){.site-footer .site-footer-newsletter{flex-direction:row;align-items:stretch}}.site-footer .site-footer-newsletter input[type=email]{box-sizing:border-box;border:1px solid color-mix(in srgb, var(--gray-400) 28%, transparent);background:var(--navy-light);min-width:0;min-height:2.5rem;color:var(--gray-50);border-radius:.5rem;flex:auto;padding:.5rem .75rem;font-size:.875rem}@media (min-width:640px){.site-footer .site-footer-newsletter input[type=email]{min-height:0}}.site-footer .site-footer-newsletter input[type=email]::placeholder{color:var(--gray-500)}.site-footer .site-footer-newsletter input[type=email]:focus{border-color:var(--accent-red);box-shadow:0 0 0 1px var(--accent-red);outline:none}.site-footer .site-footer-newsletter button[type=submit]{background:var(--accent-red);width:100%;color:var(--gray-50);cursor:pointer;border:none;border-radius:.5rem;flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s}@media (min-width:640px){.site-footer .site-footer-newsletter button[type=submit]{width:auto}}.site-footer .site-footer-newsletter button[type=submit]:hover{background:var(--accent-red-hover)}.site-footer__col{min-width:0}.site-footer__nav-desktop{gap:2rem 2.5rem;display:none}@media (min-width:1024px){.site-footer__nav-desktop{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}}.site-footer__nav-mobile{flex-direction:column;gap:0;display:flex}@media (min-width:1024px){.site-footer__nav-mobile{display:none}}.site-footer__accordion{flex-direction:column;width:100%;display:flex}.site-footer__accordion-item{border-bottom:1px solid color-mix(in srgb, var(--gray-400) 26%, transparent)}.site-footer__accordion-item:last-child{border-bottom:none}.site-footer__accordion-trigger{cursor:pointer;text-align:left;width:100%;color:var(--gray-50);font:inherit;background:0 0;border:none;margin:0;padding:.75rem 0;display:block}.site-footer__accordion-trigger-row{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.site-footer__accordion-trigger:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.site-footer__accordion-title{text-transform:uppercase;letter-spacing:.12em;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:11px;font-weight:700;line-height:1.25;overflow:hidden}.site-footer__accordion-chevron{color:var(--gray-400);flex-shrink:0;transition:transform .2s,color .15s}.site-footer__accordion-chevron--open{color:var(--gray-200);transform:rotate(180deg)}.site-footer__accordion-panel{border-top:2px solid var(--accent-red);margin-top:.125rem;padding-bottom:1rem}.site-footer__accordion-panel .site-footer__group-list{padding-top:.5rem}.site-footer__nav-col{flex-direction:column;gap:2.5rem;min-width:0;display:flex}.site-footer__group .site-footer__group-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__muted{color:var(--gray-500);margin:0;font-size:.875rem}.site-footer__legal{border-top:2px solid var(--accent-red);padding-top:1.25rem;padding-bottom:1.25rem}.site-footer__legal-row{flex-direction:column;gap:1rem;display:flex}@media (min-width:640px){.site-footer__legal-row{flex-flow:wrap;justify-content:space-between;align-items:center}}.site-footer__legal-copy{color:var(--gray-500);margin:0;font-size:.75rem}.site-footer__legal-nav{flex-wrap:wrap;gap:.5rem 1.5rem;display:flex}
