/* Final fidelity refinements extracted from the approved Better Laundry concepts. */
@media (min-width: 761px) {
  .wordmark {
    display: flex;
    width: auto;
    gap: 9px;
    font-size: clamp(38px, 3.5vw, 58px);
    line-height: 1;
  }

  .hero {
    min-height: 780px;
    height: calc(100svh - 78px);
    max-height: 1030px;
  }

  .hero-copy {
    justify-content: flex-start;
    padding-top: 142px;
    padding-bottom: 52px;
  }

  .hero h1 {
    font-size: clamp(106px, 9.8vw, 160px);
    letter-spacing: 0;
  }

  .hero-actions .button {
    min-width: 340px;
  }

  .story-copy h2 {
    font-size: clamp(68px, 6.4vw, 112px);
  }
}

.ar-section,
.shop-section,
.story-section {
  scroll-margin-top: 72px;
}

.print-panel img,
.camera-panel img {
  object-position: center 70%;
}

@media (max-width: 760px) {
  .wordmark {
    letter-spacing: 0;
  }

  .hero h1,
  .shop-heading h2,
  .story-copy h2,
  .newsletter h2 {
    letter-spacing: 0;
  }

  .hero-actions .button {
    min-width: 210px;
  }
}
