/* Home H1 — visible, not a banner */
.home-page .xs-home-h1 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #1a1d22;
  margin: 6px 0 16px;
}
@media (max-width: 767px) {
  .home-page .xs-home-h1 { font-size: 1.28rem; margin: 4px 0 12px; }
}

.xs-cat-guides {
  margin: 8px 0 18px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 14px;
}
.xs-cat-guides__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.xs-cat-guides a {
  display: inline-flex;
  margin: 0 8px 6px 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f6f2f4;
  color: #1a1d22;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.xs-cat-guides a:hover { color: #e84080; background: #fde8f1; }
