* { box-sizing: border-box; }

:root {
  --cream: #fffaf6;
  --white: #fffefd;
  --brown: #70472e;
  --brown-soft: #8d6954;
  --sage: #7d8d73;
  --sage-light: #e8eee3;
  --pink: #e99087;
  --pink-light: #f8ddd7;
  --beige: #e8c2af;
  --gold: #e7a13d;
}

html, body { min-height: 100%; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--brown);
  background:
    radial-gradient(circle at 8% 8%, rgba(232,194,175,.28), transparent 26%),
    radial-gradient(circle at 92% 86%, rgba(125,141,115,.15), transparent 25%),
    var(--cream);
  font-family: "Baloo 2", sans-serif;
}

.landing {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 18px 70px;
  overflow: hidden;
}

/* Halo décoratif très lent */
.ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.ambient-1 {
  width: 270px; height: 270px;
  left: -100px; top: -100px;
  background: rgba(244,201,189,.24);
  animation: ambientDrift 12s ease-in-out infinite alternate;
}

.ambient-2 {
  width: 230px; height: 230px;
  right: -80px; bottom: -80px;
  background: rgba(125,141,115,.12);
  animation: ambientDrift 15s ease-in-out infinite alternate-reverse;
}

.ambient-3 {
  width: 130px; height: 130px;
  right: 14%; top: 6%;
  background: rgba(231,161,61,.08);
  animation: ambientDrift 10s ease-in-out infinite alternate;
}

/* Petits points flottants : élégants, pas enfantins */
.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--beige);
  opacity: 0;
  animation: particle 8s ease-in-out infinite;
}

.particles span:nth-child(1) { left: 14%; top: 22%; animation-delay: 0s; }
.particles span:nth-child(2) { left: 83%; top: 29%; animation-delay: 1.3s; }
.particles span:nth-child(3) { left: 9%; top: 72%; animation-delay: 2.5s; }
.particles span:nth-child(4) { left: 91%; top: 70%; animation-delay: 3.6s; }
.particles span:nth-child(5) { left: 23%; top: 89%; animation-delay: 4.5s; }
.particles span:nth-child(6) { left: 76%; top: 11%; animation-delay: 5.2s; }
.particles span:nth-child(7) { left: 68%; top: 91%; animation-delay: 1.8s; }
.particles span:nth-child(8) { left: 31%; top: 8%; animation-delay: 3.1s; }

.hero {
  position: relative;
  width: min(970px, 100%);
  padding: 34px clamp(20px, 6vw, 72px) 44px;
  text-align: center;
  background: rgba(255,254,253,.94);
  border: 1px solid rgba(232,194,175,.9);
  border-radius: 46px;
  box-shadow:
    0 35px 100px rgba(112,71,46,.10),
    0 8px 24px rgba(233,144,135,.08);
  animation: cardIn 1s cubic-bezier(.2,.8,.2,1) both;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(232,194,175,.58);
  border-radius: 37px;
  pointer-events: none;
}

/* Fine ligne de lumière qui traverse discrètement la carte */
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 25%;
  height: 100%;
  transform: skewX(-18deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.42),
    transparent
  );
  animation: sheen 8s ease-in-out 2s infinite;
  pointer-events: none;
  border-radius: 46px;
}

.top-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 17px;
  border-radius: 999px;
  background: var(--sage-light);
  color: var(--sage);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.sparkle {
  color: var(--gold);
  animation: sparkle 2.8s ease-in-out infinite;
}

.logo {
  position: relative;
  z-index: 1;
  width: min(390px, 72vw);
  margin: 10px auto -4px;
  animation: logoFloat 5s ease-in-out 1.2s infinite;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.little-title {
  margin: -2px 0 3px;
  color: var(--pink);
  font-family: "Pacifico", cursive;
  font-size: 1.15rem;
}

h1 {
  margin: 0;
  color: var(--brown);
  font-family: "Pacifico", cursive;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.18;
}

h1 span { color: var(--sage); }

.intro {
  max-width: 690px;
  margin: 12px auto 0;
  color: var(--brown-soft);
  font-size: clamp(1rem, 2vw, 1.17rem);
  line-height: 1.62;
}

.intro strong { color: var(--sage); }

.countdown-title {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  color: var(--brown);
  font-size: .94rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.countdown {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 1.5vw, 17px);
  margin: 12px auto 18px;
}

.counter {
  min-width: clamp(74px, 12vw, 125px);
  padding: 13px 7px 11px;
  border-radius: 22px;
  border: 1px solid var(--pink-light);
  background: linear-gradient(145deg, #fff, #fff7f3);
  box-shadow: 0 10px 25px rgba(233,144,135,.10);
  transition: transform .25s ease, box-shadow .25s ease;
}

.counter:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(233,144,135,.16);
}

.number {
  color: var(--sage);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: .95;
  font-variant-numeric: tabular-nums;
}

.number.tick {
  animation: numberTick .32s ease-out;
}

.label {
  margin-top: 7px;
  color: var(--brown-soft);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .10em;
}

.colon {
  color: var(--pink);
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 800;
  transform: translateY(-7px);
}

.opening-date {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 19px;
  border: 1px solid var(--pink-light);
  border-radius: 999px;
  background: #fff2ee;
  color: var(--brown);
  font-size: .94rem;
  animation: softPulse 4s ease-in-out 2s infinite;
}

.opening-date span { color: var(--pink); }
.opening-date b { color: var(--sage); }

.separator {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 24px auto 8px;
}

.separator span {
  width: min(135px, 22vw);
  height: 2px;
  border-radius: 99px;
  background: var(--beige);
  transform-origin: center;
  animation: lineIn 1.1s ease-out 1.4s both;
}

.separator b {
  color: var(--pink);
  font-size: 1.55rem;
  font-weight: 400;
  animation: heartBeat 3.5s ease-in-out 2s infinite;
}

.signature {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--sage);
  font-family: "Pacifico", cursive;
  font-size: 1.04rem;
}

.floating {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.floating-heart {
  left: 6vw;
  top: 20%;
  color: var(--sage);
  font-size: clamp(3rem, 7vw, 6.5rem);
  opacity: .42;
  transform: rotate(-14deg);
  animation: floatHeart 5.5s ease-in-out infinite;
}

.floating-star {
  color: var(--gold);
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  opacity: .65;
  animation: starFloat 4s ease-in-out infinite;
}

.star-left { left: 10vw; bottom: 19%; transform: rotate(-10deg); }
.star-right { right: 9vw; top: 17%; transform: rotate(15deg); animation-delay: .9s; }

footer {
  position: absolute;
  bottom: 15px;
  color: #a78977;
  font-size: .75rem;
  text-align: center;
}

/* Entrées progressives : effet premium plutôt qu'animation enfantine */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: reveal .75s cubic-bezier(.2,.8,.2,1) forwards;
}
.reveal-1 { animation-delay: .15s; }
.reveal-2 { animation-delay: .32s; }
.reveal-3 { animation-delay: .49s; }
.reveal-4 { animation-delay: .66s; }
.reveal-5 { animation-delay: .83s; }

@keyframes cardIn {
  from { opacity: 0; transform: translateY(20px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes reveal {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes numberTick {
  0% { transform: translateY(-3px); opacity: .55; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes softPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(233,144,135,0); }
  50% { box-shadow: 0 0 0 5px rgba(233,144,135,.045); }
}

@keyframes heartBeat {
  0%, 88%, 100% { transform: scale(1); }
  92% { transform: scale(1.13); }
  96% { transform: scale(1); }
}

@keyframes sparkle {
  0%, 100% { opacity: .65; transform: scale(1) rotate(0); }
  50% { opacity: 1; transform: scale(1.16) rotate(10deg); }
}

@keyframes starFloat {
  0%, 100% { transform: translateY(0) rotate(10deg); opacity: .55; }
  50% { transform: translateY(-8px) rotate(17deg); opacity: .82; }
}

@keyframes floatHeart {
  0%, 100% { transform: rotate(-14deg) translateY(0); }
  50% { transform: rotate(-10deg) translateY(-10px); }
}

@keyframes ambientDrift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(18px, 12px) scale(1.06); }
}

@keyframes particle {
  0% { opacity: 0; transform: translateY(10px) scale(.7); }
  25% { opacity: .45; }
  75% { opacity: .2; }
  100% { opacity: 0; transform: translateY(-30px) scale(1); }
}

@keyframes sheen {
  0%, 50% { left: -45%; opacity: 0; }
  57% { opacity: 1; }
  65%, 100% { left: 125%; opacity: 0; }
}

@keyframes lineIn {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 640px) {
  .landing { padding: 16px 9px 50px; }

  .hero {
    padding: 24px 13px 31px;
    border-radius: 31px;
  }

  .hero::before {
    inset: 7px;
    border-radius: 24px;
  }

  .top-badge {
    font-size: .61rem;
    letter-spacing: .06em;
    padding: 6px 11px;
  }

  .logo { width: min(350px, 82vw); }

  .little-title { font-size: .95rem; }
  .intro { font-size: .91rem; }

  .countdown { gap: 3px; }

  .counter {
    min-width: 61px;
    padding: 10px 3px 8px;
    border-radius: 15px;
  }

  .number { font-size: 1.72rem; }
  .label { font-size: .49rem; letter-spacing: .04em; }
  .colon { font-size: 1.35rem; }

  .opening-date {
    font-size: .76rem;
    padding: 8px 11px;
    gap: 5px;
  }

  .signature { font-size: .9rem; }

  .floating-heart,
  .star-left,
  .star-right { opacity: .18; }

  footer {
    position: relative;
    bottom: auto;
    margin-top: 12px;
  }
}


/* Boutons des réseaux sociaux */
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 24px auto;
  padding: 0 16px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(0,0,0,.18);
  filter: brightness(1.06);
}

.social-link:focus-visible {
  outline: 3px solid rgba(70, 120, 255, .55);
  outline-offset: 3px;
}

.social-facebook {
  background: #1877f2;
}

.social-instagram {
  background: linear-gradient(135deg, #833ab4 0%, #c13584 42%, #fd1d1d 72%, #fcb045 100%);
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}
