.plant-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: end;
  padding: 120px 8vw 96px;
  color: var(--white);
  overflow: hidden;
  background: #061014;
}

.plant-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 12, 15, 0.88), rgba(4, 12, 15, 0.46) 52%, rgba(4, 12, 15, 0.12)),
    linear-gradient(180deg, rgba(4, 12, 15, 0.08), rgba(4, 12, 15, 0.8)),
    url("assets/plant-protection/image4.png") center/cover;
  transform: scale(1.02);
}

.plant-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: end;
}

.plant-hero-copy {
  max-width: 780px;
}

.plant-hero h1 {
  margin: 0;
  font-size: 88px;
  line-height: 1.02;
}

.plant-hero-copy p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.8;
}

.plant-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.plant-hero-panel {
  padding: 28px;
  background: rgba(6, 16, 20, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.plant-hero-panel span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.plant-hero-panel strong {
  display: block;
  margin-top: 16px;
  font-size: 34px;
}

.plant-hero-panel p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.plant-hero-panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.plant-hero-panel small {
  padding: 8px 11px;
  color: #9ee8d4;
  background: rgba(15, 123, 84, 0.18);
  border: 1px solid rgba(158, 232, 212, 0.18);
}

.plant-section,
.equipment-section {
  padding: 112px 8vw;
}

.plant-section.soft {
  background: var(--surface);
}

.plant-section.dark {
  color: var(--white);
  background: #071115;
}

.plant-heading {
  max-width: 980px;
  margin-bottom: 46px;
}

.plant-heading h2 {
  margin: 0;
  font-size: 54px;
  line-height: 1.12;
}

.plant-heading p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.dark .plant-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.chain-grid,
.scene-grid,
.value-band,
.equipment-grid {
  display: grid;
  gap: 18px;
}

.chain-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chain-grid article {
  min-height: 300px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
}

.chain-grid span,
.scene-grid span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.chain-grid h3,
.scene-grid h3,
.value-band h3 {
  margin: 18px 0 14px;
  font-size: 24px;
  line-height: 1.3;
}

.chain-grid p,
.scene-grid p,
.value-band p,
.equipment-grid span {
  color: var(--muted);
  line-height: 1.8;
}

.plant-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  min-height: 720px;
  color: var(--white);
  background: #071115;
}

.stage-media {
  background:
    linear-gradient(180deg, rgba(7, 17, 21, 0.04), rgba(7, 17, 21, 0.32)),
    url("assets/plant-protection/image30.png") center/cover;
}

.stage-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 8vw 90px 64px;
}

.stage-copy h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.12;
}

.stage-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.85;
}

.stage-list {
  display: grid;
  gap: 1px;
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.14);
}

.stage-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 20px 0;
  background: #071115;
}

.stage-list strong {
  color: #9ee8d4;
}

.stage-list span {
  color: rgba(255, 255, 255, 0.68);
}

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

.scene-grid article {
  display: grid;
  grid-template-rows: 260px 1fr;
  background: var(--white);
  border: 1px solid var(--line);
}

.scene-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scene-grid div {
  padding: 28px;
}

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

.value-band article {
  min-height: 280px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.value-band p {
  color: rgba(255, 255, 255, 0.72);
}

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

.equipment-grid article {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.equipment-grid article:last-child,
.equipment-grid article:nth-last-child(2) {
  border-bottom: 1px solid var(--line);
}

.equipment-grid strong {
  color: var(--green);
}

@media (max-width: 1100px) {
  .plant-hero-inner,
  .chain-grid,
  .plant-stage,
  .scene-grid,
  .value-band,
  .equipment-grid {
    grid-template-columns: 1fr;
  }

  .plant-hero h1 {
    font-size: 64px;
  }

  .plant-heading h2,
  .stage-copy h2 {
    font-size: 42px;
  }

  .stage-media {
    min-height: 520px;
  }

  .stage-copy {
    padding: 70px 8vw;
  }
}

@media (max-width: 680px) {
  .plant-hero,
  .plant-section,
  .equipment-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .plant-hero {
    padding-bottom: 72px;
  }

  .plant-hero h1 {
    font-size: 46px;
  }

  .plant-hero-copy p {
    font-size: 17px;
  }

  .plant-heading h2,
  .stage-copy h2 {
    font-size: 34px;
  }

  .stage-list div,
  .equipment-grid article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .scene-grid article {
    grid-template-rows: 210px 1fr;
  }
}
