/* ═══════════════════════════════════════════════════════
   CATCH Footer & Map Widget — estilos
   Todo aislado bajo .catch-fw para no chocar con el tema.
═══════════════════════════════════════════════════════ */

.catch-fw {
	/* Variables locales — cámbialas o sobreescríbelas si tu tema
	   ya define Brandon Grotesque a nivel global. */
	--catch-color-primary: #000000;
	--catch-color-accent: #E8A87C;
	--catch-color-text-light: #FFFFFF;
	--catch-color-text-muted: #B0A89F;
	--catch-font-primary: 'Brandon Grotesque', 'Helvetica Neue', Arial, sans-serif;
	--catch-font-secondary: 'Brandon Grotesque', 'Helvetica Neue', Arial, sans-serif;
}

/* ───────────── MAPA / RESERVE ───────────── */
.catch-fw .map-section {
	position: relative;
	height: 500px;
	background: #e5e3df;
	overflow: hidden;
}

.catch-fw .map-section .catch-fw-map {
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* El pin negro es un divIcon sin fondo */
.catch-map-pin {
	background: none !important;
	border: none !important;
}

.catch-fw .map-section__overlay {
	position: absolute;
	bottom: 40px;
	left: 40px;
	background: #F5F0EB;
	padding: 36px 40px;
	max-width: 420px;
	width: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	z-index: 9;
}

.catch-fw .map-section__location-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--catch-font-primary);
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #1a1a1a;
	font-weight: 700;
}

.catch-fw .map-section__location-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1a1a1a;
	flex-shrink: 0;
}

.catch-fw .map-section__reserve-title {
	font-family: var(--catch-font-secondary);
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.3;
	margin: 0;
}

.catch-fw .map-section__address {
	font-family: var(--catch-font-primary);
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	line-height: 1.7;
	margin: 0;
}

.catch-fw .map-section__directions {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	background: var(--catch-color-accent);
	color: var(--catch-color-primary);
	font-family: var(--catch-font-primary);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.2s ease;
	align-self: flex-start;
}

.catch-fw .map-section__directions:hover {
	filter: brightness(0.92);
	transform: translateY(-1px);
}

/* ───────────── FOOTER ───────────── */
.catch-fw .footer {
	background: #111;
	padding: 80px 40px 30px;
	position: relative;
	overflow: hidden;
}

.catch-fw .footer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1.2fr;
	gap: 40px;
	max-width: 1100px;
	margin: 0 auto 50px;
}

.catch-fw .footer__col--center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.catch-fw .footer__icon {
	color: var(--catch-color-accent);
	margin-bottom: 12px;
}

.catch-fw .footer__logo img {
	height: 80px;
	width: auto;
	margin-bottom: 20px;
}

.catch-fw .footer__col-title {
	font-family: var(--catch-font-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--catch-color-text-light);
	margin-bottom: 16px;
}

.catch-fw .footer__link {
	display: block;
	font-family: var(--catch-font-primary);
	font-size: 12px;
	letter-spacing: 1px;
	color: var(--catch-color-text-muted);
	margin-bottom: 8px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.catch-fw .footer__link:hover {
	color: var(--catch-color-accent);
}

.catch-fw .footer__phone {
	font-family: var(--catch-font-secondary);
	font-size: 18px;
	font-weight: 700;
	color: var(--catch-color-text-light);
	margin-top: 8px;
}

.catch-fw .footer__address {
	font-family: var(--catch-font-secondary);
	font-size: 14px;
	font-weight: 400;
	color: var(--catch-color-text-light);
	line-height: 1.6;
	margin-top: 8px;
}

.catch-fw .footer__address-label {
	font-family: var(--catch-font-primary);
	font-size: 12px;
	color: var(--catch-color-text-muted);
}

.catch-fw .footer__newsletter-title {
	font-family: var(--catch-font-secondary);
	font-size: 22px;
	font-weight: 700;
	color: var(--catch-color-text-light);
	margin-bottom: 16px;
}

.catch-fw .footer__newsletter-input {
	display: flex;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 12px;
}

.catch-fw .footer__newsletter-input input {
	flex: 1;
	background: transparent;
	border: none;
	padding: 10px 0;
	color: var(--catch-color-text-light);
	font-family: var(--catch-font-primary);
	font-size: 13px;
	outline: none;
}

.catch-fw .footer__newsletter-input input::placeholder {
	color: var(--catch-color-text-muted);
}

.catch-fw .footer__newsletter-input button {
	background: transparent;
	border: none;
	color: var(--catch-color-text-light);
	cursor: pointer;
	font-size: 18px;
	padding: 0 8px;
	transition: color 0.3s ease;
}

.catch-fw .footer__newsletter-input button:hover {
	color: var(--catch-color-accent);
}

.catch-fw .footer__checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--catch-font-primary);
	font-size: 11px;
	color: var(--catch-color-text-muted);
	margin-bottom: 20px;
}

.catch-fw .footer__checkbox input[type="checkbox"] {
	accent-color: var(--catch-color-accent);
}

.catch-fw .footer__social {
	display: flex;
	gap: 12px;
}

.catch-fw .footer__social-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--catch-color-text-light);
	transition: all 0.3s ease;
}

.catch-fw .footer__social-icon:hover {
	border-color: var(--catch-color-accent);
	color: var(--catch-color-accent);
}

.catch-fw .footer__bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 20px;
	text-align: center;
	font-family: var(--catch-font-primary);
	font-size: 11px;
	letter-spacing: 1.5px;
	color: var(--catch-color-text-muted);
}

/* ───────────── RESPONSIVE ───────────── */
@media (max-width: 1024px) {
	.catch-fw .footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
}

@media (max-width: 640px) {
	.catch-fw .footer {
		padding: 60px 24px 30px;
	}
	.catch-fw .footer__grid {
		grid-template-columns: 1fr;
	}
	.catch-fw .footer__col--center {
		align-items: flex-start;
		text-align: left;
	}
	.catch-fw .map-section__overlay {
		left: 16px;
		right: 16px;
		bottom: 16px;
		padding: 24px;
		max-width: none;
		width: auto;
	}
}
