/* ===================================================
   RESPONSIVE
=================================================== */

@media (max-width: 1100px) {
  .nav-links {
    gap: 22px;
  }

  .hero-grid,
  .about-grid,
  .contact-grid {
    gap: 48px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero h1 {
    font-size: 68px;
  }
}

@media (max-width: 900px) {
  .site-header {
    top: 12px;
  }

  .nav {
    position: relative;
    min-height: 78px;
    border-radius: 24px;
  }

  .brand-logo {
    width: 58px;
    height: 58px;
  }

  .brand-text strong {
    font-size: 19px;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 12px);

    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;

    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    padding: 15px 16px;
    border-radius: 16px;
  }

  .nav-links a:hover {
    background: var(--mint);
  }

  .nav-links a::after {
    display: none;
  }

  .nav-phone {
    display: none;
  }

  .menu-toggle {
    display: flex;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 16px;
    background: var(--navy);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: white;
    transition: 0.25s ease;
  }

  .menu-toggle.active span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle.active span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .hero {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 60px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero-visual img {
    height: 460px;
  }

  .location-card {
    right: 18px;
    top: 28px;
  }

  .opening-card {
    left: 18px;
    bottom: 32px;
  }

  .about-grid,
  .hours-card,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid div:nth-child(2) {
    border-right: none;
  }

  .stats-grid div:nth-child(1),
  .stats-grid div:nth-child(2) {
    border-bottom: 1px solid var(--border);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .nav {
    padding: 10px 12px;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .brand-text span {
    font-size: 12px;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .hero {
    padding-top: 135px;
  }

  .section-label {
    font-size: 12px;
    padding: 9px 13px;
  }

  .hero h1 {
    font-size: 46px;
    letter-spacing: -0.055em;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-features {
    flex-direction: column;
  }

  .hero-visual {
    padding: 10px;
    border-radius: 28px;
  }

  .hero-visual img {
    height: 340px;
    border-radius: 20px;
  }

  .floating-card {
    position: static;
    margin-top: 12px;
  }

  .opening-card,
  .location-card {
    width: 100%;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .about-content h2,
  .hours-intro h2,
  .contact-content h2 {
    font-size: 34px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 24px;
  }

  .about-image img {
    height: 300px;
  }

  .stats {
    padding: 20px 0 70px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid div {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .stats-grid div:last-child {
    border-bottom: none;
  }

  .hours-card {
    padding: 28px;
    border-radius: 28px;
  }

  .hours-list div {
    flex-direction: column;
    gap: 6px;
  }

  .hours-list strong {
    text-align: left;
  }

  .contact-form {
    padding: 24px;
    border-radius: 28px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 620px) {
  .map-section {
    padding: 0 0 72px;
  }

  .map-card {
    height: 330px;
    border-radius: 28px;
  }
}
@media (max-width: 620px) {
  .legal-page {
    padding-top: 125px;
  }

  .legal-hero {
    padding: 60px 0 35px;
  }

  .legal-card {
    padding: 24px;
    border-radius: 24px;
  }
}
@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-note .btn {
    width: auto;
  }
}

@media (max-width: 620px) {
  .reviews-note .btn {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .products-iframe {
    height: 820px;
  }
  .nav-appointment {
  display: none;
}
}

@media (max-width: 620px) {
  .products-iframe {
    height: 950px;
  }
}
@media (max-width: 900px) {
  .products-iframe {
    height: 980px;
  }
}

@media (max-width: 620px) {
  .products-iframe {
    height: 1120px;
  }
}