.page-plants {
  --plant-green: #146a57;
  --plant-green-soft: #e9f4ef;
  --plant-purple: #76547d;
  --plant-purple-soft: #f4edf5;
}

.plants-hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--navy-950);
}

.plants-hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 28, 53, 0.97) 0%, rgba(3, 28, 53, 0.88) 42%, rgba(3, 28, 53, 0.38) 72%, rgba(3, 28, 53, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 28, 53, 0.42), transparent 48%),
    url("/assets/images/artificial-plants/restaurant-ceiling-foliage.avif") center 52% / cover no-repeat;
  transform: scale(1.01);
}

.plants-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(285px, 0.65fr);
  gap: 70px;
  align-items: end;
  padding-block: 100px;
}

.plants-hero-copy {
  max-width: 720px;
}

.plants-hero h1 {
  max-width: 700px;
  color: var(--paper);
}

.plants-hero .hero-lead {
  max-width: 670px;
  color: var(--copy-dark);
  font-size: 19px;
  line-height: 1.65;
}

.plants-question-card {
  padding: 30px;
  color: var(--paper);
  background: rgba(6, 43, 79, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-card);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.plants-question-card > span,
.standards-grid article > span,
.method-feature div > span,
.projects-grid article div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange-300);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plants-question-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--paper);
  font-size: 24px;
  line-height: 1.3;
}

.plants-question-card p {
  margin: 0;
  color: var(--copy-dark);
  font-size: 15px;
}

.plants-proof-strip {
  color: var(--paper);
  background: var(--navy-900);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.plants-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.plants-proof-grid > div {
  position: relative;
  min-height: 150px;
  padding: 30px 36px 28px 70px;
  border-left: 1px solid rgba(180, 191, 202, 0.2);
}

.plants-proof-grid > div:last-child {
  border-right: 1px solid rgba(180, 191, 202, 0.2);
}

.plants-proof-grid > div > span {
  position: absolute;
  top: 32px;
  left: 28px;
  color: var(--orange-300);
  font-size: 12px;
  font-weight: 700;
}

.plants-proof-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--paper);
  font-size: 17px;
}

.plants-proof-grid p {
  margin: 0;
  color: var(--copy-dark);
  font-size: 14px;
  line-height: 1.55;
}

.plants-heading {
  max-width: 790px;
  margin: 0 auto 44px;
}

.plants-heading > p:last-child {
  max-width: 690px;
  margin-inline: auto;
  color: var(--copy);
}

.plants-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.plants-fit-card {
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.plants-fit-likely {
  border-top: 4px solid var(--plant-green);
}

.plants-fit-check {
  border-top: 4px solid var(--orange-600);
}

.fit-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px 10px;
  color: var(--navy-900);
  background: var(--blue-100);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plants-fit-likely .fit-label span {
  color: var(--plant-green);
}

.plants-fit-check .fit-label span {
  color: var(--orange-600);
}

.plants-fit-card ul,
.aftercare-copy ul,
.plants-quote-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.plants-fit-card li,
.plants-quote-list li {
  position: relative;
  padding: 12px 0 12px 26px;
  color: var(--copy);
  border-top: 1px solid var(--line);
}

.plants-fit-card li::before,
.plants-quote-list li::before {
  position: absolute;
  left: 2px;
  color: var(--orange-500);
  content: "→";
  font-weight: 700;
}

.plants-note {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 24px 28px;
  background: var(--plant-green-soft);
  border: 1px solid #cce3d9;
  border-radius: var(--radius-content);
}

.plants-note strong {
  color: var(--navy-950);
}

.plants-note p {
  margin: 0;
  color: var(--copy);
}

.plants-standards,
.plants-aftercare,
.plants-certificate {
  color: var(--copy-dark);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 107, 44, 0.13), transparent 27%),
    var(--navy-950);
}

.standards-intro,
.heading-row,
.aftercare-layout,
.certificate-layout,
.quote-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  align-items: end;
}

.standards-intro {
  margin-bottom: 40px;
}

.standards-intro h2,
.aftercare-copy h2,
.certificate-layout h2 {
  color: var(--paper);
}

.standards-intro > p,
.aftercare-copy > p:not(.eyebrow),
.certificate-layout > div:first-child > p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--copy-dark);
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(180, 191, 202, 0.22);
  border-bottom: 1px solid rgba(180, 191, 202, 0.22);
}

.standards-grid article {
  min-height: 255px;
  padding: 32px;
  border-left: 1px solid rgba(180, 191, 202, 0.22);
}

.standards-grid article:last-child {
  border-right: 1px solid rgba(180, 191, 202, 0.22);
}

.standards-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--paper);
  font-size: 24px;
  line-height: 1.25;
}

.standards-grid p {
  margin: 0;
  color: var(--copy-dark);
  font-size: 15px;
}

.standards-grid .standard-no {
  background: rgba(255, 107, 44, 0.07);
}

.standards-action {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 28px;
  margin-top: 30px;
  padding: 24px 28px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(180, 191, 202, 0.22);
  border-radius: var(--radius-content);
}

.standards-action p {
  margin: 0;
  color: var(--copy-dark);
}

.plants-methods-heading,
.plants-projects-heading {
  margin-bottom: 40px;
}

.heading-row > p {
  margin: 0;
  color: var(--copy);
}

.methods-grid {
  display: grid;
  gap: 28px;
}

.method-feature {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 440px;
  overflow: hidden;
  background: var(--soft-blue);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
}

.method-feature-reverse {
  grid-template-columns: 0.88fr 1.12fr;
}

.method-feature-reverse img {
  order: 2;
}

.method-feature img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.method-feature > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.method-feature div > span,
.projects-grid article div > span {
  color: var(--orange-600);
}

.method-feature h3 {
  font-size: 30px;
}

.method-feature p {
  margin: 0;
  color: var(--copy);
}

.plants-process {
  background: var(--soft-blue);
}

.plants-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.plants-steps li {
  position: relative;
  min-height: 215px;
  padding: 34px 30px 28px 72px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.plants-steps li:nth-child(3n) {
  border-right: 0;
}

.plants-steps li:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.plants-steps li > span {
  position: absolute;
  top: 36px;
  left: 28px;
  color: var(--orange-600);
  font-size: 12px;
  font-weight: 700;
}

.plants-steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-950);
}

.plants-steps p {
  margin: 0;
  color: var(--copy);
  font-size: 14px;
  line-height: 1.6;
}

.aftercare-layout,
.certificate-layout {
  align-items: center;
}

.aftercare-copy ul {
  display: grid;
  gap: 10px;
}

.aftercare-copy li {
  position: relative;
  padding-left: 28px;
  color: var(--copy-dark);
}

.aftercare-copy li::before {
  position: absolute;
  left: 0;
  color: var(--orange-300);
  content: "✓";
  font-weight: 700;
}

.aftercare-image {
  overflow: hidden;
  margin: 0;
  background: var(--navy-900);
  border: 1px solid rgba(180, 191, 202, 0.2);
  border-radius: var(--radius-card);
}

.aftercare-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.aftercare-image figcaption {
  padding: 14px 18px;
  color: var(--copy-dark);
  font-size: 13px;
}

.projects-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: repeat(2, 280px);
  gap: 22px;
}

.projects-grid article {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.projects-grid .project-large {
  grid-row: 1 / 3;
}

.projects-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.projects-grid article:hover img {
  transform: scale(1.025);
}

.projects-grid article::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(3, 28, 53, 0.9));
  content: "";
}

.projects-grid article > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  color: var(--paper);
}

.projects-grid h3,
.projects-grid p {
  margin: 0;
  color: var(--paper);
}

.projects-grid p {
  margin-top: 6px;
  color: var(--copy-dark);
  font-size: 14px;
}

.certificate-list {
  border-top: 1px solid rgba(180, 191, 202, 0.22);
}

.certificate-list > div {
  position: relative;
  padding: 24px 0 24px 54px;
  border-bottom: 1px solid rgba(180, 191, 202, 0.22);
}

.certificate-list span {
  position: absolute;
  top: 26px;
  left: 0;
  color: var(--orange-300);
  font-size: 12px;
  font-weight: 700;
}

.certificate-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--paper);
}

.certificate-list p {
  margin: 0;
  color: var(--copy-dark);
  font-size: 14px;
}

.plants-quote {
  background: var(--soft-blue);
}

.quote-layout {
  align-items: start;
}

.plants-final-cta {
  background:
    radial-gradient(circle at 88% 20%, rgba(118, 84, 125, 0.32), transparent 28%),
    var(--navy-900);
}

@media (max-width: 980px) {
  .plants-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 82px;
  }

  .plants-question-card {
    max-width: 620px;
  }

  .standards-intro,
  .heading-row,
  .aftercare-layout,
  .certificate-layout,
  .quote-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .standards-grid {
    grid-template-columns: 1fr;
  }

  .standards-grid article {
    min-height: auto;
    border-right: 1px solid rgba(180, 191, 202, 0.22);
    border-bottom: 1px solid rgba(180, 191, 202, 0.22);
  }

  .standards-grid article:last-child {
    border-bottom: 0;
  }

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

  .plants-steps li:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .plants-steps li:nth-child(2n) {
    border-right: 0;
  }

  .plants-steps li:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .plants-steps li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .plants-hero {
    min-height: auto;
  }

  .plants-hero-image {
    background:
      linear-gradient(180deg, rgba(3, 28, 53, 0.7) 0%, rgba(3, 28, 53, 0.96) 58%, var(--navy-950) 100%),
      url("/assets/images/artificial-plants/restaurant-ceiling-foliage.avif") 65% center / cover no-repeat;
  }

  .plants-hero-inner {
    padding-block: 70px 52px;
  }

  .plants-hero h1 {
    font-size: 34px;
  }

  .plants-hero .hero-lead {
    font-size: 17px;
  }

  .plants-question-card {
    padding: 24px;
  }

  .plants-proof-grid,
  .plants-fit-grid,
  .plants-steps,
  .projects-grid {
    grid-template-columns: 1fr;
  }

  .plants-proof-grid > div {
    min-height: auto;
    padding: 24px 22px 24px 62px;
    border-right: 1px solid rgba(180, 191, 202, 0.2);
    border-bottom: 1px solid rgba(180, 191, 202, 0.2);
  }

  .plants-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .plants-proof-grid > div > span {
    top: 26px;
    left: 22px;
  }

  .plants-fit-card {
    padding: 26px 22px;
  }

  .plants-note,
  .standards-action {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .method-feature,
  .method-feature-reverse {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .method-feature-reverse img {
    order: 0;
  }

  .method-feature img {
    min-height: 300px;
    height: 300px;
  }

  .method-feature > div {
    padding: 30px 24px;
  }

  .method-feature h3 {
    font-size: 25px;
  }

  .plants-steps li,
  .plants-steps li:nth-child(2n),
  .plants-steps li:nth-child(3n),
  .plants-steps li:nth-last-child(-n + 2),
  .plants-steps li:nth-last-child(-n + 3) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .plants-steps li:last-child {
    border-bottom: 0;
  }

  .aftercare-image img {
    height: 380px;
  }

  .projects-grid {
    grid-template-rows: none;
  }

  .projects-grid .project-large {
    grid-row: auto;
  }

  .projects-grid article {
    min-height: 330px;
  }
}
