/* ========================================
   VIONIXO Brand Portal — Responsive
   ======================================== */

/* Desktop ≥ 1200px — 3 columns (default via Tailwind lg:) */

/* Tablet 768–1199 — 2 columns (Tailwind md:) */

/* Mobile < 768 */

@media (max-width: 767px) {
  .section-pad {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .orb-1 {
    width: 260px;
    height: 260px;
  }

  .orb-2 {
    width: 220px;
    height: 220px;
  }

  .orb-3 {
    width: 180px;
    height: 180px;
  }

  /* Disable custom cursor on touch devices */
  .cursor-dot,
  .cursor-ring {
    display: none !important;
  }

  body.has-custom-cursor,
  body.has-custom-cursor a,
  body.has-custom-cursor button {
    cursor: auto;
  }

  .timeline {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-pad {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* Large desktop polish */
@media (min-width: 1200px) {
  .section-pad {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* Touch devices: never hide cursor */
@media (hover: none), (pointer: coarse) {
  .cursor-dot,
  .cursor-ring {
    display: none !important;
  }

  body.has-custom-cursor,
  body.has-custom-cursor a,
  body.has-custom-cursor button {
    cursor: auto !important;
  }
}
