.hxm-products {
  --hxm-night: #031b14;
  --hxm-deep: #073429;
  --hxm-panel: #0d4939;
  --hxm-paper: #edf2ef;
  --hxm-paper-strong: #dce8e1;
  --hxm-white: #f8fbf9;
  --hxm-ink: #10251d;
  --hxm-muted: #557167;
  --hxm-mint: #d2f2df;
  --hxm-green: #2c986d;
  --hxm-gold: #b89455;
  --hxm-line: rgba(16, 37, 29, 0.17);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: var(--hxm-paper);
  color: var(--hxm-ink);
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  isolation: isolate;
}

.hxm-products,
.hxm-products * {
  box-sizing: border-box;
}

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

.hxm-products a {
  color: inherit;
}

.hxm-products h1,
.hxm-products h2,
.hxm-products h3,
.hxm-products h4,
.hxm-products p,
.hxm-products figure,
.hxm-products dl,
.hxm-products dd {
  margin: 0;
}

.hxm-products h1,
.hxm-products h2,
.hxm-products h3,
.hxm-products h4 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hxm-products button,
.hxm-products summary {
  font: inherit;
}

.hxm-products button {
  color: inherit;
}

.hxm-products :focus-visible {
  outline: 3px solid var(--hxm-gold);
  outline-offset: 3px;
}

.hxm-products .hxm-shell {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.hxm-products .hxm-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  min-height: 620px;
  background: var(--hxm-night);
  color: var(--hxm-white);
}

.hxm-products .hxm-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 60px 80px 8%;
}

.hxm-products .hxm-hero-title {
  max-width: 630px;
  font-size: 64px;
  line-height: 0.99;
}

.hxm-products .hxm-hero-lead {
  max-width: 510px;
  margin-top: 28px;
  color: #c2d5cc;
  font-size: 18px;
}

.hxm-products .hxm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hxm-products .hxm-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hxm-products .hxm-button-primary {
  background: var(--hxm-mint);
  color: #09291e;
}

.hxm-products .hxm-button-primary:hover {
  background: #bde8cf;
}

.hxm-products .hxm-button-secondary {
  border-color: rgba(210, 242, 223, 0.48);
  color: var(--hxm-white);
}

.hxm-products .hxm-button-secondary:hover {
  border-color: var(--hxm-mint);
  color: var(--hxm-mint);
}

.hxm-products .hxm-hero-media {
  position: relative;
  min-width: 0;
  min-height: 620px;
  overflow: hidden;
  background: var(--hxm-deep);
}

.hxm-products .hxm-hero-media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(115deg, rgba(3, 27, 20, 0.13), transparent 44%);
  content: "";
  pointer-events: none;
}

.hxm-products .hxm-hero-product {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #f6f8f7;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.hxm-products .hxm-hero-product img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hxm-products .hxm-hero-product-main {
  top: 11%;
  right: 8%;
  width: 72%;
  height: 56%;
}

.hxm-products .hxm-hero-product-secondary {
  right: 42%;
  bottom: 7%;
  width: 48%;
  height: 31%;
  border: 8px solid var(--hxm-deep);
}

.hxm-products .hxm-hero-product-secondary img {
  object-fit: cover;
}

.hxm-products .hxm-hero-note {
  position: absolute;
  right: 8%;
  bottom: 8%;
  width: 28%;
  color: #b7cbc1;
  font-size: 13px;
}

.hxm-products .hxm-application-section {
  padding: 104px 0 112px;
  background: var(--hxm-paper);
}

.hxm-products .hxm-section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.hxm-products .hxm-section-heading-compact {
  margin-bottom: 56px;
}

.hxm-products .hxm-section-heading h2,
.hxm-products .hxm-evidence-copy h2,
.hxm-products .hxm-inquiry-section h2 {
  max-width: 760px;
  font-size: 48px;
  line-height: 1.05;
}

.hxm-products .hxm-section-heading p {
  max-width: 650px;
  margin-top: 18px;
  color: var(--hxm-muted);
  font-size: 17px;
}

.hxm-products .hxm-application-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.hxm-products .hxm-application-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.hxm-products .hxm-application-tab {
  width: 100%;
  min-height: 72px;
  padding: 15px 16px;
  border: 1px solid var(--hxm-line);
  border-radius: 4px;
  background: transparent;
  color: var(--hxm-muted);
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.hxm-products .hxm-application-tab:hover,
.hxm-products .hxm-application-tab.hxm-is-active {
  background: var(--hxm-paper-strong);
  color: var(--hxm-ink);
}

.hxm-products .hxm-application-tab.hxm-is-active {
  font-weight: 700;
}

.hxm-products .hxm-application-result {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  min-height: 540px;
  overflow: hidden;
  background: var(--hxm-deep);
  color: var(--hxm-white);
}

.hxm-products .hxm-application-image {
  position: relative;
  min-width: 0;
  min-height: 540px;
  overflow: hidden;
  background: #f4f6f5;
}

.hxm-products .hxm-application-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 160ms ease;
}

.hxm-products .hxm-application-image img[data-hxm-fit="contain"] {
  object-fit: contain;
}

.hxm-products .hxm-application-image img[data-hxm-scale="compact"] {
  box-sizing: border-box;
  padding: 38px 72px;
}

.hxm-products .hxm-application-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}

.hxm-products .hxm-application-label {
  margin-bottom: 16px;
  color: #81d6a8;
  font-size: 13px;
  font-weight: 700;
}

.hxm-products .hxm-application-copy h3 {
  font-size: 35px;
  line-height: 1.1;
}

.hxm-products .hxm-application-copy > p:not(.hxm-application-label) {
  margin-top: 18px;
  color: #c0d2c8;
}

.hxm-products .hxm-selection-list {
  margin-top: 30px;
}

.hxm-products .hxm-selection-list div {
  padding: 14px 0;
  border-top: 1px solid rgba(210, 242, 223, 0.18);
}

.hxm-products .hxm-selection-list dt {
  color: #9ab4a7;
  font-size: 12px;
}

.hxm-products .hxm-selection-list dd {
  margin-top: 4px;
  color: var(--hxm-white);
  font-size: 14px;
}

.hxm-products .hxm-text-link,
.hxm-products .hxm-solar-card a,
.hxm-products .hxm-category-copy a,
.hxm-products .hxm-model-copy details a,
.hxm-products .hxm-email-link {
  display: inline-flex;
  width: fit-content;
  color: #2c7c60;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  text-underline-offset: 4px;
}

.hxm-products .hxm-text-link {
  margin-top: 4px;
  color: var(--hxm-mint);
}

.hxm-products .hxm-systems-section {
  padding: 112px 0 124px;
  background: var(--hxm-white);
}

.hxm-products .hxm-system + .hxm-system {
  margin-top: 112px;
}

.hxm-products .hxm-system-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--hxm-line);
}

.hxm-products .hxm-system-header h3 {
  max-width: 720px;
  font-size: 37px;
  line-height: 1.1;
}

.hxm-products .hxm-system-header span {
  flex: 0 0 auto;
  color: var(--hxm-muted);
  font-size: 13px;
  font-weight: 700;
}

.hxm-products .hxm-solar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 28px;
}

.hxm-products .hxm-solar-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-width: 0;
  min-height: 460px;
  overflow: hidden;
  background: var(--hxm-paper);
  border: 1px solid rgba(16, 37, 29, 0.12);
  border-radius: 4px;
}

.hxm-products .hxm-solar-card > img {
  min-width: 0;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.hxm-products .hxm-solar-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
}

.hxm-products .hxm-solar-card h4,
.hxm-products .hxm-category-copy h4 {
  font-size: 29px;
  line-height: 1.1;
}

.hxm-products .hxm-solar-card p,
.hxm-products .hxm-category-copy p {
  margin: 13px 0 25px;
  color: var(--hxm-muted);
  font-size: 14px;
}

.hxm-products .hxm-solar-card-dark {
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1.36fr);
  min-height: 420px;
  background: var(--hxm-deep);
  color: var(--hxm-white);
  border-color: rgba(210, 242, 223, 0.15);
}

.hxm-products .hxm-solar-card-media {
  display: grid;
  order: 1;
  min-width: 0;
  min-height: 420px;
  place-items: center;
  padding: 36px;
  background: #f5f7f6;
}

.hxm-products .hxm-solar-card-media img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  min-height: 0;
  object-fit: contain;
}

.hxm-products .hxm-solar-card-dark .hxm-solar-card-copy {
  order: 2;
  justify-content: center;
  padding: 48px 56px;
}

.hxm-products .hxm-solar-card-dark p {
  color: #b3c8be;
}

.hxm-products .hxm-solar-card-details {
  display: grid;
  margin: 0 0 26px;
  border-top: 1px solid rgba(210, 242, 223, 0.16);
}

.hxm-products .hxm-solar-card-details div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(210, 242, 223, 0.16);
}

.hxm-products .hxm-solar-card-details dt {
  color: #91aa9f;
  font-size: 12px;
  font-weight: 700;
}

.hxm-products .hxm-solar-card-details dd {
  margin: 0;
  color: var(--hxm-white);
  font-size: 14px;
}

.hxm-products .hxm-solar-card-dark a,
.hxm-products .hxm-category-dark a {
  color: var(--hxm-mint);
}

.hxm-products .hxm-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.hxm-products .hxm-category {
  display: grid;
  grid-column: auto;
  grid-template-columns: 1fr;
  min-width: 0;
  overflow: hidden;
  background: var(--hxm-paper);
  border: 1px solid rgba(16, 37, 29, 0.12);
  border-radius: 4px;
}

.hxm-products .hxm-category-wide {
  grid-column: auto;
  grid-template-columns: 1fr;
}

.hxm-products .hxm-category-tall {
  grid-column: auto;
}

.hxm-products .hxm-category-data {
  grid-column: auto;
  grid-template-columns: 1fr;
}

.hxm-products .hxm-category-reverse {
  grid-column: 1 / -1;
  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
}

.hxm-products .hxm-category-reverse .hxm-category-media {
  order: 2;
}

.hxm-products .hxm-category-media {
  position: relative;
  min-width: 0;
  min-height: 300px;
  overflow: hidden;
  background: var(--hxm-panel);
}

.hxm-products .hxm-category-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hxm-products .hxm-category-media-paper {
  background: #e4ede8;
}

.hxm-products .hxm-category-media-paper img {
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hxm-products .hxm-category-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: 30px;
}

.hxm-products .hxm-category-dark {
  background: var(--hxm-deep);
  color: var(--hxm-white);
  border-color: rgba(210, 242, 223, 0.15);
}

.hxm-products .hxm-category-dark .hxm-category-copy p {
  color: #b3c8be;
}

.hxm-products .hxm-models-section {
  padding: 112px 0 124px;
  background: var(--hxm-paper);
}

.hxm-products .hxm-model-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.hxm-products .hxm-model-filter {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(16, 37, 29, 0.2);
  border-radius: 4px;
  background: transparent;
  color: var(--hxm-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hxm-products .hxm-model-filter:hover,
.hxm-products .hxm-model-filter.hxm-is-active {
  border-color: var(--hxm-deep);
  background: var(--hxm-deep);
  color: var(--hxm-mint);
}

.hxm-products .hxm-model-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 16px;
}

.hxm-products .hxm-model-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--hxm-white);
  border: 1px solid rgba(16, 37, 29, 0.14);
  border-radius: 4px;
}

.hxm-products .hxm-model-card-dark {
  background: var(--hxm-deep);
  color: var(--hxm-white);
  border-color: rgba(210, 242, 223, 0.15);
}

.hxm-products .hxm-model-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  background: #e8efeb;
}

.hxm-products .hxm-model-card-dark .hxm-model-media {
  background: var(--hxm-panel);
}

.hxm-products .hxm-model-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hxm-products .hxm-model-media-paper img {
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hxm-products .hxm-model-media-courtyard img {
  object-position: center 14%;
}

.hxm-products .hxm-model-copy {
  display: flex;
  min-height: 295px;
  flex-direction: column;
  padding: 23px;
}

.hxm-products .hxm-model-copy > p:first-child {
  margin-bottom: 10px;
  color: #267957;
  font-size: 12px;
  font-weight: 700;
}

.hxm-products .hxm-model-card-dark .hxm-model-copy > p:first-child {
  color: #8ed8ae;
}

.hxm-products .hxm-model-copy h3 {
  font-size: 27px;
  line-height: 1.08;
}

.hxm-products .hxm-model-summary {
  margin-top: 14px;
  color: var(--hxm-muted);
  font-size: 13px;
}

.hxm-products .hxm-model-card-dark .hxm-model-summary {
  color: #b3c8be;
}

.hxm-products .hxm-model-copy details {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--hxm-line);
}

.hxm-products .hxm-model-card-dark .hxm-model-copy details {
  border-color: rgba(210, 242, 223, 0.17);
}

.hxm-products .hxm-model-copy summary {
  color: #267957;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.hxm-products .hxm-model-card-dark .hxm-model-copy summary {
  color: var(--hxm-mint);
}

.hxm-products .hxm-model-copy details dl {
  margin: 14px 0 12px;
}

.hxm-products .hxm-model-copy details dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid rgba(16, 37, 29, 0.1);
}

.hxm-products .hxm-model-card-dark .hxm-model-copy details dl div {
  border-color: rgba(210, 242, 223, 0.12);
}

.hxm-products .hxm-model-copy details dt {
  color: var(--hxm-muted);
  font-size: 11px;
}

.hxm-products .hxm-model-card-dark .hxm-model-copy details dt {
  color: #a0b8ad;
}

.hxm-products .hxm-model-copy details dd {
  font-size: 12px;
  overflow-wrap: anywhere;
}

.hxm-products .hxm-model-copy details a {
  color: #267957;
}

.hxm-products .hxm-model-card-dark .hxm-model-copy details a {
  color: var(--hxm-mint);
}

.hxm-products [hidden] {
  display: none !important;
}

.hxm-products .hxm-model-note {
  max-width: 760px;
  margin-top: 30px;
  color: var(--hxm-muted);
  font-size: 13px;
}

.hxm-products .hxm-evidence-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  min-height: 640px;
  background: var(--hxm-deep);
  color: var(--hxm-white);
}

.hxm-products .hxm-evidence-image {
  position: relative;
  min-width: 0;
  min-height: 640px;
  overflow: hidden;
}

.hxm-products .hxm-evidence-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hxm-products .hxm-evidence-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 8%;
}

.hxm-products .hxm-evidence-copy > p {
  max-width: 560px;
  margin-top: 20px;
  color: #c0d2c8;
}

.hxm-products .hxm-evidence-list {
  margin-top: 36px;
}

.hxm-products .hxm-evidence-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 17px 0;
  border-top: 1px solid rgba(210, 242, 223, 0.17);
}

.hxm-products .hxm-evidence-list dt {
  color: var(--hxm-white);
  font-size: 13px;
  font-weight: 700;
}

.hxm-products .hxm-evidence-list dd {
  color: #b3c8be;
  font-size: 13px;
}

.hxm-products .hxm-inquiry-section {
  padding: 88px 0;
  background: var(--hxm-mint);
}

.hxm-products .hxm-inquiry-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.hxm-products .hxm-inquiry-section h2 {
  max-width: 720px;
  color: var(--hxm-ink);
}

.hxm-products .hxm-inquiry-section p {
  max-width: 620px;
  margin-top: 18px;
  color: #295d4c;
}

.hxm-products .hxm-inquiry-actions {
  display: flex;
  min-width: 205px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.hxm-products .hxm-button-dark {
  background: var(--hxm-night);
  color: var(--hxm-white);
}

.hxm-products .hxm-button-dark:hover {
  background: var(--hxm-deep);
}

.hxm-products .hxm-email-link {
  color: #1e5d49;
}

@media (max-width: 1120px) {
  .hxm-products .hxm-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  }

  .hxm-products .hxm-hero-copy {
    padding-right: 42px;
  }

  .hxm-products .hxm-hero-title {
    font-size: 56px;
  }

  .hxm-products .hxm-solar-grid {
    grid-template-columns: 1fr;
  }

  .hxm-products .hxm-category,
  .hxm-products .hxm-category-wide,
  .hxm-products .hxm-category-tall,
  .hxm-products .hxm-category-data {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .hxm-products .hxm-category-reverse {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .hxm-products .hxm-category-reverse .hxm-category-media {
    order: 0;
  }

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

  .hxm-products .hxm-evidence-section {
    grid-template-columns: 1fr;
  }

  .hxm-products .hxm-evidence-image {
    min-height: 460px;
  }

  .hxm-products .hxm-inquiry-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 820px) {
  .hxm-products .hxm-shell {
    width: min(100% - 40px, 1220px);
  }

  .hxm-products .hxm-hero {
    grid-template-columns: 1fr;
  }

  .hxm-products .hxm-hero-copy {
    min-height: 520px;
    padding: 72px 40px 58px;
  }

  .hxm-products .hxm-hero-media {
    min-height: 500px;
  }

  .hxm-products .hxm-application-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hxm-products .hxm-application-result {
    grid-template-columns: 1fr;
  }

  .hxm-products .hxm-application-image {
    min-height: 380px;
  }

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

  .hxm-products .hxm-solar-card,
  .hxm-products .hxm-solar-card-dark {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hxm-products .hxm-solar-card > img {
    order: 0;
    height: 380px;
    min-height: 0;
  }

  .hxm-products .hxm-solar-card-media {
    order: 0;
    min-height: 340px;
    padding: 30px;
  }

  .hxm-products .hxm-solar-card-media img {
    height: 280px;
    max-height: 280px;
  }

  .hxm-products .hxm-solar-card-copy,
  .hxm-products .hxm-solar-card-dark .hxm-solar-card-copy {
    order: 0;
    padding: 36px 32px 40px;
  }
}

@media (max-width: 620px) {
  .hxm-products .hxm-shell {
    width: min(100% - 32px, 1220px);
  }

  .hxm-products .hxm-hero-copy {
    min-height: 470px;
    padding: 62px 22px 50px;
  }

  .hxm-products .hxm-hero-title {
    font-size: 44px;
  }

  .hxm-products .hxm-hero-lead {
    font-size: 16px;
  }

  .hxm-products .hxm-hero-media {
    min-height: 440px;
  }

  .hxm-products .hxm-hero-product-main {
    top: 10%;
    right: 5%;
    width: 83%;
    height: 52%;
  }

  .hxm-products .hxm-hero-product-secondary {
    right: 37%;
    bottom: 7%;
    width: 58%;
    height: 31%;
  }

  .hxm-products .hxm-hero-note {
    right: 5%;
    width: 30%;
    font-size: 11px;
  }

  .hxm-products .hxm-application-section,
  .hxm-products .hxm-systems-section,
  .hxm-products .hxm-models-section {
    padding: 78px 0 84px;
  }

  .hxm-products .hxm-section-heading,
  .hxm-products .hxm-section-heading-compact {
    margin-bottom: 34px;
  }

  .hxm-products .hxm-section-heading h2,
  .hxm-products .hxm-evidence-copy h2,
  .hxm-products .hxm-inquiry-section h2 {
    font-size: 38px;
  }

  .hxm-products .hxm-section-heading p {
    font-size: 16px;
  }

  .hxm-products .hxm-application-tabs {
    grid-template-columns: 1fr;
  }

  .hxm-products .hxm-application-tab {
    min-height: 58px;
  }

  .hxm-products .hxm-application-image {
    min-height: 280px;
  }

  .hxm-products .hxm-application-image img[data-hxm-scale="compact"] {
    padding: 26px 32px;
  }

  .hxm-products .hxm-application-copy {
    padding: 30px 24px 36px;
  }

  .hxm-products .hxm-application-copy h3 {
    font-size: 29px;
  }

  .hxm-products .hxm-system + .hxm-system {
    margin-top: 76px;
  }

  .hxm-products .hxm-system-header {
    display: block;
  }

  .hxm-products .hxm-system-header h3 {
    font-size: 31px;
  }

  .hxm-products .hxm-system-header span {
    display: block;
    margin-top: 14px;
  }

  .hxm-products .hxm-solar-card > img {
    height: 320px;
  }

  .hxm-products .hxm-solar-card-media {
    min-height: 300px;
    padding: 26px 24px;
  }

  .hxm-products .hxm-solar-card-media img {
    height: 240px;
    max-height: 240px;
  }

  .hxm-products .hxm-solar-card-copy,
  .hxm-products .hxm-solar-card-dark .hxm-solar-card-copy {
    padding: 30px 24px 34px;
  }

  .hxm-products .hxm-solar-card-details div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hxm-products .hxm-category-grid {
    grid-template-columns: 1fr;
  }

  .hxm-products .hxm-category,
  .hxm-products .hxm-category-wide,
  .hxm-products .hxm-category-tall,
  .hxm-products .hxm-category-data {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .hxm-products .hxm-category-media {
    min-height: 260px;
  }

  .hxm-products .hxm-model-filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-color: #719588 transparent;
    scrollbar-width: thin;
  }

  .hxm-products .hxm-model-filter {
    flex: 0 0 auto;
  }

  .hxm-products .hxm-model-grid {
    grid-template-columns: 1fr;
  }

  .hxm-products .hxm-model-copy {
    min-height: 0;
  }

  .hxm-products .hxm-evidence-image {
    min-height: 360px;
  }

  .hxm-products .hxm-evidence-copy {
    padding: 72px 22px 80px;
  }

  .hxm-products .hxm-evidence-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hxm-products .hxm-inquiry-section {
    padding: 72px 0;
  }

  .hxm-products .hxm-inquiry-actions {
    width: 100%;
  }

  .hxm-products .hxm-inquiry-actions .hxm-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hxm-products *,
  .hxm-products *::before,
  .hxm-products *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
  }
}
