/* Media Queries for Ceramic Studio Theme */

@media (max-width: 992px) {
  .section.head h1 {
    font-size: 3rem;
  }
  
  .section.head::before {
    width: 30%;
    border-radius: 0 0 0 100px;
  }
  
  .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: 1.25rem;
    text-align: center;
  }
  
  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
  
  .section.head {
    padding: 4rem 0 3.5rem;
    text-align: center;
  }
  
  .section.head::before {
    display: none;
  }
  
  .section.head h1 {
    font-size: 2.5rem;
    max-width: 100%;
  }
  
  .section.head p {
    margin: 0 auto;
    max-width: 100%;
  }
  
  .section {
    padding: 4rem 0;
  }
  
  .section header h2 {
    font-size: 2rem;
  }
  
  .footer-links ul {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .footer-links a:hover {
    transform: none;
  }
  
  .footer-bottom {
    text-align: center;
  }
}

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