body.press-release-modern-page {
  background:
    radial-gradient(circle at 50% -9rem, rgba(209, 166, 98, .18), transparent 34rem),
    linear-gradient(180deg, #fbf8ef 0%, #fffdf8 52%, #f2f5f8 100%);
  color: #15223a;
}

body.press-release-modern-page .site-main {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(9, 38, 79, .028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 38, 79, .022) 1px, transparent 1px);
  background-size: 96px 96px;
}

.press-release-hero {
  min-height: clamp(230px, 27vw, 340px);
  padding: clamp(96px, 10vw, 128px) 20px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid rgba(208, 166, 109, .28);
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(247,243,236,.94)),
    url("../img/academia-banner_1.png") center center / cover no-repeat;
}

.press-release-hero__card {
  width: min(980px, 100%);
  margin-bottom: -46px;
  padding: clamp(24px, 3.4vw, 38px);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 10px;
  background: rgba(255,253,248,.95);
  box-shadow: 0 26px 68px rgba(9,38,79,.15);
  text-align: center;
  backdrop-filter: blur(14px);
}

.press-release-kicker {
  margin: 0 0 14px;
  color: #8c2f31;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.press-release-hero__card h1 {
  max-width: 760px;
  margin: 0 auto;
  color: #08254f;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.press-release-hero__divider,
.press-release-rule {
  display: block;
  width: 136px;
  height: 2px;
  margin: 20px auto 0;
  background: linear-gradient(90deg, transparent, #d0a66d, #8c2f31, #d0a66d, transparent);
}

.press-release-section {
  padding: clamp(84px, 7vw, 108px) 0 clamp(76px, 8vw, 120px);
}

.press-release-shell {
  width: min(100%, 1260px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 34px);
}

.press-release-layout {
  display: grid;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 50px);
  align-items: start;
}

.press-release-side,
.press-release-article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(205, 160, 88, .46);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,.99), rgba(252,248,239,.95));
  box-shadow: 0 24px 62px rgba(9,38,79,.11);
}

.press-release-side::before,
.press-release-article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #8c2f31, #d0a66d 52%, #08254f);
}

.press-release-side {
  position: sticky;
  top: 124px;
  padding: clamp(24px, 2.6vw, 34px);
}

.press-release-side__seal {
  width: 96px;
  height: 96px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(208,166,109,.44);
  border-radius: 50%;
  background: rgba(255,253,248,.92);
}

.press-release-side__seal img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.press-release-side h2 {
  margin: 0 0 18px;
  color: #08254f;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.12;
  text-align: center;
}

.press-release-facts {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.press-release-facts li {
  padding: 14px 15px;
  border: 1px solid rgba(9,38,79,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
}

.press-release-facts span {
  display: block;
  margin-bottom: 4px;
  color: #8c2f31;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.press-release-facts strong {
  color: #25334b;
  font-size: 15px;
  line-height: 1.45;
}

.press-release-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.press-release-program {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  background: #08254f;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 38px rgba(9,38,79,.22);
  transition: transform .18s ease, background .18s ease;
}

.press-release-program:hover {
  color: #fff;
  background: #8c2f31;
  transform: translateY(-2px);
}

.press-release-article {
  padding: clamp(32px, 4.2vw, 58px) clamp(34px, 5vw, 70px);
}

.press-release-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 26px;
}

.press-release-meta span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(9,38,79,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: #5d6a80;
  font-size: 13px;
  font-weight: 800;
}

.press-release-title {
  margin: 0 0 30px;
  text-align: center;
}

.press-release-title p {
  margin: 0 0 8px;
  color: #08254f;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.1vw, 30px);
  font-weight: 700;
  line-height: 1.2;
}

.press-release-title h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #08254f;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.18;
}

.press-release-body {
  max-width: 780px;
  margin: 0 auto;
  color: #25334b;
  font-size: 18px;
  line-height: 1.9;
}

.press-release-body p {
  margin: 0 0 22px;
  text-align: justify;
}

.press-release-body p:first-child::first-letter {
  float: left;
  padding: 8px 10px 2px 0;
  color: #8c2f31;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: .78;
}

.press-release-body a {
  color: #08254f;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(208,166,109,.7);
}

.press-release-signature {
  margin: 34px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(9,38,79,.13);
  color: #5d6a80;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  text-align: right;
}

@media (max-width: 991px) {
  .press-release-layout {
    grid-template-columns: 1fr;
  }

  .press-release-side {
    position: relative;
    top: auto;
  }
}

@media (max-width: 575px) {
  .press-release-body {
    font-size: 16px;
    line-height: 1.75;
  }

  .press-release-body p {
    text-align: left;
  }

  .press-release-side,
  .press-release-article {
    border-radius: 8px;
  }
}
