/* =========================================================
   PRESENTATION — version éditoriale
   ========================================================= */

.presentation-editorial {
  position: relative;
  padding: 5rem 2rem 5.5rem;

  background:
    url("../assets/selva_BLC_TRAIT_1200.gif") center/1200px repeat,
    #ffffff;

  color: #2d435b;
  overflow: hidden;
}

.presentation-editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.92); /* ajuste entre 0.8 et 0.92 */
  z-index: 0;
}

.presentation-wrap {
  position: relative;
  z-index: 1;
}

/* HERO */

.presentation-hero {
  position: relative;
  text-align: center;
  margin-bottom: 3.8rem;
  min-height: 220px;
  background-color : #fff;
}

.presentation-kicker {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  font-weight: 700;
  color: #03738b;
}

.presentation-title {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 0.35em;
  row-gap: 0;
  margin: 2.5rem auto 1.2rem;

  font-family: 'Borel', cursive;
  font-weight: 400;
  line-height: 0.9;
  color: #03738b;
  text-align: left;
}

.presentation-title .title-line {
  display: block;
}

.presentation-title .title-main {
  font-size: clamp(3.4rem, 7vw, 6rem);
}

.presentation-title .title-main:first-child {
  grid-column: 1 / 3;
}

.presentation-title .title-small {
  grid-column: 1;
  font-size: clamp(1.7rem, 3.6vw, 3.1rem);
  color: #7ab8c1;
  transform: rotate(-4deg) translateY(-0.05em);
}

.presentation-title .title-main:last-child {
  grid-column: 2;
}

.title-stars {
  position: absolute;
  left: calc(50% + 180px);
  top: 0.2rem;
  width: 260px;
  height: 190px;
  pointer-events: none;
  z-index: 3;
}

.title-stars .star {
  position: absolute;
  display: block;
  height: auto;
  opacity: 0.85;
  
}


/* tailles bien visibles */


.star-yellow {
  width: 55px;
  right: 111px;
  top: -55px;
  animation: softTwinkle 1s ease-in-out infinite;
  animation-delay: 0s;
}

.star-pink {
  width: 36px;
  right: 88px;
  top: 95px;
  animation: softTwinkle .7s ease-in-out infinite;
  animation-delay: 0.33s;
}

.star-blue {
  width: 25px;
  right: 20px;
  top: 70px;
  animation: softTwinkle .7s ease-in-out infinite;
  animation-delay: 0.55;
}

@keyframes softTwinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(.5) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: scale(1) rotate(7deg);
  }
}

.presentation-mantra {
  max-width: 620px;
  margin: 0.3rem auto 0;
  font-family: 'Borel', cursive;
  color : #f3396e;
  font-size : 1.33rem;
  line-height : 2.2rem;
}

/* INTRO */

.presentation-intro-block {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
  margin-bottom: 4.5rem;
}

.presentation-portrait {
  margin: 0;
  position: relative;
}

.presentation-portrait::after {
  content: "";
  position: absolute;
  inset: 12px;
  background: rgba(255,204,0,0.18);
  border-radius: 50%;
  z-index: -1;
}

.presentation-portrait img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 8px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(45,67,91,0.16);
}

.presentation-copy h3 {
  margin: 0 0 0.2rem;
  font-family: 'Cactus Classical Serif', serif;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1;
  color: #2d435b;
}

.presentation-role {
  display: inline-block;
  margin: 0 0 1.3rem;
  padding: 0.45rem 0.8rem;
  background: linear-gradient(to bottom, #355577, #2d435b);
  color: #fff;
  font-family: 'Bungee', cursive;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.presentation-copy p {
  max-width: 740px;
  margin: 0 0 1rem;
  font-family: 'Arvo', serif;
  font-size: 1rem;
  line-height: 1.6;
}


/* STORY */

.presentation-story {
  display: grid;
  gap: 3.2rem;
  margin-bottom: 3.5rem;
}

.story-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 3rem;
  align-items: center;
  position: relative;
}

.story-row.reverse {
  grid-template-columns: 280px minmax(0, 1fr);
}

.story-row.reverse .story-text {
  order: 2;
}

.story-row.reverse .story-visual {
  order: 1;
}

.story-text {
  position: relative;
  padding-left: 1.4rem;
  border-left: 6px solid #03738b;
}

.story-tag {
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #f3396e;
  font-family: 'Bungee', cursive;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.story-text h3 {
  margin: 0 0 0.5rem;
  font-family: 'Cactus Classical Serif', serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.05;
  color: #2d435b;
}

.story-text p {
  margin: 0;
  max-width: 680px;
  font-family: 'Arvo', serif;
  font-size: 0.98rem;
  line-height: 1.55;
}

.story-visual {
  margin: 0;
  display: flex;
  justify-content: center;
}

.story-visual img {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(45,67,91,0.12));
}

/* TAGS */

.presentation-themes {
  max-width: 820px;
  margin: 0 auto 2.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.presentation-themes span {
  display: inline-block;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(3,115,139,0.18);
  background: rgba(255,255,255,0.9);
  color: #03738b;
  font-family: 'Arvo', serif;
  font-size: 0.82rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.presentation-themes span:hover {
  background: #03738b;
  color: #fff;
  transform: translateY(-2px);
}

/* OUTRO */

.presentation-signature {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  font-family: 'Cactus Classical Serif', serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.3;
  color: #2d435b;
}

/* RESPONSIVE */

@media (max-width: 860px) {
  .presentation-editorial {
    padding: 4rem 1.3rem;
  }

  .presentation-intro-block,
  .story-row,
  .story-row.reverse {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .presentation-portrait {
    max-width: 240px;
    margin: 0 auto;
  }

  .presentation-copy {
    text-align: center;
  }

  .story-row.reverse .story-text,
  .story-row.reverse .story-visual {
    order: initial;
  }

  .story-text {
    padding-left: 1rem;
  }

  .story-visual img {
    max-width: 220px;
  }
}

/* ===============================
   ÉTOILES VIVANTES (SCINTILLEMENT)
   =============================== */

.title-ornement {
  position: relative;
  width: 120px;
  height: 40px;
  margin: 1rem auto 1.6rem;
}

/* base commune */
.title-ornement img {
  position: absolute;
  opacity: 0.7;
}

}
