@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

.typography-refined {
  --sans: "DM Sans", Arial, sans-serif;
  --serif: var(--sans);
  font-weight: 400;
  font-optical-sizing: auto;
}

.typography-refined,
.typography-refined * {
  letter-spacing: 0 !important;
}

.typography-refined .hero-video {
  opacity: .96;
  filter: brightness(1.28) contrast(1.03) saturate(1.12);
}

.typography-refined .hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .12) 52%, rgba(0, 0, 0, .30)),
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .52) 90%);
}

.typography-refined .hero h1 {
  font-family: var(--sans);
  font-size: 54px;
  line-height: 1.12;
  font-weight: 500;
  max-width: 920px;
}

.typography-refined .hero p {
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
}

.typography-refined h2,
.typography-refined .scroll-statement h2,
.typography-refined .ambient-video-content h2 {
  font-family: var(--sans);
  font-size: 42px;
  line-height: 1.18;
  font-weight: 500;
}

.typography-refined h3,
.typography-refined .card h3,
.typography-refined .offer h3,
.typography-refined .method-step h3,
.typography-refined .faq-item h3 {
  font-family: var(--sans);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

.typography-refined .brand {
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.typography-refined .nav-links {
  font-size: 14px;
  font-weight: 500;
}

.typography-refined .btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.45;
}

.typography-refined .nav-cta {
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
}

.typography-refined .eyebrow {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.typography-refined .card small,
.typography-refined .offer small,
.typography-refined .project small {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.typography-refined .hero-metrics span,
.typography-refined .stats-bar span {
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
}

.typography-refined .price {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.15;
}

.typography-refined .price span,
.typography-refined .offer-note span {
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}

.typography-refined .offer-note {
  font-size: 25px;
  font-weight: 500;
}

.typography-refined .method-step strong,
.typography-refined .flow strong {
  font-weight: 500;
}

.typography-refined .form-title h3 {
  font-size: 26px;
}

.typography-refined label {
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.5;
}

.typography-refined input,
.typography-refined select,
.typography-refined textarea {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .typography-refined .hero h1 {
    font-size: 46px;
  }

  .typography-refined h2,
  .typography-refined .scroll-statement h2,
  .typography-refined .ambient-video-content h2 {
    font-size: 36px;
  }

  .typography-refined .nav-links {
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  .typography-refined .hero h1 {
    font-size: 36px;
    line-height: 1.15;
  }

  .typography-refined .hero p {
    font-size: 17px;
    line-height: 1.65;
  }

  .typography-refined h2,
  .typography-refined .scroll-statement h2,
  .typography-refined .ambient-video-content h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .typography-refined h3,
  .typography-refined .card h3,
  .typography-refined .offer h3,
  .typography-refined .method-step h3,
  .typography-refined .faq-item h3 {
    font-size: 23px;
  }

  .typography-refined .form-title h3 {
    font-size: 24px;
  }

  .typography-refined .price {
    font-size: 38px;
  }

  .typography-refined .hero-metrics span,
  .typography-refined .eyebrow {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .typography-refined .hero h1 {
    font-size: 31px;
  }

  .typography-refined .hero p {
    font-size: 16px;
  }

  .typography-refined h2,
  .typography-refined .scroll-statement h2,
  .typography-refined .ambient-video-content h2 {
    font-size: 28px;
  }

  .typography-refined .btn {
    font-size: 13px;
  }
}
