.swing-photo-hero {
  margin-top: 92px;
  background: #f7f5ef;
}

.swing-hero-photo {
  aspect-ratio: 1672 / 941;
  overflow: hidden;
}

.swing-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.swing-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, .55fr) minmax(0, 1.5fr);
  gap: 5vw;
  padding: 48px 6.5vw 64px;
  border-bottom: 1px solid var(--line);
}

.swing-hero-copy .product-no {
  margin: 8px 0 0;
  font: 500 14px/1.6 var(--latin);
  letter-spacing: .16em;
  color: var(--accent);
}

.swing-hero-copy h1 {
  margin: 0;
  font: 400 clamp(36px, 4.8vw, 76px)/1.25 var(--serif);
  letter-spacing: -.055em;
  word-break: keep-all;
}

.swing-hero-copy .tagline {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.85;
  color: var(--muted);
  word-break: keep-all;
}

@media (max-width: 900px) {
  .swing-photo-hero {
    margin-top: 72px;
  }

  .swing-hero-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 32px 24px 44px;
  }
}

@media (max-width: 600px) {
  /* Trim only the side walls, retaining the door's full height. */
  .swing-hero-photo {
    aspect-ratio: 4 / 3;
  }

  .swing-hero-copy {
    padding: 28px 20px 40px;
  }

  .swing-hero-copy h1 {
    font-size: clamp(30px, 8vw, 44px);
  }

  .swing-hero-copy .tagline {
    margin-top: 18px;
    font-size: 16px;
  }
}
