/* Media Queries - Art Nouveau Theme */

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

  body::before,
  body::after {
    width: 80px;
    height: 80px;
  }

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

  .site-logo a::before,
  .site-logo a::after {
    display: none;
  }

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

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

  .section.head h1::first-letter {
    font-size: 3.5rem;
  }

  .section.head p {
    padding: 1.5rem 2rem;
    border-radius: 50px / 15px;
  }

  .section {
    padding: 3rem 0;
  }

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

  .section header h2::before,
  .section header h2::after {
    display: none;
  }

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

  .site-nav a {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
  }

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

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

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

  .section.head h1::first-letter {
    font-size: 2.5rem;
    float: none;
    display: block;
  }
}
