/* Media Queries for Japanese Zen Theme */

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

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

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

  .site-header {
    padding: 1.5rem 0;
  }

  .header-inner {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }

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

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

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

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

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

  .section {
    padding: 4rem 0;
  }

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

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

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

  .footer-links ul {
    justify-content: flex-start;
    gap: 1.5rem;
  }

  .footer-bottom {
    text-align: center;
  }
}

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

  .section.head p {
    padding-left: 0;
  }

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

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

  .footer-links a {
    font-size: 0.8rem;
  }
}
