/* V8.4: approved operations photography anchors an editorial feature, not a generic split layout. */
.about-intro { padding: 132px 0 126px; }

.about-editorial {
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
  grid-template-areas: "media top" "media groups";
  align-items: start;
  gap: 0 clamp(44px, 4.8vw, 62px);
}

.about-media {
  width: 100%;
  grid-area: media;
  max-width: none;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  border: 1px solid #dce8eb;
  border-radius: 15px;
  background: #edf5f6;
  box-shadow: 0 15px 34px #123d5010;
}

.about-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
}

.about-top { grid-area: top; max-width: 630px; padding-top: 4px; }
.about-top .eyebrow { margin: 0 0 19px; }
.about-top h2 { max-width: 610px; margin: 0; font-size: clamp(48px, 4.55vw, 64px); line-height: .94; }
.about-lead { max-width: 575px; margin: 34px 0 0; color: #234f62; font-size: 20px; line-height: 1.5; font-weight: 500; }
.about-groups { grid-area: groups; max-width: 630px; margin-top: 47px; color: #506d79; font-size: 16px; line-height: 1.73; }
.about-group { margin: 0 0 28px; }
.about-group p { margin: 0; }
.about-group-label { margin: 0 0 8px !important; color: #3f809a; font: 500 12px 'DM Mono', monospace; letter-spacing: 1.15px; text-transform: uppercase; }
.about-closing-copy { max-width: 600px; margin: 37px 0 0; padding-top: 29px; border-top: 1px solid #d7e4e7; }
.about-groups .about-emphasis { max-width: 520px; margin: 36px 0 0; padding: 0; border: 0; color: #1475ab; font: 500 30px/1.08 'Playfair Display', serif; }

@media (max-width: 960px) {
  .about-intro { padding: 94px 0 90px; }
  .about-editorial { grid-template-columns: 1fr; grid-template-areas: "top" "media" "groups"; gap: 34px; }
  .about-media { max-width: 680px; }
  .about-top,.about-groups { max-width: 680px; padding-top: 0; margin-top: 0; }
  .about-lead { max-width: 650px; }
}

@media (max-width: 600px) {
  .about-intro { padding: 76px 0 74px; }
  .about-editorial { gap: 29px; }
  .about-media { padding: 5px; border-radius: 12px; }
  .about-media img { border-radius: 8px; }
  .about-top .eyebrow { margin-bottom: 18px; }
  .about-top h2 { font-size: clamp(44px, 13vw, 54px); }
  .about-lead { margin-top: 27px; font-size: 18px; line-height: 1.52; }
  .about-groups { font-size: 15.5px; line-height: 1.72; }
  .about-group { margin-bottom: 25px; }
  .about-closing-copy { margin-top: 30px; padding-top: 23px; }
  .about-groups .about-emphasis { margin-top: 29px; font-size: 27px; }
}
