﻿.ldx-about {
  color: var(--ldx-ink);
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
}

.ldx-about h1,
.ldx-about h2,
.ldx-about h3 {
  color: var(--ldx-ink);
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: none;
}

.ldx-about p {
  color: var(--ldx-ink);
}

.ldx-about-hero {
  padding: 86px 0 78px;
  background: var(--ldx-navy-deep);
}

.ldx-about-hero .container,
.ldx-about-cta .container {
  position: relative;
  z-index: 1;
}

.ldx-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(300px, 0.65fr);
  gap: 120px;
  align-items: center;
}

.ldx-about-hero h1 {
  margin: 0;
  color: var(--ldx-white);
  font-size: 45px;
  line-height: 1.08;
}

.ldx-about-hero-copy {
  max-width: 360px;
}

.ldx-since {
  margin: 0 0 22px;
  color: var(--ldx-white) !important;
  font-size: 15px;
  font-weight: 800;
}

.ldx-about-hero-copy p:not(.ldx-since) {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.42;
}

.ldx-about-actions {
  display: flex;
  gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.ldx-ict-partner {
  padding: 74px 0 58px;
  background: var(--ldx-white);
}

.ldx-about-section-heading {
  max-width: 680px;
  margin: 0 auto 54px;
  text-align: center;
}

.ldx-about-section-heading h2 {
  margin: 0 0 22px;
  font-size: 38px;
}

.ldx-about-section-heading p {
  margin: 0 auto 32px;
  max-width: 640px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.32;
}

.ldx-wide-image img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}

.ldx-intro-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 42px;
}

.ldx-intro-columns p {
  margin: 0;
  min-height: 118px;
  padding-right: 30px;
  border-right: 1px solid rgba(18, 60, 99, 0.36);
  font-size: 17px;
  font-weight: 620;
  line-height: 1.28;
}

.ldx-intro-columns p:last-child {
  padding-right: 0;
  border-right: 0;
}

.ldx-leadership {
  vertical-align: middle;
  text-align: center;
  padding: 70px 0;
  background: var(--ldx-soft);
}

.ldx-leadership-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(400px, 1fr);
  gap: 86px;
  align-items: center;
}

.ldx-leadership-copy h2 {
  margin: 0 0 25px;
  font-size: 37px;
}

.ldx-subheading {
  margin: 0 0 28px;
  font-size: 15px;
  font-weight: 700;
}

.ldx-leadership-copy p:not(.ldx-subheading) {
  max-width: 560px;
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.35;
}

.ldx-leadership-image img {
  display: block;
  width: 100%;
  height: 430px;
  width: 430px;
  object-fit: cover;
  object-position: center 18%;
}

.ldx-team-section {
  padding: 82px 0 86px;
  background: var(--ldx-white);
}

.ldx-team-intro {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(420px, 1fr);
  gap: 94px;
  align-items: start;
}

.ldx-team-intro h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.05;
}

.ldx-team-intro p {
  max-width: 560px;
  margin: 0 0 22px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.32;
}

.ldx-team-controls {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin: 20px 0 28px;
}

.ldx-team-controls button {
  width: 31px;
  height: 31px;
  border: 1px solid var(--ldx-ink);
  background: var(--ldx-white);
  color: var(--ldx-ink);
  font-size: 20px;
  line-height: 1;
}

.ldx-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ldx-team-card img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center top;
  background: #d8d8d8;
}

.ldx-team-card h3 {
  margin: 22px 0 3px;
  font-size: 16px;
  line-height: 1.1;
}

.ldx-team-card p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.ldx-about-cta {
  padding-top: 76px;
  padding-bottom: 70px;
}

@media (max-width: 1199px) {
  .ldx-about-hero-grid,
  .ldx-leadership-grid,
  .ldx-team-intro {
    gap: 52px;
  }
}

@media (max-width: 991px) {
  .ldx-about-hero-grid,
  .ldx-leadership-grid,
  .ldx-team-intro {
    grid-template-columns: 1fr;
  }

  .ldx-about-hero h1 {
    font-size: 38px;
  }

  .ldx-about-hero-copy {
    max-width: 620px;
  }

  .ldx-intro-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ldx-intro-columns p {
    min-height: 0;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 60, 99, 0.24);
  }

  .ldx-intro-columns p:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .ldx-team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ldx-team-card {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  .ldx-about-hero {
    padding: 64px 0 58px;
  }

  .ldx-about-hero h1,
  .ldx-about-section-heading h2,
  .ldx-leadership-copy h2,
  .ldx-team-intro h2 {
    font-size: 30px;
  }

  .ldx-about-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ldx-ict-partner,
  .ldx-team-section {
    padding: 58px 0;
  }

  .ldx-about-section-heading {
    margin-bottom: 42px;
  }

  .ldx-about-section-heading p,
  .ldx-team-intro p {
    font-size: 15px;
  }

  .ldx-wide-image img,
  .ldx-leadership-image img,
  .ldx-team-card img {
    height: auto;
    aspect-ratio: 1.35 / 1;
  }

  .ldx-leadership {
    padding: 58px 0;
  }

  .ldx-team-controls {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .ldx-about-hero h1 {
    font-size: 28px;
  }

  .ldx-wide-image img {
    aspect-ratio: 1.15 / 1;
  }
}

.ldx-about .ldx-cta-band h2 {
  color: var(--ldx-white);
}

.ldx-about .ldx-cta-band p {
  color: rgba(255, 255, 255, 0.92);
}

/* About reference refinement pass: compact spacing, crops, buttons, footer, and mobile rhythm. */
.ldx-about-hero {
  padding: 78px 0 70px;
}

.ldx-about-hero-grid {
  gap: 96px;
}

.ldx-about-hero h1 {
  font-size: 42px;
  line-height: 1.06;
}

.ldx-about-hero-copy p:not(.ldx-since) {
  font-size: 17px;
  line-height: 1.36;
}

.ldx-about-actions {
  margin-top: 29px;
}

.ldx-ict-partner {
  padding: 58px 0 44px;
}

.ldx-about-section-heading {
  margin-bottom: 42px;
}

.ldx-about-section-heading h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

.ldx-about-section-heading p {
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 1.25;
}

.ldx-wide-image img {
  height: 255px;
  object-position: center 42%;
}

.ldx-intro-columns {
  gap: 28px;
  margin-top: 30px;
}

.ldx-intro-columns p {
  min-height: 92px;
  padding-right: 25px;
  font-size: 15px;
  line-height: 1.22;
}

.ldx-leadership {
  padding: 52px 0;
}

.ldx-leadership-grid {
  gap: 70px;
}

.ldx-leadership-copy h2 {
  margin-bottom: 20px;
  font-size: 33px;
}

.ldx-subheading {
  margin-bottom: 22px;
  font-size: 13px;
}

.ldx-leadership-copy p:not(.ldx-subheading) {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.28;
}

.ldx-leadership-image img {
  height: 355px;
  object-position: center 20%;
}

.ldx-team-section {
  padding: 62px 0 66px;
}

.ldx-team-intro {
  gap: 78px;
}

.ldx-team-intro h2 {
  font-size: 34px;
}

.ldx-team-intro p {
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 1.26;
}

.ldx-team-controls {
  margin: 10px 0 24px;
}

.ldx-team-controls button {
  width: 28px;
  height: 28px;
  font-size: 18px;
}

.ldx-team-card img {
  height: 255px;
}

.ldx-team-card h3 {
  margin-top: 16px;
  font-size: 14px;
}

.ldx-team-card p {
  font-size: 11px;
}

.ldx-about-cta {
  padding-top: 60px;
  padding-bottom: 56px;
}

.ldx-about-cta h2 {
  margin-bottom: 20px;
  font-size: 34px;
}

.ldx-about-cta p {
  max-width: 675px;
  font-size: 14px;
  line-height: 1.28;
}

.ldx-about-cta .ldx-cta-line {
  margin-top: 17px;
}

.ldx-about-cta .ldx-btn {
  margin-top: 28px;
  min-height: 38px;
  padding: 12px 20px;
}

@media (max-width: 991px) {
  .ldx-about-hero {
    padding: 62px 0 56px;
  }

  .ldx-about-hero-grid,
  .ldx-leadership-grid,
  .ldx-team-intro {
    gap: 34px;
  }

  .ldx-ict-partner {
    padding: 50px 0 40px;
  }

  .ldx-wide-image img {
    height: auto;
    aspect-ratio: 1.9 / 1;
  }

  .ldx-leadership-image img,
  .ldx-team-card img {
    height: auto;
    aspect-ratio: 1.24 / 1;
  }

  .ldx-team-section {
    padding: 54px 0 58px;
  }
}

@media (max-width: 767px) {
  .ldx-about-hero {
    padding: 50px 0 46px;
  }

  .ldx-about-hero h1,
  .ldx-about-section-heading h2,
  .ldx-leadership-copy h2,
  .ldx-team-intro h2,
  .ldx-about-cta h2 {
    font-size: 27px;
  }

  .ldx-about-hero-copy p:not(.ldx-since),
  .ldx-about-section-heading p,
  .ldx-team-intro p {
    font-size: 14px;
  }

  .ldx-about-actions {
    margin-top: 24px;
  }

  .ldx-ict-partner,
  .ldx-leadership,
  .ldx-team-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .ldx-about-section-heading {
    margin-bottom: 34px;
  }

  .ldx-wide-image img {
    aspect-ratio: 1.18 / 1;
    object-position: center;
  }

  .ldx-intro-columns {
    margin-top: 26px;
  }

  .ldx-intro-columns p {
    font-size: 12px;
    line-height: 1.28;
  }

  .ldx-team-controls {
    display: none;
  }

  .ldx-about-cta {
    padding-top: 50px;
    padding-bottom: 48px;
  }
}

@media (max-width: 480px) {
  .ldx-about-hero h1 {
    font-size: 26px;
  }

  .ldx-about .ldx-btn {
    min-height: 44px;
  }

  .ldx-leadership-image img,
  .ldx-team-card img {
    aspect-ratio: 1.12 / 1;
  }
}
