/**
 * LaMilka v0.4.82 — desktop homepage hero cascade correction.
 *
 * The older v0.4.42 layer still moved the full hero-content container upward
 * and painted a second, full-container radial backdrop. Lovable applies the
 * transform and radial backdrop only to the compact copy wrapper. These
 * narrowly scoped rules remove the legacy duplication without changing the
 * approved mobile hero or any other image component.
 */
@media (min-width: 768px) {
  .lamilka-home-hero-content {
    transform: none !important;
  }

  .lamilka-home-hero-content::before {
    display: none !important;
    content: none !important;
    background: none !important;
  }

  .lamilka-home-hero-copy {
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
  }
}
