.about-layout {
  min-width: 0;
  color: var(--ink, #24374a);
}

.about-layout *,
.about-layout *::before,
.about-layout *::after {
  box-sizing: border-box;
}

.about-layout__heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.about-layout__heading--center {
  margin-inline: auto;
  text-align: center;
}

.about-layout__heading > span,
.about-layout__micro {
  display: block;
  color: var(--red, #f25149);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.about-layout__heading h2 {
  margin: 8px 0 0;
  color: var(--navy, #2b435e);
  font-size: clamp(30px, 3.2vw, 43px);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.about-layout__heading p {
  max-width: 760px;
  margin: 17px 0 0;
  color: #647586;
  font-size: 16px;
  line-height: 1.8;
}

.about-layout__heading--center p {
  margin-inline: auto;
}

.about-disclosure {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  margin-top: 38px;
  padding: 24px 26px;
  border-left: 3px solid var(--red, #f25149);
  background: #eef5fa;
}

.about-disclosure > svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  background: #fff;
  color: var(--blue, #00499d);
}

.about-disclosure strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy, #2b435e);
  font-size: 15px;
  line-height: 1.5;
}

.about-disclosure p {
  margin: 0;
  color: #687989;
  font-size: 15px;
  line-height: 1.75;
}

.about-disclosure--navy {
  border-left-color: #80bce5;
  background: var(--navy, #2b435e);
}

.about-disclosure--navy > svg {
  background: rgba(255, 255, 255, 0.1);
  color: #acd9f4;
}

.about-disclosure--navy strong {
  color: #fff;
}

.about-disclosure--navy p {
  color: rgba(255, 255, 255, 0.76);
}

.about-faq {
  margin-top: 54px;
}

.about-faq .about-layout__heading {
  margin-bottom: 20px;
}

.about-faq__list {
  border-top: 1px solid #ccd8e1;
}

.about-faq details {
  border-bottom: 1px solid #ccd8e1;
}

.about-faq summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 20px 44px 20px 0;
  color: var(--navy, #2b435e);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  cursor: pointer;
}

.about-faq summary > svg {
  color: var(--red, #f25149);
  justify-self: center;
}

.about-faq details p {
  max-width: 800px;
  margin: -3px 44px 22px 54px;
  color: #667787;
  font-size: 15px;
  line-height: 1.78;
}

.about-compact-process {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-compact-process li {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  padding: 0 0 22px;
}

.about-compact-process li::before {
  content: "";
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 23px;
  width: 1px;
  background: #cbd9e3;
}

.about-compact-process li:last-child {
  padding-bottom: 0;
}

.about-compact-process li:last-child::before {
  display: none;
}

.about-compact-process li > span {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #bfd0dd;
  border-radius: 50%;
  background: #fff;
  color: var(--blue, #00499d);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.about-compact-process h4 {
  margin: 3px 0 6px;
  color: var(--navy, #2b435e);
  font-size: 16px;
  line-height: 1.45;
}

.about-compact-process p {
  margin: 0;
  color: #6b7b89;
  font-size: 14px;
  line-height: 1.7;
}

.about-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #d5e0e8;
  background: #fff;
}

.about-table-wrap table {
  width: 100%;
  min-width: 740px;
  border-collapse: collapse;
}

.about-table-wrap th,
.about-table-wrap td {
  padding: 18px 20px;
  border-right: 1px solid #dbe4eb;
  border-bottom: 1px solid #dbe4eb;
  color: #667787;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

.about-table-wrap tr > :last-child {
  border-right: 0;
}

.about-table-wrap tbody tr:last-child > * {
  border-bottom: 0;
}

.about-table-wrap thead th {
  padding-block: 15px;
  background: var(--navy, #2b435e);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.about-table-wrap tbody th {
  color: var(--navy, #2b435e);
  font-size: 15px;
}

.about-table-wrap tbody td:last-child span {
  display: inline-block;
  padding: 6px 9px;
  background: #edf5fa;
  color: var(--blue, #00499d);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

/* Overview: narrative paired with a large, people-free city image. */
.about-overview__story {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  min-height: 510px;
  margin-top: 8px;
  background: #f3f7fa;
}

.about-overview__narrative {
  align-self: center;
  padding: 48px 42px;
}

.about-overview__narrative h3 {
  margin: 13px 0 16px;
  color: var(--navy, #2b435e);
  font-size: 28px;
  line-height: 1.28;
}

.about-overview__narrative > p {
  margin: 0;
  color: #5f7181;
  font-size: 16px;
  line-height: 1.82;
}

.about-overview__scope {
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid #d5e0e8;
}

.about-overview__scope strong {
  color: var(--navy, #2b435e);
  font-size: 15px;
}

.about-overview__scope ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.about-overview__scope li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  color: #687989;
  font-size: 14px;
  line-height: 1.65;
}

.about-overview__scope svg {
  margin-top: 4px;
  color: var(--red, #f25149);
}

.about-overview__visual {
  position: relative;
  min-width: 0;
  min-height: 510px;
  margin: 0;
  overflow: hidden;
  background: var(--navy, #2b435e);
}

.about-overview__visual > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 69% center;
}

.about-overview__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 41, 70, 0.02) 36%, rgba(12, 41, 70, 0.86) 100%);
  pointer-events: none;
}

.about-overview__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 112px;
  left: 28px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.about-overview__stats {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  background: rgba(0, 54, 112, 0.9);
  backdrop-filter: blur(7px);
}

.about-overview__stats div {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.about-overview__stats div:last-child {
  border-right: 0;
}

.about-overview__stats dt {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.about-overview__stats dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.about-overview__pillars,
.about-overview__model {
  margin-top: 58px;
}

.about-overview__pillars > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d4dee6;
}

.about-overview__pillars article {
  position: relative;
  min-width: 0;
  padding: 27px 30px 28px 58px;
  border-right: 1px solid #d4dee6;
  border-bottom: 1px solid #d4dee6;
}

.about-overview__pillars article:nth-child(2n) {
  border-right: 0;
}

.about-overview__pillar-icon {
  position: absolute;
  top: 24px;
  left: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: #edf5fa;
  color: var(--blue, #00499d);
}

.about-overview__pillars h3 {
  margin: 0 0 8px;
  color: var(--navy, #2b435e);
  font-size: 18px;
}

.about-overview__pillars p {
  margin: 0;
  color: #6c7c89;
  font-size: 15px;
  line-height: 1.72;
}

.about-overview__model .about-compact-process,
.about-contact__workflow .about-compact-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d5e0e8;
}

.about-overview__model .about-compact-process li,
.about-contact__workflow .about-compact-process li {
  display: block;
  padding: 25px 23px;
  border-right: 1px solid #d5e0e8;
}

.about-overview__model .about-compact-process li:last-child,
.about-contact__workflow .about-compact-process li:last-child {
  border-right: 0;
}

.about-overview__model .about-compact-process li::before,
.about-contact__workflow .about-compact-process li::before {
  display: none;
}

.about-overview__model .about-compact-process li > span,
.about-contact__workflow .about-compact-process li > span {
  margin-bottom: 17px;
  border-radius: 0;
  background: #edf5fa;
}

/* Chairman: long-form institutional letter without a portrait or named office-holder. */
.about-chairman__edition {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  margin-top: 10px;
  background: #f4f7fa;
}

.about-chairman__index {
  position: sticky;
  top: 112px;
  min-height: 430px;
  padding: 34px 28px;
  background: var(--navy, #2b435e);
}

.about-chairman__index .about-layout__micro {
  color: #9fd3f2;
}

.about-chairman__index ol {
  display: grid;
  gap: 0;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.about-chairman__index li {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 9px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.about-chairman__index li > svg {
  margin-top: 2px;
  color: #ff8a83;
}

.about-chairman__letter {
  position: relative;
  max-width: 760px;
  margin: 42px auto;
  padding: 55px 64px 48px;
  border-top: 4px solid var(--red, #f25149);
  background: #fff;
  box-shadow: 0 18px 45px rgba(38, 65, 91, 0.1);
}

.about-chairman__letter-mark {
  position: absolute;
  top: 20px;
  right: 38px;
  color: #dce9f2;
  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 1;
}

.about-chairman__lead {
  margin: 25px 0 22px;
  color: var(--navy, #2b435e) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.6 !important;
}

.about-chairman__letter > p,
.about-chairman__paragraph p {
  margin: 0 0 20px;
  color: #5f7181;
  font-size: 16px;
  line-height: 1.9;
}

.about-chairman__paragraph {
  margin: 27px 0;
  padding-left: 22px;
  border-left: 2px solid #bad6e8;
}

.about-chairman__paragraph h3 {
  margin: 0 0 8px;
  color: var(--navy, #2b435e);
  font-size: 18px;
}

.about-chairman__letter footer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 36px;
  padding-top: 23px;
  border-top: 1px solid #d7e1e9;
}

.about-chairman__letter footer span {
  width: 48px;
  height: 2px;
  background: var(--red, #f25149);
}

.about-chairman__letter footer strong {
  color: var(--navy, #2b435e);
  font-size: 14px;
  letter-spacing: 0.04em;
}

.about-chairman__commitments {
  margin-top: 58px;
}

.about-chairman__commitments .about-compact-process {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.about-chairman__commitments .about-compact-process li {
  padding: 23px;
  border: 1px solid #d8e2e9;
  background: #fff;
}

.about-chairman__commitments .about-compact-process li::before {
  display: none;
}

/* Standards: mandate banner, responsibility matrix and review rail. */
.about-standards__mandate {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 36px 40px;
  background:
    linear-gradient(110deg, rgba(0, 73, 157, 0.96), rgba(43, 67, 94, 0.94)),
    url("/temp/afmvn/images/quicknav-card-bg.png") center / cover no-repeat;
  color: #fff;
}

.about-standards__mandate > svg {
  width: 84px;
  height: 84px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}

.about-standards__mandate .about-layout__micro {
  color: #addbf6;
}

.about-standards__mandate h2 {
  margin: 7px 0 9px;
  font-size: clamp(28px, 3vw, 41px);
  line-height: 1.2;
}

.about-standards__mandate p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.75;
}

.about-standards__matrix,
.about-standards__governance {
  margin-top: 52px;
}

.about-standards__governance {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
}

.about-standards__responsibilities,
.about-standards__cycle {
  padding: 30px;
  border-top: 3px solid var(--blue, #00499d);
  background: #f3f7fa;
}

.about-standards__responsibilities h3,
.about-standards__cycle h3 {
  margin: 10px 0 21px;
  color: var(--navy, #2b435e);
  font-size: 21px;
}

.about-standards__responsibilities ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-standards__responsibilities li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  color: #647586;
  font-size: 15px;
  line-height: 1.7;
}

.about-standards__responsibilities svg {
  margin-top: 4px;
  color: var(--blue, #00499d);
}

.about-standards__cycle .about-compact-process li > span {
  background: #f3f7fa;
}

/* History: deliberately undated, alternating institutional stage timeline. */
.about-history__timeline {
  position: relative;
  display: grid;
  gap: 40px;
  margin: 60px 0 0;
  padding: 8px 0;
}

.about-history__axis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #bdcfdb;
  transform: translateX(-50%);
}

.about-history__timeline > article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  align-items: center;
}

.about-history__marker {
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  place-items: center;
}

.about-history__marker span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 8px solid #fff;
  border-radius: 50%;
  background: var(--red, #f25149);
  box-shadow: 0 0 0 1px #d1dce4;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.about-history__entry {
  position: relative;
  padding: 25px 28px;
  border: 1px solid #d8e2e9;
  background: #fff;
  box-shadow: 0 10px 26px rgba(38, 65, 91, 0.05);
}

.about-history__entry::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #bdcfdb;
}

.about-history__timeline .is-left .about-history__entry {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
}

.about-history__timeline .is-left .about-history__entry::after {
  right: -21px;
}

.about-history__timeline .is-right .about-history__entry {
  grid-column: 3;
  grid-row: 1;
}

.about-history__timeline .is-right .about-history__entry::after {
  left: -21px;
}

.about-history__entry small {
  color: var(--red, #f25149);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-history__entry h3 {
  margin: 8px 0;
  color: var(--navy, #2b435e);
  font-size: 19px;
}

.about-history__entry p {
  margin: 0;
  color: #687989;
  font-size: 14px;
  line-height: 1.72;
}

.about-history__protocol {
  margin-top: 64px;
}

.about-history__protocol > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d6e0e8;
}

.about-history__protocol article {
  min-width: 0;
  padding: 25px 22px;
  border-right: 1px solid #d6e0e8;
}

.about-history__protocol article:last-child {
  border-right: 0;
}

.about-history__protocol svg {
  display: block;
  margin: 0 0 15px;
  color: var(--blue, #00499d);
}

.about-history__protocol h3 {
  margin: 0 0 8px;
  color: var(--navy, #2b435e);
  font-size: 16px;
}

.about-history__protocol p {
  margin: 0;
  color: #6b7b89;
  font-size: 14px;
  line-height: 1.7;
}

/* Values: manifesto and large editorial statements. */
.about-values__manifesto {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 58px;
  overflow: hidden;
  background:
    linear-gradient(108deg, rgba(19, 46, 73, 0.98), rgba(0, 73, 157, 0.9)),
    url("/temp/afmvn/images/section-texture-bg.png") center / cover no-repeat;
  color: #fff;
}

.about-values__manifesto::after {
  content: "V";
  position: absolute;
  right: -12px;
  bottom: -116px;
  color: rgba(255, 255, 255, 0.045);
  font-family: Arial, sans-serif;
  font-size: 430px;
  font-weight: 900;
  line-height: 1;
}

.about-values__manifesto > * {
  position: relative;
  z-index: 1;
}

.about-values__manifesto .about-layout__micro {
  color: #9ed6f5;
}

.about-values__manifesto h2 {
  margin: 9px 0 20px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
}

.about-values__manifesto blockquote {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.58;
}

.about-values__manifesto > p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.about-values__keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.about-values__keywords span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 700;
}

.about-values__statements {
  margin-top: 46px;
  border-top: 1px solid #ccd8e1;
}

.about-values__statements article {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid #ccd8e1;
}

.about-values__statements article:nth-child(even) {
  padding-left: 13%;
}

.about-values__statement-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: #edf5fa;
  color: var(--blue, #00499d);
}

.about-values__statements h3 {
  margin: 0 0 8px;
  color: var(--navy, #2b435e);
  font-size: 22px;
}

.about-values__statements p {
  max-width: 720px;
  margin: 0;
  color: #637485;
  font-size: 15px;
  line-height: 1.78;
}

.about-values__actions {
  margin-top: 58px;
  padding: 34px;
  background: #f1f6f9;
}

.about-values__actions > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-values__actions article {
  min-width: 0;
  padding: 21px 20px;
  border-top: 3px solid var(--blue, #00499d);
  background: #fff;
}

.about-values__actions svg {
  color: var(--red, #f25149);
}

.about-values__actions h3 {
  margin: 13px 0 8px;
  color: var(--navy, #2b435e);
  font-size: 16px;
}

.about-values__actions p {
  margin: 0;
  color: #6a7a88;
  font-size: 14px;
  line-height: 1.68;
}

/* Experts: transparent structure table, scope record and review process. */
.about-experts__intro {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  border-bottom: 4px solid var(--blue, #00499d);
  background: #eef5fa;
}

.about-experts__symbol {
  position: relative;
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--blue, #00499d);
}

.about-experts__symbol svg:last-child {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 38px;
  height: 38px;
  padding: 7px;
  border-radius: 50%;
  background: var(--red, #f25149);
  color: #fff;
}

.about-experts__intro h2 {
  margin: 8px 0 10px;
  color: var(--navy, #2b435e);
  font-size: clamp(29px, 3vw, 41px);
  line-height: 1.2;
}

.about-experts__intro p {
  max-width: 760px;
  margin: 0;
  color: #657686;
  font-size: 15px;
  line-height: 1.76;
}

.about-experts__structure {
  margin-top: 50px;
}

.about-experts__governance {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  margin-top: 38px;
}

.about-experts__scope,
.about-experts__process {
  padding: 29px;
  border: 1px solid #d8e2e9;
}

.about-experts__scope {
  background: var(--navy, #2b435e);
  color: #fff;
}

.about-experts__scope .about-layout__micro {
  color: #9fd5f3;
}

.about-experts__scope h3,
.about-experts__process h3 {
  margin: 10px 0 22px;
  font-size: 20px;
}

.about-experts__scope ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-experts__scope li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.68;
}

.about-experts__scope svg {
  margin-top: 3px;
  color: #9fd5f3;
}

.about-experts__process h3 {
  color: var(--navy, #2b435e);
}

/* Partners: document dossier and verification archive. */
.about-partners__cover {
  position: relative;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) minmax(240px, 0.7fr);
  gap: 28px;
  align-items: center;
  padding: 42px 40px;
  border: 1px solid #cfdae3;
  border-top: 8px solid var(--navy, #2b435e);
  background:
    linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)),
    url("/temp/afmvn/images/section-texture-bg.png") center / cover no-repeat;
  box-shadow: 0 12px 32px rgba(38, 65, 91, 0.07);
}

.about-partners__cover::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 32px;
  width: 150px;
  height: 20px;
  background: var(--navy, #2b435e);
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
}

.about-partners__cover-icon {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  background: #edf5fa;
  color: var(--blue, #00499d);
}

.about-partners__cover h2 {
  margin: 8px 0 10px;
  color: var(--navy, #2b435e);
  font-size: clamp(29px, 3vw, 41px);
}

.about-partners__cover p {
  margin: 0;
  color: #647586;
  font-size: 15px;
  line-height: 1.75;
}

.about-partners__cover dl {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 28px;
  border-left: 1px solid #d2dde5;
}

.about-partners__cover dl div {
  padding-bottom: 12px;
  border-bottom: 1px solid #dbe4eb;
}

.about-partners__cover dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.about-partners__cover dt {
  color: #8795a0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-partners__cover dd {
  margin: 5px 0 0;
  color: var(--navy, #2b435e);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.about-partners__profiles,
.about-partners__archive {
  margin-top: 54px;
}

.about-partners__profiles > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.about-partners__profiles article {
  min-width: 0;
  padding: 27px;
  border: 1px solid #d4dfe7;
  background: #fff;
}

.about-partners__profiles article header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px dashed #c8d5de;
  color: var(--blue, #00499d);
}

.about-partners__profiles header span {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.about-partners__profiles h3 {
  margin: 19px 0 9px;
  color: var(--navy, #2b435e);
  font-size: 18px;
}

.about-partners__profiles p {
  margin: 0;
  color: #687989;
  font-size: 15px;
  line-height: 1.72;
}

.about-partners__profiles small {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 9px;
  background: #eef5fa;
  color: #667d90;
  font-size: 12px;
  font-weight: 700;
}

.about-partners__archive {
  display: grid;
  grid-template-columns: minmax(230px, 0.58fr) minmax(0, 1fr);
  gap: 32px;
  padding: 34px;
  background: #f1f6f9;
}

.about-partners__archive-title {
  display: flex;
  gap: 17px;
  align-items: flex-start;
}

.about-partners__archive-title > svg {
  flex: 0 0 auto;
  color: var(--blue, #00499d);
}

.about-partners__archive-title h3 {
  margin: 8px 0 0;
  color: var(--navy, #2b435e);
  font-size: 22px;
  line-height: 1.4;
}

.about-partners__tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 21px 0 0;
  border-top: 1px solid #d0dce4;
  list-style: none;
}

.about-partners__tags li {
  padding: 8px 11px;
  border: 1px solid #c7d6e0;
  background: #fff;
  color: #5f7485;
  font-size: 12px;
  font-weight: 700;
}

/* Contact: safe map, contact routing and a clearly non-transmitting form. */
.about-contact__top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
}

.about-contact__map {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background: #dfeaf1;
}

.about-contact__map > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(0.95);
}

.about-contact__map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 73, 157, 0.02), rgba(16, 48, 78, 0.68));
  pointer-events: none;
}

.about-contact__map figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--blue, #00499d);
}

.about-contact__map figcaption strong,
.about-contact__map figcaption span {
  display: block;
}

.about-contact__map figcaption strong {
  margin-bottom: 4px;
  color: var(--navy, #2b435e);
  font-size: 15px;
}

.about-contact__map figcaption span {
  color: #6b7c8b;
  font-size: 13px;
  line-height: 1.55;
}

.about-contact__directory {
  display: grid;
  align-content: start;
  gap: 15px;
}

.about-contact__directory > article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 23px;
  border: 1px solid #d5e0e8;
  background: #fff;
}

.about-contact__directory > article > svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  background: #edf5fa;
  color: var(--blue, #00499d);
}

.about-contact__directory article span {
  display: block;
  margin-bottom: 5px;
  color: #87939e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-contact__directory a {
  color: var(--navy, #2b435e);
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.about-contact__directory a:hover {
  color: var(--red, #f25149);
}

.about-contact__directory article p {
  margin: 0;
  color: #667787;
  font-size: 14px;
  line-height: 1.65;
}

.about-contact__directory .about-disclosure {
  margin-top: 0;
}

.about-contact__routes {
  margin-top: 54px;
}

.about-contact__routes > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-contact__routes article {
  min-width: 0;
  padding: 26px;
  border-left: 3px solid var(--blue, #00499d);
  background: #f3f7fa;
}

.about-contact__routes article > svg {
  color: var(--blue, #00499d);
}

.about-contact__routes h3 {
  margin: 17px 0 8px;
  color: var(--navy, #2b435e);
  font-size: 17px;
}

.about-contact__routes p {
  margin: 0;
  color: #687989;
  font-size: 14px;
  line-height: 1.7;
}

.about-contact__workflow {
  margin-top: 22px;
}

.about-contact__form-shell {
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
  gap: 34px;
  margin-top: 54px;
  padding: 36px;
  border-top: 4px solid var(--red, #f25149);
  background: var(--navy, #2b435e);
}

.about-contact__form-intro {
  color: #fff;
}

.about-contact__form-intro > svg {
  margin-bottom: 25px;
  color: #9fd5f3;
}

.about-contact__form-intro .about-layout__micro {
  color: #9fd5f3;
}

.about-contact__form-intro h3 {
  margin: 9px 0 11px;
  font-size: 23px;
  line-height: 1.38;
}

.about-contact__form-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.72;
}

.about-contact__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  padding: 28px;
  background: #fff;
}

.about-contact__form label:not(.about-contact__consent) {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-contact__form label > span {
  color: #46596b;
  font-size: 14px;
  font-weight: 700;
}

.about-contact__form input,
.about-contact__form select,
.about-contact__form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cbd7df;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: var(--ink, #24374a);
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
}

.about-contact__form textarea {
  min-height: 125px;
  resize: vertical;
}

.about-contact__form input:focus,
.about-contact__form select:focus,
.about-contact__form textarea:focus {
  border-color: var(--blue, #00499d);
  box-shadow: 0 0 0 3px rgba(0, 73, 157, 0.1);
}

.about-contact__form-wide {
  grid-column: 1 / -1;
}

.about-contact__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #657686;
  font-size: 13px;
  line-height: 1.65;
}

.about-contact__consent input {
  width: 17px;
  height: 17px;
  min-height: 0;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--blue, #00499d);
}

.about-contact__form button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  justify-self: start;
  padding: 0 21px;
  border: 0;
  background: var(--red, #f25149);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.about-contact__form button:hover {
  background: #dc443d;
}

.about-contact__form-message {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin: 0;
  padding: 13px 15px;
  background: #eef5fa;
  color: #4e687c;
  font-size: 13px;
  line-height: 1.65;
}

.about-contact__form-message svg {
  margin-top: 2px;
  color: var(--blue, #00499d);
}

.about-layout :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(22, 136, 232, 0.38);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .about-overview__story,
  .about-contact__top {
    grid-template-columns: 1fr;
  }

  .about-overview__visual {
    min-height: 450px;
  }

  .about-standards__governance,
  .about-experts__governance {
    grid-template-columns: 1fr;
  }

  .about-partners__cover {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .about-partners__cover dl {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 22px 0 0;
    border-top: 1px solid #d2dde5;
    border-left: 0;
  }

  .about-partners__cover dl div {
    padding: 0 18px 0 0;
    border-right: 1px solid #dbe4eb;
    border-bottom: 0;
  }

  .about-contact__form-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .about-chairman__edition {
    grid-template-columns: 1fr;
  }

  .about-chairman__index {
    position: static;
    min-height: 0;
  }

  .about-chairman__index ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-chairman__index li {
    padding-right: 14px;
  }

  .about-chairman__letter {
    margin: 0;
    max-width: none;
  }

  .about-overview__model .about-compact-process,
  .about-contact__workflow .about-compact-process,
  .about-history__protocol > div,
  .about-values__actions > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-overview__model .about-compact-process li:nth-child(2),
  .about-contact__workflow .about-compact-process li:nth-child(2),
  .about-history__protocol article:nth-child(2),
  .about-values__actions article:nth-child(2) {
    border-right: 0;
  }

  .about-overview__model .about-compact-process li:nth-child(n + 3),
  .about-contact__workflow .about-compact-process li:nth-child(n + 3),
  .about-history__protocol article:nth-child(n + 3),
  .about-values__actions article:nth-child(n + 3) {
    border-top: 1px solid #d5e0e8;
  }

  .about-history__protocol article:nth-child(2) {
    border-right: 0;
  }

  .about-history__protocol article:nth-child(3) {
    border-right: 1px solid #d6e0e8;
  }

  .about-partners__archive {
    grid-template-columns: 1fr;
  }

  .about-partners__tags {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .about-layout__heading {
    margin-bottom: 27px;
  }

  .about-layout__heading h2 {
    font-size: 29px;
  }

  .about-layout__heading p {
    font-size: 15px;
  }

  .about-disclosure {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }

  .about-faq summary {
    grid-template-columns: 32px minmax(0, 1fr);
    padding-right: 18px;
  }

  .about-faq details p {
    margin-right: 18px;
    margin-left: 44px;
  }

  .about-overview__narrative {
    padding: 31px 23px;
  }

  .about-overview__narrative h3 {
    font-size: 23px;
  }

  .about-overview__visual {
    min-height: 510px;
  }

  .about-overview__visual figcaption {
    bottom: 202px;
  }

  .about-overview__stats {
    grid-template-columns: 1fr;
  }

  .about-overview__stats div {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    padding: 11px 17px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .about-overview__stats dt {
    font-size: 20px;
  }

  .about-overview__stats dd {
    margin: 0;
  }

  .about-overview__pillars > div,
  .about-chairman__commitments .about-compact-process,
  .about-partners__profiles > div,
  .about-contact__routes > div {
    grid-template-columns: 1fr;
  }

  .about-overview__pillars article,
  .about-overview__pillars article:nth-child(2n) {
    border-right: 0;
  }

  .about-overview__model .about-compact-process,
  .about-contact__workflow .about-compact-process,
  .about-history__protocol > div,
  .about-values__actions > div {
    grid-template-columns: 1fr;
  }

  .about-overview__model .about-compact-process li,
  .about-overview__model .about-compact-process li:nth-child(2),
  .about-contact__workflow .about-compact-process li,
  .about-contact__workflow .about-compact-process li:nth-child(2),
  .about-history__protocol article,
  .about-history__protocol article:nth-child(2),
  .about-history__protocol article:nth-child(3) {
    border-right: 0;
    border-top: 1px solid #d5e0e8;
  }

  .about-overview__model .about-compact-process li:first-child,
  .about-contact__workflow .about-compact-process li:first-child,
  .about-history__protocol article:first-child {
    border-top: 0;
  }

  .about-chairman__index {
    padding: 27px 22px;
  }

  .about-chairman__index ol {
    grid-template-columns: 1fr;
  }

  .about-chairman__letter {
    padding: 43px 24px 33px;
  }

  .about-chairman__letter-mark {
    right: 18px;
    font-size: 72px;
  }

  .about-chairman__lead {
    font-size: 19px !important;
  }

  .about-standards__mandate,
  .about-experts__intro {
    grid-template-columns: 1fr;
    padding: 29px 24px;
  }

  .about-standards__mandate > svg {
    width: 68px;
    height: 68px;
    padding: 16px;
  }

  .about-table-wrap {
    overflow: visible;
    border: 0;
  }

  .about-table-wrap table,
  .about-table-wrap thead,
  .about-table-wrap tbody,
  .about-table-wrap tr,
  .about-table-wrap th,
  .about-table-wrap td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .about-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .about-table-wrap tr {
    margin-bottom: 15px;
    border: 1px solid #d5e0e8;
    background: #fff;
  }

  .about-table-wrap th,
  .about-table-wrap td {
    position: relative;
    padding: 13px 15px 13px 42%;
    border-right: 0;
    border-bottom: 1px solid #dbe4eb;
  }

  .about-table-wrap th::before,
  .about-table-wrap td::before {
    content: attr(data-label);
    position: absolute;
    top: 13px;
    left: 15px;
    width: calc(42% - 25px);
    color: #8795a0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .about-table-wrap tr > :last-child {
    border-bottom: 0;
  }

  .about-standards__responsibilities,
  .about-standards__cycle,
  .about-experts__scope,
  .about-experts__process {
    padding: 24px 20px;
  }

  .about-history__axis {
    left: 24px;
    transform: none;
  }

  .about-history__timeline {
    gap: 26px;
    margin-top: 40px;
  }

  .about-history__timeline > article {
    grid-template-columns: 49px minmax(0, 1fr);
  }

  .about-history__marker {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .about-history__marker span {
    width: 42px;
    height: 42px;
    border-width: 6px;
  }

  .about-history__timeline .is-left .about-history__entry,
  .about-history__timeline .is-right .about-history__entry {
    grid-column: 2;
    grid-row: 1;
    padding: 21px 19px;
    text-align: left;
  }

  .about-history__timeline .is-left .about-history__entry::after,
  .about-history__timeline .is-right .about-history__entry::after {
    top: 20px;
    right: auto;
    left: -12px;
    width: 11px;
  }

  .about-values__manifesto {
    min-height: 500px;
    padding: 40px 24px;
  }

  .about-values__manifesto blockquote {
    font-size: 22px;
  }

  .about-values__statements article,
  .about-values__statements article:nth-child(even) {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    padding: 24px 0;
  }

  .about-values__statement-icon {
    width: 42px;
    height: 42px;
  }

  .about-values__actions {
    padding: 27px 20px;
  }

  .about-experts__symbol {
    width: 88px;
    height: 88px;
  }

  .about-partners__cover {
    grid-template-columns: 1fr;
    padding: 38px 23px 27px;
  }

  .about-partners__cover dl {
    grid-template-columns: 1fr;
  }

  .about-partners__cover dl div {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid #dbe4eb;
  }

  .about-partners__cover dl div:last-child {
    border-bottom: 0;
  }

  .about-partners__archive {
    padding: 26px 20px;
  }

  .about-contact__map {
    min-height: 420px;
  }

  .about-contact__map figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .about-contact__form-shell {
    padding: 28px 20px;
  }

  .about-contact__form {
    grid-template-columns: 1fr;
    padding: 23px 19px;
  }

  .about-contact__form-wide {
    grid-column: auto;
  }

  .about-contact__form button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-layout *,
  .about-layout *::before,
  .about-layout *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
