.home-footer{background:var(--brand-black);color:var(--brand-cream);padding-block:64px 40px}.home-footer-inner{display:grid;gap:28px}.home-footer .home-footer-inner{background:transparent;max-width:1200px;padding:0 var(--space-4)}.home-footer-brand h3{font-family:var(--font-body);font-weight:800;font-size:22px;margin:0 0 8px;color:var(--brand-cream)}.home-footer-brand p{color:var(--brand-gold-light);font-size:15px;line-height:1.6;margin:0;max-width:56ch}.home-footer-links{display:flex;flex-wrap:wrap;gap:8px 24px;font-size:14px}.home-footer-links a{color:var(--brand-gold-light);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease;padding-bottom:2px}.home-footer-links a:hover{color:var(--brand-fuchsia-light);border-bottom-color:var(--brand-fuchsia)}.home-footer-social{display:flex;gap:14px}.home-footer-social a{color:var(--brand-gold-light);display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(232,201,122,.3);transition:background-color .25s ease,color .25s ease,border-color .25s ease}.home-footer-social a:hover{background:var(--brand-fuchsia);color:var(--brand-white);border-color:var(--brand-fuchsia)}.home-footer-copy,.home-footer-legal{font-size:13px;color:var(--brand-warm-gray);margin:0}.home-footer-legal a{color:inherit;text-decoration:underline;text-underline-offset:3px}.home-footer-legal a:focus-visible,.home-footer-legal a:hover{color:var(--brand-gold-light)}.home-footer-tagline{font-family:var(--font-literary);font-style:italic;font-size:14px;color:var(--brand-gold-light);margin:0}