.rj1-art-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.rj1-art-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
}

.rj1-art-tag--blue {
  background: linear-gradient(135deg, #eef5fc, #dceaf8);
  color: var(--rj1-blue);
  border: 1px solid rgba(66, 111, 196, 0.18);
}

.rj1-art-tag--gold {
  background: linear-gradient(135deg, #fdf9ec, #f7eecc);
  color: var(--rj1-gold-deep);
  border: 1px solid rgba(184, 138, 30, 0.2);
}

.rj1-art-tag--small {
  font-size: 10px;
  padding: 4px 9px;
}

.rj1-art-date {
  font-size: 13px;
  color: #8a8377;
}

.rj1-art-read {
  font-size: 14px;
  font-weight: 700;
  color: var(--rj1-blue);
  display: inline-block;
  margin-top: auto;
}

.rj1-art-featured {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 20px 50px -28px rgba(18, 63, 111, 0.45);
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(34, 38, 46, 0.08);
  transition: transform 0.25s ease;
}

.rj1-art-featured:hover,
.rj1-art-card:hover {
  transform: translateY(-4px);
}

.rj1-art-featured-img,
.rj1-art-card-img,
.rj1-art-hero-img {
  position: relative;
  overflow: hidden;
}

.rj1-art-featured-img {
  min-height: 360px;
}

.rj1-art-featured-img img,
.rj1-art-card-img img,
.rj1-art-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rj1-art-featured-body {
  background: #fff;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rj1-art-featured-body h2,
.rj1-art-card-body h3,
.rj1-art-sidebar-card h4 {
  font-family: var(--rj1-serif);
}

.rj1-art-featured-body h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.2px;
  color: var(--rj1-ink);
}

.rj1-art-featured-body p,
.rj1-art-card-body p,
.rj1-art-sidebar-card p {
  margin: 0;
  color: var(--rj1-body);
}

.rj1-art-featured-body p {
  font-size: 15.5px;
  line-height: 1.65;
}

.rj1-art-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rj1-art-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(34, 38, 46, 0.08);
  box-shadow: 0 10px 28px -20px rgba(18, 63, 111, 0.28);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease;
}

.rj1-art-card-img {
  height: 180px;
  background: linear-gradient(145deg, #eef5fc 0%, #f7f4ef 100%);
}

.rj1-art-card-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.rj1-art-card-body h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: var(--rj1-ink);
}

.rj1-art-card-body p {
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}

.rj1-art-single-hero h1 {
  font-size: 44px;
}

.rj1-art-meta--article {
  margin: 0 0 22px;
}

.rj1-art-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 4px;
}

.rj1-art-back:hover {
  color: #fff;
}

.rj1-art-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}

.rj1-art-hero-img {
  height: 100%;
  border-radius: 16px;
  margin-bottom: 36px;
  box-shadow: 0 16px 40px -24px rgba(18, 63, 111, 0.35);
}

.rj1-art-prose {
  font-size: 17px;
  line-height: 1.75;
  color: var(--rj1-body);
}

.rj1-art-lede {
  font-size: 20px;
  line-height: 1.6;
  color: var(--rj1-ink);
  font-family: var(--rj1-serif);
  margin: 0 0 28px;
}

.rj1-art-prose h2 {
  font-family: var(--rj1-serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--rj1-ink);
  margin: 36px 0 14px;
  letter-spacing: -0.2px;
}

.rj1-art-prose p {
  margin: 0 0 18px;
}

.rj1-art-prose a {
  color: var(--rj1-blue);
  font-weight: 600;
}

.rj1-art-prose ul,
.rj1-art-prose ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

.rj1-art-prose li + li {
  margin-top: 8px;
}

.rj1-art-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 84px;
}

.rj1-art-sidebar-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 22px;
  border: 1px solid rgba(34, 38, 46, 0.08);
  box-shadow: 0 8px 24px -16px rgba(18, 63, 111, 0.22);
}

.rj1-art-sidebar-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 14px;
}

.rj1-art-sidebar-card p {
  font-size: 14px;
  line-height: 1.6;
}

.rj1-art-sidebar-card--dark {
  background: linear-gradient(155deg, #163f6f 0%, #0b2545 100%);
  color: #fff;
}

.rj1-art-sidebar-card--dark h4 {
  color: #fff;
}

.rj1-art-sidebar-card--dark p {
  color: rgba(247, 244, 239, 0.8);
}

.rj1-art-sidebar-cta {
  display: inline-flex;
  margin-top: 10px;
}

.rj1-art-author {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.rj1-art-author-avatar {
  width: 44px;
  height: 44px;
  font-size: 16px;
  background: var(--rj1-blue);
  flex-shrink: 0;
}

.rj1-art-author strong {
  display: block;
  font-size: 15px;
}

.rj1-art-author span {
  font-size: 13px;
  color: #8a8377;
}

.rj1-art-related {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rj1-art-related-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: var(--rj1-ink);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(34, 38, 46, 0.07);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.rj1-art-related-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.rj1-art-related-item:hover {
  color: var(--rj1-blue);
}

@media (max-width: 1024px) {
  .rj1-art-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rj1-art-layout {
    grid-template-columns: 1fr;
  }

  .rj1-art-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .rj1-art-single-hero h1 {
    font-size: 30px;
  }

  .rj1-art-meta--article {
    margin-bottom: 18px;
  }

  .rj1-art-featured {
    grid-template-columns: 1fr;
  }

  .rj1-art-featured-img {
    min-height: 220px;
  }

  .rj1-art-featured-body {
    padding: 28px 22px;
  }

  .rj1-art-grid {
    grid-template-columns: 1fr;
  }

  .rj1-art-hero-img {
    height: 240px;
    margin-bottom: 24px;
  }

  .rj1-art-prose {
    font-size: 16px;
  }
}
