/* ============================================================
   DIAMOND SLOT — RESPONSIVE.CSS
   Crystal Vault Gaming · arcadealleyindex.homes
   ============================================================ */

/* ============================================================
   1. LARGE DESKTOP (1440px+)
   ============================================================ */
@media (min-width: 1440px) {
  .hero-headline {
    font-size: 72px;
  }

  .crystal-chamber {
    width: 440px;
    height: 440px;
  }

  .crystal-main {
    font-size: 140px;
  }
}

/* ============================================================
   2. STANDARD DESKTOP (1024px – 1320px)
   ============================================================ */
@media (max-width: 1320px) {
  .container {
    padding: 0 24px;
  }

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

  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
  }

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

/* ============================================================
   3. TABLET LANDSCAPE (900px – 1024px)
   ============================================================ */
@media (max-width: 1024px) {
  :root {
    --space-2xl: 80px;
    --space-3xl: 80px;
  }

  .main-nav {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .hero-content {
    order: 1;
    max-width: 640px;
    margin: 0 auto;
  }

  .hero-visual {
    order: 2;
  }

  .hero-subtext {
    max-width: 100%;
  }

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

  .hero-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-visual {
    order: -1;
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

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

  .stats-grid {
    padding: 40px 24px;
  }

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

  .legal-sidebar {
    position: static;
  }

  .legal-nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
  }

  .legal-nav-link {
    white-space: nowrap;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rg-banner-inner {
    flex-wrap: wrap;
    gap: 24px;
    text-align: center;
    justify-content: center;
  }

  .rg-banner-inner .btn {
    width: 100%;
  }
}

/* ============================================================
   4. TABLET PORTRAIT (600px – 900px)
   ============================================================ */
@media (max-width: 900px) {
  :root {
    --space-2xl: 60px;
    --space-3xl: 60px;
  }

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

  .stats-grid {
    flex-wrap: wrap;
    gap: 0;
  }

  .stat-item {
    flex: 0 0 50%;
    padding: 24px 16px;
  }

  .stat-divider {
    display: none;
  }

  .howto-steps {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .howto-connector {
    width: 1px;
    height: 40px;
    flex: 0 0 40px;
    margin-top: 0;
    background: linear-gradient(180deg, transparent, rgba(125, 211, 252, 0.3), transparent);
  }

  .rg-intro-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

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

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

  .hero-headline {
    font-size: clamp(34px, 8vw, 52px);
  }

  .game-embed-area {
    aspect-ratio: 4 / 3;
  }
}

/* ============================================================
   5. MOBILE (< 600px)
   ============================================================ */
@media (max-width: 600px) {
  :root {
    --space-2xl: 48px;
    --space-3xl: 48px;
    --space-xl: 40px;
    --space-lg: 28px;
  }

  .container {
    padding: 0 16px;
  }

  .header-inner {
    gap: 16px;
  }

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

  .hero-section {
    min-height: auto;
    padding-bottom: 48px;
  }

  .hero-inner {
    gap: 40px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .crystal-chamber {
    width: 280px;
    height: 280px;
  }

  .crystal-main {
    font-size: 80px;
  }

  .ring-1 { width: 120px; height: 120px; }
  .ring-2 { width: 190px; height: 190px; }
  .ring-3 { width: 260px; height: 260px; }

  .crystal-orbit {
    font-size: 20px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stats-grid {
    flex-direction: column;
  }

  .stat-item {
    flex: 1;
    width: 100%;
    padding: 24px;
    border-bottom: 1px solid rgba(125, 211, 252, 0.08);
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .page-hero {
    padding-top: calc(var(--header-height) + 48px);
    padding-bottom: 48px;
  }

  .page-hero-title {
    font-size: clamp(28px, 9vw, 44px);
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .btn-large {
    width: 100%;
    padding: 16px 24px;
    justify-content: center;
  }

  .game-embed-area {
    aspect-ratio: 9 / 7;
    min-height: 380px;
  }

  .game-frame-title {
    display: none;
  }

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

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

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

  .about-grid {
    gap: 32px;
  }

  .legal-layout {
    gap: 24px;
  }

  .legal-nav-list {
    flex-wrap: wrap;
  }

  .legal-nav-link {
    font-size: 12px;
    padding: 6px 8px;
  }

  .rules-symbol-row {
    grid-template-columns: 48px 1fr 100px;
    padding: 12px 14px;
  }

  .contact-grid {
    gap: 24px;
  }

  .glass-card {
    padding: 24px 20px;
  }

  .rg-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .section-title {
    font-size: clamp(24px, 7vw, 36px);
  }

  .howto-steps {
    gap: 24px;
  }

  .howto-connector {
    width: 1px;
    height: 30px;
    flex: 0 0 30px;
  }

  .mobile-nav-link {
    font-size: 18px;
    padding: 14px 24px;
  }
}

/* ============================================================
   6. VERY SMALL MOBILE (< 380px)
   ============================================================ */
@media (max-width: 380px) {
  .logo-text {
    font-size: 16px;
  }

  .crystal-chamber {
    width: 240px;
    height: 240px;
  }

  .crystal-main {
    font-size: 64px;
  }

  .ring-3 {
    width: 220px;
    height: 220px;
  }

  .stat-number {
    font-size: 28px;
  }

  .btn {
    padding: 11px 20px;
    font-size: 14px;
  }
}

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

  .ambient-beam,
  .crystal-main,
  .crystal-orbit,
  .crystal-glow-ring,
  .crystal-spark,
  .scroll-dot,
  .live-dot,
  .logo-diamond,
  .gradient-text,
  .particle {
    animation: none !important;
  }

  .fade-in-up,
  .fade-in-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ============================================================
   END RESPONSIVE.CSS
   ============================================================ */