:root {
  --ink: #101116;
  --ink-soft: #23252d;
  --paper: #f5f3ee;
  --paper-deep: #e8e4db;
  --line: rgba(16, 17, 22, 0.15);
  --muted: #77756f;
  --orange: #fb6941;
  --orange-deep: #d84628;
  --lilac: #bcb3ff;
  --mint: #b7ebd5;
  --yellow: #f6e99e;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body::selection { color: var(--paper); background: var(--orange); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(1200px, calc(100% - 72px)); margin: 0 auto; }
.section-pad { padding: 132px 0; }
.page-noise { pointer-events: none; position: fixed; inset: 0; z-index: 20; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); }

.site-header { position: absolute; width: 100%; top: 0; z-index: 10; }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 600; font-size: 21px; letter-spacing: -.06em; }
.wordmark-mark { width: 22px; height: 22px; display: inline-flex; align-items: end; gap: 2px; transform: skew(-14deg); }
.wordmark-mark span { width: 5px; display: block; border-radius: 3px; background: var(--orange); }
.wordmark-mark span:first-child { height: 10px; }.wordmark-mark span:nth-child(2) { height: 16px; }.wordmark-mark span:last-child { height: 22px; }
.nav-links { display: flex; gap: 28px; margin-left: auto; margin-right: 12px; color: #55545c; font-size: 13px; font-weight: 600; }
.nav-links a, .footer-links a { transition: color .2s ease; }.nav-links a:hover, .footer-links a:hover { color: var(--orange-deep); }
.button { align-items: center; border: 0; display: inline-flex; justify-content: center; gap: 14px; padding: 15px 21px; font-size: 13px; font-weight: 700; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }.button span { font-size: 18px; line-height: 0; font-weight: 400; }
.button-small { padding: 12px 17px; font-size: 12px; }.button-dark { background: var(--ink); color: var(--paper); }.button-dark:hover { background: var(--orange); color: var(--ink); }.button-primary { background: var(--orange); color: var(--ink); }.button-primary:hover { background: var(--ink); color: var(--paper); }.button-light { background: var(--paper); color: var(--ink); }.button-light:hover { background: var(--orange); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }.menu-toggle span { width: 18px; height: 1px; display: block; background: var(--ink); }

.hero { min-height: 800px; padding-top: 188px; padding-bottom: 34px; position: relative; background: radial-gradient(circle at 82% 24%, rgba(188,179,255,.37), transparent 25%), radial-gradient(circle at 22% 36%, rgba(251,105,65,.12), transparent 24%), var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .65; background-image: linear-gradient(rgba(16,17,22,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,17,22,.045) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black 0%, transparent 72%); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 68px; position: relative; z-index: 1; }
.eyebrow, .section-kicker, .micro-label, .stage-label, .signal-inner, .hero-bottom, .workflow-card-top small, .price-badge, .contact-meta, .quote-caption, .role-card span, .billing-toggle, .featured-ribbon { font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.eyebrow { color: #5a5860; display: flex; align-items: center; gap: 9px; margin: 0 0 29px; }.eyebrow-dot, .live-dot { display: inline-block; width: 6px; height: 6px; border-radius: 100%; background: var(--orange); box-shadow: 0 0 0 4px rgba(251,105,65,.16); }
h1, h2, h3, p { margin-top: 0; }.hero h1 { font-family: var(--display); font-size: clamp(52px, 6.3vw, 89px); line-height: .97; letter-spacing: -.085em; font-weight: 500; margin: 0 0 32px; max-width: 700px; }.hero h1 em, h2 em { font-style: normal; color: var(--orange-deep); }.hero-lede { max-width: 470px; color: #646168; font-size: 18px; line-height: 1.55; margin-bottom: 35px; }.hero-actions { display: flex; align-items: center; gap: 26px; margin-bottom: 26px; }.text-link { display: inline-flex; align-items: center; gap: 12px; color: #4d4b52; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(16,17,22,.35); padding-bottom: 5px; transition: color .2s ease, border-color .2s ease; }.text-link span { color: var(--orange-deep); font-size: 17px; }.text-link:hover { color: var(--orange-deep); border-color: var(--orange-deep); }.hero-note { margin: 0; color: #8d8a83; font-size: 12px; }
.hero-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; padding-top: 119px; color: #95918a; }.hero-scroll { display: flex; align-items: center; gap: 10px; }.hero-scroll span { width: 23px; height: 1px; background: var(--orange); }
.hero-stage { height: 533px; position: relative; display: flex; align-items: center; justify-content: center; }.stage-glow { position: absolute; width: 78%; height: 82%; border-radius: 50%; background: linear-gradient(135deg, rgba(251,105,65,.38), rgba(188,179,255,.42)); filter: blur(55px); }.orbit { position: absolute; border: 1px solid rgba(16,17,22,.2); border-radius: 50%; transform: rotate(-20deg); }.orbit-large { width: 97%; height: 52%; }.orbit-small { width: 73%; height: 37%; transform: rotate(24deg); border-color: rgba(251,105,65,.42); }.workspace-card { position: relative; width: min(100%, 580px); min-height: 412px; background: #17181e; color: var(--paper); box-shadow: 25px 30px 60px rgba(38,31,42,.22); transform: rotate(2.7deg); border: 1px solid rgba(255,255,255,.19); overflow: hidden; z-index: 2; }.workspace-card::after { content: ""; position: absolute; width: 160px; height: 160px; background: var(--orange); filter: blur(76px); opacity: .24; right: -44px; bottom: -51px; }.workspace-topbar { height: 47px; border-bottom: 1px solid rgba(255,255,255,.11); display: flex; justify-content: space-between; align-items: center; padding: 0 16px; }.mini-brand { font-family: var(--display); font-size: 12px; letter-spacing: -.06em; display: flex; align-items: center; gap: 7px; }.mini-brand-mark { width: 12px; height: 12px; border-radius: 50%; display: inline-block; background: var(--orange); box-shadow: 4px -3px 0 var(--lilac); }.topbar-actions { display: flex; gap: 9px; align-items: center; }.topbar-actions > span { width: 11px; height: 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }.avatar, .context-avatar { display: grid; place-items: center; background: var(--lilac); color: var(--ink); font-family: var(--mono); font-size: 7px; }.avatar { width: 24px; height: 24px; border-radius: 50%; margin-left: 7px; }
.workspace-body { display: flex; min-height: 365px; }.workspace-rail { border-right: 1px solid rgba(255,255,255,.11); width: 47px; display: flex; flex-direction: column; align-items: center; padding: 16px 0; gap: 18px; }.rail-icon { color: rgba(255,255,255,.38); font-size: 14px; width: 24px; height: 24px; display: grid; place-items: center; }.rail-icon-active { border-radius: 6px; color: var(--ink); background: var(--orange); }.rail-spacer { flex: 1; }.workspace-main { flex: 1; padding: 22px 22px 16px; }.workspace-heading { display: flex; justify-content: space-between; align-items: start; gap: 12px; }.micro-label { color: #8d8c96; font-size: 8px; }.workspace-heading .micro-label { margin-bottom: 6px; }.workspace-heading h3 { font-family: var(--display); letter-spacing: -.06em; font-size: 19px; margin: 0; font-weight: 500; }.status-pill { font-family: var(--mono); font-size: 7px; text-transform: uppercase; color: var(--mint); background: rgba(183,235,213,.08); padding: 6px 8px; white-space: nowrap; }.context-line { margin: 19px 0 12px; padding: 9px 11px; display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.055); font-size: 9px; color: #b4b2b8; }.context-line b { color: var(--paper); font-weight: 500; }.context-avatar { width: 15px; height: 15px; border-radius: 4px; }.context-count { margin-left: auto; color: var(--orange); font-family: var(--mono); font-size: 7px; }.chat-window { display: flex; flex-direction: column; gap: 10px; }.chat-message { padding: 10px 12px; font-size: 10px; line-height: 1.35; max-width: 88%; }.chat-user { align-self: flex-end; background: rgba(188,179,255,.23); color: #eeeaff; }.chat-ai { align-self: flex-start; border-left: 2px solid var(--orange); background: rgba(255,255,255,.055); display: flex; gap: 10px; }.ai-spark { color: var(--orange); font-size: 16px; }.chat-meta { font-family: var(--mono); font-size: 7px; color: var(--orange); display: block; margin-bottom: 4px; }.chat-ai p { margin: 0; color: #d3d0d3; }.angle-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 8px; margin-top: 13px; }.angle-card { position: relative; min-height: 77px; border: 1px solid rgba(255,255,255,.14); padding: 9px; color: #d3d0d3; }.angle-card-main { border-color: var(--orange); background: rgba(251,105,65,.08); }.angle-number { font-family: var(--mono); font-size: 7px; color: var(--orange); }.angle-card p { font-family: var(--display); letter-spacing: -.04em; font-size: 11px; line-height: 1.08; margin: 12px 0 10px; }.angle-card span { font-size: 7px; color: #96939a; }.angle-card i { position: absolute; top: 8px; right: 8px; width: 15px; height: 15px; border-radius: 50%; background: var(--orange); color: var(--ink); font-style: normal; font-size: 10px; display: grid; place-items: center; }.workspace-input { height: 28px; margin-top: 11px; background: rgba(255,255,255,.07); color: #717079; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; font-size: 8px; }.workspace-input b { display: grid; place-items: center; width: 16px; height: 16px; background: var(--orange); color: var(--ink); font-size: 12px; }.stage-label { position: absolute; z-index: 3; color: #625e6a; background: rgba(245,243,238,.72); backdrop-filter: blur(8px); padding: 9px 11px; }.stage-label-top { top: 23px; left: 5px; }.stage-label-top .live-dot { width: 5px; height: 5px; margin-right: 5px; }.stage-label-bottom { right: 12px; bottom: 23px; }.stage-label-bottom span { color: var(--orange-deep); margin: 0 5px; }

.signal-strip { background: var(--ink); color: var(--paper); }.signal-inner { min-height: 57px; display: flex; justify-content: space-between; align-items: center; color: #c6c3ba; }.signal-inner i { width: 4px; height: 4px; background: var(--orange); border-radius: 50%; }
.section-kicker { color: #8b8881; margin: 0 0 23px; }.split-heading, .workflow-heading { display: grid; grid-template-columns: .75fr 1.6fr; gap: 60px; }.split-heading h2, .workflow-heading h2, .memory-intro h2, .reasons-heading h2, .audience-heading h2, .pricing-heading h2, .faq h2 { font-family: var(--display); font-weight: 500; font-size: clamp(42px, 5.1vw, 70px); line-height: .99; letter-spacing: -.08em; margin: 0 0 28px; }.section-intro, .workflow-heading > div > p { max-width: 620px; color: #737078; font-size: 17px; line-height: 1.55; margin: 0; }
.problem { background: var(--paper); }.problem-grid { margin-top: 78px; display: grid; grid-template-columns: 1fr 1.35fr; gap: 100px; align-items: start; }.problem-quote { min-height: 295px; background: var(--orange); padding: 35px 39px; position: relative; overflow: hidden; }.problem-quote::after { content: ""; position: absolute; width: 240px; height: 240px; border: 1px solid rgba(16,17,22,.28); border-radius: 50%; right: -96px; bottom: -125px; box-shadow: 0 0 0 30px rgba(16,17,22,.04), 0 0 0 62px rgba(16,17,22,.04); }.quote-mark { display: block; font-family: Georgia, serif; font-size: 73px; line-height: .8; }.problem-quote p { font-family: var(--display); font-size: 29px; line-height: 1.08; letter-spacing: -.065em; max-width: 345px; margin: 34px 0 36px; }.quote-rule { width: 100%; height: 1px; background: rgba(16,17,22,.25); margin-bottom: 11px; }.quote-caption { font-size: 8px; }.problem-list { border-top: 1px solid var(--line); }.problem-item { display: grid; grid-template-columns: 42px 1fr 20px; gap: 20px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }.problem-item > span, .reason-card > span { color: var(--orange-deep); font-family: var(--mono); font-size: 10px; }.problem-item h3 { font-family: var(--display); font-size: 22px; letter-spacing: -.06em; font-weight: 500; margin: 0 0 7px; }.problem-item p { color: var(--muted); font-size: 14px; margin: 0; max-width: 440px; }.problem-item b { color: var(--orange-deep); font-weight: 400; }

.memory-section { background: var(--ink); color: var(--paper); overflow: hidden; }.memory-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: end; }.light-kicker { color: #a9a5a0; }.memory-intro h2 { margin-bottom: 0; }.memory-intro h2 em { color: var(--orange); }.memory-intro > p { color: #aaa8ac; max-width: 460px; margin: 0 0 4px; font-size: 17px; }.memory-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; margin-top: 110px; }.memory-orbit-wrap { height: 460px; position: relative; max-width: 540px; }.memory-orbit { position: absolute; border: 1px solid rgba(245,243,238,.22); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-24deg); }.orbit-a { width: 99%; height: 42%; }.orbit-b { width: 78%; height: 68%; transform: translate(-50%, -50%) rotate(58deg); border-color: rgba(251,105,65,.6); }.orbit-c { width: 54%; height: 91%; transform: translate(-50%, -50%) rotate(17deg); border-color: rgba(188,179,255,.45); }.memory-sun { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 143px; height: 143px; border-radius: 50%; background: var(--orange); color: var(--ink); display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 0 0 12px rgba(251,105,65,.08), 0 0 80px rgba(251,105,65,.28); }.memory-sun span { font-family: var(--display); font-size: 55px; line-height: .8; letter-spacing: -.12em; margin-left: -4px; }.memory-sun small { margin-top: 12px; text-align: center; font-family: var(--mono); font-size: 7px; letter-spacing: .1em; line-height: 1.2; }.memory-node { position: absolute; display: grid; grid-template-columns: 26px auto; column-gap: 7px; align-items: center; background: rgba(245,243,238,.08); border: 1px solid rgba(245,243,238,.18); padding: 9px 12px; backdrop-filter: blur(8px); }.memory-node span { grid-row: span 2; color: var(--orange); font-family: var(--mono); font-size: 9px; }.memory-node b { font-family: var(--display); font-size: 13px; letter-spacing: -.05em; font-weight: 500; }.memory-node small { color: #8c898e; font-family: var(--mono); font-size: 7px; }.node-brand { left: 1%; top: 15%; }.node-campaign { right: 2%; top: 28%; }.node-proof { left: 12%; bottom: 12%; }.orbit-ping { position: absolute; width: 8px; height: 8px; border-radius: 50%; }.ping-one { background: var(--orange); top: 29%; left: 23%; }.ping-two { background: var(--lilac); top: 68%; right: 20%; }.ping-three { background: var(--mint); top: 44%; right: 7%; }.memory-points { border-top: 1px solid rgba(245,243,238,.22); }.memory-point { display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(245,243,238,.22); }.point-icon { width: 29px; height: 29px; border: 1px solid var(--orange); color: var(--orange); display: grid; place-items: center; font-size: 14px; }.memory-point h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.06em; font-size: 20px; margin: 2px 0 6px; }.memory-point p { color: #9b989d; font-size: 13px; margin: 0; max-width: 365px; }.inline-arrow-link { display: inline-flex; gap: 11px; margin-top: 29px; color: var(--paper); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--orange); padding-bottom: 5px; }.inline-arrow-link span { color: var(--orange); font-size: 18px; }

.workflow { background: #eeece5; }.workflow-heading { align-items: end; }.workflow-heading > div > p { max-width: 590px; }.workflow-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; margin-top: 76px; }.track-line { position: absolute; top: 28px; left: 11%; right: 11%; height: 1px; background: rgba(16,17,22,.35); z-index: 0; }.track-line span { position: absolute; top: -3px; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }.track-line span:first-child { left: 0; }.track-line span:nth-child(2) { left: 33%; }.track-line span:nth-child(3) { left: 66%; }.track-line span:last-child { right: 0; }.workflow-card { min-height: 426px; position: relative; z-index: 1; padding: 23px 23px 21px; display: flex; flex-direction: column; overflow: hidden; }.workflow-card::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; border: 1px solid rgba(16,17,22,.15); right: -72px; top: 90px; box-shadow: 0 0 0 20px rgba(16,17,22,.02), 0 0 0 41px rgba(16,17,22,.02); }.workflow-card-orange { background: var(--orange); }.workflow-card-cream { background: #f8f5eb; }.workflow-card-lilac { background: var(--lilac); }.workflow-card-mint { background: var(--mint); }.workflow-card-top { display: flex; justify-content: space-between; align-items: center; }.workflow-card-top > span { font-family: var(--mono); font-size: 11px; }.workflow-card-top small { font-size: 8px; }.workflow-glyph { height: 130px; margin: 26px 0 24px; position: relative; }.glyph-angle span { position: absolute; width: 58px; height: 58px; border: 1px solid var(--ink); border-radius: 50%; }.glyph-angle span:first-child { top: 0; left: 8px; }.glyph-angle span:nth-child(2) { top: 31px; left: 52px; background: rgba(16,17,22,.08); }.glyph-angle span:last-child { top: 25px; left: 94px; background: var(--ink); border: 0; }.glyph-copy { display: flex; gap: 9px; align-items: center; }.glyph-copy span { display: grid; place-items: center; width: 39px; height: 80px; border: 1px solid var(--ink); font-family: Georgia, serif; font-size: 19px; transform: rotate(-8deg); }.glyph-copy span:nth-child(2) { height: 111px; background: var(--ink); color: var(--paper); transform: rotate(5deg); }.glyph-copy span:last-child { transform: rotate(-1deg); height: 68px; }.glyph-sketch { border-bottom: 1px solid var(--ink); }.glyph-sketch span { position: absolute; border: 1px solid var(--ink); }.glyph-sketch span:first-child { width: 101px; height: 75px; top: 11px; left: 14px; transform: rotate(-7deg); }.glyph-sketch span:nth-child(2) { width: 79px; height: 60px; top: 43px; left: 65px; transform: rotate(9deg); }.glyph-sketch i { position: absolute; width: 31px; height: 31px; border-radius: 50%; background: var(--ink); top: 32px; left: 79px; }.glyph-post { width: 107px; height: 127px; border: 1px solid var(--ink); margin-left: 12px; transform: rotate(7deg); }.glyph-post span { position: absolute; inset: 10px; border: 1px solid var(--ink); }.glyph-post i { position: absolute; width: 34px; height: 34px; border-radius: 50%; background: var(--orange); border: 1px solid var(--ink); bottom: 18px; right: 14px; }.workflow-card h3 { font-family: var(--display); font-size: 25px; line-height: 1; letter-spacing: -.07em; font-weight: 500; margin: auto 0 10px; max-width: 190px; }.workflow-card > p { font-size: 13px; line-height: 1.4; max-width: 225px; margin: 0 0 22px; color: rgba(16,17,22,.68); }.workflow-tags { border-top: 1px solid rgba(16,17,22,.24); padding-top: 12px; display: flex; gap: 7px; flex-wrap: wrap; font-family: var(--mono); font-size: 8px; text-transform: uppercase; }.workflow-tags span { padding: 5px 6px; border: 1px solid rgba(16,17,22,.28); }

.judgment { padding-top: 0; background: #eeece5; }.judgment-panel { background: var(--ink); color: var(--paper); min-height: 540px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 65px 70px; position: relative; overflow: hidden; }.judgment-panel::before { content: ""; position: absolute; width: 370px; height: 370px; border: 1px solid rgba(251,105,65,.4); border-radius: 50%; right: -150px; top: -122px; box-shadow: 0 0 0 36px rgba(251,105,65,.07), 0 0 0 75px rgba(251,105,65,.04); }.judgment-copy { max-width: 465px; position: relative; z-index: 1; }.judgment-copy h2 { font-family: var(--display); font-size: clamp(40px, 4.4vw, 60px); line-height: .98; letter-spacing: -.08em; font-weight: 500; margin: 0 0 28px; }.judgment-copy h2 em { color: var(--orange); }.judgment-copy > p:not(.section-kicker) { color: #aaa8ac; font-size: 15px; margin-bottom: 31px; }.judgment-roles { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 13px; }.role-card { min-height: 134px; padding: 17px; border: 1px solid rgba(245,243,238,.2); display: flex; flex-direction: column; justify-content: space-between; background: rgba(245,243,238,.04); }.role-card span { color: #99969b; font-size: 8px; }.role-card b { font-family: var(--display); font-size: 20px; font-weight: 500; letter-spacing: -.06em; }.role-card i { align-self: end; font-style: normal; color: var(--orange); }.role-card-highlight { background: var(--orange); border-color: var(--orange); color: var(--ink); }.role-card-highlight span, .role-card-highlight i { color: rgba(16,17,22,.68); }

.compounding { background: var(--paper); }.compounding-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 115px; align-items: center; }.compounding-art { height: 410px; position: relative; }.art-ring { position: absolute; border: 1px solid var(--ink); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-31deg); }.art-ring-one { width: 94%; height: 48%; border-color: var(--orange); }.art-ring-two { width: 69%; height: 81%; transform: translate(-50%, -50%) rotate(25deg); }.art-ring-three { width: 43%; height: 96%; transform: translate(-50%, -50%) rotate(70deg); border-color: rgba(16,17,22,.35); }.art-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 92px; height: 92px; display: grid; place-items: center; background: var(--ink); color: var(--orange); border-radius: 50%; font-size: 32px; }.art-label { position: absolute; font-family: var(--mono); font-size: 9px; text-transform: uppercase; background: var(--paper); border: 1px solid var(--line); padding: 7px 9px; }.art-label-one { top: 10%; left: 6%; }.art-label-two { top: 22%; right: 1%; }.art-label-three { bottom: 9%; left: 15%; }.compounding-copy h2 { font-family: var(--display); font-size: clamp(42px, 4.9vw, 66px); line-height: .97; letter-spacing: -.08em; font-weight: 500; margin: 0 0 28px; }.compounding-copy h2 em { color: var(--orange-deep); }.compounding-copy > p:not(.section-kicker) { max-width: 500px; color: var(--muted); font-size: 16px; }.compounding-stat { display: flex; align-items: baseline; gap: 16px; border-top: 1px solid var(--line); margin-top: 33px; padding-top: 19px; }.compounding-stat strong { font-family: var(--display); letter-spacing: -.08em; font-size: 31px; font-weight: 500; }.compounding-stat span { color: var(--muted); font-family: var(--mono); text-transform: uppercase; font-size: 9px; }

.reasons { background: #eeece5; }.reasons-heading { display: grid; grid-template-columns: .75fr 1.25fr; }.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.reason-card { min-height: 235px; padding: 22px 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.reason-card h3 { font-family: var(--display); font-size: 23px; line-height: 1; letter-spacing: -.07em; font-weight: 500; max-width: 195px; margin: 42px 0 12px; }.reason-card p { color: var(--muted); font-size: 13px; line-height: 1.45; max-width: 245px; margin: 0; }

.audience { background: var(--paper); }.audience-heading { display: grid; grid-template-columns: .75fr 1.25fr; }.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 68px; }.audience-card { min-height: 500px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; }.audience-card-agency { background: var(--orange); }.audience-card-inhouse { background: var(--lilac); }.audience-card-art { height: 182px; position: relative; border-bottom: 1px solid rgba(16,17,22,.25); }.audience-card-art span { position: absolute; font-family: var(--display); font-size: clamp(29px, 4vw, 53px); letter-spacing: -.09em; line-height: 1; }.audience-card-art span:first-child { top: 10px; left: 4px; }.audience-card-art span:nth-child(2) { top: 61px; left: 43px; color: transparent; -webkit-text-stroke: 1px var(--ink); }.audience-card-art span:last-child { top: 112px; left: 80px; }.audience-card-inhouse .audience-card-art span:nth-child(2) { color: var(--ink); -webkit-text-stroke: 0; }.audience-card-inhouse .audience-card-art span:last-child { color: transparent; -webkit-text-stroke: 1px var(--ink); }.audience-card .micro-label { margin: 0 0 16px; color: rgba(16,17,22,.63); }.audience-card h3 { font-family: var(--display); font-size: 28px; line-height: 1.03; letter-spacing: -.075em; font-weight: 500; max-width: 410px; margin: 0 0 13px; }.audience-card > div > p:last-child { max-width: 375px; color: rgba(16,17,22,.68); margin: 0; font-size: 14px; }.audience-card > a { align-self: start; font-weight: 700; font-size: 13px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }.audience-card > a span { color: var(--orange-deep); font-size: 18px; margin-left: 8px; }

.pricing { background: #eeece5; }.pricing-heading { display: flex; justify-content: space-between; align-items: end; }.billing-toggle { border: 1px solid var(--line); padding: 4px; display: flex; gap: 2px; }.billing-option { background: transparent; border: 0; cursor: pointer; padding: 9px 11px; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }.billing-option.active { background: var(--ink); color: var(--paper); }.billing-option span { color: var(--orange); margin-left: 4px; }.billing-option.active span { color: var(--mint); }.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 68px; }.price-card { background: var(--paper); border: 1px solid var(--line); padding: 27px; position: relative; }.price-card-featured { background: var(--ink); color: var(--paper); border-color: var(--ink); }.featured-ribbon { position: absolute; top: 0; right: 0; background: var(--orange); color: var(--ink); padding: 8px 11px; font-size: 8px; }.price-card-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }.price-card .micro-label { color: #77756f; margin: 0; }.price-card-featured .micro-label { color: #b1afb3; }.price-badge { border: 1px solid var(--line); padding: 6px 8px; font-size: 8px; color: #77756f; }.price-card-featured .price-badge { border-color: rgba(245,243,238,.2); color: #aaa8ac; }.price-card h3 { font-family: var(--display); font-size: 32px; line-height: 1; font-weight: 500; letter-spacing: -.08em; margin: 48px 0 28px; }.price { display: flex; align-items: baseline; gap: 8px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }.price strong { font-family: var(--display); letter-spacing: -.09em; font-size: 58px; line-height: .8; font-weight: 500; }.price > span { font-family: var(--mono); font-size: 9px; text-transform: uppercase; color: #77756f; }.price-card-featured .price > span { color: #aaa8ac; }.price-sub { color: #77756f; font-size: 11px; margin: 12px 0 21px; }.price-card-featured .price-sub { color: #aaa8ac; }.full-button { width: 100%; }.includes { border-top: 1px solid var(--line); margin-top: 29px; padding-top: 20px; }.price-card-featured .includes { border-color: rgba(245,243,238,.2); }.includes p { color: #77756f; font-family: var(--mono); text-transform: uppercase; font-size: 8px; margin: 0 0 14px; }.price-card-featured .includes p { color: #aaa8ac; }.includes ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; list-style: none; margin: 0; padding: 0; }.includes li { font-size: 12px; line-height: 1.3; color: #4f4d53; padding-left: 14px; position: relative; }.price-card-featured .includes li { color: #d0ced1; }.includes li::before { content: ""; width: 5px; height: 5px; background: var(--orange); position: absolute; left: 0; top: 5px; border-radius: 50%; }.pricing-footnote { display: flex; gap: 35px; border-top: 1px solid var(--line); margin-top: 21px; padding-top: 17px; color: #77756f; }.pricing-footnote span { white-space: nowrap; font-family: var(--mono); text-transform: uppercase; font-size: 9px; color: var(--orange-deep); }.pricing-footnote p { font-size: 12px; margin: 0; }

.faq { background: var(--paper); }.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.faq h2 { font-size: clamp(43px, 4.7vw, 65px); }.faq h2 em { color: var(--orange-deep); }.faq-aside { color: var(--muted); font-size: 14px; max-width: 230px; margin: 43px 0 20px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); padding: 0; }.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 15px; align-items: center; padding: 22px 0; font-family: var(--display); font-size: 22px; letter-spacing: -.06em; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--orange-deep); font-family: var(--body); font-weight: 400; font-size: 24px; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { color: var(--muted); font-size: 14px; max-width: 600px; margin: -4px 40px 22px 0; }
.contact { padding-top: 0; background: var(--paper); }.contact-panel { min-height: 500px; background: var(--orange); text-align: center; padding: 73px 20px 26px; position: relative; overflow: hidden; }.contact-panel::before, .contact-panel::after { content: ""; position: absolute; border: 1px solid rgba(16,17,22,.22); border-radius: 50%; width: 500px; height: 210px; left: 50%; top: 57%; transform: translate(-50%, -50%) rotate(-13deg); }.contact-panel::after { width: 740px; height: 315px; transform: translate(-50%, -50%) rotate(19deg); }.contact-sun { position: relative; z-index: 1; margin: 0 auto 26px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--orange); font-size: 18px; }.contact-panel .section-kicker { position: relative; z-index: 1; color: rgba(16,17,22,.62); }.contact-panel h2 { position: relative; z-index: 1; font-family: var(--display); font-size: clamp(55px, 8vw, 105px); line-height: .88; letter-spacing: -.1em; font-weight: 500; margin: 0 0 25px; }.contact-panel h2 em { color: var(--paper); }.contact-panel > p:not(.section-kicker) { position: relative; z-index: 1; color: rgba(16,17,22,.7); margin: 0 auto 29px; max-width: 370px; font-size: 16px; }.contact-panel .button { position: relative; z-index: 1; }.contact-meta { position: absolute; z-index: 1; bottom: 23px; left: 26px; right: 26px; display: flex; justify-content: space-between; color: rgba(16,17,22,.63); font-size: 8px; }
.site-footer { background: var(--ink); color: var(--paper); }.footer-inner { min-height: 112px; display: flex; align-items: center; gap: 35px; }.wordmark-footer { color: var(--paper); }.footer-inner > p { color: #8f8d92; font-size: 12px; margin: 0; }.footer-links { margin-left: auto; display: flex; gap: 21px; font-size: 12px; color: #aaa8ac; }.footer-inner small { color: #6f6d72; font-family: var(--mono); font-size: 8px; }
.reveal { opacity: 0; transform: translateY(18px); animation: rise .8s cubic-bezier(.2,.7,.2,1) forwards; }.reveal-delay { animation-delay: .15s; }@keyframes rise { to { opacity: 1; transform: none; } }

@media (max-width: 1000px) {
  .container { width: min(100% - 44px, 760px); }.nav-links { gap: 15px; }.nav-cta { display: none; }.hero { padding-top: 148px; }.hero-grid { grid-template-columns: 1fr; gap: 60px; }.hero-copy { max-width: 700px; }.hero-stage { max-width: 650px; }.hero-bottom { padding-top: 50px; }.problem-grid, .memory-layout, .compounding-grid { gap: 55px; }.split-heading, .workflow-heading, .memory-intro, .reasons-heading, .audience-heading { gap: 35px; }.judgment-panel { padding: 55px 45px; gap: 35px; }.workflow-track { grid-template-columns: 1fr 1fr; }.track-line { display: none; }.workflow-card { min-height: 390px; }.pricing-footnote { display: block; }.pricing-footnote p { margin-top: 10px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 36px); }.section-pad { padding: 86px 0; }.site-header { position: absolute; }.nav { height: 75px; }.menu-toggle { display: flex; }.nav-links { display: none; position: absolute; top: 65px; left: 18px; right: 18px; background: var(--paper); border: 1px solid var(--line); flex-direction: column; padding: 18px; gap: 0; box-shadow: 0 15px 30px rgba(16,17,22,.1); }.nav-links.is-open { display: flex; }.nav-links a { padding: 12px 0; border-bottom: 1px solid var(--line); }.nav-links a:last-child { border: 0; }.hero { min-height: 0; padding-top: 126px; }.hero h1 { font-size: clamp(49px, 14vw, 75px); }.hero-lede { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-bottom { padding-top: 70px; }.hero-bottom > span { max-width: 120px; line-height: 1.5; }.signal-inner { gap: 8px; font-size: 7px; }.signal-inner i { flex: 0 0 3px; }.split-heading, .problem-grid, .memory-intro, .memory-layout, .workflow-heading, .compounding-grid, .reasons-heading, .audience-heading, .faq-layout { grid-template-columns: 1fr; gap: 28px; }.split-heading h2, .workflow-heading h2, .memory-intro h2, .reasons-heading h2, .audience-heading h2, .pricing-heading h2, .faq h2 { font-size: clamp(42px, 13vw, 65px); }.problem-grid, .memory-layout { margin-top: 55px; }.problem-grid { gap: 43px; }.problem-quote { min-height: 245px; padding: 29px; }.problem-quote p { font-size: 25px; margin: 26px 0; }.memory-layout { margin-top: 70px; }.memory-orbit-wrap { height: 350px; margin: 0 -12px; }.memory-node { transform: scale(.85); transform-origin: center; }.node-brand { left: -2%; }.node-campaign { right: -7%; }.node-proof { left: 3%; }.workflow-track, .audience-grid, .pricing-grid { grid-template-columns: 1fr; }.workflow-track { margin-top: 45px; }.workflow-card { min-height: 360px; }.judgment-panel { grid-template-columns: 1fr; min-height: 0; padding: 45px 27px; gap: 45px; }.judgment-copy h2 { font-size: 43px; }.judgment-roles { gap: 8px; }.role-card { min-height: 115px; padding: 13px; }.role-card b { font-size: 17px; }.compounding-art { height: 290px; }.compounding-copy h2 { font-size: 46px; }.reasons-grid { grid-template-columns: 1fr; margin-top: 45px; }.reason-card { min-height: 190px; }.reason-card h3 { margin-top: 32px; }.audience-grid { margin-top: 45px; }.audience-card { min-height: 450px; }.pricing-heading { display: block; }.billing-toggle { margin-top: 30px; display: inline-flex; }.pricing-grid { margin-top: 45px; }.price-card { padding: 21px; }.price-card h3 { font-size: 28px; margin-top: 39px; }.price strong { font-size: 48px; }.includes ul { grid-template-columns: 1fr; }.pricing-footnote { margin-top: 18px; }.faq-aside { margin-top: 32px; }.faq-layout { gap: 55px; }.faq-list summary { font-size: 19px; }.contact-panel { min-height: 445px; padding-top: 54px; }.contact-panel h2 { font-size: 67px; }.contact-meta { left: 16px; right: 16px; font-size: 6px; }.contact-meta span:last-child { text-align: right; max-width: 90px; }.footer-inner { flex-wrap: wrap; padding: 27px 0; gap: 16px 23px; }.footer-inner > p { order: 3; flex-basis: 100%; }.footer-links { margin-left: 0; order: 2; }.footer-inner small { order: 4; flex-basis: 100%; }.stage-label { font-size: 7px; }.stage-label-top { left: -8px; }.stage-label-bottom { right: -8px; }.workspace-card { transform: rotate(1.5deg) scale(.9); transform-origin: center; }.hero-stage { height: 420px; margin: 0 -22px; }.stage-glow { width: 90%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; opacity: 1; transform: none; } .button, .faq-list summary span { transition: none; } }

/* Use the real Horizon workspace capture in the hero preview. */
.workspace-card { aspect-ratio: 1582 / 994; min-height: 0; }
.workspace-card > :not(.workspace-screenshot) { display: none !important; }
.workspace-screenshot { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
