:root {
  --bg: #02070b;
  --panel: #061016;
  --panel-soft: #08151d;
  --line: #2b3a45;
  --line-soft: #1a2830;
  --text: #f4f7fb;
  --muted: #c9d2dc;
  --dim: #7e8c98;
  --blue: #1680ff;
  --blue-2: #41a1ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: var(--text);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

main {
  overflow-x: clip;
}

body.nav-open {
  overflow: hidden;
}

body.form-modal-open {
  overflow: hidden;
}

body.form-modal-open .site-header,
body.form-modal-open main,
body.form-modal-open .site-footer {
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100%;
  min-height: 92px;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 20px;
  padding: 12px 48px 0;
  background: #02070b;
  border-bottom: 1px solid rgba(65, 161, 255, .18);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  transition: background .28s ease, border-color .28s ease, min-height .2s ease, box-shadow .28s ease;
}

.site-header.is-scrolled {
  min-height: 92px;
  background: #02070b;
  border-bottom-color: rgba(65, 161, 255, .24);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .26);
}

.logo,
.hero-logo,
.header-logo {
  display: block;
}

.logo img,
.hero-logo img,
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.header-logo {
  width: 78px;
  height: 78px;
}

.header-cta {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.header-cta .btn {
  min-height: 42px;
  min-width: 188px;
  padding: 0 24px;
}

.menu-toggle {
  width: 42px;
  height: 42px;
  display: grid;
  justify-self: end;
  place-content: center;
  gap: 5px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--line);
}

.menu-toggle span {
  width: 19px;
  height: 2px;
  background: var(--text);
}

.main-nav,
.header-cta {
  display: none;
}

.main-nav {
  position: fixed;
  top: 92px;
  left: 0;
  width: 100%;
  padding: 22px;
  background: #02070b;
  border-top: 0;
}

.nav-open .main-nav {
  display: grid;
  gap: 18px;
}

.main-nav a {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
}

.main-nav .active {
  color: var(--blue-2);
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  font-family: "Montserrat", "Inter", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.btn-primary {
  background: var(--blue);
  border-color: var(--blue);
}

.btn-outline {
  background: rgba(2, 7, 11, .48);
}

.hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 72px 22px 54px;
  background: url("../images/hero.jpg") center / cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 7, 11, .58) 0%, rgba(2, 7, 11, .28) 34%, rgba(2, 7, 11, .04) 68%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 430px;
  padding: 24px;
  color: #fff;
}

.hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Montserrat", "Inter", Arial, Helvetica, sans-serif;
  font-size: clamp(36px, 4.8vw, 58px);
  line-height: .96;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .46);
}

.hero h1 span {
  display: block;
  color: var(--blue);
}

.hero p {
  max-width: 360px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 460px;
}

.hero-projects {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(2, 7, 11, .42);
}

.trust {
  display: grid;
  gap: 0;
  border-top: 1px solid #d9e2ea;
  border-bottom: 1px solid #d9e2ea;
  background: #fff;
}

.trust article {
  min-height: 150px;
  padding: 28px 22px;
  text-align: center;
  border-bottom: 1px solid #d9e2ea;
}

.line-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  color: var(--blue-2);
  filter: drop-shadow(0 0 6px rgba(22, 128, 255, .45));
}

.line-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.trust h2,
.color-card h3,
.insured-box h3 {
  margin: 0 0 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.trust h2,
.insured-box h3,
.section-title h2,
.section-heading h2,
.before h2,
.serving h2 {
  color: #071827;
}

.trust p,
.section-title p,
.insured-box p,
.contact-promo p {
  margin: 0;
  color: #4f5f6b;
  font-size: 14px;
  line-height: 1.55;
}

.section {
  scroll-margin-top: 132px;
  padding: 32px 22px 38px;
  border-bottom: 1px solid #d9e2ea;
  background: #fff;
}

.section-title {
  margin: 0 auto 20px;
  text-align: center;
}

.section-title h2,
.section-heading h2,
.before h2,
.serving h2,
.contact-promo h2 {
  margin: 0;
  font-family: "Montserrat", "Inter", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-title h2::after,
.section-heading h2::after,
.before h2::after,
.serving h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 10px;
  background: var(--blue);
}

.section-title h2::after {
  margin-left: auto;
  margin-right: auto;
}

.section-title p {
  margin-top: 12px;
}

.color-carousel {
  position: relative;
  margin-inline: -8px;
  padding-inline: 12px;
  background: #fff;
}

.color-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 82%);
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  background: #fff;
}

.color-track::-webkit-scrollbar {
  display: none;
}

.color-card,
.project-card {
  overflow: hidden;
  border: 1px solid rgba(14, 42, 64, .12);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(7, 24, 39, .12);
}

.color-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.color-card:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 128, 255, .26);
  box-shadow: none;
}

.color-zoom,
.project-zoom {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: #111;
  cursor: zoom-in;
}

.color-zoom::after {
  content: "View texture";
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(2, 7, 11, .76);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.color-card img {
  height: auto;
  aspect-ratio: 1.18 / 1;
  object-fit: contain;
  object-position: top center;
  background: #111;
  transition: transform .32s ease;
}

.color-card:hover img {
  transform: scale(1.035);
}

.image-lightbox {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .9);
}

.image-lightbox.is-open {
  display: flex;
}

.image-lightbox img {
  width: auto;
  max-width: min(92vw, 920px);
  height: auto;
  max-height: 88vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  background: rgba(2, 7, 11, .86);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.color-card-body {
  flex: 1;
  min-height: 260px;
  padding: 16px 18px 18px;
  background: #fff;
  color: #061016;
}

.color-card h3 {
  margin: 0 0 12px;
  color: #061016;
  font-family: "Montserrat", "Inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.05;
  text-transform: uppercase;
}

.color-detail {
  position: relative;
  padding: 10px 0 10px 14px;
  border-top: 1px solid #e3ebf2;
}

.color-detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  height: 20px;
  border-radius: 99px;
  background: var(--blue);
}

.color-detail span {
  display: block;
  margin-bottom: 5px;
  color: #0f5ca8;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.color-detail p {
  margin: 0;
  color: #132231;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
}

.color-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(65, 161, 255, .55);
  border-radius: 50%;
  background: rgba(2, 7, 11, .92);
  color: var(--text);
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
  transform: translateY(-50%);
}

.color-arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.color-arrow:hover {
  background: var(--blue);
  border-color: var(--blue);
}

.color-arrow-left {
  left: 0;
}

.color-arrow-left::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.color-arrow-right {
  right: 0;
}

.color-arrow-right::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-heading a {
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.link-icon {
  display: inline-block;
  width: .7em;
  height: .7em;
  margin-left: 4px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.project-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.project-card img {
  aspect-ratio: 1.25 / 1;
}

.video-grid {
  display: grid;
  gap: 24px;
  justify-content: center;
  align-items: start;
}

.video-card {
  width: min(100%, 380px);
}

.project-video video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: transparent;
}

.split-section {
  display: grid;
  gap: 34px;
}

.before-grid {
  display: grid;
  gap: 14px;
  margin: 18px 0 14px;
}

.compare-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 260px;
  aspect-ratio: 1.75 / 1;
  border: 1px solid rgba(14, 42, 64, .14);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 42px rgba(7, 24, 39, .14);
  cursor: ew-resize;
  user-select: none;
  touch-action: pan-y;
}

.compare-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--compare-position, 50%);
  background: rgba(2, 7, 11, .36);
  z-index: 1;
  pointer-events: none;
}

.compare-image {
  position: absolute;
  inset: 0;
}

.compare-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.compare-before {
  z-index: 1;
  width: var(--compare-position, 50%);
  overflow: hidden;
}

.compare-before img {
  width: var(--compare-card-width, 100%);
  max-width: none;
}

.compare-card .divider {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: var(--compare-position, 50%);
  width: 2px;
  background: var(--text);
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-handle {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: var(--compare-position, 50%);
  width: 34px;
  height: 34px;
  border: 2px solid var(--text);
  border-radius: 50%;
  background: rgba(2, 7, 11, .62);
  transform: translate(-50%, -50%);
  cursor: ew-resize;
  touch-action: none;
}

.compare-card b,
.compare-card strong {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  padding: 7px 10px;
  background: rgba(2, 7, 11, .78);
  font-size: 10px;
  text-transform: uppercase;
}

.compare-card b {
  left: 12px;
}

.compare-card strong {
  right: 12px;
}

.centered {
  width: 100%;
}

.serving {
  padding-top: 0;
}

.serving h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  background: var(--blue);
}

.serving-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 34px;
  margin: 26px 0 28px;
  padding: 0;
  list-style: none;
}

.serving li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #071827;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.serving li svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--blue-2);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(22, 128, 255, .45));
}

.insured-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  border: 1px solid #d9e2ea;
  background: #f6f9fc;
}

.insured-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  color: var(--blue-2);
}

.insured-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(22, 128, 255, .34));
}

.insured-box h3 {
  margin-top: 0;
}

.contact {
  display: grid;
  gap: 24px;
  padding: 34px 22px;
  border-bottom: 1px solid #d9e2ea;
  background: #fff;
}

.contact-info {
  display: grid;
  gap: 20px;
}

.contact-info a,
.contact-info address {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: #071827;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.contact-link svg {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin-top: 1px;
  fill: none;
  stroke: var(--blue-2);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-link span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 47px;
  padding: 0 15px;
  border: 1px solid #cfd9e2;
  background: #fff;
  color: #071827;
  font: inherit;
  font-size: 13px;
}

.contact-form select {
  appearance: none;
  padding-right: 42px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23071827' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") calc(100% - 16px) 50% / 14px 14px no-repeat;
}

.contact-form select option {
  background: #fff;
  color: #071827;
}

.contact-form select option:disabled {
  color: var(--dim);
}

.contact-form textarea {
  min-height: 112px;
  padding-top: 15px;
  resize: vertical;
}

.form-submit {
  width: 100%;
}

.form-modal {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, .72);
}

.form-modal.is-open {
  display: flex;
}

.form-modal-box {
  position: relative;
  width: min(420px, 100%);
  padding: 34px 28px;
  border: 1px solid rgba(65, 161, 255, .42);
  background: #061016;
  color: var(--text);
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .46);
}

.form-modal-box h2 {
  margin: 0 0 12px;
  color: var(--blue-2);
  font-size: 24px;
  text-transform: uppercase;
}

.form-modal-box p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
}

.form-modal-close {
  width: 160px;
  margin-top: 24px;
}

.contact-promo {
  display: grid;
  align-content: center;
  justify-items: center;
  align-self: stretch;
  min-height: 100%;
  padding: 26px;
  text-align: center;
  background:
    linear-gradient(rgba(2, 7, 11, .72), rgba(2, 7, 11, .72)),
    url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=900&q=80") center / cover;
}

.contact-promo h2 {
  max-width: 360px;
  line-height: 1.15;
}

.contact-promo p {
  margin: 16px 0 22px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 18px 22px 0;
  background: #02070b;
}

.footer-logo {
  width: 230px;
  height: 82px;
}

.footer-logo img {
  object-position: center;
}

.quick-links,
.social {
  display: grid;
  gap: 7px;
}

.quick-links h2,
.social h2 {
  margin: 0 0 4px;
  color: var(--blue-2);
  font-size: 11px;
  text-transform: uppercase;
}

.quick-links a {
  color: var(--text);
  font-size: 11px;
}

.social div {
  display: flex;
  gap: 14px;
}

.social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
}

.social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social a[aria-label="Instagram"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.footer-bottom {
  display: grid;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #1a2830;
  color: var(--dim);
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

.footer-credit {
  text-align: center;
}

.footer-credit a {
  color: var(--blue-2);
  font-weight: 800;
}

.footer-bottom nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .site-header {
    min-height: 92px;
    padding: 12px 22px;
    background: rgba(2, 7, 11, .94);
  }

  .site-header.is-scrolled {
    min-height: 92px;
  }

  .header-logo {
    width: 76px;
    height: 76px;
  }

  .main-nav {
    top: 92px;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
  }

  .main-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .hero {
    min-height: 620px;
    padding-top: 78px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 92px;
  }

  .site-header {
    gap: 14px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .hero {
    align-items: center;
    background-position: 58% center;
    min-height: calc(100svh - 92px);
    padding: 46px 22px 40px;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(2, 7, 11, .2) 0%, rgba(2, 7, 11, .66) 38%, rgba(2, 7, 11, .48) 100%);
  }

  .hero-content {
    width: 100%;
    max-width: 340px;
    padding: 0;
    margin-inline: auto;
  }

  .hero h1 {
    font-size: clamp(31px, 9.4vw, 40px);
    line-height: 1.02;
    margin-bottom: 12px;
  }

  .hero p {
    max-width: 315px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.42;
  }

  .hero-actions {
    gap: 12px;
  }

  .trust article {
    min-height: 0;
    padding: 24px 22px;
  }

  .line-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
  }

  .line-icon img {
    width: 50px;
    height: 50px;
  }

  .trust p {
    max-width: 280px;
    margin-inline: auto;
    font-size: 13px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .color-carousel {
    margin-inline: 0;
    padding-inline: 0;
  }

  .color-track {
    display: flex;
    gap: 14px;
  }

  .color-card {
    flex: 0 0 100%;
    min-width: 0;
  }

  .color-card-body {
    min-height: 0;
  }

  .color-card {
    box-shadow: none;
  }

  .section-heading a {
    white-space: normal;
  }

  .section-title h2,
  .section-heading h2,
  .before h2,
  .serving h2,
  .contact-promo h2 {
    font-size: 22px;
    line-height: 1.15;
  }

  .before-grid {
    margin-top: 16px;
  }

  .compare-card {
    min-height: 320px;
    aspect-ratio: 4 / 5;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(7, 24, 39, .1);
  }

  .compare-card .divider {
    width: 3px;
  }

  .compare-handle {
    width: 44px;
    height: 44px;
    border-width: 2px;
    background: rgba(2, 7, 11, .72);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .24);
  }

  .compare-card b,
  .compare-card strong {
    bottom: 10px;
    padding: 6px 9px;
    font-size: 9px;
  }

  .project-video video {
    width: 100%;
    height: auto;
  }

  .contact-promo {
    min-height: 0;
    margin-inline: -16px;
    padding: 30px 22px 34px;
  }

  .contact-promo h2 {
    max-width: 320px;
    font-size: 23px;
    line-height: 1.12;
  }

  .contact-promo p {
    margin: 10px 0 18px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
  }

  .contact-promo .btn {
    width: 100%;
    max-width: 300px;
    min-height: 54px;
  }

  .insured-box {
    align-items: flex-start;
    padding: 18px;
  }

  .contact-info a,
  .contact-info address {
    font-size: 14px;
  }

  .footer-logo {
    justify-self: center;
    width: 132px;
    height: 58px;
  }

  .site-footer {
    gap: 22px;
    padding: 30px 28px 0;
    text-align: center;
    border-top: 1px solid rgba(65, 161, 255, .18);
  }

  .quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 30px;
    justify-self: center;
    width: min(100%, 280px);
  }

  .quick-links h2 {
    grid-column: 1 / -1;
  }

  .quick-links a {
    color: rgba(244, 247, 251, .9);
    font-size: 13px;
    font-weight: 700;
  }

  .social {
    justify-items: center;
    gap: 12px;
  }

  .social div {
    justify-content: center;
    gap: 16px;
  }

  .social a {
    width: 42px;
    height: 42px;
    border-color: rgba(65, 161, 255, .32);
    background: rgba(255, 255, 255, .03);
  }

  .footer-bottom {
    justify-items: center;
    gap: 10px;
    padding: 18px 0 20px;
    font-size: 11px;
  }

  .footer-bottom nav {
    justify-content: center;
  }
}

@media (min-width: 420px) and (max-width: 639px) {
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 419px) {
  .site-header {
    grid-template-columns: 72px 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-logo {
    width: 68px;
    height: 68px;
  }

  .hero {
    min-height: calc(100svh - 92px);
    padding: 42px 20px 38px;
  }

  .section,
  .contact {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .contact-promo {
    margin-inline: -16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-promo h2 {
    font-size: 21px;
  }

  .hero-actions {
    display: grid;
    max-width: 100%;
    gap: 12px;
  }

  .serving-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .insured-box {
    display: grid;
    gap: 14px;
  }
}

@media (min-width: 640px) {
  .contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form textarea {
    grid-column: 1 / -1;
  }

  .before-grid {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 380px));
    justify-content: center;
  }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .site-header {
    padding: 18px 34px 0;
  }

  .hero {
    min-height: 720px;
    padding: 88px 38px 54px;
  }

  .trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust article:nth-child(odd) {
    border-right: 1px solid #d9e2ea;
  }

  .section,
  .contact {
    padding-left: 38px;
    padding-right: 38px;
  }

  .color-carousel {
    margin-inline: 0;
    padding-inline: 56px;
  }

  .color-track {
    grid-auto-columns: minmax(240px, calc((100% - 40px) / 3));
  }

  .color-arrow {
    display: flex;
  }

  .project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    padding-left: 38px;
    padding-right: 38px;
  }

  .footer-bottom {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }

  .footer-bottom nav {
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .site-header {
    grid-template-columns: 120px 1fr 188px;
    padding: 12px 48px 0;
  }

  .colors {
    padding-top: 58px;
  }

  .menu-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: auto;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .main-nav .active::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    background: var(--blue);
  }

  .header-cta {
    display: flex;
  }

  .phone {
    font-size: 14px;
    font-weight: 800;
  }

  .phone::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: var(--text);
    clip-path: path("M12.9 10.6c-.9.8-1.7 1.2-2.4.9-1.5-.6-3.2-2.3-3.8-3.8-.3-.7.1-1.5.9-2.4L5.4 1.5C4 .6 2.8 1.1 1.9 2.2.8 3.6.4 5.5 1 7.5c1.1 3.7 4.8 7.4 8.5 8.5 2 .6 3.9.2 5.3-.9 1.1-.9 1.6-2.1.7-3.5l-2.6-1z");
    transform: rotate(-12deg);
  }

  .hero {
    min-height: 600px;
    align-items: center;
    padding-top: 86px;
    padding-left: 48px;
  }

  .header-logo {
    width: 78px;
    height: 78px;
  }

  .trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust article {
    border-bottom: 0;
    border-right: 1px solid #d9e2ea;
  }

  .trust article:last-child {
    border-right: 0;
  }

  .section,
  .contact {
    padding-left: 44px;
    padding-right: 44px;
  }

  .color-track {
    grid-auto-columns: minmax(240px, calc((100% - 60px) / 4));
  }

  .project-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .split-section {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .9fr);
  }

  .serving {
    padding-left: 38px;
    border-left: 1px solid #d9e2ea;
  }

  .centered {
    width: max-content;
    min-width: 300px;
    margin-left: 180px;
  }

  .contact {
    grid-template-columns: minmax(220px, .8fr) minmax(380px, 1fr) minmax(480px, .9fr);
    align-items: stretch;
    padding-right: 0;
  }

  .contact-promo {
    min-height: calc(100% + 68px);
    margin-top: -34px;
    margin-bottom: -34px;
    margin-right: 0;
    width: 100%;
  }

  .site-footer {
    grid-template-columns: minmax(260px, 1.2fr) minmax(220px, .8fr) minmax(220px, .8fr);
    gap: 44px;
    min-height: 118px;
    padding-top: 18px;
  }

  .quick-links {
    grid-template-columns: repeat(2, max-content);
    column-gap: 58px;
    align-content: start;
  }

  .quick-links h2 {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1280px) {
  .site-header {
    padding-left: 48px;
    padding-right: 48px;
  }

  .hero,
  .section,
  .contact {
    padding-left: 48px;
    padding-right: 48px;
  }

  .contact {
    padding-right: 0;
  }

  .hero h1 {
    font-size: 60px;
  }
}
