/* =========================================================================
   article: サウナハットの選び方——素材(ウール・タオル地・リネン)と、洗い方の現実
   Additive-only — global style.css の変数・クラス（銭湯タイル/シダー赤/Zen Old Mincho）を継承し、
   記事用の最小差分のみ足す。
   ========================================================================= */

.section { padding-block: clamp(30px, 5vw, 54px); }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--amami);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.article-wrap { padding-block: clamp(44px, 8vw, 84px) clamp(56px, 8vw, 96px); }

.article-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--slate-soft);
  margin-top: -6px;
  margin-bottom: 30px;
}

.article-hero {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 36px;
}
.article-hero img { width: 100%; height: auto; display: block; }

.article-lead {
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--char);
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.95;
  letter-spacing: 0.02em;
  max-width: 42em;
  margin-bottom: 40px;
}

.article-body h2 {
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--char);
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 52px;
  margin-bottom: 16px;
}
.article-body h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--char);
  font-size: 15.5px;
  letter-spacing: 0.01em;
  margin-top: 28px;
  margin-bottom: 10px;
}
.article-body p {
  font-size: 14.5px;
  color: var(--slate);
  line-height: 1.92;
  margin-bottom: 18px;
  max-width: 44em;
}
.article-body ul {
  margin: 0 0 18px 0;
  padding-left: 1.3em;
  max-width: 44em;
}
.article-body li {
  font-size: 14.5px;
  color: var(--slate);
  line-height: 1.88;
  margin-bottom: 8px;
}
.article-body strong { color: var(--char); font-weight: 700; }

/* --- あまみらしい視点（体感描写）を静かに区切るブロック --- */
.article-callout {
  border-left: 2px solid var(--amami);
  background: var(--amami-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: clamp(18px, 3vw, 26px) clamp(20px, 3vw, 28px);
  margin: 28px 0 40px;
}
.article-callout p {
  font-family: var(--font-serif);
  color: var(--char);
  font-size: clamp(14.5px, 1.7vw, 16px);
  line-height: 1.95;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.article-callout p + p { margin-top: 14px; }

/* --- 素材別の早見表 --- */
.material-table-wrap {
  overflow-x: auto;
  margin: 22px 0 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.material-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 13px;
}
.material-table th, .material-table td {
  padding: 13px 15px;
  text-align: left;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
.material-table thead th {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--slate-soft);
  text-transform: uppercase;
  background: var(--fog-2);
}
.material-table tbody th {
  font-family: var(--font-sans);
  color: var(--amami);
  font-weight: 700;
  white-space: nowrap;
}
.material-table td { color: var(--slate); line-height: 1.75; }
.material-table tbody tr:last-child th,
.material-table tbody tr:last-child td { border-bottom: none; }
.material-table-note {
  font-size: 11.5px;
  color: var(--slate-soft);
  line-height: 1.8;
  margin-top: -24px;
  margin-bottom: 38px;
}

/* --- 記事内の商品セクション見出し --- */
.article-products-lead {
  font-size: 13.5px;
  color: var(--slate-soft);
  max-width: 44em;
  margin-bottom: 24px;
}

/* --- あわせて読みたい --- */
.reading-list {
  list-style: none;
  margin: 0 0 38px;
  padding: 0;
  max-width: 44em;
}
.reading-list li {
  border-top: 1px solid var(--line-soft);
  padding-block: 15px;
}
.reading-list li:last-child { border-bottom: 1px solid var(--line-soft); }
.reading-list a {
  font-size: 14px;
  color: var(--slate);
  letter-spacing: 0.01em;
}
.reading-list a:hover { color: var(--amami); }

.ref-note {
  font-size: 12px;
  color: var(--slate-soft);
  line-height: 1.88;
  border-top: 1px solid var(--line-soft);
  padding-top: 22px;
  max-width: 46em;
}

/* --- 記事末尾の開示セクション --- */
.section-disclosure { background: var(--fog-2); border-top: 1px solid var(--line); }
.section-disclosure .wrap { padding-block: clamp(30px, 5vw, 44px); }
.disclosure-block p {
  font-size: 12.5px;
  color: var(--slate-soft);
  line-height: 1.85;
  margin-bottom: 10px;
  max-width: 46em;
}
.disclosure-block .amazon-required { font-size: 11.5px; }
