footer{min-height:var(--footer-height);display:flex;justify-content:center;flex-direction:column;border-top:1px solid rgba(153,0,0,.35);font-family:TB;padding:2.5rem 1.5rem;background:radial-gradient(circle at top left,rgba(153,0,0,.15),transparent 45%),radial-gradient(circle at bottom right,rgba(255,51,51,.08),transparent 50%)}.footer-inner,footer{align-items:center;width:100%}.footer-inner{max-width:1200px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.footer-brand{display:flex;flex-direction:column;gap:.4rem}.footer-brand .brand-title{font-size:1.6rem;letter-spacing:.04em}.footer-brand .brand-tagline{font-size:.95rem;opacity:.7;max-width:360px}.footer-top{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.75rem 1.5rem}.footer-top a{position:relative;padding-bottom:.25rem;font-size:.95rem}.footer-top a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--red);transition:width .2s ease}.footer-top a:hover:after{width:100%}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(153,0,0,.2);margin-top:.5rem;padding-top:1rem;font-family:var(--font-mono);font-size:.85rem;opacity:.7}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;text-align:center}.footer-top{justify-content:center}.footer-brand{align-items:center}}