/*
 * The Oracle editorial visual system.
 * Scope every rule to page 1752 so no other MIRLINKS page can inherit it.
 */
body.page-id-1752 #zc-oracle.oracle-editorial-ready {
  --oracle-paper: #fbfafc;
  --oracle-ink: #242333;
  --oracle-muted: #676b7f;
  --oracle-violet: #8279d8;
  --oracle-champagne: #c69c63;
  max-width: 1260px;
  gap: 28px;
  padding-bottom: 72px;
}

body.page-id-1752 #zc-oracle.oracle-editorial-ready .card-glass {
  border-radius: 32px !important;
  box-shadow:
    inset 0 0 0 1px rgba(118, 107, 195, 0.14),
    0 24px 70px rgba(62, 55, 97, 0.08) !important;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #f2eff8, #f7f1e9);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.5),
    0 18px 44px rgba(58, 52, 88, 0.12);
  isolation: isolate;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  border-radius: inherit;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  max-width: calc(100% - 24px);
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.46);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  color: rgba(255, 255, 255, 0.94);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (hover: hover) {
  body.page-id-1752 #zc-oracle .oracle-editorial__figure:hover img {
    transform: scale(1.018);
  }
}

/* Hero: use the generated negative space as the copy canvas. */
body.page-id-1752 #zc-oracle .section-hero .card-glass {
  display: grid;
  align-items: center;
  min-height: 620px;
  isolation: isolate;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--hero {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  box-shadow: none;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(251, 250, 252, 0.98) 0%,
    rgba(251, 250, 252, 0.96) 36%,
    rgba(251, 250, 252, 0.78) 55%,
    rgba(251, 250, 252, 0.08) 80%
  );
  pointer-events: none;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--hero img {
  object-position: center;
}

body.page-id-1752 #zc-oracle .oracle-editorial__hero-copy {
  position: relative;
  z-index: 4;
  width: min(62%, 700px);
}

body.page-id-1752 #zc-oracle .oracle-editorial__hero-copy .hero-lead {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.65;
}

body.page-id-1752 #zc-oracle .oracle-editorial__hero-copy p {
  font-size: 16px;
  line-height: 1.65;
}

/* Alternating editorial splits. */
body.page-id-1752 #zc-oracle .oracle-editorial__split {
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  margin-bottom: 34px;
}

body.page-id-1752 #zc-oracle .oracle-editorial__split--about {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

body.page-id-1752 #zc-oracle .oracle-editorial__split--cyprus {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  margin: 36px 0 42px;
}

body.page-id-1752 #zc-oracle .oracle-editorial__split--aoi {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: stretch;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--materials,
body.page-id-1752 #zc-oracle .oracle-editorial__figure--aoi {
  aspect-ratio: 4 / 3;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--materials img {
  object-position: 52% center;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--cyprus {
  min-height: 520px;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--cyprus img {
  object-position: 54% center;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--aoi img {
  object-position: 58% center;
}

body.page-id-1752 #zc-oracle .oracle-editorial__split--cyprus .compare-grid {
  grid-template-columns: 1fr !important;
}

/* Closing manifesto: LIOR continues the model system already used on Home. */
body.page-id-1752 #zc-oracle .oracle-editorial__manifesto-intro {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 520px;
  margin-bottom: 34px;
  overflow: hidden;
  border-radius: 26px;
  background: #eeeaf4;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--manifesto {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: none;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--manifesto::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(248, 246, 250, 0.98) 0%,
    rgba(248, 246, 250, 0.94) 38%,
    rgba(248, 246, 250, 0.68) 56%,
    rgba(248, 246, 250, 0.04) 78%
  );
  pointer-events: none;
}

body.page-id-1752 #zc-oracle .oracle-editorial__figure--manifesto img {
  object-position: center;
}

body.page-id-1752 #zc-oracle .oracle-editorial__manifesto-copy {
  position: relative;
  z-index: 4;
  width: min(56%, 560px);
  padding: clamp(28px, 4vw, 52px);
}

body.page-id-1752 #zc-oracle .oracle-editorial__manifesto-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  body.page-id-1752 #zc-oracle .section-hero .card-glass {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure--hero {
    position: relative;
    order: -1;
    width: calc(100% + 112px);
    height: clamp(280px, 48vw, 420px);
    margin: -56px -56px 34px;
    border-radius: 32px 32px 18px 18px;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure--hero::before {
    background: linear-gradient(180deg, rgba(251, 250, 252, 0) 60%, rgba(251, 250, 252, 0.76) 100%);
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__hero-copy {
    width: 100%;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__split,
  body.page-id-1752 #zc-oracle .oracle-editorial__split--about,
  body.page-id-1752 #zc-oracle .oracle-editorial__split--cyprus,
  body.page-id-1752 #zc-oracle .oracle-editorial__split--aoi {
    grid-template-columns: 1fr;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__split--cyprus .oracle-editorial__copy {
    order: -1;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure--cyprus {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 782px) {
  body.page-id-1752 #zc-oracle.oracle-editorial-ready {
    padding-inline: 14px;
    gap: 20px;
  }

  body.page-id-1752 #zc-oracle.oracle-editorial-ready .card-glass {
    border-radius: 22px !important;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure {
    border-radius: 18px;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure figcaption {
    right: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    padding: 7px 9px;
    font-size: 8px;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure--hero {
    width: calc(100% + 36px);
    height: clamp(220px, 64vw, 310px);
    margin: -28px -18px 24px;
    border-radius: 22px 22px 14px 14px;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure--hero img {
    object-position: 69% center;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__split {
    gap: 22px;
    margin-bottom: 26px;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__split--about .oracle-editorial__copy,
  body.page-id-1752 #zc-oracle .oracle-editorial__split--aoi .oracle-editorial__copy {
    order: 1;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__split--about .oracle-editorial__figure,
  body.page-id-1752 #zc-oracle .oracle-editorial__split--aoi .oracle-editorial__figure {
    order: 0;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure--materials,
  body.page-id-1752 #zc-oracle .oracle-editorial__figure--aoi {
    aspect-ratio: 4 / 3;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__manifesto-intro {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-bottom: 26px;
    border-radius: 18px;
    background: transparent;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure--manifesto {
    position: relative;
    order: -1;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure--manifesto::before {
    background: linear-gradient(180deg, rgba(248, 246, 250, 0) 65%, rgba(248, 246, 250, 0.44) 100%);
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__figure--manifesto img {
    object-position: 68% center;
  }

  body.page-id-1752 #zc-oracle .oracle-editorial__manifesto-copy {
    width: 100%;
    padding: 24px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-1752 #zc-oracle .oracle-editorial__figure img {
    transition: none;
  }
}
