:root {
  --ab-blue: #103f73;
  --ab-blue-deep: #092f5b;
  --ab-blue-soft: #dceaf5;
  --ab-orange: #f16b00;
  --ab-orange-soft: #ffb36e;
  --ab-cream: #fff8ed;
  --ab-paper: #fffcf7;
  --ab-ink: #17334e;
  --ab-muted: #68798a;
  --ab-line: rgba(16, 63, 115, 0.13);
  --ab-shadow: 0 24px 70px rgba(33, 61, 91, 0.12);
}

body.about-page {
  padding-bottom: 0;
  color: var(--ab-ink);
  background:
    radial-gradient(circle at 9% 12%, rgba(244, 187, 144, 0.24), transparent 25%),
    radial-gradient(circle at 88% 20%, rgba(169, 204, 234, 0.3), transparent 28%),
    linear-gradient(135deg, #eaded6 0%, #dce1ef 44%, #d7e4f3 68%, #eadbd3 100%);
}

body.about-page .header__nav-link.is-current,
body.about-page .header-mobile-menu__link.is-current {
  color: var(--ab-orange);
}

.ab-main {
  overflow: hidden;
}

.ab-hero {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1580px;
  min-height: 790px;
  margin: 16px auto 0;
  padding: 150px 64px 58px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  background: var(--ab-cream);
  box-shadow: var(--ab-shadow);
}

.ab-hero__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ab-hero__veil {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 82%;
  background:
    linear-gradient(
      90deg,
      #fffaf4 0%,
      rgba(255, 250, 244, 0.99) 35%,
      rgba(255, 250, 244, 0.94) 45%,
      rgba(255, 250, 244, 0.78) 56%,
      rgba(255, 250, 244, 0.48) 69%,
      rgba(255, 250, 244, 0.16) 84%,
      rgba(255, 250, 244, 0) 100%
    );
}

.ab-hero__copy {
  width: min(690px, 52%);
}

.ab-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: #7d8995;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}

.ab-breadcrumb a {
  transition: color 220ms ease;
}

.ab-breadcrumb a:hover {
  color: var(--ab-orange);
}

.ab-eyebrow,
.ab-section__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ab-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ab-eyebrow {
  gap: 10px;
}

.ab-eyebrow img,
.ab-section__label img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: contain;
}

.ab-hero h1 {
  max-width: 680px;
  margin-top: 16px;
  color: var(--ab-blue);
  font-family: 'Tinos', serif;
  font-size: clamp(68px, 6.8vw, 112px);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: -0.055em;
}

.ab-hero h1 em {
  color: var(--ab-orange);
  font-weight: 400;
}

.ab-hero__lead {
  max-width: 620px;
  margin-top: 29px;
  color: #42576a;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(16px, 1.24vw, 20px);
  line-height: 1.62;
}

.ab-hero__actions,
.ab-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ab-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 280ms ease, color 280ms ease, background 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}

.ab-button:hover,
.ab-button:focus-visible {
  transform: translateY(-2px);
}

.ab-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--ab-orange), #ff8b37);
  box-shadow: 0 14px 30px rgba(241, 107, 0, 0.22);
}

.ab-button--primary:hover,
.ab-button--primary:focus-visible {
  box-shadow: 0 18px 36px rgba(241, 107, 0, 0.3);
}

.ab-button--ghost {
  color: var(--ab-blue);
  border-color: rgba(16, 63, 115, 0.18);
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(10px);
}

.ab-button--ghost:hover,
.ab-button--ghost:focus-visible {
  border-color: rgba(16, 63, 115, 0.3);
  background: #fff;
}

.ab-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.ab-hero__facts span {
  min-height: 100px;
  padding: 17px 16px;
  border: 1px solid rgba(16, 63, 115, 0.11);
  border-radius: 17px;
  color: #677889;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  line-height: 1.48;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px);
}

.ab-hero__facts strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ab-blue);
  font-family: 'Tinos', serif;
  font-size: 18px;
  line-height: 1.1;
}

.ab-values,
.ab-section,
.ab-contact {
  width: calc(100% - 120px);
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.ab-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 46px rgba(37, 65, 93, 0.08);
  backdrop-filter: blur(18px);
}

.ab-value {
  display: grid;
  min-height: 170px;
  padding: 24px 22px;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 15px;
  border-right: 1px solid var(--ab-line);
}

.ab-value:last-child {
  border-right: 0;
}

.ab-value img {
  width: 62px;
  height: 62px;
  border-radius: 16px;
}

.ab-value strong {
  display: block;
  color: var(--ab-blue);
  font-family: 'Tinos', serif;
  font-size: 20px;
  line-height: 1.08;
}

.ab-value p {
  margin-top: 8px;
  color: var(--ab-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  line-height: 1.55;
}

.ab-section {
  margin-top: 118px;
}

.ab-section h2,
.ab-contact h2 {
  margin-top: 13px;
  color: var(--ab-blue);
  font-family: 'Tinos', serif;
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.ab-section h2 em,
.ab-contact h2 em {
  color: var(--ab-orange);
  font-weight: 400;
}

.ab-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.62fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 42px;
}

.ab-section__head > p {
  color: var(--ab-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.ab-overview {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(440px, 1.12fr);
  align-items: center;
  gap: clamp(56px, 7vw, 112px);
}

.ab-overview__visual {
  position: relative;
  width: min(100%, 584px);
  height: 720px;
  justify-self: center;
}

.ab-overview__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  box-shadow: var(--ab-shadow);
}

.ab-overview__visual::before {
  content: none;
}

.ab-overview__visual figcaption {
  position: absolute;
  left: -26px;
  bottom: 28px;
  width: min(360px, 84%);
  padding: 21px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, rgba(9, 47, 91, 0.95), rgba(20, 86, 139, 0.93));
  box-shadow: 0 20px 44px rgba(9, 47, 91, 0.24);
}

.ab-overview__visual figcaption span {
  display: block;
  margin-bottom: 7px;
  color: #ffb374;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.ab-overview__visual figcaption strong {
  font-family: 'Tinos', serif;
  font-size: 22px;
  line-height: 1.18;
}

.ab-overview__copy > p:not(.ab-section__label) {
  margin-top: 23px;
  color: var(--ab-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.82;
}

.ab-overview__copy blockquote {
  position: relative;
  margin-top: 31px;
  padding: 26px 28px 26px 34px;
  border: 1px solid rgba(16, 63, 115, 0.11);
  border-left: 4px solid var(--ab-orange);
  border-radius: 0 20px 20px 0;
  color: var(--ab-blue);
  font-family: 'Tinos', serif;
  font-size: 23px;
  font-style: normal;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.62);
}

.ab-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ab-process-card {
  position: relative;
  min-height: 318px;
  padding: 28px 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 46px rgba(34, 62, 90, 0.08);
}

.ab-process-card::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 170px;
  height: 170px;
  right: -72px;
  bottom: -76px;
  border-radius: 50%;
  background: rgba(219, 233, 246, 0.8);
}

.ab-process-card:nth-child(2)::after {
  background: rgba(255, 218, 185, 0.7);
}

.ab-process-card__number {
  position: absolute;
  top: 26px;
  right: 28px;
  color: rgba(16, 63, 115, 0.24);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.ab-process-card img {
  width: 96px;
  height: 96px;
  border-radius: 24px;
}

.ab-process-card h3 {
  margin-top: 23px;
  color: var(--ab-blue);
  font-family: 'Tinos', serif;
  font-size: 29px;
  line-height: 1.08;
}

.ab-process-card p {
  margin-top: 14px;
  color: var(--ab-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 1.7;
}

.ab-documentation {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(480px, 1.08fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--ab-shadow);
}

.ab-documentation__copy {
  padding: clamp(48px, 6vw, 86px);
}

.ab-documentation__copy > p:not(.ab-section__label) {
  margin-top: 24px;
  color: var(--ab-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.78;
}

.ab-text-list {
  display: grid;
  gap: 0;
  margin-top: 32px;
}

.ab-text-list li {
  display: grid;
  padding: 17px 0;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 13px;
  border-top: 1px solid var(--ab-line);
  color: var(--ab-blue);
  font-family: 'Tinos', serif;
  font-size: 18px;
  line-height: 1.25;
}

.ab-text-list span {
  color: var(--ab-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.ab-documentation__visual {
  min-height: 680px;
}

.ab-documentation__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ab-partners__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.ab-partner-card {
  --ab-partner-glow: none;
  position: relative;
  grid-column: span 4;
  min-height: 220px;
  padding: 28px 29px 30px;
  overflow: hidden;
  border: 1px solid rgba(16, 63, 115, 0.1);
  border-radius: 23px;
  background:
    var(--ab-partner-glow),
    radial-gradient(circle at 50% 50%, rgba(215, 232, 246, 0.28), transparent 72%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(245, 249, 252, 0.82));
  box-shadow: 0 16px 42px rgba(37, 64, 91, 0.08);
}

.ab-partner-card:nth-child(1) {
  --ab-partner-glow:
    radial-gradient(circle 88px at 100% 100%, rgba(255, 151, 57, 0.28), rgba(255, 183, 113, 0.14) 48%, transparent 100%);
}

.ab-partner-card:nth-child(2) {
  --ab-partner-glow:
    radial-gradient(circle 88px at 0% 100%, rgba(255, 151, 57, 0.28), rgba(255, 183, 113, 0.14) 48%, transparent 100%),
    radial-gradient(circle 88px at 100% 100%, rgba(255, 151, 57, 0.28), rgba(255, 183, 113, 0.14) 48%, transparent 100%);
}

.ab-partner-card:nth-child(3) {
  --ab-partner-glow:
    radial-gradient(circle 88px at 0% 100%, rgba(255, 151, 57, 0.28), rgba(255, 183, 113, 0.14) 48%, transparent 100%);
}

.ab-partner-card:nth-child(4) {
  --ab-partner-glow:
    radial-gradient(circle 88px at 100% 0%, rgba(255, 151, 57, 0.28), rgba(255, 183, 113, 0.14) 48%, transparent 100%);
}

.ab-partner-card:nth-child(5) {
  --ab-partner-glow:
    radial-gradient(circle 88px at 0% 0%, rgba(255, 151, 57, 0.28), rgba(255, 183, 113, 0.14) 48%, transparent 100%),
    radial-gradient(circle 88px at 100% 0%, rgba(255, 151, 57, 0.28), rgba(255, 183, 113, 0.14) 48%, transparent 100%);
}

.ab-partner-card:nth-child(6) {
  --ab-partner-glow:
    radial-gradient(circle 88px at 0% 0%, rgba(255, 151, 57, 0.28), rgba(255, 183, 113, 0.14) 48%, transparent 100%);
}

.ab-partner-card--primary {
  color: var(--ab-ink);
}

.ab-partner-card--wide {
  grid-column: span 4;
}

.ab-partner-card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(241, 107, 0, 0.12);
  border-radius: 50%;
  color: var(--ab-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 600;
  background: rgba(255, 240, 226, 0.9);
}

.ab-partner-card--primary span {
  color: var(--ab-orange);
}

.ab-partner-card h3 {
  margin-top: 34px;
  color: var(--ab-blue);
  font-family: 'Tinos', serif;
  font-size: 27px;
  line-height: 1.08;
}

.ab-partner-card--primary h3 {
  color: var(--ab-blue);
}

.ab-partner-card p {
  margin-top: 12px;
  color: var(--ab-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 1.65;
}

.ab-partner-card--primary p {
  color: var(--ab-muted);
}

.ab-knowledge {
  display: grid;
  grid-template-columns: minmax(400px, 0.98fr) minmax(520px, 1.02fr);
  align-items: stretch;
  gap: clamp(28px, 3vw, 48px);
}

.ab-knowledge__visual {
  width: 100%;
  min-height: 0;
  aspect-ratio: auto;
  align-self: stretch;
}

.ab-knowledge__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--ab-shadow);
}

.ab-knowledge__copy > p:not(.ab-section__label) {
  margin-top: 24px;
  color: var(--ab-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.ab-knowledge__notes {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.ab-knowledge__notes article {
  padding: 22px 24px;
  border: 1px solid var(--ab-line);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.58);
}

.ab-knowledge__notes strong {
  color: var(--ab-blue);
  font-family: 'Tinos', serif;
  font-size: 21px;
}

.ab-knowledge__notes p {
  margin-top: 7px;
  color: var(--ab-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 1.62;
}

.ab-contact {
  position: relative;
  display: grid;
  margin-top: 124px;
  margin-bottom: 70px;
  padding: 58px 60px;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.44fr);
  align-items: center;
  gap: 42px;
  overflow: hidden;
  border: 1px solid rgba(16, 63, 115, 0.1);
  border-radius: 30px;
  color: var(--ab-ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 193, 140, 0.28), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(174, 211, 240, 0.42), transparent 34%),
    linear-gradient(135deg, rgba(255, 250, 243, 0.97), rgba(244, 248, 252, 0.96) 58%, rgba(231, 241, 249, 0.96));
  box-shadow: 0 26px 68px rgba(36, 65, 94, 0.13);
}

.ab-contact__intro {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.ab-contact::after {
  position: absolute;
  content: "";
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -260px;
  border: 1px solid rgba(16, 63, 115, 0.08);
  border-radius: 50%;
}

.ab-contact__icon {
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 9px 13px rgba(174, 76, 0, 0.14));
}

.ab-contact h2 {
  max-width: 760px;
  color: var(--ab-blue);
  font-size: clamp(39px, 4vw, 62px);
}

.ab-contact h2 em {
  color: var(--ab-orange);
}

.ab-contact__copy > p:not(.ab-section__label) {
  max-width: 680px;
  margin-top: 16px;
  color: var(--ab-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}

.ab-button--light {
  color: #fff;
  background: linear-gradient(135deg, var(--ab-orange), #ff8b37);
  box-shadow: 0 14px 30px rgba(241, 107, 0, 0.2);
}

.ab-button--outline-light {
  color: var(--ab-blue);
  border-color: rgba(16, 63, 115, 0.18);
  background: rgba(255, 255, 255, 0.65);
}

.ab-contact__details {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  padding-left: 34px;
  border-left: 1px solid rgba(16, 63, 115, 0.12);
}

.ab-contact__details p {
  color: var(--ab-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 1.7;
}

.ab-contact__details span {
  display: block;
  margin-bottom: 5px;
  color: var(--ab-orange);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ab-contact__details a {
  color: var(--ab-blue);
}

body.about-page .sv-footer {
  background: rgba(255, 252, 247, 0.82);
}

@media (max-width: 1280px) {
  .ab-hero {
    width: calc(100% - 48px);
    padding-right: 42px;
    padding-left: 42px;
  }

  .ab-values,
  .ab-section,
  .ab-contact {
    width: calc(100% - 80px);
  }

  .ab-value {
    grid-template-columns: 54px 1fr;
    padding-right: 16px;
    padding-left: 16px;
  }

  .ab-value img {
    width: 54px;
    height: 54px;
  }

  .ab-contact {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.4fr);
    padding: 48px;
  }

  .ab-contact__icon {
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 1080px) {
  .ab-hero {
    min-height: 760px;
  }

  .ab-hero__copy {
    width: min(620px, 63%);
  }

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

  .ab-value {
    border-bottom: 1px solid var(--ab-line);
  }

  .ab-value:nth-child(2) {
    border-right: 0;
  }

  .ab-value:nth-child(3),
  .ab-value:nth-child(4) {
    border-bottom: 0;
  }

  .ab-overview {
    grid-template-columns: minmax(330px, 0.8fr) 1fr;
    gap: 54px;
  }

  .ab-overview__visual {
    height: 620px;
  }

  .ab-documentation {
    grid-template-columns: 1fr;
  }

  .ab-documentation__visual {
    min-height: 460px;
  }

  .ab-knowledge {
    grid-template-columns: 1fr;
  }

  .ab-knowledge__visual {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    align-self: center;
  }

  .ab-contact {
    grid-template-columns: 1fr;
  }

  .ab-contact__details {
    grid-column: 1;
    grid-template-columns: 1.3fr 0.7fr;
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid rgba(16, 63, 115, 0.12);
    border-left: 0;
  }
}

@media (max-width: 820px) {
  body.hero-lab-v2.about-page .header {
    padding: 12px 18px 0;
  }

  .ab-hero {
    width: calc(100% - 24px);
    min-height: 860px;
    padding: 126px 26px 34px;
    border-radius: 23px;
  }

  .ab-hero__image {
    object-position: 65% center;
  }

  .ab-hero__veil {
    width: 100%;
    background:
      linear-gradient(
        90deg,
        rgba(255, 250, 244, 0.94) 0%,
        rgba(255, 250, 244, 0.9) 46%,
        rgba(255, 250, 244, 0.76) 68%,
        rgba(255, 250, 244, 0.2) 100%
      );
  }

  .ab-hero__copy {
    width: 100%;
  }

  .ab-breadcrumb {
    margin-bottom: 30px;
  }

  .ab-hero h1 {
    font-size: clamp(56px, 15vw, 86px);
  }

  .ab-hero__lead {
    max-width: 580px;
  }

  .ab-hero__facts {
    margin-top: 26px;
  }

  .ab-values,
  .ab-section,
  .ab-contact {
    width: calc(100% - 32px);
  }

  .ab-section {
    margin-top: 86px;
  }

  .ab-section__head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ab-overview {
    grid-template-columns: 1fr;
  }

  .ab-overview__visual {
    width: min(600px, 100%);
    height: 670px;
    margin: 0 auto;
  }

  .ab-overview__visual figcaption {
    left: 18px;
  }

  .ab-process__grid {
    grid-template-columns: 1fr;
  }

  .ab-process-card {
    min-height: 300px;
  }

  .ab-partner-card {
    grid-column: span 6;
  }

  .ab-partner-card--wide {
    grid-column: span 12;
  }

  .ab-contact {
    grid-template-columns: 1fr;
    margin-top: 90px;
    padding: 40px 32px;
  }

  .ab-contact__icon {
    width: 58px;
    height: 58px;
  }

  .ab-contact__details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ab-hero {
    min-height: 840px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ab-hero h1 {
    font-size: clamp(47px, 13vw, 58px);
  }

  .ab-eyebrow,
  .ab-section__label {
    font-size: 10px;
  }

  .ab-hero__lead {
    font-size: 14px;
  }

  .ab-hero__actions {
    display: grid;
  }

  .ab-button {
    width: 100%;
  }

  .ab-hero__facts {
    grid-template-columns: 1fr;
  }

  .ab-hero__facts span {
    min-height: auto;
  }

  .ab-values {
    grid-template-columns: 1fr;
  }

  .ab-value,
  .ab-value:nth-child(2),
  .ab-value:nth-child(3) {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid var(--ab-line);
  }

  .ab-value:nth-child(4) {
    border-bottom: 0;
  }

  .ab-section h2,
  .ab-contact h2 {
    font-size: 40px;
  }

  .ab-overview__visual {
    height: 560px;
  }

  .ab-overview__visual figcaption {
    right: 14px;
    left: 14px;
    width: auto;
  }

  .ab-process-card {
    min-height: 290px;
    padding: 27px;
  }

  .ab-process-card img {
    width: 94px;
    height: 94px;
  }

  .ab-documentation__copy {
    padding: 36px 24px;
  }

  .ab-documentation__visual {
    min-height: 330px;
  }

  .ab-partner-card,
  .ab-partner-card--wide {
    grid-column: span 12;
  }

  .ab-knowledge__visual {
    min-height: 0;
  }

  .ab-contact {
    display: block;
    padding: 32px 24px;
  }

  .ab-contact__icon {
    width: 52px;
    height: 52px;
    margin: 0;
  }

  .ab-contact__intro {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0 13px;
  }

  .ab-contact__copy {
    display: contents;
  }

  .ab-contact__copy .ab-section__label {
    grid-column: 2;
    align-self: center;
  }

  .ab-contact__copy h2,
  .ab-contact__copy > p:not(.ab-section__label),
  .ab-contact__actions {
    grid-column: 1 / -1;
  }

  .ab-contact__actions {
    display: grid;
  }

  .ab-contact__details {
    margin-top: 28px;
  }

  body.about-page .sv-footer {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ab-button {
    transition: none;
  }
}

/* ABOUT TYPOGRAPHY + ICON SYSTEM — synchronized with the homepage */
body.about-page .ab-main,
body.about-page .ab-main * {
  font-family: var(--font-body);
}

body.about-page .ab-eyebrow,
body.about-page .ab-section__label {
  font-size: 20px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.06em;
}

body.about-page .ab-breadcrumb {
  font-size: 16px;
}

body.about-page .ab-hero h1 {
  font-size: clamp(52px, 5vw, 64px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

body.about-page .ab-hero h1 em,
body.about-page .ab-section h2 em,
body.about-page .ab-contact h2 em,
body.about-page .ab-overview__copy blockquote {
  font-style: normal;
}

body.about-page .ab-hero h1 em,
body.about-page .ab-section h2 em,
body.about-page .ab-contact h2 em {
  font-weight: 600;
}

body.about-page .ab-hero__lead {
  font-size: 21px !important;
  line-height: 1.62 !important;
}

body.about-page .ab-button {
  font-size: 17px !important;
}

body.about-page .ab-hero__facts span {
  font-size: 17px;
  line-height: 1.55;
}

body.about-page .ab-hero__facts strong {
  font-size: 21px;
}

body.about-page .ab-section h2,
body.about-page .ab-contact h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 55.5px;
  letter-spacing: 0;
}

body.about-page .ab-section__head > p {
  font-size: 18px !important;
  line-height: 1.6 !important;
}

body.about-page .ab-value {
  min-height: 210px;
  grid-template-columns: 72px 1fr;
}

body.about-page .ab-value img {
  width: 72px;
  height: 72px;
  border-radius: 0;
  object-fit: contain;
}

body.about-page .ab-value strong,
body.about-page .ab-partner-card h3,
body.about-page .ab-knowledge__notes strong {
  font-size: 21px !important;
  line-height: 1.3 !important;
}

body.about-page .ab-value p,
body.about-page .ab-partner-card p,
body.about-page .ab-knowledge__copy > p:not(.ab-section__label),
body.about-page .ab-knowledge__notes p {
  font-size: 17px !important;
  line-height: 1.65 !important;
}

body.about-page .ab-documentation__copy > p:not(.ab-section__label) {
  font-size: 20px !important;
  line-height: 1.65 !important;
}

body.about-page .ab-process-card h3 {
  font-size: 27px !important;
  line-height: 1.25 !important;
}

body.about-page .ab-process-card p {
  font-size: 19px !important;
  line-height: 1.6 !important;
}

body.about-page .ab-partner-card h3 {
  font-size: 27px !important;
  line-height: 1.25 !important;
}

body.about-page .ab-partner-card p {
  font-size: 19px !important;
  line-height: 1.6 !important;
}

body.about-page .ab-overview__copy > p:not(.ab-section__label) {
  font-size: 21px !important;
  line-height: 1.62 !important;
}

body.about-page .ab-overview__copy blockquote {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.55;
}

body.about-page .ab-overview__visual figcaption span,
body.about-page .ab-partner-card span {
  font-size: 14px;
}

body.about-page .ab-process-card__number {
  font-size: 16px;
}

body.about-page .ab-partner-card span {
  font-size: 16px;
}

body.about-page .ab-overview__visual figcaption strong {
  font-size: 21px;
}

body.about-page .ab-process-card {
  min-height: 318px;
}

body.about-page .ab-process-card img {
  width: 96px;
  height: 96px;
  border-radius: 0;
  object-fit: contain;
}

body.about-page .ab-text-list li {
  font-size: 21px !important;
  line-height: 1.4 !important;
}

body.about-page .ab-text-list span {
  font-size: 16px;
}

body.about-page .ab-partner-card {
  min-height: 240px;
}

body.about-page .ab-contact__icon {
  border-radius: 0;
  object-fit: contain;
}

body.about-page .ab-contact__copy > p:not(.ab-section__label) {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

body.about-page .ab-contact__details p {
  font-size: 20px !important;
  line-height: 1.65 !important;
}

body.about-page .ab-contact__details span {
  margin-bottom: 8px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .ab-eyebrow img,
  .ab-section__label img {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  body.about-page .ab-eyebrow,
  body.about-page .ab-section__label {
    font-size: 18px !important;
  }

  body.about-page .ab-hero h1 {
    font-size: 48px;
    line-height: 1;
  }

  body.about-page .ab-section h2,
  body.about-page .ab-contact h2 {
    font-size: 32px;
    line-height: 40px;
  }

  body.about-page .ab-hero__lead,
  body.about-page .ab-overview__copy > p:not(.ab-section__label) {
    font-size: 18px !important;
    line-height: 1.62 !important;
  }

  body.about-page .ab-section__head > p,
  body.about-page .ab-value p,
  body.about-page .ab-partner-card p,
  body.about-page .ab-knowledge__copy > p:not(.ab-section__label),
  body.about-page .ab-knowledge__notes p,
  body.about-page .ab-contact__copy > p:not(.ab-section__label),
  body.about-page .ab-contact__details p {
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  body.about-page .ab-section__head > p,
  body.about-page .ab-contact__copy > p:not(.ab-section__label) {
    font-size: 17px !important;
  }

  body.about-page .ab-contact__details p {
    font-size: 17px !important;
  }

  body.about-page .ab-documentation__copy > p:not(.ab-section__label) {
    font-size: 18px !important;
  }

  body.about-page .ab-text-list li {
    font-size: 19px !important;
  }

  body.about-page .ab-text-list span {
    font-size: 15px;
  }

  body.about-page .ab-contact__details span {
    margin-bottom: 6px;
    font-size: 14px;
  }

  body.about-page .ab-hero__facts span {
    font-size: 16px;
  }

  body.about-page .ab-process-card {
    min-height: 290px;
  }

  body.about-page .ab-process-card h3 {
    font-size: 24px !important;
  }

  body.about-page .ab-process-card p {
    font-size: 18px !important;
  }

  body.about-page .ab-partner-card h3 {
    font-size: 24px !important;
  }

  body.about-page .ab-partner-card p {
    font-size: 18px !important;
  }

  body.about-page .ab-partner-card span {
    font-size: 15px;
  }

  body.about-page .ab-process-card__number {
    font-size: 15px;
  }

  body.about-page .ab-process-card img {
    width: 94px;
    height: 94px;
  }
}

@media (max-width: 480px) {
  .ab-eyebrow img,
  .ab-section__label img {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  body.about-page .ab-hero h1 {
    font-size: 44px;
    line-height: 48px;
  }

  body.about-page .ab-section h2,
  body.about-page .ab-contact h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  body.about-page .ab-value strong,
  body.about-page .ab-partner-card h3,
  body.about-page .ab-knowledge__notes strong {
    font-size: 21px;
  }

  body.about-page .ab-process-card h3 {
    font-size: 23px !important;
  }

  body.about-page .ab-process-card p {
    font-size: 17px !important;
  }

  body.about-page .ab-partner-card h3 {
    font-size: 23px !important;
  }

  body.about-page .ab-partner-card p {
    font-size: 17px !important;
  }

  body.about-page .ab-documentation__copy > p:not(.ab-section__label) {
    font-size: 17px !important;
  }

  body.about-page .ab-text-list li {
    font-size: 18px !important;
  }
}

/* APPLICATION MODAL */
body.about-page .ab-application-modal,
body.about-page .ab-application-modal * {
  font-family: var(--font-body);
}

body.about-page .ab-application-modal .sv-contact-modal__dialog {
  background:
    radial-gradient(circle at 88% 6%, rgba(255, 177, 112, 0.18), transparent 30%),
    radial-gradient(circle at 10% 92%, rgba(177, 208, 235, 0.24), transparent 32%),
    linear-gradient(145deg, #fffaf3, #eef3f8);
}

body.about-page .ab-application-modal .sv-contact-modal__dialog h2 {
  color: var(--ab-blue);
  font-size: 44px;
  font-weight: 600;
  line-height: 55.5px;
}

.ab-application-modal__lead {
  max-width: 570px;
  margin: 12px auto 0;
  color: var(--ab-muted);
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}

body.about-page .ab-application-modal .sv-contact-modal__line {
  margin-top: 24px;
}

body.about-page .ab-application-modal .sv-contact-form input,
body.about-page .ab-application-modal .sv-contact-form textarea {
  color: var(--ab-ink);
  font-size: 18px;
}

body.about-page .ab-application-modal__submit {
  min-width: 220px;
  min-height: 60px;
  padding: 0 30px;
  justify-content: center;
  font-size: 18px;
}

.ab-application-modal__note {
  max-width: 520px;
  margin: -2px auto 0;
  color: #7b8794;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 700px) {
  body.about-page .ab-application-modal .sv-contact-modal__dialog h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .ab-application-modal__lead {
    padding: 0 8px;
    font-size: 16px;
  }

  body.about-page .ab-application-modal__submit {
    width: 100%;
    min-width: 0;
    padding: 0 24px;
    font-size: 17px;
  }

  .ab-application-modal__note {
    font-size: 13px;
  }
}
