.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-feature-section {
  padding-top: clamp(0.5rem, 2vw, 1rem);
}

.news-feature-section + .news-feature-section {
  padding-top: clamp(1.5rem, 4vw, 3rem);
}

.news-feature {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(
      560px 260px at 4% 0%,
      rgba(244, 231, 186, 0.07),
      transparent 58%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.02)
    );

  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.news-feature__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.82fr);
  gap: clamp(1.25rem, 5vw, 4rem);
  align-items: center;
}

.news-feature__date {
  display: inline-block;
  margin-bottom: clamp(1rem, 2vw, 1.7rem);
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 650;
  letter-spacing: 0.02em;
}

.news-feature__title {
  display: grid;
  gap: 1.21rem;
  margin: 0;
  color: #f022ee;
  font-family: "Raleway", sans-serif;
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow:
    -0.05em -0.05em 0 #d7ffbc,
    0.05em -0.05em 0 #d7ffbc,
    -0.05em 0.05em 0 #d7ffbc,
    0.05em 0.05em 0 #d7ffbc;
}

.news-feature--red .news-feature__title {
  color: #f20b31;
}

.news-feature--red .news-feature__title br {
  display: none;
}

.news-feature__title small {
  color: #f022ee;
  font-size: clamp(0.8rem, 1.55vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.55em;
  line-height: 1.2;
  text-align: center;
  text-shadow: none;
}

.news-feature__media {
  margin: 0;
}

.news-feature__media img,
.news-feature__image-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.news-feature__image-placeholder {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  color: var(--muted);
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background:
    radial-gradient(
      320px 160px at 28% 18%,
      rgba(244, 231, 186, 0.08),
      transparent 65%
    ),
    rgba(255, 255, 255, 0.045);
}

.news-feature__body {
  display: grid;
  gap: 1rem;
  max-width: 74rem;
}

.news-feature__body p {
  margin: 0;
  color: var(--text);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.68;
}

.press-cta-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(2rem, 4vw, 3.5rem);
}

.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;
}

.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;
}

.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);
}

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

.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;
}

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

@media (max-width: 860px) {
  .news-feature__header {
    grid-template-columns: 1fr;
  }

  .news-feature__title-block {
    text-align: center;
  }
}

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

  .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;
  }

  .news-feature {
    padding: 1rem;
  }

  .news-feature__title {
    font-size: clamp(2.35rem, 16vw, 3.3rem);
  }

  .news-feature--red .news-feature__title br {
    display: block;
  }

  .news-feature__title small {
    font-size: clamp(0.68rem, 4vw, 0.86rem);
    letter-spacing: 0.28em;
  }

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

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