.home-curated-news {
  width: min(var(--public-content, 1120px), 100%);
  margin: clamp(34px, 4vw, 54px) auto 0;
}

.home-curated-news-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding-bottom: clamp(22px, 2.8vw, 30px);
  border-bottom: 5px solid var(--home-text, #24211f);
}

.home-curated-news-heading::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: clamp(70px, 10vw, 116px);
  height: 5px;
  background: var(--home-accent, #b24730);
  content: "";
}

.home-curated-news-heading h2 {
  margin: 0;
  color: var(--home-text, #24211f);
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.04;
  text-wrap: balance;
}

.home-curated-news-heading div > p {
  max-width: 62ch;
  margin: 13px 0 0;
  color: var(--home-muted, #625b55);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.55;
}

.home-curated-news-count {
  margin: 13px 0 0;
  color: var(--home-muted, #625b55);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-curated-news-stories {
  border-bottom: 1px solid var(--home-border-soft, #ddd7cf);
}

.home-curated-news-story {
  padding: clamp(32px, 4vw, 48px) 0;
  border-bottom: 1px solid var(--home-border-soft, #ddd7cf);
}

.home-curated-news-story:last-child {
  border-bottom: 0;
}

.home-curated-news-story-inner {
  max-width: 920px;
  padding-left: clamp(22px, 3vw, 34px);
  border-left: 4px solid var(--home-accent, #b24730);
}

.home-curated-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin: 0;
  color: var(--home-muted, #625b55);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-curated-news-meta span + span {
  position: relative;
  color: var(--home-accent-hover, #9f3d2b);
}

.home-curated-news-meta span + span::before {
  position: absolute;
  top: 0.55em;
  left: -9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.home-curated-news-story h3 {
  max-width: 31ch;
  margin: 13px 0 0;
  color: var(--home-text, #24211f);
  font-family: var(--serif);
  font-size: clamp(26px, 2.8vw, 35px);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.home-curated-news-story h3 a {
  color: inherit;
  text-decoration: none;
}

.home-curated-news-story h3 a:hover {
  color: var(--home-accent-hover, #9f3d2b);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.home-curated-news-story h3 a:focus-visible,
.home-curated-news-cta:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--home-accent, #b24730);
  outline-offset: 4px;
}

.home-curated-news-publication {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 12px 0 0;
  color: var(--home-muted, #625b55);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.home-curated-news-publication span {
  position: relative;
}

.home-curated-news-publication span::before {
  position: absolute;
  top: 0.6em;
  left: -10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--home-border, #c8bfb5);
  content: "";
}

.home-curated-news-summary {
  max-width: 76ch;
  margin: 22px 0 0;
  color: var(--home-muted, #625b55);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.65;
}

.home-curated-news-takeaway {
  max-width: 76ch;
  margin: 20px 0 0;
  padding: 15px 18px 16px;
  border: 1px solid var(--home-border-soft, #ddd7cf);
  border-radius: 10px;
  background: color-mix(in srgb, var(--home-accent, #b24730) 5%, transparent);
  color: var(--home-text, #24211f);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.58;
}

.home-curated-news-takeaway span {
  display: block;
  margin-bottom: 4px;
  color: var(--home-accent-hover, #9f3d2b);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-curated-news-cta {
  display: inline-flex;
  margin-top: 21px;
  border-bottom: 1px solid var(--home-accent, #b24730);
  padding-bottom: 4px;
  color: var(--home-accent-hover, #9f3d2b);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.home-curated-news-cta:hover {
  border-color: var(--home-text, #24211f);
  color: var(--home-text, #24211f);
}

@media (max-width: 760px) {
  .home-curated-news {
    margin-top: 28px;
  }

  .home-curated-news-heading {
    gap: 14px;
    padding-bottom: 22px;
    border-bottom-width: 4px;
  }

  .home-curated-news-heading::after {
    bottom: -4px;
    height: 4px;
  }

  .home-curated-news-heading h2 {
    font-size: clamp(33px, 9vw, 40px);
  }

  .home-curated-news-heading div > p {
    margin-top: 10px;
    font-size: 15px;
  }

  .home-curated-news-count {
    margin-top: 9px;
    font-size: 9px;
  }

  .home-curated-news-story {
    padding: 30px 0 34px;
  }

  .home-curated-news-story-inner {
    padding-left: 20px;
    border-left-width: 3px;
  }

  .home-curated-news-story h3 {
    max-width: 25ch;
    font-size: clamp(26px, 7.8vw, 32px);
  }

  .home-curated-news-summary {
    margin-top: 19px;
    font-size: 15.5px;
  }
}

@media (max-width: 480px) {
  .home-curated-news-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .home-curated-news-count {
    grid-row: 1;
    justify-self: end;
    margin-top: 11px;
  }

  .home-curated-news-heading > div {
    grid-row: 1 / span 2;
  }

  .home-curated-news-heading h2 {
    max-width: 7.5em;
    padding-right: 64px;
  }

  .home-curated-news-meta,
  .home-curated-news-publication {
    gap: 6px 16px;
  }

  .home-curated-news-takeaway {
    padding: 14px 15px 15px;
  }
}

@supports not (background: color-mix(in srgb, white 50%, black)) {
  .home-curated-news-takeaway {
    background: #f7efeb;
  }
}
