/**
 * Nos engagements landing page and thematic archives.
 */

.fsgt93-engagements-page,
.fsgt93-engagement-archive {
  --fsgt93-engagement-blue: #123f73;
  --fsgt93-engagement-blue-deep: #0e2c4f;
  --fsgt93-engagement-red: #c93431;
  --fsgt93-engagement-cream: #f5f0e8;
  color: var(--fsgt93-engagement-blue-deep);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--fsgt93-line-soft);
  border-radius: var(--fsgt93-radius-asym);
  box-shadow: var(--fsgt93-shadow-1);
}

.fsgt93-engagements-hero {
  min-height: clamp(400px, 57vw, 650px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
  padding: clamp(42px, 8vw, 112px) clamp(24px, 7vw, 96px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.12) 0 9%, transparent 9.5%),
    linear-gradient(138deg, var(--fsgt93-engagement-blue-deep) 0 58%, #174f8c 100%);
  position: relative;
  isolation: isolate;
}

.fsgt93-engagements-hero::after {
  content: "";
  width: min(42vw, 430px);
  aspect-ratio: 1;
  border: clamp(30px, 5vw, 72px) solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  position: absolute;
  right: clamp(-190px, -12vw, -70px);
  bottom: clamp(-220px, -15vw, -100px);
  z-index: -1;
}

.fsgt93-engagements-hero__copy {
  max-width: 760px;
  animation: fsgt93-engagement-enter 560ms both cubic-bezier(0.2, 0.7, 0.2, 1);
}

.fsgt93-engagements-eyebrow {
  margin: 0 0 16px;
  color: var(--fsgt93-engagement-red);
  font: 800 0.78rem/1.2 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fsgt93-engagements-hero .fsgt93-engagements-eyebrow {
  color: #ffcf62;
}

.fsgt93-engagements-hero h1,
.fsgt93-engagement-archive__hero h1 {
  margin: 0;
  color: inherit;
  font-size: clamp(3rem, 7vw, 7.1rem) !important;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.9 !important;
}

.fsgt93-engagements-hero__lead {
  max-width: 700px;
  margin: clamp(24px, 4vw, 42px) 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.28;
}

.fsgt93-engagements-hero__mark {
  width: clamp(112px, 14vw, 174px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  align-self: start;
  text-align: center;
  color: var(--fsgt93-engagement-blue-deep);
  background: #ffcf62;
  border-radius: 50% 50% 50% 8%;
  transform: rotate(4deg);
  animation: fsgt93-engagement-mark 700ms 160ms both cubic-bezier(0.2, 0.7, 0.2, 1);
}

.fsgt93-engagements-hero__mark span {
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.78;
}

.fsgt93-engagements-hero__mark small {
  margin-top: 10px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fsgt93-engagements-intro,
.fsgt93-engagements-list-section,
.fsgt93-engagements-outro,
.fsgt93-engagement-archive__contents {
  padding: clamp(46px, 8vw, 104px) clamp(24px, 7vw, 96px);
}

.fsgt93-engagements-intro__lead {
  max-width: 920px;
  margin: 0 0 clamp(30px, 5vw, 62px);
  color: var(--fsgt93-engagement-red);
  font-size: clamp(1.75rem, 3.7vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.fsgt93-engagements-intro__columns {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: clamp(28px, 7vw, 92px);
  align-items: start;
}

.fsgt93-engagements-intro__columns p,
.fsgt93-engagements-outro__copy p {
  margin: 0;
  color: #334c68;
  font-size: clamp(1rem, 1vw + 0.78rem, 1.22rem);
  line-height: 1.72;
}

.fsgt93-engagements-list-section {
  background: var(--fsgt93-engagement-cream);
}

.fsgt93-engagements-section-heading {
  max-width: 760px;
  margin-bottom: clamp(30px, 6vw, 66px);
}

.fsgt93-engagements-section-heading h2,
.fsgt93-engagements-outro h2,
.fsgt93-engagement-archive__contents h2 {
  margin: 0;
  color: var(--fsgt93-engagement-blue-deep) !important;
  font-size: clamp(2.05rem, 4.2vw, 4.25rem) !important;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1 !important;
}

.fsgt93-engagements-section-heading > p:last-child {
  margin: 22px 0 0;
  color: #53677d;
  font-size: 1.08rem;
  line-height: 1.6;
}

.fsgt93-engagements-list,
.fsgt93-engagement-content-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(14, 44, 79, 0.26);
}

.fsgt93-engagement-item {
  margin: 0;
  border-bottom: 1px solid rgba(14, 44, 79, 0.26);
  animation: fsgt93-engagement-enter 420ms both cubic-bezier(0.2, 0.7, 0.2, 1);
  animation-delay: calc(var(--fsgt93-engagement-index) * 55ms);
}

.fsgt93-engagement-link {
  min-height: 162px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding: clamp(22px, 3vw, 38px) 0;
  color: var(--fsgt93-engagement-blue-deep) !important;
  text-decoration: none;
  transition: color 180ms ease, padding 220ms ease;
}

a.fsgt93-engagement-link:hover,
a.fsgt93-engagement-link:focus-visible {
  color: var(--fsgt93-engagement-red) !important;
  padding-left: 12px;
}

a.fsgt93-engagement-link:focus-visible,
.fsgt93-engagement-content-list a:focus-visible,
.fsgt93-engagement-archive__footer a:focus-visible {
  outline: 3px solid rgba(28, 87, 158, 0.42);
  outline-offset: 5px;
}

.fsgt93-engagement-link.is-unavailable {
  opacity: 0.66;
}

.fsgt93-engagement-icon,
.fsgt93-engagement-archive__icon {
  display: grid;
  place-items: center;
  color: var(--fsgt93-engagement-red);
}

.fsgt93-engagement-icon {
  width: 80px;
  height: 80px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 10px;
  transition: color 180ms ease, background-color 180ms ease, transform 220ms ease;
}

.fsgt93-engagement-icon svg,
.fsgt93-engagement-archive__icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a.fsgt93-engagement-link:hover .fsgt93-engagement-icon,
a.fsgt93-engagement-link:focus-visible .fsgt93-engagement-icon {
  color: #fff;
  background: var(--fsgt93-engagement-red);
  transform: rotate(-4deg) scale(1.04);
}

.fsgt93-engagement-copy {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 18px;
  align-items: baseline;
}

.fsgt93-engagement-number {
  grid-row: 1 / span 2;
  color: #718297;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.fsgt93-engagement-copy strong {
  font-size: clamp(1.3rem, 2.2vw, 2.1rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.fsgt93-engagement-copy > span:last-child {
  max-width: 720px;
  margin-top: 9px;
  color: #53677d;
  font-size: 1rem;
  line-height: 1.52;
}

.fsgt93-engagement-arrow {
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

.fsgt93-engagements-page .fsgt93-engagement-arrow {
  color: var(--fsgt93-engagement-red);
}

a:hover > .fsgt93-engagement-arrow,
a:focus-visible > .fsgt93-engagement-arrow {
  transform: translate(5px, -5px);
}

.fsgt93-engagements-outro {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 8vw, 108px);
  align-items: start;
  background: #fff;
}

.fsgt93-engagements-outro > .fsgt93-engagements-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

.fsgt93-engagements-outro__copy {
  display: grid;
  gap: 22px;
}

/* Single commitment archive. */
.fsgt93-engagement-archive__hero {
  display: grid;
  grid-template-columns: clamp(100px, 15vw, 180px) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  padding: clamp(46px, 8vw, 104px) clamp(24px, 7vw, 96px);
  color: #fff;
  background: var(--fsgt93-engagement-blue-deep);
}

.fsgt93-engagement-archive__icon {
  width: 100%;
  aspect-ratio: 1;
  color: #ffcf62;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 14px;
  animation: fsgt93-engagement-mark 620ms both cubic-bezier(0.2, 0.7, 0.2, 1);
}

.fsgt93-engagement-archive__icon svg {
  width: 58%;
  height: 58%;
}

.fsgt93-engagement-archive__hero h1 {
  font-size: clamp(2.7rem, 6.5vw, 6.2rem) !important;
}

.fsgt93-engagement-archive__lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.08rem, 1.6vw, 1.42rem);
  line-height: 1.55;
}

.fsgt93-engagement-content-list li {
  margin: 0;
  border-bottom: 1px solid rgba(14, 44, 79, 0.2);
}

.fsgt93-engagement-content-list a {
  display: grid;
  grid-template-columns: minmax(138px, 0.25fr) minmax(240px, 0.75fr) minmax(220px, 1fr) auto;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  padding: clamp(24px, 4vw, 40px) 0;
  color: var(--fsgt93-engagement-blue-deep) !important;
  text-decoration: none;
}

.fsgt93-engagement-content-list__meta {
  display: grid;
  gap: 8px;
  color: #697b8f;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fsgt93-engagement-content-list__meta > span {
  color: var(--fsgt93-engagement-red);
}

.fsgt93-engagement-content-list strong {
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.25;
}

.fsgt93-engagement-content-list__excerpt {
  color: #53677d;
  font-size: 0.96rem;
  line-height: 1.55;
}

.fsgt93-engagement-content-list a:hover strong,
.fsgt93-engagement-content-list a:focus-visible strong {
  color: var(--fsgt93-engagement-red);
}

.fsgt93-engagement-archive__empty {
  padding: clamp(28px, 5vw, 54px);
  color: #53677d;
  background: var(--fsgt93-engagement-cream);
  border-left: 5px solid var(--fsgt93-engagement-red);
}

.fsgt93-engagement-archive__empty p {
  margin: 0;
  font-size: 1.08rem;
}

.fsgt93-engagement-archive__footer {
  padding: 0 clamp(24px, 7vw, 96px) clamp(46px, 8vw, 84px);
}

.fsgt93-engagement-archive__footer a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--fsgt93-engagement-blue) !important;
  font-weight: 700;
  text-decoration: none;
}

@keyframes fsgt93-engagement-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fsgt93-engagement-mark {
  from {
    opacity: 0;
    transform: rotate(10deg) scale(0.86);
  }
  to {
    opacity: 1;
    transform: rotate(4deg) scale(1);
  }
}

@media (max-width: 860px) {
  .fsgt93-engagements-hero {
    min-height: 510px;
    grid-template-columns: 1fr;
    align-items: end;
  }

  .fsgt93-engagements-hero__mark {
    width: 104px;
    position: absolute;
    top: 34px;
    right: 34px;
  }

  .fsgt93-engagements-intro__columns,
  .fsgt93-engagements-outro {
    grid-template-columns: 1fr;
  }

  .fsgt93-engagements-outro > .fsgt93-engagements-eyebrow {
    margin-bottom: -12px;
  }

  .fsgt93-engagement-content-list a {
    grid-template-columns: minmax(130px, 0.35fr) minmax(0, 1fr) auto;
  }

  .fsgt93-engagement-content-list__excerpt {
    display: none;
  }
}

@media (max-width: 620px) {
  .fsgt93-engagements-page,
  .fsgt93-engagement-archive {
    border-radius: 0;
  }

  .fsgt93-engagements-hero {
    min-height: 470px;
    padding-top: 120px;
  }

  .fsgt93-engagements-hero h1 {
    font-size: clamp(2.55rem, 12.5vw, 4rem) !important;
  }

  .fsgt93-engagements-hero__mark {
    top: 24px;
    right: 24px;
  }

  .fsgt93-engagement-link {
    min-height: 0;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .fsgt93-engagement-icon {
    width: 56px;
    height: 56px;
  }

  .fsgt93-engagement-icon svg {
    width: 34px;
    height: 34px;
  }

  .fsgt93-engagement-copy {
    grid-template-columns: 1fr;
  }

  .fsgt93-engagement-number {
    grid-row: auto;
    margin-bottom: 6px;
  }

  .fsgt93-engagement-arrow {
    display: none;
  }

  .fsgt93-engagement-archive__hero {
    grid-template-columns: 1fr;
  }

  .fsgt93-engagement-archive__icon {
    width: 104px;
  }

  .fsgt93-engagement-archive__hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem) !important;
  }

  .fsgt93-engagement-content-list a {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fsgt93-engagement-content-list__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fsgt93-engagements-hero__copy,
  .fsgt93-engagements-hero__mark,
  .fsgt93-engagement-item,
  .fsgt93-engagement-archive__icon {
    animation: none;
  }

  .fsgt93-engagement-link,
  .fsgt93-engagement-icon,
  .fsgt93-engagement-arrow {
    transition: none;
  }
}
