/* Readability spacing: preserve the visual system while preventing text collisions. */
.hero-copy p {
  line-height: 1.35;
  margin: 0;
}

.hero-index {
  gap: 10px;
  line-height: 1.35;
}

.statement {
  line-height: 1.04;
}

.about-grid p,
.service-row p,
.faq-list p {
  line-height: 1.7;
}

.about-grid small,
.service-row small {
  display: block;
  margin-bottom: 14px;
  line-height: 1.45;
}

.service-lead {
  line-height: 1.18;
}

.service-row h3 {
  line-height: 1.02;
  margin-bottom: 24px;
}

.faq-side h2 {
  font-size: clamp(4rem, 7vw, 9rem);
  letter-spacing: -3px;
  line-height: .95 !important;
  white-space: nowrap;
}

.faq-single-line {
  max-width: none;
  white-space: nowrap;
}

.service-hover-media {
  background: var(--paper);
}

.service-hover-media > img,
.service-video-frame {
  display: block;
  width: 100%;
  height: 100%;
  transform: none !important;
}

.service-hover-media > img {
  object-fit: cover;
  object-position: center;
}

.service-video-frame > video {
  object-fit: contain;
}

.service-video-frame {
  background: #111;
}

.service-video-frame > video {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 801px) {
  .faq {
    padding-bottom: 350px;
  }

  .services {
    padding-bottom: 87.142px;
  }

  .service-row figure {
    width: 640px;
    aspect-ratio: 16 / 9;
    translate: -15px 0;
  }

  .service-row > div {
    translate: calc(5vw - 30px) calc(0px - clamp(1.7rem, 3.39vw, 3.95rem));
  }
}

.archive-list h4,
.faq-prompt,
summary {
  line-height: 1.25;
}

details p {
  margin: 20px 0 6px;
}

footer h2 {
  line-height: .82;
  margin-top: 28px;
  margin-bottom: 48px;
}

footer > p {
  padding-left: .65vw;
}

.contact-lines {
  row-gap: 18px;
  transform: scale(0.8571428571);
  transform-origin: left top;
}

.contact-copy {
  appearance: none;
  width: auto;
  margin: 0;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 2px solid currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: left;
  cursor: pointer;
}

.copy-toast {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity .2s, transform .2s;
}

.copy-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 800px) {
  .hero-copy {
    top: 21%;
    width: calc(100% - 24px);
  }

  .hero-copy p {
    max-width: 330px;
    line-height: 1.42;
  }

  .line-link {
    padding-top: 38px;
    padding-bottom: 14px;
  }

  .hero-index {
    bottom: 27%;
    gap: 11px;
    line-height: 1.38;
  }

  .hero h1 {
    bottom: 8%;
    font-size: 25vw;
    line-height: .8;
    letter-spacing: -.075em;
  }

  .section-cap {
    padding-top: 16px;
    padding-bottom: 13vw;
  }

  .statement {
    line-height: 1.1;
    letter-spacing: -.045em;
  }

  .about-grid {
    gap: 11vw;
  }

  .about-grid p {
    margin-top: 12px;
  }

  .service-lead {
    line-height: 1.26;
    padding-bottom: 14vw;
  }

  .service-row {
    row-gap: 8vw;
  }

  .service-row h3 {
    line-height: 1.08;
    margin-bottom: 18px;
  }

  .service-row p {
    margin-top: 0;
  }

  .archive-list a {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .faq-side h2 {
    line-height: .82;
    margin-bottom: 12vw;
  }

  summary {
    gap: 20px;
    line-height: 1.35;
  }

  footer h2 {
    line-height: .84;
    margin-top: 24px;
    margin-bottom: 12vw;
  }

  footer > p {
    padding-left: 0;
  }
}
footer {
  background: #fd600f;
}
