@font-face {
  font-family: "Lausanne";
  src: url("https://commercialroofingcontractorsmilwaukee.com/assets/themes/sppTheme/assets/fonts/lausanne/Lausanne-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "SuisseBPIntl";
  src: url("https://commercialroofingcontractorsmilwaukee.com/assets/themes/sppTheme/assets/fonts/suisse-bp/SuisseBPIntl-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SuisseBPIntl";
  src: url("https://commercialroofingcontractorsmilwaukee.com/assets/themes/sppTheme/assets/fonts/suisse-bp/SuisseBPIntl-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Reckless Neue";
  src: url("https://commercialroofingcontractorsmilwaukee.com/assets/themes/sppTheme/assets/fonts/reckless-neue/RecklessNeue-Regular.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

:root {
  --blue: #163349;
  --blue-light: #008fbd;
  --blue-mid: #00769a;
  --ink: #163349;
  --gray: #ececec;
  --gray-line: #cec9c8;
  --taupe: #a09991;
  --white: #fff;
  --pad: 36px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "SuisseBPIntl", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

img,
iframe,
video {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 72px, 1360px);
  margin: 0 auto;
}

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

.header {
  position: fixed;
  z-index: 60;
  left: 0;
  top: 0;
  width: 100%;
  color: var(--white);
  transition: background-color 180ms ease, transform 180ms ease;
}

.header.is-scrolled {
  background: rgba(22, 51, 73, 0.92);
  backdrop-filter: blur(8px);
}

.header__container {
  height: 98px;
  padding: 24px 72px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header__logo {
  display: block;
  width: 184px;
  height: auto;
  transition: opacity 150ms ease;
}

.header__logo:hover {
  opacity: 0.7;
}

.header__navigation {
  display: flex;
  align-items: flex-start;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .menu {
  display: flex;
  gap: clamp(34px, 4vw, 74px);
  align-items: center;
}

.header .menu a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.25;
  transition: opacity 150ms ease;
}

.header .menu li:last-child a::before,
.hero-kicker::before,
.link-triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid currentColor;
  margin-right: 18px;
}

.header .menu a:hover,
.footer a:hover,
.link:hover {
  opacity: 0.5;
}

.header__navigation__bottom {
  display: none;
}

.header__ham {
  display: none;
  position: relative;
  z-index: 70;
  width: 46px;
  height: 46px;
  border: 0;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(22, 51, 73, 0.22);
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.header__ham span {
  display: block;
  position: absolute;
  left: 10px;
  width: 26px;
  height: 2px;
  background: var(--white);
  margin: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.header__ham span:nth-child(1) {
  transform: translateY(-8px);
}

.header__ham span:nth-child(3) {
  transform: translateY(8px);
}

.header__ham span:nth-child(n+4) {
  display: none;
}

.menu-open .header__ham span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.menu-open .header__ham span:nth-child(2) {
  opacity: 0;
}

.menu-open .header__ham span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.menu-open .header__ham {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
}

.menu-open .header__ham span {
  background: var(--blue);
}

.header__close {
  display: none;
  position: absolute;
  z-index: 72;
  top: 18px;
  right: 16px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0;
  cursor: pointer;
}

.header__close span {
  display: block;
  position: absolute;
  left: 10px;
  top: 22px;
  width: 26px;
  height: 2px;
  background: var(--white);
}

.header__close span:nth-child(1) {
  transform: rotate(45deg);
}

.header__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.header__close:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-carousel {
  position: relative;
  min-height: 100vh;
  color: var(--white);
  overflow: hidden;
}

.hero-carousel__media,
.hero-simple__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-carousel__media img,
.hero-simple__media img,
.image-frame img,
.post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease;
}

.hero-carousel__media::before,
.hero-simple__media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0) 46%),
    linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0) 54%);
}

.hero-carousel .container {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  align-items: center;
  padding-top: 98px;
}

.hero-carousel__copy {
  grid-column: 7 / -1;
  font-family: "Lausanne", Arial, sans-serif;
  font-size: clamp(30px, 4.1vw, 56px);
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 620px;
}

.hero-carousel__copy::before,
.hero-simple h1::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  margin-right: 24px;
  transform: translateY(-6px);
}

.hero-carousel__caption {
  position: absolute;
  z-index: 3;
  left: calc(50% + 32px);
  bottom: 42px;
  width: min(44vw, 620px);
  color: var(--white);
  font-family: "SuisseBPIntl", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-carousel__caption::before {
  content: "";
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 18px;
}

.hero-simple {
  position: relative;
  z-index: 1;
  min-height: 620px;
  height: min(72vh, 760px);
  color: var(--white);
  overflow: hidden;
}

.hero-simple .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  align-items: center;
  padding-bottom: 0;
  padding-top: 110px;
}

.hero-simple__copy {
  grid-column: 1 / 9;
  padding-left: 44px;
  max-width: 920px;
}

.hero-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-simple h1,
.hero-carousel h1 {
  margin: 0;
  font-family: "Lausanne", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.white-step {
  position: relative;
  height: 84px;
  background: transparent;
}

.white-step::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: var(--white);
}

.white-step.step-right::before {
  margin-left: auto;
}

.intro {
  position: relative;
  background: var(--white);
  padding-bottom: 148px;
}

.intro .intro-left {
  grid-column: 1 / 7;
}

.intro .intro-right {
  grid-column: 7 / -1;
  padding-left: 52px;
}

.txt-h2,
.txt-h3,
.intro h2 {
  margin: 0;
  font-family: "Lausanne", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.txt-h2 {
  font-size: clamp(38px, 4.1vw, 56px);
  line-height: 1.12;
}

.txt-h3,
.intro h2 {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.22;
}

.txt-cta,
.eyebrow {
  display: block;
  color: var(--blue-light);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

.intro h2 {
  max-width: 620px;
  margin: 0 0 64px;
}

.image-cluster {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  min-height: 310px;
}

.image-cluster::before,
.grid-faint {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(30deg, rgba(0, 143, 189, 0.13) 12%, transparent 12.5%, transparent 87%, rgba(0, 143, 189, 0.13) 87.5%, rgba(0, 143, 189, 0.13)),
    linear-gradient(150deg, rgba(0, 143, 189, 0.13) 12%, transparent 12.5%, transparent 87%, rgba(0, 143, 189, 0.13) 87.5%, rgba(0, 143, 189, 0.13));
  background-size: 42px 72px;
}

.image-frame {
  position: relative;
  overflow: hidden;
  background: #d8e0e4;
}

.image-frame.small-a {
  grid-column: 1 / 3;
  align-self: end;
  aspect-ratio: 1 / 0.86;
}

.image-frame.small-b {
  grid-column: 3 / 5;
  align-self: start;
  aspect-ratio: 0.66 / 1;
  margin-top: 42px;
}

.image-frame.large {
  aspect-ratio: 1.2 / 1;
}

.feature-copy {
  margin-top: 72px;
  max-width: 580px;
}

.feature-copy p,
.wysiwyg p {
  margin: 0 0 28px;
  font-family: "Reckless Neue", Georgia, serif;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.5;
  letter-spacing: 0;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--blue-light);
  font-family: "SuisseBPIntl", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 150ms ease;
}

.link::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid currentColor;
}

.blue-panel {
  position: relative;
  background: var(--blue);
  color: var(--white);
  overflow: hidden;
}

.blue-panel::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 50%;
  height: 84px;
  background: var(--white);
}

.blue-panel .container {
  position: relative;
  z-index: 2;
  padding-top: 180px;
  padding-bottom: 210px;
}

.blue-panel__image {
  grid-column: 1 / 6;
  aspect-ratio: 1 / 1;
  margin-top: 80px;
}

.blue-panel__copy {
  grid-column: 7 / -1;
  padding-top: 140px;
}

.blue-panel .eyebrow {
  color: var(--blue-light);
  margin-bottom: 18px;
}

.blue-panel p {
  color: var(--white);
}

.gray-list {
  position: relative;
  background: var(--gray);
  padding: 52px 0 142px;
}

.gray-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: -84px;
  width: 50%;
  height: 84px;
  background: var(--gray);
}

.gray-list h2 {
  grid-column: 1 / 6;
  margin-bottom: 54px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 86px 20px;
}

.post-card {
  color: var(--ink);
}

.post-card__media {
  position: relative;
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  background: #c2cfd6;
  margin-bottom: 20px;
}

.post-card:hover img {
  transform: scale(1.05);
}

.post-card h3 {
  margin: 0 0 12px;
  font-family: "Lausanne", Arial, sans-serif;
  font-size: clamp(23px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0;
}

.post-card p {
  margin: 0;
  max-width: 92%;
  font-family: "Reckless Neue", Georgia, serif;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.45;
}

.detail-layout {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background: var(--white);
  padding-bottom: 148px;
}

.detail-layout .white-cap {
  display: none;
}

.detail-layout .left {
  grid-column: 1 / 7;
  padding-top: 96px;
}

.detail-layout .right {
  grid-column: 7 / -1;
  padding-left: 64px;
}

.detail-layout .right.overlap {
  margin-top: 0;
}

.lead-panel {
  background: var(--white);
  padding: 72px 80px 74px;
  min-height: 260px;
}

.lead-panel p {
  margin: 0;
  font-family: "Reckless Neue", Georgia, serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.28;
}

.detail-copy {
  padding-top: 70px;
}

.detail-copy p {
  margin: 0 0 30px;
  font-family: "Reckless Neue", Georgia, serif;
  font-size: clamp(21px, 2.1vw, 28px);
  line-height: 1.5;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 34px;
}

.inline-links a {
  color: var(--blue-light);
  font-weight: 500;
  transition: opacity 150ms ease;
}

.final-cta {
  position: relative;
  background: var(--white);
  padding: 112px 0 126px;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  background: linear-gradient(90deg, rgba(0, 143, 189, 0.08), transparent);
  pointer-events: none;
}

.final-cta .container {
  position: relative;
  z-index: 1;
}

.final-cta__copy {
  grid-column: 1 / 7;
}

.final-cta__copy h2 {
  margin: 18px 0 0;
  font-family: "Lausanne", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.12;
  font-weight: 400;
}

.final-cta__actions {
  grid-column: 8 / -1;
  align-self: end;
}

.final-cta__actions p {
  margin: 0 0 30px;
  font-family: "Reckless Neue", Georgia, serif;
  font-size: clamp(21px, 2.1vw, 28px);
  line-height: 1.48;
}

.final-cta__actions .btn {
  margin-right: 26px;
}

.contact-section {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-bottom: 150px;
}

.contact-section::before {
  display: none;
}

.contact-info {
  grid-column: 1 / 7;
  background: var(--gray);
  min-height: 520px;
  padding: 56px 70px;
  min-width: 0;
}

.contact-form {
  grid-column: 7 / -1;
  padding-left: 72px;
  min-width: 0;
}

.contact-info h2,
.contact-form h2,
.footer strong {
  margin: 0 0 44px;
  color: var(--ink);
  font-family: "SuisseBPIntl", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.contact-info address,
.contact-info p {
  margin: 0 0 34px;
  font-family: "Reckless Neue", Georgia, serif;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.45;
  font-style: normal;
}

.contact-info a {
  color: var(--blue-light);
  text-decoration: underline;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-line {
  margin-bottom: 16px !important;
}

.field {
  width: 100%;
  display: block;
  border: 1px solid var(--gray-line);
  background: var(--white);
  color: var(--ink);
  padding: 19px 24px;
  margin-bottom: 12px;
  min-height: 60px;
}

textarea.field {
  min-height: 320px;
  resize: vertical;
}

select.field {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 52px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='none' stroke='%23163349' stroke-width='2' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
}

select.field:invalid,
select.field option[value=""] {
  color: var(--taupe);
}

.contact-form ::placeholder {
  color: var(--taupe);
  opacity: 1;
}

.btn {
  appearance: none;
  border: 0;
  background: var(--blue-light);
  color: var(--white);
  padding: 17px 46px;
  font-family: "SuisseBPIntl", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 150ms ease;
}

.btn:hover {
  opacity: 0.75;
}

.footer {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: var(--blue-light);
  padding: 92px 0 154px;
}

.footer .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
}

.footer__brand {
  grid-column: 1 / 4;
}

.footer__brand img {
  width: 164px;
  margin-bottom: 32px;
}

.footer__brand p {
  margin: 0 0 28px;
  max-width: 360px;
  font-family: "Reckless Neue", Georgia, serif;
  font-size: 18px;
  line-height: 1.42;
}

.footer__brand a {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer__services {
  grid-column: 4 / 6;
}

.footer__systems {
  grid-column: 6 / 8;
}

.footer__areas {
  grid-column: 8 / 10;
}

.footer__company {
  grid-column: 10 / 12;
}

.footer__legal {
  grid-column: 12 / -1;
}

.footer strong {
  display: block;
  color: var(--white);
  margin-bottom: 26px;
}

.footer li {
  margin-bottom: 10px;
}

.footer a {
  color: var(--blue-light);
  font-family: "SuisseBPIntl", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.28;
  transition: opacity 150ms ease;
  overflow-wrap: anywhere;
}

.footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 86px;
  opacity: 0.24;
  background-image:
    linear-gradient(30deg, rgba(0, 143, 189, 0.45) 12%, transparent 12.5%, transparent 87%, rgba(0, 143, 189, 0.45) 87.5%, rgba(0, 143, 189, 0.45)),
    linear-gradient(150deg, rgba(0, 143, 189, 0.45) 12%, transparent 12.5%, transparent 87%, rgba(0, 143, 189, 0.45) 87.5%, rgba(0, 143, 189, 0.45));
  background-size: 42px 72px;
}

.fade-up,
[data-aos="fade"] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.loaded .fade-up,
.loaded [data-aos="fade"] {
  opacity: 1;
  transform: translateY(0);
}

.skip-small {
  font-size: 0;
}

@media (max-width: 1023px) {
  .container {
    width: min(100% - 48px, 760px);
  }

  .grid-layout,
  .hero-carousel .container,
  .hero-simple .container,
  .footer .container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .header__container {
    height: 72px;
    padding: 15px 16px 0;
  }

  .header__logo {
    width: 124px;
  }

  .header__ham {
    display: flex;
  }

  .header__close {
    display: block;
  }

  .header__navigation {
    position: fixed;
    z-index: 58;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 104px 24px 42px;
    background: var(--blue);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    overflow-y: auto;
  }

  .menu-open .header__navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header .menu {
    display: block;
  }

  .header .menu a {
    font-size: clamp(24px, 8vw, 34px);
    line-height: 1.08;
    margin: 7px 0;
    max-width: 100%;
  }

  .header__navigation__bottom {
    display: block;
    margin-top: 44px;
    color: var(--blue-light);
  }

  .header .menu li:last-child a::before {
    display: none;
  }

  .mobile-phone,
  .mobile-email {
    display: block;
    color: var(--white);
    font-family: "SuisseBPIntl", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 14px;
    overflow-wrap: anywhere;
  }

  .mobile-email {
    color: var(--blue-light);
  }

  .hero-carousel {
    min-height: 760px;
  }

  .hero-carousel .container {
    height: 760px;
    align-items: center;
    padding-top: 70px;
  }

  .hero-carousel__copy {
    grid-column: 1 / -1;
    max-width: 320px;
    font-size: 28px;
  }

  .hero-carousel__caption {
    left: 24px;
    right: 24px;
    width: auto;
    bottom: 42px;
    font-size: 10px;
  }

  .hero-simple {
    min-height: 500px;
    height: auto;
  }

  .hero-simple .container {
    align-items: end;
    padding-bottom: 44px;
  }

  .hero-simple__copy {
    grid-column: 1 / -1;
    padding-left: 0;
    max-width: 100%;
  }

  .hero-simple h1::before {
    margin-right: 14px;
  }

  .intro,
  .blue-panel .container,
  .gray-list,
  .final-cta,
  .detail-layout,
  .contact-section {
    padding-bottom: 92px;
  }

  .intro .intro-left,
  .intro .intro-right,
  .blue-panel__image,
  .blue-panel__copy,
  .detail-layout .left,
  .detail-layout .right,
  .contact-info,
  .contact-form,
  .final-cta__copy,
  .final-cta__actions,
  .gray-list h2,
  .footer__brand,
  .footer__services,
  .footer__systems,
  .footer__areas,
  .footer__company,
  .footer__legal {
    grid-column: 1 / -1;
  }

  .intro .intro-right,
  .blue-panel__copy,
  .detail-layout .right,
  .contact-form {
    padding-left: 0;
  }

  .intro h2 {
    margin-bottom: 42px;
  }

  .blue-panel::before,
  .white-step::before,
  .gray-list::before,
  .detail-layout .white-cap,
  .contact-section::before {
    width: 76%;
    height: 54px;
  }

  .blue-panel .container {
    padding-top: 112px;
  }

  .blue-panel__copy {
    padding-top: 56px;
  }

  .detail-layout,
  .contact-section {
    margin-top: 0;
  }

  .detail-layout .white-cap,
  .contact-section::before {
    display: none;
  }

  .detail-layout .left {
    padding-top: 72px;
  }

  .detail-layout .right.overlap {
    margin-top: 0;
  }

  .lead-panel {
    margin: -50px 0 0 auto;
    width: 82%;
    padding: 42px 32px;
  }

  .card-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .contact-info {
    min-height: 360px;
    padding: 42px 34px;
    margin-bottom: 64px;
  }

  .final-cta {
    padding-top: 82px;
  }

  .final-cta__actions {
    margin-top: 34px;
  }

  .final-cta__actions .btn {
    margin: 0 0 18px;
  }

  .footer {
    padding: 64px 0 140px;
  }

  .footer__brand,
  .footer__services,
  .footer__systems,
  .footer__areas,
  .footer__company {
    margin-bottom: 42px;
  }

  .footer__brand p {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 520px);
  }

  .hero-carousel {
    min-height: 620px;
  }

  .hero-carousel .container {
    height: 620px;
  }

  .hero-carousel__copy {
    font-size: 27px;
  }

  .hero-carousel__copy::before,
  .hero-simple h1::before {
    display: none;
  }

  .hero-simple h1 {
    font-size: clamp(31px, 10.5vw, 39px);
  }

  .image-cluster {
    min-height: 220px;
  }

  .feature-copy p,
  .wysiwyg p,
  .detail-copy p,
  .contact-info address,
  .contact-info p {
    font-size: 21px;
  }

  .footer a {
    font-size: 16px;
  }

  textarea.field {
    min-height: 230px;
  }
}

/* brand-logo-img */
.brand-logo{display:block;height:auto;width:auto;max-width:100%}
.header__logo{display:flex;align-items:center}
.header__logo .brand-logo{width:184px;max-width:184px}
@media (max-width:900px){.header__logo .brand-logo{width:124px}}
.footer__brand .brand-logo{width:164px}
