
/* =========================================================
   ÍNDICES GUIA + EXPLANTE — CSS ISOLADO
   ========================================================= */
body.editorial-index-page{
  margin:0;
  background:#f7f4ee;
  color:#1d1b18;
  font-family:'Montserrat',serif;
}

body.editorial-index-page *,
body.editorial-index-page *::before,
body.editorial-index-page *::after{
  box-sizing:border-box;
}

body.editorial-index-page .editorial-index{
  display:block;
  width:100%;
  overflow:hidden;
}

body.editorial-index-page .editorial-index-shell{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}

body.editorial-index-page .editorial-index-hero{
  min-height:430px;
  padding:145px 0 72px;
  display:flex;
  align-items:flex-end;
  position:relative;
  background:
    radial-gradient(circle at 14% 22%,rgba(180,152,90,.15),transparent 27%),
    linear-gradient(120deg,#191816,#2d2a26);
}

body.editorial-index-page .editorial-index-kicker{
  display:block;
  margin-bottom:16px;
  color:#d3bd88;
  font-size:11px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
}

body.editorial-index-page .editorial-index-hero h1{
  max-width:900px;
  margin:0;
  color:#fff;
  font-family:'Playfair Display',serif;
  font-size:clamp(48px,6vw,82px);
  line-height:1.04;
  letter-spacing:-.04em;
  font-weight:400;
  text-wrap:balance;
}

body.editorial-index-page .editorial-index-hero p{
  max-width:720px;
  margin:22px 0 0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.8;
}

body.editorial-index-page .editorial-index-line{
  width:68px;
  height:1px;
  margin-top:24px;
  background:#b4985a;
}

body.editorial-index-page .editorial-index-content{
  padding:72px 0 96px;
}

body.editorial-index-page .editorial-index-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

body.editorial-index-page .editorial-card{
  min-width:0;
  min-height:220px;
  background:#fff;
  border:1px solid rgba(29,27,24,.11);
  border-top:2px solid #b4985a;
  transition:transform .24s ease,box-shadow .24s ease;
}

body.editorial-index-page .editorial-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 38px rgba(28,24,18,.08);
}

body.editorial-index-page .editorial-card-body{
  min-height:220px;
  padding:28px 26px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

body.editorial-index-page .editorial-card h2{
  margin:0 0 24px;
  color:#1d1b18;
  font-family:'Playfair Display',serif;
  font-size:24px;
  line-height:1.28;
  font-weight:400;
  overflow-wrap:anywhere;
}

body.editorial-index-page .editorial-card a{
  padding-top:14px;
  border-top:1px solid rgba(29,27,24,.11);
  color:#b4985a;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

@media(max-width:980px){
  body.editorial-index-page .editorial-index-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  body.editorial-index-page .editorial-index-shell{
    width:min(100% - 28px,1180px);
  }

  body.editorial-index-page .editorial-index-hero{
    min-height:340px;
    padding:112px 0 56px;
  }

  body.editorial-index-page .editorial-index-hero h1{
    font-size:clamp(40px,11vw,56px);
  }

  body.editorial-index-page .editorial-index-content{
    padding:52px 0 76px;
  }

  body.editorial-index-page .editorial-index-grid{
    grid-template-columns:1fr;
  }

  body.editorial-index-page .editorial-card,
  body.editorial-index-page .editorial-card-body{
    min-height:190px;
  }
}
