.site-footer {
	background: var(--hkf-ink);
	color: #b9c2ae;
	margin-top: 1.625rem;
	font-size: 0.85em;
	line-height: 1.8;
}

.site-footer__main {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.75rem 2rem;
	padding: 1.75rem 0 1.25rem;
}

.site-footer__column {
	min-width: 0;
}

.site-footer__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	text-decoration: none;
	color: inherit;
	margin-bottom: 0.5rem;
}

.site-footer__brand-logo {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--hkf-gold-soft), var(--hkf-gold));
}

.site-footer__brand-logo-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-footer__name {
	color: var(--hkf-gold-soft);
	font-size: 1.05em;
	font-weight: 800;
	line-height: 1.5;
}

.site-footer__description,
.site-footer__address,
.site-footer__phone,
.site-footer__meta {
	margin: 0.5rem 0 0;
	overflow-wrap: anywhere;
}

.site-footer__heading {
	margin: 0 0 0.75rem;
	font-size: 0.95em;
	font-weight: 800;
	color: var(--hkf-gold-soft);
	line-height: 1.5;
}

.site-footer__address-block {
	font-style: normal;
}

.site-footer__contact-label {
	color: #9aa58d;
}

.site-footer__phone-link {
	color: inherit;
	text-decoration: none;
}

.site-footer__phone-link:hover,
.site-footer__phone-link:focus {
	color: var(--hkf-gold-soft);
}

.site-footer__meta {
	color: #7e8a73;
	font-size: 0.92em;
}

.site-footer__menu,
.site-footer__links,
.site-footer__submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.35rem;
}

.site-footer__submenu {
	margin-top: 0.35rem;
	padding-right: 0.75rem;
	gap: 0.25rem;
}

.site-footer__menu-link,
.site-footer__links-link {
	color: inherit;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.site-footer__menu-link:hover,
.site-footer__menu-link:focus,
.site-footer__links-link:hover,
.site-footer__links-link:focus {
	color: var(--hkf-gold-soft);
}

.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.site-footer__social-link {
	width: 32px;
	height: 32px;
	border-radius: var(--hkf-radius-sm);
	background: rgba(255, 255, 255, 0.06);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #b9c2ae;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus {
	background: var(--hkf-gold);
	color: var(--hkf-green-deep);
}

.site-footer__bar {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 0.875rem 0 1.75rem;
}

.site-footer__bar-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.site-footer__copyright {
	margin: 0;
	color: #9aa58d;
	overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
	.site-footer__social-link {
		transition: none;
	}
}
