:root {
  --ink: #101415;
  --ink-soft: #263033;
  --paper: #f5f6f0;
  --paper-2: #fbfcf8;
  --white: #ffffff;
  --teal: #069b8f;
  --teal-dark: #02786f;
  --teal-soft: #dff4ef;
  --mint: #baf7d5;
  --signal: #c7ff3e;
  --line: #d7ddd8;
  --line-dark: #afb9b4;
  --muted: #657177;
  --danger: #bd3737;
  --max: 1240px;
  --header: 78px;
  --shadow: 0 30px 80px rgba(20, 38, 34, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { color: var(--ink); background: var(--signal); }
.container { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section { padding: 128px 0; }

.skip-link {
  position: fixed; left: 16px; top: 16px; z-index: 999;
  padding: 12px 16px; color: #fff; background: #111;
  transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1000; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--teal), var(--signal)); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(16, 20, 21, .12);
  background: rgba(245, 246, 240, .92);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: var(--header); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--ink); font-size: 15px; font-weight: 900; letter-spacing: -.04em; }
.brand-name { font-size: 23px; font-weight: 880; letter-spacing: -.05em; }
.brand-name span { color: var(--muted); font-weight: 650; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 32px; }
.site-nav a { position: relative; padding: 29px 0 26px; color: #48545a; font-size: 14px; font-weight: 750; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; background: var(--teal); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.text-link { color: var(--ink-soft); font-size: 14px; font-weight: 750; text-decoration: none; }
.text-link:hover { color: var(--teal-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--ink); }

/* Buttons */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-size: 15px; font-weight: 820; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--teal); border-color: var(--teal); box-shadow: 7px 7px 0 rgba(16, 20, 21, .09); }
.button-primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-secondary:hover { color: var(--teal-dark); border-color: var(--teal); background: rgba(255,255,255,.45); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; box-shadow: none; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }

/* Type */
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: var(--teal); }
h1, h2, h3 { margin: 0; color: var(--ink); letter-spacing: -.055em; }
h1 { font-size: clamp(64px, 8vw, 118px); line-height: .88; }
h1 em { color: var(--teal); font-style: normal; }
h2 { font-size: clamp(46px, 5.8vw, 78px); line-height: .96; }
h3 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.04; }
p { line-height: 1.62; }
.large-copy { font-size: clamp(24px, 3vw, 37px) !important; line-height: 1.3 !important; letter-spacing: -.025em; color: var(--ink) !important; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 102px 0 0; background: linear-gradient(180deg, #f7f8f3 0%, #eff4ed 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(199,255,62,.44), rgba(199,255,62,0) 67%); pointer-events: none; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(rgba(16,20,21,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(16,20,21,.055) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(to bottom, #000 0, transparent 75%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; gap: 72px; min-height: 670px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 78px; }
.hero-copy h1 { max-width: 750px; }
.hero-lede { max-width: 720px; margin: 34px 0 30px; color: #425057; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.hero-lede strong { color: var(--ink); font-weight: 820; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; }
.hero-proof span { position: relative; padding-left: 16px; color: #566268; font-size: 12px; font-weight: 760; text-transform: uppercase; letter-spacing: .07em; }
.hero-proof span::before { content: ""; position: absolute; left: 0; top: 5px; width: 7px; height: 7px; background: var(--teal); transform: rotate(45deg); }
.hero-product { position: relative; min-height: 590px; }
.product-window { position: absolute; width: 92%; right: 0; top: 26px; overflow: hidden; border: 1px solid #aeb9b3; background: #fff; box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); transform-origin: center right; }
.product-window-bar { display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #f7f8f4; }
.window-brand { display: flex; align-items: center; gap: 8px; color: #48545a; font-size: 11px; font-weight: 800; }
.window-brand b { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; background: var(--ink); }
.window-status { display: flex; align-items: center; gap: 7px; color: #536168; font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.window-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(6,155,143,.12); }
.product-window img { aspect-ratio: 1.25 / 1; object-fit: cover; object-position: top; }
.intervention-card { position: absolute; z-index: 4; left: -14px; bottom: 36px; width: min(420px, 74%); padding: 22px; border-left: 5px solid var(--teal); background: rgba(255,255,255,.97); box-shadow: 18px 22px 55px rgba(20,38,34,.18); }
.intervention-head { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; }
.signal-dot { width: 13px; height: 13px; border: 3px solid var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px var(--teal-soft); }
.intervention-head small { display: block; color: var(--teal-dark); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.intervention-head strong { display: block; margin-top: 3px; font-size: 16px; }
.risk-tag { padding: 5px 7px; color: #6e4b00; background: #fff2c8; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.intervention-card > p { margin: 18px 0; color: #37434a; font-size: 15px; line-height: 1.45; }
.intervention-actions { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.intervention-actions span { padding: 9px 4px; border-right: 1px solid var(--line); color: #46535a; font-size: 9px; font-weight: 800; text-align: center; }
.intervention-actions span:last-child { border-right: 0; }
.phone-preview { position: absolute; z-index: 5; right: -2px; bottom: 2px; width: 24%; padding: 7px; border: 2px solid #222; border-radius: 25px; background: #1b1e1e; box-shadow: 15px 20px 44px rgba(20,38,34,.22); }
.phone-preview img { border-radius: 18px; }
.hero-manifesto { position: relative; display: flex; justify-content: space-between; gap: 30px; padding: 29px 0 34px; border-top: 1px solid rgba(16,20,21,.19); font-size: clamp(17px, 2vw, 27px); letter-spacing: -.025em; }
.hero-manifesto p { margin: 0; color: #5d686d; }
.hero-manifesto strong { color: var(--ink); }

/* Signal strip */
.signal-strip { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper-2); }
.signal-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.signal-grid article { position: relative; min-height: 192px; padding: 37px 38px 32px; border-right: 1px solid var(--line-dark); }
.signal-grid article:last-child { border-right: 0; }
.signal-grid article::after { content: ""; position: absolute; left: 38px; bottom: 25px; width: 32px; height: 3px; background: var(--teal); }
.signal-grid span { color: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.signal-grid h2 { margin-top: 22px; font-size: 24px; line-height: 1.05; letter-spacing: -.035em; }
.signal-grid p { margin: 9px 0 0; color: var(--muted); font-size: 15px; }

/* Problem */
.problem-section { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.problem-statement h2 { max-width: 580px; }
.problem-copy { padding-top: 42px; }
.problem-copy > p { max-width: 740px; color: var(--muted); font-size: 18px; }
.problem-rule { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 20px; max-width: 700px; margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line-dark); }
.problem-rule span { height: 5px; background: var(--signal); }
.problem-rule strong { font-size: 18px; line-height: 1.45; }

/* Shared section headings */
.section-heading { max-width: 950px; }
.section-heading > p:not(.eyebrow) { max-width: 690px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.split-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: 95px; max-width: none; align-items: end; }
.split-heading > p { margin: 0 !important; padding-bottom: 7px; }

/* Process */
.process-section { overflow: hidden; border-top: 1px solid var(--line); background: #edf3ee; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 0; margin-top: 82px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.process-step { position: relative; min-height: 330px; padding: 28px 20px 30px; border-right: 1px solid var(--line-dark); }
.process-step:last-child { border-right: 0; }
.process-step > span { color: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.process-icon { display: grid; place-items: center; width: 50px; height: 50px; margin: 42px 0 26px; border: 1px solid var(--ink); color: var(--ink); font-size: 17px; font-weight: 900; }
.process-step:nth-child(4) .process-icon, .process-step:nth-child(5) .process-icon, .process-step:nth-child(6) .process-icon { color: #fff; background: var(--teal); border-color: var(--teal); }
.process-step h3 { font-size: 25px; }
.process-step p { margin: 13px 0 0; color: #5f6a70; font-size: 14px; }

/* Moderation lab */
.moderation-lab { background: var(--paper-2); }
.moderation-demo { display: grid; grid-template-columns: 1fr 1fr; margin-top: 64px; border: 1px solid var(--ink); background: #fff; box-shadow: 18px 18px 0 #dce6df; }
.demo-composer, .demo-result { min-height: 470px; padding: 40px; }
.demo-composer { border-right: 1px solid var(--ink); background: #f5f4ef; }
.demo-composer-head { display: flex; justify-content: space-between; gap: 20px; color: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.verified-chip { padding: 5px 8px; color: var(--ink-soft); background: var(--teal-soft); letter-spacing: .02em; }
.demo-avatar-row { display: flex; align-items: center; gap: 12px; margin: 42px 0 18px; }
.demo-avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: var(--teal-dark); font-size: 11px; font-weight: 900; }
.demo-draft { min-height: 155px; padding: 23px; border: 1px solid var(--line-dark); background: #fff; color: var(--ink); font-size: 22px; line-height: 1.45; }
.demo-counter { display: flex; justify-content: space-between; margin: 11px 0 20px; color: #788287; font-size: 11px; }
.demo-publish { width: 180px; height: 48px; border: 0; color: #fff; background: var(--teal); font-weight: 820; cursor: default; }
.demo-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.demo-tabs button { padding: 9px 11px; border: 1px solid var(--line-dark); color: #536067; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.demo-tabs button[aria-selected="true"] { color: var(--ink); border-color: var(--ink); background: var(--signal); }
.demo-result { position: relative; overflow: hidden; background: #fff; transition: background .25s ease; }
.demo-result::after { content: ""; position: absolute; width: 260px; height: 260px; right: -160px; bottom: -170px; border: 42px solid var(--teal-soft); border-radius: 50%; }
.demo-result[data-state="intervene"] { background: #f6fbf9; }
.demo-result[data-state="block"] { background: #fff7f4; }
.demo-result-top { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; }
.result-orbit { position: relative; display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid var(--teal); border-radius: 50%; }
.result-orbit::before, .result-orbit::after { content: ""; position: absolute; border: 1px solid rgba(6,155,143,.25); border-radius: 50%; }
.result-orbit::before { width: 82px; height: 82px; }
.result-orbit::after { width: 104px; height: 104px; }
.result-orbit i { width: 14px; height: 14px; border-radius: 50%; background: var(--teal); }
.demo-result[data-state="block"] .result-orbit { border-color: var(--danger); }
.demo-result[data-state="block"] .result-orbit i { background: var(--danger); }
.demo-result-top small { color: var(--teal-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.demo-result[data-state="block"] .demo-result-top small { color: var(--danger); }
.demo-result h3 { margin-top: 8px; font-size: 34px; }
.demo-result > p { position: relative; z-index: 1; max-width: 570px; margin: 45px 0 30px; color: #536067; font-size: 18px; }
.demo-decision { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 18px; border-left: 4px solid var(--teal); background: var(--teal-soft); color: #27403b; font-size: 12px; font-weight: 800; }
.demo-result[data-state="block"] .demo-decision { border-color: var(--danger); background: #ffe5df; color: #61332b; }
.demo-options { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,1fr); margin-top: 18px; border: 1px solid var(--line-dark); }
.demo-options[hidden] { display: none; }
.demo-options button { min-height: 48px; border: 0; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: var(--ink-soft); background: #fff; font-size: 12px; font-weight: 800; }
.demo-options button:nth-child(even) { border-right: 0; }
.demo-options button:nth-last-child(-n+2) { border-bottom: 0; }
.demo-disclaimer { margin: 25px 0 0; color: #798389; font-size: 12px; }

/* Platform bento */
.platform-section { background: #edf3ee; border-top: 1px solid var(--line); }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-areas: "feed profile" "guard mobile"; gap: 22px; margin-top: 70px; }
.bento { position: relative; overflow: hidden; min-height: 560px; border: 1px solid var(--line-dark); background: var(--paper-2); }
.bento-feed { grid-area: feed; }
.bento-profile { grid-area: profile; }
.bento-guard { grid-area: guard; min-height: 430px; background: #f7faf7; }
.bento-mobile { grid-area: mobile; min-height: 430px; display: grid; grid-template-columns: .56fr .44fr; align-items: end; background: linear-gradient(145deg, #dff4ef, #f8faf7); }
.bento-copy { position: relative; z-index: 2; padding: 35px 37px 28px; }
.bento-copy > span { color: var(--teal-dark); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.bento-copy h3 { margin-top: 18px; font-size: clamp(31px, 3.6vw, 49px); }
.bento-copy p { max-width: 600px; margin: 14px 0 0; color: var(--muted); font-size: 16px; }
.bento-screen { margin: 0 28px -70px; border: 1px solid var(--line-dark); background: #fff; box-shadow: 0 26px 50px rgba(25,45,39,.12); }
.bento-screen img { aspect-ratio: 1.15/1; object-fit: cover; object-position: top; }
.bento-profile .bento-screen img { aspect-ratio: .9/1; }
.guard-stack { padding: 0 37px 38px; }
.guard-stack > div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 19px 0; border-top: 1px solid var(--line-dark); }
.guard-stack b { color: var(--teal-dark); font-size: 11px; letter-spacing: .08em; }
.guard-stack span { color: #4c595f; font-size: 14px; }
.phone-stand { align-self: end; width: 78%; margin: 0 auto -34px; padding: 8px; border: 2px solid var(--ink); border-radius: 28px; background: var(--ink); box-shadow: 13px 20px 45px rgba(25,45,39,.18); }
.phone-stand img { border-radius: 20px; }
.bento-mobile .bento-copy { align-self: center; padding-left: 0; }
.bento-mobile .bento-copy h3 { font-size: 36px; }

/* Trust */
.trust-section { background: var(--paper-2); }
.trust-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.trust-copy h2 { margin-bottom: 20px; }
.trust-lede { max-width: 600px; margin: 0 0 22px; color: var(--teal-dark) !important; font-size: 25px !important; font-weight: 780; line-height: 1.35 !important; }
.trust-copy > p { max-width: 650px; color: var(--muted); font-size: 17px; }
.tick-list { margin: 35px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.tick-list li { position: relative; padding: 17px 0 17px 31px; border-bottom: 1px solid var(--line); color: #455159; font-size: 14px; font-weight: 680; }
.tick-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--teal); font-weight: 900; }
.trust-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.identity-ring { position: absolute; display: grid; place-items: start center; border: 1px solid var(--line-dark); border-radius: 50%; }
.identity-ring span { margin-top: 19px; padding: 5px 8px; color: #4d5a60; background: var(--paper-2); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.ring-one { width: 560px; height: 560px; }
.ring-two { width: 410px; height: 410px; border-color: #89bdb5; }
.ring-three { width: 270px; height: 270px; border-color: var(--teal); }
.identity-core { position: relative; z-index: 2; display: grid; place-items: center; width: 154px; height: 154px; padding: 20px; color: #fff; background: var(--ink); text-align: center; transform: rotate(45deg); }
.identity-core strong, .identity-core span { transform: rotate(-45deg); }
.identity-core strong { font-size: 36px; letter-spacing: -.08em; }
.identity-core span { margin-top: -24px; font-size: 8px; font-weight: 800; line-height: 1.3; letter-spacing: .08em; }
.trust-label { position: absolute; padding: 8px 12px; border-left: 3px solid var(--signal); color: #48555b; background: var(--paper-2); font-size: 11px; font-weight: 800; }
.label-a { left: 3%; top: 28%; }.label-b { right: 2%; top: 47%; }.label-c { left: 13%; bottom: 18%; }

/* Audience */
.audience-section { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: #eff3ee; }
.audience-section .section-heading { max-width: 900px; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 72px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.audience-grid article { min-height: 285px; padding: 30px 35px; border-right: 1px solid var(--line-dark); }
.audience-grid article:last-child { border-right: 0; }
.audience-grid span { color: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.audience-grid h3 { margin-top: 58px; font-size: 32px; }
.audience-grid p { color: var(--muted); font-size: 15px; }

/* Mission */
.mission-section { background: var(--paper-2); }
.mission-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.mission-image { position: relative; }
.mission-image::before { content: ""; position: absolute; inset: -22px 22px 22px -22px; border: 1px solid var(--teal); pointer-events: none; }
.mission-image img { position: relative; aspect-ratio: 4/5; object-fit: cover; filter: grayscale(100%); }
.image-caption { position: absolute; left: -1px; right: 0; bottom: 0; padding: 15px 18px; color: #fff; background: rgba(16,20,21,.88); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.mission-copy h2 { max-width: 760px; }
.mission-copy > p { max-width: 730px; color: var(--muted); font-size: 17px; }
.mission-copy blockquote { max-width: 750px; margin: 35px 0 26px; padding: 24px 0 24px 28px; border-left: 5px solid var(--signal); color: var(--ink); font-size: clamp(21px, 2.2vw, 31px); font-weight: 760; line-height: 1.35; letter-spacing: -.03em; }
.signature { display: flex; flex-direction: column; gap: 2px; }
.signature strong { color: var(--ink); }.signature span { color: var(--teal-dark); font-size: 13px; font-weight: 800; }

/* CTA + Footer */
.final-cta { padding: 0 0 95px; background: var(--paper-2); }
.cta-panel { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; overflow: hidden; padding: 64px; border: 1px solid var(--ink); background: linear-gradient(135deg, #dff4ef 0%, #f8faf5 63%); }
.cta-panel::after { content: "K1"; position: absolute; right: -20px; bottom: -70px; color: rgba(6,155,143,.08); font-size: 250px; font-weight: 950; letter-spacing: -.13em; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { font-size: clamp(46px, 5vw, 72px); }
.cta-copy > p { max-width: 650px; margin: 0 0 28px; color: #4f5b61; font-size: 18px; }
.privacy-note { margin: 18px 0 0 !important; color: var(--muted) !important; font-size: 12px !important; }
.privacy-note a { color: var(--teal-dark); font-weight: 800; }
.site-footer { padding: 0; border-top: 1px solid var(--ink); background: #e9eee8; }
.footer-main { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding-top: 48px; padding-bottom: 38px; }
.footer-intro > p { max-width: 460px; margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 28px; align-content: start; }
.footer-links a { color: #394349; font-size: 14px; font-weight: 760; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--teal-dark); text-decoration: underline; }
.footer-legal { display: grid; grid-template-columns: 1.1fr 1.45fr auto; gap: 24px; padding-top: 24px; padding-bottom: 32px; border-top: 1px solid var(--line-dark); }
.footer-legal p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.footer-legal strong { color: #3f494e; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Legal pages */
.legal-page { background: var(--paper-2); }
.legal-hero { padding: 92px 0 74px; border-bottom: 1px solid var(--line-dark); background: linear-gradient(180deg,#f8faf5,#eef3ee); }
.legal-hero-inner { max-width: 940px; }
.legal-hero h1 { max-width: 950px; margin: 0 0 24px; font-size: clamp(50px, 6vw, 84px); line-height: .98; letter-spacing: -.06em; }
.legal-hero-inner > p:not(.eyebrow):not(.legal-updated) { max-width: 800px; margin: 0; color: var(--muted); font-size: 20px; }
.legal-updated { margin: 24px 0 0; color: #7d868b; font-size: 13px; font-weight: 750; }
.legal-section { padding: 78px 0 110px; }
.legal-layout { display: grid; grid-template-columns: 245px minmax(0, 820px); gap: 82px; align-items: start; }
.legal-toc { position: sticky; top: 112px; padding-top: 4px; }
.legal-toc > p { margin: 0 0 16px; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 10px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; font-weight: 680; text-decoration: none; }
.legal-toc a:hover, .legal-toc a:focus-visible { color: var(--teal-dark); }
.legal-content section { scroll-margin-top: 112px; padding: 0 0 46px; margin: 0 0 46px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-content h2 { margin: 0 0 20px; font-size: clamp(29px,3vw,40px); line-height: 1.14; letter-spacing: -.04em; }
.legal-content h3 { margin: 30px 0 10px; font-size: 21px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #4f5a60; font-size: 17px; line-height: 1.74; }
.legal-content p { margin: 0 0 18px; }
.legal-content ul, .legal-content ol { margin: 0 0 22px; padding-left: 25px; }
.legal-content li { margin-bottom: 9px; }
.legal-content a { color: var(--teal-dark); font-weight: 750; }
.legal-company-box { margin: 34px 0 0; padding: 28px 30px; border-left: 4px solid var(--teal); background: #e8f5f1; }
.legal-company-box h2 { margin: 0 0 18px; font-size: 22px; }
.legal-company-box dl { margin: 0; }
.legal-company-box dl > div { display: grid; grid-template-columns: 155px 1fr; gap: 18px; padding: 10px 0; border-top: 1px solid #cfe0dc; }
.legal-company-box dt { color: #536068; font-size: 13px; font-weight: 850; }
.legal-company-box dd { margin: 0; color: #243036; font-size: 14px; }
.legal-table-wrap { overflow-x: auto; margin: 26px 0; border: 1px solid var(--line); background: #fff; }
.legal-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.legal-table th, .legal-table td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: #334047; background: #edf3ee; font-size: 13px; }
.legal-table td { color: #536068; font-size: 14px; line-height: 1.55; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-callout { margin: 28px 0; padding: 25px 28px; border: 1px solid #b9dcd7; background: #edf8f6; }
.legal-callout strong { display: block; margin-bottom: 8px; font-size: 18px; }
.legal-callout p { margin: 0; font-size: 15px; }

/* Responsive */
@media (max-width: 1120px) {
  .header-inner { gap: 28px; }
  .site-nav { gap: 22px; }
  .header-actions .text-link { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 920px; padding-bottom: 25px; }
  .hero-product { min-height: 650px; }
  .product-window { width: 88%; right: 4%; }
  .intervention-card { left: 2%; }
  .phone-preview { right: 3%; }
  .process-track { grid-template-columns: repeat(3,1fr); }
  .process-step:nth-child(3) { border-right: 0; }
  .process-step:nth-child(-n+3) { border-bottom: 1px solid var(--line-dark); }
  .bento-mobile { grid-template-columns: .48fr .52fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-copy { max-width: 800px; }
  .trust-visual { max-width: 700px; width: 100%; margin-inline: auto; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px), var(--max)); }
  .section { padding: 92px 0; }
  .header-inner { min-height: 70px; grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav { position: fixed; inset: 71px 0 auto; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 12px 22px 28px; border-bottom: 1px solid var(--ink); background: rgba(245,246,240,.98); }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .header-actions { display: none; }
  .hero { padding-top: 74px; }
  .hero-grid { gap: 30px; }
  .hero-product { min-height: 540px; }
  .product-window { width: 92%; right: 0; }
  .intervention-card { width: 62%; }
  .hero-manifesto { flex-direction: column; gap: 5px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .signal-grid article:last-child { border-bottom: 0; }
  .problem-grid, .split-heading, .moderation-demo, .mission-grid, .cta-panel { grid-template-columns: 1fr; }
  .problem-grid, .mission-grid { gap: 48px; }
  .problem-copy { padding-top: 0; }
  .split-heading { gap: 25px; }
  .moderation-demo { box-shadow: 10px 10px 0 #dce6df; }
  .demo-composer { border-right: 0; border-bottom: 1px solid var(--ink); }
  .bento-grid { grid-template-columns: 1fr; grid-template-areas: "feed" "profile" "guard" "mobile"; }
  .bento { min-height: 520px; }
  .bento-mobile { grid-template-columns: .45fr .55fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .audience-grid article:last-child { border-bottom: 0; }
  .audience-grid h3 { margin-top: 28px; }
  .mission-image { max-width: 620px; }
  .cta-panel { gap: 36px; padding: 44px 34px; }
  .footer-main, .footer-legal { grid-template-columns: 1fr; gap: 22px; }
  .legal-layout { grid-template-columns: 1fr; gap: 38px; }
  .legal-toc { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .legal-toc > p { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .section { padding: 72px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 21px; }
  .hero { padding-top: 58px; }
  h1 { font-size: clamp(56px, 18vw, 78px); }
  h2 { font-size: 44px; }
  .hero-lede { margin-top: 26px; font-size: 17px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-proof { flex-direction: column; gap: 8px; }
  .hero-product { min-height: 390px; margin-top: 10px; }
  .product-window { width: 96%; }
  .product-window-bar { min-height: 38px; padding: 0 9px; }
  .window-status { display: none; }
  .intervention-card { left: 0; bottom: 10px; width: 78%; padding: 14px; }
  .intervention-head { grid-template-columns: auto 1fr; }
  .risk-tag { display: none; }
  .intervention-card > p { margin: 12px 0; font-size: 12px; }
  .intervention-actions { grid-template-columns: repeat(2,1fr); }
  .intervention-actions span:nth-child(2) { border-right: 0; }
  .intervention-actions span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .phone-preview { width: 27%; right: 0; padding: 4px; border-radius: 17px; }
  .phone-preview img { border-radius: 12px; }
  .hero-manifesto { padding: 22px 0 26px; font-size: 17px; }
  .signal-grid article { padding: 28px 6px 34px; }
  .signal-grid article::after { left: 6px; bottom: 19px; }
  .problem-rule { grid-template-columns: 35px 1fr; }
  .process-track { grid-template-columns: 1fr; }
  .process-step, .process-step:nth-child(3) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .process-step:last-child { border-bottom: 0; }
  .process-icon { margin: 26px 0 18px; }
  .demo-composer, .demo-result { min-height: 0; padding: 25px 20px; }
  .demo-composer-head { flex-direction: column; gap: 8px; }
  .verified-chip { width: fit-content; }
  .demo-draft { min-height: 130px; font-size: 18px; }
  .demo-result-top { grid-template-columns: 1fr; }
  .result-orbit { width: 48px; height: 48px; }
  .result-orbit::before { width: 62px; height: 62px; }.result-orbit::after { width: 78px; height: 78px; }
  .demo-result h3 { font-size: 29px; }
  .demo-decision { flex-direction: column; align-items: flex-start; }
  .bento { min-height: 470px; }
  .bento-copy { padding: 27px 24px 22px; }
  .bento-screen { margin: 0 15px -55px; }
  .bento-mobile { grid-template-columns: .43fr .57fr; min-height: 390px; }
  .phone-stand { width: 88%; }
  .bento-mobile .bento-copy { padding: 27px 17px 35px 0; }
  .bento-mobile .bento-copy h3 { font-size: 28px; }
  .guard-stack { padding: 0 24px 28px; }
  .guard-stack > div { grid-template-columns: 1fr; gap: 4px; }
  .trust-visual { min-height: 390px; transform: scale(.72); margin-top: -50px; margin-bottom: -50px; }
  .ring-one { width: 500px; height: 500px; }.ring-two { width: 365px; height: 365px; }.ring-three { width: 235px; height: 235px; }
  .audience-grid article { padding: 27px 6px; }
  .mission-image::before { inset: -12px 12px 12px -12px; }
  .mission-copy blockquote { padding-left: 20px; font-size: 22px; }
  .cta-panel { padding: 32px 22px; }
  .footer-links { grid-template-columns: 1fr; }
  .legal-hero { padding: 60px 0 48px; }
  .legal-hero h1 { font-size: 47px; }
  .legal-hero-inner > p:not(.eyebrow):not(.legal-updated) { font-size: 17px; }
  .legal-section { padding: 52px 0 74px; }
  .legal-toc { grid-template-columns: 1fr; }
  .legal-content p, .legal-content li { font-size: 16px; }
  .legal-company-box { padding: 22px 20px; }
  .legal-company-box dl > div { grid-template-columns: 1fr; gap: 3px; }
}

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