
:root {
  --ink: #0b0d10;
  --ink-2: #20252b;
  --muted: #5b626b;
  --muted-2: #7c838b;
  --line: #d8dce0;
  --line-strong: #bfc5ca;
  --surface: #ffffff;
  --surface-2: #f5f6f7;
  --surface-3: #eceff1;
  --surface-dark: #11151a;
  --slate: #26313c;
  --slate-2: #34424f;
  --success: #233c31;
  --warning: #4c4025;
  --danger: #4b2b2b;
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(11,13,16,.05), 0 8px 28px rgba(11,13,16,.04);
  --shadow: 0 18px 55px rgba(11,13,16,.08);
  --max: 1240px;
  --header-height: 74px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: #dfe3e6; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 104px 0; }
.section.compact { padding: 72px 0; }
.section.alt { background: var(--surface-2); border-block: 1px solid var(--line); }
.section.dark { background: var(--surface-dark); color: #fff; }
.section-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 500px); gap: 48px; align-items: end; margin-bottom: 48px; }
.section-header.single { grid-template-columns: 1fr; max-width: 760px; }
.section-kicker, .eyebrow {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: .73rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.dark .section-kicker, .dark .eyebrow { color: #9ba3ab; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 6.1vw, 6.8rem); line-height: .94; letter-spacing: -.068em; margin-bottom: 26px; max-width: 930px; }
h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.052em; margin-bottom: 18px; }
h3 { font-size: 1.28rem; line-height: 1.2; letter-spacing: -.025em; margin-bottom: 10px; }
h4 { font-size: .98rem; line-height: 1.25; letter-spacing: -.015em; margin-bottom: 8px; }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.35rem); color: var(--muted); max-width: 720px; line-height: 1.55; }
.section-copy { color: var(--muted); font-size: 1.03rem; margin-bottom: 0; }
.text-muted { color: var(--muted); }
.small { font-size: .86rem; }
.mono { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.announcement { background: var(--surface-dark); color: #fff; font-size: .79rem; border-bottom: 1px solid #2a3036; }
.announcement .container { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.announcement a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 90; height: var(--header-height); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(216,220,224,.9); }
.site-header .container { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 31px; height: 31px; }
.brand-word { font-size: .88rem; font-weight: 750; letter-spacing: .34em; }
.desktop-nav { display: flex; align-items: center; gap: 3px; margin-left: auto; }
.nav-link, .nav-trigger { padding: 10px 12px; border: 0; background: transparent; border-radius: 8px; color: var(--ink-2); font-size: .86rem; cursor: pointer; display: inline-flex; align-items: center; gap: 5px; }
.nav-link:hover, .nav-trigger:hover, .nav-link[aria-current="page"] { background: var(--surface-2); color: var(--ink); }
.nav-group { position: relative; }
.nav-trigger svg { width: 13px; transition: transform .18s ease; }
.nav-group.open .nav-trigger svg { transform: rotate(180deg); }
.nav-menu { display: none; position: absolute; top: calc(100% + 11px); left: 0; min-width: 260px; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.nav-group.open .nav-menu { display: block; animation: menu-in .14s ease-out; }
.nav-menu a { display: block; padding: 11px 12px; border-radius: 8px; }
.nav-menu a:hover { background: var(--surface-2); }
.nav-menu strong { display: block; font-size: .86rem; }
.nav-menu span { display: block; color: var(--muted); font-size: .76rem; margin-top: 2px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.btn { min-height: 43px; padding: 0 17px; border-radius: 9px; border: 1px solid var(--line-strong); background: #fff; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: .87rem; font-weight: 700; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.btn.primary { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn.primary:hover { background: #252b31; }
.btn.ghost { border-color: transparent; background: transparent; }
.btn.light { background: #fff; color: var(--ink); border-color: #fff; }
.btn.small-btn { min-height: 36px; padding-inline: 13px; font-size: .78rem; }
.btn svg { width: 16px; height: 16px; }
.mobile-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 9px; background: #fff; align-items: center; justify-content: center; }
.mobile-toggle svg { width: 20px; }
.mobile-panel { display: none; }

/* Focused Forge workspace microsite */
.workspace-site { background: #f4f7fb; }
.workspace-header { height: 72px; background: #fff; border-bottom: 1px solid var(--line); }
.workspace-header .container { height: 100%; display: flex; align-items: center; gap: 30px; }
.workspace-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.workspace-brand img { width: 30px; height: 30px; }
.workspace-header nav { margin-left: auto; display: flex; gap: 24px; font-size: .84rem; }
.workspace-header nav a:hover { color: var(--workspace-accent); }
.workspace-primary { color: #fff; background: var(--workspace-accent); border-color: var(--workspace-accent); }
.workspace-primary:hover { color: #fff; filter: brightness(.92); }
.workspace-primary svg, .workspace-site .text-link svg { width: 16px; }
.workspace-hero { padding: 76px 0; }
.workspace-hero-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(480px,1.05fr); gap: 70px; align-items: center; }
.workspace-hero h1 { max-width: 700px; font-size: clamp(3.3rem,5.2vw,5.8rem); }
.workspace-hero .eyebrow { color: var(--workspace-accent); }
.workspace-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 36px; color: var(--muted); font-size: .77rem; }
.workspace-proof span::before { content: '✓'; color: var(--workspace-accent); margin-right: 7px; font-weight: 900; }
.workspace-console { padding: 22px; border-radius: 18px; color: #fff; background: #17202c; box-shadow: 0 24px 60px rgba(15,24,35,.18); }
.workspace-console-top { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid #34404e; font-size: .8rem; }
.workspace-console-top b { color: #70dda8; font-size: .67rem; letter-spacing: .14em; }
.workspace-request,.workspace-output { margin: 21px 0; padding: 18px; background: #202c3b; border: 1px solid #3a4859; border-radius: 11px; }
.workspace-request small,.workspace-output small { display: block; color: #9daaba; font-size: .61rem; letter-spacing: .14em; margin-bottom: 7px; }
.workspace-console ol { list-style: none; padding: 0; margin: 0; }
.workspace-console li { display: flex; gap: 13px; align-items: center; padding: 9px 4px; color: #8794a5; font-size: .83rem; }
.workspace-console li i { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #4b596a; border-radius: 50%; font-style: normal; font-size: .6rem; }
.workspace-console li.active { color: #fff; }.workspace-console li.active i { border-color: var(--workspace-accent); color: #fff; }
.workspace-output { margin-bottom: 0; }.workspace-output p { margin: 0; font-size: .8rem; color: #d9e0e8; }
.workspace-strip { background: #fff; border-block: 1px solid var(--line); }
.workspace-strip .container { display: grid; grid-template-columns: repeat(3,1fr); }
.workspace-strip div div { padding: 25px 30px; border-right: 1px solid var(--line); }
.workspace-strip div div:last-child { border-right: 0; }
.workspace-strip strong,.workspace-strip span { display: block; }.workspace-strip strong { font-size: .85rem; }.workspace-strip span { color: var(--muted); font-size: .74rem; margin-top: 3px; }
.workspace-capabilities { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }
.workspace-capabilities article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); }.workspace-capabilities article:last-child { border: 0; }
.workspace-capabilities article > span { display: block; color: var(--workspace-accent); font-size: .7rem; font-weight: 800; margin-bottom: 45px; }.workspace-capabilities p { color: var(--muted); font-size: .88rem; }
.workspace-explainer { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }.workspace-explainer p { color: var(--muted); }.workspace-explainer .text-link { color: var(--workspace-accent); margin-top: 18px; }
.workspace-cta { padding: 80px 0; background: #17202c; color: #fff; }.workspace-cta .container { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }.workspace-cta h2 { max-width: 800px; margin: 0; }.workspace-cta .section-kicker { color: #aeb9c7; }
.workspace-footer { padding: 30px 0; background: #fff; border-top: 1px solid var(--line); }.workspace-footer .container { display: flex; align-items: center; gap: 28px; }.workspace-footer p { margin: 0; color: var(--muted); font-size: .78rem; }.workspace-footer nav { margin-left: auto; display: flex; gap: 20px; font-size: .75rem; color: var(--muted); }
.hero { padding: 94px 0 80px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr); gap: 72px; align-items: center; }
.hero-copy .lead { max-width: 650px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; }
.hero-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-note { display: grid; grid-template-columns: 30px 1fr; gap: 10px; color: var(--muted); font-size: .78rem; }
.icon-box { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 9px; display: grid; place-items: center; background: #fff; flex: 0 0 auto; }
.icon-box svg { width: 17px; height: 17px; }
.dashboard-shell { border: 1px solid var(--line-strong); border-radius: 18px; background: #fff; box-shadow: var(--shadow); overflow: hidden; transform: perspective(1400px) rotateY(-1.2deg) rotateX(.3deg); }
.dashboard-top { min-height: 52px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; padding: 0 15px; }
.dashboard-top > svg { width: 15px; height: 15px; flex: 0 0 auto; }
.dot-group { display: flex; gap: 5px; }
.dot-group i { width: 7px; height: 7px; border-radius: 50%; background: #c8cdd2; }
.dashboard-title { font-size: .75rem; font-weight: 750; }
.dashboard-search { margin-left: auto; width: 185px; height: 29px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted-2); font-size: .66rem; display: flex; align-items: center; padding-inline: 9px; gap: 6px; }
.dashboard-body { display: grid; grid-template-columns: 135px 1fr; min-height: 508px; }
.dash-sidebar { border-right: 1px solid var(--line); background: var(--surface-2); padding: 12px 8px; }
.dash-sidebar a { display: flex; align-items: center; gap: 8px; padding: 9px 10px; font-size: .66rem; color: var(--muted); border-radius: 6px; margin-bottom: 2px; }
.dash-sidebar a.active { background: #fff; color: var(--ink); box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.dash-sidebar svg { width: 13px; }
.dash-main { padding: 15px; background: #fbfbfc; }
.dash-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.dash-heading strong { font-size: .72rem; }
.dash-heading span { font-size: .59rem; color: var(--muted); }
.project-row { display: grid; grid-template-columns: repeat(3, 1fr) .8fr; gap: 8px; margin-bottom: 11px; }
.project-card, .dash-card { border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 10px; }
.project-card strong { font-size: .64rem; display: block; }
.project-card span { color: var(--muted); font-size: .56rem; }
.progress { height: 3px; background: var(--surface-3); border-radius: 2px; margin-top: 11px; overflow: hidden; }
.progress i { display: block; height: 100%; background: var(--ink); border-radius: 2px; }
.add-project { display: grid; place-items: center; color: var(--muted); font-size: .6rem; }
.dash-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.dash-card { min-height: 128px; }
.dash-card-head { display: flex; justify-content: space-between; font-size: .64rem; font-weight: 750; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.dash-card-head a { color: var(--muted); font-size: .52rem; }
.mini-list { list-style: none; padding: 0; margin: 7px 0 0; }
.mini-list li { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .54rem; padding: 4px 0; }
.mini-list strong { color: var(--ink); font-size: inherit; }
.logo-strip { border-block: 1px solid var(--line); background: var(--surface-2); }
.logo-strip .container { min-height: 86px; display: grid; grid-template-columns: 1.2fr repeat(5, 1fr); align-items: center; gap: 20px; }
.logo-strip p { margin: 0; color: var(--muted); font-size: .76rem; }
.trust-mark { color: #747b83; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.trust-mark svg { width: 22px; height: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.grid-6 { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 14px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 24px; box-shadow: 0 1px 0 rgba(11,13,16,.02); }
.card:hover { border-color: var(--line-strong); }
.card .icon-box { margin-bottom: 24px; }
.card > svg { width: 24px; height: 24px; margin-bottom: 24px; }
.dark .card p { color: #aeb5bc; }
.card p { color: var(--muted); font-size: .9rem; margin-bottom: 0; }
.card .text-link { margin-top: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 750; }
.text-link:hover { gap: 9px; }
.text-link svg { width: 14px; }
.plane-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; min-height: 260px; display: flex; flex-direction: column; }
.plane-head { background: var(--surface-dark); color: #fff; padding: 23px; display: flex; align-items: flex-start; gap: 16px; }
.plane-number { width: 34px; height: 34px; border: 1px solid #737a82; border-radius: 50%; display: grid; place-items: center; font-weight: 800; flex: 0 0 auto; }
.plane-head span { color: #aeb5bc; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; display: block; margin-bottom: 4px; }
.plane-head strong { font-size: 1.08rem; }
.plane-body { padding: 23px; flex: 1; }
.plane-body p { color: var(--muted); font-size: .86rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.tag { border: 1px solid var(--line); background: var(--surface-2); border-radius: 99px; padding: 5px 9px; font-size: .66rem; color: var(--ink-2); }
.product-matrix { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: repeat(6, 1fr); }
.product-tile { min-height: 155px; padding: 22px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.product-tile:nth-child(6n) { border-right: 0; }
.product-tile:nth-last-child(-n+6) { border-bottom: 0; }
.product-tile svg { width: 24px; height: 24px; margin-bottom: 25px; }
.product-tile strong { display: block; font-size: .87rem; }
.product-tile span { color: var(--muted); font-size: .7rem; display: block; margin-top: 4px; }
.process { display: grid; grid-template-columns: repeat(7, 1fr); align-items: start; }
.process-step { position: relative; padding-right: 28px; }
.process-step:not(:last-child)::after { content: ""; position: absolute; height: 1px; background: var(--line-strong); top: 23px; left: 54px; right: 8px; }
.process-icon { width: 46px; height: 46px; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; background: #fff; position: relative; z-index: 1; margin-bottom: 16px; }
.process-icon svg { width: 19px; }
.process-step strong { display: block; font-size: .77rem; }
.process-step p { color: var(--muted); font-size: .68rem; margin: 6px 0 0; line-height: 1.45; }
.split-panel { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.split-copy { padding: 54px; }
.split-visual { background: var(--surface-2); border-left: 1px solid var(--line); padding: 34px; display: grid; align-content: center; }
.market-preview { border: 1px solid var(--line-strong); background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.market-preview-head { padding: 14px; border-bottom: 1px solid var(--line); display: flex; gap: 8px; align-items: center; }
.fake-search { height: 34px; flex: 1; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: .68rem; display: flex; align-items: center; gap: 7px; padding-inline: 10px; }
.listing-mini { display: grid; grid-template-columns: 40px 1fr auto; gap: 11px; align-items: center; padding: 13px 14px; border-bottom: 1px solid var(--line); }
.listing-mini:last-child { border-bottom: 0; }
.listing-mini .mini-icon { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 9px; display: grid; place-items: center; background: var(--surface-2); }
.listing-mini .mini-icon svg { width: 17px; }
.listing-mini strong { font-size: .72rem; display: block; }
.listing-mini span { color: var(--muted); font-size: .61rem; }
.listing-mini button { width: 30px; height: 30px; border: 1px solid var(--line); background: #fff; border-radius: 7px; display: grid; place-items: center; }
.listing-mini button svg { width: 14px; }
.architecture-frame { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 14px; box-shadow: var(--shadow-sm); overflow: hidden; }
.architecture-frame img { width: 100%; border-radius: 10px; }
.architecture-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 16px; }
.architecture-actions p { margin: 0; color: var(--muted); font-size: .78rem; }
.code-panel { background: #0e1216; border: 1px solid #2d343b; border-radius: 13px; overflow: hidden; color: #d9dde1; }
.code-tabs { display: flex; gap: 4px; padding: 9px; border-bottom: 1px solid #2a3036; }
.code-tab { color: #9ba2aa; background: transparent; border: 0; border-radius: 6px; padding: 7px 9px; font-size: .68rem; cursor: pointer; }
.code-tab.active { color: #fff; background: #252b31; }
.code-block { padding: 22px; font-size: .75rem; line-height: 1.7; min-height: 245px; overflow: auto; white-space: pre; }
.copy-code { float: right; margin: 12px 12px 0 0; color: #c7ccd1; background: #20262c; border: 1px solid #353d45; border-radius: 6px; padding: 6px 9px; font-size: .65rem; cursor: pointer; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; margin-bottom: 14px; color: var(--muted); font-size: .9rem; }
.check-list svg { width: 17px; margin-top: 2px; color: var(--ink); }
.dark .check-list li { color: #b7bec5; }
.dark .check-list svg { color: #fff; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.stat { padding: 28px; background: #fff; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 1.85rem; letter-spacing: -.04em; }
.stat span { color: var(--muted); font-size: .74rem; }
.page-hero { padding: 88px 0 68px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%); }
.page-hero h1 { font-size: clamp(3.2rem, 6vw, 6rem); max-width: 980px; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; color: var(--muted); font-size: .76rem; margin-bottom: 38px; }
.breadcrumbs span { color: var(--line-strong); }
.product-detail { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.product-detail .large-icon { width: 58px; height: 58px; border: 1px solid var(--line); background: var(--surface-2); border-radius: 14px; display: grid; place-items: center; }
.product-detail .large-icon svg { width: 25px; }
.product-detail[data-product-link] { cursor: pointer; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.product-detail[data-product-link]:hover { transform: translateY(-2px); border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.product-detail[data-product-link]:focus-visible { outline: 3px solid rgba(11,13,16,.16); outline-offset: 3px; }
.product-card-actions { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 17px; }
.product-card-link { display: inline-flex; font-size: .72rem; font-weight: 800; }
.product-card-link.service { color: var(--ink); }
.product-service-mark { width: auto; min-width: 42px; padding: 0 8px; font-size: .62rem; font-weight: 900; letter-spacing: .06em; }
.product-page-hero { padding: 76px 0; border-bottom: 1px solid var(--line); background: linear-gradient(180deg,#fff 0%,#f8f9fa 100%); }
.product-hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); gap: 68px; align-items: start; }
.product-page-hero h1 { font-size: clamp(3.5rem,7vw,6.8rem); margin-bottom: 20px; }
.product-visual { position: relative; aspect-ratio: 1/1; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: #f8f8f6; box-shadow: var(--shadow); }
.product-visual img { position: absolute; width: 400%; max-width: none; height: 300%; object-fit: fill; left: 0; top: 0; }
.product-visual.crop-1 img { left: -100%; }.product-visual.crop-2 img { left: -200%; }.product-visual.crop-3 img { left: -300%; }
.product-visual.crop-4 img { top: -100%; }.product-visual.crop-5 img { left: -100%; top: -100%; }.product-visual.crop-6 img { left: -200%; top: -100%; }.product-visual.crop-7 img { left: -300%; top: -100%; }
.product-visual.crop-8 img { top: -200%; }.product-visual.crop-9 img { left: -100%; top: -200%; }.product-visual.crop-10 img { left: -200%; top: -200%; }.product-visual.crop-11 img { left: -300%; top: -200%; }
.product-identity { min-height: 430px; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px,5vw,64px); border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: linear-gradient(145deg,#fff 0%,#f4f7fb 100%); box-shadow: var(--shadow); }
.product-identity-brand { display: flex; align-items: center; gap: 12px; font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.product-monogram { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 10px; letter-spacing: 0; }
.product-identity-eyebrow { margin: 54px 0 10px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-identity h2 { margin: 0 0 14px; font-size: clamp(2.4rem,5vw,4.4rem); }
.product-identity > p:not(.product-identity-eyebrow) { max-width: 580px; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.product-identity-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 36px; font-size: .7rem; font-weight: 800; }
.product-identity-flow span { padding: 8px 11px; border: 1px solid var(--line-strong); border-radius: 999px; background: #fff; }
.product-overview { padding: clamp(28px,4vw,48px); border-top: 4px solid var(--ink); background: #fff; box-shadow: var(--shadow-sm); }
.product-overview .section-kicker { margin-top: 30px; }
.product-overview h2 { margin-bottom: 30px; font-size: clamp(1.8rem,3vw,2.8rem); }
.product-overview dl { margin: 0; }
.product-overview dl div { padding: 18px 0; border-top: 1px solid var(--line); }
.product-overview dt { margin-bottom: 7px; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-overview dd { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.atlas-origin { display: grid; gap: 6px; margin: 24px 0 0; padding: 20px; border: 1px solid var(--line); background: var(--surface-2); }
.atlas-origin span { font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.atlas-origin a { margin-top: 5px; color: var(--blue); font-size: .78rem; font-weight: 800; }
.product-story-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: clamp(40px,7vw,90px); align-items: start; }
.product-about { color: var(--muted); font-size: 1.05rem; max-width: 720px; }
.feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; list-style: none; padding: 0; margin: 30px 0 0; }
.feature-list li { border: 1px solid var(--line); border-radius: 9px; padding: 15px; font-size: .8rem; font-weight: 700; background: #fff; }
.product-story-grid > div:last-child .feature-list { grid-template-columns: 1fr; margin-top: 18px; }
.product-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 42px 0 0; padding: 0; list-style: none; border: 1px solid var(--line); background: #fff; }
.product-steps li { min-height: 180px; padding: 28px; border-right: 1px solid var(--line); }
.product-steps li:last-child { border-right: 0; }
.product-steps span { color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.product-steps p { margin: 48px 0 0; max-width: 280px; font-weight: 750; line-height: 1.5; }
.comparison-table-wrap { overflow-x: auto; margin-top: 38px; border: 1px solid var(--line); }
.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; text-align: left; }
.comparison-table th, .comparison-table td { padding: 19px 22px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: .82rem; line-height: 1.55; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table thead th { background: var(--surface-2); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.comparison-table tbody th { width: 20%; }
.comparison-table td:nth-child(2) { color: var(--muted); }
.comparison-table td:nth-child(3), .comparison-table thead th:nth-child(3) { border-left: 2px solid var(--ink); }
.comparison-note { margin: 22px 0 0; color: var(--muted); font-size: .82rem; }
.comparison-note a { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.product-cta { padding: 54px 0; background: var(--ink); color: #fff; }
.product-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.product-cta h2 { margin-bottom: 10px; font-size: clamp(2rem,4vw,3.4rem); }
.product-cta p:not(.section-kicker) { margin: 0; color: #b8bcc3; }
.product-cta .btn.primary { background: #fff; color: var(--ink); border-color: #fff; white-space: nowrap; }
.code-note { color: var(--muted); font-size: .7rem; margin-top: 12px; }
.system-visual { display: block; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.system-visual img { width: 100%; border-radius: 13px; }
.system-visual span { display: flex; justify-content: flex-end; padding: 14px 8px 3px; font-size: .76rem; font-weight: 800; }
.platform-map { padding: clamp(18px,3vw,34px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.platform-map a { color: inherit; }
.platform-map-planes, .platform-map-capabilities, .platform-map-rails { display: grid; gap: 14px; }
.platform-map-planes { grid-template-columns: 1fr 1fr; }
.map-plane, .map-wide, .platform-map-capabilities a, .platform-map-rails a { border: 1px solid var(--line-strong); border-radius: 12px; background: #fff; transition: transform .15s ease, box-shadow .15s ease; }
.map-plane:hover, .map-wide:hover, .platform-map-capabilities a:hover, .platform-map-rails a:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.map-plane { padding: 22px; border-top: 4px solid #3459c7; }
.map-plane.work { border-top-color: #28764a; }
.platform-map small { display: block; margin-bottom: 6px; color: var(--blue); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.map-plane.work small { color: #28764a; }
.platform-map strong { display: block; font-size: .9rem; }
.map-plane span { display: block; margin-top: 8px; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.map-connector { padding: 10px; color: var(--muted); text-align: center; font-size: .65rem; font-weight: 800; letter-spacing: .04em; }
.map-wide { display: block; max-width: 760px; margin: 0 auto; padding: 17px 24px; text-align: center; }
.map-wide.gaia { border-color: #76a689; background: #f7fbf8; }
.map-wide.gaia small { color: #28764a; }
.map-wide.atlas { border-color: #315dcc; background: #f5f8ff; }
.map-wide.atlas strong { color: #183c9c; }
.platform-map-capabilities { grid-template-columns: repeat(2,1fr); max-width: 760px; margin: 0 auto; }
.platform-map-capabilities a { display: grid; grid-template-columns: 40px 1fr; padding: 18px; }
.platform-map-capabilities b { grid-row: span 2; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line-strong); border-radius: 8px; font-size: .6rem; }
.platform-map-capabilities small { margin: 0; }
.platform-map-capabilities strong { font-size: .76rem; }
.platform-map-capabilities em { display: block; margin-top: 4px; color: var(--muted); font-size: .65rem; font-style: normal; font-weight: 600; }
.platform-map-rails { grid-template-columns: repeat(4,1fr); margin-top: 22px; }
.platform-map-rails a { padding: 14px; background: var(--surface-2); }
.platform-map-rails small { margin-bottom: 3px; }
.platform-map-rails span { color: var(--muted); font-size: .68rem; line-height: 1.4; }
.map-details { display: block; margin-top: 22px; text-align: right; font-size: .75rem; font-weight: 800; }
.product-pagination { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; padding-top: 34px; padding-bottom: 70px; }
.product-pagination a { border: 1px solid var(--line); border-radius: 9px; padding: 14px 16px; font-size: .76rem; font-weight: 750; }
.product-pagination a:last-child { text-align: right; }
.product-meta { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 16px; }
.product-meta span { font-size: .67rem; color: var(--muted); border-right: 1px solid var(--line); padding-right: 10px; }
.product-meta span:last-child { border-right: 0; }
.capability-table { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cap-row { display: grid; grid-template-columns: 220px 1fr 180px; border-bottom: 1px solid var(--line); }
.cap-row:last-child { border-bottom: 0; }
.cap-row > div { padding: 18px 20px; border-right: 1px solid var(--line); font-size: .82rem; }
.cap-row > div:last-child { border-right: 0; }
.cap-row.header { background: var(--surface-2); font-weight: 800; }
.cap-row p { margin: 0; color: var(--muted); }
.arch-plane { border: 1px solid var(--line); border-radius: var(--radius); display: grid; grid-template-columns: 270px 1fr; overflow: hidden; margin-bottom: 14px; }
.arch-plane-label { background: var(--surface-dark); color: #fff; padding: 27px; }
.arch-plane-label span { color: #9ca4ac; font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.arch-plane-label strong { display: block; font-size: 1.2rem; margin-top: 7px; }
.arch-plane-content { padding: 25px; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 11px; background: #fff; }
.arch-chip { border: 1px solid var(--line); border-radius: 9px; padding: 14px; }
.arch-chip strong { font-size: .76rem; display: block; }
.arch-chip span { color: var(--muted); font-size: .65rem; display: block; margin-top: 4px; }
.market-toolbar { display: grid; grid-template-columns: minmax(240px,1fr) 180px 180px 150px; gap: 10px; margin-bottom: 24px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: .7rem; font-weight: 800; color: var(--muted); }
.input-wrap { position: relative; }
.input-wrap svg { width: 16px; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); }
input, select, textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 9px; background: #fff; color: var(--ink); min-height: 45px; padding: 10px 12px; outline: none; }
.input-wrap input { padding-left: 42px; }
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(11,13,16,.08); }
.market-layout { display: grid; grid-template-columns: 230px 1fr; gap: 26px; }
.filter-panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 19px; align-self: start; position: sticky; top: 96px; }
.filter-panel h3 { font-size: .92rem; margin-bottom: 18px; }
.filter-group { padding-block: 16px; border-top: 1px solid var(--line); }
.filter-group:first-of-type { border-top: 0; padding-top: 0; }
.filter-group strong { font-size: .7rem; display: block; margin-bottom: 10px; }
.check-filter { display: flex; align-items: center; gap: 9px; font-size: .76rem; color: var(--muted); margin-bottom: 9px; }
.check-filter input { width: 15px; min-height: 15px; accent-color: var(--ink); }
.market-results-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.market-results-head span { color: var(--muted); font-size: .78rem; }
.market-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.market-card { border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; display: flex; flex-direction: column; min-height: 310px; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.market-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--line-strong); }
.market-card-top { padding: 18px 18px 14px; display: grid; grid-template-columns: 45px 1fr auto; gap: 12px; align-items: start; }
.market-icon { width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 11px; display: grid; place-items: center; background: var(--surface-2); }
.market-icon svg { width: 20px; }
.market-card h3 { font-size: .92rem; margin: 2px 0 3px; }
.market-card .publisher { color: var(--muted); font-size: .65rem; }
.badge { font-size: .59rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 800; border: 1px solid var(--line); border-radius: 99px; padding: 4px 7px; color: var(--muted); }
.market-card-body { padding: 0 18px 18px; flex: 1; }
.market-card-body p { color: var(--muted); font-size: .77rem; min-height: 72px; }
.card-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.card-tags span { font-size: .59rem; background: var(--surface-2); border: 1px solid var(--line); border-radius: 5px; padding: 4px 6px; color: var(--muted); }
.market-card-foot { border-top: 1px solid var(--line); padding: 12px 15px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.market-card-foot span { color: var(--muted); font-size: .64rem; }
.empty-state { grid-column: 1 / -1; border: 1px dashed var(--line-strong); border-radius: var(--radius); padding: 60px 30px; text-align: center; color: var(--muted); }
.modal-backdrop { position: fixed; inset: 0; z-index: 200; background: rgba(11,13,16,.62); display: none; align-items: center; justify-content: center; padding: 22px; }
.modal-backdrop.open { display: flex; }
.modal { width: min(100%, 620px); max-height: calc(100vh - 44px); overflow: auto; background: #fff; border-radius: 18px; box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.modal-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.modal-head h2 { font-size: 1.25rem; margin: 0; letter-spacing: -.025em; }
.modal-close { width: 35px; height: 35px; border: 1px solid var(--line); background: #fff; border-radius: 8px; display: grid; place-items: center; cursor: pointer; }
.modal-body { padding: 24px; }
.modal-actions { padding: 18px 24px; border-top: 1px solid var(--line); display: flex; justify-content: flex-end; gap: 8px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 300; background: var(--surface-dark); color: #fff; border: 1px solid #343b42; border-radius: 10px; padding: 13px 16px; font-size: .78rem; box-shadow: var(--shadow); transform: translateY(120px); opacity: 0; transition: .22s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.faq-section { padding-block: clamp(72px,8vw,118px); }
.faq-layout { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(520px,1.2fr); gap: clamp(54px,8vw,112px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { max-width: 620px; font-size: clamp(2.6rem,4.8vw,4.7rem); }
.faq-intro > p:not(.section-kicker) { max-width: 560px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.faq-principles { margin: 34px 0 30px; border-top: 1px solid var(--line); }
.faq-principles > div { display: grid; grid-template-columns: 30px 1fr; gap: 4px 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.faq-principles span { grid-row: 1 / 3; color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .08em; }
.faq-principles strong { font-size: .8rem; }
.faq-principles p { margin: 0; color: var(--muted); font-size: .73rem; line-height: 1.55; }
.faq { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; text-align: left; border: 0; background: transparent; padding: 25px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .96rem; font-weight: 750; cursor: pointer; }
.faq-question > span { display: grid; gap: 7px; }
.faq-question small { color: var(--blue); font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.faq-question svg { width: 18px; transition: transform .2s ease; }
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.faq-answer { display: none; color: var(--muted); max-width: 720px; padding: 0 42px 28px 0; font-size: .9rem; line-height: 1.75; }
.faq-answer a { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.faq-item.open .faq-answer { display: block; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.contact-panel { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; background: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid .full { grid-column: 1 / -1; }
.form-note { color: var(--muted); font-size: .68rem; margin-top: 13px; }
.legal-hero { padding-bottom: 58px; }
.legal-copy { color: var(--muted); font-size: .96rem; line-height: 1.75; }
.legal-copy h2 { margin: 42px 0 12px; color: var(--ink); font-size: clamp(1.35rem,2.2vw,2rem); }
.legal-copy h3 { margin: 30px 0 10px; color: var(--ink); font-size: 1.05rem; }
.legal-copy p, .legal-copy li { max-width: 880px; }
.legal-copy ul, .legal-copy ol { display: grid; gap: 8px; padding-left: 24px; }
.legal-copy a { color: var(--ink); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.cta-panel { background: var(--surface-dark); color: #fff; border-radius: var(--radius-lg); padding: 68px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; overflow: hidden; position: relative; }
.cta-panel::after { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid #343b42; border-radius: 50%; right: -160px; top: -210px; }
.cta-panel h2 { max-width: 760px; margin-bottom: 0; }
.cta-panel p { color: #aeb5bc; max-width: 640px; margin: 18px 0 0; }
.site-footer { background: #f6f7f8; border-top: 1px solid var(--line); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(5, 1fr); gap: 34px; }
.footer-brand p { color: var(--muted); font-size: .78rem; max-width: 230px; margin-top: 18px; }
.footer-col h3 { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 15px; }
.footer-col a { display: block; color: var(--muted); font-size: .76rem; padding: 4px 0; }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: .68rem; }
.footer-bottom-links { display: flex; gap: 18px; }
.reveal { opacity: 1; transform: none; }
.reveal.in-view { opacity: 1; transform: none; }
@keyframes menu-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1100px) {
  .workspace-hero-grid { grid-template-columns: 1fr; }
  .workspace-console { max-width: 720px; }
  .workspace-header nav { display: none; }
  .workspace-header .workspace-primary { margin-left: auto; }
  .product-hero-grid, .product-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .product-visual { max-width: 680px; }
  .desktop-nav, .header-actions .ghost { display: none; }
  .mobile-toggle { display: flex; }
  .mobile-panel { position: fixed; inset: calc(36px + var(--header-height)) 0 0; background: #fff; z-index: 85; padding: 20px; overflow: auto; border-top: 1px solid var(--line); }
  .mobile-panel.open { display: block; }
  .mobile-panel a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-panel > strong { display: block; margin-top: 18px; color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-panel .btn { margin-top: 18px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .dashboard-shell { transform: none; }
  .product-matrix { grid-template-columns: repeat(4, 1fr); }
  .product-tile:nth-child(6n) { border-right: 1px solid var(--line); }
  .product-tile:nth-child(4n) { border-right: 0; }
  .product-tile:nth-last-child(-n+6) { border-bottom: 1px solid var(--line); }
  .product-tile:nth-last-child(-n+4) { border-bottom: 0; }
  .process { grid-template-columns: repeat(4, 1fr); row-gap: 34px; }
  .process-step:nth-child(4)::after { display: none; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }
  .market-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
}
@media (max-width: 820px) {
  .workspace-capabilities { grid-template-columns: 1fr; }
  .workspace-capabilities article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .workspace-explainer { grid-template-columns: 1fr; gap: 28px; }
  .workspace-cta .container { grid-template-columns: 1fr; }
  .section { padding: 78px 0; }
  .section-header { grid-template-columns: 1fr; gap: 16px; }
  .hero { padding-top: 70px; }
  .hero-notes { grid-template-columns: 1fr; }
  .logo-strip .container { grid-template-columns: repeat(2, 1fr); padding-block: 22px; }
  .grid-3, .grid-4, .grid-6 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .split-panel, .contact-grid { grid-template-columns: 1fr; }
  .split-visual { border-left: 0; border-top: 1px solid var(--line); }
  .product-matrix { grid-template-columns: repeat(3, 1fr); }
  .product-tile:nth-child(4n) { border-right: 1px solid var(--line); }
  .product-tile:nth-child(3n) { border-right: 0; }
  .product-tile:nth-last-child(-n+4) { border-bottom: 1px solid var(--line); }
  .product-tile:nth-last-child(-n+3) { border-bottom: 0; }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .arch-plane { grid-template-columns: 1fr; }
  .market-toolbar { grid-template-columns: 1fr 1fr; }
  .market-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .cap-row { grid-template-columns: 1fr; }
  .cap-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .cap-row > div:last-child { border-bottom: 0; }
  .cap-row.header { display: none; }
  .cta-panel { grid-template-columns: 1fr; padding: 44px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .product-steps { grid-template-columns: 1fr; }
  .product-steps li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-steps li:last-child { border-bottom: 0; }
  .product-steps p { margin-top: 18px; }
  .product-cta .container { display: grid; }
}
@media (max-width: 620px) {
  .workspace-header .workspace-primary { display: none; }
  .workspace-hero { padding: 52px 0; }
  .workspace-strip .container { grid-template-columns: 1fr; }
  .workspace-strip div div { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 4px; }
  .workspace-footer .container { align-items: flex-start; flex-direction: column; }
  .workspace-footer nav { margin-left: 0; flex-wrap: wrap; }
  .platform-map-planes, .platform-map-capabilities, .platform-map-rails { grid-template-columns: 1fr; }
  .product-page-hero { padding: 48px 0; }
  .feature-list { grid-template-columns: 1fr; }
  .product-pagination { grid-template-columns: 1fr; }
  .product-pagination a, .product-pagination a:last-child { text-align: center; }
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .announcement .container { min-height: 44px; text-align: center; }
  .site-header { --header-height: 66px; }
  .brand-word { font-size: .78rem; letter-spacing: .25em; }
  .header-actions .primary { display: none; }
  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.3rem); }
  .hero-grid { gap: 44px; }
  .dashboard-body { grid-template-columns: 1fr; }
  .dash-sidebar { display: none; }
  .project-row { grid-template-columns: 1fr 1fr; }
  .dash-grid { grid-template-columns: 1fr 1fr; }
  .grid-2, .grid-3, .grid-4, .grid-6 { grid-template-columns: 1fr; }
  .product-matrix { grid-template-columns: repeat(2, 1fr); }
  .product-tile:nth-child(3n) { border-right: 1px solid var(--line); }
  .product-tile:nth-child(2n) { border-right: 0; }
  .product-tile:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .product-tile:nth-last-child(-n+2) { border-bottom: 0; }
  .process { grid-template-columns: 1fr; }
  .process-step { display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; padding: 0; }
  .process-step:not(:last-child)::after { width: 1px; height: auto; top: 50px; bottom: -24px; left: 23px; right: auto; display: block; }
  .process-icon { grid-row: span 2; }
  .split-copy, .split-visual { padding: 28px; }
  .market-toolbar { grid-template-columns: 1fr; }
  .market-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .cta-panel { padding: 34px 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .architecture-actions { align-items: flex-start; flex-direction: column; }
}
