  .footer-logo-img.footer-logo-wide {
    background: transparent;
    border-radius: 0;
    filter: none;
    max-height: none;
    max-width: 100%;
    padding: 0;
    width: min(360px, 100%);
  }

  .site-logo-img.official-logo-img.header-logo-wide {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    max-height: 56px;
    padding: 0;
    width: min(260px, 48vw);
  }

  .navbar-scrolled .site-logo-img.official-logo-img.header-logo-wide {
    max-height: 50px;
  }

@media (width <= 768px) {
  .site-logo-img.official-logo-img.header-logo-wide {
    max-height: 44px;
    width: min(180px, 54vw);
  }

  .services .container {
    overflow: hidden;
  }

  .services-grid {
    cursor: grab;
    display: flex !important;
    gap: var(--spacing-md);
    grid-template-columns: none !important;
    margin: 0 calc(var(--spacing-lg) * -1);
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 var(--spacing-lg) var(--spacing-md);
    scrollbar-width: none;
    scroll-padding-left: var(--spacing-lg);
    scroll-snap-type: x mandatory;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
  }

  .services-grid:active {
    cursor: grabbing;
  }

  .services-grid::-webkit-scrollbar {
    display: none;
  }

  .services-grid .service-card {
    flex: 0 0 min(230px, calc(100vw - 96px));
    min-height: 215px;
    opacity: 1;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transform: none;
    width: min(230px, calc(100vw - 96px));
  }

  .services-grid .service-icon {
    height: 54px;
    margin-bottom: var(--spacing-sm);
    width: 54px;
  }

  .services-grid .service-card h3 {
    font-size: 0.95rem;
  }

  .services-grid .service-card p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .packages-carousel {
    cursor: grab;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
  }

  .packages-carousel:active {
    cursor: grabbing;
  }

  .packages-carousel:active .packages-track,
  .packages-carousel:focus-within .packages-track {
    animation-play-state: paused !important;
  }

  .packages-carousel::before,
  .packages-carousel::after {
    display: none;
  }

  .packages-track {
    gap: var(--spacing-md);
    padding: 0 var(--spacing-lg) var(--spacing-md);
    width: max-content;
  }

  .packages-track .package-card {
    flex: 0 0 min(360px, calc(100vw - 56px));
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: min(360px, calc(100vw - 56px));
  }

  .packages-carousel::-webkit-scrollbar {
    display: none;
  }
}
