/* ============================================================
   VOLTDASHJY.COM — COWBOY-SLOT FRONTIER CASINO
   responsive.css — Responsive Layout System
   © 2026 Red Mesa Frontier Gaming Ltd.
   ============================================================ */

/* ============================================================
   BREAKPOINTS:
   Mobile:   < 640px
   Tablet:   640px – 1024px
   Desktop:  > 1024px
   Wide:     > 1320px
   ============================================================ */

/* ============================================================
   1. TABLET (max 1024px)
   ============================================================ */
@media (max-width: 1024px) {

  :root {
    --container-padding: 24px;
    --space-section: 80px;
  }

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

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  /* Hero */
  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--space-3xl);
    text-align: center;
    padding-top: var(--space-xl);
    min-height: auto;
    padding-bottom: var(--space-3xl);
  }

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

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

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

  .hero-visual {
    order: -1;
  }

  .hero-title {
    font-size: 2.8rem;
  }

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

  /* Story */
  .story-inner {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    text-align: center;
  }

  .story-visual {
    order: -1;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 100%;
  }

  /* Section Titles */
  .section-title {
    font-size: 2.4rem;
  }

  /* About */
  .two-col-block {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    text-align: center;
  }

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

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

  /* Rules */
  .symbols-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bonus-cards {
    grid-template-columns: 1fr;
  }

  /* RG */
  .rg-tips-grid {
    grid-template-columns: 1fr;
  }

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

  /* Page Hero */
  .page-hero-title {
    font-size: 2.4rem;
  }
}

/* ============================================================
   2. MOBILE (max 768px)
   ============================================================ */
@media (max-width: 768px) {

  :root {
    --container-padding: 20px;
    --space-section: 64px;
    --space-3xl: 56px;
    --space-2xl: 44px;
  }

  /* Typography */
  .hero-title {
    font-size: 2.2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .page-hero-title {
    font-size: 2rem;
  }

  .content-title {
    font-size: 1.8rem;
  }

  /* Hero */
  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-ctas .btn {
    text-align: center;
    justify-content: center;
  }

  .hero-stats {
    flex-direction: column;
    gap: var(--space-sm);
    text-align: center;
  }

  .stat-divider {
    display: none;
  }

  .slot-relic-frame {
    width: 240px;
  }

  .reel {
    width: 60px;
    height: 68px;
    font-size: 2rem;
  }

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

  /* Steps */
  .step-card {
    flex-direction: column;
    gap: var(--space-sm);
    padding: var(--space-lg);
  }

  .step-number {
    font-size: 2rem;
  }

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

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

  /* Responsible Banner */
  .responsible-inner {
    flex-direction: column;
    text-align: center;
  }

  /* Game Section */
  .game-container {
    aspect-ratio: 4 / 3;
  }

  /* Rules */
  .symbols-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-sm);
  }

  .bonus-cards {
    grid-template-columns: 1fr;
  }

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

  /* Legal */
  .legal-heading {
    font-size: 1.2rem;
  }

  /* Story */
  .story-inner {
    gap: var(--space-xl);
  }

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

  .age-notice {
    flex-direction: column;
    text-align: center;
  }

  /* Contact */
  .contact-detail {
    flex-direction: column;
    gap: var(--space-xs);
  }
}

/* ============================================================
   3. SMALL MOBILE (max 480px)
   ============================================================ */
@media (max-width: 480px) {

  :root {
    --container-padding: 16px;
    --space-section: 56px;
  }

  /* Header Top Bar override for small screens */
  .header-top-bar {
    font-size: 0.65rem;
    white-space: nowrap;
  }

  /* Typography */
  .hero-title {
    font-size: 1.85rem;
  }

  .section-title {
    font-size: 1.7rem;
  }

  .page-hero-title {
    font-size: 1.75rem;
  }

  .content-title {
    font-size: 1.5rem;
  }

  /* Hero */
  .hero-section {
    padding-bottom: var(--space-xl);
  }

  .slot-relic-frame {
    width: 220px;
    padding: var(--space-md);
  }

  .reel {
    width: 54px;
    height: 62px;
    font-size: 1.8rem;
  }

  /* Feature Cards */
  .feature-card {
    padding: var(--space-lg);
  }

  /* Buttons */
  .btn-large {
    padding: 14px 28px;
    font-size: 0.95rem;
  }

  /* Game */
  .game-container {
    aspect-ratio: 1 / 1;
  }

  /* Frame */
  .game-frame-top,
  .game-frame-bottom {
    padding: var(--space-sm);
  }

  .frame-ornament {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }

  /* Symbols Grid */
  .symbols-grid {
    grid-template-columns: 1fr;
  }

  /* Table */
  .paylines-table th,
  .paylines-table td {
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  /* Wood Card */
  .wood-card {
    padding: var(--space-lg);
  }

  /* Footer */
  .footer-nav-group {
    padding-bottom: var(--space-md);
    border-bottom: 1px solid var(--color-border-secondary);
  }

  .footer-nav-group:last-child {
    border-bottom: none;
  }

  /* Header */
  .logo-text {
    font-size: 1.05rem;
  }

  /* Responsible Banner */
  .responsible-banner {
    padding: var(--space-xl) 0;
  }
}

/* ============================================================
   4. WIDE SCREENS (min 1400px)
   ============================================================ */
@media (min-width: 1400px) {
  :root {
    --container-padding: 40px;
  }

  .hero-title {
    font-size: 4rem;
  }

  .section-title {
    font-size: 3.2rem;
  }
}

/* ============================================================
   5. LANDSCAPE MOBILE
   ============================================================ */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-section {
    min-height: auto;
    padding-top: calc(var(--header-height) + var(--space-xl));
    padding-bottom: var(--space-xl);
  }

  .hero-inner {
    min-height: auto;
  }

  .game-container {
    aspect-ratio: 16 / 9;
  }
}

/* ============================================================
   6. HIGH-DPI SCREENS
   ============================================================ */
@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
  .site-header {
    border-bottom-width: 0.5px;
  }

  .footer-divider {
    height: 0.5px;
  }
}

/* ============================================================
   7. PRINT
   ============================================================ */
@media print {
  .site-header,
  .dust-container,
  .heat-haze,
  .mobile-menu,
  .hero-scroll-hint,
  .responsible-banner {
    display: none !important;
  }

  body {
    background: white;
    color: #000;
  }

  .page-main {
    padding-top: 0;
  }

  a {
    text-decoration: underline;
  }
}
/* ============================================================
   END responsive.css
   ============================================================ */