/* Service Reality responsive */

@media (min-width: 992px) and (max-height: 860px) {
  .service-reality__sticky {
    min-height: 0;
    height: 100vh;
    height: 100dvh;
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .service-reality__collage {
    height: calc(100dvh - 180px);
    min-height: 0;
    max-height: none;
  }
}

@media (max-width: 1199px) {
  .service-reality__sticky {
    min-height: 640px;
    padding-top: 72px;
  }

  .service-reality__collage {
    height: calc(100vh - 190px);
    min-height: 520px;
    max-height: 680px;
  }

  .service-reality__phone {
    max-width: min(var(--phone-max, 380px), 340px);
  }
}

@media (max-width: 991.98px) {
  .service-reality__pin {
    display: none;
  }

  .service-reality__mobile {
    display: block;
    position: relative;
    z-index: 2;
    padding: 64px 0 24px;
  }

  .service-reality__intro--mobile {
    text-align: left;
    margin: 0 0 28px;
    max-width: none;
  }

  .service-reality__heading {
    font-size: clamp(1.6rem, 3.2vw, 2.15rem);
  }

  .service-reality__m-card {
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(16px);
  }

  .service-reality__m-card.is-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .service-reality__m-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }

  .service-reality__m-num {
    font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--reality-gold);
  }

  .service-reality__m-meta .service-reality__label {
    margin: 0;
  }

  .service-reality__m-phone {
    margin: 14px auto 0;
    width: min(240px, 58%);
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .service-reality__m-phone img {
    display: block;
    width: 100%;
    height: auto;
  }

  .service-reality__finale {
    padding: 36px 0 60px;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .service-reality__mobile {
    padding: 56px 0 20px;
  }

  .service-reality__m-phone {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .service-reality__title {
    font-size: 1.22rem;
  }

  .service-reality__finale-title {
    font-size: 1.4rem;
  }

  .service-reality__m-phone {
    width:100%;
  }
}

@media (max-width: 360px) {
  .service-reality__heading {
    font-size: 1.45rem;
  }

  .service-reality__m-card {
    margin-bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-reality__m-card {
    opacity: 1 !important;
    transform: none !important;
  }
}
