.site-footer{background-color:#111111;color:#ffffff;padding:4rem 0 0;font-family:var(--font-body,sans-serif)}.footer-inner{max-width:1400px;margin:0 auto;padding:0 4rem 4rem;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;grid-gap:4rem;gap:4rem}@media (max-width:768px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:480px){.footer-inner{grid-template-columns:1fr;gap:1.5rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#ffffff;line-height:1.1}.footer-tagline{font-size:.95rem;line-height:1.6;color:rgba(255,255,255,.55);max-width:280px}.footer-socials{display:flex;gap:1rem;margin-top:.5rem}.social-link{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);transition:all .3s ease;text-decoration:none}.social-link:hover{background-color:#F08A24;border-color:#F08A24;color:#ffffff;transform:translateY(-2px)}.footer-col{display:flex;flex-direction:column;gap:.8rem}.footer-col-title{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:700;color:#ffffff;margin-bottom:.4rem;letter-spacing:.5px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer-links li a{color:rgba(255,255,255,.55);text-decoration:none;font-size:.95rem;transition:color .25s ease}.footer-links li a:hover{color:#F08A24}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.footer-contact li{display:flex;flex-direction:column;gap:.15rem}.contact-label{font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.35)}.footer-contact a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.95rem;transition:color .25s ease}.footer-contact a:hover{color:#F08A24}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 4rem;display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.footer-bottom p{font-size:.82rem;color:rgba(255,255,255,.3);margin:0}.footer-crafted{color:rgba(240,138,36,.6)!important}@media (max-width:480px){.footer-bottom{flex-direction:column;gap:.4rem;text-align:center}}