/* Premium presentation primitives. Native product captures are never cropped.
   Load after the legacy content styles; header/footer and theme logic stay intact. */
:root {
  --product-frame-surface: #20292e;
  --product-frame-shadow: 0 28px 70px -30px #0009, 0 1px 0 #ffffff0a inset;
  --presentation-grid: #a7cf4508;
  --presentation-space: clamp(64px, 8vw, 120px);
}

.contact-hero { padding:30px 0 clamp(64px,8vw,110px); }
.contact-layout { display:grid; grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr); gap:clamp(42px,8vw,120px); align-items:start; padding-top:clamp(36px,5vw,72px); }
.contact-context { position:sticky; top:112px; }
.contact-context h1 { max-width:720px; margin:14px 0 20px; font-size:clamp(48px,6.5vw,86px); line-height:.98; letter-spacing:-.055em; }
.contact-lede { max-width:640px; color:var(--ss-text-secondary); font-size:clamp(18px,2vw,22px); line-height:1.6; }
.contact-information { display:grid; gap:24px; margin-top:42px; padding-block:28px; border-block:1px solid var(--ss-divider); }
.contact-information > div { display:grid; gap:8px; }
.contact-information strong { color:var(--ss-text-primary); font-size:18px; }
.contact-email { color:var(--ss-text-primary); font-size:clamp(19px,2vw,27px); font-weight:750; overflow-wrap:anywhere; }
.contact-email:hover,.contact-fallback a:hover { color:var(--ss-accent-bright); }
.contact-reasons { margin-top:28px; }
.contact-reasons ul { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 0; padding:0; list-style:none; }
.contact-reasons li { padding:8px 12px; border:1px solid var(--ss-border); border-radius:999px; color:var(--ss-text-secondary); font-size:13px; font-weight:700; }
.contact-fallback { margin-top:28px; color:var(--ss-text-secondary); font-size:15px; }
.contact-fallback a { color:var(--ss-text-primary); font-weight:700; }
.contact-form-panel { padding:clamp(26px,4vw,44px); border:1px solid var(--ss-border); border-top:3px solid var(--ss-accent); border-radius:12px; background:var(--ss-surface-elevated); box-shadow:var(--ss-shadow); }
.contact-form-heading { margin-bottom:28px; }
.contact-form-heading h2 { margin:10px 0 8px; font-size:clamp(30px,3.5vw,44px); }
.contact-form-heading p { margin:0; color:var(--ss-text-secondary); font-size:14px; }
.contact-form { display:grid; gap:18px; }
.contact-form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.contact-form .form-field { display:grid; gap:8px; }
.contact-form label { color:var(--ss-text-primary); font-size:14px; font-weight:750; }
.contact-form input,.contact-form select,.contact-form textarea { width:100%; border:1px solid var(--ss-border); border-radius:8px; background:var(--ss-surface); color:var(--ss-text-primary); font:inherit; }
.contact-form input,.contact-form select { min-height:48px; padding:10px 12px; }
.contact-form textarea { min-height:160px; padding:12px; resize:vertical; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { outline:2px solid var(--ss-focus); outline-offset:2px; border-color:var(--ss-focus); }
.contact-form :is(input,select,textarea)[aria-invalid="true"] { border-color:#d15e55; }
.contact-form button[disabled] { cursor:not-allowed; opacity:.58; box-shadow:none; }
.contact-trap { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
.contact-turnstile { min-height:65px; }
.contact-status { margin:0; padding:12px 14px; border:1px solid var(--ss-border); border-radius:8px; background:var(--ss-surface); color:var(--ss-text-secondary); font-size:14px!important; line-height:1.55; text-align:left; }
.contact-status.is-success { border-color:rgba(126,176,43,.48); background:rgba(126,176,43,.1); color:var(--ss-text-primary); }
.contact-status.is-error { border-color:rgba(209,94,85,.5); background:rgba(209,94,85,.09); color:var(--ss-text-primary); }
.contact-status a { color:inherit; font-weight:700; text-decoration:underline; }
@media (max-width:900px) { .contact-layout { grid-template-columns:1fr; } .contact-context { position:static; } }
@media (max-width:600px) { .contact-hero { padding-top:22px; } .contact-layout { gap:34px; padding-top:28px; } .contact-form-panel { padding:22px 18px; } .contact-form-row { grid-template-columns:1fr; } }
:root:not([data-theme]),
:root[data-theme="light"] {
  --product-frame-surface: #e2e9e3;
  --product-frame-shadow: 0 28px 70px -36px #21342d55, 0 1px 0 #fff inset;
  --presentation-grid: #527d2508;
}
main .container {
  width: min(1280px, calc(100% - 2 * clamp(24px, 5vw, 80px)));
  margin-inline: auto;
}
main h1, main h2, main h3 { text-wrap: balance; }
main p { text-wrap: pretty; }
main h2 { letter-spacing: -.045em; }
main .breadcrumbs { color: var(--ss-text-secondary); }
main .eyebrow, .technical-label { font-size: 11px; letter-spacing: .14em; font-weight: 750; }
main .eyebrow { color: var(--ss-accent-bright); }
:root:not([data-theme]) main .btn-primary,
:root[data-theme="light"] main .btn-primary { background: #527d25; border-color: #527d25; color: #fff; }
:root:not([data-theme]) main .btn-primary:hover,
:root[data-theme="light"] main .btn-primary:hover { background: #426c1d; border-color: #426c1d; }
.technical-label { color: var(--ss-accent-bright); text-transform: uppercase; }
main .story-link { display: inline-block; margin-top: 12px; text-underline-offset: 5px; }
main .story-link + .story-link { margin-left: 22px; }
main a:focus-visible { outline: 2px solid var(--ss-focus); outline-offset: 5px; }

/* Three image roles, one sizing contract. Intrinsic dimensions reserve space. */
.product-showcase { width: 100%; min-width: 0; }
.product-frame {
  display: block; width: 100%; min-width: 0; margin: 0;
  padding: clamp(4px, .65vw, 9px); overflow: hidden;
  border: 1px solid var(--ss-border); border-radius: 12px;
  background: var(--product-frame-surface); box-shadow: var(--product-frame-shadow);
}
.product-frame--hero { max-width: 1280px; }
.product-frame--feature { max-width: 1280px; }
.product-frame--supporting { max-width: 800px; }
.product-frame img.product-screenshot, .product-screenshot {
  display: block; width: 100%; height: auto; max-height: none;
  object-fit: contain; object-position: center;
  border-radius: 5px; transform: none;
}
.screenshot-mode-bar {
  width: auto; display: flex; flex-wrap: wrap; justify-content: flex-end;
  align-items: center; gap: 14px; margin: 0 0 15px; padding: 0;
  border: 0; border-radius: 0; background: none; box-shadow: none;
}
.screenshot-mode-bar > span { font-size: 11px; color: var(--ss-text-secondary); }
.screenshot-mode-toggle { padding: 3px; border-radius: 8px; }
.screenshot-mode-toggle button { min-height: 38px; padding: 7px 15px; font-size: 12px; border-radius: 5px; }

/* Homepage: editorial introduction, expansive product canvas, linked lifecycle. */
.product-hero { padding: 64px 0 0; background: var(--ss-background); }
.product-hero-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(36px, 6vw, 96px); align-items: end; margin: 20px 0 42px; }
.product-hero h1 { margin: 0; font-size: clamp(54px, 6.3vw, 90px); line-height: .98; letter-spacing: -.065em; }
.product-hero h1 span { color: var(--ss-accent); }
:root:not([data-theme]) .product-hero h1 span,
:root[data-theme="light"] .product-hero h1 span { color: var(--ss-accent-bright); }
.product-hero-summary { padding-bottom: 4px; }
.product-hero-summary .hero-lede { font-size: clamp(20px, 1.8vw, 26px); line-height: 1.4; margin: 0 0 18px; color: var(--ss-hero-lede); }
.product-hero-summary > p:not(.hero-lede) { color: var(--ss-text-secondary); font-size: 15px; line-height: 1.75; margin: 0; }
.product-hero .hero-actions { margin-top: 24px; gap: 12px; }
.product-stage-label { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; border-top: 1px solid var(--ss-divider); }
.product-stage-label > span { color: var(--ss-text-secondary); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.product-stage-label .screenshot-mode-bar { margin: 0; }
.product-proof { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding: 25px 0; color: var(--ss-text-secondary); font-size: 12px; }
.product-proof a { color: var(--ss-text-secondary); }
.product-proof a:hover { color: var(--ss-accent-bright); }
.lifecycle-section { padding: var(--presentation-space) 0; }
.editorial-heading { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 70px; align-items: end; }
.editorial-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 16px; }
.editorial-heading h2, .canvas-heading h2 { font-size: clamp(34px, 4.2vw, 60px); line-height: 1.07; margin: 0; }
.editorial-heading p { max-width: 450px; margin: 0 0 4px; color: var(--ss-text-secondary); font-size: 17px; line-height: 1.7; }
.lifecycle-rail { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); margin-top: 50px; border-block: 1px solid var(--ss-border); }
.lifecycle-rail a { padding: 24px 15px; border-right: 1px solid var(--ss-divider); color: var(--ss-text-primary); transition: background .18s ease; }
.lifecycle-rail a:first-child { padding-left: 0; }
.lifecycle-rail a:last-child { border-right: 0; }
.lifecycle-rail strong { display: block; margin: 22px 0 9px; font-size: 20px; letter-spacing: -.035em; }
.lifecycle-rail small { display: block; font-size: 12px; line-height: 1.5; color: var(--ss-text-secondary); }
.lifecycle-rail a:hover { background: var(--ss-surface-elevated); }
.project-first-section { padding: var(--presentation-space) 0; border-block: 1px solid var(--ss-divider); background: var(--ss-ribbon); }
.project-first-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: clamp(32px, 6vw, 88px); align-items: end; }
.project-first-heading h2 { max-width: 650px; margin: 16px 0 0; font-size: clamp(42px, 5.6vw, 78px); line-height: .98; letter-spacing: -.06em; }
.project-first-heading > p { max-width: 620px; margin: 0; color: var(--ss-text-secondary); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.75; }
.project-first-visual { margin-top: 52px; border-top: 1px solid var(--ss-border); }
.pipeline-reference { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--ss-divider); }
.pipeline-reference p { margin: 5px 0 0; color: var(--ss-text-secondary); font-size: 12px; }
.pipeline-reference ol { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.pipeline-reference li { color: var(--ss-text-secondary); font-size: 12px; font-weight: 650; white-space: nowrap; }
.pipeline-reference li + li::before { content: "→"; margin: 0 15px; color: var(--ss-accent-bright); }
.project-first-work { padding: clamp(26px, 4vw, 52px) 0 36px; }
.project-first-work-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 16px 36px; margin-bottom: 24px; }
.project-first-work-heading h3 { margin: 0; font-size: clamp(24px, 3vw, 36px); letter-spacing: -.04em; }
.project-first-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ss-border); border-left: 1px solid var(--ss-border); }
.project-first-steps li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: start; min-width: 0; min-height: 92px; padding: 18px; border-right: 1px solid var(--ss-border); border-bottom: 1px solid var(--ss-border); background: var(--ss-surface); }
.project-first-steps li > span { color: var(--ss-accent-bright); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.project-first-steps li strong { display: block; color: var(--ss-text-primary); font-size: 15px; line-height: 1.4; }
.project-first-steps li small { display: block; margin-top: 5px; color: var(--ss-text-secondary); font-size: 12px; line-height: 1.5; }
.project-first-drawing { max-width: 900px; margin: 24px 0 0; color: var(--ss-text-secondary); line-height: 1.7; }
.project-first-drawing strong { margin-right: 5px; color: var(--ss-text-primary); }
.speed-bridge { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); gap: 28px 48px; align-items: center; margin: 34px 0; padding: 26px 0; border-block: 1px solid var(--ss-border); }
.speed-bridge h3 { margin: 10px 0 8px; font-size: clamp(24px, 3vw, 36px); line-height: 1.06; letter-spacing: -.045em; }
.speed-bridge p { max-width: 520px; margin: 0; color: var(--ss-text-secondary); font-size: 14px; line-height: 1.65; }
.speed-bridge ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 0; margin: 0; padding: 0; list-style: none; }
.speed-bridge li { color: var(--ss-text-primary); font-size: 14px; font-weight: 700; white-space: nowrap; }
.speed-bridge li + li::before { content: "→"; margin: 0 clamp(8px, 1.5vw, 20px); color: var(--ss-accent-bright); }
.project-first-support { display: grid; grid-template-columns: minmax(180px, .38fr) minmax(0, 1fr); gap: 22px 36px; align-items: center; padding: 20px 0; border-top: 1px solid var(--ss-border); }
.project-first-support ul { display: flex; flex-wrap: wrap; gap: 8px 26px; margin: 0; padding: 0; list-style: none; }
.project-first-support li { color: var(--ss-text-primary); font-size: 13px; font-weight: 700; }
.project-first-support li::before { content: "+"; margin-right: 8px; color: var(--ss-accent-bright); }
.feature-canvas { padding: var(--presentation-space) 0; border-top: 1px solid var(--ss-divider); background: var(--ss-ribbon); }
.canvas-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 6vw, 88px); align-items: end; margin-bottom: 38px; }
.canvas-heading .eyebrow { display: block; margin-bottom: 18px; }
.canvas-heading p { margin: 0 0 10px; color: var(--ss-text-secondary); line-height: 1.7; font-size: 17px; }
.camera-canvas { background: var(--ss-background); }
.camera-canvas .canvas-heading { grid-template-columns: 1fr; text-align: center; gap: 22px; }
.camera-canvas .canvas-heading > div { max-width: 800px; margin-inline: auto; }
.camera-canvas .canvas-heading p { max-width: 650px; }
.workspace-canvas { background-image: linear-gradient(var(--presentation-grid) 1px, transparent 1px), linear-gradient(90deg, var(--presentation-grid) 1px, transparent 1px); background-size: 64px 64px; }
.business-canvas { background: var(--ss-background); }
.business-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 48px; }
.business-links > a { padding-top: 22px; border-top: 1px solid var(--ss-border); color: var(--ss-text-primary); }
.business-links h3 { margin: 12px 0; font-size: 26px; letter-spacing: -.03em; }
.business-links h3 span { float: right; color: var(--ss-accent); }
.business-links p { max-width: 490px; color: var(--ss-text-secondary); line-height: 1.7; margin: 0; }
.business-links a:hover h3 { color: var(--ss-accent-bright); }
.estimate-flow { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); list-style: none; margin: 44px 0 0; padding: 0; border-block: 1px solid var(--ss-border); }
.estimate-flow li { display: grid; align-content: start; gap: 18px; min-width: 0; padding: 18px 14px; border-right: 1px solid var(--ss-divider); }
.estimate-flow li:first-child { padding-left: 0; }
.estimate-flow li:last-child { border-right: 0; }
.estimate-flow li > span, .operations-map > div > span { color: var(--ss-accent-bright); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.estimate-flow strong { font-size: 14px; line-height: 1.4; }
.business-operations { padding: var(--presentation-space) 0; border-top: 1px solid var(--ss-divider); background: var(--ss-ribbon); }
.operations-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); gap: 22px 64px; align-items: end; margin-bottom: 44px; }
.operations-heading .eyebrow { grid-column: 1 / -1; }
.operations-heading h2 { margin: 0; font-size: clamp(36px, 4.4vw, 62px); line-height: 1.05; }
.operations-heading > p { max-width: 560px; margin: 0 0 5px; color: var(--ss-text-secondary); font-size: 16px; line-height: 1.7; }
.operations-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(40px, 8vw, 110px); align-items: stretch; border-top: 1px solid var(--ss-border); }
.operations-map > div { display: grid; grid-template-columns: 142px minmax(0, 1fr); gap: 6px 22px; align-items: baseline; padding: 19px 0; border-bottom: 1px solid var(--ss-divider); }
.operations-map > div > span { grid-row: span 2; }
.operations-map strong { font-size: 18px; letter-spacing: -.02em; }
.operations-map p { grid-column: 2; margin: 0; color: var(--ss-text-secondary); font-size: 13px; line-height: 1.6; }
.dashboard-priority { align-self: center; padding: 8px 0 8px clamp(0px, 2vw, 24px); }
.dashboard-priority h3 { margin: 14px 0; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.08; letter-spacing: -.04em; }
.dashboard-priority > p { max-width: 520px; color: var(--ss-text-secondary); font-size: 15px; line-height: 1.75; }
.dashboard-actions-list { display: flex; flex-wrap: wrap; gap: 0; margin: 20px 0; border-block: 1px solid var(--ss-border); }
.dashboard-actions-list span { padding: 10px 14px 10px 0; margin-right: 14px; color: var(--ss-text-primary); font-size: 12px; font-weight: 700; }
.dashboard-actions-list span + span::before { content: "/"; padding-right: 14px; color: var(--ss-accent-bright); }
.platform-operations-story { padding: var(--presentation-space) 0; border-top: 1px solid var(--ss-divider); background: var(--ss-ribbon); }
.platform-operations-story .operations-heading { margin-bottom: 34px; }
.platform-operations-story .operations-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); }
.operations-next-link { display: inline-block; margin-top: 14px; color: var(--ss-accent-bright); font-weight: 700; text-underline-offset: 4px; }
.trust-interlude { padding: var(--presentation-space) 0; border-block: 1px solid var(--ss-divider); }
.trust-interlude .container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 25px 80px; align-items: end; }
.trust-interlude .eyebrow { grid-column: 1 / -1; }
.trust-interlude h2 { margin: 0; font-size: clamp(40px, 5vw, 72px); line-height: 1.1; }
.trust-interlude h2 span { color: var(--ss-accent-bright); }
.trust-interlude p { color: var(--ss-text-secondary); line-height: 1.75; }
.premium-home .beta { background: var(--ss-selected); border-top: 1px solid var(--ss-border); }
.premium-home .beta-grid { align-items: center; }
.premium-home .beta-grid > a { justify-self: end; }

/* Platform identity stays in its diagrams; real captures get their own canvas. */
.platform-hero { padding-bottom: 64px; }
.platform-hero:has(.product-frame) .platform-hero-grid,
.resource-hero:has(.product-frame) .resource-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 38px; }
.platform-hero:has(.product-frame) .resource-hero-copy,
.resource-hero:has(.product-frame) .resource-hero-copy { display: grid; max-width: none; width: 100%; grid-template-columns: 1.15fr .85fr; column-gap: 70px; align-items: end; }
.resource-hero:has(.product-frame) .resource-proof { grid-column: 1 / -1; }
.resource-hero:has(.product-frame) .resource-hero-copy > .eyebrow { grid-column: 1 / -1; }
.resource-hero:has(.product-frame) .resource-hero-copy h1 { grid-row: span 2; max-width: 780px; margin-bottom: 0; font-size: clamp(42px, 5.1vw, 72px); }
.resource-hero:has(.product-frame) .resource-hero-copy p { font-size: 18px; line-height: 1.65; margin-bottom: 0; }
.platform-visual:has(.product-frame) { padding: 0; border: 0; border-radius: 0; box-shadow: none; background: none; }
.platform-visual:has(.product-frame) .platform-visual-head { display: flex; flex-wrap: wrap; gap: 16px; align-items: baseline; padding-bottom: 14px; border-bottom: 1px solid var(--ss-divider); margin-bottom: 14px; }
.platform-visual:has(.product-frame) .platform-visual-head strong { font-size: 16px; }
.platform-visual:has(.product-frame) .platform-visual-items { display: flex; flex-wrap: wrap; gap: 18px 32px; margin-top: 25px; }
.platform-visual:has(.product-frame) .platform-visual-items li { flex: 1 1 130px; padding: 12px 0; border: 0; border-top: 1px solid var(--ss-border); border-radius: 0; background: none; min-height: 0; }
.platform-visual:has(.product-frame) .platform-visual-items strong { font-size: 13px; }
.platform-visual-note { color: var(--ss-text-secondary); }
.content-section { padding-block: 80px; }
.content-grid { gap: clamp(36px, 7vw, 110px); }
.resource-cards .resource-card { border-radius: 10px; box-shadow: none; }
.resource-hero { background: var(--ss-background); }
.resource-hero:has(.product-frame) .resource-visual { grid-column: 1 / -1; }

/* One shared scope matrix powers the homepage and Solutions overview. */
.solutions-hero { background: var(--ss-background); }
.solutions-intro h1 { font-size: clamp(46px, 5.6vw, 78px); }
.solutions-scope-section { margin-top: 58px; }
.supported-scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ss-border); border-left: 1px solid var(--ss-border); }
.supported-scope-grid > li { display: flex; min-width: 0; border-right: 1px solid var(--ss-border); border-bottom: 1px solid var(--ss-border); }
.supported-scope-card { display: flex; width: 100%; min-width: 0; min-height: 100%; flex-direction: column; padding: clamp(20px, 2.4vw, 32px); color: var(--ss-text-primary); background: var(--ss-surface); transition: background-color .18s ease; }
.supported-scope-grid--compact { margin-top: 36px; }
.supported-scope-grid--compact .supported-scope-card { min-height: 132px; padding: 20px clamp(16px, 2vw, 26px); }
.supported-scope-code { color: var(--ss-accent-bright); font-size: 10px; font-weight: 800; letter-spacing: .11em; line-height: 1.4; text-transform: uppercase; }
.supported-scope-card h2, .supported-scope-card h3 { margin: 22px 0 12px; color: var(--ss-text-primary); font-size: clamp(20px, 2.2vw, 29px); line-height: 1.12; letter-spacing: -.035em; }
.supported-scope-grid--compact .supported-scope-card h3 { margin: 15px 0 12px; font-size: clamp(17px, 1.6vw, 21px); }
.supported-scope-card p { max-width: 540px; margin: 0 0 24px; color: var(--ss-text-secondary); line-height: 1.65; }
.supported-scope-action { min-height: 20px; margin-top: auto; padding-top: 10px; }
.supported-scope-action a { color: var(--ss-accent-bright); font-size: 12px; font-weight: 750; text-underline-offset: 4px; }
.supported-scope-action a:hover { text-decoration-thickness: 2px; }
.supported-scope-action a:focus-visible { outline: 3px solid var(--ss-focus); outline-offset: 4px; border-radius: 2px; }
.supported-scope-status { color: var(--ss-text-secondary); font-size: 12px; font-weight: 650; }
.supported-scope-card--linked:has(.supported-scope-action a:hover), .supported-scope-card--linked:has(.supported-scope-action a:focus-visible) { background: var(--ss-surface-elevated); }
.supported-scope-grid--detailed .supported-scope-card { min-height: 300px; }
.division-context { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ss-divider); }
.system-code { color: var(--ss-accent-bright); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.division-context article { padding: 28px 32px 8px 0; }
.division-context article + article { padding-left: 32px; border-left: 1px solid var(--ss-border); }
.division-context h2 { margin: 18px 0 8px; font-size: clamp(26px, 3vw, 36px); }
.division-context p { max-width: 620px; line-height: 1.65; }
.division-context a { color: var(--ss-accent-bright); font-size: 13px; font-weight: 750; }
.solution-proof { padding: var(--presentation-space) 0; border-bottom: 1px solid var(--ss-divider); }

/* Knowledge hub: editorial feature + compact, real guide index. */
.resources-heading { max-width: 950px; }
.resources-heading h1 { max-width: 800px; font-size: clamp(40px, 5vw, 68px); }
.featured-resource { border-radius: 0; border-inline: 0; box-shadow: none; padding: 42px 0; background: none; grid-template-columns: 1.3fr .7fr; }
.featured-resource h2 { font-size: clamp(32px, 3.6vw, 50px); }
.featured-index { border-left: 1px solid var(--ss-border); padding-left: 42px; }
.featured-index span { color: var(--ss-text-primary); font-size: 15px; font-weight: 500; padding: 18px 0; }
.library-grid { border: 0; gap: 0 48px; }
.library-grid a { min-height: 0; padding: 28px 0; border: 0; border-top: 1px solid var(--ss-border); background: none; }
.library-grid h3 { margin: 14px 0; font-size: 29px; }
.library-grid p { min-height: 0; }
.guide-index { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--ss-divider); }
.guide-index > h3 { grid-column: 1 / -1; font-size: 22px; }
.guide-index a { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--ss-divider); padding: 18px 0; color: var(--ss-text-secondary); }
.guide-index a:hover { color: var(--ss-accent-bright); }

/* Trust: quiet typography and an architectural diagram, not security theatre. */
.security-hero { background: var(--ss-background); padding-bottom: 80px; }
.security-hero h1 { max-width: 900px; font-size: clamp(48px, 6.7vw, 96px); line-height: 1.08; margin-block: 40px 30px; }
.control-flow > div { border-radius: 4px; background: none; }
.control-flow > div span { color: var(--ss-text-secondary); }
.control-flow .control-core { box-shadow: none; }
.trust-principles { background: var(--ss-background); }
.trust-principles > .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.trust-heading h2 { font-size: clamp(34px, 4vw, 56px); }
.trust-grid { display: block; }
.trust-grid article { min-height: 0; padding: 28px 0; border: 0; border-top: 1px solid var(--ss-border); border-radius: 0; background: none; }
.trust-grid h3 { margin-top: 14px; font-size: 28px; }
.trust-grid .trust-statement { padding: 28px; margin: 18px 0; border: 1px solid var(--ss-border); border-radius: 4px; }
.solutions-workflow li span { color: var(--ss-text-secondary); }

@media (prefers-reduced-motion: no-preference) {
  .business-links h3, .guide-index a, .product-proof a { transition: color .18s ease; }
  .product-frame { animation: product-enter .45s ease-out both; }
  @keyframes product-enter { from { opacity: .7; transform: translateY(6px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 900px) {
  .supported-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-first-heading { grid-template-columns: 1fr; gap: 20px; }
  .pipeline-reference { align-items: flex-start; flex-direction: column; gap: 14px; }
  .project-first-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .speed-bridge { grid-template-columns: 1fr; gap: 20px; }
  .project-first-support { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 1100px) {
  .lifecycle-rail { grid-template-columns: repeat(4, 1fr); }
  .lifecycle-rail a { border-bottom: 1px solid var(--ss-divider); }
  .lifecycle-rail a:first-child { padding-left: 15px; }
  .product-hero-heading { gap: 32px; }
  .product-hero h1 { font-size: clamp(48px, 6.5vw, 76px); }
  .trust-principles > .container { gap: 40px; }
}
@media (max-width: 800px) {
  .product-hero { padding-top: 42px; }
  .product-hero-heading, .canvas-heading, .editorial-heading, .operations-heading, .operations-grid, .platform-operations-story .operations-grid, .trust-interlude .container,
  .resource-hero:has(.product-frame) .resource-hero-copy, .trust-principles > .container { grid-template-columns: 1fr; gap: 24px; }
  .product-hero h1 { font-size: clamp(48px, 8vw, 68px); }
  .product-hero-summary { max-width: 640px; }
  .product-hero .hero-lede { font-size: 22px; }
  .editorial-heading p { max-width: 640px; }
  .resource-hero:has(.product-frame) .resource-hero-copy h1 { grid-row: auto; }
  .resource-hero:has(.product-frame) .resource-hero-copy > .eyebrow { margin-bottom: -12px; }
  .featured-resource { grid-template-columns: 1fr; }
  .featured-index { border-left: 0; padding-left: 0; }
  .trust-heading { margin-bottom: 0; }
  .operations-heading .eyebrow { grid-column: auto; }
  .dashboard-priority { padding: 24px 0 0; border-top: 1px solid var(--ss-border); }
  .estimate-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .estimate-flow li:nth-child(4) { border-right: 0; }
  .estimate-flow li:nth-child(n+5) { border-top: 1px solid var(--ss-divider); }
}
@media (max-width: 600px) {
  main .container { width: calc(100% - 40px); }
  .product-hero h1 { font-size: clamp(42px, 11vw, 60px); }
  .product-hero > .container { display: flex; flex-direction: column; }
  .product-hero-heading, .product-hero-summary { display: contents; }
  .product-hero > .container > .eyebrow { order: 0; }
  .product-hero h1 { order: 1; margin-block: 18px; }
  .product-hero-summary .hero-lede { order: 2; font-size: 19px; margin-bottom: 24px; }
  .product-hero .product-stage-label { order: 3; }
  .product-hero .product-frame { order: 4; }
  .product-hero-summary > p:not(.hero-lede) { order: 5; margin-top: 25px; }
  .product-hero .hero-actions { order: 6; }
  .product-hero .product-proof { order: 7; }
  .product-hero-heading { margin-bottom: 30px; }
  .product-stage-label { align-items: flex-start; flex-direction: column; gap: 14px; }
  .product-stage-label .screenshot-mode-bar { width: 100%; justify-content: space-between; }
  .product-frame { padding: 3px; border-radius: 7px; }
  .product-frame img { border-radius: 3px; }
  .product-proof { flex-direction: column; gap: 10px; padding-bottom: 0; }
  .lifecycle-rail { grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
  .lifecycle-rail a { padding: 20px 14px; }
  .lifecycle-rail a:nth-child(even) { border-right: 0; }
  .lifecycle-rail strong { margin-top: 12px; }
  .business-links, .guide-index { grid-template-columns: 1fr; gap: 26px; }
  .estimate-flow { grid-template-columns: 1fr; margin-top: 30px; border-block: 0; border-left: 1px solid var(--ss-border); }
  .estimate-flow li, .estimate-flow li:first-child { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px 0 12px 14px; border-right: 0; border-bottom: 1px solid var(--ss-divider); }
  .estimate-flow li:nth-child(n+5) { border-top: 0; }
  .operations-map > div { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
  .operations-map > div > span { grid-row: auto; }
  .operations-map p { grid-column: auto; }
  .dashboard-actions-list span { padding-right: 9px; margin-right: 9px; }
  .dashboard-actions-list span + span::before { padding-right: 9px; }
  .guide-index { gap: 0; }
  .canvas-heading { margin-bottom: 26px; }
  .canvas-heading p { font-size: 16px; }
  .supported-scope-grid--compact .supported-scope-card { min-height: 112px; }
  .supported-scope-grid--detailed .supported-scope-card { min-height: 0; padding: 22px; }
  .premium-home .beta-grid > a { justify-self: start; }
  main .story-link + .story-link { margin-left: 0; display: block; }
  .division-context { grid-template-columns: 1fr; }
  .division-context article { padding: 26px 0; }
  .division-context article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--ss-border); }
  .security-hero h1 { font-size: 44px; }
  .trust-grid .trust-statement { padding: 24px; }
  .screenshot-mode-bar { gap: 10px; justify-content: space-between; }
}
@media (max-width: 600px) {
  .supported-scope-grid { grid-template-columns: 1fr; }
  .project-first-section { padding-block: 64px; }
  .project-first-heading h2 { font-size: clamp(40px, 11vw, 56px); }
  .project-first-visual { margin-top: 34px; }
  .pipeline-reference ol { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .pipeline-reference li + li::before { content: "↓"; display: inline-block; margin: 0 8px 0 0; }
  .project-first-work { padding-block: 28px; }
  .project-first-work-heading { align-items: flex-start; flex-direction: column; }
  .project-first-steps { grid-template-columns: 1fr; }
  .project-first-steps li { min-height: 72px; padding: 15px; }
  .speed-bridge { margin-block: 24px; padding-block: 22px; }
  .speed-bridge ol { display: grid; grid-template-columns: 1fr; gap: 7px; }
  .speed-bridge li + li::before { content: "↓"; display: inline-block; margin: 0 9px 0 0; }
  .project-first-support ul { gap: 10px 18px; }
}
