@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.92fr);
  }

  .service-row {
    min-height: 132px;
  }

  .benefit-item {
    padding: 28px 24px;
  }

  .about-contact__grid {
    grid-template-columns: 1fr 1fr;
  }

  .map-card {
    grid-column: 1 / -1;
  }

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

@media (max-width: 1024px) {
  .section-wrap,
  .hero-section,
  .header-bar {
    width: min(calc(100vw - 48px), var(--max-width));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.36fr) minmax(260px, 0.86fr);
    gap: 20px;
  }

  .brand-link {
    min-width: 128px;
  }

  .brand-logo {
    width: 126px;
  }

  .header-actions {
    gap: 9px;
  }

  .site-nav {
    gap: 18px;
  }

  .benefits-panel {
    grid-template-columns: 1fr;
  }

  .benefit-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(238, 145, 158, 0.18);
  }

  .benefit-item:last-child {
    border-bottom: 0;
  }

  .page-hero,
  .about-detail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

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

  .menu-button,
  .mobile-menu {
    display: grid;
  }
}

@media (max-width: 820px) {
  .decorative-lines {
    display: none;
  }

  .site-header {
    padding-top: 12px;
  }

  .header-bar {
    min-height: 64px;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    padding: 0 12px 0 16px;
    border-radius: 20px;
  }

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

  .brand-logo {
    width: 122px;
  }

  .header-actions > .language-switcher {
    display: none;
  }

  .header-actions {
    grid-column: 3;
  }

  .booking-button {
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .booking-button span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .mobile-menu .language-switcher {
    justify-content: flex-start;
    padding: 4px 8px;
  }

  .hero-section {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-top: 24px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-media {
    aspect-ratio: 1.36 / 1;
    border-radius: 20px;
  }

  .hero-arrows {
    right: 14px;
    bottom: 14px;
  }

  .hero-dots {
    left: 18px;
    bottom: 20px;
  }

  .service-selector {
    border-radius: 18px;
    padding: 14px;
  }

  .service-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 0;
  }

  .service-row {
    min-width: 0;
    min-height: 124px;
    padding: 16px 10px 14px;
  }

  .service-row__active {
    inset: 5px;
    border-radius: 14px;
  }

  .service-row__icon {
    width: 50px;
    height: 50px;
  }

  .service-row__icon img {
    width: 34px;
    height: 34px;
  }

  .service-row__arrow {
    width: 28px;
    height: 28px;
  }

  .intro-copy {
    margin: 38px auto 58px;
  }

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

  .about-contact__grid {
    grid-template-columns: 1fr;
  }

  .about-contact {
    padding-bottom: 108px;
  }

  .mobile-sticky-booking {
    display: inline-flex;
    width: calc(100vw - 36px);
    min-height: 50px;
  }

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

@media (max-width: 560px) {
  .intro-skip {
    right: 16px;
    bottom: 16px;
  }

  .brand-intro__logo {
    width: min(68vw, 285px);
  }

  @keyframes intro-logo {
    0% {
      left: -285px;
      top: calc(50vh - 38px);
      width: min(68vw, 285px);
      opacity: 0;
      transform: scale(0.92);
    }
    40%,
    60% {
      left: calc(50vw - min(68vw, 285px) / 2);
      top: calc(50vh - min(18.3vw, 77px) / 2);
      width: min(68vw, 285px);
      opacity: 1;
      transform: scale(1);
    }
    100% {
      left: var(--intro-final-left);
      top: var(--intro-final-top);
      width: var(--intro-final-width);
      opacity: 1;
      transform: scale(1);
    }
  }

  .intro-copy h1,
  .about-block h2 {
    font-size: clamp(2.28rem, 12vw, 3.5rem);
  }

  .section-wrap {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .section-heading-row {
    align-items: flex-start;
  }

  .about-block,
  .contact-block,
  .booking-modal {
    padding: 24px;
  }

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

  .booking-choice-grid,
  .booking-service-grid,
  .slot-grid,
  .booking-confirmation dl {
    grid-template-columns: 1fr;
  }

  .booking-choice {
    min-height: 104px;
  }

  .booking-service-card {
    grid-template-columns: auto 1fr;
    place-items: center start;
    min-height: 78px;
    text-align: left;
  }

  .booking-service-card img {
    width: 42px;
    height: 42px;
  }

  .booking-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking-actions .outline-button,
  .booking-actions .submit-button {
    width: 100%;
  }

  .modal-backdrop {
    padding: 12px;
    align-items: end;
  }

  .booking-modal {
    max-height: calc(100vh - 24px);
    border-radius: 22px;
  }

  .page-hero {
    gap: 28px;
    margin-top: 34px;
  }

  .service-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-row {
    grid-template-columns: auto 1fr auto;
    justify-items: start;
    min-height: 68px;
    padding: 0 14px;
    text-align: left;
  }

  .service-row__icon {
    width: 42px;
    height: 42px;
  }

  .service-row__icon img {
    width: 28px;
    height: 28px;
  }

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

@media (min-width: 561px) and (max-width: 820px) {
  .hero-media {
    aspect-ratio: 1.64 / 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
