.site-footer { position: relative; overflow: hidden; background: #091c17; color: rgb(255 255 255 / 76%); }
.footer-accent { height: 4px; background: var(--gold); }
.footer-inner { width: min(calc(100% - 44px), 1220px); margin: 0 auto; padding: clamp(55px, 7vw, 88px) 0 24px; }
.footer-brand { margin-bottom: 48px; }
.footer-brand__link { display: inline-flex; align-items: center; gap: 17px; color: #fff; text-decoration: none; }
.footer-brand__link img { width: 60px; height: 60px; object-fit: contain; }
.footer-brand__link span { display: grid; gap: 5px; }
.footer-brand__link strong { font-family: 'Sora', system-ui, sans-serif; font-size: 1.22rem; letter-spacing: -.015em; text-transform: uppercase; }
.footer-brand__link small { color: rgb(255 255 255 / 55%); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.footer-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(30px, 5vw, 72px); }
.footer-column h2 { margin: 0 0 20px; color: #fff; font-family: 'Sora', system-ui, sans-serif; font-size: .96rem; }
.footer-column ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.footer-column a { color: rgb(255 255 255 / 74%); font-size: .9rem; line-height: 1.5; text-decoration: none; transition: color .18s ease; }
.footer-column a:hover { color: var(--gold-light); }
.footer-connect p { max-width: 280px; margin: 0 0 18px; color: rgb(255 255 255 / 59%); font-size: .86rem; line-height: 1.6; }
.footer-lower { display: grid; margin-top: 50px; padding-top: 36px; border-top: 1px solid rgb(255 255 255 / 14%); grid-template-columns: minmax(320px, 480px) 1fr; align-items: end; gap: 40px; }
.footer-newsletter > label:first-child { display: block; margin-bottom: 11px; color: #fff; font-size: .85rem; font-weight: 800; }
.footer-newsletter > div { display: flex; }
.footer-newsletter input[type='email'] { width: 100%; min-height: 46px; padding: 11px 16px; border: 0; border-radius: 3px 0 0 3px; background: #fff; color: var(--green-950); font: inherit; }
.footer-newsletter button { width: 58px; min-width: 58px; border: 0; border-radius: 0 3px 3px 0; background: var(--gold); color: #fff; font-size: 1.15rem; cursor: pointer; transition: background .18s ease; }
.footer-newsletter button:hover { background: #9a7126; }
.footer-consent { display: flex; align-items: flex-start; gap: 7px; margin-top: 10px; color: rgb(255 255 255 / 65%); font-size: .7rem; line-height: 1.45; }
.footer-consent input { margin-top: 2px; accent-color: var(--gold); }
.footer-legal { display: flex; justify-content: flex-end; align-items: center; gap: 25px; color: rgb(255 255 255 / 67%); font-size: .78rem; }
.footer-legal p { margin: 0 auto 0 0; }
.footer-legal a { color: inherit; text-decoration: none; }
.footer-legal a:hover { color: var(--gold-light); }
@media (max-width: 900px) {
	.footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 45px; }
	.footer-lower { grid-template-columns: 1fr; }
	.footer-legal { justify-content: flex-start; }
}
@media (max-width: 560px) {
	.footer-inner { width: calc(100% - 36px); }
	.footer-brand { margin-bottom: 40px; }
	.footer-brand__link img { width: 54px; height: 54px; }
	.footer-brand__link strong { font-size: .96rem; }
	.footer-brand__link small { font-size: .54rem; }
	.footer-columns { grid-template-columns: 1fr 1fr; gap: 38px 22px; }
	.footer-column h2 { font-size: .88rem; }
	.footer-column a { font-size: .82rem; }
	.footer-connect p { font-size: .8rem; }
	.footer-lower { margin-top: 42px; }
	.footer-legal { align-items: flex-start; flex-wrap: wrap; gap: 9px 18px; }
	.footer-legal p { width: 100%; }
}
