/* Media Queries for Arctic Tech Theme */

@media (max-width: 1024px) {
  .section header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

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

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

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

  .site-logo {
    padding: 1rem 0;
    padding-right: 0;
  }

  .site-logo::after {
    display: none;
  }

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

  .site-nav a {
    padding: 0.75rem 1rem;
  }

  .section.head {
    padding: 5rem 0 4rem;
    text-align: center;
  }

  .section.head h1 {
    font-size: 2.5rem;
    max-width: 100%;
  }

  .section.head p {
    max-width: 100%;
    margin: 0 auto;
  }

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

  .section {
    padding: 4rem 0;
  }

  .section header {
    text-align: center;
  }

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

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

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

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

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

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

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

  .site-nav a {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
  }
}
