/* Media Queries for Deep Ocean Theme */

@media (max-width: 1200px) {
  .casino-item {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }

  .header-inner {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
  }

  .site-logo a {
    font-size: 1.5rem;
  }

  .site-nav ul {
    gap: 0.25rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-nav a {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }

  .section.head {
    padding: 4rem 0;
  }

  .section.head h1 {
    font-size: 2.25rem;
  }

  .section.head p {
    font-size: 1rem;
  }

  .section.head::before {
    width: 300px;
    height: 300px;
  }

  .section {
    padding: 3rem 0;
  }

  .section header h2 {
    font-size: 1.75rem;
  }

  .section header p {
    font-size: 0.95rem;
  }

  .casino-item {
    flex: 0 0 100%;
    max-width: 400px;
  }

  .casino-logo {
    width: 100%;
    height: 100px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
    padding: 3rem 0 2rem;
  }

  .footer-about {
    max-width: 100%;
  }

  .footer-links {
    justify-self: center;
  }

  .footer-links ul {
    justify-content: center;
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .section.head h1 {
    font-size: 1.75rem;
  }

  .section.head p {
    font-size: 0.95rem;
  }

  .site-nav a {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
  }

  .casino-button {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
