@font-face { font-family: Manrope; src: url("../fonts/Manrope-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: Manrope; src: url("../fonts/Manrope-SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: Manrope; src: url("../fonts/Manrope-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }

:root {
  --ink: #0d0e11;
  --ink-soft: #16181e;
  --paper: #f4f2e9;
  --paper-cool: #f7f8f5;
  --lime: #dfff4f;
  --lime-soft: #ecff9b;
  --violet: #c8a5ff;
  --line-dark: rgba(255, 255, 255, .14);
  --line-light: rgba(13, 14, 17, .16);
  --muted-dark: rgba(244, 242, 233, .65);
  --muted-light: rgba(13, 14, 17, .62);
  --page: min(100% - 48px, 1320px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; font-weight: 500; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.page { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1100; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-160%); border-radius: 999px; background: var(--lime); color: var(--ink); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.kicker { margin: 0 0 18px; color: #566400; font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }

.monitor-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.monitor-hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 70% 12%, rgba(200, 165, 255, .18), transparent 28%), radial-gradient(circle at 20% 65%, rgba(223, 255, 79, .08), transparent 34%); pointer-events: none; }
.monitor-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(48px, 5vw, 92px); min-height: clamp(620px, calc(100svh - var(--site-nav-height, 80px) - 67px), 820px); align-items: center; padding-block: clamp(56px, 6vw, 92px); }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.hero-copy .kicker { color: var(--lime); opacity: 0; animation: rise 700ms 100ms ease forwards; }
.hero-copy h1 { max-width: 650px; margin: 0; font-size: clamp(64px, 6vw, 88px); font-weight: 500; letter-spacing: -.065em; line-height: .95; }
.hero-copy h1 span { color: rgba(244, 242, 233, .42); }
.hero-copy h1, .hero-lead, .hero-actions { opacity: 0; transform: translateY(28px); animation: rise 900ms cubic-bezier(.2, .7, .2, 1) forwards; }
.hero-copy h1 { animation-delay: 180ms; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: var(--muted-dark); font-size: clamp(18px, 1.35vw, 22px); line-height: 1.45; animation-delay: 300ms; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; animation-delay: 420ms; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 14px 22px; border: 1px solid currentColor; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-3px); }
.button-light { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.button-light:hover { background: var(--paper); border-color: var(--paper); }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.button-dark:hover { background: transparent; color: var(--ink); }
.text-link { display: inline-flex; gap: 10px; color: var(--paper); font-size: 14px; border-bottom: 1px solid rgba(244, 242, 233, .35); }
.text-link span, .inline-cta span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateY(4px); }

.hero-orbit { position: absolute; z-index: 0; top: -310px; right: -190px; width: 760px; height: 760px; border: 1px solid rgba(223, 255, 79, .13); border-radius: 50%; }
.hero-orbit::before, .hero-orbit::after { position: absolute; inset: 12%; content: ""; border: 1px solid rgba(223, 255, 79, .09); border-radius: inherit; }
.hero-orbit::after { inset: 27%; }
.hero-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 20px var(--lime); animation: pulse 3s ease-in-out infinite; }
.hero-orbit i:nth-child(1) { top: 31%; left: 3%; }
.hero-orbit i:nth-child(2) { right: 14%; bottom: 20%; animation-delay: 1s; }
.hero-orbit i:nth-child(3) { top: 54%; left: 35%; animation-delay: 2s; }

.product-stage { position: relative; z-index: 2; width: 100%; height: clamp(430px, 34vw, 560px); margin: 0; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 26px; background: #050507; box-shadow: 0 40px 110px rgba(0, 0, 0, .54); opacity: 0; transform: translateY(34px); animation: stage-in 900ms 260ms cubic-bezier(.2, .7, .2, 1) forwards; }
.product-stage img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: top left; opacity: .92; }
.product-glow { position: absolute; z-index: 1; right: -10%; bottom: -20%; width: 55%; aspect-ratio: 1; border-radius: 50%; background: rgba(223, 255, 79, .12); filter: blur(70px); pointer-events: none; }
.product-stage figcaption, .visual-label { position: absolute; z-index: 3; top: 18px; right: 18px; padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(13, 14, 17, .78); color: rgba(255, 255, 255, .7); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; backdrop-filter: blur(12px); }
.signal-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6, 1fr); width: var(--page); margin: 0 auto; border-top: 1px solid var(--line-dark); }
.signal-strip span { padding: 24px 10px; color: rgba(244, 242, 233, .46); font-size: 12px; text-align: center; }

.market-entries { padding: clamp(110px, 14vw, 190px) 0; background: var(--paper); }
.market-entries-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); gap: 42px 80px; align-items: end; }
.market-entries-head .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.market-entries-head h2 { margin: 0; font-size: clamp(44px, 5.5vw, 76px); font-weight: 500; letter-spacing: -.058em; line-height: .98; }
.market-entries-head h2 span { color: var(--muted-light); }
.market-entries-head > p:last-child { max-width: 560px; margin: 0; color: var(--muted-light); font-size: 19px; }
.market-entry-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(64px, 8vw, 110px); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.market-entry { padding: clamp(42px, 5vw, 72px) clamp(30px, 5vw, 72px) clamp(42px, 5vw, 72px) 0; }
.market-entry + .market-entry { padding-right: 0; padding-left: clamp(30px, 5vw, 72px); border-left: 1px solid var(--line-light); }
.market-entry-number { margin: 0 0 34px; color: #566400; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.market-entry h3 { max-width: 580px; margin: 0; font-size: clamp(34px, 3.7vw, 54px); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.market-entry > p:not(.market-entry-number) { max-width: 610px; margin: 28px 0 0; color: var(--muted-light); font-size: 17px; }
.market-entry ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.market-entry li { padding: 14px 0 14px 24px; border-bottom: 1px solid var(--line-light); font-size: 14px; }
.market-entry li::before { position: absolute; margin-left: -24px; content: "↳"; color: #566400; transition: transform 180ms ease; }
.market-entry li:hover::before { transform: translateX(4px); }

.sources { padding: clamp(110px, 14vw, 210px) 0; background: var(--paper); }
.sources-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: 42px 80px; align-items: end; }
.sources-head .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.sources h2 { margin: 0; font-size: clamp(44px, 5.5vw, 76px); font-weight: 500; letter-spacing: -.058em; line-height: .98; }
.sources h2 span { color: var(--muted-light); }
.sources-head > p:last-child { max-width: 560px; margin: 0; color: var(--muted-light); font-size: 19px; }
.source-index { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 90px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.source-index div { min-height: 160px; padding: 22px 16px; border-right: 1px solid var(--line-light); }
.source-index div:last-child { border: 0; }
.source-index b { display: block; color: #566400; font-size: 11px; letter-spacing: .14em; }
.source-index span { display: block; margin-top: 58px; font-size: 14px; }

.story { background: var(--paper-cool); }
.story-row { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: clamp(54px, 9vw, 140px); width: var(--page); min-height: 90svh; align-items: center; margin-inline: auto; padding: clamp(90px, 11vw, 160px) 0; border-top: 1px solid var(--line-light); }
.story-row-reverse { grid-template-columns: minmax(520px, 1.28fr) minmax(300px, .72fr); }
.story-row-reverse .story-copy { order: 2; }
.story-row-reverse .story-visual { order: 1; }
.story-copy { position: sticky; top: calc(var(--site-nav-height, 80px) + 48px); align-self: start; padding-top: 8vh; }
.story-copy h2 { margin: 0; font-size: clamp(34px, 3.7vw, 54px); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.story-copy > p:not(.kicker) { max-width: 560px; margin: 28px 0 0; color: var(--muted-light); font-size: 18px; }
.story-copy ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.story-copy li { padding: 13px 0 13px 24px; border-bottom: 1px solid var(--line-light); font-size: 14px; }
.story-copy li::before { position: absolute; margin-left: -24px; content: "↳"; color: #566400; }
.inline-cta { display: inline-flex; gap: 10px; margin-top: 30px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.inline-cta:hover span { transform: translate(4px, -4px); }

.story-visual { position: relative; min-height: 590px; overflow: hidden; padding: clamp(54px, 6vw, 82px); border-radius: 26px; background: var(--ink-soft); color: var(--paper); box-shadow: 0 30px 70px rgba(13, 14, 17, .12); }
.story-visual .visual-label { top: 18px; right: 18px; }
.feed-head { display: flex; justify-content: space-between; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); color: rgba(244, 242, 233, .5); font-size: 12px; }
.feed-item { display: grid; grid-template-columns: 66px 1fr auto; gap: 18px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.feed-item time { color: var(--lime); font: 600 12px/1 Manrope, sans-serif; }
.feed-item b, .feed-item small { display: block; }
.feed-item b { font-size: 16px; }
.feed-item small { margin-top: 5px; color: rgba(244, 242, 233, .45); font-size: 11px; }
.feed-item em { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(244, 242, 233, .55); font-size: 10px; font-style: normal; }
.feed-item.is-strong { margin-inline: -20px; padding-inline: 20px; background: rgba(223, 255, 79, .07); }
.feed-item.is-strong em { border-color: rgba(223,255,79,.34); color: var(--lime); }

.visual-relevance { display: flex; flex-direction: column; justify-content: center; background: #e9e4f8; color: var(--ink); }
.visual-question { margin: 0 0 36px; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; }
.reason { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(13, 14, 17, .17); }
.reason:last-child { border-bottom: 1px solid rgba(13, 14, 17, .17); }
.reason > span { color: #7257a4; font-size: 11px; }
.reason p { margin: 0; color: rgba(13, 14, 17, .65); font-size: 14px; }
.reason b { display: block; margin-bottom: 6px; color: var(--ink); font-size: 16px; }

.visual-trend { display: flex; flex-direction: column; justify-content: center; }
.trend-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 52px; }
.trend-meta span { font-size: 22px; }
.trend-meta strong { padding: 7px 11px; border-radius: 999px; background: rgba(223, 255, 79, .1); color: var(--lime); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.visual-trend svg { width: 100%; overflow: visible; }
.visual-trend .grid { fill: none; stroke: rgba(244, 242, 233, .08); stroke-width: 1; }
.trend-line { fill: none; stroke: var(--lime); stroke-linecap: round; stroke-width: 4; filter: drop-shadow(0 0 9px rgba(223,255,79,.38)); }
.trend-dots { fill: var(--ink-soft); stroke: var(--lime); stroke-width: 3; }
.trend-axis { display: flex; justify-content: space-between; color: rgba(244, 242, 233, .4); font-size: 10px; }

.visual-answer { display: flex; flex-direction: column; justify-content: center; background: #0b0c0e; }
.ask { align-self: flex-end; max-width: 70%; margin: 0 0 44px; padding: 14px 18px; border-radius: 18px 18px 4px 18px; background: #2b2e36; color: rgba(244,242,233,.86); font-size: 14px; }
.answer { display: grid; grid-template-columns: 28px 1fr; gap: 14px; }
.answer .spark { color: var(--lime); }
.answer p { margin: 0; font-size: clamp(22px, 2.4vw, 34px); letter-spacing: -.03em; line-height: 1.35; }
.answer mark { background: rgba(223,255,79,.2); color: var(--paper); }
.citation { display: flex; justify-content: space-between; margin: 28px 0 0 42px; padding: 14px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: var(--lime); font-size: 11px; }
.citation span { color: rgba(244, 242, 233, .45); }
.open-point { margin: 24px 0 0 42px; color: rgba(244, 242, 233, .5); font-size: 12px; }
.open-point b { color: var(--paper); }

.visual-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 16px; align-items: center; background: var(--ink); }
.visual-flow > i { color: var(--lime); font-style: normal; }
.flow-node { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid var(--line-dark); }
.flow-node:nth-of-type(2) { border-color: rgba(223,255,79,.45); background: rgba(223,255,79,.05); }
.flow-node small { color: var(--lime); font-size: 10px; }
.flow-node b { font-size: 18px; }
.flow-node span { color: rgba(244,242,233,.5); font-size: 11px; }

.boundaries { padding: clamp(110px, 14vw, 210px) 0; background: var(--ink); color: var(--paper); }
.boundaries-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.boundaries .kicker { color: var(--lime); }
.boundaries h2 { margin: 0; font-size: clamp(45px, 5.6vw, 80px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.boundaries ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.boundaries li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line-dark); color: rgba(244, 242, 233, .8); font-size: clamp(19px, 2.2vw, 30px); letter-spacing: -.025em; }
.boundaries li span { padding-top: 8px; color: var(--lime); font-size: 10px; letter-spacing: .14em; }

.closing { position: relative; overflow: hidden; padding: clamp(120px, 16vw, 240px) 0; background: var(--lime); color: var(--ink); }
.closing-copy { position: relative; z-index: 1; }
.closing .kicker { color: #566400; }
.closing h2 { max-width: 1050px; margin: 0; font-size: clamp(45px, 5.6vw, 80px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.closing p:not(.kicker) { max-width: 690px; margin: 28px 0 34px; font-size: 18px; line-height: 1.5; }
.closing-rings { position: absolute; right: -250px; bottom: -480px; width: 920px; height: 920px; border: 1px solid rgba(13, 14, 17, .16); border-radius: 50%; }
.closing-rings::before, .closing-rings::after { position: absolute; inset: 14%; content: ""; border: inherit; border-radius: inherit; }
.closing-rings::after { inset: 31%; }

.monitor-footer { padding: 48px 0; background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px 60px; align-items: start; }
.footer-brand { font-size: 34px; font-weight: 700; letter-spacing: -.055em; }
.monitor-footer p { margin: 8px 0 0; color: var(--muted-dark); }
.monitor-footer nav { display: flex; gap: 24px; color: var(--muted-dark); font-size: 13px; }
.monitor-footer nav a:hover { color: var(--lime); }
.monitor-footer > .footer-grid > span { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line-dark); color: rgba(244,242,233,.35); font-size: 11px; }

@keyframes rise { to { opacity: 1; transform: translateY(0); } }
@keyframes stage-in { to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 50% { transform: scale(1.7); opacity: .35; } }

@media (max-width: 980px) {
  :root { --page: min(100% - 30px, 1320px); }
  .monitor-hero-grid { grid-template-columns: 1fr; gap: 54px; min-height: 0; padding-block: 72px; }
  .hero-copy { max-width: 760px; }
  .hero-copy h1 { max-width: 760px; }
  .product-stage { height: clamp(390px, 62vw, 560px); }
  .market-entries-head, .sources-head, .boundaries-grid { grid-template-columns: 1fr; }
  .source-index { grid-template-columns: repeat(3, 1fr); }
  .source-index div:nth-child(3) { border-right: 0; }
  .source-index div:nth-child(-n+3) { border-bottom: 1px solid var(--line-light); }
  .story-row, .story-row-reverse { grid-template-columns: 1fr; min-height: 0; }
  .story-row-reverse .story-copy, .story-row-reverse .story-visual { order: initial; }
  .story-copy { position: static; padding-top: 0; }
  .story-visual { min-height: 520px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .monitor-footer p { grid-column: 1; }
  .monitor-footer nav { grid-column: 2; grid-row: 1 / span 2; flex-direction: column; }
}

@media (max-width: 640px) {
  :root { --page: min(100% - 24px, 1320px); }
  .monitor-hero-grid { gap: 42px; padding-block: 58px; }
  .hero-copy h1 { font-size: clamp(44px, 12vw, 64px); }
  .product-stage { width: 100%; height: clamp(300px, 82vw, 410px); margin: 0; border-radius: 20px; }
  .product-stage img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
  .product-stage figcaption { top: 10px; right: 10px; }
  .signal-strip { width: 100%; grid-template-columns: repeat(3, 1fr); padding: 0 12px; }
  .signal-strip span { border-bottom: 1px solid var(--line-dark); }
  .market-entries { padding-block: 96px; }
  .market-entry-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .market-entry, .market-entry + .market-entry { padding: 48px 0; border-left: 0; }
  .market-entry + .market-entry { border-top: 1px solid var(--line-light); }
  .sources { padding-block: 96px; }
  .source-index { grid-template-columns: repeat(2, 1fr); margin-top: 60px; }
  .source-index div, .source-index div:nth-child(3) { border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
  .source-index div:nth-child(2n) { border-right: 0; }
  .source-index div:nth-last-child(-n+2) { border-bottom: 0; }
  .story-row { gap: 44px; padding: 88px 0; }
  .story-visual { min-height: 470px; padding: 68px 24px 30px; border-radius: 18px; }
  .feed-item { grid-template-columns: 50px 1fr; }
  .feed-item em { display: none; }
  .visual-flow { grid-template-columns: 1fr; align-content: center; }
  .visual-flow > i { transform: rotate(90deg); text-align: center; }
  .flow-node { min-height: 108px; }
  .citation { display: block; margin-left: 0; }
  .citation span { display: block; margin-top: 8px; }
  .open-point { margin-left: 0; }
  .boundaries { padding-block: 100px; }
  .footer-grid { grid-template-columns: 1fr; }
  .monitor-footer p, .monitor-footer nav { grid-column: auto; grid-row: auto; }
  .monitor-footer nav { gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
