.about-page {
  --about-ink: #071d2e;
  --about-muted: #657480;
  --about-line: rgba(1, 40, 71, .14);
  background: #f5f7f8;
  overflow: hidden;
}

.about-container {
  max-width: 1450px !important;
}

.about-kicker {
  margin-bottom: 16px;
  color: #a47100;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-hero {
  padding: 30px 0 78px;
}

.about-hero__inner {
  display: grid;
  grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr);
  min-height: 630px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--navy);
  box-shadow: 0 30px 70px rgba(1, 40, 71, .18);
}

.about-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 92px);
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(254, 189, 43, .18), transparent 30%),
    var(--navy);
}

.about-hero__content::after {
  position: absolute;
  right: -75px;
  bottom: -105px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: '';
}

.about-hero .about-kicker {
  color: var(--gold);
}

.about-hero h1 {
  max-width: 650px;
  margin: 0 0 26px;
  font-size: clamp(52px, 5.6vw, 86px);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.065em;
}

.about-hero h1 span {
  color: var(--gold);
}

.about-hero__content > p {
  max-width: 590px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.75;
}

.about-hero__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.about-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.about-text-link svg,
.about-positions svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.about-text-link:hover {
  color: var(--gold);
  text-decoration: none;
}

.about-text-link:hover svg,
.about-positions a:hover svg {
  transform: translateX(4px);
}

.about-hero__facts {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 42px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.about-hero__facts div {
  display: flex;
  flex-direction: column;
}

.about-hero__facts strong {
  font-size: 17px;
  font-weight: 800;
}

.about-hero__facts span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-hero__visual {
  position: relative;
  min-width: 0;
}

.about-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 40, 71, .3), transparent 35%);
  content: '';
  pointer-events: none;
}

.about-hero__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero__caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  display: flex;
  min-width: 250px;
  flex-direction: column;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 14px;
  color: #fff;
  background: rgba(1, 40, 71, .82);
  backdrop-filter: blur(10px);
}

.about-hero__caption span {
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.about-hero__caption strong {
  font-size: 14px;
}

.about-story {
  padding: 36px 0 105px;
}

.about-story__grid,
.about-section-heading,
.about-cta__inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(50px, 8vw, 130px);
}

.about-story h2,
.about-section-heading h2,
.about-values h2,
.about-recruitment h2,
.about-cta h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.about-story__copy {
  padding-top: 34px;
}

.about-story__copy p {
  margin: 0;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.8;
}

.about-story__copy p + p {
  margin-top: 22px;
}

.about-story__copy .about-story__lead {
  color: var(--about-ink);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
}

.about-pillars {
  padding: 95px 0;
  background: #fff;
}

.about-section-heading {
  align-items: end;
  margin-bottom: 50px;
}

.about-section-heading > p {
  max-width: 520px;
  margin: 0 0 6px;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.75;
}

.about-pillars__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-pillar {
  position: relative;
  min-height: 430px;
  padding: clamp(36px, 4vw, 58px);
  overflow: hidden;
  border-radius: 20px;
}

.about-pillar--navy {
  color: #fff;
  background: var(--navy);
}

.about-pillar--light {
  color: var(--about-ink);
  background: #f2f5f6;
}

.about-pillar__number {
  position: absolute;
  top: 30px;
  right: 35px;
  color: rgba(255, 255, 255, .18);
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
}

.about-pillar--light .about-pillar__number {
  color: rgba(1, 40, 71, .1);
}

.about-pillar__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 68px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
  place-items: center;
}

.about-pillar__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-pillar h3 {
  margin: 0 0 16px;
  font-size: 29px;
  font-weight: 800;
}

.about-pillar p {
  max-width: 570px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.75;
}

.about-pillar--light p {
  color: var(--about-muted);
}

.about-pillar a {
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}

.about-pillar--light a {
  color: var(--navy);
}

.about-pillar a:hover {
  text-decoration: none;
}

.about-pillar a span {
  margin-left: 7px;
}

.about-values {
  padding: 105px 0;
}

.about-values__header {
  max-width: 760px;
  margin-bottom: 55px;
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-value {
  min-height: 260px;
  padding: 36px 32px;
  border-right: 1px solid var(--about-line);
}

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

.about-value > span {
  display: block;
  margin-bottom: 58px;
  color: #a47100;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-value h3 {
  margin: 0 0 12px;
  color: var(--about-ink);
  font-size: 21px;
  font-weight: 800;
}

.about-value p {
  margin: 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.7;
}

.about-recruitment {
  padding: 0 0 105px;
}

.about-recruitment__inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  padding: clamp(42px, 6vw, 82px);
  border-radius: 22px;
  background: #e9eef0;
}

.about-recruitment h2 {
  font-size: clamp(34px, 3.5vw, 53px);
}

.about-recruitment p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.7;
}

.about-positions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-positions a {
  display: flex;
  min-height: 74px;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid rgba(1, 40, 71, .12);
  border-radius: 12px;
  color: var(--about-ink);
  background: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.about-positions a:hover {
  transform: translateY(-2px);
  border-color: rgba(1, 40, 71, .3);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(1, 40, 71, .08);
}

.about-positions svg {
  flex: 0 0 auto;
  color: #a47100;
}

.about-cta {
  padding: 94px 0;
  color: #fff;
  background: var(--navy);
}

.about-cta__inner {
  align-items: end;
}

.about-cta .about-kicker {
  color: var(--gold);
}

.about-cta h2 {
  color: #fff;
}

.about-cta__action {
  max-width: 570px;
}

.about-cta__action p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.75;
}

.about-page + .site-footer {
  margin-top: 0 !important;
}

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

  .about-hero__content {
    min-height: 580px;
  }

  .about-hero__visual {
    min-height: 500px;
  }

  .about-story__grid,
  .about-section-heading,
  .about-cta__inner,
  .about-recruitment__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-story__copy {
    padding-top: 0;
  }

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

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

  .about-value:nth-child(-n+2) {
    border-bottom: 1px solid var(--about-line);
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding: 16px 0 55px;
  }

  .about-hero__inner {
    border-radius: 18px;
  }

  .about-hero__content {
    min-height: 0;
    padding: 42px 26px;
  }

  .about-hero h1 {
    font-size: clamp(45px, 13vw, 65px);
  }

  .about-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-hero__facts {
    gap: 24px;
    margin-top: 36px;
  }

  .about-hero__facts strong {
    font-size: 15px;
  }

  .about-hero__visual {
    min-height: 360px;
  }

  .about-hero__caption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    min-width: 0;
  }

  .about-story,
  .about-pillars,
  .about-values {
    padding: 72px 0;
  }

  .about-story h2,
  .about-section-heading h2,
  .about-values h2,
  .about-cta h2 {
    font-size: 38px;
  }

  .about-story__copy .about-story__lead {
    font-size: 18px;
  }

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

  .about-pillar {
    min-height: 390px;
    padding: 34px 28px;
  }

  .about-pillar__icon {
    margin-bottom: 58px;
  }

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

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

  .about-value:last-child {
    border-bottom: 0;
  }

  .about-value > span {
    margin-bottom: 36px;
  }

  .about-recruitment {
    padding-bottom: 72px;
  }

  .about-recruitment__inner {
    padding: 38px 24px;
    border-radius: 16px;
  }

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

  .about-cta {
    padding: 72px 0;
  }
}

@media (max-width: 430px) {
  .about-hero__facts {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-text-link svg,
  .about-positions a,
  .about-positions svg {
    transition: none;
  }
}
