/* Phase E1 About Us CMS image replacements. */
.about-icon--image,
.about-hero-badge__media,
.about-cert__media {
  overflow: hidden;
  padding: 0;
}

.about-icon--image img,
.about-hero-badge__media img,
.about-cert__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-badge__media {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(47,143,47,.38);
  border-radius: 50%;
  color: #9ee279;
  background: rgba(41,119,35,.2);
  font-size: .68rem;
  font-weight: 900;
}

.about-cert__media {
  display: grid;
  width: 58px;
  height: 58px;
  margin-inline: auto;
  place-items: center;
  border-radius: 10px;
  color: #1f5ba8;
  background: #f4f8ff;
  font-size: 1.35rem;
  font-weight: 900;
}

.about-factory-card[style*="--about-card-image"] {
  background-image: linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.62)),var(--about-card-image);
  background-size: cover;
  background-position: center;
}

.about-team__photo[style*="--about-card-image"] {
  background-image: linear-gradient(90deg,rgba(0,0,0,.1),rgba(0,0,0,.02)),var(--about-card-image);
  background-size: cover;
  background-position: center;
}

/* About Us E1 visual refresh; timeline intentionally excluded. */
.about-v1 { --about-green: #f48120; }
.about-icon,
.about-hero-badge__media,
.about-cert__media {
  border-color: #be559f !important;
  color: #be559f !important;
  background: #fff7fc;
  box-shadow: inset 0 0 0 5px rgba(190,85,159,.08);
}
.about-e1-line-icon {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-hero-badge__media .about-e1-line-icon { width: 19px; height: 19px; }
.about-hero__badges .about-hero-badge__media {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-items: center;
  gap: 0;
  padding: 0;
  line-height: 1;
}
.about-hero__badges .about-hero-badge__media .about-e1-line-icon {
  grid-area: 1 / 1;
  margin: 0;
}
.about-impact__item > .about-icon {
  width: 48px;
  height: 48px;
  background: #fff7fc !important;
  box-shadow: inset 0 0 0 5px rgba(190,85,159,.08) !important;
}
.about-icon--image img,
.about-hero-badge__media img,
.about-cert__media img { object-fit: contain; padding: 5px; }
.about-values {
  width: 90%;
  max-width: none;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 38px;
  padding: 34px 0;
  align-items: start;
  background: #fff8f4;
  box-shadow: 0 0 0 100vmax #fff8f4;
  clip-path: inset(0 -100vmax);
}
.about-values .about-section-heading { align-self: start; padding-top: 4px; }
.about-values .about-value-grid {
  width: 100%;
  min-width: 0;
}
.about-values .about-value-grid article {
  min-width: 0;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.about-values .about-value-grid h3,
.about-values .about-value-grid p {
  width: 100%;
  text-align: center;
}
.about-values .about-icon {
  border: 1px solid #be559f !important;
  color: #be559f !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 5px rgba(190,85,159,.12) !important;
}
.about-values .about-icon .about-e1-line-icon {
  width: 23px;
  height: 23px;
  color: #be559f !important;
  stroke: #be559f !important;
}
.about-cta { --about-img-cta: var(--about-img-solar); }
.about-cta:before {
  background-image: linear-gradient(90deg,rgba(4,12,10,.94) 0%,rgba(4,12,10,.76) 47%,rgba(4,12,10,.35) 100%),var(--about-img-cta);
  background-size: cover;
  background-position: center;
  opacity: 1;
}
.about-cta h2 span { color: #f48120; }

@media (max-width: 900px) {
  .about-values { width: min(100% - 40px, 1320px); padding: 28px 0; }
}

@media (max-width: 620px) {
  .about-v1 { overflow-x: clip; }
  .about-hero { padding: 94px 0 78px; }
  .about-hero:before {
    background-image: linear-gradient(180deg,rgba(0,0,0,.68),rgba(0,0,0,.88)),var(--about-img-hero);
    background-size: cover;
    background-position: 68% center;
  }
  .about-hero__content { max-width: 100%; text-align: center; }
  .about-hero h1 { font-size: clamp(2.35rem, 12vw, 3.15rem); overflow-wrap: anywhere; }
  .about-hero p { margin-inline: auto; }
  .about-hero__badges { width: 100%; }
  .about-hero__badges span { min-width: 0; text-align: left; }
  .about-values { padding-inline: 12px; text-align: center; }
  .about-values .about-section-heading { max-width: 100%; margin-inline: auto; }
  .about-manufacturing__copy,
  .about-certifications__copy,
  .about-team__copy { text-align: center; }
  .about-factory-grid { width: 100%; }
  .about-factory-card { min-width: 0; background-size: cover; background-position: center; }
  .about-team__photo { width: 100%; min-height: 230px; background-size: cover; background-position: center; }
  .about-cta { text-align: center; }
  .about-cta:before { background-position: 62% center; }
  .about-cta__actions { width: 100%; }
  .about-cta__actions .about-button { display: inline-flex; visibility: visible; opacity: 1; }
}
