/* ============================================================
   NEKTAR — Section "Nous suivre" + Footer
   ============================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--nektar-creme); }

/* ============================================================
   NOUS SUIVRE
   ============================================================ */
.suivre {
  background: var(--nektar-creme);
  padding: clamp(72px, 10vh, 128px) 0 clamp(56px, 8vh, 96px);
}

.suivre__header {
  text-align: center;
  margin-bottom: clamp(40px, 6vh, 64px);
}

.suivre__titre {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: var(--nektar-nuit);
  margin: 0;
  text-align: center;
}

/* Grille 3×2 */
.suivre__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 80px);
}

.suivre__slot {
  display: block;
  aspect-ratio: 1 / 1;
  background: var(--nektar-nuit-08);
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.suivre__slot::before {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: var(--t-eyebrow);
  letter-spacing: var(--track-eyebrow);
  text-transform: uppercase;
  color: var(--nektar-nuit-40);
}

.suivre__slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 260ms var(--ease);
}

.suivre__slot:hover {
  opacity: 0.88;
}

/* CTA Instagram */
.suivre__cta {
  text-align: center;
  margin-top: clamp(32px, 5vh, 48px);
}

.suivre__follow {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--t-eyebrow);
  letter-spacing: var(--track-eyebrow);
  text-transform: uppercase;
  color: var(--nektar-nuit);
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}

.suivre__follow::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--nektar-or);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 260ms var(--ease);
}

.suivre__follow:hover::after { transform: scaleX(1); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--nektar-nuit);
  border-top: 1px solid var(--nektar-or);
  color: var(--on-photo);
}

.footer__inner {
  max-width: var(--max-content);
  margin: 0 auto;
  padding: clamp(56px, 8vh, 96px) clamp(20px, 5vw, 80px) clamp(32px, 5vh, 56px);
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vh, 64px);
}

/* Colonnes */
.footer__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 4vw, 48px);
  text-align: center;
}

.footer__col-super {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 2.8vw, 40px);
  letter-spacing: -0.01em;
  color: var(--nektar-or);
  margin: 0;
}

.footer__col-head {
  min-height: clamp(56px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: clamp(16px, 2.5vh, 24px);
}

.footer__label {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 2.8vw, 40px);
  letter-spacing: -0.01em;
  color: var(--nektar-or);
  margin: 0;
}

.footer__text {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--t-small);
  line-height: var(--lh-body);
  color: var(--on-photo-muted);
  margin: 0;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.footer__link {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--t-small);
  color: var(--on-photo-muted);
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  transition: color 260ms var(--ease);
}

.footer__link::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--nektar-or);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 260ms var(--ease);
}

.footer__link:hover { color: var(--on-photo); }
.footer__link:hover::after { transform: scaleX(1); }

.footer__mentions {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--t-small);
  letter-spacing: 0.06em;
  color: var(--nektar-or-40);
  text-decoration: none;
  transition: color 260ms var(--ease);
}
.footer__mentions:hover { color: var(--nektar-or); }

/* Bottom — adresse */
.footer__bottom {
  border-top: 1px solid var(--nektar-or-20);
  padding-top: clamp(20px, 3vh, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 48px);
}

.footer__address {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--t-small);
  letter-spacing: 0.08em;
  color: var(--nektar-or-40);
  margin: 0;
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 760px) {
  .suivre__grid {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 0 clamp(12px, 4vw, 24px);
  }

  .footer__cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    text-align: center;
  }

  .footer__col-head {
    min-height: clamp(80px, 18vw, 110px);
  }

  .footer__label {
    line-height: 0.95;
  }

  .footer__bottom {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }

  .footer__address,
  .footer__mentions {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}
