.site-footer{background:var(--c-black);border-top:1px solid var(--c-border);padding:5rem 5% 2rem;position:relative;overflow:hidden}.site-footer::before{content:'';position:absolute;inset:0;background-image:linear-gradient(var(--c-border) 1px,transparent 1px),linear-gradient(90deg,var(--c-border) 1px,transparent 1px);background-size:60px 60px;opacity:.25;pointer-events:none}.footer-top{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem;border-bottom:1px solid var(--c-border);position:relative;z-index:1}.footer-brand .footer-logo-text{font-family:'Cormorant Garamond',serif;font-size:1.5rem;letter-spacing:.12em;color:var(--c-white);display:block;line-height:1;margin-bottom:.3rem}.footer-brand .footer-logo-text span{color:var(--c-cyan)}.footer-brand .footer-tagline{font-size:1.3rem;font-family:'Cormorant Garamond',serif;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--c-cyan);margin-bottom:1.5rem;padding-left:2px}.footer-brand p{font-size:.88rem;font-family:'Cormorant Garamond',serif;color:var(--c-muted);line-height:1.8;max-width:280px;margin-bottom:1.8rem}.footer-social{display:flex;gap:.8rem}.social-link{width:38px;height:38px;border:1px solid var(--c-border);border-radius:3px;display:flex;align-items:center;justify-content:center;color:var(--c-muted);font-size:.85rem;transition:border-color .25s,color .25s,background .25s;cursor:none}.social-link:hover{border-color:var(--c-cyan);color:var(--c-cyan);background:var(--c-cyan-glow)}.footer-col h5{font-size:.7rem;font-family:'Cormorant Garamond',serif;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--c-off-white);margin-bottom:1.4rem;padding-bottom:.6rem;border-bottom:1px solid var(--c-border)}.footer-col ul{display:flex;flex-direction:column;gap:.7rem}.footer-col ul li a{font-size:.85rem;font-family:'Cormorant Garamond',serif;color:var(--c-muted);cursor:none;transition:color .2s,padding-left .2s;display:inline-block}.footer-col ul li a:hover{color:var(--c-cyan);padding-left:6px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;position:relative;z-index:1;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.78rem;font-family:'Cormorant Garamond',serif;color:var(--c-muted)}.footer-copy strong{color:var(--c-cyan);font-weight:600;font-family:'Cormorant Garamond',serif}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.75rem;color:var(--c-subtle);cursor:none;transition:color .2s;font-family:'Cormorant Garamond',serif}.footer-legal a:hover{color:var(--c-muted)}.footer-orb{position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(0,151,178,.08) 0,transparent 70%);pointer-events:none}@media (max-width:1024px){.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:600px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}