/* ==========================================================================
   DRACULA SLOT — RESPONSIVE STYLES
   axonjoycornr.com | Dracula Crest Gaming Ltd.
   ========================================================================== */

/* --------------------------------------------------------------------------
   TABLET — max 1024px
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  :root {
    --section-gap-desktop: var(--section-gap-tablet);
  }

  .container {
    padding: 0 var(--container-pad-tablet);
  }

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

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  /* Hero */
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .hero-content {
    order: 1;
  }

  .hero-visual {
    order: 2;
  }

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

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

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

  .hero-slot-preview {
    max-width: 340px;
    margin: 0 auto;
  }

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

  /* Atmosphere */
  .atmosphere-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .atmosphere-content .section-title {
    text-align: center;
  }

  .atmosphere-content .section-badge {
    display: inline-flex;
  }

  .atmosphere-content {
    text-align: center;
  }

  /* About */
  .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .company-info-grid {
    grid-template-columns: 1fr;
  }

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

  /* RG Banner */
  .rg-banner-inner {
    flex-direction: column;
    text-align: center;
    padding: 36px 32px;
  }

  .rg-banner-cta {
    width: 100%;
    max-width: 280px;
  }

  /* RG Cards */
  .rg-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Footer */
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

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

/* --------------------------------------------------------------------------
   MOBILE — max 768px
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .container {
    padding: 0 var(--container-pad-mobile);
  }

  /* Header */
  .header-inner {
    height: 66px;
  }

  .logo-text {
    font-size: 0.95rem;
  }

  /* Hero */
  .hero-section {
    min-height: auto;
    padding-bottom: 40px;
  }

  .hero-inner {
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .hero-headline {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
  }

  .hero-badge {
    font-size: 0.68rem;
  }

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

  .hero-actions .btn--large {
    width: 100%;
    justify-content: center;
  }

  .hero-disclaimer {
    flex-direction: column;
    gap: 6px;
  }

  .hero-disclaimer .divider {
    display: none;
  }

  .hero-scroll-indicator {
    display: none;
  }

  .slot-reel-preview {
    grid-template-columns: repeat(3, 1fr);
  }

  .reel-symbol {
    font-size: 1.8rem;
  }

  /* Sections */
  .section-header {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .game-section {
    padding: 60px 0;
  }

  /* Game */
  .game-info-strip {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }

  /* Features */
  .features-section {
    padding: 60px 0;
  }

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

  .feature-card {
    padding: 28px 22px;
  }

  /* Atmosphere */
  .atmosphere-section {
    padding: 60px 0;
  }

  .atmosphere-stats {
    grid-template-columns: 1fr 1fr;
  }

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

  /* RG Banner */
  .rg-banner-inner {
    padding: 28px 22px;
  }

  /* Page Hero */
  .page-hero {
    padding: 130px 0 60px;
    min-height: 280px;
  }

  .page-hero-title {
    font-size: clamp(1.6rem, 6vw, 2.4rem);
  }

  /* Contact Form */
  .contact-form {
    padding: 28px 22px;
  }

  /* Legal */
  .legal-container {
    max-width: 100%;
  }

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

  /* Rules */
  .rules-grid {
    grid-template-columns: 1fr;
  }

  .rules-disclaimer {
    padding: 32px 24px;
  }

  /* Stats */
  .stat-card {
    padding: 24px 18px;
  }

  .stat-number {
    font-size: 2.2rem;
  }

  /* Footer */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .footer-disclaimer {
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
   SMALL MOBILE — max 480px
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {
  .hero-headline {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .btn--large {
    padding: 16px 28px;
    font-size: 0.95rem;
  }

  .slot-preview-frame {
    padding: 22px;
  }

  .atmosphere-stats {
    grid-template-columns: 1fr 1fr;
  }

  .rg-banner-inner {
    padding: 24px 18px;
  }

  .contact-form {
    padding: 22px 16px;
  }

  .legal-block h2 {
    font-size: 1rem;
  }
}

/* --------------------------------------------------------------------------
   REDUCED MOTION PREFERENCES
   -------------------------------------------------------------------------- */
@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 {
    opacity: 1;
    transform: none;
    transition: none;
  }

  #particles-canvas {
    display: none;
  }

  .fog-layer {
    display: none;
  }
}
/* ENDFILE */