
/* ============================================================
   PROJETS À VENIR — REFONTE COMPLÈTE
   Fond continu, fondu gauche et droite, image originale.
   ============================================================ */

.future-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.11);
  background: #050505;
  isolation: isolate;
}

.future-hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.future-hero__inner {
  width: min(calc(100% - 96px), 1440px);
  min-height: 620px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.future-hero__copy {
  width: min(520px, 42vw);
  padding: 40px 0;
  text-shadow: 0 2px 18px rgba(0,0,0,.75);
}

.future-hero__eyebrow {
  margin: 0 0 17px;
  color: #ca7f27;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.future-hero h1 {
  margin: 0;
  color: #f2efeb;
  font-size: clamp(3.1rem, 5vw, 5.3rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.future-hero__line {
  display: block;
  width: 86px;
  height: 2px;
  margin: 30px 0 38px;
  background: #ca7f27;
}

.future-hero__copy > p:last-child {
  max-width: 500px;
  margin: 0;
  color: #ddd5cc;
  font-size: 1.04rem;
  line-height: 1.8;
}

.future-roadmap {
  padding: 86px 0 100px;
  background: #050505;
}

.future-roadmap__inner {
  width: min(calc(100% - 96px), 1320px);
  margin: 0 auto;
}

.future-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.15);
  border-left: 1px solid rgba(255,255,255,.15);
}

.future-card {
  min-height: 230px;
  padding: 34px 34px 30px;
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(145deg, rgba(255,255,255,.025), transparent 68%);
}

.future-card span {
  display: block;
  margin-bottom: 14px;
  color: #ca7f27;
  font-size: .72rem;
  letter-spacing: .16em;
}

.future-card h2 {
  margin: 0 0 14px;
  color: #f2efeb;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.future-card p {
  margin: 0;
  color: #d3cbc2;
  font-size: .94rem;
  line-height: 1.72;
}

@media (max-width: 980px) {
  .future-hero {
    min-height: 700px;
  }

  .future-hero__background {
    object-position: 64% top;
  }

  .future-hero__inner {
    width: min(calc(100% - 48px), 800px);
    min-height: 700px;
    padding-top: 300px;
    align-items: flex-end;
  }

  .future-hero__copy {
    width: 100%;
    padding: 0 0 48px;
  }

  .future-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .future-roadmap__inner {
    width: min(calc(100% - 48px), 900px);
  }
}

@media (max-width: 680px) {
  .future-hero {
    min-height: 720px;
  }

  .future-hero__background {
    object-position: 67% top;
  }

  .future-hero__inner {
    width: calc(100% - 32px);
    min-height: 720px;
    padding-top: 285px;
  }

  .future-hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
    letter-spacing: .08em;
  }

  .future-hero__copy > p:last-child {
    font-size: .95rem;
  }

  .future-roadmap {
    padding: 64px 0 76px;
  }

  .future-roadmap__inner {
    width: calc(100% - 28px);
  }

  .future-grid {
    grid-template-columns: 1fr;
  }

  .future-card {
    min-height: auto;
    padding: 28px 24px;
  }
}
