/* Media Queries for Slate Gray Industrial Theme */

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

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

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

  .section.head::before {
    width: 30px;
  }

  .section.head .container {
    padding-left: 3rem;
  }

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

  .section {
    padding: 3rem 0;
  }

  .section header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

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

  .header-inner {
    flex-direction: column;
    min-height: auto;
  }

  .site-logo {
    margin-left: 0;
    padding: 1rem 1.5rem;
    width: 100%;
    justify-content: center;
  }

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

  .site-nav li {
    border-left: none;
    border-top: 1px solid var(--color-graphite);
  }

  .site-nav a {
    padding: 1rem 1.25rem;
    font-size: 0.75rem;
  }

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

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

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

  .footer-about {
    border-right: none;
    border-bottom: 1px solid var(--color-graphite);
    padding: 1.5rem;
  }

  .footer-links ul {
    width: 100%;
  }

  .footer-links li {
    flex: 1;
    border-left: none;
    border-right: 1px solid var(--color-graphite);
  }

  .footer-links li:last-child {
    border-right: none;
  }

  .footer-links a {
    padding: 1rem;
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

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

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

  .section.head::before {
    display: none;
  }

  .section.head .container {
    padding-left: 1.25rem;
  }

  .casino-button {
    padding: 1rem 1.5rem;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
  }

  .footer-links ul {
    flex-direction: column;
  }

  .footer-links li {
    border-right: none;
    border-bottom: 1px solid var(--color-graphite);
  }

  .footer-links li:last-child {
    border-bottom: none;
  }
}
