:root {
  --he-ink: #07152b;
  --he-text: #334155;
  --he-muted: #5f6f85;
  --he-bg: #ffffff;
  --he-soft: #f5f6f8;
  --he-accent: #6054ba;
  --he-container: 1280px;
  --he-section: 60px;
  --he-site-header-height: clamp(54px, 4.65vw, 85px);
}

.he-page,
.he-page * {
  box-sizing: border-box;
}

body.page-template-page-templateshoenergy-php #main > .wf-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-template-page-templateshoenergy-php #main > .wf-wrap > .wf-container-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.he-page {
  margin: 0;
  overflow: hidden;
  background: var(--he-bg);
  color: var(--he-ink);
  font: var(--the7-base-font-big, normal 400 16px/1.6 Arial, Helvetica, sans-serif);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.he-container {
  width: min(calc(100% - 48px), var(--he-container));
  margin-inline: auto;
}

.he-section {
  padding-block: var(--he-section);
}

.he-section--overview {
  background: var(--he-soft);
}

.he-section--representative {
  background: #ffffff;
}

.he-section--directions {
  background: #ffffff;
  padding-top: 0;
}

.he-section--applications {
  background: var(--he-soft);
}

.he-section--product {
  background: #ffffff;
}

.he-section--recognition {
  background: var(--he-soft);
}

.he-section--support {
  background: var(--he-soft);
  padding-top: 0;
}

.he-section--maintenance {
  background: #ffffff;
}

.he-section--gallery {
  background: #ffffff;
}

.he-section-head {
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: clamp(34px, 4.4vw, 56px);
  text-align: center;
}

.he-section-head h2 {
  margin: 0 0 18px;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 36px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.he-section-head p {
  max-width: 920px;
  margin: 0 auto;
  color: var(--he-muted);
  font-size: 16px;
  line-height: 1.58;
}

.he-section-head p + p {
  margin-top: 14px;
}

.he-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100svh - var(--he-site-header-height));
  height: calc(100vh - var(--he-site-header-height));
  padding: clamp(48px, 7vw, 96px) 0;
  overflow: hidden;
  isolation: isolate;
  background: #061827;
}

.he-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 11, 20, .68), rgba(3, 11, 20, .48) 45%, rgba(3, 11, 20, .18)),
    linear-gradient(180deg, rgba(3, 11, 20, .12), rgba(3, 11, 20, .46));
}

.he-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.he-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 22px;
  width: min(calc(100% - 48px), var(--he-container));
  margin-inline: auto;
  text-align: center;
}

.he-hero__logo {
  width: min(360px, 76vw);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .38));
}

.he-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #ffffff;
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 42px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.18;
  letter-spacing: 0;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .38);
  text-wrap: balance;
}

@media (max-width: 900px) {
  .he-hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 560px) {
  .he-hero {
    min-height: calc(92svh - var(--he-site-header-height));
    height: calc(92vh - var(--he-site-header-height));
  }

  .he-hero__bg {
    object-position: 62% center;
  }

  .he-hero__inner {
    width: min(calc(100% - 32px), var(--he-container));
    gap: 18px;
  }

  .he-hero__logo {
    width: min(280px, 78vw);
  }

  .he-hero h1 {
    font-size: 30px;
  }
}

.he-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 64px);
  align-items: stretch;
}

.he-overview__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: none;
  height: 100%;
}

.he-overview__content h2 {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 36px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.he-overview__content p {
  margin: 0;
  color: var(--he-text);
  font-size: 16px;
  line-height: 1.62;
}

.he-overview__content p + p {
  margin-top: 16px;
}

.he-overview__media {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #e2e8f0;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
}

.he-overview__media img {
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 30vw, 420px);
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.he-representative {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
}

.he-representative__media {
  margin: 0;
  overflow: hidden;
  background: #e2e8f0;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
}

.he-representative__media img {
  width: 100%;
  height: auto;
  max-width: none;
}

.he-representative__content h2 {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 36px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.he-representative__content p {
  margin: 0;
  color: var(--he-text);
  font-size: 16px;
  line-height: 1.62;
}

.he-representative__content p + p {
  margin-top: 16px;
}

.he-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.he-feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 26px 24px 24px;
  border: 1px solid rgba(96, 84, 186, .14);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.he-feature-grid .he-feature-card:first-child {
  justify-content: space-between;
}

.he-feature-card__icon {
  width: 90px;
  height: 90px;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.he-feature-card__icon--primary {
  width: 112px;
  height: 112px;
}

.he-feature-card__body {
  display: grid;
  gap: 12px;
}

.he-feature-card h3 {
  margin: 0;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 20px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.18;
  letter-spacing: 0;
}

.he-feature-card p {
  margin: 0;
  color: var(--he-muted);
  font-size: 15px;
  line-height: 1.48;
}

.he-direction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.he-direction-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(96, 84, 186, .14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.he-direction-card__media {
  display: grid;
  place-items: center;
  height: 300px;
  padding: 28px 24px;
  background: #ffffff;
}

.he-direction-card__media img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.he-direction-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 26px 24px 28px;
}

.he-direction-card h3 {
  min-height: 2.48em;
  margin: 0;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 22px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.16;
  letter-spacing: 0;
}

.he-direction-card p {
  margin: 0;
  color: var(--he-muted);
  font-size: 15px;
  line-height: 1.52;
}

.he-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.he-application-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 30px 26px 28px;
  border: 1px solid rgba(96, 84, 186, .14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.he-application-card__icon {
  width: 86px;
  height: 86px;
  margin: 0 0 18px;
  object-fit: contain;
  object-position: left center;
}

.he-application-card__body {
  display: grid;
  gap: 12px;
}

.he-application-card h3 {
  margin: 0;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 20px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.18;
  letter-spacing: 0;
}

.he-application-card p {
  margin: 0;
  color: var(--he-muted);
  font-size: 15px;
  line-height: 1.5;
}

.he-advantages {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(72px, 8vw, 112px);
  background: #07152b;
}

.he-advantages__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.he-advantages__inner {
  position: relative;
  z-index: 1;
}

.he-advantages__head {
  max-width: 920px;
  margin: 0 auto clamp(34px, 4vw, 54px);
  text-align: center;
}

.he-advantages__head h2 {
  max-width: 820px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 36px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.he-advantages__head p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.58;
}

.he-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.he-advantage-card {
  min-height: 100%;
  padding: 28px 24px 26px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 38px rgba(3, 11, 20, .22);
  backdrop-filter: blur(10px);
}

.he-advantage-card h3 {
  margin: 0 0 12px;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 20px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.18;
  letter-spacing: 0;
}

.he-advantage-card p {
  margin: 0;
  color: var(--he-muted);
  font-size: 15px;
  line-height: 1.5;
}

.he-product {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 64px);
  align-items: stretch;
}

.he-product__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  height: 100%;
}

.he-product__content h2 {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 36px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.he-product__content p {
  margin: 0;
  color: var(--he-text);
  font-size: 16px;
  line-height: 1.62;
}

.he-product__content p + p {
  margin-top: 16px;
}

.he-product__media {
  display: grid;
  place-items: center;
  margin: 0;
  min-height: 360px;
  padding: 20px 0;
}

.he-product__media img {
  width: 100%;
  max-width: 680px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(15, 23, 42, .18));
}

.he-product-benefits {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.he-product-benefit {
  grid-column: span 2;
  min-height: 100%;
  padding: 24px 22px;
  border: 1px solid rgba(96, 84, 186, .14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .07);
}

.he-product-benefit:nth-child(4),
.he-product-benefit:nth-child(5) {
  grid-column: span 3;
}

.he-product-benefit h3 {
  margin: 0 0 10px;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 20px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.16;
  letter-spacing: 0;
}

.he-product-benefit p {
  margin: 0;
  color: var(--he-muted);
  font-size: 15px;
  line-height: 1.5;
}

.he-recognition {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 64px);
  align-items: stretch;
}

.he-recognition__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.he-recognition__content h2 {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 36px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.he-recognition__content p {
  margin: 0;
  color: var(--he-text);
  font-size: 16px;
  line-height: 1.62;
}

.he-recognition__content p + p {
  margin-top: 16px;
}

.he-recognition__media {
  margin: 0;
  overflow: hidden;
  background: #e2e8f0;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
}

.he-recognition__media img {
  width: 100%;
  height: 100%;
  min-height: clamp(380px, 32vw, 520px);
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.he-support-head {
  max-width: 1040px;
}

.he-support-rows {
  display: grid;
  gap: clamp(36px, 5vw, 64px);
}

.he-support-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4.8vw, 60px);
  align-items: start;
}

.he-support-row--reverse {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.he-support-row__image {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #e2e8f0;
}

.he-support-row__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.he-support-list {
  display: grid;
  gap: 22px;
}

.he-support-point {
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(95, 111, 133, .18);
}

.he-support-point:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.he-support-point h3 {
  margin: 0;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: 20px;
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.18;
  letter-spacing: 0;
}

.he-support-point p {
  margin: 0;
  padding-top: 10px;
  color: var(--he-muted);
  font-size: 16px;
  line-height: 1.52;
}

.he-maintenance-head {
  max-width: 840px;
}

.he-maintenance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}

.he-maintenance-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid rgba(96, 84, 186, .15);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.he-maintenance-card--featured {
  border-color: rgba(96, 84, 186, .32);
  box-shadow: 0 22px 48px rgba(96, 84, 186, .16);
}

.he-maintenance-card__content {
  display: grid;
  gap: 22px;
}

.he-maintenance-card h3 {
  margin: 0;
  color: var(--he-accent);
  font-family: var(--the7-h1-font-family, Arial, Helvetica, sans-serif);
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: var(--the7-h1-font-weight, 700);
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

.he-maintenance-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.he-maintenance-card li {
  position: relative;
  padding-left: 22px;
  color: var(--he-text);
  font-size: 16px;
  line-height: 1.48;
}

.he-maintenance-card li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--he-accent);
  box-shadow: 0 0 0 4px rgba(96, 84, 186, .11);
}

.he-maintenance-card__summary {
  margin: clamp(24px, 3vw, 34px) 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(96, 84, 186, .16);
  color: var(--he-accent);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.he-gallery-head {
  margin-bottom: clamp(22px, 3vw, 36px);
}

.he-gallery-head h2 {
  margin-bottom: 0;
}

.he-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.he-gallery-item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #e2e8f0;
}

.he-gallery-button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.he-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 305 / 193;
  height: auto;
  max-width: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  cursor: pointer;
  transition: transform 220ms ease;
}

.he-gallery-button:hover img,
.he-gallery-button:focus-visible img {
  transform: scale(1.025);
}

.he-gallery-button:focus-visible {
  outline: 3px solid var(--he-accent);
  outline-offset: -3px;
}

body.he-lightbox-open {
  overflow: hidden;
}

.he-lightbox[hidden] {
  display: none;
}

.he-lightbox,
.he-lightbox * {
  box-sizing: border-box;
}

.he-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 40px 90px;
  background: rgba(2, 8, 23, 0.94);
}

.he-lightbox__stage {
  display: grid;
  place-items: center;
  max-width: 100%;
  max-height: 100%;
}

.he-lightbox__image {
  grid-area: 1 / 1;
  display: block;
  width: auto;
  max-width: calc(100vw - 180px);
  height: auto;
  max-height: calc(100vh - 80px);
  object-fit: contain;
}

.he-lightbox__close,
.he-lightbox__nav {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.65);
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.he-lightbox__close:hover,
.he-lightbox__nav:hover,
.he-lightbox__close:focus-visible,
.he-lightbox__nav:focus-visible {
  background: rgba(15, 23, 42, 0.95);
  transform: scale(1.06);
}

.he-lightbox__close:focus-visible,
.he-lightbox__nav:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.he-lightbox__close {
  top: 18px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.he-lightbox__nav {
  top: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
}

.he-lightbox__nav:hover,
.he-lightbox__nav:focus-visible {
  transform: translateY(-50%) scale(1.06);
}

.he-lightbox__nav--prev {
  left: 20px;
}

.he-lightbox__nav--next {
  right: 20px;
}

.he-lightbox__counter {
  position: absolute;
  bottom: 16px;
  left: 50%;
  min-width: 76px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.72);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
}

@media (max-width: 1080px) {
  .he-overview {
    grid-template-columns: 1fr;
  }

  .he-overview__content {
    max-width: 820px;
  }

  .he-representative {
    grid-template-columns: 1fr;
  }

  .he-representative__media {
    width: min(100%, 760px);
  }

  .he-representative__content {
    max-width: 860px;
  }

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

  .he-direction-grid {
    grid-template-columns: 1fr;
  }

  .he-direction-card {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1fr);
  }

  .he-direction-card h3 {
    min-height: 0;
  }

  .he-direction-card__media {
    height: auto;
    min-height: 260px;
  }

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

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

  .he-product {
    grid-template-columns: 1fr;
  }

  .he-product__content {
    max-width: 860px;
  }

  .he-product__media {
    min-height: 0;
    padding: 0;
  }

  .he-recognition {
    grid-template-columns: 1fr;
  }

  .he-recognition__content {
    max-width: 860px;
  }

  .he-recognition__media img {
    height: auto;
    min-height: 0;
  }

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

  .he-product-benefit,
  .he-product-benefit:nth-child(4),
  .he-product-benefit:nth-child(5) {
    grid-column: auto;
  }

  .he-support-row,
  .he-support-row--reverse {
    grid-template-columns: 1fr;
  }

  .he-support-row--reverse .he-support-row__image {
    order: -1;
  }

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

  .he-maintenance-card:nth-child(3) {
    grid-column: 1 / -1;
  }

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

@media (max-width: 640px) {
  .he-container {
    width: min(calc(100% - 32px), var(--he-container));
  }

  .he-overview__content h2 {
    font-size: 30px;
  }

  .he-representative__content h2 {
    font-size: 30px;
  }

  .he-section-head h2 {
    font-size: 30px;
  }

  .he-overview__media img {
    height: 260px;
  }

  .he-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .he-feature-card {
    padding: 22px 20px;
  }

  .he-direction-card {
    display: flex;
  }

  .he-direction-card__media {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    padding: 20px;
    overflow: hidden;
  }

  .he-direction-card__media img {
    width: 100%;
    height: 280px;
    max-width: 100%;
    max-height: 280px;
    object-fit: contain;
  }

  .he-direction-card__body {
    padding: 24px 20px;
  }

  .he-application-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .he-application-card {
    padding: 24px 20px;
  }

  .he-advantages {
    padding-block: 64px;
  }

  .he-advantages__head h2 {
    font-size: 30px;
  }

  .he-product__content h2 {
    font-size: 30px;
  }

  .he-recognition__content h2 {
    font-size: 30px;
  }

  .he-product-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .he-advantage-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .he-advantage-card {
    padding: 24px 20px;
  }

  .he-support-rows {
    gap: 40px;
  }

  .he-support-list {
    gap: 16px;
  }

  .he-support-point {
    padding-bottom: 20px;
  }

  .he-support-point h3 {
    font-size: 19px;
  }

  .he-maintenance-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .he-maintenance-card {
    padding: 24px 20px;
  }

  .he-maintenance-card:nth-child(3) {
    grid-column: auto;
  }

  .he-maintenance-card h3 {
    font-size: 22px;
  }

  .he-maintenance-card li {
    font-size: 15px;
  }

  .he-gallery-grid {
    grid-template-columns: 1fr;
  }

  .he-lightbox {
    padding: 72px 16px 64px;
  }

  .he-lightbox__image {
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 136px);
  }

  .he-lightbox__close {
    top: 12px;
    right: 12px;
  }

  .he-lightbox__nav {
    width: 46px;
    height: 46px;
    font-size: 42px;
  }

  .he-lightbox__nav--prev {
    left: 10px;
  }

  .he-lightbox__nav--next {
    right: 10px;
  }
}
