/* Ajustes pensados para abrir el regalo desde un teléfono. */
@media (max-width: 600px) {
  body { min-height: 100svh; }
  .garden { min-height: 100svh; align-items: flex-start; }
  .message { width: calc(100% - 32px); margin: 0; padding-top: 12vh; }
  .date { font-size: .6rem; margin-bottom: 10px; letter-spacing: .2em; }
  h1 { font-size: clamp(2.05rem, 10.5vw, 3.1rem); line-height: 1.06; }
  .love-note { max-width: 310px; margin-top: 16px; font-size: .84rem; }
  .flower-field { height: 42svh; min-height: 0; }
  .sun { width: 48px; height: 48px; top: 5%; right: 7%; }
  .signature { bottom: 11px; font-size: .78rem; }
  .spark { transform: scale(.75); }
}

@media (max-width: 600px) and (max-height: 670px) {
  .message { padding-top: 7vh; }
  .love-note { margin-top: 10px; }
  .flower-field { height: 39svh; }
}
