.achievements-page {
  background: var(--site-surface);
}

.achievements-hero.page-hero {
  min-height: 650px;
}

.achievements-hero .page-hero__media video {
  opacity: .74;
  filter: saturate(.78) contrast(1.05);
}

.achievements-hero .page-hero__media::after {
  background: rgba(3, 8, 17, .7);
}

.achievements-hero__summary {
  max-width: 570px;
  padding: 26px 0 2px 30px;
  border-left: 2px solid var(--site-cyan);
}

.achievements-hero__summary p {
  color: #d5e1ef;
  font-size: .88rem;
  line-height: 1.9;
}

.achievements-hero__summary p + p {
  margin-top: 14px;
  color: #9fb2c9;
  font-size: .74rem;
}

.achievement-summary {
  padding: 104px 0 112px;
  background: #fff;
}

.achievement-summary__head {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 12px 70px;
  align-items: end;
  margin-bottom: 56px;
}

.achievement-summary__head .eyebrow {
  grid-column: 1 / -1;
}

.achievement-summary__head h2,
.achievement-section-head h2 {
  color: var(--site-text);
  font-size: 3rem;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

.achievement-summary__head > p:last-child,
.achievement-section-head > p {
  max-width: 580px;
  color: var(--site-muted);
  font-size: .86rem;
  line-height: 1.9;
}

.achievement-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--site-text);
  border-bottom: 1px solid var(--site-line);
}

.achievement-summary__grid > div {
  min-height: 188px;
  padding: 25px 22px;
  border-left: 1px solid var(--site-line);
}

.achievement-summary__grid > div:last-child {
  border-right: 1px solid var(--site-line);
}

.achievement-summary__grid dt {
  margin-bottom: 30px;
  color: #0e7490;
  font-size: .78rem;
  font-weight: 900;
}

.achievement-summary__grid dd {
  margin: 0;
  color: #445a72;
  font-size: .76rem;
  line-height: 1.75;
}

.achievement-timeline-section {
  padding: 110px 0 118px;
  background: var(--site-surface);
}

.achievement-section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 58px;
}

.achievement-timeline {
  border-top: 1px solid #182b42;
}

[data-achievement-item][hidden] {
  display: none;
}

.achievement-timeline__item {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 230px;
  border-bottom: 1px solid #c9d5e2;
}

.achievement-timeline__period {
  position: relative;
  padding: 36px 24px 30px 0;
  border-right: 1px solid #bdcad8;
}

.achievement-timeline__period::after {
  position: absolute;
  top: 42px;
  right: -5px;
  width: 9px;
  height: 9px;
  border: 2px solid #0e7490;
  border-radius: 50%;
  background: var(--site-surface);
  content: "";
}

.achievement-timeline__period span,
.achievement-timeline__period strong {
  display: block;
  font-family: var(--site-mono);
  letter-spacing: 0;
}

.achievement-timeline__period span {
  margin-bottom: 9px;
  color: #8093a9;
  font-size: .58rem;
  font-weight: 800;
}

.achievement-timeline__period strong {
  color: #0e7490;
  font-size: .8rem;
}

.achievement-timeline__content {
  padding: 34px 0 34px 48px;
}

.achievement-timeline__eyebrow {
  margin-bottom: 9px;
  color: #24736e;
  font-family: var(--site-mono);
  font-size: .6rem;
  font-weight: 900;
}

.achievement-timeline__content h3 {
  max-width: 820px;
  margin-bottom: 12px;
  color: #13243a;
  font-size: 1.34rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.achievement-timeline__description {
  max-width: 860px;
  color: #52677d;
  font-size: .79rem;
  line-height: 1.8;
}

.achievement-timeline__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
  list-style: none;
}

.achievement-timeline__meta li {
  padding: 4px 8px;
  border: 1px solid #bac9d7;
  border-radius: 3px;
  color: #415a72;
  background: rgba(255, 255, 255, .46);
  font-size: .6rem;
  font-weight: 800;
}

.achievement-timeline__link,
.achievement-case__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #075f75;
  font-size: .71rem;
  font-weight: 900;
  text-decoration: none;
}

.achievement-timeline__link:hover,
.achievement-case__link:hover {
  color: #163e6f;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.achievement-cases {
  padding: 110px 0 118px;
  background: #fff;
}

.achievement-filter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 10px;
  border: 1px solid #b9c8d8;
  border-radius: 6px;
  overflow: hidden;
}

.achievement-filter button {
  min-height: 52px;
  padding: 9px 12px;
  border: 0;
  border-left: 1px solid #c8d4e1;
  color: #41576f;
  background: #f8fafc;
  font-size: .68rem;
  font-weight: 900;
  cursor: pointer;
}

.achievement-filter button:first-child {
  border-left: 0;
}

.achievement-filter button:hover {
  color: #0b6174;
  background: #eef7f8;
}

.achievement-filter button[aria-pressed="true"] {
  color: #fff;
  background: #0d5666;
}

.achievement-filter__status {
  min-height: 28px;
  margin-bottom: 20px;
  color: #66798e;
  font-size: .64rem;
  font-weight: 700;
}

.achievement-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.achievement-case {
  min-width: 0;
  padding: 28px;
  border: 1px solid #c7d4e0;
  border-top: 3px solid #0e7490;
  border-radius: 6px;
  background: #fff;
}

.achievement-case__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.achievement-case__sector {
  color: #0e7490;
  font-family: var(--site-mono);
  font-size: .65rem;
  font-weight: 900;
}

.achievement-case__status {
  color: #73869a;
  font-size: .56rem;
  font-weight: 700;
  text-align: right;
}

.achievement-case h3 {
  min-height: 3em;
  margin-bottom: 22px;
  color: #13243a;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.achievement-case dl {
  margin: 0;
  border-top: 1px solid #ced8e3;
}

.achievement-case dl > div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid #d8e1e9;
}

.achievement-case dt {
  color: #52677d;
  font-size: .64rem;
  font-weight: 900;
}

.achievement-case dd {
  margin: 0;
  color: #314860;
  font-size: .72rem;
  line-height: 1.72;
}

.achievement-disclosure {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 36px;
  margin-top: 46px;
  padding: 28px 0;
  border-top: 1px solid #162b43;
  border-bottom: 1px solid #c7d4e0;
}

.achievement-disclosure__label {
  color: #0e7490;
  font-family: var(--site-mono);
  font-size: .62rem;
  font-weight: 900;
}

.achievement-disclosure > p:last-child {
  max-width: 880px;
  color: #52677d;
  font-size: .74rem;
  line-height: 1.8;
}

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

  .achievement-summary__grid > div {
    min-height: 160px;
    border-bottom: 1px solid var(--site-line);
  }

  .achievement-summary__grid > div:nth-child(3),
  .achievement-summary__grid > div:nth-child(4) {
    border-bottom: 0;
  }

  .achievement-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .achievement-filter button:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #c8d4e1;
  }

  .achievement-filter button:nth-child(5) {
    border-top: 1px solid #c8d4e1;
  }
}

@media (max-width: 760px) {
  .achievements-hero.page-hero {
    min-height: 620px;
  }

  .achievements-hero__summary {
    padding: 19px 0 0 18px;
  }

  .achievements-hero__summary p {
    font-size: .76rem;
    line-height: 1.75;
  }

  .achievements-hero__summary p + p {
    margin-top: 9px;
    font-size: .68rem;
  }

  .achievement-summary,
  .achievement-timeline-section,
  .achievement-cases {
    padding: 72px 0 78px;
  }

  .achievement-summary__head,
  .achievement-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 38px;
  }

  .achievement-summary__head .eyebrow {
    grid-column: auto;
  }

  .achievement-summary__head h2,
  .achievement-section-head h2 {
    font-size: 2rem;
  }

  .achievement-summary__head > p:last-child,
  .achievement-section-head > p {
    font-size: .76rem;
    line-height: 1.75;
  }

  .achievement-summary__grid {
    grid-template-columns: 1fr;
  }

  .achievement-summary__grid > div {
    min-height: 0;
    padding: 20px 18px;
    border-right: 1px solid var(--site-line);
    border-bottom: 1px solid var(--site-line);
  }

  .achievement-summary__grid > div:nth-child(3) {
    border-bottom: 1px solid var(--site-line);
  }

  .achievement-summary__grid > div:last-child {
    border-bottom: 0;
  }

  .achievement-summary__grid dt {
    margin-bottom: 7px;
  }

  .achievement-timeline__item {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0 0 30px 20px;
    border-left: 1px solid #bdcad8;
  }

  .achievement-timeline__period {
    padding: 26px 0 9px 20px;
    border-right: 0;
  }

  .achievement-timeline__period::after {
    top: 32px;
    right: auto;
    left: -5px;
  }

  .achievement-timeline__period span {
    display: inline;
    margin-right: 10px;
  }

  .achievement-timeline__period strong {
    display: inline;
  }

  .achievement-timeline__content {
    padding: 0 0 0 20px;
  }

  .achievement-timeline__content h3 {
    font-size: 1.12rem;
  }

  .achievement-timeline__description {
    font-size: .74rem;
  }

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

  .achievement-filter button {
    border-top: 1px solid #c8d4e1;
  }

  .achievement-filter button:nth-child(-n+2) {
    border-top: 0;
  }

  .achievement-filter button:nth-child(odd) {
    border-left: 0;
  }

  .achievement-filter button:nth-child(4) {
    border-left: 1px solid #c8d4e1;
  }

  .achievement-case-grid {
    grid-template-columns: 1fr;
  }

  .achievement-case {
    padding: 23px 20px;
  }

  .achievement-case__head {
    align-items: flex-start;
  }

  .achievement-case h3 {
    min-height: 0;
    font-size: 1rem;
  }

  .achievement-case dl > div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 11px;
  }

  .achievement-disclosure {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .achievement-filter button {
    scroll-behavior: auto;
  }
}
