@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;500;700&display=swap');

:root {
  --ink: #101820;
  --paper: #f3eee4;
  --orange: #ff5a1f;
  --blue: #159bd7;
  --steel: #aeb5b8;
  --line: rgba(16, 24, 32, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
}

a {
  color: inherit;
}


/* HEADER */

.site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 238, 228, 0.96);
  position: relative;
  z-index: 5;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.05;
}

.brand strong {
  display: block;
  font-weight: 700;
}

.brand-mark {
  width: 34px;
  height: 34px;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  place-items: center;
  font-family: "Archivo Black";
  font-size: 17px;
  transform: rotate(-8deg);
}

nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

.header-call {
  background: var(--orange);
  padding: 12px 17px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.header-call span {
  margin-left: 10px;
}


/* HERO */

.hero {
  min-height: 670px;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  isolation: isolate;
}

.hero-copy {
  padding: 100px 4vw 90px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--orange);
  display: inline-block;
}

.hero h1 {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(58px, 8vw, 122px);
  line-height: 0.84;
  letter-spacing: -0.055em;
  margin: 0;
  max-width: 780px;
}

.hero h1 em,
.contact h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.lede {
  max-width: 470px;
  font-size: 17px;
  line-height: 1.55;
  color: #d7d8d4;
  margin: 38px 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.button {
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.button-hot {
  background: var(--orange);
  color: #fff;
}

.text-link {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--paper);
  padding-bottom: 4px;
}


/* HERO ART */

.hero-art {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  background: linear-gradient(
    140deg,
    #17242d,
    #263b46
  );
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.15;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.2) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.2) 1px,
      transparent 1px
    );

  background-size: 55px 55px;
}

.sun-disc {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--orange);
  right: 7%;
  top: 12%;
  box-shadow:
    0 0 0 22px rgba(255, 90, 31, 0.08);
}

.coil {
  position: absolute;
  border: 18px solid var(--steel);
  border-radius: 50%;
  width: 310px;
  height: 150px;
  transform: rotate(-23deg);
  right: 15%;
  top: 26%;
  opacity: 0.85;
}

.coil-two {
  width: 370px;
  height: 180px;
  right: -1%;
  top: 35%;
  border-width: 11px;
  opacity: 0.5;
}

.duct {
  position: absolute;
  width: 470px;
  height: 125px;

  background:
    linear-gradient(
      90deg,
      #747e82,
      #d5d8d6,
      #7b8588
    );

  right: -80px;
  bottom: 18%;

  transform: rotate(-13deg);

  box-shadow:
    0 22px 0 rgba(0, 0, 0, 0.16);
}

.duct::after {
  content: "";
  position: absolute;
  inset: 16px 0;

  border-top: 2px solid rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.bolt {
  position: absolute;
  right: 16%;
  bottom: 11%;

  font-family: "Archivo Black";
  font-size: 34px;
  letter-spacing: 0.1em;

  transform: rotate(-8deg);

  color: var(--paper);
  mix-blend-mode: screen;
}

.hero-stamp {
  position: absolute;
  z-index: 3;
  right: 3.8%;
  bottom: 6%;

  font-family: "Archivo Black";
  font-size: 13px;
  line-height: 0.8;
  letter-spacing: 0.08em;
  text-align: center;

  color: var(--ink);
  background: var(--paper);

  padding: 14px 12px;

  transform: rotate(5deg);
}

.hero-stamp span {
  color: var(--orange);
  font-size: 18px;
}


/* INTRO */

.intro {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 5vw;

  padding: 100px 8vw;

  border-bottom: 1px solid var(--line);
}

.intro-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.intro h2 {
  font-family: "Archivo Black";
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.94;
  letter-spacing: -0.045em;
  max-width: 900px;
  margin: 0;
}

.intro h2 span {
  font-family: Georgia, serif;
  font-weight: 400;
}

.intro p {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.7;
  margin: 30px 0 0;
}


/* WORK */

.work-list {
  padding: 20px 8vw 90px;
}

.work-row {
  display: grid;
  grid-template-columns: 100px 1fr 160px;
  align-items: center;

  min-height: 155px;

  border-bottom: 1px solid var(--line);

  gap: 25px;
}

.number {
  font-family: "Archivo Black";
  font-size: 14px;
  color: var(--orange);
}

.work-row h3 {
  font-family: "Archivo Black";
  font-size: clamp(30px, 4vw, 53px);
  letter-spacing: -0.04em;
  margin: 0 0 8px;
}

.work-row p {
  margin: 0;
  max-width: 650px;
  font-size: 14px;
  line-height: 1.5;
}

.row-shape {
  justify-self: end;
  width: 115px;
  height: 55px;
  transform: rotate(-7deg);
}

.shape-orange {
  background: var(--orange);
  border-radius: 50% 5px 50% 5px;
}

.shape-blue {
  background: var(--blue);
  clip-path: polygon(
    0 0,
    100% 15%,
    75% 100%,
    18% 82%
  );
}

.shape-metal {
  background:
    repeating-linear-gradient(
      90deg,
      #707b7f 0 9px,
      #c5c9c8 9px 16px
    );

  border: 1px solid #586267;
}


/* QUOTE */

.quote-band {
  background: var(--orange);
  color: #fff;

  padding: 90px 13vw;

  display: grid;
  grid-template-columns: 100px 1fr;

  align-items: start;
}

.quote-mark {
  font-family: Georgia, serif;
  font-size: 120px;
  line-height: 0.5;
}

.quote-band p {
  font-family: "Archivo Black";
  font-size: clamp(31px, 4.3vw, 62px);
  line-height: 1;
  letter-spacing: -0.04em;

  margin: 0;
  max-width: 900px;
}


/* REVIEWS */

.reviews {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;

  padding: 110px 8vw;
}

.review-heading h2 {
  font-family: "Archivo Black";
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.9;
  letter-spacing: -0.045em;

  margin: 0 0 35px;
}

.review-heading h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.outline-button {
  display: inline-block;

  border: 1px solid var(--ink);

  padding: 13px 16px;

  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}

.review-stack figure {
  margin: 0;
  padding: 0 0 35px;
  margin-bottom: 35px;

  border-bottom: 1px solid var(--line);
}

blockquote {
  font-family: Georgia, serif;

  font-size: clamp(21px, 2.3vw, 31px);
  line-height: 1.25;

  margin: 0 0 17px;
}

figcaption {
  font-size: 12px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.12em;
}


/* CONTACT */

.contact {
  background: var(--ink);
  color: var(--paper);

  min-height: 500px;

  padding: 100px 8vw;

  display: grid;
  grid-template-columns: 1fr 0.75fr;

  gap: 8vw;

  position: relative;
  overflow: hidden;
}

.contact-grid {
  position: absolute;
  inset: 0;

  opacity: 0.08;

  background-image:
    linear-gradient(
      90deg,
      #fff 1px,
      transparent 1px
    ),
    linear-gradient(
      #fff 1px,
      transparent 1px
    );

  background-size: 65px 65px;
}

.contact > div:not(.contact-grid) {
  position: relative;
}

.contact h2 {
  font-family: "Archivo Black";

  font-size: clamp(55px, 7vw, 100px);
  line-height: 0.85;
  letter-spacing: -0.055em;

  margin: 0;
}

.contact-side {
  padding-top: 40px;
}

.contact-side > p:first-child {
  font-size: 15px;
}

.big-phone {
  display: inline-block;

  font-family: "Archivo Black";

  font-size: clamp(30px, 4vw, 55px);
  letter-spacing: -0.04em;

  color: var(--orange);

  text-decoration: none;

  margin: 12px 0 30px;
}

.address {
  line-height: 1.55;
  color: #c9cbc8;

  margin-bottom: 30px;
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}


/* FOOTER */

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;

  padding: 22px 4vw;

  background: #0b1116;
  color: #c9cbc8;

  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

footer a {
  text-decoration: none;
  color: var(--paper);
}


/* TABLET / MOBILE */

@media (max-width: 800px) {

  .site-header {
    height: auto;
    min-height: 70px;

    padding: 15px 5vw;

    flex-wrap: wrap;
    gap: 12px;
  }

  nav {
    order: 3;

    width: 100%;

    justify-content: space-between;

    gap: 12px;

    border-top: 1px solid var(--line);

    padding-top: 12px;
  }

  .header-call {
    margin-left: auto;
  }

  .hero {
    display: block;
    min-height: auto;
  }

  .hero-copy {
    padding: 75px 7vw 60px;
  }

  .hero-art {
    height: 370px;
    min-height: 370px;
  }

  .sun-disc {
    width: 250px;
    height: 250px;
  }

  .coil {
    width: 240px;
    height: 115px;
    right: 12%;
    top: 23%;
  }

  .duct {
    width: 370px;
  }

  .hero-stamp {
    right: 7%;
    bottom: 8%;
  }

  .intro,
  .reviews,
  .contact {
    grid-template-columns: 1fr;

    padding: 75px 7vw;

    gap: 45px;
  }

  .intro-label {
    margin-bottom: -20px;
  }

  .work-list {
    padding: 10px 7vw 60px;
  }

  .work-row {
    grid-template-columns: 45px 1fr 70px;

    min-height: 135px;

    gap: 10px;
  }

  .row-shape {
    width: 58px;
    height: 34px;
  }

  .quote-band {
    padding: 70px 8vw;

    grid-template-columns: 50px 1fr;
  }

  .quote-mark {
    font-size: 75px;
  }

  .reviews {
    padding-top: 75px;
  }

  .contact {
    min-height: auto;
  }

  .contact-side {
    padding-top: 0;
  }

  footer {
    flex-wrap: wrap;
    padding: 22px 7vw;
  }
}


@media (max-width: 480px) {

  nav {
    font-size: 11px;
  }

  .header-call {
    padding: 10px 12px;
  }

  .hero h1 {
    font-size: 57px;
  }

  .lede {
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-art {
    height: 300px;
  }

  .sun-disc {
    width: 205px;
    height: 205px;
  }

  .duct {
    width: 310px;
    height: 95px;
  }

  .coil {
    width: 205px;
    height: 95px;
  }

  .intro h2 {
    font-size: 39px;
  }

  .work-row {
    grid-template-columns: 32px 1fr;
  }

  .row-shape {
    display: none;
  }

  .quote-band {
    grid-template-columns: 35px 1fr;
  }

  .quote-band p {
    font-size: 31px;
  }

  .contact h2 {
    font-size: 57px;
  }
}


@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

}