@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;600;700;800&family=Roboto:wght@300;400;700&display=swap");

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #404040;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}

.container {
  width: 1244px;
  max-width: calc(100% - 196px);
  margin: 0 auto;
}

.row {
  width: 100%;
}

#header-outer {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 101px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  transition: height 0.32s ease, background-color 0.32s ease, box-shadow 0.32s ease;
}

#header-outer.small-nav {
  height: 70px;
  color: #1f1f1f;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 45px 0;
}

#top,
#top .container,
#top .row {
  height: 100%;
}

#top .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logo {
  display: flex;
  align-items: center;
  width: 288px;
  max-width: 32vw;
  height: 74px;
  color: #fff;
  transition: color 0.32s ease, height 0.32s ease;
}

#header-outer.small-nav #logo {
  height: 54px;
  color: #111;
}

#logo .brand-logo {
  width: auto;
  height: 62px;
  max-width: 100%;
  object-fit: contain;
}

#logo .brand-logo-dark {
  display: none;
}

#header-outer.small-nav #logo .brand-logo-light {
  display: none;
}

#header-outer.small-nav #logo .brand-logo-dark {
  display: block;
  height: 52px;
}

#top nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#top nav a {
  position: relative;
  display: block;
  padding: 38px 0 35px;
  color: currentColor;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: color 0.22s ease;
}

#header-outer.small-nav #top nav a {
  padding: 21px 0;
}

#top nav li.current-menu-item a::after,
#top nav a:hover::after {
  position: absolute;
  right: 0;
  bottom: 31px;
  left: 0;
  height: 3px;
  background: #ee3224;
  content: "";
}

#header-outer.small-nav #top nav li.current-menu-item a::after,
#header-outer.small-nav #top nav a:hover::after {
  bottom: 18px;
}

.slide-out-widget-area-toggle {
  display: none;
}

.menu-toggle {
  position: relative;
  width: 24px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px 0;
  background: #fff;
}

#header-outer.small-nav .menu-toggle span {
  background: #111;
}

#ajax-content-wrap,
.blurred-wrap,
.container-wrap {
  position: relative;
}

.container-wrap {
  background: #fff;
}

.hero-home {
  position: relative;
  width: 100vw;
  min-height: 1002px;
  margin-left: calc((100vw - 100%) / -2);
  color: #fff;
  background: #000;
}

.hero-home .row-bg-wrap,
.hero-home .row-bg-overlay,
.hero-home .row_col_wrap_12,
.hero-home .home-hero,
.hero-home .vc_column-inner,
.hero-home .wpb_wrapper,
.hero-home .nx-slider-wrap,
.hero-home .swiper-container,
.hero-home .swiper-wrapper,
.hero-home .swiper-slide {
  position: absolute;
  inset: 0;
}

.hero-home .image-bg {
  position: absolute;
  inset: 0;
  background: #000 url("/images/hero/industrial-roof-system.webp") center / cover no-repeat;
  opacity: 1;
}

.hero-home .video-texture,
.hero-home .row-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.46) 0%, rgba(2, 0, 36, 0) 100%);
}

.hero-home .content {
  position: relative;
  width: 720px;
  max-width: 100%;
  padding-top: 405px;
}

.hero-home :is(h1,h2:where([data-rr-former-h1])) {
  margin: 0 0 18px;
  color: #fff;
  font-family: Overpass, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.hero-home p {
  width: 690px;
  max-width: 100%;
  margin: 0 0 40px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.button.transparent {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 14px 31px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  background: transparent;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.button.transparent:hover {
  border-color: #ee3224;
  background: #ee3224;
}

.slider-pagination {
  position: absolute;
  top: 49.4%;
  right: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.slider-pagination span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.slider-pagination span.active {
  width: 10px;
  height: 10px;
}

.scroll-down-wrap {
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
}

.mouse-scroll {
  position: relative;
  display: block;
  width: 30px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
}

.mouse-scroll span {
  position: absolute;
  top: 9px;
  left: 50%;
  display: block;
  width: 3px;
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
}

.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 350px;
  margin-left: calc((100vw - 100%) / -2);
  color: #fff;
  background: var(--hero-image) center / cover no-repeat;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

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

.page-hero :is(h1,h2:where([data-rr-former-h1])) {
  margin: 92px 0 0;
  color: #fff;
  font-family: Overpass, Roboto, Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
}

.main-content {
  position: relative;
}

.specialize-section,
.service-offerings,
.client-style-section,
.leadership-style-section,
.contact-section,
.split-section {
  padding: 80px 0;
}

.first-content {
  padding-top: 76px;
}

h2,
h3,
h4 {
  color: #404040;
  font-family: Overpass, Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
}

h3 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
}

h4 {
  margin: 0 0 16px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.title-line {
  width: 100px;
  height: 2px;
  margin: 28px auto 16px;
  background: #ee3224;
}

.title-line.left {
  margin-right: 0;
  margin-left: 0;
}

.specialize-section {
  text-align: center;
}

.section-intro {
  width: 850px;
  max-width: 100%;
  margin: 0 auto 84px;
  color: #404040;
  font-size: 16px;
  line-height: 28px;
}

.fancy-box-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.nx-fancy-box {
  position: relative;
  display: block;
  min-height: 349px;
  overflow: hidden;
  color: #fff;
  text-align: left;
}

.nx-fancy-box .box-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: transform 0.45s ease;
}

.nx-fancy-box:hover .box-bg {
  transform: scale(1.05);
}

.box-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.nx-fancy-box .inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 349px;
  padding: 42px 34px;
}

.box-title {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: Overpass, Roboto, Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}

.box-copy {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 24px;
}

.link-text {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.roots-section {
  position: relative;
  width: 100vw;
  min-height: 603px;
  margin-left: calc((100vw - 100%) / -2);
  padding: 105px 0;
  color: #fff;
  background: var(--roots-image) center / cover no-repeat;
}

.roots-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.roots-section .container {
  position: relative;
  z-index: 1;
}

.roots-section h2,
.roots-section p {
  color: #fff;
}

.roots-section p {
  width: 720px;
  max-width: 100%;
  margin: 24px 0 70px;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.milestone-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.milestone-row strong {
  display: block;
  color: #fff;
  font-family: Overpass, Roboto, Arial, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
}

.milestone-row span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 26px;
}

.client-style-section {
  text-align: center;
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 44px;
  background: #e7e7e7;
}

.priority-grid div {
  min-height: 120px;
  padding: 34px 18px;
  color: #fff;
  background: #303030;
  font-family: Overpass, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: center;
}

.split-section.first-content {
  padding-top: 80px;
}

.split-copy p {
  margin: 17px 0 0;
  color: #404040;
  font-size: 16px;
  line-height: 28px;
}

.split-image img {
  width: 100%;
  height: 427px;
  object-fit: cover;
}

.leadership-style-section {
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 54px;
  text-align: left;
}

.process-grid article {
  min-height: 210px;
  padding: 32px;
  border-top: 2px solid #ee3224;
  background: #f7f7f7;
}

.process-grid p {
  margin: 0;
}

.service-offerings {
  text-align: center;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 0;
}

.service-card {
  min-height: 531px;
  border-radius: 4px;
}

.service-card .box-overlay {
  background: rgba(0, 0, 0, 0.55);
}

.service-card .card-copy {
  position: absolute;
  right: 62px;
  bottom: 60px;
  left: 62px;
  z-index: 2;
  color: #fff;
  text-align: left;
}

.service-card h3,
.service-card p {
  color: #fff;
}

.service-card p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

.icon-disc {
  position: absolute;
  z-index: 2;
  top: 62px;
  left: 62px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: rgba(238, 50, 36, 0.32);
}

.icon-disc::before {
  color: #ff3429;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.icon-disc.cal::before {
  content: "▦";
}

.icon-disc.calc::before {
  content: "▣";
}

.icon-disc.chat::before {
  content: "○";
}

.icon-disc.doc::before {
  content: "▤";
}

.icon-disc.build::before {
  content: "■";
}

.service-card-row.lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
  margin-top: 78px;
  text-align: left;
}

.service-horizontal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.service-horizontal .horizontal-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.service-horizontal .icon-disc {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 26px;
  background: rgba(238, 50, 36, 0.14);
}

.inner-cta {
  position: relative;
  width: 100%;
  min-height: 368px;
  margin: 18px 0 80px;
  padding: 78px 0;
  color: #fff;
  background: var(--cta-image) center / cover no-repeat;
}

.inner-cta::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.63);
  content: "";
}

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

.inner-cta h2,
.inner-cta p {
  color: #fff;
}

.inner-cta p {
  width: 650px;
  max-width: 100%;
  margin: 18px 0 30px;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(280px, 1fr);
  gap: 52px;
}

.contact-main {
  min-width: 0;
  padding-right: 48px;
  border-right: 1px solid #ddd;
}

.contact-main > p {
  width: 780px;
  max-width: 100%;
  margin: 54px 0 25px;
}

.contact-side {
  padding-top: 88px;
}

.contact-side h4:not(:first-child) {
  margin-top: 42px;
}

.contact-side a,
.contact-side p:last-child {
  color: #ee3224;
}

.contact-side p {
  overflow-wrap: anywhere;
}

.contact-form {
  margin-top: 30px;
}

.contact-form label {
  display: block;
  color: #404040;
  font-family: Overpass, Roboto, Arial, sans-serif;
  font-weight: 800;
}

.form-row.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  min-height: 44px;
  margin-top: 7px;
  border: 0;
  border-radius: 4px;
  background: #f3f3f3;
  color: #404040;
}

.contact-form textarea {
  min-height: 132px;
  padding: 12px;
  resize: vertical;
}

.contact-form small {
  display: block;
  margin: 6px 0 25px;
  color: #555;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.required {
  color: #ee3224;
}

.submit-button {
  margin-top: 24px;
  padding: 14px 32px;
  border: 0;
  background: #ee3224;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

#footer-outer {
  color: #404040;
  background: #fff;
}

.footer-main {
  padding: 62px 0 40px;
  border-top: 1px solid #e6e6e6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.15fr;
  gap: 50px;
}

.footer-brand {
  display: flex;
  align-items: center;
  color: #101010;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.footer-brand-logo {
  width: 238px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-grid h4 {
  margin-bottom: 18px;
}

.footer-grid p {
  margin: 0 0 8px;
}

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

.footer-grid li {
  margin-bottom: 9px;
}

.footer-grid a:hover {
  color: #ee3224;
}

.footer-bottom {
  border-top: 1px solid #ebebeb;
  color: #777;
  font-size: 14px;
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.footer-bottom p {
  margin: 0;
}

.floating-action {
  position: fixed;
  z-index: 1001;
  right: 24px;
  bottom: 23px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #ff3328;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.floating-action span,
.floating-action i,
.floating-action b {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.78);
}

.floating-action span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.floating-action i {
  width: 7px;
  height: 7px;
  transform: translate(12px, -13px) rotate(45deg);
}

.floating-action b {
  width: 7px;
  height: 7px;
  transform: translate(2px, -4px) rotate(45deg);
}

#slide-out-widget-area-bg,
#slide-out-widget-area {
  display: none;
}

.slide_out_area_close {
  position: fixed;
  z-index: 1003;
  top: 39px;
  right: 29px;
  display: none;
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.slide_out_area_close span {
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 2px;
  background: #fff;
}

.slide_out_area_close span:first-child {
  transform: rotate(45deg);
}

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

body.material-jeusz-oc-open {
  overflow: hidden;
}

body.material-jeusz-oc-open .blurred-wrap {
  filter: blur(8px);
}

body.material-jeusz-oc-open #slide-out-widget-area-bg {
  position: fixed;
  z-index: 1001;
  inset: 0;
  display: block;
  background: rgba(0, 0, 0, 0.94);
}

body.material-jeusz-oc-open #slide-out-widget-area {
  position: fixed;
  z-index: 1002;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

body.material-jeusz-oc-open .slide_out_area_close {
  display: block;
}

#slide-out-widget-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#slide-out-widget-area li {
  margin: 18px 0;
}

#slide-out-widget-area a {
  color: rgba(255, 255, 255, 0.72);
  font-family: Overpass, Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
}

#slide-out-widget-area a:hover {
  color: #fff;
}

@media (max-width: 999px) {
  .container {
    width: auto;
    max-width: none;
    margin-right: 23.4px;
    margin-left: 23.4px;
  }

  #header-outer,
  #header-outer.small-nav {
    height: 94px;
    padding: 12px 0;
  }

  #header-outer.small-nav {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 45px 0;
  }

  #top .row {
    height: 70px;
  }

  #logo {
    width: 224px;
    max-width: 66vw;
    height: 70px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }

  #logo .brand-logo {
    height: 52px;
  }

  #header-outer.small-nav #logo .brand-logo-dark {
    height: 48px;
  }

  #top nav {
    display: none;
  }

  .slide-out-widget-area-toggle {
    display: block;
    color: currentColor;
  }

  .hero-home {
    min-height: 846px;
  }

  .hero-home .content {
    width: auto;
    padding-top: 291px;
  }

  .hero-home :is(h1,h2:where([data-rr-former-h1])) {
    font-size: 36px;
    line-height: 1.22;
  }

  .hero-home p {
    width: auto;
    margin-bottom: 29px;
    font-size: 19px;
    line-height: 28px;
  }

  .button.transparent {
    min-height: 50px;
    padding: 13px 30px;
    font-size: 17px;
  }

  .slider-pagination {
    top: auto;
    right: auto;
    bottom: 18px;
    left: 50%;
    flex-direction: row;
    transform: translateX(-50%);
  }

  .scroll-down-wrap {
    bottom: 6px;
  }

  .page-hero {
    height: 210px;
    width: 100%;
    margin-left: 0;
  }

  .page-hero :is(h1,h2:where([data-rr-former-h1])) {
    margin-top: 64px;
    font-size: 32px;
  }

  .specialize-section,
  .service-offerings,
  .client-style-section,
  .leadership-style-section,
  .contact-section,
  .split-section {
    padding: 74px 0;
  }

  h2 {
    font-size: 30px;
    line-height: 1.25;
  }

  h3 {
    font-size: 25px;
  }

  .section-intro {
    margin-bottom: 78px;
    font-size: 18px;
    line-height: 29px;
  }

  .fancy-box-grid,
  .service-card-grid,
  .service-card-row.lower,
  .split-section,
  .process-grid,
  .priority-grid,
  .contact-section,
  .footer-grid,
  .milestone-row {
    grid-template-columns: 1fr;
  }

  .fancy-box-grid {
    gap: 24px;
  }

  .nx-fancy-box,
  .nx-fancy-box .inner,
  .service-card {
    min-height: 336px;
  }

  .service-card .card-copy,
  .icon-disc {
    left: 25px;
  }

  .service-card .card-copy {
    right: 25px;
    bottom: 27px;
  }

  .icon-disc {
    top: 25px;
  }

  .service-horizontal {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .roots-section {
    margin-left: -23.4px;
    width: calc(100% + 46.8px);
    padding: 85px 0;
  }

  .priority-grid div {
    min-height: 90px;
  }

  .split-image img {
    height: 300px;
  }

  .contact-main {
    min-width: 0;
    padding-right: 0;
    border-right: 0;
  }

  .contact-main > p {
    width: auto;
    margin-top: 52px;
    font-size: 18px;
    line-height: 29px;
    overflow-wrap: break-word;
  }

  .contact-side {
    padding-top: 0;
  }

  .form-row.two {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .inner-cta {
    margin-bottom: 62px;
  }

  .footer-bottom .container {
    display: block;
    padding: 22px 0;
  }

  .floating-action {
    right: 24px;
    bottom: 24px;
  }
}

@media (max-width: 430px) {
  .hero-home :is(h1,h2:where([data-rr-former-h1])) {
    font-size: 35px;
  }

  .hero-home .content {
    padding-top: 289px;
  }
}


/* Internal "Explore More" related-links section (generated deep pages) */
.internal-links {
  margin: 48px auto;
  max-width: 1180px;
  padding: 0 22px;
}

.internal-links h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  margin: 0 0 16px;
}

.internal-links ul {
  display: grid;
  gap: 8px 28px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.internal-links a {
  display: inline-block;
  padding: 4px 0;
  text-decoration: none;
}

.internal-links a:hover {
  text-decoration: underline;
}

/* Current Augusta render shell */
#top .col_last {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

#top .col_last nav {
  min-width: 0;
}

#top nav ul {
  gap: 28px;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 2px solid currentColor;
  color: currentColor;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.hero-home-fixed {
  display: flex;
  align-items: center;
  min-height: 920px;
  padding: 150px 0 90px;
  overflow: hidden;
}

.hero-home-fixed .hero-bg {
  position: absolute;
  inset: 0;
  background: #111 url("/images/hero/industrial-roof-system.webp") center / cover no-repeat;
}

.hero-home-fixed .video-texture {
  background:
    linear-gradient(90deg, rgba(12, 12, 12, 0.76) 0%, rgba(20, 20, 20, 0.54) 48%, rgba(3, 3, 3, 0.72) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0));
}

.hero-home-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: 64px;
  align-items: center;
}

.hero-home .content {
  width: auto;
  padding-top: 0;
}

.hero-home .content p a,
.roots-section p a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-form-panel {
  width: 100%;
  padding: 32px;
  color: #404040;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.hero-form-panel h2 {
  margin: 0 0 10px;
  color: #232323;
  font-size: 28px;
}

.hero-form-panel p {
  width: auto;
  margin: 0 0 22px;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.hero-contact-form {
  margin-top: 0;
}

.contact-form label {
  margin-bottom: 14px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  display: block;
  width: 100%;
  min-height: 44px;
  margin-top: 7px;
  padding: 10px 12px;
  border: 0;
  border-radius: 4px;
  background: #f3f3f3;
  color: #404040;
}

.contact-form select {
  appearance: auto;
}

.contact-form .form-row.two label {
  margin-bottom: 14px;
}

.hp-field {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.slider-pagination,
.scroll-down-wrap,
.floating-action {
  display: none !important;
}

.milestone-row.linked a {
  display: block;
  padding: 24px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.32);
}

.milestone-row.linked a:hover strong,
.milestone-row.linked a:hover span {
  color: #fff;
}

.priority-section .section-intro {
  margin-bottom: 42px;
}

.priority-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 42px;
}

.priority-card {
  position: relative;
  min-height: 318px;
  overflow: hidden;
  color: #fff;
  text-align: left;
}

.priority-bg,
.priority-card::before {
  position: absolute;
  inset: 0;
}

.priority-bg {
  background-position: center;
  background-size: cover;
  transition: transform 0.45s ease;
}

.priority-card::before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.priority-card:hover .priority-bg {
  transform: scale(1.05);
}

.priority-card-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 318px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.priority-card-copy strong {
  display: block;
  color: #fff;
  font-family: Overpass, Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.16;
}

.priority-card-copy span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 22px;
}

.page-hero {
  height: 430px;
}

.page-hero .container {
  padding-top: 92px;
}

.page-hero :is(h1,h2:where([data-rr-former-h1])) {
  max-width: 920px;
  margin: 0;
}

.page-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 30px;
}

.hero-eyebrow {
  color: #fff;
  opacity: 0.78;
}

.taxonomy-grid-section {
  padding: 82px 0 28px;
}

.taxonomy-grid-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 48px;
}

.taxonomy-grid-head p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 29px;
}

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

.slug-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  color: #fff;
}

.slug-card-bg,
.slug-card-overlay {
  position: absolute;
  inset: 0;
}

.slug-card-bg {
  background-position: center;
  background-size: cover;
  transition: transform 0.45s ease;
}

.slug-card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78));
}

.slug-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.slug-card:hover .slug-card-bg {
  transform: scale(1.05);
}

.slug-kicker {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slug-card strong {
  color: #fff;
  font-family: Overpass, Roboto, Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.14;
}

.slug-card span:not(.slug-kicker) {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 23px;
}

.slug-card em {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.detail-content-grid {
  padding-top: 72px;
}

.site-article-body {
  min-width: 0;
}

.site-article-body h2,
.site-article-body h3 {
  margin-top: 42px;
}

.site-article-body a {
  color: #ee3224;
  font-weight: 700;
}

.site-side-panel {
  border-top: 6px solid #ee3224;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.site-side-panel p a {
  display: inline;
  border-top: 0;
  padding: 0;
  color: #ee3224;
}

.contact-section-single {
  align-items: start;
}

.contact-side-card {
  padding: 34px;
  border-top: 6px solid #ee3224;
  background: #f7f7f7;
}

.footer-grid-expanded {
  grid-template-columns: 1.2fr 1.1fr 0.9fr 1fr 1.25fr;
  gap: 34px;
}

.footer-logo p {
  margin-top: 18px;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.hours-list strong {
  color: #111;
  font-weight: 800;
  white-space: nowrap;
}

.footer-map-panel iframe {
  width: 100%;
  height: 190px;
  border: 1px solid #dfdfdf;
  background: #f7f7f7;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
}

.contact-map-card {
  margin: 22px 0 30px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.contact-map-card iframe {
  display: block;
  width: 100%;
  height: 245px;
  border: 0;
}

.cxyqr-h-contact-map,
.cxyqr-h-footer-map,
.rich-taxonomy {
  display: none !important;
}

.not-found-panel {
  min-height: 260px;
}

.dark-button {
  border-color: #ee3224;
  color: #ee3224;
}

.dark-button:hover {
  color: #fff;
}

.cxyqr-h-breadcrumbs {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding: 18px 0;
  color: #555;
  font-size: 13px;
  line-height: 1.35;
}

.cxyqr-h-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cxyqr-h-breadcrumbs li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.cxyqr-h-breadcrumbs li + li::before {
  color: #b4b4b4;
  content: "/";
}

.cxyqr-h-breadcrumbs a {
  color: #ee3224;
  font-weight: 700;
}

.cxyqr-h-breadcrumbs span[aria-current="page"] {
  overflow: hidden;
  color: #333;
  font-weight: 800;
  text-overflow: ellipsis;
}

.detail-content-grid {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 54px;
}

.site-article-body {
  max-width: 790px;
  padding-bottom: 28px;
}

.site-article-body p {
  margin: 0 0 24px;
  color: #343434;
  font-size: 18px;
  line-height: 1.82;
}

.site-article-body h2 {
  margin: 54px 0 18px;
  color: #242424;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.14;
}

.site-article-body h3 {
  margin: 38px 0 14px;
  color: #2f2f2f;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
}

.site-article-body > :first-child {
  margin-top: 0;
}

.site-article-body .faq {
  margin: 58px 0 0;
  padding: 30px;
  border-top: 6px solid #ee3224;
  background: #f7f7f7;
}

.site-article-body .faq h2 {
  margin: 0 0 20px;
}

.site-article-body .faq details {
  margin: 12px 0 0;
  border: 1px solid #dedede;
  background: #fff;
}

.site-article-body .faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  color: #252525;
  font-family: Overpass, Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.site-article-body .faq summary::-webkit-details-marker {
  display: none;
}

.site-article-body .faq summary::after {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #ee3224;
  color: #fff;
  content: "+";
  font-size: 22px;
  line-height: 1;
}

.site-article-body .faq details[open] summary::after {
  content: "-";
}

.site-article-body .faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.7;
}

.side-panel {
  position: sticky;
  top: 98px;
  align-self: start;
  padding: 30px;
  background: #f7f7f7;
}

.side-panel h3 {
  margin-bottom: 18px;
  color: #222;
}

.side-panel p {
  margin: 0 0 20px;
  overflow-wrap: anywhere;
}

.side-panel a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  color: #2c2c2c;
  font-weight: 800;
  line-height: 1.35;
}

.side-panel a:hover {
  color: #ee3224;
}

.slug-card {
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.slug-card-copy {
  min-width: 0;
}

.slug-card strong {
  overflow-wrap: anywhere;
}

.slug-card span:not(.slug-kicker) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 1180px) {
  #top nav ul {
    gap: 18px;
  }

  #top nav a {
    font-size: 16px;
  }

  .header-phone {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-home-grid,
  .taxonomy-grid-head {
    gap: 36px;
  }

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

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

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

@media (max-width: 999px) {
  #top .col_last {
    flex: 0 0 auto;
  }

  .header-phone {
    display: none;
  }

  .hero-home-fixed {
    min-height: auto;
    padding: 150px 0 60px;
  }

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

  .hero-home .content {
    padding-top: 0;
  }

  .hero-form-panel {
    padding: 26px;
  }

  .priority-card-grid,
  .slug-card-grid,
  .taxonomy-grid-head {
    grid-template-columns: 1fr;
  }

  .priority-card,
  .priority-card-copy,
  .slug-card,
  .slug-card-copy {
    min-height: 300px;
  }

  .detail-content-grid {
    grid-template-columns: 1fr;
    padding-right: 23.4px;
    padding-left: 23.4px;
  }

  .site-side-panel {
    position: static;
  }

  .footer-grid-expanded {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-grid p,
  .footer-grid a,
  .footer-grid li {
    overflow-wrap: anywhere;
  }

  .footer-map-panel iframe {
    height: 220px;
  }
}

@media (max-width: 600px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    justify-content: center;
    width: 100%;
  }

  .hero-form-panel {
    padding: 22px;
  }

  .page-hero {
    height: auto;
    min-height: 330px;
  }

  .page-hero .container {
    padding-top: 116px;
    padding-bottom: 46px;
  }

  .page-hero :is(h1,h2:where([data-rr-former-h1])) {
    font-size: 30px;
  }

  .page-hero p {
    font-size: 16px;
    line-height: 25px;
  }

  .slug-card-copy,
  .priority-card-copy {
    padding: 24px;
  }
}
