.fha-btn {
  color: var(--gold-light, #d4a843);
  text-decoration: none;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  border: 1px solid rgba(180, 130, 20, 0.35);
  border-radius: 4px;
  padding: 0.4rem 0.9rem;
  transition: background 0.2s, border-color 0.2s;
}
.fha-btn:hover {
  background: rgba(180, 130, 20, 0.15);
  border-color: rgba(180, 130, 20, 0.6);
}

.definition-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 1rem 1.5rem 4rem;
}

.definition-page .intro-text-col {
  background: linear-gradient(165deg, #f9f2d8 0%, #efdfa8 30%, #e7d494 65%, #dfc87c 100%);
  border: 1px solid var(--parch-border);
  border-radius: var(--radius);
  padding: 1.6rem 2rem;
  box-shadow: 4px 4px 0 rgba(120, 80, 20, 0.18), 0 12px 32px rgba(10, 5, 2, 0.35);
}

.definition-page .acc-list {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 1.5rem;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.definition-page .acc-list .acc-item {
  background: linear-gradient(165deg, #f9f2d8 0%, #efdfa8 30%, #e7d494 65%, #dfc87c 100%);
  border: 1px solid var(--parch-border);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 rgba(120, 80, 20, 0.18), 0 8px 24px rgba(10, 5, 2, 0.3);
  padding: 0 1.4rem;
}

.definition-page .soc-page-wrap {
  background: linear-gradient(165deg, #f9f2d8 0%, #efdfa8 30%, #e7d494 65%, #dfc87c 100%);
  border: 1px solid var(--parch-border);
  border-radius: var(--radius);
  padding: 1.6rem 2rem;
  box-shadow: 4px 4px 0 rgba(120, 80, 20, 0.18), 0 12px 32px rgba(10, 5, 2, 0.35);
}

.definition-page .soc-page-wrap > *:first-child {
  margin-top: 0;
}

@media (max-width: 640px) {
  .definition-page .intro-text-col,
  .definition-page .soc-page-wrap {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .definition-page .acc-list .acc-item {
    padding: 0 1rem;
  }
}

.definition-section-sep {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 2rem 0 1rem;
}
.definition-section-sep .drawer-intro-sep-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 150, 42, 0.55) 30%, rgba(200, 150, 42, 0.55) 70%, transparent);
}
.definition-section-sep .drawer-intro-sep-ornament {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold, #c8962a);
  opacity: 0.9;
  flex-shrink: 0;
  white-space: nowrap;
}

.courants-section-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.6rem 0 0.8rem;
}
.courants-section-header .courants-section-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 150, 42, 0.55) 30%, rgba(200, 150, 42, 0.55) 70%, transparent);
}
.courants-section-header .courants-section-label {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold, #c8962a);
  opacity: 0.9;
  flex-shrink: 0;
  white-space: nowrap;
}

/* ── Liens "Accédez à la frise" mis en valeur en bouton ── */
.definition-page p.ldl-li {
  margin: 1.1rem 0 0.3rem;
}
.definition-page a.ldl-frise-link,
.definition-page a.ldl-frise-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff3d6;
  background: linear-gradient(165deg, #8b5a1f 0%, #6b3f12 100%);
  text-decoration: none;
  border-bottom: none;
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1px solid rgba(120, 80, 20, 0.5);
  border-radius: 20px;
  padding: 0.5rem 1.1rem;
  box-shadow: 0 2px 6px rgba(40, 20, 5, 0.3);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.definition-page a.ldl-frise-link:hover {
  background: linear-gradient(165deg, #a06f2c 0%, #7d4a17 100%);
  border-color: rgba(120, 80, 20, 0.7);
  box-shadow: 0 3px 10px rgba(40, 20, 5, 0.4);
  color: #fff3d6;
}
