html { font-size: 100%; }
@media (min-width: 1024px) { html { font-size: 125%; } }

/* Keep the video control clear of the floating WhatsApp link. */
#inicio > button { right: 5.5rem; }

/* Let the contact action wrap on narrow phones without widening its grid. */
@media (max-width: 374px) {
  #contato .grid > * { min-width: 0; }
  #contato a.inline-flex { white-space: normal; height: auto; min-height: 3rem; padding: .75rem 1rem; text-align: center; }
}
