/* ============================================================
   BLUE HORIZONS — inde.css
   Palette : orange chaud #C4622D · ocre · lumière dorée
   ============================================================ */

/* ── Hero ── */
.hero--inde .hero__bg {
  background-image: url('../images/inde/index.jpg');
}

.hero--inde .hero__overlay {
  background: linear-gradient(
    to bottom,
    rgba(30, 14, 7, 0.2) 0%,
    rgba(30, 14, 7, 0.80) 100%
  );
}

/* ══════════════════════════════════════════════════════════════
   SECTION NARRATIVE — fond warm white
   ══════════════════════════════════════════════════════════════ */
.inde-narrative {
  background-color: #FDF6EE;
}

.inde-narrative__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
}

.inde-narrative__title {
  font-family: var(--font-display);
  font-size: clamp(34px, 3.8vw, 54px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--color-dark);
  margin-bottom: 40px;
  max-width: 700px;
}

.inde-narrative__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.inde-narrative__body p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: #4a3520;
  margin-bottom: 20px;
}

/* Citation centrale */
.inde-narrative__pull {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2vw, 28px);
  color: var(--accent);
  border-left: 2px solid var(--accent-light);
  padding-left: 24px;
  line-height: 1.5;
  margin-top: 8px;
}


/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .inde-narrative__columns { grid-template-columns: 1fr; gap: 32px; }
}
