footer{margin-top:5rem;background:var(--color-gray);padding:4rem 6rem 1.5rem;border-radius:28px 28px 0 0;border-top:1px solid rgba(200,162,74,.15);box-shadow:0 0 0 1px rgba(200,162,74,6%),0 -8px 32px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,4%)}.footer__layout{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(200,162,74,.2)}.footer__logo{font-family:alex brush,cursive;font-size:2.4rem;font-weight:400;color:#fff;margin:0 0 1rem;line-height:1}.footer__logo span{font-family:host grotesk,sans-serif;color:var(--color-gold)}.footer__tagline{font-family:instrument sans,sans-serif;font-size:.88rem;font-weight:300;color:rgba(255,255,255,.45);line-height:1.6;max-width:260px}footer h4{font-family:host grotesk,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold);margin:0 0 1.25rem;text-align:left}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.footer__list li{font-family:instrument sans,sans-serif;font-size:.88rem;font-weight:300;color:rgba(255,255,255,.5);line-height:1.4}.footer__list a{color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s ease}.footer__list a:hover{color:var(--color-gold);opacity:1}.footer__list__social{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.footer__list__social a{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:rgba(255,255,255,.5);font-size:.88rem;font-weight:300;transition:color .2s ease}.footer__list__social a:hover{color:var(--color-gold);opacity:1}.footer__list__social svg{width:18px;height:18px;flex-shrink:0}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.25rem}.footer__bottom p{font-size:.78rem;font-weight:300;color:rgba(255,255,255,.25);margin:0}.footer__bottom a{font-size:.78rem;font-weight:400;color:rgba(255,255,255,.25);text-decoration:none;transition:color .2s ease}.footer__bottom a:hover{color:var(--color-gold);opacity:1}@media(max-width:992px){footer{padding:3.5rem 3rem 1.5rem}.footer__layout{grid-template-columns:1fr 1fr;gap:2.5rem}.footer__brand{grid-column:1/-1}}@media(max-width:768px){footer{padding:3rem 2rem 1.5rem}.footer__layout{gap:2rem}}@media(max-width:520px){footer{padding:2.5rem 1.25rem 1.25rem;border-radius:20px 20px 0 0}.footer__layout{grid-template-columns:1fr;gap:2rem}.footer__brand{grid-column:1}.footer__list__social{flex-direction:row;flex-wrap:wrap;gap:1.25rem}.footer__bottom{flex-direction:column;text-align:center;gap:.5rem}}body:has(.single) footer{border-radius:0}