/* Lunatika Factory — home.css (Fase 2B · blocco homepage / front page).

   Portato da kit.css del demo (sezioni della home) via l'alias layer
   (tokens-demo-alias.css): le regole sono incollate dal demo, i var(--accent/
   --bg-card/--r-xl/--fs-h1…) risolvono dai nostri token e flippano dark/light da
   soli; i pochi valori che divergono per tema stanno in coda nel blocco
   [data-theme="light"]. Ogni selettore è prefissato `.lf-home` (un solo
   find/replace globale) per contenere i nomi generici del demo (.hero/.section/
   .btn) alla sola front page, senza toccare la chrome (.lf-*) né GPFB.

   Caricato solo su is_front_page(). La card evento è riusata da archives.css. */

/* ------- BUTTONS (CTA hero/banner/podcast) ------- */
.lf-home .btn {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 15px 34px; border-radius: var(--r-pill);
	font-family: var(--font-body); font-size: 12px; font-weight: 600;
	letter-spacing: var(--ls-wide); text-transform: uppercase; line-height: 1;
	cursor: pointer; transition: all var(--t-base) var(--ease);
	border: 1.5px solid transparent; text-decoration: none;
}
.lf-home .btn svg { flex-shrink: 0; }
.lf-home .btn-fill { background: var(--accent); color: var(--lf-on-accent, #faf8f5); border-color: var(--accent); }
.lf-home .btn-fill:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: var(--sh-glow-borgogna); }
.lf-home .btn-ghost { background: transparent; color: var(--lf-avorio-dim); border-color: rgba(var(--accent-2-rgb), 0.25); }
.lf-home .btn-ghost:hover { border-color: var(--accent-2); color: var(--accent-2-hover); transform: translateY(-2px); }
.lf-home .btn-ghost-light { background: transparent; color: var(--fg-on-light); border-color: rgba(110, 28, 65, 0.25); }
.lf-home .btn-ghost-light:hover { border-color: var(--lf-borgogna-soft); color: var(--lf-borgogna-soft); }

/* ------- HERO (pattern fotografico standard: base scura fissa + foto + velo) ------- */
.lf-home .hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background-color: #0c0b0e; }
.lf-home .hero-bg {
	position: absolute; inset: 0; background-size: cover; background-position: center;
	filter: brightness(0.5) saturate(0.78);
	animation: lf-home-drift 25s var(--ease) infinite alternate;
}
@keyframes lf-home-drift { 0% { transform: scale(1.02); } 100% { transform: scale(1.08) translateX(-1%); } }
.lf-home .hero-overlays {
	position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(var(--bg-rgb), 0.45) 0%, rgba(var(--bg-rgb), 0.15) 40%, var(--bg) 93%),
		linear-gradient(135deg, rgba(var(--accent-rgb), 0.22) 0%, transparent 50%),
		linear-gradient(225deg, rgba(var(--accent-2-rgb), 0.08) 0%, transparent 40%);
}
.lf-home .hero-inner { position: relative; z-index: 2; padding: 140px clamp(28px, 7vw, 120px) 100px; max-width: 760px; }
.lf-home .hero-eyebrow {
	display: inline-flex; align-items: center; gap: 12px;
	font-size: 11px; font-weight: 500;
	letter-spacing: var(--ls-widest); text-transform: uppercase;
	color: var(--accent-2); margin-bottom: 28px;
}
.lf-home .hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--accent-2); }
.lf-home .hero-h1 {
	font-family: var(--font-display); font-size: var(--fs-display-1);
	font-weight: 400; line-height: 1.05; letter-spacing: var(--ls-tight);
	margin: 0 0 24px; color: var(--fg);
}
.lf-home .hero-h1 em { font-style: italic; color: var(--accent-2-hover); }
.lf-home .hero-h1 strong { font-weight: 700; color: var(--accent-hover); }
.lf-home .hero-sub {
	font-size: var(--fs-lead); font-weight: 300;
	color: rgba(var(--fg-rgb), 0.6); line-height: 1.7;
	max-width: 520px; margin: 0 0 40px;
}
.lf-home .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* ------- SECTION ------- */
.lf-home .section { padding: var(--sec-pad-y) var(--sec-pad-x); position: relative; }
.lf-home .section-warm { background: var(--bg-warm); color: var(--fg-on-light); padding: clamp(48px, 8vw, 96px) var(--sec-pad-x); }
.lf-home .sec-head { margin-bottom: clamp(36px, 5vw, 52px); max-width: 640px; }
.lf-home .sec-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.lf-home .sec-label { font-size: 10.5px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--accent-2); margin-bottom: 14px; }
.lf-home .section-warm .sec-label { color: var(--lf-borgogna-soft); }
.lf-home .sec-title { font-family: var(--font-display); font-size: var(--fs-h1); font-weight: 400; line-height: 1.1; letter-spacing: var(--ls-tight); margin: 0; }
.lf-home .sec-title em { font-style: italic; color: var(--accent-2-hover); }
.lf-home .section-warm .sec-title em { color: var(--lf-borgogna-soft); }
.lf-home .sec-desc { margin-top: 14px; font-size: 16px; font-weight: 300; color: var(--fg-muted); max-width: 530px; line-height: 1.7; }

/* ------- MOON DIVIDER ------- */
.lf-home .moon-div { display: flex; align-items: center; gap: 16px; justify-content: center; padding: 40px 0; }
.lf-home .moon-div .ln { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, var(--accent-2), transparent); }
.lf-home .moon-div .mn { width: 10px; height: 10px; border: 1.5px solid var(--accent-2); border-radius: 50%; position: relative; }
.lf-home .moon-div .mn::before { content: ''; position: absolute; top: -1px; left: 3px; width: 8px; height: 10px; background: var(--bg); border-radius: 50%; }

/* ------- FORMAT BANNERS ------- */
.lf-home .banners-wrap { display: flex; flex-direction: column; gap: 20px; max-width: 1180px; margin: 0 auto; }
.lf-home .banner {
	display: grid; grid-template-columns: 1fr 1fr;
	background: var(--bg-card); border-radius: var(--r-xl); overflow: hidden;
	border: 1px solid var(--lf-card-border);
	transition: border-color var(--t-base) var(--ease);
}
.lf-home .banner:hover { border-color: var(--lf-card-border-strong); }
.lf-home .banner-body { padding: clamp(32px, 5vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.lf-home .banner.reverse .banner-body { order: 2; }
.lf-home .banner.reverse .banner-img { order: 1; }
.lf-home .banner-img { position: relative; min-height: 320px; overflow: hidden; background: linear-gradient(150deg, var(--lf-notte), var(--lf-card)); display: flex; align-items: center; justify-content: center; }
.lf-home .banner-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform 0.8s var(--ease); }
.lf-home .banner:hover .banner-img img { transform: scale(1.04); }
.lf-home .banner-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, var(--bg-card), transparent 50%); pointer-events: none; }
.lf-home .banner.reverse .banner-img::after { background: linear-gradient(to left, var(--bg-card), transparent 50%); }
.lf-home .banner-img__ph { position: relative; z-index: 1; font-size: 64px; line-height: 1; color: rgba(var(--accent-2-rgb), 0.5); }
.lf-home .ftag {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
	color: var(--accent-hover); margin-bottom: 16px;
}
.lf-home .ftag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-hover); animation: lf-home-blink 1.8s ease infinite; }
@keyframes lf-home-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.lf-home .banner-title { font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px); font-weight: 600; line-height: 1.15; margin: 0 0 14px; }
.lf-home .banner-title em { font-style: italic; color: var(--accent-2-hover); }
.lf-home .banner-desc { font-size: 15px; font-weight: 300; color: rgba(var(--fg-rgb), 0.6); line-height: 1.7; margin: 0 0 28px; max-width: 420px; }

/* ------- CULTURE GRID (tiles sempre scure, foto opzionali) -------
   Celle sovrane dal repeater: la griglia regge 2–6 celle in UNA riga di
   colonne uguali (auto-fit → wrap ordinato, niente orfani); aspect-ratio 3/4
   e gap del kit invariati. Su mobile resta il layout a 2 colonne. */
.lf-home .culture-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); gap: 3px; max-width: 1240px; margin: 0 auto; }
.lf-home .c-cell { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 2px; display: block; background: linear-gradient(160deg, var(--lf-notte) 0%, #18101e 100%); color: #f5efe6; }
.lf-home a.c-cell { transition: transform 0.5s var(--ease); }
.lf-home a.c-cell:hover { transform: translateY(-3px); }
/* Sfondo fotografico (kit CultureGrid.jsx): cover scurita quasi-duotone; hover
   = zoom + rivelazione (brightness/sat su). Senza foto il nodo non esiste e
   resta il gradiente sopra. La card è SEMPRE scura, anche in light (il testo
   avorio è già forzato su .c-cell): override light più chiaro come nel kit. */
.lf-home .c-cell-bg {
	position: absolute; inset: 0;
	background-size: cover; background-position: center;
	filter: brightness(0.4) saturate(0.8);
	transition: transform 0.7s var(--ease), filter 0.7s var(--ease);
}
.lf-home a.c-cell:hover .c-cell-bg { transform: scale(1.08); filter: brightness(0.55) saturate(1); }
[data-theme="light"] .lf-home .c-cell-bg { filter: brightness(0.5) saturate(0.85); }
[data-theme="light"] .lf-home a.c-cell:hover .c-cell-bg { filter: brightness(0.65) saturate(1); }
.lf-home .c-cell-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12, 11, 14, 0.92) 0%, rgba(12, 11, 14, 0.25) 55%, transparent 80%); }
.lf-home .c-cell-ct { position: absolute; bottom: 0; left: 0; right: 0; padding: clamp(20px, 3vw, 36px); z-index: 2; }
.lf-home .c-icon { display: block; margin-bottom: 12px; color: #d4aa80; }
.lf-home .c-icon svg { width: 28px; height: 28px; }
.lf-home .c-label { font-family: var(--font-display); font-size: clamp(22px, 2.5vw, 32px); font-weight: 600; font-style: italic; line-height: 1.2; margin-bottom: 4px; color: #f5efe6; }
.lf-home a.c-cell:hover .c-label { color: #d4aa80; }
.lf-home .c-sub { font-size: 12px; color: rgba(245, 239, 230, 0.6); letter-spacing: 0.04em; }

/* ------- EVENTI IN EVIDENZA (riusa .lf-evcard da archives.css, fondo pagina) ------- */
/* `margin-inline` e non `margin: 0 auto`: centra sull'asse orizzontale senza
   toccare i margini verticali, che qui reggono il ritmo fra le sezioni.
   Il limite di 880px viene dalla colonna sinistra della griglia del mockup
   (`.events-layout` = 1fr 300px); la seconda colonna ospitava la rail
   pubblicitaria, che in home non esiste per scelta — quindi la massa resta
   centrata invece di restare appesa a sinistra. */
.lf-home .eventi-list { display: flex; flex-direction: column; gap: 14px; max-width: 880px; margin-inline: auto; }
/* Il piede (bottone "Tutti gli eventi") e' FRATELLO della lista, non figlio:
   senza la stessa scatola resterebbe ancorato a sinistra mentre le card sono
   centrate. Stesso limite e stessa centratura, ma il bottone resta allineato
   a sinistra DENTRO la scatola, come nella colonna del mockup. `margin-inline`
   per non toccare il `margin-top` che regge il ritmo verticale. */
.lf-home .eventi-foot { margin-top: 28px; max-width: 880px; margin-inline: auto; }

/* ------- PODCAST ------- */
.lf-home .podcast-card {
	display: flex; align-items: stretch;
	background: #ffffff; border-radius: var(--r-2xl); overflow: hidden;
	margin: 0 auto; max-width: 1100px;
	border: 1px solid rgba(110, 28, 65, 0.08); box-shadow: var(--sh-card-light);
}
.lf-home .podcast-art {
	flex-shrink: 0; width: clamp(220px, 25vw, 320px);
	background: linear-gradient(135deg, var(--lf-borgogna-soft), #3e0e29);
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	padding: 40px; text-align: center; position: relative; overflow: hidden;
}
.lf-home .podcast-art::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 70%, rgba(var(--accent-2-rgb), 0.18), transparent 60%); }
.lf-home .podcast-art .ico { position: relative; margin-bottom: 18px; color: var(--accent-2-hover); display: block; }
.lf-home .podcast-art .ico svg { width: 56px; height: 56px; }
.lf-home .podcast-art .nm { font-family: var(--font-display); font-size: 36px; font-weight: 700; letter-spacing: 0.06em; position: relative; color: #fff; margin: 0; }
.lf-home .podcast-art .sm { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); margin-top: 6px; position: relative; }
.lf-home .podcast-body { padding: clamp(28px, 4vw, 52px); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.lf-home .podcast-body .sec-label { color: var(--lf-borgogna-soft); }
.lf-home .podcast-body .sec-title { color: var(--fg-on-light); font-size: clamp(26px, 3.5vw, 40px); margin-bottom: 16px; }
.lf-home .podcast-body .sec-title em { color: var(--lf-borgogna-soft); }
.lf-home .podcast-body p { font-size: 15px; font-weight: 300; color: var(--fg-on-light-muted); line-height: 1.7; margin: 0 0 28px; max-width: 460px; }
.lf-home .podcast-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ------- BLOG (Il Taccuino) ------- */
.lf-home .blog-layout { max-width: 1100px; margin: 0 auto; }
.lf-home .blog-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(24px, 4vw, 48px); }
.lf-home .blog-feat { border-radius: var(--r-xl); overflow: hidden; background: var(--bg-card); border: 1px solid var(--lf-card-border); transition: all var(--t-base) var(--ease); display: block; color: inherit; }
.lf-home .blog-feat:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--lf-card-border-strong); }
.lf-home .blog-feat-img { height: 300px; overflow: hidden; background: linear-gradient(150deg, var(--lf-notte), var(--lf-card)); display: flex; align-items: center; justify-content: center; }
.lf-home .blog-feat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.lf-home .blog-feat:hover .blog-feat-img img { transform: scale(1.06); }
.lf-home .blog-feat-body { padding: clamp(20px, 3vw, 32px); }
.lf-home .btag { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-hover); margin-bottom: 10px; }
.lf-home .btitle { font-family: var(--font-display); font-size: clamp(22px, 2.5vw, 28px); font-weight: 600; line-height: 1.3; margin: 0; transition: color var(--t-base) var(--ease); }
.lf-home .blog-feat:hover .btitle { color: var(--accent-2-hover); }
.lf-home .bexcerpt { margin: 12px 0 0; font-size: 14px; font-weight: 300; color: var(--fg-muted); line-height: 1.7; }
.lf-home .blog-list { display: flex; flex-direction: column; gap: 14px; }
.lf-home .blog-item { display: flex; gap: 16px; align-items: center; padding: 14px; border-radius: var(--r-lg); border: 1px solid var(--lf-card-border); background: rgba(36, 30, 44, 0.5); transition: all var(--t-base) var(--ease); color: inherit; }
.lf-home .blog-item:hover { background: var(--lf-card-hover); border-color: var(--lf-card-border-strong); }
.lf-home .blog-item-img { width: 72px; height: 72px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: linear-gradient(150deg, var(--lf-notte), var(--lf-card)); display: flex; align-items: center; justify-content: center; }
.lf-home .blog-item-img img { width: 100%; height: 100%; object-fit: cover; }
.lf-home .blog-item-tag { font-size: 9px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent-2); margin-bottom: 4px; }
.lf-home .blog-item-title { font-family: var(--font-display); font-size: 16px; font-weight: 600; line-height: 1.3; }
.lf-home .blog-ph { font-size: 38px; line-height: 1; color: rgba(var(--accent-2-rgb), 0.45); }

/* --- Varianti layout Taccuino (manopola): GRIGLIA uniforme --- */
/* Stessa famiglia visiva di .blog-feat (r-xl, bg-card, bordo, hover-lift), ma
   tessere UGUALI: auto-fit responsive + card flex-column ad altezza uniforme
   (le celle della stessa riga si allineano in altezza). Dark/light via token. */
.lf-home .blog-cards--grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(20px, 3vw, 32px); }
.lf-home .blog-card { display: flex; flex-direction: column; border-radius: var(--r-xl); overflow: hidden; background: var(--bg-card); border: 1px solid var(--lf-card-border); transition: all var(--t-base) var(--ease); color: inherit; }
.lf-home .blog-card:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--lf-card-border-strong); }
.lf-home .blog-card-img { height: 180px; overflow: hidden; background: linear-gradient(150deg, var(--lf-notte), var(--lf-card)); display: flex; align-items: center; justify-content: center; }
.lf-home .blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.lf-home .blog-card:hover .blog-card-img img { transform: scale(1.06); }
.lf-home .blog-card-body { padding: clamp(16px, 2vw, 22px); display: flex; flex-direction: column; flex: 1; }
.lf-home .blog-card .btitle { font-size: clamp(18px, 2vw, 21px); }
.lf-home .blog-card .bexcerpt { margin-top: 8px; }

/* ------- NEWSLETTER ------- */
/* padding-top al ritmo d'area (era 0: la newsletter seguiva sezioni con pb
   pieno). Con la banda masterclass (.mc-promo, pb ~104px, fondo alternato) che
   ora la precede, il respiro va DENTRO la fascia newsletter (sopra la card),
   non nel fondo tinto della banda → stacco banda↔newsletter al ritmo delle
   altre sezioni. Solo home (.lf-home + partial in front-page.php). */
.lf-home .newsletter-sec { padding-top: var(--sec-pad-y); }
.lf-home .nl-box {
	max-width: 580px; margin: 0 auto; text-align: center;
	padding: 56px 44px; background: var(--bg-card); border-radius: var(--r-3xl);
	border: 1px solid var(--lf-card-border); position: relative; overflow: hidden;
}
.lf-home .nl-box::before {
	content: ''; position: absolute; top: -60%; right: -30%;
	width: 400px; height: 400px;
	background: radial-gradient(circle, rgba(var(--accent-rgb), 0.1), transparent 65%);
	pointer-events: none;
}
.lf-home .nl-title { font-size: clamp(26px, 4vw, 38px); margin-top: 8px; position: relative; }
.lf-home .nl-desc { color: var(--fg-muted); margin: 10px 0 0; font-size: 14px; font-weight: 300; position: relative; }
.lf-home .nl-cta { margin-top: 26px; position: relative; }

/* ------- EMPTY STATE (sezioni dinamiche vuote) ------- */
.lf-home .lf-home-empty { text-align: center; padding: 48px 24px; max-width: 520px; margin: 0 auto; }
.lf-home .lf-home-empty__glyph { display: block; font-size: 40px; line-height: 1; color: var(--accent-2); opacity: 0.7; margin-bottom: 14px; }
.lf-home .lf-home-empty p { color: var(--fg-muted); font-family: var(--font-display); font-style: italic; font-size: 18px; margin: 0; }

/* ------- ANCORE (CTA hero → sezioni): non finire sotto l'header sticky ------- */
.lf-home [id] { scroll-margin-top: 88px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

/* ------- REVEAL (progressive enhancement: senza JS tutto è visibile) ------- */
html.lf-js .lf-home .rv { opacity: 0; transform: translateY(32px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
html.lf-js .lf-home .rv.vis { opacity: 1; transform: none; }
.lf-home .rv-d1 { transition-delay: 0.1s; }
.lf-home .rv-d2 { transition-delay: 0.2s; }
.lf-home .rv-d3 { transition-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) {
	html.lf-js .lf-home .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
	.lf-home .hero-bg { animation: none !important; }
	.lf-home .ftag .dot { animation: none !important; }
}

/* ------- RESPONSIVE ------- */
@media (max-width: 1024px) {
	.lf-home .culture-grid { grid-template-columns: repeat(2, 1fr); }
	.lf-home .blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	.lf-home .hero-inner { padding: 110px 22px 80px; }
	.lf-home .hero-h1 { font-size: clamp(40px, 11vw, 60px); }
	.lf-home .hero-sub { font-size: 15px; }
	.lf-home .section { padding: clamp(48px, 12vw, 80px) 18px; }
	.lf-home .section-warm { padding: clamp(48px, 12vw, 80px) 18px; }
	.lf-home .banner { grid-template-columns: 1fr; }
	.lf-home .banner-img { min-height: 240px; }
	.lf-home .banner-body { padding: 28px 22px; }
	.lf-home .banner-title { font-size: 30px; }
	.lf-home .culture-grid { grid-template-columns: repeat(2, 1fr); gap: 2px; }
	.lf-home .c-cell { aspect-ratio: 4/5; }
	.lf-home .c-label { font-size: 22px; }
	.lf-home .podcast-card { flex-direction: column; margin: 0; border-radius: 20px; max-width: none; }
	.lf-home .podcast-art { width: 100%; padding: 36px 28px; }
	.lf-home .podcast-body { padding: 28px 22px 32px; }
	.lf-home .blog-feat-img { height: 220px; }
	.lf-home .blog-feat-body { padding: 22px 20px; }
	.lf-home .nl-box { padding: 40px 24px; }
}
@media (max-width: 480px) {
	.lf-home .hero-h1 { font-size: 44px; }
	.lf-home .hero-eyebrow { font-size: 10px; }
	.lf-home .hero-eyebrow::before { width: 22px; }
	.lf-home .hero-sub { font-size: 14px; max-width: 100%; }
	.lf-home .hero-btns { flex-direction: column; }
	.lf-home .btn { width: 100%; justify-content: center; }
	.lf-home .sec-title { font-size: 32px; }
	.lf-home .banner-title { font-size: 28px; }
	.lf-home .nl-box { padding: 36px 20px; }
}

/* ============================================================
   LIGHT-THEME OVERRIDES — zone su foto/gradiente che devono restare chiare.
   ============================================================ */

/* HERO — testo sempre avorio sopra la base scura/foto */
[data-theme="light"] .lf-home .hero-h1,
[data-theme="light"] .lf-home .hero-eyebrow,
[data-theme="light"] .lf-home .hero-sub { color: #f5efe6; }
[data-theme="light"] .lf-home .hero-h1 em { color: #d4aa80; }
[data-theme="light"] .lf-home .hero-h1 strong { color: #d8527d; }
[data-theme="light"] .lf-home .hero-sub { color: rgba(245, 239, 230, 0.78); }
[data-theme="light"] .lf-home .hero .btn-ghost { color: #f5efe6; border-color: rgba(196, 149, 106, 0.5); }
[data-theme="light"] .lf-home .hero .btn-ghost:hover { border-color: #c4956a; color: #d4aa80; }
[data-theme="light"] .lf-home .hero-bg { filter: brightness(0.42) saturate(0.78); }
[data-theme="light"] .lf-home .hero-overlays {
	background:
		linear-gradient(180deg, rgba(12, 11, 14, 0.5) 0%, rgba(12, 11, 14, 0.22) 55%, rgba(12, 11, 14, 0) 100%),
		linear-gradient(135deg, rgba(110, 28, 65, 0.18) 0%, transparent 55%),
		linear-gradient(225deg, rgba(143, 98, 64, 0.08) 0%, transparent 40%);
}
[data-theme="light"] .lf-home .hero { border-bottom: 1px solid rgba(143, 98, 64, 0.22); }

/* BLOG ITEM — card semi-trasparente tarata per il dark */
[data-theme="light"] .lf-home .blog-item { background: rgba(255, 255, 255, 0.55); }
[data-theme="light"] .lf-home .blog-item:hover { background: #fff; }

/* PODCAST ART — gradiente borgogna con testo bianco fisso */
[data-theme="light"] .lf-home .podcast-art .nm { color: #fff; }
[data-theme="light"] .lf-home .podcast-art .sm { color: rgba(255, 255, 255, 0.7); }

/* NEWSLETTER — glow più tenue su light */
[data-theme="light"] .lf-home .nl-box::before { background: radial-gradient(circle, rgba(110, 28, 65, 0.06), transparent 65%); }
