/* SNOTRA TOP — ページ固有スタイル
   共通スタイル（トークン・header・footer・category-card・split-grid等）は
   site/assets/css/base.css を参照。 */

.top-hero {
  padding-block: 40px 30px;
  border-top: none;
}
.top-hero-visual {
  aspect-ratio: 1200 / 800;
  width: 100%;
}
.top-jp-headline {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.15rem, 3vw, 1.4rem);
  margin: 0 0 14px;
}
.top-hero .intro-copy {
  font-size: 0.95rem;
  color: var(--snotra-text-soft);
  margin: 0;
  max-width: 40em;
}

#categories-section {
  padding-block: 30px 40px;
}
