/* Production mobile guardrails for the conversion-critical homepage hero. */
@media (max-width: 768px) {
  body.calm-design.home #home-top .hero-right {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.calm-design.home #home-top .hero-form-reservation {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  body.calm-design.home #home-top .mobile-value-strip {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
