/* ============================================================
   Fully's Lake — Page « Le lac »
   ============================================================ */

/* ---------- HERO BANDEAU ---------- */
.page-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 150px 24px 70px;
  background: #0a3a4f;
  overflow: hidden;
}
.page-hero .ph-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero .ph-veil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(5,60,92,.92) 0%, rgba(0,131,207,.4) 50%, rgba(2,40,62,.92) 100%);
}
.page-hero h1, .page-hero p { position: relative; z-index: 2; }
.page-hero h1 {
  font-size: 96px; font-weight: 700; letter-spacing: -2.4px;
  line-height: .92; text-shadow: 0 6px 34px rgba(0,0,0,.4);
}
.page-hero p {
  font-size: 20px; font-weight: 700; line-height: 28px;
  max-width: 660px; margin-top: 22px; text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

/* ---------- BLOCS INTRO (écosystème / idéalement situé) ---------- */
.intro-band { background: linear-gradient(179deg, #ffffff 1%, #bae6fd 50%, #ffffff 99%); padding: 92px 0; }
.intro-band .split + .split { margin-top: 96px; }

/* bouton "Le cheptel" aligné sur le bas de l'image */
.ideal-split { align-items: stretch; }
.ideal-body { display: flex; flex-direction: column; }
.ideal-body .btn-gold { margin-top: auto; align-self: flex-start; }

/* bouton bleu "Les postes" entre le texte et la carte */
.postes-btn { margin-top: 30px; }

.accent { color: #175773; }
.lake-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.lake-stat { background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: 16px; padding: 22px 25px; }
.lake-stat .ls-ic svg { height: 26px; width: auto; fill: var(--gold); margin-bottom: 12px; display: block; }
.lake-stat .ls-val { font-size: 24px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.lake-stat .ls-lbl { font-size: 14px; color: rgb(107,114,128); margin-top: 4px; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-dark); }

/* ---------- SECTION GÉNÉRIQUE ---------- */
.sec { padding: 96px 0; }
.sec-head { text-align: center; max-width: 900px; margin: 0 auto 56px; }
.sec-head h2 { font-size: 48px; font-weight: 700; color: var(--ink); line-height: 1.04; margin-bottom: 22px; }
.sec-head p { font-size: 18px; line-height: 29px; color: var(--gray-600); }

/* ---------- LES POSTES (carte bathymétrique) ---------- */
.postes-sec { background: linear-gradient(180deg, #ffffff 0%, #eaeaea 100%); padding: 92px 0 110px; }
.bathy-card {
  max-width: 1216px; margin: 0 auto;
  background: #fff; border-radius: 24px;
  box-shadow: inset 0 0 0 1px var(--gray-100), 0 1px 2px rgba(0,0,0,.05);
  padding: 32px;
}
.bathy-map {
  position: relative; border-radius: 16px; overflow: hidden;
  background: var(--lake-700); aspect-ratio: 1150 / 647;
}
.bathy-map img { width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.postes-stats {
  margin-top: 32px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
}
.postes-stats .stat { display: flex; gap: 14px; align-items: flex-start; }
.postes-stats .stat .si {
  width: 40px; height: 40px; border-radius: 10px; flex: none;
  background: var(--sky-100); display: flex; align-items: center; justify-content: center;
}
.postes-stats .stat .si svg { width: 20px; height: 20px; fill: var(--lake); }
.postes-stats .stat h4 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.postes-stats .stat p { font-size: 14px; line-height: 20px; color: var(--gray-600); }

/* ---------- 2 COLONNES (texte / image) ---------- */
.split {
  max-width: 1216px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.split.media-left { grid-template-columns: 1fr 1fr; }
.split h2 { font-size: 48px; font-weight: 700; color: var(--ink); line-height: 1.04; margin-bottom: 26px; }
.split .rich { font-size: 18px; line-height: 29.25px; color: var(--gray-600); }
.split .rich p + p { margin-top: 18px; }
.split .rich b { color: var(--ink); font-weight: 700; }
.split .media {
  position: relative; border-radius: 24px; overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  aspect-ratio: 576 / 449;
}
.split .media img { width: 100%; height: 100%; object-fit: cover; }
.split .media.tall { aspect-ratio: 576 / 741; }

/* ---------- RICHESSE (chips) ---------- */
.richesse { background: #f2fcfd; padding: 86px 0; }
.chips { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 8px; }
.chip {
  background: #fff; border: 1.5px solid var(--gold);
  border-radius: 9999px; padding: 12px 26px;
  font-size: 15px; font-weight: 600; color: var(--ink-800);
  box-shadow: 0 1px 2px rgba(0,0,0,.04); white-space: nowrap;
}

/* ---------- CONFORT (cartes) ---------- */
.confort-cards { display: flex; flex-direction: column; gap: 16px; margin-top: 34px; }
.confort-card {
  background: var(--gray-50); border-radius: 12px;
  padding: 20px; display: flex; gap: 16px; align-items: flex-start;
}
.confort-card .ci {
  width: 48px; height: 48px; border-radius: 12px; flex: none;
  background: var(--gold); display: flex; align-items: center; justify-content: center;
}
.confort-card .ci svg { width: 24px; height: 24px; fill: #fff; }
.confort-card h4 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.confort-card p { font-size: 14px; line-height: 20px; color: var(--gray-600); }

/* ---------- SE RENDRE ---------- */
.access-items { display: flex; flex-direction: column; gap: 22px; margin: 30px 0 32px; }
.access-item { display: flex; gap: 16px; align-items: flex-start; }
.access-item .ai {
  width: 44px; height: 44px; border-radius: 12px; flex: none;
  background: rgba(179,142,60,.12); display: flex; align-items: center; justify-content: center;
}
.access-item .ai svg { width: 20px; height: 20px; fill: var(--gold); }
.access-item h4 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.access-item p { font-size: 15px; line-height: 22px; color: var(--gray-600); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-800); }
.access-map {
  position: relative; border-radius: 24px; overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); aspect-ratio: 1 / 1;
}
.access-map img { width: 100%; height: 100%; object-fit: cover; }
.access-map .travel-badge {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--lake-700); color: #fff; border-radius: 9999px;
  padding: 12px 22px; font-size: 15px; font-weight: 600;
  box-shadow: 0 10px 25px rgba(0,0,0,.3); white-space: nowrap;
}
.access-map .travel-badge svg { width: 18px; height: 18px; fill: var(--sky-400); }
.access-map .travel-badge b { font-weight: 700; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1040px) {
  .page-hero h1 { font-size: 64px; }
  .postes-stats { grid-template-columns: 1fr; gap: 24px; }
  .split, .split.media-left, .ideal-split { grid-template-columns: 1fr; gap: 32px; }
  .split.media-left .media, .ideal-split .media { order: -1; }
  .sec-head h2, .split h2 { font-size: 36px; }
  /* hauteur d'image raisonnable une fois empilée */
  .split .media, .split .media.tall { aspect-ratio: 16 / 11; }
  .ideal-split { align-items: start; }
  .ideal-body .btn-gold { margin-top: 8px; }
}
@media (max-width: 760px) {
  .page-hero { min-height: 320px; padding: 128px 20px 46px; }
  .page-hero h1 { font-size: 40px; }
  .page-hero p { font-size: 16px; line-height: 24px; }
  .sec { padding: 52px 0; }
  .sec-head { margin-bottom: 36px; }
  .sec-head h2, .split h2 { font-size: 28px; }
  .sec-head p, .split .rich { font-size: 16px; line-height: 25px; }
  .intro-band { padding: 56px 0; }
  .intro-band .split + .split { margin-top: 56px; }
  .lake-stats { grid-template-columns: 1fr 1fr; gap: 14px; }
  .lake-stat { padding: 18px 18px; }
  .lake-stat .ls-val { font-size: 20px; }
  .postes-sec { padding: 56px 0 64px; }
  .bathy-card { padding: 16px; border-radius: 18px; }
  .postes-stats { margin-top: 22px; gap: 18px; }
  .richesse { padding: 56px 0; }
  .chips { gap: 12px; }
  .chip { padding: 10px 20px; font-size: 14px; }
  .confort-cards { margin-top: 26px; }
  .access-map { aspect-ratio: 4 / 3; }
  .access-map .travel-badge { font-size: 13px; padding: 10px 16px; }
  .ideal-body .btn-gold, .postes-btn { align-self: stretch; }
}

