/* ========================================
   ABOUT PAGE — PLATEAU ELEMENTS
   ======================================== */

/* ----------------------------------------
   COMPANY OVERVIEW
   ---------------------------------------- */
.wp-plateau.about-overview {
  padding: 120px 0;
  background: var(--pe-black);
  position: relative;
}

.about-overview .overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-overview .overview-content .section-label {
  margin-bottom: 20px;
}

.about-overview .overview-content .section-heading {
  margin-bottom: 28px;
}

.about-overview .overview-content .body-text + .overview-divider {
  margin-top: 24px;
}

.about-overview .overview-divider {
  width: 48px;
  height: 2px;
  background: var(--pe-amber);
  margin-bottom: 24px;
}

.about-overview .overview-content .body-text + .body-text {
  margin-top: 0;
}

.about-overview .overview-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.about-overview .overview-stat-card {
  background: var(--pe-charcoal);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s;
}

.about-overview .overview-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pe-amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.about-overview .overview-stat-card:hover::before {
  transform: scaleX(1);
}

.about-overview .overview-stat-number {
  font-family: var(--pe-font-display);
  font-size: 48px;
  color: var(--pe-amber);
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.about-overview .overview-stat-label {
  font-family: var(--pe-font-condensed);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pe-grey-mid);
}

/* ----------------------------------------
   ABOUT VALUES (Triptych Cards + Banner)
   ---------------------------------------- */
.wp-plateau.about-values {
  padding: 120px 0;
  background: var(--pe-charcoal);
  position: relative;
  overflow: hidden;
}

.about-values .values-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 64px;
}

.about-values .values-header .section-label-centered {
  margin-bottom: 20px;
}

.about-values .values-header .section-heading {
  margin-bottom: 20px;
}

.about-values .values-header .section-heading em {
  color: var(--pe-amber);
  font-style: normal;
}

.about-values .values-header .body-text {
  max-width: 100%;
  margin: 0 auto;
}

.about-values .values-triptych {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin-bottom: 0;
}

.about-values .value-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-values .value-card-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.about-values .value-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.3) 0%,
    rgba(10, 10, 10, 0.5) 40%,
    rgba(10, 10, 10, 0.85) 100%
  );
}

.about-values .value-card-watermark {
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: var(--pe-font-display);
  font-size: 100px;
  color: var(--pe-white);
  opacity: 0.06;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}

.about-values .value-card-body {
  position: relative;
  z-index: 2;
  padding: 40px 32px;
}

.about-values .value-card-body h3 {
  font-family: var(--pe-font-display);
  font-size: 32px;
  letter-spacing: 2px;
  color: var(--pe-white);
  margin-bottom: 12px;
}

.about-values .value-card-body p {
  font-family: var(--pe-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--pe-grey-light);
}

/* Always Moving Forward banner */
.about-values .values-banner {
  background: var(--pe-amber);
  padding: 60px 48px;
  text-align: center;
  margin-top: 3px;
}

.about-values .values-banner h2 {
  font-family: var(--pe-font-display);
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: 3px;
  color: var(--pe-black);
  margin-bottom: 12px;
}

.about-values .values-banner-accent {
  width: 48px;
  height: 2px;
  background: var(--pe-black);
  margin: 0 auto 16px;
  opacity: 0.3;
}

.about-values .values-banner p {
  font-family: var(--pe-font-body);
  font-size: 17px;
  color: rgba(10, 10, 10, 0.7);
}

/* ----------------------------------------
   COMPANY HISTORY
   ---------------------------------------- */
.wp-plateau.about-history {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.about-history::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cpath d='M0 0h60v60H0z'/%3E%3Cpath d='M30 0v60M0 30h60' stroke='%23E8A824' stroke-width='0.3' opacity='0.04'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.about-history::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 168, 36, 0.75), transparent);
  opacity: 0.55;
  pointer-events: none;
}

.about-history .history-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.about-history .history-intro {
  position: relative;
  text-align: left;
  max-width: none;
  margin: 0;
}

.about-history .history-intro .section-heading {
  margin-bottom: 28px;
}

.about-history .history-intro-accent {
  width: 48px;
  height: 2px;
  background: var(--pe-amber);
  margin: 0 0 24px;
}

.about-history .history-intro .body-text + .body-text {
  margin-top: 20px;
}

.about-history .history-intro .body-text {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.about-history .history-timeline-panel {
  background: linear-gradient(180deg, rgba(34, 34, 32, 0.98) 0%, rgba(18, 18, 16, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.24);
  padding: 36px 36px 40px;
}

.about-history .history-timeline-label {
  font-family: var(--pe-font-condensed);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pe-amber);
  margin-bottom: 28px;
}

.about-history .history-timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
  position: relative;
}

.about-history .history-timeline::before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(232, 168, 36, 0.6) 0%, rgba(232, 168, 36, 0.14) 100%);
}

.about-history .history-milestone {
  position: relative;
  padding-left: 32px;
}

.about-history .history-milestone + .history-milestone {
  margin-top: 18px;
}

.about-history .history-milestone::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--pe-amber);
  box-shadow: 0 0 0 6px rgba(232, 168, 36, 0.1);
}

.about-history .history-milestone-year {
  font-family: var(--pe-font-display);
  font-size: 34px;
  line-height: 1;
  letter-spacing: 1px;
  color: var(--pe-amber);
  margin-bottom: 10px;
}

.about-history .history-milestone-card {
  background: rgba(14, 14, 13, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 24px;
}

.about-history .history-milestone-card p {
  margin: 0;
  font-family: var(--pe-font-body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--pe-grey-light);
}

.about-history .history-milestone-card a {
  color: var(--pe-amber);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(232, 168, 36, 0.42);
  transition: text-decoration-color 0.3s ease, opacity 0.2s ease;
}

.about-history .history-milestone-card a:hover {
  opacity: 0.84;
  text-decoration-color: var(--pe-amber);
}

.about-history .history-milestone-card a:focus-visible {
  outline: 2px solid var(--pe-amber);
  outline-offset: 3px;
}

/* ----------------------------------------
   LEADERSHIP
   ---------------------------------------- */
.wp-plateau.about-leadership {
  padding: 120px 0;
  padding-bottom: 60px;
  background: var(--pe-black);
  position: relative;
}

.about-leadership .leadership-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 64px;
}

.about-leadership .leadership-header .section-label-centered {
  margin-bottom: 20px;
}

.about-leadership .leadership-header .section-heading {
  margin-bottom: 20px;
}

.about-leadership .leadership-header .section-heading em {
  color: var(--pe-amber);
  font-style: normal;
}

.about-leadership .leadership-header .body-text {
  max-width: 600px;
  margin: 0 auto;
}

/* Tenure stat cards */
.about-leadership .leadership-tenure-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin-bottom: 64px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-leadership .tenure-stat-card {
  background: var(--pe-charcoal);
  padding: 40px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: background 0.4s;
}

.about-leadership .tenure-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pe-amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.about-leadership .tenure-stat-card:hover::before {
  transform: scaleX(1);
}

.about-leadership .tenure-stat-number {
  font-family: var(--pe-font-display);
  font-size: 48px;
  color: var(--pe-amber);
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.about-leadership .tenure-stat-unit {
  font-family: var(--pe-font-condensed);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pe-grey-light);
  margin-bottom: 12px;
}

.about-leadership .tenure-stat-label {
  font-family: var(--pe-font-condensed);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pe-grey-mid);
}

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

.about-leadership .leader-card {
  background: var(--pe-charcoal);
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
}

.about-leadership .leader-card:hover,
.about-leadership .leader-card.is-active {
  background: var(--pe-graphite);
}

.about-leadership .leader-card:focus-visible {
  background: var(--pe-graphite);
  outline: 2px solid var(--pe-amber);
  outline-offset: 2px;
}

.about-leadership .leader-card-photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  background: var(--pe-graphite);
}

.about-leadership .leader-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-leadership .leader-card:hover .leader-card-photo img {
  transform: scale(1.03);
}

.about-leadership .leader-card-photo .leader-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pe-grey-dark);
}

.about-leadership .leader-card-content {
  padding: 24px 20px;
}

.about-leadership .leader-card-name {
  font-family: var(--pe-font-display);
  font-size: 22px;
  color: var(--pe-white);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.about-leadership .leader-card-accent {
  width: 24px;
  height: 2px;
  background: var(--pe-amber);
  margin-bottom: 8px;
}

.about-leadership .leader-card-title {
  font-family: var(--pe-font-condensed);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--pe-grey-mid);
}

/* Hidden bio data */
.about-leadership .leader-bio-data {
  display: none;
}

/* Bio expand panel */
.about-leadership .leader-bio-panel {
  grid-column: 1 / -1;
  background: var(--pe-charcoal);
  border-top: 3px solid var(--pe-amber);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease, padding 0.5s ease;
  position: relative;
  padding: 0 48px;
}

.about-leadership .leader-bio-panel.is-open {
  max-height: 800px;
  opacity: 1;
  padding: 48px;
}

.about-leadership .leader-bio-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: var(--pe-graphite);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: var(--pe-grey-light);
  font-size: 22px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  line-height: 1;
}

.about-leadership .leader-bio-close:hover {
  color: var(--pe-amber);
  background: rgba(232, 168, 36, 0.1);
  border-color: var(--pe-amber);
}

.about-leadership .leader-bio-close:focus-visible {
  color: var(--pe-amber);
  background: rgba(232, 168, 36, 0.1);
  border-color: var(--pe-amber);
  outline: 2px solid var(--pe-amber);
  outline-offset: 2px;
}

.about-leadership .leader-bio-panel-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
}

.about-leadership .leader-bio-panel-photo {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.about-leadership .leader-bio-panel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-leadership .leader-bio-panel-name {
  font-family: var(--pe-font-display);
  font-size: 28px;
  color: var(--pe-amber);
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.about-leadership .leader-bio-panel-title {
  font-family: var(--pe-font-condensed);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  color: var(--pe-grey-mid);
  margin-bottom: 16px;
}

.about-leadership .leader-bio-panel-accent {
  width: 32px;
  height: 2px;
  background: var(--pe-amber);
  margin-bottom: 20px;
}

.about-leadership .leader-bio-panel-links {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.about-leadership .leader-bio-panel-links a {
  font-family: var(--pe-font-condensed);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--pe-amber);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(232, 168, 36, 0.4);
  transition: text-decoration-color 0.3s ease, opacity 0.2s;
}

.about-leadership .leader-bio-panel-links a:hover {
  opacity: 0.8;
  text-decoration-color: var(--pe-amber);
}

.about-leadership .leader-bio-panel-links a:focus-visible {
  outline: 2px solid var(--pe-amber);
  outline-offset: 3px;
}

.about-leadership .leader-bio-panel-text {
  font-family: var(--pe-font-body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--pe-grey-light);
  max-width: 800px;
}

.about-leadership .leader-bio-panel-text p {
  margin-bottom: 12px;
}

.about-leadership .leader-bio-panel-text p:last-child {
  margin-bottom: 0;
}

.about-leadership .leader-bio-panel-text a {
  color: var(--pe-amber);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(232, 168, 36, 0.4);
  transition: text-decoration-color 0.3s ease;
}

.about-leadership .leader-bio-panel-text a:hover {
  text-decoration-color: var(--pe-amber);
}

/* ----------------------------------------
   LEADERSHIP PAGE PREVIEW
   ---------------------------------------- */
body.page-id-106 .wp-plateau.page-hero {
  min-height: 640px;
  align-items: flex-end;
}

body.page-id-106 .wp-plateau.page-hero .page-hero-bg::after {
  background:
    linear-gradient(110deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.62) 52%, rgba(10, 10, 10, 0.22) 100%),
    linear-gradient(0deg, rgba(232, 168, 36, 0.18), rgba(232, 168, 36, 0.18));
}

body.page-id-106 .wp-plateau.page-hero .page-hero-content {
  max-width: 1180px;
  padding-top: 112px;
  padding-bottom: 72px;
}

body.page-id-106 .wp-plateau.page-hero .page-hero-label {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.74);
}

body.page-id-106 .wp-plateau.page-hero h1 {
  max-width: 900px;
  margin-bottom: 26px;
}

body.page-id-106 .wp-plateau.page-hero .page-hero-description {
  max-width: 640px;
  font-size: 19px;
}

body.page-id-106 .wp-plateau.page-intro-strip {
  background:
    linear-gradient(180deg, rgba(34, 34, 32, 0.98) 0%, rgba(18, 18, 16, 0.98) 100%);
  border-top: 1px solid rgba(232, 168, 36, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-id-106 .wp-plateau.page-intro-strip .page-intro-inner {
  gap: 72px;
}

body.page-id-106 .wp-plateau.page-intro-strip .page-intro-text p {
  max-width: 720px;
  color: var(--pe-white);
}

body.page-id-106 .wp-plateau.about-leadership {
  padding-top: 104px;
  background:
    radial-gradient(circle at top center, rgba(232, 168, 36, 0.12) 0%, rgba(232, 168, 36, 0) 38%),
    linear-gradient(180deg, #080808 0%, #111110 100%);
}

body.page-id-106 .about-leadership .leadership-header {
  max-width: 860px;
  margin-bottom: 56px;
}

body.page-id-106 .about-leadership .leadership-header .section-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

body.page-id-106 .about-leadership .leadership-header .body-text {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
}

body.page-id-106 .about-leadership .leadership-tenure-stats {
  max-width: 1040px;
  margin-bottom: 72px;
}

body.page-id-106 .about-leadership .tenure-stat-card,
body.page-id-106 .about-leadership .leader-card,
body.page-id-106 .about-leadership .leader-bio-panel {
  background:
    linear-gradient(180deg, rgba(40, 40, 37, 0.96) 0%, rgba(20, 20, 18, 0.98) 100%);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.24);
}

body.page-id-106 .about-leadership .tenure-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.04);
}

body.page-id-106 .about-leadership .tenure-stat-card:hover {
  background:
    linear-gradient(180deg, rgba(46, 46, 42, 1) 0%, rgba(22, 22, 20, 1) 100%);
}

body.page-id-106 .about-leadership .leader-card {
  border: 1px solid rgba(255, 255, 255, 0.04);
}

body.page-id-106 .about-leadership .leader-card:hover,
body.page-id-106 .about-leadership .leader-card.is-active,
body.page-id-106 .about-leadership .leader-card:focus-visible {
  background:
    linear-gradient(180deg, rgba(51, 51, 47, 1) 0%, rgba(24, 24, 21, 1) 100%);
}

body.page-id-106 .about-leadership .leader-card-photo {
  height: 340px;
}

body.page-id-106 .about-leadership .leader-card-content {
  padding: 28px 24px;
}

body.page-id-106 .about-leadership .leader-card-title {
  color: rgba(200, 196, 187, 0.84);
}

body.page-id-106 .about-leadership .leader-bio-panel {
  border-top-width: 4px;
}

body.page-id-106 .about-leadership .leader-bio-panel-text {
  color: rgba(255, 255, 255, 0.84);
}

/* ----------------------------------------
   TESTIMONIAL — IMAGE RIGHT VARIANT
   ---------------------------------------- */
.wp-plateau.pe-testimonial-image-right .pe-testimonial-layout {
  grid-template-columns: 1fr 1fr;
}

.wp-plateau.pe-testimonial-image-right .pe-testimonial-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wp-plateau.pe-testimonial-image-right .pe-testimonial-image {
  aspect-ratio: 4 / 3;
}

/* ----------------------------------------
   STERLING INFRASTRUCTURE
   ---------------------------------------- */
.wp-plateau.about-sterling {
  padding: 120px 0;
  background: var(--pe-charcoal);
  position: relative;
  overflow: hidden;
}

.about-sterling::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pe-amber), transparent);
  opacity: 0.3;
}

.about-sterling .sterling-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-sterling .sterling-content .section-label {
  margin-bottom: 20px;
}

.about-sterling .sterling-content .section-heading {
  margin-bottom: 24px;
}

.about-sterling .sterling-content .section-heading em {
  color: var(--pe-amber);
  font-style: normal;
}

.about-sterling .sterling-content .body-text + .body-text {
  margin-top: 20px;
}

.about-sterling .sterling-content .btn {
  margin-top: 36px;
}

.about-sterling .sterling-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.about-sterling .sterling-fact-card {
  background: var(--pe-black);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}

.about-sterling .sterling-fact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pe-amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.about-sterling .sterling-fact-card:hover::before {
  transform: scaleX(1);
}

.about-sterling .sterling-fact-number {
  font-family: var(--pe-font-display);
  font-size: 36px;
  color: var(--pe-amber);
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.about-sterling .sterling-fact-label {
  font-family: var(--pe-font-condensed);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pe-grey-mid);
}

/* ========================================
   RESPONSIVE — ABOUT PAGE
   ======================================== */
@media (max-width: 1024px) {
  .about-overview .overview-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  body.page-id-106 .wp-plateau.page-hero {
    min-height: 580px;
  }

  body.page-id-106 .wp-plateau.page-intro-strip .page-intro-inner {
    gap: 40px;
  }

  .about-leadership .leadership-tenure-stats {
    max-width: 100%;
  }

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

  .about-sterling .sterling-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .wp-plateau.pe-testimonial-image-right .pe-testimonial-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .wp-plateau.pe-testimonial-image-right .pe-testimonial-image {
    order: -1;
    aspect-ratio: 16 / 9;
  }

  .about-leadership .leader-bio-panel-inner {
    grid-template-columns: 160px 1fr;
    gap: 32px;
  }

  .about-leadership .leader-bio-panel-photo {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 768px) {
  .wp-plateau.about-overview,
  .wp-plateau.about-values,
  .wp-plateau.about-history,
  .wp-plateau.about-leadership,
  .wp-plateau.about-sterling {
    padding: 80px 0;
  }

  .about-values .values-triptych {
    grid-template-columns: 1fr;
  }

  .about-values .value-card {
    min-height: 400px;
  }

  .about-history .history-timeline-panel {
    padding: 28px 24px 32px;
  }

  .about-history .history-timeline {
    padding-left: 24px;
  }

  body.page-id-106 .wp-plateau.page-hero .page-hero-content {
    padding: 96px 24px 56px;
  }

  body.page-id-106 .wp-plateau.page-hero .page-hero-description {
    font-size: 17px;
  }

  body.page-id-106 .wp-plateau.page-intro-strip .page-intro-text p {
    max-width: none;
  }

  .about-leadership .leader-bio-panel-inner {
    grid-template-columns: 1fr;
  }

  .about-leadership .leader-bio-panel-photo {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 640px) {
  .wp-plateau.about-overview,
  .wp-plateau.about-values,
  .wp-plateau.about-history,
  .wp-plateau.about-leadership,
  .wp-plateau.about-sterling {
    padding: 60px 0;
  }

  .about-overview .overview-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.page-id-106 .wp-plateau.page-hero {
    min-height: 520px;
  }

  body.page-id-106 .wp-plateau.page-hero h1 {
    max-width: 100%;
  }

  body.page-id-106 .wp-plateau.about-leadership {
    padding-top: 72px;
  }

  .about-leadership .leadership-tenure-stats {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .about-leadership .leadership-grid {
    grid-template-columns: 1fr;
  }
  
  .about-leadership .leader-bio-panel.is-open {
    padding: 32px 24px;
  }

  .about-leadership .leader-bio-panel-name {
    font-size: 24px;
  }

  .about-leadership .leader-bio-panel-text {
    font-size: 14px;
  }

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

  .about-values .values-banner {
    padding: 40px 24px;
  }

  .about-history .history-milestone {
    padding-left: 24px;
  }

  .about-history .history-milestone::before {
    left: -5px;
  }

  .about-history .history-milestone-year {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .about-overview .overview-stat-card {
    padding: 32px 24px;
  }

  body.page-id-106 .wp-plateau.page-hero .page-hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-overview .overview-stat-number {
    font-size: 40px;
  }

  .about-sterling .sterling-fact-card {
    padding: 28px 24px;
  }

  .about-values .value-card {
    min-height: 340px;
  }

  .about-values .value-card-body {
    padding: 32px 24px;
  }

  .about-history .history-timeline-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-history .history-milestone-card {
    padding: 18px 18px 20px;
  }
}
