/* Media Queries for Minimalist Bauhaus Theme */

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

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

  .section.head::after {
    width: 100px;
    height: 100px;
  }
}

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

  .section.head {
    padding: 5rem 0 4rem;
    min-height: auto;
  }

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

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

  .section {
    padding: 3rem 0;
  }

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

  .section header::before {
    width: 30px;
    height: 30px;
  }

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

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

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

  .footer::before {
    display: none;
  }

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

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

  .footer-links ul {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

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

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

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

  body {
    font-size: 16px;
  }

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

  .site-logo a::before {
    width: 20px;
    height: 20px;
  }
}
