/*
 * MIGNO TOKYO 11.0
 * Japanese-first visual hierarchy. Decorative English eyebrow labels are removed.
 */

.trend-hero-v11 .trend-hero-copy h1 {
  margin-top: 0;
}

.section-heading h2,
.panel-heading h2,
.detail-panel-head h2,
.archive-hero h1,
.cp-page-hero h1,
.cp-entry-header .cp-single-title {
  margin-top: 0;
}

/* Keep category cards visually distinctive without English abbreviations. */
.category-link {
  min-height: 82px;
}
.category-link::before {
  content: "";
  width: 24px;
  height: 3px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6392, #9b79ef, #75b2ff);
  box-shadow: 0 5px 12px rgba(151, 104, 220, .18);
}
.category-link b {
  margin-top: 0;
}
.category-link.active::before,
.category-link:hover::before {
  background: rgba(255, 255, 255, .92);
  box-shadow: none;
}

/* Japanese headings should lead each block directly. */
.archive-hero .container > h1,
.cp-page-hero .container > h1 {
  margin-top: 0;
}

@media (max-width: 760px) {
  .category-link {
    min-height: 76px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .category-link::before {
    width: 20px;
    margin-bottom: 8px;
  }
}
