/* ==========================================================================
   ORBIT — Responsive Breakpoint Reference
   375 / 640 / 768 / 1024 / 1280 / 1440 / 1920
   Component files use min-width media queries inline (mobile-first).
   This file holds cross-cutting responsive overrides only.
   ========================================================================== */

@media (max-width: 767px) {
  .hero h1 { font-size: var(--fs-3xl); }
  .section { padding-block: var(--space-12); }
}

@media (min-width: 1920px) {
  .container { max-width: 1440px; }
}
