/* ==========================================================
   Minh Phượng Korea — Locations Section (11-locations.css)
   Scope: .tbp-locations-section on homepage
   ========================================================== */

/* ── Section wrapper ─────────────────────────────────────── */
.tbp-locations-section {
	padding: clamp(40px, 5vw, 64px) 0;
	background: linear-gradient(160deg, #FAF7F2 0%, #F4EDE3 100%);
	position: relative;
	overflow: hidden;
}

/* Subtle decorative orb */
.tbp-locations-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 60% 40% at 5% 0%, rgba(201, 161, 91, .10) 0%, transparent 60%),
		radial-gradient(ellipse 50% 35% at 95% 100%, rgba(107, 15, 15, .07) 0%, transparent 55%);
	pointer-events: none;
}

.tbp-locations-section .tbp-bright-container {
	position: relative;
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

/* ── Section header ──────────────────────────────────────── */
.tbp-locations-header {
	text-align: center;
	margin-bottom: clamp(24px, 3vw, 36px);
}

.tbp-locations-header .tbp-bright-eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	color: #C9A15B;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.tbp-locations-header h2 {
	margin: 0 0 10px;
	font-family: var(--font-heading, "Be Vietnam Pro", sans-serif);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1.1;
	color: #2C221D;
}

.tbp-locations-header p {
	margin: 0 auto;
	max-width: 520px;
	color: #6B5A52;
	font-size: clamp(.95rem, 1.3vw, 1.05rem);
	line-height: 1.7;
}

/* ── Grid of 2 cards ─────────────────────────────────────── */
.tbp-locations-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(20px, 3vw, 32px);
}

/* ── Single location card ────────────────────────────────── */
.tbp-location-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow:
		0 2px 8px rgba(44, 34, 29, .06),
		0 12px 32px rgba(44, 34, 29, .08);
	display: flex;
	flex-direction: column;
	transition: transform .22s ease, box-shadow .22s ease;
}

.tbp-location-card:hover {
	transform: translateY(-4px);
	box-shadow:
		0 4px 16px rgba(44, 34, 29, .08),
		0 24px 48px rgba(44, 34, 29, .12);
}

/* ── Map embed ───────────────────────────────────────────── */
.tbp-location-card__map {
	position: relative;
	width: 100%;
	height: 180px;
	background: #E8DDD4;
	overflow: hidden;
}

.tbp-location-card__map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

/* ── Card body ───────────────────────────────────────────── */
.tbp-location-card__body {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0;
}

/* Badge: Cơ Sở 1 / Cơ Sở 2 */
.tbp-location-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	border-radius: 99px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 8px;
	width: fit-content;
}

.tbp-location-card--1 .tbp-location-card__badge {
	background: rgba(107, 15, 15, .09);
	color: #6B0F0F;
}

.tbp-location-card--2 .tbp-location-card__badge {
	background: rgba(201, 161, 91, .15);
	color: #8a6a22;
}

.tbp-location-card__badge svg {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

/* Store name */
.tbp-location-card__name {
	margin: 0 0 10px;
	font-family: var(--font-heading, "Be Vietnam Pro", sans-serif);
	font-size: clamp(1.05rem, 1.5vw, 1.15rem);
	font-weight: 800;
	color: #2C221D;
	line-height: 1.25;
}

/* Info rows */
.tbp-location-card__info {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tbp-location-card__info li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: .85rem;
	color: #4A3B34;
	line-height: 1.5;
}

.tbp-location-card__info li svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-top: 2px;
	color: #C9A15B;
}

.tbp-location-card__info a {
	color: inherit;
	text-decoration: none;
}

.tbp-location-card__info a:hover {
	color: #6B0F0F;
	text-decoration: underline;
}

/* Divider */
.tbp-location-card__divider {
	height: 1px;
	background: #EFE9E3;
	margin: 0 0 12px;
	border: none;
}

/* CTA button */
.tbp-location-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: background .18s, transform .18s, box-shadow .18s;
	margin-top: auto;
}

.tbp-location-card--1 .tbp-location-card__cta {
	background: #6B0F0F;
	color: #fff;
	box-shadow: 0 6px 18px rgba(107, 15, 15, .22);
}

.tbp-location-card--1 .tbp-location-card__cta:hover {
	background: #5a0b0b;
	transform: translateY(-2px);
	color: #fff;
}

.tbp-location-card--2 .tbp-location-card__cta {
	background: #2C221D;
	color: #C9A15B;
	box-shadow: 0 6px 18px rgba(44, 34, 29, .18);
}

.tbp-location-card--2 .tbp-location-card__cta:hover {
	background: #1f1712;
	transform: translateY(-2px);
	color: #d4aa6a;
}

.tbp-location-card__cta svg {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

/* ── Bottom CTA strip ────────────────────────────────────── */
.tbp-locations-bottom {
	margin-top: clamp(22px, 3vw, 32px);
	text-align: center;
}

.tbp-locations-bottom p {
	margin: 0 0 12px;
	color: #6B5A52;
	font-size: .9rem;
}

.tbp-locations-cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.tbp-locations-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 13.5px;
	white-space: nowrap;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s, box-shadow .18s, background .18s;
}

.tbp-locations-btn:hover {
	transform: translateY(-2px);
}

.tbp-locations-btn--phone {
	background: #6B0F0F;
	color: #fff;
	box-shadow: 0 8px 22px rgba(107, 15, 15, .24);
}

.tbp-locations-btn--phone:hover {
	background: #5a0b0b;
	color: #fff;
}

.tbp-locations-btn--zalo {
	background: #fff;
	color: #2C221D;
	border: 2px solid #E8DDD4;
	box-shadow: 0 4px 14px rgba(44, 34, 29, .08);
}

.tbp-locations-btn--zalo:hover {
	border-color: #C9A15B;
	color: #2C221D;
}

.tbp-locations-btn svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

/* Zalo badge: white chat icon on round Zalo-blue disc */
.tbp-zalo-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #0068FF;
	flex-shrink: 0;
}

.tbp-zalo-badge svg {
	width: 12px;
	height: 12px;
}

/* ── Mobile ──────────────────────────────────────────────── */
@media (max-width: 720px) {
	.tbp-locations-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.tbp-location-card__map {
		height: 150px;
	}

	.tbp-locations-cta-row {
		gap: 10px;
		flex-wrap: nowrap;
	}

	.tbp-locations-btn {
		flex: 1 1 auto;
		justify-content: center;
		padding: 10px 12px;
		font-size: 13px;
		min-width: 0;
	}
}

@media (max-width: 480px) {
	.tbp-location-card__body {
		padding: 14px 14px 16px;
	}

	.tbp-location-card__map {
		height: 130px;
	}
}
