/*
  OUTREPPED LANDING STUDIES
  Standalone prototype styles. No selectors or tokens are shared with the app.
*/

:root {
  color-scheme: light;
  --display: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  --body: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --ink: #071b33;
  --ink-rgb: 7, 27, 51;
  --ground: #f3f7fa;
  --paper: #ffffff;
  --accent: #2864ff;
  --accent-rgb: 40, 100, 255;
  --action: #ff5a3d;
  --line: #9bacbc;
  --muted: #5b6d80;
  --soft: #e5edf3;
  --section-max: 1480px;
  --shadow: 0 28px 70px rgba(7, 27, 51, .14);
  --radius: 2px;
}

/* Wider content on large / ultrawide monitors. The base column leaves very large
   side gutters past ~1700px, so step the max width up progressively. */
@media (min-width: 1700px) { :root { --section-max: 1660px; } }
@media (min-width: 2100px) { :root { --section-max: 1880px; } }
@media (min-width: 2600px) { :root { --section-max: 2120px; } }
@media (min-width: 3200px) { :root { --section-max: 2420px; } }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 24px; background: var(--ground); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--ground);
  font-family: var(--body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }

::selection { color: var(--paper); background: var(--accent); }

:focus-visible {
  outline: 3px solid var(--action);
  outline-offset: 4px;
}

.page-shell { overflow: clip; }

.prototype-bar {
  min-height: 34px;
  padding: 0 max(20px, calc((100vw - var(--section-max)) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  color: #fff;
  background: #0a0c10;
  font: 700 10px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  position: relative;
  z-index: 90;
}

.prototype-bar > a { justify-self: start; text-decoration: none; }
.prototype-bar > span { opacity: .65; }
.prototype-bar nav { justify-self: end; display: flex; gap: 5px; }
.prototype-bar nav a { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); text-decoration: none; }
.prototype-bar nav a[aria-current="page"] { color: #0a0c10; background: #fff; }

.site-header {
  width: min(var(--section-max), calc(100% - 48px));
  height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(var(--ink-rgb), .23);
  position: relative;
  z-index: 20;
}

.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: block; object-fit: contain; background: transparent; filter: drop-shadow(0 4px 7px rgba(var(--ink-rgb), .16)); }
.brand > span { font-family: var(--display); font-size: 20px; line-height: 1; font-weight: 800; letter-spacing: -.045em; }
.brand-lockup {
  width: 220px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 7px rgba(var(--ink-rgb), .12));
}

.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); }
.site-nav a, .text-link { font-size: 12px; font-weight: 750; text-decoration: none; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--action); transition: right .2s ease; }
.site-nav a:hover::after { right: 0; }

.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }

.button, .outline-button {
  min-height: 52px;
  padding: 0 22px;
  border: 1.5px solid var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 var(--action);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--action); }
.button--small { min-height: 38px; padding: 0 17px; gap: 10px; box-shadow: none; }
.button--small:hover { box-shadow: 3px 3px 0 var(--action); }
.outline-button { color: var(--ink); background: transparent; box-shadow: none; }
.outline-button:hover { color: var(--paper); background: var(--ink); }

.section-pad {
  width: min(var(--section-max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(105px, 11vw, 180px) 0;
}

.eyebrow, .mini-label {
  margin: 0 0 24px;
  font: 750 11px/1.3 var(--mono);
  letter-spacing: .105em;
  text-transform: uppercase;
}

.eyebrow::before { content: ""; width: 27px; height: 2px; margin: 0 10px 3px 0; display: inline-block; background: currentColor; }

h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: var(--display); font-weight: 820; letter-spacing: -.075em; }
h1 em, h2 em { color: var(--accent); font-style: normal; }

.hero {
  min-height: min(900px, calc(100svh - 116px));
  padding-top: clamp(74px, 8vw, 132px);
  padding-bottom: clamp(68px, 7vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(550px, 1.12fr);
  align-items: center;
  gap: clamp(50px, 7vw, 118px);
  position: relative;
}

.hero-copy { position: relative; z-index: 4; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(68px, 7.2vw, 122px); line-height: .84; }
.hero-lede { max-width: 650px; margin: 34px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; letter-spacing: -.015em; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.plain-action { display: inline-flex; align-items: center; gap: 20px; font-size: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; padding: 11px 0 7px; }
.hero-note { margin: 30px 0 0; display: flex; align-items: center; gap: 9px; color: var(--muted); font: 650 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.hero-note span { width: 8px; height: 8px; border-radius: 50%; background: #28a06a; box-shadow: 0 0 0 4px rgba(40,160,106,.12); }

.hero-art { min-width: 0; position: relative; }
.hero-art--daybreak, .hero-art--field { display: none; }

/* Convergence hero mechanism */
.hero-art--convergence { min-height: 630px; padding: 24px 0; }
.engine-heading { display: grid; grid-template-columns: 1fr 140px 1fr; gap: 22px; padding: 0 16px 13px; color: var(--muted); font: 700 9px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.engine-heading span:nth-child(2) { text-align: center; }
.engine-heading span:last-child { text-align: right; }
.engine-body { min-height: 570px; display: grid; grid-template-columns: 1fr 140px 1fr; align-items: center; gap: 20px; position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.engine-body::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(var(--ink-rgb), .065) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--ink-rgb), .065) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(90deg, #000, transparent 47%, transparent 53%, #000); }
.engine-rails { display: grid; gap: 24px; position: relative; z-index: 1; }
.engine-rails span { height: 48px; display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: 10px; font: 750 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.engine-rails i { height: 14px; border: 1px solid var(--ink); background: var(--paper); position: relative; transform-origin: right center; animation: rail-in .9s cubic-bezier(.22,1,.36,1) both; animation-delay: var(--delay); }
.engine-rails i::after { content: ""; position: absolute; top: 4px; right: -16px; width: 16px; height: 4px; background: var(--action); }
.engine-stack { height: 330px; position: relative; z-index: 2; filter: drop-shadow(0 24px 26px rgba(var(--ink-rgb), .18)); }
.engine-stack i { position: absolute; left: 5px; right: 5px; height: 72px; border: 2px solid var(--ink); background: var(--paper); clip-path: polygon(0 26%, 50% 0, 100% 26%, 100% 72%, 50% 100%, 0 72%); transform: translateY(var(--y)); animation: plate-lock .7s cubic-bezier(.22,1,.36,1) both; }
.engine-stack i:nth-child(1) { --y: 0px; background: #d7e4ff; animation-delay: .15s; }
.engine-stack i:nth-child(2) { --y: 47px; animation-delay: .22s; }
.engine-stack i:nth-child(3) { --y: 94px; background: #e6edf2; animation-delay: .29s; }
.engine-stack i:nth-child(4) { --y: 141px; animation-delay: .36s; }
.engine-stack i:nth-child(5) { --y: 188px; background: #dbe6ff; animation-delay: .43s; }
.engine-stack i:nth-child(6) { --y: 235px; background: var(--accent); animation-delay: .5s; }
.engine-stack span { position: absolute; left: 50%; bottom: 22px; z-index: 2; transform: translateX(-50%); color: #fff; font: 800 11px/1 var(--mono); letter-spacing: .12em; }
.engine-receipt { width: min(100%, 280px); justify-self: end; padding: 22px; border: 1.5px solid var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--accent); position: relative; z-index: 2; transform: rotate(1.2deg); }
.engine-receipt::before { content: ""; position: absolute; left: -50px; top: 50%; width: 50px; height: 2px; background: var(--action); }
.receipt-kicker { color: var(--accent); font: 750 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.engine-receipt > b { display: block; margin-top: 18px; font-size: 17px; letter-spacing: -.03em; }
.engine-receipt > small { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.engine-receipt > div { margin-top: 25px; padding-top: 14px; border-top: 1px solid var(--soft); display: flex; align-items: center; justify-content: space-between; }
.engine-receipt em { color: #27865f; font: 700 9px/1 var(--mono); font-style: normal; text-transform: uppercase; }
.engine-receipt button { border: 0; padding: 8px 12px; color: #fff; background: var(--ink); font-size: 10px; font-weight: 750; }

@keyframes rail-in { from { opacity: 0; transform: scaleX(.15); } to { opacity: 1; transform: scaleX(1); } }
@keyframes plate-lock { from { opacity: 0; transform: translateY(calc(var(--y) - 45px)); } to { opacity: 1; transform: translateY(var(--y)); } }

/* Proof */
.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  color: var(--paper);
  background: var(--ink);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.proof-strip > div { min-height: 150px; padding: 29px clamp(18px, 3vw, 54px); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.17); }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip strong { font-family: var(--display); font-size: clamp(37px, 4vw, 65px); line-height: 1; letter-spacing: -.07em; }
.proof-strip span { color: rgba(255,255,255,.65); font: 650 10px/1.2 var(--mono); text-transform: uppercase; letter-spacing: .07em; }

/* Shared section headings */
.section-heading { display: grid; grid-template-columns: 1fr minmax(460px, 1.2fr) minmax(260px, .65fr); align-items: end; gap: clamp(30px, 5vw, 90px); margin-bottom: clamp(60px, 8vw, 115px); }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .command-heading h2, .pricing-heading h2, .everywhere h2 { margin: 0; font-size: clamp(52px, 6.2vw, 98px); line-height: .89; }
.section-heading > p:last-child, .command-heading > p:last-child, .pricing-heading > p:last-child, .everywhere-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }

/* Platform stack */
.platform { position: relative; }
.stack-showcase { min-height: 710px; display: grid; grid-template-columns: minmax(230px, .32fr) minmax(0, 1fr); border: 1.5px solid var(--ink); background: var(--paper); box-shadow: 14px 14px 0 var(--soft); }
.tool-tabs { display: grid; grid-template-rows: repeat(6, 1fr); border-right: 1.5px solid var(--ink); }
.tool-tabs button { padding: 20px 24px; border: 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; color: var(--muted); background: transparent; text-align: left; cursor: pointer; position: relative; }
.tool-tabs button:last-child { border-bottom: 0; }
.tool-tabs button::before { content: ""; position: absolute; left: -1px; top: 0; bottom: 0; width: 5px; background: transparent; }
.tool-tabs button span { color: var(--ink); font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.tool-tabs button small { font: 650 9px/1.2 var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.tool-tabs button.active { color: var(--ink); background: var(--soft); }
.tool-tabs button.active::before { background: var(--action); }
.tool-stage { min-width: 0; padding: clamp(28px, 5vw, 76px); display: grid; }
.tool-panel { min-width: 0; align-self: stretch; }
.tool-panel[hidden] { display: none; }
.tool-panel__intro { min-height: 125px; display: flex; flex-direction: column; justify-content: flex-end; }
.tool-panel__intro .mini-label { margin-bottom: 14px; color: var(--accent); }
.tool-panel__intro h3 { max-width: 750px; margin: 0; font-family: var(--display); font-size: clamp(32px, 3.5vw, 58px); line-height: .95; letter-spacing: -.055em; }
.product-window { min-height: 420px; margin-top: 34px; border: 1px solid var(--ink); background: #f8fafc; box-shadow: var(--shadow); overflow: hidden; }
.window-bar { height: 47px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); background: var(--paper); font-size: 11px; font-weight: 800; }
.window-status { color: var(--accent); font: 700 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.filter-row { min-height: 68px; padding: 14px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); }
.filter-row span { padding: 9px 11px; border: 1px solid var(--line); background: var(--paper); font-size: 10px; }
.filter-row button { margin-left: auto; padding: 10px 17px; border: 0; color: #fff; background: var(--accent); font-size: 10px; font-weight: 750; }
.result-head, .result-row { display: grid; grid-template-columns: 1.1fr 1fr 70px; align-items: center; gap: 16px; }
.result-head { padding: 10px 16px; border-bottom: 1px solid var(--line); color: var(--muted); font: 650 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.result-row { padding: 16px; border-bottom: 1px solid var(--soft); background: var(--paper); font-size: 11px; }
.result-row > span:first-child { display: grid; gap: 4px; }
.result-row small { color: var(--muted); }
.result-row strong { color: #247d59; font: 700 9px/1 var(--mono); text-transform: uppercase; }
.muted-row { opacity: .66; }
.source-foot { min-height: 48px; padding: 12px 15px; display: flex; align-items: center; justify-content: flex-end; gap: 20px; color: var(--muted); background: var(--soft); font: 650 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .04em; }

.signal-grid { padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.signal-card { min-height: 135px; padding: 17px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); }
.signal-card span { color: var(--accent); font: 700 9px/1 var(--mono); text-transform: uppercase; }
.signal-card b { margin-top: 20px; font-size: 14px; }
.signal-card small { margin-top: auto; color: var(--muted); }
.signal-card.hot { color: #fff; background: var(--accent); border-color: var(--accent); }
.signal-card.hot span, .signal-card.hot small { color: rgba(255,255,255,.7); }

.deal-board { min-height: 372px; padding: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; background-image: linear-gradient(rgba(var(--ink-rgb),.04) 1px, transparent 1px); background-size: 100% 28px; }
.deal-column { padding: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.68); }
.deal-column > span { font: 750 9px/1 var(--mono); text-transform: uppercase; }
.deal-card { min-height: 92px; margin-top: 12px; padding: 14px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); box-shadow: 2px 2px 0 var(--soft); }
.deal-card b { font-size: 11px; }
.deal-card small { margin-top: auto; color: var(--muted); font-size: 9px; line-height: 1.35; }
.deal-card.selected { border: 2px solid var(--accent); }

.sequence-window { padding-bottom: 18px; }
.sequence-line { min-height: 79px; margin: 0 18px; padding: 12px 0; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); position: relative; }
.sequence-line > i { position: absolute; width: 1px; height: 26px; left: 18px; top: -14px; background: var(--accent); }
.sequence-icon { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--ink); background: var(--paper); font: 800 10px/1 var(--mono); }
.sequence-line div { display: grid; gap: 4px; }
.sequence-line b { font-size: 12px; }
.sequence-line small { color: var(--muted); font-size: 10px; }
.sequence-line em { color: var(--accent); font: 700 8px/1 var(--mono); font-style: normal; text-transform: uppercase; }

.dial-body { padding: 18px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }
.dial-queue { display: grid; align-content: start; border: 1px solid var(--line); background: var(--paper); }
.dial-queue > span { min-height: 82px; padding: 14px; display: grid; grid-template-columns: 13px 1fr; column-gap: 10px; border-bottom: 1px solid var(--soft); }
.dial-queue > span:last-child { border-bottom: 0; }
.dial-queue i { width: 9px; height: 9px; margin-top: 3px; border-radius: 50%; border: 2px solid var(--line); }
.dial-queue b, .dial-queue small { grid-column: 2; }
.dial-queue b { font-size: 11px; }
.dial-queue small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.dial-queue .active-call { background: var(--soft); }
.dial-queue .active-call i { border-color: var(--action); background: var(--action); }
.dial-card { padding: 20px; display: flex; flex-direction: column; align-items: center; border: 1px solid var(--ink); background: var(--ink); color: #fff; text-align: center; }
.dial-card > span { align-self: flex-start; font: 700 8px/1 var(--mono); text-transform: uppercase; opacity: .6; }
.avatar-ring { width: 74px; height: 74px; margin-top: 29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: var(--mono); background: rgba(255,255,255,.08); }
.dial-card b { margin-top: 14px; font-size: 13px; }
.dial-card small { margin-top: 5px; opacity: .6; font-size: 9px; }
.dial-card button { width: 100%; margin-top: auto; padding: 11px; border: 0; background: var(--action); color: #fff; font-size: 10px; font-weight: 800; }

.analytics-prompt { margin: 18px; padding: 15px; display: flex; justify-content: space-between; border: 1.5px solid var(--ink); background: var(--paper); font-size: 12px; }
.analytics-prompt span { color: var(--accent); font-family: var(--mono); }
.chart-wrap { height: 286px; padding: 15px 28px 34px 18px; display: grid; grid-template-columns: 35px 1fr; gap: 14px; }
.chart-y { display: flex; flex-direction: column; justify-content: space-between; color: var(--muted); font: 650 8px/1 var(--mono); text-transform: uppercase; }
.chart-bars { display: flex; align-items: flex-end; justify-content: space-around; gap: 18px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background-image: linear-gradient(rgba(var(--ink-rgb),.08) 1px, transparent 1px); background-size: 100% 33%; }
.chart-bars > i { width: min(68px, 18%); height: var(--h); position: relative; background: var(--accent); }
.chart-bars > i:nth-child(even) { background: var(--ink); }
.chart-bars > i span { position: absolute; left: 50%; bottom: -25px; transform: translateX(-50%); font: 650 8px/1 var(--mono); font-style: normal; }
.chart-legend { margin: 0 18px; display: flex; justify-content: flex-end; gap: 17px; color: var(--muted); font: 650 8px/1 var(--mono); text-transform: uppercase; }
.chart-legend span { display: flex; align-items: center; gap: 6px; }
.chart-legend i { width: 11px; height: 5px; display: block; background: var(--ink); }
.chart-legend span:last-child i { background: var(--accent); }
.analytics-window .chart-wrap { height: 257px; padding-top: 9px; }
.coaching-bars { justify-content: space-around; gap: 12px; }
.coaching-bars .bar-pair { width: min(92px, 21%); height: 100%; display: flex; align-items: flex-end; justify-content: center; gap: 5px; position: relative; }
.coaching-bars .bar-pair i, .coaching-bars .bar-pair b { width: 38%; height: var(--h); display: block; background: var(--ink); }
.coaching-bars .bar-pair b { background: var(--accent); }
.coaching-bars .bar-pair em { position: absolute; left: 50%; bottom: -25px; transform: translateX(-50%); color: var(--ink); font: 650 8px/1 var(--mono); font-style: normal; white-space: nowrap; }

/* AI operating layer */
.ai-section {
  width: 100%;
  padding-left: max(24px, calc((100vw - var(--section-max)) / 2));
  padding-right: max(24px, calc((100vw - var(--section-max)) / 2));
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(60px, 8vw, 140px);
  color: #fff;
  background: var(--accent);
  position: relative;
}
.ai-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); pointer-events: none; }
.ai-heading, .ai-run, .ai-principles { position: relative; z-index: 1; }
.ai-heading .eyebrow { color: rgba(255,255,255,.68); }
.ai-heading h2 { margin: 0; font-size: clamp(60px, 7vw, 112px); line-height: .86; }
.ai-heading h2 em { color: #fff; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .12em; text-decoration-color: var(--action); }
.ai-heading > p:last-child { max-width: 550px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.55; }
.ai-run { align-self: start; color: var(--ink); background: var(--paper); border: 2px solid var(--ink); box-shadow: 16px 16px 0 var(--ink); }
.run-top { min-height: 54px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1.5px solid var(--ink); font: 750 9px/1 var(--mono); text-transform: uppercase; }
.live-state { display: flex; align-items: center; gap: 7px; color: #247d59; }
.live-state i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.run-item { min-height: 140px; padding: 22px; display: grid; grid-template-columns: 38px 1fr auto; gap: 18px; border-bottom: 1px solid var(--line); align-items: start; }
.run-item:last-child { border-bottom: 0; }
.run-glyph { width: 37px; height: 37px; display: grid; place-items: center; color: #fff; background: var(--accent); font-family: var(--mono); }
.run-item div > small { color: var(--accent); font: 700 8px/1 var(--mono); text-transform: uppercase; }
.run-item div > b { display: block; margin-top: 10px; font-size: 14px; }
.run-item p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.run-item > em { color: var(--muted); font: 650 8px/1 var(--mono); font-style: normal; text-transform: uppercase; }
.action-item { background: #eaf0ff; }
.action-item .run-glyph { color: var(--ink); background: var(--action); }
.audit-actions { display: flex; gap: 6px; }
.audit-actions button { padding: 8px 10px; border: 1px solid var(--ink); background: var(--paper); font-size: 9px; font-weight: 750; cursor: pointer; }
.ai-principles { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); }
.ai-principles > span { min-height: 115px; padding: 24px; display: flex; flex-direction: column; gap: 10px; border-right: 1px solid rgba(255,255,255,.4); }
.ai-principles > span:last-child { border-right: 0; }
.ai-principles b { font-size: 14px; }
.ai-principles small { color: rgba(255,255,255,.64); line-height: 1.4; }

/* Trust + control */
.trust-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 8vw, 135px); align-items: start; }
.trust-heading { position: sticky; top: 55px; }
.trust-heading h2 { margin: 0; font-size: clamp(58px, 6.6vw, 104px); line-height: .87; }
.trust-heading > p:last-child { max-width: 570px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.trust-console { border: 2px solid var(--ink); background: var(--paper); box-shadow: 15px 15px 0 var(--action); }
.trust-console__top { min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1.5px solid var(--ink); font: 750 9px/1 var(--mono); text-transform: uppercase; }
.trust-console__top span:last-child { display: flex; align-items: center; gap: 8px; color: var(--accent); }
.trust-console__top i { width: 8px; height: 8px; border-radius: 50%; background: var(--action); box-shadow: 0 0 0 4px rgba(var(--accent-rgb),.1); }
.trust-action { min-height: 205px; padding: clamp(23px, 3vw, 40px); display: grid; grid-template-columns: 48px 1fr auto; align-items: start; gap: 20px; border-bottom: 1px solid var(--line); }
.trust-action__icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--accent); font: 800 18px/1 var(--mono); }
.trust-action small { color: var(--accent); font: 750 8px/1 var(--mono); text-transform: uppercase; }
.trust-action h3 { max-width: 600px; margin: 12px 0 0; font-family: var(--display); font-size: clamp(26px, 2.8vw, 43px); line-height: .98; letter-spacing: -.05em; }
.trust-action p { max-width: 600px; margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.trust-action > em { padding: 8px 10px; border: 1px solid var(--line); color: var(--muted); font: 700 8px/1 var(--mono); font-style: normal; text-transform: uppercase; }
.grounding { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: var(--soft); }
.grounding > span { min-height: 100px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.grounding > span:last-child { border-right: 0; }
.grounding small { color: var(--muted); font: 700 8px/1 var(--mono); text-transform: uppercase; }.grounding b { font-size: 11px; }
.trust-controls { min-height: 82px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.trust-controls > span { color: var(--muted); font: 650 8px/1 var(--mono); text-transform: uppercase; }
.trust-controls > div { display: flex; gap: 8px; }
.trust-controls button { padding: 10px 13px; border: 1px solid var(--ink); background: var(--paper); font-size: 9px; font-weight: 800; cursor: pointer; }
.trust-controls button:last-child { color: #fff; background: var(--ink); }
.undo-chip { width: min(480px, calc(100% - 40px)); min-height: 50px; margin: 24px auto -50px; padding: 0 12px 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1.5px solid var(--ink); background: var(--paper); box-shadow: 5px 5px 0 var(--accent); font-size: 10px; }
.undo-chip button { padding: 8px 12px; border: 1px solid var(--ink); color: var(--accent); background: var(--paper); font: 800 9px/1 var(--mono); text-transform: uppercase; }
.trust-principles { grid-column: 1 / -1; margin-top: 50px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); }
.trust-principles > span { min-height: 125px; padding: 23px; display: flex; flex-direction: column; gap: 11px; border-right: 1px solid var(--line); }
.trust-principles > span:last-child { border-right: 0; }
.trust-principles b { font-size: 13px; }.trust-principles small { color: var(--muted); line-height: 1.4; }

/* Compact control objection handle used by the final Field Map draft */
.control-strip {
  width: min(var(--section-max), calc(100% - 48px));
  min-height: 92px;
  margin: 34px auto 0;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 9px 9px 0 var(--action);
}
.control-strip p { margin: 0; display: flex; align-items: baseline; gap: 12px; font-size: 16px; line-height: 1.45; }
.control-strip p strong { font-family: var(--display); font-size: 23px; letter-spacing: -.035em; white-space: nowrap; }
.control-strip p span { color: var(--muted); }
.control-strip > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.control-strip > div span { padding: 8px 10px; border: 1px solid var(--line); background: var(--ground); font: 750 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .035em; white-space: nowrap; }

/* Full platform inventory before the interactive six-system proof */
.stack-index { margin: -45px 0 42px; display: grid; grid-template-columns: repeat(5, 1fr); border: 2px solid var(--ink); background: var(--paper); }
.stack-index article { min-height: 145px; padding: 24px; border-right: 1px solid var(--line); }
.stack-index article:last-child { border-right: 0; }
.stack-index small { color: var(--accent); font: 750 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .055em; }
.stack-index p { margin: 27px 0 0; font-size: 15px; font-weight: 700; line-height: 1.55; letter-spacing: -.015em; }

/* One-workspace flow + coaching */
.flow-section { border-top: 1px solid var(--line); }
.flow-board { min-height: 590px; display: grid; grid-template-columns: 1.2fr .8fr; border: 2px solid var(--ink); background: var(--paper); box-shadow: 14px 14px 0 var(--soft); }
.flow-path { padding: clamp(28px, 4vw, 58px); border-right: 2px solid var(--ink); display: flex; flex-direction: column; }
.flow-path__top, .coaching-card__top { display: flex; justify-content: space-between; font: 750 9px/1 var(--mono); text-transform: uppercase; }
.flow-path__top em, .coaching-card__top em { color: var(--accent); font-style: normal; }
.flow-steps { margin-top: auto; display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.flow-steps::before { content: ""; position: absolute; left: 8%; right: 8%; top: 33px; height: 3px; background: var(--action); }
.flow-steps > span { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1; }
.flow-steps i { width: 66px; height: 66px; display: grid; place-items: center; border: 2px solid var(--ink); color: var(--ink); background: var(--paper); font: 800 14px/1 var(--mono); font-style: normal; }
.flow-steps span:nth-child(3) i { color: #fff; background: var(--accent); box-shadow: 5px 5px 0 var(--action); }
.flow-steps b { margin-top: 20px; font-size: 12px; }.flow-steps small { margin-top: 6px; color: var(--muted); font-size: 9px; }
.coaching-card { padding: clamp(28px, 4vw, 58px); display: flex; flex-direction: column; background: var(--soft); }
.coaching-card h3 { margin: 70px 0 0; font-family: var(--display); font-size: clamp(30px, 3.2vw, 50px); line-height: .94; letter-spacing: -.055em; }
.coaching-card > p { margin: 17px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.coaching-rows { margin-top: 36px; display: grid; gap: 16px; }
.coaching-rows > span { display: grid; grid-template-columns: 64px 1fr; gap: 12px; align-items: center; }
.coaching-rows b { font: 700 8px/1 var(--mono); text-transform: uppercase; }
.coaching-rows i { height: 12px; display: block; position: relative; background: linear-gradient(90deg, var(--ink) 0 var(--time), transparent var(--time)); }
.coaching-rows i::after { content: ""; width: var(--return); height: 5px; position: absolute; left: 0; bottom: -7px; background: var(--accent); }
.coaching-key { margin-top: auto; padding-top: 30px; display: flex; justify-content: flex-end; gap: 15px; color: var(--muted); font: 650 8px/1 var(--mono); text-transform: uppercase; }
.coaching-key span { display: flex; align-items: center; gap: 6px; }.coaching-key i { width: 11px; height: 5px; background: var(--ink); }.coaching-key span:last-child i { background: var(--accent); }

/* Account activity timeline — fills the flow panel with the running history the
   five steps below act on, so the panel reads as a live account, not an empty box. */
.flow-timeline { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; justify-content: center; gap: clamp(10px, 1.9vh, 24px); margin: clamp(26px, 3.4vh, 48px) 0; position: relative; }
.flow-timeline::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 2px; background: var(--line); opacity: .55; }
.ft-item { position: relative; display: grid; grid-template-columns: 12px minmax(0, 1fr) auto; column-gap: 16px; align-items: center; }
.ft-node { grid-column: 1; grid-row: 1 / -1; align-self: center; width: 12px; height: 12px; border: 2px solid var(--ink); background: var(--paper); }
.ft-item--act .ft-node { background: var(--accent); border-color: var(--accent); box-shadow: 3px 3px 0 var(--action); }
.ft-time { grid-column: 2; grid-row: 1; font: 700 10px/1.2 var(--mono); letter-spacing: .04em; color: var(--accent); }
.ft-item b { grid-column: 2; grid-row: 2; margin-top: 2px; font-family: var(--body); font-weight: 700; font-size: 15px; letter-spacing: -.01em; line-height: 1.15; color: var(--ink); }
.ft-item small { grid-column: 2; grid-row: 3; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.3; }
.ft-tag { grid-column: 3; grid-row: 1 / -1; align-self: center; padding-left: 10px; font: 700 9px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }

/* Command palette */
.command-section { display: grid; grid-template-columns: .34fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.command-heading { align-self: start; }
.command-heading h2 { max-width: 360px; }
.command-heading p:last-child { margin-top: 26px; }
.command-demo { min-height: 680px; border: 1.5px solid var(--ink); background: var(--ink); position: relative; overflow: hidden; box-shadow: 14px 14px 0 var(--action); }
.command-chrome { height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.28); font: 650 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.command-chrome > span { display: flex; gap: 6px; }
.command-chrome i { width: 7px; height: 7px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.command-chrome em { padding: 6px 8px; border: 1px solid rgba(255,255,255,.35); font-style: normal; }
.app-ghost { position: absolute; inset: 74px 38px 80px; display: grid; grid-template-columns: 160px 1fr; grid-template-rows: 54px 1fr 1fr; gap: 16px; opacity: .25; }
.app-ghost span { border: 1px solid rgba(255,255,255,.55); }
.app-ghost span:first-child { grid-row: 1 / -1; }
.app-ghost span:nth-child(2) { grid-column: 2; }
.palette { width: min(650px, calc(100% - 70px)); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: var(--ink); background: var(--paper); border: 2px solid var(--ink); box-shadow: 18px 18px 0 var(--accent); }
.palette-input { min-height: 82px; padding: 17px; display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.palette-input kbd { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--soft); font: 700 10px/1 var(--mono); }
.palette-input > span { font-size: 15px; font-weight: 700; letter-spacing: -.015em; }
.palette-input i { color: var(--muted); font-style: normal; }
.palette-result { min-height: 112px; padding: 18px; display: grid; grid-template-columns: 45px 1fr auto; gap: 15px; align-items: center; background: #edf2ff; }
.result-icon { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; background: var(--accent); font-family: var(--mono); font-size: 19px; }
.palette-result div { display: grid; gap: 7px; }
.palette-result small { color: var(--accent); font: 700 8px/1 var(--mono); text-transform: uppercase; }
.palette-result b { font-size: 13px; }
.palette-result em { font: 700 8px/1 var(--mono); font-style: normal; text-transform: uppercase; }
.palette-foot { min-height: 38px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font: 650 8px/1 var(--mono); text-transform: uppercase; }
.command-modes { position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; gap: 5px; }
.command-modes button { min-width: 80px; padding: 10px 14px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.32); font: 700 9px/1 var(--mono); text-transform: uppercase; cursor: pointer; }
.command-modes button.active { color: var(--ink); background: var(--action); border-color: var(--action); }

/* Included capabilities */
.included { border-top: 1px solid var(--line); }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1.5px solid var(--ink); border-left: 1.5px solid var(--ink); }
.included-grid article { min-height: 380px; padding: clamp(26px, 3vw, 46px); display: flex; flex-direction: column; border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); position: relative; transition: color .2s ease, background .2s ease; }
.included-grid article:hover { color: #fff; background: var(--ink); }
.feature-glyph { font-family: var(--mono); font-size: 27px; }
.included-grid h3 { margin: 62px 0 0; font-family: var(--display); font-size: clamp(27px, 2.6vw, 42px); line-height: .95; letter-spacing: -.045em; }
.included-grid p { max-width: 350px; margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.included-grid article:hover p { color: rgba(255,255,255,.65); }
.mini-room, .mini-calendar, .mini-sign, .mini-track, .mini-roles, .mini-knowledge { min-height: 74px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.mini-room { display: grid; grid-template-columns: auto 1fr 1fr 1fr; align-items: center; gap: 9px; font: 700 8px/1 var(--mono); text-transform: uppercase; }
.mini-room i { height: 4px; background: var(--accent); }
.mini-calendar { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.mini-calendar i { height: 34px; border: 1px solid var(--line); }
.mini-calendar .chosen { background: var(--action); border-color: var(--action); }
.mini-sign { display: flex; align-items: flex-end; justify-content: space-between; font: 700 8px/1 var(--mono); text-transform: uppercase; }
.mini-sign b { font-family: cursive; font-size: 20px; text-transform: none; transform: rotate(-4deg); }
.mini-track { display: flex; align-items: end; gap: 9px; }
.mini-track i { width: 20%; background: var(--accent); height: var(--v); }
.mini-track i:nth-child(1) { --v: 30px; }.mini-track i:nth-child(2) { --v: 50px; }.mini-track i:nth-child(3) { --v: 39px; }.mini-track i:nth-child(4) { --v: 57px; }
.mini-roles { display: flex; gap: 7px; align-items: flex-end; }
.mini-roles span { padding: 9px 10px; border: 1px solid var(--line); font: 700 8px/1 var(--mono); text-transform: uppercase; }
.mini-knowledge { display: grid; grid-template-columns: auto 1fr 1fr; align-items: center; gap: 8px; font: 700 8px/1 var(--mono); text-transform: uppercase; }
.mini-knowledge i { height: 1px; background: var(--line); }

/* Integrations */
.integrations { border-top: 1px solid var(--line); }
.integration-grid { display: grid; grid-template-columns: 1fr 1fr .55fr; border: 1.5px solid var(--ink); }
.integration-grid > article { min-height: 500px; padding: clamp(26px, 3.5vw, 52px); border-right: 1.5px solid var(--ink); display: flex; flex-direction: column; }
.integration-grid > article:last-child { border-right: 0; }
.integration-title { display: flex; align-items: center; gap: 16px; }
.integration-mark { width: 49px; height: 49px; display: grid; place-items: center; color: #fff; font: 850 21px/1 var(--display); }
.hubspot-mark { background: #ff6b35; }.slack-mark { background: #4a154b; }
.integration-title small { color: var(--muted); font: 700 8px/1 var(--mono); text-transform: uppercase; }
.integration-title h3 { margin: 5px 0 0; font-size: 21px; letter-spacing: -.035em; }
.integration-grid article > p { margin: auto 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.sync-visual { margin: 68px 0; display: grid; grid-template-columns: 1fr 45px 1fr; align-items: center; gap: 12px; }
.sync-visual > div { display: grid; gap: 9px; }
.sync-visual span { padding: 10px; border: 1px solid var(--line); background: var(--paper); font-size: 9px; }
.sync-visual > i { height: 1px; background: var(--accent); position: relative; }
.sync-visual > i b { width: 28px; height: 28px; display: grid; place-items: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--accent); color: #fff; font: 800 12px/1 var(--mono); font-style: normal; }
.slack-thread { margin: 50px 0 30px; display: grid; gap: 16px; }
.slack-thread > span { padding: 15px; border: 1px solid var(--line); background: var(--paper); }
.slack-thread b { font-size: 10px; }.slack-thread p { margin: 7px 0 0; font-size: 11px; line-height: 1.4; }
.slack-thread .agent-reply { margin-left: 28px; border-color: var(--accent); background: #edf2ff; }
.slack-thread button { margin-top: 13px; padding: 8px 10px; border: 0; color: #fff; background: var(--accent); font-size: 9px; font-weight: 750; }
.more-card { justify-content: center; background: var(--soft); }
.more-symbol { font: 300 65px/1 var(--display); color: var(--accent); }
.more-card h3 { margin: 35px 0 0; font-family: var(--display); font-size: clamp(28px, 3vw, 46px); line-height: .95; letter-spacing: -.05em; }
.more-card p { margin-top: 18px !important; }

/* Chrome + mobile */
.everywhere { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(55px, 8vw, 130px); align-items: center; border-top: 1px solid var(--line); }
.everywhere-copy .eyebrow { margin-bottom: 30px; }
.everywhere-copy > p { margin-top: 28px; }
.channel-tags { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 8px; }
.channel-tags span { padding: 10px 12px; border: 1px solid var(--line); font: 700 8px/1 var(--mono); text-transform: uppercase; }
.device-stage { min-height: 660px; position: relative; }
.browser-device { width: 84%; height: 520px; position: absolute; left: 0; top: 20px; border: 2px solid var(--ink); background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.browser-top { height: 42px; padding: 0 12px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--ink); }
.browser-top i { width: 7px; height: 7px; border: 1px solid var(--ink); border-radius: 50%; }
.browser-top span { margin-left: 8px; color: var(--muted); font: 650 8px/1 var(--mono); }
.web-profile { position: absolute; left: 0; right: 36%; top: 42px; bottom: 0; padding: 50px; display: grid; align-content: start; gap: 18px; background: #eef2f5; }
.web-profile span { width: 92px; height: 92px; border-radius: 50%; background: #c9d4dc; }
.web-profile i { height: 11px; background: #d7dfe5; }.web-profile i:nth-of-type(1) { width: 60%; background: #aab9c5; }.web-profile i:nth-of-type(2) { width: 85%; }.web-profile i:nth-of-type(3) { width: 72%; }
.browser-device aside { position: absolute; top: 42px; right: 0; bottom: 0; width: 36%; padding: 28px 20px; display: flex; flex-direction: column; border-left: 1px solid var(--ink); background: var(--paper); }
.browser-device aside small { font: 800 8px/1 var(--mono); letter-spacing: .08em; }
.browser-device aside b { margin-top: 45px; font-size: 16px; line-height: 1.2; }
.browser-device aside span { margin-top: 12px; padding: 9px; border: 1px solid var(--line); font-size: 9px; }
.browser-device aside button { margin-top: auto; padding: 11px; border: 0; color: #fff; background: var(--accent); font-size: 9px; font-weight: 750; }
.phone-device { width: 210px; height: 450px; padding: 33px 18px 20px; display: flex; flex-direction: column; align-items: center; position: absolute; right: 0; bottom: 0; z-index: 3; border: 3px solid var(--ink); border-radius: 29px; color: #fff; background: var(--ink); box-shadow: -16px 20px 50px rgba(var(--ink-rgb),.25); }
.phone-speaker { width: 52px; height: 5px; position: absolute; top: 13px; border-radius: 4px; background: rgba(255,255,255,.25); }
.phone-device > small { align-self: flex-start; font: 700 8px/1 var(--mono); text-transform: uppercase; opacity: .6; }
.phone-profile { width: 86px; height: 86px; margin-top: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: var(--mono); }
.phone-device b { margin-top: 18px; font-size: 13px; }.phone-device > span { margin-top: 7px; font-size: 9px; opacity: .65; }
.phone-device button { width: 100%; margin-top: auto; padding: 12px; border: 0; color: #fff; background: var(--action); font-size: 10px; font-weight: 800; }
.phone-device nav { width: 100%; margin-top: 17px; display: flex; justify-content: space-around; }
.phone-device nav i { width: 18px; height: 3px; background: rgba(255,255,255,.3); }
.context-line { position: absolute; left: 27%; bottom: 24px; display: flex; align-items: center; gap: 12px; font: 700 8px/1 var(--mono); text-transform: uppercase; }
.context-line i { width: 90px; height: 2px; background: var(--action); }

/* Pricing */
.pricing { width: 100%; padding-left: max(24px, calc((100vw - var(--section-max)) / 2)); padding-right: max(24px, calc((100vw - var(--section-max)) / 2)); color: #fff; background: var(--ink); }
.pricing-heading { display: grid; grid-template-columns: .55fr 1fr .75fr; gap: 50px; align-items: end; margin-bottom: 78px; }
.pricing-heading h2 em { color: #fff; text-decoration: underline; text-decoration-color: var(--action); text-decoration-thickness: .07em; text-underline-offset: .11em; }
.pricing-heading p:last-child { color: rgba(255,255,255,.62); }
.pricing-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.price-card { min-height: 590px; padding: clamp(32px, 4vw, 58px); display: grid; grid-template-columns: 1fr 1fr; gap: 45px; border: 1px solid rgba(255,255,255,.55); }
.platform-price { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.enterprise-price { display: flex; flex-direction: column; }
.plan-name { font: 750 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.price-card h3 { margin: 45px 0 0; font-family: var(--display); line-height: .9; letter-spacing: -.07em; }
.price-card h3 b { font-size: clamp(58px, 6vw, 94px); }.price-card h3 small { margin-left: 12px; display: inline-block; font-size: 12px; font-weight: 650; line-height: 1.25; letter-spacing: 0; text-transform: uppercase; vertical-align: .2em; }
.price-card p { max-width: 330px; margin: 22px 0 0; color: var(--muted); line-height: 1.45; }
.enterprise-price p { color: rgba(255,255,255,.6); }
.price-card ul { margin: 0; padding: 0; list-style: none; align-self: center; }
.price-card li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; }.price-card li::before { content: "↗"; margin-right: 11px; color: var(--accent); font-family: var(--mono); }
.price-card .button, .price-card .outline-button { grid-column: 1 / -1; align-self: end; justify-content: space-between; }
.enterprise-price .outline-button { margin-top: auto; border-color: #fff; color: #fff; }
.enterprise-price .outline-button:hover { color: var(--ink); background: #fff; }

/* FAQ */
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(55px, 8vw, 135px); }
.faq-heading h2 { margin: 0; font-size: clamp(55px, 6.6vw, 102px); line-height: .88; }
.faq-heading > p:last-child { max-width: 490px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.5; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1.5px solid var(--ink); }
.faq-list summary { min-height: 94px; padding: 20px 4px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(21px, 2.2vw, 34px); font-weight: 780; letter-spacing: -.035em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--ink); font: 500 16px/1 var(--mono); font-style: normal; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq-list details[open] summary i { color: #fff; background: var(--accent); transform: rotate(45deg); }
.faq-list details p { max-width: 740px; margin: 0; padding: 0 65px 30px 4px; color: var(--muted); font-size: 14px; line-height: 1.55; }

/* Closing + footer */
.closing { min-height: 760px; display: grid; place-items: center; text-align: center; position: relative; }
.closing-lines { position: absolute; left: 0; right: 0; top: 50%; height: 240px; transform: translateY(-50%); display: grid; align-content: space-between; pointer-events: none; }
.closing-lines i { height: 1px; background: var(--line); position: relative; }
.closing-lines i::after { content: ""; position: absolute; right: var(--x); top: -3px; width: 7px; height: 7px; background: var(--action); }
.closing-lines i:nth-child(1)::after { --x:10%; }.closing-lines i:nth-child(2)::after { --x:22%; }.closing-lines i:nth-child(3)::after { --x:34%; }.closing-lines i:nth-child(4)::after { --x:46%; }.closing-lines i:nth-child(5)::after { --x:58%; }.closing-lines i:nth-child(6)::after { --x:70%; }
.closing-copy { padding: 60px; background: var(--ground); position: relative; z-index: 2; }
.closing-copy h2 { margin: 0; font-size: clamp(72px, 10vw, 160px); line-height: .8; }
.closing-copy p { margin: 33px auto 0; color: var(--muted); font-size: 18px; }.closing-copy .button { margin-top: 38px; }
.site-footer { width: min(var(--section-max), calc(100% - 48px)); min-height: 180px; margin: 0 auto; padding: 40px 0; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 30px; border-top: 1px solid var(--ink); }
.site-footer p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }.site-footer nav { display: flex; gap: 24px; }.site-footer nav a { font-size: 11px; font-weight: 750; text-decoration: none; }.site-footer > small { grid-column: 1 / -1; color: var(--muted); font: 650 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; }

.prototype-toast { position: fixed; left: 50%; bottom: 26px; z-index: 100; padding: 13px 17px; transform: translate(-50%, 20px); color: #fff; background: #0a0c10; border: 1px solid rgba(255,255,255,.3); font: 700 10px/1.2 var(--mono); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.prototype-toast.visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,1,.36,1); }
.reveal.revealed { opacity: 1; transform: none; }

/* =========================================================
   DIRECTION B — DAYBREAK DISPATCH
   A proactive AI report owns the page before the stack appears.
   ========================================================= */

body[data-direction="daybreak"] {
  --display: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  --body: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --ink: #301530;
  --ink-rgb: 48, 21, 48;
  --ground: #eaf2ff;
  --paper: #fffef4;
  --accent: #ed4d37;
  --accent-rgb: 237, 77, 55;
  --action: #275ef5;
  --line: #a59bab;
  --muted: #716476;
  --soft: #dce8fb;
  --shadow: 0 30px 70px rgba(48, 21, 48, .17);
  --radius: 15px;
}

body[data-direction="daybreak"] .site-header { border-color: rgba(48,21,48,.45); }
body[data-direction="daybreak"] .hero {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--section-max)) / 2));
  padding-right: max(24px, calc((100vw - var(--section-max)) / 2));
  grid-template-columns: minmax(0, .83fr) minmax(560px, 1.17fr);
  background: #f2ed45;
  overflow: hidden;
}
body[data-direction="daybreak"] .hero::before {
  content: "";
  width: min(44vw, 740px);
  aspect-ratio: 1;
  position: absolute;
  right: -7vw;
  bottom: -43%;
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.16), 0 0 0 140px rgba(255,255,255,.1);
}
body[data-direction="daybreak"] h1 em { color: var(--ink); text-decoration: underline; text-decoration-color: var(--action); text-decoration-thickness: .075em; text-underline-offset: .08em; }
body[data-direction="daybreak"] .hero h1 { font-size: clamp(68px, 7.5vw, 128px); letter-spacing: -.06em; word-spacing: .08em; }
body[data-direction="daybreak"] .hero-lede { color: #4c394e; }
body[data-direction="daybreak"] .button { box-shadow: 5px 5px 0 var(--action); }
body[data-direction="daybreak"] .button:hover { box-shadow: 8px 8px 0 var(--action); }
body[data-direction="daybreak"] .hero-art--convergence { display: none; }
body[data-direction="daybreak"] .hero-art--daybreak { min-height: 650px; display: block; }

.daybreak-sun {
  width: 520px;
  height: 520px;
  position: absolute;
  top: 16px;
  right: -36px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--ground);
  overflow: hidden;
}
.daybreak-sun::before { content: ""; position: absolute; left: -10%; right: -10%; top: 52%; height: 2px; background: var(--ink); box-shadow: 0 32px 0 rgba(48,21,48,.28), 0 64px 0 rgba(48,21,48,.18), 0 96px 0 rgba(48,21,48,.1); }
.daybreak-sun::after { content: ""; width: 230px; height: 230px; position: absolute; left: 50%; top: 38%; transform: translate(-50%,-50%); border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 18px rgba(237,77,55,.12); }
.daybreak-time { position: absolute; top: 36px; left: 0; z-index: 2; display: flex; flex-direction: column; }
.daybreak-time small, .daybreak-time span { font: 750 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.daybreak-time strong { margin-left: -8px; font: 850 clamp(95px, 10vw, 170px)/.8 var(--mono); letter-spacing: -.11em; }
.daybreak-time span { margin-top: 18px; padding-left: 3px; color: var(--muted); }
.dispatch-card { width: min(570px, 88%); position: absolute; right: 0; bottom: 14px; z-index: 3; border: 2px solid var(--ink); border-radius: 18px 18px 3px 18px; background: var(--paper); box-shadow: 12px 12px 0 var(--action); overflow: hidden; }
.dispatch-head { min-height: 61px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1.5px solid var(--ink); font: 750 9px/1 var(--mono); text-transform: uppercase; }
.dispatch-head b { color: var(--accent); }
.dispatch-line { min-height: 103px; padding: 18px; display: grid; grid-template-columns: 11px 1fr auto; gap: 14px; align-items: start; border-bottom: 1px solid var(--line); }
.dispatch-line:last-child { border-bottom: 0; background: #eaf2ff; }
.dispatch-line > i { width: 9px; height: 9px; margin-top: 3px; border-radius: 50%; background: #31a16d; box-shadow: 0 0 0 4px rgba(49,161,109,.13); }
.dispatch-line span { display: grid; gap: 6px; }
.dispatch-line b { font-size: 12px; }.dispatch-line small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.dispatch-line em { padding: 7px 9px; border: 1px solid var(--line); border-radius: 20px; color: #247a55; font: 750 8px/1 var(--mono); font-style: normal; text-transform: uppercase; }
.dispatch-line:last-child em { color: #fff; background: var(--accent); border-color: var(--accent); }

body[data-direction="daybreak"] .proof-strip { color: #fff; background: var(--ink); border-color: var(--ink); }
body[data-direction="daybreak"] .proof-strip > div:nth-child(odd) { background: rgba(255,255,255,.035); }
body[data-direction="daybreak"] .section-heading h2 em,
body[data-direction="daybreak"] .command-heading h2 em,
body[data-direction="daybreak"] .pricing-heading h2 em,
body[data-direction="daybreak"] .everywhere h2 em { color: var(--accent); }
body[data-direction="daybreak"] .stack-showcase { display: block; border-radius: 22px; overflow: hidden; box-shadow: 15px 15px 0 var(--ink); }
body[data-direction="daybreak"] .tool-tabs { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-rows: none; border-right: 0; border-bottom: 1.5px solid var(--ink); }
body[data-direction="daybreak"] .tool-tabs button { min-height: 102px; padding: 17px; border-bottom: 0; border-right: 1px solid var(--line); }
body[data-direction="daybreak"] .tool-tabs button:last-child { border-right: 0; }
body[data-direction="daybreak"] .tool-tabs button::before { left: 0; right: 0; top: auto; bottom: 0; width: auto; height: 5px; }
body[data-direction="daybreak"] .tool-tabs button.active { background: #f2ed45; }
body[data-direction="daybreak"] .tool-stage { padding-top: 44px; }
body[data-direction="daybreak"] .product-window { border-radius: 15px; box-shadow: 9px 9px 0 var(--soft); }
body[data-direction="daybreak"] .ai-section { color: #fff; background: var(--ink); }
body[data-direction="daybreak"] .ai-section::before { background-image: radial-gradient(rgba(242,237,69,.19) 1px, transparent 1px); background-size: 20px 20px; }
body[data-direction="daybreak"] .ai-heading h2 em { color: #f2ed45; text-decoration-color: var(--accent); }
body[data-direction="daybreak"] .ai-run { border-radius: 19px; box-shadow: 14px 14px 0 #f2ed45; overflow: hidden; }
body[data-direction="daybreak"] .run-glyph { border-radius: 50%; }
body[data-direction="daybreak"] .action-item { background: #fff9c8; }
body[data-direction="daybreak"] .trust-console { border-radius: 20px 20px 4px 20px; box-shadow: 14px 14px 0 var(--action); }
body[data-direction="daybreak"] .trust-console__top { border-radius: 18px 18px 0 0; }
body[data-direction="daybreak"] .undo-chip { border-radius: 30px; box-shadow: 6px 6px 0 var(--accent); }
body[data-direction="daybreak"] .flow-board { gap: 14px; border: 0; background: transparent; box-shadow: none; }
body[data-direction="daybreak"] .flow-path, body[data-direction="daybreak"] .coaching-card { border: 1.5px solid var(--ink); border-radius: 20px 20px 4px 20px; background: var(--paper); }
body[data-direction="daybreak"] .coaching-card { background: #f2ed45; }
body[data-direction="daybreak"] .command-demo { border-radius: 26px; background: #f2ed45; box-shadow: 14px 14px 0 var(--ink); }
body[data-direction="daybreak"] .command-chrome { color: var(--ink); border-color: var(--ink); }
body[data-direction="daybreak"] .command-chrome i { border-color: var(--ink); }
body[data-direction="daybreak"] .app-ghost span { border-color: var(--ink); }
body[data-direction="daybreak"] .palette { border-radius: 16px; box-shadow: 15px 15px 0 var(--accent); overflow: hidden; }
body[data-direction="daybreak"] .command-modes button { color: var(--ink); border-color: var(--ink); }
body[data-direction="daybreak"] .command-modes button.active { color: #fff; background: var(--ink); }
body[data-direction="daybreak"] .included-grid { gap: 14px; border: 0; }
body[data-direction="daybreak"] .included-grid article { border: 1.5px solid var(--ink); border-radius: 19px 19px 3px 19px; background: var(--paper); }
body[data-direction="daybreak"] .included-grid article:nth-child(2),
body[data-direction="daybreak"] .included-grid article:nth-child(5) { background: #f2ed45; }
body[data-direction="daybreak"] .included-grid article:hover { color: #fff; background: var(--ink); transform: translateY(-5px); }
body[data-direction="daybreak"] .integration-grid { gap: 14px; border: 0; }
body[data-direction="daybreak"] .integration-grid > article { border: 1.5px solid var(--ink); border-radius: 19px 19px 3px 19px; background: var(--paper); }
body[data-direction="daybreak"] .more-card { background: #f2ed45 !important; }
body[data-direction="daybreak"] .browser-device { border-radius: 18px; overflow: hidden; }
body[data-direction="daybreak"] .pricing { background: var(--accent); }
body[data-direction="daybreak"] .pricing-heading h2 em { color: #f2ed45; text-decoration-color: var(--ink); }
body[data-direction="daybreak"] .platform-price { border-radius: 22px 22px 3px 22px; box-shadow: 14px 14px 0 var(--ink); }
body[data-direction="daybreak"] .enterprise-price { border-radius: 22px 22px 22px 3px; }
body[data-direction="daybreak"] .faq-list details { margin-bottom: 10px; border: 1.5px solid var(--ink); border-radius: 16px 16px 3px 16px; background: var(--paper); }
body[data-direction="daybreak"] .faq-list { border-top: 0; }
body[data-direction="daybreak"] .faq-list summary, body[data-direction="daybreak"] .faq-list details p { padding-left: 20px; padding-right: 20px; }
body[data-direction="daybreak"] .closing-copy { background: var(--ground); }

/* =========================================================
   DIRECTION C — FIELD MAP
   A spatial platform map puts AI at the shared centre.
   ========================================================= */

body[data-direction="field-map"] {
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --ink: #0f281e;
  --ink-rgb: 15, 40, 30;
  --ground: #d8f3e4;
  --paper: #fbfffb;
  --accent: #173bff;
  --accent-rgb: 23, 59, 255;
  --action: #ff6d3a;
  --line: #638c78;
  --muted: #365a49;
  --soft: #c5e8d4;
  --shadow: 0 24px 55px rgba(17,40,31,.15);
  --radius: 0;
  font-size: 17px;
}

/* Field grid.
   Painted from a viewport-fixed layer rather than a page-sized body background.
   In the tall "chapter" layout the document can run to 20,000px+ on large
   monitors, which exceeds the browser's maximum texture/layer size — a
   page-sized background then stops painting partway down and the grid "runs
   out" vertically. A fixed layer is only ever viewport-sized, so it covers
   every section at any page height. */
body[data-direction="field-map"] { background: var(--ground); }
body[data-direction="field-map"]::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-color: var(--ground);
  background-image: linear-gradient(rgba(17,40,31,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(17,40,31,.055) 1px, transparent 1px);
  background-size: 38px 38px;
}
body[data-direction="field-map"] section[id] { scroll-margin-top: 24px; }

/* ─────────────────────────────────────────────────────────────────────────
   SECTION COLOUR RHYTHM
   Mint alternates with a bold section all the way down; the bold hue itself
   alternates dark / blue (AI stays blue, pricing stays dark):

     mint · DARK · mint · BLUE · mint · DARK · mint · BLUE · mint · DARK · mint · BLUE
     hero  plat   repl  ai    flow  cmd   incl  integ  evry  price  faq   close

   .section-chapter is a full-width band, so each bold section paints its colour +
   grid behind the content via ::before / inset:0 and reaches the viewport edges,
   gutters included. Mint sections stay transparent and show the fixed grid; the
   colour change itself separates the sections (no divider lines). */
body[data-direction="field-map"] .platform,
body[data-direction="field-map"] .command-section,
body[data-direction="field-map"] .integrations,
body[data-direction="field-map"] .closing,
body[data-direction="field-map"] .pricing {
  isolation: isolate;
}
body[data-direction="field-map"] .platform::before,
body[data-direction="field-map"] .command-section::before,
body[data-direction="field-map"] .integrations::before,
body[data-direction="field-map"] .closing::before,
body[data-direction="field-map"] .pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-size: 38px 38px;
}
/* Dark bold beat (platform, command) + faint white grid */
body[data-direction="field-map"] .platform::before,
body[data-direction="field-map"] .command-section::before {
  background-color: var(--ink);
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
}
/* Blue bold beat (integrations, closing) + white grid */
body[data-direction="field-map"] .integrations::before,
body[data-direction="field-map"] .closing::before {
  background-color: var(--accent);
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
}
/* Dark pricing keeps its ink background; give it the faint grid it was missing */
body[data-direction="field-map"] .pricing::before {
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
}

/* Light type on the bold (dark + blue) sections */
body[data-direction="field-map"] .platform .section-heading h2,
body[data-direction="field-map"] .platform .section-heading h2 em,
body[data-direction="field-map"] .platform .section-heading .eyebrow,
body[data-direction="field-map"] .command-section .command-heading h2,
body[data-direction="field-map"] .command-section .command-heading h2 em,
body[data-direction="field-map"] .command-section .command-heading .eyebrow,
body[data-direction="field-map"] .integrations .section-heading h2,
body[data-direction="field-map"] .integrations .section-heading h2 em,
body[data-direction="field-map"] .integrations .section-heading .eyebrow,
body[data-direction="field-map"] .closing-copy h2,
body[data-direction="field-map"] .closing-copy h2 em,
body[data-direction="field-map"] .closing-copy .eyebrow {
  color: #fff;
}
body[data-direction="field-map"] .platform .section-heading > p:last-child,
body[data-direction="field-map"] .command-section .command-heading > p:last-child,
body[data-direction="field-map"] .integrations .section-heading > p:last-child,
body[data-direction="field-map"] .closing-copy p {
  color: rgba(255,255,255,.82);
}
/* (The platform stack-index and product window are white cards — they keep their
   dark text and pop against the dark band, so no type override is needed there.) */

body[data-direction="field-map"] .closing .closing-copy { background: transparent !important; padding: clamp(20px, 4vw, 56px); }

/* ── Refinements ──────────────────────────────────────────────────────── */

/* Clean footer: brand left, nav right (tagline + prototype note removed) */
body[data-direction="field-map"] .site-footer { grid-template-columns: 1fr auto; align-items: center; }

/* Enterprise card gets its own blue panel — distinct from both the white platform
   card and the dark band, with readable white text. */
body[data-direction="field-map"] .enterprise-price {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 12px 12px 0 var(--ink);
}
body[data-direction="field-map"] .enterprise-price .plan-name,
body[data-direction="field-map"] .enterprise-price h3,
body[data-direction="field-map"] .enterprise-price h3 b,
body[data-direction="field-map"] .enterprise-price h3 small,
body[data-direction="field-map"] .enterprise-price li { color: #fff; }
body[data-direction="field-map"] .enterprise-price p { color: rgba(255,255,255,.86); }
body[data-direction="field-map"] .enterprise-price li { border-bottom-color: rgba(255,255,255,.22); }
body[data-direction="field-map"] .enterprise-price li::before { color: #fff; }
body[data-direction="field-map"] .enterprise-price .outline-button { border-color: #fff; color: #fff; }
body[data-direction="field-map"] .enterprise-price .outline-button:hover { color: var(--accent); background: #fff; }

/* Pricing readability: darker feature icons + darker secondary text on the white
   platform card, and larger / slightly bolder type across both cards. */
body[data-direction="field-map"] .platform-price .feat-ic { color: var(--ink); opacity: 1; }
body[data-direction="field-map"] .platform-price p:not(.price-group),
body[data-direction="field-map"] .platform-price .price-note,
body[data-direction="field-map"] .platform-price .seat-row label { color: #1e3729; }
body[data-direction="field-map"] .pricing .price-unlims li,
body[data-direction="field-map"] .pricing .price-incl li,
body[data-direction="field-map"] .pricing .enterprise-price li { font-size: 12.5px; font-weight: 500; }
body[data-direction="field-map"] .pricing .price-card p:not(.price-group),
body[data-direction="field-map"] .pricing .price-note { font-size: 13px; font-weight: 500; }
body[data-direction="field-map"] .pricing .feat-ic { width: 20px; height: 20px; }

/* Command palette demo as a light/paper panel (was a dark block on the dark band) */
body[data-direction="field-map"] .command-demo { background: #eef1ee; border-color: var(--ink); }
body[data-direction="field-map"] .command-chrome { color: var(--ink); border-bottom-color: rgba(15,40,30,.2); }
body[data-direction="field-map"] .command-chrome i { border-color: rgba(15,40,30,.55); }
body[data-direction="field-map"] .command-chrome em { border-color: rgba(15,40,30,.3); }
body[data-direction="field-map"] .app-ghost span { border-color: rgba(15,40,30,.28); }
body[data-direction="field-map"] .command-modes button:not(.active) { color: var(--ink); border-color: rgba(15,40,30,.35); }

/* AI principles as clearly separated boxes on the blue band */
body[data-direction="field-map"] .ai-principles { border: 0; gap: 14px; }
body[data-direction="field-map"] .ai-principles > span,
body[data-direction="field-map"] .ai-principles > span:last-child {
  border: 1.5px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.1);
  padding: 20px;
}

body[data-direction="field-map"] .site-header { height: 78px; margin: 16px auto 0; border: 2px solid var(--ink); padding: 0 20px; background: rgba(216,243,228,.94); backdrop-filter: blur(12px); }
body[data-direction="field-map"] .brand { gap: 8px; }
body[data-direction="field-map"] .brand-mark { width: 52px; height: 52px; filter: drop-shadow(0 5px 8px rgba(15,40,30,.18)); }
body[data-direction="field-map"] .brand > span { font-size: 22px; letter-spacing: -.035em; }
body[data-direction="field-map"] .site-nav a, body[data-direction="field-map"] .text-link { font-size: 13px; }
body[data-direction="field-map"] .hero {
  width: min(var(--section-max), calc(100% - 48px));
  min-height: 900px;
  grid-template-columns: minmax(420px, .72fr) minmax(650px, 1.28fr);
  gap: clamp(48px, 6vw, 86px);
  align-items: start;
  padding-top: 90px;
}
body[data-direction="field-map"] .hero h1 { max-width: 690px; font-size: clamp(70px, 6vw, 102px); line-height: .88; text-transform: uppercase; }
body[data-direction="field-map"] .hero h1 em { display: inline; color: var(--accent); }
body[data-direction="field-map"] .hero-lede { max-width: 680px; color: var(--ink); font-size: clamp(18px, 1.45vw, 21px); line-height: 1.58; }
body[data-direction="field-map"] .hero-note { color: var(--ink); font-size: 11px; }
body[data-direction="field-map"] .hero-art--convergence { display: none; }
body[data-direction="field-map"] .hero-art--field { min-height: 720px; display: block; border: 2px solid var(--ink); background: var(--paper); box-shadow: 15px 15px 0 var(--accent); overflow: hidden; }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(17,40,31,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(17,40,31,.1) 1px, transparent 1px); background-size: 38px 38px; }
.map-grid::before, .map-grid::after { content: ""; position: absolute; background: rgba(23,59,255,.11); }
.map-grid::before { left: 50%; top: 0; bottom: 0; width: 76px; transform: translateX(-50%); }
.map-grid::after { top: 50%; left: 0; right: 0; height: 76px; transform: translateY(-50%); }
.map-node, .map-core { position: absolute; z-index: 3; border: 2px solid var(--ink); background: var(--paper); box-shadow: 5px 5px 0 var(--soft); }
.map-node { width: 154px; min-height: 106px; padding: 15px; display: flex; flex-direction: column; }
.map-node small { color: var(--accent); font: 750 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.map-node b { margin-top: 14px; font-size: 19px; letter-spacing: -.035em; }.map-node span { margin-top: auto; color: var(--muted); font-size: 11px; font-weight: 600; }
.node-find { left: 5%; top: 10%; }.node-signals { left: 7%; bottom: 12%; }.node-crm { right: 7%; top: 8%; }.node-sequence { right: 4%; bottom: 11%; }.node-dial { left: 31%; bottom: 4%; }.node-analyse { right: 30%; top: 4%; }
.map-core { width: 178px; height: 178px; left: 50%; top: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; align-content: center; color: #fff; background: var(--accent); box-shadow: 10px 10px 0 var(--action); }
.map-core > span { display: block; }.map-core .brand-mark { width: 55px; height: 55px; filter: drop-shadow(0 5px 8px rgba(0,0,0,.22)); }
.map-core > b { margin-top: 7px; font: 850 28px/1 var(--display); letter-spacing: -.055em; }.map-core > small { margin-top: 9px; text-align: center; font: 700 9px/1.4 var(--mono); text-transform: uppercase; }
.map-route { position: absolute; z-index: 1; height: 2px; background: var(--action); transform-origin: left center; }
.route-a { width: 61%; left: 18%; top: 28%; transform: rotate(24deg); }.route-b { width: 66%; left: 17%; top: 70%; transform: rotate(-25deg); }.route-c { width: 55%; left: 26%; top: 49%; transform: rotate(-3deg); background: var(--accent); }
.map-route::before, .map-route::after { content: ""; width: 8px; height: 8px; position: absolute; top: -3px; background: inherit; }.map-route::before { left: 0; }.map-route::after { right: 0; }
.map-legend { position: absolute; left: 18px; bottom: 16px; z-index: 4; display: flex; gap: 15px; font: 700 9px/1 var(--mono); text-transform: uppercase; }
.map-legend span { display: flex; align-items: center; gap: 6px; }.map-legend i { width: 14px; height: 2px; background: var(--accent); }.map-legend span:last-child i { background: var(--action); }

body[data-direction="field-map"] .proof-strip { margin: 0 24px; grid-template-columns: repeat(5, 1fr); color: var(--ink); background: var(--paper); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--action); }
body[data-direction="field-map"] .proof-strip > div { border-color: var(--ink); }
body[data-direction="field-map"] .proof-strip span { color: var(--muted); font-size: 11px; }
body[data-direction="field-map"] .eyebrow, body[data-direction="field-map"] .mini-label { font-size: 12px; line-height: 1.4; }
body[data-direction="field-map"] .section-pad { padding-top: clamp(105px, 9vw, 145px); padding-bottom: clamp(105px, 9vw, 145px); }
body[data-direction="field-map"] .section-heading { margin-bottom: clamp(62px, 6vw, 86px); padding-bottom: 34px; border-bottom: 2px solid var(--ink); }
body[data-direction="field-map"] .section-heading h2 { font-size: clamp(54px, 5.4vw, 84px); line-height: .94; text-transform: uppercase; }
body[data-direction="field-map"] .section-heading > p:last-child, body[data-direction="field-map"] .command-heading > p:last-child, body[data-direction="field-map"] .everywhere-copy > p { color: var(--muted); font-size: 18px; line-height: 1.6; }
body[data-direction="field-map"] .stack-showcase { box-shadow: 15px 15px 0 var(--accent); }
body[data-direction="field-map"] .tool-tabs button.active { color: #fff; background: var(--accent); }
body[data-direction="field-map"] .tool-tabs button.active span { color: #fff; }
body[data-direction="field-map"] .tool-tabs button.active::before { background: var(--action); }
body[data-direction="field-map"] .tool-tabs button { color: var(--muted); }
body[data-direction="field-map"] .tool-tabs button span { font-size: 18px; }
body[data-direction="field-map"] .tool-tabs button small { font-size: 10px; line-height: 1.35; }
body[data-direction="field-map"] .tool-panel__intro .mini-label { font-size: 10px; }
body[data-direction="field-map"] .window-bar { font-size: 12px; }
body[data-direction="field-map"] .window-status { font-size: 10px; }
body[data-direction="field-map"] .result-head, body[data-direction="field-map"] .source-foot { font-size: 9px; }
body[data-direction="field-map"] .result-row { font-size: 13px; }
body[data-direction="field-map"] .result-row small, body[data-direction="field-map"] .sequence-line small { font-size: 11px; }
body[data-direction="field-map"] .product-window { box-shadow: 9px 9px 0 var(--soft); }
body[data-direction="field-map"] .ai-section { background: var(--accent); }
body[data-direction="field-map"] .ai-section::before { background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 38px 38px; mask-image: none; }
body[data-direction="field-map"] .ai-heading h2 { font-size: clamp(54px, 5.4vw, 84px); line-height: .92; text-transform: uppercase; }
body[data-direction="field-map"] .ai-heading > p:last-child { color: rgba(255,255,255,.84); font-size: 18px; }
body[data-direction="field-map"] .ai-run { box-shadow: 13px 13px 0 var(--action); }
body[data-direction="field-map"] .run-top { font-size: 10px; }
body[data-direction="field-map"] .run-item div > small, body[data-direction="field-map"] .run-item > em { font-size: 9px; }
body[data-direction="field-map"] .run-item div > b { font-size: 16px; }
body[data-direction="field-map"] .run-item p { color: var(--muted); font-size: 13px; line-height: 1.5; }
body[data-direction="field-map"] .ai-principles > span { position: relative; }
body[data-direction="field-map"] .ai-principles > span::after { content: ""; width: 9px; height: 9px; position: absolute; right: -5px; top: -5px; background: var(--action); }
body[data-direction="field-map"] .ai-principles b { font-size: 16px; }
body[data-direction="field-map"] .ai-principles small { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.5; }
body[data-direction="field-map"] .faq-heading h2 { font-size: clamp(52px, 5.2vw, 82px); line-height: .94; text-transform: uppercase; }
body[data-direction="field-map"] .faq-heading > p:last-child { color: var(--muted); font-size: 18px; }
body[data-direction="field-map"] .flow-board { box-shadow: 13px 13px 0 var(--action); }
body[data-direction="field-map"] .coaching-card { background: rgba(251,255,251,.88); }
body[data-direction="field-map"] .flow-path__top, body[data-direction="field-map"] .coaching-card__top { font-size: 10px; }
body[data-direction="field-map"] .flow-steps::before { top: 41px; }
body[data-direction="field-map"] .flow-steps i { width: 82px; height: 82px; font-size: 30px; }
body[data-direction="field-map"] .flow-steps b { margin-top: 22px; font-size: 15px; }
body[data-direction="field-map"] .flow-steps small { margin-top: 7px; color: var(--muted); font-size: 12px; }
body[data-direction="field-map"] .coaching-card > p { color: var(--muted); font-size: 15px; line-height: 1.55; }
body[data-direction="field-map"] .coaching-rows b, body[data-direction="field-map"] .coaching-key { font-size: 10px; }
body[data-direction="field-map"] .faq-list details[open] { background: rgba(251,255,251,.88); }
body[data-direction="field-map"] .command-section { grid-template-columns: .42fr 1fr; }
body[data-direction="field-map"] .command-heading h2 { max-width: 500px; font-size: clamp(54px, 5.4vw, 84px); line-height: .93; }
body[data-direction="field-map"] .command-demo { box-shadow: 14px 14px 0 var(--accent); }
body[data-direction="field-map"] .command-chrome, body[data-direction="field-map"] .palette-foot { font-size: 10px; }
body[data-direction="field-map"] .palette-input > span { font-size: 17px; }
body[data-direction="field-map"] .palette-result small, body[data-direction="field-map"] .palette-result em { font-size: 9px; }
body[data-direction="field-map"] .palette-result b { font-size: 15px; }
body[data-direction="field-map"] .command-modes button { font-size: 10px; }
body[data-direction="field-map"] .included-grid article { background: rgba(251,255,251,.86); }
body[data-direction="field-map"] .included-grid article:hover { background: var(--accent); }
body[data-direction="field-map"] .feature-glyph { font-size: 34px; }
body[data-direction="field-map"] .included-grid p { color: var(--muted); font-size: 15px; line-height: 1.55; }
body[data-direction="field-map"] .integration-grid > article { background: rgba(251,255,251,.92); }
body[data-direction="field-map"] .integration-title small { color: var(--muted); font-size: 10px; }
body[data-direction="field-map"] .integration-title h3 { font-size: 24px; }
body[data-direction="field-map"] .integration-grid article > p { color: var(--muted); font-size: 15px; line-height: 1.55; }
body[data-direction="field-map"] .slack-thread b { font-size: 11px; }
body[data-direction="field-map"] .slack-thread p { font-size: 13px; line-height: 1.5; }
body[data-direction="field-map"] .more-card { background: var(--soft) !important; }
body[data-direction="field-map"] .browser-device { box-shadow: 13px 13px 0 var(--accent); }
body[data-direction="field-map"] .channel-tags span { color: var(--ink); font-size: 10px; }
body[data-direction="field-map"] .pricing { background: var(--ink); }
body[data-direction="field-map"] .pricing-heading h2 { font-size: clamp(54px, 5.4vw, 84px); line-height: .93; text-transform: uppercase; }
body[data-direction="field-map"] .pricing-heading p:last-child { color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.6; }
body[data-direction="field-map"] .price-card p { font-size: 16px; line-height: 1.55; }
body[data-direction="field-map"] .enterprise-price p { color: rgba(255,255,255,.72); }
body[data-direction="field-map"] .price-card li { font-size: 14px; }
body[data-direction="field-map"] .platform-price { box-shadow: 13px 13px 0 var(--action); }
body[data-direction="field-map"] .faq-list details p { color: var(--muted); font-size: 16px; line-height: 1.6; }
body[data-direction="field-map"] .closing-copy { background: var(--ground); }
body[data-direction="field-map"] .closing-copy h2 { font-size: clamp(76px, 8.7vw, 138px); line-height: .84; text-transform: uppercase; }
body[data-direction="field-map"] .closing-copy p { color: var(--muted); }
body[data-direction="field-map"] .site-footer p { color: var(--muted); font-size: 14px; }
body[data-direction="field-map"] .site-footer nav a { font-size: 13px; }
body[data-direction="field-map"] .site-footer > small { font-size: 9px; }
body[data-direction="field-map"] .reveal { transform: none; transition: opacity .45s ease; }

/* =========================================================
   RESPONSIVE + REDUCED MOTION
   ========================================================= */

@media (max-width: 1220px) {
  .hero,
  body[data-direction="daybreak"] .hero,
  body[data-direction="field-map"] .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 920px; }
  .hero-art { width: min(920px, 100%); margin: 0 auto; }
  body[data-direction="daybreak"] .hero-art--daybreak { margin-top: 10px; }
  body[data-direction="field-map"] .hero-art--field { min-height: 680px; }
  .section-heading { grid-template-columns: .5fr 1.1fr .6fr; gap: 38px; }
  .integration-grid { grid-template-columns: 1fr 1fr; }
  .integration-grid > article:nth-child(2) { border-right: 0; }
  .integration-grid > .more-card { grid-column: 1 / -1; min-height: 270px; border-top: 1.5px solid var(--ink); border-right: 0; }
  body[data-direction="daybreak"] .integration-grid > .more-card { border-right: 1.5px solid var(--ink); }
  .price-card { grid-template-columns: 1fr; }
  .price-card .button, .price-card .outline-button { grid-column: auto; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .section-heading, .pricing-heading { grid-template-columns: 1fr; align-items: start; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .section-heading > p:last-child, .pricing-heading > p:last-child { max-width: 520px; }
  .stack-showcase { display: block; }
  .tool-tabs,
  body[data-direction="daybreak"] .tool-tabs { grid-template-columns: repeat(6, minmax(135px, 1fr)); grid-template-rows: none; border-right: 0; border-bottom: 1.5px solid var(--ink); overflow-x: auto; }
  .tool-tabs button,
  body[data-direction="daybreak"] .tool-tabs button { min-height: 88px; border-bottom: 0; border-right: 1px solid var(--line); }
  .tool-tabs button::before { left: 0; right: 0; top: auto; bottom: 0; width: auto; height: 5px; }
  .ai-section { grid-template-columns: 1fr; }
  .ai-heading { max-width: 760px; }
  .ai-run { width: min(760px, 100%); }
  .ai-principles { grid-template-columns: 1fr 1fr; }
  .ai-principles > span:nth-child(2) { border-right: 0; }.ai-principles > span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.4); }
  .trust-section, .faq-section { grid-template-columns: 1fr; }
  .control-strip { align-items: flex-start; flex-direction: column; }
  .control-strip > div { justify-content: flex-start; }
  .trust-heading { position: static; max-width: 780px; }
  .trust-console { width: min(880px, 100%); }
  .trust-principles { grid-template-columns: 1fr 1fr; }
  .trust-principles > span:nth-child(2) { border-right: 0; }.trust-principles > span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .flow-board { grid-template-columns: 1fr; }
  .flow-path { min-height: 410px; border-right: 0; border-bottom: 2px solid var(--ink); }
  body[data-direction="daybreak"] .flow-path { border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); }
  .coaching-card { min-height: 520px; }
  .faq-heading { max-width: 780px; }
  .stack-index { grid-template-columns: 1fr 1fr; }
  .stack-index article { border-bottom: 1px solid var(--line); }
  .stack-index article:nth-child(even) { border-right: 0; }
  .stack-index article:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .command-section,
  body[data-direction="field-map"] .command-section { grid-template-columns: 1fr; }
  .command-heading h2 { max-width: none; }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .everywhere { grid-template-columns: 1fr; }
  .everywhere-copy { max-width: 680px; }
  .device-stage { width: min(840px, 100%); }
  .pricing-heading { gap: 24px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .enterprise-price { min-height: 520px; }
}

@media (max-width: 720px) {
  .prototype-bar { grid-template-columns: 1fr auto; }
  .prototype-bar > span { display: none; }
  .site-header { width: calc(100% - 28px); height: 70px; }
  body[data-direction="field-map"] .site-header { height: 68px; margin-top: 10px; padding: 0 12px; }
  body[data-direction="field-map"] .brand-mark { width: 46px; height: 46px; }
  body[data-direction="field-map"] .brand > span { font-size: 19px; }
  .header-actions { gap: 12px; }.header-actions .text-link { display: none; }
  .section-pad { width: calc(100% - 28px); padding-top: 92px; padding-bottom: 92px; }
  .hero,
  body[data-direction="daybreak"] .hero,
  body[data-direction="field-map"] .hero { width: 100%; padding-left: 14px; padding-right: 14px; gap: 55px; }
  body[data-direction="field-map"] .hero { width: calc(100% - 28px); padding-left: 0; padding-right: 0; }
  .hero h1,
  body[data-direction="daybreak"] .hero h1,
  body[data-direction="field-map"] .hero h1 { font-size: clamp(58px, 17vw, 92px); }
  body[data-direction="field-map"] .hero h1 { font-size: clamp(52px, 15vw, 72px); line-height: .9; }
  body[data-direction="daybreak"] .hero h1 { word-spacing: .14em; }
  .hero-lede { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-art--convergence { min-height: 550px; }
  .engine-heading { grid-template-columns: 1fr 94px 1fr; }.engine-body { min-height: 500px; grid-template-columns: 1fr 94px 1fr; gap: 7px; }
  .engine-rails span { grid-template-columns: 48px 1fr; gap: 5px; }.engine-rails b { font-size: 8px; }.engine-rails i::after { right: -7px; width: 7px; }
  .engine-stack { height: 282px; }.engine-stack i { height: 58px; }.engine-stack i:nth-child(1){--y:0px}.engine-stack i:nth-child(2){--y:40px}.engine-stack i:nth-child(3){--y:80px}.engine-stack i:nth-child(4){--y:120px}.engine-stack i:nth-child(5){--y:160px}.engine-stack i:nth-child(6){--y:200px}
  .engine-receipt { padding: 13px; box-shadow: 5px 5px 0 var(--accent); }.engine-receipt > b { font-size: 11px; }.engine-receipt > small { display: none; }.engine-receipt > div { display: block; }.engine-receipt button { margin-top: 8px; width: 100%; }
  body[data-direction="daybreak"] .hero-art--daybreak { min-height: 610px; }
  .daybreak-sun { width: 420px; height: 420px; right: -110px; }.daybreak-time strong { font-size: clamp(82px, 25vw, 128px); }.dispatch-card { width: 95%; }.dispatch-head b { display: none; }
  body[data-direction="field-map"] .hero-art--field { min-height: 620px; box-shadow: 9px 9px 0 var(--accent); }
  .map-node { width: 116px; min-height: 88px; padding: 10px; }.map-node span { display: none; }.map-node b { margin-top: 11px; font-size: 14px; }.node-find{left:3%;top:7%}.node-signals{left:4%;bottom:9%}.node-crm{right:4%;top:6%}.node-sequence{right:3%;bottom:8%}.node-dial{left:17%;bottom:35%}.node-analyse{right:17%;top:33%}
  .map-core { width: 135px; height: 135px; }.map-core > b { font-size: 28px; }.map-core .brand-mark { width: 31px; height: 31px; }.map-legend { display: none; }
  body[data-direction="field-map"] .map-core .brand-mark { width: 43px; height: 43px; }
  .proof-strip,
  body[data-direction="field-map"] .proof-strip { margin: 0; grid-template-columns: 1fr 1fr; border-left: 0; border-right: 0; box-shadow: none; }
  .proof-strip > div { min-height: 126px; }.proof-strip > div:last-child { grid-column: 1 / -1; }
  .section-heading { margin-bottom: 58px; }.section-heading h2, .command-heading h2, .pricing-heading h2, .everywhere h2 { font-size: clamp(48px, 14vw, 76px); }
  body[data-direction="field-map"] .section-heading h2, body[data-direction="field-map"] .command-heading h2, body[data-direction="field-map"] .pricing-heading h2, body[data-direction="field-map"] .everywhere h2 { font-size: clamp(46px, 12.6vw, 62px); }
  body[data-direction="field-map"] .section-heading > p:last-child, body[data-direction="field-map"] .command-heading > p:last-child, body[data-direction="field-map"] .everywhere-copy > p { font-size: 17px; }
  .control-strip { width: calc(100% - 28px); margin-top: 18px; padding: 22px 18px; box-shadow: 6px 6px 0 var(--action); }
  .control-strip p { align-items: flex-start; flex-direction: column; gap: 7px; font-size: 15px; }
  .control-strip p strong { font-size: 23px; white-space: normal; }
  .control-strip > div { gap: 6px; }
  .control-strip > div span { font-size: 8px; }
  .stack-index { margin-top: -25px; grid-template-columns: 1fr; }
  .stack-index article, .stack-index article:nth-child(even), .stack-index article:last-child { grid-column: auto; min-height: 120px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stack-index article:last-child { border-bottom: 0; }
  .stack-showcase { min-height: 0; box-shadow: 7px 7px 0 var(--soft); }
  .tool-stage { padding: 24px 17px 32px; }.tool-panel__intro { min-height: 100px; }.tool-panel__intro h3 { font-size: 38px; }
  .product-window { min-height: 375px; margin-top: 24px; box-shadow: none; }
  .filter-row { align-items: stretch; flex-wrap: wrap; }.filter-row button { margin-left: 0; }.result-head { display: none; }.result-row { grid-template-columns: 1fr auto; }.result-row > span:nth-child(2) { display: none; }.source-foot { justify-content: flex-start; flex-wrap: wrap; }
  .signal-grid { grid-template-columns: 1fr; }.signal-card { min-height: 105px; }.signal-card b { margin-top: 12px; }.deal-board { grid-template-columns: 1fr; }.deal-column:not(:nth-child(2)) { display: none; }
  .sequence-line { grid-template-columns: 38px 1fr; }.sequence-line em { display: none; }.dial-body { grid-template-columns: 1fr; }.dial-card { min-height: 280px; }.analytics-prompt { font-size: 10px; }
  .ai-section { width: 100%; padding-left: 14px; padding-right: 14px; }.ai-heading h2 { font-size: clamp(55px, 16vw, 88px); }.run-item { grid-template-columns: 38px 1fr; }.run-item > em, .audit-actions { grid-column: 2; }.ai-principles { grid-template-columns: 1fr; }.ai-principles > span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.4); }.ai-principles > span:last-child { border-bottom: 0; }
  body[data-direction="field-map"] .ai-heading h2 { font-size: clamp(48px, 12.8vw, 64px); }
  .trust-heading h2, .faq-heading h2 { font-size: clamp(50px, 14vw, 76px); }
  .trust-action { grid-template-columns: 42px 1fr; gap: 15px; padding: 22px 16px; }.trust-action__icon { width: 42px; height: 42px; }.trust-action > em { grid-column: 2; width: max-content; }.trust-action h3 { font-size: 29px; }
  .grounding { grid-template-columns: 1fr; }.grounding > span { min-height: 75px; border-right: 0; border-bottom: 1px solid var(--line); }.grounding > span:last-child { border-bottom: 0; }
  .trust-controls { align-items: flex-start; flex-direction: column; }.trust-controls > div { width: 100%; }.trust-controls button { flex: 1; }
  .undo-chip { width: calc(100% - 24px); margin-bottom: -44px; font-size: 8px; }
  .trust-principles { grid-template-columns: 1fr; }.trust-principles > span { border-right: 0; border-bottom: 1px solid var(--line); }.trust-principles > span:last-child { border-bottom: 0; }
  .flow-path { min-height: 590px; padding: 27px 20px; }.flow-path__top { gap: 20px; }.flow-path__top em { text-align: right; }
  .flow-steps { grid-template-columns: 1fr; gap: 14px; margin-top: 45px; }.flow-steps::before { left: 26px; right: auto; top: 8px; bottom: 8px; width: 3px; height: auto; }
  .flow-steps > span { min-height: 58px; display: grid; grid-template-columns: 54px 1fr; grid-template-rows: 1fr 1fr; column-gap: 16px; align-items: center; text-align: left; }.flow-steps i { width: 54px; height: 54px; grid-row: 1 / 3; }.flow-steps b { margin-top: 0; align-self: end; }.flow-steps small { margin-top: 3px; align-self: start; }
  body[data-direction="field-map"] .flow-steps::before { left: 31px; top: 8px; bottom: 8px; }
  body[data-direction="field-map"] .flow-steps > span { grid-template-columns: 64px 1fr; min-height: 68px; }
  body[data-direction="field-map"] .flow-steps i { width: 64px; height: 64px; font-size: 28px; }
  body[data-direction="field-map"] .flow-steps b { margin-top: 0; font-size: 15px; }
  body[data-direction="field-map"] .flow-steps small { margin-top: 3px; font-size: 12px; }
  .coaching-card { min-height: 560px; padding: 27px 20px; }.coaching-card h3 { margin-top: 55px; }
  .command-demo { min-height: 590px; box-shadow: 7px 7px 0 var(--action); }.app-ghost { inset: 70px 14px 90px; grid-template-columns: 75px 1fr; }.palette { width: calc(100% - 28px); box-shadow: 8px 8px 0 var(--accent); }.palette-input { min-height: 105px; grid-template-columns: 34px 1fr; }.palette-input i { display: none; }.palette-result { grid-template-columns: 39px 1fr; }.palette-result em { display: none; }.palette-foot span:last-child { display: none; }.command-modes { width: calc(100% - 28px); }.command-modes button { flex: 1; min-width: 0; }
  .included-grid { grid-template-columns: 1fr; }.included-grid article { min-height: 330px; }
  .integration-grid { grid-template-columns: 1fr; }.integration-grid > article { min-height: 430px; border-right: 0; border-bottom: 1.5px solid var(--ink); }.integration-grid > article:nth-child(2) { border-right: 0; }.integration-grid > .more-card { grid-column: auto; border-top: 0; border-bottom: 0; }
  body[data-direction="daybreak"] .integration-grid > article { border-right: 1.5px solid var(--ink); }
  .device-stage { min-height: 570px; }.browser-device { width: 93%; height: 430px; }.web-profile { right: 42%; padding: 28px; }.browser-device aside { width: 42%; padding: 18px 12px; }.browser-device aside b { margin-top: 25px; font-size: 12px; }.phone-device { width: 166px; height: 360px; }.phone-profile { width: 62px; height: 62px; margin-top: 35px; }.context-line { display: none; }
  .pricing { width: 100%; padding-left: 14px; padding-right: 14px; }.price-card { padding: 28px 23px; }.price-card h3 b { font-size: 60px; }.price-card h3 small { display: block; margin: 12px 0 0; vertical-align: 0; }.platform-price { box-shadow: none !important; }.enterprise-price { min-height: 480px; }
  .faq-list summary { min-height: 82px; font-size: 22px; }.faq-list details p { padding-right: 45px; }
  body[data-direction="field-map"] .faq-heading h2 { font-size: clamp(46px, 12.6vw, 62px); }
  body[data-direction="field-map"] .faq-list details p { font-size: 15px; }
  .closing { min-height: 650px; }.closing-copy { padding: 35px 15px; }.closing-copy h2 { font-size: clamp(63px, 19vw, 108px); }
  .site-footer { width: calc(100% - 28px); grid-template-columns: 1fr; }.site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .button { min-height: 48px; }
  .engine-heading { display: none; }
  .engine-body { grid-template-columns: .85fr 82px 1fr; }
  .engine-rails span { grid-template-columns: 40px 1fr; }
  .engine-stack { transform: scale(.9); }
  .daybreak-time { left: 5px; }
  .dispatch-card { right: 0; }
  .dispatch-line { grid-template-columns: 10px 1fr; }.dispatch-line em { display: none; }
  .map-node { width: 100px; }.node-dial { left: 8%; }.node-analyse { right: 8%; }
  .map-core { width: 118px; height: 118px; }
  .proof-strip strong { font-size: 40px; }
  .window-bar { font-size: 9px; }.window-status { font-size: 7px; }
  .source-foot { font-size: 7px; gap: 10px; }
  .browser-device aside span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ── Value ticker — included-with-every-plan band under the header ───────── */
.value-ticker {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.ticker-tag {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 12px 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: var(--action);
  color: var(--ink);
  font-weight: 700;
  white-space: nowrap;
}
.ticker-viewport {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  padding: 12px 22px;
  white-space: nowrap;
  width: max-content;
  animation: ticker-slide 42s linear infinite;
}
.value-ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker-slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.tick {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
}
.tick b { color: #fff; font-weight: 700; }
.tick i {
  width: 7px;
  height: 7px;
  background: var(--action);
  flex-shrink: 0;
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; flex-wrap: wrap; white-space: normal; width: auto; }
  .ticker-track .tick:nth-child(n+9) { display: none; } /* hide the duplicate loop run */
  .ticker-viewport { mask-image: none; -webkit-mask-image: none; }
}
@media (max-width: 640px) {
  .ticker-tag { display: none; }
}

/* ══ Field-map iteration 2 — owner feedback round ═══════════════════════ */

/* Console hero art exists in the shared template; only field-map shows it. */
.hero-art--console { display: none; }

/* Left-aligned section headings (was a 3-column grid that centred the h2). */
body[data-direction="field-map"] .section-heading {
  display: block;
  max-width: 1020px;
  border-bottom: 2px solid var(--ink);
}
body[data-direction="field-map"] .section-heading .eyebrow { margin-bottom: 20px; }
body[data-direction="field-map"] .section-heading h2 { max-width: none; font-size: clamp(44px, 4.6vw, 74px); line-height: .96; }
body[data-direction="field-map"] .section-heading > p:last-child { max-width: 62ch; margin-top: 24px; }

/* Header: full-width bar with a single rule — no floating edge box. */
body[data-direction="field-map"] .site-header {
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 2px solid var(--ink);
  padding: 0 clamp(20px, 3vw, 44px);
}

/* ── Workspace console hero ── */
body[data-direction="field-map"] .hero-art--console {
  display: block;
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 15px 15px 0 var(--accent);
  min-height: 620px;
  display: flex;
  flex-direction: column;
}
.console-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  border-bottom: 2px solid var(--ink);
  font: 700 11px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.console-bar > span { display: inline-flex; gap: 5px; }
.console-bar > span i { width: 9px; height: 9px; border: 1.5px solid var(--ink); display: block; }
.console-bar small { color: var(--muted); font-size: 11px; }
.console-live { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--accent); font-style: normal; }
.console-live i { width: 8px; height: 8px; background: var(--accent); animation: console-pulse 1.6s ease-in-out infinite; }
@keyframes console-pulse { 50% { opacity: .25; } }
.console-body { flex: 1; display: grid; grid-template-columns: 118px 1fr 190px; }
.console-rail { border-right: 2px solid var(--ink); padding: 18px 0; display: flex; flex-direction: column; }
.console-rail span {
  padding: 13px 16px;
  font: 750 11px/1 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--muted);
  border-left: 3px solid transparent;
}
.console-rail span.on { color: var(--ink); border-left-color: var(--action); background: rgba(var(--accent-rgb), .07); }
.console-feed { padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.feed-head { display: flex; justify-content: space-between; font: 700 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding-bottom: 6px; }
.feed-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1.5px solid var(--ink);
  background: var(--paper);
  box-shadow: 4px 4px 0 var(--soft);
  padding: 13px 15px;
  opacity: 0;
  transform: translateY(10px);
  animation: feed-in .5s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: calc(.5s + var(--i) * .45s);
}
@keyframes feed-in { to { opacity: 1; transform: none; } }
.feed-item > i { width: 9px; height: 9px; margin-top: 5px; background: var(--accent); flex-shrink: 0; }
.feed-item:first-of-type > i { background: var(--action); }
.feed-item b { display: block; font-size: 14.5px; letter-spacing: -.015em; }
.feed-item small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.feed-item > em { margin-left: auto; font: 750 9px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; color: var(--accent); font-style: normal; padding-top: 4px; white-space: nowrap; }
.console-side { border-left: 2px solid var(--ink); padding: 20px 16px; display: flex; flex-direction: column; gap: 22px; }
.side-block small { display: block; font: 700 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.side-block > span { display: flex; justify-content: space-between; align-items: baseline; font-size: 12px; font-weight: 600; margin-top: 10px; }
.side-block > span b { font-size: 12px; }
.side-block > i {
  display: block;
  height: 8px;
  margin-top: 5px;
  background: linear-gradient(90deg, var(--accent) var(--w), var(--soft) var(--w));
  border: 1.5px solid var(--ink);
}
@media (max-width: 1100px) {
  .console-body { grid-template-columns: 1fr; }
  .console-rail { flex-direction: row; border-right: 0; border-bottom: 2px solid var(--ink); overflow-x: auto; padding: 0; }
  .console-side { border-left: 0; border-top: 2px solid var(--ink); }
}

/* ── "One subscription replaces" strip ── */
.replaces { padding-top: 0; }
.replaces-inner { border: 2px solid var(--ink); background: var(--paper); box-shadow: 10px 10px 0 var(--action); padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 56px); }
.replaces-row { display: flex; flex-wrap: wrap; gap: 18px 44px; margin-top: 22px; }
.replaces-row span {
  position: relative;
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.replaces-row span::after {
  content: "";
  position: absolute;
  left: -2%;
  top: 54%;
  width: 0;
  height: .1em;
  background: var(--action);
  transform: rotate(-1.2deg);
  transition: width .45s cubic-bezier(.22,1,.36,1);
  transition-delay: calc(var(--strike-i, 0) * 60ms);
}
.reveal.revealed .replaces-row span::after { width: 104%; }
.replaces-row .replaces-more { color: var(--accent); }
.replaces-row .replaces-more::after { display: none; }
.replaces-note { margin: 26px 0 0; color: var(--muted); font-size: 12px; }
@media (prefers-reduced-motion: reduce) {
  .feed-item { animation: none; opacity: 1; transform: none; }
  .replaces-row span::after { transition: none; }
}

/* ── Pricing v3: $129/seat with seat selector + allowance groups ────────── */
.seat-row { display: flex; align-items: center; gap: 14px; margin-top: 20px; padding: 14px 16px; border: 2px solid var(--ink); background: var(--paper); }
.seat-row label { font: 750 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.seat-row select {
  font: 700 14px/1.2 var(--body);
  color: var(--ink);
  border: 1.5px solid var(--ink);
  background: var(--paper);
  padding: 8px 10px;
  border-radius: 0;
}
.seat-total { margin-left: auto; display: inline-flex; align-items: baseline; gap: 4px; }
.seat-total b { font-family: var(--display); font-size: 26px; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.seat-total small { color: var(--muted); font-size: 12px; }
.price-group { margin: 22px 0 10px; font: 750 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.price-unlims li::marker { content: ""; }
.price-unlims li { position: relative; padding-left: 18px; }
.price-unlims li::before { content: ""; position: absolute; left: 0; top: .48em; width: 8px; height: 8px; background: var(--action); }
.price-note { margin-top: 18px; color: var(--muted); font-size: 12.5px; line-height: 1.5; }

/* Feature lists use a uniform set of understated line icons instead of bullets.
   The bullet ::before is force-hidden (engines treat `content: none` here as a
   no-op, and a higher-specificity rule re-adds the marker); horizontal padding
   is forced to 0 so the icon starts flush, while vertical padding stays cascade-
   controlled so the tighter chapter-mode spacing still applies. */
.price-unlims, .price-incl { display: grid; gap: 1px; }
.price-unlims li, .price-incl li { position: relative; display: flex; align-items: center; gap: 12px; padding-top: 8px; padding-bottom: 8px; padding-left: 0 !important; padding-right: 0 !important; border-bottom: 0; }
.price-unlims li::before, .price-incl li::before { display: none !important; }
.feat-ic { flex: none; width: 19px; height: 19px; color: var(--muted); opacity: .92; }

/* ── Readability pass: +1 to +1.5px and a touch more weight on the smallest text ── */
body[data-direction="field-map"] .eyebrow, body[data-direction="field-map"] .mini-label { font-size: 13px; font-weight: 800; }
body[data-direction="field-map"] .hero-note { font-size: 12.5px; }
body[data-direction="field-map"] .proof-strip span { font-size: 12.5px; font-weight: 650; }
body[data-direction="field-map"] .site-nav a, body[data-direction="field-map"] .text-link { font-size: 14px; }
.tick { font-size: 13.5px; }
.console-bar { font-size: 12px; }
.console-bar small { font-size: 12px; }
.console-rail span { font-size: 12px; }
.feed-head { font-size: 11px; }
.feed-item b { font-size: 15.5px; }
.feed-item small { font-size: 13px; }
.feed-item > em { font-size: 10.5px; }
.side-block small { font-size: 11px; }
.side-block > span, .side-block > span b { font-size: 13px; }
body[data-direction="field-map"] .run-top { font-size: 11.5px; }
body[data-direction="field-map"] .run-item div > small, body[data-direction="field-map"] .run-item > em { font-size: 10.5px; font-weight: 800; }
body[data-direction="field-map"] .run-item div > b { font-size: 17px; }
body[data-direction="field-map"] .run-item p { font-size: 14px; color: var(--ink); opacity: .78; }
body[data-direction="field-map"] .ai-principles b { font-size: 17px; }
body[data-direction="field-map"] .ai-principles small { font-size: 14.5px; }
body[data-direction="field-map"] .tool-tabs button small { font-size: 11px; }
body[data-direction="field-map"] .tool-panel__intro .mini-label { font-size: 11.5px; }
body[data-direction="field-map"] .window-bar { font-size: 13px; }
body[data-direction="field-map"] .window-status { font-size: 11px; }
body[data-direction="field-map"] .result-head, body[data-direction="field-map"] .source-foot { font-size: 10.5px; }
body[data-direction="field-map"] .result-row { font-size: 14px; }
body[data-direction="field-map"] .result-row small, body[data-direction="field-map"] .sequence-line small { font-size: 12px; }
body[data-direction="field-map"] .flow-path__top, body[data-direction="field-map"] .coaching-card__top { font-size: 11px; }
body[data-direction="field-map"] .flow-steps b { font-size: 16px; }
body[data-direction="field-map"] .flow-steps small { font-size: 13px; }
body[data-direction="field-map"] .coaching-card > p { font-size: 15.5px; }
body[data-direction="field-map"] .coaching-rows b, body[data-direction="field-map"] .coaching-key { font-size: 11px; }
body[data-direction="field-map"] .command-chrome, body[data-direction="field-map"] .palette-foot { font-size: 11px; }
body[data-direction="field-map"] .palette-result small, body[data-direction="field-map"] .palette-result em { font-size: 10.5px; font-weight: 800; }
body[data-direction="field-map"] .palette-result b { font-size: 16px; }
body[data-direction="field-map"] .command-modes button { font-size: 11.5px; font-weight: 800; }
body[data-direction="field-map"] .included-grid p { font-size: 15.5px; }
body[data-direction="field-map"] .integration-title small { font-size: 11px; }
body[data-direction="field-map"] .integration-grid article > p { font-size: 15.5px; }
body[data-direction="field-map"] .slack-thread b { font-size: 12px; }
.replaces-note { font-size: 13px; }
.price-note { font-size: 13.5px; }
.seat-row label { font-size: 11px; }
body[data-direction="field-map"] .faq-list summary span { font-weight: 750; }
body[data-direction="field-map"] .section-heading > p:last-child,
body[data-direction="field-map"] .command-heading > p:last-child,
body[data-direction="field-map"] .everywhere-copy > p { font-size: 18.5px; font-weight: 520; }

/* ── Hero v3: floating glass stack (premium object, minimal text) ───────── */
.hero-art--stack { display: none; }
body[data-direction="field-map"] .hero-art--stack {
  display: block;
  position: relative;
  min-height: 700px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.gs-beam {
  position: absolute;
  top: 5%;
  bottom: 14%;
  width: 9px;
  border-radius: 5px;
  z-index: 1;
}
.gs-agent { left: calc(46% - 30px); background: linear-gradient(180deg, var(--accent) 0%, rgba(23,59,255,.75) 62%, rgba(23,59,255,.06)); box-shadow: 0 0 22px rgba(23,59,255,.5); }
.gs-analytics { left: calc(46% + 48px); background: linear-gradient(180deg, #7b5cff 0%, rgba(123,92,255,.7) 62%, rgba(123,92,255,.06)); box-shadow: 0 0 22px rgba(123,92,255,.45); }
.gs-beam-label {
  position: absolute;
  top: 6%;
  transform: translate(-50%, -130%);
  font: 800 13px/1 var(--body);
  letter-spacing: -.01em;
  z-index: 4;
}
.gs-agent-label { left: calc(46% - 26px); color: #1230cc; }
.gs-analytics-label { left: calc(46% + 52px); color: #6743e8; }
.gs-stack {
  position: absolute;
  left: 46%;
  top: 62%;
  width: 320px;
  height: 320px;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: gs-float 8s ease-in-out infinite;
}
@keyframes gs-float { 0%, 100% { margin-top: 0; } 50% { margin-top: -14px; } }
.gs-iso { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(56deg) rotateZ(45deg); }
.gs-plate {
  position: absolute;
  inset: 0;
  border-radius: 42px;
  transform: translateZ(var(--z));
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(213,228,255,.5) 55%, rgba(224,216,255,.46));
  border: 2px solid rgba(255,255,255,.96);
  box-shadow: 0 0 26px rgba(23,59,255,.16), inset 0 0 34px rgba(255,255,255,.55), inset 0 -12px 24px rgba(23,59,255,.1);
}
.gs-plate.gs-mid {
  background: linear-gradient(135deg, rgba(224,214,255,.6), rgba(233,224,255,.5) 55%, rgba(210,225,255,.5));
  box-shadow: 0 0 30px rgba(123,92,255,.22), inset 0 0 34px rgba(255,255,255,.55);
}
.gs-port {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - var(--dy));
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,59,255,.5), transparent 68%);
  filter: blur(4px);
  z-index: 3;
  pointer-events: none;
}
.gs-port-b {
  left: calc(50% + 48px);
  background: radial-gradient(circle, rgba(123,92,255,.48), transparent 68%);
}
.gs-layer-label {
  position: absolute;
  left: calc(50% + 250px);
  top: calc(50% - var(--dy));
  transform: translateY(-50%);
  z-index: 3;
  font: 800 14px/1 var(--body);
  letter-spacing: -.01em;
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(255,255,255,.85);
  white-space: nowrap;
}
@media (max-width: 1100px) {
  body[data-direction="field-map"] .hero-art--stack { min-height: 560px; }
  .gs-stack { transform: translate(-50%, -50%) scale(.8); }
}
@media (prefers-reduced-motion: reduce) { .gs-stack { animation: none; } }

/* ── Blue-section legibility + pricing heading alignment ────────────────── */
body[data-direction="field-map"] .ai-heading > p:last-child { color: #fff; }
body[data-direction="field-map"] .ai-principles small { color: #fff; }
body[data-direction="field-map"] .pricing-heading {
  display: block;
  max-width: 1020px;
  margin-bottom: 64px;
}
body[data-direction="field-map"] .pricing-heading .eyebrow { margin-bottom: 20px; }
body[data-direction="field-map"] .pricing-heading h2 {
  max-width: none;
  font-size: clamp(44px, 4.6vw, 74px);
  line-height: .96;
  text-transform: uppercase;
}
body[data-direction="field-map"] .pricing-heading > p:last-child {
  max-width: 62ch;
  margin-top: 24px;
  color: rgba(255, 255, 255, .95);
  font-size: 18.5px;
}

/* ── Pricing card lists: two columns for readability, default 1 seat ────── */
.platform-price ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 26px;
}
.platform-price ul li { break-inside: avoid; }
@media (max-width: 700px) {
  .platform-price ul { grid-template-columns: 1fr; }
}

/* ── Platform card: column layout (base grid was built for 3 children) ──── */
.platform-price {
  display: flex;
  flex-direction: column;
  min-height: 0;
  gap: 0;
}
.platform-price .price-group { margin: 30px 0 2px; }
.platform-price .price-group + ul { margin-top: 10px; }
.platform-price ul { align-self: stretch; }
.platform-price li {
  position: relative;
  padding: 7px 0 7px 19px;
  border-bottom: 0;
  font-size: 13.5px;
  line-height: 1.5;
}
.platform-price li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 8px;
  height: 8px;
  margin: 0;
  background: var(--accent);
}
.platform-price .price-unlims li::before { background: var(--action); }
.platform-price .price-note { margin-top: 22px; max-width: none; }
.platform-price .button { margin-top: 26px; }
body[data-direction="field-map"] .price-card { min-height: 0; }

/* ── Stacked pricing (narrow windows): cap card width instead of sprawling ── */
@media (max-width: 980px) {
  .pricing-grid { justify-items: start; gap: 22px; }
  .pricing-grid .price-card { width: min(100%, 600px); }
  .seat-total b { font-size: 22px; }
}

/* ── Hero v4: the rendered glass stack (keyed PNG) ──────────────────────── */
body[data-direction="field-map"] .hero-art--stack {
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.gs-render {
  width: min(620px, 100%);
  height: auto;
  display: block;
  animation: gs-float 8s ease-in-out infinite;
  filter: drop-shadow(0 34px 60px rgba(23, 59, 255, .2));
  -webkit-mask-image: linear-gradient(180deg, #000 92%, transparent);
  mask-image: linear-gradient(180deg, #000 92%, transparent);
}
@media (prefers-reduced-motion: reduce) { .gs-render { animation: none; } }

/* ── 13-inch calibration: laptop screens got desktop-max sizes ──────────── */
@media (min-width: 1100px) and (max-width: 1600px) {
  body[data-direction="field-map"] { font-size: 16px; }
  body[data-direction="field-map"] .hero { min-height: 0; padding-top: 56px; }
  body[data-direction="field-map"] .hero h1 { font-size: clamp(54px, 4.8vw, 74px); }
  body[data-direction="field-map"] .hero-lede { font-size: 17px; }
  body[data-direction="field-map"] .section-pad { padding-top: clamp(72px, 6vw, 96px); padding-bottom: clamp(72px, 6vw, 96px); }
  body[data-direction="field-map"] .section-heading h2,
  body[data-direction="field-map"] .ai-heading h2,
  body[data-direction="field-map"] .pricing-heading h2,
  body[data-direction="field-map"] .command-heading h2,
  body[data-direction="field-map"] .faq-heading h2,
  body[data-direction="field-map"] .everywhere h2 { font-size: clamp(38px, 3.6vw, 56px); line-height: .97; }
  body[data-direction="field-map"] .trust-heading h2 { font-size: clamp(40px, 3.8vw, 60px); }
  body[data-direction="field-map"] .proof-strip strong { font-size: clamp(30px, 2.8vw, 44px); }
  body[data-direction="field-map"] .proof-strip > div { min-height: 110px; padding: 20px clamp(16px, 2vw, 36px); }
  body[data-direction="field-map"] .price-card { padding: clamp(26px, 2.6vw, 38px); }
  body[data-direction="field-map"] .price-card h3 b { font-size: clamp(46px, 4vw, 64px); }
  body[data-direction="field-map"] .price-card h3 { margin-top: 24px; }
  body[data-direction="field-map"] .replaces-row span { font-size: clamp(21px, 2.1vw, 32px); }
  body[data-direction="field-map"] .faq-list summary { font-size: clamp(18px, 1.7vw, 25px); min-height: 70px; }
  body[data-direction="field-map"] .seat-total b { font-size: 22px; }
}

/* Retina-safe hero render: never stretch the source past its native pixels. */
.gs-render { width: min(460px, 100%); }
@media (max-width: 1600px) { .gs-render { width: min(430px, 100%); } }

/* ── Compaction pass: centered container + laptop-height sections ───────── */
body[data-direction="field-map"] { --section-max: 1140px; }
/* Reclaim horizontal space on large / ultrawide monitors — the compact 1140px
   column leaves very wide side gutters past ~1700px. Scoped to field-map so it
   overrides the compaction default above. */
@media (min-width: 1700px) { body[data-direction="field-map"] { --section-max: 1300px; } }
@media (min-width: 2100px) { body[data-direction="field-map"] { --section-max: 1500px; } }
@media (min-width: 2600px) { body[data-direction="field-map"] { --section-max: 1720px; } }
@media (min-width: 3200px) { body[data-direction="field-map"] { --section-max: 1980px; } }
body[data-direction="field-map"] .section-pad { padding-top: clamp(48px, 5vw, 68px); padding-bottom: clamp(48px, 5vw, 68px); }
body[data-direction="field-map"] .section-heading { margin-bottom: clamp(28px, 3vw, 40px); padding-bottom: 18px; }
body[data-direction="field-map"] .section-heading .eyebrow { margin-bottom: 12px; }
body[data-direction="field-map"] .section-heading > p:last-child { margin-top: 14px; font-size: 16.5px; }
body[data-direction="field-map"] .pricing-heading { margin-bottom: 36px; }
body[data-direction="field-map"] .pricing-heading > p:last-child { margin-top: 14px; font-size: 16.5px; }

body[data-direction="field-map"] .hero {
  width: min(var(--section-max), calc(100% - 48px));
  min-height: 0;
  padding-top: 44px;
  gap: clamp(32px, 4vw, 56px);
  grid-template-columns: minmax(380px, .82fr) minmax(430px, 1.18fr);
  align-items: center;
}
body[data-direction="field-map"] .hero h1 { font-size: clamp(46px, 4vw, 62px); }
body[data-direction="field-map"] .hero-lede { font-size: 16px; margin-top: 18px; }
.gs-render { width: min(380px, 100%); }
@media (max-width: 1600px) { .gs-render { width: min(380px, 100%); } }

body[data-direction="field-map"] .proof-strip { margin: 0 auto; width: min(var(--section-max), calc(100% - 48px)); }
body[data-direction="field-map"] .proof-strip > div { min-height: 78px; padding: 14px 20px; }
body[data-direction="field-map"] .proof-strip strong { font-size: clamp(24px, 2.2vw, 34px); }

body[data-direction="field-map"] .price-card { padding: 24px 28px; }
body[data-direction="field-map"] .price-card h3 { margin-top: 12px; }
body[data-direction="field-map"] .price-card h3 b { font-size: clamp(38px, 3vw, 48px); }
body[data-direction="field-map"] .price-card p { margin-top: 10px; font-size: 14px; }
body[data-direction="field-map"] .seat-row { margin-top: 12px; padding: 9px 13px; }
body[data-direction="field-map"] .platform-price .price-group { margin: 16px 0 0; }
body[data-direction="field-map"] .platform-price .price-group + ul { margin-top: 5px; }
body[data-direction="field-map"] .platform-price li { padding: 3px 0 3px 17px; font-size: 12.5px; line-height: 1.45; }
body[data-direction="field-map"] .platform-price li::before { top: .42em; width: 7px; height: 7px; }
body[data-direction="field-map"] .platform-price .price-note { margin-top: 12px; font-size: 12px; }
body[data-direction="field-map"] .platform-price .button { margin-top: 16px; }
body[data-direction="field-map"] .enterprise-price li { padding: 8px 0; font-size: 12.5px; }

body[data-direction="field-map"] .faq-list summary { min-height: 54px; padding: 12px 4px; }
body[data-direction="field-map"] .replaces-inner { padding: 24px 32px; }
body[data-direction="field-map"] .replaces-row { gap: 10px 30px; margin-top: 14px; }
body[data-direction="field-map"] .replaces-row span { font-size: clamp(19px, 1.8vw, 27px); }
body[data-direction="field-map"] .replaces-note { margin-top: 14px; font-size: 11.5px; }
body[data-direction="field-map"] .trust-heading h2 { font-size: clamp(34px, 3vw, 48px); }
body[data-direction="field-map"] .ai-heading > p:last-child { margin-top: 14px; }

/* ── Hero render at 60% (kept from v24 per owner) ───────────────────────── */
.gs-render { width: min(230px, 100%); }
@media (max-width: 1600px) { .gs-render { width: min(230px, 100%); } }
body[data-direction="field-map"] .hero { padding-top: 26px; }
body[data-direction="field-map"] .hero h1 { font-size: clamp(40px, 3.5vw, 54px); }

/* ── Field-map v28: measured chapters with native scrolling ───────────── */
/*
  On laptop/desktop canvases each chapter owns one viewport and holds its
  content inside the central 80svh. Wheel and trackpad input remain completely
  native; keyboard navigation can still move directly between chapters.
*/
@media (min-width: 1221px) and (min-height: 680px) {
  html.field-map-chapters body[data-direction="field-map"] {
    /* Cap the per-chapter content height. Without a ceiling, 80svh balloons the
       product mockups, cards and boards to 1100px+ on tall / 4K monitors, which
       stretches them and opens large internal voids. The cap keeps visuals at a
       natural size and lets the extra viewport height become breathing room. */
    --chapter-content-height: min(80svh, 820px);
  }

  body[data-direction="field-map"] .section-chapter {
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    padding: 10svh max(24px, calc((100vw - var(--section-max)) / 2));
    align-content: center;
    overflow: clip;
    position: relative;
  }

  /* Section separation now comes from the colour-band change, so the old
     column-width top border (which read as a floating line) is removed. */
  body[data-direction="field-map"] .section-chapter::after,
  body[data-direction="field-map"] .scroll-chapter::after {
    content: none;
  }

  /* The masthead, hero and proof figures read as one opening chapter. */
  body[data-direction="field-map"] .scroll-chapter--hero {
    width: 100%;
    height: calc(100svh - var(--field-map-chrome, 119px));
    min-height: 0;
    padding: max(0px, calc((100svh - var(--field-map-chrome, 119px) - var(--chapter-content-height)) / 2)) 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: stretch;
    position: relative;
    overflow: clip;
  }

  body[data-direction="field-map"] .scroll-chapter--hero .hero {
    height: 100%;
    min-height: 0;
    align-self: stretch;
    padding-top: clamp(18px, 3svh, 30px);
    padding-bottom: clamp(18px, 3svh, 30px);
  }

  body[data-direction="field-map"] .scroll-chapter--hero .proof-strip {
    align-self: end;
  }

  /* Platform: inventory at left, interactive product proof at right. */
  body[data-direction="field-map"] .platform {
    display: grid;
    grid-template-columns: minmax(290px, .64fr) minmax(0, 1.36fr);
    grid-template-rows: auto 1fr;
    column-gap: 34px;
    row-gap: 18px;
    align-items: stretch;
  }

  body[data-direction="field-map"] .platform .section-heading {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    padding-bottom: 14px;
  }

  body[data-direction="field-map"] .platform .section-heading h2 {
    font-size: clamp(36px, 3.15vw, 48px);
  }

  body[data-direction="field-map"] .platform .section-heading > p:last-child {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.45;
  }

  body[data-direction="field-map"] .platform .stack-index {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    margin: 0;
    grid-template-columns: 1fr;
  }

  body[data-direction="field-map"] .platform .stack-index article {
    min-height: 0;
    padding: 9px 12px;
    display: grid;
    grid-template-columns: 82px 1fr;
    align-items: center;
    gap: 10px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body[data-direction="field-map"] .platform .stack-index article:last-child {
    border-bottom: 0;
  }

  body[data-direction="field-map"] .platform .stack-index small {
    font-size: 8.5px;
  }

  body[data-direction="field-map"] .platform .stack-index p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.35;
  }

  body[data-direction="field-map"] .platform .stack-showcase {
    grid-column: 2;
    grid-row: 1 / 3;
    height: var(--chapter-content-height);
    min-height: 0;
  }

  body[data-direction="field-map"] .platform .tool-stage {
    padding: 20px 24px;
  }

  body[data-direction="field-map"] .platform .tool-panel__intro {
    min-height: 68px;
  }

  body[data-direction="field-map"] .platform .tool-panel__intro h3 {
    font-size: clamp(28px, 2.6vw, 38px);
  }

  body[data-direction="field-map"] .platform .product-window {
    height: calc(var(--chapter-content-height) - 148px);
    min-height: 0;
    margin-top: 16px;
  }

  body[data-direction="field-map"] .platform .tool-tabs button {
    padding: 12px 16px;
  }

  body[data-direction="field-map"] .platform .tool-tabs button span {
    font-size: 15px;
  }

  /* The replacement list gets its own decisive, uncluttered beat. */
  body[data-direction="field-map"] .replaces {
    display: grid;
    place-items: center;
  }

  body[data-direction="field-map"] .replaces-inner {
    width: 100%;
    padding: clamp(34px, 5svh, 52px) clamp(34px, 4vw, 58px);
  }

  body[data-direction="field-map"] .replaces-row {
    gap: 16px 38px;
    margin-top: 22px;
  }

  body[data-direction="field-map"] .replaces-row span {
    font-size: clamp(26px, 2.6vw, 38px);
  }

  /* AI proof and its guardrails form a single 80svh composition. */
  body[data-direction="field-map"] .scroll-chapter--ai {
    width: 100%;
    height: 100svh;
    padding: 10svh 0;
    display: grid;
    align-content: center;
    color: #fff;
    background: var(--accent);
    position: relative;
    overflow: clip;
  }

  /* Grid spans the whole blue chapter. The blue lives on this full-height
     wrapper while the inner .ai-section is only ~500px tall and centered, so a
     grid on the section alone leaves solid blue above and below. */
  body[data-direction="field-map"] .scroll-chapter--ai::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 38px 38px;
    pointer-events: none;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .ai-section::before {
    background-image: none;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .ai-section {
    width: 100%;
    padding: 0 max(24px, calc((100vw - var(--section-max)) / 2));
    grid-template-columns: .7fr 1.3fr;
    gap: 32px;
    color: #fff;
    background: transparent;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .ai-heading h2 {
    font-size: clamp(38px, 3.5vw, 54px);
  }

  body[data-direction="field-map"] .scroll-chapter--ai .ai-heading > p:last-child {
    font-size: 15px;
    line-height: 1.45;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .run-top {
    min-height: 40px;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .run-item {
    min-height: 72px;
    padding: 10px 14px;
    grid-template-columns: 32px 1fr auto;
    gap: 12px;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .run-glyph {
    width: 31px;
    height: 31px;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .run-item div > b {
    margin-top: 5px;
    font-size: 13.5px;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .run-item p {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.3;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .ai-principles {
    margin-top: 18px;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .ai-principles > span {
    min-height: 70px;
    padding: 12px 16px;
    gap: 5px;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .ai-principles b {
    font-size: 13px;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .ai-principles small {
    font-size: 11.5px;
    line-height: 1.3;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .control-strip {
    width: min(var(--section-max), calc(100% - 48px));
    min-height: 64px;
    margin: 12px auto 0;
    padding: 12px 18px;
    box-shadow: 7px 7px 0 var(--action);
  }

  body[data-direction="field-map"] .scroll-chapter--ai .control-strip p {
    font-size: 13px;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .control-strip p strong {
    font-size: 19px;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .control-strip > div span {
    padding: 6px 8px;
    font-size: 8px;
  }

  /* Shared editorial split for the remaining proof sections. */
  body[data-direction="field-map"] .flow-section,
  body[data-direction="field-map"] .included,
  body[data-direction="field-map"] .integrations,
  body[data-direction="field-map"] .pricing {
    display: grid;
    grid-template-columns: minmax(280px, .56fr) minmax(0, 1.44fr);
    gap: 34px;
    align-items: center;
  }

  body[data-direction="field-map"] .flow-section .section-heading,
  body[data-direction="field-map"] .included .section-heading,
  body[data-direction="field-map"] .integrations .section-heading,
  body[data-direction="field-map"] .pricing .pricing-heading {
    margin: 0;
  }

  body[data-direction="field-map"] .flow-section .section-heading h2,
  body[data-direction="field-map"] .included .section-heading h2,
  body[data-direction="field-map"] .integrations .section-heading h2,
  body[data-direction="field-map"] .pricing .pricing-heading h2 {
    font-size: clamp(36px, 3.15vw, 48px);
  }

  body[data-direction="field-map"] .flow-section .section-heading > p:last-child,
  body[data-direction="field-map"] .included .section-heading > p:last-child,
  body[data-direction="field-map"] .integrations .section-heading > p:last-child,
  body[data-direction="field-map"] .pricing .pricing-heading > p:last-child {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.45;
  }

  body[data-direction="field-map"] .flow-board {
    height: var(--chapter-content-height);
    min-height: 0;
    grid-template-columns: 1.12fr .88fr;
  }

  body[data-direction="field-map"] .flow-path,
  body[data-direction="field-map"] .coaching-card {
    padding: 22px;
  }

  body[data-direction="field-map"] .flow-steps i {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }

  body[data-direction="field-map"] .flow-steps::before {
    top: 26px;
  }

  body[data-direction="field-map"] .flow-steps b {
    margin-top: 12px;
    font-size: 12px;
  }

  body[data-direction="field-map"] .flow-steps small {
    font-size: 9.5px;
  }

  body[data-direction="field-map"] .coaching-card h3 {
    margin-top: 30px;
    font-size: clamp(27px, 2.5vw, 38px);
  }

  body[data-direction="field-map"] .coaching-card > p {
    margin-top: 10px;
    font-size: 12.5px;
  }

  body[data-direction="field-map"] .coaching-rows {
    margin-top: 20px;
    gap: 12px;
  }

  body[data-direction="field-map"] .coaching-key {
    padding-top: 18px;
    font-size: 8px;
  }

  body[data-direction="field-map"] .command-section {
    grid-template-columns: minmax(280px, .56fr) minmax(0, 1.44fr);
    gap: 34px;
  }

  body[data-direction="field-map"] .command-heading h2 {
    max-width: none;
    font-size: clamp(36px, 3.15vw, 48px);
  }

  body[data-direction="field-map"] .command-heading > p:last-child {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  body[data-direction="field-map"] .command-demo {
    height: var(--chapter-content-height);
    min-height: 0;
  }

  body[data-direction="field-map"] .included-grid {
    height: var(--chapter-content-height);
    grid-template-columns: repeat(3, 1fr);
  }

  body[data-direction="field-map"] .included-grid article {
    min-height: 0;
    padding: 16px;
  }

  body[data-direction="field-map"] .included-grid h3 {
    margin-top: 18px;
    font-size: clamp(21px, 1.8vw, 28px);
  }

  body[data-direction="field-map"] .included-grid p {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.35;
  }

  body[data-direction="field-map"] .included-grid .feature-glyph {
    font-size: 23px;
  }

  body[data-direction="field-map"] .mini-room,
  body[data-direction="field-map"] .mini-calendar,
  body[data-direction="field-map"] .mini-sign,
  body[data-direction="field-map"] .mini-track,
  body[data-direction="field-map"] .mini-roles,
  body[data-direction="field-map"] .mini-knowledge {
    min-height: 46px;
    padding-top: 12px;
  }

  body[data-direction="field-map"] .integration-grid {
    height: var(--chapter-content-height);
    grid-template-columns: 1fr 1fr .6fr;
  }

  body[data-direction="field-map"] .integration-grid > article {
    min-height: 0;
    padding: 20px;
  }

  body[data-direction="field-map"] .sync-visual {
    margin: 34px 0;
  }

  body[data-direction="field-map"] .slack-thread {
    margin: 28px 0 18px;
    gap: 10px;
  }

  body[data-direction="field-map"] .slack-thread > span {
    padding: 11px;
  }

  body[data-direction="field-map"] .more-card h3 {
    margin-top: 22px;
    font-size: clamp(23px, 2.2vw, 34px);
  }

  body[data-direction="field-map"] .everywhere {
    height: 100svh;
    min-height: 100svh;
    padding-top: 10svh;
    padding-bottom: 10svh;
    grid-template-columns: minmax(280px, .6fr) minmax(0, 1.4fr);
    gap: 34px;
    align-items: center;
    overflow: clip;
  }

  body[data-direction="field-map"] .everywhere h2 {
    font-size: clamp(36px, 3.15vw, 48px);
  }

  body[data-direction="field-map"] .everywhere-copy > p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  body[data-direction="field-map"] .channel-tags {
    margin-top: 22px;
  }

  body[data-direction="field-map"] .device-stage {
    min-height: 0;
    height: var(--chapter-content-height);
  }

  body[data-direction="field-map"] .browser-device {
    height: calc(var(--chapter-content-height) - 44px);
    top: 0;
  }

  body[data-direction="field-map"] .phone-device {
    width: 176px;
    /* Keep real phone proportions (~2.15:1) instead of stretching to the band height */
    height: min(calc(var(--chapter-content-height) - 100px), 384px);
  }

  body[data-direction="field-map"] .phone-profile {
    width: 68px;
    height: 68px;
    margin-top: 30px;
  }

  body[data-direction="field-map"] .pricing {
    width: 100%;
    padding-left: max(24px, calc((100vw - var(--section-max)) / 2));
    padding-right: max(24px, calc((100vw - var(--section-max)) / 2));
    /* Grow past one viewport if the cards need it (narrow widths + larger text),
       rather than clipping the Buy now button. Stays exactly one screen on wide/tall
       monitors where the cards fit. */
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  body[data-direction="field-map"] .pricing-grid {
    grid-template-columns: 1.35fr .65fr;
    gap: 14px;
    align-items: stretch;
  }

  body[data-direction="field-map"] .price-card {
    min-height: 0;
    padding: 20px 22px;
  }

  body[data-direction="field-map"] .platform-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: min-content;
    column-gap: 20px;
    align-content: start;
  }

  body[data-direction="field-map"] .platform-price > div:first-child {
    grid-column: 1 / -1;
  }

  body[data-direction="field-map"] .platform-price .price-group,
  body[data-direction="field-map"] .platform-price .price-group + ul {
    grid-column: auto;
  }

  body[data-direction="field-map"] .platform-price .price-note,
  body[data-direction="field-map"] .platform-price .button {
    grid-column: 1 / -1;
  }

  body[data-direction="field-map"] .platform-price h3 {
    margin-top: 8px;
  }

  body[data-direction="field-map"] .platform-price .seat-row {
    margin-top: 8px;
  }

  body[data-direction="field-map"] .platform-price .price-group {
    margin-top: 11px;
  }

  body[data-direction="field-map"] .platform-price li {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10.5px;
    line-height: 1.3;
  }

  body[data-direction="field-map"] .platform-price .price-note {
    margin-top: 8px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  body[data-direction="field-map"] .platform-price .button {
    min-height: 40px;
    margin-top: 14px;
  }

  body[data-direction="field-map"] .enterprise-price li {
    padding: 7px 0;
    font-size: 11px;
  }

  body[data-direction="field-map"] .faq-section {
    grid-template-columns: minmax(280px, .56fr) minmax(0, 1.44fr);
    gap: 34px;
    align-items: center;
  }

  body[data-direction="field-map"] .faq-heading h2 {
    font-size: clamp(36px, 3.15vw, 48px);
  }

  body[data-direction="field-map"] .faq-heading > p:last-child {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  body[data-direction="field-map"] .faq-list summary {
    min-height: 52px;
    padding: 10px 4px;
    font-size: clamp(17px, 1.45vw, 21px);
  }

  body[data-direction="field-map"] .faq-list details p {
    padding-bottom: 18px;
    font-size: 13px;
    line-height: 1.45;
  }

  body[data-direction="field-map"] .closing {
    height: calc(100svh - 180px);
    min-height: 0;
    padding-top: 8svh;
    padding-bottom: 8svh;
  }

  body[data-direction="field-map"] .closing-copy {
    padding: 32px;
  }

  body[data-direction="field-map"] .closing-copy h2 {
    font-size: clamp(58px, 7vw, 96px);
  }

  /* A restrained chapter counter follows the reader through the page. */
  .section-meter {
    position: fixed;
    right: 18px;
    top: 50%;
    z-index: 70;
    width: 46px;
    padding: 10px 0;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    gap: 8px;
    border: 1.5px solid var(--ink);
    color: var(--ink);
    background: rgba(251, 255, 251, .88);
    backdrop-filter: blur(10px);
    box-shadow: 4px 4px 0 var(--action);
    font: 800 9px/1 var(--mono);
    letter-spacing: .04em;
  }

  .section-meter i {
    width: 2px;
    height: 42px;
    display: block;
    position: relative;
    background: rgba(17, 40, 31, .2);
    overflow: hidden;
  }

  .section-meter i::after {
    content: "";
    width: 100%;
    height: var(--section-progress, 0%);
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--accent);
    transition: height .35s cubic-bezier(.22, 1, .36, 1);
  }

  .section-meter b,
  .section-meter span {
    font: inherit;
  }
}

@media (max-width: 1220px), (max-height: 679px) {
  .section-meter {
    display: none;
  }
}

/* ══ Field Map v30 — frameless Agent Spine hero ═══════════════════════ */
.hero-art--agent-spine { display: none; }

body[data-direction="field-map"] .hero-art--stack { display: none !important; }
body[data-direction="field-map"] .hero-art--agent-spine {
  height: min(54svh, 520px);
  min-height: 410px;
  display: block;
  position: relative;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}
body[data-direction="field-map"] .hero-art--agent-spine::before {
  content: none;
}
.agent-spine__top,
.agent-spine__bottom {
  display: none;
}
.agent-spine__top { top: 0; border-bottom: 1px solid var(--ink); }
.agent-spine__bottom { bottom: 0; color: var(--muted); border-top: 1px solid var(--ink); }
.agent-spine__top em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--accent);
  font-style: normal;
}
.agent-spine__top em i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2aad72;
  box-shadow: 0 0 0 4px rgba(42,173,114,.13);
}
.agent-spine__scene { position: absolute; inset: 0; perspective: 900px; }
.agent-spine__orbit {
  width: min(430px, 86%);
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(23,59,255,.2);
  border-radius: 50%;
  box-shadow: inset 0 0 75px rgba(23,59,255,.1);
}
.agent-spine__orbit::before,
.agent-spine__orbit::after {
  content: "";
  position: absolute;
  inset: 48px;
  border: 1px dashed rgba(17,40,31,.16);
  border-radius: 50%;
}
.agent-spine__orbit::after { inset: 108px; border-style: solid; }
.agent-spine__axis {
  width: 7px;
  height: 390px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  transform: translate(-50%,-50%);
  background: linear-gradient(transparent,#73c7ff 12%,var(--accent) 50%,#9877ff 88%,transparent);
  box-shadow: 0 0 16px #69a9ff, 0 0 39px rgba(23,59,255,.45);
}
.agent-spine__axis > b {
  padding: 6px 8px;
  position: absolute;
  left: 50%;
  top: 11px;
  transform: translateX(-50%);
  color: #fff;
  background: var(--accent);
  border: 1px solid var(--ink);
  box-shadow: 3px 3px 0 var(--action);
  font: 800 7px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.agent-packet {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 7%;
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
  border: 2px solid var(--accent);
  box-shadow: 0 0 17px #fff, 0 0 27px var(--accent);
  animation: agent-packet-travel 4.8s ease-in-out infinite;
}
.agent-packet--two { animation-delay: -2.4s; }
.agent-layer {
  width: min(470px,78%);
  height: 58px;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  top: calc(50% + var(--y));
  z-index: var(--z);
  transform: translate(-50%,-50%) skewY(-3.5deg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(115deg,rgba(255,255,255,.95),rgba(164,203,255,.4),rgba(255,255,255,.76));
  border: 1.5px solid rgba(23,59,255,.76);
  box-shadow: 0 12px 26px rgba(23,59,255,.11), inset 0 1px #fff;
  backdrop-filter: blur(9px);
  animation: agent-layer-breathe 5.2s ease-in-out infinite;
}
.agent-layer::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: var(--action);
  border: 1px solid var(--ink);
}
.agent-layer > b { font: 800 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.agent-layer > small { color: var(--muted); font: 750 6.5px/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.agent-event {
  padding: 11px 13px;
  position: absolute;
  z-index: 26;
  background: #fff;
  border: 1px solid var(--ink);
  box-shadow: 4px 4px 0 var(--action);
  font: 750 8px/1.35 var(--mono);
  animation: agent-event-float 4s ease-in-out infinite;
}
.agent-event b { margin-bottom: 4px; display: block; color: var(--accent); font-size: 7px; text-transform: uppercase; }
.agent-event--signal { left: 0; top: 23%; }
.agent-event--action { right: 0; bottom: 21%; animation-delay: -1.6s; }

body[data-direction="field-map"] .replaces-inner {
  display: block;
}
@keyframes agent-packet-travel { 0% { top: 7%; opacity: 0; } 12%,88% { opacity: 1; } 100% { top: 90%; opacity: 0; } }
@keyframes agent-layer-breathe { 50% { margin-left: 5px; } }
@keyframes agent-event-float { 50% { transform: translateY(7px); } }

@media (max-width: 1220px), (max-height: 679px) {
  body[data-direction="field-map"] .hero-art--agent-spine { height: min(54svh,520px); min-height: 410px; }
}

@media (max-width: 700px) {
  body[data-direction="field-map"] .hero {
    width: calc(100% - 28px);
    grid-template-columns: minmax(0,1fr);
    gap: 44px;
  }
  body[data-direction="field-map"] .hero-art--agent-spine { height: 500px; min-height: 500px; box-shadow: none; }
  .agent-spine__orbit { width: 340px; max-width: 100%; }
  .agent-spine__axis { height: 380px; }
  .agent-layer { width: 82%; height: 52px; padding: 0 12px; }
  .agent-layer > small { display: none; }
  .agent-event { display: block; max-width: 122px; padding: 8px 9px; font-size: 6.5px; }
  .agent-event--signal { left: 0; top: 15%; }
  .agent-event--action { right: 0; bottom: 14%; }
  body[data-direction="field-map"] .replaces-inner { padding: 24px 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .agent-packet,.agent-layer,.agent-event { animation: none; }
}

/* ══ Field Map v38 — animated stack replacement chapter ════════════════ */
body[data-direction="field-map"] .replaces-inner {
  padding: clamp(24px, 3vw, 40px);
  overflow: hidden;
  background:
    linear-gradient(rgba(var(--accent-rgb), .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--accent-rgb), .045) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px;
}

.replaces-heading {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(280px, .52fr);
  align-items: end;
  gap: 42px;
}

.replaces-heading .eyebrow { margin: 0 0 9px; }
.replaces-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(31px, 3vw, 48px);
  line-height: .94;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.replaces-heading h2 em { color: var(--accent); font-style: normal; }
.replaces-heading > p {
  max-width: 470px;
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.replacement-machine {
  margin-top: 24px;
  border: 1.5px solid var(--ink);
  background: rgba(255,255,255,.88);
  box-shadow: 7px 7px 0 var(--accent);
}

.replacement-machine__top {
  min-height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(var(--ink-rgb), .28);
  background: color-mix(in srgb, var(--soft) 62%, white);
  font: 750 8px/1 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.replacement-machine__top > span,
.replacement-machine__top > div,
.replacement-machine__top > div > span,
.replacement-machine__top button {
  display: inline-flex;
  align-items: center;
}
.replacement-machine__top > span { gap: 8px; }
.replacement-machine__top > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2aad72;
  box-shadow: 0 0 0 4px rgba(42,173,114,.12);
}
.replacement-machine__top > div { gap: 14px; }
.replacement-machine__top > div > span { gap: 4px; color: var(--muted); }
.replacement-machine__top > div > span b { color: var(--ink); }
.replacement-machine__top button {
  min-height: 24px;
  gap: 7px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}
.replacement-machine__top button i {
  width: 8px;
  height: 9px;
  display: block;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.replacement-machine__top button[aria-pressed="true"] i {
  width: 0;
  height: 0;
  border: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.replacement-stage {
  min-height: 190px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(190px, .8fr) minmax(120px, .52fr) minmax(340px, 1.35fr);
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
  contain: layout paint;
}
.replacement-label {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font: 750 8px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.replacement-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
.replacement-brand > div { min-width: 0; }
.replacement-brand strong {
  display: block;
  overflow: hidden;
  font-family: var(--display);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1;
  letter-spacing: -.045em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.replacement-brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font: 700 8px/1.25 var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
}
.replacement-logo {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(var(--ink-rgb), .22);
  background: #fff;
}
.replacement-logo > span {
  color: var(--accent);
  font: 850 11px/1 var(--body);
}
.replacement-logo > img {
  width: 72%;
  height: 72%;
  position: absolute;
  inset: 14%;
  display: block;
  object-fit: contain;
  background: #fff;
}
.replacement-logo--large {
  width: clamp(46px, 4vw, 60px);
  height: clamp(46px, 4vw, 60px);
  border-color: var(--ink);
  box-shadow: 4px 4px 0 var(--soft);
}
.replacement-logo--large > span { font-size: 17px; }
.replacement-logo--outrepped {
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.replacement-logo--outrepped > img {
  width: 100%;
  height: 100%;
  inset: 0;
  background: transparent;
  filter: drop-shadow(0 5px 7px rgba(var(--ink-rgb), .16));
}
.replacement-brand--outrepped {
  display: grid;
  justify-items: start;
  gap: 3px;
}
.replacement-lockup {
  width: clamp(180px, 18vw, 248px);
  height: auto;
  display: block;
}
.replacement-brand--outrepped > div {
  width: 100%;
  padding-left: 27%;
}
.replacement-brand--outrepped small {
  margin-top: 0;
}

.replacement-source { position: relative; min-width: 0; }
.replacement-strike {
  width: min(220px, 96%);
  height: 3px;
  position: absolute;
  left: -3px;
  top: 62%;
  z-index: 3;
  transform: scaleX(0) rotate(-2deg);
  transform-origin: left center;
  background: var(--action);
}
.replacement-stage--pulse .replacement-strike {
  animation: replacement-strike .42s .12s var(--ease-out-quart, cubic-bezier(.25,1,.5,1)) both;
}

.replacement-transfer {
  display: grid;
  place-items: center;
  gap: 8px;
  color: var(--muted);
  text-align: center;
}
.replacement-transfer > span,
.replacement-transfer > em {
  font: 750 7px/1.15 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.replacement-transfer > em { color: var(--accent); font-style: normal; }
.replacement-transfer > i {
  width: 100%;
  height: 2px;
  position: relative;
  display: block;
  background: rgba(var(--ink-rgb), .2);
}
.replacement-transfer > i::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
}
.replacement-transfer > i b {
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 1.5px solid var(--accent);
  background: var(--paper);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), .11);
  animation: replacement-packet 2.1s cubic-bezier(.65,0,.35,1) infinite;
}
.replacement-destination {
  min-width: 0;
  padding-left: clamp(15px, 2vw, 26px);
  border-left: 1px solid rgba(var(--ink-rgb), .25);
}
.replacement-destination h3 {
  margin: 16px 0 0;
  font-family: var(--display);
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.replacement-destination > p {
  max-width: 560px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.45;
}

.replacement-tabs {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  border-top: 1px solid rgba(var(--ink-rgb), .28);
}
.replacement-tab {
  min-width: 0;
  min-height: 64px;
  padding: 8px 9px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(var(--ink-rgb), .2);
  color: var(--ink);
  background: rgba(255,255,255,.76);
  text-align: left;
  cursor: pointer;
  transition: background .24s cubic-bezier(.25,1,.5,1), color .24s cubic-bezier(.25,1,.5,1);
}
.replacement-tab:last-child { border-right: 0; }
.replacement-tab::after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--action);
}
.replacement-tab.active {
  color: var(--paper);
  background: var(--ink);
}
.replacement-tab.active::after {
  animation: replacement-progress 4.2s linear both;
}
.replacement-machine.is-paused .replacement-tab.active::after {
  animation-play-state: paused;
}
.replacement-tab > span:last-child { min-width: 0; }
.replacement-tab b,
.replacement-tab small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.replacement-tab b { font-size: 9.5px; }
.replacement-tab small {
  margin-top: 3px;
  color: var(--muted);
  font: 650 6px/1 var(--mono);
  letter-spacing: .03em;
  text-transform: uppercase;
}
.replacement-tab.active small { color: rgba(255,255,255,.66); }
.replacement-tab:hover:not(.active) { background: var(--soft); }
.replacement-tab .replacement-logo { width: 24px; height: 24px; }

body[data-direction="field-map"] .replaces-note {
  margin: 14px 0 0;
  font-size: 10px;
}

@keyframes replacement-strike {
  from { transform: scaleX(0) rotate(-2deg); }
  to { transform: scaleX(1) rotate(-2deg); }
}
@keyframes replacement-packet {
  0% { left: 0; opacity: 0; }
  12%, 84% { opacity: 1; }
  100% { left: calc(100% - 8px); opacity: 0; }
}
@keyframes replacement-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (min-width: 1221px) and (min-height: 680px) {
  body[data-direction="field-map"] .replaces-inner {
    padding: clamp(22px, 3svh, 34px) clamp(26px, 3vw, 44px);
  }
  body[data-direction="field-map"] .replaces-heading h2 {
    font-size: clamp(31px, 2.8vw, 44px);
  }
}

@media (max-width: 980px) {
  .replacement-stage {
    grid-template-columns: minmax(160px, .7fr) 90px minmax(280px, 1.3fr);
    padding: 18px;
  }
  .replacement-tab {
    justify-content: center;
    min-height: 52px;
    padding: 8px 4px;
  }
  .replacement-tab > span:last-child { display: none; }
  .replacement-tab .replacement-logo { width: 27px; height: 27px; }
}

@media (max-width: 700px) {
  body[data-direction="field-map"] .replaces-inner { padding: 24px 18px; }
  .replaces-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .replaces-heading > p { font-size: 13px; }
  .replacement-machine { margin-top: 19px; box-shadow: 5px 5px 0 var(--accent); }
  .replacement-machine__top { padding: 0 10px; }
  .replacement-stage {
    min-height: 0;
    padding: 20px 16px;
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .replacement-transfer {
    width: 100%;
    grid-template-columns: auto 1fr auto;
  }
  .replacement-transfer > span { text-align: left; }
  .replacement-destination {
    padding: 17px 0 0;
    border-top: 1px solid rgba(var(--ink-rgb), .25);
    border-left: 0;
  }
  .replacement-destination h3 { font-size: 21px; }
  .replacement-destination > p { font-size: 12px; }
  .replacement-tabs {
    grid-template-columns: repeat(5, 1fr);
  }
  .replacement-tab {
    border-bottom: 1px solid rgba(var(--ink-rgb), .2);
  }
  .replacement-tab:nth-child(5) { border-right: 0; }
  .replacement-tab:nth-child(n+6) { border-bottom: 0; }
  .replacement-tab:last-child { grid-column: span 2; }
}

@media (prefers-reduced-motion: reduce) {
  .replacement-transfer > i b,
  .replacement-tab.active::after,
  .replacement-stage--pulse .replacement-strike {
    animation: none;
  }
  .replacement-machine__top button { display: none; }
  .replacement-tab.active::after { transform: scaleX(1); }
  .replacement-strike { transform: scaleX(1) rotate(-2deg); }
}

/* ══ Field Map v39 — intentional tablet + phone adaptation ══════════════ */
/*
  The desktop version uses viewport-sized chapters. Below that mode every
  chapter becomes its own full-width colour band and the content reflows
  naturally. Positioning the chapter itself is essential: without it the
  dark/blue ::before layers anchor to the page and cover unrelated sections.
*/
@media (max-width: 1220px), (max-height: 679px) {
  body[data-direction="field-map"] {
    --responsive-gutter: clamp(24px, 4vw, 42px);
  }

  body[data-direction="field-map"] .section-chapter {
    width: 100%;
    max-width: none;
    margin: 0;
    position: relative;
    isolation: isolate;
  }

  body[data-direction="field-map"] .section-chapter.section-pad {
    padding-left: var(--responsive-gutter);
    padding-right: var(--responsive-gutter);
  }

  body[data-direction="field-map"] .scroll-chapter--hero,
  body[data-direction="field-map"] .scroll-chapter--ai {
    width: 100%;
    position: relative;
    isolation: isolate;
  }

  body[data-direction="field-map"] .platform::before,
  body[data-direction="field-map"] .command-section::before,
  body[data-direction="field-map"] .integrations::before,
  body[data-direction="field-map"] .closing::before,
  body[data-direction="field-map"] .pricing::before {
    inset: 0;
  }

  body[data-direction="field-map"] .section-heading,
  body[data-direction="field-map"] .pricing-heading {
    max-width: 760px;
    margin-bottom: clamp(34px, 5vw, 54px);
    padding-bottom: 18px;
  }

  body[data-direction="field-map"] .section-heading h2,
  body[data-direction="field-map"] .command-heading h2,
  body[data-direction="field-map"] .pricing-heading h2,
  body[data-direction="field-map"] .everywhere h2,
  body[data-direction="field-map"] .faq-heading h2 {
    font-size: clamp(40px, 6.2vw, 58px);
    line-height: .94;
  }

  body[data-direction="field-map"] .section-heading > p:last-child,
  body[data-direction="field-map"] .command-heading > p:last-child,
  body[data-direction="field-map"] .pricing-heading > p:last-child,
  body[data-direction="field-map"] .everywhere-copy > p {
    max-width: 62ch;
    font-size: 16px;
    line-height: 1.55;
  }

  body[data-direction="field-map"] .hero {
    width: calc(100% - (var(--responsive-gutter) * 2));
    min-height: 0;
    padding: clamp(48px, 7vw, 78px) 0 clamp(58px, 8vw, 88px);
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(34px, 6vw, 64px);
  }

  body[data-direction="field-map"] .hero h1 {
    max-width: 680px;
    font-size: clamp(48px, 8.5vw, 70px);
    line-height: .9;
  }

  body[data-direction="field-map"] .hero-lede {
    max-width: 620px;
    font-size: 17px;
  }

  body[data-direction="field-map"] .hero-art--agent-spine {
    width: min(660px, 100%);
    height: 460px;
    min-height: 460px;
    margin: 0 auto;
  }

  body[data-direction="field-map"] .proof-strip {
    width: calc(100% - (var(--responsive-gutter) * 2));
    margin: 0 auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body[data-direction="field-map"] .proof-strip > div {
    min-height: 96px;
    padding: 18px 14px;
  }

  body[data-direction="field-map"] .proof-strip strong {
    font-size: clamp(27px, 4vw, 38px);
  }

  body[data-direction="field-map"] .proof-strip span {
    font-size: 9px;
  }

  body[data-direction="field-map"] .section-pad {
    padding-top: clamp(64px, 8vw, 86px);
    padding-bottom: clamp(64px, 8vw, 86px);
  }

  body[data-direction="field-map"] .platform .stack-index {
    margin: 0 0 28px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body[data-direction="field-map"] .platform .stack-index article,
  body[data-direction="field-map"] .platform .stack-index article:nth-child(even),
  body[data-direction="field-map"] .platform .stack-index article:last-child {
    min-height: 108px;
    padding: 16px;
    display: block;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  body[data-direction="field-map"] .platform .stack-index article:last-child {
    grid-column: auto;
    border-right: 0;
  }

  body[data-direction="field-map"] .platform .stack-index p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.4;
  }

  body[data-direction="field-map"] .stack-showcase {
    min-height: 0;
  }

  body[data-direction="field-map"] .tool-tabs {
    min-height: 72px;
    grid-template-columns: repeat(6, minmax(126px, 1fr));
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  body[data-direction="field-map"] .tool-tabs button {
    min-height: 72px;
    padding: 13px 16px;
    touch-action: manipulation;
  }

  body[data-direction="field-map"] .tool-stage {
    padding: clamp(24px, 4vw, 40px);
  }

  body[data-direction="field-map"] .tool-panel__intro {
    min-height: 78px;
  }

  body[data-direction="field-map"] .product-window {
    min-height: 390px;
    margin-top: 22px;
  }

  body[data-direction="field-map"] .replaces {
    display: block;
  }

  body[data-direction="field-map"] .scroll-chapter--ai {
    color: #fff;
    background: var(--accent);
  }

  body[data-direction="field-map"] .scroll-chapter--ai .ai-section {
    width: 100%;
    padding-left: var(--responsive-gutter);
    padding-right: var(--responsive-gutter);
  }

  body[data-direction="field-map"] .ai-heading h2 {
    font-size: clamp(46px, 7.4vw, 66px);
  }

  body[data-direction="field-map"] .ai-heading > p:last-child {
    max-width: 62ch;
    font-size: 16px;
  }

  body[data-direction="field-map"] .control-strip {
    width: calc(100% - (var(--responsive-gutter) * 2));
    margin-bottom: clamp(64px, 8vw, 86px);
  }

  body[data-direction="field-map"] .included-grid article {
    min-height: 280px;
    padding: 24px;
  }

  body[data-direction="field-map"] .included-grid h3 {
    margin-top: 34px;
  }

  body[data-direction="field-map"] .integration-grid > article {
    min-height: 390px;
    padding: 28px;
  }

  body[data-direction="field-map"] .integration-grid > .more-card {
    min-height: 210px;
  }

  body[data-direction="field-map"] .command-demo {
    min-height: 560px;
  }

  body[data-direction="field-map"] .everywhere {
    min-height: 0;
  }

  body[data-direction="field-map"] .device-stage {
    min-height: 520px;
  }

  body[data-direction="field-map"] .pricing {
    color: #fff;
    background: var(--ink);
  }

  body[data-direction="field-map"] .pricing-grid {
    justify-items: stretch;
  }

  body[data-direction="field-map"] .pricing-grid .price-card {
    width: min(100%, 680px);
  }

  body[data-direction="field-map"] .closing {
    min-height: 560px;
  }
}

/* Tablet: denser two-column reading, generous touch targets. */
@media (min-width: 721px) and (max-width: 1220px) {
  body[data-direction="field-map"] .site-header {
    height: 76px;
    padding: 0 28px;
  }

  body[data-direction="field-map"] .header-actions a {
    min-height: 44px;
  }

  body[data-direction="field-map"] .replacement-tab {
    min-height: 56px;
  }

  body[data-direction="field-map"] .included-grid {
    grid-template-columns: 1fr 1fr;
  }

  body[data-direction="field-map"] .included-grid article {
    min-height: 270px;
  }

  body[data-direction="field-map"] .integration-grid {
    grid-template-columns: 1fr 1fr;
  }

  body[data-direction="field-map"] .integration-grid > article:nth-child(2) {
    border-right: 0;
  }

  body[data-direction="field-map"] .integration-grid > .more-card {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) and (max-width: 1220px) {
  body[data-direction="field-map"] .hero {
    grid-template-columns: minmax(330px, .9fr) minmax(420px, 1.1fr);
    align-items: center;
  }

  body[data-direction="field-map"] .hero h1 {
    font-size: clamp(48px, 5.8vw, 66px);
  }

  body[data-direction="field-map"] .hero-art--agent-spine {
    height: 430px;
    min-height: 430px;
  }
}

/* Phone: compact editorial flow, thumb-sized controls, no desktop-height cards. */
@media (max-width: 720px) {
  body[data-direction="field-map"] {
    --responsive-gutter: 18px;
  }

  body[data-direction="field-map"] .site-header {
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 0 14px;
    background: rgba(216,243,228,.97);
  }

  body[data-direction="field-map"] .brand {
    gap: 7px;
  }

  body[data-direction="field-map"] .brand-mark {
    width: 38px;
    height: 38px;
  }

  body[data-direction="field-map"] .brand > span {
    font-size: 18px;
  }

  body[data-direction="field-map"] .brand-lockup {
    width: 168px;
  }

  body[data-direction="field-map"] .header-actions .button {
    min-height: 44px;
    padding: 0 16px;
    gap: 0;
    font-size: 11px;
  }

  body[data-direction="field-map"] .header-actions .button span {
    display: none;
  }

  body[data-direction="field-map"] .value-ticker {
    min-height: 38px;
  }

  body[data-direction="field-map"] .ticker-track {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  body[data-direction="field-map"] .tick {
    font-size: 10.5px;
  }

  body[data-direction="field-map"] .hero {
    width: 100%;
    padding: 44px var(--responsive-gutter) 54px;
    gap: 30px;
  }

  body[data-direction="field-map"] .hero h1 {
    max-width: 355px;
    font-size: clamp(42px, 12vw, 52px);
    line-height: .92;
  }

  body[data-direction="field-map"] .hero-lede {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.52;
  }

  body[data-direction="field-map"] .hero-actions {
    margin-top: 28px;
    gap: 12px;
  }

  body[data-direction="field-map"] .hero-actions .button,
  body[data-direction="field-map"] .hero-actions .plain-action {
    min-height: 48px;
  }

  body[data-direction="field-map"] .hero-note {
    margin-top: 23px;
    font-size: 9px;
    line-height: 1.35;
  }

  body[data-direction="field-map"] .hero-art--agent-spine {
    width: 100%;
    height: 360px;
    min-height: 360px;
  }

  body[data-direction="field-map"] .agent-spine__orbit {
    width: min(320px, 92%);
  }

  body[data-direction="field-map"] .agent-spine__axis {
    height: 310px;
  }

  body[data-direction="field-map"] .agent-layer {
    width: 86%;
    height: 46px;
  }

  body[data-direction="field-map"] .agent-layer:nth-child(3) { --y: -108px !important; }
  body[data-direction="field-map"] .agent-layer:nth-child(4) { --y: -54px !important; }
  body[data-direction="field-map"] .agent-layer:nth-child(5) { --y: 0px !important; }
  body[data-direction="field-map"] .agent-layer:nth-child(6) { --y: 54px !important; }
  body[data-direction="field-map"] .agent-layer:nth-child(7) { --y: 108px !important; }

  body[data-direction="field-map"] .proof-strip {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    border-right: 0;
    border-left: 0;
  }

  body[data-direction="field-map"] .proof-strip > div {
    min-height: 88px;
    padding: 16px 18px;
  }

  body[data-direction="field-map"] .proof-strip > div:nth-child(even) {
    border-right: 0;
  }

  body[data-direction="field-map"] .proof-strip > div:last-child {
    grid-column: 1 / -1;
  }

  body[data-direction="field-map"] .proof-strip strong {
    font-size: 31px;
  }

  body[data-direction="field-map"] .proof-strip span {
    font-size: 8.5px;
  }

  body[data-direction="field-map"] .section-pad {
    width: 100%;
    padding: 62px var(--responsive-gutter);
  }

  body[data-direction="field-map"] .section-heading {
    margin-bottom: 32px;
    padding-bottom: 15px;
  }

  body[data-direction="field-map"] .section-heading .eyebrow,
  body[data-direction="field-map"] .pricing-heading .eyebrow {
    margin-bottom: 12px;
  }

  body[data-direction="field-map"] .section-heading h2,
  body[data-direction="field-map"] .command-heading h2,
  body[data-direction="field-map"] .pricing-heading h2,
  body[data-direction="field-map"] .everywhere h2,
  body[data-direction="field-map"] .faq-heading h2 {
    font-size: clamp(38px, 10.8vw, 46px);
  }

  body[data-direction="field-map"] .section-heading > p:last-child,
  body[data-direction="field-map"] .command-heading > p:last-child,
  body[data-direction="field-map"] .pricing-heading > p:last-child,
  body[data-direction="field-map"] .everywhere-copy > p {
    margin-top: 16px;
    font-size: 15.5px;
  }

  body[data-direction="field-map"] .platform .stack-index {
    margin: 0 0 20px;
    grid-template-columns: 1fr 1fr;
  }

  body[data-direction="field-map"] .platform .stack-index article,
  body[data-direction="field-map"] .platform .stack-index article:nth-child(even),
  body[data-direction="field-map"] .platform .stack-index article:last-child {
    min-height: 88px;
    padding: 13px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  body[data-direction="field-map"] .platform .stack-index article:nth-child(even) {
    border-right: 0;
  }

  body[data-direction="field-map"] .platform .stack-index article:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  body[data-direction="field-map"] .platform .stack-index p {
    margin-top: 10px;
    font-size: 11px;
  }

  body[data-direction="field-map"] .tool-tabs {
    min-height: 64px;
    grid-template-columns: repeat(6, 116px);
  }

  body[data-direction="field-map"] .tool-tabs button {
    min-height: 64px;
    padding: 11px 12px;
  }

  body[data-direction="field-map"] .tool-tabs button span {
    font-size: 14px;
  }

  body[data-direction="field-map"] .tool-stage {
    padding: 22px 14px 26px;
  }

  body[data-direction="field-map"] .tool-panel__intro {
    min-height: 74px;
  }

  body[data-direction="field-map"] .tool-panel__intro h3 {
    font-size: 31px;
  }

  body[data-direction="field-map"] .product-window {
    min-height: 340px;
    margin-top: 18px;
  }

  body[data-direction="field-map"] .replaces-inner {
    padding: 24px 16px;
  }

  body[data-direction="field-map"] .replaces-heading h2 {
    font-size: 35px;
  }

  body[data-direction="field-map"] .replacement-machine__top button {
    min-width: 58px;
    min-height: 44px;
    justify-content: flex-end;
  }

  body[data-direction="field-map"] .replacement-tab {
    min-height: 52px;
    touch-action: manipulation;
  }

  body[data-direction="field-map"] .scroll-chapter--ai .ai-section {
    padding: 62px var(--responsive-gutter) 26px;
  }

  body[data-direction="field-map"] .ai-heading h2 {
    font-size: clamp(42px, 11.5vw, 50px);
  }

  body[data-direction="field-map"] .ai-heading > p:last-child {
    margin-top: 20px;
    font-size: 15.5px;
  }

  body[data-direction="field-map"] .ai-run {
    box-shadow: 7px 7px 0 var(--ink);
  }

  body[data-direction="field-map"] .run-item {
    min-height: 0;
    padding: 17px 14px;
    grid-template-columns: 34px 1fr;
    gap: 11px;
  }

  body[data-direction="field-map"] .run-item > em {
    grid-column: 2;
  }

  body[data-direction="field-map"] .ai-principles {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  body[data-direction="field-map"] .ai-principles > span,
  body[data-direction="field-map"] .ai-principles > span:last-child {
    min-height: 112px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.55);
  }

  body[data-direction="field-map"] .control-strip {
    width: calc(100% - (var(--responsive-gutter) * 2));
    margin: 20px auto 62px;
    padding: 18px 15px;
  }

  body[data-direction="field-map"] .control-strip > div span {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
  }

  body[data-direction="field-map"] .flow-path {
    min-height: 0;
    padding: 24px 17px 28px;
  }

  body[data-direction="field-map"] .flow-timeline {
    margin: 32px 0 36px;
  }

  body[data-direction="field-map"] .ft-item {
    grid-template-columns: 12px minmax(0,1fr);
  }

  body[data-direction="field-map"] .ft-tag {
    display: none;
  }

  body[data-direction="field-map"] .ft-item b {
    font-size: 13px;
  }

  body[data-direction="field-map"] .ft-item small {
    font-size: 11px;
  }

  body[data-direction="field-map"] .flow-steps {
    margin-top: 0;
    gap: 10px;
  }

  body[data-direction="field-map"] .flow-steps > span {
    min-height: 58px;
    grid-template-columns: 52px 1fr;
  }

  body[data-direction="field-map"] .flow-steps i {
    width: 52px;
    height: 52px;
    font-size: 19px;
  }

  body[data-direction="field-map"] .coaching-card {
    min-height: 420px;
    padding: 25px 18px;
  }

  body[data-direction="field-map"] .coaching-card h3 {
    margin-top: 40px;
  }

  body[data-direction="field-map"] .command-demo {
    min-height: 490px;
  }

  body[data-direction="field-map"] .command-modes {
    width: calc(100% - 20px);
    bottom: 14px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  body[data-direction="field-map"] .command-modes button {
    min-width: 62px;
    min-height: 44px;
    padding: 9px 11px;
  }

  body[data-direction="field-map"] .included-grid article {
    min-height: 224px;
    padding: 20px 15px;
  }

  body[data-direction="field-map"] .included-grid h3 {
    margin-top: 18px;
    font-size: 23px;
  }

  body[data-direction="field-map"] .included-grid p {
    font-size: 13px;
    line-height: 1.42;
  }

  body[data-direction="field-map"] .included-grid {
    grid-template-columns: 1fr 1fr;
  }

  body[data-direction="field-map"] .included-grid article:nth-child(even) {
    border-right: 1.5px solid var(--ink);
  }

  body[data-direction="field-map"] .mini-room,
  body[data-direction="field-map"] .mini-calendar,
  body[data-direction="field-map"] .mini-sign,
  body[data-direction="field-map"] .mini-track,
  body[data-direction="field-map"] .mini-roles,
  body[data-direction="field-map"] .mini-knowledge {
    display: none;
  }

  body[data-direction="field-map"] .integration-grid > article {
    min-height: 300px;
    padding: 23px 19px;
  }

  body[data-direction="field-map"] .integration-grid > .more-card {
    min-height: 190px;
  }

  body[data-direction="field-map"] .sync-visual {
    margin: 38px 0;
  }

  body[data-direction="field-map"] .slack-thread {
    margin: 30px 0 22px;
  }

  body[data-direction="field-map"] .device-stage {
    min-height: 470px;
  }

  body[data-direction="field-map"] .browser-device {
    width: 100%;
    height: 350px;
  }

  body[data-direction="field-map"] .browser-device aside {
    width: 46%;
  }

  body[data-direction="field-map"] .web-profile {
    right: 46%;
  }

  body[data-direction="field-map"] .phone-device {
    width: 142px;
    height: 310px;
  }

  body[data-direction="field-map"] .pricing {
    padding-left: var(--responsive-gutter);
    padding-right: var(--responsive-gutter);
  }

  body[data-direction="field-map"] .price-card {
    padding: 24px 20px;
  }

  body[data-direction="field-map"] .price-card h3 b {
    font-size: 51px;
  }

  body[data-direction="field-map"] .seat-row {
    gap: 8px;
    padding: 10px;
  }

  body[data-direction="field-map"] .seat-total {
    margin-left: auto;
  }

  body[data-direction="field-map"] .faq-list summary {
    min-height: 68px;
    padding: 14px 2px;
    font-size: 19px;
  }

  body[data-direction="field-map"] .faq-list details p {
    padding-right: 20px;
    font-size: 14.5px;
  }

  body[data-direction="field-map"] .closing {
    min-height: 470px;
  }

  body[data-direction="field-map"] .closing-copy {
    padding: 28px 10px;
  }

  body[data-direction="field-map"] .closing-copy h2 {
    font-size: clamp(50px, 15.5vw, 68px);
  }

  body[data-direction="field-map"] .site-footer {
    width: 100%;
    min-height: 150px;
    padding: 34px var(--responsive-gutter);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body[data-direction="field-map"] .site-footer nav {
    gap: 18px;
  }
}

@media (hover: none) and (pointer: coarse) {
  body[data-direction="field-map"] .included-grid article:hover {
    color: var(--ink);
    background: rgba(251,255,251,.86);
  }

  body[data-direction="field-map"] .included-grid article:hover p {
    color: var(--muted);
  }
}

/* ===== Contact / buy modal ===== */
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: 24px;
}

.contact-modal[hidden] { display: none; }

body.contact-open { overflow: hidden; }

.contact-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(var(--ink-rgb, 15, 40, 30), .58);
  backdrop-filter: blur(3px);
}

.contact-panel {
  position: relative;
  width: min(560px, 100%);
  max-height: min(88svh, 760px);
  overflow: auto;
  background: var(--paper, #fbfffb);
  border: 1px solid var(--ink, #0f281e);
  box-shadow: var(--shadow, 0 24px 55px rgba(17,40,31,.25));
  padding: 34px 34px 30px;
}

.contact-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid var(--line, #638c78);
  border-radius: 0;
  color: var(--ink, #0f281e);
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}

.contact-close:hover { background: var(--soft, #c5e8d4); }

.contact-intro h3 {
  font-family: var(--display, "Helvetica Neue", sans-serif);
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 10px 0 8px;
  color: var(--ink, #0f281e);
}

.contact-sub {
  color: var(--muted, #365a49);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0 0 20px;
}

.contact-hp {
  position: absolute;
  left: -5000px;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted, #365a49);
}

.contact-form input:not(.contact-hp),
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  font: 500 15px/1.4 var(--body, "Avenir Next", sans-serif);
  color: var(--ink, #0f281e);
  background: #fff;
  border: 1px solid var(--line, #638c78);
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.contact-form select {
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--accent, #173bff);
  outline-offset: -1px;
  border-color: var(--accent, #173bff);
}

.contact-message { margin-top: 14px; }

.contact-form textarea { resize: vertical; min-height: 96px; }

.contact-error {
  margin: 14px 0 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #b3261e;
}

.contact-error a { color: inherit; font-weight: 700; }

.contact-submit {
  margin-top: 18px;
  width: 100%;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.contact-submit[disabled] { opacity: .6; pointer-events: none; }

.contact-done h3 {
  font-family: var(--display, "Helvetica Neue", sans-serif);
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: -.045em;
  margin: 6px 0 10px;
  color: var(--ink, #0f281e);
}

.contact-done p {
  color: var(--muted, #365a49);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 20px;
  overflow-wrap: anywhere;
}

@media (max-width: 620px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-panel { padding: 26px 20px 22px; }
}
