/**
 * HD v4 — Haro Digital (portada fiel al diseño clásico)
 */

:root {
	--hd-max: 1240px;
	--hd-radius: 8px;
	--hd-shadow: 0 4px 20px rgba(18, 21, 28, 0.08);
	--hd-border: 1px solid #e2e5eb;
	--hd-red: #c41e3a;
	--hd-red-dark: #9e1830;
	--hd-burgundy: #5c1a32;
	--hd-burgundy-deep: #3d0f22;
	--hd-promo-bg: #12151c;
}

/* ——— Cabecera ——— */
.hd-header {
	background: #fff;
	border-bottom: 3px solid var(--hd-red);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	position: sticky;
	top: 0;
	z-index: 200;
}

.hd-header__top,
.hd-header__nav-wrap {
	max-width: var(--hd-max);
	margin: 0 auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.hd-header__top {
	padding-top: 0.85rem;
	padding-bottom: 0.5rem;
}

.hd-header__top-inner {
	gap: 1rem;
}

.hd-brand {
	gap: 0.65rem;
}

.hd-site-title {
	margin: 0;
}

.hd-site-title a {
	color: #12151c;
	text-decoration: none;
	font-weight: 800;
	font-size: clamp(1.25rem, 3vw, 1.65rem);
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.hd-ojd-badge {
	margin: 0;
	font-size: 0.72rem;
	color: #5c6478;
}

.hd-header__tools {
	gap: 0.75rem;
}

.hd-login-link {
	margin: 0;
}

.hd-login-link a {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--hd-red);
	text-decoration: none;
	white-space: nowrap;
}

.hd-search .wp-block-search__inside-wrapper {
	border: var(--hd-border);
	border-radius: var(--hd-radius);
	overflow: hidden;
}

.hd-search .wp-block-search__button {
	background: var(--hd-red);
	color: #fff;
	border: none;
}

.hd-header__nav-wrap {
	background: #f8f9fb;
	border-top: var(--hd-border);
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
}

.hd-nav a {
	color: #12151c;
	font-weight: 700;
	font-size: 0.88rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.hd-nav a:hover {
	color: var(--hd-red);
}

/* ——— Publicidad dummy ——— */
.hd-ad-zone {
	padding: 1rem 1.25rem;
	max-width: var(--hd-max);
	margin: 0 auto;
	text-align: center;
}

.hd-ad img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--hd-radius);
	border: 1px dashed #c5cad3;
	background: #eef0f4;
}

.hd-ad--leader {
	max-width: 728px;
	margin: 0 auto;
}

.hd-ad--mpu {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.hd-ad--halfpage {
	max-width: 300px;
	margin: 0 auto;
}

.hd-ad--panorama img {
	max-height: 320px;
	object-fit: cover;
}

.hd-ad-stack {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.25rem;
}

/* ——— Secciones ——— */
.hd-home {
	background: #fff;
}

.hd-section {
	padding: 1.75rem 1.25rem;
	max-width: var(--hd-max);
	margin-left: auto;
	margin-right: auto;
}

.hd-section__title {
	margin: 0 0 1rem;
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #12151c;
	border-left: 5px solid var(--hd-red);
	padding-left: 0.65rem;
	line-height: 1.2;
}

.hd-section__title--sm {
	font-size: 1.05rem;
}

.hd-section__title--light {
	color: #fff;
	border-left-color: rgba(255, 255, 255, 0.9);
}

.hd-section__title--center {
	text-align: center;
	border-left: none;
	padding-left: 0;
}

.hd-section__subtitle {
	margin: -0.5rem 0 1rem 0.75rem;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.85);
}

.hd-section__head {
	margin-bottom: 1rem;
}

.hd-section__more {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 700;
}

.hd-section__more a {
	color: var(--hd-red);
	text-decoration: none;
}

.hd-subsection-label {
	margin: 0 0 0.65rem;
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
}

.hd-subsection-label a {
	color: var(--hd-red);
	text-decoration: none;
}

/* Portada: hero + destacados */
.hd-portada__grid {
	gap: 1.5rem;
}

.hd-hero__card {
	background: #fff;
	border: var(--hd-border);
	border-radius: var(--hd-radius);
	overflow: hidden;
	box-shadow: var(--hd-shadow);
}

.hd-hero__image img {
	width: 100%;
	display: block;
}

.hd-hero__title {
	padding: 0.85rem 1rem 0;
	margin: 0;
	line-height: 1.25;
}

.hd-hero__title a {
	color: #12151c;
	text-decoration: none;
}

.hd-hero__title a:hover {
	color: var(--hd-red);
}

.hd-hero__card .wp-block-post-excerpt {
	padding: 0.5rem 1rem 1rem;
	margin: 0;
	color: #5c6478;
	font-size: 0.92rem;
}

.hd-destacado-item {
	gap: 0.75rem;
	padding: 0.65rem 0;
	border-bottom: var(--hd-border);
}

.hd-destacado-item:last-child {
	border-bottom: none;
}

.hd-destacado-item__thumb {
	flex: 0 0 96px;
	margin: 0;
}

.hd-destacado-item__thumb img {
	border-radius: 4px;
}

.hd-destacado-item__title {
	margin: 0;
	flex: 1;
	line-height: 1.35;
}

.hd-destacado-item__title a {
	color: #12151c;
	text-decoration: none;
	font-weight: 600;
}

.hd-destacado-item__title a:hover {
	color: var(--hd-red);
}

/* Promo strip */
.hd-promo-strip {
	max-width: var(--hd-max);
	margin: 0 auto 1.25rem;
	padding: 1.25rem 1.5rem;
	background: var(--hd-promo-bg);
	border-radius: var(--hd-radius);
	color: #fff;
}

.hd-promo-strip h3 {
	margin: 0 0 0.25rem;
	font-size: 1.35rem;
	font-weight: 800;
}

.hd-promo-strip p {
	margin: 0;
	opacity: 0.9;
}

.hd-btn--accent .wp-block-button__link {
	background: var(--hd-red) !important;
	color: #fff !important;
	font-weight: 700;
	border-radius: var(--hd-radius);
	padding: 0.65rem 1.25rem !important;
}

.hd-btn--accent .wp-block-button__link:hover {
	background: var(--hd-red-dark) !important;
}

/* Tiles */
.hd-tiles__grid {
	gap: 0.75rem;
}

.hd-tile {
	margin: 0;
	border-radius: var(--hd-radius);
	overflow: hidden;
}

.hd-tile img {
	display: block;
	width: 100%;
	transition: transform 0.2s ease;
}

.hd-tile a:hover img {
	transform: scale(1.03);
}

/* Última hora */
.hd-latest__grid {
	gap: 1.5rem;
}

.hd-latest__item {
	gap: 1rem;
	padding: 0.75rem 0;
	border-bottom: var(--hd-border);
}

.hd-latest__item:last-child {
	border-bottom: none;
}

.hd-latest__date {
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--hd-red);
	white-space: nowrap;
}

.hd-latest__title {
	margin: 0;
	flex: 1;
}

.hd-latest__title a {
	text-decoration: none;
	color: #12151c;
	font-weight: 600;
}

.hd-latest__title a:hover {
	color: var(--hd-red);
}

/* Deportes */
.hd-deportes__grid {
	gap: 1.25rem;
}

.hd-mini-card {
	gap: 0.65rem;
	padding: 0.55rem 0;
	border-bottom: var(--hd-border);
}

.hd-mini-card:last-child {
	border-bottom: none;
}

.hd-mini-card .wp-block-post-featured-image {
	flex: 0 0 80px;
	margin: 0;
}

.hd-mini-card .wp-block-post-title {
	margin: 0;
	padding: 0;
}

/* Cards genéricas */
.hd-card {
	background: #fff;
	border: var(--hd-border);
	border-radius: var(--hd-radius);
	overflow: hidden;
	box-shadow: var(--hd-shadow);
	height: 100%;
}

.hd-card .wp-block-post-featured-image {
	margin: 0;
}

.hd-card .wp-block-post-title {
	padding: 0.75rem 0.9rem 0.9rem;
	margin: 0;
}

.hd-card .wp-block-post-title a {
	color: #12151c;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.35;
}

.hd-card .wp-block-post-title a:hover {
	color: var(--hd-red);
}

.hd-card--wide .wp-block-post-title {
	font-size: 1.05rem;
}

/* Secciones oscuras */
.hd-section--opinion {
	background: var(--hd-burgundy);
	color: #f5e8ec;
}

.hd-section--historias {
	background: var(--hd-burgundy-deep);
	color: #f0e6ea;
}

.hd-card--dark {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: none;
}

.hd-card--dark .wp-block-post-title a,
.hd-card--dark .hd-card__author {
	color: #fff;
}

.hd-card--bw img {
	filter: grayscale(100%) contrast(1.05);
}

.hd-card__author {
	padding: 0 0.9rem 0.75rem;
	opacity: 0.85;
}

.hd-card__author a {
	color: inherit;
}

/* Partners */
.hd-partners__logos {
	gap: 1.5rem 2rem;
	padding: 0.5rem 0 1rem;
}

.hd-partners__logos img {
	opacity: 0.85;
	filter: grayscale(30%);
}

/* +Vida grid */
.hd-mas-vida .wp-block-post-template {
	gap: 1rem;
}

.hd-card--grid .wp-block-post-title {
	font-size: 0.9rem;
}

/* Banner wide */
.hd-banner-wide {
	padding-top: 0.5rem;
	padding-bottom: 2rem;
}

/* ——— Pie ——— */
.hd-footer {
	background: #1a1d24;
	color: #d5dae3;
	margin-top: 0;
}

.hd-cta {
	max-width: var(--hd-max);
	margin: 0 auto;
	padding: 2.5rem 1.5rem;
	text-align: center;
	background: linear-gradient(135deg, var(--hd-red), var(--hd-red-dark));
	border-radius: 0;
}

.hd-cta h2 {
	color: #fff;
	border: none;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: clamp(1.2rem, 3vw, 1.75rem);
}

.hd-cta p {
	color: rgba(255, 255, 255, 0.95);
}

.hd-btn--light .wp-block-button__link {
	background: #fff !important;
	color: var(--hd-red) !important;
	font-weight: 800;
}

.hd-footer__grid {
	max-width: var(--hd-max);
	margin: 0 auto;
	padding: 2rem 1.25rem 1rem;
	gap: 2rem;
}

.hd-footer__grid a {
	color: #fff;
}

.hd-footer__tagline {
	opacity: 0.8;
}

.hd-ojd {
	opacity: 0.7;
}

.hd-copyright {
	opacity: 0.55;
	max-width: var(--hd-max);
	margin: 0 auto;
	padding-bottom: 1.5rem;
}

/* ——— Archivo / single ——— */
.hd-archive-page,
.hd-single,
.hd-page {
	max-width: var(--hd-max);
	margin: 0 auto;
	padding: 2rem 1.25rem 3rem;
}

.hd-post-list .wp-block-post-template {
	gap: 1.25rem;
}

.hd-single__meta {
	gap: 1rem;
	color: #5c6478;
	font-size: 0.9rem;
	margin-bottom: 1rem;
}

/* ——— Responsive ——— */
@media (max-width: 960px) {
	.hd-portada__grid,
	.hd-latest__grid,
	.hd-deportes__grid,
	.hd-haro__grid {
		flex-direction: column !important;
	}

	.hd-portada__main-col,
	.hd-portada__side-col,
	.hd-latest__grid > .wp-block-column,
	.hd-deportes__grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.hd-ad-stack {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.hd-tiles__grid {
		flex-wrap: wrap;
	}

	.hd-tiles__grid > .wp-block-column {
		flex-basis: calc(50% - 0.5rem) !important;
	}

	.hd-section .wp-block-post-template {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 600px) {
	.hd-header__top-inner {
		flex-direction: column;
		align-items: stretch;
	}

	.hd-header__tools {
		justify-content: space-between;
	}

	.hd-nav {
		flex-wrap: wrap;
		justify-content: center !important;
	}

	.hd-section .wp-block-post-template {
		grid-template-columns: 1fr !important;
	}

	.hd-tiles__grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.hd-promo-strip__cols {
		flex-direction: column;
		text-align: center;
	}
}
