h1 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 0.9;
  margin-bottom: 40px;
  margin-top : 15px;
  text-transform: uppercase;
}

h1, .title-text {
  font-family: 'League Spartan', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
}

.title {
  position: relative;
  text-align: center;
}


.title-text {
  display: inline-block;
  font-size: clamp(2.5rem, 7vw, 6rem);
  line-height: 0.85;
}


.seahorse {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
}


.seahorse.left {
  left: -90px;
}


.seahorse.right {
  right: -90px;
  transform: translateY(-50%) scaleX(-1);
}

.intro-signature { 
  margin-top: 20px; 
  font-weight: 900; 
  font-family: 'League Spartan', sans-serif; 
  font-size: 1.4rem; }

.dates-inline {
  text-align: center;
  margin: 10px 0 25px;
  font-family: 'League Spartan', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #d9a066; 
  line-height: 1.6;
}

.sep {
  margin: 0 8px;
  color: rgba(255,255,255,0.4);
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  color: #e8dcc4;
}

.time span {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  font-family: 'League Spartan', sans-serif;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  min-width: 2ch;
  text-align: center;
}

.time small {
  font-size: 0.8rem;
  opacity: 0.7;
}

.time {
  background: #a97142; 
  padding: 16px 20px;
  border-radius: 12px;
  min-width: 80px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.time:hover {
  transform: translateY(-4px);
  transition: 0.2s;
}

.intro {
  max-width: 600px;
  margin: 30px auto 0;
  text-align: center;
  color: #e8dcc4;
}

.intro p {
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.6;
}


.intro-main {
  font-size: 1.2rem;
}


.hero-hook {
  text-align: center;
  margin: 0 auto 28px;
}

.hero-hook-top {
  margin-bottom: 14px;

  font-family: 'Pacifico', cursive;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1;

  color: #a97142; /* même couleur que les hippocampes */

  opacity: 0.95;
}

.hero-hook-main {
  margin-bottom: 12px;

  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.05;

  text-transform: uppercase;
  letter-spacing: 0.03em;

  color: #f5ead2;
}

.hero-hook-details {
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.06em;

  color: rgba(245, 234, 210, 0.8);
}
.hero-hook-details {
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(0.8rem, 1.05vw, 1.05rem);
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.08em;

  color: rgba(245, 234, 210, 0.85);
}


.poster-section {
  max-width: 900px;
  margin: 55px auto 20px;
  padding: 28px;

  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  align-items: center;

  background: rgba(6, 47, 35, 0.55);
  border: 1px solid rgba(169, 113, 66, 0.35);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.poster-card {
  position: relative;
}

.poster-card img {
  display: block;
  width: 100%;
  border-radius: 18px;
  border: 2px solid rgba(169, 113, 66, 0.55);
  box-shadow: 0 16px 35px rgba(0,0,0,0.28);
}

.poster-text {
  text-align: left;
  color: #f5ead2;
}

.section-kicker {
  display: block;
  margin-bottom: 8px;

  font-family: 'League Spartan', sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #a97142;
}

.poster-text h2 {
  margin: 0 0 12px;

  font-family: 'League Spartan', sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;

  color: #f5ead2;
}

.poster-text p {
  margin: 0 0 22px;
  max-width: 420px;

  font-size: 1rem;
  line-height: 1.5;
  color: rgba(245, 234, 210, 0.85);
}

.poster-button {
  display: inline-block;
  padding: 10px 18px;

  font-family: 'League Spartan', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8rem;

  color: #f5ead2;
  background: #a97142;
  border-radius: 999px;
  text-decoration: none;

  transition: transform 0.2s, background 0.2s;
}

.poster-button:hover {
  transform: translateY(-2px);
  background: #bf8150;
}


@media (max-width: 768px) {
  .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: nowrap;
    margin-bottom: 8px;
  }

  .seahorse {
    position: static;
    width: 42px;
    transform: none;
  }

  .seahorse.right {
    transform: scaleX(-1);
  }

  .title-text {
    font-size: clamp(2.2rem, 9vw, 3.5rem);
    line-height: 0.9;
  }

  .hero-hook {
    margin: 8px auto 18px;
  }

  .hero-hook-top {
    font-size: 1.5rem;
    padding: 0 12px;
  }

  .hero-hook-main {
    font-size: 0.9rem;
    padding: 0 16px;
  }

  .hero-hook-details {
    font-size: 0.62rem;
    line-height: 1.4;
    padding: 0 16px;
  }

  .dates-inline {
    font-size: 0.8rem;
    padding: 0 20px;
    margin: 10px 0 18px;
  }

  .sep {
    margin: 0 1px;
  }

  .countdown {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 260px;
    margin: 20px auto 0;
  }

  .time {
    padding: 12px;
    border-radius: 9px;
    margin-bottom: 0;
  }

  .time span {
    font-size: 1.5rem;
  }

  .time small {
    font-size: 0.7rem;
  }

  .intro {
    margin-top: 24px;
    padding: 0 12px;
  }

  .intro p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .intro-signature {
    font-family: 'Pacifico', cursive;
    font-size: 1.5rem;
    font-weight: 400;
    color: #a97142;
    margin-top: 16px;
  }

  .poster-section {
    margin: 38px 16px 18px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 22px;
    text-align: center;
  }

  .poster-card {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }

  .poster-card img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    border-radius: 14px;
  }

  .poster-text {
    text-align: center;
  }

  .poster-text h2 {
    font-size: 2rem;
  }

  .poster-text p {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
  }

  .poster-button {
    font-size: 0.72rem;
    padding: 9px 16px;
  }
}