/* Tablet: 768–1024px */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-visual {
    min-height: 320px;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .hero-collage {
    min-height: 320px;
  }

  .vm-row {
    gap: 40px;
  }

  .vm-photo {
    width: 280px;
    height: 280px;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .services-collage {
    grid-template-columns: repeat(2, 1fr);
  }

  .collage-card-media {
    height: 220px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-intro-text {
    max-width: none;
  }

  .address-layout {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-about {
    grid-column: span 2;
  }

  .accreditation-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .accreditation-bar {
    padding: 40px 0;
  }

  .navbar-nav {
    gap: 20px;
  }

  .form-card {
    padding: 32px 24px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .page-header h1 {
    font-size: 2rem;
  }

  .page-header-inner {
    grid-template-columns: 1fr;
  }

  .page-header-mascot {
    justify-self: center;
    order: -1;
  }

  .page-header--with-mascot h1 {
    font-size: 2rem;
    max-width: none;
  }

  .page-header-mascot img {
    max-width: 300px;
    max-height: 300px;
  }
}

/* Mobile: < 768px */
@media (max-width: 768px) {
  .topbar-contact .topbar-phones {
    display: none;
  }

  .topbar-inner {
    justify-content: center;
  }

  .topbar-social {
    display: none;
  }

  .topbar-contact {
    justify-content: center;
  }

  .navbar-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 16px;
  }

  .brand-subtitle {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .navbar-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 12px 0;
    border-top: 1px solid var(--color-border);
    margin-top: 8px;
  }

  .navbar-nav.is-open {
    display: flex;
  }

  .navbar-nav a {
    padding: 12px 0;
    width: 100%;
    text-align: center;
  }

  .navbar-nav a::after {
    display: none;
  }

  .navbar-actions .btn-pill,
  .navbar-actions .btn-cert,
  .navbar-actions .btn-nav-cert {
    display: none;
  }

  .navbar-actions {
    margin-left: auto;
  }

  .hero {
    padding: 40px 0 48px;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-stats {
    max-width: 100%;
  }

  .hero-commitment-badge {
    width: 150px;
    padding: 16px;
    right: 0;
    bottom: 0;
  }

  .services-collage {
    grid-template-columns: 1fr;
  }

  .collage-card-media {
    height: 220px;
  }

  .cta-band {
    padding: 32px 24px;
  }

  .cta-band h2 {
    font-size: 1.4rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-about {
    grid-column: span 1;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .about-section,
  .services-section,
  .contact-section,
  .address-section {
    padding: 48px 0;
  }

  .about-content,
  .contact-info,
  .contact-form-card {
    padding: 24px 20px;
  }

  .accreditation-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .accreditation-bar {
    padding: 36px 0;
  }

  .accreditation-item {
    padding: 16px 12px;
  }

  .accreditation-value {
    max-width: 280px;
  }

  .form-section {
    padding: 48px 0;
  }

  .form-card {
    padding: 24px 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .water-type-grid {
    grid-template-columns: 1fr;
  }

  .step-connector {
    width: 32px;
  }

  .step-indicator-labels {
    gap: 28px;
  }

  .step-indicator-labels span {
    width: 60px;
    font-size: 11px;
  }

  .form-actions {
    flex-direction: column-reverse;
  }

  .form-actions .btn {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .faq-bot {
    bottom: 16px;
    right: 16px;
    left: auto;
  }

  .faq-bot-toggle-icon {
    width: 118px;
    max-height: 132px;
  }

  .faq-bot-panel {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 72px;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
  }

  .faq-bot-panel.is-open {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 75vh;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
  }

  .faq-bot-messages {
    max-height: calc(75vh - 200px);
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.4rem;
  }
}
