.article-author {
  align-items: center;
  border-block: 1px solid color-mix(in srgb, var(--ink, #18323a) 14%, transparent);
  display: flex;
  gap: 0.8rem;
  margin-top: 1.25rem;
  padding-block: 0.85rem;
}

.article-author img,
.author-strip img {
  border-radius: 50%;
  height: 56px;
  object-fit: cover;
  object-position: center 34%;
  width: 56px;
}

.article-author p { margin: 0; }
.article-author p + p { color: var(--muted, #5d6868); font-size: 0.88rem; margin-top: 0.2rem; }
.article-author a { font-weight: 700; }

.article-source-verification {
  color: var(--muted, #5d6868);
  font-size: 0.88rem;
  margin: 0.55rem auto 1.15rem;
  max-width: 900px;
}

.article-discovery-visual {
  margin: clamp(1.4rem, 4vw, 2.8rem) auto;
  max-width: 900px;
}

.article-discovery-visual img {
  aspect-ratio: 16 / 9;
  border-radius: 1.1rem;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-discovery-visual figcaption {
  color: var(--muted, #5d6868);
  font-size: 0.82rem;
  line-height: 1.45;
  margin-top: 0.65rem;
}

.author-strip,
.newsletter-signup,
.author-profile {
  background: #eef4ef;
  border: 1px solid rgba(15, 74, 67, 0.14);
  border-radius: 1.2rem;
  margin: clamp(2rem, 5vw, 4.5rem) auto;
  max-width: 1100px;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.author-strip { align-items: center; display: grid; gap: 1rem; grid-template-columns: auto 1fr auto; }
.author-strip h2, .newsletter-signup h2 { margin: 0.15rem 0 0.35rem; }
.author-strip p, .newsletter-signup p { margin-block: 0.25rem; }
.author-strip .text-link { white-space: nowrap; }

.newsletter-form { display: grid; gap: 0.7rem; grid-template-columns: minmax(0, 1fr) auto; margin-top: 1.2rem; max-width: 680px; }
.newsletter-form label { grid-column: 1 / -1; font-weight: 700; }
.newsletter-form input {
  background: #fff;
  border: 1px solid rgba(18, 53, 57, 0.28);
  border-radius: 0.65rem;
  font: inherit;
  min-width: 0;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
}
.newsletter-form button { min-height: 48px; }
.newsletter-status { font-size: 0.86rem; grid-column: 1 / -1; min-height: 1.3em; }
.newsletter-privacy { color: var(--muted, #5d6868); font-size: 0.82rem; }

.author-profile { background: #fff; display: grid; gap: clamp(1.5rem, 4vw, 3rem); grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr); }
.author-profile picture, .author-profile img { display: block; width: 100%; }
.author-profile img { border-radius: 1rem; height: auto; }
.author-profile h1 { margin-top: 0.2rem; }
.author-profile .profile-links { display: flex; flex-wrap: wrap; gap: 0.9rem; }

@media (max-width: 700px) {
  .author-strip { align-items: start; grid-template-columns: auto 1fr; }
  .author-strip .text-link { grid-column: 1 / -1; overflow-wrap: anywhere; white-space: normal; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form label, .newsletter-status { grid-column: 1; }
  .author-profile { grid-template-columns: 1fr; }
}
