:root {
  --article-ink: #12213c;
  --article-muted: #64718a;
  --article-line: rgba(21, 33, 59, 0.1);
  --article-soft: #f7f9fc;
  --article-shadow: 0 22px 52px rgba(21, 41, 77, 0.08);
}

body {
  background: linear-gradient(180deg, #fbfbfa 0%, #f4f6f8 100%);
  color: var(--article-ink);
}

.voy-article-template {
  padding: 2.6rem 0 4.5rem;
}

.voy-article-template__frame {
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid var(--article-line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--article-shadow);
  overflow: hidden;
}

.voy-article-template__hero {
  padding: 2.6rem 2.8rem 2rem;
  border-bottom: 1px solid var(--article-line);
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(249,251,255,0.92) 100%);
}

.voy-article-template__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
  color: #7a6e33;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.voy-article-template__kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #c7ab3d;
}

.voy-article-template__title {
  max-width: 24ch;
  margin: 0 0 1.2rem;
  font-size: clamp(2.6rem, 4vw, 4.3rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 600;
  text-wrap: balance;
}

.voy-article-template__dek {
  max-width: 39rem;
  margin: 0;
  color: var(--article-muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.voy-article-template__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.1rem;
  align-items: center;
  margin-top: 1.9rem;
}

.voy-article-author {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.voy-article-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  background: #e8eef8;
}

.voy-article-author__copy {
  display: grid;
  gap: 0.18rem;
}

.voy-article-author__copy strong {
  font-size: 0.95rem;
  font-weight: 700;
}

.voy-article-author__copy span {
  color: var(--article-muted);
  font-size: 0.9rem;
}

.voy-article-author__follow {
  color: #b5961f;
  font-weight: 700;
  margin-left: 0.5rem;
}

.voy-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.voy-article-actions button {
  min-width: 44px;
  height: 44px;
  padding: 0 0.9rem;
  border: 1px solid rgba(19, 33, 62, 0.08);
  border-radius: 999px;
  background: #f6f8fb;
  color: #75829a;
  font-size: 0.9rem;
  font-weight: 700;
}

.voy-article-template__media {
  padding: 2rem 2.8rem 0;
}

.voy-article-template__hero-image {
  width: 100%;
  aspect-ratio: 4 / 1;
  object-fit: cover;
  display: block;
  border-radius: 28px;
  background: linear-gradient(135deg, #edf3fb 0%, #fef4eb 100%);
}

.voy-article-template__content {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 2.2rem;
  padding: 2rem 2.8rem 3rem;
}

.voy-article-template__rail {
  display: grid;
  align-content: start;
  gap: 1.15rem;
  padding-top: 0.5rem;
}

.voy-article-rail-card {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--article-line);
}

.voy-article-rail-card:last-child {
  border-bottom: 0;
}

.voy-article-rail-card__label {
  display: block;
  margin-bottom: 0.4rem;
  color: #8a93a8;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.voy-article-rail-card__value {
  color: var(--article-ink);
  font-size: 0.98rem;
  font-weight: 600;
}

.voy-article-body {
  display: grid;
  gap: 2rem;
  min-width: 0;
}

.voy-article-intro {
  display: grid;
  gap: 1.25rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--article-line);
}

.voy-article-intro p,
.voy-article-section p,
.voy-article-callout p,
.voy-article-note p,
.voy-article-author-card p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.86;
  color: var(--article-muted);
}

.voy-article-lead {
  color: #4e8b64;
  font-size: 1.26rem;
  line-height: 1.7;
  font-weight: 600;
}

.voy-article-section {
  display: grid;
  gap: 1rem;
}

.voy-article-section h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.voy-article-section h3 {
  margin: 0.25rem 0 0;
  font-size: 1.45rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.voy-article-divider {
  height: 1px;
  background: var(--article-line);
}

.voy-article-callout {
  padding: 1.6rem 1.4rem;
  border-left: 3px solid #74bb7d;
  background: linear-gradient(180deg, rgba(236, 248, 234, 0.92) 0%, rgba(245, 250, 244, 0.9) 100%);
  border-radius: 0 18px 18px 0;
  display: grid;
  gap: 0.8rem;
}

.voy-article-callout strong,
.voy-article-note strong {
  color: var(--article-ink);
  font-size: 1.02rem;
  font-weight: 700;
}

.voy-article-quote {
  padding: 1.6rem 1.5rem;
  border-left: 3px solid #7cc48b;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(19, 33, 62, 0.05);
  display: grid;
  gap: 0.85rem;
}

.voy-article-quote blockquote {
  margin: 0;
  color: var(--article-ink);
  font-size: 1.46rem;
  line-height: 1.52;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.voy-article-quote cite {
  color: #50627d;
  font-size: 0.95rem;
  font-style: italic;
}

.voy-article-note {
  padding: 1.25rem 1.3rem;
  border: 1px solid var(--article-line);
  border-radius: 20px;
  background: var(--article-soft);
  display: grid;
  gap: 0.6rem;
}

.voy-article-media-block {
  display: grid;
  gap: 1rem;
}

.voy-article-media-block img {
  width: 100%;
  border-radius: 24px;
  display: block;
  aspect-ratio: 4 / 1;
  object-fit: cover;
  background: linear-gradient(135deg, #eff4fb 0%, #fcf2e8 100%);
}

.voy-article-template__pager {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 2.8rem 2.6rem;
}

.voy-article-template__pager a {
  min-width: 104px;
  min-height: 44px;
  padding: 0 1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--article-line);
  background: #ffffff;
  color: var(--article-ink);
  font-weight: 700;
  text-decoration: none;
}

.voy-article-template__pager a:last-child {
  background: #3d8b6a;
  color: #ffffff;
  border-color: #3d8b6a;
}

.voy-article-author-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--article-line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(246,248,251,0.96) 100%);
}

.voy-article-author-card img {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  object-fit: cover;
  background: #e8eef8;
}

.voy-article-author-card h4 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.voy-article-author-card__actions {
  display: grid;
  gap: 0.65rem;
  justify-items: end;
}

.voy-article-author-card__actions a {
  min-width: 116px;
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--article-line);
  background: #ffffff;
  color: var(--article-ink);
}

.voy-article-author-card__actions a:first-child {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
}

.voy-article-related {
  padding: 2.8rem;
  border-top: 1px solid var(--article-line);
  background: #fffdf8;
}

.voy-article-related__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.voy-article-related__head h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.voy-article-related__head p {
  max-width: 32rem;
  margin: 0;
  color: var(--article-muted);
}

.voy-article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.voy-article-related__card {
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--article-line);
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(25, 45, 82, 0.05);
}

.voy-article-related__thumb {
  aspect-ratio: 1.28;
  background: linear-gradient(135deg, #ecf2fa 0%, #faf0e6 100%);
  display: block;
  width: 100%;
  object-fit: cover;
}

.voy-article-related__card-body {
  display: grid;
  gap: 0.55rem;
  padding: 1rem 1rem 1.15rem;
}

.voy-article-related__eyebrow {
  color: #8b95a8;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.voy-article-related__card h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.voy-article-related__card p {
  margin: 0;
  color: var(--article-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.voy-article-related__link {
  color: #3a8e66;
  font-weight: 700;
  font-size: 0.92rem;
}

@media (max-width: 991px) {
  .voy-article-template__frame {
    border-radius: 24px;
  }

  .voy-article-template__hero,
  .voy-article-template__media,
  .voy-article-template__content,
  .voy-article-template__pager,
  .voy-article-related {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .voy-article-template__content {
    grid-template-columns: 1fr;
  }

  .voy-article-template__hero-image,
  .voy-article-media-block img {
    aspect-ratio: 2.6 / 1;
  }

  .voy-article-template__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .voy-article-author-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .voy-article-author-card__actions {
    grid-column: 1 / -1;
    justify-items: start;
  }

  .voy-article-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .voy-article-template__hero {
    padding-top: 2rem;
  }

  .voy-article-template__meta {
    grid-template-columns: 1fr;
  }

  .voy-article-actions {
    justify-content: flex-start;
  }

  .voy-article-template__rail {
    grid-template-columns: 1fr;
  }

  .voy-article-author-card {
    grid-template-columns: 1fr;
  }
}
