﻿:root {
  --black: #030604;
  --black-2: #070a08;
  --panel: #101612;
  --panel-border: #283029;
  --white: #ffffff;
  --text: #101411;
  --muted: #4c5650;
  --muted-light: #c3cbc5;
  --green: #7be12e;
  --green-dark: #4a8f20;
  --line: #e3e7e2;
  --container: 954px;
  --page-scale: 1.875;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(58px * var(--page-scale));
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 2880px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

.page-scale {
  width: 1024px;
  min-height: 1536px;
  padding-top: 58px;
  transform: scale(var(--page-scale));
  transform-origin: top left;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.ig-container {
  width: min(var(--container), calc(100vw - 70px));
  margin: 0 auto;
}

.dark-band {
  color: #ffffff;
  background: var(--black);
}

.light-band {
  color: var(--text);
  background: #ffffff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
strong {
  font-weight: 800;
  letter-spacing: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.btn::after,
.plain-link::after,
.product-card a::after,
.strategy-card a::after {
  content: "->";
  margin-left: 8px;
}

.btn-primary {
  color: #071007;
  background: var(--green);
}

.btn-outline {
  color: #ffffff;
  border-color: rgba(123, 225, 46, 0.45);
  background: rgba(2, 8, 4, 0.4);
}

.round-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid rgba(123, 225, 46, 0.7);
  border-radius: 50%;
  color: var(--green);
}

.round-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: calc(58px * var(--page-scale));
  background: #050806;
  border-bottom: 1px solid #171d18;
}

.header-scale {
  width: 1024px;
  height: 58px;
  transform: scale(var(--page-scale));
  transform-origin: top left;
}

.header-inner {
  display: flex;
  align-items: center;
  height: 58px;
}

.logo img {
  width: 142px;
  height: auto;
  max-height: 32px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-left: 98px;
}

.site-nav a {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.header-plan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 145px;
  height: 30px;
  margin-left: auto;
  border: 1px solid rgba(123, 225, 46, 0.52);
  border-radius: 4px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
}

.header-plan::after {
  content: "->";
}

.calendar-icon,
.contact-card-icon {
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.menu-toggle {
  display: none;
  width: 34px;
  height: 30px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  height: 342px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 6, 4, 0.94) 0%, rgba(3, 6, 4, 0.92) 31%, rgba(3, 6, 4, 0.66) 45%, rgba(3, 6, 4, 0.16) 64%, rgba(3, 6, 4, 0) 100%);
  z-index: 1;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 342px;
  background-image: url("assets/site-images/home-hero-background-768w.jpg");
  background-image: image-set(
    url("assets/site-images/home-hero-background-768w.webp") type("image/webp"),
    url("assets/site-images/home-hero-background-768w.jpg") type("image/jpeg")
  );
  background-size: cover;
  background-position: center right;
}

.hero-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 82px;
  background: linear-gradient(90deg, rgba(3, 6, 4, 0.54), rgba(3, 6, 4, 0.1) 42%, rgba(3, 6, 4, 0));
}

@media (min-width: 900px) {
  .hero-media {
    background-image: url("assets/site-images/home-hero-background-1280w.jpg");
    background-image: image-set(
      url("assets/site-images/home-hero-background-1280w.webp") type("image/webp"),
      url("assets/site-images/home-hero-background-1280w.jpg") type("image/jpeg")
    );
  }
}

@media (min-width: 1500px) {
  .hero-media {
    background-image: url("assets/site-images/home-hero-background-1920w.jpg");
    background-image: image-set(
      url("assets/site-images/home-hero-background-1920w.webp") type("image/webp"),
      url("assets/site-images/home-hero-background-1920w.jpg") type("image/jpeg")
    );
  }
}

.hero-inner {
  position: relative;
  z-index: 2;
  height: 342px;
}

.hero-copy {
  width: 440px;
  padding-top: 52px;
}

.hero-copy h1 {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.03;
}

.hero-copy p {
  width: 386px;
  margin-bottom: 13px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.38;
}

.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-actions .btn-primary {
  min-width: 143px;
}

.hero-actions .btn-outline {
  min-width: 196px;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-features {
  position: absolute;
  left: 0;
  bottom: 24px;
  display: grid;
  grid-template-columns: 135px 118px 139px 160px;
  gap: 0;
  width: 552px;
}

.hero-feature {
  display: flex;
  gap: 8px;
  min-width: 0;
}

.hero-feature strong {
  display: block;
  margin: 3px 0 1px;
  color: #ffffff;
  font-size: 9px;
  line-height: 1.18;
}

.hero-feature span:last-child {
  display: block;
  color: #ffffff;
  font-size: 7px;
  line-height: 1.25;
}

body:not([data-page]) .hero {
  height: auto;
  min-height: 342px;
}

body:not([data-page]) .hero-media {
  height: 100%;
}

body:not([data-page]) .hero-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
  min-height: 342px;
  padding: 52px 0 24px;
}

body:not([data-page]) .hero-copy {
  width: min(100%, 680px);
  padding-top: 0;
}

body:not([data-page]) .hero-copy h1 {
  width: min(100%, 560px);
  margin-bottom: 16px;
  text-wrap: balance;
}

body:not([data-page]) .hero-copy p {
  width: min(100%, 520px);
  margin-bottom: 0;
  font-size: 10px;
}

body:not([data-page]) .hero-actions {
  margin-top: 18px;
  flex-wrap: wrap;
}

body:not([data-page]) .hero-features {
  position: static;
  width: min(100%, 680px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

body:not([data-page]) .hero-feature {
  align-items: flex-start;
}

body:not([data-page]) .hero-feature strong {
  margin: 2px 0 2px;
}

.challenge {
  height: 344px;
}

.challenge-inner {
  position: relative;
  height: 344px;
}

.challenge-copy {
  position: absolute;
  top: 50%;
  left: 0;
  width: 318px;
  transform: translateY(-50%);
}

.challenge-copy h2 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.13;
}

.challenge-copy p:not(.eyebrow) {
  margin: 0;
  color: #1a211c;
  font-size: 11px;
  line-height: 1.55;
}

.challenge-diagram {
  position: absolute;
  top: 50%;
  right: 0;
  width: 592px;
  height: 184px;
  object-fit: contain;
  transform: translateY(-50%);
}

.products {
  height: auto;
  padding-top: 26px;
  padding-bottom: 28px;
}

.section-title-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 18px;
  margin-bottom: 14px;
}

.section-title-row .eyebrow {
  color: var(--green);
  margin-bottom: 6px;
}

.section-title-row h2 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}

.section-rule {
  height: 1px;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.16);
}

.plain-link {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 112px;
  min-width: 0;
  height: 308px;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: 4px;
  background:
    radial-gradient(circle at 74% 22%, rgba(151, 199, 112, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 244, 235, 0.98) 100%);
}

.product-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 18px 6px;
}

.badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 3px 7px;
  border-radius: 2px;
  color: #0b1409;
  background: var(--green);
  font-size: 7px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.badge--classic {
  color: var(--green-dark);
  border: 1px solid rgba(95, 168, 60, 0.32);
  background: rgba(255, 255, 255, 0.78);
}

.product-card h3 {
  width: 100%;
  min-height: 28px;
  margin: 0 0 8px;
  color: #223224;
  font-size: 11px;
  line-height: 1.05;
  white-space: nowrap;
}

.product-card p {
  width: 100%;
  min-height: 36px;
  margin: 0 0 10px;
  color: #324233;
  font-size: 9px;
  line-height: 1.4;
}

.product-card ul {
  display: grid;
  gap: 4px;
  width: 100%;
  min-height: 50px;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 10px;
  color: #324233;
  font-size: 7px;
  line-height: 1.25;
}

.product-card li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
}

.product-card .model {
  width: 100%;
  margin-top: auto;
  margin-bottom: 8px;
  font-size: 8px;
}

.product-card a {
  display: inline-flex;
  align-self: flex-start;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
}

.product-media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12px 12px;
}

.product-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 98px;
  object-fit: contain;
  object-position: center bottom;
}

.product-card--toplight .product-media {
  padding-bottom: 8px;
}

.product-card--toplight img {
  max-height: 104px;
}

.product-card--undercanopy img {
  max-height: 96px;
}

.product-card--geniv img {
  max-height: 76px;
}

.product-card--veg330 img {
  max-height: 68px;
}

.strategies {
  height: 166px;
}

.strategy-inner {
  display: grid;
  grid-template-columns: 303px 1fr;
  height: 166px;
}

.strategy-heading {
  padding-top: 34px;
}

.strategy-heading h2 {
  width: 275px;
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

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

.strategy-card {
  padding: 24px 18px 0 24px;
  border-left: 1px solid var(--line);
}

.strategy-card .round-icon {
  width: 31px;
  height: 31px;
  margin-bottom: 10px;
}

.strategy-card h3 {
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1.15;
}

.strategy-card strong {
  display: block;
  margin-bottom: 7px;
  font-size: 8px;
}

.strategy-card p {
  margin: 0 0 10px;
  color: #111711;
  font-size: 7px;
  line-height: 1.35;
}

.strategy-card a {
  font-size: 8px;
  font-weight: 800;
}

.applications {
  height: 198px;
  padding-top: 24px;
}

.applications-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 18px;
}

.performance-panel {
  display: block;
}

.performance-panel .eyebrow,
.application-panel .eyebrow {
  color: var(--green);
  margin-bottom: 8px;
}

.performance-panel h2 {
  width: 205px;
  margin: 0 0 26px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.05;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 12px;
  padding-top: 0;
}

.metric-item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.metric-item .round-icon {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}

.metric-item .round-icon svg {
  width: 11px;
  height: 11px;
}

.metric-item strong {
  color: var(--text);
  font-size: 6px;
  line-height: 1.25;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.application-card {
  position: relative;
  height: 136px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #263127;
  background: #111711;
}

.application-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.62));
}

.application-card strong {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  z-index: 1;
  color: #ffffff;
  font-size: 7px;
  line-height: 1;
  white-space: nowrap;
}

.contact {
  height: 236px;
  padding-top: 28px;
}

.contact-inner {
  display: grid;
  grid-template-columns: 256px 1fr 188px;
  gap: 20px;
}

.contact-copy h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.08;
}

.contact-copy p:not(.eyebrow) {
  margin: 0 0 14px;
  color: #202821;
  font-size: 9px;
  line-height: 1.45;
}

.contact-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.contact-benefits span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  color: #151d17;
  font-size: 7px;
  font-weight: 800;
  line-height: 1.25;
}

.contact-benefits img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}

.contact-form {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px 14px;
}

.form-grid label {
  display: grid;
  gap: 4px;
  color: #151b16;
  font-size: 6px;
  font-weight: 800;
}

.visually-hidden-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  height: 21px;
  padding: 0 8px;
  border: 1px solid #d8ded8;
  border-radius: 2px;
  color: #59615b;
  background: #ffffff;
  font-size: 7px;
  font-weight: 600;
}

.form-grid textarea {
  height: 36px;
  padding-top: 7px;
  resize: none;
}

.message-field {
  grid-column: 1 / 3;
}

.upload-field {
  grid-column: 3;
  grid-row: 4;
}

.upload-field input {
  padding: 2px 4px;
}

.upload-field small {
  color: #39423c;
  font-size: 6px;
  font-weight: 700;
}

.contact-form-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.contact-form-actions .btn {
  min-width: 150px;
  height: 28px;
  padding: 0 14px;
  font-size: 8px;
}

.contact-form-actions span {
  color: #202821;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-card {
  margin-top: 10px;
  min-height: 150px;
  padding: 26px 16px 18px;
  border-radius: 4px;
  color: #ffffff;
  background: linear-gradient(180deg, #0c120f, #050806);
}

.contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-bottom: 16px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
}

.contact-card-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.contact-card p {
  margin: 0 0 20px;
  color: #ffffff !important;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.45;
}

.contact-card .btn {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 35px;
  padding: 0 14px;
  font-size: 9px;
  white-space: nowrap;
}

.contact-card .btn.btn-primary {
  color: #071006;
}

.site-footer {
  min-height: 115px;
  padding-top: 16px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 220px 110px 115px 105px 1fr;
  gap: 26px;
}

.footer-brand img {
  width: 120px;
  height: auto;
  margin-bottom: 6px;
}

.footer-brand p,
.footer-newsletter p {
  margin: 0;
  color: #ffffff;
  font-size: 7px;
  line-height: 1.45;
}

.footer-col h3,
.footer-newsletter h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 7px;
  text-transform: uppercase;
}

.footer-col a {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 7px;
}

.footer-newsletter form {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.footer-newsletter input {
  width: 122px;
  height: 25px;
  padding: 0 9px;
  border: 1px solid #263127;
  border-radius: 3px;
  color: #ffffff;
  background: transparent;
  font-size: 7px;
}

.footer-newsletter button {
  width: 30px;
  height: 25px;
  border: 0;
  border-radius: 3px;
  color: #071007;
  background: var(--green);
  font-weight: 900;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #171d18;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: #ffffff;
  font-size: 7px;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
}

@media (max-width: 1366px) {
  .challenge,
  .challenge-inner,
  .strategies,
  .strategy-inner,
  .applications,
  .contact {
    height: auto;
  }

  .challenge {
    padding: 28px 0;
  }

  .challenge-inner {
    display: grid;
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    position: static;
  }

  .challenge-copy,
  .challenge-diagram {
    position: static;
    width: auto;
  }

  .challenge-copy {
    max-width: 380px;
  }

  .challenge-copy h2 {
    font-size: 24px;
  }

  .challenge-diagram {
    justify-self: center;
    width: min(100%, 680px);
    height: auto;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .product-card {
    height: auto;
    min-height: 376px;
    grid-template-rows: minmax(0, 1fr) 148px;
  }

  .product-copy {
    padding: 18px 18px 10px;
  }

  .product-card h3 {
    font-size: 16px;
  }

  .product-card p {
    min-height: 0;
    font-size: 12px;
  }

  .product-card li {
    font-size: 10px;
  }

  .product-media {
    padding: 0 18px 18px;
  }

  .product-card img {
    max-height: 132px;
  }

  .product-card--toplight img {
    max-height: 136px;
  }

  .product-card--undercanopy img {
    max-height: 128px;
  }

  .product-card--geniv img {
    max-height: 112px;
  }

  .product-card--veg330 img {
    max-height: 104px;
  }

  .strategies,
  .applications,
  .contact {
    padding: 30px 0;
  }

  .strategy-inner {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
  }

  .strategy-heading {
    padding-top: 10px;
  }

  .strategy-heading h2,
  .performance-panel h2 {
    width: auto;
  }

  .strategy-card {
    padding: 20px 16px 0 20px;
  }

  .applications-inner {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 22px;
  }

  .performance-panel h2 {
    margin-bottom: 18px;
  }

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

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

  .application-card {
    height: 160px;
  }

  .contact-inner {
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    align-items: start;
  }

  .contact-copy h2 {
    font-size: 18px;
  }

  .contact-form {
    padding-left: 16px;
  }

  .contact-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1100px) {
  .challenge-inner,
  .strategy-inner,
  .applications-inner,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .challenge-diagram {
    justify-self: center;
    width: min(100%, 620px);
  }

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

  .product-card {
    min-height: 360px;
  }

  .product-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .strategy-heading {
    padding-top: 0;
  }

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

  .strategy-card:first-child {
    border-left: 0;
  }

  .strategy-card {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-left: 0;
  }

  .applications-inner {
    gap: 20px;
  }

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

  .contact-copy {
    max-width: 520px;
  }

  .contact-form {
    padding-left: 0;
    border-left: 0;
  }

  .contact-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero-actions {
    display: grid;
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .challenge-copy h2 {
    font-size: 24px;
  }

  .challenge-copy p:not(.eyebrow) {
    font-size: 12px;
  }

  .product-grid,
  .metric-grid,
  .application-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 0;
  }

  .contact-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  :root {
    --page-scale: 1;
  }

  body {
    min-height: 0;
  }

  .page-scale {
    width: 100%;
    min-height: 0;
    padding-top: 58px;
    transform: none;
  }

  .header-scale {
    width: 100%;
    transform: none;
  }

  .ig-container {
    width: min(100% - 24px, var(--container));
  }

  .site-header {
    height: 58px;
  }

  .header-inner {
    height: 58px;
  }

  .menu-toggle {
    display: block;
    border-color: rgba(32, 48, 35, 0.82);
    background: rgba(32, 48, 35, 0.92);
    box-shadow: 0 8px 18px rgba(32, 48, 35, 0.12);
  }

  .menu-toggle span {
    background: #f6f4ed;
  }

  .site-nav,
  .header-plan {
    display: none;
  }

  .site-header.is-open .site-nav {
    position: absolute;
    top: 58px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 0;
    padding: 8px;
    border: 1px solid #253026;
    background: #050806;
  }

  .site-nav a {
    padding: 10px;
  }

  .hero,
  .hero-inner,
  .challenge,
  .challenge-inner,
  .products,
  .strategies,
  .strategy-inner,
  .applications,
  .contact {
    height: auto;
  }

  .hero {
    padding: 32px 0 44px;
    overflow: visible;
  }

  .hero::before {
    background: rgba(3, 6, 4, 0.72);
  }

  .hero-media {
    inset: 0;
    height: auto;
  }

  .hero-copy,
  .hero-copy p,
  .hero-features {
    width: auto;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-features {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 24px;
    padding-bottom: 8px;
  }

  body:not([data-page]) .hero-inner {
    gap: 18px;
    padding: 0;
  }

  body:not([data-page]) .hero-copy h1 {
    margin-bottom: 16px;
  }

  body:not([data-page]) .hero-copy p {
    margin-bottom: 0;
  }

  .challenge {
    padding: 80px 0 30px;
  }

  .challenge-copy,
  .challenge-diagram {
    position: static;
    width: 100%;
  }

  .challenge-diagram {
    height: auto;
    margin-top: 10px;
  }

  .products,
  .strategies,
  .applications,
  .contact,
  .site-footer {
    padding: 30px 0;
  }

  .section-title-row,
  .product-grid,
  .strategy-inner,
  .strategy-grid,
  .applications-inner,
  .performance-panel,
  .application-grid,
  .contact-inner,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .section-rule {
    display: none;
  }

  .product-grid {
    gap: 12px;
  }

  .product-card {
    width: 100%;
  }

  .strategy-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .contact-form {
    padding-left: 0;
    border-left: 0;
  }

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

  .upload-field {
    grid-column: 1;
  }
}

@media (max-width: 800px) {
  .product-card,
  .product-card--toplight,
  .product-card--undercanopy,
  .product-card--geniv,
  .product-card--veg330 {
    grid-template-rows: minmax(0, 1fr) 146px;
    height: auto;
    min-height: 0;
  }

  .product-copy,
  .product-card--toplight .product-copy,
  .product-card--undercanopy .product-copy,
  .product-card--geniv .product-copy,
  .product-card--veg330 .product-copy {
    max-width: 100%;
    padding: 20px 16px 6px;
  }

  .product-card h3 {
    width: 100%;
    min-height: 0;
    font-size: 22px;
    white-space: normal;
  }

  .product-card p {
    width: 100%;
    min-height: 0;
    font-size: 14px;
  }

  .product-card ul,
  .product-card .model {
    width: 100%;
    min-height: 0;
  }

  .product-card li {
    font-size: 12px;
  }

  .product-card .model,
  .product-card a {
    font-size: 13px;
  }

  .product-media {
    padding: 0 14px 14px;
  }

  .product-card img,
  .product-card--toplight img,
  .product-card--undercanopy img,
  .product-card--geniv img,
  .product-card--veg330 img {
    max-height: 128px;
  }

  .performance-panel h2 {
    width: auto;
    margin-bottom: 18px;
    font-size: 24px;
  }

  .metric-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .metric-item strong {
    font-size: 11px;
  }

  .application-card {
    height: 196px;
  }

  .application-card strong {
    font-size: 13px;
    line-height: 1.2;
    white-space: normal;
  }

  .contact-card {
    min-height: 0;
  }

  .contact-card .btn {
    height: auto;
    min-height: 44px;
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .hero-features,
  .metric-grid {
    grid-template-columns: 1fr;
  }
}
