/* ============================================================
   THE HUMAN ELEMENT — PERSPECTIVAS
   ============================================================ */

.persp-header {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border-bottom: 1.5px solid var(--he-ink);
}
.persp-header__label {
  padding: 56px 40px;
  border-right: 1.5px solid var(--he-ink);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--he-ink-soft);
}
.persp-header__copy { padding: 56px 40px; display: flex; flex-direction: column; gap: 20px; }
.persp-header__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.persp-header__title em { font-family: var(--font-serif); font-style: italic; text-transform: lowercase; font-weight: 400; color: var(--he-orange); }
.persp-header__lead { margin: 0; max-width: 560px; font-family: 'Lora', serif; font-style: italic; font-size: 20px; line-height: 1.45; color: var(--he-ink-soft); }

.persp-featured {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  border-bottom: 1.5px solid var(--he-ink);
}
.persp-featured__copy {
  padding: 64px 48px;
  border-right: 1px solid var(--he-grey);
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
}
.persp-featured__eyebrow { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--he-orange); font-weight: 700; }
.persp-featured__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 4.5vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.persp-featured__title em { font-family: var(--font-serif); font-style: italic; text-transform: lowercase; font-weight: 400; color: var(--he-orange); }
.persp-featured__dek { margin: 0; font-family: 'Lora', serif; font-style: italic; font-size: 19px; line-height: 1.5; color: var(--he-ink-soft); max-width: 520px; }
.persp-featured__byline { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; font-size: 13px; color: var(--he-grey-dark); }
.persp-featured__byline strong { font-weight: 600; color: var(--he-ink); }
.persp-featured__link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1.5px solid var(--he-orange);
  padding-bottom: 3px;
  text-decoration: none;
  align-self: flex-start;
}
.persp-featured__media { position: relative; min-height: 440px; background: var(--he-grey-light); }
.persp-featured__dot { position: absolute; left: -28px; bottom: 40px; width: 56px; height: 56px; border-radius: var(--radius-pill); background: var(--he-orange); pointer-events: none; }

.image-slot {
  width: 100%;
  height: 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-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 24px clamp(20px, 5vw, 48px);
  border-top: 1px solid var(--he-grey);
  border-bottom: 1px solid var(--he-grey);
}
.article-filter {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 1.5px solid var(--he-ink);
  border-radius: var(--radius-pill);
  background: none;
  font-family: var(--font-grotesque);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--he-ink);
  cursor: pointer;
  transition: background var(--dur-base) var(--ease-standard), color var(--dur-base) var(--ease-standard);
}
.article-filter:hover { background: var(--he-grey-light); }
.article-filter.is-active { background: var(--he-ink); color: var(--he-white); border-color: var(--he-ink); }

/* Editorial index list: one row per post — a narrow meta column (topic +
   date), a headline + dek column, and a small thumbnail on the right —
   divided by hairlines, the same rhythm as a print magazine's contents page. */
.article-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--he-grey);
}
.article-row {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) minmax(180px, 280px);
  gap: 32px;
  align-items: center;
  padding: 44px clamp(20px, 5vw, 48px);
  border-bottom: 1px solid var(--he-grey);
  text-decoration: none;
  color: inherit;
}
.article-row.is-hidden,
.article-row[hidden] { display: none; }
.article-row__meta { display: flex; flex-direction: column; gap: 8px; }
.article-row__label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; }
.article-row__label--blue { color: var(--he-blue); }
.article-row__label--lilac { color: var(--he-lilac-deep); }
.article-row__label--teal { color: var(--he-teal-deep); }
.article-row__label--orange { color: var(--he-orange); }
.article-row__date { font-size: 13px; color: var(--he-grey-dark); }
.article-row__content { display: flex; flex-direction: column; gap: 16px; max-width: 620px; }
.article-row__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.article-row__dek {
  margin: 0;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  color: var(--he-ink-soft);
}
.article-row__media {
  aspect-ratio: 4 / 3;
  width: 100%;
  justify-self: end;
  overflow: hidden;
  background: var(--he-grey-light);
}
.article-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-standard);
}
.article-row:hover .article-row__media img { transform: scale(1.04); }
.article-row__media--empty { border: 1.5px dashed var(--he-grey); }

.load-more-row { display: flex; justify-content: center; padding: 40px 0 56px; border-bottom: 1.5px solid var(--he-ink); }
.load-more-btn {
  padding: 14px 34px;
  background: none;
  border: 1.5px solid var(--he-ink);
  border-radius: var(--radius-pill);
  font-family: var(--font-grotesque);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--he-ink);
  cursor: pointer;
  transition: background var(--dur-base) var(--ease-standard), color var(--dur-base) var(--ease-standard);
}
.load-more-btn:hover { background: var(--he-ink); color: var(--he-white); }
.load-more-row[hidden] { display: none; }

.newsletter-band {
  background: var(--he-teal-tint);
  border-bottom: 1.5px solid var(--he-ink);
  padding: 64px clamp(20px, 5vw, 48px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px 40px;
  align-items: center;
}
.newsletter-band__copy { display: flex; flex-direction: column; gap: 14px; }
.newsletter-band__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.newsletter-band__title em { font-family: var(--font-serif); font-style: italic; text-transform: lowercase; font-weight: 400; color: var(--he-teal-deep); }
.newsletter-band__body { margin: 0; font-size: 16px; line-height: 1.5; color: var(--he-ink-soft); max-width: 520px; }
.newsletter-band__form { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.newsletter-band__input {
  width: min(280px, 100%);
  height: 44px;
  padding: 0 18px;
  border: 1.5px solid var(--he-ink);
  border-radius: var(--radius-pill);
  font-family: var(--font-grotesque);
  font-size: 14px;
  background: var(--he-white);
  color: var(--he-ink);
}
.newsletter-band__input::placeholder { color: var(--he-grey-dark); }
.newsletter-band__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 28px;
  border-radius: var(--radius-pill);
  border: none;
  background: var(--he-ink);
  color: var(--he-white);
  font-family: var(--font-grotesque);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--dur-base) var(--ease-standard);
}
.newsletter-band__submit:hover { background: var(--he-teal-deep); }

@media (max-width: 900px) {
  .article-row {
    grid-template-columns: 1fr;
    grid-template-areas: "meta" "content" "media";
    gap: 18px;
    padding: 32px clamp(20px, 5vw, 48px);
  }
  .article-row__meta { grid-area: meta; flex-direction: row; align-items: baseline; gap: 14px; }
  .article-row__content { grid-area: content; max-width: none; }
  .article-row__media { grid-area: media; justify-self: stretch; aspect-ratio: 16 / 9; }
}
@media (max-width: 640px) {
  .persp-header__label,
  .persp-featured__copy { border-right: none; border-bottom: 1px solid var(--he-grey); }
}
