/* Media Queries for Concrete Jungle Theme */

@media (max-width: 1024px) {
  .section.head::before {
    font-size: 10rem;
    right: 2%;
  }

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

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

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

  .site-logo {
    padding: 0.5rem 0;
  }

  .site-nav {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 0.5rem;
  }

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

  .site-nav a {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    border-left: none;
  }

  .site-nav li:last-child a {
    border-right: none;
  }

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

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

  .section.head::before {
    font-size: 6rem;
    opacity: 0.03;
  }

  .section {
    padding: 3.5rem 0;
  }

  .section header {
    flex-direction: column;
    gap: 0.5rem;
  }

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

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

  .footer-about {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-right: 0;
    padding-bottom: 2rem;
  }

  .footer-links {
    padding-left: 0;
    padding-top: 2rem;
  }
}

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

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

  .site-header::before,
  .footer::before {
    height: 4px;
  }

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