/* Media Queries for Lunar Eclipse Theme */

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

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

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

  .section.head h1 {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }

  .section.head::before {
    width: 250px;
    height: 250px;
  }

  .section.head p {
    font-size: 1.15rem;
    padding: 1.5rem;
  }

  .section {
    padding: 3rem 0;
  }

  .section header h2 {
    font-size: 1.75rem;
    letter-spacing: 3px;
  }

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

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

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

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

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

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

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

  .site-logo a {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }

  .site-nav a {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
