.fashion-page {
  --signal: #d6ff66;
  --signal-soft: rgba(214, 255, 102, 0.12);
}

.fashion-page body {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 25%, transparent 25% 75%, rgba(255, 255, 255, 0.018) 75%) 0 0 / 32px 32px,
    radial-gradient(circle at 78% 12%, rgba(214, 255, 102, 0.055), transparent 26rem),
    var(--bg);
}

.fashion-page h1,
.fashion-page h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.fashion-page .hero h1 {
  max-width: 12ch;
}

.fashion-page .fashion-visual {
  overflow: hidden;
}

.fashion-page .fashion-visual::after {
  position: absolute;
  inset: auto -8% 28% 36%;
  height: 1px;
  background: var(--line-strong);
  content: "";
  transform: rotate(-28deg);
}

.fashion-specimen {
  position: relative;
  display: grid;
  margin: 1.1rem 0 1.2rem;
  padding: 1.15rem;
  border: 1px solid var(--line-strong);
  background:
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(242, 234, 220, 0.025) 18px 19px),
    rgba(242, 234, 220, 0.025);
}

.fashion-specimen span {
  margin-bottom: 0.8rem;
  color: var(--signal);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.fashion-specimen b {
  display: block;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.fashion-page .compact-fit {
  margin-top: 2.4rem;
}

@media (max-width: 720px) {
  .fashion-page .hero h1 {
    max-width: none;
  }

  .fashion-specimen b {
    font-size: 1.7rem;
  }
}
