html:has(body.about-page) {
  scroll-behavior: auto;
}

.about-page main > .section {
  padding-block: clamp(56px, 5vw, 64px);
}

.about-page .section-head {
  max-width: 780px;
}

.about-page .section-intro {
  max-width: 720px;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}

.about-intro-copy h2 {
  margin-top: 8px;
}

.about-intro-copy > p {
  color: #555d66;
  font-size: 1.02rem;
  line-height: 1.8;
}

.about-intro-copy > p a {
  color: #a4784b;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.about-intro-copy > p a:hover,
.about-intro-copy > p a:focus-visible {
  color: #7d5734;
  text-decoration-color: currentColor;
}

.about-checks {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.about-checks li {
  position: relative;
  padding: 14px 16px 14px 48px;
  border-left: 2px solid #b0865a;
  background: #f5f2ed;
  color: #25292e;
  font-weight: 650;
}

.about-checks li::before {
  content: "✓";
  position: absolute;
  top: 13px;
  left: 18px;
  color: #b0865a;
  font-weight: 800;
}

.about-video-card {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #171a1f;
  box-shadow: 0 20px 48px rgba(24, 27, 32, 0.2);
}

.about-video-card iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.about-video-card figcaption {
  padding: 14px 18px 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.about-campus-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.about-campus-row figure,
.about-gallery figure {
  margin: 0;
}

.about-page .about-media-box {
  width: min(100%, 416px);
  aspect-ratio: 16 / 10;
  max-height: 260px;
  overflow: hidden;
  background: #e9e4dc;
}

.about-page .about-media-box > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.about-campus-row .about-media-box,
.about-gallery .about-media-box {
  border-radius: 12px;
}

.about-campus-row figcaption,
.about-gallery figcaption {
  padding-top: 10px;
  color: #697078;
  font-size: 0.86rem;
}

.about-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.about-image-card {
  overflow: hidden;
  border: 1px solid #e4ded5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(24, 27, 32, 0.07);
}

.about-image-card .about-media-box,
.about-industry .about-media-box {
  width: 100%;
}

.about-image-card h3 {
  margin: 0;
  padding: 18px 18px 22px;
  color: #25292e;
  font-size: 1rem;
  line-height: 1.55;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.about-why-card {
  position: relative;
  min-height: 180px;
  padding: 26px 20px 22px;
  border-top: 3px solid #b0865a;
  background: #171a1f;
  color: #fff;
}

.about-why-icon {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(176, 134, 90, 0.8);
  border-radius: 50%;
  color: #b0865a;
  font-size: 0.72rem;
}

.about-why-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.55;
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.about-visit {
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid rgba(176, 134, 90, 0.38);
  border-radius: 18px;
  background: #171a1f;
  color: #fff;
}

.about-visit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.about-visit figure {
  margin: 0;
}

.about-visit .about-media-box {
  margin-inline: auto;
  border-radius: 12px;
}

.about-visit figcaption {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

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

.about-visit p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
}

.about-visit .button {
  margin-top: 12px;
}

.about-stat-band {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid #dfd8ce;
  background: #f7f4ef;
}

.about-stat {
  padding: 24px 16px;
  border-right: 1px solid #dfd8ce;
}

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

.about-stat strong {
  display: block;
  color: #171a1f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.about-stat span {
  display: block;
  margin-top: 7px;
  color: #6b7178;
  font-size: 0.82rem;
  line-height: 1.45;
}

.about-industries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.about-industry {
  overflow: hidden;
  border: 1px solid #e4ded5;
  border-radius: 14px;
  background: #fff;
}

.about-industry h3 {
  margin: 0;
  padding: 18px;
  color: #25292e;
  font-size: 1rem;
  line-height: 1.55;
}

.about-process {
  background: #0f1115;
}

.about-process .section-head h2,
.about-process .section-head .eyebrow {
  color: #fff;
}

@media (max-width: 1100px) {
  .about-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-stat-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-stat:nth-child(3) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .about-image-grid,
  .about-industries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .about-intro-grid,
  .about-visit-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .about-intro-grid,
  .about-campus-row,
  .about-image-grid,
  .about-why-grid,
  .about-industries {
    grid-template-columns: 1fr;
  }

  .about-video-card {
    border-radius: 12px;
  }

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

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

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

  .about-visit {
    padding: 20px;
  }
}

/* About page v2: evidence-led media cards and company overview */
.about-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.about-role-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ddd6cc;
  background: #fff;
}

.about-role-media {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9e4dc;
}

.about-role-media img,
.about-scope-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.about-role-media--contain img,
.about-scope-media--contain img {
  object-fit: contain;
}

.about-role-media--contain,
.about-scope-media--contain {
  background: #f6f4ef;
}

.about-role-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 22px 22px;
}

.about-role-body h3 {
  margin: 16px 0 10px;
}

.about-role-body > p:not(.about-proof-note) {
  margin: 0;
  color: #5a6168;
  line-height: 1.65;
}

.about-proof-note {
  margin: auto 0 0;
  padding-top: 20px;
  color: #8b6847;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
}

.about-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.about-video-copy .lsp-lead {
  margin-top: 20px;
}

.about-video-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-top: 26px;
}

.about-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.about-scope-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #20242a;
}

.about-scope-media {
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #11151a;
}

.about-scope-media figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.about-scope-body {
  padding: clamp(24px, 3vw, 34px);
}

.about-scope-body h3 {
  margin: 8px 0 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
}

.about-scope-body .lsp-link {
  display: inline-block;
  margin-top: 24px;
  color: #dcc094;
}

/* The FAQ column is taller than its heading; center the heading against the full list. */
#faq .lsp-head {
  align-items: center;
}

@media (max-width: 1100px) {
  .about-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .about-video-grid,
  .about-scope-grid {
    grid-template-columns: 1fr;
  }

  .about-video-grid {
    gap: 34px;
  }
}

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

  .about-role-body {
    padding: 22px 20px;
  }

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