@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
/* =====================================================================
   ZELOR STUDIO — PRO HERO SYSTEM  (shared across Home / About / Work / Contact)
   Awwwards-style: 3D cursor-reactive orb + animated grid floor + kinetic type.
   Aligned to the site header grid (.container-1750, 32px outer margin).
   Brand accent: #f1eb1c.  Content is never changed — only presentation.
   ===================================================================== */

:root {
  --zlr-brand: #f1eb1c;
  --zlr-brand-soft: rgba(241, 235, 28, 0.16);
  --zlr-ink: #ffffff;
  --zlr-muted: rgba(255, 255, 255, 0.66);
  --zlr-line: rgba(255, 255, 255, 0.08);
  /* Original side spacing: hero copy lines up under the header logo.
     Header = .px-50 (50px) wrapper + .container-1750 (max 1750, centred). */
  --zlr-hero-max: 1750px;
}

/* ---------------------------------------------------------------------
   1. SHELL — full-bleed stage, header-aligned inner grid
   --------------------------------------------------------------------- */
.zlr-hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 78% 0%, rgba(241, 235, 28, 0.10), transparent 55%),
    radial-gradient(90% 70% at 0% 100%, rgba(241, 235, 28, 0.05), transparent 60%),
    #060606;
  isolation: isolate;
}

/* Mirror the site HEADER layout so the hero copy starts under the logo:
   .zlr-hero__inner == header's .px-50 wrapper, .zlr-hero__wrap == .container-1750. */
.zlr-hero__inner {
  position: relative;
  z-index: 4;
  width: 100%;
  /* header: 32px margin + 50px .px-50 + 15px .col-6 gutter = 97px (logo's left edge) */
  padding-inline: 97px;
  padding-block: clamp(140px, 18vh, 220px) clamp(72px, 10vh, 120px);
}
/* large screens: .container-1750 centres, so the 15px col gutter no longer offsets — use 82px */
@media (min-width: 1400px) {
  .zlr-hero__inner { padding-inline: 82px; }
}
.zlr-hero__wrap {
  position: relative;
  max-width: var(--zlr-hero-max);  /* .container-1750 */
  margin-inline: auto;
  padding-inline: 0;
}
@media (max-width: 1199px) {
  /* keep hero copy aligned to the header logo (82px + 15px col gutter) */
  .zlr-hero__inner { padding-inline: 97px; }
}
@media (max-width: 767px) {
  .zlr-hero__inner { padding-inline: clamp(20px, 5vw, 40px); }
}
@media (max-width: 575px) {
  .zlr-hero__wrap { padding-inline: 12px; }
}

/* Two-column grid: copy left, 3D stage right (collapses on mobile). */
.zlr-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
}

.zlr-hero--centered .zlr-hero__grid {
  grid-template-columns: minmax(0, 1fr);
  text-align: center;
  /* NOTE: no justify-items/justify-content:center here — that shrinks the copy
     column to its content width and pushes it off-centre. The column must stay
     full width so its own text-align:center does the centring. */
}
/* full-width column; its inline content (title, copy, buttons) centres via text-align */
.zlr-hero--centered .zlr-hero__copy-col {
  width: 100%;
  text-align: center;
}
.zlr-hero--centered .zlr-hero__title,
.zlr-hero--centered .zlr-hero__title .zlr-line,
.zlr-hero--centered .zlr-hero__copy { text-align: center; }
.zlr-hero--centered .zlr-hero__copy { margin-inline: auto; }
.zlr-hero--centered .zlr-hero__actions { justify-content: center; }
/* A centred hero must be perfectly symmetric at EVERY width. The home hero adds
   a left-only 97px/82px gutter (incl. a min-width:1400px override) for logo
   alignment — that gutter makes the centred pages look off, so force it back to
   an equal inline padding here and cap+auto-margin the content. !important beats
   the min-width:1400px base rule at any zoom. */
.zlr-hero--centered .zlr-hero__inner {
  padding-inline: clamp(20px, 4vw, 48px) !important;
}
.zlr-hero--centered .zlr-hero__wrap {
  margin-inline: auto;
  padding-inline: 0;
}

/* Home hero project marquee. Other pages continue using the orb stage. */
.zlr-hero--marquee .zlr-hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr);
  gap: clamp(34px, 4vw, 74px);
}
.zlr-hero--marquee .zlr-hero__inner {
  padding-block: 0;
}
.zlr-hero--marquee .zlr-hero__copy-col { padding: 130px 0 80px; }
.zlr-hero--marquee .zlr-hero__mesh { display: none; }
.zlr-hero--marquee {
  background: #060606 !important;
}
.zlr-hero--marquee .zlr-hero__spot { display: none !important; }
/* Superside-style contrast headline: base line is a tight modern bold sans,
   the accent line is a large italic serif — the mix is what makes it feel
   premium (all-one-font read flat). */
.zlr-hero--marquee .zlr-hero__title {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: clamp(50px, 4.4vw, 82px);
  line-height: .98;
  letter-spacing: -.03em;
  font-weight: 500;
  text-transform: capitalize;
}
.zlr-hero--marquee .zlr-hero__title .zlr-accent {
  font-family: "Instrument Serif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.01em;
  /* serif renders visually smaller — bump it so both lines feel balanced */
  font-size: 1.18em;
}
.zlr-hero--marquee .zlr-hero__title .zlr-line {
  overflow: visible;
  white-space: nowrap;
}
.zlr-hero-marquee {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 100%;      /* pin rows so columns can't grow past the box */
  gap: clamp(10px, 1vw, 16px);
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  /* A CSS mask is the one thing that RELIABLY clips GPU-composited children to a
     region — clipping is literally what a mask does, so no transformed image can
     paint outside it (that was the escaping / blinking edge). The same mask also
     gives the top & bottom fade. Solid (opaque) through the middle, soft at the
     ends; the fade is gentle enough that no moving image edge reads as a line. */
  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0,
      #000 clamp(100px, 17vh, 210px),
      #000 calc(100% - clamp(120px, 21vh, 270px)),
      transparent 100%);
          mask-image: linear-gradient(to bottom,
      transparent 0,
      #000 clamp(100px, 17vh, 210px),
      #000 calc(100% - clamp(120px, 21vh, 270px)),
      transparent 100%);
  background: transparent;
}
.zlr-hero-marquee__column {
  min-width: 0;
  height: 100%;          /* fill the row, never grow with the (tall, cloned) track */
  min-height: 0;
  overflow: hidden;
  /* scope layout/paint to the column so the per-frame `top` change doesn't force
     a whole-page relayout → much smoother, no per-pixel stutter */
  background: transparent;
}
.zlr-hero-marquee__track {
  display: flex;
  flex-direction: column;
  /* Each set carries its own bottom gap so the track is exactly 2×setHeight and
     the JS wrap at one set height is seamless. NO transform / will-change here —
     movement is done via `top` (see rule below) to avoid GPU-edge shimmer. */
}
.zlr-hero-marquee__set {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 16px);
  padding-bottom: clamp(10px, 1vw, 16px);  /* seam gap belongs to the set, keeping it 2×-clean */
}
/* CSS animation is a no-JS fallback only; zelor-hero-pro.js sets animation:none
   and drives these tracks at whole-pixel positions to kill the 1px seam line. */
/* The track scrolls via JS using the `top` property (a layout offset), NOT a
   transform — transform blinks under the page's ScrollSmoother. No CSS animation. */
.zlr-hero-marquee__track { position: relative; top: 0; }
.zlr-hero-marquee__item {
  /* Kept intentionally SIMPLE: no per-item transform / clip-path / isolation.
     Each of those promotes the item to its own GPU layer that gets re-clipped
     and re-rastered every animation frame — with ~8 items × 3 columns that was
     the bottom "blink". Now the moving track is the single composited layer and
     items are plain, cheaply-clipped boxes. */
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #151515;
  cursor: none;
}
.zlr-hero-marquee__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .3s ease;
}
.zlr-hero-marquee__item--square { aspect-ratio: 1 / 1; }
.zlr-hero-marquee__item--portrait { aspect-ratio: 4 / 5; }
.zlr-hero-marquee__item--tall { aspect-ratio: 3 / 5; }
.zlr-hero-marquee__item--landscape { aspect-ratio: 4 / 3; }
.zlr-hero-marquee__item:hover img { filter: brightness(.76); }
.zlr-hero-marquee-mobile { display: none; }
/* desktop marquee moves via JS `top`; only the mobile horizontal marquee uses keyframes */
@keyframes zlr-mobile-left { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
@keyframes zlr-mobile-right { from { transform: translate3d(-50%,0,0); } to { transform: translate3d(0,0,0); } }

.zlr-hero--marquee .zlr-hero__actions .tp-el-btn > svg { display: none; }

/* ---------------------------------------------------------------------
   2. ANIMATED GRID FLOOR + glow layers (the "wow" backdrop)
   --------------------------------------------------------------------- */
.zlr-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* single faint grid mesh across the whole hero (the only background pattern) */
.zlr-hero__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: clamp(64px, 7vw, 96px) clamp(64px, 7vw, 96px);
  -webkit-mask-image: radial-gradient(130% 130% at 50% 35%, #000 45%, transparent 100%);
          mask-image: radial-gradient(130% 130% at 50% 35%, #000 45%, transparent 100%);
}

/* moving spotlight that follows the cursor (set via JS custom props) */
.zlr-hero__spot {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    480px 480px at var(--zlr-mx, 75%) var(--zlr-my, 35%),
    rgba(241, 235, 28, 0.14),
    transparent 65%
  );
  transition: background-position 0.2s ease;
}

/* ---------------------------------------------------------------------
   3. THE 3D ORB  (canvas particle sphere, cursor reactive)
   --------------------------------------------------------------------- */
.zlr-hero__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(260px, 38vw, 460px);
}

.zlr-hero__orb {
  position: relative;
  width: clamp(240px, 30vw, 440px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

.zlr-hero__orb canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* soft brand halo behind the orb */
.zlr-hero__orb::before {
  content: "";
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241,235,28,0.28), transparent 62%);
  filter: blur(28px);
  z-index: -1;
  animation: zlr-pulse 5.5s ease-in-out infinite;
}

@keyframes zlr-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.96); }
  50%      { opacity: 0.95; transform: scale(1.04); }
}

/* orbiting accent ring */
.zlr-hero__orb::after {
  content: "";
  position: absolute;
  inset: -4%;
  border-radius: 50%;
  border: 1px solid rgba(241, 235, 28, 0.28);
  -webkit-mask-image: linear-gradient(120deg, #000 20%, transparent 60%);
          mask-image: linear-gradient(120deg, #000 20%, transparent 60%);
  animation: zlr-spin 12s linear infinite;
}

@keyframes zlr-spin {
  to { transform: rotate(360deg); }
}

/* small floating chips for extra depth */
.zlr-hero__chip {
  position: absolute;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  background: var(--zlr-brand);
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(241, 235, 28, 0.25);
  animation: zlr-float 6s ease-in-out infinite;
}
.zlr-hero__chip--a { top: 6%;  left: -6%;  animation-delay: -1s; }
.zlr-hero__chip--b {
  bottom: 10%; right: -4%; animation-delay: -3s;
  color: #fff !important; -webkit-text-fill-color: #fff !important;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(8px); box-shadow: none;
}

@keyframes zlr-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

/* ---------------------------------------------------------------------
   4. COPY BLOCK — kicker, kinetic heading, paragraph, CTA, meta
   --------------------------------------------------------------------- */
.zlr-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(16px, 2.2vh, 24px);
  padding: 0;
  font-size: clamp(10px, 0.82vw, 12px);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--zlr-brand);
  background: transparent;
  border: 0;
  border-radius: 0;
}
.zlr-hero__kicker::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--zlr-brand);
  box-shadow: 0 0 10px var(--zlr-brand);
  animation: zlr-blink 1.8s ease-in-out infinite;
}
@keyframes zlr-blink { 0%,100%{opacity:1} 50%{opacity:.35} }

.zlr-hero__title {
  margin: 0 0 clamp(22px, 3vh, 34px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--zlr-ink);
  font-size: clamp(38px, 4.8vw, 84px);
}
/* each line on its own row; allow it to shrink-wrap, never clip */
.zlr-hero__title .zlr-line { display: block; overflow: hidden; white-space: nowrap; }
.zlr-hero__title .zlr-line > span {
  display: inline-block;
  transform: translateY(105%);
  opacity: 0;
  animation: zlr-rise 0.9s cubic-bezier(.16,1,.3,1) forwards;
}
.zlr-hero__title .zlr-line:nth-child(1) > span { animation-delay: 0.15s; }
.zlr-hero__title .zlr-line:nth-child(2) > span { animation-delay: 0.28s; }
.zlr-hero__title .zlr-line:nth-child(3) > span { animation-delay: 0.41s; }
.zlr-hero__title .zlr-accent { color: var(--zlr-brand); }

@keyframes zlr-rise {
  to { transform: translateY(0); opacity: 1; }
}

.zlr-hero__copy {
  max-width: 52ch;
  margin: 0 0 clamp(26px, 3.4vh, 38px);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.6;
  color: var(--zlr-muted);
  opacity: 0;
  animation: zlr-fade 0.9s ease 0.55s forwards;
}

.zlr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  opacity: 0;
  animation: zlr-fade 0.9s ease 0.7s forwards;
}

@keyframes zlr-fade { to { opacity: 1; } }

/* Primary CTA — keeps existing button classes working, just restyles inside hero.
   Force dark text on every nested node so theme/about CSS can't make it white. */
.zlr-hero__actions .tp-el-btn,
.zlr-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 17px 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid var(--zlr-brand) !important;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease, color .5s ease;
}
.zlr-hero__actions .tp-el-btn::before,
.zlr-hero__cta::before {
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  content: "" !important;
  border-radius: inherit;
  background: var(--zlr-brand) !important;
  clip-path: circle(0% at 50% 110%);
  transition: clip-path .9s cubic-bezier(.18,.78,.18,1);
}
.zlr-hero__actions .tp-el-btn *,
.zlr-hero__actions .tp-el-btn .elementor-button-text,
.zlr-hero__actions .tp-el-btn svg,
.zlr-hero__cta * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  stroke: #fff !important;
}
.zlr-hero__actions .tp-el-btn svg path { stroke: #fff !important; }
.zlr-hero__actions .tp-el-btn:hover,
.zlr-hero__cta:hover {
  color: #060606 !important;
  -webkit-text-fill-color: #060606 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(241, 235, 28, 0.18);
}
.zlr-hero__actions .tp-el-btn:hover::before,
.zlr-hero__cta:hover::before { clip-path: circle(145% at 50% 110%); }
.zlr-hero__actions .tp-el-btn:hover *,
.zlr-hero__actions .tp-el-btn:hover svg,
.zlr-hero__actions .tp-el-btn:hover svg path {
  color: #060606 !important;
  -webkit-text-fill-color: #060606 !important;
  stroke: #060606 !important;
}

.zlr-hero__ghost {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--zlr-ink);
  text-decoration: none;
  opacity: 0.72;
  transition: opacity .3s ease, gap .3s ease, color .3s ease;
}
.zlr-hero__ghost::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--zlr-brand);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s ease;
}
.zlr-hero__ghost:hover { opacity: 1; gap: 14px; color: var(--zlr-brand); }
.zlr-hero__ghost:hover::after { transform: scaleX(1); transform-origin: left; }
.zlr-hero__ghost svg { transition: transform .25s ease; }
.zlr-hero__ghost:hover svg { transform: translateX(4px); }

/* scroll cue — anchored to the bottom-right edge of the hero grid,
   sitting on the same horizontal band as the action buttons */
.zlr-hero__scroll {
  position: absolute;
  right: 0;
  bottom: clamp(-8px, 0.5vh, 8px);
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--zlr-muted);
}
.zlr-hero__scroll i {
  width: 1px; height: 30px; background: rgba(255,255,255,0.25);
  position: relative; overflow: hidden; display: inline-block;
}
.zlr-hero__scroll i::after {
  content: ""; position: absolute; inset: 0;
  background: var(--zlr-brand);
  animation: zlr-scroll 1.8s ease-in-out infinite;
}
@keyframes zlr-scroll {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

/* ---------------------------------------------------------------------
   5. RESPONSIVE — collapse to single column, hide heavy decor on phones
   --------------------------------------------------------------------- */
@media (max-width: 991px) {
  /* tablet and below: drop the 3D orb, single-column copy layout */
  .zlr-hero {
    min-height: auto;
    display: block;
  }
  .zlr-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .zlr-hero__stage { display: none !important; }
  .zlr-hero--marquee .zlr-hero__grid { grid-template-columns: minmax(0, 1fr); gap: 52px; }
  .zlr-hero--marquee .zlr-hero__inner { padding-block: 0 60px; }
  .zlr-hero--marquee .zlr-hero__copy-col { padding-block: 150px 20px; }
  .zlr-hero--marquee .zlr-hero__title { font-size: clamp(44px, 8.5vw, 84px); }
  .zlr-hero--marquee .zlr-hero__title .zlr-line { white-space: normal; }
  /* tablet & below: use the dedicated 2-row horizontal marquee, not the 3-col grid */
  .zlr-hero-marquee { display: none; }
  .zlr-hero-marquee-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }
  .zlr-hero-marquee-mobile__row { overflow: hidden; }
  .zlr-hero-marquee-mobile__track {
    display: flex;
    width: max-content;
    will-change: transform;
    backface-visibility: hidden;
  }
  .zlr-hero-marquee-mobile__set {
    display: flex;
    flex: none;
    gap: 12px;
    padding-right: 12px;
  }
  .zlr-hero-marquee-mobile__row--1 .zlr-hero-marquee-mobile__track { animation: zlr-mobile-left 30s linear infinite; }
  .zlr-hero-marquee-mobile__row--2 .zlr-hero-marquee-mobile__track { animation: zlr-mobile-right 34s linear infinite; }
  .zlr-hero-marquee-mobile__item {
    display: block;
    flex: none;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    background: #151515;
  }
  .zlr-hero-marquee-mobile__item--square { width: 180px; }
  .zlr-hero-marquee-mobile__item--portrait { width: 144px; }
  .zlr-hero-marquee-mobile__item--tall { width: 114px; }
  .zlr-hero-marquee-mobile__item--landscape { width: 240px; }
  .zlr-hero-marquee-mobile__item img { width: 100%; height: 100%; object-fit: cover; }
  .zlr-hero__chip { display: none; }
  .zlr-hero__inner {
    padding-block: clamp(170px, 22vh, 220px) clamp(96px, 12vh, 130px);
  }
  .zlr-hero__copy { max-width: none; }
  .zlr-hero__scroll { display: none; }
  .zlr-hero__title { font-size: clamp(44px, 8.5vw, 84px); }
  /* allow wrapping so long words never clip on tablet widths */
  .zlr-hero__title .zlr-line { white-space: normal; overflow: visible; }
}

@media (max-width: 600px) {
  .zlr-hero {
    min-height: auto;
    display: block;
  }
  .zlr-hero__inner {
    padding-block: 124px clamp(48px, 9vh, 72px);
  }
  /* hide the 3D orb / decorative stage on phones (client request) */
  .zlr-hero__stage { display: none !important; }
  .zlr-hero--marquee .zlr-hero__grid { gap: 42px; }
  .zlr-hero--marquee .zlr-hero__inner { padding-block: 0 36px; }
  .zlr-hero--marquee .zlr-hero__copy-col {
    padding: 132px 10px 8px;
    text-align: center;
  }
  .zlr-hero--marquee .zlr-hero__kicker { display: none; }
  .zlr-hero--marquee .zlr-hero__title {
    margin-bottom: 24px;
    font-size: clamp(38px, 11.5vw, 54px);
    line-height: .94;
    text-align: center;
  }
  .zlr-hero--marquee .zlr-hero__title .zlr-line { white-space: normal; }
  .zlr-hero--marquee .zlr-hero__copy {
    max-width: 38ch;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  .zlr-hero--marquee .zlr-hero__actions { justify-content: center; }
  .zlr-hero--marquee .zlr-hero__actions .tp-el-btn {
    width: auto;
    min-height: 48px;
    padding: 13px 24px;
  }
  .zlr-hero--marquee .zlr-hero__ghost { display: none; }
  .zlr-hero-marquee { display: none; }
  .zlr-hero-marquee-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }
  .zlr-hero-marquee-mobile__row { overflow: hidden; }
  .zlr-hero-marquee-mobile__track {
    display: flex;
    width: max-content;
    will-change: transform;
    backface-visibility: hidden;
  }
  .zlr-hero-marquee-mobile__set {
    display: flex;
    flex: none;
    gap: 10px;
    padding-right: 10px;
  }
  .zlr-hero-marquee-mobile__row--1 .zlr-hero-marquee-mobile__track { animation: zlr-mobile-left 30s linear infinite; }
  .zlr-hero-marquee-mobile__row--2 .zlr-hero-marquee-mobile__track { animation: zlr-mobile-right 34s linear infinite; }
  .zlr-hero-marquee-mobile__item {
    display: block;
    flex: none;
    height: 133px;
    overflow: hidden;
    border-radius: 7px;
    background: #151515;
  }
  .zlr-hero-marquee-mobile__item--square { width: 133px; }
  .zlr-hero-marquee-mobile__item--portrait { width: 106px; }
  .zlr-hero-marquee-mobile__item--tall { width: 84px; }
  .zlr-hero-marquee-mobile__item--landscape { width: 177px; }
  .zlr-hero-marquee-mobile__item img { width: 100%; height: 100%; object-fit: cover; }
  .zlr-hero-marquee__set { gap: 7px; padding-bottom: 7px; }
  .zlr-hero-marquee__item { border-radius: 8px; cursor: pointer; }
  .zlr-hero-marquee__item { clip-path: inset(0 round 8px); }
  .zlr-hero__chip { display: none; }
  .zlr-hero__grid { gap: 0; }
  /* let long words wrap instead of clipping on narrow screens */
  .zlr-hero__title { font-size: clamp(34px, 11vw, 56px); }
  .zlr-hero__title .zlr-line { white-space: normal; overflow: visible; }
  .zlr-hero__scroll { display: none; }
  .zlr-hero__actions { width: 100%; gap: 16px; }
  .zlr-hero__actions .tp-el-btn,
  .zlr-hero__cta { width: 100%; justify-content: center; }
  .zlr-hero__ghost { width: 100%; justify-content: center; }
}

/* ---------------------------------------------------------------------
   6. ACCESSIBILITY — respect reduced motion
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  /* Only disable the AUTO-PLAYING entrance animations (title rise, fade-in) —
     NOT the buttons' hover transitions. Killing every transition here made the
     CTA fill + ghost-underline snap instantly instead of animating on hover,
     which is what "the button hover animation is gone" was: on machines with
     Windows "Show animations" OFF (reports prefers-reduced-motion: reduce) the
     hover effects were being suppressed. Hover feedback is user-triggered, not
     motion the user passively sees, so we keep it. We scope the disable to the
     specific entrance-animation selectors instead of a blanket `.zlr-hero *`. */
  .zlr-hero__title .zlr-line > span,
  .zlr-hero__copy,
  .zlr-hero__actions,
  .zlr-hero__kicker,
  .zlr-hero__scroll,
  .zlr-hero__orb,
  .zlr-hero__chip--a,
  .zlr-hero__chip--b {
    animation: none !important;
  }
  .zlr-hero__title .zlr-line > span { transform: none; opacity: 1; }
  .zlr-hero__copy, .zlr-hero__actions { opacity: 1; }
}

.zelor-trusted{overflow:hidden;padding:clamp(64px,8vw,110px) 0;background:#f3f3ed;color:#0a2521}.zelor-trusted h2{margin:0 24px clamp(42px,5vw,70px);font-size:clamp(20px,2vw,30px);font-weight:500;text-align:center;text-transform:none}.zelor-trusted__rows{display:flex;flex-direction:column;gap:34px}.zelor-trusted__row{overflow:hidden}.zelor-trusted__track{display:flex;width:max-content;will-change:transform}.zelor-trusted__set{display:flex;flex:none;align-items:center;gap:clamp(52px,7vw,120px);padding-right:clamp(52px,7vw,120px)}.zelor-trusted__logo{display:flex;align-items:center;justify-content:center;width:clamp(110px,11vw,180px);height:56px}.zelor-trusted__logo img{display:block;max-width:100%;max-height:48px;object-fit:contain;filter:grayscale(1) contrast(1.15);opacity:.82}.zelor-trusted__row--1 .zelor-trusted__track{animation:zelor-partners-left 34s linear infinite}.zelor-trusted__row--2 .zelor-trusted__track{animation:zelor-partners-right 38s linear infinite}@keyframes zelor-partners-left{to{transform:translate3d(-50%,0,0)}}@keyframes zelor-partners-right{from{transform:translate3d(-50%,0,0)}to{transform:translate3d(0,0,0)}}@media(max-width:600px){.zelor-trusted{padding:58px 0}.zelor-trusted h2{margin-bottom:38px;font-size:19px}.zelor-trusted__rows{gap:22px}.zelor-trusted__set{gap:42px;padding-right:42px}.zelor-trusted__logo{width:100px;height:42px}.zelor-trusted__logo img{max-height:36px}}
