/* LFAB Taverna — Home */

.lt-home { --lt-wide: 1320px; }
.lt-section { max-width: var(--lt-wide); margin: 0 auto; padding: clamp(48px, 6vw, 84px) 24px 10px; }

.lt-eyebrow { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--lt-copper); }
.lt-eyebrow-muted { color: #9FB0B5; }
.lt-section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 30px; gap: 20px; flex-wrap: wrap; }
.lt-section-head h2 { font-size: clamp(28px, 3.6vw, 42px); margin: 8px 0 0; letter-spacing: -.01em; }
.lt-more { text-decoration: none; color: var(--lt-copper); font-size: 14px; font-weight: 600; white-space: nowrap; }

/* ── Hero ─────────────────────────────────────────── */
.lt-hero { position: relative; overflow: hidden; background: radial-gradient(130% 100% at 15% 10%, var(--lt-surface-2) 0%, var(--lt-bg) 55%); }
.lt-hero-glow { position: absolute; top: -120px; right: -80px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(153,118,87,.20), transparent 65%); pointer-events: none; }
.lt-hero-grid {
	max-width: var(--lt-wide); margin: 0 auto; padding: clamp(48px, 7vw, 96px) 24px;
	display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
}
.lt-hero-copy { display: flex; flex-direction: column; align-items: flex-start; animation: ltFade .7s ease both; }
.lt-kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--lt-copper); margin-bottom: 22px; }
.lt-kicker-line { width: 26px; height: 1px; background: var(--lt-copper); }
.lt-hero-copy h1 { font-size: clamp(38px, 5.6vw, 72px); line-height: 1.02; letter-spacing: -.02em; color: var(--lt-cream); margin: 0 0 22px; }
.lt-hero-copy h1 em { font-style: italic; color: var(--lt-copper); }
.lt-hero-copy p { font-size: clamp(15px, 1.5vw, 18px); line-height: 1.6; color: var(--lt-muted-2); max-width: 460px; margin: 0 0 34px; }
.lt-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.lt-btn-ghost {
	display: inline-flex; align-items: center; height: 50px; padding: 0 28px;
	border: 1px solid rgba(236,230,219,.28); border-radius: 999px;
	color: var(--lt-text); font-weight: 500; font-size: 15px; text-decoration: none;
}
.lt-hero-stats { display: flex; gap: 30px; margin-top: 42px; }
.lt-hero-stats i { width: 1px; background: rgba(236,230,219,.12); }
.lt-hero-stats strong { display: block; font-family: var(--lt-font-display); font-size: 24px; font-weight: 600; color: var(--lt-strong); }
.lt-hero-stats span { font-size: 12.5px; color: var(--lt-muted); letter-spacing: .03em; }

.lt-hero-shot {
	position: relative; min-height: 480px; border-radius: 20px; overflow: hidden;
	background-color: #0C222C; background-size: cover; background-position: center;
	border: 1px solid rgba(153,118,87,.22); animation: ltFade .9s ease both;
}
.lt-hero-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,18,24,.78) 4%, rgba(6,18,24,.12) 45%, rgba(6,18,24,.35) 100%); }

/* Slider de categorías en el hero */
.lt-hero-slider { background-image: none; }
.lt-hero-slide {
	position: absolute; inset: 0; display: block; text-decoration: none;
	background-size: cover; background-position: center;
	opacity: 0; transition: opacity .9s ease;
	pointer-events: none;
}
.lt-hero-slide.is-active { opacity: 1; pointer-events: auto; }
.lt-hero-dots {
	position: absolute; right: 18px; top: 18px; z-index: 3;
	display: flex; gap: 7px;
}
.lt-hero-dot {
	width: 8px; height: 8px; border-radius: 999px;
	border: none; padding: 0; cursor: pointer;
	background: rgba(236,230,219,.35);
	transition: background .25s, width .25s;
}
.lt-hero-dot.is-active { background: var(--lt-copper); width: 22px; }
.lt-hero-tag {
	position: absolute; top: 20px; left: 20px;
	background: rgba(10,29,38,.7); border: 1px solid rgba(184,145,112,.4);
	color: var(--lt-copper); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
	padding: 6px 12px; border-radius: 999px;
}
.lt-hero-caption { position: absolute; left: 24px; right: 24px; bottom: 24px; }
.lt-hero-caption div { font-family: var(--lt-font-display); font-size: 22px; color: var(--lt-cream); font-weight: 600; }
.lt-hero-caption small { font-size: 13.5px; color: rgba(235,225,210,.75); margin-top: 4px; display: block; }

/* ── Trust strip ──────────────────────────────────── */
.lt-trust { background: var(--lt-surface); border-top: 1px solid rgba(236,230,219,.07); border-bottom: 1px solid rgba(236,230,219,.07); }
.lt-trust-inner {
	max-width: var(--lt-wide); margin: 0 auto; padding: 22px 24px;
	display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px;
}
.lt-trust-item { display: flex; align-items: center; gap: 13px; }
.lt-trust-icon {
	width: 40px; height: 40px; border-radius: 10px; background: rgba(153,118,87,.14);
	display: flex; align-items: center; justify-content: center; color: var(--lt-copper); flex-shrink: 0; font-size: 18px;
}
.lt-trust-title { font-size: 13.5px; font-weight: 600; color: var(--lt-text); }
.lt-trust-desc { font-size: 12px; color: var(--lt-muted); }

/* ── Category tiles ───────────────────────────────── */
.lt-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.lt-tile {
	text-decoration: none; position: relative; border-radius: 16px; overflow: hidden;
	aspect-ratio: 3 / 4; display: block; border: 1px solid var(--lt-border);
	transition: transform .4s cubic-bezier(.22,.61,.36,1);
}
.lt-tile:hover { transform: translateY(-4px); }
.lt-tile:hover .lt-tile-img { transform: scale(1.06); }
.lt-tile-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.lt-tile-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,18,24,.9) 8%, rgba(6,18,24,.15) 55%, rgba(6,18,24,.35) 100%); }
.lt-tile-copy { position: absolute; left: 20px; right: 20px; bottom: 20px; }
.lt-tile-copy div { font-family: var(--lt-font-display); font-size: 22px; font-weight: 600; color: #F7F2E8; }
.lt-tile-copy span { font-size: 12.5px; color: rgba(235,225,210,.7); margin-top: 3px; }

/* ── Split banners ────────────────────────────────── */
.lt-split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lt-split-card {
	text-decoration: none; position: relative; border-radius: 18px; overflow: hidden;
	min-height: 220px; padding: 34px; display: flex; flex-direction: column; justify-content: center;
}
.lt-split-premium { background: linear-gradient(150deg, var(--lt-surface-2), var(--lt-bg)); border: 1px solid rgba(153,118,87,.3); }
.lt-split-premium::before { content: ''; position: absolute; inset: 0; background: radial-gradient(90% 80% at 90% 10%, rgba(184,145,112,.2), transparent 60%); }
.lt-split-daily { background: linear-gradient(150deg, #15303c, #0C2029); border: 1px solid rgba(236,230,219,.1); }
.lt-split-card > * { position: relative; }
.lt-split-card .lt-eyebrow { font-size: 11.5px; margin-bottom: 10px; }
.lt-split-title { font-family: var(--lt-font-display); font-size: clamp(24px, 3vw, 32px); font-weight: 600; color: var(--lt-cream); line-height: 1.1; margin-bottom: 10px; }
.lt-split-card p { font-size: 14.5px; color: var(--lt-muted-2); max-width: 340px; margin: 0 0 18px; line-height: 1.55; }

/* ── Newsletter ───────────────────────────────────── */
.lt-newsletter { background: linear-gradient(150deg, var(--lt-surface), var(--lt-bg)); border-top: 1px solid rgba(236,230,219,.07); margin-top: clamp(48px, 6vw, 72px); }
.lt-newsletter-inner { max-width: 900px; margin: 0 auto; padding: clamp(52px, 7vw, 80px) 24px; text-align: center; }
.lt-newsletter h2 { font-size: clamp(26px, 3.4vw, 38px); color: var(--lt-cream); margin: 12px 0; letter-spacing: -.01em; }
.lt-newsletter p { font-size: 15px; color: var(--lt-muted-2); margin: 0 auto 28px; max-width: 480px; line-height: 1.6; }
.lt-newsletter-form { display: flex; gap: 10px; max-width: 440px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.lt-newsletter-form input[type="email"] {
	flex: 1; min-width: 200px; height: 50px;
	background: rgba(236,230,219,.06); border: 1px solid var(--lt-border-strong); border-radius: 999px;
	padding: 0 20px; color: var(--lt-strong); font-family: inherit; font-size: 14px; outline: none;
}

/* Newsletter con WPForms: email + botón en línea, estilo píldora */
.lt-newsletter .wpforms-container { max-width: 460px; margin: 0 auto !important; }
.lt-newsletter .wpforms-form {
	display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; align-items: flex-start;
}
.lt-newsletter .wpforms-field-container { flex: 1; min-width: 220px; }
.lt-newsletter .wpforms-field { padding: 0 !important; }
.lt-newsletter .wpforms-field-label { display: none !important; }
.lt-newsletter input[type="email"] {
	width: 100% !important; max-width: 100% !important; height: 50px !important;
	background: rgba(236,230,219,.06) !important;
	border: 1px solid var(--lt-border-strong) !important;
	border-radius: 999px !important;
	padding: 0 20px !important;
	color: var(--lt-strong) !important; font-size: 14px !important;
}
.lt-newsletter input[type="email"]:focus { border-color: var(--lt-copper) !important; }
.lt-newsletter .wpforms-submit-container { padding: 0 !important; }
.lt-newsletter .wpforms-submit {
	background: var(--lt-copper) !important; color: var(--lt-bg) !important;
	border: none !important; border-radius: 999px !important;
	height: 50px !important; padding: 0 28px !important;
	font-weight: 600 !important; font-size: 14px !important;
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 900px) {
	.lt-hero-grid { grid-template-columns: 1fr; }
	.lt-hero-copy { text-align: center; align-items: center; }
	.lt-hero-shot { order: -1; min-height: 320px; }
	.lt-split { grid-template-columns: 1fr; }

	/* Stats del hero: compactos, sin quiebres de línea */
	.lt-hero-stats {
		gap: 16px;
		margin-top: 30px;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
	}
	.lt-hero-stats > div { flex: 0 0 auto; }
	.lt-hero-stats strong { font-size: 17px; white-space: nowrap; }
	.lt-hero-stats span { font-size: 11px; white-space: nowrap; letter-spacing: .02em; }
	.lt-hero-stats i { align-self: stretch; }

	/* Sliders horizontales con snap, sangrando hasta el borde de pantalla */
	.lt-home .lt-tiles,
	.lt-home .lt-products-grid {
		display: flex;
		overflow-x: auto;
		gap: 14px;
		scroll-snap-type: x mandatory;
		margin-left: -24px;
		margin-right: -24px;
		padding: 4px 24px 10px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	.lt-home .lt-tiles::-webkit-scrollbar,
	.lt-home .lt-products-grid::-webkit-scrollbar { display: none; }
	.lt-home .lt-tiles .lt-tile {
		flex: 0 0 58%;
		scroll-snap-align: start;
	}
	.lt-home .lt-products-grid .lt-product-card {
		flex: 0 0 74%;
		scroll-snap-align: start;
	}
}
