.page-main,
.archive-main,
.single-main {
  padding: 26px clamp(22px, 6vw, 88px) clamp(70px, 8vw, 120px);
}

.page-article,
.page-content-wrap,
.single-article {
  width: min(var(--page-max-width), 100%);
  margin: 0 auto;
}

.page-content-wrap {
  padding: clamp(22px, 4vw, 46px) 0 0;
}

.page-content-wrap > p:first-child {
  font-size: clamp(1.16rem, 1rem + 0.55vw, 1.42rem);
  color: var(--main-darker-green-color);
}

.content-callout,
.content-blocks--quote .content-block {
  margin: 34px 0;
  padding: clamp(22px, 4vw, 34px);
  border-left: 6px solid var(--main-green-color);
  border-radius: 8px;
  background: var(--main-lighter-green-color);
}

.content-blocks--program-list {
  margin: clamp(54px, 8vw, 90px) 0;
}

.content-blocks--program-list .content-block {
  display: grid;
  grid-template-columns: 46px 112px minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  margin: 0;
  padding: clamp(26px, 4vw, 44px) 0;
  border-top: 1px solid rgba(48, 79, 85, 0.2);
}

.content-blocks--program-list .content-block:last-child {
  border-bottom: 1px solid rgba(48, 79, 85, 0.2);
}

.content-block__index {
  align-self: start;
  padding-top: 7px;
  color: var(--main-orange-color);
  font-size: 0.88rem;
  font-weight: 950;
}

.content-blocks--program-list h2,
.content-callout h2 {
  margin-top: 0;
}

.content-blocks--quote .content-block {
  color: var(--main-darker-green-color);
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.8rem);
  font-weight: 900;
  line-height: 1.35;
}

.content-block__media {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 8px;
}

.content-blocks--program-list .content-block__media {
  width: 112px;
  margin: 0;
}

.content-block__media--icon {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 20px;
  border: 0;
  border-radius: 50%;
  background: var(--main-lighter-green-color);
}

.content-block__media--icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-block__media--featured {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
}

.content-block__media img {
  display: block;
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}

.content-block__body h2 {
  color: var(--main-darker-green-color);
  font-size: clamp(1.35rem, 1.1rem + 0.8vw, 2rem);
}

.content-blocks--program-list .content-block__body h2 {
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 1.1rem + 0.55vw, 1.75rem);
  line-height: 1.2;
}

.content-blocks--program-list .content-block__body p:last-child {
  margin-bottom: 0;
}

.content-blocks--program-list .content-block__body p {
  color: var(--main-dark-grey-color);
  line-height: 1.65;
}

.page-image-block {
  margin: 42px 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--main-lighter-green-color);
}

.page-image-block img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.page-image-block--managed {
  aspect-ratio: 16 / 7;
}

.page-image-block--managed img {
  height: 100%;
  max-height: none;
}

.page-image-block figcaption {
  padding: 10px 16px;
  color: var(--main-grey-color);
  font-size: 0.95rem;
}

.ri-gallery-strip {
  margin: clamp(42px, 7vw, 78px) 0;
}

.ri-gallery-strip .section-heading {
  margin-bottom: 24px;
}

.ri-gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 360px);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-snap-type: x mandatory;
}

.ri-gallery-item {
  overflow: hidden;
  min-height: 280px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
}

.ri-gallery-item img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.ri-gallery-item figcaption {
  padding: 12px 14px;
  color: var(--main-darker-green-color);
  font-weight: 800;
}

.leadership-gallery {
  margin: clamp(48px, 8vw, 92px) 0;
  padding: clamp(34px, 5vw, 58px) clamp(20px, 4vw, 48px);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(1, 164, 153, 0.12), transparent 24%),
    linear-gradient(180deg, #fff, var(--main-lighter-green-color));
}

.leadership-gallery__intro {
  width: min(860px, 100%);
  margin: 0 auto clamp(28px, 5vw, 46px);
  text-align: center;
}

.leadership-gallery__eyebrow {
  margin-bottom: 8px;
  color: var(--main-orange-color);
  font-size: 0.92rem;
  font-weight: 950;
  text-transform: uppercase;
}

.leadership-gallery__intro h2 {
  margin: 0 auto 16px;
  color: var(--main-darker-green-color);
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  line-height: 1.05;
  font-weight: 950;
}

.leadership-gallery__intro p {
  margin: 0 auto 12px;
  color: var(--main-dark-grey-color);
  font-size: clamp(1rem, 0.96rem + 0.22vw, 1.14rem);
  line-height: 1.55;
}

.leadership-gallery__track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
  gap: clamp(16px, 2.3vw, 26px);
}

.leadership-card {
  min-width: 0;
}

.leadership-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  object-fit: cover;
  filter: saturate(0.95);
  box-shadow: 0 16px 34px rgba(48, 79, 85, 0.16);
}

.leadership-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(1, 164, 153, 0.16), rgba(227, 118, 4, 0.12)),
    linear-gradient(180deg, #fff, var(--main-lighter-green-color));
  box-shadow: 0 16px 34px rgba(48, 79, 85, 0.16);
}

.leadership-card__placeholder span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: #fff;
  color: var(--main-green-color);
  font-size: 1.35rem;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(48, 79, 85, 0.12);
}

.leadership-card figcaption {
  margin-top: 12px;
  padding-left: 10px;
  border-left: 3px solid var(--main-orange-color);
  color: var(--main-darker-green-color);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
}

.leadership-card figcaption strong,
.leadership-card figcaption span {
  display: block;
}

.leadership-card figcaption span {
  margin-top: 4px;
  color: var(--main-grey-color);
  font-size: 0.82rem;
  font-weight: 750;
}

.leadership-gallery__empty {
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 18px 22px;
  border: 1px solid rgba(1, 164, 153, 0.18);
  border-radius: 10px;
  background: #fff;
  color: var(--main-grey-color);
  text-align: center;
  font-weight: 800;
}

.academics-directory {
  margin: clamp(54px, 8vw, 96px) 0;
}

.academics-directory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 68px) clamp(22px, 3vw, 38px);
}

.academic-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}

.academic-profile__portrait {
  position: relative;
  width: min(100%, 280px);
  margin: 0 auto;
  aspect-ratio: 1;
  overflow: hidden;
  border: 6px solid var(--main-green-color);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 56, 54, 0.12);
}

.academic-profile:nth-child(even) .academic-profile__portrait {
  border-color: var(--main-orange-color);
}

.academic-profile__portrait img,
.academic-profile__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.academic-profile__portrait img {
  box-sizing: border-box;
  padding: 4px;
  border-radius: 9999px;
  background: #fff;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 240ms ease;
}

.academic-profile:hover .academic-profile__portrait img {
  transform: scale(1.025);
  filter: saturate(1);
}

.academic-profile__placeholder {
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(1, 164, 153, 0.2), rgba(255, 255, 255, 0.72)),
    var(--main-lighter-green-color);
}

.academic-profile:nth-child(even) .academic-profile__placeholder {
  background:
    linear-gradient(145deg, rgba(227, 118, 4, 0.18), rgba(255, 255, 255, 0.78)),
    #fff7ee;
}

.academic-profile__placeholder span {
  color: var(--main-darker-green-color);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 950;
}

.academic-profile__content {
  width: 100%;
  padding: 20px 8px 0;
}

.academic-profile__content h2 {
  margin: 0;
  color: var(--main-darker-green-color);
  font-size: clamp(1.25rem, 1.08rem + 0.45vw, 1.65rem);
  line-height: 1.18;
}

.academic-profile__content p {
  margin: 8px 0 0;
  color: var(--main-grey-color);
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.45;
}

.timeline-carousel {
  --timeline-per-page: 3;
  position: relative;
  left: 50%;
  width: 100vw;
  margin: clamp(58px, 8vw, 96px) 0;
  transform: translateX(-50%);
}

.timeline-carousel__heading {
  width: min(var(--page-max-width), calc(100% - clamp(44px, 12vw, 176px)));
  margin: 0 auto clamp(24px, 3vw, 38px);
}

.timeline-carousel__heading h2 {
  margin: 0;
  color: var(--main-darker-green-color);
}

.timeline-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.timeline-carousel__track {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.timeline-carousel__item {
  flex: 0 0 calc(100% / var(--timeline-per-page));
  min-width: 0;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--main-dark-grey-color);
}

.timeline-carousel__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--main-green-color);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 180ms ease, transform 180ms ease;
}

.timeline-carousel__arrow:hover,
.timeline-carousel__arrow:focus-visible {
  border: 3px solid var(--main-green-color);
  color: var(--main-green-color);
  background: white;
  transform: translateY(-50%) scale(1.06);
}

.timeline-carousel__arrow:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.timeline-carousel__arrow--prev {
  left: clamp(12px, 2.4vw, 34px);
}

.timeline-carousel__arrow--next {
  right: clamp(12px, 2.4vw, 34px);
}

.timeline-carousel__arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.timeline-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(var(--page-max-width), calc(100% - clamp(44px, 12vw, 176px)));
  min-height: 18px;
  gap: 10px;
  margin: 22px auto 0;
}

.timeline-carousel__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid var(--main-green-color);
  border-radius: 999px;
  background-color: transparent;
  cursor: pointer;
  transition: width 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.timeline-carousel__dot.active {
  width: 34px;
  background-color: var(--main-green-color);
  border-color: var(--main-green-color);
}

.timeline-carousel__dot:focus-visible {
  outline: 3px solid rgba(1, 164, 153, 0.28);
  outline-offset: 3px;
}

.full-width-banner {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: clamp(58px, 8vw, 96px) 0 0;
  transform: translateX(-50%);
}

.full-width-banner__media {
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 5;
  overflow: hidden;
  background: var(--main-dark-grey-color);
}

.full-width-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-header {
  width: min(var(--page-max-width), 100%);
  margin: 0 auto 30px;
}

.archive-news-header {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
}

.archive-news-header__result {
  margin: 10px 0 0;
  color: var(--main-grey-color);
  font-weight: 750;
}

.news-search {
  display: flex;
  align-items: center;
  width: min(420px, 100%);
  min-height: 50px;
  overflow: hidden;
  border: 1px solid rgba(48, 79, 85, 0.24);
  border-radius: 7px;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.news-search:focus-within {
  border-color: var(--main-green-color);
  box-shadow: 0 0 0 3px rgba(1, 164, 153, 0.12);
}

.news-search input {
  min-width: 0;
  flex: 1;
  align-self: stretch;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--main-darker-green-color);
  font: inherit;
}

.news-search input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

.news-search button,
.news-search__clear {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--main-grey-color);
}

.news-search button {
  background: var(--main-green-color);
  color: #fff;
  cursor: pointer;
}

.news-search button:hover,
.news-search button:focus-visible {
  background: var(--main-darker-green-color);
}

.news-search__clear:hover,
.news-search__clear:focus-visible {
  color: var(--main-orange-color);
}

.news-search svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.news-search-empty {
  grid-column: 1 / -1;
  padding: clamp(44px, 7vw, 76px) 0;
  text-align: center;
}

.news-search-empty h2 {
  color: var(--main-darker-green-color);
}

.archive-header h1,
.single-header h1 {
  color: var(--main-darker-green-color);
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.05;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(var(--page-max-width), 100%);
  margin: 0 auto;
}

.pagination-wrap {
  width: min(var(--page-max-width), 100%);
  margin: clamp(38px, 6vw, 64px) auto 0;
}

.pagination-wrap .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(48, 79, 85, 0.22);
  border-radius: 7px;
  background: #fff;
  color: var(--main-darker-green-color);
  font-weight: 850;
  line-height: 1;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.pagination-wrap a.page-numbers:hover,
.pagination-wrap a.page-numbers:focus-visible,
.pagination-wrap .page-numbers.current {
  border-color: var(--main-green-color);
  background: var(--main-green-color);
  color: #fff;
}

.pagination-wrap .page-numbers.dots {
  min-width: 28px;
  padding: 0;
  border-color: transparent;
  background: transparent;
  color: var(--main-grey-color);
}

.pagination-wrap .prev,
.pagination-wrap .next {
  gap: 8px;
  padding-inline: 16px;
}

.single-article {
  max-width: 920px;
}

.single-header {
  margin-bottom: 24px;
}

.single-header p {
  margin-bottom: 8px;
  color: var(--main-orange-color);
  font-weight: 900;
  text-transform: uppercase;
}

.single-featured {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 8px;
}

.single-featured img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.single-news-main {
  padding-top: 22px;
}

.news-breadcrumb {
  width: min(960px, 100%);
  margin: 0 auto clamp(24px, 3vw, 38px);
}

.news-breadcrumb ol {
  box-shadow: 0 3px 10px rgba(20, 56, 61, 0.15);
}

.news-breadcrumb span[aria-current="page"] {
  overflow: hidden;
  max-width: min(58vw, 620px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-news {
  max-width: 960px;
}

.single-news__header {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.single-news__header h1 {
  max-width: 24ch;
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 4.3vw, 4.25rem);
}

.single-news__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  color: var(--main-grey-color);
  font-size: 1rem;
  font-weight: 760;
}

.single-news__meta time {
  color: var(--main-orange-color);
  font-weight: 900;
  text-transform: uppercase;
}

.single-news__featured {
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 0 38px 0 38px;
  box-shadow: 14px 14px 0 rgba(244, 164, 38, 0.18);
}

.single-news__featured img {
  width: 100%;
  max-height: 580px;
  border-radius: inherit;
  object-fit: cover;
}

.single-news__share {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 clamp(34px, 5vw, 58px);
  color: var(--main-darker-green-color);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.single-news__share-links {
  display: flex;
  gap: 9px;
}

.single-news__share-links a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(48, 79, 85, 0.18);
  border-radius: 50%;
  background: #fff;
  color: var(--main-darker-green-color);
  box-shadow: 0 7px 18px rgba(48, 79, 85, 0.1);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.single-news__share-links a:hover,
.single-news__share-links a:focus-visible {
  background: var(--main-green-color);
  color: #fff;
  transform: translateY(-2px);
}

.single-news__share-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.single-news__share-links .single-news__share-whatsapp {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.single-news__share-whatsapp-phone {
  fill: #fff;
}

.single-news__share-links a:hover .single-news__share-whatsapp-phone,
.single-news__share-links a:focus-visible .single-news__share-whatsapp-phone {
  fill: var(--main-green-color);
}

.single-news .single-content {
  font-size: 1.08rem;
  hyphens: auto;
  line-height: 1.75;
  text-align: justify;
}

.single-news .single-content > .news-article__lead:first-child {
  margin-bottom: clamp(28px, 4vw, 42px);
  color: var(--main-darker-green-color);
  font-size: clamp(1.2rem, 1.08rem + 0.45vw, 1.48rem);
  font-weight: 720;
  line-height: 1.55;
}

.single-news .single-content .news-article__question {
  margin: clamp(34px, 5vw, 52px) 0 14px;
  color: var(--main-green-color);
  font-size: clamp(1.12rem, 1.03rem + 0.3vw, 1.3rem);
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
}

.single-news .single-content .news-article__quote {
  margin: 14px 0 26px;
  padding-left: 22px;
  border-left: 4px solid var(--main-orange-color);
  color: var(--main-dark-grey-color);
  font-style: italic;
}

.single-news .single-content h2,
.single-news .single-content h3 {
  margin: clamp(38px, 5vw, 58px) 0 16px;
  color: var(--main-green-color);
  line-height: 1.2;
  text-align: left;
}

.single-news .single-content h2 {
  font-size: clamp(1.55rem, 1.3rem + 0.8vw, 2.15rem);
}

.single-news .single-content h3 {
  color: var(--main-orange-color);
  font-size: clamp(1.25rem, 1.1rem + 0.45vw, 1.55rem);
}

.single-news__navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 64px);
  margin-top: clamp(48px, 7vw, 82px);
  padding-top: 28px;
  border-top: 1px solid rgba(48, 79, 85, 0.16);
}

.single-news__nav-link {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 8px 0;
  color: var(--main-darker-green-color);
  font-weight: 850;
  line-height: 1.25;
}

.single-news__nav-link--next {
  grid-column: 2;
  justify-content: flex-end;
  text-align: right;
}

.single-news__nav-link:hover,
.single-news__nav-link:focus-visible {
  color: var(--main-green-color);
}

.single-news__nav-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 7px;
  background: var(--main-orange-color);
  color: white;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.single-news__nav-icon svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.single-news__nav-link:hover .single-news__nav-icon,
.single-news__nav-link:focus-visible .single-news__nav-icon {
  background: var(--main-green-color);
  color: #fff;
}

.single-news__nav-link--previous:hover .single-news__nav-icon,
.single-news__nav-link--previous:focus-visible .single-news__nav-icon {
  transform: translateX(-3px);
}

.single-news__nav-link--next:hover .single-news__nav-icon,
.single-news__nav-link--next:focus-visible .single-news__nav-icon {
  transform: translateX(3px);
}

.single-news__nav-link small {
  display: block;
  margin-bottom: 5px;
  color: var(--main-orange-color);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.single-news__nav-link:hover small,
.single-news__nav-link:focus-visible small {
  color: var(--main-orange-color);
}

.single-news .button-link {
  border: 2px solid var(--main-green-color);
  border-radius: 7px;
  transition: background-color 180ms ease, color 180ms ease;
}

.single-news .button-link:hover,
.single-news .button-link:focus-visible {
  background: #fff;
  color: var(--main-green-color);
}

.single-news__related {
  width: min(var(--page-max-width), 100%);
  margin: clamp(72px, 10vw, 128px) auto 0;
  padding-top: clamp(34px, 5vw, 58px);
  border-top: 1px solid rgba(48, 79, 85, 0.18);
}

.single-news__related-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.single-news__related-heading h2 {
  margin: 0;
  color: var(--main-darker-green-color);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.single-news__related-heading > a {
  color: var(--main-green-color);
  font-weight: 900;
}

.single-news__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--main-green-color);
  color: #fff;
  font-weight: 900;
}

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

  .academics-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-news__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-news__related-grid .news-card:last-child {
    display: none;
  }
}

@media (min-width: 701px) and (max-width: 1000px) {
  .timeline-carousel {
    --timeline-per-page: 2;
  }
}

@media (max-width: 700px) {
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .archive-news-header {
    align-items: stretch;
    flex-direction: column;
  }

  .news-search {
    width: 100%;
  }

  .pagination-wrap .nav-links {
    gap: 6px;
  }

  .pagination-wrap .page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
  }

  .pagination-wrap .prev span:last-child,
  .pagination-wrap .next span:first-child {
    display: none;
  }

  .pagination-wrap .prev,
  .pagination-wrap .next {
    padding-inline: 10px;
  }

  .news-breadcrumb {
    margin-bottom: 34px;
  }

  .news-breadcrumb span[aria-current="page"] {
    max-width: 48vw;
  }

  .single-news__header h1 {
    max-width: none;
  }

  .single-news__featured {
    border-radius: 0 24px 0 0;
    box-shadow: 8px 8px 0 rgba(244, 164, 38, 0.18);
  }

  .single-news__share {
    justify-content: space-between;
  }

  .single-news__share-links {
    gap: 6px;
  }

  .single-news__share-links a {
    width: 38px;
    height: 38px;
  }

  .single-news__navigation {
    grid-template-columns: 1fr;
  }

  .single-news__nav-link--next {
    grid-column: 1;
  }

  .single-news__related-grid {
    grid-template-columns: 1fr;
  }

  .single-news__related-grid .news-card:last-child {
    display: grid;
  }

  .academics-directory {
    margin: 46px 0 64px;
  }

  .academics-directory__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ri-gallery-track {
    grid-auto-columns: minmax(82vw, 1fr);
  }

  .content-blocks--program-list .content-block {
    grid-template-columns: 34px 72px minmax(0, 1fr);
    row-gap: 10px;
    column-gap: 12px;
    padding: 26px 0;
    align-items: center;
  }

  .content-blocks--program-list .content-block .content-block__body {
    grid-column: 1 / -1;
  }

  .content-blocks--program-list .content-block__media {
    width: 72px;
  }

  .content-block__media--icon {
    padding: 13px;
  }

  .content-block__index {
    padding-top: 0;
    font-size: 0.78rem;
  }

  .content-blocks--program-list .content-block__body h2 {
    font-size: 1.22rem;
  }

  .page-image-block--managed {
    aspect-ratio: 4 / 3;
  }

  .timeline-carousel {
    --timeline-per-page: 1;
    margin: 50px 0 64px;
  }

  .timeline-carousel__heading {
    width: calc(100% - 44px);
    margin-bottom: 22px;
  }

  .timeline-carousel__arrow {
    width: 42px;
    height: 42px;
  }

  .timeline-carousel__dots {
    width: calc(100% - 44px);
    margin-top: 18px;
  }

  .full-width-banner {
    margin-top: 50px;
  }

  .full-width-banner__media {
    aspect-ratio: 16 / 8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .timeline-carousel__track {
    transition-duration: 1ms;
  }
}

/* ── Egresadas: Ser parte de la Red ───────────────── */

.egresadas-join {
}

.egresadas-join__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.egresadas-join__heading {
  color: var(--main-darker-green-color);
  font-size: clamp(1.4rem, 1rem + 1.2vw, 2.2rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 18px;
}

.egresadas-join__text p {
  line-height: 1.75;
  margin: 0 0 14px;
}

.egresadas-join__text p:last-child {
  margin-bottom: 0;
}

.egresadas-join__quote {
  position: relative;
  margin: 0;
  padding: clamp(24px, 3vw, 38px) clamp(24px, 3vw, 38px) clamp(24px, 3vw, 38px) clamp(40px, 4vw, 54px);
  background: var(--main-lighter-green-color);
  border-radius: 12px;
  font-size: clamp(1.1rem, 0.9rem + 0.7vw, 1.55rem);
  font-weight: 800;
  color: var(--main-darker-green-color);
  line-height: 1.45;
}

.egresadas-join__quote::before {
  content: '\201C';
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 5rem;
  line-height: 1;
  color: var(--main-green-color);
  opacity: 0.5;
  font-weight: 900;
}

@media (max-width: 899px) {
  .egresadas-join__inner {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 36px);
  }
}
