/* Taste preserve pass: native CSS, variance 4 / motion 1 / density 4.
   Keep black/green, left text/right image, exact copy and existing routes. */
/* Preserve the forest infinity symbol on the right, without shared image zoom. */
.company-hero { min-height: max(440px, 25vw); background: #041e18; }
.company-hero::before {
  background-image: url('./assets/hero-forest-infinity-right-20260914.webp');
  background-position: right 20%;
  transform: none;
}
.company-hero::after { background: linear-gradient(90deg, rgba(3, 18, 24, .7), rgba(3, 24, 28, .12) 42%, rgba(3, 18, 24, .03) 68%); }
.company-hero h1 { max-width: 6.5em; }
@media (max-width: 860px) {
  .company-hero { min-height: 410px; padding-top: calc(min(54vw, 320px) + 24px); padding-bottom: 40px; }
  .company-hero > div { width: 100%; }
  .company-hero::before { background-size: auto min(54vw, 320px); background-position: right top; background-repeat: no-repeat; }
  .company-hero::after { background: linear-gradient(180deg, transparent 32%, rgba(4, 30, 24, .12) calc(min(54vw, 320px) - 48px), #041e18 min(54vw, 320px)); }
}
#about {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  padding: 64px 0;
  margin-top: 0;
  margin-bottom: 0;
}
#about .company-photo {
  position: static;
  height: 420px;
  min-height: 0;
  background-position: center;
}
#about .company-copy {
  margin-left: 0;
  padding: 0;
  background: var(--white);
}
#about .company-copy h2 {
  margin: 0;
  font-size: var(--type-section-title);
  line-height: var(--type-heading-leading);
}
#about .company-copy p {
  margin: 24px 0 0;
  color: var(--ink);
}
#about .company-copy p.company-intro-lead {
  margin-top: 28px;
  font-size: var(--type-body);
  line-height: var(--type-body-leading);
  font-weight: 400;
}
#about .company-section-heading {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 18px;
  color: var(--ink);
}
#about .company-section-heading::after {
  position: absolute;
  width: 48px;
  height: 2px;
  content: '';
  background: var(--green-deep);
}
#about .company-section-heading::after { bottom: 0; left: 0; }
#about .company-heading-en { color: var(--green-deep); font-size: 16px; font-weight: 650; line-height: 1.3; }
#about .company-copy strong { color: var(--ink); font-weight: 700; }
@media (min-width: 861px) {
  #about .company-intro-lead strong { font-size: 22px; }
}

/* Distinguish the engineering reading section from the dark operating diagram. */
#engineering { color: var(--ink); background: #f2f6f3; }
#engineering .light-heading p,
#engineering .path-steps p { color: #405257; }
#engineering .path-steps { border: 0; }
#engineering .path-steps article {
  border: 0;
  border-left: 1px solid #cbd9d1;
}
#engineering .path-steps article:first-child { border-left: 0; }
#engineering .path-steps time { color: var(--green-deep); }
@media (min-width: 641px) and (max-width: 860px) {
  #engineering .path-steps article:nth-child(3) { border-left: 0; }
  #engineering .path-steps { row-gap: 32px; }
}
@media (max-width: 640px) {
  #engineering .path-steps article { border-left: 0; border-bottom: 1px solid #cbd9d1; padding-left: 0; padding-right: 0; }
  #engineering .path-steps article:last-child { border-bottom: 0; }
}
@media (max-width: 860px) {
  #about { grid-template-columns: 1fr; }
  #about .company-photo { height: 340px; background-position: center; }
  #about .company-copy { margin: 0; padding: 0; }
}
@media (max-width: 600px) {
  #about { padding-top: 64px; padding-bottom: 64px; }
  #about .company-photo { height: 280px; }
  #about .company-copy { margin: 0; padding: 0; }
  #about .company-copy p.company-intro-lead { margin-top: 24px; }
}
