/* Ajustes finais da abertura da campanha */
.hero-overlay {
  background: linear-gradient(90deg, #fffefa 0%, #fffefa 38%, rgba(255,254,250,.96) 43%, rgba(255,254,250,.45) 48%, transparent 54%);
}

.hero > img {
  width: 68%;
  left: auto;
  right: 0;
  object-position: 48% center;
}

.hero-copy {
  max-width: 46vw;
}

.hero h1 {
  line-height: 1.01;
  letter-spacing: -3px;
  font-size: clamp(50px, 4.55vw, 72px);
}

.anniversary-badge {
  top: 34px;
  left: auto;
  right: 5vw;
}

@media (max-width: 1000px) {
  .hero > img {
    width: 72%;
    object-position: 46% center;
  }
  .hero-copy { max-width: 54vw; }
  .hero-overlay {
    background: linear-gradient(90deg, #fffefa 0%, #fffefa 42%, rgba(255,254,250,.88) 50%, transparent 68%);
  }
  .anniversary-badge { right: 3vw; }
}

@media (max-width: 640px) {
  .hero > img {
    width: 100%;
    left: 0;
    right: auto;
    object-position: 61% center;
  }
  .hero-copy { max-width: none; }
  .hero-overlay {
    background: linear-gradient(180deg, #fffefa 0%, rgba(255,253,250,.95) 53%, rgba(255,253,250,.45) 70%, transparent 88%);
  }
  .hero h1 {
    line-height: 1.03;
    letter-spacing: -2px;
  }
}
