.sgp-about-page {
  background: #f7f9fc;
  color: #051d67;
}

.sgp-about-page .site-header {
  z-index: 20;
}

.sgp-about-page .site-main.sgp-about {
  overflow: hidden;
  background: #fff;
}

.sgp-about,
.sgp-about * {
  box-sizing: border-box;
}

.sgp-about-shell {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.sgp-about-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  padding: 185px 0 96px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 24%, rgba(26, 225, 132, .22), transparent 30%),
    linear-gradient(125deg, #020b2d 0%, #051d67 58%, #073083 100%);
}

.sgp-about-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to left, #000 0%, transparent 75%);
}

.sgp-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
}

.sgp-about-kicker {
  margin: 0 0 14px;
  color: #167d58;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.sgp-about-hero .sgp-about-kicker,
.sgp-about-company-details .sgp-about-kicker {
  color: #1ae184;
}

.sgp-about-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Yarden, Assistant, Arial, sans-serif;
  font-size: clamp(3.4rem, 6.6vw, 6.75rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.025em;
}

.sgp-about-hero h1 span {
  display: block;
  margin-top: .12em;
  color: #1ae184;
  font-family: Assistant, Arial, sans-serif;
  font-size: .55em;
  font-weight: 800;
  letter-spacing: .035em;
}

.sgp-about-hero-copy > p:not(.sgp-about-kicker) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.03rem, 1.45vw, 1.25rem);
  line-height: 1.8;
}

.sgp-about-hero-copy .sgp-about-lead {
  color: #fff;
  font-size: clamp(1.16rem, 1.7vw, 1.42rem);
  font-weight: 700;
}

.sgp-about-jump {
  display: inline-flex;
  min-height: 48px;
  margin-top: 32px;
  padding: 10px 18px;
  align-items: center;
  gap: 12px;
  border: 1px solid #1ae184;
  border-radius: 999px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 750;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.sgp-about-jump:hover,
.sgp-about-jump:focus-visible {
  color: #051d67;
  background: #1ae184;
  transform: translateY(-2px);
}

.sgp-about-hero-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 34px 4px 34px 4px;
  background: #dce6f4;
  box-shadow: 0 34px 80px rgba(0,0,0,.32);
}

.sgp-about-hero-project {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.sgp-about-hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(2,11,45,.78), transparent 58%);
}

.sgp-about-hero-brand {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  width: min(225px, 58%);
  padding: 15px 18px;
  border-radius: 16px 2px 16px 2px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.sgp-about-hero-brand img {
  width: 100%;
  height: auto;
}

.sgp-about-facts {
  position: relative;
  z-index: 3;
  margin-top: -42px;
}

.sgp-about-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dbe3f0;
  border-radius: 26px 3px 26px 3px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(5,29,103,.13);
}

.sgp-about-fact {
  min-height: 150px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.sgp-about-fact + .sgp-about-fact {
  border-right: 1px solid #dbe3f0;
}

.sgp-about-fact strong {
  color: #051d67;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1;
}

.sgp-about-fact span {
  margin-top: 10px;
  color: #4c5d85;
  font-size: .98rem;
  font-weight: 650;
}

.sgp-about-section {
  padding: clamp(78px, 9vw, 128px) 0;
}

.sgp-about-section-heading {
  max-width: 820px;
  margin-bottom: 44px;
}

.sgp-about-section-heading-wide {
  max-width: 1020px;
}

.sgp-about-section-heading h2,
.sgp-about-company-details h2 {
  margin: 0;
  color: #051d67;
  font-family: Yarden, Assistant, Arial, sans-serif;
  font-size: clamp(2.35rem, 4.6vw, 4.7rem);
  font-weight: 400;
  line-height: 1.02;
}

.sgp-about-section-heading > p:last-child {
  margin: 24px 0 0;
  color: #3e4e73;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.85;
}

.sgp-about-leadership {
  padding-top: clamp(110px, 12vw, 170px);
  background: #fff;
}

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

.sgp-about-leader-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: 22px 3px 22px 3px;
  background: #eef2f8;
  box-shadow: 0 18px 42px rgba(5,29,103,.09);
}

.sgp-about-leader-card img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center top;
  transition: transform .45s ease;
}

.sgp-about-leader-card:hover img {
  transform: scale(1.025);
}

.sgp-about-leader-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(2,11,45,.94) 0%, rgba(2,11,45,.12) 58%, transparent 74%);
}

.sgp-about-leader-card > div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  color: #fff;
}

.sgp-about-leader-card h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
}

.sgp-about-leader-card p {
  margin: 4px 0 0;
  color: #1ae184;
  font-size: 1.05rem;
  font-weight: 700;
}

.sgp-about-principles {
  background: #f3f6fb;
}

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

.sgp-about-principle-card {
  position: relative;
  min-height: 410px;
  padding: clamp(30px, 4vw, 50px);
  overflow: hidden;
  border: 1px solid #d9e1ee;
  border-radius: 24px 3px 24px 3px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(5,29,103,.06);
}

.sgp-about-principle-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  content: "";
  background: linear-gradient(#1ae184, #051d67);
}

.sgp-about-card-number {
  display: block;
  margin-bottom: 24px;
  color: #159f69;
  font-size: .9rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.sgp-about-principle-card h3 {
  margin: 0 0 18px;
  color: #051d67;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  line-height: 1.2;
}

.sgp-about-principle-card p {
  margin: 0;
  color: #3f4f72;
  font-size: 1.02rem;
  line-height: 1.82;
}

.sgp-about-principle-card p + p {
  margin-top: 15px;
}

.sgp-about-projects {
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(26,225,132,.14), transparent 26%),
    #051d67;
}

.sgp-about-projects-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: end;
  margin-bottom: 56px;
}

.sgp-about-projects .sgp-about-section-heading {
  margin: 0;
}

.sgp-about-projects .sgp-about-section-heading h2 {
  color: #fff;
}

.sgp-about-projects-intro > p {
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.85;
}

.sgp-about-project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.22);
}

.sgp-about-project-list article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  padding: 34px 0 34px 34px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.sgp-about-project-list article:nth-child(even) {
  padding-right: 34px;
  padding-left: 0;
  border-right: 1px solid rgba(255,255,255,.18);
}

.sgp-about-project-index {
  color: #1ae184;
  font-weight: 850;
  letter-spacing: .08em;
}

.sgp-about-project-list h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.25rem, 1.9vw, 1.7rem);
}

.sgp-about-project-list p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .98rem;
  line-height: 1.75;
}

.sgp-about-gallery {
  padding: clamp(78px, 9vw, 128px) 0;
  background: #fff;
}

.sgp-about-gallery-heading {
  margin-bottom: 40px;
}

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

.sgp-about-gallery-grid figure {
  position: relative;
  grid-column: span 4;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px 3px 18px 3px;
  background: #e7ecf4;
}

.sgp-about-gallery-grid .sgp-about-gallery-wide {
  grid-column: span 8;
  grid-row: span 2;
  min-height: 678px;
}

.sgp-about-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.sgp-about-gallery-grid figure:hover img {
  transform: scale(1.025);
}

.sgp-about-gallery-grid figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(2,11,45,.84), transparent 48%);
}

.sgp-about-gallery-grid figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  left: 24px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 750;
}

.sgp-about-company-details {
  padding: 58px 0;
  color: #fff;
  background: #020b2d;
}

.sgp-about-company-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.sgp-about-company-details h2 {
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 3.8rem);
}

.sgp-about-company-details p:not(.sgp-about-kicker) {
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 1.1rem;
}

.sgp-about-company-details address {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 26px;
  font-style: normal;
}

.sgp-about-company-details address > * {
  min-height: 44px;
  padding: 9px 0;
  color: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.sgp-about-company-details address a:hover,
.sgp-about-company-details address a:focus-visible {
  color: #1ae184;
}

@media (max-width: 1100px) {
  .sgp-about-hero-grid,
  .sgp-about-projects-intro {
    grid-template-columns: 1fr;
  }

  .sgp-about-hero-visual {
    min-height: 420px;
  }

  .sgp-about-hero-project {
    min-height: 420px;
  }

  .sgp-about-leader-card,
  .sgp-about-leader-card img {
    min-height: 410px;
  }

  .sgp-about-company-details-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .sgp-about-shell {
    width: min(100% - 32px, 680px);
  }

  .sgp-about-hero {
    min-height: auto;
    padding: 138px 0 76px;
  }

  .sgp-about-hero h1 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .sgp-about-hero-visual,
  .sgp-about-hero-project {
    min-height: 350px;
  }

  .sgp-about-facts {
    margin-top: -28px;
  }

  .sgp-about-facts-grid,
  .sgp-about-leaders,
  .sgp-about-principles-grid,
  .sgp-about-project-list {
    grid-template-columns: 1fr;
  }

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

  .sgp-about-fact {
    min-height: 125px;
    padding: 22px 16px;
  }

  .sgp-about-fact + .sgp-about-fact {
    border-right: 0;
  }

  .sgp-about-fact:nth-child(even) {
    border-right: 1px solid #dbe3f0;
  }

  .sgp-about-fact:nth-child(n+3) {
    border-top: 1px solid #dbe3f0;
  }

  .sgp-about-leader-card,
  .sgp-about-leader-card img {
    min-height: 500px;
  }

  .sgp-about-principle-card {
    min-height: 0;
  }

  .sgp-about-project-list article,
  .sgp-about-project-list article:nth-child(even) {
    padding: 28px 0;
    border-right: 0;
  }

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

  .sgp-about-gallery-grid figure,
  .sgp-about-gallery-grid .sgp-about-gallery-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
  }

  .sgp-about-company-details address {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .sgp-about-hero {
    padding-top: 122px;
  }

  .sgp-about-hero-grid {
    gap: 38px;
  }

  .sgp-about-hero-copy > p:not(.sgp-about-kicker),
  .sgp-about-section-heading > p:last-child,
  .sgp-about-projects-intro > p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .sgp-about-hero-visual,
  .sgp-about-hero-project {
    min-height: 295px;
  }

  .sgp-about-hero-brand {
    right: 14px;
    bottom: 14px;
    width: 52%;
    padding: 9px 11px;
  }

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

  .sgp-about-fact:nth-child(even) {
    border-right: 0;
  }

  .sgp-about-fact:nth-child(n+2) {
    border-top: 1px solid #dbe3f0;
  }

  .sgp-about-leader-card,
  .sgp-about-leader-card img {
    min-height: 420px;
  }

  .sgp-about-project-list article,
  .sgp-about-project-list article:nth-child(even) {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .sgp-about-gallery-grid figure,
  .sgp-about-gallery-grid .sgp-about-gallery-wide {
    min-height: 280px;
  }
}

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