/* Media Queries - Nautical Maritime Theme */

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

  .site-logo a {
    font-size: 1.3rem;
    padding-left: 2rem;
  }

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

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

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

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

  .section {
    padding: 3rem 0;
  }

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

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

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

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

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

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

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

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