/* polish.css — small visual tidy-ups (safe to delete if unused) */
:root{
  --ate-radius-lg: 26px;
}
/* Improve tap targets slightly */
a, button { -webkit-tap-highlight-color: rgba(214,194,139,.25); }
/* Reduce layout shift when fonts load */
html { text-rendering: optimizeLegibility; }
/* Safe-area padding for iPhones */
.wrap { padding-bottom: calc(120px + env(safe-area-inset-bottom)); }
/* Subtle smoothing for cards on ASAP/booking surfaces */
.card, .panel, .quoteCard { border-radius: var(--ate-radius-lg); }
