/* Leveric. A consistent editorial grid around the original moving artwork. */
:root {
  --page-width: 1440px;
  --gutter: clamp(24px, 4.5vw, 80px);
  --section-space: clamp(80px, 9vw, 144px);
  --rule: rgba(14, 14, 14, 0.18);
  --muted: #4c4d52;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
body { font-size: 16px; -webkit-font-smoothing: antialiased; }
::selection { color: #fff; background: var(--blue); }
section[id] { scroll-margin-top: 100px; }
.brand { top: 30px; left: var(--gutter); }
.brand .logo-full { height: 22px; }
.brand .mark { height: 32px; }
.nav-right { top: 20px; right: var(--gutter); }
.right-pill { gap: 16px; }
.nav-links { display: flex; font-size: 14px; gap: 6px; }
.nav-links a { padding: 12px; }
.nav-links a:hover { background: rgba(255,255,255,.65); }
.nav-cta { padding: 14px 24px; box-shadow: none; }
body.scrolled .right-pill { padding: 5px 5px 5px 16px; box-shadow: 0 3px 18px rgba(14,14,14,.06); }
.hero { min-height: 700px; padding: 110px var(--gutter) 150px; }
.hero h1 { font-size: clamp(56px, 6.8vw, 112px); line-height: 1.02; max-width: 1030px; margin-top: -4%; letter-spacing: -.02em; text-wrap: balance; }
.hero .sub { font-size: clamp(16px, 1.25vw, 19px); line-height: 1.65; max-width: 610px; margin-top: 24px; text-wrap: pretty; }
.hero .ctas { margin-top: 28px; gap: 10px; }
.btn, .nav-cta { transition: background-color .2s ease, color .2s ease, transform .25s var(--ease); }
.btn:hover, .nav-cta:hover { transform: translateY(-2px); }
.btn.solid-ink:hover, .nav-cta:hover { background: var(--blue); }
.btn.outline-ink { background: rgba(255,255,255,.7); border-color: rgba(14,14,14,.25); backdrop-filter: none; }
.btn.outline-ink:hover { background: #fff; }
.cursor-dot { width: 8px; height: 8px; }
.cursor-dot.hovering { width: 22px; height: 22px; opacity: .45; }
@media (max-width: 820px) {
  .brand { top: 20px; left: 20px; }
  .nav-right { top: 20px; right: 24px; }
  .hero { min-height: 680px; }
}
@media (max-width: 640px) {
  .brand .logo-full { display: block; height: 19px; }
  .brand { width: auto; justify-content: flex-start; }
  .brand .mark { opacity: 0; position: absolute; top: 6px; }
  body.scrolled .brand .logo-full { opacity: 0; }
  body.scrolled .brand .mark.mark-b { opacity: 1; }
  body.scrolled.on-dark .brand .mark.mark-b { opacity: 0; }
  body.scrolled.on-dark .brand .mark.mark-w { opacity: 1; top: 6px; }
  .nav-cta { box-shadow: none !important; }
  .hero { min-height: 100svh; padding: 112px 24px 100px; justify-content: flex-start; }
  .hero h1 { font-size: clamp(42px, 11.5vw, 70px); line-height: 1.04; max-width: 540px; margin-top: 28px; }
  .hero .sub { margin-top: 24px; font-size: 16px; line-height: 1.6; max-width: 420px; }
  .hero .ctas { margin-top: 24px; }
  .hero .btn { padding: 14px 20px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  body, a, button, select, input, textarea { cursor: auto; }
  a, button { cursor: pointer; }
  .btn:hover, .nav-cta:hover { transform: none; }
}

/* One page grid. Section scale changes with the story, not with the component. */
.b-inner, .slam-grid, .feed-inner, .faq-inner, .cta-inner, .footer-inner, .wf {
  width: 100%; max-width: var(--page-width); margin-inline: auto;
  padding: var(--section-space) var(--gutter);
}
.display { letter-spacing: -.015em; text-wrap: balance; }
.slam-grid { grid-template-columns: 160px minmax(0, 1fr); gap: 48px; }
.slam .chap-num { font-size: 72px; }
.slam .chap-num small { font-size: 12px; margin-bottom: 22px; }
.slam h2 { font-size: clamp(44px, 5.2vw, 80px); line-height: 1.04; max-width: 950px; }
.slam .body { font-size: 18px; line-height: 1.75; max-width: 670px; margin-top: 36px; color: var(--muted); }
.slam .chap-rule { margin-top: 40px; font-size: 12px; opacity: .65; }
.section-label { font: 12px/1.5 'Geist Mono', monospace; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 28px; color: var(--blue); }
.trio { gap: 0; margin-top: 0; border-top: 1px solid var(--rule); }
.trio > div { padding: 32px 32px 16px 0; background: transparent; border-radius: 0; }
.trio > div + div { padding-left: 32px; border-left: 1px solid var(--rule); }
.trio .t-icon { font-size: 12px; letter-spacing: .04em; }
.trio h3 { padding: 0; font-size: 26px; font-weight: 500; margin-top: 32px; letter-spacing: -.03em; }
.trio h3::before { display: none; }
.trio p { padding: 0; font-size: 16px; line-height: 1.65; max-width: 340px; color: var(--muted); }
.trio > div:hover, .trio.settled > div:hover { background: transparent; transform: none; box-shadow: none; }
.trio > div:hover h3 { transform: none; }
.stats-h, .how-h { font-size: clamp(44px, 5.1vw, 80px); line-height: 1.04; }
.stats-note { font-size: 17px; max-width: 540px; line-height: 1.65; margin-top: 24px; }
.stat-cards { gap: 40px; margin-top: 60px; }
.stat-card { border-radius: 0; padding: 28px 0 0; background: transparent; border-top: 1px solid var(--rule); }
.stat-card .pill { padding: 0; background: none; font-size: 12px; letter-spacing: .07em; }
.stat-card .big { font-size: clamp(80px, 8vw, 120px); margin-top: 32px; color: var(--blue); }
.stat-card .cap { font-size: 16px; line-height: 1.5; margin-top: 12px; }
.stat-card .rows { margin-top: 28px; border-top-color: var(--rule); }
.stat-card .row { font-size: 14px; padding: 13px 0; border-bottom-color: var(--rule); gap: 16px; }
.stat-cards.settled > .stat-card:hover { transform: none; box-shadow: none; }

/* Notifications framed by the original oversized, split headline. */
.wf { display: block; max-width: 1440px; }
.wf .wf-top, .wf .wf-bottom { font-size: clamp(52px,7vw,110px); line-height: .98; }
.wf .wf-top { margin: 0; text-align: left; }
.wf .wf-bottom { margin: 44px 0 0; text-align: right; }
.wf-cards { width: min(780px,100%); max-width: 780px; margin: 48px auto; gap: 16px; border: 0; }
.wf-card { border: 1px solid rgba(14,14,14,.04); border-radius: 16px; background: #fff; padding: 24px 28px; box-shadow: 0 12px 36px rgba(70,40,0,.10); }
.wf-card .time { font-size: 12px; }
.wf-card h3 { font-size: 19px; font-weight: 600; line-height: 1.35; margin-top: 7px; letter-spacing: -.02em; }
.wf-card p { font-size: 15px; line-height: 1.6; margin-top: 6px; }
.wf-card .tag { font-size: 11px; padding: 7px 12px; }
.wf-cards.settled > .wf-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(70,40,0,.14); }

/* Four capabilities, generous two-column panels with a precise type hierarchy. */
.scatter { display: block; }
.scatter .l1, .scatter .l2 { font-size: clamp(56px, 6.8vw, 104px); line-height: 1.02; text-align: left; }
.scatter .l2 { color: var(--blue); }
.sys-cols { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; margin-top: 56px; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.sys-col { border: 0; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); border-radius: 0; padding: 36px; min-height: 340px; background: transparent; display: grid; grid-template-columns: .95fr 1.05fr; column-gap: 30px; grid-template-rows: auto auto 1fr; }
.sys-col .sc-num { font: 12px/1.5 'Geist Mono',monospace; letter-spacing: .06em; }
.sys-col h3 { font-size: 36px; line-height: 1.1; margin-top: 28px; grid-column: 1; }
.sys-col .line { font-size: 16px; line-height: 1.6; margin-top: 14px; grid-column: 1; }
.sys-col ul { grid-column: 2; grid-row: 1 / 4; margin-top: 0; }
.sys-col li { font-size: 15px; line-height: 1.6; padding: 14px 0; border-top-color: var(--rule); }
.sys-col li:first-child { padding-top: 0; border-top: 0; }
.sys-cols.settled > .sys-col:hover { transform: none; box-shadow: none; }

/* Preserve the original application windows: compact, floating and tactile. */
.ifc .b-inner { max-width: 1280px; }

/* A legible activity log, with body text in the reading face. */
.feed-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 0 80px; }
.feed h2 { grid-column: 1; grid-row: 1; font-size: clamp(44px, 4.7vw, 72px); line-height: 1.05; }
.feed .feed-sub { grid-column: 1; font-size: 12px; line-height: 1.7; opacity: 1; color: var(--ice); max-width: 280px; }
.feed-rows { grid-column: 2; grid-row: 1 / 4; margin-top: 0; }
.feed-row { grid-template-columns: 72px 1fr; gap: 10px 20px; padding: 22px 0; border-color: #354168; font-size: 12px; }
.feed-row .d { grid-column: 2; font: 16px/1.65 'Geist',sans-serif; }
.feed-row .tag { color: #a9b4ff; }
.feed-closer { grid-column: 1; font-size: 32px; margin-top: 70px; max-width: 300px; color: var(--ice); }
.break .break-cap { left: var(--gutter); bottom: 28px; font-size: 12px; padding: 10px 14px; background: var(--cream); }
.anno-box { pointer-events: none; }

/* Delivery process and questions share the page's editorial rules. */
.phases { gap: 0; margin-top: 56px; border-top: 1px solid var(--rule); }
.phase { border: 0; border-right: 1px solid var(--rule); border-radius: 0; background: transparent; padding: 36px; }
.phase:first-child { border-left: 1px solid var(--rule); }
.phase .p-num { font-size: 12px; line-height: 1.7; min-height: 42px; }
.phase h3 { font-size: 48px; line-height: 1.1; margin-top: 32px; }
.phase p { font-size: 16px; line-height: 1.75; margin-top: 20px; margin-bottom: 44px; }
.p-stat { border-top-color: var(--rule); padding-top: 24px; }
.p-stat .sh { font-size: 12px; }
.p-stat .sv { font-size: 28px; margin-top: 10px; }
.phases.settled > .phase:hover { transform: none; box-shadow: none; }
.phases.settled > .phase:hover .p-stat .sh, .phase.auto-invert .p-stat .sh { color: var(--ice); }
.aud-title { font-size: clamp(44px, 4.7vw, 72px); line-height: 1.05; }
.icp-rows { margin-top: 56px; }
.icp-row { grid-template-columns: 64px 1fr 1fr; gap: 40px; padding: 40px 0; border-color: var(--rule); position: relative; }
.icp-row:after { content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 2px; background: var(--blue); transition: width .4s var(--ease); }
.icp-row:hover:after { width: 100%; }
.icp-row:hover h3 { transform: none; }
.icp-row h3 { font-size: clamp(28px, 2.7vw, 40px); line-height: 1.1; }
.icp-row p { font-size: 17px; line-height: 1.65; max-width: 500px; }
.faq-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 0 80px; }
.faq-inner h2 { font-size: clamp(40px, 4vw, 60px); line-height: 1.05; grid-column: 1; grid-row: 1 / 6; max-width: 340px; }
.faq-item { grid-column: 2; border-color: var(--rule); }
.faq-item:first-of-type { margin-top: 0; }
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-q { font: 500 19px/1.45 'Geist',sans-serif; letter-spacing: -.02em; text-transform: none; padding: 26px 0; gap: 24px; }
.faq-q::after { font-size: 24px; flex: none; }
.faq-q:hover { color: var(--blue); }
.faq-a p { font-size: 16px; line-height: 1.75; padding: 0 32px 26px 0; }
.cta-inner { text-align: center; display: block; padding-block: clamp(90px, 9vw, 140px); }
.cta-inner h2 { font-size: clamp(48px, 7vw, 110px); line-height: 1.03; max-width: none; white-space: nowrap; }
.cta-inner p { margin: 28px auto 0; font-size: 18px; line-height: 1.65; max-width: 560px; }
.cta-form { margin-top: 36px; justify-content: center; gap: 12px; }
.cta-form select { font-family: 'Geist',sans-serif; font-size: 15px; text-transform: none; letter-spacing: 0; padding-left: 22px; }
.cta-inner .fine { font-size: 12px; line-height: 1.7; opacity: 1; color: var(--ice); margin: 22px auto 0; max-width: 560px; }
.footer-inner { padding-block: 36px; border-top: 1px solid rgba(255,255,255,.3); }
.footer-links { font: 14px/1.6 'Geist',sans-serif; text-transform: none; letter-spacing: 0; gap: 24px; }
.footer-links a { color: #fff; text-underline-offset: 5px; }
.footer-links a:hover { text-decoration: underline; }
.footer-logo { gap: 16px; }
.footer-logo .icon { height: 30px; }
footer img { height: 20px; }

/* The conversion surface is part of the same design system. IDs and behaviour stay intact. */
.audit-modal { background: rgba(7,16,51,.66); backdrop-filter: blur(5px); }
.audit-dialog { width: min(660px,100%); border: 0; border-radius: 0; background: #fff; box-shadow: 0 24px 100px rgba(7,16,51,.22); }
.audit-dialog-head { background: #fff; padding: 40px 82px 24px 40px; }
.audit-dialog-head .eyebrow { font-size: 12px; color: var(--blue); }
.audit-dialog-head h2 { font-size: clamp(40px, 5vw, 56px); line-height: 1.05; margin-top: 18px; }
.audit-dialog-head p { font-size: 16px; line-height: 1.6; margin-top: 18px; }
.audit-close { top: 22px; right: 22px; border-color: var(--rule); }
.audit-close:hover { background: var(--cream); }
.audit-form { padding: 8px 40px 40px; }
.audit-fields { gap: 20px; }
.audit-field input, .audit-field select, .audit-field textarea { border-radius: 0; border: 1px solid #909298; background: #fff; font-size: 16px; }
.audit-field input:focus, .audit-field select:focus, .audit-field textarea:focus { border-color: var(--blue); }
.audit-captcha-status { font-size: 14px; }
.audit-submit { border: 0; background: var(--blue) !important; }
.audit-submit:hover { background: var(--navy) !important; }
.audit-success { padding: 40px; }

/* Motion remains repeatable, but reading should never depend on a long animation. */
.reveal-group.settled > * { transition-timing-function: var(--ease); }
.reveal-group.settled > *:hover { transform: none; box-shadow: none; }
.reveal-scope .rw { filter: blur(5px); transition-duration: .5s; }
.reveal-scope.in-view .rw { filter: none; }
.reveal-scope .rv-block, .reveal-soft > * { transition-duration: .5s; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; background: #fff; color: var(--ink); padding: 14px 20px; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
@media (max-width: 1150px) {
  .sys-col { padding: 28px; grid-template-columns: 1fr; }
  .sys-col ul { grid-column: 1; grid-row: auto; margin-top: 28px; }
  .sys-col h3 { margin-top: 20px; }
  .wf, .feed-inner, .faq-inner, .cta-inner { column-gap: 40px; }
  .phase { padding: 28px; }
}
@media (min-width: 821px) and (max-width: 980px) {
  .trio, .stat-cards, .phases { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .slam-grid { grid-template-columns: 1fr; gap: 32px; }
  .slam .chap-num { font-size: 44px; display: flex; align-items: baseline; gap: 24px; }
  .slam .chap-num small { order: 2; margin: 0; }
  .trio, .stat-cards, .phases { grid-template-columns: 1fr; }
  .trio > div, .trio > div + div { border-left: 0; padding: 28px 0; border-bottom: 1px solid var(--rule); }
  .trio h3 { margin-top: 18px; }
  .trio p { max-width: 580px; }
  .stat-cards { gap: 40px; }
  .stat-card .big { font-size: 96px; }
  .wf .wf-top, .wf .wf-bottom { font-size: clamp(44px,8.6vw,72px); }
  .feed-inner, .faq-inner, .cta-inner { display: block; }
  .feed .feed-sub { margin-top: 24px; }
  .feed-rows { margin-top: 44px; }
  .feed-closer { margin-top: 40px; max-width: none; }
  .phase, .phase:first-child { border: 0; border-bottom: 1px solid var(--rule); padding: 32px 24px; }
  .phase .p-num { min-height: 0; }
  .phase h3 { margin-top: 22px; }
  .phase p { margin-bottom: 30px; }
  .icp-row { grid-template-columns: 40px 1fr; gap: 20px; }
  .icp-row p { grid-column: 2; font-size: 16px; }
  .faq-inner h2 { max-width: none; margin-bottom: 44px; }
  .cta-inner h2 { max-width: none; }
  .cta-inner p { margin-top: 32px; font-size: 17px; }
  .footer-inner { display: block; }
  .footer-links { margin-top: 30px; gap: 10px 24px; }
  .footer-links span { flex-basis: 100%; }
}
@media (max-width: 640px) {
  .b-inner, .slam-grid, .feed-inner, .faq-inner, .cta-inner, .footer-inner, .wf { padding-inline: 24px; }
  .slam .body { font-size: 16px; margin-top: 26px; }
  .slam .chap-rule { gap: 24px; font-size: 11px; }
  .sys-cols { grid-template-columns: 1fr; margin-top: 40px; }
  .sys-col { padding: 28px 24px; min-height: 0; }
  .sys-col li { font-size: 16px; }
  .stats-h, .how-h { font-size: clamp(36px,9.8vw,58px); }
  .stat-cards { margin-top: 40px; }
  .wf-card { gap: 12px; flex-wrap: wrap; }
  .wf-card .tag { order: -1; }
  .aud-title { font-size: clamp(36px,9.8vw,58px); }
  .feed-row { gap: 8px 16px; grid-template-columns: 65px 1fr; }
  .feed-row .d { grid-column: 1 / -1; }
  .break .break-cap { bottom: 12px; left: 12px; font-size: 10px; padding: 6px 8px; }
  .anno-box span { font-size: 9px; top: -18px; }
  .icp-row { grid-template-columns: 28px 1fr; gap: 16px; padding-block: 30px; }
  .icp-row h3 { font-size: 28px; }
  .faq-q { font-size: 18px; padding-block: 24px; }
  .cta-inner h2 { font-size: clamp(38px,8vw,50px); white-space: normal; }
  .cta-form { flex-direction: column; align-items: stretch; }
  .cta-form .btn { justify-content: center; }
  .audit-dialog { border-radius: 0; box-shadow: none; }
  .audit-dialog-head { padding: 24px 66px 18px 24px; }
  .audit-dialog-head h2 { font-size: 38px; margin-top: 12px; }
  .audit-dialog-head p { font-size: 14px; margin-top: 12px; }
  .audit-close { top: 16px; right: 16px; }
  .audit-form { padding: 6px 24px 24px; }
  .audit-fields { gap: 14px; }
  .audit-field label { font-size: 14px; }
  .audit-field input, .audit-field select, .audit-field textarea { border-radius: 0; }
  .audit-captcha { margin-top: 16px; }
  .mobile-slide-card:not(.in-view), .mobile-slide-card:nth-child(even):not(.in-view) { transform: translateY(16px) !important; }
}
@media (max-width: 374px) {
  .audit-fields { grid-template-columns: 1fr; }
  .nav-cta { font-size: 12px; padding-inline: 16px; }
  .hero .ctas { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-scope .rw, .reveal-scope .rv-block, .reveal-soft > *, .ui-card, .mobile-slide-card { opacity: 1 !important; filter: none !important; transform: none !important; }
}

/* Keep nested section shells aligned with the shared grid. */

/* The normal pointer remains available if the enhancement cannot initialise. */
body:not(.cursor-ready), body:not(.cursor-ready) :is(a,button,select,input,textarea) { cursor: auto; }
body:not(.cursor-ready) :is(a,button) { cursor: pointer; }
html:not(.motion-ready) .reveal-group > *,
html:not(.motion-ready) .reveal-scope .rw,
html:not(.motion-ready) .reveal-scope .rv-block,
html:not(.motion-ready) .reveal-soft > *,
html:not(.motion-ready) .ui-card { opacity: 1; filter: none; transform: none; }

/* Product-led surfaces: depth and motion convey the systems at work. */
.trio { gap: 20px; border: 0; }
.trio > div, .trio > div + div { padding: 30px; border: 0; border-radius: 16px; background: #fff; }
.trio h3 { margin-top: 32px; }
.trio.settled > div:hover { background: #fff; transform: translateY(-4px); box-shadow: 0 16px 40px rgba(7,16,51,.09); }
.stat-cards { gap: 20px; }
.stat-card { padding: 28px; border: 1px solid rgba(7,16,51,.06); border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(7,16,51,.06); }
.stat-card .pill { padding: 7px 12px; background: var(--ice); font-size: 11px; }
.stat-card .big { font-size: 80px; margin-top: 24px; }
.stat-card .rows { margin-top: 24px; }
.stat-card .row { border-color: #eeebe2; padding: 11px 0; }
.stat-cards.settled > .stat-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(7,16,51,.10); }
.sys-cols { gap: 18px; border: 0; }
.sys-col { border: 1px solid #e4e0d6; border-radius: 16px; background: #fff; }
.sys-cols.settled > .sys-col:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(7,16,51,.10); }
.phases { gap: 20px; border: 0; }
.phase, .phase:first-child { border: 1px solid #e4e0d6; border-radius: 16px; }
.phase { background: #fff; }
.phase.auto-invert { background: var(--blue); border-color: var(--blue); }
.phases.settled > .phase:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(7,16,51,.10); }
@media (max-width: 820px) {
  .wf .wf-bottom { margin-top: 36px; }
  .wf-cards { margin: 36px auto; }
}
@media (max-width: 640px) {
  .wf .wf-top, .wf .wf-bottom { font-size: clamp(42px,11.5vw,68px); }
  .wf-card { padding: 22px; }
  .wf-card .tag { order: initial; }
  .stat-cards, .phases, .trio { gap: 18px; }
  .stat-card { padding: 24px; }
  .stat-card .big { font-size: 76px; }
}
@media (prefers-reduced-motion: reduce), (hover: none) {
  .wf-cards.settled > .wf-card:hover,
  .stat-cards.settled > .stat-card:hover,
  .sys-cols.settled > .sys-col:hover,
  .phases.settled > .phase:hover,
  .trio.settled > div:hover { transform: none; }
}

/* Policy destination will be added when the policy is ready. */
.footer-links .privacy-placeholder { cursor: default; text-decoration: none; }
