/* Device-safe icons: CSS geometry avoids platform emoji substitution. */
.product-arrow,
.icon-arrow,
.icon-arrow-right {
  color: transparent;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 0;
  height: 14px;
  position: relative;
  width: 14px;
}

.product-arrow::before,
.icon-arrow::before {
  background: var(--gold);
  content: "";
  height: 1.5px;
  left: 1px;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 12px;
}

.product-arrow::after,
.icon-arrow::after {
  border-right: 1.5px solid var(--gold);
  border-top: 1.5px solid var(--gold);
  content: "";
  height: 6px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 6px;
}

.icon-arrow-right::before {
  background: var(--gold);
  content: "";
  height: 1.5px;
  left: 1px;
  position: absolute;
  top: 7px;
  width: 12px;
}

.icon-arrow-right::after {
  border-right: 1.5px solid var(--gold);
  border-top: 1.5px solid var(--gold);
  content: "";
  height: 6px;
  position: absolute;
  right: 1px;
  top: 4px;
  transform: rotate(45deg);
  width: 6px;
}

.text-link .icon-arrow {
  margin-left: 1px;
}

@media (width <= 760px) {
  .announcement {
    font-size: 8px;
    letter-spacing: .14em;
    line-height: 1.5;
    padding: 9px 14px 8px;
    text-align: center;
  }

  .site-header {
    height: 80px;
  }

  .hero-copy {
    padding: 54px 20px 32px;
  }

  .hero-intro {
    margin-top: 30px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-visual::after {
    left: -185px;
  }

  .hero-lines,
  .collection-style::before,
  .collection-style::after {
    display: none;
  }

  .hero-caption {
    bottom: 14px;
    font-size: 7px;
    right: 14px;
  }

  .section-shell {
    padding: 68px 20px;
  }

  .product-grid {
    gap: 34px;
  }

  .product-image,
  .story-image-wrap,
  .collection-card {
    aspect-ratio: 4 / 5;
    height: auto;
    min-height: 0;
  }

  .product-info {
    padding: 15px 2px 18px;
  }

  .product-arrow {
    margin-top: 3px;
  }

  .collection-title h2 {
    margin-top: 18px;
  }

  .collection-type {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 70px 28px 130px;
  }

  .collection-script {
    font-size: 64px;
  }

  .collection-type strong {
    font-size: 42px;
    margin: 20px 0 22px 24px;
    max-width: 270px;
  }

  .collection-type em {
    margin-left: 26px;
  }

  .visit h2 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .newsletter h2 {
    font-size: clamp(42px, 12vw, 56px);
  }
}
