.page-presse .news-main {
  overflow: hidden;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.news-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(2.25rem, 5vw, 4rem);
}

.news-hero::before,
.news-hero::after,
.news-hero__inner::before,
.press-cta-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 29% 24%, rgba(255, 255, 255, 0.42) 0 5%, transparent 13%),
    radial-gradient(ellipse at 45% 19%, rgba(255, 255, 255, 0.2) 0 4%, transparent 12%),
    radial-gradient(circle at 71% 72%, rgba(105, 245, 215, 0.145) 0 8%, transparent 24%),
    radial-gradient(circle at 36% 77%, rgba(194, 145, 255, 0.13) 0 7%, transparent 22%),
    radial-gradient(circle at 75% 32%, rgba(255, 185, 220, 0.115) 0 8%, transparent 23%),
    radial-gradient(ellipse at 22% 61%, rgba(255, 220, 145, 0.095) 0 7%, transparent 21%),
    conic-gradient(
      from 134deg,
      rgba(255, 255, 255, 0.035),
      rgba(105, 245, 215, 0.13),
      rgba(194, 145, 255, 0.115),
      rgba(255, 220, 145, 0.105),
      rgba(255, 185, 220, 0.095),
      rgba(165, 255, 205, 0.08),
      rgba(255, 255, 255, 0.035)
    );
  box-shadow:
    inset 7px 9px 18px rgba(255, 255, 255, 0.065),
    inset -10px -12px 22px rgba(105, 245, 215, 0.038),
    inset 9px -7px 18px rgba(255, 185, 220, 0.028),
    0 0 18px rgba(255, 255, 255, 0.032);
  opacity: 0.38;
  filter: blur(0.2px);
  mix-blend-mode: screen;
}

.news-hero::before {
  top: 17%;
  left: 7%;
  width: clamp(2.75rem, 5.5vw, 5.5rem);
  height: clamp(2.75rem, 5.5vw, 5.5rem);
}

.news-hero::after {
  right: 9%;
  top: 20%;
  width: clamp(2.4rem, 4.2vw, 4.25rem);
  height: clamp(2.4rem, 4.2vw, 4.25rem);
  opacity: 0.34;
}

.news-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  text-align: center;
}

.news-hero__inner::before {
  left: 4%;
  bottom: -2.7rem;
  width: clamp(2.25rem, 4vw, 4rem);
  height: clamp(2.25rem, 4vw, 4rem);
  opacity: 0.3;
}

.news-kicker {
  margin: 0 0 0.55rem;
  color: #f4e7ba;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.news-hero h1 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  font-weight: 200;
  letter-spacing: clamp(0.1em, 1vw, 0.28em);
  line-height: 0.98;
  text-transform: uppercase;
}

.news-hero__intro {
  max-width: 58ch;
  margin: 1rem auto 0;
  color: var(--text);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.75;
}

.news-featured-section,
.news-grid-section,
.press-cta-section {
  padding-top: clamp(2rem, 4vw, 3.5rem);
}

.press-cta-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.press-cta-section::before {
  right: 7%;
  bottom: 0.6rem;
  width: clamp(1.9rem, 3.2vw, 3.2rem);
  height: clamp(1.9rem, 3.2vw, 3.2rem);
  opacity: 0.24;
}

.press-cta-section > .container {
  position: relative;
  z-index: 1;
}

.news-section-head {
  max-width: 760px;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.news-section-head h2,
.press-cta h2 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 280;
  letter-spacing: 0.03em;
  line-height: 1.15;
}

.news-featured,
.news-card,
.press-cta {
  overflow-wrap: anywhere;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(620px 260px at 8% 0%, rgba(244, 231, 186, 0.08), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.022));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.news-featured {
  position: relative;
  display: grid;
  grid-template-columns: minmax(12rem, 0.35fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.news-featured::before {
  content: "";
  position: absolute;
  inset: 1rem auto 1rem 1rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(244, 231, 186, 0), rgba(244, 231, 186, 0.75), rgba(46, 229, 157, 0));
}

.news-featured__meta,
.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.news-featured__meta {
  align-content: start;
  padding-left: 1rem;
}

.news-badge,
.news-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(244, 231, 186, 0.22);
  border-radius: 999px;
  color: #f4e7ba;
  background: rgba(244, 231, 186, 0.07);
}

.news-featured__content {
  display: grid;
  justify-items: start;
  gap: 1rem;
}

.news-featured h3,
.news-card h3 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  font-weight: 360;
  line-height: 1.2;
}

.news-featured p,
.news-card p,
.press-cta p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.75;
}

.news-featured__link {
  margin-top: 0.35rem;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
}

.news-card {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  min-height: 100%;
  padding: clamp(1.1rem, 2.5vw, 1.5rem);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.news-card:hover {
  transform: translateY(-3px);
  border-color: rgba(46, 229, 157, 0.26);
  background:
    radial-gradient(520px 220px at 0% 0%, rgba(46, 229, 157, 0.07), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026));
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.news-card__meta {
  justify-content: space-between;
}

.news-card__meta time {
  white-space: nowrap;
}

.news-empty-note {
  width: min(100%, 780px);
  margin: clamp(1.25rem, 2.5vw, 1.75rem) auto 0;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(244, 231, 186, 0.14);
  border-radius: 999px;
  color: var(--muted);
  text-align: center;
  background: rgba(255, 255, 255, 0.035);
}

.press-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(244, 231, 186, 0.14);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgb(15 29 129 / 98%), rgb(34 56 83 / 96%)),
    radial-gradient(
      500px 220px at 15% 0%,
      rgba(244, 231, 186, 0.08),
      transparent 65%
    );
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.press-cta p {
  max-width: 66ch;
  margin-top: 0.7rem;
}

.press-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
  flex: 0 0 auto;
}

.news-featured a:hover,
.news-featured a:focus-visible,
.press-cta a:hover,
.press-cta a:focus-visible {
  text-decoration: none;
}

@media (max-width: 1040px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .news-hero__inner {
    text-align: left;
  }

  .news-hero__intro {
    margin-left: 0;
  }

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

  .news-featured::before {
    inset: 1rem 1rem auto;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg, rgba(244, 231, 186, 0), rgba(244, 231, 186, 0.75), rgba(46, 229, 157, 0));
  }

  .news-featured__meta {
    padding-top: 0.75rem;
    padding-left: 0;
  }

  .press-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .press-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .news-hero {
    padding-top: 2.5rem;
  }

  .news-hero::before {
    width: clamp(2.5rem, 13vw, 3.8rem);
    height: clamp(2.5rem, 13vw, 3.8rem);
    opacity: 0.28;
  }

  .news-hero::after,
  .news-hero__inner::before {
    width: clamp(2rem, 11vw, 3.25rem);
    height: clamp(2rem, 11vw, 3.25rem);
    opacity: 0.23;
  }

  .press-cta-section::before {
    width: clamp(1.65rem, 9vw, 2.75rem);
    height: clamp(1.65rem, 9vw, 2.75rem);
    opacity: 0.18;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-empty-note {
    border-radius: 18px;
    text-align: left;
  }

  .press-cta__actions,
  .press-cta__actions .btn {
    width: 100%;
  }
}
