.gel-news-posts-section {
  background: var(--gel-white, #ffffff);
  overflow: hidden;
  padding: clamp(62px, 6vw, 88px) 0;
}

.gel-news-posts-section .section-heading {
  display: block;
  margin: 0 auto clamp(34px, 4vw, 48px);
  max-width: 760px;
  text-align: center;
}

.gel-news-posts-section .section-heading > div {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.gel-news-posts-section .section-heading .eyebrow {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.gel-news-posts-section .section-heading h2 {
  color: var(--gel-ink, #1f2937);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0;
}

.gel-news-posts-layout {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  margin-inline: auto;
  max-width: 1060px;
}

.gel-news-post-featured {
  background: var(--gel-white, #ffffff);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--gel-blue-900, #1d4ed8) 10%, transparent);
  min-width: 0;
}

.gel-news-post-featured__media,
.gel-news-post-mini__media {
  display: block;
  overflow: hidden;
}

.gel-news-post-featured__media img,
.gel-news-card-placeholder {
  aspect-ratio: 1.78 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 520ms ease;
  width: 100%;
}

.gel-news-post-featured:hover .gel-news-post-featured__media img,
.gel-news-post-mini:hover .gel-news-post-mini__media img,
.gel-news-post-featured:hover .gel-news-card-placeholder,
.gel-news-post-mini:hover .gel-news-card-placeholder {
  transform: scale(1.045);
}

.gel-news-card-placeholder {
  align-items: center;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--gel-blue-600, #2563eb) 90%, transparent), color-mix(in srgb, var(--gel-blue-900, #1d4ed8) 94%, transparent)),
    radial-gradient(circle at 76% 18%, color-mix(in srgb, var(--gel-text-on-dark, #ffffff) 24%, transparent), transparent 34%);
  color: var(--gel-text-on-dark, #ffffff);
  display: flex;
  justify-content: center;
}

.gel-news-card-placeholder span {
  color: var(--gel-text-on-dark, #ffffff);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin: 0;
}

.gel-news-post-featured__body {
  padding: clamp(22px, 2.4vw, 30px);
}

.gel-news-post-meta {
  align-items: center;
  color: color-mix(in srgb, var(--gel-ink, #1f2937) 62%, transparent);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
}

.gel-news-post-meta time,
.gel-news-post-comments {
  align-items: center;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 500;
  gap: 6px;
}

.gel-news-post-meta time::before,
.gel-news-post-comments::before {
  background: currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 13px;
  opacity: 0.82;
  width: 13px;
}

.gel-news-post-meta time::before {
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 0 3px, #000 3.5px 7px, transparent 7.5px), linear-gradient(#000 0 0) center / 2px 6px no-repeat, linear-gradient(#000 0 0) 50% 50% / 6px 2px no-repeat;
  mask: radial-gradient(circle at 50% 50%, transparent 0 3px, #000 3.5px 7px, transparent 7.5px), linear-gradient(#000 0 0) center / 2px 6px no-repeat, linear-gradient(#000 0 0) 50% 50% / 6px 2px no-repeat;
}

.gel-news-post-comments::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.8C4 4.25 5.25 3 6.8 3h10.4C18.75 3 20 4.25 20 5.8v6.4c0 1.55-1.25 2.8-2.8 2.8H10l-4.3 3.15c-.66.48-1.6.01-1.6-.81V15.1C2.86 14.78 2 13.66 2 12.4V5.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.8C4 4.25 5.25 3 6.8 3h10.4C18.75 3 20 4.25 20 5.8v6.4c0 1.55-1.25 2.8-2.8 2.8H10l-4.3 3.15c-.66.48-1.6.01-1.6-.81V15.1C2.86 14.78 2 13.66 2 12.4V5.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gel-news-post-featured h3,
.gel-news-post-mini h3 {
  color: var(--gel-ink, #1f2937);
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.gel-news-post-featured h3 {
  font-size: clamp(1.38rem, 1.85vw, 1.72rem);
  line-height: 1.22;
}

.gel-news-post-featured h3 a,
.gel-news-post-mini h3 a {
  color: inherit;
  text-decoration: none;
}

.gel-news-post-featured h3 a:hover,
.gel-news-post-mini h3 a:hover {
  color: var(--gel-blue-600, #2563eb);
}

.gel-news-post-featured p,
.gel-news-post-mini p {
  color: color-mix(in srgb, var(--gel-ink, #1f2937) 78%, transparent);
  line-height: 1.68;
  margin: 16px 0 0;
}

.gel-news-post-read-more {
  font-size: 0.88rem;
  margin-top: 24px;
  min-height: 42px;
  padding-inline: 18px;
  text-transform: none;
}

.gel-news-post-read-more span {
  font-size: 1rem;
  line-height: 1;
}

.gel-news-post-read-more:hover,
.gel-news-post-read-more:focus {
  color: var(--gel-text-on-dark, #ffffff);
}

.gel-news-post-list {
  display: grid;
  gap: clamp(20px, 2.4vw, 28px);
}

.gel-news-post-mini {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(120px, 156px) minmax(0, 1fr);
}

.gel-news-post-mini__media img,
.gel-news-post-mini__media .gel-news-card-placeholder {
  aspect-ratio: 1 / 1;
  display: block;
  height: 100%;
  min-height: 124px;
  object-fit: cover;
  width: 100%;
}

.gel-news-post-mini h3 {
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  line-height: 1.28;
}

.gel-news-post-mini p {
  margin-top: 12px;
}

.gel-news-posts-section .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.gel-news-posts-section .reveal.is-visible,
.gel-news-posts-section .reveal.reveal-visible,
.gel-news-posts-section .reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.gel-news-post-list .reveal:nth-child(1) {
  transition-delay: 80ms;
}

.gel-news-post-list .reveal:nth-child(2) {
  transition-delay: 160ms;
}

.gel-news-post-list .reveal:nth-child(3) {
  transition-delay: 240ms;
}

.gel-news-empty {
  color: var(--gel-muted, #667085);
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .gel-news-posts-section .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1020px) {
  .gel-news-posts-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .gel-news-posts-section {
    padding: 52px 0 58px;
  }

  .gel-news-posts-section .section-heading {
    margin-bottom: 32px;
  }

  .gel-news-post-mini {
    gap: 16px;
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .gel-news-post-mini__media img,
  .gel-news-post-mini__media .gel-news-card-placeholder {
    min-height: 112px;
  }

  .gel-news-post-mini p {
    display: none;
  }
}
