body[data-note-design="market-orbit"] {
  --orbit-deep: oklch(25% 0.045 242);
  --orbit-ink: oklch(20% 0.038 240);
  --orbit-blue: oklch(49% 0.058 237);
  --orbit-mist: oklch(63% 0.043 228);
  --orbit-paper: oklch(91% 0.028 84);
  --orbit-cloud: oklch(96% 0.023 86);
  --orbit-ochre: oklch(68% 0.068 79);
}

body[data-note-design="market-orbit"] .article-main {
  padding-top: 5.2rem;
  background: var(--orbit-deep);
}

body[data-note-design="market-orbit"] .article-main article {
  padding-bottom: 6rem;
  background:
    radial-gradient(circle at 82% 1%, oklch(53% 0.05 232 / 0.15), transparent 29rem),
    linear-gradient(180deg, var(--paper-faint), var(--paper-warm));
}

body[data-note-design="market-orbit"] .article-header--art-directed {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: calc(100svh - 5.2rem);
  margin: 0;
  overflow: hidden;
  padding: 0;
  color: var(--orbit-cloud);
  background: var(--orbit-deep);
}

body[data-note-design="market-orbit"] .article-hero-media,
body[data-note-design="market-orbit"] .article-hero-veil {
  position: absolute;
  inset: 0;
}

body[data-note-design="market-orbit"] .article-hero-media {
  z-index: -2;
  overflow: hidden;
}

body[data-note-design="market-orbit"] .article-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--hero-position, center);
  animation: market-orbit-settle 16s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body[data-note-design="market-orbit"] .article-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background: repeating-linear-gradient(0deg, transparent 0 4px, oklch(96% 0.02 84 / 0.08) 5px, transparent 6px);
  mix-blend-mode: soft-light;
}

body[data-note-design="market-orbit"] .article-hero-veil {
  z-index: -1;
  background:
    linear-gradient(90deg, oklch(18% 0.042 242 / 0.95) 0 19%, oklch(18% 0.042 242 / 0.78) 37%, oklch(18% 0.042 242 / 0.18) 61%, transparent 73%),
    linear-gradient(180deg, oklch(18% 0.04 242 / 0.12), transparent 38%, transparent 70%, oklch(14% 0.035 242 / 0.52));
}

body[data-note-design="market-orbit"] .article-header__inner {
  width: min(calc(100% - 2rem), 82rem);
  min-height: calc(100svh - 5.2rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(5rem, 10vh, 7.5rem) 0 clamp(4rem, 8vh, 6rem);
}

body[data-note-design="market-orbit"] .article-header__inner .article-meta {
  align-items: center;
  width: fit-content;
  margin-bottom: clamp(1.4rem, 2.8vh, 2.2rem);
  color: oklch(96% 0.023 86 / 0.7);
  animation: market-orbit-copy-in 0.75s ease-out both;
}

body[data-note-design="market-orbit"] .article-header__inner .article-meta span:first-child {
  display: inline-flex;
  align-items: center;
  color: var(--orbit-deep);
  background: var(--orbit-paper);
  border-color: oklch(96% 0.023 86 / 0.56);
  padding-block: 0.3rem;
}

body[data-note-design="market-orbit"] .article-title--split {
  max-width: 10ch;
  margin: 0 0 clamp(1.35rem, 2.8vh, 2.2rem);
  color: var(--orbit-cloud);
  font: 500 clamp(3.7rem, 5.5vw, 6.4rem) / 0.86 var(--font-display);
  letter-spacing: 0.008em;
  overflow-wrap: normal;
  text-transform: uppercase;
  text-shadow: 0 3px 28px oklch(10% 0.03 242 / 0.82);
}

body[data-note-design="market-orbit"] .article-title--split span {
  display: block;
  width: fit-content;
  white-space: nowrap;
  animation: market-orbit-copy-in 0.9s var(--ease-out) 0.08s both;
}

body[data-note-design="market-orbit"] .article-title--split span:last-child {
  color: oklch(90% 0.032 84 / 0.92);
  animation-delay: 0.16s;
}

body[data-note-design="market-orbit"] .article-header__inner > p {
  max-width: 40ch;
  margin: 0;
  color: oklch(96% 0.023 86 / 0.76);
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  font-weight: 500;
  line-height: 1.45;
  text-shadow: 0 2px 22px oklch(10% 0.03 242 / 0.86);
  text-wrap: pretty;
  animation: market-orbit-copy-in 0.9s var(--ease-out) 0.26s both;
}

body[data-note-design="market-orbit"] .article-bands {
  height: 0.34rem;
  background: linear-gradient(90deg, var(--orbit-deep) 0 28%, var(--orbit-blue) 28% 58%, var(--orbit-mist) 58% 82%, var(--orbit-ochre) 82% 100%);
}

body[data-note-design="market-orbit"] .article-copy blockquote {
  color: var(--orbit-ink);
  background: oklch(75% 0.045 228 / 0.16);
  border-color: oklch(43% 0.06 239 / 0.34);
}

body[data-note-design="market-orbit"] .article-copy strong em,
body[data-note-design="market-orbit"] .article-copy em strong {
  color: var(--orbit-deep);
}

body[data-note-design="market-orbit"] .knowledge-curse {
  display: block;
  margin: 2.2rem 0 2.7rem;
  padding: 0.42rem;
  background: var(--orbit-deep);
  border: 1px solid oklch(47% 0.055 238 / 0.52);
  box-shadow: 0 1.1rem 2.4rem oklch(20% 0.035 240 / 0.14);
}

body[data-note-design="market-orbit"] .knowledge-curse img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes market-orbit-settle {
  from { transform: scale(1.035) translate3d(0.6%, -0.25%, 0); }
  to { transform: scale(1.005) translate3d(0, 0, 0); }
}

@keyframes market-orbit-copy-in {
  from { opacity: 0; transform: translate3d(0, 1rem, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 47.98rem) {
  body[data-note-design="market-orbit"] .article-main {
    padding-top: 4.8rem;
  }

  body[data-note-design="market-orbit"] .article-header--art-directed,
  body[data-note-design="market-orbit"] .article-header__inner {
    min-height: calc(100svh - 4.8rem);
  }

  body[data-note-design="market-orbit"] .article-hero-media img {
    object-position: 65% center;
  }

  body[data-note-design="market-orbit"] .article-hero-veil {
    background:
      linear-gradient(180deg, oklch(17% 0.04 242 / 0.12) 0 30%, oklch(17% 0.04 242 / 0.54) 54%, oklch(17% 0.04 242 / 0.94) 73%, oklch(17% 0.04 242 / 0.98) 100%),
      linear-gradient(90deg, oklch(17% 0.04 242 / 0.22), transparent 78%);
  }

  body[data-note-design="market-orbit"] .article-header__inner {
    justify-content: flex-end;
    padding: 4.8rem 0 3.1rem;
  }

  body[data-note-design="market-orbit"] .article-header__inner .article-meta {
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.92rem;
    font-size: 0.59rem;
  }

  body[data-note-design="market-orbit"] .article-title--split {
    width: 100%;
    max-width: 8.6ch;
    margin-bottom: 1.08rem;
    font-size: clamp(3.05rem, 14vw, 4.7rem);
    line-height: 0.88;
  }

  body[data-note-design="market-orbit"] .article-title--split span {
    width: auto;
    white-space: normal;
  }

  body[data-note-design="market-orbit"] .article-header__inner > p {
    max-width: 31ch;
    font-size: 0.98rem;
  }

  body[data-note-design="market-orbit"] .knowledge-curse {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-note-design="market-orbit"] .article-hero-media img,
  body[data-note-design="market-orbit"] .article-header__inner .article-meta,
  body[data-note-design="market-orbit"] .article-title--split span,
  body[data-note-design="market-orbit"] .article-header__inner > p {
    animation: none;
  }

  body[data-note-design="market-orbit"] .article-hero-media img {
    transform: scale(1.005);
  }
}
