.about-page {
  background: #f5f6f9;
}

.about-hero {
  padding-bottom: 82px;
}

.about-hero::before {
  content: "N";
  position: absolute;
  top: 48px;
  left: max(-42px, calc(50% - 710px));
  color: rgba(255, 255, 255, .025);
  font-size: clamp(18rem, 37vw, 34rem);
  font-weight: 800;
  letter-spacing: -.12em;
  line-height: .75;
  pointer-events: none;
}

.about-hero-grid {
  grid-template-columns: .88fr 1.12fr;
}

.about-hero-gallery {
  display: grid;
  min-width: 0;
  grid-template-columns: 1.35fr .85fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 510px;
}

.about-hero-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: #222735;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .26);
}

.about-hero-gallery .about-hero-main {
  grid-row: 1 / -1;
}

.about-hero-gallery img {
  height: 100%;
  object-fit: cover;
}

.about-hero-gallery .about-hero-main img {
  object-position: 53% 34%;
}

.about-hero-gallery figure:nth-child(2) img {
  object-position: 48% 50%;
}

.about-hero-gallery figure:nth-child(3) img {
  object-position: 50% 35%;
}

.about-hero-gallery figure::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(5, 7, 12, .88));
}

.about-hero-gallery figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: #fff;
}

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

.about-hero-gallery figcaption span {
  margin-bottom: 3px;
  color: #c1c7d3;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.about-hero-gallery figcaption strong {
  font-size: .94rem;
}

.about-review {
  transition: background .2s;
}

.about-review:hover {
  background: rgba(120, 70, 255, .1);
}

.entity-intro {
  background: #fff;
}

.entity-intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 92px;
  align-items: start;
}

.entity-intro-copy {
  position: sticky;
  top: 118px;
}

.entity-intro-copy h2,
.about-audiences-copy h2,
.about-region-copy h2 {
  margin: 0;
  font-size: clamp(2.25rem, 3.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.entity-intro-body {
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #f7f8fb;
  box-shadow: 0 18px 45px rgba(16, 21, 33, .07);
}

.entity-intro-body p {
  margin: 0;
  color: #535b6a;
  font-size: 1.02rem;
  line-height: 1.82;
}

.entity-intro-body p + p {
  margin-top: 20px;
}

.entity-intro-body strong {
  color: #171b27;
}

.about-services {
  background: #f2f3f7;
}

.about-section-heading h2 {
  color: var(--text);
}

.about-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-service-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(16, 21, 33, .055);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}

a.about-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(120, 70, 255, .35);
  box-shadow: 0 20px 45px rgba(16, 21, 33, .1);
}

.about-service-card > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  color: #6744e3;
  background: #ebe7ff;
  font-size: .7rem;
  font-weight: 800;
}

.about-service-card h3 {
  margin: 0 0 11px;
  font-size: 1.15rem;
  letter-spacing: -.025em;
}

.about-service-card p {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.68;
}

.about-service-card strong {
  margin-top: auto;
  color: #4d36ca;
  font-size: .82rem;
}

.about-service-more {
  color: #fff;
  border-color: rgba(255, 255, 255, .08);
  background: linear-gradient(135deg, #121622, #1b1b36);
}

.about-service-more p {
  color: #b8bfcc;
}

.about-service-more strong {
  color: #bdaeff;
}

.about-audiences {
  color: #fff;
  background:
    radial-gradient(circle at 85% 8%, rgba(33, 107, 255, .16), transparent 28%),
    linear-gradient(135deg, #090b11, #121624 65%, #17152c);
}

.about-audiences-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 84px;
  align-items: start;
}

.about-audiences-copy > p:not(.eyebrow) {
  margin: 22px 0 28px;
  color: #aeb5c3;
  line-height: 1.75;
}

.audience-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.audience-list article {
  min-height: 145px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  background: rgba(255, 255, 255, .04);
}

.audience-list span {
  display: block;
  margin-bottom: 9px;
  font-weight: 800;
}

.audience-list p {
  margin: 0;
  color: #a9b1bf;
  font-size: .86rem;
  line-height: 1.62;
}

.about-region {
  background: #fff;
}

.about-region-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 80px;
  align-items: center;
}

.about-region-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.region-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.region-link {
  color: #4d36ca;
  font-size: .86rem;
  font-weight: 800;
}

.region-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #f7f8fb;
  box-shadow: 0 22px 55px rgba(16, 21, 33, .09);
}

.region-card > p {
  margin: 0;
  padding: 20px 24px;
  color: #fff;
  background: linear-gradient(100deg, #7044ed, #216bff);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.region-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.region-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 24px;
  border-bottom: 1px solid var(--border);
}

.region-card li:last-child {
  border-bottom: 0;
}

.region-card strong {
  font-size: .9rem;
}

.region-card span {
  color: var(--muted);
  font-size: .75rem;
  text-align: right;
}

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

  .about-hero-gallery {
    height: 600px;
  }

  .entity-intro-grid,
  .about-audiences-grid,
  .about-region-grid {
    gap: 48px;
  }

  .entity-intro-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .about-hero {
    padding-bottom: 50px;
  }

  .about-hero-gallery {
    height: 470px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.25fr .75fr;
  }

  .about-hero-gallery .about-hero-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .entity-intro-grid,
  .about-audiences-grid,
  .about-region-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .entity-intro-body {
    padding: 25px;
  }

  .about-services-grid,
  .audience-list {
    grid-template-columns: 1fr;
  }

  .about-service-card {
    min-height: 260px;
  }

  .audience-list article {
    min-height: auto;
  }
}

@media (max-width: 430px) {
  .about-hero-gallery {
    height: 430px;
  }

  .about-hero-gallery figcaption {
    right: 13px;
    bottom: 12px;
    left: 13px;
  }

  .about-hero-gallery figcaption strong {
    font-size: .8rem;
  }

  .region-card li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .region-card span {
    text-align: left;
  }
}
