.csr-hero-panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: clamp(28px, 4vw, 52px);
  color: #fff;
  background-color: #0b3154;
  background-size: cover;
  background-position: center right;
}

.csr-hero-panel .hero-lede {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.7;
}

.csr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.csr-article {
  padding: clamp(26px, 3vw, 42px);
}

.csr-article .page-header {
  margin-bottom: 28px;
}

.csr-article__intro {
  max-width: 70ch;
  margin-bottom: 24px;
  color: var(--ndc-muted);
  font-size: 1.02rem;
}

.csr-article__body {
  max-width: 72ch;
}

.csr-article__body p {
  margin: 0 0 1.2rem;
  line-height: 1.8;
}

.csr-article__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 76, 129, 0.12);
  cursor: zoom-in;
}

.csr-article__body h2,
.csr-article__body h3 {
  margin: 1.8rem 0 0.85rem;
  color: var(--ndc-blue-deep);
  font-family: var(--ndc-font-head);
  line-height: 1.2;
}

.csr-sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 120px;
}

.csr-sidebar__card {
  padding: 24px;
}

.csr-highlight-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 12px;
  color: var(--ndc-ink);
}

.csr-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.csr-mosaic__item {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f3f7fb;
}

.csr-mosaic__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csr-related-list {
  display: grid;
  gap: 12px;
}

.csr-related-list--featured {
  gap: 14px;
}

.csr-related-item {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid var(--ndc-border);
  border-radius: 16px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.csr-related-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 76, 129, 0.12);
}

.csr-related-item--thumb {
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.csr-related-item__thumb {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #f1f5f9;
}

.csr-related-item__thumb img {
  display: block;
  width: 100%;
  height: 88px;
  object-fit: cover;
}

.csr-related-item__content {
  display: grid;
  gap: 4px;
}

.csr-related-item__title {
  color: var(--ndc-blue-deep);
  font-weight: 700;
  line-height: 1.35;
}

.csr-related-item__meta {
  color: var(--ndc-muted);
  font-size: 0.9rem;
}

.csr-engagement__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: start;
}

.csr-comments {
  padding: clamp(26px, 3vw, 42px);
}

.csr-comments .comment-form {
  display: grid;
  gap: 14px;
}

.csr-comment-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.csr-comments .comment-form-note {
  margin: 0;
  color: var(--ndc-muted);
}

.csr-comments textarea,
.csr-comments input[type="text"],
.csr-comments input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--ndc-border);
  border-radius: 16px;
  background: #fff;
  color: var(--ndc-ink);
  font: inherit;
  box-sizing: border-box;
}

.csr-comments textarea {
  min-height: 150px;
  resize: vertical;
}

.csr-comments .comment-form-author,
.csr-comments .comment-form-email,
.csr-comments .comment-form-comment {
  margin: 0;
}

.csr-comments .form-submit {
  margin: 8px 0 0;
}

.csr-comments .form-submit .csr-comment-submit {
  width: 100%;
}

.csr-comment-submit {
  min-width: 180px;
}

.csr-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(6, 14, 24, 0.88);
}

.csr-lightbox[hidden] {
  display: none;
}

.csr-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.csr-lightbox__figure {
  margin: 0;
  max-width: min(92vw, 980px);
  max-height: 92vh;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.csr-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  background: #fff;
}

.csr-lightbox__caption {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 0.95rem;
}

body.is-csr-lightbox-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .csr-layout {
    grid-template-columns: 1fr;
  }

  .csr-engagement__grid {
    grid-template-columns: 1fr;
  }

  .csr-sidebar {
    position: static;
  }

  .csr-hero-panel {
    min-height: 300px;
  }

  .csr-related-item--thumb {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .csr-related-item__thumb img {
    height: 72px;
  }

  .csr-comment-form__row {
    grid-template-columns: 1fr;
  }
}
