/**
 * Footer minimal Beirut — sitio completo
 */

 .beirut-site-footer.site-footer {
	background: #e9ecef;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	margin: 0;
	padding: 0;
}

.beirut-site-footer .site-footer-wrap {
	display: none;
}

.beirut-footer {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	color: #333;
	padding: 48px 5% 28px;
	max-width: 100%;
}

.beirut-footer__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto 32px;
}

.beirut-footer__title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 14px;
	color: #1a1a1a;
	letter-spacing: 0.02em;
}

.beirut-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.beirut-footer__menu li {
	margin: 0;
	padding: 0;
}

.beirut-footer__menu a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 0.95rem;
	line-height: 2;
	transition: color 0.2s ease;
}

.beirut-footer__menu a:hover,
.beirut-footer__menu a:focus-visible {
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.beirut-footer__social-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.beirut-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #1a1a1a;
	color: #fff;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.beirut-footer__social-link:hover,
.beirut-footer__social-link:focus-visible {
	background: #000;
	transform: translateY(-2px);
	color: #fff;
}

/* Instagram: círculo blanco + icono con degradado de marca */
.beirut-footer__social-link--instagram {
	background: #fff;
	color: inherit;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.beirut-footer__social-link--instagram:hover,
.beirut-footer__social-link--instagram:focus-visible {
	background: #fff;
	color: inherit;
	box-shadow: 0 4px 14px rgba(221, 42, 123, 0.28);
}

.beirut-footer__social-link svg {
	display: block;
}

.beirut-footer__social-link .beirut-footer__icon-instagram {
	width: 22px;
	height: 22px;
}

.beirut-footer__social-link .kadence-svg-icon,
.beirut-footer__social-link .svg-icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.beirut-footer__social-empty {
	margin: 0;
	font-size: 0.85rem;
	color: #666;
	line-height: 1.5;
	max-width: 220px;
}

.beirut-footer__copy {
	margin: 0 auto;
	padding-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	max-width: 1200px;
	text-align: center;
	font-size: 0.8rem;
	color: #666;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.beirut-footer {
		padding: 40px 6% 24px;
	}

	.beirut-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
		text-align: center;
	}

	.beirut-footer__social-list {
		justify-content: center;
	}

	.beirut-footer__social-empty {
		margin-left: auto;
		margin-right: auto;
	}
}
