/* ═══════════════════════════════════════════════════
   Nippon Daily Experience — style.css
   Preset: DAILY-DOCUMENTARY (#22)
   Palette: archive-beige / ink-warm / amber / olive
   ═══════════════════════════════════════════════════ */

/* ── Base ──────────────────────────────────────── */
::selection {
  background: #A87A2830;
}

/* ── Section Headings — h2::after horizontal line ── */
.nde-section-heading {
  position: relative;
  padding-bottom: 12px;
}
.nde-section-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #A87A28;
}

/* ── Category Pill ────────────────────────────── */
.nde-category-pill {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 999px;
}

/* ── Cards ────────────────────────────────────── */
.nde-card {
  border-radius: 4px;
  transition: border-color 0.2s ease;
}
.nde-card:hover {
  border-color: #A87A2840;
}

/* ── Filter Chips ─────────────────────────────── */
.nde-chip {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #D9CCB3;
  color: #6B6258;
  background: transparent;
  transition: all 0.2s ease;
  text-decoration: none;
}
.nde-chip:hover {
  border-color: #A87A28;
  color: #A87A28;
}
.nde-chip-active {
  background: #A87A28;
  border-color: #A87A28;
  color: #F2EBDA;
}

/* ── Article Body ─────────────────────────────── */
.nde-article-body h2 {
  font-family: 'Noto Serif JP', 'Shippori Mincho B1', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #211C13;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding-bottom: 10px;
  position: relative;
}
.nde-article-body h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #A87A28;
}

.nde-article-body h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #211C13;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 12px;
  border-left: 3px solid #A87A28;
}

.nde-article-body p {
  font-size: 1rem;
  line-height: 1.85;
  color: #211C13;
  margin-bottom: 1rem;
}

.nde-article-body img {
  border-radius: 4px;
  margin: 1.5rem 0;
}

/* ── Pullquote ────────────────────────────────── */
.nde-pullquote {
  border-left: 3px solid #A87A28;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  background: #F7F2E6;
  border-radius: 0 4px 4px 0;
}
.nde-pullquote p {
  font-family: 'Shippori Mincho B1', 'Noto Serif JP', serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #211C13;
  margin: 0;
}

/* ── Sidebar Fact / Data ──────────────────────── */
.nde-sidebar-fact {
  background: #F7F2E6;
  border: 1px solid #D9CCB3;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}
.nde-sidebar-fact-label {
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A87A28;
  margin-bottom: 6px;
}
.nde-sidebar-fact p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6B6258;
  margin: 0;
}

/* ── Callout — Editorial Note ─────────────────── */
.nde-callout {
  background: #A87A2810;
  border: 1px solid #A87A2830;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}
.nde-callout-label {
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A87A28;
  margin-bottom: 6px;
}
.nde-callout p {
  font-size: 0.875rem;
  line-height: 1.65;
  margin: 0;
}

/* ── Data Strip ───────────────────────────────── */
.nde-data-strip {
  display: flex;
  gap: 1px;
  background: #D9CCB3;
  border-radius: 4px;
  overflow: hidden;
  margin: 1.5rem 0;
}
.nde-data-strip-item {
  flex: 1;
  background: #F7F2E6;
  padding: 0.75rem 1rem;
  text-align: center;
}
.nde-data-strip-value {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #A87A28;
}
.nde-data-strip-label {
  font-family: Inter, sans-serif;
  font-size: 10px;
  color: #6B6258;
  margin-top: 2px;
}

/* ── Spot Card ────────────────────────────────── */
.nde-spot-card {
  background: #F7F2E6;
  border: 1px solid #D9CCB3;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}
.nde-spot-card-header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #211C13;
  margin-bottom: 6px;
}
.nde-spot-card p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #6B6258;
  margin: 0;
}
.nde-spot-card-disclaimer {
  font-family: Inter, sans-serif;
  font-size: 10px;
  color: #6B625880;
  margin-top: 8px;
  font-style: italic;
}

/* ── Table ────────────────────────────────────── */
.nde-article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.875rem;
}
.nde-article-body th {
  background: #F7F2E6;
  border: 1px solid #D9CCB3;
  padding: 8px 12px;
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #211C13;
}
.nde-article-body td {
  border: 1px solid #D9CCB3;
  padding: 8px 12px;
  color: #211C13;
}

/* ── Legal Page Sections ──────────────────────── */
.nde-legal-section {
  margin-bottom: 2rem;
}
.nde-legal-section h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #211C13;
  margin-bottom: 0.75rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #D9CCB3;
}
.nde-legal-section p,
.nde-legal-section li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #6B6258;
}
.nde-legal-section ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.5rem 0;
}

/* ── Accordion (FAQ) ──────────────────────────── */
.nde-accordion-item {
  border-bottom: 1px solid #D9CCB3;
}
.nde-accordion-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Noto Serif JP', serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #211C13;
  text-align: left;
}
.nde-accordion-btn:hover {
  color: #A87A28;
}

/* ── Non-affiliation block ────────────────────── */
.nde-nonaffiliation {
  background: #A87A2810;
  border: 1px solid #A87A2830;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}

/* ── Responsive ───────────────────────────────── */
@media (max-width: 640px) {
  .nde-data-strip {
    flex-direction: column;
  }
  .nde-article-body h2 {
    font-size: 1.15rem;
  }
}
