.hero-title-wrap {
  grid-area: title;
  margin: 0 auto;
}

.hero-title-lockup {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: 'Transit CAT', 'Lato', sans-serif;
  text-transform: uppercase;
}

.hero-title-row {
  display: flex;
  white-space: nowrap;
}

.hero-word {
  display: block;
}

@media (min-width: 821px) {
  .hero-title-wrap {
    grid-column: 1 / -1;
    justify-self: start;
    align-self: start;
    width: auto;
    max-width: none;
    margin-top: 10px;
    margin: 0 auto;
    z-index: 3;
    pointer-events: none;

  }

  .hero-title-lockup {
    width: auto;
    /* align-items: flex-start;    */
    align-items: center;
    gap: 16px;
  }

  .hero-title-row {
    align-items: baseline;
    gap: 20px;
    white-space: nowrap;
  }

  .hero-title-row--top {
    margin: 0 auto;
    align-items: baseline;
  }

  .hero-title-row--bottom {
    align-items: baseline;
    align-items: normal;
    /* margin-top: -20px; */
    gap: 16px;
  }

  .hero-word--royan,
  .hero-word--atlantique,
  .hero-word--fete,
  .hero-word--le,
  .hero-word--pineau {
    color: var(--poster-yellow);
    text-shadow: 6px 8px 0 var(--poster-blue-deep), 0 14px 18px rgba(18, 31, 62, 0.16);
  }

  .hero-word--royan {
    font-size: clamp(5.5rem, 7vw, 8.2rem);
    line-height: 0.88;
    letter-spacing: 0.04em;
  }

  .hero-word--atlantique {
    font-size: clamp(1.9rem, 2.35vw, 2.7rem);
    line-height: 0.88;
    letter-spacing: 0.07em;
    /* align-self: flex-start; */
    /* margin-top: 0.62em; */
  }

  .hero-word--fete {
    font-size: clamp(5.5rem, 7vw, 8.2rem);
    line-height: 0.88;
    letter-spacing: 0.04em;
  }

  .hero-word--le {
    font-size: clamp(2.2rem, 2.7vw, 3.1rem);
    line-height: 0.88;
    letter-spacing: 0.05em;
    /* align-self: flex-start; */
    /* margin-top: 0.58em; */
  }

  .hero-word--pineau {
    font-size: clamp(5.5rem, 7vw, 8.2rem);
    line-height: 0.88;
    letter-spacing: 0.04em;
  }
}

/* Remplacement visuel du ê : le glyphe natif reste dans le flux mais
  devient transparent ; ::before restitue le E stylé, ::after dessine
  le triangle accent. Plus robuste au swap de police sur mobile. */
.fete-e {
  font-family: 'Transit CAT', 'Lato', sans-serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.____fete-e::before {
  content: 'E';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: var(--poster-yellow);
  font: inherit;
  /* line-height: 1; */
  text-shadow: 6px 8px 0 var(--poster-blue-deep), 0 14px 18px rgba(18, 31, 62, 0.16);
}

.fete-e::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-51%);
  bottom: 105.5%;
  z-index: 0;
  width: 0;
  height: 0;
  border-left: 0.22em solid transparent;
  border-right: 0.22em solid transparent;
  border-bottom: 0.075em solid var(--poster-yellow);
  /* filter: drop-shadow(5px 7px 0 var(--poster-blue-deep)); */
  text-shadow: none;
}

@media (max-width: 1024px) {
  .hero-title-wrap {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: 320px;
    /* padding: 0 150px; */
    padding: 0;
    margin-top: 12px;
    margin-top: 22px;
    text-align: center;
  }

  .hero-title-lockup {
    width: auto;
    align-items: center;
    gap: 32px;
  }

  .hero-title-row {
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    white-space: normal;
  }

  .hero-title-row--top {
    align-items: baseline;
  }

  .hero-title-row--bottom {
    align-items: baseline;
    margin-top: -10px;
    gap: 8px;
  }

  .hero-word--royan,
  .hero-word--atlantique,
  .hero-word--fete,
  .hero-word--le,
  .hero-word--pineau {
    color: var(--poster-yellow);
    text-shadow: 5px 6px 0 var(--poster-blue-deep), 0 12px 16px rgba(18, 31, 62, 0.14);
  }

  .hero-word--royan {
    /* font-size: clamp(3.4rem, 14vw, 6rem); */
    font-size: 6rem;
    line-height: 0.82;
    letter-spacing: 0.04em;
  }

  .hero-word--atlantique {
    /* font-size: clamp(1.3rem, 5vw, 2.2rem); */
    font-size: 2.2rem;
    line-height: 0.82;
    letter-spacing: 0.08em;
  }

  .hero-word--fete {
    /* font-size: clamp(3.4rem, 14vw, 6rem); */
    font-size: 6rem;
    line-height: 0.82;
    letter-spacing: 0.04em;
  }

  .hero-word--le {
    /* font-size: clamp(1.4rem, 5.5vw, 2.4rem); */
    font-size: 2.4rem;
    line-height: 0.82;
    letter-spacing: 0.05em;
    /* align-self: flex-start; */
    /* margin-top: 0.6em; */
  }

  .hero-word--pineau {
    /* font-size: clamp(3.4rem, 14vw, 6rem); */
    font-size: 6rem;
    line-height: 0.82;
    letter-spacing: 0.04em;
  }

  /* Triangle accent mobile — override ::after uniquement */
  .fete-e::after {
    bottom: 111%;
  }
}