/* Final visual alignment · 2026-09-21 */

/* Use the home monogram scale consistently on every page. */
.page-brand img {
  width: clamp(96px, 10vw, 132px);
}

/* A small reduction for the three long display headings. */
.page-intro h1,
.gift-copy h1 {
  font-size: clamp(2.85rem, 3.9vw, 3.9rem);
}

@media (max-width: 700px) {
  .page-brand img {
    width: clamp(90px, 25vw, 108px);
  }

  .page-intro h1,
  .gift-copy h1 {
    font-size: clamp(2.55rem, 10vw, 3.2rem);
  }
}
