/* Bevel-style motion choreography, rebuilt around each product's own visuals. */
:root {
  --motion-ease-out: cubic-bezier(.16, 1, .3, 1);
  --motion-ease-soft: cubic-bezier(.22, 1, .36, 1);
}

body[data-motion-brand="intermittor"] {
  --motion-accent: #7047eb;
  --motion-orbit-border: rgba(112, 71, 235, .2);
  --motion-orbit-shadow: rgba(69, 42, 142, .2);
  --motion-shutter-color: #17151d;
  --motion-shutter-underlay: #fff;
  --motion-spotlight: rgba(123, 77, 245, .28);
}

body[data-motion-brand="cinecyclop"] {
  --motion-accent: #c97b1d;
  --motion-orbit-border: rgba(201, 123, 29, .22);
  --motion-orbit-shadow: rgba(89, 63, 23, .2);
  --motion-shutter-color: #ebe5d8;
  --motion-shutter-underlay: #fff8ec;
  --motion-spotlight: rgba(216, 121, 0, .2);
}

html.lenis,
html.lenis body { height: auto; }

.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }

html.motion-bevel.motion-modern [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}

html.motion-bevel.motion-modern body[data-motion-brand="intermittor"] :is(
  .hero .kicker,
  .hero h1,
  .hero .lede,
  .hero .actions,
  .hero-visual
),
html.motion-bevel.motion-modern body[data-motion-brand="cinecyclop"] :is(
  .hero .kicker,
  .hero h1,
  .hero .lede,
  .hero .alias,
  .hero .actions,
  .spec-strip,
  .device-card
) {
  animation: none !important;
}

html.motion-bevel .motion-nav-active {
  box-shadow: 0 8px 24px color-mix(in srgb, var(--motion-accent) 8%, transparent);
}

html.motion-bevel body[data-motion-brand="intermittor"] .motion-nav-active {
  background-color: rgba(255, 255, 255, .94);
}

html.motion-bevel body[data-motion-brand="cinecyclop"] .motion-nav-active {
  background-color: rgba(248, 246, 240, .94);
}

.motion-hero-stage {
  position: relative;
  isolation: isolate;
}

.motion-hero-stage > :not(.motion-orbit-layer) {
  position: relative;
  z-index: 2;
}

.motion-orbit-layer {
  position: absolute;
  z-index: 1;
  inset: 43% -9% 4%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

body[data-motion-brand="cinecyclop"] .motion-orbit-layer {
  inset: -10% -13% -7%;
  border-radius: 30px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
}

/* Keep the Cinecyclop hero as one centred composition: copy, desktop and phone. */
body[data-motion-brand="cinecyclop"] .hero .shell {
  width: min(1340px, calc(100% - clamp(40px, 7vw, 96px)));
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(32px, 4vw, 58px);
}

body[data-motion-brand="cinecyclop"] .hero-copy {
  width: 100%;
  max-width: 590px;
}

body[data-motion-brand="cinecyclop"] .hero-title-lockup {
  max-width: 590px;
  gap: clamp(14px, 1.8vw, 24px);
}

body[data-motion-brand="cinecyclop"] .hero-mascot {
  width: clamp(168px, 12vw, 208px);
}

body[data-motion-brand="cinecyclop"] .hero-preview {
  display: grid;
  width: 100%;
  min-width: 0;
  place-items: center;
}

body[data-motion-brand="cinecyclop"] .hero-preview:has(> .hero-phone-mockup) {
  padding: clamp(14px, 1.8vw, 24px) clamp(14px, 2vw, 28px) clamp(72px, 6.5vw, 96px);
}

body[data-motion-brand="cinecyclop"] .hero-device-main {
  width: min(100%, 780px);
  max-width: none;
  justify-self: center;
}

/* The generic motion layer makes direct children relative. Restore the phone
   overlay so it stays attached to the desktop capture instead of falling below it. */
body[data-motion-brand="cinecyclop"] .motion-hero-stage > .hero-phone-mockup {
  position: absolute;
  right: auto;
  bottom: clamp(10px, 1.2vw, 18px);
  left: clamp(28px, 4.2vw, 62px);
  width: clamp(112px, 10.5vw, 154px);
  transform: rotate(-1.25deg);
}

body[data-motion-brand="cinecyclop"] .hero-preview .motion-orbit-layer {
  inset: 0 -4% 2%;
}

.motion-orbit-card {
  position: absolute;
  top: var(--motion-orbit-top, 18%);
  left: var(--motion-orbit-left, 10%);
  width: clamp(112px, 15vw, 210px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
  border: 1px solid var(--motion-orbit-border);
  border-radius: clamp(12px, 1.6vw, 20px);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 24px 54px var(--motion-orbit-shadow);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.motion-orbit-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  object-position: var(--motion-orbit-focus, 50% 35%);
  opacity: .92;
}

body[data-motion-brand="cinecyclop"] .motion-orbit-card {
  width: clamp(96px, 13vw, 176px);
  background: rgba(255, 253, 250, .82);
}

body[data-motion-brand="cinecyclop"] .motion-equipment-card {
  --motion-equipment-accent: #8b6944;
  display: grid;
  gap: 11px;
  width: clamp(150px, 16vw, 214px);
  min-height: 84px;
  padding: 14px 15px 15px;
  overflow: visible;
  border: 0;
  border-radius: 14px;
  color: #211b15;
  background: rgba(255, 253, 249, .9);
  box-shadow: 0 6px 8px rgba(89, 63, 23, .15);
  -webkit-backdrop-filter: blur(10px) saturate(1.04);
  backdrop-filter: blur(10px) saturate(1.04);
}

body[data-motion-brand="cinecyclop"] .motion-equipment-card[data-tone="camera"] { --motion-equipment-accent: #3f3326; }
body[data-motion-brand="cinecyclop"] .motion-equipment-card[data-tone="light"] { --motion-equipment-accent: #d17c13; }
body[data-motion-brand="cinecyclop"] .motion-equipment-card[data-tone="grip"] { --motion-equipment-accent: #6d5e4c; }
body[data-motion-brand="cinecyclop"] .motion-equipment-card[data-tone="document"] { --motion-equipment-accent: #aa5d13; }
body[data-motion-brand="cinecyclop"] .motion-equipment-card[data-tone="team"] { --motion-equipment-accent: #7b684f; }
body[data-motion-brand="cinecyclop"] .motion-equipment-card[data-tone="dmx"] { --motion-equipment-accent: #b66d16; }

.motion-equipment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #695f54;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.2;
}

.motion-equipment-group {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.motion-equipment-group::before {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--motion-equipment-accent);
  content: "";
}

.motion-equipment-detail {
  color: #7a7065;
  white-space: nowrap;
}

.motion-equipment-title {
  overflow: hidden;
  color: #211b15;
  font-size: clamp(.88rem, 1.25vw, 1.04rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.motion-product-frame {
  overflow: hidden;
}

.motion-product-media,
.motion-floating {
  will-change: transform;
  transform-origin: 50% 50%;
}

.motion-marquee-window {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.motion-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.motion-marquee-set {
  flex: none !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  min-width: max-content;
  padding-right: clamp(28px, 4vw, 58px);
}

body[data-motion-brand="intermittor"] .ih-platforms-inner.motion-marquee-host {
  flex-wrap: nowrap;
}

body[data-motion-brand="intermittor"] .motion-marquee-window {
  flex: 0 1 470px;
}

body[data-motion-brand="cinecyclop"] .cn-band .motion-marquee-window {
  width: min(100%, 760px);
  margin-inline: auto;
}

.motion-shutter-target {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.motion-shutter-content {
  position: relative;
  z-index: 3;
}

.motion-shutter {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.motion-shutter-row {
  flex: 1 1 0;
  min-height: 11px;
  margin-top: -1px;
  background: var(--motion-shutter-color);
  transform: scaleY(0);
  transform-origin: bottom center;
  will-change: transform;
}

.motion-spotlight-target {
  position: relative;
  isolation: isolate;
  --motion-spotlight-x: 50%;
  --motion-spotlight-y: 50%;
  --motion-spotlight-alpha: 0;
}

.motion-spotlight-target::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: var(--motion-spotlight-alpha);
  background: radial-gradient(
    circle 18.75rem at var(--motion-spotlight-x) var(--motion-spotlight-y),
    var(--motion-spotlight),
    transparent 70%
  );
}

html.motion-bevel .motion-hover-lift,
html.motion-bevel .motion-hover-media {
  transition:
    translate 240ms var(--motion-ease-soft),
    scale 240ms var(--motion-ease-soft),
    box-shadow 240ms var(--motion-ease-soft),
    filter 240ms var(--motion-ease-soft);
}

/* Cinecyclop feature stories: functional titles first, then focused UI fragments. */
.feature-copy > h3,
.demo-video-copy > h2 {
  max-width: 14ch;
  margin-bottom: 8px;
  font-size: clamp(2.05rem, 3.5vw, 3.2rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.feature-copy > .feature-subtitle,
.demo-video-copy > .demo-video-subtitle {
  max-width: 38ch;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  font-weight: 650;
  line-height: 1.35;
  text-wrap: pretty;
}

.feature-cutout {
  position: relative;
  height: clamp(450px, 46vw, 610px);
  overflow: hidden;
  border-radius: var(--radius);
  background: #eee6d9;
  isolation: isolate;
}

.feature-cutout::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 14%, rgba(216, 121, 0, .13), transparent 27%),
    radial-gradient(circle at 12% 88%, rgba(23, 18, 12, .08), transparent 30%);
}

.ui-fragment {
  position: absolute;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(67, 45, 17, .15);
  transform: translateZ(0);
}

.ui-fragment img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.feature-cutout:not(.pdf-photo-cutout) .ui-fragment figcaption {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(23, 18, 12, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 2px 6px rgba(23, 18, 12, .08);
  color: #17120c;
  font-size: .72rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: .01em;
}

.catalogue-cutout .ui-fragment figcaption {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(23, 21, 18, .94);
  color: #fff;
}

.team-fragment--access {
  top: 6%;
  left: 4%;
  width: 72%;
  height: 25%;
}

.team-fragment--access img { object-position: 43% 70%; }
.team-fragment--access img {
  transform: scale(2.05);
  transform-origin: 22% 68%;
}

.team-fragment--member {
  top: 34%;
  right: 3%;
  width: 87%;
  height: 36%;
}

.team-fragment--member img { object-position: 35% 87%; }
.team-fragment--member img {
  transform: scale(2.2);
  transform-origin: 22% 84%;
}

.team-fragment--roles {
  bottom: 6%;
  left: 7%;
  width: 62%;
  height: 21%;
}

.team-fragment--roles img { object-position: 25% 96%; }
.team-fragment--roles img {
  transform: scale(2.5);
  transform-origin: 20% 94%;
}

.catalogue-cutout { background: #171512; }

.catalogue-fragment {
  background: #171512;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .28);
}

.catalogue-fragment--departments {
  top: 6%;
  left: 4%;
  width: 68%;
  height: 23%;
}

.catalogue-fragment--departments img { object-position: 45% 25%; }
.catalogue-fragment--departments img {
  transform: scale(1.9);
  transform-origin: 35% 25%;
}

.catalogue-fragment--search {
  top: 31%;
  right: 3%;
  width: 86%;
  height: 17%;
}

.catalogue-fragment--search img { object-position: 50% 43%; }
.catalogue-fragment--search img {
  transform: scale(2.1);
  transform-origin: 35% 43%;
}

.catalogue-fragment--families {
  bottom: 6%;
  left: 6%;
  width: 88%;
  height: 43%;
}

.catalogue-fragment--families img { object-position: 50% 83%; }
.catalogue-fragment--families img {
  transform: scale(1.8);
  transform-origin: 27% 78%;
}

.dmx-cutout { background: #f1ede6; }

.dmx-fragment--summary {
  top: 4%;
  left: 4%;
  width: 59%;
  height: 22%;
}

.dmx-fragment--summary img { object-position: 42% 0; }
.dmx-fragment--summary img {
  transform: scale(2.15);
  transform-origin: 3% 0;
}

.dmx-fragment--fixtures {
  top: 23%;
  right: 2%;
  width: 88%;
  height: 51%;
}

.dmx-fragment--fixtures img { object-position: 47% 42%; }
.dmx-fragment--fixtures img {
  transform: scale(2);
  transform-origin: 18% 39%;
}

.dmx-fragment--export {
  bottom: 4%;
  left: 5%;
  width: 72%;
  height: 22%;
}

.dmx-fragment--export img { object-position: 46% 90%; }
.dmx-fragment--export img {
  transform: scale(2.35);
  transform-origin: 10% 82%;
}

.pdf-photo-cutout { background: #e9e1d5; }

.pdf-photo-fragment--pdf {
  top: 5%;
  left: 3%;
  width: 42%;
  height: 89%;
}

.pdf-photo-fragment--pdf img { object-position: 50% 8%; }
.pdf-photo-fragment--pdf img {
  transform: scale(1.45);
  transform-origin: 50% 18%;
}

.pdf-photo-fragment--diagram {
  top: 7%;
  right: 2%;
  width: 62%;
  height: 51%;
}

.pdf-photo-fragment--diagram img { object-position: 50% 43%; }
.pdf-photo-fragment--diagram img {
  transform: scale(1.35);
  transform-origin: 50% 40%;
}

.pdf-photo-fragment--results {
  right: 5%;
  bottom: 6%;
  width: 51%;
  height: 34%;
}

.pdf-photo-fragment--results img { object-position: 54% 91%; }
.pdf-photo-fragment--results img {
  transform: scale(1.5);
  transform-origin: 48% 86%;
}

.pdf-photo-fragment figcaption {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #17120c;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
}

/* Cinecyclop focused feature panels: one interface action per story. */
.feature-focus {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: clamp(18px, 3vw, 36px);
  overflow: hidden;
  border-radius: var(--radius);
  background: #eee6d9;
  isolation: isolate;
}

.feature-focus::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 90% 10%, rgba(216, 121, 0, .14), transparent 30%),
    radial-gradient(circle at 8% 92%, rgba(23, 18, 12, .07), transparent 32%);
}

.feature-focus--dark {
  background: #171512;
}

.feature-focus--dark::before {
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 121, 0, .16), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(255, 255, 255, .06), transparent 34%);
}

.feature-focus-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 18, 12, .1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(67, 45, 17, .16);
}

.feature-focus-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.feature-focus--dark .feature-focus-frame {
  border-color: rgba(255, 255, 255, .1);
  background: #11100e;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
}

.feature-focus-frame .visual-zoom {
  right: 12px;
  bottom: 12px;
}

.pdf-photo-focus {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 2vw, 18px);
  min-height: 0;
  padding: clamp(16px, 2.4vw, 26px);
  place-items: stretch;
}

.pdf-photo-focus .feature-focus-frame {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.pdf-photo-focus .feature-focus-frame--pdf img {
  height: clamp(230px, 24vw, 300px);
  object-fit: cover;
  object-position: top center;
}

.pdf-photo-focus .feature-focus-frame--photo img {
  aspect-ratio: 1240 / 690;
  object-fit: cover;
}

.pdf-photo-focus figcaption {
  padding: 10px 14px;
  border-top: 1px solid rgba(23, 18, 12, .1);
  color: #17120c;
  font-size: .8rem;
  font-weight: 720;
  line-height: 1.2;
}

.pdf-photo-focus .visual-zoom {
  top: 10px;
  right: 10px;
  bottom: auto;
}

.feature-visual:has(.feature-cutout) .mascot-spot--feature {
  right: -3%;
  bottom: -8%;
  width: clamp(120px, 25%, 190px);
}

.feature-visual:has(.feature-focus) .mascot-spot--feature {
  right: -3%;
  bottom: -8%;
  width: clamp(120px, 25%, 190px);
}

.feature-row.reverse .feature-visual:has(.feature-cutout) .mascot-spot--feature {
  right: auto;
  left: -3%;
}

.feature-row.reverse .feature-visual:has(.feature-focus) .mascot-spot--feature {
  right: auto;
  left: -3%;
}

@media (hover: hover) and (pointer: fine) {
  html.motion-bevel .motion-hover-lift:hover {
    translate: 0 -2px;
    scale: 1.01;
  }

  html.motion-bevel .motion-hover-media:hover {
    translate: 0 -3px;
    scale: 1.006;
    filter: saturate(1.025);
  }
}

@media (max-width: 767px) {
  .motion-orbit-layer { inset: 54% 0 2%; opacity: .72; }
  body[data-motion-brand="cinecyclop"] .motion-orbit-layer {
    inset: 4% 0 -5%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  }
  .motion-orbit-card { width: 106px; }
  body[data-motion-brand="cinecyclop"] .motion-equipment-card {
    width: 148px;
    min-height: 76px;
    padding: 12px 13px;
  }
  .motion-equipment-meta { font-size: .62rem; }
  .motion-equipment-title { font-size: .88rem; }
  .motion-orbit-card:nth-child(n + 5) { display: none; }
  .motion-product-media,
  .motion-floating { will-change: auto; }
  body[data-motion-brand="intermittor"] .ih-platforms-inner.motion-marquee-host { flex-wrap: wrap; }
  body[data-motion-brand="intermittor"] .motion-marquee-window { flex-basis: 100%; }

  .feature-copy > h3,
  .demo-video-copy > h2 {
    max-width: 16ch;
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .feature-cutout {
    height: clamp(390px, 112vw, 470px);
  }

  .feature-focus {
    min-height: 0;
    padding: 14px;
  }

  .feature-focus-frame {
    border-radius: 10px;
  }

  .ui-fragment { border-radius: 10px; }

  .feature-cutout:not(.pdf-photo-cutout) .ui-fragment figcaption {
    top: 7px;
    left: 7px;
    padding: 6px 8px;
    font-size: .64rem;
  }

  .feature-visual:has(.feature-cutout) .mascot-spot--feature {
    width: min(34%, 150px);
    bottom: -5%;
  }

  .feature-visual:has(.feature-focus) .mascot-spot--feature {
    width: min(34%, 150px);
    bottom: -5%;
  }

  .pdf-photo-focus .feature-focus-frame--pdf img {
    height: clamp(210px, 64vw, 280px);
  }

  .pdf-photo-fragment--pdf {
    width: 45%;
  }

  .pdf-photo-fragment--diagram {
    width: 67%;
  }

  .pdf-photo-fragment figcaption {
    left: 8px;
    bottom: 8px;
    padding: 6px 9px;
    font-size: .68rem;
  }
}

@media (max-width: 900px) {
  body[data-motion-brand="cinecyclop"] .hero .shell {
    width: min(760px, calc(100% - 40px));
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body[data-motion-brand="cinecyclop"] .hero-copy {
    max-width: 680px;
    margin-inline: auto;
  }

  body[data-motion-brand="cinecyclop"] .hero-preview {
    width: min(100%, 760px);
    margin-inline: auto;
  }
}

@media (max-width: 540px) {
  html,
  body[data-motion-brand="cinecyclop"] {
    max-width: 100%;
    overflow-x: clip;
  }

  body[data-motion-brand="cinecyclop"] :is(.site-header, .topbar, .nav) {
    min-width: 0;
    max-width: 100%;
  }

  body[data-motion-brand="cinecyclop"] .nav {
    contain: inline-size;
    overscroll-behavior-inline: contain;
  }

  body[data-motion-brand="cinecyclop"] .nav a {
    flex: 0 0 auto;
    min-width: 44px;
    min-height: 44px;
  }

  body[data-motion-brand="cinecyclop"] .hero .shell {
    width: min(100% - 26px, 760px);
    gap: 26px;
  }

  body[data-motion-brand="cinecyclop"] .hero-title-lockup {
    display: block;
  }

  body[data-motion-brand="cinecyclop"] .hero-mascot {
    width: min(210px, 62vw);
    margin: 20px auto 0;
  }

  body[data-motion-brand="cinecyclop"] .hero-preview:has(> .hero-phone-mockup) {
    padding: 8px 4px 68px;
  }

  body[data-motion-brand="cinecyclop"] .motion-hero-stage > .hero-phone-mockup {
    bottom: 4px;
    left: 18px;
    width: 102px;
  }

  body[data-motion-brand="cinecyclop"] :is(
    .visual-zoom,
    .pro-access-foot a,
    .answer-links a,
    .cia-copy,
    footer a
  ) {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  body[data-motion-brand="cinecyclop"] .visual-zoom {
    min-height: 48px !important;
  }

  body[data-motion-brand="cinecyclop"] .lang-switch {
    min-width: 44px;
  }

  body[data-motion-brand="cinecyclop"] .cn-social a {
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  body[data-motion-brand="cinecyclop"] .rating-star {
    min-width: 44px;
    min-height: 44px;
  }

  body[data-motion-brand="cinecyclop"] .app-store-badge {
    min-height: 44px;
  }

  body[data-motion-brand="cinecyclop"] .motion-marquee-window {
    width: 100%;
    max-width: 100%;
  }
}

@supports (padding: max(0px)) {
  body[data-motion-brand="cinecyclop"] .site-header {
    padding-top: env(safe-area-inset-top);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-orbit-layer { display: none !important; }
  .motion-marquee-track,
  .motion-product-media,
  .motion-floating,
  .motion-hover-lift,
  .motion-hover-media {
    transform: none !important;
    translate: none !important;
    scale: none !important;
    transition: none !important;
  }
  .motion-shutter-row { transform: scaleY(1) !important; }
  .motion-shutter-content { opacity: 1 !important; transform: none !important; }
  .motion-spotlight-target::after { display: none !important; }
}
