/* =========================================================
   RAUL MORON OROZCO - CAMPANA MICHOACAN 2027 - Morena
   Estetica: Periodico politico / Boletin editorial
========================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --rojo:      #62152d;
  --rojo-dk:   #3d0d1c;
  --rojo-lt:   #7d1b39;
  --negro:     #111111;
  --negro2:    #222222;
  --gris:      #555555;
  --gris-lt:   #888888;
  --gris-brd:  #DDDDDD;
  --crema:     #F7F3EC;
  --crema2:    #EDE7DB;
  --dorado:    #C9A000;
  --dorado-lt: #E8C930;
  --blanco:    #FFFFFF;
  --font-head: 'Playfair Display', 'Georgia', serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.10);
  --shadow-md: 0 6px 24px rgba(0,0,0,.14);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.22);
  /* Gradientes de campana para cards sin imagen */
  --grad-morena:  linear-gradient(135deg, #2a0912 0%, #62152d 55%, #7d1b39 100%);
  --grad-oscuro:  linear-gradient(135deg, #111111 0%, #2a2a2a 100%);
  --grad-bordo:   linear-gradient(135deg, #1e0810 0%, #3d0d1c 60%, #62152d 100%);
  --grad-carbon:  linear-gradient(135deg, #0D0D0D 0%, #1a1a2e 100%);
  --grad-rojo:    linear-gradient(135deg, #3d0d1c 0%, #62152d 55%, #4a0f22 100%);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--crema);
  color: var(--negro);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: var(--font-body); cursor: pointer; border: none; outline: none; }

/* =========================================================
   HERO BANNER (FLYER DE CAMPANA)
========================================================= */
.hero-banner {
  position: relative;
  width: 100%;
  min-height: 480px;
  background: linear-gradient(120deg, var(--rojo-dk) 0%, var(--rojo) 55%, #4a0f22 100%);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,.03) 0px, rgba(255,255,255,.03) 1px,
    transparent 1px, transparent 28px
  );
  pointer-events: none;
}

.hero-banner::after {
  content: '';
  position: absolute;
  right: -80px; bottom: -80px;
  width: 420px; height: 420px;
  border-radius: 50%;
  border: 60px solid rgba(255,255,255,.06);
  pointer-events: none;
}

.hero-circles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-circles span { position: absolute; border-radius: 50%; border: 40px solid rgba(255,255,255,.05); }
.hero-circles span:nth-child(1) { width: 300px; height: 300px; top: -100px; left: -80px; }
.hero-circles span:nth-child(2) { width: 180px; height: 180px; top: 60px; right: 200px; border-width: 25px; }
.hero-circles span:nth-child(3) { width: 500px; height: 500px; bottom: -200px; right: -100px; border-width: 70px; }

.hero-diagonal {
  position: absolute; top: 0; bottom: 0; right: 38%;
  width: 80px; background: rgba(255,255,255,.06);
  transform: skewX(-8deg); pointer-events: none;
}

.hero-inner {
  position: relative; z-index: 2;
  width: 100%; max-width: 1160px;
  margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 420px 1fr;
  align-items: center;
}

.hero-photo-wrap { position: relative; height: 480px; display: flex; align-items: flex-end; justify-content: center; }

.hero-photo {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center; display: block;
  mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%),
              linear-gradient(to top, transparent 0%, black 12%);
  mask-composite: intersect;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%),
                      linear-gradient(to top, transparent 0%, black 12%);
  -webkit-mask-composite: destination-in;
}

.hero-photo-placeholder {
  width: 300px; height: 360px;
  background: rgba(255,255,255,.08);
  border: 3px dashed rgba(255,255,255,.25); border-radius: 8px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; color: rgba(255,255,255,.5); font-size: .85rem; text-align: center;
  padding: 20px; margin-bottom: 20px;
}
.hero-photo-placeholder svg { opacity: .4; }

.hero-text { padding: 48px 20px 48px 40px; display: flex; flex-direction: column; gap: 20px; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  color: var(--dorado-lt); padding: 5px 14px;
  font-size: .72rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; width: fit-content;
}
.hero-eyebrow::before {
  content: ''; width: 6px; height: 6px;
  background: var(--dorado-lt); border-radius: 50%; display: inline-block;
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.7); } }

.hero-nombre { font-family: var(--font-head); font-size: clamp(2rem, 4.5vw, 3.6rem); font-weight: 900; color: var(--blanco); line-height: 1.05; letter-spacing: -1px; text-shadow: 0 2px 20px rgba(0,0,0,.3); }
.hero-nombre em { font-style: normal; color: var(--dorado-lt); }
.hero-cargo { font-size: .9rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.7); border-left: 3px solid var(--dorado); padding-left: 12px; }
.hero-lema { font-family: var(--font-head); font-style: italic; font-size: clamp(1.1rem, 2.2vw, 1.55rem); font-weight: 700; color: var(--blanco); line-height: 1.35; max-width: 480px; text-shadow: 0 2px 12px rgba(0,0,0,.25); }
.hero-lema strong { color: var(--dorado-lt); font-style: normal; }
.hero-divider { width: 60px; height: 3px; background: var(--dorado); }
.hero-sub { font-size: .88rem; color: rgba(255,255,255,.65); max-width: 400px; line-height: 1.55; }
.hero-acciones { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }

.hero-btn-primary {
  background: var(--dorado); color: var(--negro);
  padding: 12px 28px; font-size: .88rem; font-weight: 800; letter-spacing: .5px; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s, transform .15s;
}
.hero-btn-primary:hover { background: var(--dorado-lt); transform: translateY(-2px); }

.hero-btn-secondary {
  background: transparent; color: var(--blanco);
  padding: 12px 24px; font-size: .88rem; font-weight: 700;
  border: 2px solid rgba(255,255,255,.35);
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color .2s, background .2s;
}
.hero-btn-secondary:hover { border-color: var(--blanco); background: rgba(255,255,255,.1); }

.hero-sello {
  position: absolute; bottom: 28px; right: 28px;
  width: 90px; height: 90px;
  background: rgba(255,255,255,.08); border: 2px solid rgba(255,255,255,.2); border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 10px; z-index: 3;
}
.hero-sello .sello-anio { font-size: 1.1rem; font-weight: 900; color: var(--dorado-lt); line-height: 1; }
.hero-sello .sello-texto { font-size: .48rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.6); line-height: 1.3; margin-top: 3px; }

/* =========================================================
   BARRA SUPERIOR
========================================================= */
.topbar {
  background: var(--negro); color: rgba(255,255,255,.65);
  font-size: .75rem; letter-spacing: .6px; padding: 6px 24px;
  display: flex; justify-content: space-between; align-items: center;
}
.topbar strong { color: var(--dorado-lt); }
.topbar a { color: rgba(255,255,255,.65); }
.topbar a:hover { color: var(--blanco); }

/* =========================================================
   MASTHEAD
========================================================= */
.masthead { background: var(--blanco); border-bottom: 4px solid var(--rojo); padding: 20px 24px 16px; position: relative; }

.masthead-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }

.masthead-redes { display: flex; gap: 14px; align-items: center; }
.masthead-redes a { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--crema); color: var(--negro2); border: 1px solid var(--gris-brd); transition: all .2s; }
.masthead-redes a:hover { background: var(--rojo); color: var(--blanco); border-color: var(--rojo); }

.masthead-logo { text-align: center; }
.masthead-logo .nombre { font-family: var(--font-head); font-size: clamp(1.6rem, 4vw, 2.8rem); font-weight: 900; color: var(--negro); letter-spacing: -1px; line-height: 1; text-transform: uppercase; }
.masthead-logo .nombre em { color: var(--rojo); font-style: normal; }
.masthead-logo .separador { width: 80px; height: 3px; background: var(--rojo); margin: 8px auto; display: block; }
.masthead-logo .cargo { font-size: .78rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gris); font-weight: 600; }

.masthead-lema { text-align: right; }
.masthead-lema .lema-text { font-family: var(--font-head); font-style: italic; font-size: .95rem; color: var(--rojo-dk); font-weight: 700; line-height: 1.4; max-width: 220px; margin-left: auto; }
.masthead-lema .lema-sub { font-size: .72rem; color: var(--gris-lt); margin-top: 4px; letter-spacing: .5px; }

.masthead-rule { max-width: 1160px; margin: 12px auto 0; display: flex; align-items: center; gap: 10px; }
.masthead-rule::before, .masthead-rule::after { content: ''; flex: 1; height: 1px; background: var(--negro); }
.masthead-rule-ornament { width: 8px; height: 8px; background: var(--rojo); transform: rotate(45deg); flex-shrink: 0; }

/* =========================================================
   TICKER
========================================================= */
.ticker-bar { background: var(--rojo); color: var(--blanco); display: flex; align-items: stretch; overflow: hidden; height: 38px; }
.ticker-label { background: var(--negro); color: var(--dorado-lt); padding: 0 20px; font-size: .72rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; display: flex; align-items: center; flex-shrink: 0; white-space: nowrap; }
.ticker-track { flex: 1; overflow: hidden; display: flex; align-items: center; }
.ticker-content { display: flex; animation: ticker 35s linear infinite; white-space: nowrap; font-size: .82rem; font-weight: 600; letter-spacing: .3px; }
.ticker-content span { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.3); }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* =========================================================
   BARRA DE FILTROS
========================================================= */
.nav-filtros { background: var(--blanco); border-bottom: 1px solid var(--gris-brd); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.nav-filtros-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; gap: 12px; }
.filtros { display: flex; gap: 0; }
.filter-btn { padding: 14px 22px; font-size: .78rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--gris); background: transparent; border-bottom: 3px solid transparent; transition: all .2s; }
.filter-btn:hover { color: var(--rojo); }
.filter-btn.active { color: var(--rojo); border-bottom-color: var(--rojo); }
.conteo-badge { font-size: .78rem; color: var(--gris-lt); font-weight: 500; white-space: nowrap; }

/* =========================================================
   CONTENEDOR PRINCIPAL
========================================================= */
.main-wrap { max-width: 1160px; margin: 0 auto; padding: 36px 24px 60px; }

/* =========================================================
   TARJETA DESTACADA (HERO CARD)
========================================================= */
.featured-section { margin-bottom: 40px; }

.featured-label { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.featured-label::after { content: ''; flex: 1; height: 1px; background: var(--gris-brd); }

.seccion-titulo { font-family: var(--font-head); font-size: .8rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rojo); white-space: nowrap; }

/* Featured como flyer de pantalla completa */
.card-featured {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: var(--shadow-lg);
}

.card-featured .media-side { overflow: hidden; background: var(--negro); position: relative; min-height: 320px; }
.card-featured .media-side img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card-featured:hover .media-side img { transform: scale(1.04); }
.card-featured .media-side iframe,
.card-featured .media-side video { width: 100%; height: 100%; border: none; display: block; }

/* Lado de texto con fondo oscuro */
.card-featured .content-side {
  background: var(--negro);
  padding: 40px 40px;
  display: flex; flex-direction: column; justify-content: center; gap: 16px;
  border-left: 5px solid var(--rojo);
}
.card-featured .content-side h2 { font-family: var(--font-head); font-size: clamp(1.3rem, 2.5vw, 2rem); font-weight: 900; line-height: 1.2; color: var(--blanco); }
.card-featured .content-side p { font-size: .9rem; color: rgba(255,255,255,.7); line-height: 1.65; }
.card-featured .content-side .tipo-badge { width: fit-content; }
.card-featured .content-side .card-fecha { font-size: .75rem; color: rgba(255,255,255,.4); }
.card-featured .content-side .leer-mas { color: var(--dorado-lt); font-size: .82rem; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }
.card-featured .content-side .leer-mas:hover { color: var(--dorado); }

.card-featured.card-featured--full { grid-template-columns: 1fr; }
.card-featured.card-featured--full .content-side { border-left: none; border-top: 5px solid var(--rojo); }

/* =========================================================
   GRID + FLYER CARDS
========================================================= */
.section-divider { display: flex; align-items: center; gap: 10px; margin: 36px 0 20px; }
.section-divider::before, .section-divider::after { content: ''; flex: 1; height: 1px; background: var(--gris-brd); }

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* =========================================================
   CARD BASE — estilo FLYER / POSTER
========================================================= */
.card {
  position: relative;
  height: 320px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: transform .32s cubic-bezier(.25,.46,.45,.94), box-shadow .32s ease;
}

.card:hover { transform: translateY(-7px) scale(1.015); box-shadow: var(--shadow-lg); }

/* Fondo (imagen o gradiente) */
.card-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .5s ease;
}
.card:hover .card-bg { transform: scale(1.07); }

/* Overlay gradiente */
.card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.55) 40%, rgba(0,0,0,.12) 70%, rgba(0,0,0,.04) 100%);
  transition: opacity .3s;
}
.card:hover .card-overlay { opacity: .92; }

/* Acento superior */
.card-accent { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--rojo); z-index: 3; }

/* Contenido sobre el overlay */
.card-content {
  position: relative; z-index: 2;
  padding: 18px 18px 16px;
  display: flex; flex-direction: column; gap: 7px;
}

/* Badge de tipo */
.tipo-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .65rem; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase;
  padding: 3px 9px; border-radius: 2px; width: fit-content; backdrop-filter: blur(4px);
}
.tipo-facebook { background: rgba(24,119,242,.88); color: #fff; }
.tipo-video    { background: rgba(184,17,26,.92);  color: #fff; }
.tipo-image    { background: rgba(0,0,0,.55); color: #fff; border: 1px solid rgba(255,255,255,.25); }
.tipo-article  { background: rgba(201,160,0,.92); color: #111; }

/* Titulo de la card */
.card-content h3 {
  font-family: var(--font-head);
  font-size: clamp(.95rem, 1.8vw, 1.15rem);
  font-weight: 900; line-height: 1.22; color: var(--blanco);
  text-shadow: 0 2px 10px rgba(0,0,0,.7);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

/* Descripcion */
.card-content p {
  font-size: .77rem; color: rgba(255,255,255,.72); line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* Pie de la card */
.card-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  margin-top: 6px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.14);
}
.card-foot .card-date { font-size: .67rem; color: rgba(255,255,255,.5); letter-spacing: .3px; }
.card-foot .card-action { font-size: .68rem; font-weight: 700; color: var(--dorado-lt); letter-spacing: .5px; text-transform: uppercase; display: flex; align-items: center; gap: 3px; }

/* Tags */
.card-tags-overlay { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 2px; }
.tag { font-size: .61rem; font-weight: 700; color: rgba(255,255,255,.65); background: rgba(255,255,255,.1); padding: 2px 7px; border-radius: 2px; border: 1px solid rgba(255,255,255,.14); letter-spacing: .3px; }

/* =========================================================
   GRADIENTES ALTERNOS para cards sin imagen
========================================================= */
.card-grad-0 .card-bg { background: var(--grad-morena); }
.card-grad-1 .card-bg { background: var(--grad-oscuro); }
.card-grad-2 .card-bg { background: var(--grad-bordo);  }
.card-grad-3 .card-bg { background: var(--grad-carbon); }
.card-grad-4 .card-bg { background: var(--grad-rojo);   }

/* Patron diagonal decorativo en cards de gradiente */
.card-grad-0 .card-bg::after,
.card-grad-1 .card-bg::after,
.card-grad-2 .card-bg::after,
.card-grad-3 .card-bg::after,
.card-grad-4 .card-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,.025) 0px, rgba(255,255,255,.025) 1px, transparent 1px, transparent 20px);
}

/* =========================================================
   CARD FACEBOOK — icono decorativo de fondo
========================================================= */
.card-facebook .fb-bg-icon {
  position: absolute; right: -10px; top: 50%; transform: translateY(-55%);
  opacity: .06; pointer-events: none; z-index: 1;
}

/* Boton de Facebook */
.btn-fb {
  background: rgba(24,119,242,.88); color: #fff;
  padding: 8px 14px; font-size: .74rem; font-weight: 700; border-radius: 3px;
  display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  transition: background .2s; backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.2); width: 100%;
}
.btn-fb:hover { background: rgba(21,88,204,.95); color: #fff; }

/* =========================================================
   CARD VIDEO — embed de pantalla completa
========================================================= */
.card-video .video-embed { position: absolute; inset: 0; z-index: 1; }
.card-video .video-embed iframe,
.card-video .video-embed video { width: 100%; height: 100%; border: none; display: block; }

.card-video .play-icon {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 54px; height: 54px; background: rgba(184,17,26,.85); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; z-index: 2;
  transition: transform .2s, background .2s; backdrop-filter: blur(2px);
  border: 2px solid rgba(255,255,255,.3);
}
.card:hover .play-icon { transform: translate(-50%, -50%) scale(1.14); background: var(--rojo-lt); }

/* =========================================================
   PAGINACION
========================================================= */
.pagination {
  display: flex; align-items: center; justify-content: center;
  gap: 6px; margin-top: 44px; flex-wrap: wrap;
}

.pag-btn {
  min-width: 38px; height: 38px; padding: 0 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: .82rem; font-weight: 700;
  background: var(--blanco); color: var(--negro2);
  border: 1px solid var(--gris-brd); cursor: pointer;
  transition: all .18s; letter-spacing: .3px;
}
.pag-btn:hover:not(:disabled) { background: var(--crema2); border-color: var(--rojo); color: var(--rojo); }
.pag-btn.active { background: var(--rojo); color: var(--blanco); border-color: var(--rojo); }
.pag-btn:disabled { opacity: .28; cursor: not-allowed; }

.pag-info { font-size: .78rem; color: var(--gris-lt); margin: 0 8px; }

/* =========================================================
   SKELETON LOADER
========================================================= */
@keyframes shimmer {
  0%   { background-position: -600px 0; }
  100% { background-position:  600px 0; }
}
.skeleton {
  background: linear-gradient(90deg, #e0d8cc 25%, #ece4d8 50%, #e0d8cc 75%);
  background-size: 600px 100%; animation: shimmer 1.4s infinite;
}

/* =========================================================
   LIGHTBOX
========================================================= */
.lightbox-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.95); z-index: 1000; align-items: center; justify-content: center; padding: 20px; }
.lightbox-overlay.open { display: flex; }
.lightbox-img { max-width: 92vw; max-height: 88vh; object-fit: contain; box-shadow: var(--shadow-lg); }
.lightbox-close { position: fixed; top: 20px; right: 24px; color: var(--blanco); font-size: 1.8rem; background: rgba(0,0,0,.5); width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s; }
.lightbox-close:hover { background: var(--rojo); }

/* =========================================================
   ESTADO VACIO
========================================================= */
.empty-state { grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: var(--gris-lt); }

/* =========================================================
   FOOTER
========================================================= */
footer { background: var(--negro); border-top: 4px solid var(--rojo); color: rgba(255,255,255,.55); text-align: center; padding: 32px 24px; font-size: .82rem; }
footer .footer-nombre { font-family: var(--font-head); font-size: 1.2rem; font-weight: 900; color: var(--blanco); letter-spacing: -0.5px; margin-bottom: 4px; }
footer .footer-nombre em { color: var(--dorado-lt); font-style: normal; }
footer .footer-lema { font-style: italic; color: var(--dorado); font-size: .85rem; margin: 8px 0 12px; }
footer .footer-meta { font-size: .73rem; color: rgba(255,255,255,.35); letter-spacing: .5px; }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 900px) {
  .masthead-inner { grid-template-columns: 1fr; text-align: center; }
  .masthead-redes { justify-content: center; }
  .masthead-lema { text-align: center; }
  .masthead-lema .lema-text { margin: 0 auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-photo-wrap { height: 280px; justify-content: center; }
  .hero-text { padding: 24px 20px 36px; gap: 14px; }
  .hero-nombre { font-size: clamp(1.6rem, 6vw, 2.4rem); }
  .hero-sello { bottom: 16px; right: 16px; width: 70px; height: 70px; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .card-featured { grid-template-columns: 1fr; }
  .card-featured .media-side { min-height: 250px; }
}

@media (max-width: 580px) {
  .hero-banner { min-height: auto; }
  .hero-acciones { flex-direction: column; }
  .hero-btn-primary, .hero-btn-secondary { justify-content: center; }
  .content-grid { grid-template-columns: 1fr; }
  .card { height: 280px; }
  .nav-filtros-inner { flex-direction: column; align-items: flex-start; padding: 0 16px; }
  .filtros { width: 100%; overflow-x: auto; }
  .filter-btn { padding: 12px 14px; font-size: .72rem; }
  .card-featured .content-side { padding: 20px 20px; }
  .topbar { flex-direction: column; gap: 3px; text-align: center; padding: 8px 16px; }
}
