:root {
  --ink: #07183a;
  --ink-soft: #465576;
  --paper: #f6f8fc;
  --paper-deep: #e9eef7;
  --white: #ffffff;
  --cyan: #08b7c9;
  --blue: #2678f2;
  --violet: #7c22dc;
  --brand-gradient: linear-gradient(120deg, var(--cyan), var(--blue) 52%, var(--violet));
  --coral: var(--blue);
  --coral-light: #7658ef;
  --mint: #64d8de;
  --line: rgba(7, 24, 58, 0.13);
  --radius: 24px;
  --shell: min(1180px, calc(100vw - 48px));
  --shadow: 0 28px 80px rgba(22, 54, 110, 0.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", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link:focus { position: fixed; z-index: 99; top: 12px; left: 12px; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  transition: background 180ms ease, box-shadow 180ms ease;
}
.site-header.is-scrolled { background: rgba(246, 248, 252, 0.9); backdrop-filter: blur(18px); box-shadow: 0 1px var(--line); }
.nav-shell { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 720; font-size: 27px; letter-spacing: -0.052em; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 620; }
.site-nav > a:not(.button) { color: var(--ink-soft); transition: color 160ms ease; }
.site-nav > a:not(.button):hover { color: var(--coral); }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--ink); margin: 5px; transition: transform 180ms ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border-radius: 100px; font-size: 14px; font-weight: 720; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #122a5a; }
.button-primary { color: var(--white); background: var(--brand-gradient); box-shadow: 0 12px 28px rgba(38, 120, 242, 0.25); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(76, 67, 226, 0.34); }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-size: 14px; font-weight: 700; }
.text-link span { color: var(--coral); }

.hero { min-height: 800px; padding: 176px 0 104px; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 70px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; font-weight: 800; }
.eyebrow > span { width: 25px; height: 2px; background: var(--brand-gradient); }
.brand-signature { color: var(--blue); }
.eyebrow-light { color: rgba(255,255,255,.68); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(54px, 6.3vw, 91px); line-height: 0.94; letter-spacing: -0.068em; font-weight: 670; }
.hero h1 em { color: var(--blue); font-weight: 670; font-style: normal; background: var(--brand-gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lede { max-width: 600px; margin: 34px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 24px; padding: 0; margin: 44px 0 0; color: #596361; list-style: none; font-size: 12px; font-weight: 650; }
.trust-list li::before { content: "✓"; color: var(--coral); margin-right: 8px; }

.signal-stage { position: relative; min-height: 530px; display: grid; place-items: center; isolation: isolate; overflow: clip; }
.signal-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle at 38% 35%, rgba(8,183,201,.34), rgba(38,120,242,.16) 46%, rgba(124,34,220,.06) 62%, transparent 72%); filter: blur(3px); z-index: -3; }
.signal-orbit { position: absolute; border: 1px solid rgba(18,28,27,.13); border-radius: 50%; z-index: -2; animation: breathe 5s ease-in-out infinite; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 535px; height: 535px; animation-delay: -2.5s; }
.insight-card { width: min(100%, 430px); padding: 28px; background: rgba(255,254,249,.94); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(16px); transform: rotate(-1.4deg); }
.card-head { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: #6b7472; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: #5ac99f; border-radius: 50%; box-shadow: 0 0 0 5px rgba(90,201,159,.13); }
.score-row { display: flex; justify-content: space-between; align-items: end; padding: 29px 0; }
.score-label { display: block; margin-bottom: 8px; color: #727b79; font-size: 11px; }
.score-row strong { font-size: 52px; line-height: 1; letter-spacing: -.06em; }
.sentiment-mix { width: 46%; }
.sentiment-mix > span { display: flex; height: 9px; overflow: hidden; border-radius: 20px; }
.sentiment-mix i { display: block; height: 100%; }
.mix-positive { width: 27%; background: var(--mint); }
.mix-neutral { width: 29%; background: #d9d7cf; }
.mix-negative { width: 44%; background: var(--coral-light); }
.sentiment-mix small { display: block; margin-top: 9px; color: #727b79; font-size: 8px; line-height: 1.5; }
.sentiment-mix small b { display: inline-block; width: 5px; height: 5px; margin: 0 3px 1px 5px; border-radius: 50%; background: var(--mint); }
.sentiment-mix small b:nth-of-type(2) { background: #d9d7cf; }
.sentiment-mix small b:nth-of-type(3) { background: var(--coral-light); }
.signal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.signal-item { padding: 16px; border-radius: 14px; }
.signal-item span, .signal-item small { display: block; font-size: 10px; color: #6a7472; }
.signal-item strong { display: block; margin: 8px 0 6px; font-size: 14px; }
.positive { background: rgba(153,223,199,.22); }
.risk { background: rgba(244,93,72,.1); }
.evidence-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding-top: 24px; font-size: 10px; color: #687270; }
.quality-bar { height: 5px; overflow: hidden; background: var(--paper-deep); border-radius: 10px; }
.quality-bar i { display: block; width: var(--coverage, 87%); height: 100%; background: var(--coral); border-radius: inherit; }
.floating-note { position: absolute; padding: 11px 15px; background: var(--ink); color: rgba(255,255,255,.72); border-radius: 10px; box-shadow: 0 18px 40px rgba(18,28,27,.18); font-size: 10px; font-weight: 650; }
.floating-note span { color: var(--mint); margin-right: 5px; font-size: 13px; }
.note-one { left: 0; top: 19%; transform: rotate(-4deg); }
.note-two { right: 0; bottom: 18%; transform: rotate(4deg); }

.source-band { border-block: 1px solid var(--line); }
.source-row { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.source-row p { color: #6b7472; font-size: 12px; }
.source-list { display: flex; align-items: center; gap: 25px; color: #485250; font-size: 13px; font-weight: 740; }
.source-list i { width: 4px; height: 4px; background: var(--coral); border-radius: 50%; }

.photo-story { position: relative; min-height: 600px; margin-top: 90px; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.photo-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,28,27,.11), transparent 52%); pointer-events: none; }
.photo-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-story-card { position: absolute; z-index: 2; left: 32px; bottom: 32px; width: min(450px, calc(100% - 64px)); padding: 30px; color: var(--white); background: rgba(18,28,27,.9); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; backdrop-filter: blur(12px); }
.photo-story-card > span { color: var(--mint); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.photo-story-card h2 { margin: 16px 0 13px; font-size: 32px; line-height: 1.06; letter-spacing: -.045em; }
.photo-story-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.6; }

.value-section { padding-bottom: 70px; }
.outcome-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: stretch; }
.outcome-list { display: grid; gap: 6px; }
.outcome-card { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.outcome-card:last-child { border-bottom: 1px solid var(--line); }
.outcome-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); border: 1px solid rgba(38,120,242,.38); border-radius: 50%; font-weight: 800; }
.outcome-card h3 { margin: 0 0 9px; font-size: 18px; letter-spacing: -.025em; }
.outcome-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.decision-visual { min-height: 610px; position: relative; overflow: hidden; padding: 30px; color: var(--white); background: var(--ink); border-radius: 30px; box-shadow: var(--shadow); }
.visual-topline { position: relative; z-index: 3; display: flex; justify-content: space-between; color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.visual-topline strong { color: var(--mint); font-weight: 650; }
.decision-core { position: absolute; z-index: 3; width: 60%; top: 50%; left: 50%; transform: translate(-50%,-54%); text-align: center; }
.decision-core > span { color: var(--coral-light); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.decision-core strong { display: block; margin: 18px 0; font-size: clamp(25px, 3vw, 39px); line-height: 1.08; letter-spacing: -.045em; }
.decision-core p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; }
.decision-core::before, .decision-core::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(153,223,199,.19); border-radius: 50%; z-index: -1; }
.decision-core::before { width: 340px; height: 340px; }
.decision-core::after { width: 470px; height: 470px; }
.motive-cloud span { position: absolute; left: var(--x); top: var(--y); transform: scale(var(--s)); padding: 8px 12px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 100px; font-size: 9px; }
.decision-footer { position: absolute; z-index: 3; inset: auto 30px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.decision-footer > div { display: grid; grid-template-columns: auto 1fr; padding: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); border-radius: 12px; }
.decision-footer i { grid-row: 1 / 3; width: 7px; height: 7px; margin: 4px 10px 0 0; border-radius: 50%; }
.decision-footer i.good { background: var(--mint); }.decision-footer i.watch { background: var(--coral-light); }
.decision-footer span { color: rgba(255,255,255,.43); font-size: 9px; text-transform: uppercase; }
.decision-footer strong { margin-top: 4px; font-size: 11px; }

.section { padding-top: 140px; padding-bottom: 140px; }
.section-heading { max-width: 760px; margin-bottom: 70px; }
.section-heading.compact { margin-bottom: 80px; }
.section-heading h2, .case-copy h2, .privacy-card h2, .final-cta h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.057em; font-weight: 650; }
.section-heading > p:last-child { max-width: 650px; margin: 28px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature-large { grid-column: 1 / -1; min-height: 430px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: end; gap: 70px; }
.feature-number { align-self: flex-start; margin-bottom: auto; color: var(--coral); font-size: 11px; font-weight: 800; }
.feature-card h3 { margin: 18px 0 13px; font-size: 29px; line-height: 1.08; letter-spacing: -.04em; }
.feature-card p { max-width: 490px; margin: 0; color: #5b6563; line-height: 1.62; }
.feature-dark { color: var(--white); background: var(--ink); }
.feature-dark p { color: rgba(255,255,255,.61); }
.routing-demo { display: grid; gap: 9px; align-self: center; }
.routing-demo > div { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px 16px; background: var(--paper); border-radius: 12px; font-size: 12px; }
.routing-demo p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.routing-demo strong { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.route-dot { width: 8px; height: 8px; border-radius: 50%; }
.route-dot.valid { background: #5ac99f; } .route-dot.review { background: #e8b23e; } .route-dot.blocked { background: var(--coral); }
.feature-icon { position: relative; width: 110px; height: 110px; margin: 0 auto auto; }
.echo-icon { display: grid; place-items: center; }
.echo-icon i { position: absolute; border: 1px solid var(--coral); border-radius: 50%; }
.echo-icon i:nth-child(1) { width: 20px; height: 20px; background: var(--coral); }
.echo-icon i:nth-child(2) { width: 60px; height: 60px; }
.echo-icon i:nth-child(3) { width: 105px; height: 105px; opacity: .42; }
.lock-icon::before { content: ""; position: absolute; inset: 30px 24px 10px; border: 2px solid var(--mint); border-radius: 13px; }
.lock-icon::after { content: ""; position: absolute; width: 38px; height: 35px; left: 34px; top: 7px; border: 2px solid var(--mint); border-bottom: 0; border-radius: 30px 30px 0 0; }
.lock-icon i { position: absolute; z-index: 1; left: 52px; top: 55px; width: 7px; height: 17px; background: var(--coral); border-radius: 10px; }

.process-section { color: var(--white); background: var(--ink); }
.process-section h2 { max-width: 800px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; }
.process-grid li { min-height: 260px; padding: 0 27px; border-left: 1px solid rgba(255,255,255,.15); }
.process-grid li:first-child { padding-left: 0; border-left: 0; }
.process-grid > li > span { color: var(--coral-light); font-size: 11px; font-weight: 800; }
.process-grid h3 { margin: 60px 0 18px; font-size: 26px; letter-spacing: -.035em; }
.process-grid p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; font-size: 14px; }

.product-window-section { padding-bottom: 70px; }
.product-window-copy { max-width: 780px; margin-bottom: 62px; }
.product-window-copy h2 { margin: 0; max-width: 750px; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.057em; font-weight: 650; }
.product-window-copy > p:not(.eyebrow) { max-width: 690px; margin: 27px 0 0; color: var(--ink-soft); line-height: 1.65; }
.product-capabilities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.product-capabilities span { padding: 9px 13px; color: #596361; background: var(--paper-deep); border-radius: 100px; font-size: 10px; font-weight: 700; }
.product-window { overflow: hidden; border-radius: 22px; background: #e3e6e1; border: 1px solid rgba(18,28,27,.18); box-shadow: 0 45px 100px rgba(18,28,27,.17); transform: perspective(1200px) rotateX(1.5deg); }
.window-chrome { height: 42px; display: flex; gap: 7px; align-items: center; padding: 0 16px; color: #6d7775; background: #f5f4ef; font-size: 9px; }
.window-chrome i { width: 8px; height: 8px; background: #d2d1cb; border-radius: 50%; }
.window-chrome i:first-child { background: var(--coral-light); }
.window-chrome span { margin-left: 14px; }
.window-body { min-height: 520px; display: grid; grid-template-columns: 66px 1fr; }
.window-body aside { display: flex; align-items: center; flex-direction: column; gap: 22px; padding-top: 24px; background: var(--ink); }
.window-body aside > span { width: 19px; height: 4px; background: rgba(255,255,255,.17); border-radius: 5px; }
.window-body aside > span.active { background: var(--coral); }
.mini-brand { width: 28px; height: 28px; margin-bottom: 22px; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 12px; font-weight: 800; }
.window-content { padding: 34px; background: #f8f7f3; }
.window-title { display: flex; justify-content: space-between; align-items: center; }
.window-title small { display: block; color: #7b8582; font-size: 8px; letter-spacing: .12em; }
.window-title strong { display: block; margin-top: 6px; font-size: 20px; letter-spacing: -.03em; }
.window-title button { padding: 9px 13px; color: var(--white); background: var(--ink); border: 0; border-radius: 8px; font: inherit; font-size: 9px; }
.mini-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.mini-kpis > div { padding: 17px; background: var(--white); border: 1px solid rgba(18,28,27,.08); border-radius: 11px; }
.mini-kpis span, .mini-kpis small { display: block; color: #7a8482; font-size: 8px; }
.mini-kpis strong { display: block; margin: 11px 0 7px; font-size: 25px; letter-spacing: -.04em; }
.coral-text { color: var(--coral); }.risk-text { color: #d54b3a; }
.window-chart { margin-top: 12px; padding: 20px; background: var(--white); border: 1px solid rgba(18,28,27,.08); border-radius: 11px; }
.chart-heading { display: flex; justify-content: space-between; margin-bottom: 18px; font-size: 10px; }.chart-heading span { color: #808987; font-size: 8px; }
.chart-row { display: grid; grid-template-columns: 60px 1fr 30px; gap: 10px; align-items: center; margin-top: 15px; color: #6c7673; font-size: 9px; }
.chart-row i { height: 8px; background: linear-gradient(90deg, var(--mint) 0 var(--positive), var(--coral-light) var(--positive) calc(var(--positive) + var(--negative)), #eeeae2 calc(var(--positive) + var(--negative))); border-radius: 10px; }
.chart-row strong { color: var(--ink); font-size: 10px; }
.window-insight { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; margin-top: 12px; padding: 16px 18px; color: var(--white); background: var(--ink); border-radius: 10px; }
.window-insight span { color: var(--coral-light); font-size: 8px; font-weight: 800; }.window-insight p { margin: 0; color: rgba(255,255,255,.67); font-size: 10px; line-height: 1.5; }

.use-case { display: grid; grid-template-columns: 1.06fr .94fr; gap: 90px; align-items: center; }
.case-visual { padding: 46px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.case-label { color: #6a7472; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.case-visual blockquote { margin: 38px 0 52px; font-size: 29px; line-height: 1.25; letter-spacing: -.04em; font-weight: 600; }
.case-bars { display: grid; gap: 22px; }
.case-bars div { display: grid; grid-template-columns: 110px 1fr 28px; gap: 14px; align-items: center; font-size: 11px; color: #606a68; }
.case-bars i { height: 7px; background: linear-gradient(90deg, var(--coral) var(--bar), var(--paper-deep) var(--bar)); border-radius: 20px; }
.case-bars strong { color: var(--ink); }
.case-copy h2 { font-size: clamp(38px, 4.3vw, 57px); }
.case-copy > p:not(.eyebrow) { margin: 27px 0 0; color: var(--ink-soft); line-height: 1.65; }
.case-copy ul { display: grid; gap: 15px; padding: 0; margin: 34px 0 0; list-style: none; font-size: 14px; font-weight: 650; }
.case-copy li span { color: var(--coral); margin-right: 10px; }
.case-note { display: block; margin-top: 28px; color: #7a8582; font-size: 11px; line-height: 1.55; }
.pilot-proof { margin-top: 24px; padding: 18px; background: #e9f2ee; border: 1px solid #d4e5de; border-radius: 14px; }
.pilot-proof > strong { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.pilot-proof p { margin: 8px 0 6px; font-size: 13px; line-height: 1.55; }
.pilot-proof small { color: #66736e; line-height: 1.45; }

.collaboration-story { display: grid; grid-template-columns: 1.06fr .94fr; gap: 76px; align-items: center; }
.collaboration-photo { position: relative; overflow: hidden; min-height: 570px; border-radius: 28px; box-shadow: var(--shadow); }
.collaboration-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.collaboration-photo > span { position: absolute; z-index: 2; left: 22px; bottom: 22px; padding: 11px 14px; color: var(--white); background: rgba(18,28,27,.85); border-radius: 100px; backdrop-filter: blur(10px); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.collaboration-copy h2 { margin: 0; font-size: clamp(38px, 4.3vw, 57px); line-height: 1.02; letter-spacing: -.055em; font-weight: 650; }
.collaboration-copy > p:not(.eyebrow) { margin: 27px 0 0; color: var(--ink-soft); line-height: 1.7; }
.collaboration-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; }
.collaboration-proof > div { padding: 18px; background: var(--paper-deep); border-radius: 13px; }
.collaboration-proof strong, .collaboration-proof span { display: block; }
.collaboration-proof strong { color: var(--coral); font-size: 24px; letter-spacing: -.04em; }
.collaboration-proof span { margin-top: 5px; color: #5e6866; font-size: 10px; }

.teams-section { padding-top: 70px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.team-card { min-height: 420px; padding: 30px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.team-card > span { color: var(--coral); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.team-card h3 { margin: 58px 0 17px; font-size: 25px; line-height: 1.12; letter-spacing: -.04em; }
.team-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.team-card ul { display: grid; gap: 10px; padding: 24px 0 0; margin: auto 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 11px; font-weight: 700; }
.team-card li::before { content: "↗"; margin-right: 9px; color: var(--coral); }
.team-card-accent { color: var(--white); background: linear-gradient(145deg, var(--blue), var(--violet)); border-color: transparent; }
.team-card-accent > span, .team-card-accent li::before { color: var(--ink); }
.team-card-accent p { color: rgba(255,255,255,.76); }
.team-card-accent ul { border-color: rgba(255,255,255,.28); }

.privacy-card { padding-inline: 64px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; color: var(--white); background: var(--ink); border-radius: 30px; }
.privacy-card h2 { max-width: 670px; font-size: clamp(38px, 4.5vw, 60px); }
.privacy-card > div:last-child { align-self: end; }
.privacy-card > div:last-child > p { margin: 0 0 32px; color: rgba(255,255,255,.63); line-height: 1.7; }
.privacy-points { display: grid; gap: 12px; }
.privacy-points span { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; font-weight: 700; }
.privacy-points span::before { content: "●"; color: var(--mint); margin-right: 10px; }

.final-cta { min-height: 590px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.final-cta h2 { max-width: 820px; margin-bottom: 42px; }
.site-footer { color: var(--white); background: #05122e; }
.footer-grid { min-height: 260px; padding-block: 60px; display: grid; grid-template-columns: 1.2fr 1.1fr .8fr auto; gap: 40px; align-items: start; }
.brand-footer { font-size: 29px; }
.brand-footer .brand-mark { width: 50px; height: 50px; }
.footer-signature { font-weight: 700; background: var(--brand-gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.footer-grid > p { margin: 4px 0 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.7; }
.footer-links { display: grid; gap: 12px; font-size: 12px; }
.footer-link-button { width: fit-content; padding: 0; color: inherit; font: inherit; text-align: left; background: none; border: 0; cursor: pointer; }
.footer-link-button:hover { color: var(--mint); }

.cookie-banner { position: fixed; z-index: 2000; right: 24px; bottom: 24px; left: 24px; max-width: 1180px; margin-inline: auto; padding: 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--white); background: #101a18; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 20px 70px rgba(0,0,0,.32); }
.cookie-banner[hidden] { display: none; }
.cookie-banner-copy { max-width: 680px; }
.cookie-banner-copy strong { display: block; margin-bottom: 6px; font-size: 17px; }
.cookie-banner-copy p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }
.cookie-banner-actions, .cookie-dialog-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookie-banner .button, .cookie-dialog .button { white-space: nowrap; }
.cookie-button-secondary { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.28); }
.cookie-button-secondary:hover { border-color: var(--mint); }

.cookie-dialog { width: min(620px, calc(100% - 32px)); padding: 0; color: var(--ink); background: var(--paper); border: 0; border-radius: 22px; box-shadow: 0 24px 100px rgba(0,0,0,.35); }
.cookie-dialog::backdrop { background: rgba(4,12,11,.7); backdrop-filter: blur(4px); }
.cookie-dialog form { padding: 30px; }
.cookie-dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.cookie-dialog h2 { margin: 4px 0 18px; font-size: 32px; letter-spacing: -.04em; }
.cookie-dialog > form > p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.cookie-dialog-close { padding: 0 6px; color: var(--muted); font: 300 30px/1 sans-serif; background: none; border: 0; cursor: pointer; }
.cookie-option { margin-top: 12px; padding: 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.cookie-option div { display: grid; gap: 4px; }
.cookie-option small { color: var(--muted); line-height: 1.45; }
.cookie-option > span { flex: 0 0 auto; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.cookie-option input { width: 20px; height: 20px; accent-color: var(--coral); }
.cookie-legal { margin-block: 18px 24px; font-size: 12px !important; }
.copyright { white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms cubic-bezier(.2,.75,.25,1), transform 700ms cubic-bezier(.2,.75,.25,1); }
.reveal-delay { transition-delay: 140ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes breathe { 50% { transform: scale(1.03); opacity: .55; } }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .signal-stage { min-height: 570px; }
  .source-row { padding-block: 30px; align-items: flex-start; flex-direction: column; }
  .source-list { flex-wrap: wrap; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 55px 0; }
  .process-grid li:nth-child(3) { padding-left: 0; border-left: 0; }
  .use-case, .privacy-card { grid-template-columns: 1fr; }
  .collaboration-story { grid-template-columns: 1fr; }
  .outcome-layout { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .use-case { gap: 60px; }
  .privacy-card { gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; padding: 18px; display: grid; }
  .cookie-banner-actions { justify-content: stretch; }
  .cookie-banner-actions .button { flex: 1 1 135px; }
  .cookie-dialog form { padding: 22px; }
  :root { --shell: min(100% - 32px, 1180px); --radius: 19px; }
  .nav-shell { height: 78px; }
  .brand { gap: 9px; font-size: 23px; }
  .brand-mark { width: 34px; height: 34px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 110px 24px 40px; display: none; align-items: stretch; flex-direction: column; gap: 24px; background: var(--paper); font-size: 22px; }
  .site-nav.is-open { display: flex; }
  .site-nav .button { margin-top: auto; font-size: 14px; }
  .hero { min-height: auto; padding: 126px 0 72px; gap: 30px; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { justify-content: center; }
  .trust-list { gap: 12px 18px; }
  .signal-stage { min-height: 490px; margin-inline: -8px; }
  .photo-story { width: 100%; min-height: 620px; margin-top: 55px; border-radius: 0; }
  .photo-story > img { object-position: 61% center; }
  .photo-story-card { left: 16px; bottom: 16px; width: calc(100% - 32px); padding: 23px; }
  .photo-story-card h2 { font-size: 27px; }
  .signal-glow { width: 330px; height: 330px; }
  .orbit-one { width: 350px; height: 350px; }
  .orbit-two { width: 405px; height: 405px; }
  .insight-card { padding: 20px; }
  .floating-note { display: none; }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .section-heading { margin-bottom: 44px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-column: auto; display: flex; min-height: 530px; gap: 40px; }
  .routing-demo { width: 100%; }
  .feature-card { min-height: 360px; padding: 26px; }
  .process-grid { grid-template-columns: 1fr; gap: 42px; }
  .decision-visual { min-height: 560px; padding: 22px; }
  .decision-core { width: 86%; }
  .decision-core::after { width: 380px; height: 380px; }
  .decision-footer { inset: auto 18px 18px; grid-template-columns: 1fr; }
  .motive-cloud span:nth-child(n+4) { display: none; }
  .window-body { grid-template-columns: 40px 1fr; }
  .window-body aside { gap: 17px; }
  .window-body aside > span { width: 14px; }
  .mini-brand { width: 23px; height: 23px; }
  .window-content { padding: 17px; }
  .mini-kpis { grid-template-columns: 1fr 1fr; }
  .mini-kpis > div:last-child { display: none; }
  .window-title button { display: none; }
  .chart-row { grid-template-columns: 46px 1fr 25px; }
  .window-insight { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(3) { min-height: auto; padding: 0 0 38px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .process-grid h3 { margin-top: 24px; }
  .case-visual { padding: 27px; }
  .collaboration-story { width: 100%; gap: 55px; }
  .collaboration-photo { min-height: 480px; border-radius: 0; }
  .collaboration-copy { width: var(--shell); margin-inline: auto; }
  .case-visual blockquote { font-size: 24px; }
  .case-bars div { grid-template-columns: 88px 1fr 25px; }
  .privacy-card { width: 100%; padding: 80px 24px; border-radius: 0; }
  .final-cta { min-height: 500px; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand-footer { font-size: 27px; }
}

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

.demo-request {
  min-height: 760px;
  padding: 176px 0 96px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: start;
}
.demo-request-copy h1 {
  margin: 0;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 670;
}
.demo-request-copy p {
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}
.demo-checklist {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 34px 0 0;
  color: #485250;
  list-style: none;
  font-size: 14px;
  font-weight: 650;
}
.demo-checklist li::before {
  content: "✓";
  color: var(--coral);
  margin-right: 10px;
}
.demo-form {
  padding: 34px;
  background: rgba(255,254,249,.92);
  border: 1px solid rgba(18,28,27,.1);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.demo-form div {
  margin-bottom: 18px;
}
.demo-form label {
  display: block;
  margin-bottom: 8px;
  color: #485250;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}
.demo-form textarea {
  resize: vertical;
}
.demo-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.demo-form .button:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
}
.form-note {
  margin: 14px 0 0;
  color: #687270;
  font-size: 12px;
  line-height: 1.55;
}
.form-note a {
  color: var(--coral);
  font-weight: 800;
}

.form-trap { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 0; padding: 14px 16px; border-radius: 12px; font-size: 14px; line-height: 1.5; }
.form-status.is-success { color: #174f3c; background: rgba(153, 223, 199, 0.34); }
.form-status.is-error { color: #7a2318; background: rgba(244, 93, 72, 0.14); }

@media (max-width: 900px) {
  .demo-request {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
    padding-top: 140px;
  }
}

@media (max-width: 700px) {
  .demo-form { padding: 20px; }
}

/* Refined commercial homepage */
.hero-refined { min-height: 760px; padding-bottom: 80px; }
.hero-refined .hero-lede { max-width: 650px; }
.hero-brief { transform: none; }
.brief-preview { position: relative; overflow: hidden; width: min(100%, 500px); margin-inline: auto; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.brief-preview::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--brand-gradient); }
.brief-chrome, .brief-cover, .decision-brief-card header, .decision-brief-card footer { display: flex; align-items: center; justify-content: space-between; }
.brief-chrome { padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.brief-chrome > span { display: flex; gap: 5px; }
.brief-chrome i { width: 7px; height: 7px; background: var(--paper-deep); border-radius: 50%; }
.brief-chrome small { font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.brief-cover { justify-content: flex-start; gap: 13px; padding: 25px 0; }
.brief-cover div { display: grid; }
.brief-cover span { font-size: 12px; color: var(--ink-soft); }
.brief-cover strong { font-size: 21px; letter-spacing: -.035em; }
.brief-finding { padding: 19px; background: var(--ink); color: white; border-radius: 16px; }
.brief-finding small { color: var(--mint); font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.brief-finding p { margin: 10px 0 0; font-size: 17px; line-height: 1.45; font-weight: 650; }
.brief-evidence { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.brief-evidence span { display: grid; gap: 5px; padding: 14px; background: var(--paper); border-radius: 12px; color: var(--ink-soft); font-size: 10px; }
.brief-evidence b { color: var(--ink); font-size: 17px; }
.brief-trail { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: 20px; font-size: 10px; font-weight: 750; }
.brief-trail i { color: var(--blue); font-style: normal; }

.section-heading.compact { margin-bottom: 48px; }
.section-heading h2 { font-size: clamp(37px, 4.45vw, 62px); }
.problem-section { padding-top: 120px; }
.before-after { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.before-after article { min-height: 330px; padding: 38px; background: rgba(255,255,255,.48); border: 1px solid var(--line); border-radius: var(--radius); }
.before-after .after-card { color: white; background: var(--ink); box-shadow: var(--shadow); }
.column-label { margin: 0 0 25px; color: var(--mint); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; }
.column-label.muted { color: var(--ink-soft); }
.before-after ul { display: grid; gap: 18px; padding: 0; margin: 0; list-style: none; }
.before-after li { position: relative; padding-left: 24px; line-height: 1.5; }
.before-after li::before { content: "—"; position: absolute; left: 0; color: var(--blue); }
.after-card li::before { content: "✓"; color: var(--mint); }
.change-arrow { display: grid; place-items: center; width: 48px; height: 48px; color: white; background: var(--brand-gradient); border-radius: 50%; font-weight: 800; }

.source-section { background: var(--white); }
.source-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.source-pills span { padding: 13px 20px; border: 1px solid rgba(38,120,242,.18); border-radius: 100px; background: #f7f9ff; font-size: 13px; font-weight: 750; }
.evidence-pipeline { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1.15fr; gap: 13px; align-items: stretch; margin-top: 54px; }
.evidence-pipeline > div { display: flex; min-height: 150px; padding: 22px; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 18px; }
.evidence-pipeline > i { align-self: center; color: var(--blue); font-style: normal; }
.evidence-pipeline small { color: var(--blue); font-weight: 800; }
.evidence-pipeline strong { font-size: 17px; }
.evidence-pipeline em { color: var(--ink-soft); font-size: 11px; font-style: normal; }
.evidence-pipeline .pipeline-output { color: white; background: var(--ink); border-color: transparent; }
.pipeline-output em { color: rgba(255,255,255,.6); }

.divergence-card { display: grid; grid-template-columns: .7fr 1.3fr; gap: 52px; padding: 48px; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.aggregate-score { display: grid; place-items: start; align-content: center; padding-right: 42px; border-right: 1px solid var(--line); }
.aggregate-score span { color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.aggregate-score strong { font-size: 92px; line-height: 1; letter-spacing: -.08em; }
.aggregate-score small { color: var(--ink-soft); }
.source-scores { display: grid; gap: 18px; }
.source-scores > div { display: grid; grid-template-columns: 80px 1fr 50px; gap: 14px; align-items: center; font-size: 12px; }
.source-scores i { position: relative; height: 10px; background: var(--paper-deep); border-radius: 10px; overflow: hidden; }
.source-scores b { display: block; width: var(--score); height: 100%; background: var(--brand-gradient); border-radius: inherit; }
.source-scores strong { text-align: right; }
.divergence-card > p { grid-column: 2; margin: 0; color: var(--ink-soft); font-size: 14px; }

.claim-section { color: white; background: var(--ink); }
.claim-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.claim-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.02; letter-spacing: -.057em; }
.claim-text { margin: 30px 0 22px; color: rgba(255,255,255,.85); font-size: 20px; line-height: 1.6; }
.claim-copy small { color: rgba(255,255,255,.48); line-height: 1.6; }
.trace-card { padding: 30px; color: var(--ink); background: white; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.trace-card > div { display: grid; gap: 6px; padding: 15px; background: var(--paper); border-radius: 12px; }
.trace-card > div span { color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.trace-card > div strong { font-size: 13px; line-height: 1.45; }
.trace-card > i { display: block; margin: 5px 0 5px 20px; color: var(--violet); font-style: normal; }
.trace-card > a { display: inline-flex; justify-content: space-between; width: 100%; margin-top: 18px; color: var(--blue); font-size: 13px; font-weight: 800; }

.deliverable-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: center; }
.deliverable-copy h2 { margin: 0; font-size: clamp(40px, 4.6vw, 62px); line-height: 1.02; letter-spacing: -.057em; }
.deliverable-copy > p:last-child { margin-top: 26px; color: var(--ink-soft); font-size: 18px; }
.decision-brief-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.decision-brief-card header { justify-content: flex-start; gap: 13px; padding: 26px 28px; border-bottom: 1px solid var(--line); }
.decision-brief-card header div { display: grid; }
.decision-brief-card header span { color: var(--ink-soft); font-size: 11px; }
.decision-brief-card header strong { font-size: 19px; }
.decision-brief-card header small { margin-left: auto; color: var(--blue); font-size: 9px; font-weight: 800; }
.brief-grid { display: grid; grid-template-columns: 1fr 1fr; }
.brief-grid div { display: flex; gap: 12px; padding: 18px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brief-grid span { color: var(--blue); font-size: 10px; font-weight: 800; }
.brief-grid strong { font-size: 13px; }
.brief-grid strong small { display: block; margin-top: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 500; line-height: 1.5; }
.brief-grid .brief-grid-feature { grid-column: 1 / -1; padding-block: 22px; background: rgba(38,120,242,.045); }
.decision-brief-card footer { padding: 22px 28px; color: rgba(255,255,255,.65); background: var(--ink); font-size: 10px; }
.decision-brief-card footer strong { color: var(--mint); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }

.process-simple li { min-height: 250px; }
.audit-grid, .audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.audit-grid article { min-height: 240px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; }
.audit-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; color: white; background: var(--brand-gradient); border-radius: 12px; font-size: 19px; }
.audit-grid h3 { margin: 36px 0 12px; font-size: 21px; }
.audit-grid p { margin: 0; color: var(--ink-soft); line-height: 1.55; }
.methodology-link { margin-top: 34px; }
.audience-grid { grid-template-columns: repeat(3, 1fr); }
.audience-grid article { min-height: 270px; padding: 30px; border-top: 3px solid var(--blue); background: var(--white); box-shadow: 0 18px 50px rgba(22,54,110,.07); }
.audience-grid span { color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.audience-grid h3 { margin: 54px 0 0; font-size: 21px; line-height: 1.45; letter-spacing: -.025em; }

.example-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.example-copy h2 { margin: 0; font-size: clamp(37px, 4.15vw, 56px); line-height: 1.04; letter-spacing: -.05em; }
.deliverable-copy h2 { font-size: clamp(37px, 4.25vw, 58px); }
.privacy-card h2 { font-size: clamp(37px, 4.1vw, 56px); }
.final-cta h2 { font-size: clamp(42px, 5vw, 68px); }
.example-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.example-results { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.example-results > div { display: grid; gap: 4px; padding: 25px 15px; border-right: 1px solid var(--line); }
.example-results strong { font-size: 34px; letter-spacing: -.05em; }
.example-results span { color: var(--ink-soft); font-size: 10px; line-height: 1.4; }
.example-results blockquote { grid-column: 1 / -1; margin: 0; padding: 30px; color: white; background: var(--ink); font-size: 20px; line-height: 1.5; }
.final-cta > p:not(.eyebrow) { margin: 24px 0 34px; color: var(--ink-soft); }

a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

@media (max-width: 1000px) {
  .hero-refined, .claim-layout, .deliverable-section, .example-section { grid-template-columns: 1fr; }
  .hero-refined { padding-top: 150px; gap: 70px; }
  .hero-brief { width: min(100%, 620px); }
  .evidence-pipeline { grid-template-columns: 1fr 1fr 1fr; }
  .evidence-pipeline > i { display: none; }
  .audit-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .hero-refined { padding-top: 126px; padding-bottom: 62px; }
  .hero-refined h1 { font-size: clamp(45px, 14vw, 64px); }
  .brief-preview { padding: 18px; border-radius: 20px; }
  .brief-evidence { grid-template-columns: 1fr; }
  .brief-trail { flex-wrap: wrap; justify-content: flex-start; }
  .problem-section { padding-top: 90px; }
  .before-after { grid-template-columns: 1fr; }
  .change-arrow { transform: rotate(90deg); justify-self: center; }
  .before-after article { min-height: auto; padding: 27px; }
  .evidence-pipeline { grid-template-columns: 1fr; }
  .evidence-pipeline > div { min-height: 118px; }
  .divergence-card { grid-template-columns: 1fr; gap: 30px; padding: 26px; }
  .aggregate-score { padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .aggregate-score strong { font-size: 70px; }
  .divergence-card > p { grid-column: 1; }
  .source-scores > div { grid-template-columns: 70px 1fr 45px; }
  .claim-layout { gap: 48px; }
  .claim-text { font-size: 17px; }
  .deliverable-section { gap: 45px; }
  .brief-grid { grid-template-columns: 1fr; }
  .brief-grid div { border-right: 0; }
  .decision-brief-card header small { display: none; }
  .decision-brief-card footer { align-items: flex-start; flex-direction: column; gap: 10px; }
  .audit-grid, .audience-grid { grid-template-columns: 1fr; }
  .audit-grid article, .audience-grid article { min-height: auto; }
  .audience-grid h3 { margin-top: 28px; }
  .example-section { gap: 44px; }
  .example-results { grid-template-columns: 1fr; }
  .example-results > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .privacy-card { text-align: left; }
}

/* Long-form commercial pages */
.content-page { overflow: hidden; }
.content-hero { padding: 176px 0 92px; }
.content-hero h1 { max-width: 980px; margin: 0; font-size: clamp(48px, 6.2vw, 82px); line-height: .98; letter-spacing: -.062em; font-weight: 670; }
.content-lede { max-width: 820px; margin: 34px 0 0; color: var(--ink-soft); font-size: clamp(18px, 2vw, 23px); line-height: 1.62; }
.content-section { padding-top: 100px; padding-bottom: 100px; }
.split-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.split-story h2, .content-cta h2 { margin: 0; font-size: clamp(38px, 4.6vw, 61px); line-height: 1.04; letter-spacing: -.052em; }
.prose { max-width: 720px; }
.prose p { margin: 0 0 24px; color: var(--ink-soft); font-size: 17px; line-height: 1.78; }
.prose-light p { color: rgba(255,255,255,.76); }
.content-band { color: white; background: var(--ink); }
.content-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.14); }
.content-card-grid article { min-height: 265px; padding: 34px; background: var(--ink); }
.content-card-grid article > span, .evidence-steps span { color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.content-card-grid h3 { margin: 62px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.content-card-grid p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.65; }
.content-cta { margin-top: 70px; margin-bottom: 110px; padding: 70px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.content-cta > p:not(.eyebrow) { max-width: 680px; margin: 24px 0 34px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.evidence-steps { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.evidence-steps > div { min-height: 330px; padding: 28px; border-right: 1px solid var(--line); }
.evidence-steps > div:last-child { border-right: 0; }
.evidence-steps strong { display: block; margin-top: 58px; font-size: 21px; letter-spacing: -.03em; }
.evidence-steps p { margin: 14px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.principle-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.principle-list article { display: grid; grid-template-columns: .7fr 1.3fr; gap: 28px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.principle-list article:nth-child(odd) { padding-right: 34px; }
.principle-list article:nth-child(even) { padding-left: 34px; border-left: 1px solid var(--line); }
.principle-list strong { font-size: 19px; letter-spacing: -.025em; }
.principle-list p { margin: 0; color: var(--ink-soft); line-height: 1.62; }
.content-note { margin-top: 10px; margin-bottom: 30px; padding: 24px 28px; border-left: 4px solid var(--blue); background: rgba(38,120,242,.07); }
.content-note strong { display: block; margin-bottom: 8px; }
.content-note p { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.study-facts { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.study-facts div { display: grid; gap: 8px; padding: 34px; border-right: 1px solid var(--line); }
.study-facts div:last-child { border-right: 0; }
.study-facts strong { font-size: 48px; letter-spacing: -.06em; }
.study-facts span { color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.study-result { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; }
.study-result > div { padding: 36px; }
.study-result > div:first-child { display: grid; align-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.study-result > div:first-child strong { font-size: 92px; line-height: 1; letter-spacing: -.07em; }
.study-result small, .band-caption { color: rgba(255,255,255,.6); }
.study-source-results p { display: flex; justify-content: space-between; gap: 30px; margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 19px; }
.study-source-results p:last-child { border-bottom: 0; }
.study-source-results strong { font-size: 26px; }
.band-caption { max-width: 820px; margin: 26px 0 0; line-height: 1.65; }
.trace-sequence { display: grid; gap: 12px; }
.trace-sequence > div { display: grid; grid-template-columns: 160px 1fr; gap: 30px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.trace-sequence span { color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; }
.trace-sequence p { margin: 0; line-height: 1.55; }
.limitations-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.limitations-list li { position: relative; padding: 20px 24px 20px 54px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.58); line-height: 1.58; }
.limitations-list li::before { content: "—"; position: absolute; left: 22px; color: var(--blue); font-weight: 800; }
.site-nav a[aria-current="page"] { color: var(--blue); }

@media (max-width: 1000px) {
  .split-story { grid-template-columns: 1fr; gap: 42px; }
  .evidence-steps { grid-template-columns: 1fr 1fr; }
  .evidence-steps > div { min-height: 245px; border-bottom: 1px solid var(--line); }
  .evidence-steps > div:nth-child(even) { border-right: 0; }
  .evidence-steps > div:last-child { grid-column: 1 / -1; min-height: auto; }
}

@media (max-width: 700px) {
  .content-hero { padding: 128px 0 66px; }
  .content-hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .content-lede { font-size: 17px; }
  .content-section { padding-top: 72px; padding-bottom: 72px; }
  .content-card-grid, .evidence-steps, .principle-list, .study-facts, .study-result { grid-template-columns: 1fr; }
  .content-card-grid article { min-height: auto; }
  .content-card-grid h3 { margin-top: 36px; }
  .evidence-steps > div, .evidence-steps > div:last-child { grid-column: auto; min-height: auto; border-right: 0; }
  .evidence-steps strong { margin-top: 32px; }
  .principle-list article, .principle-list article:nth-child(odd), .principle-list article:nth-child(even) { grid-template-columns: 1fr; padding: 25px 0; border-left: 0; }
  .study-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .study-facts div:last-child { border-bottom: 0; }
  .study-result > div:first-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trace-sequence > div { grid-template-columns: 1fr; gap: 10px; }
  .content-cta { padding: 38px 25px; border-radius: 22px; }
}
