
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #171915; background: #f2efe6; --ink: #171915; --muted: #5f635a; --paper: #f2efe6; --panel: #fbf9f2; --accent: #b63718; --dark: #101a14; --line: rgba(23,25,21,.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 0; min-height: 100vh; overflow-x: hidden; background: var(--paper); }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #1769aa; outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: #fff; color: #000; }
.skip-link:focus { top: 12px; }
.topbar { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(18px,3vw,42px); min-height: 72px; padding: 12px clamp(18px,4vw,64px); border-bottom: 1px solid var(--line); background: rgba(242,239,230,.94); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 18px; font-weight: 850; text-decoration: none; letter-spacing: -.02em; }
.wordmark span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: var(--paper); font: 800 13px ui-monospace, SFMono-Regular, Menlo, monospace; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px,2.2vw,30px); }
.desktop-nav a, .text-action { color: #4e524a; font-size: 14px; font-weight: 720; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"], .text-action:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.mobile-menu { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--ink); border-radius: 3px; background: var(--ink); color: #fff; font-weight: 790; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); background: #2b2e28; }
.button-small { min-height: 40px; padding: 0 15px; font-size: 14px; }
.button-ghost { background: transparent; color: var(--ink); }
.button-light { border-color: #fff; background: #fff; color: var(--dark); }
.button-outline { background: transparent; color: var(--ink); }
.button:disabled { cursor: wait; opacity: .62; transform: none; }
.hero { min-height: min(820px, calc(100vh - 72px)); }
.commercial-hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); gap: clamp(34px,5vw,84px); align-items: center; padding: clamp(64px,8vw,112px) clamp(20px,5vw,80px); border-bottom: 1px solid var(--line); }
.hero-copy { max-width: 720px; }
.eyebrow, .section-index, .proof-label, .console-kicker { margin: 0 0 16px; color: var(--accent); font: 760 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 980px; font-size: clamp(52px,7vw,102px); line-height: .95; letter-spacing: -.065em; }
h1 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h2 { margin: 0; font-size: clamp(36px,5vw,68px); line-height: 1; letter-spacing: -.05em; }
h3 { margin: 0; font-size: 22px; line-height: 1.15; letter-spacing: -.025em; }
.lead, .section-lead { margin: 24px 0 0; color: #4f544b; font-size: clamp(20px,2.3vw,29px); line-height: 1.36; }
.hero-detail { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.microcopy, .disclaimer, .diagram-note, .legal-note { color: var(--muted); font-size: 13px; line-height: 1.55; }
.microcopy { margin: 16px 0 0; }
.coordination { min-width: 0; margin: 0; padding: clamp(20px,3vw,34px); border: 1px solid #29362e; border-radius: 8px; background: var(--dark); color: #f5f1e8; box-shadow: 0 28px 70px rgba(16,26,20,.2); }
.coordination figcaption { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 24px; color: #c8d0c9; font-size: 13px; }
.coordination figcaption span { color: #f47b54; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.coordination-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: 8px; }
.system-node { min-width: 0; padding: 18px 14px; border: 1px solid #35443a; border-radius: 5px; background: #16231b; }
.system-node small, .system-node strong, .system-node span { display: block; }
.system-node small { margin-bottom: 24px; color: #97a39a; font: 700 9px ui-monospace, monospace; letter-spacing: .08em; }
.system-node strong { font-size: 16px; }
.system-node span { margin-top: 7px; color: #aeb9b0; font-size: 12px; line-height: 1.35; }
.system-node.active { border-color: #f47b54; }
.system-node.approval { border-color: #e7bd55; background: #292716; }
.flow-arrow { display: grid; place-items: center; color: #77827a; }
.diagram-note { margin: 20px 0 0; color: #aeb9b0; }
.operation-trace { display: grid; margin: 0; padding: 0; border: 1px solid #35443a; list-style: none; }
.operation-trace li { position: relative; display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 14px; align-items: center; min-width: 0; padding: 13px 16px; border-bottom: 1px solid #35443a; background: #121f17; }
.operation-trace li:last-child { border-bottom: 0; }
.operation-trace li::after { content: "↓"; position: absolute; left: 33px; bottom: -11px; z-index: 2; display: grid; place-items: center; width: 18px; height: 18px; background: #121f17; color: #78857c; font-size: 11px; }
.operation-trace li:last-child::after { display: none; }
.operation-trace .trace-orkestr { border-left: 3px solid #f47b54; background: #1a291f; }
.operation-trace .trace-approval { border-left: 3px solid #e7bd55; background: #292716; }
.trace-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #4a5a4f; border-radius: 50%; color: #f4f0e7; font: 750 9px ui-monospace, monospace; }
.operation-trace small, .operation-trace strong, .operation-trace p { display: block; }
.operation-trace small { color: #f47b54; font: 700 9px ui-monospace, monospace; letter-spacing: .08em; }
.operation-trace strong { margin-top: 2px; font-size: 14px; }
.operation-trace p { margin: 3px 0 0; color: #9eaaa0; font-size: 11px; line-height: 1.35; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 7px; }
.trust-strip { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; padding: 0 clamp(20px,5vw,80px); border-bottom: 1px solid var(--line); background: var(--panel); list-style: none; }
.trust-strip li { padding: 20px 14px; border-right: 1px solid var(--line); color: #3f443c; font-size: 13px; font-weight: 780; text-align: center; }
.trust-strip li:first-child { border-left: 1px solid var(--line); }
.trust-strip li::before { content: "✓"; margin-right: 8px; color: #226942; }
.section { display: grid; gap: clamp(32px,5vw,76px); padding: clamp(72px,9vw,128px) clamp(20px,6vw,96px); border-bottom: 1px solid var(--line); }
.statement { grid-template-columns: .35fr 1fr; }
.statement .definition-grid { grid-column: 2; }
.definition-grid, .detail-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); }
.definition-grid div, .detail-grid article { padding: clamp(24px,3vw,40px); background: var(--panel); }
.definition-grid dt { margin-bottom: 12px; font-size: 23px; font-weight: 800; }
.definition-grid dd, .detail-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.section-heading { max-width: 950px; }
.workflow-examples { background: #ebe6d8; }
.cards { display: grid; gap: 16px; }
.cards.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.cards article { display: flex; flex-direction: column; min-height: 330px; padding: clamp(24px,3vw,38px); border: 1px solid var(--line); background: var(--panel); }
.cards article > span, .detail-grid article > span { margin-bottom: 48px; color: var(--accent); font: 750 11px ui-monospace, monospace; letter-spacing: .08em; }
.cards article p { margin: 18px 0; color: var(--muted); line-height: 1.55; }
.cards article a { margin-top: auto; font-weight: 780; text-decoration: none; }
.problem-section { grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); background: #ebe6d8; }
.problem-copy { align-self: start; }
.manual-work { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 26px; margin: 32px 0 0; padding: 0; list-style: none; }
.manual-work li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.manual-work li::before { content: "—"; margin-right: 9px; color: var(--accent); }
.compact-lead { font-size: 20px; font-weight: 720; color: var(--ink); }
.before-after { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; align-self: stretch; border: 1px solid var(--line); background: var(--line); }
.before-after article { padding: clamp(24px,3vw,40px); background: var(--panel); }
.before-after .after { border-top: 4px solid #226942; background: #eef3ea; }
.comparison-label { color: var(--accent); font: 750 11px ui-monospace, monospace; letter-spacing: .08em; }
.before-after ol { display: grid; gap: 0; margin: 26px 0 0; padding: 0; counter-reset: handoff; list-style: none; }
.before-after li { position: relative; padding: 13px 0 13px 30px; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.4; }
.before-after li::before { content: "↓"; position: absolute; left: 5px; color: var(--accent); }
.managed-offer { grid-template-columns: 1fr .8fr; }
.offer-decisions { padding: clamp(24px,3vw,38px); border: 1px solid var(--line); background: var(--panel); }
.offer-decisions > p { margin-top: 0; font-weight: 800; }
.offer-decisions ul { display: grid; gap: 12px; margin-bottom: 0; padding-left: 20px; color: var(--muted); line-height: 1.4; }
.offer-contract { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 20px; align-items: center; padding: clamp(28px,4vw,48px); border-left: 5px solid var(--accent); background: #d9dfd1; }
.offer-contract span { color: var(--muted); font-size: 20px; }
.offer-contract strong { font-size: clamp(28px,4vw,48px); letter-spacing: -.04em; }
.browser-section { display: grid; grid-template-columns: minmax(0,.8fr) minmax(500px,1.2fr); gap: clamp(36px,6vw,90px); align-items: center; padding: clamp(78px,10vw,142px) clamp(20px,6vw,96px); border-bottom: 1px solid #35443a; background: var(--dark); color: #f4f0e7; }
.browser-copy > p:not(.section-index) { color: #aeb9b0; font-size: 18px; line-height: 1.6; }
.browser-statement { display: block; margin-top: 42px; color: #fff; font-size: clamp(32px,4vw,54px); line-height: 1.02; letter-spacing: -.04em; }
.system-map { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; min-height: 530px; padding: 26px; border: 1px solid #35443a; background: #0b120e; }
.system-map::before, .system-map::after { content: ""; position: absolute; background: #3f5145; }
.system-map::before { left: 50%; top: 9%; bottom: 9%; width: 1px; }
.system-map::after { left: 8%; right: 8%; top: 50%; height: 1px; }
.map-core, .map-node { position: relative; z-index: 2; display: grid; align-content: center; gap: 8px; min-width: 0; padding: 20px; border: 1px solid #405147; background: #16231b; }
.map-core { grid-column: 2; grid-row: 2/4; border: 2px solid #f47b54; background: #1b2b20; text-align: center; }
.map-node span, .map-core span { color: #8e9b91; font: 700 9px ui-monospace, monospace; letter-spacing: .06em; }
.map-node strong { font-size: 16px; }
.map-core strong { color: #fff; font-size: 27px; }
.map-node.erp { grid-column: 1; grid-row: 1; }.map-node.crm { grid-column: 2; grid-row: 1; }.map-node.email { grid-column: 3; grid-row: 1; }.map-node.browser { grid-column: 1; grid-row: 2/4; }.map-node.files { grid-column: 3; grid-row: 2; }.map-node.person { grid-column: 3; grid-row: 3; border-color: #e7bd55; background: #292716; }
.use-case-showcase { gap: 48px; }
.workflow-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.workflow-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(26px,4vw,46px); border: 1px solid var(--line); background: var(--panel); }
.workflow-card > p:not(.section-index) { color: var(--muted); line-height: 1.55; }
.workflow-card > a { margin-top: 26px; font-weight: 800; text-decoration: none; }
.mini-flow { display: grid; margin: 28px 0 0; padding: 0; list-style: none; }
.mini-flow li { display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); line-height: 1.4; }
.mini-flow li span { color: var(--accent); font: 750 10px ui-monospace, monospace; }
.system-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.system-tags span { padding: 6px 8px; border: 1px solid var(--line); color: var(--muted); font: 700 10px ui-monospace, monospace; text-transform: uppercase; }
.approval-section { grid-template-columns: minmax(0,.8fr) minmax(430px,1.2fr); background: #d9dfd1; }
.approval-section > div > p:not(.section-index,.section-lead) { color: var(--muted); font-size: 17px; line-height: 1.6; }
.history-note { margin-top: 34px; padding-left: 16px; border-left: 3px solid var(--accent); color: var(--ink) !important; font-weight: 760; }
.approval-card { align-self: start; padding: clamp(25px,4vw,44px); border: 1px solid var(--line); border-top: 5px solid #d18a21; background: var(--panel); box-shadow: 0 24px 60px rgba(16,26,20,.1); }
.approval-card-head { display: grid; gap: 10px; }
.approval-card-head span, .approval-label { color: #9a5d0a; font: 750 10px ui-monospace, monospace; letter-spacing: .08em; }
.approval-card-head strong { font-size: clamp(26px,3vw,42px); line-height: 1.05; letter-spacing: -.04em; }
.approval-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 30px 0; background: var(--line); }
.approval-values div { padding: 18px; background: #fffefa; }
.approval-values dt { color: var(--muted); font-size: 12px; }.approval-values dd { margin: 7px 0 0; font-size: 21px; font-weight: 830; }.approval-values .difference dd { color: #a4481c; }
.approval-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.approval-card li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); }.approval-card li span { color: #226942; }
.approval-label { margin-top: 28px; }
.approval-actions { display: flex; gap: 10px; }.approval-actions button { min-height: 44px; padding: 0 16px; border: 1px solid var(--ink); background: var(--ink); color: #fff; }.approval-actions button + button { background: transparent; color: var(--ink); }
.approval-card small { display: block; margin-top: 14px; color: var(--muted); }
.engagement { grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); }
.engagement .button { margin-top: 28px; }
.measurement-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px,6vw,90px); padding: clamp(78px,10vw,142px) clamp(20px,6vw,96px); border-bottom: 1px solid var(--line); background: #ebe6d8; }
.measurement-section > div > p:not(.section-index) { color: var(--muted); font-size: 18px; line-height: 1.6; }
.metric-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0; padding: 1px; background: var(--line); list-style: none; }
.metric-list li { padding: 20px; background: var(--panel); }
.measurement-section blockquote { grid-column: 1/-1; max-width: 1100px; margin: 28px 0 0; padding: 0; color: var(--ink); font-size: clamp(38px,6vw,78px); font-weight: 830; line-height: .98; letter-spacing: -.055em; }
.deployment-summary { gap: 42px; }
.deployment-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.deployment-columns article { padding: clamp(24px,3vw,38px); background: var(--panel); }.deployment-columns article > span { color: var(--accent); font: 750 11px ui-monospace, monospace; }.deployment-columns h3 { margin-top: 34px; }.deployment-columns ul { display: grid; gap: 11px; padding-left: 20px; color: var(--muted); line-height: 1.45; }
.security-summary { grid-template-columns: .8fr 1.2fr; background: #d9dfd1; }
.security-summary > div > p:not(.section-lead) { color: var(--muted); font-size: 17px; line-height: 1.6; }.security-summary .text-link { margin-top: 28px; }
.why-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px,7vw,100px); padding: clamp(78px,10vw,142px) clamp(20px,6vw,96px); border-bottom: 1px solid #35443a; background: var(--dark); color: #f4f0e7; }
.why-section .section-lead { color: #aeb9b0; }.why-section ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0; padding: 1px; background: #35443a; list-style: none; }.why-section li { padding: 20px; background: #121f17; }.why-close { grid-column: 1/-1; margin: 12px 0 0; color: #fff; font-size: clamp(38px,5vw,66px); font-weight: 830; letter-spacing: -.05em; }
.proof-section { padding: clamp(72px,9vw,128px) clamp(20px,5vw,80px); background: var(--dark); color: #f5f1e8; }
.section-heading.inverse p:not(.section-index) { color: #aeb9b0; font-size: 18px; line-height: 1.5; }
.console-proof { margin: 48px 0 0; border: 1px solid #35443a; background: #121f17; }
.console-proof > figcaption { display: grid; gap: 7px; padding: 22px 26px; border-bottom: 1px solid #35443a; }
.console-proof > figcaption strong { font-size: 20px; }
.console-proof > figcaption small { color: #9ea9a1; }
.console-grid { display: grid; grid-template-columns: 220px minmax(0,1fr) 250px; min-width: 0; }
.console-sidebar, .console-main, .console-context { min-width: 0; padding: 24px; }
.console-sidebar, .console-main { border-right: 1px solid #35443a; }
.queue-item { display: grid; gap: 6px; padding: 14px; border-left: 2px solid transparent; color: #8e9b91; }
.queue-item span { font: 11px ui-monospace, monospace; }
.queue-item.selected { border-color: #f47b54; background: #1b2a20; color: #fff; }
.console-header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid #35443a; }
.console-header p { margin: 0 0 6px; color: #9eaaa0; }
.status { height: fit-content; padding: 7px 9px; border: 1px solid #e7bd55; border-radius: 999px; color: #f2d689; font: 700 11px ui-monospace, monospace; white-space: nowrap; }
.timeline { display: grid; gap: 0; margin: 22px 0 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 60px 1fr; gap: 14px; min-width: 0; padding: 0 0 24px; color: #7e8a81; }
.timeline li > span { font: 11px ui-monospace, monospace; }
.timeline li div { position: relative; padding-left: 18px; border-left: 1px solid #435047; }
.timeline li div::before { content: ""; position: absolute; left: -5px; top: 2px; width: 9px; height: 9px; border-radius: 50%; background: #435047; }
.timeline li.complete, .timeline li.current { color: #edf2ed; }
.timeline li.complete div::before { background: #67b47f; }
.timeline li.current div::before { background: #e7bd55; box-shadow: 0 0 0 4px rgba(231,189,85,.12); }
.timeline p { margin: 5px 0 0; color: #98a39b; font-size: 13px; line-height: 1.45; }
.proof-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.proof-actions button { padding: 7px 10px; border: 1px solid #4b5a50; background: transparent; color: #abb5ae; }
.proof-actions small { align-self: center; color: #7e8a81; }
.console-context ul { display: grid; gap: 10px; margin: 0 0 32px; padding: 0; list-style: none; }
.console-context li { display: flex; justify-content: space-between; gap: 10px; color: #d7ddd8; font-size: 13px; }
.console-context li span { color: #89968c; }
.walkthrough { display: grid; grid-template-columns: repeat(6,1fr); margin: 0; padding: 0; border-top: 1px solid #35443a; list-style: none; }
.walkthrough li { padding: 22px; border-right: 1px solid #35443a; }
.walkthrough span { display: block; margin-bottom: 20px; color: #f47b54; font: 11px ui-monospace, monospace; }
.walkthrough p { margin: 7px 0 0; color: #98a39b; font-size: 13px; line-height: 1.45; }
.walkthrough .waiting { background: #292716; }
.implementation { grid-template-columns: .7fr 1.3fr; }
.phase-list { margin: 0; padding: 0; list-style: none; }
.phase-list li { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 24px 0; border-top: 1px solid var(--line); }
.phase-list li > span { color: var(--accent); font: 12px ui-monospace, monospace; }
.phase-list p { margin: 8px 0 0; color: var(--muted); line-height: 1.5; }
.security-callout { grid-template-columns: 1.05fr .95fr; background: #d9dfd1; }
.security-callout .text-link { margin-top: 28px; }
.plain-checks { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.plain-checks li { display: grid; gap: 5px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.plain-checks li:first-child { border-top: 1px solid var(--line); }
.plain-checks li strong::before { content: "✓"; margin-right: 9px; color: #226942; }
.plain-checks li span { padding-left: 25px; color: var(--muted); line-height: 1.5; }
.text-link { width: fit-content; font-weight: 800; text-decoration: none; }
.pilot-offer { grid-template-columns: .85fr 1.15fr; background: #ebe6d8; }
.pilot-intro { align-self: start; }
.offer-note { margin: 28px 0 0; padding-left: 16px; border-left: 3px solid var(--accent); color: var(--muted); font-size: 16px; line-height: 1.55; }
.pilot-package { padding: clamp(26px,4vw,48px); border: 1px solid var(--line); border-top: 5px solid var(--accent); background: var(--panel); box-shadow: 0 24px 60px rgba(16,26,20,.08); }
.pilot-deliverables { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0; padding: 0; border: 1px solid var(--line); background: var(--line); list-style: none; }
.pilot-deliverables li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; min-width: 0; padding: 18px; background: #fffefa; }
.pilot-deliverables span { color: var(--accent); font: 750 11px ui-monospace, monospace; }
.pilot-deliverables strong { font-size: 15px; line-height: 1.35; }
.pilot-fit-line { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; color: var(--muted); font-size: 13px; }
.pilot-fit-line strong { width: 100%; color: var(--ink); }
.pilot-fit-line span { padding: 7px 9px; border: 1px solid var(--line); background: #fffefa; }
.pilot-package .button { margin-top: 24px; }
.pilot-package > small { display: block; margin-top: 12px; color: var(--muted); line-height: 1.5; }
.credibility { grid-template-columns: .75fr 1.25fr; }
.evidence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.evidence-grid article { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--line); background: var(--panel); }
.evidence-grid p { color: var(--muted); line-height: 1.5; }
.evidence-grid a { margin-top: auto; font-weight: 780; text-decoration: none; }
.faq { grid-template-columns: .65fr 1.35fr; background: #ebe6d8; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 34px 22px 0; cursor: pointer; font-size: 20px; font-weight: 800; }
.faq-list p { margin: 0; padding: 0 34px 24px 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.final-cta { display: grid; justify-items: start; gap: 26px; padding: clamp(72px,10vw,140px) clamp(20px,8vw,120px); background: var(--accent); color: #fff; }
.final-cta h2 { max-width: 980px; }
.final-cta p { margin: 0; }
.final-cta.compact { grid-template-columns: 1fr auto; align-items: center; }
.page-hero { padding: clamp(72px,9vw,130px) clamp(20px,7vw,110px); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1000px; }
.page-hero .lead { max-width: 900px; }
.detail-grid { grid-template-columns: repeat(2,1fr); }
.detail-grid article > span { display: block; margin-bottom: 34px; }
.detail-grid h2 { margin-bottom: 16px; font-size: clamp(28px,3vw,42px); }
.boundary-table, .responsibility, .architecture, .oss-boundary { grid-template-columns: .65fr 1.35fr; }
.boundary-table dl, .oss-boundary dl { margin: 0; }
.boundary-table dl div, .oss-boundary dl div { display: grid; grid-template-columns: .45fr 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.boundary-table dt, .oss-boundary dt { font-weight: 800; }
.boundary-table dd, .oss-boundary dd { margin: 0; color: var(--muted); line-height: 1.5; }
.limitations { grid-template-columns: .75fr 1.25fr; background: #ebe6d8; }
.limitations ul, .prerequisites ol { display: grid; gap: 16px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.5; }
.security-flow { grid-template-columns: .7fr 1.3fr; align-items: center; }
.security-flow .coordination { align-self: center; }
.trust-section { gap: 38px; }
.trust-pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.trust-pillars article { min-width: 0; padding: clamp(26px,3vw,40px); border: 1px solid var(--line); background: var(--panel); }
.trust-pillars article > span { display: block; margin-bottom: 46px; color: var(--accent); font: 750 11px ui-monospace, monospace; }
.trust-pillars p { color: var(--muted); line-height: 1.55; }
.access-comparison { grid-template-columns: .65fr 1.35fr; }
.access-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.access-grid article { padding: clamp(24px,3vw,36px); border: 1px solid var(--line); background: var(--panel); }
.access-grid .can { border-top: 4px solid #226942; }
.access-grid .cannot { border-top: 4px solid #8c3823; }
.access-grid ul { display: grid; gap: 13px; padding-left: 20px; color: var(--muted); line-height: 1.5; }
.security-evidence { grid-template-columns: .7fr 1.3fr; background: #d9dfd1; }
.evidence-panel .button { margin-top: 28px; }
.deployment-models { grid-template-columns: repeat(2,1fr); }
.deployment-models article { padding: clamp(28px,4vw,54px); border: 1px solid var(--line); background: var(--panel); }
.deployment-models h2 { margin-bottom: 20px; font-size: clamp(34px,4vw,52px); }
.deployment-models p:not(.eyebrow), .deployment-models li { color: var(--muted); line-height: 1.55; }
.plain-list { display: grid; gap: 12px; padding-left: 20px; }
.rollout, .responsibility { grid-template-columns: .65fr 1.35fr; }
.responsibility-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.responsibility-cards article { min-width: 0; padding: 26px; border: 1px solid var(--line); background: var(--panel); }
.responsibility-cards p { color: var(--muted); line-height: 1.55; }
.responsibility-cards strong { color: var(--ink); }
.pairing-note { grid-template-columns: 1fr auto; align-items: end; background: #d9dfd1; }
.architecture-flow { display: grid; grid-template-columns: repeat(2,1fr); margin: 0; padding: 0; list-style: none; }
.architecture-flow li { padding: 28px; border: 1px solid var(--line); background: var(--panel); }
.architecture-flow span { display: block; margin-bottom: 30px; color: var(--accent); font: 11px ui-monospace, monospace; }
.architecture-flow p { color: var(--muted); line-height: 1.5; }
.code-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; padding: clamp(72px,9vw,128px) clamp(20px,6vw,96px); background: var(--dark); color: #f4f0e7; }
.code-section p:not(.section-index) { color: #aeb9b0; line-height: 1.5; }
.code-section pre { min-width: 0; margin: 0; padding: 30px; overflow-x: auto; border: 1px solid #35443a; background: #0b120e; color: #d9e5da; line-height: 1.7; }
.code-section .actions { grid-column: 2; }
.code-section .button-outline { border-color: #87958a; color: #fff; }
.use-case-nav { position: sticky; top: 72px; z-index: 10; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 14px 20px; border-bottom: 1px solid var(--line); background: rgba(251,249,242,.96); backdrop-filter: blur(10px); }
.use-case-nav a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 760; text-decoration: none; }
.use-case-list { display: grid; gap: 1px; background: var(--line); }
.use-case { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(32px,5vw,76px); padding: clamp(60px,8vw,108px) clamp(20px,7vw,110px); background: var(--paper); scroll-margin-top: 140px; }
.use-case:nth-child(even) { background: #ebe6d8; }
.use-case-heading h2 { font-size: clamp(36px,5vw,64px); }
.use-case-heading > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.55; }
.process-flow { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.process-flow li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); }
.process-flow span { color: var(--accent); font: 750 11px ui-monospace, monospace; }
.process-flow p { margin: 0; line-height: 1.5; }
.decision-measure { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 28px 0 0; }
.decision-measure div { padding: 22px; border: 1px solid var(--line); background: var(--panel); }
.decision-measure dt { margin-bottom: 9px; font-weight: 800; }
.decision-measure dd { margin: 0; color: var(--muted); line-height: 1.5; }
.use-case .disclaimer { margin-top: 20px; }
.use-case-fit { grid-template-columns: .7fr 1.3fr; }
.workflow-hero { background: #d9dfd1; }
.qualification-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.qualification-strip span { padding: 8px 10px; border: 1px solid var(--line); background: rgba(255,255,255,.34); font: 700 11px ui-monospace, monospace; text-transform: uppercase; letter-spacing: .05em; }
.workflow-intake { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(36px,7vw,96px); align-items: start; padding: clamp(60px,8vw,112px) clamp(20px,7vw,110px); }
.intake-context { position: sticky; top: 108px; }
.intake-context h2 { font-size: clamp(34px,4vw,56px); }
.intake-context > p:not(.section-index) { color: var(--muted); font-size: 17px; line-height: 1.6; }
.intake-context h3 { margin-top: 34px; }
.intake-fit { display: grid; gap: 10px; padding-left: 21px; color: var(--muted); line-height: 1.45; }
.intake-context .legal-note { margin-top: 30px; padding: 18px; border-left: 4px solid #a75a17; background: #fff6e9; }
.workflow-form { display: grid; gap: 0; min-width: 0; padding: clamp(24px,4vw,48px); border: 1px solid var(--line); background: var(--panel); box-shadow: 0 24px 60px rgba(16,26,20,.08); }
.form-section { display: grid; gap: 20px; min-width: 0; margin: 0; padding: 0 0 34px; border: 0; }
.form-section + .form-section { padding-top: 34px; border-top: 1px solid var(--line); }
.form-section legend { width: 100%; margin: 0 0 6px; padding: 0; font-size: 23px; font-weight: 830; }
.form-section legend span { margin-right: 10px; color: var(--accent); font: 760 11px ui-monospace, monospace; }
.form-section > p { margin: -10px 0 2px; color: var(--muted); line-height: 1.5; }
.workflow-form label { display: grid; gap: 8px; min-width: 0; font-weight: 780; }
.workflow-form label > span { font-size: 14px; }
.workflow-form input, .workflow-form textarea, .workflow-form select { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #9da095; border-radius: 2px; background: #fffefa; color: var(--ink); }
.workflow-form input:focus, .workflow-form textarea:focus, .workflow-form select:focus { border-color: #1769aa; }
.workflow-form textarea { resize: vertical; line-height: 1.5; }
.workflow-form small { color: var(--muted); font-weight: 500; line-height: 1.45; }
.field-grid { display: grid; gap: 16px; min-width: 0; }
.field-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.workflow-form .check { grid-template-columns: 20px minmax(0,1fr); align-items: start; margin-top: 26px; font-weight: 550; color: var(--muted); line-height: 1.5; }
.workflow-form .check input { min-height: 20px; margin: 2px 0 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { margin-bottom: 28px; padding: 14px; border-left: 4px solid #b51f15; background: #fff0ed; color: #7e1710; }
.form-status { min-height: 24px; margin: 14px 0 0; color: #226942; font-weight: 750; line-height: 1.5; }
.submit-workflow { width: fit-content; margin-top: 18px; }
.scheduling-handoff { margin-top: 18px; padding: 18px; border: 1px solid #8db49a; background: #eef8f0; }
.legal-page { min-height: 70vh; }
.legal-hero { padding: clamp(72px,9vw,130px) clamp(20px,7vw,110px) clamp(44px,6vw,78px); background: #d9dfd1; }
.legal-hero .lead { max-width: 900px; }
.legal-content { max-width: 980px; padding: clamp(40px,6vw,78px) clamp(20px,7vw,110px); }
.legal-content article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 10px; font-size: 25px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.legal-content p + p { margin-top: 14px; }
.legal-content ul { display: grid; gap: 10px; padding-left: 22px; }
.legal-content code { overflow-wrap: anywhere; color: var(--ink); }
.policy-meta { margin-top: 18px !important; font-size: 14px !important; font-weight: 750; }

.v3-hero .hero-copy { max-width: 780px; }
.requirement-delivery { align-self: stretch; }
.requirement-quote { margin: 18px 0 0; padding: 22px; border: 1px solid #35443a; border-left: 4px solid var(--accent); background: #16231b; }
.requirement-quote small { color: #8e9b91; font: 700 9px ui-monospace, monospace; letter-spacing: .08em; }
.requirement-quote blockquote { margin: 12px 0 0; color: #fff; font-size: clamp(20px,2.3vw,30px); font-weight: 760; line-height: 1.18; letter-spacing: -.025em; }
.project-scenario-tabs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin: 1px 0 18px; background: #35443a; }
.project-scenario-tabs button { min-height: 50px; padding: 9px; border: 0; background: #121f17; color: #9eaaa0; font-size: 11px; font-weight: 760; cursor: pointer; }
.project-scenario-tabs button:hover, .project-scenario-tabs button.active { background: #2b392f; color: #fff; }
.delivery-trace { grid-template-columns: repeat(2,minmax(0,1fr)); }
.delivery-trace li { min-height: 122px; }
.delivery-trace li::after { display: none; }
.delivery-trace .trace-icon { font-size: 10px; }
.offer-section, .solution-index { gap: 46px; }
.offer-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.offer-card { display: flex; flex-direction: column; min-width: 0; min-height: 440px; padding: clamp(22px,2.5vw,34px); background: var(--panel); }
.offer-card > span { color: var(--accent); font: 760 11px ui-monospace, monospace; letter-spacing: .1em; }
.offer-card h3 { margin: 30px 0 18px; font-size: clamp(22px,2.3vw,32px); }
.offer-card blockquote { margin: 0 0 24px; color: var(--ink); font-size: 16px; font-weight: 720; line-height: 1.45; }
.offer-card p, .offer-card ul { color: var(--muted); font-size: 14px; line-height: 1.5; }
.offer-card ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.offer-card li::before { content: "—"; margin-right: 7px; color: var(--accent); }
.offer-card a { margin-top: auto; padding-top: 28px; font-weight: 800; text-decoration: none; }
.ugly-problem { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(42px,7vw,100px); padding: clamp(78px,10vw,142px) clamp(20px,6vw,96px); border-bottom: 1px solid #35443a; background: var(--dark); color: #f4f0e7; }
.ugly-problem .section-lead { color: #aeb9b0; }
.ugly-problem .button { margin-top: 24px; }
.problem-quotes { display: grid; gap: 1px; align-self: start; background: #35443a; }
.problem-quotes blockquote { margin: 0; padding: 22px 25px; background: #121f17; color: #e4ebe5; font-size: clamp(17px,1.8vw,23px); font-weight: 730; line-height: 1.3; }
.example-projects { gap: 46px; background: #ebe6d8; }
.example-project-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.example-project { padding: clamp(26px,4vw,46px); border: 1px solid var(--line); background: var(--panel); }
.example-project blockquote { min-height: 75px; margin: 26px 0; font-size: clamp(22px,2.7vw,36px); font-weight: 800; line-height: 1.12; letter-spacing: -.035em; }
.example-project > strong { display: block; margin-bottom: 18px; color: var(--accent); }
.example-project ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 18px; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--line); color: var(--muted); list-style: none; }
.example-project li::before { content: "✓"; margin-right: 7px; color: #226942; }
.project-delivery { grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); }
.project-delivery .button { grid-column: 2; }
.solution-principle, .solution-outcomes, .solution-delivery { grid-template-columns: minmax(0,.76fr) minmax(0,1.24fr); }
.solution-hero blockquote { max-width: 880px; margin: 38px 0; padding: 22px 26px; border-left: 4px solid var(--accent); background: #ebe6d8; font-size: clamp(20px,2.5vw,32px); font-weight: 780; line-height: 1.25; }
.solution-outcomes ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0; padding: 1px; background: var(--line); list-style: none; }
.solution-outcomes li { padding: 26px; background: var(--panel); font-size: 19px; font-weight: 760; }
.solution-proof { grid-template-columns: .9fr 1.1fr; }
.project-hero .qualification-strip { max-width: 850px; }
@media (max-width: 1200px) {
  .offer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .offer-card { min-height: 400px; }
}
@media (max-width: 760px) {
  .project-scenario-tabs, .delivery-trace, .offer-grid, .example-project-grid, .example-project ul, .solution-outcomes ul { grid-template-columns: 1fr; }
  .ugly-problem, .project-delivery, .solution-principle, .solution-outcomes, .solution-delivery, .solution-proof { grid-template-columns: 1fr; }
  .project-delivery .button { grid-column: 1; }
  .offer-card { min-height: 0; }
  .example-project blockquote { min-height: 0; }
}


.v4-section { padding: clamp(72px,9vw,128px) clamp(20px,6vw,96px); border-bottom: 1px solid var(--line); }
.v4-section-head { max-width: 900px; }
.v4-section-head > p:not(.section-index) { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.v4-hero { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(360px,.7fr); gap: clamp(44px,7vw,112px); align-items: center; min-height: calc(100vh - 72px); background: #f2efe6; }
.v4-hero-copy { max-width: 820px; }
.v4-hero h1 { max-width: 850px; font-size: clamp(55px,7.5vw,108px); }
.v4-hero .lead { max-width: 760px; }
.v4-trust { display: flex; flex-wrap: wrap; gap: 9px 26px; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); color: var(--muted); list-style: none; }
.v4-trust li { font-size: 13px; font-weight: 760; }
.v4-trust li::before { content: "✓"; margin-right: 8px; color: #226942; }
.v4-brief-card { align-self: center; border: 1px solid #35443a; background: var(--dark); color: #f3f0e8; box-shadow: 20px 24px 0 #d9dfd1; }
.v4-brief-head { display: grid; gap: 9px; padding: 26px; border-bottom: 1px solid #35443a; }
.v4-brief-head span, .v4-brief-card dt { color: #8f9d92; font: 740 10px ui-monospace, monospace; letter-spacing: .09em; }
.v4-brief-head strong { font-size: clamp(22px,2.5vw,32px); }
.v4-brief-card dl { margin: 0; }
.v4-brief-card dl div { display: grid; grid-template-columns: 82px 1fr; gap: 16px; padding: 22px 26px; border-bottom: 1px solid #35443a; }
.v4-brief-card dd { margin: 0; color: #d8e0da; line-height: 1.45; }
.v4-brief-card > p { margin: 0; padding: 18px 26px; color: #aeb9b0; font-size: 13px; }
.v4-brief-card > p span { margin-right: 8px; color: #55b777; }
.v4-services { background: #ebe6d8; }
.v4-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin-top: 52px; border: 1px solid var(--line); background: var(--line); }
.v4-service-card { display: flex; flex-direction: column; min-height: 390px; padding: clamp(26px,3.2vw,44px); background: var(--panel); }
.v4-service-card > span { color: var(--accent); font: 760 11px ui-monospace, monospace; }
.v4-service-card h3 { margin-top: 34px; font-size: clamp(26px,3vw,40px); }
.v4-service-card p { color: var(--muted); font-size: 17px; line-height: 1.55; }
.v4-service-card small { color: #73786f; line-height: 1.5; }
.v4-service-card a { margin-top: auto; padding-top: 28px; font-weight: 820; text-decoration: none; }
.v4-examples { background: var(--panel); }
.v4-example-list { display: grid; gap: 1px; margin: 48px 0 26px; background: var(--line); }
.v4-example-list article { display: grid; grid-template-columns: 130px minmax(260px,1.2fr) minmax(220px,.8fr); gap: 28px; align-items: center; padding: clamp(24px,3vw,38px); background: var(--panel); }
.v4-example-list article > span { color: var(--accent); font: 760 11px ui-monospace, monospace; letter-spacing: .08em; }
.v4-example-list blockquote { margin: 0; font-size: clamp(21px,2.4vw,32px); font-weight: 820; line-height: 1.2; letter-spacing: -.03em; }
.v4-example-list p { margin: 0; color: var(--muted); line-height: 1.55; }
.v4-process { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(46px,8vw,128px); background: #d9dfd1; }
.v4-process .v4-section-head h2 { overflow-wrap: normal; font-size: clamp(36px,4.2vw,62px); }
.v4-process-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.v4-process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.v4-process-list li > span { padding-top: 4px; color: var(--accent); font: 760 11px ui-monospace, monospace; }
.v4-process-list p { margin: 7px 0 0; color: var(--muted); line-height: 1.5; }
.v4-proof { display: grid; grid-template-columns: minmax(280px,.62fr) minmax(0,1.38fr); gap: clamp(42px,6vw,86px); align-items: start; border-color: #35443a; background: var(--dark); color: #f4f0e8; }
.v4-proof-copy { position: sticky; top: 108px; }
.v4-proof-copy > p:not(.section-index) { color: #acb7ae; font-size: 17px; line-height: 1.58; }
.v4-proof-copy ul { display: grid; gap: 10px; margin: 28px 0; padding: 22px 0; border-top: 1px solid #35443a; border-bottom: 1px solid #35443a; color: #d9e1db; list-style: none; }
.v4-proof-copy li::before { content: "—"; margin-right: 8px; color: #cf674d; }
.v4-proof .console-proof { margin: 0; }
.v4-proof .console-grid { grid-template-columns: minmax(0,1fr); }
.v4-proof .console-sidebar, .v4-proof .console-context { display: none; }
.v4-proof .console-main { border-right: 0; }
.v4-final { display: grid; justify-items: start; gap: 24px; border: 0; background: var(--accent); color: #fff; }
.v4-final h2 { max-width: 950px; }
.v4-final > p:not(.section-index) { max-width: 760px; margin: 0; font-size: 20px; line-height: 1.55; }

.project-booking-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.62fr); gap: clamp(48px,8vw,120px); align-items: center; min-height: min(740px,calc(100vh - 72px)); padding: clamp(70px,9vw,126px) clamp(20px,7vw,110px); border-bottom: 1px solid var(--line); background: #d9dfd1; }
.project-booking-copy { max-width: 830px; }
.project-booking-copy h1 { font-size: clamp(52px,7vw,96px); }
.project-booking-copy ul { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 32px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); color: var(--muted); list-style: none; }
.project-booking-copy li { font-size: 13px; font-weight: 750; }
.project-booking-copy li::before { content: "✓"; margin-right: 7px; color: #226942; }
.booking-panel { padding: clamp(30px,4vw,50px); background: var(--dark); color: #f5f2ea; box-shadow: 18px 20px 0 rgba(255,255,255,.5); }
.booking-panel > p:first-child { color: #cf674d; font: 760 11px ui-monospace, monospace; letter-spacing: .09em; }
.booking-panel h2 { margin-top: 26px; overflow-wrap: normal; font-size: clamp(33px,3vw,48px); }
.booking-panel h2 + p { color: #afbab1; font-size: 17px; line-height: 1.55; }
.booking-primary { width: 100%; margin-top: 20px; }
.booking-note { margin: 12px 0 24px; color: #87938a !important; font-size: 12px !important; text-align: center; }
.booking-secondary { display: block; padding-top: 22px; border-top: 1px solid #35443a; color: #e4ebe5; font-size: 14px; font-weight: 760; text-align: center; text-decoration: none; }
.quick-intake-section { display: grid; grid-template-columns: minmax(260px,.58fr) minmax(0,1.42fr); gap: clamp(48px,8vw,120px); align-items: start; padding: clamp(72px,9vw,126px) clamp(20px,7vw,110px); border-bottom: 1px solid var(--line); }
.quick-intake-copy { position: sticky; top: 108px; }
.quick-intake-copy > p:not(.section-index) { color: var(--muted); font-size: 17px; line-height: 1.55; }
.quick-intake-copy .legal-note { margin-top: 30px; padding: 18px; border-left: 4px solid #a75a17; background: #fff6e9; font-size: 14px !important; }
.quick-project-form { gap: 24px; }
.project-type-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.project-type-fieldset legend { margin-bottom: 14px; font-weight: 800; }
.project-type-fieldset legend span, .quick-outcome b, .quick-contact b { margin-right: 8px; color: var(--accent); font: 760 11px ui-monospace, monospace; }
.project-type-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.workflow-form .project-type-options label { position: relative; display: block; cursor: pointer; }
.project-type-options input { position: absolute; width: 1px; min-height: 1px; opacity: 0; }
.project-type-options label > span { display: grid; gap: 5px; min-height: 108px; padding: 19px; border: 1px solid #9da095; background: #fffefa; }
.project-type-options label > span strong { font-size: 17px; }
.project-type-options label > span small { font-size: 12px; }
.project-type-options input:checked + span { border-color: var(--accent); box-shadow: inset 0 0 0 2px var(--accent); background: #fff4ed; }
.project-type-options input:focus-visible + span { outline: 3px solid #1769aa; outline-offset: 3px; }
.adaptive-context { padding: 17px; border-left: 3px solid #c3c8be; background: #f2efe6; }
.project-more-details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-more-details summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; font-weight: 800; cursor: pointer; }
.project-more-details summary span { color: var(--muted); font: 700 11px ui-monospace, monospace; text-transform: uppercase; }
.project-more-fields { display: grid; gap: 18px; padding: 4px 0 26px; }
.project-expectations { padding: clamp(66px,8vw,104px) clamp(20px,7vw,110px); background: #ebe6d8; }
.project-expectations ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 34px 0 0; padding: 1px; background: var(--line); list-style: none; }
.project-expectations li { padding: clamp(24px,3vw,36px); background: var(--panel); }
.project-expectations li > span { color: var(--accent); font: 760 11px ui-monospace, monospace; }
.project-expectations p { margin: 20px 0 0; color: var(--muted); line-height: 1.5; }
.project-expectations strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 20px; }
@media (max-width: 960px) {
  .v4-hero, .v4-process, .v4-proof, .project-booking-hero, .quick-intake-section { grid-template-columns: 1fr; }
  .v4-hero { min-height: auto; }
  .v4-brief-card { max-width: 680px; }
  .v4-proof-copy, .quick-intake-copy { position: static; }
  .v4-service-grid { grid-template-columns: 1fr; }
  .v4-service-card { min-height: 0; }
  .v4-example-list article { grid-template-columns: 105px 1fr; }
  .v4-example-list article p { grid-column: 2; }
}
@media (max-width: 620px) {
  .v4-hero h1, .project-booking-copy h1 { font-size: clamp(46px,15vw,68px); }
  .v4-brief-card { box-shadow: 10px 12px 0 #d9dfd1; }
  .v4-brief-card dl div, .v4-example-list article { grid-template-columns: 1fr; }
  .v4-example-list article p { grid-column: 1; }
  .project-type-options, .field-grid.two, .project-expectations ol { grid-template-columns: 1fr; }
  .booking-panel { box-shadow: 10px 12px 0 rgba(255,255,255,.5); }
}


.language-switcher { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); background: rgba(255,255,255,.34); }
.language-switcher a { display: grid; place-items: center; min-width: 31px; min-height: 30px; padding: 0 6px; color: var(--muted); font: 760 10px ui-monospace, SFMono-Regular, Menlo, monospace; text-decoration: none; }
.language-switcher a:hover, .language-switcher a[aria-current="page"] { background: var(--ink); color: #fff; }
.locale-de .v4-hero h1 { overflow-wrap: normal; font-size: clamp(52px,6.4vw,92px); }
.locale-de .walkthrough li, .locale-tr .walkthrough li { min-width: 0; }
.locale-de .walkthrough strong, .locale-tr .walkthrough strong { overflow-wrap: anywhere; }
.mobile-language-switcher { display: flex; margin-top: 7px; }
.mobile-language-switcher a { display: grid !important; min-width: 42px; padding: 8px !important; text-align: center; }
.team-hero .lead { max-width: 760px; }
.team-directory { grid-template-columns: minmax(260px,.55fr) minmax(0,1.45fr); align-items: start; background: #ebe6d8; }
.team-directory-heading { position: sticky; top: 108px; }
.team-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.team-member-card { min-width: 0; border: 1px solid var(--line); background: var(--panel); }
.team-member-card img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; filter: saturate(.86) contrast(1.02); }
.team-member-card div { padding: clamp(22px,3vw,34px); border-top: 1px solid var(--line); }
.team-member-card h3 { font-size: clamp(28px,3vw,43px); }
.team-member-card p { margin: 10px 0 0; color: var(--muted); font: 740 12px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .05em; text-transform: uppercase; }
@media (max-width: 1080px) { .header-actions .button-small { display: none; } }
@media (max-width: 760px) { .team-directory { grid-template-columns: 1fr; } .team-directory-heading { position: static; } }
@media (max-width: 560px) { .team-grid { grid-template-columns: 1fr; } }


.v4-hero-visual { display: grid; align-items: end; min-width: 0; }
.v4-system-visual { position: relative; margin: 0; overflow: hidden; border: 1px solid #35443a; background: var(--dark); box-shadow: 20px 24px 0 #d9dfd1; }
.v4-system-visual img { display: block; width: 100%; height: auto; aspect-ratio: 1.72; object-fit: cover; }
.v4-system-visual figcaption { position: absolute; right: 14px; bottom: 14px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.24); background: rgba(16,26,20,.82); color: #f4f0e7; font: 740 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; backdrop-filter: blur(8px); }
.v4-hero-visual .v4-brief-card { position: relative; z-index: 2; width: calc(100% - 48px); margin: -46px 24px 0; box-shadow: none; }
.real-example-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 48px; }
.real-example-card { display: grid; align-content: start; min-width: 0; padding: clamp(24px,2.8vw,38px); border: 1px solid var(--line); background: #fffefa; box-shadow: 0 18px 44px rgba(16,26,20,.06); }
.real-example-card h3 { font-size: clamp(25px,2.4vw,36px); }
.real-example-card blockquote { margin: 24px 0; color: #3f443c; font: 680 17px/1.45 Georgia, "Times New Roman", serif; }
.real-system-flow { display: grid; gap: 0; margin: 0 0 24px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.real-system-flow li { position: relative; padding: 11px 10px 11px 30px; border-bottom: 1px solid var(--line); color: var(--ink); font: 730 12px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; }
.real-system-flow li::before { content: "↓"; position: absolute; left: 8px; color: var(--accent); }
.example-hooks { display: grid; gap: 1px; margin: 0; border: 1px solid var(--line); background: var(--line); }
.example-hooks div { padding: 13px 14px; background: var(--panel); }
.example-hooks dt { color: var(--accent); font: 750 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.example-hooks dd { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.real-example-note { max-width: 900px; margin: 18px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.solution-visual-section { grid-template-columns: minmax(280px,.6fr) minmax(0,1.4fr); align-items: start; background: #d9dfd1; }
.solution-visual-section .section-lead { font-size: 18px; }
.solution-map-visual { min-width: 0; margin: 0; padding: clamp(20px,3vw,32px); border: 1px solid #35443a; background: var(--dark); color: #f4f0e7; box-shadow: 0 28px 64px rgba(16,26,20,.16); }
.solution-map-image { display: block; width: 100%; height: auto; margin-bottom: 18px; border: 1px solid #35443a; aspect-ratio: 1.75; object-fit: cover; }
.solution-system-flow { display: grid; grid-template-columns: repeat(auto-fit,minmax(112px,1fr)); gap: 1px; margin: 0; padding: 1px; background: #35443a; list-style: none; }
.solution-system-flow li { position: relative; display: grid; align-content: space-between; gap: 28px; min-height: 132px; padding: 17px; background: #142119; }
.solution-system-flow li::after { content: "→"; position: absolute; z-index: 2; right: -9px; top: 50%; display: grid; place-items: center; width: 18px; height: 18px; background: #142119; color: #cf674d; transform: translateY(-50%); }
.solution-system-flow li:last-child::after { display: none; }
.solution-system-flow span { color: #cf674d; font: 750 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.solution-system-flow strong { font-size: 14px; line-height: 1.35; }
.solution-map-visual figcaption { margin-top: 18px; color: #9eaaa0; font-size: 12px; line-height: 1.5; }
.security-document-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.security-document-card { display: grid; gap: 20px; min-width: 0; padding: 24px; border: 1px solid var(--line); background: var(--panel); text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.security-document-card:hover { transform: translateY(-2px); border-color: var(--accent); }
.security-document-card code { color: var(--accent); font: 740 11px ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.security-document-card strong { font-size: 20px; }
.security-document-card span { color: var(--muted); font-size: 14px; line-height: 1.5; }
@media (max-width: 1060px) {
  .real-example-grid { grid-template-columns: 1fr; }
  .real-example-card { grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: 0 30px; }
  .real-example-card header, .real-example-card blockquote { grid-column: 1; }
  .real-system-flow, .example-hooks { grid-column: 2; }
  .real-system-flow { grid-row: 1/3; }
}
@media (max-width: 760px) {
  .v4-hero-visual .v4-brief-card { width: calc(100% - 24px); margin: -24px 12px 0; }
  .real-example-card, .solution-visual-section { grid-template-columns: 1fr; }
  .real-example-card header, .real-example-card blockquote, .real-system-flow, .example-hooks { grid-column: 1; grid-row: auto; }
  .solution-system-flow { grid-template-columns: 1fr; }
  .solution-system-flow li { min-height: 0; }
  .solution-system-flow li::after { content: "↓"; right: auto; left: 25px; top: auto; bottom: -9px; transform: none; }
  .security-document-grid { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .v4-system-visual figcaption { position: static; border: 0; background: var(--dark); }
  .v4-hero-visual .v4-brief-card { width: 100%; margin: 0; }
}


.waitlist-band { background: #fdfdfb; }
.waitlist-form {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(23, 32, 42, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}
.waitlist-form label { display: grid; gap: 7px; color: #17202a; font-weight: 800; }
.waitlist-form label span { font-size: 14px; }
.waitlist-form input,
.waitlist-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(23, 32, 42, 0.22);
  border-radius: 6px;
  padding: 10px 12px;
  color: #17202a;
  background: #f8fafc;
  font: inherit;
}
.waitlist-form textarea { resize: vertical; line-height: 1.45; }
.waitlist-form .check {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #475569;
  font-weight: 600;
}
.waitlist-form .check input { width: 18px; min-height: 18px; margin: 2px 0 0; }
.waitlist-form .check a { color: #111827; font-weight: 900; }
.waitlist-form button { width: fit-content; cursor: pointer; }
.form-status { min-height: 24px; font-size: 15px !important; color: #2563eb !important; }

.beta-page .waitlist-band { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(36px,7vw,90px); padding: clamp(60px,8vw,112px) clamp(20px,7vw,110px); border-top: 1px solid var(--line); }
.footer { display: grid; grid-template-columns: 1.35fr repeat(5,minmax(110px,.68fr)); gap: 30px; padding: 58px clamp(20px,5vw,80px) 34px; background: var(--dark); color: #edf2ed; }
.wordmark.inverse { color: #fff; }
.wordmark.inverse span { background: #fff; color: var(--dark); }
.footer-brand p { color: #9eaaa0; }
.footer nav { display: grid; align-content: start; gap: 10px; }
.footer nav strong { margin-bottom: 6px; font: 700 11px ui-monospace, monospace; letter-spacing: .08em; color: #7f8c82; }
.footer nav a { color: #d8dfd9; font-size: 14px; text-decoration: none; }
.footer-note { grid-column: 1/-1; margin: 18px 0 0; padding-top: 22px; border-top: 1px solid #35443a; color: #7f8c82; font-size: 12px; }
@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .topbar { grid-template-columns: auto 1fr auto; }
  .header-actions { justify-self: end; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; font-weight: 750; }
  .mobile-menu nav { position: absolute; right: 0; top: 38px; display: grid; width: 210px; padding: 16px; border: 1px solid var(--line); background: var(--panel); box-shadow: 0 16px 36px rgba(0,0,0,.12); }
  .mobile-menu nav a { padding: 9px; text-decoration: none; }
  .commercial-hero { grid-template-columns: 1fr; }
  .browser-section { grid-template-columns: 1fr; }
  .system-map { min-height: 480px; }
  .console-grid { grid-template-columns: 180px minmax(0,1fr); }
  .console-context { grid-column: 1/-1; display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; border-top: 1px solid #35443a; }
  .console-main { border-right: 0; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  .topbar { grid-template-columns: 1fr auto; min-height: 64px; padding: 10px 16px; }
  .header-actions .text-action { display: none; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .header-actions .button { min-height: 38px; padding: 0 11px; font-size: 12px; }
  .mobile-menu { grid-column: 1/-1; }
  .mobile-menu summary { position: absolute; right: 0; top: -43px; margin-right: 0; transform: translateX(-138px); font-size: 13px; }
  .mobile-menu nav { top: 5px; }
  h1 { font-size: clamp(46px,15vw,72px); }
  h2 { font-size: clamp(34px,10vw,52px); }
  .commercial-hero { min-height: auto; padding-top: 58px; }
  .coordination { padding: 16px; }
  .coordination figcaption { display: grid; }
  .coordination-grid { grid-template-columns: 1fr; }
  .flow-arrow { height: 22px; transform: rotate(90deg); }
  .system-node small { margin-bottom: 9px; }
  .statement, .problem-section, .managed-offer, .approval-section, .engagement, .measurement-section, .security-summary, .why-section, .pilot-offer, .implementation, .security-callout, .credibility, .faq, .security-flow, .access-comparison, .security-evidence, .boundary-table, .rollout, .responsibility, .architecture, .oss-boundary, .limitations, .deployment-models, .pairing-note, .workflow-intake, .beta-page .waitlist-band, .use-case, .use-case-fit, .code-section { grid-template-columns: 1fr; }
  .statement .definition-grid, .use-case .disclaimer, .code-section .actions { grid-column: 1; }
  .definition-grid, .detail-grid, .cards.three, .trust-pillars, .evidence-grid, .pilot-deliverables, .field-grid.two, .workflow-card-grid, .before-after, .deployment-columns { grid-template-columns: 1fr; }
  .offer-contract { grid-template-columns: 1fr; }
  .measurement-section blockquote, .why-close { grid-column: 1; }
  .system-map { grid-template-columns: repeat(2,minmax(0,1fr)); min-height: auto; }
  .system-map::before, .system-map::after { display: none; }
  .map-core, .map-node.erp, .map-node.crm, .map-node.email, .map-node.browser, .map-node.files, .map-node.person { grid-column: auto; grid-row: auto; min-height: 120px; }
  .cards article { min-height: 260px; }
  .console-grid { grid-template-columns: 1fr; }
  .console-sidebar { border-right: 0; border-bottom: 1px solid #35443a; }
  .console-main { padding: 18px; }
  .console-header { display: grid; }
  .status { white-space: normal; }
  .console-context { grid-template-columns: 1fr; }
  .walkthrough { grid-template-columns: repeat(2,1fr); }
  .walkthrough li { border-right: 0; border-bottom: 1px solid #35443a; }
  .architecture-flow, .access-grid, .responsibility-cards, .decision-measure { grid-template-columns: 1fr; }
  .final-cta.compact { grid-template-columns: 1fr; }
  .boundary-table dl div, .oss-boundary dl div { grid-template-columns: 1fr; }
  .use-case { gap: 24px; }
  .intake-context { position: static; }
  .trust-strip { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 0 16px; }
  .trust-strip li { border-bottom: 1px solid var(--line); }
  .trust-strip li:last-child { grid-column: 1/-1; }
  .use-case-nav { top: 64px; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .use-case-nav a { flex: 0 0 auto; }
  .topbar { grid-template-columns: 1fr auto; }
  .header-actions { display: none; }
  .mobile-menu { grid-column: 2; grid-row: 1; justify-self: end; }
  .mobile-menu summary { position: static; margin: 0; transform: none; }
  .mobile-menu nav { top: calc(100% + 12px); }
  .footer { grid-template-columns: repeat(2,1fr); }
  .footer-brand, .footer-note { grid-column: 1/-1; }
}
@media (max-width: 430px) {
  .wordmark { font-size: 16px; }
  .actions .button { width: 100%; }
  .submit-workflow { width: 100%; }
  .manual-work, .metric-list, .why-section ul, .approval-values, .system-map, .walkthrough { grid-template-columns: 1fr; }
  .approval-actions { display: grid; }
  .timeline li { grid-template-columns: 42px 1fr; gap: 7px; }
  .footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-note { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
