/* Media Queries for Monochrome Ink Theme */

@media (max-width: 992px) {
  .section.head h1 {
    font-size: 3.5rem;
  }
  
  .section header h2 {
    font-size: 2.25rem;
  }
  
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.25rem;
  }
  
  .header-inner {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
  }
  
  .site-nav a::before {
    display: none;
  }
  
  .section.head {
    padding: 3.5rem 0;
    text-align: center;
  }
  
  .section.head::before {
    position: static;
    display: block;
    margin-bottom: 1.5rem;
  }
  
  .section.head h1 {
    font-size: 2.5rem;
    max-width: 100%;
  }
  
  .section.head p {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    border-top: 2px solid var(--accent-red);
    padding-top: 1.5rem;
    margin: 0 auto;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .section header {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  
  .section header h2 {
    font-size: 1.85rem;
  }
  
  .footer-bottom {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .site-logo a {
    font-size: 1.75rem;
  }
  
  .section.head h1 {
    font-size: 2rem;
  }
  
  .section.head p {
    font-size: 1.05rem;
  }
  
  .section header h2 {
    font-size: 1.5rem;
  }
}
