/*
 * ZenMotion Apple-minimal refinement.
 * Loaded after Elementor and the canonical layout stylesheet.
 * Apple principles are adapted, not copied: cinematic whitespace, solid tonal
 * scenes, self-hosted variable typography, almost no visible rules, and one
 * ZenMotion coral.
 */

:root {
  --zen-am-ink: #1d1d1f;
  --zen-am-black: #08080a;
  --zen-am-dark: #151517;
  --zen-am-dark-surface: #242426;
  --zen-am-paper: #f5f5f7;
  --zen-am-white: #ffffff;
  --zen-am-muted: #6e6e73;
  --zen-am-signal: #f05a3c;
  --zen-am-signal-dark: #b73b26;
  --zen-am-radius: 18px;
  --zen-am-radius-media: 24px;
  --zen-am-shadow: 0 18px 50px rgba(0, 0, 0, .08);
  --zen-am-max: 1240px;
  --zen-am-font-text: var(--zen-font-text, sans-serif);
  --zen-am-font-display: var(--zen-font-display, sans-serif);
}

body.elementor-page {
  color: var(--zen-am-ink);
  background: var(--zen-am-paper);
  font-family: var(--zen-am-font-text);
  font-kerning: normal;
  font-optical-sizing: auto;
  font-synthesis: none;
  font-variant-ligatures: common-ligatures contextual;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Reset the rule-heavy visual language. Structure remains native Elementor. */
body.elementor-page .zenmotion-native-main *,
body.elementor-page .zenmotion-native-main *::before,
body.elementor-page .zenmotion-native-main *::after,
body.elementor-page .zenmotion-native-footer *,
body.elementor-page .zenmotion-native-footer *::before,
body.elementor-page .zenmotion-native-footer *::after {
  border-color: transparent !important;
}

body.elementor-page :is(a, button, [role="button"]):focus-visible {
  outline: 2px solid var(--zen-am-signal) !important;
  outline-offset: 3px;
}

body.elementor-page .zenmotion-native-main .elementor-heading-title,
body.elementor-page .zenmotion-native-footer .elementor-heading-title {
  font-family: var(--zen-am-font-display) !important;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-synthesis: none;
  font-weight: 600 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}

body.elementor-page .zenmotion-native-main .elementor-widget-text-editor,
body.elementor-page .zenmotion-native-main .elementor-widget-text-editor p,
body.elementor-page .zenmotion-native-footer .elementor-widget-text-editor,
body.elementor-page .zenmotion-native-footer .elementor-widget-text-editor p {
  font-family: var(--zen-am-font-text) !important;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-synthesis: none;
  font-variant-ligatures: common-ligatures contextual;
  letter-spacing: -.022em;
  text-wrap: pretty;
}

body.elementor-page .zenmotion-native-main .zenmotion-kicker p {
  color: var(--zen-am-signal) !important;
  font-family: var(--zen-am-font-text) !important;
  font-size: .72rem !important;
  font-weight: 650 !important;
  letter-spacing: .075em;
}

/* Compact translucent navigation: no rule, no blue/green default states. */
body.elementor-page .zenmotion-native-header {
  color: #fff;
  background: rgba(8, 8, 10, .84) !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: saturate(160%) blur(20px);
  backdrop-filter: saturate(160%) blur(20px);
}

body.elementor-page .zenmotion-native-header > .e-con-inner {
  max-width: var(--zen-am-max) !important;
  min-height: 4.25rem !important;
  margin-inline: auto !important;
}

body.elementor-page .zenmotion-native-header .zenmotion-wordmark .elementor-heading-title,
body.elementor-page .zenmotion-native-header .zenmotion-wordmark a,
body.elementor-page .zenmotion-native-header .zenmotion-skip-link,
body.elementor-page .zenmotion-native-header .zenmotion-skip-link a {
  font-family: var(--zen-am-font-text) !important;
}

body.elementor-page .zenmotion-native-header .zenmotion-wordmark .elementor-heading-title,
body.elementor-page .zenmotion-native-header .zenmotion-wordmark a,
body.elementor-page .zenmotion-native-nav .elementor-item {
  color: rgba(255, 255, 255, .8) !important;
}

body.elementor-page .zenmotion-native-header .zenmotion-wordmark a,
body.elementor-page .zenmotion-native-nav .elementor-item:hover,
body.elementor-page .zenmotion-native-nav .elementor-item:focus-visible,
body.elementor-page .zenmotion-native-nav .elementor-item.elementor-item-active,
body.elementor-page .zenmotion-native-nav .elementor-item.is-current {
  color: #fff !important;
}

body.elementor-page .zenmotion-native-nav .elementor-item {
  font-family: var(--zen-am-font-text) !important;
  font-size: .72rem !important;
  font-weight: 450 !important;
  letter-spacing: .005em;
}

body.elementor-page .zenmotion-native-nav .elementor-item::after,
body.elementor-page .zenmotion-e-nav a::after {
  display: none !important;
}

body.elementor-page .zenmotion-native-nav :is(.elementor-menu-toggle, .elementor-nav-menu--dropdown, .elementor-item) {
  border: 0 !important;
  border-color: transparent !important;
}

body.elementor-page .zenmotion-native-nav .elementor-menu-toggle {
  color: #fff !important;
  background: rgba(255, 255, 255, .08) !important;
  border-radius: 999px !important;
}

body.elementor-page .zenmotion-native-nav .elementor-nav-menu--dropdown {
  background: rgba(8, 8, 10, .98) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
}

body.elementor-page .zenmotion-scroll-progress,
body.elementor-page .zenmotion-scroll-progress * {
  border: 0 !important;
}

/* Full-width scenes, bounded content, large pauses between ideas. */
body.elementor-page .zenmotion-native-main > .e-con-inner > .e-con > .e-con-inner {
  width: 100% !important;
  max-width: var(--zen-am-max) !important;
  margin-inline: auto !important;
  padding-top: clamp(5.5rem, 9vw, 8.5rem) !important;
  padding-right: var(--zen-gutter) !important;
  padding-bottom: clamp(5.5rem, 9vw, 8.5rem) !important;
  padding-left: var(--zen-gutter) !important;
}

body.elementor-page .zenmotion-native-main > .e-con-inner > .zenmotion-hero > .e-con-inner {
  min-height: calc(92svh - 4.25rem);
  padding-top: clamp(4rem, 8vw, 7rem) !important;
  padding-bottom: clamp(4rem, 8vw, 7rem) !important;
}

body.elementor-page .zenmotion-native-main > .e-con-inner > .zenmotion-method > .e-con-inner {
  padding-top: clamp(2.5rem, 5vw, 4rem) !important;
  padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

body.elementor-page .zenmotion-hero,
body.elementor-page .zenmotion-services,
body.elementor-page .zenmotion-section.is-navy {
  background: var(--zen-am-black) !important;
}

body.elementor-page .zenmotion-method,
body.elementor-page .zenmotion-journey,
body.elementor-page .zenmotion-section.is-ice,
body.elementor-page .zenmotion-faq,
body.elementor-page .zenmotion-seo-fact-band,
body.elementor-page .zenmotion-seo-faq {
  background: var(--zen-am-paper) !important;
}

body.elementor-page :is(.zenmotion-about, .zenmotion-gallery, .zenmotion-reviews, .zenmotion-seo-section) {
  background: var(--zen-am-white) !important;
}

body.elementor-page :is(.zenmotion-case-study, .zenmotion-booking, .zenmotion-seo-section.is-ink, .zenmotion-seo-booking) {
  background: var(--zen-am-dark) !important;
}

/* Hero: fewer labels, one oversized statement, sculptural photography. */
body.elementor-page .zenmotion-hero :is(.zenmotion-hero-meta, .zenmotion-media-meta) {
  display: none !important;
}

body.elementor-page .zenmotion-hero > .e-con-inner {
  align-items: center !important;
  gap: clamp(3rem, 7vw, 7rem) !important;
}

@media (min-width: 901px) {
  body.elementor-page .zenmotion-hero > .e-con-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .85fr) !important;
  }

  body.elementor-page .zenmotion-hero > .e-con-inner > :is(.zenmotion-hero-copy, .zenmotion-hero-image) {
    --width: 100% !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
  }
}

@media (max-width: 900px) {
  body.elementor-page .zenmotion-hero > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
  }

  body.elementor-page .zenmotion-hero > .e-con-inner > :is(.zenmotion-hero-copy, .zenmotion-hero-image) {
    --width: 100% !important;
    width: 100% !important;
    max-width: none !important;
  }
}

body.elementor-page .zenmotion-hero-copy > .e-con-inner {
  gap: clamp(1.15rem, 2vw, 1.8rem) !important;
}

body.elementor-page .zenmotion-hero-heading .elementor-heading-title {
  font-size: clamp(3.8rem, 7.1vw, 7.1rem) !important;
  font-weight: 600 !important;
  line-height: .94 !important;
  letter-spacing: -.065em !important;
}

body.elementor-page .zenmotion-hero-heading .zen-serif .elementor-heading-title {
  font-family: var(--zen-am-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: -.07em !important;
}

body.elementor-page .zenmotion-hero-copy > .e-con-inner > .elementor-widget-text-editor:not(.zenmotion-kicker) {
  max-width: 39rem;
}

body.elementor-page .zenmotion-hero-image {
  overflow: hidden;
  border-radius: var(--zen-am-radius-media);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
}

body.elementor-page .zenmotion-hero-image > .e-con-inner {
  gap: 0 !important;
  padding: 0 !important;
}

body.elementor-page .zenmotion-hero-image img {
  border-radius: var(--zen-am-radius-media) !important;
}

body.elementor-page .zenmotion-media-caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  padding: .75rem 1rem !important;
  color: #fff;
  background: rgba(8, 8, 10, .62);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.elementor-page .zenmotion-proof {
  display: flex !important;
  width: 100% !important;
  grid-template-columns: none !important;
}

body.elementor-page .zenmotion-proof > .e-con-inner {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem !important;
}

body.elementor-page .zenmotion-proof > .e-con-inner > .zenmotion-proof-item,
body.elementor-page .zenmotion-proof > .e-con-inner > .zenmotion-proof-item + .zenmotion-proof-item {
  width: auto !important;
  padding: 1rem 1.05rem !important;
  background: rgba(255, 255, 255, .07);
  border: 0 !important;
  border-radius: 12px;
}

body.elementor-page .zenmotion-proof-item .elementor-heading-title {
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
}

/* Feature strip: soft modules instead of a ruled index. */
body.elementor-page .zenmotion-method > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr)) !important;
  gap: .8rem !important;
}

body.elementor-page .zenmotion-method > .e-con-inner > .e-con,
body.elementor-page .zenmotion-method > .e-con-inner > .e-con:first-child {
  width: auto !important;
  padding: 1.4rem !important;
  background: var(--zen-am-white);
  border: 0 !important;
  border-radius: 14px;
}

body.elementor-page .zenmotion-method > .e-con-inner > .e-con:first-child {
  background: transparent;
  padding-left: 0 !important;
}

/* Photography and editorial copy carry the approach section. */
body.elementor-page :is(.zenmotion-image-panel, .zenmotion-journey-image, .zenmotion-case-visual) {
  overflow: hidden;
  border-radius: var(--zen-am-radius-media);
  box-shadow: var(--zen-am-shadow);
}

body.elementor-page :is(.zenmotion-image-panel, .zenmotion-journey-image, .zenmotion-case-visual) img {
  border-radius: var(--zen-am-radius-media) !important;
}

body.elementor-page .zenmotion-analysis-callout {
  margin-top: .75rem;
  padding: 1.6rem !important;
  background: var(--zen-am-paper);
  border: 0 !important;
  border-radius: var(--zen-am-radius);
}

body.elementor-page .zenmotion-credentials > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem !important;
  background: transparent;
  border: 0 !important;
}

body.elementor-page .zenmotion-credentials > .e-con-inner > .zenmotion-credential,
body.elementor-page .zenmotion-credentials > .e-con-inner > .zenmotion-credential:nth-child(even) {
  width: auto !important;
  padding: 1.2rem !important;
  background: var(--zen-am-paper);
  border: 0 !important;
  border-radius: 12px;
}

/* Services: six calm dark tiles, no ledger lines or category badges. */
body.elementor-page .zenmotion-toolkit,
body.elementor-page .zenmotion-conditions,
body.elementor-page .zenmotion-service-links {
  border: 0 !important;
}

body.elementor-page .zenmotion-toolkit > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem !important;
}

body.elementor-page .zenmotion-tool {
  overflow: hidden;
  background: var(--zen-am-dark-surface);
  border: 0 !important;
  border-radius: var(--zen-am-radius);
}

body.elementor-page .zenmotion-tool > .e-con-inner {
  display: grid !important;
  grid-template-columns: 2rem 1fr !important;
  gap: .45rem .8rem !important;
  align-items: start !important;
  padding: 1.5rem !important;
}

body.elementor-page .zenmotion-tool > .e-con-inner > .elementor-widget-text-editor:nth-child(3) {
  grid-column: 2;
}

body.elementor-page .zenmotion-tool-tag {
  display: none !important;
}

body.elementor-page .zenmotion-tool:hover {
  color: inherit !important;
  background: #2b2b2e;
}

body.elementor-page .zenmotion-tool:hover :is(h3, p, .number) {
  color: inherit;
  transform: none !important;
}

body.elementor-page .zenmotion-conditions {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding: clamp(1.8rem, 4vw, 3rem) !important;
  background: rgba(255, 255, 255, .055);
  border-radius: var(--zen-am-radius-media);
}

body.elementor-page .zenmotion-condition-list > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .25rem 1rem !important;
  border: 0 !important;
}

body.elementor-page .zenmotion-condition-list > .e-con-inner > .zenmotion-condition {
  width: auto !important;
  margin: 0;
  padding: .55rem 0 !important;
  border: 0 !important;
}

body.elementor-page .zenmotion-condition p::before {
  content: "•";
  color: var(--zen-am-signal);
}

body.elementor-page .zenmotion-service-links > .e-con-inner {
  display: flex !important;
  flex-flow: row wrap !important;
  gap: .5rem 1.5rem !important;
}

body.elementor-page .zenmotion-service-links .elementor-button {
  width: auto !important;
  min-height: 2.75rem;
  padding: .5rem 0 !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  font-weight: 500 !important;
}

/* Journey: each phase is a quiet white card. */
body.elementor-page .zenmotion-journey-phases,
body.elementor-page .zenmotion-journey-phases > .e-con-inner {
  border: 0 !important;
}

body.elementor-page .zenmotion-journey-phases > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem !important;
}

body.elementor-page .zenmotion-journey-phase {
  background: var(--zen-am-white);
  border-radius: 14px;
}

body.elementor-page .zenmotion-journey-phase > .e-con-inner {
  display: grid !important;
  grid-template-columns: 2.2rem 1fr !important;
  gap: .8rem !important;
  padding: 1.25rem !important;
  border: 0 !important;
}

body.elementor-page .zenmotion-journey-phase .phase-num {
  background: var(--zen-am-ink);
  border-radius: 50%;
}

/* Gallery: one cinematic object. The redundant seven-cell legend is hidden. */
body.elementor-page .zenmotion-pro-carousel {
  overflow: hidden;
  border-radius: var(--zen-am-radius-media);
  box-shadow: var(--zen-am-shadow);
}

body.elementor-page .zenmotion-pro-carousel :is(.swiper, .swiper-slide, .elementor-carousel-image) {
  border-radius: var(--zen-am-radius-media) !important;
}

body.elementor-page .zenmotion-frame-guide {
  display: none !important;
}

body.elementor-page .zenmotion-pro-carousel :is(.elementor-swiper-button, .swiper-pagination) {
  border: 0 !important;
}

/* Pricing: four product-like cards, not a ruled table. */
body.elementor-page .zenmotion-price-list,
body.elementor-page .zenmotion-price-list > .e-con-inner,
body.elementor-page .zenmotion-packages,
body.elementor-page .zenmotion-packages > .e-con-inner,
body.elementor-page .zenmotion-package-terms,
body.elementor-page .zenmotion-package-terms > .e-con-inner {
  border: 0 !important;
}

body.elementor-page .zenmotion-price-list > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem !important;
}

body.elementor-page .zenmotion-price {
  min-width: 0;
  background: var(--zen-am-white);
  border: 0 !important;
  border-radius: var(--zen-am-radius);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .045);
}

body.elementor-page .zenmotion-price > .e-con-inner,
body.elementor-page .zenmotion-price.featured > .e-con-inner {
  display: flex !important;
  height: 100%;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  padding: 1.5rem !important;
  border: 0 !important;
}

body.elementor-page .zenmotion-price.featured {
  color: var(--zen-am-ink);
  background: var(--zen-am-signal);
}

body.elementor-page .zenmotion-price-amount > .e-con-inner {
  align-items: flex-start !important;
}

body.elementor-page .zenmotion-price-amount p {
  text-align: left;
}

body.elementor-page .zenmotion-packages > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1.05fr .95fr .95fr;
  gap: .8rem !important;
}

body.elementor-page :is(.zenmotion-package-intro, .zenmotion-package) {
  overflow: hidden;
  background: var(--zen-am-white);
  border: 0 !important;
  border-radius: var(--zen-am-radius);
}

body.elementor-page :is(.zenmotion-package-intro, .zenmotion-package) > .e-con-inner,
body.elementor-page .zenmotion-package + .zenmotion-package > .e-con-inner,
body.elementor-page .zenmotion-package-intro + .zenmotion-package > .e-con-inner {
  height: 100%;
  padding: 1.5rem !important;
  border: 0 !important;
}

body.elementor-page .zenmotion-package.is-extended,
body.elementor-page .zenmotion-package.is-extended > .e-con-inner {
  background: var(--zen-am-dark) !important;
}

body.elementor-page .zenmotion-package-terms > .e-con-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .25rem 1.2rem !important;
}

body.elementor-page .zenmotion-package-terms > .e-con-inner > .zenmotion-package-term,
body.elementor-page .zenmotion-package-terms > .e-con-inner > .zenmotion-package-term + .zenmotion-package-term {
  width: auto !important;
  padding: .4rem 0 !important;
  border: 0 !important;
}

/* Reviews and FAQs: neutral surfaces; remove Elementor's green/blue defaults. */
body.elementor-page .zenmotion-pro-reviews :is(.elementor-testimonial, .elementor-testimonial__content, .elementor-testimonial__footer) {
  border: 0 !important;
}

body.elementor-page .zenmotion-pro-reviews .elementor-testimonial {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--zen-am-paper);
  border-radius: var(--zen-am-radius);
}

/* Reviews: one native Elementor introduction and an open editorial quote field. */
body.elementor-page #reviews .zenmotion-reviews-intro > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(17rem, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: clamp(3rem, 8vw, 8rem) !important;
  row-gap: clamp(.9rem, 1.4vw, 1.25rem) !important;
  align-items: end !important;
}

body.elementor-page #reviews .zenmotion-reviews-intro > .e-con-inner > .elementor-element {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  justify-self: stretch;
}

body.elementor-page #reviews .zenmotion-reviews-intro > .e-con-inner > .zenmotion-kicker {
  width: max-content !important;
  justify-self: start;
}

body.elementor-page #reviews .zenmotion-reviews-intro > .e-con-inner > :nth-child(1) {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.elementor-page #reviews .zenmotion-reviews-intro > .e-con-inner > :nth-child(2) {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

body.elementor-page #reviews .zenmotion-reviews-intro > .e-con-inner > :nth-child(3) {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

body.elementor-page #reviews .zenmotion-reviews-intro > .e-con-inner > :nth-child(4) {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: start;
}

body.elementor-page .zenmotion-reviews-google-link .elementor-button {
  min-height: 2.75rem;
  padding: .55rem 0 !important;
  color: var(--zen-am-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.elementor-page .zenmotion-reviews-google-link .elementor-button:hover {
  color: var(--zen-am-signal-dark) !important;
  background: transparent !important;
}

body.elementor-page .zenmotion-rich-showcase-feed,
body.elementor-page .zenmotion-rich-showcase-feed .elementor-shortcode,
body.elementor-page .zenmotion-rich-showcase-feed .wp-gr,
body.elementor-page .zenmotion-rich-showcase-feed .grw-row,
body.elementor-page .zenmotion-rich-showcase-feed .grw-content,
body.elementor-page .zenmotion-rich-showcase-feed .grw-content-inner {
  width: 100% !important;
  max-width: none !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .wp-gr {
  color: var(--zen-am-ink) !important;
  font-family: var(--zen-am-font-text) !important;
  --star-color: var(--zen-am-signal);
  --head-name-color: var(--zen-am-ink);
  --head-based-color: var(--zen-am-muted);
  --powered-color: var(--zen-am-muted);
  --name-color: var(--zen-am-ink);
  --text-color: var(--zen-am-ink);
  --rev-color: transparent;
}

body.elementor-page .zenmotion-rich-showcase-feed :is(.grw-header, .grw-row, .grw-content, .grw-content-inner, .grw-reviews, .grw-review, .grw-review-inner) {
  border: 0 !important;
  box-shadow: none !important;
}

/* The native section introduction already carries listing identity and rating. */
body.elementor-page .zenmotion-rich-showcase-feed .grw-header {
  display: none !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .grw-reviews {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: clamp(3.5rem, 7vw, 7rem) !important;
  row-gap: clamp(3.25rem, 5vw, 5rem) !important;
  align-items: start !important;
  transform: none !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .rpi-slide.grw-review {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  transition: none !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .rpi-slide.grw-review:nth-child(5) {
  grid-column: 1 / -1;
  justify-self: end;
  width: min(100%, 52rem) !important;
  max-width: 52rem !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .grw-review-inner {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  height: auto !important;
  min-height: 0 !important;
  gap: clamp(.8rem, 1.25vw, 1rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  transform: none !important;
  transition: none !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .grw-review-inner > .rpi-stars {
  order: 1;
  align-self: flex-start !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .grw-review-inner > .rpi-col4 {
  order: 2;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .grw-review-inner > .rpi-row12-center {
  order: 3;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  margin-top: .1rem;
}

body.elementor-page .zenmotion-rich-showcase-feed .grw-img-wrap {
  display: none !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .grw-review-inner > .rpi-row12-center > .rpi-col6 {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  gap: .2rem .7rem !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .grw-review .wp-google-name,
body.elementor-page .zenmotion-rich-showcase-feed .grw-review .wp-google-name a {
  color: var(--zen-am-ink) !important;
  font-size: .92rem !important;
  font-weight: 650 !important;
  letter-spacing: -.012em !important;
  text-decoration: none !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .grw-review :is(a.wp-google-name, .wp-google-name a) {
  display: inline-flex !important;
  min-height: 2.75rem;
  align-items: center !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .wp-google-time {
  color: var(--zen-am-muted) !important;
  font-size: .78rem !important;
  letter-spacing: .01em !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .wp-google-feedback,
body.elementor-page .zenmotion-rich-showcase-feed .grw-scroll {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

body.elementor-page .zenmotion-rich-showcase-feed .wp-google-text {
  display: block;
  max-width: 38rem;
  color: var(--zen-am-ink) !important;
  font-family: var(--zen-am-font-text) !important;
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: -.022em !important;
  text-wrap: pretty;
}

body.elementor-page .zenmotion-rich-showcase-feed .grw-review:nth-child(5) .wp-google-text {
  max-width: 48rem;
  font-size: clamp(1.18rem, 1.5vw, 1.3rem) !important;
  line-height: 1.5 !important;
  letter-spacing: -.025em !important;
}

body.elementor-page .zenmotion-rich-showcase-feed :is(.rpi-ltgt, .rpi-dots-wrap) {
  display: none !important;
}

body.elementor-page .zenmotion-rich-showcase-feed :is(a, button):focus-visible {
  outline: 2px solid var(--zen-am-signal) !important;
  outline-offset: 4px !important;
}

@media (max-width: 900px) {
  body.elementor-page #reviews .zenmotion-reviews-intro > .e-con-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    row-gap: 1rem !important;
  }

  body.elementor-page #reviews .zenmotion-reviews-intro > .e-con-inner > .elementor-element {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body.elementor-page #reviews .zenmotion-reviews-intro > .e-con-inner > :nth-child(3) {
    margin-top: 1rem;
  }

  body.elementor-page .zenmotion-rich-showcase-feed .grw-reviews {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: clamp(2.5rem, 7vw, 3.5rem) !important;
  }

  body.elementor-page .zenmotion-rich-showcase-feed .rpi-slide.grw-review:nth-child(5) {
    grid-column: 1;
    justify-self: stretch;
    width: 100% !important;
    max-width: none !important;
  }

  body.elementor-page .zenmotion-rich-showcase-feed .wp-google-text,
  body.elementor-page .zenmotion-rich-showcase-feed .grw-review:nth-child(5) .wp-google-text {
    max-width: 42rem;
  }
}

@media (max-width: 480px) {
  body.elementor-page #reviews .zenmotion-reviews-intro {
    padding-bottom: 2.5rem !important;
  }

  body.elementor-page .zenmotion-rich-showcase-feed .grw-reviews {
    row-gap: 2.4rem !important;
  }
}

body.elementor-page .zenmotion-native-accordion .elementor-accordion {
  display: grid;
  gap: .65rem;
  border: 0 !important;
}

body.elementor-page .zenmotion-native-accordion .elementor-accordion-item {
  overflow: hidden;
  background: var(--zen-am-white);
  border: 0 !important;
  border-radius: 14px;
}

body.elementor-page .zenmotion-native-accordion .elementor-tab-title {
  min-height: 4.5rem;
  padding: .85rem 1.15rem !important;
  color: var(--zen-am-ink) !important;
  background: transparent !important;
  border: 0 !important;
}

body.elementor-page .zenmotion-native-accordion .elementor-accordion-title,
body.elementor-page .zenmotion-native-accordion .elementor-tab-title:not(.elementor-active) .elementor-accordion-title {
  color: var(--zen-am-ink) !important;
  font-family: var(--zen-am-font-text) !important;
  font-weight: 600 !important;
}

body.elementor-page .zenmotion-native-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: var(--zen-am-signal-dark) !important;
}

body.elementor-page .zenmotion-native-accordion .elementor-accordion-icon {
  display: none !important;
}

body.elementor-page .zenmotion-native-accordion .elementor-tab-content {
  max-width: 66ch;
  padding: 0 1.15rem 1.25rem !important;
  color: var(--zen-am-muted) !important;
  background: transparent !important;
  border: 0 !important;
}

body.elementor-page .zenmotion-native-accordion .elementor-tab-content,
body.elementor-page .zenmotion-native-accordion .elementor-tab-content p {
  font-family: var(--zen-am-font-text) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: -.022em !important;
}

/* One brutalist moment: hard dark recovery block, softened internally. */
body.elementor-page .zenmotion-case-path,
body.elementor-page .zenmotion-case-path > .e-con-inner {
  border: 0 !important;
}

body.elementor-page .zenmotion-case-path > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem !important;
}

body.elementor-page .zenmotion-case-path > .e-con-inner > .zenmotion-case-step,
body.elementor-page .zenmotion-case-path > .e-con-inner > .zenmotion-case-step + .zenmotion-case-step {
  min-height: 0;
  padding: 1.25rem !important;
  background: var(--zen-am-dark-surface);
  border: 0 !important;
  border-radius: 12px;
}

body.elementor-page .zenmotion-case-label {
  border: 0 !important;
  border-radius: 999px;
}

/* Booking: soft dark rows and a single coral location object. */
body.elementor-page .zenmotion-booking > .e-con-inner {
  padding-bottom: clamp(5.5rem, 9vw, 8.5rem) !important;
}

body.elementor-page .zenmotion-hours,
body.elementor-page .zenmotion-hours > .e-con-inner {
  border: 0 !important;
}

body.elementor-page .zenmotion-hours > .e-con-inner {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-content: stretch !important;
  gap: .45rem !important;
}

body.elementor-page .zenmotion-hours-row {
  --width: 100% !important;
  width: 100% !important;
  max-width: none !important;
  flex-basis: 100% !important;
  background: var(--zen-am-dark-surface);
  border-radius: 10px;
}

body.elementor-page .zenmotion-hours-row > .e-con-inner {
  padding: .8rem 1rem !important;
  border: 0 !important;
}

body.elementor-page .zenmotion-location {
  overflow: hidden;
  border: 0 !important;
  border-radius: var(--zen-am-radius-media);
  box-shadow: none;
}

/* Focused pages use the same calm card rhythm. */
body.elementor-page .zenmotion-seo-hero > .e-con-inner {
  min-height: min(76svh, 760px);
  align-items: center !important;
}

body.elementor-page .zenmotion-seo-hero-image {
  overflow: hidden;
  border-radius: var(--zen-am-radius-media);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
}

body.elementor-page .zenmotion-seo-hero-image img {
  border-radius: var(--zen-am-radius-media) !important;
}

body.elementor-page .zenmotion-seo-facts,
body.elementor-page .zenmotion-seo-facts > .e-con-inner,
body.elementor-page .zenmotion-seo-rows,
body.elementor-page .zenmotion-seo-rows > .e-con-inner,
body.elementor-page .zenmotion-seo-related,
body.elementor-page .zenmotion-seo-related > .e-con-inner {
  border: 0 !important;
}

body.elementor-page .zenmotion-seo-facts > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem !important;
}

body.elementor-page .zenmotion-seo-facts > .e-con-inner > .zenmotion-seo-fact,
body.elementor-page .zenmotion-seo-facts > .e-con-inner > .zenmotion-seo-fact + .zenmotion-seo-fact {
  width: auto !important;
  padding: 1.25rem !important;
  background: var(--zen-am-white);
  border: 0 !important;
  border-radius: 12px;
}

body.elementor-page .zenmotion-seo-rows > .e-con-inner {
  display: grid !important;
  gap: .65rem !important;
}

body.elementor-page .zenmotion-seo-row {
  background: var(--zen-am-paper);
  border-radius: 14px;
}

body.elementor-page .zenmotion-seo-section.is-ink .zenmotion-seo-row {
  background: var(--zen-am-dark-surface);
}

body.elementor-page .zenmotion-seo-row > .e-con-inner {
  padding: 1.25rem !important;
  border: 0 !important;
}

body.elementor-page .zenmotion-seo-related > .e-con-inner {
  display: grid !important;
  gap: .45rem !important;
}

body.elementor-page .zenmotion-seo-related .elementor-button {
  justify-content: flex-start;
  color: #fff !important;
  background: var(--zen-am-dark-surface) !important;
  border: 0 !important;
  border-radius: 10px !important;
}

/* Buttons: soft Apple-like geometry, still unmistakably ZenMotion coral. */
body.elementor-page .elementor-button {
  min-height: 2.75rem;
  padding: .7rem 1.15rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: var(--zen-am-font-text) !important;
  font-weight: 600 !important;
  letter-spacing: -.01em !important;
}

body.elementor-page .elementor-button:hover {
  transform: translateY(-1px);
}

body.elementor-page .zenmotion-native-footer {
  color: rgba(255, 255, 255, .72);
  background: var(--zen-am-black) !important;
  border: 0 !important;
}

body.elementor-page .zenmotion-native-footer > .e-con-inner {
  max-width: var(--zen-am-max) !important;
  margin-inline: auto !important;
  border: 0 !important;
}

/* No blue or green survives from Elementor's global kit. */
body.elementor-page .zenmotion-native-main a:not(.elementor-button) {
  color: var(--zen-am-signal-dark) !important;
}

body.elementor-page :is(.zenmotion-section.is-navy, .zenmotion-case-study, .zenmotion-booking, .zenmotion-seo-section.is-ink, .zenmotion-seo-booking) a:not(.elementor-button) {
  color: #fff !important;
}

@media (max-width: 1024px) {
  body.elementor-page .zenmotion-method > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.elementor-page .zenmotion-method > .e-con-inner > .e-con:first-child {
    grid-column: 1 / -1;
  }

  body.elementor-page .zenmotion-price-list > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.elementor-page .zenmotion-condition-list > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.elementor-page .zenmotion-native-main > .e-con-inner > .e-con > .e-con-inner {
    padding-top: clamp(4.5rem, 18vw, 6rem) !important;
    padding-right: 1.25rem !important;
    padding-bottom: clamp(4.5rem, 18vw, 6rem) !important;
    padding-left: 1.25rem !important;
  }

  body.elementor-page .zenmotion-native-main > .e-con-inner > .zenmotion-hero > .e-con-inner {
    min-height: auto;
    padding-top: 3.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  body.elementor-page .zenmotion-hero-heading .elementor-heading-title {
    font-size: clamp(3.25rem, 15vw, 5rem) !important;
  }

  body.elementor-page .zenmotion-proof > .e-con-inner,
  body.elementor-page .zenmotion-method > .e-con-inner,
  body.elementor-page .zenmotion-toolkit > .e-con-inner,
  body.elementor-page .zenmotion-journey-phases > .e-con-inner,
  body.elementor-page .zenmotion-price-list > .e-con-inner,
  body.elementor-page .zenmotion-packages > .e-con-inner,
  body.elementor-page .zenmotion-case-path > .e-con-inner,
  body.elementor-page .zenmotion-seo-facts > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  body.elementor-page .zenmotion-proof > .e-con-inner > .zenmotion-proof-item,
  body.elementor-page .zenmotion-proof > .e-con-inner > .zenmotion-proof-item + .zenmotion-proof-item {
    border: 0 !important;
  }

  body.elementor-page .zenmotion-method > .e-con-inner > .e-con:first-child {
    grid-column: auto;
  }

  body.elementor-page .zenmotion-credentials > .e-con-inner,
  body.elementor-page .zenmotion-condition-list > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  body.elementor-page .zenmotion-conditions {
    padding: 1.35rem !important;
  }

  body.elementor-page .zenmotion-pro-carousel {
    border-radius: 16px;
  }

  body.elementor-page .zenmotion-pro-carousel :is(.swiper, .swiper-slide, .elementor-carousel-image) {
    border-radius: 16px !important;
  }

  body.elementor-page .zenmotion-price > .e-con-inner,
  body.elementor-page .zenmotion-price.featured > .e-con-inner {
    display: flex !important;
    grid-template-columns: none !important;
  }

  body.elementor-page .zenmotion-package-terms > .e-con-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.elementor-page .zenmotion-seo-hero > .e-con-inner {
    min-height: auto;
  }
}

/* Reserved editorial image geometry prevents load-time and scroll-time reflow. */
body.elementor-page .zenmotion-native-main :is(
  .zenmotion-hero-image,
  .zenmotion-image-panel,
  .zenmotion-journey-image,
  .zenmotion-case-visual,
  .zenmotion-seo-hero-image
) {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: flex-start !important;
  overflow: hidden;
}

body.elementor-page .zenmotion-native-main :is(
  .zenmotion-hero-image,
  .zenmotion-journey-image,
  .zenmotion-case-visual,
  .zenmotion-seo-hero-image
) {
  aspect-ratio: 4 / 3 !important;
}

body.elementor-page .zenmotion-native-main .zenmotion-image-panel {
  aspect-ratio: 4 / 5 !important;
}

body.elementor-page .zenmotion-native-main :is(.zenmotion-hero-image, .zenmotion-seo-hero-image) {
  align-self: center !important;
}

body.elementor-page .zenmotion-native-main :is(
  .zenmotion-hero-image,
  .zenmotion-image-panel,
  .zenmotion-journey-image,
  .zenmotion-case-visual,
  .zenmotion-seo-hero-image
) > .e-con-inner,
body.elementor-page .zenmotion-native-main :is(
  .zenmotion-hero-image,
  .zenmotion-image-panel,
  .zenmotion-journey-image,
  .zenmotion-case-visual,
  .zenmotion-seo-hero-image
) .elementor-widget-image,
body.elementor-page .zenmotion-native-main :is(
  .zenmotion-hero-image,
  .zenmotion-image-panel,
  .zenmotion-journey-image,
  .zenmotion-case-visual,
  .zenmotion-seo-hero-image
) .elementor-widget-container,
body.elementor-page .zenmotion-native-main :is(
  .zenmotion-hero-image,
  .zenmotion-image-panel,
  .zenmotion-journey-image,
  .zenmotion-case-visual,
  .zenmotion-seo-hero-image
) a {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.elementor-page .zenmotion-native-main :is(
  .zenmotion-hero-image,
  .zenmotion-image-panel,
  .zenmotion-journey-image,
  .zenmotion-case-visual,
  .zenmotion-seo-hero-image
) img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
}

body.elementor-page .zenmotion-native-main .zenmotion-image-panel img {
  object-position: 50% 24% !important;
}

/* Stable composition: no entrance, scroll-reveal, parallax, or hover lift. */
html body.elementor-page .zenmotion-reveal > .e-con-inner,
html body.elementor-page .zenmotion-reveal > .wp-block-group,
body.elementor-page .zenmotion-hero-line,
body.elementor-page .zenmotion-hero-image .elementor-widget-image,
body.elementor-page .zenmotion-seo-hero h1,
body.elementor-page .zenmotion-seo-hero-image .elementor-widget-image,
body.elementor-page .elementor-motion-effects-element,
body.elementor-page .elementor-motion-effects-layer {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

body.elementor-page .elementor-button:hover,
body.elementor-page .zenmotion-pro-carousel .elementor-swiper-button:hover,
body.elementor-page .zenmotion-pro-reviews .elementor-swiper-button:hover {
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body.elementor-page .elementor-button:hover {
    transform: none;
  }
}
