:root {
  color-scheme: light;
  --bg: #eef3f5;
  --bg-soft: #f7f9fa;
  --surface: #ffffff;
  --surface-blue: #e4f5fb;
  --surface-mint: #e9f6f1;
  --surface-sand: #f7eee3;
  --ink: #112630;
  --ink-soft: #3d535d;
  --muted: #71828a;
  --blue: #32b7e5;
  --blue-deep: #087fa8;
  --blue-dark: #075f7d;
  --line: rgba(17, 38, 48, .09);
  --line-strong: rgba(17, 38, 48, .16);
  --shadow: 0 30px 80px rgba(31, 65, 78, .12);
  --shadow-soft: 0 14px 36px rgba(31, 65, 78, .09);
  --nav-height: 72px;
  --shell: 1240px;
  --gutter: clamp(24px, 5vw, 76px);
  --sans: "Geist", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22, .72, .18, 1);
  --opening: 1;
  --system: 0;
  --review: 0;
  --membership: 0;
  --pricing: 0;
  --clean: 0;
  --world-push: 0;
  --market-draw: .08;
  --market-grid: .18;
  --parallax-x: 0;
  --parallax-y: 0;
  --artifact-shift-x: 0px;
  --artifact-shift-y: 0px;
  --artifact-scroll-y: 0px;
  --artifact-tilt-x: 0deg;
  --artifact-tilt-y: 0deg;
  --artifact-shadow-x: -14px;
  --artifact-shadow-y: 34px;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 18px); background: var(--bg); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; overflow-x: clip; background: var(--bg); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, blockquote, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; }
::selection { color: var(--surface); background: var(--blue-deep); }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }

/* The full-width masthead contracts into a focused floating control on scroll. */
body.is-hybrid-layout .nav { --nav-compact-width: 396px; }
.nav { position: fixed; inset: 0 0 auto; z-index: 90; height: var(--nav-height); border-bottom: 0; background: transparent; transition: background .35s ease; }
.nav::after { display: none; }
.nav-inner { position: relative; z-index: 1; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid transparent; border-radius: 0; transition: width .48s var(--ease), height .48s var(--ease), padding .48s var(--ease), gap .48s var(--ease), transform .48s var(--ease), border-color .35s ease, border-radius .48s var(--ease), background .35s ease, box-shadow .35s ease; }
.nav.is-scrolled { background: transparent; }
.nav.is-scrolled .nav-inner { width: min(var(--nav-compact-width, 340px), calc(100% - 32px)); height: 58px; overflow: hidden; padding: 7px 9px 7px 16px; gap: 14px; transform: translateY(7px); border-color: rgba(255, 255, 255, .66); border-radius: 999px; background: linear-gradient(115deg, rgba(255, 255, 255, .72), rgba(241, 250, 253, .52) 48%, rgba(255, 255, 255, .66)); box-shadow: 0 18px 46px rgba(31, 65, 78, .17), inset 0 1px 0 rgba(255, 255, 255, .92), inset 0 -1px 0 rgba(17, 38, 48, .08), inset 14px 0 28px rgba(255, 255, 255, .18); backdrop-filter: blur(22px) saturate(1.35) contrast(1.04); }
.nav.is-scrolled .nav-inner::before { position: absolute; inset: 1px; z-index: 0; border-radius: inherit; background: radial-gradient(ellipse at 18% -35%, rgba(255, 255, 255, .92) 0 18%, transparent 48%), linear-gradient(100deg, transparent 16%, rgba(255, 255, 255, .3) 42%, transparent 67%); content: ""; opacity: .76; pointer-events: none; }
.nav.is-scrolled .nav-inner > * { position: relative; z-index: 1; }
.nav.is-scrolled .brand-glyph { width: 28px; height: 28px; }
.nav-links { max-width: 520px; transition: max-width .36s var(--ease), opacity .22s ease, transform .36s var(--ease); }
.nav.is-scrolled .nav-links { max-width: 0; overflow: hidden; gap: 22px; opacity: 0; transform: translateY(-6px); visibility: hidden; }
.nav.is-scrolled .button-small { min-height: 40px; padding-inline: 16px; }
.nav .nav-cta { border-color: var(--blue-deep); background: var(--blue-deep); color: #fff; text-shadow: 0 1px 1px rgba(0, 35, 48, .18); }
.nav .nav-cta:hover { border-color: var(--blue-dark); background: var(--blue-dark); color: #fff; }
.nav-actions { display: flex; flex-shrink: 0; align-items: center; gap: 12px; }
.nav-menu { display: contents; }
.nav-member { display: inline-flex; flex: 0 0 auto; min-height: 44px; align-items: center; justify-content: center; border-radius: 4px; color: #65767e; font-size: .76rem; font-weight: 600; white-space: nowrap; text-decoration: none; transition: color .2s ease; }
.nav-member:hover { color: var(--blue-deep); }
.nav-member-label { display: inline; }
.nav-member:focus-visible { outline: 2px solid var(--blue-deep); outline-offset: 2px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; text-decoration: none; letter-spacing: -.04em; }
.brand em { color: var(--blue-deep); font-style: normal; }
.brand-glyph { position: relative; display: inline-flex; width: 30px; height: 30px; align-items: end; gap: 2px; padding: 6px; border-radius: 9px; background: var(--ink); box-shadow: 0 6px 16px rgba(17, 38, 48, .16); }
.brand-glyph i { flex: 1; border-radius: 2px 2px 1px 1px; background: var(--blue); }
.brand-glyph i:nth-child(1) { height: 26%; }.brand-glyph i:nth-child(2) { height: 58%; }.brand-glyph i:nth-child(3) { height: 42%; }.brand-glyph i:nth-child(4) { height: 82%; }
.nav-links { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); list-style: none; }
.nav-links a { position: relative; color: #65767e; font-size: .76rem; font-weight: 700; letter-spacing: .01em; text-decoration: none; transition: color .2s ease; }
.nav-links a::after { content: ""; position: absolute; right: 0; bottom: -11px; left: 0; height: 2px; border-radius: 99px; background: var(--blue); transform: scaleX(0); transition: transform .25s var(--ease); }
.nav-links a:hover, .nav-links a[aria-current="true"] { color: var(--ink); }
.nav-links a[aria-current="true"]::after { transform: scaleX(1); }
.mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); color: var(--ink); box-shadow: var(--shadow-soft); }
.mobile-toggle span, .mobile-toggle span::before, .mobile-toggle span::after { display: block; width: 18px; height: 2px; margin: auto; border-radius: 99px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.mobile-toggle span { position: relative; }.mobile-toggle span::before, .mobile-toggle span::after { content: ""; position: absolute; left: 0; }.mobile-toggle span::before { top: -6px; }.mobile-toggle span::after { top: 6px; }
.nav.open .mobile-toggle span { background: transparent; }.nav.open .mobile-toggle span::before { top: 0; transform: rotate(45deg); }.nav.open .mobile-toggle span::after { top: 0; transform: rotate(-45deg); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(255, 255, 255, .72); color: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .01em; text-decoration: none; transition: transform .2s var(--ease), box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button::after { content: "↗"; margin-left: 12px; font-size: .9rem; }
.button:hover { transform: translateY(-2px); border-color: rgba(50, 183, 229, .46); box-shadow: var(--shadow-soft); }
.button-primary { border-color: var(--blue); background: var(--blue); color: #062936; box-shadow: 0 12px 28px rgba(50, 183, 229, .26); }
.button-primary:hover { background: #58c7eb; }
.button-small { min-height: 42px; padding-inline: 20px; font-size: .72rem; }

.signal-journey { position: relative; height: calc(5000px + 100svh); background: var(--bg); }
.signal-stage { position: sticky; top: 0; height: 100svh; min-height: 570px; overflow: hidden; isolation: isolate; background: var(--bg); }
.signal-world { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: var(--bg); }
.world-wash { position: absolute; inset: -8%; background: linear-gradient(138deg, #f8fafb 0%, #f0f5f7 52%, #eaf3f6 100%); transform: scale(calc(1 + var(--world-push) * .025)) translate(calc(var(--parallax-x) * -3px), calc(var(--parallax-y) * -3px)); will-change: transform; }
.world-glow { position: absolute; border-radius: 50%; filter: blur(34px); opacity: calc(.34 + var(--clean) * .12); will-change: transform; }
.world-glow--blue { top: 2%; right: -12%; width: min(62vw, 940px); height: min(42vw, 620px); background: radial-gradient(ellipse, rgba(83, 193, 229, .19), rgba(83, 193, 229, 0) 70%); transform: translate(calc(var(--parallax-x) * 9px), calc(var(--parallax-y) * 7px)) rotate(calc(-8deg + var(--world-push) * 5deg)); }
.world-glow--mint { bottom: -22%; left: 3%; width: min(70vw, 1080px); height: min(40vw, 620px); background: radial-gradient(ellipse, rgba(91, 193, 155, .12), rgba(91, 193, 155, 0) 72%); transform: translate(calc(var(--parallax-x) * -6px), calc(var(--parallax-y) * -5px)) rotate(calc(12deg - var(--world-push) * 4deg)); }
.world-market { position: absolute; inset: -4% -3% -2%; width: 106%; height: 106%; overflow: visible; opacity: calc(.48 + var(--clean) * .14); transform: scale(calc(1 + var(--world-push) * .025)) translate(calc(var(--parallax-x) * 2px), calc(var(--parallax-y) * 2px)); transform-origin: 50% 54%; will-change: transform, opacity; }
.world-market path { vector-effect: non-scaling-stroke; }
.world-market__levels { fill: none; stroke: rgba(12, 127, 166, .14); stroke-width: 1; stroke-dasharray: 7 12; opacity: calc(.12 + var(--market-grid) * .48); transform: translate(calc(var(--parallax-x) * 4px), calc(var(--parallax-y) * 3px)); will-change: transform, opacity; }
.world-market__ticks { stroke: rgba(12, 127, 166, .26); stroke-width: 2; stroke-dasharray: none; }
.world-market__reveal { transform: scaleX(var(--market-draw)); transform-box: fill-box; transform-origin: left center; }
.world-market__area { fill: url("#world-market-area"); opacity: calc(.10 + var(--market-draw) * .62); }
.world-market__line-glow, .world-market__line { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.world-market__line-glow { stroke: rgba(50, 183, 229, .11); stroke-width: 14; }
.world-market__line { stroke: rgba(8, 127, 168, .48); stroke-width: 3; }
.world-haze { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246, 249, 250, .62), rgba(238, 243, 245, .08) 42%, rgba(238, 243, 245, .22)); opacity: calc(.28 + var(--clean) * .20); }

.scene-chapter { display: contents; }
.scene { position: absolute; z-index: 10; pointer-events: none; will-change: opacity, transform; }
.scene-kicker { color: var(--blue-deep); font-size: .72rem; font-weight: 800; letter-spacing: .025em; }
.scene h1, .scene h2, .landing-close h2 { font-weight: 800; letter-spacing: -.062em; line-height: .95; }
.scene h1 em, .scene h2 em { color: var(--blue-deep); font-style: normal; }

.scene-opening { top: calc(50% + var(--nav-height) / 2); left: 50%; width: min(800px, calc(100vw - 96px)); text-align: center; opacity: var(--opening); transform: translate(-50%, calc(-50% + (1 - var(--opening)) * -42px)) scale(calc(.98 + var(--opening) * .02)); }
.scene-opening h1 { margin-top: 20px; font-size: clamp(4.4rem, 6.25vw, 7rem); white-space: nowrap; }
.opening-description { max-width: 590px; margin: 24px auto 0; color: var(--ink-soft); font-size: clamp(.7425rem, 1.056vw, .85rem); line-height: 1.55; text-wrap: pretty; }
.scene-actions { display: flex; justify-content: center; gap: 10px; margin-top: 34px; }
.scroll-cue { display: flex; align-items: center; justify-content: center; gap: 11px; margin-top: 24px; color: var(--muted); font-size: .65rem; font-weight: 700; line-height: 1.5; text-decoration: none; }
.scroll-cue:hover { color: var(--blue-deep); }
.scroll-cue:focus-visible { outline: 2px solid var(--blue-deep); outline-offset: 5px; border-radius: 3px; }
.scroll-cue i { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.scroll-cue i::after { content: "↓"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--blue-deep); font-size: .92rem; }

.scene-system { inset: 7% max(var(--gutter), calc((100vw - var(--shell)) / 2)); display: grid; grid-template-rows: auto 1fr; gap: 20px; overflow: hidden; padding: clamp(26px, 3.1vw, 42px); border: 1px solid rgba(255, 255, 255, .82); border-radius: 40px; background: rgba(247, 250, 251, .88); box-shadow: var(--shadow); opacity: var(--system); transform: translateY(calc((1 - var(--system)) * 45px)) scale(calc(.98 + var(--system) * .02)); backdrop-filter: blur(18px); }
.scene-system .scene-heading { display: flex; align-items: end; justify-content: flex-end; }
.scene-system h2 { max-width: 720px; font-size: clamp(2.75rem, 4.1vw, 4.65rem); }
.thread-proof { min-width: 0; min-height: 0; outline: none; }
.thread-proof:focus-visible .thread-panel { box-shadow: 0 0 0 3px rgba(50, 183, 229, .32), 0 24px 52px rgba(18, 44, 56, .22), inset 0 1px 0 rgba(255, 255, 255, .07); }
.thread-panel { position: relative; display: grid; width: 100%; height: 100%; min-width: 0; min-height: 0; grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; border: 1px solid rgba(111, 178, 204, .24); border-radius: 24px; background: linear-gradient(150deg, #112432, #0d1c28 68%, #0d2230); color: #dce8ed; box-shadow: 0 24px 52px rgba(18, 44, 56, .22), inset 0 1px 0 rgba(255, 255, 255, .07); }
.thread-channel { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 18px; padding: 0 22px; border-bottom: 1px solid rgba(170, 214, 230, .11); background: rgba(5, 15, 23, .42); }
.thread-channel-name { display: flex; align-items: center; gap: 7px; color: #f4f8fa; font-size: .8rem; font-weight: 850; letter-spacing: -.015em; }
.thread-channel-name > span { color: #6ed4f4; font-size: 1.25rem; font-weight: 650; }
.thread-channel-state { display: flex; align-items: center; justify-content: flex-end; color: #9eb4bd; }
.thread-swipe-controls { display: none; }
.thread-status-sr { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); border: 0; margin: -1px; white-space: nowrap; }
.thread-messages { display: grid; min-height: 0; justify-items: center; gap: 18px; overflow: visible; margin: 0; padding: 16px; list-style: none; }
.thread-messages > li { display: flex; width: 100%; min-width: 0; justify-content: center; }
.thread-post { display: grid; width: min(100%, 900px); min-width: 0; grid-template-rows: auto minmax(0, 1fr); gap: 7px; padding: 10px; border: 1px solid rgba(176, 184, 191, .13); border-radius: 13px; background: #111214; box-shadow: 0 18px 28px rgba(0, 0, 0, .22); }
.thread-post-author { display: grid; min-width: 0; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.thread-post-author p { display: grid; min-width: 0; grid-template-columns: max-content max-content max-content minmax(0, 1fr); align-items: center; gap: 4px 7px; margin: 0; color: #777981; font-size: .52rem; line-height: 1; }
.thread-post-author strong { color: #ff3131; font-size: .69rem; font-weight: 800; }
.thread-post-author b { padding: 3px 5px; border-radius: 4px; background: #5865f2; color: #fff; font-size: .45rem; letter-spacing: .03em; }
.thread-post-author time { font-weight: 700; white-space: nowrap; }
.thread-mention { padding: 3px 5px; border-radius: 4px; background: #303269; color: #9eacff; font-size: .65rem; font-weight: 700; }
.thread-post-embed { display: grid; min-width: 0; min-height: 0; grid-template-columns: minmax(235px, .82fr) minmax(320px, 1.18fr); gap: 9px; padding: 9px; overflow: hidden; border: 1px solid #33353c; border-radius: 9px; background: #121315; }
.thread-post-copy { display: flex; min-width: 0; flex-direction: column; padding: 7px 8px 5px; }
.thread-post-copy h3 { margin: 0; color: #eff0f2; font-size: clamp(.9rem, 1.15vw, 1.08rem); letter-spacing: -.02em; line-height: 1.12; }
.thread-post-copy > p { margin: 10px 0 0; color: #dedfe2; font-size: clamp(.67rem, .82vw, .79rem); line-height: 1.48; }
.thread-post-chart { display: grid; min-width: 0; min-height: 0; grid-template-rows: minmax(0, 1fr); margin: 0; overflow: hidden; }
.thread-post-chart img { width: 100%; height: 100%; min-height: 0; border-radius: 7px; object-fit: contain; object-position: center; background: #000; }
.thread-avatar { display: block; width: 32px; height: 32px; flex: 0 0 auto; padding: 0; overflow: hidden; border-radius: 0; background: transparent; box-shadow: none; }
.thread-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.thread-typing { display: flex; min-height: 22px; max-height: 22px; align-items: center; gap: 8px; overflow: hidden; padding: 0 27px; color: #8099a4; font-size: .52rem; }
.thread-typing .thread-avatar { width: 18px; height: 18px; padding: 0; box-shadow: 0 0 0 1px rgba(74, 200, 238, .42); }
.thread-typing-copy { display: inline-flex; align-items: baseline; }
.thread-typing-dots { display: inline-flex; margin-left: .08em; }
.thread-typing-dots i { display: inline-block; width: .34em; font-style: normal; font-weight: 400; opacity: .28; transform: translateY(0); animation: thread-typing-dot .9s ease-in-out infinite; }
.thread-typing-dots i:nth-child(2) { animation-delay: .12s; }
.thread-typing-dots i:nth-child(3) { animation-delay: .24s; }
@keyframes thread-typing-dot { 0%, 60%, 100% { opacity: .28; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-1px); } }

.scene-results { inset: 7% max(var(--gutter), calc((100vw - var(--shell)) / 2)); display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: clamp(34px, 4vw, 68px); align-items: center; overflow: hidden; padding: clamp(30px, 3.5vw, 52px); border: 1px solid rgba(255, 255, 255, .9); border-radius: 40px; background: radial-gradient(circle at 91% 5%, rgba(207, 240, 249, .78), transparent 30%), radial-gradient(circle at 45% 110%, rgba(224, 243, 235, .72), transparent 36%), rgba(255, 255, 255, .88); box-shadow: var(--shadow); opacity: var(--review); transform: translateX(calc((1 - var(--review)) * -42px)); backdrop-filter: blur(18px); }
.review-copy { position: relative; z-index: 1; align-self: center; }
.review-copy h2 { max-width: 660px; margin-top: 0; font-size: clamp(2.8rem, 4vw, 4.65rem); }
.weekly-scope { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 28px; }
.weekly-scope > div { min-width: 0; padding: 13px 11px 12px; border: 1px solid rgba(38, 111, 136, .1); border-radius: 13px; background: rgba(247, 252, 253, .68); }
.weekly-scope dt { color: #0a739a; font-size: clamp(1.35rem, 1.8vw, 1.7rem); font-weight: 800; letter-spacing: -.055em; line-height: .95; }
.weekly-scope dd { margin-top: 6px; color: #66828c; font-size: .5rem; font-weight: 850; letter-spacing: .075em; line-height: 1.25; text-transform: uppercase; }
.weekly-actions { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
.weekly-actions .button { min-height: 46px; padding-inline: 19px; font-size: .67rem; }
.weekly-visual { position: relative; display: grid; width: min(100%, 570px); height: clamp(520px, 70vh, 660px); grid-template-rows: minmax(0, 1fr); justify-self: end; margin: 0; overflow: visible; color: var(--ink); }
.weekly-visual::before { position: absolute; inset: 8% -9% 4%; z-index: 0; border-radius: 50%; background: radial-gradient(ellipse, rgba(65, 181, 216, .22), rgba(86, 191, 221, .07) 46%, transparent 72%); filter: blur(12px); content: ""; pointer-events: none; }
.weekly-preview-shell { position: relative; z-index: 1; display: grid; height: 100%; min-height: 0; grid-template-rows: auto minmax(0, 1fr); overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
/* OpenSourceUI Depth Outline buttons adapted to the existing accessible tabs.
   Source and MIT notice: /third-party/opensourceui.txt */
.weekly-preview-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 0 0 14px; }
.weekly-preview-tabs button { min-width: 0; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--surface); color: var(--ink); box-shadow: 0 1px 2px rgba(17, 38, 48, .06), 0 3px 8px rgba(17, 38, 48, .04), inset 0 1px 1px rgba(255, 255, 255, .8); font: inherit; font-size: 13px; font-weight: 650; line-height: 1.35; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s var(--ease); }
.weekly-preview-tabs button:hover { border-color: rgba(8, 127, 168, .32); background: #f8fcfd; box-shadow: 0 2px 4px rgba(17, 38, 48, .04), 0 5px 14px rgba(17, 38, 48, .07); }
.weekly-preview-tabs button.is-active, .weekly-preview-tabs button[aria-selected="true"] { border-color: var(--blue); background: var(--blue); color: #062936; font-weight: 700; box-shadow: 0 4px 12px rgba(50, 183, 229, .2); }
.weekly-preview-tabs button[aria-selected="true"]:hover { border-color: #58c7eb; background: #58c7eb; }
.weekly-preview-tabs button:focus-visible { outline: 2px solid var(--blue-deep); outline-offset: 3px; }
.weekly-preview-tabs button:active { transform: translateY(1px); }
.weekly-preview-stage { position: relative; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(35, 96, 117, .14); border-radius: 20px; background: #edf3f5; box-shadow: 0 22px 56px rgba(31, 65, 78, .13); }
.weekly-preview-panel { display: grid; height: 100%; min-height: 0; grid-template-rows: auto minmax(0, 1fr); color: inherit; text-decoration: none; }
.weekly-preview-panel[hidden] { display: none; }
.weekly-preview-panel img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center 28%; background: #edf3f5; transition: transform .35s var(--ease), filter .35s ease; }
[data-weekly-panel="setup"] img { object-position: center 47.5%; }
.weekly-preview-panel:hover img { filter: saturate(1.03) contrast(1.01); transform: scale(1.012); }
.weekly-preview-caption { padding: 11px 14px 10px; border-bottom: 1px solid rgba(35, 96, 117, .1); background: rgba(255, 255, 255, .94); color: #607c86; font-size: .58rem; font-weight: 650; line-height: 1.35; }
.weekly-preview-status { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); border: 0; margin: -1px; white-space: nowrap; }

.scene-membership { top: 7%; right: max(var(--gutter), calc((100vw - var(--shell)) / 2)); bottom: 7%; left: max(var(--gutter), calc((100vw - var(--shell)) / 2)); display: grid; min-height: 0; grid-template-rows: auto minmax(0, 1fr) auto; gap: clamp(15px, 2.1vh, 21px); padding: clamp(28px, 3.5vw, 46px); overflow: hidden; border: 1px solid rgba(210, 222, 227, .8); border-radius: 40px; background: #fff; box-shadow: var(--shadow); opacity: var(--membership); transform: translateY(calc((1 - var(--membership)) * 44px)) scale(calc(.98 + var(--membership) * .02)); }
.membership-heading, .membership-editorial, .membership-footer { position: relative; z-index: 1; }
.membership-heading { display: grid; grid-template-columns: minmax(0, 1fr); align-items: end; }
.membership-heading h2 { color: #102d3a; font-size: clamp(2.85rem, 4.1vw, 4.8rem); }
.membership-heading h2 em { color: #096d96; }
.membership-editorial { min-height: 0; }
.membership-editorial__details { display: grid; height: 100%; min-height: 0; grid-template-rows: repeat(4, minmax(0, 1fr)); }
.membership-detail { display: grid; min-height: 0; grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.2fr); align-items: center; gap: clamp(22px, 3vw, 48px); padding: clamp(12px, 1.6vh, 18px) 0; border-top: 1px solid rgba(45, 79, 92, .22); }
.membership-detail:last-child { border-bottom: 1px solid rgba(45, 79, 92, .22); }
.membership-detail h3 { color: #102d3a; font-size: clamp(1.4rem, 2vw, 2.25rem); font-weight: 700; letter-spacing: -.05em; line-height: 1; text-wrap: balance; }
.membership-detail > p:last-child { max-width: 44em; color: #607780; font-size: clamp(.7rem, .81vw, .86rem); line-height: 1.45; text-wrap: pretty; }
.membership-footer { display: flex; align-items: center; justify-content: flex-end; padding-top: 1px; }
.membership-footer a { color: #096d96; font-size: .68rem; font-weight: 800; text-decoration: none; }

.scene-pricing { inset: 7% max(var(--gutter), calc((100vw - var(--shell)) / 2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(38px, 6vw, 86px); align-items: center; padding: clamp(30px, 4vw, 52px); border: 1px solid rgba(255, 255, 255, .84); border-radius: 40px; background: rgba(247, 250, 251, .88); box-shadow: var(--shadow); opacity: var(--pricing); transform: translateY(calc((1 - var(--pricing)) * 32px)) scale(calc(.97 + var(--pricing) * .03)); backdrop-filter: blur(18px); }
.pricing-heading h2 { font-size: clamp(3.15rem, 4.5vw, 5.15rem); }
.access-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.access-option { position: relative; display: flex; min-height: 440px; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255, 255, 255, .92); box-shadow: 0 12px 34px rgba(31, 65, 78, .07); }
.access-option__header { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 12px; }
.access-option__header > strong { color: var(--ink); font-size: clamp(1.55rem, 2vw, 2rem); letter-spacing: -.04em; }
.access-option__badge { padding: 6px 9px; border-radius: 8px; background: var(--surface-blue); color: var(--blue-deep); font-size: .59rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.access-option__price { display: flex; align-items: baseline; gap: 9px; margin-top: 17px; }
.access-option__price > strong { color: var(--ink); font-size: clamp(3rem, 3.8vw, 4rem); line-height: 1; letter-spacing: -.06em; }
.access-option__price > span { color: var(--muted); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.access-option__summary { min-height: 3em; margin-top: 10px; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.access-option__includes { display: block; margin-top: 18px; margin-bottom: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.access-option__includes > strong { color: var(--ink-soft); font-size: .61rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.access-option__includes ul { display: grid; gap: 8px; margin-top: 13px; list-style: none; color: var(--ink-soft); font-size: .76rem; }
.access-option__includes li { display: flex; align-items: flex-start; gap: 9px; }
.access-option__includes li::before { width: 6px; height: 6px; flex: 0 0 auto; margin-top: .45em; border-radius: 50%; background: var(--blue); content: ""; }
.access-options .button { width: 100%; margin-top: auto; }
.access-option--primary { border-color: rgba(50, 183, 229, .35); background: linear-gradient(160deg, #e6f7fc, #f8fcfd); }

/* Desktop narrative choreography. Every beat is scroll-scrubbed in app.js. */
@media (min-width: 901px) {
  .scene-system, .scene-results, .scene-membership, .scene-pricing {
    top: max(calc(var(--nav-height) + 28px), 7%);
    bottom: 7%;
  }

  body:not(.is-reduced) .scene-opening .scene-kicker {
    opacity: var(--opening-kicker, 1);
    transform: translateY(calc((1 - var(--opening-kicker, 1)) * -16px));
  }
  body:not(.is-reduced) .scene-opening h1 {
    opacity: var(--opening-title, 1);
    transform: translateY(calc((1 - var(--opening-title, 1)) * -24px));
  }
  body:not(.is-reduced) .scene-opening .scene-actions {
    opacity: var(--opening-actions, 1);
    transform: translateY(calc((1 - var(--opening-actions, 1)) * -18px));
  }
  body:not(.is-reduced) .scene-opening .scroll-cue {
    opacity: var(--opening-cue, 1);
    transform: translateY(calc((1 - var(--opening-cue, 1)) * -12px));
  }

  body:not(.is-reduced) .scene-system .scene-heading {
    opacity: var(--system-heading, 1);
    transform: translateY(calc((1 - var(--system-heading, 1)) * 28px));
  }
  body:not(.is-reduced) .scene-system .thread-proof {
    opacity: var(--system-carousel, 1);
    transform: translateY(calc((1 - var(--system-carousel, 1)) * 34px));
  }
  body:not(.is-reduced) .scene-system .thread-panel {
    transform: scale(calc(.985 + var(--system-carousel, 1) * .015));
    transform-origin: 50% 50%;
  }
  body:not(.is-reduced) .thread-messages { position: relative; display: block; overflow: hidden; padding: 4px 18px; }
  body:not(.is-reduced) .thread-messages > li { position: absolute; inset: 4px 18px; z-index: 1; display: flex; width: auto; align-items: center; justify-content: center; pointer-events: none; transform-origin: 50% 72%; will-change: opacity, transform; }
  body:not(.is-reduced) .thread-messages > li:nth-child(1) { --thread-post-opacity: var(--thread-post-1-opacity, 0); --thread-post-y: var(--thread-post-1-y, 34px); z-index: 1; }
  body:not(.is-reduced) .thread-messages > li:nth-child(2) { --thread-post-opacity: var(--thread-post-2-opacity, 0); --thread-post-y: var(--thread-post-2-y, 34px); z-index: 2; }
  body:not(.is-reduced) .thread-messages > li:nth-child(3) { --thread-post-opacity: var(--thread-post-3-opacity, 0); --thread-post-y: var(--thread-post-3-y, 34px); z-index: 3; }
  body:not(.is-reduced) .thread-messages > li:nth-child(4) { --thread-post-opacity: var(--thread-post-4-opacity, 0); --thread-post-y: var(--thread-post-4-y, 34px); z-index: 4; }
  body:not(.is-reduced) .thread-messages > li {
    opacity: var(--thread-post-opacity);
    transform: translateY(var(--thread-post-y));
  }
  body:not(.is-reduced) .thread-post { width: min(100%, 900px); height: 100%; max-height: 390px; }
  body:not(.is-reduced) .thread-typing { min-height: 22px; max-height: 22px; opacity: var(--thread-typing, 0); transform: none; pointer-events: none; }

  body:not(.is-reduced) .membership-heading {
    opacity: var(--member-heading, 1);
    transform: translateY(calc((1 - var(--member-heading, 1)) * 28px));
  }
  body:not(.is-reduced) .membership-editorial__details { opacity: var(--member-details, 1); transform: translateX(calc((1 - var(--member-details, 1)) * 26px)); }
  body:not(.is-reduced) .membership-detail { opacity: var(--member-detail-rows, 1); transform: translateX(calc((1 - var(--member-detail-rows, 1)) * 12px)); }
  body:not(.is-reduced) .membership-footer {
    opacity: var(--member-footer, 1);
    transform: translateY(calc((1 - var(--member-footer, 1)) * 16px));
  }

  body:not(.is-reduced) .pricing-heading h2 { opacity: var(--pricing-title, 1); transform: translateY(calc((1 - var(--pricing-title, 1)) * 24px)); }
  body:not(.is-reduced) .access-options .access-option:first-child {
    opacity: var(--pricing-monthly, 1);
    transform: translateY(calc((1 - var(--pricing-monthly, 1)) * 38px)) scale(calc(.97 + var(--pricing-monthly, 1) * .03));
  }
  body:not(.is-reduced) .access-options .access-option:last-child {
    opacity: var(--pricing-annual, 1);
    transform: translateY(calc((1 - var(--pricing-annual, 1)) * 38px)) scale(calc(.97 + var(--pricing-annual, 1) * .03));
  }
  body:not(.is-reduced) .access-option__header { opacity: var(--pricing-details, 1); transform: translateY(calc((1 - var(--pricing-details, 1)) * 12px)); }
  body:not(.is-reduced) .access-option__price,
  body:not(.is-reduced) .access-option__summary { opacity: var(--pricing-price, 1); transform: translateY(calc((1 - var(--pricing-price, 1)) * 16px)); }
  body:not(.is-reduced) .access-option__includes > strong { opacity: var(--pricing-details, 1); }
  body:not(.is-reduced) .access-options li:nth-child(1) { opacity: var(--pricing-feature-1, 1); transform: translateX(calc((1 - var(--pricing-feature-1, 1)) * -10px)); }
  body:not(.is-reduced) .access-options li:nth-child(2) { opacity: var(--pricing-feature-2, 1); transform: translateX(calc((1 - var(--pricing-feature-2, 1)) * -10px)); }
  body:not(.is-reduced) .access-options li:nth-child(3) { opacity: var(--pricing-feature-3, 1); transform: translateX(calc((1 - var(--pricing-feature-3, 1)) * -10px)); }
  body:not(.is-reduced) .access-options li:nth-child(4) { opacity: var(--pricing-feature-4, 1); transform: translateX(calc((1 - var(--pricing-feature-4, 1)) * -10px)); }
  body:not(.is-reduced) .access-options li:nth-child(5) { opacity: var(--pricing-feature-5, 1); transform: translateX(calc((1 - var(--pricing-feature-5, 1)) * -10px)); }
  body:not(.is-reduced) .access-options .button { opacity: var(--pricing-cta, 1); transform: translateY(calc((1 - var(--pricing-cta, 1)) * 14px)); }
}

.signal-stage[data-scene="opening"] .scene-opening, .signal-stage[data-scene="system"] .scene-system, .signal-stage[data-scene="results"] .scene-results, .signal-stage[data-scene="membership"] .scene-membership, .signal-stage[data-scene="pricing"] .scene-pricing { pointer-events: auto; }

.landing-close { margin: 24px; min-height: 72svh; display: grid; place-items: center; overflow: hidden; border-radius: 44px; background: linear-gradient(135deg, #0b789c, #45c2e8); color: var(--surface); box-shadow: var(--shadow); }
.landing-close__inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; padding-block: 110px; }
.landing-close h2 { max-width: 970px; font-size: clamp(4rem, 7vw, 7.8rem); }.landing-close .button-primary { border-color: var(--surface); background: var(--surface); color: var(--blue-dark); box-shadow: 0 16px 36px rgba(5, 69, 91, .2); }
.site-footer { background: var(--bg); }.site-footer__top { display: flex; align-items: center; justify-content: space-between; padding-block: 34px; }.site-footer nav { display: flex; gap: 24px; }.site-footer nav a { color: var(--muted); font-size: .7rem; font-weight: 700; text-decoration: none; }.site-footer nav a:hover { color: var(--blue-deep); }.site-footer__legal { display: flex; justify-content: space-between; gap: 40px; padding-block: 24px 36px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; line-height: 1.55; }.site-footer__legal p:first-child { max-width: 840px; }


@media (min-width: 901px) and (min-aspect-ratio: 17 / 10) {
  .scene-system h2 {
    width: 100%;
    max-width: 1050px;
    font-size: clamp(2.75rem, 6.2vh, 4.65rem);
    text-align: right;
  }

  .landing-close .button-primary {
    min-height: 68px;
    padding-inline: 34px;
    font-size: .84rem;
  }
}

@media (max-width: 1180px) {
  .scene-opening { width: min(800px, calc(100vw - 64px)); }
  .scene-system, .scene-results, .scene-membership, .scene-pricing { right: 30px; left: 30px; }.scene-system, .scene-membership, .scene-pricing { padding: 32px; }.scene-results { padding: 34px; }
  .access-option { min-height: 420px; padding: 22px; }.scene-pricing { grid-template-columns: .62fr 1.38fr; gap: 30px; }
}

@media (min-width: 901px) and (max-height: 820px) {
  .signal-stage { min-height: 100svh; }
  .scene-system {
    top: calc(var(--nav-height) + 10px);
    bottom: 10px;
    gap: 10px;
    padding: 18px 24px;
    border-radius: 28px;
  }
  .scene-system h2 {
    font-size: clamp(2rem, 5.6vh, 3.25rem);
    line-height: .9;
  }
  .scene-system .thread-channel { min-height: 42px; padding-inline: 16px; }
  .scene-system .thread-messages { padding: 4px 12px; }
  body:not(.is-reduced) .scene-system .thread-messages > li { inset: 4px 12px; }
  body:not(.is-reduced) .scene-system .thread-post { max-height: none; }
  .membership-detail { padding-block: 9px; }
}

@media (max-width: 900px) {
  .nav, .nav.is-scrolled { background: transparent; }
  .nav .nav-inner, .nav.is-scrolled .nav-inner { width: min(100% - 32px, var(--shell)); height: 100%; padding: 0; gap: 24px; transform: none; border-color: transparent; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .nav.is-scrolled .brand-glyph { width: 30px; height: 30px; }
  .shell { width: min(100% - 32px, var(--shell)); }.nav-cta, .nav-links { display: none; }.mobile-toggle { display: block; }
  .nav.open .nav-links { position: absolute; top: var(--nav-height); right: 0; left: 0; display: grid; gap: 0; padding: 12px 16px 18px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .98); box-shadow: var(--shadow-soft); }.nav.open .nav-links li { border-bottom: 1px solid var(--line); }.nav.open .nav-links a { display: block; padding: 18px 8px; }.nav.open .nav-links a::after { display: none; }.nav.open .nav-cta { position: absolute; top: 316px; right: 16px; left: 16px; display: flex; }
  .signal-journey { height: auto; }.signal-stage { position: relative; top: 0; height: auto; min-height: 0; overflow: visible; }.signal-world { top: 0; bottom: auto; height: calc(100svh - var(--nav-height)); min-height: 650px; }
  .world-glow--blue { width: 92vw; height: 70vw; }.world-glow--mint { width: 100vw; height: 68vw; }
  .world-market { inset: -2% -32% 0 -18%; width: 150%; height: 102%; opacity: .42; }
  .scene { position: relative; inset: auto; width: auto; opacity: 1; transform: none; pointer-events: auto; }
  .scene-opening { display: flex; min-height: calc(100svh - var(--nav-height)); align-items: center; flex-direction: column; justify-content: center; padding: 96px 20px 48px; text-align: center; }.scene-opening h1 { font-size: clamp(3.3rem, 13vw, 6.2rem); white-space: normal; }.scroll-cue { display: none; }
  .scene-system, .scene-results, .scene-membership, .scene-pricing { display: block; margin: 18px; padding: 74px 28px; border-radius: 34px; background: rgba(255, 255, 255, .8); }
  .scene-system .scene-heading { display: block; }.scene-system h2, .review-copy h2, .membership-heading h2, .pricing-heading h2 { font-size: clamp(3.15rem, 9vw, 5.3rem); }.thread-proof { min-height: 650px; margin-top: 42px; }.thread-panel { min-height: 650px; }.thread-messages > li { opacity: 1; transform: none; }.thread-typing { display: none; }
  .scene-results { display: grid; grid-template-columns: 1fr; gap: 42px; }
  .weekly-actions { flex-wrap: wrap; }
  .weekly-visual { width: min(100%, 620px); justify-self: center; }
  .membership-heading { grid-template-columns: 1fr; }.membership-editorial { min-height: 0; margin-top: 32px; }.membership-detail { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; gap: 0; }.membership-detail h3 { margin-top: 8px; }.membership-detail > p:last-child { margin-top: 6px; }.membership-footer { margin-top: 0; }
  .access-options { max-width: 720px; margin-top: 42px; }
  .landing-close { margin: 16px; }.landing-close__inner { grid-template-columns: 1fr; }.landing-close h2 { font-size: clamp(3.5rem, 11vw, 6.5rem); }
}

@media (max-width: 620px) {
  .scene-actions { display: grid; }.scene-actions .button { width: 100%; }.scene-system, .scene-results, .scene-membership, .scene-pricing { margin: 10px; padding: 66px 20px; border-radius: 28px; }
  .scene-system h2 { font-size: clamp(2.35rem, 10vw, 3.35rem); }
  .review-copy h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .weekly-scope { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .weekly-actions { display: grid; align-items: start; }
  .weekly-actions .button { width: 100%; }
  .weekly-visual { height: 590px; }
  .weekly-preview-tabs { gap: 6px; padding-inline: 0; }
  .weekly-preview-tabs button { padding-inline: 2px; font-size: 12px; white-space: nowrap; }
  .weekly-preview-stage { margin-inline: 0; }
  .membership-footer { align-items: flex-end; }
  .access-options { grid-template-columns: 1fr; }
  .access-option { min-height: auto; }
  .access-options .button { margin-top: 0; }
  .thread-proof, .thread-panel { min-height: 760px; }.thread-channel { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; padding-block: 9px; }.thread-channel-state { width: 100%; justify-content: flex-end; }.thread-messages { overflow: visible; padding-inline: 8px; }.thread-post { width: min(100%, 390px); }.thread-post-embed { grid-template-columns: 1fr; }.thread-post-chart { min-height: 255px; }.thread-avatar { width: 28px; height: 28px; padding: 0; }
  .landing-close { min-height: 68svh; border-radius: 30px; }.landing-close__inner { padding-block: 78px; }.landing-close h2 { font-size: clamp(3.1rem, 15vw, 4.9rem); }
  .site-footer__top, .site-footer__legal { align-items: flex-start; flex-direction: column; }
  .site-footer__top { gap: 18px; padding-block: 32px; }
  .site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; width: 100%; }
  .site-footer nav a { display: flex; align-items: center; min-height: 36px; }
  .site-footer nav a:last-child { grid-column: 1 / -1; margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--line); }
  .site-footer__legal { gap: 16px; }
}

@media (max-width: 900px) and (prefers-reduced-motion: no-preference) {
  body.is-mobile-narrative .nav.is-mobile-scrolled {
    background: rgba(246, 249, 250, .9);
    box-shadow: 0 1px 0 rgba(31, 65, 78, .06);
    backdrop-filter: blur(18px) saturate(1.25);
  }
  body.is-mobile-narrative .scene-chapter {
    position: relative;
    display: block;
    margin: 10px;
  }
  body.is-mobile-narrative .scene-chapter--system { height: 100svh; }
  body.is-mobile-narrative .scene-chapter--results { height: 170svh; }
  body.is-mobile-narrative .scene-chapter--membership { height: 125svh; }
  body.is-mobile-narrative .scene-chapter--pricing { height: 130svh; }
  body.is-mobile-narrative .scene-chapter > .scene {
    position: sticky;
    top: calc(var(--nav-height) + 8px);
    width: auto;
    height: calc(100svh - var(--nav-height) - 16px);
    min-height: 0;
    margin: 0;
    padding: clamp(20px, 5.5vw, 34px);
    overflow: hidden;
    border-radius: 28px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  body.is-mobile-narrative .scene-system {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 10px;
  }
  body.is-mobile-narrative .scene-system .scene-heading {
    display: block;
    opacity: 1;
    transform: none;
  }
  body.is-mobile-narrative .scene-system h2 {
    font-size: clamp(1.7rem, 7vw, 2.35rem);
    line-height: .92;
    text-wrap: balance;
    transition: font-size .28s var(--ease);
  }
  body.is-mobile-narrative .scene-system h2 br { display: none; }
  body.is-mobile-narrative .thread-proof {
    height: 100%;
    min-height: 0;
    margin-top: 0;
    opacity: var(--mobile-system-enter, 0);
    touch-action: pan-y;
    transform: translateY(calc((1 - var(--mobile-system-enter, 0)) * 24px));
  }
  body.is-mobile-narrative .thread-swipe-controls {
    position: absolute;
    top: 54%;
    right: 5px;
    left: 5px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
  }
  body.is-mobile-narrative .thread-swipe-control {
    display: grid;
    width: 30px;
    height: 50px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(112, 213, 242, .22);
    border-radius: 999px;
    background: rgba(9, 29, 40, .74);
    color: rgba(207, 239, 248, .88);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
    font: inherit;
    cursor: pointer;
    opacity: .72;
    pointer-events: auto;
    touch-action: manipulation;
    transition: opacity .2s ease, transform .2s var(--ease);
    backdrop-filter: blur(8px);
  }
  body.is-mobile-narrative .thread-swipe-control span { font-size: 1.45rem; line-height: 1; transform: translateY(-1px); }
  body.is-mobile-narrative .thread-swipe-control:active { opacity: 1; transform: scale(.94); }
  body.is-mobile-narrative .thread-swipe-control:focus-visible { outline: 2px solid #70d5f2; outline-offset: 2px; }
  body.is-mobile-narrative .thread-swipe-control:disabled { opacity: 0; pointer-events: none; }
  body.is-mobile-narrative .thread-swipe-control--next:not(:disabled) { animation: thread-swipe-nudge 1.9s var(--ease) 2; }
  body.is-mobile-narrative .thread-proof.has-swiped .thread-swipe-control { animation: none; }
  @keyframes thread-swipe-nudge { 0%, 70%, 100% { transform: translateX(0); } 84% { transform: translateX(3px); } }
  body.is-mobile-narrative .thread-panel { height: 100%; min-height: 0; }
  body.is-mobile-narrative .thread-channel { min-height: 42px; padding-inline: 14px; }
  body.is-mobile-narrative .thread-messages {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    padding: 6px;
  }
  body.is-mobile-narrative .thread-messages > li {
    position: absolute;
    inset: 6px;
    display: flex;
    width: auto;
    opacity: 0;
    transform: translateY(18px) scale(.985);
    pointer-events: none;
    transition: opacity .26s ease, transform .34s var(--ease);
  }
  body.is-mobile-narrative .thread-messages > li.is-visible {
    z-index: 2;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  body.is-mobile-narrative .thread-post { width: 100%; height: 100%; min-height: 0; gap: 5px; padding: 8px; }
  body.is-mobile-narrative .thread-post-author { grid-template-columns: 28px minmax(0, 1fr); gap: 8px; }
  body.is-mobile-narrative .thread-post-embed {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(150px, 1fr);
    gap: 6px;
    padding: 7px;
  }
  body.is-mobile-narrative .thread-post-copy { padding: 4px 5px; }
  body.is-mobile-narrative .thread-post-copy > p { margin-top: 6px; line-height: 1.35; }
  body.is-mobile-narrative .thread-post-chart { min-height: 150px; }
  body.is-mobile-narrative .thread-typing { display: none; }

  body.is-mobile-narrative .scene-results {
    display: grid;
    grid-template: minmax(0, 1fr) / minmax(0, 1fr);
    gap: 0;
  }
  body.is-mobile-narrative .review-copy,
  body.is-mobile-narrative .weekly-visual {
    grid-area: 1 / 1;
    align-self: center;
    justify-self: center;
  }
  body.is-mobile-narrative .review-copy {
    opacity: var(--mobile-results-copy, 1);
    transform: translateY(calc((1 - var(--mobile-results-copy, 1)) * -24px));
  }
  body.is-mobile-narrative .weekly-visual {
    width: min(100%, 520px);
    height: min(620px, 100%);
    opacity: var(--mobile-results-visual, 0);
    transform: translateY(calc((1 - var(--mobile-results-visual, 0)) * 34px)) scale(calc(.96 + var(--mobile-results-visual, 0) * .04));
    pointer-events: none;
  }
  body.is-mobile-narrative .scene-results.is-visual-phase .review-copy { visibility: hidden; pointer-events: none; }
  body.is-mobile-narrative .scene-results.is-visual-phase .weekly-visual { pointer-events: auto; }

  body.is-mobile-narrative .scene-membership {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 10px;
  }
  body.is-mobile-narrative .membership-heading {
    opacity: var(--mobile-membership-heading, 0);
    transform: translateY(calc((1 - var(--mobile-membership-heading, 0)) * 24px));
  }
  body.is-mobile-narrative .membership-heading h2 { font-size: clamp(2.35rem, 9vw, 4.4rem); }
  body.is-mobile-narrative .membership-editorial {
    min-height: 0;
    opacity: var(--mobile-membership-composition, 0);
    transform: translateY(calc((1 - var(--mobile-membership-composition, 0)) * 28px));
  }
  body.is-mobile-narrative .membership-footer {
    margin-top: 0;
    opacity: var(--mobile-membership-footer, 0);
    transform: translateY(calc((1 - var(--mobile-membership-footer, 0)) * 16px));
  }

  body.is-mobile-narrative .scene-pricing {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    align-items: stretch;
    gap: 14px;
  }
  body.is-mobile-narrative .pricing-heading {
    opacity: var(--mobile-pricing-heading, 0);
    transform: translateY(calc((1 - var(--mobile-pricing-heading, 0)) * 24px));
  }
  body.is-mobile-narrative .pricing-heading h2 { font-size: clamp(2.55rem, 10vw, 4.5rem); }
  body.is-mobile-narrative .access-options {
    display: flex;
    max-width: none;
    min-height: 0;
    gap: 12px;
    margin-top: 0;
    padding: 0 2px 12px;
    overflow-x: auto;
    opacity: var(--mobile-pricing-plans, 0);
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    transform: translateY(calc((1 - var(--mobile-pricing-plans, 0)) * 28px));
    touch-action: pan-x;
  }
  body.is-mobile-narrative .access-options::-webkit-scrollbar { display: none; }
  body.is-mobile-narrative .access-option {
    width: calc(100% - 12px);
    min-height: 0;
    flex: 0 0 calc(100% - 12px);
    padding: 20px;
    overflow-y: auto;
    scroll-snap-align: start;
  }
}

@media (max-width: 620px) and (max-height: 900px) and (prefers-reduced-motion: no-preference) {
  body.is-mobile-narrative .scene-system { gap: 10px; }
  body.is-mobile-narrative .scene-system h2 {
    font-size: clamp(1.55rem, 6.6vw, 1.9rem);
    line-height: .92;
  }
  body.is-mobile-narrative .thread-post-copy > p {
    margin-top: 6px;
    font-size: .62rem;
    line-height: 1.35;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .weekly-preview-stage { background: #fff; backdrop-filter: none; -webkit-backdrop-filter: none; }
}

body.is-reduced *, body.is-reduced *::before, body.is-reduced *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
body.is-reduced .signal-journey { height: auto; }
body.is-reduced .nav, body.is-reduced .nav-inner, body.is-reduced .brand-glyph, body.is-reduced .button-small { transition: none; }
body.is-reduced .signal-stage { position: relative; top: 0; height: auto; min-height: 0; overflow: visible; }
body.is-reduced .signal-world { top: 0; bottom: auto; height: calc(100svh - var(--nav-height)); min-height: 640px; transform: none; }
body.is-reduced .world-wash, body.is-reduced .world-glow, body.is-reduced .world-market, body.is-reduced .world-market g, body.is-reduced .world-market__reveal { transform: none; }
body.is-reduced .scroll-cue { display: none; }
body.is-reduced .scene { position: relative; inset: auto; width: auto; opacity: 1; transform: none; pointer-events: auto; }
body.is-reduced .weekly-visual,
body.is-reduced .membership-editorial,
body.is-reduced .access-option { opacity: 1; transform: none; }
body.is-reduced .thread-messages > li { opacity: 1; transform: none; }
body.is-reduced .thread-typing { display: none; }
body.is-reduced .scene-opening { display: flex; min-height: calc(100svh - var(--nav-height)); align-items: center; flex-direction: column; justify-content: center; padding: 96px var(--gutter) 48px; text-align: center; }
body.is-reduced .scene-system, body.is-reduced .scene-results, body.is-reduced .scene-membership, body.is-reduced .scene-pricing { position: relative; inset: auto; width: min(var(--shell), calc(100% - 48px)); min-height: 720px; margin: 22px auto; padding: 64px; opacity: 1; transform: none; pointer-events: auto; }
body.is-reduced .scene-system, body.is-reduced .scene-results, body.is-reduced .scene-membership, body.is-reduced .scene-pricing { display: grid; }

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

@media (max-width: 900px) {
  body.is-mobile-narrative .weekly-visual { height: 100%; }
  .weekly-visual {
    grid-template-rows: minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
  }
  .weekly-visual::before { display: none; }
  .weekly-preview-stage,
  .weekly-preview-panel img { background: #fff; }
  .weekly-preview-panel img { object-fit: contain; object-position: center top; }
  .membership-heading h2 { font-size: clamp(2.25rem, 8.8vw, 3.6rem); }
  .membership-editorial { margin-top: 0; }
  .membership-editorial__details { min-height: 390px; }
  .membership-detail { padding-block: 13px; }
  .membership-detail h3 { margin-top: 7px; font-size: clamp(1.08rem, 4.6vw, 1.4rem); }
  .membership-detail > p:last-child { margin-top: 5px; font-size: clamp(.58rem, 2.3vw, .7rem); }
  .membership-footer { font-size: .53rem; }
}

/* Hybrid page flow: one focused sticky proof, then familiar stacked sections. */
body.is-hybrid-layout .signal-journey {
  height: auto;
  background: transparent;
}

body.is-hybrid-layout .signal-stage {
  position: relative;
  top: auto;
  height: auto;
  min-height: 0;
  overflow: visible;
  background: transparent;
}

body.is-hybrid-layout .signal-world {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  min-height: 0;
}

body.is-hybrid-layout .scene-chapter {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

body.is-hybrid-layout .scene {
  position: relative;
  inset: auto;
  z-index: 10;
  width: auto;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  will-change: auto;
}

body.is-hybrid-layout .scene-opening {
  display: flex;
  width: min(800px, calc(100% - 48px));
  min-height: 100dvh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: calc(var(--nav-height) + 54px) 0 74px;
  text-align: center;
}

body.is-hybrid-layout .scene-opening .scene-kicker,
body.is-hybrid-layout .scene-opening h1,
body.is-hybrid-layout .scene-opening .scene-actions,
body.is-hybrid-layout .scene-opening .scroll-cue {
  opacity: 1;
  transform: none;
}

body.is-hybrid-layout .scene-opening .scroll-cue {
  display: flex;
  max-width: 100%;
}

body.is-hybrid-layout .scene-chapter--system {
  height: 190dvh;
}

body.is-hybrid-layout .scene-system {
  position: sticky;
  top: calc(var(--nav-height) + 16px);
  display: grid;
  width: min(var(--shell), calc(100% - 48px));
  height: calc(100dvh - var(--nav-height) - 32px);
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr);
  margin: 0 auto;
  padding: clamp(24px, 3vw, 40px);
  opacity: 1;
  transform: none;
}

body.is-hybrid-layout:not(.is-reduced) .scene-system .scene-heading,
body.is-hybrid-layout:not(.is-reduced) .scene-system .thread-proof,
body.is-hybrid-layout:not(.is-reduced) .scene-system .thread-panel {
  opacity: 1;
  transform: none;
}

body.is-hybrid-layout:not(.is-reduced) .thread-messages > li {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .26s ease, transform .34s var(--ease);
}

body.is-hybrid-layout:not(.is-reduced) .thread-messages > li.is-visible {
  z-index: 5;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

body.is-hybrid-layout .thread-typing {
  display: none;
}

body.is-hybrid-layout .thread-swipe-controls {
  position: absolute;
  top: 54%;
  right: 6px;
  left: 6px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

body.is-hybrid-layout .thread-swipe-control {
  display: grid;
  width: 32px;
  height: 52px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(112, 213, 242, .24);
  border-radius: 999px;
  background: rgba(9, 29, 40, .76);
  color: rgba(217, 243, 250, .94);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
  font: inherit;
  cursor: pointer;
  opacity: .78;
  pointer-events: auto;
  touch-action: manipulation;
  transition: opacity .2s ease, transform .2s var(--ease);
  backdrop-filter: blur(8px);
}

body.is-hybrid-layout .thread-swipe-control span {
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(-1px);
}

body.is-hybrid-layout .thread-swipe-control:hover,
body.is-hybrid-layout .thread-swipe-control:focus-visible {
  opacity: 1;
}

body.is-hybrid-layout .thread-swipe-control:focus-visible {
  outline: 2px solid #70d5f2;
  outline-offset: 2px;
}

body.is-hybrid-layout .thread-swipe-control:disabled {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 901px) {
  body.is-hybrid-layout .thread-swipe-controls {
    display: none;
  }
}

body.is-hybrid-layout .scene-chapter--results,
body.is-hybrid-layout .scene-chapter--membership,
body.is-hybrid-layout .scene-chapter--pricing {
  padding: 16px 0;
}

body.is-hybrid-layout .scene-results,
body.is-hybrid-layout .scene-membership,
body.is-hybrid-layout .scene-pricing {
  width: min(var(--shell), calc(100% - 48px));
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  opacity: 1;
  transform: none;
}

body.is-hybrid-layout .scene-results {
  min-height: 720px;
  padding: clamp(34px, 4vw, 54px);
  background: var(--surface);
  backdrop-filter: none;
}

body.is-hybrid-layout .scene-results .weekly-visual::before {
  display: none;
}

body.is-hybrid-layout .scene-membership {
  min-height: 650px;
  padding: clamp(34px, 4vw, 52px);
}

body.is-hybrid-layout .scene-pricing {
  min-height: 680px;
  padding: clamp(34px, 4vw, 52px);
}

body.is-hybrid-layout:not(.is-reduced) .review-copy,
body.is-hybrid-layout:not(.is-reduced) .weekly-visual,
body.is-hybrid-layout:not(.is-reduced) .membership-heading,
body.is-hybrid-layout:not(.is-reduced) .membership-editorial,
body.is-hybrid-layout:not(.is-reduced) .membership-editorial__details,
body.is-hybrid-layout:not(.is-reduced) .membership-detail,
body.is-hybrid-layout:not(.is-reduced) .membership-footer,
body.is-hybrid-layout:not(.is-reduced) .pricing-heading,
body.is-hybrid-layout:not(.is-reduced) .pricing-heading h2,
body.is-hybrid-layout:not(.is-reduced) .access-options,
body.is-hybrid-layout:not(.is-reduced) .access-option,
body.is-hybrid-layout:not(.is-reduced) .access-option__header,
body.is-hybrid-layout:not(.is-reduced) .access-option__price,
body.is-hybrid-layout:not(.is-reduced) .access-option__summary,
body.is-hybrid-layout:not(.is-reduced) .access-option__includes > strong,
body.is-hybrid-layout:not(.is-reduced) .access-options li,
body.is-hybrid-layout:not(.is-reduced) .access-options .button {
  visibility: visible;
  opacity: 1;
  transform: none;
}

/* Keep the closing content above the stage's fixed backdrop after reveal transforms end. */
body.is-hybrid-layout .landing-close,
body.is-hybrid-layout .site-footer {
  position: relative;
  z-index: 1;
}

body.is-hybrid-layout.has-hybrid-reveals .hybrid-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .46s ease, transform .56s var(--ease);
}

body.is-hybrid-layout.has-hybrid-reveals .hybrid-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  body.is-hybrid-layout .signal-world {
    opacity: .9;
  }

  body.is-hybrid-layout .scene-opening {
    min-height: 100svh;
    padding: calc(var(--nav-height) + 42px) 20px 56px;
  }

  body.is-hybrid-layout .scene-chapter--system {
    height: auto;
    margin-bottom: 8px;
  }

  body.is-hybrid-layout .scene-chapter > .scene-system {
    position: relative;
    top: auto;
    width: calc(100% - 20px);
    height: calc(100svh - var(--nav-height) - 16px);
    margin: 0 10px;
    padding: clamp(20px, 5.5vw, 34px);
  }

  body.is-hybrid-layout .scene-system .thread-proof {
    height: 100%;
    min-height: 0;
    margin-top: 0;
    opacity: 1;
    transform: none;
    touch-action: pan-y;
  }

  body.is-hybrid-layout .scene-chapter--results,
  body.is-hybrid-layout .scene-chapter--membership,
  body.is-hybrid-layout .scene-chapter--pricing {
    height: auto;
    margin: 0;
    padding: 8px 0;
  }

  body.is-hybrid-layout .scene-results,
  body.is-hybrid-layout .scene-membership,
  body.is-hybrid-layout .scene-pricing,
  body.is-hybrid-layout.is-mobile-narrative .scene-chapter > .scene:not(.scene-system) {
    position: relative;
    top: auto;
    width: calc(100% - 20px);
    height: auto;
    min-height: 0;
    margin: 0 10px;
    padding: 64px 24px;
    overflow: hidden;
  }

  body.is-hybrid-layout.is-mobile-narrative .scene-results {
    display: grid;
    grid-template: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  body.is-hybrid-layout.is-mobile-narrative .review-copy,
  body.is-hybrid-layout.is-mobile-narrative .weekly-visual {
    grid-area: auto;
    align-self: auto;
    justify-self: center;
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  body.is-hybrid-layout.is-mobile-narrative .weekly-visual {
    width: min(100%, 520px);
    height: 590px;
  }

  body.is-hybrid-layout.is-mobile-narrative .scene-membership {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 22px;
  }

  body.is-hybrid-layout.is-mobile-narrative .membership-heading,
  body.is-hybrid-layout.is-mobile-narrative .membership-editorial,
  body.is-hybrid-layout.is-mobile-narrative .membership-footer,
  body.is-hybrid-layout.is-mobile-narrative .pricing-heading {
    opacity: 1;
    transform: none;
  }

  body.is-hybrid-layout .scene-pricing {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 34px;
  }

  body.is-hybrid-layout .scene-pricing .access-options {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 24px);
    max-width: 720px;
    gap: 14px;
    margin-top: 0;
    padding: 2px 2px 16px;
    overflow-x: auto;
    opacity: 1;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--blue) transparent;
    transform: none;
    touch-action: auto;
  }

  body.is-hybrid-layout .scene-pricing .access-option {
    width: auto;
    min-height: auto;
    flex: none;
    overflow: visible;
    scroll-snap-align: start;
  }

  body.is-hybrid-layout .weekly-preview-tabs { display: none; }
  body.is-hybrid-layout .weekly-preview-shell { grid-template-rows: minmax(0, 1fr) auto; }
  body.is-hybrid-layout .weekly-preview-shell::after {
    content: 'Swipe to explore sample pages \2194';
    padding-top: 12px;
    color: var(--muted);
    font-size: 12px;
    text-align: center;
  }
  body.is-hybrid-layout .weekly-preview-stage {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--blue) transparent;
    touch-action: auto;
  }
  body.is-hybrid-layout .weekly-preview-panel { min-width: 0; scroll-snap-align: start; }
  body.is-hybrid-layout .weekly-preview-panel:hover img { transform: none; }

  .nav .nav-menu { display: none; }
  .nav-actions .nav-member { display: none; }
  .nav-menu .nav-member { width: 100%; height: auto; min-height: 48px; padding: 16px; justify-content: flex-start; border-radius: 12px; color: var(--ink); font-size: .76rem; font-weight: 700; letter-spacing: .01em; }
  .nav-menu .nav-member:hover { background: #e5f5fa; color: var(--blue-deep); }
  .nav-menu .nav-member svg { display: none; }
  .nav-menu .nav-member-label { display: inline; }
  .nav.open .nav-menu {
    position: absolute;
    top: calc(100% + 8px);
    inset-inline: 0;
    display: grid;
    gap: 12px;
    padding: 14px;
    max-height: calc(100dvh - var(--nav-height) - 24px);
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #f8fcfd;
    box-shadow: 0 20px 48px rgba(17, 38, 48, .18);
  }
  .nav.open .nav-menu .nav-links {
    position: static;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .nav.open .nav-menu .nav-links li { border: 0; }
  .nav.open .nav-menu .nav-links a { padding: 16px; border-radius: 12px; color: var(--ink); }
  .nav.open .nav-menu .nav-links a[aria-current="true"],
  .nav.open .nav-menu .nav-links a:hover { background: #e5f5fa; color: var(--blue-deep); }
  .nav.open .nav-menu .nav-cta { position: static; display: flex; width: 100%; min-height: 48px; }
}

@media (max-width: 620px) {
  body.is-hybrid-layout .scene-results,
  body.is-hybrid-layout .scene-membership,
  body.is-hybrid-layout .scene-pricing,
  body.is-hybrid-layout.is-mobile-narrative .scene-chapter > .scene:not(.scene-system) {
    padding: 56px 20px;
  }

  body.is-hybrid-layout.is-mobile-narrative .weekly-visual {
    height: 560px;
  }
}

body.is-hybrid-layout.is-reduced .scene-chapter--system {
  height: auto;
  padding: 16px 0;
}

body.is-hybrid-layout.is-reduced .scene-system {
  position: relative;
  top: auto;
  height: auto;
  min-height: 720px;
}


.thread-join { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; gap: 8px; padding: 0 12px; border: 1px solid rgba(112, 213, 242, .28); border-radius: 999px; color: #70d5f2; font-size: 11px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.thread-join:hover { border-color: #70d5f2; background: rgba(112, 213, 242, .08); }
.thread-join:focus-visible { outline: 2px solid #70d5f2; outline-offset: 3px; }
@media (min-width: 901px) {
  body.is-hybrid-layout .scene-system .thread-post { width: 100%; }
  body.is-hybrid-layout:not(.is-reduced) .scene-system .thread-messages > li { inset: 14px; }
  body.is-hybrid-layout:not(.is-reduced) .scene-system .thread-post { height: 100%; min-height: 0; max-height: none; }
}
@media (max-width: 620px) {
  .thread-post-author { grid-template-columns: 28px minmax(0, 1fr); gap: 4px 8px; }
  .thread-post-author p { display: flex; flex-wrap: wrap; line-height: 1.2; }
  .thread-join { grid-column: 2; justify-self: end; min-height: 44px; }
}

/* One continuous showcase surface, with the original alert above its chart. */
body.is-hybrid-layout .thread-post { border: 0; border-radius: 0; background: transparent; box-shadow: none; padding: 4px; gap: 6px; }
body.is-hybrid-layout .thread-post-embed { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr); gap: 10px; margin-left: 42px; padding: 0; border: 0; border-radius: 0; background: transparent; }
body.is-hybrid-layout .thread-post-copy { padding: 0; }
body.is-hybrid-layout .thread-post-copy > p { max-width: 76ch; margin-top: 6px; font-size: 13px; line-height: 1.45; }
body.is-hybrid-layout .thread-post-copy h3 { font-size: 13px; line-height: 1.3; }
body.is-hybrid-layout .thread-post-author strong { font-size: 13px; }
body.is-hybrid-layout .thread-post-author time { font-size: 10px; }
body.is-hybrid-layout:not(.is-reduced) .thread-post-embed { grid-template-rows: var(--thread-copy-height, auto) minmax(0, 1fr); }
body.is-hybrid-layout .thread-swipe-controls { top: auto; bottom: var(--thread-control-bottom, 25%); transform: translateY(50%); }
@media (max-width: 620px) {
  body.is-hybrid-layout .scene-chapter > .scene-system { min-height: 820px; }
}
body.is-hybrid-layout .thread-post-chart { min-height: 0; }
body.is-hybrid-layout .thread-post-chart img { background: transparent; object-position: center top; }
@media (max-width: 620px) {
  body.is-hybrid-layout .thread-post-embed { margin-left: 0; }
}
.thread-stages { display: flex; flex-wrap: wrap; gap: 4px; }
.thread-stages button { min-height: 36px; padding: 0 10px; border: 0; background: transparent; color: #819ca9; font: inherit; font-size: 11px; font-weight: 700; text-underline-offset: 4px; text-decoration-thickness: 1px; cursor: pointer; }
.thread-stages button:hover { color: #dce8ed; }
.thread-stages button.is-active { color: #70d5f2; text-decoration-line: underline; }
.thread-stages button:focus-visible { outline: 2px solid #70d5f2; outline-offset: -2px; }
@media (max-width: 620px) {
  .thread-stages { width: 100%; justify-content: space-between; gap: 0; }
  .thread-stages button { min-height: 44px; padding-inline: 6px; font-size: 10px; }
}
body.is-hybrid-layout.is-reduced .thread-post-embed { grid-template-rows: auto auto; }
body.is-hybrid-layout.is-reduced .thread-post-chart img { max-height: 520px; }

.thread-channel-identity { display: grid; gap: 2px; padding-block: 8px; }
.thread-channel-context { margin: 0; color: #8fa9b4; font-size: 10px; font-weight: 500; line-height: 1.3; }

/* Membership disclosures: independent rows with a folding chevron. */
.membership-editorial__details:has(.membership-disclosure) { height: auto; min-height: 0; grid-template-rows: none; }
.membership-detail.membership-disclosure { display: block; padding: 0; }
.membership-disclosure h3 { margin: 0; }
.membership-toggle { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 80px; padding: 24px 0; border: 0; background: none; color: inherit; font: inherit; letter-spacing: inherit; line-height: 1.15; text-align: left; cursor: pointer; }
.membership-toggle:hover { color: #087fa8; }
.membership-toggle:focus-visible { outline: 2px solid #087fa8; outline-offset: 5px; border-radius: 3px; }
.membership-chevron { position: relative; flex: 0 0 20px; height: 20px; color: #607780; }
.membership-chevron::before, .membership-chevron::after { content: ''; position: absolute; top: 9px; width: 10px; height: 1.5px; border-radius: 2px; background: currentColor; transition: transform 320ms cubic-bezier(.22, 1, .36, 1); }
.membership-chevron::before { right: 50%; transform-origin: right center; transform: rotate(40deg); }
.membership-chevron::after { left: 50%; transform-origin: left center; transform: rotate(-40deg); }
.membership-toggle[aria-expanded="true"] .membership-chevron::before { transform: rotate(-40deg); }
.membership-toggle[aria-expanded="true"] .membership-chevron::after { transform: rotate(40deg); }
.membership-answer { display: grid; grid-template-rows: 1fr; opacity: 1; transition: grid-template-rows 360ms cubic-bezier(.22, 1, .36, 1), opacity 240ms ease; }
.membership-answer[aria-hidden="true"] { grid-template-rows: 0fr; opacity: 0; }
.membership-answer > div { min-height: 0; overflow: hidden; }
.membership-answer p { max-width: 64ch; padding: 0 36px 24px 0; color: #607780; font-size: clamp(14px, 1vw, 16px); line-height: 1.65; }
@media (max-width: 680px) { .membership-toggle { min-height: 72px; padding-block: 20px; gap: 18px; } }
@media (prefers-reduced-motion: reduce) { .membership-answer, .membership-chevron::before, .membership-chevron::after { transition: none; } }
body.is-reduced .membership-answer, body.is-reduced .membership-chevron::before, body.is-reduced .membership-chevron::after { transition: none; }

.membership-answer p { margin-left: auto; width: 52%; max-width: none; padding-right: 36px; }
.membership-film { width: min(100%, 760px); margin: 4px auto 28px; }
.membership-film video { display: block; width: 100%; aspect-ratio: 16 / 9; border: 1px solid rgba(45, 79, 92, .12); border-radius: 18px; background: #f4f8fa; object-fit: contain; }

@media (max-width: 680px) { .membership-answer p { width: 100%; padding-right: 0; } .membership-film { margin-bottom: 20px; } .membership-film video { border-radius: 10px; } }
@media (min-width: 901px) {
  .membership-detail.membership-disclosure { display: grid; grid-template-columns: minmax(0, 1fr); }
  .membership-disclosure h3 { grid-area: 1 / 1; align-self: start; position: relative; z-index: 1; }
  .membership-toggle-title { max-width: 44%; }
  .membership-answer { grid-area: 1 / 1; align-self: start; }
  .membership-answer p { margin-top: 24px; min-height: 56px; }
}
@media (min-width: 681px) and (max-width: 900px) { .membership-answer p { width: 100%; padding-right: 0; } }
/* The QQQ film replaces the scroll-driven message stack. */
body.is-hybrid-layout .scene-chapter--system { height: auto; padding: 16px 0; }
body.is-hybrid-layout .scene-chapter > .scene-system { position: relative; top: auto; height: auto; min-height: 0; grid-template-rows: auto auto; }
.qqq-film { position: relative; width: 100%; min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(112, 213, 242, .22); border-radius: 20px; background: #081b29; box-shadow: 0 24px 54px -28px rgba(8, 27, 41, .65); }
.qqq-film video { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: contain; background: #081b29; }
@media (max-width: 620px) { .qqq-film { border-radius: 12px; } }
/* The PDF loop occupies the former tabbed preview column. */
.weekly-film { width: 100%; max-width: 480px; justify-self: center; min-width: 0; margin: 0; align-self: center; overflow: hidden; border: 1px solid rgba(45, 79, 92, .12); border-radius: 20px; background: #edf5f7; box-shadow: 0 24px 48px -24px rgba(17, 38, 48, .22); }
.weekly-film video { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: contain; }
body.is-hybrid-layout .scene-results:has(.weekly-film) { min-height: 0; }
@media (max-width: 900px) {
  body.is-hybrid-layout .scene-results:has(.weekly-film) { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .weekly-film { border-radius: 14px; }
}

/* Dedicated mobile film keeps messages and charts legible on narrow screens. */
.qqq-film #qqq-film-mobile { display: none; }
@media (max-width: 620px) {
  .qqq-film #qqq-film { display: none; }
  .qqq-film #qqq-film-mobile { display: block; aspect-ratio: 9 / 14; }
}

@media (max-width: 620px) {
  #results .review-copy { display: contents; }
  #results .weekly-film { order: 1; }
  #results .weekly-actions { order: 2; margin-top: 0; }
}
