/* Media Queries for Nordic Frost Theme */

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

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

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

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

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

  .section {
    padding: 4rem 0;
  }

  .section header {
    text-align: center;
    max-width: 100%;
  }

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

  .section header h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

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

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

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

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

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

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

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

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

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

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