:root {
  --ink: #242d38;
  --ink-soft: #65717c;
  --paper: #f5f7f9;
  --paper-deep: #eef1f4;
  --white: #ffffff;
  --navy: #173750;
  --navy-deep: #102a3d;
  --navy-black: #0c2232;
  --blue: #3f7cb1;
  --blue-light: #8fc1e7;
  --coral: #f2644b;
  --green: #3c8a69;
  --line: rgba(36, 45, 56, 0.12);
  --dark-line: rgba(255, 255, 255, 0.15);
  --shadow: 0 32px 90px rgba(5, 23, 36, 0.34);
  --page-gutter: clamp(22px, 5vw, 76px);
  --content-wide: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: 0.75rem 1rem; background: white; color: var(--ink); border-radius: 0.4rem; }
.skip-link:focus { top: 1rem; }
.hero-shell { position: relative; overflow: hidden; background: var(--navy); color: white; }
.hero-shell::before { content: ""; position: absolute; width: 60vw; height: 60vw; min-width: 680px; min-height: 680px; right: -22vw; top: -35vw; border: 1px solid rgba(143, 193, 231, 0.11); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(143, 193, 231, 0.025), 0 0 0 18vw rgba(143, 193, 231, 0.02); }

.site-header { position: relative; z-index: 10; width: min(var(--content-wide), calc(100% - (var(--page-gutter) * 2))); min-height: 96px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--dark-line); }
.brand { display: flex; align-items: center; gap: 1rem; text-decoration: none; }
.brand img { display: block; width: 132px; height: auto; }
.brand span { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,0.22); color: #aac0cf; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; line-height: 1.35; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.9rem; color: #c5d4de; font-size: 0.78rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-login):hover { color: white; }
.nav-login { padding: 0.72rem 1rem; border: 1px solid rgba(255,255,255,0.38); border-radius: 999px; color: white; }
.nav-login:hover { border-color: white; background: white; color: var(--navy); }

.hero { position: relative; z-index: 2; width: min(var(--content-wide), calc(100% - (var(--page-gutter) * 2))); min-height: 760px; margin: auto; display: grid; grid-template-columns: minmax(410px, 0.88fr) minmax(570px, 1.12fr); align-items: center; gap: clamp(2.5rem, 4vw, 4.5rem); padding: 72px 0 88px; }
.hero-copy { position: relative; z-index: 4; }
.eyebrow { margin: 0 0 1.4rem; color: var(--blue); font-size: 0.7rem; line-height: 1.2; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; margin: 0 0.6rem 0.24rem 0; background: currentColor; }
.eyebrow.light { color: var(--blue-light); }
.hero h1, .section-heading h2, .dashboard-story h2, .field-proof h2, .integration-proof h2, .founder-proof h2, .pilot h2 { margin: 0; font-family: Manrope, Inter, sans-serif; font-weight: 700; letter-spacing: -0.055em; }
.hero h1 { max-width: 650px; font-size: clamp(3.75rem, 5.2vw, 6rem); line-height: 0.98; }
.hero h1 em, .section-heading h2 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 560px; margin: 1.8rem 0 0; color: #c4d2dc; font-size: 1.05rem; line-height: 1.65; }
.hero-category { max-width: 560px; margin: 1rem 0 0; color: #9eb5c4; font-size: 0.72rem; line-height: 1.55; }
.hero-category strong { color: white; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 54px; padding: 0.86rem 1.25rem; border-radius: 0.55rem; text-decoration: none; font-size: 0.82rem; font-weight: 800; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-coral { background: var(--coral); color: white; box-shadow: 0 12px 34px rgba(242, 100, 75, 0.24); }
.button-coral:hover { background: #ff735b; }
.text-link { padding: 0.72rem 0; font-size: 0.8rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.light-link { color: #b7cad7; border-color: rgba(183,202,215,0.35); }
.hero-proof { margin: 1.35rem 0 0; color: #9eb5c4; font-size: 0.68rem; line-height: 1.5; }
.hero-proof strong { color: white; }
.hero-loop { max-width: 570px; margin-top: 2.1rem; padding-top: 1.4rem; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 0.65rem; border-top: 1px solid var(--dark-line); }
.hero-loop div { display: grid; grid-template-columns: auto 1fr; gap: 0.13rem 0.45rem; }
.hero-loop div > span { grid-row: 1 / span 2; color: #6f91a9; font-size: 0.58rem; font-weight: 800; }
.hero-loop strong { font-size: 0.72rem; }
.hero-loop small { color: #8fa8b9; font-size: 0.62rem; }
.hero-loop > i { color: var(--coral); font-style: normal; font-size: 0.8rem; }

.operating-scene { position: relative; min-height: 650px; display: grid; align-items: center; }
.brand-orbit { position: absolute; z-index: -1; border: 1px solid rgba(143,193,231,0.16); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; right: -60px; top: 50px; }
.orbit-two { width: 280px; height: 280px; left: 35px; bottom: 18px; }
.orbit-two::after { content: ""; position: absolute; width: 22px; height: 22px; right: 22px; bottom: 24px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 10px rgba(242,100,75,0.12); }
.dashboard-preview { position: relative; z-index: 2; width: min(100%, 720px); min-height: 536px; margin-left: auto; overflow: hidden; border: 1px solid rgba(255,255,255,0.18); border-radius: 1.15rem; background: #f7f9fa; color: var(--ink); box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); transform-origin: center; }
.preview-header { min-height: 62px; padding: 0 1rem; display: flex; align-items: center; justify-content: space-between; background: #142f44; color: white; }
.preview-brand { display: flex; align-items: center; gap: 0.65rem; }
.preview-brand img { border-radius: 0.42rem; }
.preview-brand div { display: grid; }
.preview-brand strong { font-size: 0.72rem; letter-spacing: 0.08em; }
.preview-brand small { color: #92aabc; font-size: 0.57rem; }
.live-chip { display: flex; align-items: center; gap: 0.4rem; padding: 0.34rem 0.5rem; border: 1px solid rgba(255,255,255,0.15); border-radius: 99px; color: #b9cbd7; font-size: 0.56rem; font-weight: 700; }
.live-chip span { width: 6px; height: 6px; border-radius: 50%; background: #67c69a; box-shadow: 0 0 0 4px rgba(103,198,154,0.12); }
.preview-toolbar { min-height: 67px; padding: 0.75rem 1.05rem 0.65rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dce2e6; background: white; }
.preview-toolbar > div:first-child { display: grid; gap: 0.2rem; }
.preview-toolbar span { color: #7c8993; font-size: 0.5rem; font-weight: 800; letter-spacing: 0.12em; }
.preview-toolbar strong { font-size: 0.82rem; }
.range-pills { display: flex; gap: 0.25rem; }
.range-pills span { padding: 0.32rem 0.48rem; border-radius: 0.32rem; color: #74818b; letter-spacing: 0; }
.range-pills span.active { background: #e0edf6; color: #2e6b97; }
.metric-grid { padding: 0.8rem 0.9rem 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.55rem; }
.metric-grid article { min-height: 100px; padding: 0.75rem; display: grid; align-content: start; border: 1px solid #dce2e6; border-radius: 0.65rem; background: white; }
.metric-grid article > span { color: #7a8790; font-size: 0.52rem; font-weight: 700; }
.metric-grid strong { margin-top: 0.5rem; font-family: Manrope, sans-serif; font-size: 1.35rem; letter-spacing: -0.04em; }
.metric-grid small { margin-top: 0.2rem; color: #8a949b; font-size: 0.5rem; }
.metric-grid small.up, .metric-grid small.steady { color: var(--green); }
.dashboard-lower { padding: 0.7rem 0.9rem 0.95rem; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(190px, 0.85fr); gap: 0.6rem; }
.trend-card, .activity-card { min-height: 256px; padding: 0.8rem; border: 1px solid #dce2e6; border-radius: 0.65rem; background: white; }
.trend-card > div:first-child, .activity-title { display: flex; align-items: center; justify-content: space-between; }
.trend-card span, .activity-title span { color: #74828c; font-size: 0.5rem; font-weight: 800; letter-spacing: 0.1em; }
.trend-card small, .activity-title small { color: #8e999f; font-size: 0.48rem; }
.trend-card svg { width: 100%; height: 150px; margin-top: 0.5rem; overflow: visible; }
.chart-grid { fill: none; stroke: #e7ebee; stroke-width: 1; }
.chart-area { fill: url(#chart-fill); }
.chart-line { fill: none; stroke: var(--blue); stroke-width: 4; stroke-linecap: round; }
.cost-line { fill: none; stroke: var(--coral); stroke-width: 2; stroke-dasharray: 4 5; stroke-linecap: round; }
.chart-key { display: flex; gap: 1rem; }
.chart-key span { display: flex; align-items: center; gap: 0.3rem; color: #7f8b94; letter-spacing: 0; }
.chart-key i { width: 12px; height: 2px; }
.sales-key { background: var(--blue); }
.cost-key { border-top: 2px dashed var(--coral); }
.activity-card { padding-inline: 0.75rem; }
.activity-item { min-height: 57px; display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 0.5rem; border-top: 1px solid #e6eaed; }
.activity-title + .activity-item { margin-top: 0.55rem; }
.activity-item > i { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; font-size: 0.52rem; font-style: normal; font-weight: 900; }
.activity-item i.done { background: #e2f0e9; color: var(--green); }
.activity-item i.ready { background: #e3eef6; color: var(--blue); }
.activity-item div { display: grid; gap: 0.12rem; }
.activity-item strong { font-size: 0.57rem; }
.activity-item small { color: #87929a; font-size: 0.48rem; }
.mobile-ops-preview { position: absolute; z-index: 4; width: 198px; height: 429px; left: -34px; bottom: -16px; overflow: hidden; border: 7px solid #102433; border-radius: 31px; background: #f8fafb; color: var(--ink); box-shadow: 0 22px 50px rgba(5,23,36,0.38); transform: rotate(-2deg); transform-origin: bottom left; }
.mobile-ops-preview::before { content: ""; position: absolute; z-index: 6; width: 58px; height: 16px; left: 50%; top: 7px; border-radius: 99px; background: #091923; transform: translateX(-50%); }
.mobile-ops-preview::after { content: ""; position: absolute; z-index: 7; width: 62px; height: 3px; left: 50%; bottom: 5px; border-radius: 99px; background: #1c2f3d; transform: translateX(-50%); }
.phone-status { height: 35px; padding: 7px 12px 0; display: grid; grid-template-columns: 1fr 58px 1fr; align-items: start; color: #263945; font-size: 0.4rem; font-weight: 800; }
.phone-status span:last-child { text-align: right; }
.mobile-brief-head { min-height: 50px; padding: 0.45rem 0.65rem 0.55rem; display: flex; align-items: center; gap: 0.5rem; border-bottom: 1px solid #dce3e7; background: white; }
.mobile-brief-head img { border-radius: 0.35rem; }
.mobile-brief-head div { display: grid; gap: 0.08rem; }
.mobile-brief-head small { color: var(--blue); font-size: 0.38rem; font-weight: 900; letter-spacing: 0.09em; }
.mobile-brief-head strong { font-size: 0.62rem; }
.mobile-brief-summary { margin: 0.55rem 0.6rem 0.45rem; padding: 0.65rem; display: grid; grid-template-columns: 1fr auto; gap: 0.2rem; border-radius: 0.75rem; background: var(--navy); color: white; }
.mobile-brief-summary small { color: #9fb8c8; font-size: 0.38rem; font-weight: 900; letter-spacing: 0.1em; }
.mobile-brief-summary strong { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-family: Manrope, sans-serif; font-size: 1.8rem; line-height: 1; }
.mobile-brief-summary span { color: #b7cad6; font-size: 0.43rem; }
.mobile-brief-list { margin: 0 0.6rem; border-top: 1px solid #dce3e7; }
.mobile-brief-list article { min-height: 59px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 0.45rem; border-bottom: 1px solid #dce3e7; }
.mobile-brief-list article > i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; font-size: 0.44rem; font-style: normal; font-weight: 900; }
.mobile-brief-list i.price { background: #fff0ec; color: var(--coral); }
.mobile-brief-list i.order { background: #e2f0e9; color: var(--green); }
.mobile-brief-list i.count { background: #e3eef6; color: var(--blue); }
.mobile-brief-list article div { display: grid; gap: 0.12rem; }
.mobile-brief-list strong { font-size: 0.53rem; }
.mobile-brief-list small { color: #7b8992; font-size: 0.42rem; }
.mobile-brief-list b { color: #97a3aa; font-size: 0.8rem; }
.mobile-brief-nav { position: absolute; left: 0; right: 0; bottom: 10px; min-height: 40px; padding: 0 0.65rem 0.25rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #dce3e7; background: white; color: #8b969d; font-size: 0.4rem; font-weight: 800; }
.mobile-brief-nav span.active { color: var(--blue); }
.scene-tag { position: absolute; z-index: 5; display: flex; align-items: center; gap: 0.48rem; padding: 0.62rem 0.78rem; border: 1px solid rgba(255,255,255,0.18); border-radius: 99px; background: rgba(12,34,50,0.9); color: #d0dde5; box-shadow: 0 12px 30px rgba(5,23,36,0.22); backdrop-filter: blur(8px); font-size: 0.58rem; font-weight: 800; }
.scene-tag-top { right: -12px; top: 30px; }
.scene-tag-bottom { right: 20px; bottom: 8px; }
.scene-tag > span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(242,100,75,0.12); }
.scene-tag b { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(78,177,133,0.2); color: #72d3a7; font-size: 0.55rem; }

.signal-bar { min-height: 126px; padding: 1.5rem max(var(--page-gutter), calc((100vw - var(--content-wide)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); background: var(--white); }
.signal-chain { display: flex; align-items: center; gap: clamp(0.65rem, 1.7vw, 1.7rem); color: #65717b; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.signal-bar i { color: #b4bbc0; font-style: normal; font-weight: 400; }
.signal-brand { flex: 0 0 auto; padding-left: 1.7rem; display: grid; gap: 0.35rem; border-left: 1px solid var(--line); }
.signal-brand img { width: 124px; height: auto; display: block; }
.signal-brand span { color: #65717b; font-size: 0.6rem; font-weight: 700; line-height: 1.35; letter-spacing: 0.01em; }

.platform { padding: 100px max(var(--page-gutter), calc((100vw - var(--content-wide)) / 2)); background: var(--white); }
.section-heading { max-width: 870px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow span { display: none; }
.section-heading h2 { font-size: clamp(2.9rem, 4.7vw, 4.9rem); line-height: 1.02; }
.section-heading > p:last-child { max-width: 630px; margin: 1.35rem 0 0; color: var(--ink-soft); font-size: 0.98rem; line-height: 1.65; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.loop-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.loop-grid article { position: relative; min-height: 470px; padding: 2rem 2.4rem 2.5rem 0; }
.loop-grid article + article { padding-left: 2.4rem; border-left: 1px solid var(--line); }
.step-number { color: #8c979f; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.11em; }
.loop-icon { width: 70px; height: 70px; margin: 2.7rem 0 1.9rem; display: flex; align-items: center; justify-content: center; gap: 0.28rem; border: 1px solid var(--line); border-radius: 1rem; color: var(--coral); }
.capture-icon i { width: 9px; height: 9px; border: 2px solid var(--blue); border-radius: 50%; }
.capture-icon i:nth-child(2) { width: 14px; height: 14px; border-color: var(--coral); }
.understand-icon { align-items: end; padding-bottom: 1.25rem; }
.understand-icon i { width: 7px; height: 17px; border-radius: 5px 5px 0 0; background: #a9c8de; }
.understand-icon i:nth-child(2) { height: 30px; background: var(--blue); }
.understand-icon i:nth-child(3) { height: 24px; background: var(--coral); }
.understand-icon i:nth-child(4) { height: 39px; background: var(--navy); }
.act-icon { font-size: 1.8rem; }
.loop-grid h3 { max-width: 320px; margin: 0; font-family: Manrope, sans-serif; font-size: 1.5rem; line-height: 1.25; letter-spacing: -0.03em; }
.loop-grid p { max-width: 350px; margin: 1.1rem 0 0; color: var(--ink-soft); font-size: 0.88rem; line-height: 1.75; }
.loop-grid ul { margin: 1.6rem 0 0; padding: 1.2rem 0 0; display: grid; gap: 0.65rem; border-top: 1px solid var(--line); list-style: none; color: #56636d; font-size: 0.72rem; font-weight: 700; }
.loop-grid li::before { content: "·"; margin-right: 0.55rem; color: var(--coral); }

.dashboard-story { padding: 100px max(var(--page-gutter), calc((100vw - var(--content-wide)) / 2)); display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: min(8vw, 7rem); background: var(--navy); color: white; }
.dashboard-story h2 { max-width: 610px; font-size: clamp(2.9rem, 4.4vw, 4.7rem); line-height: 1.02; }
.dashboard-lede { max-width: 560px; margin: 1.45rem 0 0; color: #bdccd6; font-size: 0.98rem; line-height: 1.65; }
.dashboard-points { margin-top: 2.2rem; border-top: 1px solid var(--dark-line); }
.dashboard-points > div { min-height: 100px; padding: 1.1rem 0; display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 0.8rem; border-bottom: 1px solid var(--dark-line); }
.dashboard-points > div > span { color: #7695aa; font-size: 0.62rem; font-weight: 800; }
.dashboard-points p { margin: 0; display: grid; gap: 0.35rem; }
.dashboard-points strong { font-family: Manrope, sans-serif; font-size: 0.92rem; }
.dashboard-points small { max-width: 510px; color: #aabdc9; font-size: 0.75rem; line-height: 1.6; }
.focus-card { overflow: hidden; border: 1px solid rgba(255,255,255,0.16); border-radius: 1rem; background: #eef2f4; color: var(--ink); box-shadow: 0 34px 80px rgba(5,23,36,0.35); }
.focus-head { min-height: 66px; padding: 0 1rem; display: flex; align-items: center; justify-content: space-between; background: var(--navy-black); color: white; }
.focus-product { display: flex; align-items: center; gap: 0.6rem; }
.focus-product img { border-radius: 0.38rem; }
.focus-product > span, .run-finished > span { display: grid; gap: 0.08rem; }
.focus-product strong { font-size: 0.66rem; letter-spacing: 0.09em; }
.focus-product small { color: #8fa9b9; font-size: 0.53rem; }
.run-finished { display: flex; align-items: center; gap: 0.5rem; }
.run-finished > i { width: 7px; height: 7px; border-radius: 50%; background: #67c69a; box-shadow: 0 0 0 5px rgba(103,198,154,0.11); }
.run-finished small { color: #7895a8; font-size: 0.46rem; font-weight: 800; letter-spacing: 0.1em; }
.run-finished strong { font-size: 0.62rem; }
.intelligence-summary { min-height: 104px; padding: 1.2rem 1.3rem 0.8rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 1rem; background: white; }
.intelligence-summary > div:first-child { display: grid; gap: 0.28rem; }
.intelligence-summary > div:first-child small { color: var(--blue); font-size: 0.5rem; font-weight: 900; letter-spacing: 0.11em; }
.intelligence-summary > div:first-child strong { max-width: 410px; font-family: Manrope, sans-serif; font-size: 1.35rem; line-height: 1.2; letter-spacing: -0.035em; }
.cycle-status { display: grid; justify-items: end; gap: 0.08rem; }
.cycle-status strong { font-family: Manrope, sans-serif; font-size: 1.6rem; line-height: 1; letter-spacing: -0.045em; }
.cycle-status strong span { color: #8b969d; font-size: 0.86rem; letter-spacing: -0.02em; }
.cycle-status small { color: #7d8991; font-size: 0.48rem; font-weight: 700; }
.cycle-progress { padding: 0 1.3rem 1.1rem; display: grid; grid-template-columns: repeat(13, minmax(0, 1fr)); gap: 0.28rem; border-bottom: 1px solid #d6dfe4; background: white; }
.cycle-progress i { height: 5px; border-radius: 99px; background: #e2e8ec; }
.cycle-progress i.is-complete { background: var(--blue); }
.intelligence-body { padding: 0.8rem; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(168px, 0.72fr); gap: 0.65rem; }
.intelligence-chart-card { min-width: 0; padding: 0.75rem; border: 1px solid #d5dee3; border-radius: 0.75rem; background: white; }
.intelligence-chart-card > header { display: flex; align-items: center; justify-content: space-between; }
.intelligence-chart-card > header span { color: #6f7d87; font-size: 0.48rem; font-weight: 900; letter-spacing: 0.1em; }
.intelligence-chart-card > header small { color: #8a959d; font-size: 0.48rem; }
.intelligence-chart-card svg { width: 100%; height: 178px; margin-top: 0.35rem; overflow: visible; }
.intelligence-chart-card svg text { fill: #8c979e; font: 700 11px Inter, sans-serif; }
.intelligence-grid { fill: none; stroke: #e7ebee; stroke-width: 1; }
.normal-range-band { fill: #dceaf4; opacity: 0.82; }
.expected-trend { fill: none; stroke: #26333e; stroke-width: 2.2; stroke-dasharray: 5 6; stroke-linecap: round; }
.counted-trend { fill: none; stroke: var(--blue); stroke-width: 4; stroke-linecap: round; }
.trend-point { fill: white; stroke: var(--blue); stroke-width: 3; }
.trend-point.current { fill: var(--coral); stroke: white; stroke-width: 3; filter: drop-shadow(0 2px 4px rgba(242,100,75,0.35)); }
.intelligence-chart-card .chart-date { fill: #9aa4aa; font-size: 9px; letter-spacing: 0.08em; }
.intelligence-chart-card > footer { display: flex; flex-wrap: wrap; gap: 0.45rem 0.85rem; padding-top: 0.55rem; border-top: 1px solid #e7ebee; }
.intelligence-chart-card > footer span { display: inline-flex; align-items: center; gap: 0.3rem; color: #7f8b93; font-size: 0.49rem; font-weight: 700; }
.intelligence-chart-card > footer i { width: 14px; height: 3px; border-radius: 99px; }
.counted-key { background: var(--blue); }
.expected-key { height: 0 !important; border-top: 2px dashed #26333e; border-radius: 0 !important; }
.normal-key { height: 7px !important; border: 1px solid #aec8da; border-radius: 3px !important; background: #dceaf4; }
.intelligence-readout { display: grid; gap: 0.55rem; }
.intelligence-readout article { min-height: 83px; padding: 0.68rem 0.72rem; display: grid; align-content: center; gap: 0.16rem; border: 1px solid #d5dee3; border-radius: 0.7rem; background: white; }
.intelligence-readout small { color: #7d8991; font-size: 0.42rem; font-weight: 900; letter-spacing: 0.09em; }
.intelligence-readout strong { font-family: Manrope, sans-serif; font-size: 1.28rem; line-height: 1.05; letter-spacing: -0.035em; }
.intelligence-readout span { color: #7d8991; font-size: 0.48rem; line-height: 1.35; }
.intelligence-readout .worth-a-look { border-color: #f1c2b8; background: #fff6f3; }
.intelligence-readout .worth-a-look strong { font-size: 0.72rem; line-height: 1.3; letter-spacing: -0.015em; }
.intelligence-readout .worth-a-look strong b { color: #c74638; font-size: 0.56rem; white-space: nowrap; }
.intelligence-foot { margin: 0 0.8rem 0.8rem; padding: 0.65rem 0.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid #d6dfe4; border-radius: 0.65rem; background: white; }
.intelligence-foot strong { font-size: 0.62rem; }
.intelligence-foot span { color: #7e8a92; font-size: 0.54rem; }

.system-map { padding: 100px max(var(--page-gutter), calc((100vw - var(--content-wide)) / 2)); background: var(--paper); }
.system-map > .section-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); align-items: end; gap: 1rem min(8vw, 7rem); }
.system-map > .section-heading .eyebrow { grid-column: 1 / -1; }
.system-map > .section-heading > p:last-child { margin: 0 0 0.35rem; }
.module-grid { margin-top: 3.2rem; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.module-card { min-height: 340px; padding: 1.35rem; display: grid; grid-template-rows: auto 148px auto 1fr; row-gap: 0.62rem; border: 1px solid var(--line); border-radius: 0.9rem; background: var(--white); }
.module-card > span { position: relative; z-index: 2; color: #929ba2; font-size: 0.62rem; font-weight: 900; line-height: 1; }
.module-card h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.2rem; line-height: 1.25; letter-spacing: -0.03em; }
.module-card p { max-width: 470px; margin: -0.2rem 0 0; color: var(--ink-soft); font-size: 0.78rem; line-height: 1.6; }
.module-art { width: 100%; min-height: 148px; align-self: stretch; justify-self: stretch; }
.price-history-art { display: grid; grid-template-rows: auto 1fr auto; gap: 0.45rem; }
.price-summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.price-summary > span { min-width: 0; display: grid; gap: 0.16rem; }
.price-summary > span small { overflow: hidden; color: #65727b; font-size: 0.49rem; font-weight: 900; letter-spacing: 0.08em; text-overflow: ellipsis; white-space: nowrap; }
.price-summary > span b { color: #8a959c; font-size: 0.52rem; font-weight: 700; }
.price-summary > strong { flex: 0 0 auto; font-family: Manrope, sans-serif; font-size: 1.7rem; line-height: 1; letter-spacing: -0.04em; }
.price-bars { min-height: 58px; display: flex; align-items: end; gap: 0.48rem; padding: 0 0.55rem; border-bottom: 1px solid #dce3e7; background: linear-gradient(to bottom, transparent 49%, #edf1f3 50%, transparent 51%); }
.price-bars i { width: 14%; height: 34%; border-radius: 0.25rem 0.25rem 0 0; background: #bdd7e8; }
.price-bars i:nth-child(2) { height: 48%; background: #8fbad6; }
.price-bars i:nth-child(3) { height: 43%; background: var(--blue); }
.price-bars i:nth-child(4) { height: 66%; background: var(--coral); }
.price-bars i:nth-child(5) { height: 64%; background: var(--navy); }
.price-delta { align-self: end; color: var(--green); font-size: 0.54rem; font-weight: 800; letter-spacing: 0.06em; }
.recipe-art, .task-art { padding: 0.85rem; border: 1px solid #dce3e7; border-radius: 0.7rem; background: #f8fafb; }
.recipe-art > span { display: flex; align-items: center; justify-content: space-between; color: #6f7c85; font-size: 0.52rem; font-weight: 800; letter-spacing: 0.08em; }
.recipe-art > span b { padding: 0.2rem 0.35rem; border-radius: 99px; background: #e2f0e9; color: var(--green); font-size: 0.43rem; }
.recipe-art > strong { display: block; margin-top: 0.7rem; font-family: Manrope, sans-serif; font-size: 2rem; line-height: 1; letter-spacing: -0.05em; }
.recipe-art > strong small { color: #87929a; font: 600 0.58rem Inter, sans-serif; letter-spacing: 0; }
.recipe-art > div { height: 7px; margin: 0.72rem 0 0.42rem; display: flex; overflow: hidden; border-radius: 99px; }
.recipe-art > div i:nth-child(1) { width: 58%; background: var(--blue); }
.recipe-art > div i:nth-child(2) { width: 24%; background: var(--coral); }
.recipe-art > div i:nth-child(3) { width: 18%; background: #b8cbd8; }
.recipe-art > small { color: #78858e; font-size: 0.55rem; }
.par-art { padding: 0.85rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 0.7rem; border: 1px solid #dce3e7; border-radius: 0.7rem; background: #f8fafb; }
.par-art > span { grid-column: 1 / -1; color: #6f7c85; font-size: 0.52rem; font-weight: 800; letter-spacing: 0.08em; }
.par-art > div { display: grid; gap: 0.25rem; }
.par-art > div small { color: #87929a; font-size: 0.46rem; font-weight: 800; }
.par-art > div strong { font-family: Manrope, sans-serif; font-size: 1.7rem; }
.par-art > i { padding-bottom: 0.25rem; color: var(--coral); font-style: normal; }
.shared-count-art { padding: 0.62rem; display: grid; grid-template-rows: auto repeat(3, 1fr); gap: 0.3rem; overflow: hidden; border: 1px solid #dce3e7; border-radius: 0.7rem; background: #f8fafb; }
.shared-count-art header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 0.25rem; border-bottom: 1px solid #dce3e7; }
.shared-count-art header > span { display: flex; align-items: baseline; gap: 0.45rem; }
.shared-count-art header small { color: #89949b; font-size: 0.43rem; font-weight: 900; letter-spacing: 0.08em; }
.shared-count-art header b { font-family: Manrope, sans-serif; font-size: 0.68rem; }
.shared-count-art header > i { padding: 0.19rem 0.34rem; border-radius: 99px; background: #e7f2ec; color: var(--green); font-size: 0.42rem; font-style: normal; font-weight: 800; }
.shared-area { min-height: 27px; padding: 0.28rem 0.42rem; display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; border: 1px solid #e0e6e9; border-radius: 0.43rem; background: white; }
.shared-area > span { min-width: 0; display: grid; gap: 0.08rem; }
.shared-area b { font-size: 0.52rem; }
.shared-area small { color: #89949b; font-size: 0.43rem; }
.shared-area > strong { flex: 0 0 auto; color: #7c8992; font-size: 0.52rem; }
.shared-area.is-active { border-color: #a9c9e1; box-shadow: inset 2px 0 0 var(--blue); }
.shared-area.is-active > strong { color: var(--blue); }
.shared-area.is-done > strong { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #e2f0e9; color: var(--green); font-size: 0.45rem; }
.order-preview-art { padding: 0.85rem; display: grid; gap: 0.45rem; border: 1px solid rgba(255,255,255,0.17); border-radius: 0.75rem; background: var(--navy); color: white; }
.order-preview-art header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(255,255,255,0.13); }
.order-preview-art header strong { font-size: 0.75rem; }
.order-preview-art header b { padding: 0.2rem 0.38rem; border-radius: 99px; background: rgba(103,198,154,0.16); color: #7ed4ad; font-size: 0.46rem; letter-spacing: 0.08em; }
.order-preview-art > div { display: flex; align-items: center; justify-content: space-between; color: #b7c7d1; font-size: 0.62rem; }
.order-preview-art > div strong { color: white; font-size: 0.63rem; }
.order-preview-art > small { color: #7f9bad; font-size: 0.52rem; }
.task-art { display: grid; gap: 0.2rem; }
.task-art > div { min-height: 45px; display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 0.55rem; border-bottom: 1px solid #dce3e7; }
.task-art > div:last-child { border-bottom: 0; }
.task-art i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #e2f0e9; color: var(--green); font-size: 0.5rem; font-style: normal; font-weight: 900; }
.task-art span { display: grid; gap: 0.1rem; }
.task-art strong { font-size: 0.6rem; }
.task-art small { color: #849099; font-size: 0.5rem; }
.intelligence-module-art > div:first-child i { background: #e3eef6; color: var(--blue); }
.intelligence-module-art > div:last-child i { background: #fff0ec; color: #c74638; }
.integration-proof { padding: 108px max(var(--page-gutter), calc((100vw - var(--content-wide)) / 2)) 116px; background: var(--navy); color: white; }
.integration-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px); align-items: end; gap: 1rem min(8vw, 7rem); }
.integration-heading .eyebrow { grid-column: 1 / -1; }
.integration-proof h2 { font-size: clamp(2.9rem, 4.5vw, 4.7rem); line-height: 1.02; }
.integration-proof h2 em { color: var(--coral); font-style: normal; }
.integration-heading > p:last-child { max-width: 430px; margin: 0 0 0.35rem; color: #b8c9d4; font-size: 0.98rem; line-height: 1.65; }
.integration-grid { margin-top: 3.6rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.integration-card { min-height: 292px; padding: clamp(1.5rem, 3vw, 2.25rem); display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,0.16); border-radius: 1rem; background: rgba(255,255,255,0.055); box-shadow: inset 0 1px 0 rgba(255,255,255,0.04); }
.integration-card header { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 0.8rem; }
.integration-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.2); border-radius: 0.62rem; background: white; color: var(--navy); font-family: Manrope, sans-serif; font-size: 0.74rem; font-weight: 800; letter-spacing: -0.03em; }
.integration-mark.pos-mark { background: var(--coral); color: white; }
.integration-card header > div { min-width: 0; display: grid; gap: 0.12rem; }
.integration-card header small { color: #88a6b9; font-size: 0.48rem; font-weight: 900; letter-spacing: 0.11em; }
.integration-card h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.18rem; letter-spacing: -0.03em; }
.integration-card header > b { padding: 0.32rem 0.5rem; border: 1px solid rgba(126,212,173,0.2); border-radius: 99px; background: rgba(103,198,154,0.1); color: #84d8b2; font-size: 0.43rem; letter-spacing: 0.09em; }
.integration-card > p { max-width: 560px; margin: 1.35rem 0 0; color: #c0cfda; font-size: 0.82rem; line-height: 1.7; }
.integration-flow { margin-top: auto; padding-top: 1.4rem; display: grid; grid-template-columns: 1fr auto 1fr auto 1.15fr; align-items: center; gap: 0.45rem; border-top: 1px solid rgba(255,255,255,0.12); color: #89a4b6; font-size: 0.55rem; }
.integration-flow i { color: var(--coral); font-style: normal; }
.integration-flow strong { color: white; font-size: 0.56rem; }
.integration-outcome { margin-top: 1rem; padding: 1.35rem clamp(1.5rem, 3vw, 2.25rem); display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(260px, 370px); align-items: center; gap: 1.5rem; border: 1px solid rgba(255,255,255,0.16); border-radius: 1rem; background: rgba(255,255,255,0.035); }
.integration-outcome > span { color: #88a6b9; font-size: 0.5rem; font-weight: 900; letter-spacing: 0.11em; }
.integration-outcome > strong { color: white; font-family: Manrope, sans-serif; font-size: 0.86rem; letter-spacing: -0.02em; }
.integration-outcome > p { margin: 0; color: #b8c9d4; font-size: 0.74rem; line-height: 1.55; }
.field-proof { padding: 112px max(var(--page-gutter), calc((100vw - var(--content-wide)) / 2)) 124px; background: var(--white); }
.field-proof-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 420px); align-items: end; gap: 1rem min(8vw, 7rem); }
.field-proof-heading .eyebrow { grid-column: 1 / -1; }
.field-proof h2 { font-size: clamp(2.9rem, 4.5vw, 4.7rem); line-height: 1.02; }
.field-proof h2 em { color: var(--coral); font-style: normal; }
.field-proof-heading > p:last-child { max-width: 390px; margin: 0 0 0.35rem; color: var(--ink-soft); font-size: 0.98rem; line-height: 1.65; }
.inventory-feature { min-height: 570px; margin-top: 4rem; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr); overflow: hidden; border: 1px solid var(--line); border-radius: 1.2rem; background: var(--paper); }
.inventory-photo { position: relative; min-height: 570px; overflow: hidden; background: var(--navy-black); }
.inventory-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,26,39,0.42), transparent 52%); pointer-events: none; }
.inventory-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 58% center; }
.offline-proof { position: absolute; z-index: 2; left: 1.4rem; bottom: 1.4rem; width: min(340px, calc(100% - 2.8rem)); padding: 1.05rem 1.1rem; display: grid; gap: 0.85rem; border: 1px solid rgba(255,255,255,0.22); border-radius: 0.85rem; background: rgba(12,34,50,0.92); color: white; box-shadow: 0 18px 50px rgba(0,0,0,0.28); backdrop-filter: blur(10px); }
.proof-location { display: flex; align-items: center; gap: 0.5rem; color: #b6c8d4; font-size: 0.54rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.proof-location i { width: 7px; height: 7px; border-radius: 50%; background: #67c69a; box-shadow: 0 0 0 5px rgba(103,198,154,0.13); }
.count-result { display: grid; gap: 0.16rem; }
.count-result small { color: #a9bdc9; font-size: 0.64rem; }
.count-result strong { font-family: Manrope, sans-serif; font-size: 1.55rem; line-height: 1.1; letter-spacing: -0.035em; }
.sync-state { padding-top: 0.8rem; display: grid; grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr); align-items: center; gap: 0.35rem; border-top: 1px solid rgba(255,255,255,0.14); }
.sync-node { min-width: 0; display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: center; gap: 0.55rem; }
.sync-node > span { min-width: 0; display: grid; gap: 0.08rem; }
.sync-node strong { overflow: hidden; font-size: 0.61rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.sync-node small { color: #9fb2bf; font-size: 0.5rem; }
.sync-icon { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.24); border-radius: 50%; }
.sync-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sync-node.is-complete .sync-icon { border-color: rgba(103,198,154,0.38); background: rgba(103,198,154,0.16); color: #7ed4ad; }
.sync-node.is-waiting { opacity: 0.48; }
.sync-node.is-waiting .sync-icon { border-style: dashed; color: #d2dde4; }
.sync-connector { display: flex; justify-content: center; gap: 3px; opacity: 0.34; }
.sync-connector b { width: 3px; height: 3px; border-radius: 50%; background: white; }
.sync-note { color: #89a1b1; font-size: 0.52rem; line-height: 1.4; }
.shared-run-proof { gap: 0.72rem; }
.shared-run-areas { padding-top: 0.68rem; display: grid; gap: 0.38rem; border-top: 1px solid rgba(255,255,255,0.14); }
.shared-run-areas > span { min-height: 27px; padding: 0 0.55rem; display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; border: 1px solid rgba(255,255,255,0.12); border-radius: 0.42rem; background: rgba(255,255,255,0.055); }
.shared-run-areas b { font-size: 0.58rem; }
.shared-run-areas small { color: #a7bbc7; font-size: 0.5rem; }
.shared-run-areas .is-complete { border-color: rgba(103,198,154,0.28); background: rgba(103,198,154,0.1); }
.shared-run-areas .is-complete small { color: #7ed4ad; }
.inventory-feature-copy { padding: clamp(2.2rem, 4vw, 4rem); display: flex; flex-direction: column; justify-content: center; }
.feature-kicker { margin: 0; color: var(--blue); font-size: 0.63rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.inventory-feature-copy h3, .service-story h3 { margin: 0.8rem 0 0; font-family: Manrope, sans-serif; font-weight: 700; letter-spacing: -0.045em; }
.inventory-feature-copy h3 { max-width: 440px; font-size: clamp(2.2rem, 3.4vw, 3.4rem); line-height: 1.04; }
.inventory-feature-copy > p:not(.feature-kicker) { max-width: 470px; margin: 1.3rem 0 0; color: var(--ink-soft); font-size: 0.93rem; line-height: 1.7; }
.inventory-feature-copy ul { margin: 1.8rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.55rem; list-style: none; }
.inventory-feature-copy li { padding: 0.5rem 0.68rem; border: 1px solid var(--line); border-radius: 99px; background: white; color: #52606a; font-size: 0.66rem; font-weight: 800; }
.service-story { margin-top: clamp(6.5rem, 10vw, 8.5rem); display: grid; align-items: center; gap: clamp(2.8rem, 6vw, 6rem); }
.recovery-story { grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.22fr); }
.report-story { grid-template-columns: minmax(0, 0.92fr) minmax(350px, 1.08fr); padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--line); border-radius: 1.2rem; background: var(--paper); }
.proof-story-photo { position: relative; height: clamp(440px, 43vw, 570px); overflow: hidden; border-radius: 1.15rem; background: var(--navy-black); box-shadow: 0 24px 60px rgba(12,34,50,0.12); }
.proof-story-photo::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(to bottom, transparent, rgba(8,26,39,0.52)); pointer-events: none; }
.proof-story-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 48%; }
.report-story .proof-story-photo img { object-position: center 46%; }
.story-photo-label { position: absolute; z-index: 2; left: 1.25rem; bottom: 1.2rem; min-width: 158px; padding: 0.82rem 0.95rem; display: grid; gap: 0.2rem; border: 1px solid rgba(255,255,255,0.22); border-radius: 0.68rem; background: rgba(12,34,50,0.9); color: white; backdrop-filter: blur(10px); }
.story-photo-label small { color: #b5c8d4; font-size: 0.51rem; font-weight: 900; line-height: 1; letter-spacing: 0.11em; }
.story-photo-label strong { font-size: 0.76rem; line-height: 1.25; }
.proof-story-copy { min-width: 0; }
.service-story h3 { max-width: 520px; font-size: clamp(2.15rem, 3.2vw, 3.25rem); line-height: 1.06; }
.proof-story-copy > p:not(.feature-kicker) { max-width: 550px; margin: 1rem 0 0; color: var(--ink-soft); font-size: 0.86rem; line-height: 1.7; }
.recovery-art { margin-top: 2rem; padding: 0.85rem; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 0.45rem; border: 1px solid var(--line); border-radius: 0.8rem; background: white; }
.recovery-art > div { min-width: 0; padding: 0.75rem; display: grid; align-content: center; gap: 0.2rem; border-radius: 0.55rem; background: var(--paper); }
.recovery-art > div small { color: #87929a; font-size: 0.43rem; font-weight: 900; letter-spacing: 0.09em; }
.recovery-art > div strong { font-size: 0.71rem; }
.recovery-art > div span { color: #7c8992; font-size: 0.51rem; line-height: 1.3; }
.recovery-art > b { align-self: center; color: var(--coral); font-size: 0.76rem; }
.recovery-art .recovery-result { background: var(--navy); color: white; }
.recovery-art .recovery-result small, .recovery-art .recovery-result span { color: #9eb5c4; }
.report-art { margin-top: 2rem; overflow: hidden; border: 1px solid var(--line); border-radius: 0.85rem; background: white; box-shadow: 0 18px 45px rgba(12,34,50,0.08); }
.report-art header { min-height: 92px; padding: 1rem 1.1rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1.5rem; border-bottom: 1px solid var(--line); background: var(--navy); color: white; }
.report-brand { min-width: 0; display: grid; justify-items: start; gap: 0.42rem; }
.report-brand img { width: 84px; height: auto; display: block; }
.report-brand small { color: #c1d0da; font-size: 0.52rem; font-weight: 600; }
.report-title { min-width: 0; display: grid; justify-items: end; gap: 0.48rem; }
.report-title strong { overflow: hidden; color: #a9bdca; font-size: 0.5rem; font-weight: 800; letter-spacing: 0.11em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.report-title b { padding: 0.28rem 0.46rem; border-radius: 99px; background: rgba(103,198,154,0.15); color: #79d1a9; font-size: 0.43rem; letter-spacing: 0.08em; }
.report-art > div { padding: 1.15rem 1rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.report-art > div span { display: grid; gap: 0.25rem; }
.report-art > div span + span { padding-left: 1rem; border-left: 1px solid var(--line); }
.report-art > div small { color: #89949b; font-size: 0.43rem; font-weight: 900; letter-spacing: 0.08em; }
.report-art > div strong { font-family: Manrope, sans-serif; font-size: 1.35rem; }
.report-art footer { min-height: 44px; padding: 0 1rem; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; border-top: 1px solid var(--line); color: #78858e; font-size: 0.56rem; }
.report-art footer b { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #e2f0e9; color: var(--green); font-size: 0.48rem; }
.resilience-proof { margin-top: clamp(6rem, 9vw, 8rem); padding: clamp(2rem, 4vw, 3.4rem); display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); border-radius: 1.2rem; background: var(--navy); color: white; box-shadow: 0 24px 60px rgba(12,34,50,0.12); }
.resilience-heading h3 { max-width: 530px; margin: 0.85rem 0 0; font-family: Manrope, sans-serif; font-size: clamp(2.15rem, 3.2vw, 3.3rem); font-weight: 700; line-height: 1.05; letter-spacing: -0.05em; }
.resilience-heading > p:last-child { max-width: 520px; margin: 1.15rem 0 0; color: #b8c9d4; font-size: 0.84rem; line-height: 1.7; }
.resilience-points { display: grid; border-top: 1px solid rgba(255,255,255,0.15); }
.resilience-points article { min-height: 108px; padding: 1.35rem 0; display: grid; grid-template-columns: 2.2rem minmax(0, 1fr); gap: 1rem; align-items: start; border-bottom: 1px solid rgba(255,255,255,0.15); }
.resilience-points article > span { padding-top: 0.18rem; color: #88a6b9; font-size: 0.5rem; font-weight: 900; letter-spacing: 0.1em; }
.resilience-points article > div { display: grid; gap: 0.38rem; }
.resilience-points strong { font-family: Manrope, sans-serif; font-size: 0.95rem; letter-spacing: -0.025em; }
.resilience-points p { max-width: 510px; margin: 0; color: #b8c9d4; font-size: 0.73rem; line-height: 1.6; }

.founder-proof { padding: 110px max(var(--page-gutter), calc((100vw - var(--content-wide)) / 2)); display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr); gap: 2rem min(9vw, 7.5rem); background: var(--paper); }
.founder-heading h2 { max-width: 700px; font-size: clamp(3rem, 4.7vw, 5rem); line-height: 1.02; }
.founder-heading h2 em { color: var(--coral); font-style: normal; }
.founder-copy { align-self: end; padding-left: 2rem; border-left: 1px solid var(--line); }
.founder-copy > p { margin: 0; color: #4f5d68; font-size: 0.94rem; line-height: 1.75; }
.founder-copy > p + p { margin-top: 1.2rem; }
.founder-copy footer { margin-top: 1.8rem; display: grid; gap: 0.22rem; }
.founder-copy footer strong { color: var(--navy); font-family: Manrope, sans-serif; font-size: 0.88rem; }
.founder-copy footer span { color: #7a8790; font-size: 0.66rem; }
.founder-principles { grid-column: 1 / -1; margin-top: 2.2rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.founder-principles span { min-height: 112px; padding: 1.45rem 1.7rem 1.4rem 0; display: grid; align-content: center; gap: 0.45rem; }
.founder-principles span + span { padding-left: 1.7rem; border-left: 1px solid var(--line); }
.founder-principles small { color: var(--blue); font-size: 0.5rem; font-weight: 900; letter-spacing: 0.11em; }
.founder-principles strong { color: var(--ink); font-family: Manrope, sans-serif; font-size: 1rem; letter-spacing: -0.025em; }

.pilot { padding: 92px max(var(--page-gutter), calc((100vw - var(--content-wide)) / 2)); display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 6vw; background: var(--coral); color: white; }
.pilot h2 { font-size: clamp(3.1rem, 5vw, 5.2rem); line-height: 1; }
.pilot > div:last-child { max-width: 470px; }
.pilot > div:last-child p { margin: 0 0 1.7rem; color: #fff1ed; font-size: 0.96rem; line-height: 1.75; }
.button-light { background: white; color: var(--ink); }

.site-footer { min-height: 150px; padding: 2.2rem max(var(--page-gutter), calc((100vw - var(--content-wide)) / 2)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 3rem; background: var(--white); color: var(--ink-soft); font-size: 0.72rem; }
.footer-brand { display: flex; align-items: center; gap: 1.2rem; }
.footer-brand img { width: 120px; height: auto; }
.footer-brand span { padding-left: 1.2rem; border-left: 1px solid var(--line); font-weight: 700; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { text-decoration: none; font-weight: 700; }
.site-footer small { white-space: nowrap; }

@media (max-width: 1180px) {
  .hero { grid-template-columns: minmax(380px, 0.85fr) minmax(530px, 1.15fr); gap: 2.8rem; }
  .hero h1 { font-size: clamp(3.5rem, 5vw, 5rem); }
  .dashboard-preview { min-height: 510px; }
  .mobile-ops-preview { left: -10px; scale: .86; }
  .scene-tag-top { right: 0; }
}

@media (max-width: 960px) {
  .site-nav > a:not(.nav-login) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(4rem, 9vw, 6rem); }
  .operating-scene { width: min(100%, 760px); min-height: 690px; margin: 0 auto; }
  .dashboard-preview { width: calc(100% - 28px); }
  .mobile-ops-preview { left: -4px; bottom: 0; scale: .9; }
  .signal-bar { align-items: flex-start; flex-direction: column; }
  .signal-brand { padding-left: 0; border-left: 0; }
  .loop-grid { grid-template-columns: 1fr; }
  .loop-grid article { min-height: auto; padding: 2.4rem 0 3rem; }
  .loop-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .loop-icon { margin: 2.5rem 0 1.8rem; }
  .dashboard-story { grid-template-columns: 1fr; }
  .focus-card { width: min(100%, 680px); }
  .system-map > .section-heading { max-width: 870px; display: block; }
  .system-map > .section-heading > p:last-child { margin: 1.35rem 0 0; }
  .module-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .integration-heading { display: block; }
  .integration-heading > p:last-child { margin: 1.35rem 0 0; }
  .integration-outcome { grid-template-columns: 1fr; gap: 0.55rem; }
  .field-proof-heading { display: block; }
  .field-proof-heading > p:last-child { margin: 1.35rem 0 0; }
  .inventory-feature { grid-template-columns: 1fr; }
  .inventory-photo { min-height: 460px; }
  .inventory-feature-copy { min-height: 360px; }
  .service-story { grid-template-columns: 1fr; gap: 2.5rem; }
  .proof-story-photo { height: 440px; }
  .report-story { padding: 2.25rem; }
  .resilience-proof { grid-template-columns: 1fr; }
  .founder-proof { grid-template-columns: 1fr; }
  .founder-copy { max-width: 690px; padding: 1.8rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .pilot { grid-template-columns: 1fr; align-items: start; }
  .site-footer { grid-template-columns: 1fr auto; gap: 1.5rem; }
  .footer-links { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 820px) {
  .integration-grid { grid-template-columns: 1fr; }
  .service-story { margin-top: 5.5rem; }
  .proof-story-photo { height: 400px; }
  .report-story { padding: 1.6rem; }
}

@media (max-width: 640px) {
  .site-header, .hero { width: calc(100% - (var(--page-gutter) * 2)); }
  .site-header { min-height: 78px; }
  .brand img { width: 106px; }
  .brand span { display: none; }
  .nav-login { padding: 0.62rem 0.78rem; font-size: 0.7rem; }
  .hero { min-height: auto; gap: 2rem; padding: 54px 0 70px; }
  .hero h1 { font-size: clamp(3.25rem, 14.5vw, 4.7rem); }
  .hero-lede { font-size: 0.95rem; line-height: 1.7; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 0.7rem; }
  .button { width: 100%; }
  .text-link { width: fit-content; }
  .hero-loop { display: none; }
  .operating-scene { min-height: 540px; margin-inline: 0; }
  .dashboard-preview { width: 100%; min-height: 438px; border-radius: 0.9rem; transform: none; }
  .preview-header { min-height: 52px; }
  .preview-toolbar { min-height: 56px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid article { min-height: 82px; }
  .metric-grid article:nth-child(n+3) { display: none; }
  .dashboard-lower { grid-template-columns: 1fr; }
  .trend-card { min-height: 222px; }
  .trend-card svg { height: 125px; }
  .activity-card { display: none; }
  .mobile-ops-preview { left: 0; bottom: -24px; scale: .78; }
  .scene-tag { font-size: 0.5rem; }
  .scene-tag-top { top: 22px; right: -5px; }
  .scene-tag-bottom { right: -3px; bottom: 12px; }
  .signal-bar { min-height: 190px; padding-inline: var(--page-gutter); }
  .signal-chain { flex-wrap: wrap; gap: 0.55rem 0.8rem; font-size: 0.62rem; }
  .signal-brand img { width: 116px; }
  .signal-brand span { font-size: 0.58rem; }
  .platform, .dashboard-story, .system-map, .integration-proof, .field-proof, .founder-proof { padding-top: 80px; padding-bottom: 80px; }
  .section-heading h2, .dashboard-story h2, .integration-proof h2, .field-proof h2, .founder-proof h2 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .loop-grid { margin-top: 3.5rem; }
  .loop-grid article { padding-right: 0; }
  .focus-head { padding-inline: 0.8rem; }
  .intelligence-summary { padding-inline: 1rem; grid-template-columns: 1fr; align-items: start; }
  .cycle-status { margin-top: 0.35rem; justify-items: start; }
  .cycle-progress { padding-inline: 1rem; }
  .intelligence-body { padding: 0.7rem; grid-template-columns: 1fr; }
  .intelligence-chart-card svg { height: 155px; }
  .intelligence-readout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intelligence-readout .worth-a-look { grid-column: 1 / -1; }
  .intelligence-foot { margin: 0 0.7rem 0.7rem; align-items: flex-start; flex-direction: column; gap: 0.22rem; }
  .module-grid { margin-top: 2.5rem; grid-template-columns: 1fr; gap: 0.75rem; }
  .module-card { min-height: 280px; padding: 1.1rem; grid-template-columns: 2rem minmax(0, 1fr); grid-template-rows: auto 148px auto; column-gap: 0.65rem; row-gap: 0.6rem; }
  .module-card > span { grid-column: 1; grid-row: 1; padding-top: 0.15rem; }
  .module-card h3 { grid-column: 2; grid-row: 1; margin: 0; font-size: 1.08rem; }
  .module-card .module-art { grid-column: 1 / -1; grid-row: 2; }
  .module-card p { grid-column: 1 / -1; grid-row: 3; margin-top: 0.35rem; }
  .recipe-art, .task-art, .par-art, .order-preview-art { padding: 0.7rem; }
  .recipe-art > strong { margin-top: 0.55rem; font-size: 1.7rem; }
  .recipe-art > div { margin: 0.55rem 0 0.3rem; }
  .par-art > div strong { font-size: 1.5rem; }
  .shared-count-art { padding: 0.58rem; }
  .task-art > div { min-height: 41px; }
  .order-preview-art { gap: 0.35rem; }
  .order-preview-art header { padding-bottom: 0.35rem; }
  .integration-grid { margin-top: 2.5rem; gap: 0.75rem; }
  .integration-card { min-height: 278px; padding: 1.25rem; }
  .integration-card header { grid-template-columns: 40px minmax(0, 1fr) auto; gap: 0.65rem; }
  .integration-mark { width: 40px; height: 40px; }
  .integration-card header > b { font-size: 0.4rem; }
  .integration-flow { gap: 0.32rem; font-size: 0.5rem; }
  .integration-flow strong { font-size: 0.5rem; }
  .integration-outcome { padding: 1.25rem; }
  .inventory-feature { margin-top: 2.5rem; border-radius: 0.95rem; }
  .inventory-photo { min-height: 440px; }
  .offline-proof { left: 0.85rem; bottom: 0.85rem; width: calc(100% - 1.7rem); padding: 0.9rem; gap: 0.7rem; }
  .count-result strong { font-size: 1.4rem; }
  .sync-state { grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr); gap: 0.22rem; }
  .sync-node { grid-template-columns: 29px minmax(0, 1fr); gap: 0.42rem; }
  .sync-icon { width: 29px; height: 29px; }
  .sync-icon svg { width: 15px; height: 15px; }
  .inventory-feature-copy { min-height: 0; padding: 1.6rem 1.35rem 1.8rem; }
  .inventory-feature-copy h3 { font-size: 2.35rem; }
  .service-story { margin-top: 5rem; gap: 1.7rem; }
  .proof-story-photo { height: 300px; border-radius: 0.95rem; }
  .story-photo-label { left: 0.85rem; bottom: 0.8rem; min-width: 145px; padding: 0.72rem 0.82rem; }
  .service-story h3 { font-size: 2.1rem; }
  .report-story { padding: 1.1rem; border-radius: 0.95rem; }
  .report-story .proof-story-copy { padding: 0.4rem 0.25rem 0.25rem; }
  .recovery-art { margin-top: 1.7rem; grid-template-columns: 1fr; }
  .recovery-art > b { justify-self: center; transform: rotate(90deg); }
  .report-art { margin-top: 1.7rem; }
  .report-art header { padding-inline: 0.75rem; }
  .report-art footer { align-items: flex-start; flex-direction: column; padding-block: 0.65rem; }
  .resilience-proof { margin-top: 5rem; padding: 1.6rem 1.25rem; gap: 2rem; border-radius: 0.95rem; }
  .resilience-heading h3 { font-size: 2.2rem; }
  .resilience-points article { min-height: 0; }
  .founder-copy { padding-top: 1.4rem; }
  .founder-copy > p { font-size: 0.88rem; }
  .founder-principles { margin-top: 1.4rem; grid-template-columns: 1fr; }
  .founder-principles span { min-height: 94px; padding: 1.15rem 0; }
  .founder-principles span + span { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .pilot { padding-top: 70px; padding-bottom: 70px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 0.75rem; }
  .footer-brand span { padding: 0; border-left: 0; }
  .footer-links { grid-column: 1; grid-row: auto; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
