/* ============================================================
   THE HUMAN ELEMENT — ARTÍCULO
   ============================================================ */

.breadcrumb {
  display: flex;
  justify-content: space-between;
  gap: 8px 16px;
  flex-wrap: wrap;
  padding: 12px clamp(20px, 5vw, 40px);
  border-bottom: 1px solid var(--he-grey);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--he-grey-dark);
}
.breadcrumb a { color: var(--he-grey-dark); text-decoration: none; }
.breadcrumb a:hover { color: var(--he-orange); }

.article-header {
  max-width: 880px;
  margin: 0 auto;
  padding: 72px clamp(20px, 5vw, 40px) 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.article-header__eyebrow { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--he-orange); font-weight: 700; }
.article-header__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 6vw, 58px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.article-header__title em { font-family: var(--font-serif); font-style: italic; text-transform: lowercase; font-weight: 400; color: var(--he-orange); }
.article-header__dek { margin: 0; font-family: 'Lora', serif; font-style: italic; font-size: 21px; line-height: 1.5; color: var(--he-ink-soft); max-width: 640px; }
.article-header__byline { display: flex; align-items: center; gap: 14px; font-size: 13px; color: var(--he-grey-dark); }
.article-header__byline strong { font-weight: 600; color: var(--he-ink); }
.article-header__rule { width: 36px; height: 1px; background: var(--he-ink); }

.article-hero { max-width: 1100px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px) 16px; }
.article-hero .image-slot { height: 520px; }
.article-hero figcaption {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--he-grey-dark);
  padding-top: 10px;
  border-bottom: 1px solid var(--he-grey);
  padding-bottom: 20px;
}

.image-slot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  border: 1.5px dashed var(--he-grey);
  color: var(--he-grey-dark);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-sizing: border-box;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px clamp(20px, 5vw, 40px) 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.75;
  color: var(--he-ink);
}
.article-body p { margin: 0; }
.article-body ul { margin: 0; padding-left: 22px; }
.article-body li { margin-bottom: 10px; }
.article-body li:last-child { margin-bottom: 0; }
.article-body__drop span {
  float: left;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 76px;
  line-height: 0.8;
  padding: 8px 14px 0 0;
  color: var(--he-orange);
}
.article-body h2 {
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  border-top: 1.5px solid var(--he-ink);
  padding-top: 28px;
}
.article-body__quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 36px 0;
  margin: 12px 0;
  border-top: 1.5px solid var(--he-ink);
  border-bottom: 1.5px solid var(--he-ink);
  text-align: center;
}
.article-body__quote-dot { width: 10px; height: 10px; border-radius: var(--radius-pill); background: var(--he-orange); }
.article-body__quote p {
  font-family: var(--font-grotesque);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--he-ink);
  max-width: 600px;
}
.article-body__inline-image { margin: 16px 0 0; }
.article-body__inline-image .image-slot { height: 400px; }
.article-body__inline-image figcaption { font-family: 'Lora', serif; font-style: italic; font-size: 15px; color: var(--he-grey-dark); padding-top: 10px; }

.article-body__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--he-grey);
  padding-top: 24px;
  margin-top: 12px;
}
.article-body__tags { display: flex; flex-wrap: wrap; gap: 10px; }
.article-body__tag {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 14px;
  border: 1.5px solid var(--he-ink);
  border-radius: var(--radius-pill);
  white-space: nowrap;
  font-family: var(--font-grotesque);
}
.article-body__share { font-size: 13px; color: var(--he-grey-dark); font-family: var(--font-grotesque); }

.article-next { border-top: 1.5px solid var(--he-ink); }
.article-next__head { display: flex; justify-content: space-between; align-items: baseline; padding: 40px clamp(20px, 5vw, 48px) 24px; }
.article-next__eyebrow { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--he-ink-soft); }
.article-next__all { font-size: 14px; font-weight: 600; color: var(--he-orange); text-decoration: none; }
.article-next__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); border-top: 1px solid var(--he-grey); }
.article-next__item {
  padding: 36px clamp(20px, 5vw, 48px);
  border-right: 1px solid var(--he-grey);
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  transition: background var(--dur-base) var(--ease-standard);
}
.article-next__item:last-child { border-right: none; }
.article-next__item:hover { background: var(--he-orange-tint); }
.article-next__label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }
.article-next__label--blue { color: var(--he-blue); }
.article-next__label--teal { color: var(--he-teal-deep); }
.article-next__title { font-family: var(--font-display); font-weight: 900; font-size: 26px; line-height: 1.1; text-transform: uppercase; color: var(--he-ink); }
.article-next__meta { font-size: 13px; color: var(--he-grey-dark); }

@media (max-width: 640px) {
  .article-hero .image-slot { height: 320px; }
  .article-body__inline-image .image-slot { height: 260px; }
  .article-body { font-size: 17px; }
  .article-body__quote p { font-size: 22px; }
}
