/* BHH Holiday — site footer.
   DESIGN-bhh-parent.md (airbnb-inspired). Dark surface, light text, 4-col grid + mid CTA + bottom legal/socials.
*/

.bhh-footer {
	--ab-primary:        #ff385c;
	--ab-primary-active: #e00b41;
	--ab-ink:            #1a1a1a;
	--ab-ink-soft:       #2a2a2a;
	--ab-muted:          #8a8a8a;
	--ab-line:           rgba(255,255,255,0.10);
	--ab-line-strong:    rgba(255,255,255,0.18);
	--ab-radius-lg:      14px;
	--ab-radius-pill:    999px;
	--ab-font: "Inter", "Airbnb Cereal VF", Circular, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;

	background: var(--ab-ink);
	color: rgba(255,255,255,0.78);
	font-family: var(--ab-font);
	padding: 72px 0 32px;
	margin-top: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bhh-footer * { box-sizing: border-box; }
.bhh-footer h4 { font-family: var(--ab-font); margin: 0; color: #fff; }
.bhh-footer a { color: inherit; text-decoration: none; transition: color .15s; }
.bhh-footer a:hover { color: #fff; }

.bhh-footer__container { width: 90vw; max-width: 1320px; margin: 0 auto; }

/* Top — 4-col grid */
.bhh-footer__top {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1.1fr 1.3fr;
	gap: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid var(--ab-line);
}

.bhh-footer__logo {
	display: inline-flex;
	background: #fff;
	padding: 8px 12px;
	border-radius: 10px;
	margin-bottom: 18px;
}
.bhh-footer__logo img { height: 44px; width: auto; display: block; }
.bhh-footer__brand-title {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	margin: 0 0 10px;
	max-width: 420px;
}
.bhh-footer__tag {
	font-size: 14px;
	color: rgba(255,255,255,0.70);
	line-height: 1.65;
	margin: 0 0 18px;
	max-width: 420px;
}
.bhh-footer__pill {
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(166,206,57,0.14);
	color: #d0e89d;
	font-size: 12px; font-weight: 600;
	letter-spacing: 0.04em;
	padding: 6px 14px;
	border-radius: var(--ab-radius-pill);
	margin: 0;
}
.bhh-footer__pill-dot {
	width: 8px; height: 8px; border-radius: 50%;
	background: #a6ce39;
	box-shadow: 0 0 10px rgba(166,206,57,0.7);
}

.bhh-footer__col-title {
	font-size: 12px; font-weight: 700;
	letter-spacing: 0.12em; text-transform: uppercase;
	color: rgba(255,255,255,0.62);
	margin: 0 0 16px;
}

.bhh-footer__links {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 10px;
}
.bhh-footer__links li { font-size: 14px; }
.bhh-footer__links a { color: rgba(255,255,255,0.78); }
.bhh-footer__links a:hover { color: #fff; border-bottom: 1px solid var(--ab-primary); padding-bottom: 1px; }

.bhh-footer__address {
	font-style: normal;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255,255,255,0.72);
	margin: 0 0 16px;
}
.bhh-footer__address strong { color: #fff; }

.bhh-footer__contact {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 10px;
	font-size: 14px;
}
.bhh-footer__contact li { display: flex; align-items: center; gap: 10px; }
.bhh-footer__contact a { color: rgba(255,255,255,0.85); font-weight: 500; }
.bhh-footer__contact a:hover { color: #fff; }
.bhh-footer__contact-icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 28px; height: 28px;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
	flex-shrink: 0;
}
.bhh-footer__contact-icon svg { stroke: var(--ab-primary); }

/* Mid CTA strip */
.bhh-footer__mid {
	display: flex; align-items: center; justify-content: space-between;
	gap: 24px; flex-wrap: wrap;
	padding: 32px 0;
	border-bottom: 1px solid var(--ab-line);
}
.bhh-footer__cta-label {
	font-size: 11px; font-weight: 700;
	letter-spacing: 0.12em; text-transform: uppercase;
	color: rgba(255,255,255,0.62);
	margin: 0 0 4px;
}
.bhh-footer__cta-text {
	font-size: 18px; color: #fff; font-weight: 600;
	margin: 0;
}
.bhh-footer__cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.bhh-footer__btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 12px 22px;
	border-radius: var(--ab-radius-pill);
	font-weight: 600; font-size: 14px;
	border: 1.5px solid transparent;
	cursor: pointer;
	transition: background .15s, color .15s, transform .15s, border-color .15s;
	text-decoration: none;
}
.bhh-footer__btn--primary { background: var(--ab-primary); color: #fff; }
.bhh-footer__btn--primary:hover { background: var(--ab-primary-active); transform: translateY(-1px); color: #fff; }
.bhh-footer__btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.40); }
.bhh-footer__btn--ghost:hover { background: #fff; color: #000; border-color: #fff; }
/* Beat `.bhh-footer a:hover { color:#fff }` (0,2,1) — the ghost btn is an <a>, so white-on-white on hover without this. */
.bhh-footer a.bhh-footer__btn--ghost:hover { color: #000; }

/* Bottom row */
.bhh-footer__bottom {
	display: flex; align-items: center; justify-content: space-between;
	gap: 18px; flex-wrap: wrap;
	padding-top: 24px;
	color: rgba(255,255,255,0.55);
	font-size: 13px;
}
.bhh-footer__legal { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.bhh-footer__legal a { color: rgba(255,255,255,0.70); }
.bhh-footer__legal a:hover { color: #fff; }
.bhh-footer__sep { color: rgba(255,255,255,0.30); }

.bhh-footer__social { display: flex; gap: 8px; }
.bhh-footer__social a {
	display: inline-flex; align-items: center; justify-content: center;
	width: 36px; height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
	border: 1px solid var(--ab-line-strong);
	color: rgba(255,255,255,0.78);
	transition: background .15s, color .15s, transform .15s, border-color .15s;
}
.bhh-footer__social a:hover {
	background: var(--ab-primary);
	color: #fff;
	border-color: var(--ab-primary);
	transform: translateY(-2px);
}
.bhh-footer__social svg { stroke: currentColor; }

@media (max-width: 1024px) {
	.bhh-footer__top { grid-template-columns: repeat(2, 1fr); gap: 36px; }
	.bhh-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
	.bhh-footer { padding: 56px 0 28px; }
	.bhh-footer__top { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
	.bhh-footer__mid { flex-direction: column; align-items: flex-start; gap: 18px; }
	.bhh-footer__bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
}
