/*
 * OMF service detail system
 * Extends the approved /main/ visual language without changing shared navigation,
 * enquiry or regulatory components.
 */

.service-detail-page {
  --service-ink: #102a22;
  --service-forest: #0a2a21;
  --service-paper: #f1ecdf;
  --service-cream: #e6dece;
  --service-acid: #d8ff43;
  color: var(--service-ink);
  background: var(--service-paper);
}

.service-detail-page main {
  overflow: clip;
}

.service-detail-page button,
.service-detail-page a {
  -webkit-tap-highlight-color: transparent;
}

.service-detail-page :focus-visible {
  outline: 2px solid var(--service-acid);
  outline-offset: 4px;
}

/* Hero — the same cinematic iris scene as /main/. */
.service-hero-scene {
  --service-underlay-image: url("/assets/uk-property-doorway-editorial-v3.png");
  background: var(--service-paper);
}

.service-hero-underlay .hero-map-media {
  background-image:
    linear-gradient(90deg, rgba(8, 36, 28, 0.8) 0%, rgba(8, 36, 28, 0.28) 50%, rgba(8, 36, 28, 0.08) 100%),
    var(--service-underlay-image);
  background-position: center 42%;
  background-size: cover;
  filter: saturate(0.78) contrast(0.95);
}

.service-hero-underlay .hero-map-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 68% 44%, rgba(216, 255, 67, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(8, 36, 28, 0.08), rgba(8, 36, 28, 0.42));
}

.service-hero-underlay .hero-map-current {
  background: radial-gradient(circle, rgba(216, 255, 67, 0.75) 0 2px, rgba(216, 255, 67, 0.16) 3px 9px, transparent 10px);
}

.service-hero .hero-media img {
  object-position: center center;
  filter: saturate(0.8) contrast(1.04);
}

.service-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 25, 19, 0.76) 0%, rgba(4, 25, 19, 0.42) 40%, rgba(4, 25, 19, 0.08) 72%),
    linear-gradient(0deg, rgba(4, 25, 19, 0.62) 0%, transparent 44%),
    linear-gradient(180deg, rgba(4, 25, 19, 0.24), transparent 36%);
}

.service-hero .hero-content {
  max-width: none;
}

.service-hero .hero-intro > p {
  max-width: 40rem;
}

.service-hero .hero-proof > div {
  min-width: 9rem;
}

/* Moving chapter marker. */
.service-passage {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 5.25rem;
  align-items: center;
  overflow: hidden;
  color: var(--service-paper);
  background: var(--service-forest);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.service-passage > div {
  display: flex;
  width: max-content;
  align-items: center;
  animation: service-passage 32s linear infinite;
  will-change: transform;
}

.service-passage span {
  padding: 0 2rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.service-passage i {
  width: 3.25rem;
  height: 1px;
  flex: 0 0 auto;
  background: var(--service-acid);
  transform: rotate(-18deg);
}

@keyframes service-passage {
  to { transform: translate3d(-50%, 0, 0); }
}

/* Editorial recognition — image and substance in equal measure. */
.service-recognition {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(28rem, 1.18fr);
  background: var(--service-paper);
}

.service-recognition__image {
  position: relative;
  min-height: 44rem;
  overflow: hidden;
  margin: 0;
}

.service-recognition__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 58%, rgba(8, 36, 28, 0.3));
  pointer-events: none;
}

.service-recognition__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-recognition__image.is-visible img {
  transform: scale(1.025);
}

.service-recognition__copy {
  display: flex;
  padding: clamp(6rem, 10vw, 10rem) clamp(2.5rem, 8vw, 9rem);
  flex-direction: column;
  justify-content: center;
}

.service-recognition__copy h2,
.service-essentials-new h2,
.related-services-new h2 {
  margin: 1.4rem 0 0;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-section-heading);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.service-detail-page .services-heading h2,
.service-detail-page .route-heading h2,
.service-detail-page .faq-heading h2,
.service-detail-page .finale-copy h2 {
  font-size: var(--secondary-section-heading);
  font-weight: 500;
}

.service-recognition__copy h2 em,
.service-essentials-new h2 em {
  font-family: "OMF Serif", serif;
  font-size: 0.86em;
  font-weight: 400;
}

.service-detail-page .service-panel__copy h3,
.service-detail-page .route-ticket h3 {
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-component-heading);
  font-weight: 500;
}

.service-recognition__lead {
  max-width: 42rem;
  margin: clamp(2.5rem, 4vw, 4.5rem) 0 0 clamp(2rem, 8vw, 8rem);
  color: rgba(10, 42, 33, 0.78);
  font-family: "OMF Text", sans-serif;
  font-size: var(--public-hero-copy);
  line-height: 1.65;
}

.service-recognition__audience {
  display: grid;
  max-width: 45rem;
  margin: clamp(3rem, 5vw, 5rem) 0 0 clamp(2rem, 8vw, 8rem);
  padding-top: 1.5rem;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 2rem;
  border-top: 1px solid rgba(10, 42, 33, 0.24);
}

.service-recognition__audience h3 {
  margin: 0;
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-recognition__audience ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 1.15rem;
  list-style: none;
}

.service-recognition__audience li {
  position: relative;
  padding-left: 1.3rem;
  color: rgba(10, 42, 33, 0.74);
  font-size: 0.9rem;
  line-height: 1.55;
}

.service-recognition__audience li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  content: "";
  background: var(--service-forest);
  border-radius: 50%;
}

/* The service scope uses the exact /main/ horizontal-scroll grammar. */
.service-scope-scene {
  height: 350svh;
}

.service-scope-scene .services-heading {
  width: min(25rem, 30vw);
}

.service-scope-scene .services-heading > p:last-child {
  max-width: 20rem;
}

.service-scope-scene .service-panel {
  flex-basis: min(65vw, 60rem);
}

.service-scope-scene .service-panel figure img {
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-scope-scene .service-panel.is-active figure img {
  transform: scale(1.035);
}

.service-scope-scene .service-panel__copy button {
  position: relative;
  display: inline-flex;
  margin-top: 1.7rem;
  padding: 0 0 0.55rem;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font: inherit;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-scope-scene .service-panel__copy button i {
  font-style: normal;
  transition: transform 300ms ease;
}

.service-scope-scene .service-panel__copy button:hover i {
  transform: translate(0.2rem, -0.2rem);
}

.service-scope-scene .service-panel:nth-child(2) figure img,
.service-scope-scene .service-panel:nth-child(3) figure img {
  object-position: center 46%;
}

/* Route keeps the main page's tactile, layered tickets. */
.service-route-scene {
  background:
    linear-gradient(rgba(10, 42, 33, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 42, 33, 0.035) 1px, transparent 1px),
    var(--service-paper);
  background-size: 4.5rem 4.5rem;
}

.service-route-scene .route-ticket {
  transform-style: preserve-3d;
  will-change: transform;
}

.service-route-scene .route-ticket small {
  color: rgba(10, 42, 33, 0.56);
}

/* Decision support — a quiet, tactile dark-green chapter. */
.service-planning {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: clamp(7rem, 10vw, 11rem) 7vw;
  grid-template-columns: minmax(20rem, 0.9fr) minmax(30rem, 1.1fr);
  align-items: center;
  gap: clamp(4rem, 9vw, 10rem);
  color: #fffdf8;
  background:
    radial-gradient(circle at 18% 22%, rgba(216, 255, 67, 0.09), transparent 25rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--service-forest);
  background-size: auto, 5rem 5rem, 5rem 5rem, auto;
}

.service-planning::before {
  position: absolute;
  top: clamp(4rem, 6vw, 6rem);
  right: 7vw;
  width: clamp(5rem, 8vw, 8rem);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(216, 255, 67, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 0 1.2rem rgba(216, 255, 67, 0.035), 0 0 0 2.4rem rgba(216, 255, 67, 0.02);
}

.service-planning__intro {
  position: relative;
  z-index: 1;
}

.service-planning__intro h2 {
  max-width: 10ch;
  margin: 1.4rem 0 0;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-section-heading);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.service-planning__intro h2 em {
  color: #fff;
  font-family: "OMF Serif", serif;
  font-size: 0.86em;
  font-weight: 400;
}

.service-planning__intro > p {
  max-width: 37rem;
  margin: 2.25rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "OMF Text", sans-serif;
  font-size: var(--public-hero-copy);
  line-height: 1.65;
}

.service-planning__intro > a,
.service-planning__intro > .service-planning__action {
  display: inline-flex;
  min-width: min(100%, 22rem);
  min-height: 4.25rem;
  margin-top: 2.3rem;
  padding: 0.4rem 0.45rem 0.4rem 1.35rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--service-forest);
  background: var(--service-acid);
  border: 0;
  border-radius: 0.7rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-planning__intro > a i,
.service-planning__intro > .service-planning__action i {
  display: grid;
  width: 3.25rem;
  aspect-ratio: 1;
  place-items: center;
  color: #fff;
  background: var(--service-forest);
  border-radius: 50%;
  font-style: normal;
  transition: transform 350ms ease;
}

.service-planning__intro > a:hover i,
.service-planning__intro > .service-planning__action:hover i {
  transform: rotate(45deg);
}

.service-planning__intro > small {
  display: block;
  max-width: 34rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.68rem;
  line-height: 1.55;
}

.application-route {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.application-route button {
  display: grid;
  width: 100%;
  min-height: 5.4rem;
  padding: 1.4rem 0;
  grid-template-columns: 3.4rem 1fr auto;
  align-items: center;
  column-gap: 1.2rem;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
  text-align: left;
}

.application-route button > span {
  color: var(--service-acid);
  font-size: 0.63rem;
  letter-spacing: 0.11em;
}

.application-route button > strong {
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-component-heading);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.application-route button > i {
  display: grid;
  width: 2.8rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  font-size: 1.2rem;
  font-style: normal;
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1), color 300ms ease, background 300ms ease;
}

.application-route button > small {
  max-height: 0;
  overflow: hidden;
  grid-column: 2 / 4;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(-0.4rem);
  transition: max-height 500ms cubic-bezier(0.22, 1, 0.36, 1), margin 500ms ease, opacity 350ms ease, transform 500ms ease;
}

.application-route button.is-active > i {
  color: var(--service-forest);
  background: var(--service-acid);
  border-color: var(--service-acid);
  transform: rotate(45deg);
}

.application-route button.is-active > small {
  max-height: 5rem;
  margin-top: 0.9rem;
  opacity: 1;
  transform: none;
}

/* Essentials — dense enough for decision support, open enough to breathe. */
.service-essentials-new {
  display: grid;
  padding: clamp(7rem, 11vw, 12rem) 7vw;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(28rem, 1.2fr);
  gap: 8vw;
  background: var(--service-cream);
}

.service-essentials-new header {
  align-self: start;
}

.service-essentials-new h2 {
  font-size: var(--secondary-section-heading);
}

.service-essentials-new dl {
  margin: 0;
  border-top: 1px solid rgba(10, 42, 33, 0.3);
}

.service-essentials-new dl > div {
  display: grid;
  min-height: 8rem;
  padding: 1.4rem 0;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid rgba(10, 42, 33, 0.3);
}

.service-essentials-new dt {
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-essentials-new dd {
  margin: 0;
  color: rgba(10, 42, 33, 0.75);
  font-family: "OMF Text", sans-serif;
  font-size: var(--public-hero-copy);
  letter-spacing: 0;
  line-height: 1.5;
}

/* Reuse the /main/ FAQ structure, tuned for three high-value questions. */
.service-faq-new {
  background: var(--service-paper);
}

.service-faq-new .faq-shell {
  min-height: 46rem;
}

.service-faq-new .faq-list {
  align-self: center;
}

.service-faq-new .faq-answer p {
  max-width: 48rem;
}

/* The UK mortgage FAQ sits on paper, so replace the dark FAQ inheritance. */
.service-detail-page--uk-property-mortgages .service-faq-new {
  color: var(--service-ink);
  border-top-color: rgba(10, 42, 33, 0.14);
}

.service-detail-page--uk-property-mortgages .service-faq-new::before {
  background-image: none;
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-heading .micro-label {
  color: rgba(10, 42, 33, 0.72);
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-heading h2 {
  color: var(--service-ink);
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-heading h2 em {
  color: #31594d;
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-heading::after {
  background: rgba(10, 42, 33, 0.52);
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-list {
  border-top-color: rgba(10, 42, 33, 0.32);
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-item {
  border-bottom-color: rgba(10, 42, 33, 0.22);
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-number,
.service-detail-page--uk-property-mortgages .service-faq-new .faq-item summary strong {
  color: var(--service-ink);
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-item summary:focus-visible {
  outline-color: var(--service-forest);
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-item summary > i {
  color: var(--service-forest);
  border-color: rgba(10, 42, 33, 0.45);
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-item[open] summary strong,
.service-detail-page--uk-property-mortgages .service-faq-new .faq-item summary:hover strong {
  color: var(--service-forest);
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-item[open] summary > i,
.service-detail-page--uk-property-mortgages .service-faq-new .faq-item summary:hover > i {
  color: var(--service-paper);
  border-color: var(--service-forest);
  background: var(--service-forest);
}

.service-detail-page--uk-property-mortgages .service-faq-new .faq-answer p {
  color: rgba(10, 42, 33, 0.78);
  font-size: clamp(0.96rem, 1vw, 1.04rem);
  line-height: 1.7;
}

/* Related links act as a transition, not a generic card grid. */
.related-services-new {
  display: grid;
  padding: clamp(6rem, 9vw, 10rem) 7vw;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10vw;
  color: #fff;
  background: var(--service-forest);
}

.related-services-new h2 {
  max-width: 10ch;
  color: #fff;
  font-size: var(--secondary-section-heading);
}

.related-services-new > div:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.related-services-new a {
  display: flex;
  min-height: 6.5rem;
  padding: 1.4rem 0;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-component-heading);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.related-services-new a i {
  display: grid;
  width: 3.4rem;
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  color: var(--service-forest);
  background: var(--service-acid);
  border-radius: 50%;
  font-family: "OMF Sans", sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  transition: transform 350ms ease;
}

.related-services-new a:hover i {
  transform: rotate(45deg);
}

.service-finale-new figure img {
  object-position: center 52%;
  transform: translate3d(0, var(--service-finale-shift, 0px), 0) scale(1.08);
  will-change: transform;
}

.service-finale-new .finale-shade {
  background:
    linear-gradient(90deg, rgba(4, 25, 19, 0.82), rgba(4, 25, 19, 0.28) 66%, rgba(4, 25, 19, 0.08)),
    linear-gradient(0deg, rgba(4, 25, 19, 0.42), transparent 50%);
}

/* Tablet */
@media (max-width: 1080px) {
  .service-recognition {
    grid-template-columns: minmax(18rem, 0.72fr) minmax(24rem, 1.28fr);
  }

  .service-recognition__copy {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .service-recognition__lead,
  .service-recognition__audience {
    margin-left: 0;
  }

  .service-scope-scene {
    height: 330svh;
  }

  .service-planning {
    gap: 5vw;
  }
}

/* Mobile: preserve the chapter sequence and tactile interactions without scroll traps. */
@media (max-width: 780px) {
  .service-hero .hero-media img {
    object-position: 63% center;
  }

  .service-hero .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 25, 19, 0.73), rgba(4, 25, 19, 0.18)),
      linear-gradient(0deg, rgba(4, 25, 19, 0.72), transparent 60%);
  }

  .service-hero .hero-content {
    padding-bottom: 7.5rem;
  }

  .service-hero .hero-intro {
    align-items: flex-start;
  }

  .service-hero .hero-intro > p {
    max-width: 23rem;
  }

  .service-hero .hero-proof {
    display: none;
  }

  .service-passage {
    min-height: 4.4rem;
  }

  .service-passage span {
    padding: 0 1.4rem;
    font-size: 0.58rem;
  }

  .service-passage i {
    width: 2rem;
  }

  .service-recognition {
    display: block;
    min-height: auto;
  }

  .service-recognition__image {
    min-height: 30rem;
    aspect-ratio: 4 / 5;
  }

  .service-recognition__copy {
    padding: 5.8rem 1.2rem 6.5rem;
  }

  .service-recognition__copy h2,
  .service-essentials-new h2,
  .related-services-new h2,
  .service-planning__intro h2 {
    font-size: var(--secondary-section-heading);
  }

  .service-recognition__lead {
    margin-top: 2.2rem;
    font-size: 1rem;
  }

  .service-recognition__audience {
    display: block;
    margin-top: 2.8rem;
  }

  .service-recognition__audience ul {
    margin-top: 1.5rem;
  }

  .service-scope-scene {
    height: auto;
  }

  .service-scope-scene .services-heading {
    width: auto;
  }

  .service-scope-scene .service-panel {
    min-height: 33rem;
  }

  .service-scope-scene .service-panel__copy {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: auto;
    min-height: 58%;
    padding: 2rem 1.5rem;
    justify-content: flex-end;
    background: linear-gradient(0deg, rgba(8, 36, 28, 0.97), rgba(8, 36, 28, 0.76) 68%, transparent);
    border: 0;
  }

  .service-scope-scene .service-panel--pale .service-panel__copy {
    color: #fff;
    background: linear-gradient(0deg, rgba(8, 36, 28, 0.97), rgba(8, 36, 28, 0.7) 68%, transparent);
  }

  .service-scope-scene .service-panel--pale .service-panel__copy a {
    color: #fff;
  }

  .service-scope-scene .service-panel__number {
    z-index: 3;
  }

  .service-scope-scene .service-panel__copy button {
    min-height: 44px;
  }

  .service-route-scene {
    background-size: 3rem 3rem;
  }

  .service-planning {
    display: block;
    min-height: auto;
    padding: 6.5rem 1.2rem;
  }

  .service-planning::before {
    top: 3.2rem;
    right: 1.2rem;
  }

  .service-planning__intro > p {
    font-size: 0.95rem;
  }

  .application-route {
    margin-top: 4.5rem;
  }

  .application-route button {
    grid-template-columns: 2.4rem 1fr auto;
    column-gap: 0.7rem;
  }

  .application-route button > strong {
    font-size: 1.6rem;
  }

  .application-route button > i {
    width: 2.5rem;
  }

  .service-essentials-new {
    display: block;
    padding: 6.5rem 1.2rem;
  }

  .service-essentials-new dl {
    margin-top: 3.5rem;
  }

  .service-essentials-new dl > div {
    min-height: 0;
    padding: 1.6rem 0;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .service-essentials-new dd {
    font-size: 1.45rem;
  }

  .service-faq-new .faq-shell {
    min-height: 0;
  }

  .related-services-new {
    display: block;
    padding: 6.5rem 1.2rem;
  }

  .related-services-new > div:last-child {
    margin-top: 3.5rem;
  }

  .related-services-new a {
    min-height: 5.4rem;
    font-size: 1.55rem;
  }

  .related-services-new a i {
    width: 2.8rem;
  }

  .service-finale-new figure img {
    object-position: 62% center;
  }
}

@media (orientation: landscape) and (max-width: 900px) and (max-height: 600px) {
  .service-scope-scene .service-panel__copy button {
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-passage > div {
    animation: none;
  }

  .service-recognition__image img,
  .service-scope-scene .service-panel figure img,
  .service-route-scene .route-ticket {
    transform: none !important;
    transition: none !important;
  }
}
