/* Media Queries for Vintage Newspaper Theme */

@media (max-width: 1024px) {
  .section.head::before,
  .section.head::after {
    display: none;
  }
}

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

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

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

  .site-nav li:not(:last-child)::after {
    margin: 0 0.75rem;
  }

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

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

  .section {
    padding: 3rem 0;
  }

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

  .footer-columns {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

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

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

@media (max-width: 480px) {
  .site-logo a {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }

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

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

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

  .footer-links li:not(:last-child)::after {
    display: none;
  }

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