/* Typography: DM Sans, as used on port.io. Colours: klugspice.com brand stylesheet. */
@font-face { font-family:'DM Sans'; src:url('/assets/fonts/dm-sans-variable.woff2') format('woff2'); font-style:normal; font-weight:100 1000; font-display:swap; }
:root { --navy:#102951; --navy-2:#142344; --blue:#1b4f8a; --sky:#edf5fc; --ink:#142344; --muted:#607086; --line:#d5e2ee; --paper:#f8fafc; --copper:#9d5b2c; --copper-soft:#f5e9df; --font-display:'DM Sans',Arial,sans-serif; --font-body:'DM Sans',Arial,sans-serif; --shadow:0 18px 54px #1029510b; }
body { background:#fff; }
h1,h2,h3 { font-weight:550; letter-spacing:-.045em; }
h1 { line-height:1.075; font-weight:550; }
h2 { line-height:1.13; }
h3 { line-height:1.25; letter-spacing:-.025em; }
p { text-wrap:pretty; }
button,input,summary { -webkit-tap-highlight-color:transparent; }
a,button { touch-action:manipulation; }
.reveal { opacity:1; transform:none; }
.section-pad { padding:96px 0; }
.shell { width:min(1220px,calc(100% - 64px)); }
.site-header { background:#fffffff2; border-bottom:1px solid #e6edf3; }
.nav-shell { height:88px; width:min(1340px,calc(100% - 56px)); gap:24px; }
.brand-logo { width:180px; }
.desktop-nav { align-items:center; gap:20px; }
.desktop-nav>a,.nav-disclosure>summary { font-size:14px; font-weight:550; color:var(--ink); }
.nav-disclosure { position:relative; }
.nav-disclosure>summary { display:flex; gap:7px; align-items:center; list-style:none; min-height:44px; cursor:pointer; }
.nav-disclosure>summary::-webkit-details-marker { display:none; }
.nav-disclosure>summary:after { content:'⌄'; font-size:15px; color:var(--muted); transition:transform .15s; }
.nav-disclosure[open]>summary:after { transform:rotate(180deg); }
.nav-disclosure[open]>summary,.desktop-nav a[aria-current=page] { color:var(--blue); }
.nav-dropdown { position:absolute; top:calc(100% + 10px); left:-22px; width:310px; padding:10px; border:1px solid var(--line); border-radius:12px; background:white; box-shadow:0 20px 50px #1029511a; }
.nav-dropdown a { display:block; padding:12px; border-radius:7px; font-size:14px; color:var(--navy); }
.nav-dropdown a:hover { background:var(--sky); }
.nav-dropdown a strong { display:block; font-weight:600; }
.nav-dropdown a span { display:block; font-size:12px; color:var(--muted); margin-top:3px; line-height:1.45; }
.button { border-radius:6px; background:var(--copper); border-color:var(--copper); font-weight:600; min-height:50px; }
.button:hover { background:#7f431f; border-color:#7f431f; transform:none; box-shadow:0 4px 12px #9d5b2c20; }
.button-small { min-height:43px; white-space:nowrap; margin:0; }
.text-link { display:inline-flex; align-items:center; gap:10px; font-weight:600; max-width:100%; }
.text-link span { margin-left:0; }
.eyebrow { font-weight:650; font-size:11px; letter-spacing:.1em; }
.hero { padding-top:0; background:linear-gradient(125deg,#fff 25%,#edf5fc 100%); }
.hero-grid { grid-template-columns:1.12fr 1fr; gap:60px; min-height:730px; padding-top:76px; padding-bottom:76px; }
.hero-copy h1 { font-size:clamp(46px,4.5vw,64px); text-wrap:initial; }
.hero-lead { font-size:18px; line-height:1.7; color:var(--muted); margin-top:24px; }
.hero-proof { gap:22px; margin-top:34px; }
.hero-proof strong { font-weight:650; }
.hero-actions { gap:25px; margin-top:28px; }
.hero-engineering { border:1px solid #c7d8e8; border-radius:16px; padding:22px; background:#ffffffb8; box-shadow:0 24px 65px #10295110; min-width:0; }
.visual-heading { display:flex; align-items:center; gap:9px; padding-bottom:17px; border-bottom:1px solid var(--line); }
.visual-heading>strong { font-size:12px; font-weight:600; }
.visual-mark { background:var(--blue); color:white; width:25px; height:25px; border-radius:5px; display:grid; place-items:center; font-weight:700; font-size:13px; flex:none; }
.visual-label { margin-left:auto; color:var(--muted); font-size:8px; font-weight:650; letter-spacing:.06em; }
.hero-inputs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; margin-top:18px; }
.hero-inputs span { padding:8px; border:1px solid var(--line); background:white; text-align:center; border-radius:5px; font-size:11px; font-weight:550; }
.flow-connector { text-align:center; color:#7196bb; font-size:21px; line-height:1; padding:8px 0; }
.hero-context { border-radius:9px; padding:24px; color:white; background:var(--navy); position:relative; overflow:hidden; }
.mini-label { display:block; color:var(--blue); font-size:10px; letter-spacing:.08em; font-weight:650; }
.hero-context .mini-label { color:#9dc4ed; font-size:9px; }
.hero-context h2 { color:white; font-size:27px; margin-top:12px; font-weight:500; letter-spacing:-.035em; }
.hero-context p { color:#c9d9eb; font-size:12px; margin:12px 0 19px; line-height:1.6; }
.context-mini-nodes { display:flex; justify-content:space-between; align-items:center; gap:8px; font-size:10px; }
.context-mini-nodes span { padding:6px 9px; border:1px solid #567492; border-radius:4px; }
.context-mini-nodes i { color:#9dc4ed; font-style:normal; }
.hero-agent-row { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:14px 0; }
.hero-agent-row>div:first-child { display:flex; gap:12px; align-items:center; }
.hero-agent-row b { font-size:35px; color:var(--blue); font-weight:500; letter-spacing:-.05em; }
.hero-agent-row span { font-size:10px; line-height:1.5; color:var(--muted); }
.human-gate { border-left:1px solid var(--line); padding-left:17px; display:flex; gap:8px; align-items:center; }
.human-gate>span { display:grid; place-items:center; border-radius:50%; width:27px; height:27px; background:var(--sky); color:var(--blue); font-size:15px; }
.human-gate strong { font-size:11px; font-weight:600; line-height:1.4; }
.hero-writeback { display:flex; gap:12px; border-top:1px solid var(--line); padding-top:17px; }
.hero-writeback>span { color:var(--copper); font-size:24px; line-height:1.3; }
.hero-writeback p { margin:0; }
.hero-writeback strong,.hero-writeback p span { display:block; font-size:11px; line-height:1.65; }
.hero-writeback p span { color:var(--muted); }
.standards-banner { background:#f1f6fb; border-top:1px solid var(--line); padding:25px 0; }
.standards-banner-heading h2 { font-size:20px; font-weight:600; }
.standards-banner-heading h2 span { color: #9d5b2c; }
.standard-links { grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; }
.standard-links a { border-radius:5px; border-color:#d5e2ee; font-size:13px; min-height:42px; font-weight:650; }
.standard-links a:after { content:'↗'; margin-left:auto; color:#7595b3; font-weight:400; }
.industry-ribbon { background:white; }
.ribbon-inner { min-height:72px; }
.ribbon-inner>span { color:var(--muted); font-size:10px; }
.problem { background:#fff; }
.section-intro h2,.suite-heading h2,.governance-copy h2 { font-size:clamp(34px,3.7vw,50px); font-weight:550; margin-top:17px; }
.section-intro>p { font-size:17px; max-width:770px; margin-top:22px; }
.gap-grid { margin-top:36px; border-radius:9px; overflow:hidden; }
.gap-grid article { min-height:240px; padding:28px; }
.gap-grid h3 { padding-top:34px; font-size:23px; }
.gap-grid p { font-size:14px; }
.platform { background:var(--navy); }
.platform .section-intro { max-width:850px; }
.platform .section-intro>p { color:#bed0e4; }
.foundation-bar { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:25px; margin:42px 0; padding:24px 0; border-block:1px solid #385271; }
.foundation-bar>div { display:flex; gap:13px; }
.foundation-bar b { color:#9dc4ed; font-size:11px; font-weight:500; }
.foundation-bar span { color:#bbcee3; font-size:12px; }
.foundation-bar strong { display:block; color:white; font-size:14px; font-weight:550; margin-bottom:5px; }
.context-builder { display:grid; grid-template-columns:.82fr 1.5fr; gap:40px; }
.source-library { border:1px solid #37516f; border-radius:10px; padding:28px; align-self:start; background:#ffffff05; }
.source-library .mini-label { color:#9dc4ed; }
.source-library h3 { font-size:26px; color:white; margin-top:16px; }
.source-list { list-style:none; margin:25px 0 0; padding:0; }
.source-list li { display:flex; gap:13px; padding:19px 0; border-top:1px solid #37516f; }
.source-list li>span { color:#9dc4ed; font-size:10px; padding-top:2px; }
.source-list strong { font-size:14px; font-weight:550; color:white; }
.source-list p { font-size:13px; line-height:1.65; margin:6px 0 0; color:#bed0e4; }
.context-process { min-width:0; }
.process-heading { display:flex; gap:15px; justify-content:space-between; padding:4px 0 20px; border-bottom:1px solid #37516f; }
.process-heading .mini-label { color:#9dc4ed; }
.subtle-label { color:#bdcde1; font-size:11px; }
.context-steps { list-style:none; margin:0; padding:0; }
.context-steps li { display:grid; grid-template-columns:32px 1fr; gap:18px; padding:22px 0; border-bottom:1px solid #37516f; }
.step-number { width:30px; height:30px; border:1px solid #6987a6; border-radius:50%; display:grid; place-items:center; color:#c9def4; font-size:12px; }
.context-steps h3 { font-size:21px; color:white; margin:1px 0 10px; }
.context-steps p { color:#bed0e4; margin:0; font-size:14px; line-height:1.65; }
.step-result { display:block; color:#9dc4ed; font-size:11px; margin-top:12px; }
.baseline-statement { display:flex; gap:22px; margin-top:40px; padding:28px 32px; border:1px solid #42617f; border-radius:9px; background:#ffffff06; }
.baseline-icon { display:grid; place-items:center; background:#224369; border-radius:50%; width:46px; height:46px; flex:none; font-size:29px; color:#b4d4f3; }
.baseline-statement h3 { color:white; font-size:24px; }
.baseline-statement p { color:#bed0e4; font-size:14px; margin:10px 0 0; max-width:910px; }
.context-example { background:#fff; }
.trace-example { margin-top:40px; border:1px solid var(--line); border-radius:12px; overflow:hidden; }
.trace-heading { display:flex; justify-content:space-between; gap:15px; padding:20px 26px; background:#f3f7fb; border-bottom:1px solid var(--line); }
.trace-heading strong { font-size:15px; font-weight:600; }
.trace-heading>span { font-size:11px; color:var(--muted); }
.trace-chain { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); list-style:none; margin:0; padding:0; }
.trace-chain li { padding:28px 23px; position:relative; border-right:1px solid var(--line); }
.trace-chain li:last-child { border:0; }
.trace-chain li:not(:last-child):after { content:'→'; position:absolute; right:-13px; top:57px; width:25px; height:25px; background:white; display:grid; place-items:center; color:var(--blue); z-index:1; }
.trace-chain h3 { font-size:22px; margin:16px 0 12px; }
.trace-chain p { color:var(--muted); font-size:14px; margin:0; }
.trace-relationship { display:block; margin-top:24px; color:var(--blue); font-size:11px; }
.example-findings { display:grid; grid-template-columns:1fr 1fr; gap:28px; padding:26px; background:#f6f9fc; border-top:1px solid var(--line); }
.example-findings>div { display:flex; gap:14px; }
.finding-symbol { display:grid; place-items:center; color:var(--copper); width:23px; height:23px; flex:none; background:#f5e9df; border-radius:5px; }
.example-findings p { color:var(--muted); font-size:13px; margin:0; }
.example-findings strong { display:block; color:var(--navy); margin-bottom:5px; font-weight:600; }
.governance { background:#f4f8fb; }
.governance-grid { grid-template-columns:1.15fr 1fr; gap:70px; align-items:center; }
.governance-copy>p { font-size:17px; }
.execution-steps { list-style:none; margin:28px 0 0; padding:0; }
.execution-steps li { display:flex; gap:18px; padding:19px 0; border-top:1px solid var(--line); }
.execution-steps li>span { color:var(--blue); font-size:11px; font-weight:600; padding-top:4px; }
.execution-steps h3 { font-size:19px; letter-spacing:-.02em; }
.execution-steps p { font-size:14px; margin:8px 0 0; color:var(--muted); }
.approval-example { padding:30px; border:1px solid #c8d8e8; border-radius:12px; background:white; box-shadow:var(--shadow); }
.approval-title { display:flex; flex-wrap:wrap; justify-content:space-between; gap:10px; align-items:center; }
.review-state { background:#f5e9df; padding:5px 8px; border-radius:4px; color:#83471e; font-size:10px; font-weight:600; }
.approval-example h3 { font-size:27px; margin:26px 0; }
.review-evidence { margin:0; }
.review-evidence>div { padding:17px 0; border-top:1px solid var(--line); }
.review-evidence dt { color:var(--muted); font-size:11px; margin-bottom:7px; }
.review-evidence dd { margin:0; font-size:14px; line-height:1.6; }
.review-question { color:#83471e; }
.approval-lock { display:flex; gap:12px; padding:20px 0; margin-top:8px; border-top:1px solid var(--line); }
.approval-lock>span { color:var(--blue); }
.approval-lock p { margin:0; font-size:13px; }
.approval-lock p span { display:block; color:var(--muted); margin-top:5px; }
.approval-example .text-link { font-size:13px; }
.writeback-loop { margin-top:54px; background:var(--navy); color:white; padding:32px; border-radius:10px; }
.writeback-loop .mini-label { color:#9dc4ed; }
.writeback-loop h3 { font-size:28px; color:white; margin-top:10px; }
.writeback-loop ol { list-style:none; padding:24px 0; margin:26px 0 0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; border-top:1px solid #45617e; }
.writeback-loop li { position:relative; padding-right:22px; }
.writeback-loop li:not(:last-child):after { content:'→'; position:absolute; right:0; top:0; color:#9dc4ed; }
.writeback-loop strong { display:block; font-size:16px; font-weight:550; }
.writeback-loop li span { display:block; color:#bed0e4; font-size:13px; margin-top:8px; }
.writeback-loop>p { font-size:12px; color:#bed0e4; margin:0; padding-top:18px; border-top:1px solid #45617e; }
.workflow-examples { margin-top:54px; }
.workflow-examples-heading { margin-bottom:25px; }
.workflow-examples h3 { font-size:27px; }
.workflow-examples-heading p { color:var(--muted); font-size:14px; margin:10px 0 0; }
.workflow-examples details { border-top:1px solid #c8d8e8; padding:21px 0; }
.workflow-examples details:last-child { border-bottom:1px solid #c8d8e8; }
.workflow-examples summary { font-weight:550; font-size:17px; }
.workflow-examples details>div { display:grid; grid-template-columns:1fr 1fr; gap:30px; padding-top:12px; }
.workflow-examples details p { font-size:14px; color:var(--muted); }
.workflow-examples details strong { display:block; font-weight:600; color:var(--navy); margin-bottom:7px; }
.coding-context { background:white; }
.coding-context-grid { display:grid; grid-template-columns:1fr 1.1fr; gap:85px; align-items:center; }
.coding-tools { display:flex; flex-wrap:wrap; gap:8px; margin:25px 0; }
.coding-tools span { border:1px solid var(--line); background:#f6f9fc; border-radius:5px; font-size:12px; padding:7px 10px; }
.context-packet { border:1px solid #c8d8e8; border-radius:11px; box-shadow:var(--shadow); overflow:hidden; }
.packet-heading { padding:23px 26px; background:#edf5fc; border-bottom:1px solid var(--line); }
.packet-heading strong { display:block; font-size:20px; font-weight:550; margin-top:10px; }
.context-packet dl { margin:0; padding:4px 26px; }
.context-packet dl>div { padding:17px 0; border-bottom:1px solid var(--line); }
.context-packet dl>div:last-child { border:0; }
.context-packet dt { font-size:15px; font-weight:600; }
.context-packet dt span { font-size:10px; color:var(--blue); margin-right:12px; font-weight:500; }
.context-packet dd { margin:7px 0 0 27px; font-size:13px; color:var(--muted); }
.packet-delivery { display:flex; gap:15px; padding:23px 26px; border-top:1px solid var(--line); background:#f6f9fc; }
.packet-delivery>span { color:var(--copper); }
.packet-delivery p { margin:0; color:var(--muted); font-size:12px; }
.packet-delivery strong { display:block; color:var(--navy); font-size:13px; margin-bottom:5px; font-weight:600; }
.suites { background:white; }
.suite-layout { border-radius:12px; box-shadow:none; overflow:hidden; grid-template-columns:250px minmax(0,1fr); }
.suite-tabs { background:#f3f7fb; padding:12px; }
.suite-tab { padding:20px 15px; border-radius:5px; font-weight:550; }
.suite-tab.active { background:var(--blue); }
.suite-panel { padding:42px; }
.suite-panel:after { display:none; }
.suite-panel h3 { font-size:38px; }
.suite-panel>p { font-size:16px; }
.suite-panel-top { font-size:11px; }
.suite-capabilities { gap:7px; margin-top:24px; }
.suite-capabilities span { font-size:11px; border-radius:4px; padding:6px 8px; }
.suite-process { margin:25px 0 0; display:grid; grid-template-columns:1fr 1fr; gap:26px; border-top:1px solid var(--line); padding-top:23px; }
.suite-process dt { font-size:11px; color:var(--blue); font-weight:650; margin-bottom:8px; }
.suite-process dd { margin:0; color:var(--muted); font-size:13px; }
.suite-example { grid-template-columns:80px 1fr; gap:15px; margin-top:22px; }
.suite-example p { font-size:13px; font-weight:550; }
.suite-page-link { font-size:13px; margin-top:25px; }
.specialists { background:#f8fafc; }
.specialist-grid { border-radius:9px; overflow:hidden; }
.specialist-grid article { background:white; padding:26px; }
.specialist-grid b { font-size:55px; font-weight:500; }
.specialist-grid h3 { font-size:21px; }
.specialist-grid p { font-size:14px; }
.specialist-details { background:white; border-radius:7px; }
.defect-callout { border-radius:9px; border:1px solid var(--line); grid-template-columns:1fr 1.1fr; }
.defect-steps { list-style:none; padding:0; gap:0; }
.defect-steps li { padding:11px 0; display:grid; grid-template-columns:70px 1fr; gap:12px; }
.defect-steps strong { font-size:13px; font-weight:600; }
.defect-steps span { font-size:12px; color:var(--muted); }
.kpi-grid { border-radius:10px; overflow:hidden; }
.kpi-grid article { background:white; padding:28px; }
.kpi-direction { font-size:10px; font-weight:650; }
.kpi-grid h3 { font-size:25px; }
.kpi-grid p { font-size:14px; }
.kpi-measure { font-size:12px; font-weight:600; }
.value-estimator { border-radius:12px; background:#edf5fc; }
.value-inputs input { border-radius:5px; }
.value-results output { font-weight:500; }
.industry-grid { gap:0; border:1px solid var(--line); border-radius:10px; overflow:hidden; grid-template-columns:repeat(4,minmax(0,1fr)); background:white; }
.industry-grid article { padding:28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:white; min-height:220px; }
.industry-symbol { background:var(--sky); color:var(--blue); border-radius:7px; }
.industry-grid h3 { font-size:21px; }
.deployment { background:var(--navy); }
.toolchain-card { border-radius:12px; box-shadow:none; }
.tool-grid span { border-radius:5px; }
.deployment-options span,.process-options span { border-radius:4px; }
.start-grid article,.standard-card,.standard-benefits article,.standard-context { border-radius:9px; }
.start-grid p,.start-grid li { font-size:15px; }
.contact { background:var(--blue); }
.contact h2 { font-size:clamp(32px,4vw,48px); }
.button-light { background:white; border-color:white; color:var(--navy); }
.button-light:hover { background:#edf5fc; border-color:#edf5fc; }
.contact-action>span { color:#d1e2f1; }
/* Shared inner-page and navigation layouts. */
.page-hero { padding:64px 0 65px; background:linear-gradient(115deg,#fff,#edf5fc); border-bottom:1px solid var(--line); }
.page-hero .breadcrumb { margin-bottom:30px; font-size:12px; }
.page-hero h1 { max-width:950px; font-size:clamp(40px,5vw,66px); margin-top:16px; }
.page-hero p { max-width:800px; color:var(--muted); font-size:18px; margin:25px 0 0; }
.page-hero .hero-actions { margin-top:28px; }
.page-hero+.section-pad { padding-top:76px; }
.page-section-nav { display:flex; flex-wrap:wrap; gap:10px 25px; padding-top:28px; }
.page-section-nav a { color:var(--blue); font-size:13px; border-bottom:1px solid #bdcfe1; padding-bottom:4px; }
.page-feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin-top:38px; }
.page-feature { display:flex; flex-direction:column; border:1px solid var(--line); border-radius:10px; padding:30px; background:white; }
.page-feature>span { color:var(--blue); font-size:10px; text-transform:uppercase; letter-spacing:.08em; font-weight:650; }
.page-feature h3 { margin-top:22px; font-size:27px; }
.page-feature p { color:var(--muted); font-size:15px; margin:17px 0 28px; }
.page-feature .text-link { font-size:13px; margin-top:auto; align-self:start; }
.home-overview { background:#f7fafc; }
.overview-layout { display:grid; grid-template-columns:1fr 1.15fr; gap:70px; align-items:center; }
.overview-steps { counter-reset:flow; padding:0; margin:0; list-style:none; border-top:1px solid var(--line); }
.overview-steps li { counter-increment:flow; padding:22px 0; display:flex; gap:20px; border-bottom:1px solid var(--line); }
.overview-steps li:before { content:'0' counter(flow); font-size:11px; padding-top:6px; color:var(--blue); }
.overview-steps h3 { font-size:24px; }
.overview-steps p { font-size:14px; color:var(--muted); margin:9px 0 0; }
.overview-links { display:flex; flex-wrap:wrap; gap:12px 28px; margin-top:22px; }
.overview-links a { font-size:14px; }
.home-value { background:var(--navy); color:white; }
.home-value .section-intro h2 { color:white; }
.home-value .section-intro p { color:#bed0e4; }
.home-value .eyebrow { color:#9dc4ed; }
.value-preview { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; border-block:1px solid #45617e; padding:28px 0; margin:38px 0 25px; }
.value-preview b { display:block; color:#9dc4ed; font-size:13px; font-weight:500; margin-bottom:15px; }
.value-preview h3 { font-size:25px; color:white; }
.value-preview p { font-size:14px; color:#bed0e4; }
.home-value .text-link { color:white; border-color:#6987a6; }
.home-value .text-link span { color:#9dc4ed; }
.suite-deliverables { display:grid; grid-template-columns:.8fr 1.2fr; gap:50px; margin-top:35px; align-items:start; }
.suite-flow-detail { margin:0; }
.suite-flow-detail>div { padding:25px 0; border-top:1px solid var(--line); }
.suite-flow-detail dt { font-size:13px; font-weight:650; color:var(--blue); }
.suite-flow-detail dd { font-size:17px; margin:12px 0 0; color:var(--muted); }
.suite-output-card { border:1px solid var(--line); border-radius:12px; padding:32px; background:var(--sky); }
.suite-output-card h3 { font-size:30px; margin:18px 0; }
.suite-output-card p { color:var(--muted); font-size:16px; }
.suite-output-card ul { padding-left:20px; font-size:14px; color:var(--blue); }
.suite-output-card li { padding:7px 0; }
.suite-output-card .output-note { font-size:12px; border-top:1px solid #c5d8e9; padding-top:18px; }
.integration-exchange { background:#f4f8fb; }
.integration-table { width:100%; border-collapse:collapse; margin-top:35px; text-align:left; }
.integration-table th { color:var(--blue); font-size:11px; text-transform:uppercase; letter-spacing:.06em; background:#edf5fc; }
.integration-table td,.integration-table th { padding:20px; border-bottom:1px solid var(--line); }
.integration-table td { font-size:14px; vertical-align:top; color:var(--muted); }
.integration-table td:first-child { color:var(--navy); font-weight:550; }
.table-scroll { overflow-x:auto; }
.table-scroll table { min-width:640px; }
.related-pages { background:#f7fafc; }
.related-pages .page-feature-grid { margin-top:30px; }
.related-pages h2 { font-size:34px; }
.footer-expanded { background:#fff; border-top:1px solid var(--line); padding:55px 0 24px; color:var(--ink); }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:50px; }
.footer-brand { padding:0; }
.footer-about p { font-size:12px; color:var(--muted); max-width:265px; margin-top:19px; }
.footer-group h2 { font-size:13px; letter-spacing:0; font-weight:650; color:var(--navy); margin:0 0 17px; }
.footer-group a { display:block; color:var(--muted); font-size:12px; margin-top:10px; }
.footer-group a:hover { color:var(--blue); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:42px; border-top:1px solid var(--line); padding-top:22px; font-size:11px; color:var(--muted); }
.mobile-menu { max-height:calc(100dvh - 78px); overflow-y:auto; background:white; }
.mobile-menu details { border-top:1px solid var(--line); padding:13px 5px; }
.mobile-menu details summary { font-size:14px; font-weight:600; }
.mobile-menu details a { display:block; font-size:13px; border:0; padding:11px 10px; color:var(--muted); }
.mobile-menu>a { font-size:14px; }
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible { outline:3px solid #9d5b2c; outline-offset:4px; }
@media(min-width:1500px) { .hero-copy h1 { font-size:65px; } }
@media(max-width:1200px) {
 .mobile-menu.open { display:grid; }
 .desktop-nav,.site-header .button-small { display:none; }
 .menu-toggle { display:grid; align-content:center; gap:6px; width:42px; height:42px; padding:0 11px; border:1px solid var(--line); border-radius:5px; background:white; }
 .menu-toggle span { display:block; height:2px; background:var(--navy); }
}
@media(max-width:1120px) {
 .hero-grid { grid-template-columns:1.1fr 1fr; gap:35px; }
 .hero-copy h1 { font-size:clamp(41px,4.7vw,54px); }
 .hero-engineering { padding:17px; }
 .visual-label { display:none; }
 .hero-context { padding:20px; }
 .hero-context h2 { font-size:25px; }
 .hero-agent-row { gap:10px; }
 .human-gate { padding-left:10px; }
 .hero-proof { grid-template-columns:1fr; gap:13px; }
 .context-builder { grid-template-columns:.88fr 1.3fr; gap:25px; }
 .governance-grid,.coding-context-grid,.overview-layout { gap:40px; }
 .footer-grid { gap:30px; }
}
@media(max-width:850px) {
 .shell { width:calc(100% - 40px); }
 .nav-shell { width:calc(100% - 40px); height:78px; }
 .section-pad { padding:72px 0; }
 .hero-grid { grid-template-columns:1fr; gap:40px; padding-top:54px; padding-bottom:55px; }
 .hero-copy { max-width:740px; }
 .hero-copy h1 { font-size:clamp(44px,6.9vw,61px); }
 .hero-lead { max-width:660px; }
 .hero-proof { grid-template-columns:1fr 1fr; }
 .hero-engineering { max-width:620px; width:100%; padding:25px; margin-inline:auto; }
 .hero-inputs { grid-template-columns:repeat(4,minmax(0,1fr)); }
 .hero-context h2 { font-size:30px; }
 .hero-context p { font-size:14px; }
 .hero-agent-row span,.human-gate strong { font-size:12px; }
 .hero-writeback strong,.hero-writeback p span { font-size:12px; }
 .visual-label { display:inline; }
 .context-builder,.governance-grid,.coding-context-grid,.overview-layout,.suite-deliverables { grid-template-columns:1fr; }
 .source-list { display:grid; grid-template-columns:1fr 1fr; gap:0 28px; }
 .source-library h3 br { display:none; }
 .foundation-bar { gap:18px; }
 .trace-chain { grid-template-columns:1fr 1fr; }
 .trace-chain li { border-bottom:1px solid var(--line); }
 .trace-chain li:nth-child(2):after { display:none; }
 .trace-chain li:nth-child(2) { border-right:0; }
 .trace-chain li:last-child { border-bottom:0; }
 .trace-chain li:nth-child(3) { border-bottom:0; }
 .page-feature-grid { grid-template-columns:1fr 1fr; }
 .suite-layout { grid-template-columns:1fr; }
 .suite-tabs { flex-direction:row; overflow-x:auto; border-right:0; }
 .suite-tab { min-width:150px; min-height:56px; }
 .suite-panel { padding:32px; }
 .industry-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .defect-callout { grid-template-columns:1fr; }
 .footer-grid { grid-template-columns:1fr 1fr; }
 .page-hero { padding:40px 0 50px; }
 .page-hero h1 { font-size:48px; }
}
@media(max-width:560px) {
 .shell,.nav-shell { width:calc(100% - 32px); }
 .nav-shell { height:72px; }
 .brand-logo { width:162px; }
 .section-pad { padding:58px 0; }
 .hero-copy h1 { font-size:clamp(37px,9.9vw,50px); letter-spacing:-.048em; }
 .hero-lead { font-size:16px; }
 .hero-actions { align-items:flex-start; gap:14px; }
 .hero-actions .button { width:100%; }
 .hero-proof { gap:15px; }
 .hero-proof strong { font-size:12px; }
 .hero-proof span { font-size:11px; }
 .hero-engineering { padding:16px; border-radius:11px; }
 .visual-heading>strong { font-size:10px; }
 .visual-label { display:none; }
 .hero-inputs { grid-template-columns:1fr 1fr; }
 .hero-context { padding:20px; }
 .hero-context h2 { font-size:26px; }
 .hero-context p { font-size:12px; }
 .hero-agent-row span { font-size:10px; }
 .human-gate strong { font-size:10px; }
 .hero-agent-row b { font-size:32px; }
 .context-mini-nodes { gap:6px; }
 .context-mini-nodes span { padding:6px; font-size:10px; }
 .hero-writeback strong,.hero-writeback p span { font-size:10px; }
 .standards-banner-heading h2 { font-size:18px; }
 .standard-links { grid-template-columns:1fr 1fr; }
 .standard-links a { font-size:11px; padding:10px; }
 .standards-banner-heading>a { font-size:12px; }
 .ribbon-inner { min-height:60px; }
 .foundation-bar { grid-template-columns:1fr; margin:30px 0; padding:20px 0; }
 .source-library { padding:23px; }
 .source-list { grid-template-columns:1fr; }
 .process-heading { flex-direction:column; gap:6px; }
 .context-steps li { gap:13px; }
 .context-steps h3 { font-size:20px; }
 .context-steps p { font-size:13px; }
 .baseline-statement { padding:23px; gap:14px; }
 .baseline-icon { width:30px; height:30px; font-size:21px; }
 .baseline-statement h3 { font-size:21px; }
 .baseline-statement p { font-size:13px; }
 .trace-heading { flex-direction:column; gap:6px; padding:18px 22px; }
 .trace-chain { grid-template-columns:1fr; }
 .trace-chain li { border-right:0; padding:23px; }
 .trace-chain li:nth-child(3) { border-bottom:1px solid var(--line); }
 .trace-chain li:not(:last-child):after { display:grid; right:25px; top:auto; bottom:-12px; transform:rotate(90deg); }
 .trace-chain h3 { font-size:24px; }
 .trace-relationship { margin-top:15px; }
 .example-findings,.workflow-examples details>div { grid-template-columns:1fr; gap:20px; }
 .approval-example { padding:24px; }
 .approval-example h3 { font-size:25px; }
 .writeback-loop { padding:25px; }
 .writeback-loop h3 { font-size:26px; }
 .writeback-loop ol { grid-template-columns:1fr; gap:22px; }
 .writeback-loop li:not(:last-child):after { content:none; }
 .writeback-loop strong { font-size:15px; }
 .workflow-examples summary { font-size:16px; }
 .workflow-examples details>div { gap:0; }
 .page-feature-grid,.value-preview { grid-template-columns:1fr; }
 .page-feature { padding:26px; }
 .page-feature h3 { margin-top:17px; }
 .page-hero h1 { font-size:39px; }
 .page-hero p { font-size:16px; }
 .page-hero .breadcrumb { margin-bottom:25px; }
 .suite-panel { padding:28px 22px; }
 .suite-panel h3 { font-size:31px; }
 .suite-process { grid-template-columns:1fr; gap:18px; }
 .suite-example { grid-template-columns:1fr; gap:8px; }
 .suite-output-card { padding:25px; }
 .kpi-grid article { padding:25px; }
 .value-preview { gap:18px; }
 .value-preview>div+div { border-top:1px solid #45617e; padding-top:22px; }
 .value-preview b { margin-bottom:10px; }
 .industry-grid article { padding:22px; }
 .industry-grid h3 { font-size:19px; }
 .industry-grid p { font-size:13px; }
 .footer-grid { gap:32px; }
 .footer-about { grid-column:1/-1; }
 .footer-bottom { flex-direction:column; gap:8px; }
 .footer-about p { max-width:330px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }

@media(min-width:1201px) { .mobile-menu.open { display:none; } }
.industry-grid h3 a:hover { color:var(--blue); }
.industry-grid h3 a span { color:var(--copper); font-size:15px; }

.industry-symbol svg { width:25px; height:25px; display:block; }
.industry-symbol { display:grid; place-items:center; }

/* Exact, responsive engineering illustrations. */
.engineering-figure { margin:38px 0 0; }
.diagram-desktop { border-radius:12px; overflow:hidden; }
.diagram-desktop svg { width:100%; height:auto; display:block; }
.engineering-figure figcaption { color:var(--muted); font-size:12px; line-height:1.6; margin-top:16px; max-width:930px; }
.diagram-mobile { display:none; }
.context-illustration-section { background:#f7fafc; padding:0 0 70px; }
.context-illustration-section .engineering-figure { margin:0; }
.trace-example { border:0; border-radius:0; overflow:visible; }
.trace-example .engineering-figure { margin-top:0; }
.trace-example .example-findings { margin-top:28px; border:1px solid var(--line); border-radius:10px; }
.traceability-section { background:#f7fafc; }
@media(max-width:850px) {
 .diagram-desktop { display:none; }
 .diagram-mobile { display:block; }
}
.diagram-mobile svg { display:block; width:100%; height:auto; max-width:560px; margin-inline:auto; }
.hero-artwork { margin:0 -30px 0 -14px; min-width:0; }
.hero-artwork img { display:block; width:100%; height:auto; mix-blend-mode:multiply; }
.context-illustration-section { padding:64px 0 76px; }
.visual-gallery { margin-top:30px; }
.visual-tabs { display:flex; gap:8px; border-bottom:1px solid var(--line); padding-bottom:15px; margin-bottom:24px; }
.visual-tabs button { min-height:46px; padding:10px 20px; border:1px solid var(--line); border-radius:6px; color:var(--blue); background:white; font:550 15px var(--font-body); cursor:pointer; }
.visual-tabs button[aria-selected="true"] { background:var(--blue); color:white; border-color:var(--blue); }
.visual-tabs button:hover { border-color:var(--blue); }
.visual-panel[hidden] { display:none; }
.visual-panel+.visual-panel { margin-top:30px; }
.visual-gallery.enhanced .visual-panel { margin-top:0; }
@media(max-width:850px) {
 .hero-grid { gap:18px; padding-top:38px; }
 .hero-copy { display:contents; }
 .hero-copy>.eyebrow { order:1; }
 .hero-copy>h1 { order:2; margin-top:0; }
 .hero-artwork { order:3; width:min(620px,100%); margin:0 auto; }
 .hero-copy>.hero-lead { order:4; margin:0; }
 .hero-copy>.hero-actions { order:5; margin-top:6px; }
 .hero-copy>.hero-proof { order:6; margin-top:14px; }
 .context-illustration-section { padding:48px 0 58px; }
 .engineering-figure figcaption { font-size:13px; }
}
@media(max-width:560px) {
 .hero-artwork { margin-block:-8px; }
 .visual-tabs { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; }
 .visual-tabs button { padding:10px 6px; font-size:14px; line-height:1.35; }
}

/* Readable industry and standard labels remain crisp beneath the hero artwork. */
.hero-sector-caption { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin:8px 25px 0; padding-top:18px; border-top:1px solid #bdcfe1; }
.hero-sector-caption a { display:flex; flex-direction:column; gap:6px; align-items:flex-start; padding-left:14px; border-left:2px solid #b4cce2; }
.hero-sector-caption a:first-child { border-left-color:var(--copper); }
.hero-sector-caption strong { color:var(--navy); font-size:16px; font-weight:650; line-height:1.35; }
.hero-sector-caption span { color:var(--blue); font-size:14px; line-height:1.45; }
.hero-sector-caption a:hover strong { color:var(--blue); }
@media(max-width:850px) { .hero-sector-caption { margin:8px 0 10px; } }
@media(max-width:560px) {
 .hero-sector-caption { gap:9px; padding-top:14px; }
 .hero-sector-caption a { padding-left:8px; }
 .hero-sector-caption strong,.hero-sector-caption span { font-size:14px; }
}

/* Prominent, open suite cards immediately below the homepage hero. */
.home-suites { background:var(--paper); border-top:1px solid var(--line); }
.suite-highlight-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin-top:40px; }
.suite-highlight { display:flex; flex-direction:column; min-width:0; padding:30px; background:white; border:1px solid var(--line); border-radius:12px; color:var(--ink); text-decoration:none; transition:border-color .18s,box-shadow .18s; }
.suite-highlight:hover,.suite-highlight:focus-visible { border-color:var(--blue); box-shadow:0 10px 30px #1029510c; }
.suite-highlight:focus-visible { outline:3px solid var(--blue); outline-offset:4px; }
.suite-highlight-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:26px; }
.suite-highlight-icon { width:46px; height:46px; display:grid; place-items:center; color:var(--blue); background:var(--sky); border-radius:9px; }
.suite-highlight-icon svg { width:27px; height:27px; }
.suite-highlight-number { font-size:13px; color:var(--muted); font-variant-numeric:tabular-nums; }
.suite-highlight h3 { color:var(--navy); font-size:25px; line-height:1.22; letter-spacing:-.025em; margin:0 0 18px; }
.suite-highlight-benefit { color:var(--ink); font-size:17px; font-weight:600; line-height:1.5; margin:0 0 10px; }
.suite-highlight-description { color:var(--muted); font-size:15px; line-height:1.7; margin:0 0 28px; }
.suite-highlight-link { display:flex; justify-content:space-between; align-items:center; gap:12px; padding-top:18px; margin-top:auto; border-top:1px solid var(--line); color:var(--blue); font-size:14px; font-weight:600; }
@media(max-width:1050px) { .suite-highlight-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:560px) { .suite-highlight-grid { grid-template-columns:1fr; gap:16px; margin-top:30px; } .suite-highlight { padding:26px; } }
/* Homepage illustrations are fully expanded in the normal page flow. */
.flat-illustrations { display:grid; gap:42px; margin-top:36px; }
.flat-illustration { min-width:0; }
.flat-illustration + .flat-illustration { padding-top:36px; border-top:1px solid var(--line); }
.flat-illustration>h3 { font-size:25px; color:var(--navy); margin:0 0 18px; }
.flat-illustration .engineering-figure { margin:0; }
@media(max-width:560px) {
 .flat-illustrations { gap:30px; }
 .flat-illustration + .flat-illustration { padding-top:28px; }
 .flat-illustration>h3 { font-size:23px; margin-bottom:14px; }
}

/* Two clear pricing plans, using the shared KlugSpice brand. */
.pricing-intro { padding:40px 0 48px; background:linear-gradient(130deg,#fff 35%,var(--sky)); }
.pricing-intro .eyebrow { font-size:14px; margin-top:30px; }
.pricing-intro h1 { font-size:clamp(42px,5vw,64px); max-width:820px; margin:20px 0; }
.pricing-intro p { max-width:690px; color:var(--muted); font-size:18px; line-height:1.7; }
.pricing-plans { padding:16px 0 86px; background:var(--paper); }
.pricing-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; align-items:stretch; }
.pricing-card { display:flex; flex-direction:column; min-width:0; background:white; border:1px solid var(--line); border-radius:14px; overflow:hidden; }
.pricing-card-head { display:flex; flex-direction:column; padding:36px; border-bottom:1px solid var(--line); }
.pricing-audience { color:var(--blue); font-size:14px; font-weight:600; }
.pricing-card h2 { color:var(--navy); font-size:36px; margin:16px 0; }
.pricing-card-head>p { font-size:17px; line-height:1.65; color:var(--muted); min-height:3.3em; margin:0; }
.pricing-quote { display:flex; flex-direction:column; gap:8px; margin:32px 0 24px; }
.pricing-quote strong { color:var(--navy); font-size:28px; line-height:1.2; font-weight:550; letter-spacing:-.03em; }
.pricing-quote span { color:var(--muted); font-size:14px; line-height:1.6; }
.pricing-button { display:flex; justify-content:space-between; gap:16px; width:100%; background:var(--blue); border-color:var(--blue); font-size:16px; text-align:left; }
.pricing-button:hover { background:var(--navy); border-color:var(--navy); }
.pricing-button:focus-visible { outline:3px solid var(--copper); outline-offset:4px; }
.pricing-card-body { display:flex; flex-direction:column; flex:1; padding:32px 36px 36px; }
.pricing-card h3 { color:var(--navy); font-size:20px; margin:0 0 22px; }
.pricing-features { list-style:none; padding:0; margin:0 0 26px; }
.pricing-features li { position:relative; padding-left:28px; margin-bottom:16px; color:var(--ink); font-size:16px; line-height:1.6; }
.pricing-features li:before { content:'✓'; position:absolute; left:0; color:var(--blue); font-weight:650; }
.pricing-scope { margin-top:auto; padding:18px 20px; background:var(--sky); border-radius:8px; color:var(--muted); font-size:14px; line-height:1.65; }
.pricing-scope strong { display:block; color:var(--navy); font-weight:600; margin-bottom:5px; }
.pricing-scope a { color:var(--blue); text-decoration:underline; text-underline-offset:3px; }
.pricing-card-enterprise { border-color:var(--blue); }
.pricing-card-enterprise .pricing-card-head { background:var(--navy); border-color:var(--navy); }
.pricing-card-enterprise .pricing-audience { color:#bad8f4; }
.pricing-card-enterprise h2,.pricing-card-enterprise .pricing-quote strong { color:white; }
.pricing-card-enterprise .pricing-card-head>p,.pricing-card-enterprise .pricing-quote span { color:#c3d5e7; }
.pricing-card-enterprise .pricing-button { color:var(--navy); background:white; border-color:white; }
.pricing-card-enterprise .pricing-button:hover { background:var(--sky); border-color:var(--sky); }
.pricing-shared { max-width:800px; margin:30px auto 0; text-align:center; color:var(--muted); font-size:16px; line-height:1.7; }
@media(max-width:850px) {
 .pricing-grid { grid-template-columns:1fr; gap:24px; max-width:650px; margin-inline:auto; }
 .pricing-intro { padding:32px 0 40px; }
 .pricing-intro h1 { font-size:48px; }
 .pricing-card-head>p { min-height:0; }
}
@media(max-width:560px) {
 .pricing-intro h1 { font-size:40px; }
 .pricing-intro p { font-size:17px; }
 .pricing-card-head,.pricing-card-body { padding:28px 24px; }
 .pricing-card h2 { font-size:32px; }
 .pricing-plans { padding-bottom:56px; }
}
