/* ============================================================
 * hmgiftcard · Landing de tarjetas regalo (/tarjetas-regalo)
 * Usa los tokens de marca (--hk-*) cargados por hmtheme.
 * ============================================================ */

.hmgc-landing {
	max-width: 1080px;
	margin: 0 auto;
	padding: 8px 16px 64px;
	color: var(--hk-ink, #3A2C28);
}

/* ── Hero ── */
.hmgc-hero {
	text-align: center;
	padding: 32px 16px 40px;
}
.hmgc-hero-eyebrow {
	display: inline-block;
	font-family: var(--hk-font-sans, sans-serif);
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--hk-accent, #8A4A4A);
	margin-bottom: 14px;
}
.hmgc-hero-title {
	font-family: var(--hk-font-serif, Georgia, serif);
	font-size: clamp(34px, 6vw, 56px);
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: -.018em;
	margin: 0 0 14px;
	color: var(--hk-ink, #3A2C28);
}
.hmgc-hero-sub {
	max-width: 600px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
	color: var(--hk-ink-2, #6B5852);
}

/* ── Mosaico de diseños ── */
.hmgc-tiles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 22px;
	margin: 8px 0 56px;
}
.hmgc-tile {
	display: flex;
	flex-direction: column;
	border-radius: var(--hk-radius-lg, 18px);
	background: var(--hk-white, #fff);
	text-decoration: none;
	box-shadow: var(--hk-shadow-card, 0 14px 32px rgba(58,44,40,.08));
	transition: transform .22s ease, box-shadow .22s ease;
	overflow: hidden;
}
.hmgc-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 44px rgba(58,44,40,.16);
}
.hmgc-tile .hmgc-cardface {
	border-radius: 0;
	box-shadow: none;
}
.hmgc-tile-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 18px;
}
.hmgc-tile-name {
	font-family: var(--hk-font-serif, Georgia, serif);
	font-size: 16px;
	color: var(--hk-ink, #3A2C28);
}
.hmgc-tile-cta {
	font-family: var(--hk-font-sans, sans-serif);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .03em;
	color: var(--accent, var(--hk-accent, #8A4A4A));
	white-space: nowrap;
}

.hmgc-empty {
	text-align: center;
	color: var(--hk-ink-2, #6B5852);
	padding: 40px 0 56px;
}

/* ── Cómo funciona ── */
.hmgc-how {
	background: var(--hk-paper, #F5EAE2);
	border-radius: var(--hk-radius-xl, 28px);
	padding: 44px 40px;
}
.hmgc-how-title {
	font-family: var(--hk-font-serif, Georgia, serif);
	font-size: clamp(24px, 4vw, 34px);
	font-weight: 500;
	text-align: center;
	margin: 0 0 32px;
	color: var(--hk-ink, #3A2C28);
}
.hmgc-steps {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 28px;
}
.hmgc-steps li {
	text-align: center;
	padding: 0 8px;
}
.hmgc-step-n {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--hk-accent, #8A4A4A);
	color: var(--hk-cream, #FBF6EF);
	font-family: var(--hk-font-serif, Georgia, serif);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 14px;
}
.hmgc-steps strong {
	display: block;
	font-size: 16px;
	color: var(--hk-ink, #3A2C28);
	margin-bottom: 6px;
}
.hmgc-steps p {
	font-size: 14px;
	line-height: 1.55;
	color: var(--hk-ink-2, #6B5852);
	margin: 0;
}

/* ── Nota física / validez ── */
.hmgc-note {
	background: var(--hk-cream, #FBF6EF);
	border: 1px solid var(--hk-line, #EBDDD0);
	border-radius: var(--hk-radius-md, 12px);
	padding: 20px 24px;
	text-align: center;
}
.hmgc-note p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--hk-ink, #3A2C28); }
.hmgc-note strong { color: var(--hk-accent, #8A4A4A); }
.hmgc-note-small { margin-top: 6px !important; font-size: 13px !important; color: var(--hk-ink-3, #9A8780) !important; }

@media (max-width: 600px) {
	.hmgc-how { padding: 32px 20px; }
	.hmgc-tile-amount { font-size: 40px; }
}
