.current-editorial {
  --current-ink: #153f32;
  --current-muted: #71877f;
  --current-line: rgba(21, 65, 50, .16);
  display: flex;
  gap: 32px;
  align-items: start;
  margin: 0;
  color: var(--current-ink);
}

.current-editorial__main {
  flex: 1 1 0;
  align-self: flex-start;
  min-width: 0;
}

.current-editorial__rail {
  flex: 0 0 calc((100% - 32px) / 4.15);
  align-self: flex-start;
  min-width: 280px;
}

.current-editorial a { color: inherit; }

.current-editorial__header,
.current-editorial__rail-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.current-editorial__header {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--current-line);
}

.current-editorial__header h2,
.current-editorial__rail-header h2 {
  margin: 0;
  color: var(--current-ink) !important;
  font-family: var(--font-editorial);
  font-weight: 500;
  letter-spacing: -.03em;
}

.current-editorial__header h2 { font-size: 30px; line-height: 1.08; }
.current-editorial__header > a,
.current-editorial__rail-header > a {
  color: #39745e !important;
  font-size: 12px;
  white-space: nowrap;
}

.current-editorial__top {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(280px, 1fr);
  gap: 16px;
  align-items: stretch;
  height: 680px;
  aspect-ratio: auto;
}

.current-editorial__lead {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: 8px;
  background: #164334;
}

.current-editorial__lead-media,
.current-editorial__lead-copy {
  grid-area: 1 / 1;
}

.current-editorial__lead-media {
  position: relative;
  display: block;
  z-index: 0;
}

.current-editorial__lead-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 35%, rgba(5,45,32,.94) 100%);
  pointer-events: none;
}

.current-editorial__lead-media img,
.current-editorial__lead-media .premium-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--home-focal-x, 50%) var(--home-focal-y, 50%);
  filter: none;
}

.current-editorial__lead-copy {
  z-index: 1;
  align-self: end;
  padding: 230px 26px 24px;
  pointer-events: none;
}

.current-editorial__lead-copy a { pointer-events: auto; }
.current-editorial__lead-copy > .cat-badge {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 9px;
  border: 0;
  border-radius: 5px;
  background: #dfeee5;
  color: #0d5a43 !important;
  font-size: clamp(10px, .65vw, 11px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.current-editorial__lead-copy h3 { margin: 0; }
.current-editorial__lead-copy h3 a {
  color: #fff;
  font-family: var(--font-editorial);
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.025em;
}

.current-editorial__lead-copy time {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.7);
  font-size: 11px;
}

.current-editorial__secondary {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 22px;
  height: 680px;
  min-height: 0;
}

.current-editorial__secondary-item {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: visible;
  min-height: 0;
  border: 0;
  background: transparent;
}

.current-editorial__secondary-media {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 3 / 2;
}

.current-editorial__secondary-media img,
.current-editorial__secondary-media .premium-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.current-editorial__secondary-copy {
  padding-top: 7px;
  background: transparent;
}

.current-editorial__secondary-copy > .cat-badge,
.current-editorial__category {
  display: block;
  width: fit-content;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #39745e !important;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.current-editorial__secondary-copy h3 { margin: 0; }
.current-editorial__secondary-copy h3 a {
  color: var(--current-ink);
  font-size: clamp(15px, 1.15vw, 20px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -.012em;
}

.current-editorial__secondary-copy time,
.current-editorial__grid-copy time {
  display: block;
  margin-top: 6px;
  color: var(--current-muted);
  font-size: 9px;
  line-height: 1.2;
}

.current-editorial__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  grid-template-rows: repeat(2, 128px);
  height: 256px;
}

.current-editorial__grid-item {
  margin: 0;
  padding: 24px;
  border-right: 1px solid var(--current-line);
  border-bottom: 1px solid var(--current-line);
  background: transparent;
}

.current-editorial__grid-item:nth-child(-n + 3) { padding-top: 0; }
.current-editorial__grid-item:nth-child(3n + 1) { padding-left: 0; }
.current-editorial__grid-item:nth-child(3n) {
  padding-right: 0;
  border-right: 0;
}
.current-editorial__grid-item:nth-last-child(-n + 3) {
  padding-bottom: 0;
  border-bottom: 0;
}

.current-editorial__grid-title {
  display: block;
  color: var(--current-ink) !important;
  font-size: clamp(13px, 1vw, 18px);
  line-height: 1.15;
  font-weight: 570;
  letter-spacing: -.01em;
  white-space: normal;
}

.current-editorial__grid-item:nth-child(-n + 3) .current-editorial__grid-title {
  font-size: clamp(13px, 1vw, 18px);
  line-height: 1.15;
  font-weight: 620;
}

.current-editorial__rail-section {
  padding-top: 11px;
  border-top: 2px solid #b64a35;
}

.current-editorial__rail-section--emergency .current-editorial__rail-header h2,
.current-editorial__rail-section--emergency .current-editorial__rail-header > a,
.current-editorial__rail-section--emergency .current-editorial__rail-list time {
  color: #b64a35 !important;
}

.current-editorial__rail-section--law {
  margin-top: 22px;
  border-top-color: #39745e;
}

.current-editorial__rail-header { margin-bottom: 10px; }
.current-editorial__rail-header h2 { font-size: 25px; line-height: 1; }
.current-editorial__rail-list a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid var(--current-line);
  color: var(--current-ink) !important;
  font-size: clamp(12px, .9vw, 15px);
  line-height: 1.25;
  height: 54px;
}
.current-editorial__rail-list a:first-child { padding-top: 0; }
.current-editorial__rail-list time {
  display: block;
  margin-bottom: 4px;
  color: #a6544b;
  font-size: 9px;
  line-height: 1;
}
.current-editorial__rail-section--law time { color: #39745e; }

.current-editorial__ministry {
  display: block;
  width: 100%;
  margin-top: 22px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}
.current-editorial__ministry img {
  display: block;
  width: 100%;
  height: auto;
}

.current-editorial__rpn {
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}
.current-editorial__rpn img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .current-editorial { display: grid; grid-template-columns: 1fr; }
  .current-editorial__rail { min-width: 0; }
  .current-editorial__rail { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .current-editorial__rail-section--law { margin-top: 0; }
  .current-editorial__ministry,
  .current-editorial__rpn { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .current-editorial__top,
  .current-editorial__grid,
  .current-editorial__rail { grid-template-columns: 1fr; }
  .current-editorial__top { height: auto; aspect-ratio: auto; }
  .current-editorial__lead-copy { padding: 220px 20px 20px; }
  .current-editorial__secondary { height: auto; grid-template-rows: auto; }
  .current-editorial__secondary-item { grid-template-rows: auto; }
  .current-editorial__secondary-media { aspect-ratio: 16 / 9; }
  .current-editorial__grid-item,
  .current-editorial__grid-item:nth-child(n) {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--current-line);
  }
  .current-editorial__grid { height: auto; grid-template-rows: none; }
  .current-editorial__rail-list a { height: auto; }
  .current-editorial__rail-section--law { margin-top: 30px; }
  .current-editorial__ministry,
  .current-editorial__rpn { grid-column: auto; }
}
