@media (max-width: 1199.98px) {
  .section {
    padding: 96px 0;
  }

  .display-title {
    font-size: clamp(3.35rem, 9vw, 7rem);
  }

  .project-strip {
    grid-template-columns: 1fr;
  }

  .project-strip img {
    min-height: 420px;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    background: rgba(247, 245, 242, 0.94);
    backdrop-filter: blur(16px);
    padding: 12px 0;
  }

  .site-header .navbar .container-xl {
    flex-wrap: wrap;
    gap: 8px;
  }

  .navbar-brand {
    min-width: 0;
  }

  .language-toggle {
    order: 2;
    margin-left: auto;
    box-shadow: 0 10px 24px rgba(35, 35, 35, 0.08);
  }

  .navbar-toggler {
    order: 3;
  }

  .navbar-collapse {
    order: 4;
    flex-basis: 100%;
  }

  .navbar-brand,
  .nav-link,
  .navbar-toggler {
    color: var(--charcoal);
  }

  .navbar-collapse {
    margin-top: 14px;
    padding: 18px 0 4px;
    border-top: 1px solid rgba(35, 35, 35, 0.12);
  }

  .nav-link {
    padding: 13px 0 !important;
  }

  .nav-link::after {
    left: 0;
    right: auto;
    width: 42px;
  }

  .hero-content {
    padding-top: 120px;
  }

  html[lang="ar"] .hero-content {
    max-width: 100%;
  }

  html[lang="ar"] .hero-content .display-title {
    font-size: clamp(2.65rem, 8.2vw, 4.7rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .hero-pagination {
    right: 24px;
    bottom: 24px;
  }

  .quote-section {
    min-height: 58vh;
  }

  .craft-image {
    min-height: 420px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .instagram-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .filter-bar {
    grid-template-columns: 1fr;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .section,
  .section-tight {
    padding: 76px 0;
  }

  .hero .swiper,
  .hero .swiper-wrapper,
  .hero .swiper-slide,
  .hero-slide {
    min-height: 92vh;
  }

  .hero-content p {
    font-size: 1rem;
  }

  html[lang="ar"] .hero-content {
    padding-top: 132px;
  }

  html[lang="ar"] .hero-content .display-title {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
    line-height: 1.28;
  }

  html[lang="ar"] .hero-content p {
    font-size: 0.96rem;
    line-height: 1.85;
    max-width: 100%;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions a {
    width: 100%;
  }

  .scroll-indicator {
    display: none;
  }

  .quote-text {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .card-body-lux {
    padding: 24px;
  }

  .craft-list li {
    grid-template-columns: 38px 1fr;
  }

  html[dir="rtl"] .craft-list li {
    grid-template-columns: 1fr 38px;
  }

  .craft-list i {
    width: 38px;
    height: 38px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 58vh;
    padding: 140px 0 64px;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }

  .detail-gallery img,
  .detail-gallery a:first-child img {
    min-height: 340px;
  }

  .spec-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 575.98px) {
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-word {
    font-size: 1.12rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-logo-img {
    width: min(146px, 42vw);
    max-height: 54px;
    padding: 4px 7px;
  }

  .language-toggle {
    width: 42px;
    height: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 0;
    gap: 0;
    font-size: 0.72rem;
  }

  .language-toggle i {
    display: none;
  }

  .language-toggle span {
    font-size: 0;
  }

  .language-toggle span::after {
    content: "AR";
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  html[lang="ar"] .language-toggle span::after {
    content: "EN";
  }

  .display-title {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }

  html[lang="ar"] .display-title {
    font-size: clamp(2.2rem, 9vw, 3.05rem);
  }

  html[lang="ar"] .hero-content .display-title {
    max-width: 320px;
    margin-inline-start: auto;
    font-size: clamp(1.75rem, 7.6vw, 2.25rem);
  }

  .section-title {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .hero-pagination {
    display: none;
  }

  .masonry {
    columns: 1;
  }

  .filter-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-btn {
    width: 100%;
  }

  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-panel,
  .request-panel,
  .newsletter-panel {
    padding: 28px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 74px;
  }
}
