/* Media Queries for Forest Moss Theme */

@media (max-width: 1024px) {
  .site-logo a::before,
  .site-logo a::after {
    display: none;
  }
}

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

  .header-inner {
    gap: 1rem;
  }

  .site-logo a {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }

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

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

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

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

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

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

  .section {
    padding: 4rem 0;
  }

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

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

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

  .footer-links ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
  }

  .footer-links a::before {
    display: none;
  }
}

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

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

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

  .site-nav ul {
    gap: 1rem;
  }
}
