.footer{position:relative;padding:clamp(2rem,5vw,3.5rem);background:black;border-top:1px solid rgba(255,255,255,.08);color:rgba(246,239,223,.82);min-height:18vh}.footer-inner{margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 2rem;min-width:0;max-width:100%;overflow-wrap:break-word;font-family:var(--font-geist-mono),monospace;font-size:clamp(.75rem,.9vw,.9rem);letter-spacing:.08em;text-transform:uppercase}.footer-links{display:flex;flex-wrap:wrap;gap:clamp(1rem,2vw,2rem)}.footer-links a{min-height:var(--control-min-height);color:rgba(246,239,223,.82);text-decoration:none;transition:opacity .2s ease;display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px;min-width:0;max-width:100%;overflow-wrap:break-word}.footer-icon{width:18px;height:18px;color:currentColor}.footer-links a:hover{opacity:.6;transform:translateY(-2px)}@media (min-width:1025px){.footer{padding-right:calc(clamp(2rem, 5vw, 3.5rem) + var(--desktop-nav-reserve));padding-bottom:calc(clamp(2rem, 5vw, 3.5rem) + var(--fixed-cta-reserve))}}@media (max-width:1024px){.footer{padding:1.5em;padding-bottom:calc(1.5rem + var(--fixed-cta-reserve))}.footer-links a{margin-left:0}.footer-inner,.footer-links{justify-content:center}.footer-links{gap:.5rem 1rem}}