@media (max-width: 1199.98px) {
  .hero-slide-index {
    font-size: 5rem;
    bottom: 120px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-h: 100px;
  }

  .header .logo-img {
    height: 82px;
    width: auto;
  }

  .logo-text small {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .hero-section .heroSwiper,
  .hero-section .swiper-wrapper,
  .hero-section .swiper-slide {
    height: auto;
    min-height: 0;
  }

  .hero-full {
    min-height: 100svh;
  }

  .hero-inner {
    padding-bottom: 150px;
    align-items: flex-end;
  }

  .hero-content h1 {
    max-width: none;
    font-size: clamp(2.1rem, 9vw, 3.2rem);
  }

  .hero-lead {
    -webkit-line-clamp: 3;
  }

  .hero-slide-index {
    display: none;
  }

  .hero-dock-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-pager {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .hero-pager-label {
    white-space: nowrap;
  }

  .about-section,
  .about-intro-section,
  .products-section,
  .products-page-section,
  .why-section,
  .contact-section,
  .details-section {
    padding: 72px 0;
  }

  .about-split,
  .why-layout,
  .contact-grid,
  .story-block,
  .story-block--reverse {
    grid-template-columns: 1fr;
    direction: rtl;
  }

  [dir="ltr"] .story-block--reverse {
    direction: ltr;
  }

  .about-media {
    height: 300px;
  }

  .about-media::after {
    display: none;
  }

  .about-metrics {
    grid-template-columns: 1fr;
  }

  .stat-card {
    border-inline-end: 0;
    border-bottom: 1px solid rgba(201, 162, 77, 0.22);
  }

  .stat-card:last-child {
    border-bottom: 0;
  }

  .why-list,
  .product-mosaic,
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-head--center {
    align-items: center;
  }

  .section-title {
    max-width: none;
  }

  .footer-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    transform: translateY(28px);
  }

  .footer {
    padding-top: 72px;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }

  .footer-bottom-contacts {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  :root {
    --header-h: 88px;
  }

  .header .logo-img {
    height: 70px;
    width: auto;
  }

  .logo-text {
    display: none;
  }

  .hero-pages {
    padding: calc(var(--header-h) + 36px) 0 36px;
  }

  .hero-pages h1 {
    font-size: 1.9rem;
  }

  .about-section,
  .about-intro-section,
  .products-section,
  .products-page-section,
  .why-section,
  .contact-section,
  .details-section {
    padding: 52px 0;
  }

  .product-mosaic,
  .service-grid,
  .why-list {
    grid-template-columns: 1fr;
  }

  .product-card,
  .product-card__body,
  .service-tile,
  .service-tile__body {
    min-height: 280px;
  }

  .stat-row {
    grid-template-columns: 1fr;
  }

  .why-feature-card {
    grid-template-columns: 44px 1fr;
    padding: 18px 14px;
  }

  .contact-card-info,
  .contact-card-form {
    padding: 28px 18px;
  }

  .contact-submit-button,
  .btn-learn-more-creative,
  .btn-hero-outline {
    width: 100%;
    justify-content: center;
  }

  .story-photo,
  .why-visual-card {
    height: 240px;
  }

  .footer-cta h2 {
    font-size: 1.5rem;
  }

  .footer-cta-btn {
    width: 100%;
    justify-content: center;
  }

  .details-body {
    padding: 1.3rem;
  }
}
