/* 大見出しセクション間の余白（均等） */
.about-intro-band,
.fortune-today-band,
.info-band {
  width: 100%;
}

.about-intro-band {
  margin-top: 0;
}

.page > section {
  margin-top: 50px;
}

/* 装飾見出し（タロットポータルと同系） */
.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0;
}

/* 大見出し → 説明文は一律 12.5px */
.page .section-heading.fortune-today-band__lead,
.page .section-heading.about-intro-band__lead,
.page .section-heading.info-band__lead {
  margin-bottom: 12.5px;
}

#free-fortune .section-heading.info-band__lead {
  margin-bottom: 25px;
}

.page .fortune-today-band__intro,
.page .qa-band__intro,
.page .about-intro-band__intro {
  margin-top: 0;
}

/* 装飾見出し＋説明文（トップページ「今日の運勢」と同系） */
.fortune-today-band__intro {
  margin: 0 0 15px;
  padding: 0 8px;
  font-size: 13.5px;
  line-height: 1.95;
  letter-spacing: 0.08em;
  color: #2a1810;
  text-align: center;
}

.fortune-today-band__intro-note {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #6a5848;
}

.hub-intro {
  width: 100%;
}

.section-heading__ornament {
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 40 / 24;
  flex-shrink: 0;
  color: #5f4a40;
}

.section-heading__defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.section-heading__text {
  display: block;
  font-size: 18.5px;
  font-weight: normal;
  letter-spacing: 0.12em;
  color: #2a1810;
  text-align: center;
  line-height: 1.4;
}

.section-heading__text--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
  line-height: 1.45;
}

.section-heading__date,
.section-heading__title {
  display: block;
}

@media (min-width: 600px) {
  .section-heading__ornament {
    width: 46px;
  }

  .section-heading__text {
    font-size: 20px;
  }

  .fortune-today-band__intro {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.95;
  }

  .fortune-today-band__intro-note {
    margin-top: 8px;
    font-size: 13px;
  }
}

/* 小見出し（大見出しと同形の左右飾りのみ） */
.section-subheading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.section-subheading__ornament {
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 40 / 24;
  flex-shrink: 0;
  color: #5f4a40;
}

.section-subheading__text {
  display: block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #2a1810;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .section-subheading__ornament {
    width: 34px;
  }

  .section-subheading__text {
    font-size: 16px;
  }
}

/* 一覧ページ：フッター直前の関連リンク（ハブの関連ページと同形） */
.hub-related {
  margin: 40px 0 0;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(42, 24, 16, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 28px rgba(42, 24, 16, 0.04);
  position: relative;
}

.hub-related::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(158, 126, 88, 0.55) 18%,
    rgba(201, 162, 39, 0.45) 50%,
    rgba(158, 126, 88, 0.55) 82%,
    transparent 100%
  );
}

.hub-related__label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  width: fit-content;
  padding: 8px 20px;
  padding-right: calc(20px - 0.18em);
  background: #e9e1d8;
  border: 1px solid #d0c4b8;
  color: #5c4840;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.18em;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

.hub-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #452f24;
}

.hub-related__list li + li {
  margin-top: 10px;
}

.hub-related__list a {
  color: #452f24;
  text-underline-offset: 3px;
}

@media (min-width: 600px) {
  .hub-related {
    margin-top: 48px;
    padding: 22px;
  }
}
