footer{background:var(--navy);padding:72px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:48px;padding-bottom:56px;border-bottom:1px solid rgb(255 255 255 / .08)}.footer-brand .logo{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--white);margin-bottom:14px}.footer-brand .logo span{color:var(--gold)}.footer-brand p{font-size:13px;color:rgb(255 255 255 / .5);line-height:1.75;margin-bottom:20px}.footer-contact-item{display:flex;align-items:center;gap:8px;font-size:13px;color:rgb(255 255 255 / .6);margin-bottom:8px}.footer-heading{font-family:'DM Sans',sans-serif;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgb(255 255 255 / .35);margin-bottom:18px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:14px;color:rgb(255 255 255 / .55);transition:color .2s}.footer-links a:hover{color:var(--gold-lt)}.footer-keywords p{font-size:13px;color:rgb(255 255 255 / .4);line-height:2}.footer-bottom{padding:20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:gap}.footer-bottom p{font-size:12px;color:rgb(255 255 255 / .3)}.footer-badges{display:flex;gap:10px;flex-wrap:wrap}.footer-badge{background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .1);border-radius:6px;padding:5px 12px;font-size:11px;font-weight:600;color:rgb(255 255 255 / .5);letter-spacing:.04em}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:540px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}