/* Media Queries for Retro Sunset Theme */

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

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

  .header-inner {
    flex-direction: column;
    min-height: auto;
  }

  .site-logo {
    margin-left: 0;
    clip-path: none;
    width: 100%;
    justify-content: center;
    padding: 1rem 2rem;
  }

  .site-nav {
    width: 100%;
  }

  .site-nav ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .site-nav a {
    padding: 1rem;
    border-left: none;
    border-top: 1px solid rgba(254, 246, 228, 0.1);
  }

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

  .section.head h1 {
    font-size: 3rem;
    text-shadow: 3px 3px 0 var(--coral-pink);
  }

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

  .section {
    padding: 4rem 0;
  }

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

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

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

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

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

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

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

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