/* Media Queries for Burgundy Wine Luxury 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 {
    padding: 1rem 0;
  }

  .site-logo a {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }

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

  .site-nav li:not(:last-child)::after {
    margin: 0 0.75rem;
  }

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

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

  .section {
    padding: 3.5rem 0;
  }

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

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

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

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

@media (max-width: 480px) {
  .site-logo a {
    font-size: 1.4rem;
  }

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

  .site-nav li:not(:last-child)::after {
    display: none;
  }

  .site-nav ul {
    gap: 1rem;
  }

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

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

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

  .footer-links li:not(:last-child)::after {
    display: none;
  }
}
