:root {
  --brand-cyan: #16d9eb;
  --brand-cyan-dark: #06798a;
  --brand-dark: #030a0d;
  --brand-ink: #07171c;
  --brand-body: #52646d;
  --brand-shell: #f4f7f8;
  --brand-white: #ffffff;
  --shadow-soft: 0 18px 50px rgba(2, 17, 24, 0.08);
  --shadow-card: 0 26px 60px rgba(3, 15, 20, 0.14);
  --radius-lg: 28px;
  --radius-md: 20px;
  --container-max: 1720px;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: "Funnel Sans", sans-serif;
  color: var(--brand-ink);
  background: var(--brand-white);
  line-height: 1.7;
  overflow-x: clip;
}

p {
  font-family: "Funnel Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400;
  font-style: normal;
}

.home-page {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav,
.btn {
  font-family: "Funnel Sans", sans-serif;
}

h2 {
  font-family: "Funnel Sans", sans-serif;
  font-size: 66px;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-family: "Funnel Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}

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

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

svg,
video,
canvas,
iframe {
  max-width: 100%;
}

table {
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.container {
  max-width: var(--container-max);
}

.section-space {
  padding: 110px 0;
}

.section-space-sm {
  padding: 88px 0;
}

.section-shell {
  background: var(--brand-shell);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brand-cyan-dark);
}

.section-label::before {
  content: "";
  width: 44px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-cyan), transparent);
}

.section-heading {
  font-size: clamp(2rem, 3.1vw, 3.35rem);
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 18px;
}

.section-copy {
  max-width: 720px;
  color: var(--brand-body);
}

.btn-brand,
.btn-brand-outline:hover {
  color: var(--brand-white);
  background: linear-gradient(180deg, var(--brand-cyan) 0%, var(--brand-cyan-dark) 100%);
  border: 0;
  box-shadow: 0 14px 32px rgba(8, 155, 177, 0.24);
}

.btn-brand,
.btn-brand-outline,
.btn-outline-light.brand-outline {
  border-radius: 0;
  padding: 0.92rem 1.7rem;
  font-size: 0.95rem;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn-brand:hover,
.btn-outline-light.brand-outline:hover,
.btn-brand-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(8, 155, 177, 0.28);
}

.btn-brand-outline {
  color: var(--brand-ink);
  background: transparent;
  border: 1px solid rgba(22, 217, 235, 0.32);
}

.btn-outline-light.brand-outline {
  color: var(--brand-white);
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.site-navbar {
  background: rgba(2, 8, 12, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.9rem 0;
  transition: padding 0.25s ease, background 0.25s ease;
}

.site-navbar.scrolled {
  padding: 0.65rem 0;
  background: rgba(2, 8, 12, 0.98);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.navbar-brand img {
  width: 210px;
}

.navbar-toggler {
  position: relative;
  z-index: 1001;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: none !important;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
}

.navbar-toggler .navbar-toggler-icon {
  position: relative;
  width: 22px;
  height: 16px;
  background-image: none !important;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  filter: none;
  transition: border-color 0.18s ease;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: transform 0.18s ease, top 0.18s ease, bottom 0.18s ease;
}

.navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
}

.navbar-toggler .navbar-toggler-icon::after {
  bottom: 5px;
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  top: 7px;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  bottom: 7px;
  opacity: 1;
  transform: rotate(-45deg);
}

.navbar-nav .nav-link {
  position: relative;
  padding: 0.4rem 0.8rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--brand-white);
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: -0.3rem;
  height: 2px;
  background: var(--brand-cyan);
}

.nav-book-btn {
  margin-left: 0.8rem;
}

.site-navbar--unified {
  min-height: 100px;
  padding: 0;
  background: rgba(2, 1, 0, 0.96);
}

.site-navbar--unified > .container {
  max-width: 1720px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}

.site-navbar--unified .navbar-brand img {
  width: 233px;
}

.site-navbar--unified .navbar-collapse {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap;
}

.site-navbar--unified .navbar-nav {
  gap: 34px;
  min-width: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.site-navbar--unified .nav-item {
  position: relative;
  list-style: none;
}

.site-navbar--unified .nav-item__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-navbar--unified .navbar-nav .nav-link {
  padding: 0;
  font-size: 17px;
  line-height: 22.5px;
  font-weight: 400;
  font-family: "Funnel Sans", sans-serif;
  color: #fff;
  white-space: nowrap;
}

.site-navbar--unified .navbar-nav .nav-link.active::after {
  display: none;
}

.site-navbar--unified .nav-item--current > .nav-item__row > .nav-link,
.site-navbar--unified .nav-item--current > .nav-item__row .submenu-toggle {
  color: var(--brand-cyan);
}

.submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.submenu-toggle:hover,
.submenu-toggle:focus-visible {
  color: var(--brand-cyan);
}

.nav-item--submenu-open > .nav-item__row .submenu-toggle {
  transform: rotate(45deg);
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  margin-top: 12px;
  padding: 18px 20px;
  background: rgba(2, 1, 0, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
}

.submenu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.nav-item--submenu-open > .submenu,
.site-navbar--unified .nav-item--has-children:hover > .submenu,
.site-navbar--unified .nav-item--has-children:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.submenu-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.submenu-list .nav-item__row {
  gap: 0;
}

.submenu-list .nav-link {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.86);
}

.submenu-list .nav-link:hover,
.submenu-list .nav-link:focus-visible {
  color: var(--brand-cyan);
}

.submenu-list .submenu-toggle {
  display: none;
}

.site-navbar--unified .home-header-cta {
  margin-left: 0;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .site-navbar--unified .nav-item--has-children {
    padding-bottom: 14px;
    margin-bottom: -14px;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .site-navbar--unified .navbar-brand img {
    width: 208px;
  }

  .site-navbar--unified .navbar-collapse {
    gap: 28px;
  }

  .site-navbar--unified .navbar-nav {
    gap: 24px;
  }

  .site-navbar--unified .navbar-nav .nav-link {
    font-size: 16px;
  }
}

.site-form .form-control,
.site-form .form-select,
.site-form textarea {
  min-width: 0;
}

.home-past-grid__viewport,
.commercial-solutions-slider__viewport,
.pm-intro-slider__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.home-past-grid__track,
.commercial-solutions-slider__track,
.pm-intro-slider__track {
  will-change: transform;
}

.home-past-grid__control,
.commercial-solutions-slider__control,
.pm-intro-slider__control,
.testimonial-arrow {
  touch-action: manipulation;
}

.media-split > *,
.commercial-media-split > *,
.home-who__grid > *,
.lighting-intro > *,
.maintenance-intro > *,
.pm-intro-section__grid > *,
.pm-epmc-section__grid > *,
.contact-band__shell > *,
.appointment-card__grid > *,
.site-footer .row > *,
.lighting-services-grid > *,
.commercial-gallery-grid > *,
.ev-grid > *,
.feature-grid > *,
.gallery-grid > *,
.info-grid > * {
  min-width: 0;
}

.home-top-cta {
  margin-left: 1rem;
  display: inline-block;
}

.home-top-cta img {
  width: 149px;
}

.hero,
.page-hero {
  position: relative;
  background-image: linear-gradient(rgba(2, 19, 24, 0.82), rgba(2, 19, 24, 0.82)), var(--hero-image);
  background-position: center;
  background-size: cover;
  color: var(--brand-white);
  overflow: hidden;
}

.home-nav-container {
  max-width: 1480px;
}

body[data-page="home"] .navbar-nav .nav-link {
  /* padding: 0.25rem 0.85rem; */
  font-size: 18px;
  font-weight: 400;
  font-family: "Funnel Sans", sans-serif;
}

.home-main {
  background: #fff;
}

.home-hero {
  position: relative;
  min-height: 398px;
  padding: 110px 0 46px;
  background:
    linear-gradient(rgba(5, 27, 33, 0.76), rgba(5, 27, 33, 0.76)),
    url("../images/home-banner-gif.gif") center/cover no-repeat;
}

.home-hero__inner {
  position: relative;
  z-index: 2;
}

.home-hero__kicker {
  width: 212px;
  margin: 0 auto 10px;
}

.home-hero__title {
  width: min(520px, 86%);
  margin: 0 auto 16px;
}

.home-hero__copy {
  width: min(480px, 90%);
  margin: 0 auto 15px;
  font-size: 0.62rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
}

.home-hero__cta {
  display: inline-block;
}

.home-hero__cta img {
  width: 163px;
}

.home-hero__wordmark {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: min(1180px, 96vw);
  transform: translateX(-50%);
  opacity: 0.11;
  pointer-events: none;
}

.home-logo-row {
  padding: 18px 0 22px;
  background: #fff;
}

.home-logo-row__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.home-logo-row__inner img {
  max-height: 25px;
  width: auto;
  filter: none;
  opacity: 1;
}

.home-section {
  padding: 28px 0 0;
}

.home-section-heading {
  text-align: center;
  margin-bottom: 22px;
}

.home-section-heading--left {
  text-align: left;
}

.home-section-heading__label {
  display: block;
  margin: 0 auto 8px;
}

.home-section-heading--left .home-section-heading__label {
  margin-left: 0;
  margin-right: 0;
}

.home-section-heading__label--small {
  width: 110px;
}

.home-section-heading__title {
  display: block;
  width: auto;
  max-width: 320px;
  margin: 0 auto;
}

.home-section-heading__title--past-work {
  max-width: 186px;
}

.home-section-heading__title--testimonial {
  max-width: 310px;
}

.home-section-heading__title--blog {
  max-width: 386px;
}

.home-section-heading p {
  max-width: 500px;
  margin: 9px auto 0;
  font-size: 0.58rem;
  line-height: 1.6;
  color: #787878;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-services-grid__item img,
.home-work-grid img,
.home-blog__composite,
.home-testimonials__composite,
.home-footer-image img {
  width: 100%;
}

.home-about {
  padding-top: 26px;
  padding-bottom: 18px;
  background: #08222a;
}

.home-about .container {
  color: #fff;
  padding-top: 18px;
}

.home-about__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.home-about__top h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
}

.home-about__button img {
  width: 163px;
}

.home-about__copy {
  width: min(920px, 100%);
  margin-bottom: 18px;
}

.home-about__image-wrap img {
  width: 100%;
}

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

.home-work__dots {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  margin-top: 10px;
  padding-right: 10px;
}

.home-work__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #8b8b8b;
}

.home-work__dots .is-active {
  background: var(--brand-cyan);
  border-color: var(--brand-cyan);
}

.home-who {
  padding-top: 24px;
}

.home-who__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 535px;
  gap: 28px;
  align-items: start;
}

.home-who__copy {
  width: 100%;
  max-width: 808px;
  margin-top: 8px;
}

.home-who__image {
  width: 100%;
}

.home-testimonials {
  padding-top: 22px;
}

.home-testimonials__composite {
  max-width: 1260px;
  margin: 0 auto;
}

.home-blog {
  padding-top: 26px;
  padding-bottom: 0;
}

.home-blog__composite {
  display: block;
}

.home-footer-image {
  padding-top: 12px;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(22, 217, 235, 0.13), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
  pointer-events: none;
}

.hero .container,
.page-hero .container {
  position: relative;
  z-index: 1;
}

.hero {
  min-height: 770px;
  padding: 170px 0 120px;
}

.hero-content {
  max-width: 860px;
}

.hero .eyebrow,
.page-hero .eyebrow {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.26em;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.9rem, 5.2vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 22px;
}

.hero p.lead,
.page-hero p.lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  max-width: 760px;
  margin: 0 auto;
}

.error-page {
  background: #f7fbfc;
}

.error-page__hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 190px 0 120px;
  background:
    linear-gradient(rgba(4, 24, 29, 0.86), rgba(4, 24, 29, 0.9)),
    url("../images/hero-maintenance.jpg") center/cover no-repeat;
  color: var(--brand-white);
}

.error-page__hero::after {
  content: "Innertech electric";
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  font-family: "Funnel Sans", sans-serif;
  font-size: clamp(72px, 12vw, 190px);
  line-height: 0.8;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.06);
  white-space: nowrap;
  pointer-events: none;
}

.error-page__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.error-page__eyebrow {
  margin: 0 0 18px;
  color: var(--brand-cyan);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.error-page__content h1 {
  margin: 0 0 22px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.98;
  font-weight: 600;
}

.error-page__content > p:not(.error-page__eyebrow) {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.error-page__actions .btn-brand:hover {
  color: var(--brand-white);
}

.error-page__actions .brand-outline:hover {
  color: #052329;
  background: var(--brand-white);
  border-color: var(--brand-white);
}

.error-page__links {
  padding: 72px 0;
}

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

.error-page__grid a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 108px;
  padding: 24px;
  background: var(--brand-white);
  border: 1px solid rgba(8, 155, 177, 0.15);
  color: var(--brand-ink);
  font-size: 1.02rem;
  font-weight: 600;
  box-shadow: 0 18px 45px rgba(3, 15, 20, 0.08);
}

.error-page__grid a:hover {
  color: var(--brand-cyan-dark);
  transform: translateY(-2px);
}

.error-page__grid i {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  background: rgba(8, 155, 177, 0.1);
  color: var(--brand-cyan-dark);
  font-size: 1.35rem;
}

@media (max-width: 991.98px) {
  .error-page__hero {
    min-height: 520px;
    padding: 160px 0 96px;
  }

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

@media (max-width: 767.98px) {
  .error-page__hero {
    min-height: 0;
    padding: 128px 0 76px;
  }

  .error-page__content h1 {
    font-size: 48px;
  }

  .error-page__content > p:not(.error-page__eyebrow) {
    font-size: 16px;
    line-height: 1.65;
  }

  .error-page__links {
    padding: 52px 0;
  }

  .error-page__grid {
    grid-template-columns: 1fr;
  }
}

.page-hero {
  min-height: 355px;
  padding: 155px 0 70px;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.page-hero p.lead {
  max-width: 820px;
  font-size: 0.98rem;
}

.page-hero--commercial {
  height: auto;
  min-height: 346px;
  padding: 81px 0 72px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(rgba(4, 43, 49, 0.68), rgba(4, 43, 49, 0.68)),
    url("../commercial-services/commercial-banner.png");
  background-position: center center;
  background-size: cover;
}

.page-hero--commercial::after {
  background: rgba(0, 36, 40, 0.04);
}

.page-hero--commercial .container {
  max-width: 1720px;
}

.page-hero--commercial h1 {
  width: 815px;
  max-width: 100%;
  margin: 0 auto 20px;
  font-family: "Funnel Sans", sans-serif;
  font-size: 86px;
  line-height: 80px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
}

.page-hero--commercial p.lead {
  width: 1112px;
  max-width: 100%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Funnel Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.page-hero--residential h1 {
  width: 760px;
}

.page-hero--highrise h1 {
  width: 1240px;
}

.page-hero--residential p.lead,
.page-hero--highrise p.lead {
  width: 1112px;
  max-width: 100%;
}

.commercial-service-areas {
  padding: 72px 0 92px;
  background: #fff;
}

.commercial-service-areas__heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.commercial-service-areas__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 22px;
}

.commercial-service-areas__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 220px;
  padding: 30px 28px;
  border: 1px solid rgba(7, 23, 28, 0.08);
  border-radius: 0;
  box-shadow: none;
}

.commercial-service-areas__card--link {
  color: inherit;
  text-decoration: none;
}

.commercial-service-areas__card.is-disabled {
  cursor: default;
}

.commercial-service-areas__icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: linear-gradient(180deg, #11e8f5 0%, #0b7484 100%);
  color: #fff;
  font-size: 28px;
}

.commercial-service-areas__card h3 {
  margin: 0;
  color: #07171c;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

body[data-page="ev"] .container {
  max-width: 1720px;
  padding: 0px 50px;
}

.page-hero--ev {
  height: 346px;
  min-height: 346px;
  padding: 81px 0;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(rgba(4, 43, 49, 0.68), rgba(4, 43, 49, 0.68)),
    url("../ev-charging-solutions/ev-charging-soloutions-banner.png");
  background-position: center center;
  background-size: cover;
}

.page-hero--ev::after {
  background: rgba(0, 36, 40, 0.04);
}

.page-hero--ev .container {
  max-width: 1720px;
}

.page-hero--ev h1 {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 20px;
  font-family: "Funnel Sans", sans-serif;
  font-size: 86px;
  line-height: 80px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.page-hero--ev p.lead {
  width: 1112px;
  max-width: 100%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.page-hero--appointment {
  height: 346px;
  min-height: 346px;
  padding: 81px 0;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(rgba(4, 43, 49, 0.68), rgba(4, 43, 49, 0.68)),
    url("../book-appointment/book-an-appointment-banner.png");
  background-position: center center;
  background-size: cover;
}

.page-hero--appointment::after {
  background: rgba(0, 36, 40, 0.04);
}

.page-hero--appointment .container {
  max-width: 1720px;
}

.page-hero--appointment h1 {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Funnel Sans", sans-serif;
  font-size: 86px;
  line-height: 80px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
}

.page-hero--preventive {
  background-image:
    linear-gradient(rgba(4, 43, 49, 0.68), rgba(4, 43, 49, 0.68)),
    url("../pm/preventive-maintenance-banner.png");
  background-position: center center;
  background-size: cover;
}

.page-hero--maintenance {
  background-image:
    linear-gradient(rgba(4, 43, 49, 0.68), rgba(4, 43, 49, 0.68)),
    url("../me/maintenance-emergency-services-banner.png");
  background-position: center center;
  background-size: cover;
}

body[data-page="preventive"] .container {
  max-width: 1720px;
  padding: 0px 50px;
}

.page-hero--preventive {
  height: auto;
  min-height: 346px;
  padding: 81px 0 72px;
  display: flex;
  align-items: center;
}

.page-hero--preventive::after {
  background: rgba(0, 36, 40, 0.04);
}

.page-hero--preventive .container {
  max-width: 1720px;
}

.page-hero--preventive h1 {
  width: auto;
  max-width: min(1080px, 100%);
  margin: 0 auto;
  font-family: "Funnel Sans", sans-serif;
  font-size: 86px;
  line-height: 80px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  white-space: normal;
}

.page-hero--preventive .eyebrow,
.page-hero--preventive p.lead {
  display: none;
}

.page-hero--maintenance {
  height: 346px;
  min-height: 346px;
  padding: 81px 0;
  display: flex;
  align-items: center;
}

.page-hero--maintenance::after {
  background: rgba(0, 36, 40, 0.04);
}

.page-hero--maintenance .container {
  max-width: 1720px;
}

.page-hero--maintenance h1 {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Funnel Sans", sans-serif;
  font-size: 86px;
  line-height: 80px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.page-hero--maintenance .eyebrow,
.page-hero--maintenance p.lead {
  display: none;
}

.page-hero--lighting {
  background-image:
    linear-gradient(rgba(4, 43, 49, 0.68), rgba(4, 43, 49, 0.68)),
    url("../lr/retrofit-energy-banner.png");
  background-position: center center;
  background-size: cover;
  height: 346px;
  min-height: 346px;
  padding: 81px 0;
  display: flex;
  align-items: center;
}

.page-hero--lighting::after {
  background: rgba(0, 36, 40, 0.04);
}

.page-hero--lighting .container {
  max-width: 1720px;
}

body[data-page="lighting"] .container {
  max-width: 1720px;
  padding: 0px 50px;
}

.page-hero--lighting h1 {
  width: 100%;
  margin: 0 auto;
  font-family: "Funnel Sans", sans-serif;
  font-size: 86px;
  line-height: 80px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.page-hero--lighting .eyebrow,
.page-hero--lighting p.lead {
  display: none;
}

.lighting-intro-section {
  padding: 100px 0 118px;
  background: #fff;
}

.lighting-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 53px;
  align-items: center;
  width: 100%;
}

.lighting-intro__media {
  width: 100%;
  height: 530px;
  overflow: hidden;
}

.lighting-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lighting-intro__copy {
  max-width: none;
  width: 100%;
}

.lighting-intro__copy .section-label {
  margin-bottom: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #020100;
}

.lighting-intro__copy .section-label::before {
  display: none;
}

.lighting-intro__copy .section-heading {
  margin: 0 0 22px;
  color: #000;
  font-size: 66px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0;
}

.lighting-intro__copy p {
  margin: 0;
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}

.lighting-services-section {
  padding: 0 0 110px;
  background: #fff;
}

.lighting-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 845px));
  justify-content: space-between;
  gap: 81px 34px;
}

.lighting-service-card {
  display: block;
}

.lighting-service-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 23px;
}

.lighting-service-card__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.lighting-service-card h3 {
  margin: 0 0 6px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
}

.lighting-service-card p {
  margin: 0;
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}

.maintenance-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 53px;
  align-items: center;
  width: 100%;
}

.maintenance-intro__media {
  width: 100%;
  height: 530px;
  overflow: hidden;
}

.maintenance-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maintenance-intro__copy {
  max-width: none;
  width: 100%;
}

.maintenance-intro__copy .section-label {
  margin-bottom: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #020100;
}

.maintenance-intro__copy .section-label::before {
  display: none;
}

.maintenance-intro__copy .section-heading {
  margin: 0 0 28px;
  color: #000;
  font-size: 66px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0;
}

.maintenance-intro__copy p {
  max-width: none;
  margin: 0;
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}

body[data-page="commercial"] .container {
  max-width: 1720px;
  padding: 0px 50px;
}

body[data-page="appointment"] .container {
  max-width: 1720px;
  padding: 0px 50px;
}

body[data-page="maintenance"] .container {
  max-width: 1720px;
  padding: 0px 50px;
}

.commercial-section {
  padding: 100px 0;
}

.commercial-section--feature .page-stack {
  gap: 100px;
}

.commercial-media-split {
  grid-template-columns: 845px 792px;
  gap: 53px;
  align-items: center;
}

.commercial-media-split.reverse {
  grid-template-columns: 792px 845px;
}

.commercial-media-split .media-card {
  min-height: 531px;
  border-radius: 0;
  box-shadow: none;
  width: 50%;
}

.commercial-media-copy {
  width: 50%;
}

.commercial-media-copy .section-label {
  margin-bottom: 31px;
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #2e2e2e;
}

.commercial-media-copy .section-label::before {
  display: none;
}

.commercial-media-copy .section-heading {
  max-width: 689px;
  margin-bottom: 31px;
  color: #000;
  font-size: 68px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0;
}

.commercial-media-copy p {
  margin-bottom: 0;
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}

.commercial-media-copy p + p {
  margin-top: 18px;
}

.commercial-solutions-slider {
  padding: 61px 0 95px;
  background: linear-gradient(to bottom, #052329 0 50%, #ffffff 50% 100%);
  overflow: hidden;
}

.commercial-solutions-slider__top {
  display: grid;
  grid-template-columns: 1fr 592px;
  gap: 72px;
  align-items: start;
  margin-bottom: 52px;
}

.commercial-solutions-slider__intro .section-label {
  margin-bottom: 18px;
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #fff;
}

.commercial-solutions-slider__intro .section-label::before {
  display: none;
}

.commercial-solutions-slider__intro .section-heading {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: 66px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0;
}

.commercial-solutions-slider__copy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 12px;
}

.commercial-solutions-slider__line {
  flex: 0 0 1px;
  width: 1px;
  height: 72px;
  background: #00e9f7;
}

.commercial-solutions-slider__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  line-height: 28px;
}

.commercial-solutions-slider__shell {
  position: relative;
}

.commercial-solutions-slider__viewport {
  overflow: hidden;
  width: 100%;
}

.commercial-solutions-slider__track {
  display: flex;
  transition: transform 0.45s ease;
}

.commercial-solutions-slider__slide {
  flex: 0 0 100%;
}

.commercial-solutions-slider__slide img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.commercial-solutions-slider__control {
  position: absolute;
  top: 50%;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transform: translateY(-50%);
  z-index: 2;
  border: 1px solid rgba(4, 35, 41, 0.45);
  background: #fff;
  color: #042329;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.commercial-solutions-slider__control:hover,
.commercial-solutions-slider__control:focus-visible {
  transform: translateY(calc(-50% - 1px));
  border-color: #00d9ea;
  background: linear-gradient(180deg, #11e8f5 0%, #0b7484 100%);
  color: #fff;
}

.commercial-solutions-slider__control--prev {
  left: -14px;
}

.commercial-solutions-slider__control--next {
  right: -14px;
}

.commercial-solutions-slider__arrow {
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.commercial-solutions-slider__arrow--prev {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.commercial-solutions-slider__arrow--next {
  transform: rotate(45deg);
  margin-right: 3px;
}

.commercial-gallery-section {
  padding: 100px 0 200px;
  background: #fff;
}

.commercial-gallery-section__heading {
  margin-bottom: 91px;
}

body[data-page="commercial"] .commercial-gallery-section__heading {
  display: none;
}

.gallery-grid.commercial-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: initial;
  gap: 30px 28px;
}

.commercial-gallery-card {
  background: transparent;
  box-shadow: none;
}

.commercial-gallery-card .gallery-card__media {
  height: 330px;
  padding: 9px 9px 0;
  background: #fff;
}

.commercial-gallery-card .gallery-card__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 71px;
  padding: 19px 24px 22px;
  text-align: center;
}

.commercial-gallery-card .gallery-card__body h3 {
  margin: 0;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  overflow-wrap: anywhere;
  word-break: normal;
  text-align: center;
}

.commercial-gallery-card .gallery-card__eyebrow,
.commercial-gallery-card .gallery-card__body p {
  display: none;
}

.commercial-section--inspection {
  padding-top: 0;
  padding-bottom: 100px;
}

.commercial-section--inspection .commercial-media-split {
  grid-template-columns: 845px 808px;
}

.commercial-media-copy--narrow {
  max-width: 100%;
}

.logo-strip {
  position: relative;
  z-index: 2;
  margin-top: -44px;
}

.logo-strip__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.25rem 3.5rem;
  background: var(--brand-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 28px 36px;
}

.logo-strip img {
  max-height: 38px;
  width: auto;
  opacity: 0.82;
  filter: grayscale(1);
  transition: opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}

.logo-strip img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}

.service-card,
.blog-card,
.feature-card,
.gallery-card,
.article-list__item,
.testimonial-card,
.info-card {
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.service-card:hover,
.service-card:focus-within,
.blog-card:hover,
.blog-card:focus-within,
.feature-card:hover,
.feature-card:focus-within,
.gallery-card:hover,
.gallery-card:focus-within,
.article-list__item:hover,
.article-list__item:focus-within,
.testimonial-card:hover,
.testimonial-card:focus-within,
.info-card:hover,
.info-card:focus-within {
  background: var(--brand-white);
  box-shadow: var(--shadow-soft);
}

.service-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 470px;
  color: var(--brand-white);
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.72) 100%);
}

.service-card:hover img {
  transform: scale(1.07);
}

.service-card__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 28px 28px 26px;
}

.service-card h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.about-band {
  position: relative;
  background: linear-gradient(180deg, #07171c 0%, #091d23 100%);
  color: var(--brand-white);
  overflow: hidden;
}

.about-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right top, rgba(22, 217, 235, 0.12), transparent 30%);
}

.about-band .section-copy {
  color: rgba(255, 255, 255, 0.72);
}

.about-media,
.media-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.about-media img,
.media-card img,
.gallery-card img,
.blog-card img,
.article-list__item img,
.appointment-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-media {
  min-height: 520px;
}

.about-media img {
  object-position: center bottom;
}

.work-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 380px;
  box-shadow: var(--shadow-soft);
}

.work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.work-card:hover img {
  transform: scale(1.08);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(4, 14, 18, 0.82) 100%);
}

.work-card__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 28px;
  color: var(--brand-white);
}

.work-card__content span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: rgba(22, 217, 235, 0.9);
  text-transform: uppercase;
}

.work-card__content h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
}

.work-card__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.who-we-are .media-card {
  min-height: 500px;
}

.check-list {
  display: grid;
  gap: 14px;
}

.check-list__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.check-list__item i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(22, 217, 235, 0.12);
  color: var(--brand-cyan-dark);
}

.check-list__item h4 {
  font-size: 1rem;
  margin: 0 0 4px;
}

.check-list__item p {
  margin: 0;
  color: var(--brand-body);
}

.testimonial-wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-card {
  border-radius: var(--radius-lg);
  padding: 46px;
  text-align: center;
}

.testimonial-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #f5b942;
  margin-bottom: 22px;
}

.testimonial-quote {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: var(--brand-ink);
  line-height: 1.8;
  margin-bottom: 24px;
}

.testimonial-author {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.testimonial-role {
  color: var(--brand-body);
}

.testimonial-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.testimonial-control {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(7, 23, 28, 0.1);
  border-radius: 50%;
  background: var(--brand-white);
  color: var(--brand-ink);
  transition: all 0.25s ease;
}

.testimonial-control:hover {
  background: var(--brand-cyan);
  color: var(--brand-white);
  border-color: transparent;
}

.testimonial-dots {
  display: flex;
  gap: 10px;
}

.testimonial-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(7, 23, 28, 0.16);
  border: 0;
  padding: 0;
}

.testimonial-dot.is-active {
  background: var(--brand-cyan);
}

.blog-card,
.article-list__item {
  border-radius: var(--radius-md);
  overflow: hidden;
}

.blog-card__body,
.article-list__content {
  padding: 28px;
}

.blog-meta,
.article-meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-cyan-dark);
  margin-bottom: 16px;
}

.blog-card h3,
.article-list__content h3 {
  font-size: 1.65rem;
  line-height: 1.32;
  margin-bottom: 14px;
}

.article-list {
  display: grid;
  gap: 18px;
}

.article-list__item {
  display: grid;
  grid-template-columns: 170px 1fr;
}

.article-list__item img {
  min-height: 100%;
}

.media-split {
  display: flex;
  flex-direction: row;
  gap: 44px;
  align-items: center;
  width: 100%;
}

.media-split.reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.media-split.reverse .media-card {
  order: 2;
}

.media-split.reverse .media-copy {
  order: 1;
}

.media-copy p:last-child {
  margin-bottom: 0;
}

.media-card {
  min-height: 430px;
}

.dark-break {
  background: linear-gradient(180deg, #07171c 0%, #0a232a 100%);
  color: var(--brand-white);
}

.dark-break .section-copy,
.dark-break p {
  color: rgba(255, 255, 255, 0.72);
}

.showcase-frame {
  margin-top: 34px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.showcase-frame img {
  width: 100%;
  object-fit: cover;
}

.feature-grid,
.info-grid,
.gallery-grid {
  display: grid;
  gap: 24px;
}

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

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

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

.feature-card,
.info-card {
  padding: 28px;
  border-radius: var(--radius-md);
  height: 100%;
}

.feature-card__icon,
.info-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.25rem;
  background: rgba(22, 217, 235, 0.12);
  color: var(--brand-cyan-dark);
}

.feature-card h3,
.info-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  overflow-wrap: anywhere;
  word-break: normal;
}

.feature-card p,
.info-card p {
  margin: 0;
  color: var(--brand-body);
}

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

.ev-grid .gallery-card {
  border-radius: var(--radius-md);
  overflow: hidden;
}

.gallery-card__media {
  height: 260px;
}

.gallery-card__body {
  padding: 20px 22px 24px;
}

.gallery-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  overflow-wrap: anywhere;
  word-break: normal;
}

.gallery-card p {
  margin: 0;
  color: var(--brand-body);
}

.gallery-card__eyebrow {
  display: block;
  margin-bottom: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--brand-cyan-dark);
  text-transform: uppercase;
}

.ev-infra-section {
  padding: 76px 0 110px;
  background: #fff;
}

.ev-section-heading {
  margin-bottom: 42px;
}

.ev-section-heading .section-label,
.ev-revenue-section__heading .section-label,
.ev-condo-section__heading .section-label {
  margin-bottom: 18px;
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3.6px;
  color: #020100;
  text-transform: uppercase;
}

.ev-section-heading .section-label::before,
.ev-revenue-section__heading .section-label::before,
.ev-condo-section__heading .section-label::before {
  display: none;
}

.ev-section-heading .section-heading {
  margin: 0;
  max-width: 1280px;
  font-family: "Funnel Sans", sans-serif;
  font-size: 66px;
  line-height: 61px;
  font-weight: 400;
  font-style: normal;
  color: #07171c;
  white-space: nowrap;
}

.ev-infra-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ev-infra-card {
  position: relative;
  overflow: hidden;
  background: #041d22;
}

.ev-infra-card img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.ev-infra-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(4, 29, 34, 0) 0%, rgba(4, 29, 34, 0.92) 100%);
  pointer-events: none;
}

.ev-infra-card__overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 16px 18px 14px;
}

.ev-infra-card__overlay h3 {
  max-width: 290px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 24px;
  font-weight: 400;
}

.ev-revenue-section {
  padding: 0 0 116px;
  background: #fff;
}

.ev-revenue-section__heading {
  max-width: 920px;
  margin: 0 auto 60px;
}

.ev-revenue-section__heading .section-heading {
  margin: 0;
  font-family: "Funnel Sans", sans-serif;
  font-size: 66px;
  line-height: 61px;
  font-weight: 400;
  font-style: normal;
  color: #07171c;
}

.ev-revenue-section__heading .section-heading span {
  white-space: nowrap;
}

.ev-revenue-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.ev-revenue-grid > .ev-revenue-card {
  grid-column: span 2;
}

.ev-revenue-grid > .ev-revenue-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.ev-revenue-grid > .ev-revenue-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.ev-revenue-card {
  min-height: 212px;
  padding: 26px 24px 24px;
  background: #fff;
}

.ev-revenue-card__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ev-revenue-card__icon img {
  display: block;
  max-width: 44px;
  max-height: 44px;
}

.ev-revenue-card h3 {
  margin: 0 0 12px;
  color: #07171c;
  font-family: "Funnel Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}

.ev-revenue-card p {
  margin: 0;
  color: #5f6b70;
  font-size: 18px;
  line-height: 29px;
}

.ev-condo-section {
  padding: 0 0 128px;
  background: #fff;
}

.ev-condo-section__heading {
  margin-bottom: 22px;
}

.ev-condo-section__heading .section-heading {
  margin: 0;
  font-family: "Funnel Sans", sans-serif;
  font-size: 66px;
  line-height: 61px;
  font-weight: 400;
  font-style: normal;
  color: #07171c;
}

.ev-condo-section__grid {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: start;
  width: 100%;
}

.ev-condo-section__media,
.ev-condo-section__content {
  width: 50%;
}

.ev-condo-section__media img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.ev-condo-section__content {
  padding-top: 4px;
}

.ev-condo-section__copy {
  margin: 0 0 28px;
  color: #737373;
  font-family: "Funnel Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}

.ev-condo-checklist {
  display: grid;
  gap: 0;
  padding-top: 0;
}

.ev-condo-checklist__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px 0;
  border-top: 1px solid rgba(7, 23, 28, 0.12);
}

.ev-condo-checklist__item:last-child {
  border-bottom: 1px solid rgba(7, 23, 28, 0.12);
}

.ev-condo-checklist__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ev-condo-checklist__icon img {
  display: block;
  max-width: 44px;
  max-height: 44px;
}

.ev-condo-checklist__item h3 {
  margin: 0;
  color: #07171c;
  font-family: "Funnel Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}

.pm-intro-section {
  padding: 96px 0 132px;
  background: #fff;
}

.pm-intro-section__grid {
  display: flex;
  flex-direction: row;
  gap: 53px;
  align-items: start;
  width: 100%;
}

.pm-intro-slider {
  position: relative;
  width: 50%;
}

.pm-intro-slider__viewport {
  overflow: hidden;
}

.pm-intro-slider__track {
  display: flex;
  transition: transform 0.45s ease;
}

.pm-intro-slider__slide {
  flex: 0 0 100%;
}

.pm-intro-slider__slide img {
  width: 100%;
  height: 1017px;
  object-fit: cover;
}

.pm-intro-slider__control {
  position: absolute;
  top: 50%;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(4, 35, 41, 0.45);
  background: #fff;
  color: #042329;
  transform: translateY(-50%);
  z-index: 2;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.pm-intro-slider__control:hover,
.pm-intro-slider__control:focus-visible {
  transform: translateY(calc(-50% - 1px));
  border-color: #00d9ea;
  background: linear-gradient(180deg, #11e8f5 0%, #0b7484 100%);
  color: #fff;
}

.pm-intro-slider__control--prev {
  left: -18px;
}

.pm-intro-slider__control--next {
  right: -18px;
}

.pm-intro-slider__arrow {
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.pm-intro-slider__arrow--prev {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.pm-intro-slider__arrow--next {
  transform: rotate(45deg);
  margin-right: 3px;
}

.pm-intro-copy .section-label,
.pm-thermal-section__heading .section-label,
.pm-epmc-section__heading .section-label {
  margin-bottom: 18px;
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 3.6px;
  color: #020100;
  text-transform: uppercase;
}

.pm-intro-copy {
  width: 50%;
}

.pm-intro-copy .section-label::before,
.pm-thermal-section__heading .section-label::before,
.pm-epmc-section__heading .section-label::before {
  display: none;
}

.pm-intro-copy .section-heading {
  margin: 0 0 26px;
  font-size: 66px;
  line-height: 70px;
  font-weight: 400;
  color: #000;
}

.pm-intro-copy p {
  margin: 0 0 20px;
  color: #737373;
  font-size: 18px;
  line-height: 34px;
}

.pm-intro-copy p:last-child {
  margin-bottom: 0;
}

.pm-thermal-section {
  padding: 0 0 120px;
  background: #fff;
}

.pm-thermal-section__heading {
  max-width: 1500px;
  margin: 0 auto 58px;
}

.pm-thermal-section__heading .section-heading {
  margin: 0 0 20px;
  font-size: 66px;
  line-height: 70px;
  font-weight: 400;
  color: #000;
}

.pm-thermal-section__heading p {
  max-width: 1280px;
  margin: 0 auto;
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}

.pm-thermal-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
}

.pm-thermal-grid > .pm-thermal-card {
  grid-column: span 2;
}

.pm-thermal-grid > .pm-thermal-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.pm-thermal-grid > .pm-thermal-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.pm-thermal-card {
  min-height: 138px;
  padding: 24px 30px;
  background: #fff;
}

.pm-thermal-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
}

.pm-thermal-card__icon img {
  display: block;
  max-width: 44px;
  max-height: 44px;
}

.pm-thermal-card h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.pm-epmc-section {
  padding: 0 0 110px;
  background: #fff;
}

.pm-epmc-section__heading {
  margin-bottom: 26px;
}

.pm-epmc-section__heading .section-heading {
  margin: 0;
  font-size: 66px;
  line-height: 70px;
  font-weight: 400;
  color: #000;
}

.pm-epmc-section__grid {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: start;
  width: 100%;
}

.pm-epmc-section__media,
.pm-epmc-section__content {
  width: 50%;
}

.pm-epmc-section__media img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.pm-epmc-section__intro {
  margin: 0 0 28px;
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}

.pm-epmc-checklist {
  display: grid;
  gap: 0;
}

.pm-epmc-checklist__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(7, 23, 28, 0.12);
}

.pm-epmc-checklist__item:last-child {
  border-bottom: 1px solid rgba(7, 23, 28, 0.12);
}

.pm-epmc-checklist__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pm-epmc-checklist__icon img {
  display: block;
  max-width: 44px;
  max-height: 44px;
}

.pm-epmc-checklist__item h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.service-link-grid-section {
  padding: 88px 0 36px;
  background: #fff;
}

.service-link-grid-section__heading {
  max-width: 1240px;
  margin: 0 auto 58px;
}

.service-link-grid-section__heading .section-heading {
  margin: 0;
  color: #000;
  font-size: 66px;
  line-height: 1.05;
  font-weight: 400;
  text-align: center;
}

.service-link-grid-section__copy {
  max-width: 1220px;
  margin: 18px auto 0;
  color: #737373;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.service-link-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-content: stretch;
  align-items: stretch;
  gap: 42px 36px;
  max-width: 1188px;
  margin: 0 auto;
}

.service-link-grid > .service-link-card {
  grid-column: span 2;
}

.service-link-grid[data-count="7"] {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  max-width: 1288px;
}

.service-link-grid[data-count="7"] > .service-link-card {
  grid-column: span 2;
}

.service-link-grid[data-count="7"] > .service-link-card:nth-child(5) {
  grid-column: 2 / span 2;
}

.service-link-grid[data-count="7"] > .service-link-card:nth-child(6) {
  grid-column: 4 / span 2;
}

.service-link-grid[data-count="7"] > .service-link-card:nth-child(7) {
  grid-column: 6 / span 2;
}

.service-link-grid[data-count="3"] {
  max-width: 1188px;
}

.service-link-grid[data-count="9"] {
  max-width: 1188px;
}

.service-link-card {
  height: 100%;
  text-align: center;
}

.service-link-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease;
}

.service-link-card__link:hover,
.service-link-card__link:focus-visible {
  transform: translateY(-4px);
}

.service-link-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #12bfd5;
}

.service-link-card__icon img {
  display: block;
  max-width: 56px;
  max-height: 56px;
}

.service-link-card__icon i {
  font-size: 42px;
  line-height: 1;
}

.service-link-card h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.service-link-card p {
  margin: 12px 0 0;
  color: #737373;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .service-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 28px;
    max-width: 760px;
  }

  .service-link-grid > .service-link-card,
  .service-link-grid[data-count="7"] > .service-link-card,
  .service-link-grid[data-count="7"] > .service-link-card:nth-child(5),
  .service-link-grid[data-count="7"] > .service-link-card:nth-child(6),
  .service-link-grid[data-count="7"] > .service-link-card:nth-child(7) {
    grid-column: auto;
  }

  .service-link-grid-section__heading .section-heading {
    font-size: 52px;
  }
}

@media (max-width: 767.98px) {
  .service-link-grid-section {
    padding: 64px 0 18px;
  }

  .service-link-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 28px;
    max-width: none;
  }

  .service-link-grid-section__heading {
    margin-bottom: 40px;
  }

  .service-link-grid-section__heading .section-heading {
    font-size: 40px;
  }

  .service-link-grid-section__copy {
    font-size: 16px;
    line-height: 28px;
  }
}

.appointment-card {
  background: var(--brand-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

body[data-page="appointment"] .appointment-card {
  border-radius: 0;
}

.appointment-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08);
  padding: 45px;
}

.appointment-card__media {
  min-height: 100%;
}

.appointment-card__body {
  padding: 48px;
}

.appointment-card__body h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 14px;
}

.form-control,
.form-select {
  border: 1px solid rgba(7, 23, 28, 0.1);
  border-radius: 0;
  min-height: 54px;
  color: var(--brand-ink);
  padding: 0.9rem 1rem;
  box-shadow: none !important;
}

textarea.form-control {
  min-height: 160px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(22, 217, 235, 0.58);
}

.contact-band {
  position: relative;
  z-index: 2;
  margin-bottom: -88px;
}

body[data-page="commercial"] .contact-band {
  margin-top: 100px;
}

.contact-band > .container,
.site-footer > .container {
  max-width: 1720px;
}

.contact-band__shell {
  display: flex;
  grid-template-columns: 697px minmax(0, 1fr);
  gap: 0;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  align-items: start;
  width: 100%;
}

.contact-band__panel {
  position: relative;
  min-height: 278px;
  padding: 40px 55px 38px;
  background: #00dfee;
  color: #052329;
  clip-path: polygon(0 0, 100% 0, calc(100% - 74px) 100%, 0 100%);
}

.contact-band__panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 34px;
  width: 14px;
  height: 100%;
  background: #04252c;
  transform: skewX(-15deg);
}

.contact-band__panel h2 {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 45px;
  font-weight: 400;
}

.contact-band__panel p {
  margin: 0;
  max-width: 484px;
  font-size: 18px;
  line-height: 28px;
}

.contact-band__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 466px));
  gap: 19px 18px;
  padding: 40px 46px 36px 27px;
  background: #fff;
}

.contact-band__shell > .wpcf7 {
  width: 50%;
  background: #fff;
}

.contact-band__shell > .wpcf7 form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 466px));
  gap: 19px 18px;
  padding: 40px 46px 36px 27px;
  background: #fff;
}

.contact-band__form .full-span {
  grid-column: 1 / -1;
}

.contact-band__shell > .wpcf7 .full-span,
.contact-band__shell > .wpcf7 .wpcf7-response-output {
  grid-column: 1 / -1;
}

.contact-band__form .form-control,
.contact-band__form .form-select,
.contact-band__form textarea,
.contact-band__shell > .wpcf7 .form-control,
.contact-band__shell > .wpcf7 .form-select,
.contact-band__shell > .wpcf7 textarea {
  height: 54px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-radius: 0;
  padding: 0 20px;
  box-shadow: none;
  font-size: 16px;
  line-height: 25px;
}

.contact-band__form .btn-brand {
  border: 0;
  padding: 0 32px;
  font-size: 18px;
  line-height: 26px;
}

.contact-band__shell > .wpcf7 .btn-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  height: 54px;
  border: 0;
  margin: 0;
  padding: 0 32px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, var(--brand-cyan) 0%, var(--brand-cyan-dark) 100%);
  box-shadow: 0 14px 32px rgba(8, 155, 177, 0.24);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.contact-band__shell > .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.contact-band__shell > .wpcf7 .btn-brand:hover,
.contact-band__shell > .wpcf7 .btn-brand:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(8, 155, 177, 0.28);
}

.contact-band__shell > .wpcf7 .wpcf7-spinner {
  margin: 10px 0 0;
}

.contact-band__shell > .wpcf7 .wpcf7-response-output {
  margin: 0;
  padding: 10px 14px;
  border-width: 1px;
  font-size: 14px;
  line-height: 20px;
}

.appointment-card__body .wpcf7 {
  width: 100%;
}

.appointment-card__body .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.appointment-card__body .wpcf7 .wpcf7-spinner {
  margin: 10px 0 0;
}

.appointment-card__body .wpcf7 .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 10px 14px;
  border-width: 1px;
  font-size: 14px;
  line-height: 20px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 205px 0 28px;
  background:
    linear-gradient(rgba(4, 24, 29, 0.95), rgba(4, 24, 29, 0.95)),
    url("../images/hero-maintenance.jpg") center/cover no-repeat;
  color: rgba(255, 255, 255, 0.86);
}

.site-footer::after {
  content: "Innertech electric";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 87px;
  font-family: "Funnel Sans", sans-serif;
  font-size: 200px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  text-transform: none;
}

.site-footer__logo {
  width: 262px;
  margin-bottom: 15px;
}

.site-footer__certification-logo {
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
  max-width: 219px;
  margin-top: 32px;
}

.site-footer__title {
  color: var(--brand-white);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 17px;
  white-space: nowrap;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 17px;
}

.site-footer li,
.site-footer a {
  font-size: 18px;
  line-height: 22.5px;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer a:hover {
  color: var(--brand-cyan);
}

.site-footer .row {
  --bs-gutter-x: 0;
  display: grid;
  grid-template-columns: 331px 213px 178px 241px 208px;
  justify-content: space-between;
  align-items: start;
}

.site-footer .row > [class*="col-"] {
  width: auto;
  max-width: none;
  flex: initial;
  padding-right: 0;
  padding-left: 0;
}

.site-footer__column {
  position: relative;
  min-width: 0;
}

.site-footer__column::before {
  content: "";
  position: absolute;
  left: -68px;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px dashed rgba(255, 255, 255, 0.12);
}

.site-footer__column:first-child::before {
  display: none;
}

.site-footer__bottom {
  position: relative;
  margin-top: 212px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-size: 18px;
  line-height: 22.5px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.social-link i {
  font-size: 24.66px;
  line-height: 1;
  flex: 0 0 auto;
}

.site-footer a[href^="tel:"],
.site-footer a[href^="mailto:"],
.site-footer a[href^="https://"] {
  white-space: nowrap;
}

.status-note {
  display: none;
  margin-top: 12px;
  color: var(--brand-cyan-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.status-note.is-visible {
  display: block;
}

.page-stack > * + * {
  margin-top: 34px;
}

@media (max-width: 1399.98px) {
  .site-navbar--unified .navbar-brand img {
    width: 205px;
  }

  .site-navbar--unified .navbar-nav {
    gap: 30px;
  }

  .site-navbar--unified .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 20px;
  }

  .site-navbar--unified .home-header-cta {
    margin-left: 48px;
  }

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

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

@media (max-width: 1280px) {
  .about-section__copy-wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 720px;
    gap: 15px;
    margin-top: 0;
    margin-left: 0;
  }

  .about-section__copy {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1199.98px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .commercial-service-areas__card h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .page-hero--ev h1,
  .page-hero--appointment h1,
  .page-hero--preventive h1,
  .page-hero--maintenance h1,
  .page-hero--lighting h1,
  .ev-section-heading .section-heading,
  .pm-epmc-section__heading .section-heading {
    width: auto;
    white-space: normal;
  }

  .ev-revenue-section__heading .section-heading span {
    white-space: normal;
  }

  .home-hero {
    min-height: 360px;
    padding-top: 96px;
  }

  .home-logo-row__inner {
    justify-content: center;
  }

  .home-who__grid {
    grid-template-columns: 1fr;
  }

  .home-who__image {
    max-width: 535px;
  }

  .hero {
    min-height: 680px;
  }

  .logo-strip {
    margin-top: -28px;
  }

  .media-split,
  .media-split.reverse,
  .appointment-card__grid,
  .contact-band__shell,
  .site-footer .row {
    grid-template-columns: 1fr;
  }

  .media-split.reverse .media-card,
  .media-split.reverse .media-copy {
    order: initial;
  }

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

  .contact-band__panel {
    clip-path: none;
  }

  .contact-band__panel::after,
  .site-footer__column::before {
    display: none;
  }

  .site-footer__bottom {
    margin-top: 72px;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 0 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-navbar--unified > .container {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .site-navbar--unified {
    z-index: 1000;
  }

  .site-navbar--unified .navbar-brand {
    position: relative;
    z-index: 1001;
  }

  .nav-book-btn {
    margin: 0.75rem 0 0;
  }

  .site-navbar--unified .home-header-cta {
    margin: 0.75rem 0 0;
  }

  .site-navbar--unified .navbar-collapse {
    display: none !important;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    flex-basis: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin-top: 0;
    padding: 112px 24px 30px;
    background-color: #020c0e;
    background:
      radial-gradient(circle at 88% 12%, rgba(22, 217, 235, 0.13), transparent 30%),
      linear-gradient(145deg, #020c0e, #000);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    isolation: isolate;
    z-index: 1003;
  }

  .site-navbar--unified .navbar-collapse.show,
  .site-navbar--unified .navbar-collapse.is-open {
    display: flex !important;
    animation: mobileMenuReveal 0.22s ease-out;
  }

  .site-navbar--unified .navbar-nav {
    gap: 0;
    margin-top: 0;
    width: 100%;
  }

  .site-navbar--unified .nav-item__row {
    justify-content: space-between;
    gap: 16px;
    align-items: center;
  }

  .site-navbar--unified .navbar-nav .nav-link {
    display: block;
    padding: 18px 0;
    font-size: clamp(28px, 8vw, 46px);
    line-height: 1.05;
    font-weight: 400;
    white-space: normal;
    flex: 1 1 auto;
  }

  .site-navbar--unified .nav-item + .nav-item {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .submenu-toggle {
    width: 44px;
    height: 44px;
    margin-top: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    flex: 0 0 44px;
  }

  .submenu {
    position: static;
    min-width: 0;
    margin: -2px 0 0;
    padding: 0 0 22px 18px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none;
  }

  .nav-item--submenu-open > .submenu {
    display: block;
    animation: submenuReveal 0.18s ease-out;
  }

  .submenu-list {
    gap: 0;
    padding-top: 4px;
  }

  .submenu-list .nav-link {
    display: block;
    padding: 10px 0;
    font-size: 17px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.82);
  }

  .submenu-list .nav-item + .nav-item {
    margin-top: 6px;
  }

  .site-navbar--unified .home-header-cta {
    width: 100%;
    max-width: none;
    min-height: 54px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 26px;
  }

  @keyframes mobileMenuReveal {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes submenuReveal {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .contact-band__shell {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  }

  .contact-band__form {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .contact-band__panel {
    min-height: 0;
    padding: 32px 28px 30px;
  }

  .contact-band__panel p {
    max-width: none;
  }

  .appointment-card__grid {
    gap: 28px;
  }
}

@media (min-width: 1100.01px) and (max-width: 1180px) {
  .contact-band__shell > .wpcf7 {
    width: 50%;
    background: #fff;
  }

  .contact-band__panel {
    min-height: 333px;
    padding: 40px 55px 38px;
    background: #00dfee;
    color: #052329;
    clip-path: polygon(0 0, 102% 0, calc(100% - 79px) 100%, 0 100%);
    width: 50%;
  }

  .commercial-media-split .media-card {
    min-height: 100%;
    border-radius: 0;
    box-shadow: none;
    width: 50%;
  }

  .commercial-media-copy .section-label {
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body[data-page="home"] .site-navbar {
    padding: 0.55rem 0;
  }

  .site-navbar--unified .navbar-nav {
    gap: 0;
    margin: 0;
  }

  .site-navbar--unified .navbar-brand img {
    width: 188px;
  }

  .home-top-cta {
    margin-top: 0.8rem;
    margin-left: 0;
  }

  .home-hero {
    min-height: 332px;
    padding: 94px 0 32px;
  }

  .home-services-grid,
  .home-work-grid {
    grid-template-columns: 1fr;
  }

  .home-about__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-about__button img {
    width: 145px;
  }

  .home-section-heading p {
    font-size: 0.72rem;
  }

  .section-space {
    padding: 88px 0;
  }

  .section-space-sm {
    padding: 72px 0;
  }

  .hero {
    padding: 145px 0 96px;
    min-height: 620px;
  }

  .page-hero {
    min-height: 310px;
    padding: 135px 0 62px;
  }

  .page-hero--commercial {
    min-height: 260px;
    padding: 60px 0;
  }

  .page-hero--commercial h1 {
    width: auto;
    font-size: 54px;
    line-height: 1.08;
  }

  .page-hero--appointment {
    min-height: 260px;
    height: auto;
    padding: 60px 0;
  }

  .page-hero--appointment h1 {
    width: auto;
    font-size: 54px;
    line-height: 1.08;
    white-space: normal;
  }

  .page-hero--preventive {
    min-height: 260px;
    height: auto;
    padding: 60px 0;
  }

  .page-hero--preventive h1 {
    width: auto;
    font-size: 54px;
    line-height: 1.08;
    white-space: normal;
  }

  .page-hero--maintenance {
    min-height: 260px;
    height: auto;
    padding: 60px 0;
  }

  .page-hero--maintenance h1 {
    width: auto;
    font-size: 54px;
    line-height: 1.08;
    white-space: normal;
  }

  .page-hero--lighting {
    min-height: 260px;
    height: auto;
    padding: 60px 0;
  }

  .page-hero--lighting h1 {
    width: auto;
    font-size: 54px;
    line-height: 1.08;
    white-space: normal;
  }

  .maintenance-intro {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .maintenance-intro__media {
    width: 100%;
    height: auto;
    max-width: 845px;
  }

  .maintenance-intro__copy,
  .maintenance-intro__copy .section-heading,
  .maintenance-intro__copy p {
    max-width: 100%;
  }

  .maintenance-intro__copy .section-heading {
    font-size: 48px;
    line-height: 58px;
  }

  .lighting-intro {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .lighting-intro-section > .container,
  .lighting-services-section > .container {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }

  .lighting-intro__media img {
    height: auto;
  }

  .lighting-services-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lighting-intro__copy .section-heading {
    font-size: 48px;
    line-height: 58px;
  }

  .page-hero--commercial p.lead {
    width: auto;
    max-width: 860px;
    font-size: 16px;
    line-height: 26px;
  }

  .commercial-media-split,
  .commercial-media-split.reverse,
  .commercial-section--inspection .commercial-media-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .commercial-media-split.reverse .media-card,
  .commercial-media-split.reverse .commercial-media-copy {
    order: initial;
  }

  .commercial-media-copy,
  .commercial-media-copy--narrow {
    max-width: 100%;
  }

  .commercial-media-copy .section-heading {
    max-width: none;
    font-size: 48px;
    line-height: 58px;
  }

  .commercial-solutions-slider {
    padding: 64px 0 80px;
  }

  .commercial-solutions-slider__top {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 36px;
  }

  .commercial-solutions-slider__intro .section-heading {
    max-width: none;
    font-size: 48px;
    line-height: 58px;
  }

  .commercial-solutions-slider__slide img {
    height: 520px;
  }

  .commercial-solutions-slider__control--prev {
    left: 12px;
  }

  .commercial-solutions-slider__control--next {
    right: 12px;
  }

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

  .logo-strip__inner {
    gap: 1.5rem 2.2rem;
    padding: 24px 22px;
  }

  .service-card {
    min-height: 400px;
  }

  .about-media,
  .media-card,
  .who-we-are .media-card {
    min-height: 380px;
  }

  .article-list__item {
    grid-template-columns: 1fr;
  }

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

  .ev-grid,
  .feature-grid,
  .info-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .site-footer::after {
    font-size: 120px;
    bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-structured-hero__title,
  .page-hero--commercial h1,
  .page-hero--ev h1,
  .page-hero--appointment h1,
  .page-hero--preventive h1,
  .page-hero--maintenance h1,
  .page-hero--lighting h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .about-section__title,
  .home-section-title,
  .commercial-media-copy .section-heading,
  .commercial-solutions-slider__intro .section-heading,
  .lighting-intro__copy .section-heading,
  .maintenance-intro__copy .section-heading,
  .ev-section-heading .section-heading,
  .ev-revenue-section__heading .section-heading,
  .ev-condo-section__heading .section-heading,
  .pm-intro-copy .section-heading,
  .pm-thermal-section__heading .section-heading,
  .pm-epmc-section__heading .section-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-band__form {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 466px));
    gap: 19px 18px;
    padding: 40px 46px 36px 27px;
    background: #fff;
  }

  .contact-band__shell {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 697px minmax(0, 1fr);
    gap: 0;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
    align-items: start;
    width: 100%;
  }

  .home-structured .contact-band__shell {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
  }

  .contact-band__panel,
  .home-structured .contact-band__panel {
    min-height: unset;
    width: 100%;
    clip-path: unset;
  }

  .contact-band__panel::after,
  .home-structured .contact-band__panel::after {
    display: none;
  }

  .contact-band__panel p,
  .home-structured .contact-band__panel p {
    max-width: 100%;
  }

  .home-structured .contact-band__form {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 466px));
    gap: 19px 18px;
    padding: 40px 46px 36px 27px;
    background: #fff;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body[data-page="commercial"] .container {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  body[data-page="commercial"] .service-link-grid-section--commercial,
  body[data-page="commercial"] .commercial-section,
  body[data-page="commercial"] .commercial-section--inspection,
  body[data-page="commercial"] .commercial-gallery-section,
  body[data-page="commercial"] .commercial-solutions-slider {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  body[data-page="commercial"] main > .media-split.commercial-media-split {
    width: 100%;
    margin: 0;
    padding: 64px 32px;
    box-sizing: border-box;
  }

  body[data-page="commercial"] .commercial-media-split,
  body[data-page="commercial"] .commercial-media-split.reverse,
  body[data-page="commercial"] .commercial-section--inspection .commercial-media-split {
    flex-direction: column;
    gap: 32px;
  }

  body[data-page="commercial"] .commercial-media-split .media-card,
  body[data-page="commercial"] .commercial-media-copy,
  body[data-page="commercial"] .commercial-media-copy--narrow {
    width: 100%;
  }

  body[data-page="commercial"] .commercial-media-split .media-card {
    min-height: 420px;
  }

  body[data-page="commercial"] .commercial-media-split .media-card img {
    height: 420px;
    object-fit: cover;
  }

  body[data-page="commercial"] .commercial-media-split.reverse .media-card,
  body[data-page="commercial"] .commercial-media-split.reverse .commercial-media-copy {
    order: initial;
  }

  body[data-page="commercial"] .commercial-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="commercial"] .contact-band__shell > .wpcf7 {
    width: 100%;
  }

  body[data-page="commercial"] .contact-band__shell > .wpcf7 form,
  body[data-page="commercial"] .contact-band__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 32px 28px 30px;
  }
}

@media (max-width: 767.98px) {
  body[data-page="home"] main {
    padding-top: 0;
  }

  body[data-page="preventive"] .pm-intro-section {
    padding: 60px 0 72px;
  }

  body[data-page="preventive"] .pm-thermal-section,
  body[data-page="preventive"] .pm-epmc-section {
    padding: 0 0 72px;
  }

  body[data-page="preventive"] .pm-intro-section__grid,
  body[data-page="preventive"] .pm-epmc-section__grid {
    flex-direction: column;
    gap: 28px;
  }

  body[data-page="preventive"] .pm-intro-slider,
  body[data-page="preventive"] .pm-intro-copy,
  body[data-page="preventive"] .pm-epmc-section__media,
  body[data-page="preventive"] .pm-epmc-section__content {
    width: 100%;
  }

  body[data-page="preventive"] .pm-intro-slider__slide img,
  body[data-page="preventive"] .pm-epmc-section__media img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  body[data-page="preventive"] .pm-intro-slider__control--prev {
    left: 12px;
  }

  body[data-page="preventive"] .pm-intro-slider__control--next {
    right: 12px;
  }

  body[data-page="preventive"] .pm-intro-copy .section-label,
  body[data-page="preventive"] .pm-thermal-section__heading .section-label,
  body[data-page="preventive"] .pm-epmc-section__heading .section-label {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.8px;
  }

  body[data-page="preventive"] .pm-intro-copy .section-heading,
  body[data-page="preventive"] .pm-thermal-section__heading .section-heading,
  body[data-page="preventive"] .pm-epmc-section__heading .section-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  body[data-page="preventive"] .pm-intro-copy p,
  body[data-page="preventive"] .pm-thermal-section__heading p,
  body[data-page="preventive"] .pm-epmc-section__intro {
    font-size: 16px;
    line-height: 26px;
  }

  body[data-page="preventive"] .pm-thermal-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body[data-page="preventive"] .pm-thermal-card {
    min-height: 0;
    padding: 22px 20px;
  }

  body[data-page="preventive"] .pm-epmc-checklist__item {
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0;
  }

  body[data-page="preventive"] .pm-thermal-card h3,
  body[data-page="preventive"] .pm-epmc-checklist__item h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .about-section {
    margin-top: 100px;
    padding: 73px 0 0;
    background-color: #05292c !important;
    background: #05292c !important;
  }

  .container {
    max-width: 1720px;
    padding: 0 20px !important;
  }

  body {
    min-width: 320px;
  }

  .site-navbar--unified {
    min-height: 82px;
  }

  .site-navbar--unified .navbar-brand img {
    width: 168px;
  }

  .site-navbar--unified .navbar-collapse {
    margin-top: 0.75rem;
    padding: 16px;
  }

  .site-navbar--unified .navbar-nav .nav-link {
    padding: 11px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .home-structured-hero__cta-icon {
    display: none;
  }

  .home-hero__kicker {
    width: 185px;
  }

  .home-hero__title {
    width: min(355px, 88%);
  }

  .home-hero__copy {
    width: min(300px, 88%);
    font-size: 0.68rem;
  }

  .home-logo-row {
    padding-top: 16px;
  }

  .home-logo-row__inner img {
    max-height: 21px;
  }

  .home-section-heading__title {
    max-width: 250px;
  }

  .home-section-heading__title--blog {
    max-width: 290px;
  }

  .home-footer-image {
    padding-top: 4px;
  }

  .hero h1,
  .page-hero h1,
  .section-heading,
  .appointment-card__body h2 {
    letter-spacing: -0.02em;
  }

  .page-hero--commercial h1,
  .page-hero--ev h1,
  .page-hero--appointment h1,
  .page-hero--preventive h1,
  .page-hero--maintenance h1,
  .page-hero--lighting h1 {
    letter-spacing: 0;
  }

  .hero .d-flex,
  .page-hero .d-flex {
    flex-direction: column;
  }

  .logo-strip__inner {
    gap: 20px 24px;
    padding: 20px 16px;
    justify-content: flex-start;
  }

  .logo-strip img {
    max-height: 30px;
  }

  .testimonial-card,
  .appointment-card__body {
    padding: 34px 24px;
  }

  .contact-band {
    margin-bottom: -52px;
  }

  .contact-band__panel {
    padding: 26px 20px 24px;
    clip-path: none !important;
  }

  .contact-band__shell {
    flex-wrap: wrap;
  }

  .contact-band__panel h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .contact-band__panel p {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-band__form {
    padding: 20px 18px 22px;
    gap: 14px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contact-band__form .form-control,
  .contact-band__form .form-select,
  .contact-band__form .btn-brand {
    height: 50px;
    font-size: 15px;
    line-height: 22px;
  }

  .site-form textarea.form-control,
  .appointment-card textarea.form-control {
    min-height: 120px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .appointment-card__body {
    padding: 26px 20px;
  }

  .appointment-card__body .btn-brand {
    width: 100%;
  }

  .home-past-grid__controls,
  .commercial-solutions-slider__controls {
    gap: 16px;
    margin-top: 28px;
  }

  .home-past-grid__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 40px auto;
    max-width: 1700px;
    padding: 0px;
  }

  .home-testimonial-slider__control {
    top: 24px;
    width: 42px;
    height: 42px;
    display: none;
  }

  .home-news-story {
    display: flex;
    flex-direction: row;
    gap: 40.471px;
    padding-bottom: 40.471px;
    border-bottom: 1.265px solid rgba(46, 46, 46, 0.12);
    flex-wrap: wrap;
  }

  .commercial-media-split .media-card {
    min-height: 100%;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }

  .media-split {
    display: flex;
    flex-direction: row;
    gap: 44px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .commercial-media-copy {
    width: 100%;
  }

  .gallery-grid.commercial-gallery-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: initial;
    gap: 30px 28px;
  }

  .lighting-intro__media {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .site-footer {
    padding: 160px 0 24px;
  }

  .site-footer::after {
    display: none;
  }

  .site-footer__logo {
    width: min(220px, 100%);
  }

  .site-footer__title,
  .social-link,
  .site-footer a[href^="tel:"],
  .site-footer a[href^="mailto:"],
  .site-footer a[href^="https://"] {
    white-space: normal;
  }

  .site-footer__bottom {
    margin-top: 48px;
  }
}

@media (max-width: 575.98px) {
  .hero,
  .page-hero {
    background-position: center;
  }

  .section-space {
    padding: 64px 0;
  }

  .section-space-sm {
    padding: 52px 0;
  }

  .service-card,
  .media-card,
  .about-media,
  .who-we-are .media-card {
    min-height: auto;
  }

  .home-past-grid__control,
  .commercial-solutions-slider__control,
  .pm-intro-slider__control,
  .testimonial-arrow {
    width: 44px;
    height: 44px;
  }
}

.svg-homepage {
  margin: 0;
  background: #ffffff;
}

.svg-homepage__main {
  width: 100%;
}

.svg-homepage__image {
  display: block;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}

.exact-homepage {
  margin: 0;
  background: #ffffff;
}

.exact-homepage__main {
  width: 100%;
}

.exact-homepage__image {
  display: block;
  width: 100%;
  max-width: 2879px;
  height: auto;
  margin: 0 auto;
}

.home-structured .site-navbar {
  min-height: 100px;
  padding: 0;
  background: rgba(2, 1, 0, 0.96);
}

.home-structured .container {
  max-width: 1720px;
  padding: 0 50px;
}

.home-structured .site-navbar--unified > .container {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}

.home-structured .navbar-brand img {
  width: 233px;
}

.home-structured .navbar-nav .nav-link {
  padding: 0;
  font-size: 18px;
  line-height: 22.5px;
  font-weight: 400;
  font-family: "Funnel Sans", sans-serif;
  color: #fff;
}

.home-structured .navbar-nav {
  gap: 55px;
}

.home-structured .navbar-collapse {
  justify-content: flex-end;
}

.home-structured .navbar-nav .nav-link.active::after {
  display: none;
}

.home-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #00e9f7 0%, #0b5665 100%);
  border: 0;
  box-shadow: none;
  text-align: center;
}

.home-cta-button:hover {
  color: #fff;
}

.home-header-cta {
  margin-left: 208px;
}

.home-header-cta--top {
  min-width: 248px;
  min-height: 62px;
  padding: 18px 30px;
  font-size: 18px;
  line-height: 26px;
}

.home-structured-hero {
  position: relative;
  min-height: 900px;
  padding: 255px 0 140px;
  background:
    linear-gradient(rgba(0, 32, 34, 0.78), rgba(0, 32, 34, 0.78)),
    url("../images/home-banner-gif.gif") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.home-kicker {
  width: fit-content;
  margin: 0 auto 16px;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.home-structured-hero__title {
  max-width: 867px;
  margin: 0 auto 20px;
  font-size: 86px;
  line-height: 100px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.home-structured-hero__copy {
  max-width: 1176px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}

.home-structured-hero__cta-wrap {
  display: inline-flex;
  align-items: flex-start;
  gap: 26px;
}

.home-structured-hero__cta {
  min-width: 163px;
  min-height: 62px;
  padding: 18px 30px;
  font-size: 18px;
  line-height: 26px;
}

.home-structured-hero__cta-icon {
  width: 58px;
  height: auto;
  display: block;
  margin-top: -11px;
  object-fit: contain;
}

.home-structured-hero__wordmark {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0.12;
  pointer-events: none;
  font-size: clamp(90px, 10.4vw, 200px);
  line-height: 0.375;
  font-weight: 700;
  letter-spacing: -2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.home-brand-strip {
  padding: 100px 0 90px;
  background: #fff;
}

.home-brand-strip__viewport {
  overflow: hidden;
  width: 100%;
}

.home-brand-strip__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: homeBrandStripScroll 24s linear infinite;
}

.home-brand-strip__group {
  display: flex;
  align-items: center;
  gap: 103px;
  padding-right: 103px;
  flex: 0 0 auto;
}

.home-brand-strip__group img {
  width: auto;
  max-height: 66px;
  flex: 0 0 auto;
}

@keyframes homeBrandStripScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 51.5px));
  }
}

.home-structured-section {
  padding: 90px 0 0;
}

.home-structured-heading {
  margin-bottom: 38px;
  text-align: center;
}

.home-structured-heading--left {
  text-align: left;
}

.home-section-label {
  margin: 0 0 8px;
  color: #020100;
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-align: center;
}

.home-section-label--left {
  text-align: left;
}

.home-section-title {
  margin: 0;
  color: #020100;
  font-size: 66px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
}

.home-section-title--left {
  text-align: left;
}

.home-section-title--who {
  line-height: 70px;
  margin-bottom: 8px;
}

.home-structured-heading p {
  max-width: 1301px;
  margin: 15px auto 0;
  font-size: 18px;
  line-height: 28px;
  color: #737373;
}

.home-structured-heading--left p {
  margin-left: 0;
  margin-right: 0;
}

.home-services-row {
  --bs-gutter-x: 31px;
}

.home-service-card-image {
  position: relative;
  overflow: hidden;
  background: #0a232a;
}

.home-service-card-image--link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.home-service-card-image img {
  width: 100%;
  display: block;
  min-height: 520px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.home-service-card-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 36%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(4, 29, 34, 0.88) 100%);
  pointer-events: none;
}

.home-service-card-image__overlay {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 1;
}

.home-service-card-image__title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
}

.home-service-card-image--link:hover img,
.home-service-card-image--link:focus-visible img {
  transform: scale(1.03);
}

.about-section {
  margin-top: 100px;
  padding: 73px 0 0;
  background: linear-gradient(to bottom, #05292c 0 50%, #ffffff 50% 100%);
}

.about-section__top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 0;
  row-gap: 28px;
  width: 100%;
  justify-content: space-between;
}

.about-section__intro {
  margin: 0;
}

.about-section__eyebrow {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.about-section__title {
  margin: 0;
  color: #fff;
  font-size: 66px;
  line-height: 80px;
  font-weight: 400;
}

.about-section__copy-wrap {
  display: flex;
  align-items: flex-start;
  width: 908px;
  max-width: 908px;
  gap: 15px;
  margin-top: 0;
  margin-left: 0;
}

.about-section__accent {
  flex: 0 0 2px;
  width: 2px;
  min-height: 134px;
  margin-top: 6px;
  background: #00e9f7;
  opacity: 0.95;
}

.about-section__copy {
  width: 893px;
  max-width: 893px;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  line-height: 28px;
}

.about-section__action {
  display: flex;
  justify-content: flex-end;
  padding-top: 17px;
}

.about-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  min-width: 244px;
  height: 76px;
  min-height: 76px;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 26px;
  border-radius: 0;
}

.about-section__media {
  margin: 35px 0 0;
}

.about-section__image {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center bottom;
}

.home-copy-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.home-copy-block__line {
  width: 1px;
  min-width: 1px;
  background: rgba(255, 255, 255, 0.65);
}

.home-past-section .container {
  max-width: 1320px;
}

.home-past-section__full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.home-past-section__viewport {
  width: 100%;
  overflow: hidden;
}

.home-past-grid {
  display: flex;
  gap: 31px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.home-past-grid__card {
  flex: 0 0 calc((100% - 62px) / 3);
  position: relative;
  overflow: hidden;
  min-height: 525px;
  background: #041d22;
  isolation: isolate;
}

.home-past-grid__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.home-past-grid__overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  padding: 18px 20px 16px;
  background: rgba(4, 35, 41, 0.96);
  color: #fff;
  transition:
    transform 0.4s ease,
    padding 0.4s ease,
    background 0.4s ease;
}

.home-past-grid__title {
  margin: 0;
  color: #fff;
  font-family: "Funnel Sans", sans-serif;
  font-size: 36px;
  line-height: 1.22;
  font-weight: 400;
  font-style: normal;
  transition: margin 0.35s ease;
}

.home-past-grid__copy {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(10px);
  transition:
    max-height 0.45s ease,
    opacity 0.3s ease,
    transform 0.35s ease,
    margin-top 0.35s ease;
}

.home-past-grid__card:hover img,
.home-past-grid__card:focus-within img {
  transform: scale(1.03);
}

.home-past-grid__card:hover .home-past-grid__overlay,
.home-past-grid__card:focus-within .home-past-grid__overlay {
  padding-top: 20px;
  padding-bottom: 18px;
}

.home-past-grid__card:hover .home-past-grid__copy,
.home-past-grid__card:focus-within .home-past-grid__copy {
  max-height: 160px;
  margin-top: 16px;
  opacity: 1;
  transform: translateY(0);
}

.home-past-grid__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 40px auto;
  max-width: 1700px;
  padding: 0px 50px;
}

.home-past-grid__progress {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1228px;
  height: 1px;
  background: rgba(4, 35, 41, 0.12);
}

.home-past-grid__progress-fill {
  display: block;
  width: 230px;
  max-width: 100%;
  height: 1px;
  background: #042329;
  transition: width 0.35s ease;
}

.home-past-grid__arrows {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.home-past-grid__arrow {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.home-past-grid__arrow:hover,
.home-past-grid__arrow:focus-visible {
  transform: translateY(-1px);
}

.home-past-grid__arrow:disabled {
  opacity: 0.55;
  cursor: default;
  transform: none;
}

.home-past-grid__arrow--prev {
  border: 1px solid rgba(4, 35, 41, 0.45);
  color: #042329;
  background: #fff;
}

.home-past-grid__arrow--next {
  border: 1px solid rgba(4, 35, 41, 0.45);
  color: #042329;
  background: #fff;
}

.home-past-grid__arrow--prev:hover,
.home-past-grid__arrow--prev:focus-visible,
.home-past-grid__arrow--next:hover,
.home-past-grid__arrow--next:focus-visible {
  border-color: #00d9ea;
  color: #fff;
  background: linear-gradient(180deg, #11e8f5 0%, #0b7484 100%);
}

.home-who-panel__copy {
  max-width: 792px;
  margin: 0;
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}

.home-copy-block--who {
  margin-top: 24px;
}

.home-copy-block--who .home-copy-block__line {
  height: 117px;
  margin-top: 0;
  background: rgba(2, 1, 0, 0.22);
}

.home-who-panel__image {
  width: 100%;
}

.home-testimonial-panel {
  padding-top: 140px;
}

.home-testimonial-panel__actions {
  margin-top: 24px;
}

.home-testimonial-panel__summary {
  margin-top: 18px;
  color: #0b7484;
  font-size: 17px;
  line-height: 24px;
}

.home-testimonial-panel__link {
  min-width: 240px;
  min-height: 56px;
  padding: 14px 26px;
}

.home-testimonial-plugin {
  width: 100%;
  margin-top: 40px;
}

.home-testimonial-plugin--empty {
  min-height: 180px;
  padding: 36px 28px;
  border: 1px solid rgba(11, 116, 132, 0.18);
  border-radius: 24px;
  background: #f7fbfc;
  text-align: center;
}

.home-testimonial-plugin__message {
  margin: 0 0 18px;
  color: #1f2b2d;
  font-size: 18px;
  line-height: 1.6;
}

.home-testimonial-slider {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-height: 500px;
  margin: 0 auto;
}

.home-testimonial-slider__content {
  position: relative;
  width: 100%;
  max-width: 1253px;
  margin: 0 auto;
  min-height: 490px;
  padding: 62px 0 0;
  background: url("../i/OJO4YQ0%201.png") center 0/831px auto no-repeat;
}

.home-testimonial-slider__control {
  position: absolute;
  top: 113px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #333;
  padding: 0;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.home-testimonial-slider__control:hover {
  transform: translateY(-1px);
}

.home-testimonial-slider__control:hover,
.home-testimonial-slider__control:focus-visible {
  border-color: #00d9ea;
  background: linear-gradient(180deg, #11e8f5 0%, #0b7484 100%);
}

.home-testimonial-slider__control--next {
  right: 0;
  border: 1px solid #333;
  background: #fff;
}

.home-testimonial-slider__control--prev {
  left: 0;
}

.home-testimonial-slider__arrow {
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.home-testimonial-slider__arrow--prev {
  color: #333;
  transform: rotate(-135deg);
}

.home-testimonial-slider__arrow--next {
  color: #333;
  transform: rotate(45deg);
}

.home-testimonial-slider__control:hover .home-testimonial-slider__arrow,
.home-testimonial-slider__control:focus-visible .home-testimonial-slider__arrow {
  color: #fff;
}

.home-testimonial-slider .testimonial-quote {
  max-width: 1253px;
  margin: 0 auto;
  color: #737373;
  font-size: 28px;
  line-height: 38px;
  font-style: italic;
  text-align: center;
}

.home-testimonial-slider__avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
}

.home-testimonial-slider .testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.6;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.home-testimonial-slider .testimonial-avatar.is-near {
  width: 76px;
  height: 76px;
  opacity: 0.85;
}

.home-testimonial-slider .testimonial-avatar.is-active {
  width: 97px;
  height: 98px;
  opacity: 1;
}

.home-testimonial-slider .testimonial-author {
  margin: 26px 0 0;
  color: #020100;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.home-testimonial-slider .testimonial-role {
  margin-top: 17px;
  color: #737373;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.home-testimonial-slider .testimonial-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-top: 26px;
}

.home-testimonial-slider__google-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  color: #0b7484;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-testimonial-slider .testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #acacac;
  opacity: 0.4;
}

.home-testimonial-slider .testimonial-dot.is-active {
  width: 18px;
  height: 18px;
  background: #00e9f7;
  opacity: 1;
}

.home-news-panel {
  padding-top: 120px;
}

.home-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 839.765px) minmax(0, 839.765px);
  gap: 40.47px;
  align-items: start;
}

.home-news-feature,
.home-news-story {
  background: transparent;
}

.home-news-feature__media img {
  width: 100%;
  aspect-ratio: 839.765 / 518.529;
  object-fit: cover;
}

.home-news-feature__body {
  max-width: 779.41px;
  margin-top: 40.47px;
  margin-left: 30px;
}

.home-news-story__body {
  max-width: 505.882px;
  padding-top: 32.882px;
}

.home-news-story__meta {
  display: inline-flex;
  align-items: center;
  gap: 10.63px;
  color: #2e2e2e;
  font-size: 17px;
  line-height: 20.268px;
  text-transform: capitalize;
}

.home-news-story__meta-icon {
  width: 20.235px;
  height: 18.911px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
}

.home-news-feature h3,
.home-news-story h3 {
  margin: 30.32px 0 20px;
  color: #2e2e2e;
  font-size: 30px;
  line-height: 40.47px;
  font-weight: 400;
  text-transform: capitalize;
}

.home-news-feature p {
  max-width: 744px;
  margin: 0 0 23px;
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}

.home-news-card__link {
  color: #31c7d3;
  font-size: 18px;
  line-height: 26px;
  text-decoration: underline;
  text-transform: capitalize;
}

.home-news-list {
  display: grid;
  gap: 0;
}

.home-news-story {
  display: flex;
  flex-direction: row;
  gap: 40.471px;
  padding-bottom: 40.471px;
  border-bottom: 1.265px solid rgba(46, 46, 46, 0.12);
}

.home-news-story + .home-news-story {
  padding-top: 40.471px;
}

.home-news-story__media img {
  width: 293.412px;
  height: 227.647px;
  object-fit: cover;
}

.home-news-story h3 {
  margin: 30.32px 0 36px;
}

.home-structured .contact-band {
  margin-top: 100px;
  margin-bottom: -143px;
}

.home-structured .contact-band > .container,
.home-structured .site-footer > .container {
  max-width: 1720px;
}

.home-structured .contact-band__shell {
  grid-template-columns: 697px minmax(0, 1fr);
  gap: 0;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  align-items: start;
}

.home-structured .contact-band__panel {
  min-height: 326px;
  padding: 40px 55px 38px;
  background: #00dfee;
  color: #052329;
  clip-path: polygon(0 0, 100% 0, calc(100% - 74px) 100%, 0 100%);
}

.home-structured .contact-band__panel h2 {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 45px;
  font-weight: 400;
}

.home-structured .contact-band__panel p {
  max-width: 484px;
  font-size: 18px;
  line-height: 28px;
}

.home-structured .contact-band__form {
  grid-template-columns: repeat(2, minmax(0, 466px));
  gap: 19px 18px;
  padding: 40px 46px 36px 27px;
  background: #fff;
}

.home-structured .contact-band__form .form-control,
.home-structured .contact-band__form .form-select,
.home-structured .contact-band__form .btn-brand {
  height: 54px;
  /* border: 0; */
  border-radius: 0;
  padding: 0 20px;
  box-shadow: none;
  font-size: 16px;
  line-height: 25px;
}

.home-structured .contact-band__form .btn-brand {
  padding: 0 32px;
  font-size: 18px;
  line-height: 26px;
}

.home-structured .site-footer {
  padding: 205px 0 28px;
}

.home-structured .site-footer::after {
  content: "Innertech electric";
  bottom: 87px;
  font-size: 200px;
  line-height: 75px;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.05);
  text-transform: none;
}

.home-structured .site-footer .row {
  --bs-gutter-x: 0;
  display: grid;
  grid-template-columns: 331px 213px 178px 241px 208px;
  justify-content: space-between;
  align-items: start;
}

.home-structured .site-footer .row > [class*="col-"] {
  width: auto;
  max-width: none;
  flex: initial;
  padding-right: 0;
  padding-left: 0;
}

.home-structured .site-footer__column {
  min-width: 0;
}

.home-structured .site-footer__logo {
  width: 262px;
  margin-bottom: 15px;
}

.home-structured .site-footer__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 17px;
  white-space: nowrap;
}

.home-structured .site-footer li,
.home-structured .site-footer a,
.home-structured .site-footer__bottom {
  font-size: 18px;
  line-height: 22.5px;
}

.home-structured .site-footer li + li {
  margin-top: 17px;
}

.home-structured .social-link i {
  font-size: 24.66px;
  line-height: 1;
  flex: 0 0 auto;
}

.home-structured .social-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.home-structured .social-link span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.home-structured .site-footer a[href^="tel:"],
.home-structured .site-footer a[href^="mailto:"],
.home-structured .site-footer a[href^="https://"] {
  white-space: nowrap;
}

.home-structured .site-footer__column::before {
  left: -68px;
  border-left-style: dashed;
  border-left-color: rgba(255, 255, 255, 0.12);
}

.home-structured .site-footer__bottom {
  margin-top: 212px;
  padding-top: 26px;
}

@media (max-width: 1199.98px) {
  .home-structured-hero {
    min-height: 650px;
    padding: 185px 0 100px;
  }

  .page-hero--ev {
    min-height: 260px;
    height: auto;
    padding: 60px 0;
  }

  .page-hero--ev h1 {
    width: auto;
    font-size: 54px;
    line-height: 1.08;
  }

  .page-hero--appointment {
    min-height: 260px;
    height: auto;
    padding: 60px 0;
  }

  .page-hero--appointment h1 {
    width: auto;
    font-size: 54px;
    line-height: 1.08;
    white-space: normal;
  }

  .page-hero--ev p.lead {
    width: auto;
    max-width: 860px;
    font-size: 16px;
    line-height: 26px;
  }

  .ev-section-heading .section-heading,
  .ev-revenue-section__heading .section-heading,
  .ev-condo-section__heading .section-heading {
    font-size: 48px;
    line-height: 58px;
  }

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

  .ev-revenue-grid > .ev-revenue-card,
  .ev-revenue-grid > .ev-revenue-card:nth-child(4),
  .ev-revenue-grid > .ev-revenue-card:nth-child(5) {
    grid-column: auto;
  }

  .ev-condo-section__grid {
    flex-direction: column;
    gap: 36px;
  }

  .ev-condo-section__media,
  .ev-condo-section__content {
    width: 100%;
  }

  .ev-condo-checklist {
    padding-top: 0;
  }

  .ev-condo-section__media img {
    height: 520px;
  }

  .pm-intro-section__grid,
  .pm-epmc-section__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .pm-intro-slider__slide img {
    height: 720px;
  }

  .pm-intro-copy .section-heading,
  .pm-thermal-section__heading .section-heading,
  .pm-epmc-section__heading .section-heading {
    font-size: 48px;
    line-height: 58px;
    white-space: normal;
  }

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

  .pm-thermal-grid > .pm-thermal-card,
  .pm-thermal-grid > .pm-thermal-card:nth-child(4),
  .pm-thermal-grid > .pm-thermal-card:nth-child(5) {
    grid-column: auto;
  }

  .pm-intro-slider__control--prev {
    left: 12px;
  }

  .pm-intro-slider__control--next {
    right: 12px;
  }

  .ev-condo-section__content {
    padding-top: 0;
  }

  .home-brand-strip__group {
    gap: 72px;
    padding-right: 72px;
  }

  .home-testimonial-slider {
    min-height: 0;
    padding: 0 72px;
  }

  .home-testimonial-slider__control {
    top: 96px;
  }

  .home-news-grid {
    grid-template-columns: 1fr;
  }

  .home-news-feature__body {
    max-width: none;
    margin-left: 0;
  }

  .home-past-grid {
    gap: 24px;
  }

  .home-past-section__full {
    padding: 0 24px;
  }

  .home-past-grid__controls {
    margin-top: 18px;
  }

  .home-past-grid__progress {
    max-width: none;
  }

  .home-past-grid__card {
    flex-basis: 100%;
    min-height: 460px;
  }

  .home-structured .contact-band__shell,
  .home-structured .site-footer .row {
    grid-template-columns: 1fr;
  }

  .home-structured .contact-band__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px;
  }

  .home-structured .site-footer__column::before {
    display: none;
  }

  .home-structured .site-footer__bottom {
    margin-top: 72px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .container,
  .site-navbar--unified > .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  body[data-page="commercial"] .container,
  body[data-page="ev"] .container,
  body[data-page="preventive"] .container,
  body[data-page="appointment"] .container,
  body[data-page="lighting"] .container,
  body[data-page="maintenance"] .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .site-navbar--unified {
    min-height: 92px;
  }

  .site-navbar--unified .navbar-brand img {
    width: 190px;
  }

  .site-navbar--unified .navbar-collapse {
    margin-top: 0.85rem;
    padding: 18px 22px 20px;
  }

  .home-structured-hero {
    min-height: 585px;
    padding: 152px 0 92px;
  }

  .home-structured-hero__title {
    max-width: 760px;
    font-size: 36px;
    line-height: 46px;
  }

  .home-structured-hero__copy {
    max-width: 860px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
  }

  .home-structured-hero__wordmark {
    font-size: 150px;
  }

  .page-hero--commercial,
  .page-hero--ev,
  .page-hero--appointment,
  .page-hero--preventive,
  .page-hero--maintenance,
  .page-hero--lighting {
    min-height: 280px;
    height: auto;
    padding: 64px 0 54px;
  }

  .page-hero--commercial h1,
  .page-hero--ev h1,
  .page-hero--appointment h1,
  .page-hero--preventive h1,
  .page-hero--maintenance h1,
  .page-hero--lighting h1 {
    width: auto;
    max-width: 820px;
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 46px;
  }

  .page-hero--commercial p.lead,
  .page-hero--ev p.lead {
    width: auto;
    max-width: 760px;
    font-size: 15px;
    line-height: 24px;
  }

  .about-section__top {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px 36px;
    align-items: start;
  }

  .about-section__copy-wrap {
    width: 100%;
    max-width: none;
  }

  .about-section__image {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center bottom;
  }

  .about-section__action {
    grid-column: 2;
    justify-content: flex-start;
  }

  .about-section__title,
  .home-section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .commercial-media-copy .section-heading,
  .commercial-solutions-slider__intro .section-heading,
  .lighting-intro__copy .section-heading,
  .maintenance-intro__copy .section-heading,
  .ev-section-heading .section-heading,
  .ev-revenue-section__heading .section-heading,
  .ev-condo-section__heading .section-heading,
  .pm-intro-copy .section-heading,
  .pm-thermal-section__heading .section-heading,
  .pm-epmc-section__heading .section-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .home-news-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
  }

  .home-news-feature h3,
  .home-news-story h3 {
    margin: 30.32px 0 20px;
    color: #2e2e2e;
    font-size: 20px;
    line-height: 30.47px;
    font-weight: 400;
    text-transform: capitalize;
  }

  .home-news-story h3 {
    margin: 0 0 10px;
  }

  .home-news-story__media img {
    width: 293.412px;
    height: 190.647px;
    object-fit: cover;
  }

  .home-past-section__full {
    padding: 0 28px;
  }

  .home-past-grid {
    gap: 24px;
  }

  .home-past-grid__card {
    flex: 0 0 calc((100% - 24px) / 2);
    min-height: 500px;
  }

  .home-past-grid__controls {
    margin-top: 26px;
  }

  .home-past-grid__progress {
    max-width: 720px;
  }

  .contact-band__shell,
  .home-structured .contact-band__shell {
    grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
  }

  .contact-band__shell {
    flex-wrap: wrap;
  }

  .contact-band__panel,
  .home-structured .contact-band__panel {
    min-height: unset;
    padding: 32px 34px 30px;
  }

  .contact-band__panel,
  .home-structured .contact-band__panel {
    clip-path: unset;
    width: 100%;
  }

  .contact-band__panel::after,
  .home-structured .contact-band__panel::after {
    display: none;
  }

  .contact-band__panel p,
  .home-structured .contact-band__panel p {
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .contact-band__form,
  .home-structured .contact-band__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 16px;
    padding: 28px 24px 26px 20px;
  }

  .contact-band__form,
  .home-structured .contact-band__form {
    width: 100%;
  }

  .appointment-card__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
  }

  .ev-condo-section__grid,
  .pm-intro-section__grid,
  .pm-epmc-section__grid {
    flex-direction: row;
    gap: 32px;
  }

  .ev-condo-section__media,
  .ev-condo-section__content,
  .pm-intro-slider,
  .pm-intro-copy,
  .pm-epmc-section__media,
  .pm-epmc-section__content {
    width: 50%;
  }

  .ev-condo-section__media img,
  .pm-epmc-section__media img {
    height: 560px;
  }

  .pm-intro-slider__slide img {
    height: 760px;
  }

  .site-footer,
  .home-structured .site-footer {
    padding-top: 182px;
  }

  .site-footer::after,
  .home-structured .site-footer::after {
    font-size: 140px;
    bottom: 70px;
    line-height: 52px;
  }

  .site-footer .row,
  .home-structured .site-footer .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 56px;
  }

  .site-footer .row > [class*="col-"]:first-child,
  .home-structured .site-footer .row > [class*="col-"]:first-child {
    grid-column: 1 / -1;
  }

  .site-footer__bottom,
  .home-structured .site-footer__bottom {
    margin-top: 88px;
  }
}

@media (min-width: 1100.01px) and (max-width: 1199.98px) {
  .home-structured-section {
    padding: 45px 0 0;
  }

  .home-news-story h3 {
    margin: 10.32px 0 15px;
  }

  .home-structured .contact-band__shell,
  .home-structured .site-footer .row {
    grid-template-columns: 1fr 1fr;
  }

  .home-structured .contact-band__panel {
    min-height: 330px;
    padding: 40px 55px 38px;
    background: #00dfee;
    color: #052329;
    clip-path: polygon(0 0, 100% 0, calc(100% - 74px) 100%, 0 100%);
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .commercial-media-split .media-card {
    min-height: 100%;
  }

  .commercial-media-copy .section-label {
    margin-bottom: 9px;
  }

  .media-split.reverse.commercial-media-split {
    margin-top: 76px;
  }

  .contact-band__shell > .wpcf7,
  .home-structured .contact-band__shell > .wpcf7 {
    width: 100%;
  }

  .contact-band__shell > .wpcf7 form,
  .home-structured .contact-band__shell > .wpcf7 form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 16px;
    padding: 28px 24px 26px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-band__shell > .wpcf7,
  .home-structured .contact-band__shell > .wpcf7 {
    width: 100%;
  }

  .contact-band__shell > .wpcf7 form,
  .home-structured .contact-band__shell > .wpcf7 form {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 466px));
    gap: 19px 18px;
    padding: 40px 46px 36px 27px;
    background: #fff;
  }
}

@media (max-width: 767.98px) {
  .contact-band__shell > .wpcf7 {
    width: 100%;
  }

  .contact-band__shell > .wpcf7 form,
  .home-structured .contact-band__shell > .wpcf7 form {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    padding: 20px 18px 22px;
  }

  .contact-band__shell > .wpcf7 .form-control,
  .contact-band__shell > .wpcf7 .form-select,
  .contact-band__shell > .wpcf7 .btn-brand {
    height: 50px;
    font-size: 15px;
    line-height: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .home-service-card-image img {
    min-height: 300px;
  }
}

@media (max-width: 991.98px) {
  .home-structured .navbar-nav {
    gap: 16px;
    margin: 1rem 0 0;
  }

  .home-header-cta {
    margin-top: 0.8rem;
    margin-left: 0;
  }

  .about-section__top {
    flex-direction: column;
    row-gap: 22px;
  }

  .about-section__intro,
  .about-section__copy-wrap {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .about-section__action {
    width: 100%;
    justify-content: flex-start;
  }

  .about-section__button {
    width: auto;
    min-width: 0;
    height: auto;
  }

  .home-structured-hero__cta-wrap {
    gap: 16px;
  }

  .home-structured-hero__cta-icon {
    width: 52px;
    margin-top: -6px;
  }

  .home-structured-hero__copy,
  .home-structured-heading p {
    font-size: 16px;
    line-height: 26px;
  }

  .home-service-card-image img {
    min-height: 420px;
  }

  .home-service-card-image__title {
    font-size: 24px;
    line-height: 30px;
  }

  .home-structured-hero__title,
  .home-section-title,
  .about-section__title {
    font-size: 48px;
    line-height: 58px;
  }

  .home-testimonial-slider {
    padding: 0 56px;
  }

  .home-testimonial-slider__control {
    top: 88px;
  }

  .home-testimonial-slider .testimonial-quote {
    font-size: 22px;
    line-height: 32px;
  }

  .home-news-story {
    grid-template-columns: 220px 1fr;
    gap: 24px;
  }

  .home-news-story__media img {
    width: 220px;
    height: 180px;
  }

  .home-structured .contact-band {
    margin-top: 72px;
  }
}

@media (max-width: 767.98px) {
  .home-structured-hero {
    min-height: 480px;
    padding: 135px 0 80px;
  }

  .commercial-service-areas {
    padding: 48px 0 56px;
  }

  .commercial-service-areas__heading {
    margin-bottom: 28px;
  }

  .commercial-service-areas__grid {
    grid-template-columns: 1fr;
  }

  .commercial-service-areas__card {
    min-height: 0;
    padding: 24px 22px;
  }

  .commercial-service-areas__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    font-size: 24px;
  }

  .commercial-service-areas__card h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .page-hero--ev {
    min-height: 168px;
    height: auto;
    padding: 42px 0 36px;
  }

  .page-hero--ev h1 {
    width: auto;
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .page-hero--appointment {
    min-height: 168px;
    height: auto;
    padding: 42px 0 36px;
  }

  .page-hero--appointment h1 {
    width: auto;
    font-size: 34px;
    line-height: 1.15;
    white-space: normal;
  }

  .page-hero--preventive {
    min-height: 168px;
    height: auto;
    padding: 42px 0 36px;
  }

  .page-hero--preventive h1 {
    width: auto;
    font-size: 34px;
    line-height: 1.15;
    white-space: normal;
  }

  .page-hero--maintenance {
    min-height: 168px;
    height: auto;
    padding: 42px 0 36px;
  }

  .page-hero--maintenance h1 {
    width: auto;
    font-size: 34px;
    line-height: 1.15;
    white-space: normal;
  }

  .page-hero--lighting {
    min-height: 168px;
    height: auto;
    padding: 42px 0 36px;
  }

  .page-hero--lighting h1 {
    width: auto;
    font-size: 34px;
    line-height: 1.15;
    white-space: normal;
  }

  .maintenance-intro {
    gap: 24px;
  }

  .maintenance-intro__media {
    max-width: 100%;
  }

  .maintenance-intro__copy .section-label {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.8px;
  }

  .maintenance-intro__copy .section-heading {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 42px;
  }

  .maintenance-intro__copy p {
    font-size: 14px;
    line-height: 22px;
  }

  .lighting-intro-section {
    padding: 60px 0 72px;
  }

  .lighting-services-section {
    padding: 0 0 72px;
  }

  .lighting-intro__copy .section-label {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.8px;
  }

  .lighting-intro__copy .section-heading {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 42px;
  }

  .lighting-intro__copy p,
  .lighting-service-card p {
    font-size: 14px;
    line-height: 22px;
  }

  .lighting-service-card h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .lighting-services-grid {
    gap: 28px;
  }

  .page-hero--ev p.lead {
    width: auto;
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .ev-infra-section {
    padding: 60px 0 64px;
  }

  .ev-revenue-section,
  .ev-condo-section {
    padding: 0 0 80px;
  }

  .ev-section-heading,
  .ev-revenue-section__heading,
  .ev-condo-section__heading {
    margin-bottom: 28px;
  }

  .ev-section-heading .section-heading,
  .ev-revenue-section__heading .section-heading,
  .ev-condo-section__heading .section-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .ev-infra-grid,
  .ev-revenue-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ev-revenue-grid > .ev-revenue-card,
  .ev-revenue-grid > .ev-revenue-card:nth-child(4),
  .ev-revenue-grid > .ev-revenue-card:nth-child(5) {
    grid-column: auto;
  }

  .ev-infra-card img,
  .ev-condo-section__media img {
    height: auto;
  }

  .ev-revenue-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .ev-revenue-card h3,
  .ev-condo-checklist__item h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .ev-revenue-card p {
    font-size: 14px;
    line-height: 22px;
  }

  .ev-condo-section__copy {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 22px;
  }

  .ev-condo-checklist {
    gap: 8px;
  }

  .pm-intro-section {
    padding: 60px 0 72px;
  }

  .pm-thermal-section,
  .pm-epmc-section {
    padding: 0 0 72px;
  }

  .pm-intro-copy .section-heading,
  .pm-thermal-section__heading .section-heading,
  .pm-epmc-section__heading .section-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .pm-intro-copy p,
  .pm-thermal-section__heading p,
  .pm-epmc-section__intro {
    font-size: 14px;
    line-height: 22px;
  }

  .pm-intro-slider__slide img,
  .pm-epmc-section__media img {
    height: auto;
  }

  .pm-thermal-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pm-thermal-card,
  .pm-epmc-checklist__item {
    padding-left: 0;
    padding-right: 0;
  }

  .pm-thermal-card h3,
  .pm-epmc-checklist__item h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .page-hero--commercial {
    min-height: 168px;
    padding: 42px 0 36px;
  }

  .page-hero--commercial h1 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .page-hero--commercial p.lead {
    width: auto;
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .commercial-section,
  .commercial-gallery-section,
  .commercial-section--inspection {
    padding: 64px 0;
  }

  body[data-page="commercial"] .contact-band {
    margin-top: 64px;
  }

  .commercial-section--feature .page-stack {
    gap: 64px;
  }

  .commercial-media-copy .section-label {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.8px;
  }

  .commercial-media-copy .section-heading {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 18px;
  }

  .commercial-solutions-slider {
    padding: 48px 0 64px;
    background: #052329;
  }

  .commercial-solutions-slider__top {
    gap: 22px;
    margin-bottom: 24px;
  }

  .commercial-solutions-slider__intro .section-label {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.8px;
  }

  .commercial-solutions-slider__intro .section-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .commercial-solutions-slider__copy {
    padding-top: 0;
  }

  .commercial-solutions-slider__copy p {
    font-size: 14px;
    line-height: 22px;
  }

  .commercial-solutions-slider__line {
    height: auto;
    min-height: 72px;
  }

  .commercial-solutions-slider__slide img {
    height: 300px;
    object-fit: cover;
  }

  .commercial-solutions-slider__control {
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
  }

  .commercial-solutions-slider__control:hover,
  .commercial-solutions-slider__control:focus-visible {
    transform: translateY(calc(-50% - 1px));
  }

  .commercial-solutions-slider__control--prev {
    left: 12px;
  }

  .commercial-solutions-slider__control--next {
    right: 12px;
  }

  .commercial-gallery-section__heading {
    margin-bottom: 40px;
  }

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

  .commercial-gallery-card .gallery-card__media {
    height: auto;
  }

  .commercial-gallery-card .gallery-card__body h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .home-structured-hero__copy {
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .home-brand-strip__group img {
    max-height: 34px;
  }

  .home-service-card-image img {
    min-height: 320px;
  }

  .home-service-card-image__overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .home-service-card-image__title {
    font-size: 22px;
    line-height: 28px;
  }

  .home-brand-strip {
    padding: 52px 0 48px;
  }

  .home-structured-section,
  .home-testimonial-panel,
  .home-news-panel {
    padding-top: 15px;
  }

  .home-structured-heading p {
    font-size: 14px;
    line-height: 22px;
  }

  .home-kicker,
  .home-section-label,
  .about-section__eyebrow {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.8px;
  }

  .home-structured-hero__title,
  .home-section-title,
  .about-section__title {
    font-size: 34px;
    line-height: 42px;
  }

  .home-structured-hero__cta,
  .home-header-cta--top,
  .about-section__button {
    min-width: 0;
    min-height: 54px;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 22px;
  }

  .home-structured-hero__cta-wrap {
    gap: 10px;
  }

  .home-structured-hero__cta-icon {
    width: 42px;
    margin-top: -3px;
  }

  .home-testimonial-slider {
    padding: 0 18px;
  }

  .home-testimonial-slider__content {
    min-height: 0;
    padding-top: 86px;
    background-size: 320px auto;
  }

  .home-testimonial-slider__control {
    top: 24px;
    width: 42px;
    height: 42px;
  }

  .home-testimonial-slider .testimonial-quote {
    font-size: 17px;
    line-height: 27px;
  }

  .home-testimonial-slider__avatars {
    gap: 16px;
    margin-top: 24px;
  }

  .home-testimonial-slider .testimonial-avatar {
    width: 42px;
    height: 42px;
  }

  .home-testimonial-slider .testimonial-avatar.is-near {
    width: 56px;
    height: 56px;
  }

  .home-testimonial-slider .testimonial-avatar.is-active {
    width: 68px;
    height: 68px;
  }

  .home-testimonial-slider .testimonial-author {
    font-size: 24px;
    line-height: 30px;
  }

  .home-testimonial-slider .testimonial-role {
    font-size: 15px;
    line-height: 22px;
  }

  .home-testimonial-panel__link {
    width: 100%;
    min-width: 0;
  }

  .home-testimonial-panel__summary {
    font-size: 15px;
    line-height: 22px;
  }

  .home-testimonial-slider__google-link {
    margin-top: 22px;
    font-size: 15px;
  }

  .about-section {
    margin-top: 64px;
    padding: 36px 0 32px;
  }

  .about-section__copy-wrap {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .about-section__copy-wrap {
    gap: 12px;
  }

  .about-section__accent,
  .home-copy-block--who .home-copy-block__line {
    height: auto;
    align-self: stretch;
  }

  .home-who-panel__copy {
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .about-section__media {
    margin-top: 24px;
  }

  .about-section__image {
    height: auto;
  }

  .home-past-grid__overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px 18px 14px;
  }

  .home-past-grid__title {
    font-size: 22px;
    line-height: 1.28;
  }

  .home-past-grid__copy {
    font-size: 14px;
  }

  .home-news-story {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-news-story__media img,
  .home-news-feature__media img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }

  .home-past-section__full {
    padding: 0 18px;
  }

  .home-past-grid {
    gap: 18px;
  }

  .home-past-grid__controls {
    gap: 16px;
  }

  .home-past-grid__progress-fill {
    width: 160px;
  }

  .home-past-grid__arrow {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .home-news-feature h3,
  .home-news-story h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .home-news-feature__body,
  .home-news-story__body {
    max-width: none;
    margin-left: 0;
    padding-top: 20px;
  }

  .home-news-story h3 {
    margin: 20px 0 18px;
  }

  .home-structured .contact-band__panel {
    min-height: 0;
    padding: 32px 24px 30px;
  }

  .home-structured .contact-band__form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-structured .site-footer {
    padding-top: 180px;
  }

  .home-structured .site-footer::after {
    bottom: 82px;
    font-size: 84px;
    line-height: 34px;
  }

  .home-structured .site-footer__bottom {
    margin-top: 48px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-structured .contact-band__shell {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
  }

  .home-structured .contact-band__panel {
    min-height: 0;
    width: 100%;
    clip-path: unset;
    padding: 32px 24px 30px;
  }

  .home-structured .contact-band__panel::after {
    display: none;
  }

  .home-structured .contact-band__panel p {
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .home-structured .contact-band__form {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 466px));
    gap: 19px 18px;
    padding: 40px 46px 36px 27px;
    background: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-brand-strip__track {
    animation: none;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1599px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
}
span.wpcf7-spinner {
  display: none;
}

.contact-band__panel {
  min-height: 333px;
  padding: 40px 55px 38px;
  background: #00dfee;
  color: #052329;
  clip-path: polygon(0 0, 102% 0, calc(100% - 79px) 100%, 0 100%);
}

@media (max-width: 767.98px) {
  .home-structured .contact-band__panel {
    min-height: 0;
    padding: 32px 24px 30px;
    width: 100%;
    clip-path: unset;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .about-section__copy-wrap {
    display: flex;
    align-items: flex-start;
    width: 908px;
    max-width: 595px;
    gap: 15px;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  .home-structured-section {
    padding: 0 0 0;
  }

  .home-news-story h3 {
    margin: 5.32px 0 5px;
  }
}

@media (max-width: 1199.98px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  .site-navbar--unified {
    position: relative;
    z-index: 1000;
  }

  .site-navbar--unified .navbar-brand,
  .site-navbar--unified .navbar-toggler {
    position: relative;
    z-index: 1004;
  }

  .site-navbar--unified .navbar-collapse {
    position: fixed !important;
    inset: 0 !important;
    display: none !important;
    width: 100vw !important;
    height: 100vh !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 112px 24px 30px !important;
    background-color: #020c0e !important;
    background:
      radial-gradient(circle at 88% 12%, rgba(22, 217, 235, 0.13), transparent 30%),
      linear-gradient(145deg, #020c0e, #000) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    isolation: isolate;
    z-index: 1003;
  }

  .site-navbar--unified .navbar-collapse.show,
  .site-navbar--unified .navbar-collapse.is-open {
    display: flex !important;
    animation: mobileMenuReveal 0.22s ease-out;
  }

  .site-navbar--unified .navbar-nav .nav-link {
    padding: 18px 0 !important;
    font-size: clamp(28px, 8vw, 46px) !important;
    line-height: 1.05 !important;
    font-weight: 400;
  }

  .site-navbar--unified .nav-item__row {
    align-items: center !important;
  }

  .site-navbar--unified .submenu {
    position: static !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 0 22px 18px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    display: none;
  }

  .site-navbar--unified .nav-item--submenu-open > .submenu {
    display: block;
  }

  .site-navbar--unified .submenu-list .nav-link {
    padding: 10px 0 !important;
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .site-navbar--unified .home-header-cta {
    margin-top: 26px !important;
  }
}

@media (max-width: 320px) {
  .home-structured .navbar-brand img {
    width: 178px;
  }
}
