/* Media Queries for Botanical Garden Theme */

@media (max-width: 992px) {
  .header-inner {
    padding: 1rem 0;
  }
  
  .site-logo a {
    font-size: 1.75rem;
  }
  
  .section.head h1 {
    font-size: 2.75rem;
  }
  
  .section.head h1::first-letter {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.25rem;
  }
  
  .site-logo a::before,
  .site-logo a::after {
    display: none;
  }
  
  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  
  .site-nav li:not(:last-child)::after {
    padding: 0 0.75rem;
  }
  
  .section.head {
    padding: 4rem 0 3rem;
  }
  
  .section.head h1 {
    font-size: 2.25rem;
  }
  
  .section.head h1::first-letter {
    font-size: 3rem;
    float: none;
    display: inline;
  }
  
  .section.head p {
    font-size: 1.05rem;
  }
  
  .section {
    padding: 3.5rem 0;
  }
  
  .section header h2 {
    font-size: 2rem;
  }
  
  .footer-columns {
    flex-direction: column;
    gap: 2.5rem;
    text-align: center;
  }
  
  .footer-about {
    flex: 1;
  }
  
  .footer-links ul {
    align-items: center;
  }
  
  .footer-links a:hover {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .site-logo a {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  
  .site-nav a {
    font-size: 0.8rem;
  }
  
  .section.head h1 {
    font-size: 1.85rem;
  }
  
  .section header h2 {
    font-size: 1.65rem;
  }
}
