/* ==========================================================================
   enquire.css - the enquire page (/enquire)
   A row of contact-method tiles above the shared contact band.
   ========================================================================== */

/**
 * Three tiles when a regional phone number exists, two when it does not.
 * `auto-fit` means the row closes up on its own rather than leaving a hole -
 * which is what happened under the old fixed 3-column grid for AU visitors.
 */
.tiles--contact {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-block: var(--space-5);
}
