:root {
  --brand-red: #c5202f;
  --brand-red-dark: #8f1521;
  --ink: #171717;
  --muted: #5f6368;
  --line: #e7e7e7;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #ffffff;
}

.site-header {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.hero-photo {
  background-image:
    linear-gradient(90deg, rgba(20, 20, 20, 0.72), rgba(20, 20, 20, 0.24) 48%, rgba(20, 20, 20, 0.12)),
    url("../Banner-01.jpg.jpeg");
  background-position: center;
  background-size: cover;
}

.service-hero {
  background-image:
    linear-gradient(90deg, rgba(20, 20, 20, 0.86), rgba(20, 20, 20, 0.32) 58%, rgba(20, 20, 20, 0.08)),
    url("../images/artboard-3-100.jpg");
  background-position: center;
  background-size: cover;
}

.red-rings {
  background-image: url("../images/artboard-5-100.jpg");
  background-position: center;
  background-size: cover;
}

.red-rings-small {
  background-image: url("../images/artboard-4-100.jpg");
  background-position: center;
  background-size: cover;
}

.angle-panel {
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

.angle-image {
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.slash-accent {
  position: relative;
}

.slash-accent::after {
  content: "";
  position: absolute;
  right: -1.2rem;
  top: 16%;
  width: 0.75rem;
  height: 68%;
  transform: skew(-10deg);
  background: var(--brand-red);
}

.thin-rule {
  height: 1px;
  background: var(--line);
}

.service-link::after {
  content: "";
  display: inline-block;
  width: 2.25rem;
  height: 1px;
  margin-left: 0.75rem;
  vertical-align: middle;
  background: currentColor;
}

.image-frame {
  position: relative;
}

.image-frame::before {
  content: "";
  position: absolute;
  inset: 1rem -1rem -1rem 1rem;
  z-index: 0;
  background: var(--brand-red);
}

.image-frame > img,
.image-frame > div {
  position: relative;
  z-index: 1;
}

.footer-logo {
  filter: grayscale(1);
}

@media (max-width: 767px) {
  .angle-panel,
  .angle-image {
    clip-path: none;
  }

  .slash-accent::after {
    display: none;
  }
}

.home-page {
  background: #ffffff;
  color: #283c43;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.home-shell {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.home-header {
  position: relative;
  height: 240px;
  background: #050505;
  color: #ffffff;
}

.home-logo-main {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 430px;
  transform: translateX(-50%);
}

.home-quote-top {
  position: absolute;
  top: 78px;
  right: 58px;
  display: inline-flex;
  min-width: 180px;
  justify-content: center;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #c82934;
  padding: 13px 24px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-nav {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 54px;
  display: grid;
  grid-template-columns: max-content max-content 260px max-content max-content max-content max-content;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  color: #cfd5d7;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-nav a {
  color: inherit;
}

.home-nav img {
  width: 210px;
  justify-self: center;
}

.home-nav-logo-menu {
  position: relative;
  display: flex;
  justify-self: center;
  align-items: center;
  justify-content: center;
}

.home-nav-logo-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

.home-nav-logo-menu:not(.home-nav-text-menu) .home-nav-logo-trigger {
  border: 1px solid rgba(200, 41, 52, 0.56);
  background: rgba(200, 41, 52, 0.08);
  padding: 8px 12px;
}

.home-nav-logo-menu:not(.home-nav-text-menu) .home-nav-logo-trigger img {
  width: 238px;
}

.home-nav-text-menu {
  justify-self: start;
}

.home-nav-text-trigger {
  gap: 9px;
}

.home-nav-chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-bottom: 3px solid #c82934;
  border-right: 3px solid #c82934;
  margin-top: -5px;
}

.home-nav-dropdown {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 30;
  min-width: 430px;
  transform: translate(-50%, 8px);
  border-top: 3px solid #c82934;
  background: #111111;
  padding: 12px 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.home-nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.home-nav-dropdown a {
  display: block;
  padding: 12px 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.home-nav-dropdown a:hover {
  background: #243940;
  color: #ffffff;
}

.home-nav-dropdown-contractors {
  min-width: 380px;
}

.home-nav-logo-menu:hover .home-nav-dropdown,
.home-nav-logo-menu:focus-within .home-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.home-menu-toggle {
  display: none;
}

.home-menu-icon {
  display: none;
}

.home-hero {
  position: relative;
  height: min(1024px, 53.25vw);
  min-height: 760px;
  background-image: url("../Banner-01.jpg.jpeg");
  background-color: #050505;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-hero-title {
  position: absolute;
  left: 146px;
  top: 255px;
  width: 620px;
  color: #ffffff;
}

.home-hero-title h1 {
  margin: 0;
  color: #ffffff;
  font-size: 79px;
  font-weight: 950;
  line-height: 0.98;
  text-transform: uppercase;
}

.home-watch {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-play {
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #ffffff;
}

.home-play::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 15px;
  width: 0;
  height: 0;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #c82934;
  border-top: 12px solid transparent;
}

.home-hero-card {
  position: absolute;
  right: 58px;
  top: 453px;
  width: 995px;
  min-height: 420px;
  border-radius: 16px;
  background: #243940;
  padding: 43px 48px;
  color: #ffffff;
}

.home-hero-card h2 {
  max-width: 810px;
  color: #ffffff;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.03;
}

.home-hero-card p {
  margin-top: 25px;
  max-width: 850px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42;
}

.home-hero-card strong {
  display: block;
  margin-top: 22px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.home-hero-card a,
.home-cta a:first-child {
  display: inline-flex;
  margin-top: 30px;
  border-radius: 999px;
  background: #c82934;
  padding: 22px 34px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-stat-strip {
  position: relative;
  height: 102px;
  background: #ffffff;
}

.home-stat-grid {
  position: absolute;
  left: 90px;
  right: 90px;
  top: -68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 102px;
}

.home-stat {
  display: flex;
  min-height: 118px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: #243940;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.home-check {
  display: inline-block;
  width: 33px;
  height: 21px;
  transform: rotate(-45deg);
  border-bottom: 5px solid #c82934;
  border-left: 5px solid #c82934;
}

.home-services,
.home-equipment,
.home-dark-about {
  background: #243940;
  color: #ffffff;
}

.home-services {
  padding: 104px 88px 86px;
}

.home-section-head p,
.home-eyebrow {
  margin: 0;
  color: #c82934;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-section-head h2,
.home-copy h2,
.home-cta h2 {
  margin: 10px 0 0;
  color: #283c43;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
}

.home-services .home-section-head h2,
.home-equipment .home-section-head h2,
.home-dark-about h2 {
  color: #ffffff;
}

.home-section-head span {
  display: block;
  margin: 24px auto 0;
  max-width: 1040px;
  color: currentColor;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.35;
  opacity: 0.92;
}

.home-center {
  text-align: center;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 54px;
  margin-top: 74px;
}

.home-service-grid article {
  min-height: 320px;
  border-radius: 24px;
  background: #4c6269;
  padding: 36px 34px;
  color: #ffffff;
}

.home-service-grid b {
  display: block;
  color: #ffffff;
  font-size: 66px;
  font-weight: 250;
  line-height: 0.9;
}

.home-service-grid h3 {
  margin-top: 15px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
}

.home-service-grid p {
  margin-top: 26px;
  max-width: 700px;
  color: #e9eef0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.home-service-grid a {
  display: inline-flex;
  margin-top: 32px;
  color: #f02b36;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-service-grid a::after {
  content: "";
  width: 34px;
  height: 2px;
  margin: 10px 0 0 11px;
  background: #f02b36;
}

.home-white-block {
  padding: 122px 90px 0;
  background: #ffffff;
}

.home-two-col {
  display: grid;
  grid-template-columns: 1fr 0.98fr;
  gap: 138px;
  align-items: start;
}

.home-two-col-lower {
  margin-top: 126px;
}

.home-copy {
  max-width: 820px;
}

.home-copy > p:not(.home-eyebrow) {
  margin-top: 28px;
  color: #283c43;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
}

.home-copy ul {
  margin-top: 28px;
}

.home-copy li {
  position: relative;
  margin-top: 8px;
  padding-left: 26px;
  color: #283c43;
  font-size: 16px;
  font-weight: 600;
}

.home-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 7px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #c82934;
  border-left: 2px solid #c82934;
}

.home-copy em {
  display: block;
  margin-top: 30px;
  color: #9aa3a7;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

.home-placeholder {
  display: flex;
  min-height: 560px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 48px;
  background: #7b8f94;
  color: #d8e0e2;
  text-align: center;
}

.home-placeholder-tall {
  min-height: 700px;
}

.home-placeholder strong {
  color: #dbe4e6;
  font-size: 15px;
  font-weight: 500;
}

.home-placeholder span {
  display: block;
  max-width: 560px;
  margin-top: 9px;
  color: #dbe4e6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.home-info-list {
  margin-top: 36px;
  display: grid;
  gap: 30px;
}

.home-info-list article,
.home-industry-grid article {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 22px;
  align-items: start;
  border-radius: 10px;
  background: #f4f6fa;
  padding: 24px 28px;
}

.home-info-list article > span,
.home-industry-grid article > span {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  background: #c82934;
}

.home-info-list h3,
.home-industry-grid h3 {
  color: #283c43;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.home-info-list p,
.home-industry-grid p {
  color: #59676c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.home-equipment {
  margin-top: 124px;
  padding: 94px 88px 126px;
}

.home-equipment .home-section-head span {
  max-width: 1120px;
  font-size: 20px;
  font-weight: 900;
}

.home-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 72px;
}

.home-equipment-grid article {
  min-height: 585px;
  background: #4c6269;
  padding: 36px 32px 32px;
  text-align: center;
}

.home-product {
  display: flex;
  min-height: 315px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #111718;
  color: #a8b2b6;
  font-size: 14px;
  line-height: 1.3;
}

.home-equipment-grid article > p {
  margin-top: 34px;
  color: #f02b36;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-equipment-grid h3 {
  margin-top: 8px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
}

.home-equipment-grid span {
  display: block;
  margin-top: 22px;
  color: #dbe4e6;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.home-contractor-one {
  padding-top: 114px;
}

.home-industries {
  padding: 130px 88px 118px;
  background: #ffffff;
}

.home-industries .home-section-head h2 {
  color: #283c43;
}

.home-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 58px 68px;
  margin-top: 56px;
}

.home-industry-grid article {
  min-height: 112px;
}

.home-dark-about {
  padding: 92px 88px 112px;
}

.home-dark-about .home-two-col {
  align-items: center;
}

.home-copy-dark > p:not(.home-eyebrow) {
  color: #ffffff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.12;
}

.home-info-dark article {
  min-height: 112px;
  background: #4c6269;
}

.home-info-dark h3,
.home-info-dark p {
  color: #ffffff;
}

.home-dark-about .home-placeholder {
  min-height: 700px;
}

.home-red-takeaway {
  display: flex;
  min-height: 290px;
  align-items: center;
  justify-content: center;
  background: #be2530;
  padding: 44px 190px;
  color: #ffffff;
  text-align: center;
}

.home-red-takeaway p {
  max-width: 1280px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.55;
  text-transform: uppercase;
}

.home-cta {
  min-height: 440px;
  padding: 78px 24px;
  background: #ffffff;
  text-align: center;
}

.home-cta p {
  color: #c82934;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-cta h2 {
  color: #283c43;
}

.home-cta span {
  display: block;
  max-width: 760px;
  margin: 28px auto 0;
  color: #283c43;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
}

.home-cta div {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-top: 48px;
}

.home-cta a {
  min-width: 240px;
  justify-content: center;
}

.home-cta a:last-child {
  display: inline-flex;
  margin-top: 30px;
  border-radius: 999px;
  background: #243940;
  padding: 22px 34px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.home-footer {
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.8fr;
  gap: 86px;
  min-height: 344px;
  padding: 68px 88px 50px;
  background: #243940;
  color: #ffffff;
}

.home-footer h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 900;
}

.home-footer p {
  margin-top: 18px;
  color: #d5dde0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.home-find-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.home-find-list a,
.home-find-list p {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin: 0;
  color: #d5dde0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.home-find-list a:hover {
  color: #ffffff;
}

.home-find-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #c82934;
  color: #ffffff;
}

.home-find-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-socials {
  display: flex;
  gap: 11px;
  margin-top: 28px;
}

.home-socials span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #c82934;
  color: #243940;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-footer small {
  display: block;
  margin-top: 52px;
  color: #d5dde0;
  font-size: 15px;
}

.home-footer-logos {
  display: flex;
  flex-direction: column;
  gap: 34px;
  justify-content: center;
}

.home-footer-logos img {
  width: 250px;
  filter: brightness(4) grayscale(1);
}

@media (min-width: 1801px) {
  .facade-page .home-header,
  .construction-page .home-header,
  .cleaning-page .home-header,
  .emergency-page .home-header {
    height: 300px;
  }
}

.construction-hero {
  position: relative;
  height: min(1024px, 53.333vw);
  min-height: 640px;
  background-image: url("../images/drone-page-images/construction-documentation/dji-20260525124509-0014-d.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.construction-hero-title {
  position: absolute;
  left: 64px;
  top: 344px;
  width: 660px;
  color: #ffffff;
}

.construction-hero-title h1 {
  margin: 0;
  color: #ffffff;
  font-size: 82px;
  font-weight: 950;
  line-height: 0.94;
  text-transform: uppercase;
}

.construction-intro {
  background: #ffffff;
  padding: 94px 88px 62px;
}

.construction-intro-grid {
  display: grid;
  grid-template-columns: 720px minmax(0, 1fr);
  gap: 260px;
  max-width: 1744px;
  margin: 0 auto;
  align-items: center;
}

.construction-triptych {
  width: 720px;
  height: 940px;
  object-fit: cover;
  object-position: center;
}

.construction-copy h2,
.construction-benefits h2,
.construction-section-head h2,
.construction-audience h2,
.construction-cta h2 {
  margin: 8px 0 0;
  color: #283c43;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.05;
}

.construction-copy p:not(.facade-eyebrow) {
  margin-top: 36px;
  color: #384d55;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.construction-benefits {
  max-width: 1728px;
  margin: 72px auto 0;
}

.construction-benefits h2 {
  font-size: 37px;
}

.construction-benefits div {
  margin-top: 28px;
  color: #283c43;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.construction-benefits ul {
  margin: 0 0 36px;
}

.construction-benefits li::before {
  content: "- ";
}

.construction-benefits p + p {
  margin-top: 38px;
}

.construction-how {
  background: #243940;
  color: #ffffff;
  padding: 80px 88px 100px;
}

.construction-section-head {
  text-align: center;
}

.construction-section-head h2 {
  color: #ffffff;
}

.construction-step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  max-width: 1740px;
  margin: 92px auto 0;
}

.construction-step-grid article {
  min-height: 340px;
  border-radius: 16px;
  background: #4c6269;
  padding: 26px 28px 28px;
  color: #ffffff;
}

.construction-step-grid b {
  display: block;
  color: #dce5e8;
  font-size: 56px;
  font-weight: 300;
  line-height: 0.95;
}

.construction-step-grid h3 {
  margin-top: 18px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
}

.construction-step-grid p {
  margin-top: 22px;
  color: #d7e1e4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.construction-audience {
  background: #ffffff;
  padding: 102px 88px 122px;
}

.construction-audience h2 {
  text-transform: uppercase;
}

.construction-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 92px;
  max-width: 1740px;
  margin: 70px auto 0;
}

.construction-audience-grid article {
  position: relative;
  min-height: 280px;
  border-radius: 16px;
  background: #243940;
  padding: 110px 28px 32px;
  color: #ffffff;
}

.construction-audience-grid h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
}

.construction-audience-grid p {
  margin-top: 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.construction-projects {
  padding-top: 28px;
  padding-bottom: 150px;
}

.construction-cta {
  min-height: 430px;
  background: #ffffff;
  padding: 0 24px 92px;
  text-align: center;
}

.construction-cta .facade-eyebrow {
  justify-content: center;
}

.construction-cta span {
  display: block;
  max-width: 870px;
  margin: 24px auto 0;
  color: #283c43;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.construction-cta div {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 56px;
}

.construction-cta a {
  display: inline-flex;
  min-width: 210px;
  justify-content: center;
  border-radius: 999px;
  padding: 18px 32px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.construction-cta a:first-child {
  background: #c82934;
}

.construction-cta a:last-child {
  background: #243940;
}

.cleaning-hero {
  position: relative;
  height: min(1024px, 53.333vw);
  min-height: 640px;
  background-image: url("../images/drone-page-images/drone-cleaning/dji-20260313111355-0023-v.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.cleaning-hero-title {
  position: absolute;
  left: 70px;
  top: 320px;
  width: 650px;
  color: #ffffff;
}

.cleaning-hero-title h1 {
  margin: 0;
  color: #ffffff;
  font-size: 78px;
  font-weight: 950;
  line-height: 0.94;
  text-transform: uppercase;
}

.cleaning-hero-card {
  position: absolute;
  right: 58px;
  top: 453px;
  width: 995px;
  min-height: 420px;
  border-radius: 16px;
  background: #243940;
  padding: 43px 48px;
  color: #ffffff;
}

.cleaning-hero-card h2 {
  color: #ffffff;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.03;
}

.cleaning-hero-card p {
  margin-top: 25px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42;
}

.cleaning-hero-card ul {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.cleaning-hero-card li {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.cleaning-hero-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  background: #c82934;
  vertical-align: middle;
}

.cleaning-intro {
  background: #ffffff;
  padding: 104px 88px 92px;
}

.cleaning-intro-grid {
  display: grid;
  grid-template-columns: 720px minmax(0, 1fr);
  gap: 260px;
  max-width: 1744px;
  margin: 0 auto;
  align-items: center;
}

.cleaning-copy h2 {
  font-size: 43px;
}

.cleaning-applications {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: 96px;
  max-width: 1744px;
  margin: 0 auto;
  padding: 56px 88px 0;
  background: #ffffff;
}

.cleaning-app-copy h2,
.cleaning-window h2,
.cleaning-approach h2 {
  margin: 8px 0 0;
  color: #283c43;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.05;
}

.cleaning-app-copy > p:not(.facade-eyebrow),
.cleaning-window p,
.cleaning-approach article p {
  margin-top: 22px;
  color: #384d55;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.cleaning-list {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.cleaning-list p {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 18px;
  align-items: center;
  margin: 0;
  border-radius: 8px;
  background: #f3f5f8;
  padding: 19px 24px;
  color: #384d55;
  font-size: 17px;
  font-weight: 800;
}

.cleaning-list p::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #c82934;
}

.cleaning-app-copy > span {
  display: block;
  margin-top: 32px;
  color: #59676c;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.4;
}

.cleaning-window {
  margin-top: 118px;
}

.cleaning-window .facade-eyebrow {
  color: #c82934;
}

.cleaning-window h3 {
  margin-top: 32px;
  color: #283c43;
  font-size: 19px;
  font-weight: 900;
}

.cleaning-window ul {
  margin-top: 14px;
  color: #384d55;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.cleaning-window li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  background: #c82934;
  vertical-align: middle;
}

.cleaning-sketch {
  width: 100%;
  height: 100%;
  min-height: 1260px;
  object-fit: cover;
  object-position: 42% center;
  align-self: stretch;
}

.cleaning-how {
  margin-top: 0;
}

.construction-section-head span {
  display: block;
  max-width: 760px;
  margin: 20px auto 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.42;
}

.cleaning-red-cta {
  min-height: 720px;
}

.cleaning-approach {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 88px;
  max-width: 1744px;
  margin: 0 auto;
  padding: 116px 88px 104px;
  background: #ffffff;
}

.cleaning-approach aside {
  align-self: start;
  margin-top: 20px;
  background: #243940;
  padding: 38px 44px;
  color: #ffffff;
}

.cleaning-approach aside h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
}

.cleaning-approach aside ul {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.cleaning-approach aside li {
  color: #ffffff;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.4;
}

.cleaning-approach aside li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  background: #c82934;
  vertical-align: middle;
}

.cleaning-audience {
  padding-top: 80px;
  padding-bottom: 118px;
}

.cleaning-takeaway {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  background: #be2530;
  padding: 48px 220px;
  color: #ffffff;
  text-align: center;
}

.cleaning-takeaway p {
  max-width: 1360px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.55;
  text-transform: uppercase;
}

.cleaning-projects {
  padding-top: 80px;
  padding-bottom: 150px;
}

.cleaning-cta {
  padding-top: 0;
}

.emergency-hero {
  position: relative;
  height: min(1024px, 53.333vw);
  min-height: 640px;
  background-image: url("../images/artboard-3-100.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.emergency-hero-title {
  position: absolute;
  left: 64px;
  top: 292px;
  width: 650px;
  color: #ffffff;
}

.emergency-hero-title h1 {
  margin: 0;
  color: #ffffff;
  font-size: 80px;
  font-weight: 950;
  line-height: 0.94;
  text-transform: uppercase;
}

.emergency-intro {
  background: #ffffff;
  padding: 104px 88px 112px;
}

.emergency-intro-grid {
  display: grid;
  grid-template-columns: 720px minmax(0, 1fr);
  gap: 260px;
  max-width: 1744px;
  margin: 0 auto;
  align-items: center;
}

.emergency-copy h2,
.emergency-events h2,
.emergency-claim h2,
.emergency-thermal h2,
.emergency-perspective h2,
.emergency-stakeholders h2 {
  margin: 8px 0 0;
  color: #283c43;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.05;
}

.emergency-damage,
.emergency-claim,
.emergency-perspective {
  background: #243940;
  color: #ffffff;
}

.emergency-damage {
  padding: 78px 88px 102px;
}

.emergency-damage .construction-section-head h2,
.emergency-claim h2,
.emergency-perspective h2 {
  color: #ffffff;
}

.emergency-card-grid {
  display: grid;
  gap: 48px;
  max-width: 1744px;
  margin: 74px auto 0;
}

.emergency-damage .emergency-card-grid {
  gap: 136px;
}

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

.emergency-card-grid article {
  min-height: 280px;
  border-radius: 16px;
  background: #4c6269;
  padding: 28px 30px;
  color: #ffffff;
}

.emergency-damage .emergency-card-grid article {
  aspect-ratio: 1.18 / 1;
  min-height: 0;
  padding: 24px 28px 22px;
}

.emergency-card-grid b {
  display: block;
  color: #dce5e8;
  font-size: 56px;
  font-weight: 300;
  line-height: 0.95;
}

.emergency-damage .emergency-card-grid b,
.emergency-claim .emergency-card-grid b {
  font-size: 74px;
}

.emergency-damage .emergency-card-grid b {
  font-size: 82px;
}

.emergency-card-grid h3 {
  margin-top: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
}

.emergency-damage .emergency-card-grid h3 {
  font-size: 25px;
  line-height: 0.98;
  margin-top: 14px;
}

.emergency-card-grid p {
  margin-top: 18px;
  color: #d7e1e4;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.35;
}

.emergency-damage .emergency-card-grid p {
  font-size: 18px;
  line-height: 1.16;
  margin-top: 12px;
}

.emergency-card-grid .emergency-card-red {
  background: #c82934;
}

.emergency-events,
.emergency-thermal,
.emergency-how,
.emergency-stakeholders {
  background: #ffffff;
}

.emergency-events {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: 96px;
  max-width: 1744px;
  margin: 0 auto;
  padding: 84px 88px;
}

.emergency-events .facade-eyebrow,
.emergency-claim .facade-eyebrow,
.emergency-thermal .facade-eyebrow {
  color: #c82934;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1.35;
  text-transform: uppercase;
}

.emergency-events article p,
.emergency-thermal article p,
.emergency-perspective article p,
.emergency-claim-copy p {
  margin-top: 22px;
  color: #384d55;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.emergency-claim-copy p,
.emergency-perspective article p {
  color: #ffffff;
}

.emergency-events ul,
.emergency-thermal ul,
.emergency-perspective ul {
  margin-top: 28px;
  display: grid;
  gap: 11px;
}

.emergency-events li,
.emergency-thermal li,
.emergency-perspective li {
  color: #384d55;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.35;
}

.emergency-perspective li {
  color: #ffffff;
}

.emergency-events li::before,
.emergency-thermal li::before,
.emergency-perspective li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  background: #c82934;
  vertical-align: middle;
}

.emergency-events img {
  width: 100%;
  height: 480px;
  min-height: 0;
  object-fit: cover;
  object-position: 42% center;
}

.emergency-claim {
  padding: 82px 88px 102px;
}

.emergency-claim-copy {
  max-width: 1000px;
}

.emergency-thermal {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 130px;
  max-width: 1744px;
  margin: 0 auto;
  padding: 112px 88px;
  align-items: center;
}

.emergency-placeholder-stack {
  display: grid;
  gap: 44px;
}

.emergency-placeholder-stack div,
.emergency-dark-placeholder {
  display: flex;
  min-height: 265px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #dce9f6;
  color: #9bb1c3;
  text-align: center;
}

.emergency-placeholder-stack div:last-child {
  min-height: 145px;
}

.emergency-placeholder-stack div:first-child {
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.emergency-placeholder-stack strong,
.emergency-dark-placeholder strong {
  font-size: 14px;
  font-weight: 600;
}

.emergency-placeholder-stack span,
.emergency-dark-placeholder span {
  display: block;
  max-width: 520px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.emergency-perspective {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 120px;
  padding: 116px 88px;
  align-items: center;
}

.emergency-perspective > * {
  max-width: 820px;
}

.emergency-perspective article {
  justify-self: end;
}

.emergency-dark-placeholder {
  min-height: 520px;
  background: #536a70;
  color: #d1dcdf;
}

.emergency-how {
  padding: 100px 88px 116px;
}

.emergency-how .construction-section-head h2,
.emergency-stakeholders h2 {
  color: #283c43;
}

.emergency-how-grid {
  margin-top: 70px;
}

.emergency-stakeholders {
  padding: 0 88px 118px;
}

.emergency-stakeholder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 78px;
  max-width: 1744px;
  margin-top: 50px;
}

.emergency-stakeholder-grid article {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 120px;
  border-radius: 8px;
  background: #f4f6fa;
  padding: 26px 30px;
}

.emergency-stakeholder-grid article > span {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  background: #c82934;
}

.emergency-stakeholder-grid h3 {
  color: #283c43;
  font-size: 19px;
  font-weight: 900;
}

.emergency-stakeholder-grid p {
  margin-top: 8px;
  color: #59676c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.emergency-takeaway {
  min-height: 240px;
}

.emergency-cta {
  padding-top: 72px;
}

.mapping-hero {
  position: relative;
  height: min(1024px, 53.333vw);
  min-height: 640px;
  background-image: url("../images/drone-page-images/mapping-surveying-and-data-capture/firefly-a-drone-flying-over-condominiums-scanning-the-roofs-add-some-visual-that-represents-816617.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.mapping-hero-title {
  position: absolute;
  left: 78px;
  top: 314px;
  width: 620px;
  color: #ffffff;
}

.mapping-hero-title h1 {
  margin: 0;
  color: #ffffff;
  font-size: 70px;
  font-weight: 950;
  line-height: 0.94;
  text-transform: uppercase;
}

.mapping-hero-card {
  position: absolute;
  right: 58px;
  top: 453px;
  width: 995px;
  min-height: 420px;
  border-radius: 16px;
  background: #243940;
  padding: 43px 48px;
  color: #ffffff;
}

.mapping-hero-card h2 {
  max-width: 810px;
  color: #ffffff;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.03;
}

.mapping-hero-card p {
  margin-top: 25px;
  max-width: 850px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42;
}

.mapping-hero-card strong {
  display: block;
  margin-top: 22px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.mapping-hero-card a {
  display: inline-flex;
  margin-top: 30px;
  border-radius: 999px;
  background: #c82934;
  padding: 22px 34px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mapping-intro {
  background: #ffffff;
  padding: 96px 88px 78px;
}

.mapping-intro-grid,
.mapping-drainage,
.mapping-why {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.08fr);
  gap: 76px;
  max-width: 1744px;
  margin: 0 auto;
  align-items: center;
}

.mapping-placeholder {
  display: flex;
  min-height: 520px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #819198;
  color: #d3dcdf;
  padding: 32px;
  text-align: center;
}

.mapping-placeholder.mapping-image-card {
  display: block;
  overflow: hidden;
  padding: 0;
  background: #243940;
}

.mapping-placeholder.mapping-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.mapping-placeholder strong {
  font-size: 14px;
  font-weight: 700;
}

.mapping-placeholder span {
  display: block;
  max-width: 520px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.mapping-copy h2,
.mapping-core h2,
.mapping-applications h2,
.mapping-drainage h2,
.mapping-approach h2,
.mapping-for h2,
.mapping-why h2,
.mapping-cta h2 {
  margin: 8px 0 0;
  color: #283c43;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.05;
}

.mapping-copy p:not(.facade-eyebrow),
.mapping-drainage p,
.mapping-why p {
  margin-top: 22px;
  color: #384d55;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.mapping-info-list,
.mapping-why-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.mapping-info-list p,
.mapping-why-list p {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 58px;
  border-radius: 8px;
  background: #f4f6fa;
  padding: 14px 22px;
  color: #384d55;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.mapping-info-list p::before,
.mapping-why-list p::before,
.mapping-check-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #c82934;
}

.mapping-core,
.mapping-approach,
.mapping-for {
  background: #ffffff;
  padding: 0 88px 86px;
}

.mapping-core {
  padding-top: 18px;
}

.mapping-section-head {
  max-width: 1744px;
  margin: 0 auto;
}

.mapping-core .mapping-section-head p,
.mapping-for > .facade-eyebrow,
.mapping-why .facade-eyebrow {
  color: #c82934;
}

.mapping-core-intro,
.mapping-approach-intro {
  display: block;
  max-width: 920px;
  margin-top: 18px;
  color: #384d55;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.mapping-card-grid {
  display: grid;
  gap: 36px;
  max-width: 1744px;
  margin: 54px auto 0;
}

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

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

.mapping-card-grid article {
  min-height: 240px;
  border-radius: 14px;
  background: #243940;
  padding: 28px 30px;
  color: #ffffff;
}

.mapping-core .mapping-card-grid,
.mapping-approach .mapping-card-grid {
  gap: 48px;
  margin-top: 74px;
}

.mapping-core .mapping-card-grid article,
.mapping-approach .mapping-card-grid article {
  min-height: 280px;
  border-radius: 16px;
  background: #4c6269;
  padding: 28px 30px;
}

.mapping-card-grid b {
  display: block;
  color: #dce5e8;
  font-size: 58px;
  font-weight: 300;
  line-height: 0.95;
}

.mapping-core .mapping-card-grid b,
.mapping-approach .mapping-card-grid b {
  font-size: 74px;
}

.mapping-card-grid h3 {
  margin-top: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
}

.mapping-card-grid p,
.mapping-card-grid li {
  color: #d7e1e4;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.mapping-core .mapping-card-grid p,
.mapping-approach .mapping-card-grid p {
  font-size: 15px;
  font-weight: 550;
}

.mapping-card-grid p {
  margin-top: 14px;
}

.mapping-card-grid ul {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.mapping-card-grid li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: #c82934;
  vertical-align: middle;
}

.mapping-applications {
  background: #243940;
  padding: 74px 88px 104px;
  color: #ffffff;
}

.mapping-applications .construction-section-head h2,
.mapping-applications .construction-section-head span,
.mapping-applications .facade-eyebrow {
  color: #ffffff;
}

.mapping-applications .mapping-card-grid article {
  min-height: 242px;
  background: #4c6269;
}

.mapping-drainage {
  padding: 102px 88px 90px;
}

.mapping-drainage .mapping-placeholder {
  min-height: 520px;
}

.mapping-check-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.mapping-check-list li {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  color: #384d55;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

.mapping-drainage h3 {
  margin-top: 28px;
  color: #283c43;
  font-size: 19px;
  font-weight: 900;
}

.mapping-approach {
  padding-top: 24px;
  text-align: center;
}

.mapping-approach .mapping-approach-intro {
  margin-left: auto;
  margin-right: auto;
}

.mapping-approach .mapping-card-grid article {
  min-height: 225px;
  text-align: left;
}

.mapping-for {
  padding-top: 14px;
}

.mapping-for-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 76px;
  max-width: 1744px;
  margin-top: 46px;
}

.mapping-for-grid article {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 118px;
  border-radius: 8px;
  background: #f4f6fa;
  padding: 24px 28px;
}

.mapping-for-grid article > span {
  width: 9px;
  height: 9px;
  margin-top: 8px;
  background: #c82934;
}

.mapping-for-grid h3 {
  color: #283c43;
  font-size: 19px;
  font-weight: 900;
}

.mapping-for-grid p {
  margin-top: 8px;
  color: #59676c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.mapping-takeaway {
  min-height: 240px;
}

.mapping-why {
  padding: 94px 88px 88px;
}

.mapping-why .mapping-placeholder {
  min-height: 520px;
}

.mapping-why-list p {
  align-items: start;
  grid-template-columns: 10px minmax(0, 1fr);
  min-height: 90px;
}

.mapping-why-list strong {
  display: block;
  color: #283c43;
  font-size: 17px;
  font-weight: 900;
}

.mapping-why-list span {
  display: block;
  margin-top: 4px;
  color: #59676c;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.mapping-cta {
  padding-top: 28px;
}

.historical-hero {
  position: relative;
  height: min(1024px, 53.333vw);
  min-height: 640px;
  background-image: url("../images/drone-page-images/historical/dji-20260525122735-0010-d.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.historical-hero-title {
  position: absolute;
  left: 78px;
  top: 300px;
  width: 620px;
  color: #ffffff;
}

.historical-hero-title h1 {
  margin: 0;
  color: #ffffff;
  font-size: 70px;
  font-weight: 950;
  line-height: 0.94;
  text-transform: uppercase;
}

.historical-hero-card {
  position: absolute;
  right: 58px;
  top: 448px;
  width: 995px;
  min-height: 420px;
  border-radius: 16px;
  background: #243940;
  padding: 43px 48px;
  color: #ffffff;
}

.historical-hero-card h2 {
  max-width: 810px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.03;
}

.historical-hero-card p {
  margin-top: 25px;
  max-width: 850px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
}

.historical-hero-card a {
  display: inline-flex;
  margin-top: 30px;
  border-radius: 999px;
  background: #c82934;
  padding: 22px 34px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.historical-intro {
  background: #ffffff;
  padding: 96px 88px 78px;
}

.historical-digital {
  background: #243940;
  padding: 76px 88px 104px;
  color: #ffffff;
}

.historical-digital .construction-section-head h2,
.historical-digital .construction-section-head span,
.historical-digital .facade-eyebrow {
  color: #ffffff;
}

.historical-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 136px;
  max-width: 1744px;
  margin: 74px auto 0;
}

.historical-card-grid article {
  min-height: 270px;
  border-radius: 16px;
  background: #4c6269;
  padding: 28px 30px;
  color: #ffffff;
}

.historical-card-grid b {
  display: block;
  color: #dce5e8;
  font-size: 74px;
  font-weight: 300;
  line-height: 0.95;
}

.historical-card-grid h3 {
  margin-top: 18px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
}

.historical-card-grid p {
  margin-top: 16px;
  color: #d7e1e4;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.35;
}

.historical-perspective {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 120px;
  max-width: 1744px;
  margin: 0 auto;
  padding: 112px 88px;
  align-items: center;
}

.historical-perspective h2,
.historical-why h2 {
  margin: 8px 0 0;
  color: #283c43;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.05;
}

.historical-perspective p:not(.facade-eyebrow),
.historical-why p {
  margin-top: 22px;
  color: #384d55;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.historical-check-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.historical-check-list li {
  position: relative;
  padding-left: 26px;
  color: #384d55;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

.historical-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 7px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #c82934;
  border-left: 2px solid #c82934;
}

.historical-perspective .mapping-placeholder {
  min-height: 540px;
}

.historical-approach {
  background: #f4f6fa;
  padding: 84px 88px 102px;
  text-align: center;
}

.historical-approach h2 {
  margin: 8px 0 0;
  color: #283c43;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.05;
}

.historical-approach-intro {
  display: block;
  max-width: 820px;
  margin: 18px auto 0;
  color: #384d55;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.historical-approach .historical-card-grid {
  margin-top: 74px;
}

.historical-approach .historical-card-grid article {
  background: #243940;
  text-align: left;
}

.historical-for {
  padding-top: 74px;
}

.historical-why {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 120px;
  max-width: 1744px;
  margin: 0 auto;
  padding: 36px 88px 104px;
  align-items: center;
}

.historical-why .mapping-placeholder {
  min-height: 560px;
}

.historical-commitment {
  min-height: 470px;
  background-image: url("../images/artboard-5-100.jpg");
  background-position: center;
  background-size: cover;
  padding: 76px 88px;
  color: #ffffff;
}

.historical-commitment-copy {
  max-width: 1160px;
}

.historical-commitment h2 {
  color: #ffffff;
  font-size: 43px;
  font-weight: 950;
  line-height: 1.04;
  text-transform: uppercase;
}

.historical-commitment p {
  margin-top: 30px;
  max-width: 1060px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.historical-actions {
  display: flex;
  gap: 18px;
  margin-top: 46px;
}

.historical-actions a {
  display: inline-flex;
  min-width: 180px;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid #ffffff;
  padding: 17px 26px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.historical-actions a:first-child {
  border-color: #ffffff;
  background: #ffffff;
  color: #c82934;
}

.historical-final-note {
  background: #ffffff;
  padding: 82px 170px;
  text-align: center;
}

.historical-final-note p {
  max-width: 1420px;
  margin: 0 auto;
  color: #283c43;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.45;
  text-transform: uppercase;
}

.facade-hero {
  position: relative;
  height: min(1024px, 53.333vw);
  min-height: 640px;
  background-image: url("../images/drone-page-images/building-facade-inspection-pics/building-facade-inspection-pics/dji-20240521134029-0085-d.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.facade-hero-title {
  position: absolute;
  left: 146px;
  top: 400px;
  width: 560px;
  color: #ffffff;
}

.facade-hero-title h1 {
  margin: 0;
  color: #ffffff;
  font-size: 76px;
  font-weight: 950;
  line-height: 0.98;
  text-transform: uppercase;
}

.facade-overview-section {
  background: #ffffff;
  padding: 132px 88px 180px;
}

.facade-overview {
  display: grid;
  grid-template-columns: 760px minmax(0, 1fr);
  gap: 160px;
  max-width: 1744px;
  margin: 0 auto;
  align-items: start;
}

.facade-image-stack {
  position: relative;
  min-height: 930px;
}

.facade-image-stack::before {
  content: "";
  position: absolute;
  left: 0;
  top: -38px;
  width: 560px;
  height: 645px;
  background: #d12433;
}

.facade-image-stack img {
  position: relative;
  z-index: 1;
  width: 735px;
  height: 720px;
  margin-left: 42px;
  object-fit: cover;
  object-position: center;
}

.facade-years {
  position: absolute;
  right: 0;
  bottom: 58px;
  z-index: 2;
  display: flex;
  min-width: 345px;
  align-items: center;
  gap: 16px;
  background: #9d3232;
  padding: 25px 30px;
  color: #ffffff;
}

.facade-years span {
  display: inline-flex;
  width: 50px;
  height: 50px;
}

.facade-years svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.facade-years strong {
  color: #ffffff;
  font-size: 31px;
  font-weight: 900;
  line-height: 0.95;
}

.facade-eyebrow {
  margin: 0;
  color: #c82934;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1.35;
  text-transform: uppercase;
}

.facade-copy h2,
.facade-services h2,
.facade-project-head h2 {
  margin: 8px 0 0;
  color: #283c43;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.05;
}

.facade-copy p:not(.facade-eyebrow) {
  margin-top: 23px;
  color: #384d55;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

.facade-services {
  max-width: 1740px;
  margin: 92px auto 0;
}

.facade-services > p:not(.facade-eyebrow) {
  margin-top: 18px;
  color: #45585f;
  font-size: 18px;
  font-weight: 700;
}

.facade-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px;
  margin-top: 62px;
}

.facade-service-grid article {
  position: relative;
  min-height: 285px;
  border-radius: 16px;
  background: #243940;
  padding: 110px 28px 32px;
  color: #ffffff;
}

.facade-service-icon {
  position: absolute;
  left: 28px;
  top: 28px;
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #9d3232;
  color: rgba(255, 255, 255, 0.72);
}

.facade-service-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.facade-service-grid h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
}

.facade-service-grid p {
  margin-top: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.facade-red-cta {
  min-height: 900px;
  background-image: url("../images/artboard-5-100.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 160px 88px;
}

.facade-red-copy {
  max-width: 1035px;
}

.facade-red-copy p {
  color: #ffffff;
  font-size: 39px;
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
}

.facade-red-copy span {
  display: block;
  margin-top: 20px;
  max-width: 910px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.facade-red-copy h2 {
  margin-top: 170px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
}

.facade-red-actions {
  display: flex;
  gap: 15px;
  margin-top: 56px;
}

.facade-red-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 999px;
  padding: 18px 31px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.facade-red-actions a:first-child {
  background: #ffffff;
  color: #283c43;
}

.facade-projects {
  background: #ffffff;
  padding: 155px 88px 240px;
}

.facade-project-head {
  display: flex;
  max-width: 1740px;
  margin: 0 auto;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}

.facade-project-head span {
  margin-top: 34px;
  color: #c9cfd1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.facade-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 74px 82px;
  max-width: 1740px;
  margin: 72px auto 0;
}

.facade-project-grid img {
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
}

@media (min-width: 1025px) and (max-width: 1800px) {
  .home-nav {
    left: 30px;
    right: 30px;
    grid-template-columns: max-content max-content 150px max-content max-content max-content max-content;
    justify-content: space-between;
    gap: 18px;
    font-size: 15px;
  }

  .home-nav img {
    width: 150px;
  }

  .home-nav-dropdown a {
    font-size: 12px;
  }

  .home-hero-title {
    left: 38px;
    top: 275px;
    width: 500px;
  }

  .home-hero-title h1 {
    font-size: 64px;
    line-height: 1.02;
  }

  .home-hero-card {
    right: 60px;
    top: 380px;
    width: 800px;
    min-height: 300px;
    padding: 30px 34px;
  }

  .home-hero-card h2 {
    font-size: 30px;
  }

  .home-hero-card p,
  .home-hero-card strong {
    font-size: 15px;
  }

  .facade-hero-title {
    left: 76px;
    top: 275px;
    width: 410px;
  }

  .facade-hero-title h1 {
    font-size: 56px;
  }

  .facade-overview-section {
    padding: 92px 56px 86px;
  }

  .facade-overview {
    grid-template-columns: 560px minmax(0, 1fr);
    gap: 100px;
  }

  .facade-image-stack {
    min-height: 550px;
  }

  .facade-image-stack::before {
    left: 0;
    top: -28px;
    width: 410px;
    height: 430px;
  }

  .facade-image-stack img {
    width: 530px;
    height: 510px;
    margin-left: 30px;
  }

  .facade-years {
    right: 0;
    bottom: 28px;
    min-width: 260px;
    padding: 18px 22px;
  }

  .facade-years span {
    width: 40px;
    height: 40px;
  }

  .facade-years strong {
    font-size: 24px;
  }

  .facade-copy h2,
  .facade-services h2,
  .facade-project-head h2 {
    font-size: 34px;
  }

  .facade-copy p:not(.facade-eyebrow) {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.42;
  }

  .facade-services {
    margin-top: 70px;
  }

  .facade-service-grid {
    gap: 36px;
    margin-top: 45px;
  }

  .facade-service-grid article {
    min-height: 235px;
    padding: 84px 20px 24px;
  }

  .facade-service-icon {
    left: 20px;
    top: 20px;
    width: 58px;
    height: 58px;
  }

  .facade-service-icon svg {
    width: 38px;
    height: 38px;
  }

  .facade-service-grid h3 {
    font-size: 17px;
  }

  .facade-service-grid p {
    font-size: 12px;
  }

  .facade-red-cta {
    min-height: 660px;
    padding: 104px 56px;
  }

  .facade-red-copy {
    max-width: 760px;
  }

  .facade-red-copy p {
    font-size: 29px;
  }

  .facade-red-copy span {
    font-size: 14px;
  }

  .facade-red-copy h2 {
    margin-top: 110px;
    font-size: 34px;
  }

  .facade-red-actions {
    margin-top: 36px;
  }

  .facade-projects {
    padding: 108px 56px 100px;
  }

  .facade-project-grid {
    gap: 54px 62px;
    margin-top: 58px;
  }

  .construction-hero-title {
    left: 34px;
    top: 250px;
    width: 500px;
  }

  .construction-hero-title h1 {
    font-size: 58px;
    line-height: 0.94;
  }

  .construction-intro {
    padding: 74px 56px 54px;
  }

  .construction-intro-grid {
    grid-template-columns: 540px minmax(0, 1fr);
    gap: 118px;
  }

  .construction-triptych {
    width: 540px;
    height: 680px;
  }

  .construction-copy h2,
  .construction-benefits h2,
  .construction-section-head h2,
  .construction-audience h2,
  .construction-cta h2 {
    font-size: 34px;
  }

  .construction-copy p:not(.facade-eyebrow),
  .construction-benefits div,
  .construction-cta span {
    font-size: 14px;
  }

  .construction-benefits {
    margin-top: 54px;
  }

  .construction-how {
    padding: 62px 56px 74px;
  }

  .construction-step-grid {
    gap: 20px;
    margin-top: 58px;
  }

  .construction-step-grid article {
    min-height: 260px;
    padding: 20px 18px;
  }

  .construction-step-grid b {
    font-size: 42px;
  }

  .construction-step-grid h3 {
    font-size: 14px;
  }

  .construction-step-grid p {
    font-size: 11px;
  }

  .construction-audience {
    padding: 76px 56px 92px;
  }

  .construction-audience-grid {
    gap: 36px;
    margin-top: 52px;
  }

  .construction-audience-grid article {
    min-height: 235px;
    padding: 84px 20px 24px;
  }

  .construction-audience-grid h3 {
    font-size: 17px;
  }

  .construction-audience-grid p {
    font-size: 12px;
  }

  .construction-projects {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .construction-cta {
    min-height: 330px;
    padding-bottom: 76px;
  }

  .cleaning-hero-title {
    left: 28px;
    top: 232px;
    width: 520px;
  }

  .cleaning-hero-title h1 {
    font-size: 62px;
    line-height: 0.94;
  }

  .cleaning-hero-card {
    right: 60px;
    top: 380px;
    width: 800px;
    min-height: 300px;
    padding: 30px 34px;
    border-radius: 16px;
  }

  .cleaning-hero-card h2 {
    font-size: 30px;
  }

  .cleaning-hero-card p,
  .cleaning-hero-card li {
    font-size: 15px;
  }

  .cleaning-intro {
    padding: 74px 56px 64px;
  }

  .cleaning-intro-grid {
    grid-template-columns: 540px minmax(0, 1fr);
    gap: 118px;
  }

  .cleaning-applications {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
    gap: 48px;
    padding: 42px 56px 0;
  }

  .cleaning-app-copy h2,
  .cleaning-window h2,
  .cleaning-approach h2 {
    font-size: 38px;
  }

  .cleaning-app-copy > p:not(.facade-eyebrow),
  .cleaning-window p,
  .cleaning-approach article p {
    font-size: 18px;
  }

  .cleaning-list {
    gap: 14px;
  }

  .cleaning-list p {
    padding: 14px 18px;
    font-size: 13px;
  }

  .cleaning-window {
    margin-top: 82px;
  }

  .cleaning-sketch {
    width: 100%;
    height: 100%;
    min-height: 980px;
  }

  .cleaning-red-cta {
    min-height: 620px;
  }

  .cleaning-approach {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    padding: 80px 56px 76px;
  }

  .cleaning-approach aside {
    padding: 28px 30px;
  }

  .cleaning-approach aside li {
    font-size: 16px;
  }

  .cleaning-takeaway {
    min-height: 210px;
    padding: 36px 110px;
  }

  .cleaning-takeaway p {
    font-size: 16px;
  }

  .cleaning-projects {
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .emergency-hero-title {
    left: 28px;
    top: 205px;
    width: 530px;
  }

  .emergency-hero-title h1 {
    font-size: 62px;
    line-height: 0.94;
  }

  .emergency-intro {
    padding: 74px 56px 82px;
  }

  .emergency-intro-grid {
    grid-template-columns: 540px minmax(0, 1fr);
    gap: 118px;
  }

  .emergency-copy h2,
  .emergency-events h2,
  .emergency-claim h2,
  .emergency-thermal h2,
  .emergency-perspective h2,
  .emergency-stakeholders h2 {
    font-size: 34px;
  }

  .emergency-damage,
  .emergency-claim {
    padding: 62px 56px 74px;
  }

  .emergency-card-grid {
    gap: 28px;
    margin-top: 50px;
  }

  .emergency-damage .emergency-card-grid {
    gap: 128px;
  }

  .emergency-card-grid article {
    min-height: 230px;
    padding: 22px 20px;
  }

  .emergency-damage .emergency-card-grid article {
    aspect-ratio: auto;
    height: 236px;
    padding: 12px 14px 10px;
  }

  .emergency-card-grid b {
    font-size: 42px;
  }

  .emergency-damage .emergency-card-grid b,
  .emergency-claim .emergency-card-grid b {
    font-size: 60px;
  }

  .emergency-damage .emergency-card-grid b {
    font-size: 66px;
  }

  .emergency-card-grid h3 {
    font-size: 15px;
  }

  .emergency-damage .emergency-card-grid h3 {
    font-size: 20px;
    line-height: 0.92;
    margin-top: 6px;
  }

  .emergency-card-grid p {
    font-size: 12px;
  }

  .emergency-damage .emergency-card-grid p {
    font-size: 14.5px;
    line-height: 1.07;
    margin-top: 7px;
  }

  .emergency-events {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
    gap: 48px;
    padding: 68px 56px;
  }

  .emergency-events article p,
  .emergency-thermal article p,
  .emergency-perspective article p,
  .emergency-claim-copy p {
    font-size: 14px;
  }

  .emergency-events li,
  .emergency-thermal li,
  .emergency-perspective li {
    font-size: 13px;
  }

  .emergency-events img {
    height: 380px;
  }

  .emergency-thermal {
    gap: 72px;
    padding: 82px 56px;
  }

  .emergency-perspective {
    gap: 70px;
    padding: 84px 56px;
  }

  .emergency-dark-placeholder {
    min-height: 420px;
  }

  .emergency-how {
    padding: 76px 56px 88px;
  }

  .emergency-stakeholders {
    padding: 0 56px 88px;
  }

  .emergency-stakeholder-grid {
    gap: 32px 48px;
  }

  .emergency-takeaway p {
    font-size: 16px;
  }

  .mapping-hero-title {
    left: 28px;
    top: 205px;
    width: 520px;
  }

  .mapping-hero-title h1 {
    font-size: 52px;
    line-height: 0.94;
  }

  .mapping-hero-card {
    right: 60px;
    top: 380px;
    width: 800px;
    min-height: 300px;
    padding: 30px 34px;
    border-radius: 16px;
  }

  .mapping-hero-card h2 {
    font-size: 30px;
  }

  .mapping-hero-card p,
  .mapping-hero-card strong {
    font-size: 15px;
  }

  .mapping-intro,
  .mapping-core,
  .mapping-applications,
  .mapping-drainage,
  .mapping-approach,
  .mapping-for,
  .mapping-why {
    padding-left: 56px;
    padding-right: 56px;
  }

  .mapping-intro {
    padding-top: 74px;
    padding-bottom: 58px;
  }

  .mapping-intro-grid,
  .mapping-drainage,
  .mapping-why {
    gap: 56px;
  }

  .mapping-placeholder,
  .mapping-drainage .mapping-placeholder,
  .mapping-why .mapping-placeholder {
    min-height: 410px;
  }

  .mapping-copy h2,
  .mapping-core h2,
  .mapping-applications h2,
  .mapping-drainage h2,
  .mapping-approach h2,
  .mapping-for h2,
  .mapping-why h2,
  .mapping-cta h2 {
    font-size: 34px;
  }

  .mapping-copy p:not(.facade-eyebrow),
  .mapping-drainage p,
  .mapping-why p,
  .mapping-core-intro,
  .mapping-approach-intro {
    font-size: 14px;
  }

  .mapping-info-list p,
  .mapping-why-list p {
    min-height: 48px;
    font-size: 13px;
  }

  .mapping-card-grid {
    gap: 24px;
    margin-top: 44px;
  }

  .mapping-core .mapping-card-grid,
  .mapping-approach .mapping-card-grid {
    gap: 28px;
    margin-top: 50px;
  }

  .mapping-card-grid article,
  .mapping-applications .mapping-card-grid article,
  .mapping-approach .mapping-card-grid article {
    min-height: 190px;
    padding: 22px 20px;
  }

  .mapping-core .mapping-card-grid article,
  .mapping-approach .mapping-card-grid article {
    min-height: 230px;
    border-radius: 16px;
    padding: 22px 20px;
  }

  .mapping-card-grid b {
    font-size: 42px;
  }

  .mapping-core .mapping-card-grid b,
  .mapping-approach .mapping-card-grid b {
    font-size: 60px;
  }

  .mapping-card-grid h3 {
    font-size: 15px;
  }

  .mapping-card-grid p,
  .mapping-card-grid li {
    font-size: 11px;
  }

  .mapping-core .mapping-card-grid p,
  .mapping-approach .mapping-card-grid p {
    font-size: 12px;
  }

  .mapping-for-grid {
    gap: 26px 44px;
  }

  .mapping-for-grid article {
    min-height: 105px;
    padding: 20px 24px;
  }

  .mapping-for-grid h3 {
    font-size: 15px;
  }

  .mapping-for-grid p,
  .mapping-why-list span {
    font-size: 12px;
  }

  .mapping-why-list strong {
    font-size: 14px;
  }

  .historical-hero-title {
    left: 28px;
    top: 205px;
    width: 520px;
  }

  .historical-hero-title h1 {
    font-size: 52px;
    line-height: 0.94;
  }

  .historical-hero-card {
    right: 60px;
    top: 380px;
    width: 800px;
    min-height: 300px;
    padding: 30px 34px;
    border-radius: 16px;
  }

  .historical-hero-card h2 {
    font-size: 36px;
  }

  .historical-hero-card p {
    font-size: 18px;
  }

  .historical-intro,
  .historical-digital,
  .historical-perspective,
  .historical-approach,
  .historical-for,
  .historical-why,
  .historical-commitment {
    padding-left: 56px;
    padding-right: 56px;
  }

  .historical-intro {
    padding-top: 74px;
    padding-bottom: 58px;
  }

  .historical-digital {
    padding-top: 62px;
    padding-bottom: 74px;
  }

  .historical-card-grid {
    gap: 128px;
    margin-top: 50px;
  }

  .historical-card-grid article {
    min-height: 236px;
    padding: 12px 14px 10px;
  }

  .historical-card-grid b {
    font-size: 66px;
  }

  .historical-card-grid h3 {
    font-size: 20px;
    line-height: 0.92;
    margin-top: 6px;
  }

  .historical-card-grid p {
    font-size: 14.5px;
    line-height: 1.07;
    margin-top: 7px;
  }

  .historical-perspective {
    gap: 70px;
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .historical-perspective h2,
  .historical-approach h2,
  .historical-why h2 {
    font-size: 34px;
  }

  .historical-perspective p:not(.facade-eyebrow),
  .historical-why p,
  .historical-approach-intro {
    font-size: 14px;
  }

  .historical-check-list li {
    font-size: 13px;
  }

  .historical-perspective .mapping-placeholder,
  .historical-why .mapping-placeholder {
    min-height: 420px;
  }

  .historical-approach {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .historical-for {
    padding-top: 62px;
  }

  .historical-why {
    gap: 70px;
    padding-top: 26px;
    padding-bottom: 84px;
  }

  .historical-commitment {
    min-height: 390px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .historical-commitment h2 {
    font-size: 34px;
  }

  .historical-commitment p {
    font-size: 14px;
  }

  .historical-final-note {
    padding: 58px 110px;
  }

  .historical-final-note p {
    font-size: 15px;
  }
}

.contractor-page {
  background: #ffffff;
}

.contractor-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 92px 88px;
  background-color: #111111;
  background-image:
    linear-gradient(90deg, rgba(4, 5, 6, 0.92) 0%, rgba(4, 5, 6, 0.78) 42%, rgba(4, 5, 6, 0.18) 100%),
    var(--hero-image);
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.contractor-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(60vw, 900px);
  background:
    linear-gradient(90deg, rgba(197, 32, 47, 0.88), rgba(197, 32, 47, 0.58)),
    rgba(197, 32, 47, 0.78);
  clip-path: polygon(0 0, 82% 0, 92% 100%, 0 100%);
}

.contractor-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(56vw, 830px);
  width: 9px;
  transform: skewX(-10deg);
  background: #c82934;
}

.contractor-hero::before,
.contractor-hero::after {
  display: none;
}

.contractor-hero-content {
  position: relative;
  z-index: 2;
  max-width: 670px;
}

.contractor-eyebrow,
.contractor-copy .contractor-eyebrow {
  margin: 0 0 14px;
  color: #c82934;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contractor-hero .contractor-eyebrow {
  color: #ffffff;
}

.contractor-eyebrow-large {
  display: block;
  font-size: clamp(18px, 1.65vw, 28px);
  line-height: 1.08;
}

.contractor-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 5.2vw, 82px);
  font-weight: 950;
  line-height: 0.92;
  text-transform: uppercase;
}

.contractor-hero h1 span {
  color: #ffffff;
}

.contractor-hero p:not(.contractor-eyebrow) {
  max-width: 620px;
  margin: 26px 0 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.42;
}

.contractor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.contractor-button,
.contractor-button-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contractor-button {
  background: #c82934;
  color: #ffffff;
}

.contractor-button-dark {
  background: #243940;
  color: #ffffff;
}

.contractor-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #243940;
  color: #ffffff;
}

.contractor-stat-strip article {
  min-height: 150px;
  padding: 30px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.contractor-stat-strip article:last-child {
  border-right: 0;
}

.contractor-stat-strip strong {
  display: block;
  color: #ffffff;
  font-size: 44px;
  font-weight: 950;
  line-height: 1;
}

.contractor-stat-strip span {
  display: block;
  margin-top: 10px;
  color: #d5dde0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.contractor-cert-banner {
  padding: 30px clamp(24px, 5vw, 72px);
  border-top: 3px solid #d62834;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #090e15;
  color: #ffffff;
}

.contractor-cert-label {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.contractor-cert-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
}

.contractor-cert-logos span {
  display: inline-flex;
  width: 164px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 41, 52, 0.78);
  border-radius: 5px;
  background: transparent;
  padding: 12px 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contractor-cert-logos img {
  display: block;
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
}

.contractor-cert-logos span:hover {
  border-color: #c82934;
  box-shadow: 0 0 0 1px rgba(200, 41, 52, 0.24);
  transform: translateY(-2px);
}

.contractor-section {
  padding: 98px 88px;
  background: #ffffff;
}

.contractor-section-soft {
  background: #f3f5f6;
}

.contractor-section-dark {
  background: #243940;
  color: #ffffff;
}

.contractor-section-red {
  background: #c82934;
  color: #ffffff;
}

.contractor-wrap {
  max-width: 1744px;
  margin: 0 auto;
}

.contractor-split {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: 110px;
  align-items: center;
}

.contractor-split.contractor-split-flip {
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.12fr);
}

.contractor-photo {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 0;
  background: #243940;
}

.contractor-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

.contractor-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(197, 32, 47, 0.42), transparent 54%);
  pointer-events: none;
}

.contractor-copy h2,
.contractor-section-head h2,
.contractor-cta h2,
.contractor-contact h2 {
  margin: 0;
  color: #243940;
  font-size: clamp(38px, 4.4vw, 68px);
  font-weight: 950;
  line-height: 0.96;
  text-transform: uppercase;
}

.contractor-section-dark .contractor-copy h2,
.contractor-section-dark .contractor-section-head h2,
.contractor-section-red .contractor-copy h2,
.contractor-section-red .contractor-section-head h2,
.contractor-section-red .contractor-cta h2 {
  color: #ffffff;
}

.contractor-section-head .historical-experience-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.02;
}

.contractor-copy p,
.contractor-section-head p,
.contractor-cta p {
  margin-top: 22px;
  color: #37494f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.52;
}

.contractor-section-dark .contractor-copy p,
.contractor-section-dark .contractor-section-head p,
.contractor-section-red .contractor-copy p,
.contractor-section-red .contractor-section-head p,
.contractor-section-red .contractor-cta p {
  color: #ffffff;
}

.contractor-section-head {
  max-width: 920px;
}

.contractor-section-head.contractor-center {
  margin: 0 auto;
  text-align: center;
}

.contractor-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contractor-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 999px;
  background: #edf0f1;
  padding: 10px 18px;
  color: #243940;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.contractor-section-dark .contractor-chip-list span {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.contractor-card-grid,
.contractor-number-grid,
.contractor-project-grid,
.contractor-service-ref-grid {
  display: grid;
  gap: 30px;
  margin-top: 48px;
}

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

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

.contractor-card,
.contractor-number-card,
.contractor-service-ref,
.contractor-project-card {
  background: #ffffff;
  color: #243940;
  border-radius: 0;
  border: 1px solid #e1e7e8;
  padding: 34px;
}

.contractor-section-dark .contractor-card,
.contractor-section-dark .contractor-number-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.contractor-card h3,
.contractor-number-card h3,
.contractor-service-ref h3 {
  margin: 0;
  color: inherit;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.contractor-card p,
.contractor-number-card p,
.contractor-service-ref p {
  margin-top: 15px;
  color: #52656b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}

.contractor-section-dark .contractor-card p,
.contractor-section-dark .contractor-number-card p {
  color: #d5dde0;
}

.contractor-number-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.contractor-number-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contractor-number-card b {
  display: block;
  margin-bottom: 18px;
  color: #c82934;
  font-size: 54px;
  font-weight: 950;
  line-height: 0.9;
}

.contractor-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.contractor-list li {
  position: relative;
  padding-left: 28px;
  color: #37494f;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.42;
}

.contractor-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #c82934;
}

.contractor-section-dark .contractor-list li,
.contractor-section-red .contractor-list li {
  color: #ffffff;
}

.contractor-table {
  margin-top: 44px;
  border: 1px solid #dfe5e7;
  background: #ffffff;
}

.contractor-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #dfe5e7;
}

.contractor-table-row:last-child {
  border-bottom: 0;
}

.contractor-table-row > div {
  padding: 22px 26px;
  color: #243940;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.4;
}

.contractor-table-row > div:first-child {
  background: #f3f5f6;
  color: #c82934;
  text-transform: uppercase;
}

.contractor-cta {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.contractor-cta .contractor-actions {
  justify-content: center;
}

.contractor-projects .contractor-section-head {
  max-width: none;
}

.contractor-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.contractor-filter-bar button {
  min-height: 42px;
  border: 1px solid #dfe5e7;
  background: #ffffff;
  padding: 10px 16px;
  color: #243940;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contractor-filter-bar button.is-active {
  border-color: #c82934;
  background: #c82934;
  color: #ffffff;
}

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

.contractor-project-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contractor-project-card:hover,
.contractor-project-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(16, 24, 28, 0.2);
}

.contractor-project-card:focus-visible {
  outline: 3px solid #c82934;
  outline-offset: 4px;
}

.contractor-project-card[hidden] {
  display: none;
}

.contractor-project-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: brightness(0.82);
}

.contractor-project-card-content {
  padding: 26px;
  background: #243940;
}

.contractor-project-card strong {
  display: block;
  color: #ffffff;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.02;
  text-transform: uppercase;
}

.contractor-project-card span {
  display: block;
  margin-top: 9px;
  color: #c82934;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contractor-project-card p {
  margin-top: 14px;
  color: #d5dde0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42;
}

.is-project-gallery-open {
  overflow: hidden;
}

.project-gallery-modal[hidden] {
  display: none;
}

.project-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.project-gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.82);
}

.project-gallery-dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100vw - 40px));
  max-height: calc(100vh - 56px);
  overflow: auto;
  background: #243940;
  color: #ffffff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.project-gallery-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #c82934;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.project-gallery-image {
  display: block;
  width: 100%;
  max-height: 68vh;
  object-fit: contain;
  background: #111111;
}

.project-gallery-copy {
  padding: 28px 32px 32px;
}

.project-gallery-copy strong {
  display: block;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.02;
  text-transform: uppercase;
}

.project-gallery-copy span {
  display: block;
  margin-top: 10px;
  color: #c82934;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.project-gallery-copy p {
  margin-top: 16px;
  color: #d5dde0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.contractor-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 60px;
  margin-top: 48px;
}

.contractor-form {
  display: grid;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #dfe5e7;
  padding: 38px;
}

.contractor-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contractor-form label {
  display: grid;
  gap: 8px;
  color: #243940;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contractor-form input,
.contractor-form select,
.contractor-form textarea {
  min-height: 50px;
  width: 100%;
  border: 1px solid #ccd4d7;
  border-radius: 0;
  padding: 12px 14px;
  color: #243940;
  font-size: 16px;
  font-weight: 500;
}

.contractor-form textarea {
  min-height: 164px;
  resize: vertical;
}

.contractor-form button {
  border: 0;
}

.contractor-form-success {
  margin-top: 4px;
  color: #243940;
  font-size: 16px;
  font-weight: 800;
}

.contractor-info-card {
  background: #243940;
  color: #ffffff;
  padding: 38px;
}

.contractor-info-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 950;
  text-transform: uppercase;
}

.contractor-info-card a,
.contractor-info-card p {
  color: #ffffff;
}

.contractor-info-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.contractor-info-list div {
  border-left: 4px solid #c82934;
  padding-left: 16px;
}

.contractor-info-list b {
  display: block;
  color: #c82934;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contractor-info-list span {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.reviews-page .review-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.reviews-page .review-avatar {
  display: inline-flex;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c82934;
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.reviews-page .review-card-head h3 {
  margin: 0;
}

.reviews-page .review-card-head small {
  display: block;
  margin-top: 6px;
  color: #71848a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews-page .review-stars {
  margin-top: 22px;
  color: #c82934;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1280px) {
  .home-nav {
    grid-template-columns: max-content max-content 150px max-content max-content max-content max-content;
  }

  .home-nav-dropdown-contractors {
    min-width: 330px;
  }

  .contractor-section,
  .contractor-hero {
    padding-left: 48px;
    padding-right: 48px;
  }

  .contractor-split,
  .contractor-split.contractor-split-flip {
    gap: 62px;
  }
}

@media (max-width: 1024px) {
  .home-nav .home-nav-logo-trigger {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  .home-nav-text-menu {
    justify-self: center;
    width: 100%;
  }

  .home-nav-text-trigger {
    padding: 8px 0;
  }

  .home-nav-dropdown-contractors {
    min-width: 0;
  }

  .contractor-hero {
    min-height: 0;
    padding: 96px 22px 86px;
    background-position: center;
  }

  .contractor-hero::before {
    width: 100%;
    clip-path: none;
  }

  .contractor-hero::after {
    display: none;
  }

  .contractor-hero h1 {
    max-width: 360px;
    font-size: 42px;
  }

  .contractor-hero p:not(.contractor-eyebrow) {
    font-size: 17px;
  }

  .contractor-stat-strip,
  .contractor-split,
  .contractor-split.contractor-split-flip,
  .contractor-card-grid,
  .contractor-card-grid.contractor-card-grid-four,
  .contractor-number-grid,
  .contractor-project-grid,
  .contractor-contact-grid,
  .contractor-form-row {
    grid-template-columns: 1fr;
  }

  .contractor-stat-strip article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .contractor-cert-banner {
    padding: 28px 22px;
  }

  .contractor-cert-label {
    font-size: 12px;
  }

  .contractor-cert-logos {
    gap: 8px;
  }

  .contractor-cert-logos span {
    width: 100%;
    max-width: 270px;
    height: 66px;
    padding: 10px 14px;
  }

  .contractor-cert-logos img {
    max-height: 44px;
  }

  .contractor-section {
    padding: 72px 22px;
  }

  .contractor-split,
  .contractor-split.contractor-split-flip {
    gap: 42px;
  }

  .contractor-photo {
    min-height: 320px;
  }

  .contractor-copy h2,
  .contractor-section-head h2,
  .contractor-cta h2,
  .contractor-contact h2 {
    font-size: 34px;
  }

  .contractor-section-head .historical-experience-heading {
    font-size: 28px;
    line-height: 1.06;
  }

  .contractor-copy p,
  .contractor-section-head p,
  .contractor-cta p {
    font-size: 16px;
  }

  .contractor-card,
  .contractor-number-card,
  .contractor-service-ref,
  .contractor-form,
  .contractor-info-card {
    padding: 26px;
  }

  .contractor-number-card {
    min-height: 0;
  }

  .contractor-table-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .home-header {
    height: auto;
    overflow: hidden;
    padding: 28px 22px 34px;
  }

  .home-logo-main,
  .home-quote-top,
  .home-nav {
    position: static;
    transform: none;
  }

  .home-menu-toggle {
    position: absolute;
    right: 18px;
    top: 22px;
    z-index: 40;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
  }

  .home-menu-toggle span,
  .home-menu-toggle::before,
  .home-menu-toggle::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .home-menu-toggle::before {
    position: absolute;
    transform: translateY(-7px);
  }

  .home-menu-toggle::after {
    position: absolute;
    transform: translateY(7px);
  }

  .home-header.is-menu-open .home-menu-toggle span {
    opacity: 0;
  }

  .home-header.is-menu-open .home-menu-toggle::before {
    transform: rotate(45deg);
  }

  .home-header.is-menu-open .home-menu-toggle::after {
    transform: rotate(-45deg);
  }

  .home-logo-main {
    width: 280px;
    margin: 0 auto 24px;
  }

  .home-quote-top {
    width: 100%;
    min-width: 0;
    margin: 0 auto 26px;
  }

  .home-nav {
    display: none;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 18px;
    font-size: 13px;
  }

  .home-header.is-menu-open .home-nav {
    display: grid;
  }

  .home-nav-logo-menu {
    display: block;
    grid-column: 1 / -1;
    width: 100%;
  }

  .home-nav-logo-trigger {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    padding: 8px 0;
  }

  .home-nav-dropdown {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    transform: none;
    border-top: 2px solid #c82934;
    background: #111111;
    padding: 8px 0;
    opacity: 1;
    pointer-events: auto;
  }

  .home-nav-logo-menu.is-dropdown-open .home-nav-dropdown {
    display: block;
  }

  .home-nav-logo-menu:hover .home-nav-dropdown,
  .home-nav-logo-menu:focus-within .home-nav-dropdown,
  .home-nav-logo-menu.is-dropdown-open .home-nav-dropdown {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .home-nav-logo-menu.is-dropdown-open .home-nav-chevron {
    margin-top: 5px;
    transform: rotate(225deg);
  }

  .home-nav-dropdown::before {
    display: none;
  }

  .home-nav-dropdown a {
    white-space: normal;
    text-align: center;
    font-size: 11px;
    line-height: 1.25;
  }

  .home-nav img {
    width: 160px !important;
    max-width: 160px;
    grid-column: 1 / -1;
    justify-self: center;
    margin: 0 auto;
  }

  .home-nav a {
    display: block;
    max-width: none;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 1.25;
    white-space: normal;
  }

  .home-hero {
    height: auto;
    padding: 120px 22px 96px;
  }

  .home-hero-title,
  .home-hero-card {
    position: static;
    width: auto;
  }

  .home-hero-title h1 {
    font-size: 40px;
  }

  .home-watch {
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.25;
  }

  .home-hero-card {
    margin-top: 58px;
    padding: 30px;
  }

  .home-hero-card h2 {
    font-size: 32px;
  }

  .home-stat-strip {
    height: auto;
    padding: 22px;
  }

  .home-stat-grid {
    position: static;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-services,
  .home-equipment,
  .home-white-block,
  .home-industries,
  .home-dark-about,
  .home-red-takeaway,
  .home-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .home-service-grid,
  .home-equipment-grid,
  .home-two-col,
  .home-industry-grid,
  .home-footer {
    grid-template-columns: 1fr;
  }

  .home-two-col {
    gap: 48px;
  }

  .home-section-head h2,
  .home-copy h2,
  .home-cta h2,
  .home-footer h2 {
    font-size: 34px;
  }

  .home-placeholder,
  .home-placeholder-tall,
  .home-dark-about .home-placeholder {
    min-height: 320px;
  }

  .home-red-takeaway p {
    font-size: 18px;
  }

  .home-cta div {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .facade-hero {
    height: auto;
    min-height: 0;
    padding: 112px 18px 86px;
    background-size: cover;
  }

  .facade-page .home-nav {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .facade-hero-title {
    position: static;
    width: auto;
  }

  .facade-hero-title h1 {
    max-width: 350px;
    font-size: 36px;
  }

  .facade-overview-section,
  .facade-red-cta,
  .facade-projects {
    padding-left: 22px;
    padding-right: 22px;
  }

  .facade-overview-section {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .facade-overview,
  .facade-service-grid,
  .facade-project-grid {
    display: block;
    grid-template-columns: 1fr;
  }

  .facade-overview > *,
  .facade-service-grid > *,
  .facade-project-grid > * {
    min-width: 0;
  }

  .facade-overview {
    width: 100%;
    max-width: 100%;
    gap: 54px;
  }

  .facade-image-stack {
    width: 100%;
    min-height: 0;
    max-width: 100%;
    padding-bottom: 72px;
  }

  .facade-image-stack::before {
    top: -20px;
    width: 72%;
    height: 74%;
  }

  .facade-image-stack img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 360px;
    margin-left: 0;
    object-fit: cover;
  }

  .facade-years {
    right: 0;
    bottom: 0;
    width: min(300px, 86%);
    min-width: 0;
    padding: 18px;
  }

  .facade-years strong {
    font-size: 24px;
  }

  .facade-copy h2,
  .facade-services h2,
  .facade-project-head h2 {
    font-size: 34px;
  }

  .facade-copy,
  .facade-services,
  .facade-red-copy,
  .facade-project-head {
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
    min-width: 0;
  }

  .facade-eyebrow {
    font-size: 11px;
    letter-spacing: 4px;
    overflow-wrap: anywhere;
  }

  .facade-copy p:not(.facade-eyebrow),
  .facade-services > p:not(.facade-eyebrow) {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .facade-service-grid {
    gap: 22px;
  }

  .facade-service-grid article + article,
  .facade-project-grid img + img {
    margin-top: 24px;
  }

  .facade-red-cta {
    min-height: 0;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .facade-red-copy p,
  .facade-red-copy h2 {
    font-size: 30px;
  }

  .facade-red-copy h2 {
    margin-top: 76px;
  }

  .facade-red-actions,
  .facade-project-head {
    flex-direction: column;
  }

  .facade-red-actions {
    align-items: flex-start;
  }

  .facade-projects {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .facade-project-grid {
    gap: 24px;
  }

  .construction-hero {
    height: auto;
    min-height: 0;
    padding: 112px 18px 86px;
    background-size: cover;
  }

  .construction-page .home-nav {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .construction-hero-title {
    position: static;
    width: auto;
  }

  .construction-hero-title h1 {
    max-width: 350px;
    font-size: 36px;
  }

  .construction-intro,
  .construction-how,
  .construction-audience,
  .construction-projects {
    padding-left: 22px;
    padding-right: 22px;
  }

  .construction-intro {
    padding-top: 72px;
    padding-bottom: 54px;
  }

  .construction-intro-grid,
  .construction-step-grid,
  .construction-audience-grid {
    grid-template-columns: 1fr;
  }

  .construction-triptych {
    width: 100%;
    height: auto;
    max-height: 680px;
    object-fit: contain;
  }

  .construction-copy,
  .construction-benefits,
  .construction-section-head,
  .construction-audience,
  .construction-cta {
    min-width: 0;
  }

  .construction-copy h2,
  .construction-benefits h2,
  .construction-section-head h2,
  .construction-audience h2,
  .construction-cta h2 {
    font-size: 34px;
  }

  .construction-copy p:not(.facade-eyebrow),
  .construction-benefits div,
  .construction-cta span {
    font-size: 16px;
  }

  .construction-benefits {
    margin-top: 56px;
  }

  .construction-how {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .construction-step-grid {
    gap: 22px;
    margin-top: 42px;
  }

  .construction-step-grid article {
    min-height: 0;
  }

  .construction-audience {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .construction-audience-grid {
    gap: 24px;
  }

  .construction-projects {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .construction-cta {
    padding: 18px 22px 72px;
  }

  .construction-cta div {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .cleaning-hero {
    height: auto;
    min-height: 0;
    padding: 112px 18px 86px;
    background-size: cover;
  }

  .cleaning-page .home-nav {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cleaning-hero-title,
  .cleaning-hero-card {
    position: static;
    width: auto;
  }

  .cleaning-hero-title h1 {
    max-width: 350px;
    font-size: 36px;
  }

  .cleaning-hero-card {
    margin-top: 52px;
    padding: 28px;
  }

  .cleaning-hero-card h2 {
    font-size: 28px;
  }

  .cleaning-intro,
  .cleaning-applications,
  .cleaning-approach,
  .cleaning-audience,
  .cleaning-projects {
    padding-left: 22px;
    padding-right: 22px;
  }

  .cleaning-intro {
    padding-top: 72px;
    padding-bottom: 54px;
  }

  .cleaning-intro-grid,
  .cleaning-applications,
  .cleaning-approach {
    grid-template-columns: 1fr;
  }

  .cleaning-intro-grid,
  .cleaning-applications,
  .cleaning-approach {
    gap: 54px;
  }

  .cleaning-applications {
    padding-top: 32px;
  }

  .cleaning-app-copy h2,
  .cleaning-window h2,
  .cleaning-approach h2 {
    font-size: 34px;
  }

  .cleaning-app-copy > p:not(.facade-eyebrow),
  .cleaning-window p,
  .cleaning-approach article p {
    font-size: 18px;
  }

  .cleaning-window {
    margin-top: 58px;
  }

  .cleaning-sketch {
    width: 100%;
    min-height: 560px;
  }

  .cleaning-red-cta {
    min-height: 0;
  }

  .cleaning-approach {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cleaning-approach aside {
    padding: 28px;
  }

  .cleaning-takeaway {
    min-height: 0;
    padding: 48px 22px;
  }

  .cleaning-takeaway p {
    font-size: 16px;
  }

  .cleaning-projects {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .emergency-hero {
    height: auto;
    min-height: 0;
    padding: 112px 18px 86px;
    background-size: cover;
  }

  .emergency-page .home-nav {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .emergency-hero-title {
    position: static;
    width: auto;
  }

  .emergency-hero-title h1 {
    max-width: 350px;
    font-size: 36px;
  }

  .emergency-intro,
  .emergency-damage,
  .emergency-events,
  .emergency-claim,
  .emergency-thermal,
  .emergency-perspective,
  .emergency-how,
  .emergency-stakeholders {
    padding-left: 22px;
    padding-right: 22px;
  }

  .emergency-intro-grid,
  .emergency-card-grid-four,
  .emergency-events,
  .emergency-thermal,
  .emergency-perspective,
  .emergency-how-grid,
  .emergency-stakeholder-grid {
    grid-template-columns: 1fr;
  }

  .emergency-intro-grid,
  .emergency-events,
  .emergency-thermal,
  .emergency-perspective {
    gap: 54px;
  }

  .emergency-intro {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .emergency-damage,
  .emergency-claim,
  .emergency-how {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .emergency-copy h2,
  .emergency-events h2,
  .emergency-claim h2,
  .emergency-thermal h2,
  .emergency-perspective h2,
  .emergency-stakeholders h2 {
    font-size: 34px;
  }

  .emergency-card-grid {
    gap: 22px;
    margin-top: 42px;
  }

  .emergency-card-grid article {
    min-height: 0;
  }

  .emergency-events {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .emergency-events img {
    min-height: 420px;
  }

  .emergency-thermal {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .emergency-perspective {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .emergency-perspective article {
    justify-self: stretch;
  }

  .emergency-perspective > * {
    max-width: none;
  }

  .emergency-dark-placeholder {
    min-height: 320px;
  }

  .emergency-stakeholders {
    padding-bottom: 72px;
  }

  .emergency-takeaway {
    min-height: 0;
  }

  .emergency-cta {
    padding-top: 72px;
  }

  .mapping-hero {
    height: auto;
    min-height: 0;
    padding: 112px 18px 86px;
    background-size: cover;
  }

  .mapping-page .home-nav {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mapping-hero-title,
  .mapping-hero-card {
    position: static;
    width: auto;
  }

  .mapping-hero-title h1 {
    max-width: 350px;
    font-size: 36px;
  }

  .mapping-hero-card {
    margin-top: 52px;
    padding: 28px;
  }

  .mapping-hero-card h2 {
    font-size: 28px;
  }

  .mapping-page h1,
  .mapping-page h2,
  .mapping-page h3,
  .mapping-page p,
  .mapping-page strong,
  .mapping-page span,
  .mapping-page li,
  .mapping-page a {
    overflow-wrap: anywhere;
  }

  .mapping-page main,
  .mapping-page section,
  .mapping-page article,
  .mapping-page div {
    min-width: 0;
  }

  .mapping-page .home-shell,
  .mapping-page main {
    width: 100%;
    max-width: 100vw;
  }

  .mapping-hero-title,
  .mapping-hero-card,
  .mapping-intro-grid,
  .mapping-section-head,
  .mapping-card-grid,
  .mapping-drainage > *,
  .mapping-approach > *,
  .mapping-for > *,
  .mapping-why > *,
  .mapping-cta > * {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mapping-hero-card strong {
    line-height: 1.35;
  }

  .mapping-intro,
  .mapping-core,
  .mapping-applications,
  .mapping-drainage,
  .mapping-approach,
  .mapping-for,
  .mapping-why {
    padding-left: 22px;
    padding-right: 22px;
  }

  .mapping-intro-grid,
  .mapping-drainage,
  .mapping-why,
  .mapping-card-grid-four,
  .mapping-card-grid-two,
  .mapping-for-grid {
    grid-template-columns: 1fr;
  }

  .mapping-intro-grid,
  .mapping-drainage,
  .mapping-why {
    gap: 54px;
  }

  .mapping-intro,
  .mapping-drainage,
  .mapping-approach,
  .mapping-why {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mapping-core,
  .mapping-applications,
  .mapping-for {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mapping-placeholder,
  .mapping-drainage .mapping-placeholder,
  .mapping-why .mapping-placeholder {
    width: 100%;
    min-height: 320px;
  }

  .mapping-info-list p,
  .mapping-why-list p {
    grid-template-columns: 8px minmax(0, 1fr);
  }

  .mapping-copy h2,
  .mapping-core h2,
  .mapping-applications h2,
  .mapping-drainage h2,
  .mapping-approach h2,
  .mapping-for h2,
  .mapping-why h2,
  .mapping-cta h2 {
    font-size: 34px;
  }

  .mapping-copy p:not(.facade-eyebrow),
  .mapping-drainage p,
  .mapping-why p,
  .mapping-core-intro,
  .mapping-approach-intro {
    font-size: 16px;
  }

  .mapping-card-grid {
    gap: 22px;
    margin-top: 42px;
  }

  .mapping-card-grid article,
  .mapping-applications .mapping-card-grid article,
  .mapping-approach .mapping-card-grid article {
    min-height: 0;
  }

  .mapping-for-grid {
    gap: 22px;
  }

  .mapping-takeaway {
    min-height: 0;
  }

  .mapping-cta {
    padding-top: 72px;
  }

  .historical-hero {
    height: auto;
    min-height: 0;
    padding: 112px 18px 86px;
    background-size: cover;
  }

  .historical-page .home-nav {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .historical-hero-title,
  .historical-hero-card {
    position: static;
    width: auto;
  }

  .historical-hero-title h1 {
    max-width: 350px;
    font-size: 36px;
  }

  .historical-hero-card {
    margin-top: 52px;
    padding: 28px;
  }

  .historical-hero-card h2 {
    font-size: 28px;
  }

  .historical-page h1,
  .historical-page h2,
  .historical-page h3,
  .historical-page p,
  .historical-page strong,
  .historical-page span,
  .historical-page li,
  .historical-page a {
    overflow-wrap: anywhere;
  }

  .historical-page main,
  .historical-page section,
  .historical-page article,
  .historical-page div {
    min-width: 0;
  }

  .historical-intro,
  .historical-digital,
  .historical-perspective,
  .historical-approach,
  .historical-for,
  .historical-why,
  .historical-commitment,
  .historical-final-note {
    padding-left: 22px;
    padding-right: 22px;
  }

  .historical-intro,
  .historical-digital,
  .historical-perspective,
  .historical-approach,
  .historical-for,
  .historical-why,
  .historical-commitment,
  .historical-final-note {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .historical-card-grid,
  .historical-perspective,
  .historical-why {
    grid-template-columns: 1fr;
  }

  .historical-card-grid {
    gap: 22px;
    margin-top: 42px;
  }

  .historical-card-grid article {
    min-height: 0;
  }

  .historical-perspective,
  .historical-why {
    gap: 54px;
  }

  .historical-perspective h2,
  .historical-approach h2,
  .historical-why h2 {
    font-size: 34px;
  }

  .historical-perspective p:not(.facade-eyebrow),
  .historical-why p,
  .historical-approach-intro {
    font-size: 16px;
  }

  .historical-perspective .mapping-placeholder,
  .historical-why .mapping-placeholder {
    min-height: 320px;
  }

  .historical-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .historical-commitment h2 {
    font-size: 30px;
  }

  .historical-final-note p {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  html,
  body,
  .home-shell {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .contractor-page main,
  .contractor-page section,
  .contractor-page article,
  .contractor-page div {
    min-width: 0 !important;
  }

  .home-menu-toggle {
    position: fixed !important;
    top: 18px !important;
    right: 16px !important;
    left: auto !important;
    z-index: 9999 !important;
    display: inline-flex !important;
    background: #050505 !important;
    color: #ffffff !important;
    transform: none !important;
  }

  .home-menu-toggle span,
  .home-menu-toggle::before,
  .home-menu-toggle::after {
    width: 28px !important;
    height: 3px !important;
    background: #ffffff !important;
  }

  .home-menu-toggle > span,
  .home-menu-toggle::before,
  .home-menu-toggle::after {
    display: none !important;
  }

  .home-menu-icon {
    display: block !important;
    width: 34px;
    height: 34px;
    overflow: visible;
  }

  .home-menu-icon line {
    stroke: #ffffff;
    stroke-width: 3.2;
    stroke-linecap: round;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .home-header.is-menu-open .home-menu-icon .bar-top {
    transform: translateY(6px) rotate(45deg);
  }

  .home-header.is-menu-open .home-menu-icon .bar-mid {
    opacity: 0;
  }

  .home-header.is-menu-open .home-menu-icon .bar-bottom {
    transform: translateY(-6px) rotate(-45deg);
  }

  .home-logo-main {
    width: min(240px, calc(100% - 96px)) !important;
  }

  .home-quote-top {
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
    margin-right: 0 !important;
    margin-bottom: 18px !important;
    margin-left: 0 !important;
  }

  .home-nav .home-nav-logo-trigger {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  .home-nav-text-menu {
    justify-self: center;
    width: 100%;
  }

  .home-nav-text-trigger {
    padding: 8px 0;
  }

  .home-nav-dropdown-contractors {
    min-width: 0;
  }

  .contractor-hero-content,
  .contractor-hero p:not(.contractor-eyebrow),
  .contractor-hero h1,
  .contractor-hero .contractor-eyebrow {
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
  }

  .contractor-hero .contractor-eyebrow {
    font-size: 13px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .contractor-hero p:not(.contractor-eyebrow) {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 767px) {
  .contractor-carpentry-page {
    overflow-x: hidden;
  }

  .contractor-carpentry-page main,
  .contractor-carpentry-page section,
  .contractor-carpentry-page article,
  .contractor-carpentry-page div {
    min-width: 0;
  }

  .contractor-carpentry-page .contractor-wrap,
  .contractor-carpentry-page .contractor-split,
  .contractor-carpentry-page .contractor-card-grid,
  .contractor-carpentry-page .contractor-number-grid,
  .contractor-carpentry-page .contractor-copy,
  .contractor-carpentry-page .contractor-section-head {
    width: 100%;
    max-width: calc(100vw - 44px);
  }

  .contractor-carpentry-page .contractor-hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .contractor-carpentry-page .contractor-hero-content,
  .contractor-carpentry-page .contractor-hero p:not(.contractor-eyebrow),
  .contractor-carpentry-page .contractor-hero h1,
  .contractor-carpentry-page .contractor-hero .contractor-eyebrow {
    width: calc(100vw - 64px) !important;
    max-width: calc(100vw - 64px) !important;
  }

  .contractor-carpentry-page p,
  .contractor-carpentry-page h1,
  .contractor-carpentry-page h2,
  .contractor-carpentry-page h3,
  .contractor-carpentry-page span {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .contractor-carpentry-page .contractor-hero h1 {
    font-size: 34px;
    line-height: 0.96;
  }

  .contractor-carpentry-page .contractor-copy h2,
  .contractor-carpentry-page .contractor-section-head h2,
  .contractor-carpentry-page .contractor-cta h2 {
    font-size: 28px;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .contractor-carpentry-page .contractor-chip-list span {
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }

  .contractor-carpentry-page .contractor-button,
  .contractor-carpentry-page .contractor-button-dark {
    max-width: 100%;
    text-align: center;
  }

  .contractor-carpentry-page *,
  .contractor-carpentry-page *::before,
  .contractor-carpentry-page *::after {
    box-sizing: border-box !important;
  }

  .contractor-carpentry-page .home-quote-top {
    width: 100% !important;
    max-width: 100% !important;
  }

  .contractor-carpentry-page .contractor-hero-content,
  .contractor-carpentry-page .contractor-hero h1,
  .contractor-carpentry-page .contractor-hero .contractor-eyebrow,
  .contractor-carpentry-page .contractor-hero p:not(.contractor-eyebrow),
  .contractor-carpentry-page .contractor-copy,
  .contractor-carpentry-page .contractor-section-head {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }
}
