.commercial-product {
  --commercial-green-deep: #0a241b;
  --commercial-green: #164638;
  --commercial-green-soft: #dfece6;
  --commercial-mint: #a4ddce;
  --commercial-cream: #f3f0e7;
  --commercial-paper: #fbfaf6;
  --commercial-ink: #10261f;
  --commercial-muted: #5d6d66;
  color: var(--commercial-ink);
  background: var(--commercial-cream);
  overflow: clip;
}

.commercial-section { padding-block: clamp(76px, 8vw, 116px); }
.commercial-product h1,
.commercial-product h2,
.commercial-product h3 { text-wrap: balance; }
.commercial-product button { font-family: inherit; }
.commercial-product a:focus-visible,
.commercial-product button:focus-visible { outline: 3px solid var(--commercial-mint); outline-offset: 4px; }

.commercial-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background-color: var(--commercial-green-deep);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.commercial-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 74% 40%, rgba(164, 221, 206, .06), transparent 0 31%);
  pointer-events: none;
}
.commercial-hero__breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 9px;
  padding-top: 108px;
  color: rgba(255, 255, 255, .62);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.commercial-hero__breadcrumb a { color: #fff; text-decoration: none; }
.commercial-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 500px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  padding-block: 35px 82px;
}
.commercial-hero__copy { max-width: 690px; }
.commercial-hero h1 {
  max-width: 680px;
  margin: 14px 0 18px;
  font-size: clamp(3.35rem, 5.5vw, 5.35rem);
  font-weight: 600;
  letter-spacing: -.068em;
  line-height: .9;
}
.commercial-hero__headline {
  max-width: 610px;
  margin: 0 0 15px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.05vw, 2rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.12;
}
.commercial-hero__intro { max-width: 560px; margin: 0; color: #c9d9d2; font-size: .95rem; line-height: 1.62; }
.commercial-hero__actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }
.commercial-button { min-height: 49px; padding-inline: 20px; }
.commercial-button--light { color: var(--commercial-green-deep); border-color: #fff; background: #fff; }
.commercial-button--light:hover { color: #fff; background: transparent; }
.commercial-text-link { color: #fff; font-size: .75rem; font-weight: 700; text-decoration: none; }
.commercial-hero__visual {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
}
.commercial-hero__visual img {
  width: min(78%, 310px);
  height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 30px 24px rgba(0, 0, 0, .3));
  transform: rotate(1deg);
}
.commercial-hero__facts-wrap { position: relative; z-index: 3; margin-top: -50px; }
.commercial-hero__facts {
  display: grid;
  max-width: 830px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  color: var(--commercial-ink);
  background: var(--commercial-paper);
  box-shadow: 0 24px 60px rgba(4, 21, 15, .16);
}
.commercial-hero__facts--2 { max-width: 560px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.commercial-hero__facts--1 { max-width: 300px; grid-template-columns: 1fr; }
.commercial-hero__facts > div { min-height: 100px; padding: 22px 25px; border-right: 1px solid #d6ddd8; }
.commercial-hero__facts > div:last-child { border-right: 0; }
.commercial-hero__facts dt { margin-bottom: 8px; color: var(--commercial-muted); font-size: .59rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.commercial-hero__facts dd { margin: 0; font-family: var(--display); font-size: clamp(1.25rem, 1.8vw, 1.65rem); font-weight: 600; letter-spacing: -.035em; }

.commercial-intro { padding-top: clamp(120px, 12vw, 170px); }
.commercial-intro__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); gap: clamp(65px, 11vw, 170px); align-items: start; }
.commercial-intro h2 { max-width: 700px; margin: 0; font-size: clamp(2.45rem, 4vw, 4.15rem); letter-spacing: -.057em; line-height: .98; }
.commercial-intro__body { max-width: 520px; padding-top: 22px; }
.commercial-intro__body p { margin: 0 0 17px; color: var(--commercial-muted); font-size: .95rem; line-height: 1.68; }
.commercial-intro__body a { display: inline-flex; gap: 9px; margin-top: 15px; color: var(--commercial-green); font-size: .72rem; font-weight: 700; text-decoration: none; }

.commercial-differentials { padding-top: 0; background: var(--commercial-cream); }
.commercial-differentials__heading { display: grid; max-width: 760px; gap: 10px; margin-bottom: 34px; }
.commercial-differentials__heading h2 { margin: 0; font-size: clamp(2rem, 3.25vw, 3.25rem); letter-spacing: -.052em; line-height: 1; }
.commercial-differentials__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #cbd4ce; border-left: 1px solid #cbd4ce; }
.commercial-differentials__grid article { min-height: 155px; padding: 24px; border-right: 1px solid #cbd4ce; border-bottom: 1px solid #cbd4ce; background: rgba(255, 255, 255, .28); }
.commercial-differentials__grid span { display: block; margin-bottom: 9px; color: var(--commercial-green); font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.commercial-differentials__grid h3 { margin: 0; font-size: clamp(1.25rem, 1.7vw, 1.65rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.12; }
.commercial-differentials__grid p { margin: 12px 0 0; color: var(--commercial-muted); font-size: .8rem; line-height: 1.55; }

.commercial-applications { color: #fff; background: var(--commercial-green-deep); }
.commercial-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr); gap: clamp(50px, 9vw, 140px); align-items: end; margin-bottom: 42px; }
.commercial-section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(2.35rem, 3.8vw, 3.95rem); letter-spacing: -.055em; line-height: 1; }
.commercial-section-heading > p { max-width: 410px; margin: 0 0 4px; color: #bed0c9; font-size: .87rem; line-height: 1.6; }
.commercial-applications__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.commercial-applications__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.commercial-applications__grid--1 { grid-template-columns: minmax(0, 680px); }
.commercial-application { display: flex; min-height: 440px; flex-direction: column; border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .035); }
.commercial-application__image { height: 205px; overflow: hidden; }
.commercial-application__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.commercial-application:hover .commercial-application__image img { transform: scale(1.025); }
.commercial-application__content { display: flex; flex: 1; flex-direction: column; padding: 27px 25px 24px; }
.commercial-application__label { margin: 0 0 35px; color: var(--commercial-mint); font-size: .58rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.commercial-application h3 { margin: 0 0 15px; font-size: clamp(1.75rem, 2.35vw, 2.45rem); font-weight: 600; letter-spacing: -.045em; line-height: 1; }
.commercial-application__content > p:not(.commercial-application__label) { margin: 0 0 13px; color: #c8d8d2; font-size: .82rem; line-height: 1.58; }
.commercial-application__support { padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .13); }
.commercial-application button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding: 16px 0 0; color: #fff; border: 0; border-top: 1px solid rgba(255, 255, 255, .18); background: transparent; font-size: .68rem; font-weight: 700; text-align: left; cursor: pointer; }

.commercial-data { background: var(--commercial-paper); }
.commercial-section-heading--dark > p { color: var(--commercial-muted); }
.commercial-data__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .53fr); gap: 18px; align-items: start; }
.commercial-data__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid #d2d9d4; border-left: 1px solid #d2d9d4; }
.commercial-data__facts > div { min-height: 120px; padding: 24px; border-right: 1px solid #d2d9d4; border-bottom: 1px solid #d2d9d4; }
.commercial-data dt,
.commercial-presentation dt { margin-bottom: 9px; color: var(--commercial-muted); font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.commercial-data dd { margin: 0; font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.commercial-presentations { padding: 28px; color: #fff; background: var(--commercial-green); }
.commercial-presentations__eyebrow { margin: 0 0 24px; color: var(--commercial-mint); font-size: .59rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.commercial-presentation { margin: 0; border-top: 1px solid rgba(255, 255, 255, .18); }
.commercial-presentation + .commercial-presentation { margin-top: 24px; }
.commercial-presentation > div { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.commercial-presentation dt { margin: 0; color: #bad2c8; }
.commercial-presentation dd { font-size: .86rem; text-align: right; }

.commercial-documents { color: #fff; background: #19352c; }
.commercial-documents__layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .75fr); gap: clamp(65px, 11vw, 165px); align-items: center; }
.commercial-documents h2 { max-width: 630px; margin: 0 0 18px; font-size: clamp(2.35rem, 3.8vw, 3.95rem); letter-spacing: -.057em; line-height: 1; }
.commercial-documents__layout > div:first-child > p:last-child { max-width: 560px; color: #bfd0c9; font-size: .9rem; line-height: 1.62; }
.commercial-documents__actions > p { max-width: 410px; margin: 0 0 24px; color: #d5e0dc; font-family: var(--display); font-size: 1.45rem; letter-spacing: -.03em; line-height: 1.2; }
.commercial-documents__actions ul { margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .2); list-style: none; }
.commercial-documents__actions li { border-bottom: 1px solid rgba(255, 255, 255, .2); }
.commercial-documents__actions a,
.commercial-documents__actions li button { display: flex; width: 100%; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; padding: 0; color: #fff; border: 0; background: transparent; font-size: .78rem; font-weight: 700; text-align: left; text-decoration: none; cursor: pointer; }
.commercial-button--outline { color: #fff; border-color: rgba(255, 255, 255, .42); background: transparent; }
.commercial-button--outline:hover { color: var(--commercial-green-deep); background: #fff; }

.commercial-value { background: var(--commercial-cream); }
.commercial-value__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); gap: clamp(55px, 9vw, 135px); align-items: end; margin-bottom: 45px; }
.commercial-value h2 { max-width: 760px; margin: 0; font-size: clamp(2.35rem, 3.7vw, 3.85rem); letter-spacing: -.055em; line-height: 1; }
.commercial-value__intro > p { max-width: 450px; margin: 0 0 4px; color: var(--commercial-muted); font-size: .88rem; line-height: 1.62; }
.commercial-value__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #ccd5cf; }
.commercial-value__grid article { min-height: 215px; padding: 28px 30px 20px 0; border-right: 1px solid #ccd5cf; }
.commercial-value__grid article + article { padding-left: 30px; }
.commercial-value__grid article:last-child { border-right: 0; }
.commercial-value__grid h3 { margin: 0 0 17px; color: var(--commercial-green); font-size: 1.65rem; font-weight: 600; letter-spacing: -.04em; }
.commercial-value__grid p { max-width: 330px; margin: 0; color: var(--commercial-muted); font-size: .83rem; line-height: 1.6; }

.commercial-cta { color: #fff; background: var(--commercial-green); }
.commercial-cta__layout { display: grid; grid-template-columns: .26fr minmax(0, 1fr) auto; gap: 42px; align-items: center; padding-block: clamp(68px, 7.5vw, 102px); }
.commercial-cta h2 { max-width: 720px; margin: 0 0 15px; font-size: clamp(2.25rem, 3.55vw, 3.8rem); letter-spacing: -.057em; line-height: 1; }
.commercial-cta__layout > div > p { max-width: 660px; margin: 0; color: #c8dbd3; font-size: .87rem; line-height: 1.6; }

.commercial-related { background: var(--commercial-paper); }
.commercial-related__heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.commercial-related h2 { margin: 0; font-size: clamp(2.2rem, 3.25vw, 3.5rem); letter-spacing: -.052em; }
.commercial-related__heading > a { padding-bottom: 7px; color: var(--commercial-green); font-size: .72rem; font-weight: 700; text-decoration: none; }
.commercial-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.commercial-related-card { display: grid; min-width: 0; color: var(--commercial-ink); background: #fff; text-decoration: none; }
.commercial-related-card__visual { display: grid; min-height: 220px; place-items: center; overflow: hidden; background: linear-gradient(145deg, #163a34, #5a8278); }
.commercial-related-card__visual img { width: 62%; height: 205px; object-fit: contain; filter: drop-shadow(0 18px 13px rgba(0, 0, 0, .22)); transition: transform .28s ease; }
.commercial-related-card:hover .commercial-related-card__visual img { transform: translateY(-4px) rotate(1.5deg); }
.commercial-related-card__copy { display: flex; min-height: 205px; flex-direction: column; padding: 25px 24px 21px; }
.commercial-related-card__copy small { margin-bottom: 10px; color: var(--commercial-green); font-size: .58rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.commercial-related-card__copy strong { max-width: 280px; font-family: var(--display); font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 600; letter-spacing: -.043em; line-height: 1.04; }
.commercial-related-card__copy em { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 15px; border-top: 1px solid #d8ddd9; color: var(--commercial-muted); font-size: .65rem; font-style: normal; font-weight: 700; }
.commercial-related-card__copy b { color: var(--commercial-green); font-size: .9rem; }

@media (max-width: 1024px) {
  .commercial-hero__layout { grid-template-columns: minmax(0, 1fr) 350px; gap: 42px; }
  .commercial-hero__visual { min-height: 440px; }
  .commercial-hero__visual img { width: min(78%, 285px); height: 420px; }
  .commercial-section-heading { grid-template-columns: minmax(0, 1fr) minmax(240px, .48fr); gap: 45px; }
  .commercial-data__layout { grid-template-columns: minmax(0, 1fr) 320px; }
  .commercial-cta__layout { grid-template-columns: 1fr; gap: 22px; }
  .commercial-cta .commercial-button { justify-self: start; }
}

@media (max-width: 780px) {
  .commercial-hero { min-height: auto; }
  .commercial-hero__breadcrumb { padding-top: 94px; }
  .commercial-hero__layout,
  .commercial-intro__layout,
  .commercial-section-heading,
  .commercial-data__layout,
  .commercial-documents__layout,
  .commercial-value__intro { grid-template-columns: 1fr; }
  .commercial-hero__layout { gap: 18px; padding-block: 42px 78px; }
  .commercial-hero__visual { min-height: 410px; }
  .commercial-hero__visual img { width: min(78%, 260px); height: 390px; }
  .commercial-intro__layout,
  .commercial-documents__layout { gap: 40px; }
  .commercial-section-heading,
  .commercial-value__intro { gap: 20px; }
  .commercial-applications__grid,
	.commercial-applications__grid--2,
	.commercial-applications__grid--1,
	.commercial-differentials__grid,
  .commercial-related__grid { grid-template-columns: 1fr; }
  .commercial-application { min-height: 350px; }
  .commercial-value__grid { grid-template-columns: 1fr; }
  .commercial-value__grid article,
  .commercial-value__grid article + article { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid #ccd5cf; }
  .commercial-related-card { grid-template-columns: 190px 1fr; }
  .commercial-related-card__visual { min-height: 220px; }
  .commercial-related-card__copy { min-height: 220px; }
  .commercial-related__heading { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .commercial-section { padding-block: 68px; }
  .commercial-hero h1 { font-size: clamp(2.75rem, 13vw, 3.8rem); }
  .commercial-hero__headline { font-size: 1.32rem; }
  .commercial-hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .commercial-hero__visual { min-height: 390px; }
  .commercial-hero__visual img { width: min(78%, 245px); height: 370px; }
  .commercial-hero__facts-wrap { margin-top: -42px; }
  .commercial-hero__facts { grid-template-columns: 1fr; }
  .commercial-hero__facts > div { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border-right: 0; border-bottom: 1px solid #d6ddd8; }
  .commercial-hero__facts > div:last-child { border-bottom: 0; }
  .commercial-hero__facts dt { margin: 0; }
  .commercial-intro { padding-top: 105px; }
  .commercial-data__facts { grid-template-columns: 1fr; }
  .commercial-data__facts > div { min-height: 95px; }
  .commercial-presentations { padding: 24px 20px; }
  .commercial-presentation > div { align-items: flex-start; flex-direction: column; gap: 5px; justify-content: center; padding-block: 12px; }
  .commercial-presentation dd { text-align: left; }
  .commercial-related-card { grid-template-columns: 135px minmax(0, 1fr); }
  .commercial-related-card__visual,
  .commercial-related-card__copy { min-height: 205px; }
  .commercial-related-card__visual img { width: 78%; height: 170px; }
  .commercial-related-card__copy { padding: 22px 18px 18px; }
  .commercial-related-card__copy strong { font-size: 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  .commercial-application__image img,
  .commercial-related-card__visual img { transition: none; }
}
