/* ENTRETENIMIENTO TOLIMA · Portada jerárquica v6.6
   2 destacadas principales grandes + complementarias normales.
*/

.et-home-page,
.et-category-page{
  background:#fff;
}

.et-home-intro{
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px 0;
  border-bottom:1px solid #e7eaf0;
}

.et-home-intro span{
  color:#ff0a7a;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.1em;
}

.et-home-intro p{
  margin:0;
  color:#68768a;
  font-size:.78rem;
}

.et-home-ad{
  display:grid;
  place-items:center;
  min-height:86px;
  margin:18px 0 28px;
  border:1px dashed #d3dae4;
  background:#fbfcfd;
  color:#8b96a6;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.08em;
}

/* SECCIONES */
.et-home-section{
  padding:28px 0 34px;
  border-top:1px solid #e6eaf0;
}

.et-home-featured{
  padding-top:18px;
  border-top:0;
}

.et-home-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}

.et-home-section-head>div{
  min-width:0;
}

.et-home-section-head span,
.et-category-titlebar>span{
  display:block;
  color:#ff0a7a;
  font-size:.67rem;
  font-weight:800;
  letter-spacing:.1em;
}

.et-home-section-head h2,
.et-category-titlebar h1{
  margin:4px 0 0;
  color:#101828;
  font-size:1.5rem;
  line-height:1.05;
  font-weight:760;
  letter-spacing:-.02em;
}

.et-home-section-head>a{
  flex:0 0 auto;
  color:#0f4e9c;
  text-decoration:none;
  font-size:.76rem;
  font-weight:700;
}

/* DOS DESTACADAS PRINCIPALES */
.et-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.et-feature-card{
  min-width:0;
}

.et-feature-card-image{
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:9px;
  background:#eef1f5;
  box-shadow:0 9px 24px rgba(15,35,70,.045);
}

.et-feature-card-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}

.et-feature-card:hover .et-feature-card-image img{
  transform:scale(1.02);
}

.et-feature-card-copy{
  padding-top:11px;
}

.et-feature-card h3{
  margin:0;
  color:#172033;
  font-size:clamp(1.15rem,1.55vw,1.42rem);
  line-height:1.16;
  letter-spacing:-.018em;
  font-weight:750;
}

.et-feature-card h3 a{
  color:inherit;
  text-decoration:none;
}

.et-feature-card p{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:8px 0 0;
  color:#68768a;
  font-size:.8rem;
  line-height:1.48;
}

.et-feature-more{
  display:inline-block;
  margin-top:9px;
  color:#0f4e9c;
  text-decoration:none;
  font-size:.75rem;
  font-weight:750;
}

/* COMPLEMENTARIAS: MISMO TAMAÑO QUE EL RESTO DEL PORTAL */
.et-feature-complementary{
  margin-top:27px;
  padding-top:18px;
  border-top:1px solid #e8ebf0;
}

.et-feature-complementary-label{
  margin-bottom:13px;
  color:#718096;
  font-size:.69rem;
  font-weight:760;
  letter-spacing:.04em;
}

.et-home-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}

.et-home-grid-complementary{
  justify-content:start;
}

.et-home-card{
  min-width:0;
}

.et-home-card-image{
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:7px;
  background:#eef1f5;
  margin-bottom:10px;
}

.et-home-card-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}

.et-home-card:hover .et-home-card-image img{
  transform:scale(1.025);
}

.et-home-card-meta{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:6px;
  color:#8a95a5;
  font-size:.66rem;
}

.et-home-card-meta span{
  color:#ff0a7a;
  font-weight:800;
  letter-spacing:.03em;
}

.et-home-card h3{
  margin:0;
  color:#182033;
  font-size:.98rem;
  line-height:1.22;
  letter-spacing:-.01em;
  font-weight:720;
}

.et-home-card h3 a{
  color:inherit;
  text-decoration:none;
}

.et-home-card p{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:7px 0 0;
  color:#68768a;
  font-size:.76rem;
  line-height:1.45;
}

.et-card-placeholder{
  display:grid;
  width:100%;
  height:100%;
  place-items:center;
  padding:12px;
  background:linear-gradient(135deg,#0a2a5f,#123f91);
  color:#fff;
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.08em;
  text-align:center;
}

.et-home-empty{
  padding:24px;
  border:1px solid #e1e6ee;
  background:#fafbfd;
  border-radius:10px;
  color:#657287;
}

.et-home-empty strong{
  display:block;
  color:#1b2940;
  margin-bottom:5px;
}

.et-home-empty-small{
  padding:16px;
  font-size:.78rem;
}

/* CATEGORÍAS */
.et-category-titlebar{
  padding:26px 0 14px;
  border-bottom:1px solid #e5e9ef;
}

.et-category-titlebar h1{
  font-size:clamp(2rem,3vw,3rem);
}

.et-category-titlebar p{
  margin:8px 0 0;
  color:#6f7b8e;
  max-width:760px;
  font-size:.86rem;
}

.et-category-grid{
  padding:4px 0 48px;
}

.et-category-empty{
  display:grid;
  gap:8px;
  padding:48px 0;
  text-align:center;
}

.et-category-empty a{
  color:#0f4e9c;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .et-home-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:820px){
  .et-feature-grid{
    gap:18px;
  }

  .et-home-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .et-home-intro{
    align-items:flex-start;
    flex-direction:column;
  }

  .et-home-section-head{
    align-items:flex-start;
  }

  .et-feature-grid,
  .et-home-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .et-feature-card h3{
    font-size:1.15rem;
  }

  .et-home-card h3{
    font-size:1rem;
  }
}


/* v6.7 · Corrección de jerarquía visual y cache-safe */
.et-home-page > .et-shell{
  width:min(calc(100% - 40px),1320px);
  margin-inline:auto;
}

.et-home-featured .et-feature-grid{
  width:100%;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start;
}

.et-home-featured .et-feature-card{
  width:100%;
  min-width:0;
  margin:0;
}

.et-home-featured .et-feature-card-image{
  width:100%;
  aspect-ratio:16/9;
  max-height:none;
}

.et-home-featured .et-feature-complementary{
  width:100%;
}

@media(max-width:700px){
  .et-home-featured .et-feature-grid{
    grid-template-columns:1fr !important;
  }
}

/* ==========================================================================
   ENTRETENIMIENTO TOLIMA · Portada editorial aprobada v10.5
   Scoped to .et-editorial-home so category pages keep their current design.
   ========================================================================== */

:root{
  --et-editorial-wine:#9d1639;
  --et-editorial-wine-deep:#741027;
  --et-editorial-gold:#c79b45;
  --et-editorial-gold-soft:#e1c888;
  --et-editorial-ink:#111a2a;
  --et-editorial-copy:#667085;
  --et-editorial-line:#e5e7eb;
  --et-editorial-bg:#ffffff;
}

.et-editorial-home{
  background:#fff;
  color:var(--et-editorial-ink);
}

.et-editorial-home .et-editorial-shell{
  width:min(calc(100% - 44px),1480px)!important;
  margin-inline:auto!important;
}

/* Tagline fina debajo del nav */
.et-editorial-home .et-editorial-intro{
  display:grid;
  grid-template-columns:minmax(70px,1fr) auto minmax(70px,1fr);
  align-items:center;
  gap:24px;
  padding:22px 0 20px;
  border:0;
}

.et-editorial-home .et-editorial-intro i{
  display:block;
  height:1px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(199,155,69,.84)
  );
}

.et-editorial-home .et-editorial-intro i:last-child{
  background:linear-gradient(
    90deg,
    rgba(199,155,69,.84),
    transparent
  );
}

.et-editorial-home .et-editorial-intro p{
  margin:0;
  color:#667085;
  font-size:.78rem;
  font-weight:400;
  letter-spacing:.17em;
  text-align:center;
  white-space:nowrap;
}

/* Publicidad conserva lógica, solo mejora respiración */
.et-editorial-home .et-ad-slot{
  margin-top:8px;
  margin-bottom:30px;
}

/* HERO: gran historia izquierda + tres laterales */
.et-editorial-home .et-editorial-lead{
  display:grid;
  grid-template-columns:minmax(0,1.72fr) minmax(360px,.88fr);
  gap:28px;
  align-items:stretch;
  padding:6px 0 30px;
}

.et-editorial-home .et-editorial-hero{
  position:relative;
  min-height:clamp(470px,38vw,620px);
  overflow:hidden;
  border-radius:8px;
  background:#e9edf2;
  isolation:isolate;
}

.et-editorial-home .et-editorial-hero-media{
  position:absolute;
  inset:0;
  display:block;
  z-index:0;
}

.et-editorial-home .et-editorial-hero-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s cubic-bezier(.2,.75,.25,1);
}

.et-editorial-home .et-editorial-hero:hover .et-editorial-hero-media img{
  transform:scale(1.018);
}

.et-editorial-home .et-editorial-hero-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(
      90deg,
      rgba(7,11,18,.82) 0%,
      rgba(7,11,18,.62) 34%,
      rgba(7,11,18,.18) 68%,
      rgba(7,11,18,.03) 100%
    ),
    linear-gradient(
      0deg,
      rgba(7,11,18,.68) 0%,
      rgba(7,11,18,.05) 55%,
      rgba(7,11,18,0) 100%
    );
  pointer-events:none;
}

.et-editorial-home .et-editorial-hero-copy{
  position:absolute;
  z-index:2;
  left:clamp(26px,3.5vw,58px);
  right:clamp(24px,18%,190px);
  bottom:clamp(28px,4vw,58px);
  color:#fff;
}

.et-editorial-home .et-editorial-hero h1{
  max-width:820px;
  margin:12px 0 12px;
  color:#fff;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(2.05rem,3.35vw,4.1rem);
  line-height:.98;
  font-weight:700;
  letter-spacing:-.038em;
  text-wrap:balance;
}

.et-editorial-home .et-editorial-hero h1 a{
  color:inherit;
  text-decoration:none;
}

.et-editorial-home .et-editorial-hero p{
  display:-webkit-box;
  max-width:760px;
  margin:0;
  overflow:hidden;
  color:rgba(255,255,255,.9);
  font-size:clamp(.86rem,1.05vw,1rem);
  font-weight:400;
  line-height:1.52;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.et-editorial-home .et-editorial-read{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:42px;
  margin-top:18px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.74);
  border-radius:6px;
  color:#fff;
  background:rgba(116,16,39,.82);
  box-shadow:0 8px 20px rgba(0,0,0,.12);
  font-size:.76rem;
  font-weight:500;
  text-decoration:none;
  backdrop-filter:blur(5px);
  transition:background .2s ease, transform .2s ease;
}

.et-editorial-home .et-editorial-read:hover{
  background:rgba(157,22,57,.96);
  transform:translateY(-1px);
}

/* Kicker editorial con línea fina */
.et-editorial-home .et-editorial-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:7px;
  color:var(--et-editorial-wine);
  font-size:.62rem;
  font-weight:650;
  letter-spacing:.04em;
}

.et-editorial-home .et-editorial-kicker::before{
  content:"";
  width:24px;
  height:2px;
  flex:0 0 24px;
  border-radius:999px;
  background:currentColor;
}

.et-editorial-home .et-editorial-kicker.is-gold{
  color:var(--et-editorial-gold);
}

.et-editorial-home .et-editorial-kicker.is-wine{
  color:var(--et-editorial-wine);
}

.et-editorial-home .et-editorial-hero .et-editorial-kicker{
  color:#e1bd6f;
  font-size:.67rem;
}

/* Historias laterales */
.et-editorial-home .et-editorial-side-list{
  min-width:0;
  display:grid;
  grid-template-rows:repeat(3,minmax(0,1fr));
}

.et-editorial-home .et-editorial-side-story{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(145px,40%) minmax(0,1fr);
  gap:20px;
  align-items:center;
  padding:0 0 18px;
  margin-bottom:18px;
  border-bottom:1px solid var(--et-editorial-line);
}

.et-editorial-home .et-editorial-side-story:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}

.et-editorial-home .et-editorial-side-media{
  display:block;
  height:100%;
  min-height:135px;
  max-height:180px;
  overflow:hidden;
  border-radius:7px;
  background:#eef1f4;
}

.et-editorial-home .et-editorial-side-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.et-editorial-home .et-editorial-side-story:hover img{
  transform:scale(1.025);
}

.et-editorial-home .et-editorial-side-copy{
  min-width:0;
}

.et-editorial-home .et-editorial-side-copy h2{
  margin:5px 0 7px;
  color:var(--et-editorial-ink);
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(1.05rem,1.38vw,1.48rem);
  line-height:1.05;
  font-weight:500;
  letter-spacing:-.025em;
}

.et-editorial-home .et-editorial-side-copy h2 a{
  color:inherit;
  text-decoration:none;
}

.et-editorial-home .et-editorial-side-copy p{
  display:-webkit-box;
  margin:0;
  overflow:hidden;
  color:var(--et-editorial-copy);
  font-size:.74rem;
  font-weight:400;
  line-height:1.45;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

/* Secciones / Más historias */
.et-editorial-home .et-editorial-block{
  padding:28px 0 34px;
  border-top:1px solid var(--et-editorial-line);
}

.et-editorial-home .et-editorial-lead + .et-editorial-block{
  border-top:0;
  padding-top:4px;
}

.et-editorial-home .et-editorial-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-bottom:15px;
}

.et-editorial-home .et-editorial-section-title{
  min-width:0;
  flex:1 1 auto;
  display:flex;
  align-items:center;
  gap:18px;
}

.et-editorial-home .et-editorial-section-title h2{
  flex:0 0 auto;
  margin:0;
  color:#182235;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(1.2rem,1.8vw,1.62rem);
  line-height:1;
  font-weight:500;
  letter-spacing:.19em;
  text-transform:uppercase;
}

.et-editorial-home .et-editorial-section-title span{
  display:block;
  width:100%;
  height:1px;
  background:linear-gradient(
    90deg,
    rgba(199,155,69,.82),
    rgba(199,155,69,.16)
  );
}

.et-editorial-home .et-editorial-section-head>a{
  flex:0 0 auto;
  color:var(--et-editorial-wine);
  font-size:.65rem;
  font-weight:550;
  letter-spacing:.07em;
  text-decoration:none;
  text-transform:uppercase;
}

.et-editorial-home .et-editorial-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:26px;
}

.et-editorial-home .et-editorial-card{
  min-width:0;
  position:relative;
}

.et-editorial-home .et-editorial-card:not(:last-child)::after{
  content:"";
  position:absolute;
  top:0;
  right:-13px;
  bottom:0;
  width:1px;
  background:#eceef1;
}

.et-editorial-home .et-editorial-card-media{
  display:block;
  aspect-ratio:16/7.3;
  margin-bottom:12px;
  overflow:hidden;
  border-radius:7px;
  background:#eef1f4;
}

.et-editorial-home .et-editorial-card-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.et-editorial-home .et-editorial-card:hover img{
  transform:scale(1.025);
}

.et-editorial-home .et-editorial-card h3{
  margin:5px 0 7px;
  color:var(--et-editorial-ink);
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(1rem,1.2vw,1.2rem);
  line-height:1.12;
  font-weight:500;
  letter-spacing:-.018em;
}

.et-editorial-home .et-editorial-card h3 a{
  color:inherit;
  text-decoration:none;
}

.et-editorial-home .et-editorial-card p{
  display:-webkit-box;
  margin:0;
  overflow:hidden;
  color:var(--et-editorial-copy);
  font-size:.72rem;
  line-height:1.46;
  font-weight:400;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

/* Categorías inferiores */
.et-editorial-home .et-editorial-category-block{
  padding-top:30px;
  padding-bottom:34px;
}

.et-editorial-home .et-editorial-category-block .et-editorial-section-title h2{
  letter-spacing:.08em;
  text-transform:none;
}

/* Publicidad lateral: conserva cobertura, fuera del hero aprobado */
.et-editorial-home .et-editorial-lower-layout{
  display:block;
}

.et-editorial-home .et-editorial-lower-layout.has-ad-rail{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(270px,310px);
  gap:34px;
  align-items:start;
}

.et-editorial-home .et-editorial-sections{
  min-width:0;
}

.et-editorial-home .et-editorial-ad-rail{
  position:sticky;
  top:100px;
  padding-top:28px;
}

.et-editorial-home .et-home-empty{
  border:1px solid #e7e9ed;
  border-radius:8px;
  background:#fbfbfc;
}

/* Placeholders dentro de las nuevas proporciones */
.et-editorial-home .et-card-placeholder{
  display:grid;
  width:100%;
  height:100%;
  place-items:center;
  padding:16px;
  color:#fff;
  background:linear-gradient(135deg,#16233b,#6f1d2a);
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.11em;
  text-align:center;
}

/* Responsive */
@media(max-width:1240px){
  .et-editorial-home .et-editorial-lead{
    grid-template-columns:minmax(0,1.5fr) minmax(330px,.9fr);
    gap:22px;
  }

  .et-editorial-home .et-editorial-side-story{
    grid-template-columns:135px minmax(0,1fr);
    gap:16px;
  }

  .et-editorial-home .et-editorial-lower-layout.has-ad-rail{
    grid-template-columns:1fr;
  }

  .et-editorial-home .et-editorial-ad-rail{
    position:static;
    padding-top:0;
  }
}

@media(max-width:980px){
  .et-editorial-home .et-editorial-lead{
    grid-template-columns:1fr;
  }

  .et-editorial-home .et-editorial-hero{
    min-height:520px;
  }

  .et-editorial-home .et-editorial-side-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-template-rows:none;
    gap:18px;
  }

  .et-editorial-home .et-editorial-side-story{
    display:block;
    margin:0;
    padding:0;
    border:0;
  }

  .et-editorial-home .et-editorial-side-media{
    height:auto;
    min-height:0;
    max-height:none;
    aspect-ratio:16/10;
    margin-bottom:11px;
  }

  .et-editorial-home .et-editorial-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:30px;
  }

  .et-editorial-home .et-editorial-card:nth-child(2n)::after{
    display:none;
  }
}

@media(max-width:720px){
  .et-editorial-home .et-editorial-shell{
    width:min(calc(100% - 24px),1480px)!important;
  }

  .et-editorial-home .et-editorial-intro{
    grid-template-columns:38px minmax(0,1fr) 38px;
    gap:10px;
    padding:15px 0;
  }

  .et-editorial-home .et-editorial-intro p{
    font-size:.65rem;
    line-height:1.5;
    letter-spacing:.08em;
    white-space:normal;
  }

  .et-editorial-home .et-editorial-hero{
    min-height:500px;
    border-radius:7px;
  }

  .et-editorial-home .et-editorial-hero-shade{
    background:
      linear-gradient(0deg,rgba(7,11,18,.86),rgba(7,11,18,.12) 75%),
      linear-gradient(90deg,rgba(7,11,18,.38),transparent);
  }

  .et-editorial-home .et-editorial-hero-copy{
    left:22px;
    right:22px;
    bottom:25px;
  }

  .et-editorial-home .et-editorial-hero h1{
    font-size:clamp(2rem,10vw,3.2rem);
  }

  .et-editorial-home .et-editorial-side-list{
    grid-template-columns:1fr;
  }

  .et-editorial-home .et-editorial-side-story{
    display:grid;
    grid-template-columns:132px minmax(0,1fr);
    gap:14px;
    padding-bottom:16px;
    border-bottom:1px solid var(--et-editorial-line);
  }

  .et-editorial-home .et-editorial-side-media{
    aspect-ratio:4/3;
    margin:0;
  }

  .et-editorial-home .et-editorial-section-head{
    align-items:flex-end;
    gap:12px;
  }

  .et-editorial-home .et-editorial-section-title{
    gap:10px;
  }

  .et-editorial-home .et-editorial-section-title h2{
    font-size:1.05rem;
    letter-spacing:.11em;
  }

  .et-editorial-home .et-editorial-section-head>a{
    font-size:.58rem;
  }

  .et-editorial-home .et-editorial-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .et-editorial-home .et-editorial-card::after{
    display:none!important;
  }

  .et-editorial-home .et-editorial-card-media{
    aspect-ratio:16/9;
  }

  .et-editorial-home .et-editorial-card h3{
    font-size:1.18rem;
  }
}

@media(max-width:430px){
  .et-editorial-home .et-editorial-hero{
    min-height:470px;
  }

  .et-editorial-home .et-editorial-hero p{
    -webkit-line-clamp:3;
  }

  .et-editorial-home .et-editorial-side-story{
    grid-template-columns:116px minmax(0,1fr);
  }

  .et-editorial-home .et-editorial-side-copy p{
    -webkit-line-clamp:2;
  }
}

@media(prefers-reduced-motion:reduce){
  .et-editorial-home img,
  .et-editorial-home .et-editorial-read{
    transition:none!important;
  }
}
