:root {
  --orange: #f4770a;
  --orange-dark: #dc5e00;
  --black: #050505;
  --ink: #111;
  --muted: #686868;
  --line: #ddd;
  --white: #fff;
  --light: #f5f5f5;
  --container: 1170px;
}

/* =========================================
   RESET
========================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 1000;
  background: var(--orange);
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
}

.skip-link:focus {
  top: 12px;
}


/* =========================================
   TYPOGRAPHY
========================================= */

h1,
h2,
h3,
.btn,
.small-btn,
.nav-link,
.nav-cta,
.trust-item strong,
.project-caption strong,
.benefit strong,
.footer-grid h3 {
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
}


/* =========================================
   HEADER
========================================= */

.site-header {
  height: 70px;
  background: var(--black);
  color: #fff;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #151515;
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: 143px;
  height: 48px;
  object-fit: contain;
}

.primary-nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
}

.nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-link.active::after,
.nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--orange);
}

.nav-cta {
  background: var(--orange);
  padding: 14px 25px;
  min-width: 132px;
  text-align: center;
}

.nav-cta:hover {
  background: var(--orange-dark);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}


/* =========================================
   HERO
========================================= */

.hero {
  height: 330px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.92);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.60) 38%,
      rgba(0, 0, 0, 0.05) 75%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.78),
      transparent 45%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 51px;
}

.eyebrow {
  display: none;
}

h1 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 0.98;
  letter-spacing: 0.025em;
  margin: 0 0 11px;
  font-weight: 900;
}

.hero-copy {
  font-size: 14px;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #f3f3f3;
}

.hero-actions {
  display: flex;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  min-height: 34px;
  padding: 0 17px;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--orange);
  color: #fff;
}

.btn-primary:hover {
  background: var(--orange-dark);
}

.btn-outline {
  border-color: #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.btn-outline:hover {
  background: #fff;
  color: #111;
}


/* =========================================
   HERO TRUST
========================================= */

.hero-trust {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  height: 67px;
  background: rgba(0, 0, 0, 0.82);
}

.trust-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.trust-item:last-child {
  border: 0;
}

.trust-item .icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--orange);
  font-size: 23px;
  border: 2px solid var(--orange);
  clip-path: polygon(
    50% 0,
    95% 15%,
    88% 70%,
    50% 100%,
    12% 70%,
    5% 15%
  );
}

.trust-item .icon-badge {
  border-radius: 50%;
  clip-path: none;
  font-size: 16px;
}

.trust-item .icon-clock {
  border-radius: 50%;
  clip-path: none;
}

.trust-item strong {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1;
}

.trust-item small {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  margin-top: 3px;
  letter-spacing: 0.02em;
}


/* =========================================
   LIGHT SECTIONS
========================================= */

.section-light {
  background: #f7f7f7;
}


/* =========================================
   SERVICES
========================================= */

.services {
  padding: 18px 0;
}

.section-heading {
  text-align: center;
}

.section-heading h2,
.section-bar h2 {
  font-size: 23px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0;
}

.heading-rule {
  display: block;
  width: 37px;
  height: 3px;
  background: var(--orange);
  margin: 9px auto 12px;
  position: relative;
}

.heading-rule::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -2px;
  width: 5px;
  height: 7px;
  background: var(--orange);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 7px;
}

.service-card {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 4px solid var(--orange);
  min-height: 176px;
  padding: 15px 25px 12px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.service-icon {
  width: 82px;
  height: 48px;
  margin: 0 auto 6px;
  position: relative;
}

.roof-line {
  position: absolute;
  left: 9px;
  top: 15px;
  width: 56px;
  height: 26px;
  border-top: 3px solid #111;
  border-right: 3px solid #111;
  transform: skew(-35deg) rotate(15deg);
}

.roof-house {
  position: absolute;
  left: 19px;
  top: 19px;
  width: 25px;
  height: 23px;
  border: 2px solid #111;
  border-top: 0;
}

.roof-house::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -10px;
  width: 29px;
  height: 18px;
  border-top: 2px solid #111;
  transform: rotate(-32deg);
}

.repair-house {
  position: absolute;
  left: 14px;
  bottom: 3px;
  width: 44px;
  height: 29px;
  border: 2px solid #111;
}

.repair-house::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -16px;
  width: 31px;
  height: 31px;
  border-top: 2px solid #111;
  transform: rotate(45deg);
}

.drop {
  position: absolute;
  border: 2px solid var(--orange);
  width: 10px;
  height: 15px;
  border-radius: 70% 30% 70% 30%;
  transform: rotate(35deg);
}

.drop-one {
  top: 2px;
  left: 55px;
}

.drop-two {
  top: 13px;
  left: 68px;
}

.replacement-house {
  position: absolute;
  left: 15px;
  bottom: 4px;
  width: 48px;
  height: 27px;
  border: 2px solid #111;
}

.replacement-house::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -15px;
  width: 31px;
  height: 31px;
  border-top: 2px solid #111;
  transform: rotate(45deg);
}

.replacement-roof {
  position: absolute;
  left: 4px;
  top: 8px;
  width: 62px;
  height: 28px;
  border-top: 3px solid var(--orange);
  transform: skew(-30deg);
}

.service-card h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.service-card p {
  font-size: 11px;
  line-height: 1.35;
  color: #666;
  margin: 0 auto;
  max-width: 250px;
}


/* =========================================
   FEATURED PROJECTS
   STATIC GRID
   NO SLIDER
   NO HORIZONTAL SCROLL
========================================= */

.projects {
  background: #080808;
  color: #fff;
  padding: 19px 0 16px;
  position: relative;
  background-image:
    linear-gradient(
      135deg,
      #111 0,
      #050505 45%,
      #111 46%,
      #050505 47%
    );
  background-size: 10px 10px;
}

.section-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.section-bar .heading-rule {
  margin: 7px 0 0;
}

.small-btn {
  border: 1px solid #aaa;
  padding: 5px 13px;
  font-size: 11px;
  text-transform: uppercase;
}

.small-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}


/* STATIC PROJECT GRID */

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
}


/* PROJECT CARD */

.project-card {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 136px;
  overflow: hidden;
  border: 1px solid #222;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.95)
  );
  pointer-events: none;
}

.project-caption {
  position: absolute;
  z-index: 2;
  left: 8px;
  right: 6px;
  bottom: 7px;
}

.project-caption strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.project-caption span {
  display: block;
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
}


/* =========================================
   WHY CHOOSE / TESTIMONIAL
========================================= */

.proof {
  padding: 19px 0 17px;
  background: #f7f7f7;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 26px;
}

.proof-grid > div + div {
  border-left: 1px solid #d7d7d7;
  padding-left: 26px;
}

.section-heading.left {
  text-align: left;
}

.section-heading.left .heading-rule {
  margin: 7px 0 14px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.benefit {
  text-align: center;
}

.benefit-icon {
  display: grid;
  place-items: center;
  height: 43px;
  font-size: 27px;
  color: #111;
  margin-bottom: 7px;
}

.benefit-icon.people {
  font-size: 22px;
  letter-spacing: -6px;
}

.benefit strong {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1.15;
}

.quote-wrap {
  display: grid;
  grid-template-columns: 22px 1fr 76px;
  align-items: center;
  gap: 9px;
}

.quote-mark {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 50px;
  line-height: 0.7;
  align-self: start;
}

.quote-content p {
  font-size: 10px;
  line-height: 1.45;
  color: #555;
  margin: 0 0 9px;
}

.quote-content strong {
  font-size: 9px;
}

.quote-wrap img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--orange);
}


/* =========================================
   CTA
========================================= */

.cta-band {
  background: var(--orange);
  color: #fff;
  min-height: 70px;
  display: flex;
  align-items: center;
  position: relative;
}

.cta-band::before,
.cta-band::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #f7f7f7;
}

.cta-band::before {
  left: 7%;
}

.cta-band::after {
  right: 7%;
  transform: rotate(180deg);
}

.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.cta-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cta-title h2 {
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 3px;
}

.cta-title p {
  font-size: 11px;
  margin: 0;
}

.cta-phone {
  width: 37px;
  height: 37px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.btn-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
  min-width: 195px;
}

.btn-white:hover {
  background: #fff;
  color: var(--orange);
}


/* =========================================
   FOOTER
========================================= */

.site-footer {
  background: #050505;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr 1fr;
  gap: 48px;
  padding: 21px 0 16px;
}

.footer-brand p {
  font-size: 10px;
  line-height: 1.35;
  color: #ccc;
  max-width: 205px;
  margin: 8px 0;
}

.footer-brand img {
  width: 143px;
  height: 48px;
}

.socials {
  display: flex;
  gap: 7px;
  margin-top: 8px;
}

.socials a {
  width: 22px;
  height: 22px;
  border: 1px solid #aaa;
  display: grid;
  place-items: center;
  font-size: 12px;
}

.footer-grid > div:not(.footer-brand) {
  border-left: 1px solid #1b1b1b;
  padding-left: 26px;
}

.footer-grid h3 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.footer-grid > div > a {
  display: block;
  font-size: 10px;
  color: #ddd;
  line-height: 1.8;
}

.footer-grid > div > a:hover,
.contact-col a:hover {
  color: var(--orange);
}

.contact-col p {
  font-size: 10px;
  line-height: 1.35;
  color: #ddd;
  margin: 0 0 8px;
}

.contact-col p span {
  color: var(--orange);
  display: inline-block;
  width: 22px;
  font-size: 15px;
  vertical-align: middle;
}

.contact-col a {
  color: #ddd;
}

.footer-bottom {
  border-top: 1px solid #171717;
  color: #aaa;
  font-size: 9px;
  padding: 8px 0;
  text-align: center;
}

.footer-bottom span {
  color: #555;
  padding: 0 8px;
}

.footer-bottom a:hover {
  color: #fff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .container {
    width: min(
      calc(100% - 36px),
      var(--container)
    );
  }

  .primary-nav {
    gap: 18px;
  }

  .hero {
    height: 330px;
  }

  .hero-image {
    object-position: 61% center;
  }

  /*
   * PROJECTS
   * STATIC 2 COLUMN GRID
   */

  .project-grid {
    grid-template-columns: repeat(
      2,
      minmax(0, 1fr)
    );
  }

  .project-card {
    width: 100%;
    height: 150px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid > div + div {
    border-left: 0;
    border-top: 1px solid #d7d7d7;
    padding: 18px 0 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

  .container {
    width: calc(100% - 28px);
  }


  /* HEADER */

  .site-header {
    height: 62px;
  }

  .brand img {
    width: 125px;
    height: 42px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    height: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #050505;
    border-top: 1px solid #222;
    padding: 5px 14px 14px;
  }

  .primary-nav.open {
    display: flex;
  }

  .nav-link {
    height: 43px;
    border-bottom: 1px solid #1b1b1b;
    padding: 0 8px;
  }

  .nav-link.active::after,
  .nav-link:hover::after {
    bottom: 0;
  }

  .nav-cta {
    margin-top: 10px;
    padding: 12px;
  }


  /* HERO */

  .hero {
    height: 430px;
  }

  .hero-image {
    object-position: 69% center;
  }

  .hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.88),
        rgba(0, 0, 0, 0.35)
      ),
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9),
        transparent 65%
      );
  }

  .hero-content {
    padding-top: 54px;
  }

  h1 {
    font-size: 42px;
    max-width: 330px;
  }

  .hero-copy {
    font-size: 13px;
    max-width: 300px;
  }

  .desktop-only {
    display: none;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .btn {
    min-height: 42px;
    padding: 0 15px;
  }


  /* HERO TRUST */

  .hero-trust {
    height: auto;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .trust-item {
    justify-content: flex-start;
    min-height: 61px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 15px;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .trust-item strong {
    font-size: 16px;
  }


  /* SERVICES */

  .services {
    padding: 22px 0;
  }

  .section-heading h2,
  .section-bar h2 {
    font-size: 21px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-card {
    min-height: 0;
    padding: 15px 22px 13px;
  }

  .service-card p {
    font-size: 11px;
    max-width: 320px;
  }


  /* =====================================
     FEATURED PROJECTS
     MOBILE STATIC
  ===================================== */

  .projects {
    padding: 18px 0;
  }

  .section-bar {
    align-items: center;
  }

  .small-btn {
    display: none;
  }

  .project-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .project-card {
    width: 100%;
    min-width: 0;
    height: 190px;
    overflow: hidden;
  }


  /* WHY CHOOSE */

  .proof {
    padding: 22px 0;
  }

  .benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }


  /* TESTIMONIAL */

  .quote-wrap {
    grid-template-columns: 20px 1fr 70px;
  }

  .quote-wrap img {
    width: 70px;
    height: 70px;
  }


  /* CTA */

  .cta-inner {
    padding: 16px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .cta-title {
    align-items: flex-start;
  }

  .btn-white {
    width: 100%;
  }


  /* FOOTER */

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 0;
  }

  .footer-grid > div:not(.footer-brand) {
    border-left: 0;
    border-top: 1px solid #1b1b1b;
    padding: 16px 0 0;
  }

  .footer-bottom {
    line-height: 1.6;
  }

  .footer-bottom span {
    display: none;
  }
}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}