/* =====================================================
   DETECTIVE SLOT — RESPONSIVE.CSS
   moonaclicksprnt.com
   Mobile-First Breakpoints
   ===================================================== */

/* ─────────────────────────────────────────────────────
   BREAKPOINTS:
   sm: 480px
   md: 768px
   lg: 1024px
   xl: 1280px
   ───────────────────────────────────────────────────── */

/* ─────────────────────────────────────────────────────
   TABLET — max-width: 1024px
   ───────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  :root {
    --spacing-2xl: 80px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
    text-align: center;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-visual {
    justify-content: center;
  }

  .slot-showcase {
    width: 320px;
    height: auto;
  }

  .case-pin--1,
  .case-pin--2,
  .case-pin--3 {
    display: none;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .atmosphere-inner {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-lg);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .about-split {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .toc-card {
    position: static;
  }

  .lobby-layout {
    grid-template-columns: 1fr;
  }

  .lobby-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
  }

  .sidebar-card--rg {
    grid-column: 1 / -1;
  }

  .timeline::before {
    left: 60px;
  }

  .timeline-item {
    grid-template-columns: 120px 1fr;
  }

  .rg-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rg-principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-stats {
    justify-content: center;
  }
}

/* ─────────────────────────────────────────────────────
   MOBILE LARGE — max-width: 768px
   ───────────────────────────────────────────────────── */
@media (max-width: 768px) {
  :root {
    --spacing-2xl: 60px;
    --header-height: 72px;
  }

  /* Header */
  .main-nav,
  .header-cta {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  /* Hero */
  .hero-headline {
    font-size: clamp(32px, 8vw, 52px);
  }

  .hero-subtext {
    font-size: 16px;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .hero-stats {
    flex-direction: column;
    gap: var(--spacing-md);
  }

  .stat-divider {
    width: 60px;
    height: 1px;
  }

  .slot-showcase {
    width: 280px;
  }

  .reel-symbol {
    font-size: 22px;
  }

  /* Features */
  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-grid--lobby {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }

  .footer-brand {
    grid-column: auto;
  }

  /* Game Info Row */
  .game-info-row {
    gap: var(--spacing-lg);
    flex-wrap: wrap;
  }

  /* About */
  .team-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    display: none;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: var(--spacing-sm);
  }

  .timeline-marker {
    text-align: left;
    padding-right: 0;
  }

  .timeline-marker::after {
    display: none;
  }

  /* Lobby Sidebar */
  .lobby-sidebar {
    grid-template-columns: 1fr;
  }

  /* Legal */
  .legal-card {
    padding: var(--spacing-lg);
  }

  .rules-stat-row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .symbol-row {
    grid-template-columns: 1fr;
  }

  /* RG */
  .rg-social-notice {
    flex-direction: column;
    text-align: center;
  }

  .rg-grid {
    grid-template-columns: 1fr;
  }

  .rg-principles-grid {
    grid-template-columns: 1fr;
  }

  /* Contact */
  .form-row {
    grid-template-columns: 1fr;
  }

  /* Page Hero */
  .page-title {
    font-size: clamp(28px, 8vw, 44px);
  }

  .page-subtitle {
    font-size: 16px;
  }

  /* Banner */
  .rg-banner {
    flex-direction: column;
    text-align: center;
  }

  /* CTA */
  .cta-block {
    padding: var(--spacing-lg) var(--spacing-md);
  }

  /* Atmosphere */
  .evidence-board {
    height: 280px;
  }

  /* Section title */
  .section-title {
    font-size: clamp(24px, 6vw, 36px);
  }
}

/* ─────────────────────────────────────────────────────
   MOBILE SMALL — max-width: 480px
   ───────────────────────────────────────────────────── */
@media (max-width: 480px) {
  :root {
    --spacing-2xl: 48px;
  }

  .container {
    padding: 0 var(--spacing-sm);
  }

  .btn-large {
    padding: 14px 28px;
    font-size: 14px;
  }

  .slot-showcase {
    width: 240px;
  }

  .slot-win-banner {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .hero-stats {
    gap: var(--spacing-sm);
  }

  .stat-value {
    font-size: 22px;
  }

  .game-iframe-wrap {
    aspect-ratio: 4/3;
  }

  .game-iframe-container {
    aspect-ratio: 4/3;
  }

  .mobile-menu-overlay {
    width: 100%;
  }

  .logo-text {
    font-size: 17px;
  }

  .hero-badge {
    font-size: 11px;
  }
}

/* ─────────────────────────────────────────────────────
   LARGE SCREENS — min-width: 1280px
   ───────────────────────────────────────────────────── */
@media (min-width: 1280px) {
  .hero-headline {
    font-size: 72px;
  }

  .slot-showcase {
    width: 400px;
  }
}

/* ─────────────────────────────────────────────────────
   PRINT STYLES
   ───────────────────────────────────────────────────── */
@media print {
  .site-header,
  .film-grain,
  .dust-particles,
  .hero-section,
  .site-footer,
  .btn {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  .legal-card,
  .glass-card {
    background: white;
    border: 1px solid #ccc;
  }
}

/* ─────────────────────────────────────────────────────
   REDUCED MOTION
   ───────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .fade-in-up,
  .fade-in-right,
  .fade-in-left {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* =====================================================
   END OF RESPONSIVE.CSS
   ===================================================== */