/* ===================================================================
   Responsive Breakpoints & Mobile Adjustments
   Athena Eye Care
   =================================================================== */

/* Mobile-first base styles are in base.css and components.css */

/* ----- TABLET (768px+) ----- */
@media (min-width: 768px) {
  /* Adjustments for tablet and larger will be added as we build */
}

/* ----- DESKTOP (1024px+) ----- */
@media (min-width: 1024px) {
  /* Desktop overrides will be added as we build */
}

/* ----- LARGE DESKTOP (1280px+) ----- */
@media (min-width: 1280px) {
  /* Large desktop overrides */
}
