:root {
  --bg: #0b110e;
  --ink: #f1f4ee;
  --muted: #a9b6aa;
  --line: rgba(241, 244, 238, .18);
  --accent: #f0b34f;
  --accent-ink: #0b110e;
  --paper: #eef1eb;
  --paper-ink: #17231e;
  --paper-muted: #5a6860;
  --paper-line: rgba(23, 35, 30, .16);
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-head {
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}
.site-head .wrap, .site-foot .wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span { color: var(--accent); }
nav { display: flex; align-items: center; gap: 20px; font-size: 14px; }
nav a:not(.button) { text-decoration: none; color: var(--muted); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.button.ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.beta {
  border-bottom: 1px solid var(--line);
  padding: 9px 20px;
  color: var(--muted);
  font: 11px/1.4 var(--mono);
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}
.beta strong { color: var(--accent); }
.hero {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background: #121815 url("../hero-map.jpg") center / cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(5, 9, 7, .58); }
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--accent);
  opacity: .7;
}
.hero .wrap { position: relative; z-index: 1; padding: 118px 0 76px; }
.eyebrow, .kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--accent);
  font: 11px/1.4 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(46px, 7vw, 92px);
  line-height: .98;
  letter-spacing: -.04em;
}
h1 em { color: var(--accent); font-style: normal; }
.hero p { max-width: 600px; margin-bottom: 30px; color: #d3dbd2; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-note { color: #c0cbc1; font-size: 13px; }
.band { padding: 82px 0; border-bottom: 1px solid var(--paper-line); background: var(--paper); color: var(--paper-ink); }
.band.dark { background: var(--bg); color: var(--ink); border-color: var(--line); }
.band h2 { max-width: 740px; margin-bottom: 16px; font-size: clamp(30px, 4vw, 56px); line-height: 1.03; letter-spacing: -.035em; }
.band .intro { max-width: 650px; color: var(--paper-muted); font-size: 18px; }
.dark .intro { color: var(--muted); }
/* Mid-scroll call to action inside a content band, so the stretch between the hero
   and pricing is not CTA-free. */
.band-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.band-note { color: var(--paper-muted); font-size: 14px; }
.dark .band-note { color: var(--muted); }
.flow { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid currentColor; margin-top: 52px; }
.flow-item { min-height: 180px; padding: 24px 24px 12px 0; border-right: 1px solid currentColor; opacity: .94; }
.flow-item + .flow-item { padding-left: 24px; }
.flow-item:last-child { border-right: 0; }
.flow-num { display: block; margin-bottom: 30px; color: var(--accent); font: 12px var(--mono); }
.flow h3 { margin-bottom: 8px; font-size: 22px; }
.flow p { margin-bottom: 0; color: var(--paper-muted); }
.dark .flow p { color: var(--muted); }
.facts { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: start; }
.facts-list { border-top: 1px solid currentColor; }
.fact { display: grid; grid-template-columns: 155px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid currentColor; }
.fact b { font: 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.fact span { color: var(--paper-muted); }
.dark .fact span { color: var(--muted); }
.ledger { border: 1px solid currentColor; padding: 24px; }
.ledger-head { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 15px; border-bottom: 1px solid currentColor; font: 11px var(--mono); text-transform: uppercase; }
.ledger-row { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid currentColor; }
.ledger-row small { display: block; color: var(--paper-muted); font: 12px var(--mono); }
.dark .ledger-row small { color: var(--muted); }
.ledger-row strong { font-size: 15px; }
.pricing { padding: 82px 0; background: #111813; color: var(--ink); }
.pricing .wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.price { border-top: 2px solid var(--accent); padding-top: 18px; }
.price-amount { font-size: 76px; line-height: 1; letter-spacing: -.06em; }
.price-amount small { font-size: 18px; letter-spacing: 0; }
.price-sub { margin: 10px 0 24px; color: var(--muted); }
.price ul { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.price li { padding: 13px 0; border-bottom: 1px solid var(--line); color: #d5ddd4; }
.price li strong { color: var(--ink); }
.price-foot { margin-top: 18px; color: var(--muted); font: 13px/1.5 var(--sans); }
.pricing h2 { margin-bottom: 16px; font-size: clamp(30px, 4vw, 54px); line-height: 1.02; letter-spacing: -.04em; }
.pricing .intro { max-width: 520px; color: var(--muted); font-size: 18px; }
.cta { padding: 76px 0; background: var(--accent); color: var(--accent-ink); }
.cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta h2 { max-width: 650px; margin: 0; font-size: clamp(28px, 4vw, 52px); line-height: 1; letter-spacing: -.04em; }
.cta .button { background: var(--accent-ink); color: var(--accent); border-color: var(--accent-ink); }
.site-foot { border-top: 1px solid var(--line); color: var(--muted); }
.site-foot .wrap { min-height: 90px; font-size: 12px; }
.site-foot a { color: inherit; text-decoration: none; }
.site-foot p { margin: 0; text-align: right; }
.site-foot .research-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 14px; font-size: 13px; }
.site-foot .research-links a { color: inherit; text-decoration: none; }
.site-foot .research-links a:hover { color: var(--accent); }
.site-foot .research-label { color: var(--ink); font: 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; }

/* Option-specific art direction. The structure stays familiar; the emphasis changes. */
body[data-theme="owner"] { --bg: #0e1613; --accent: #e4b45e; }
body[data-theme="owner"] .hero h1 { max-width: 680px; font-size: clamp(48px, 7vw, 82px); }
body[data-theme="owner"] .hero p { max-width: 510px; }
body[data-theme="owner"] .hero { background-position: 65% center; }
body[data-theme="operator"] { --bg: #0c1417; --accent: #ef7954; }
body[data-theme="operator"] .hero { min-height: 590px; background-position: center 40%; }
body[data-theme="operator"] h1 { max-width: 760px; font-size: clamp(42px, 6vw, 78px); }
body[data-theme="operator"] .band { background: #e8eef0; }
body[data-theme="record"] { --bg: #19110d; --accent: #e7a752; }
body[data-theme="record"] .hero { min-height: 690px; background-position: 54% center; }
body[data-theme="record"] h1 { max-width: 780px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
body[data-theme="record"] .band { background: #efe6d8; }

/* CHI-2853 landing rebuild: demo lede, audience columns, free-trial block. */
.lede { background: #0d1410; border-bottom: 1px solid var(--line); }
.lede .wrap { padding: 84px 0 34px; }
.lede .eyebrow { margin-bottom: 16px; }
.lede h1 { max-width: 1140px; font-size: clamp(44px, 6.2vw, 76px); }
.lede-sub { max-width: 740px; margin-bottom: 30px; color: #d3dbd2; font-size: 20px; }
.lede .hero-actions { margin-bottom: 8px; }
.demo-wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 8px 0 72px; }
.demo-frame {
  display: block;
  width: 100%;
  height: 640px;
  border: 0;
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .45);
}
.demo-cap { margin: 12px 2px 0; color: var(--muted); font: 12px var(--mono); letter-spacing: .04em; }
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; border-top: 1px solid currentColor; margin-top: 44px; }
.aud-col { padding: 26px 30px 8px 0; border-right: 1px solid currentColor; }
.aud-col:last-child { border-right: 0; padding-right: 0; padding-left: 30px; }
.aud-col .aud-role { display: block; margin-bottom: 14px; color: var(--accent); font: 12px var(--mono); letter-spacing: .06em; }
.aud-col p { margin: 0; color: var(--paper-muted); font-size: 17px; }
.dark .aud-col p { color: var(--muted); }
.trial { margin-top: 30px; border: 1px solid var(--accent); border-radius: 6px; padding: 22px 24px; background: rgba(240, 179, 79, .06); }
.trial .trial-label { display: block; margin-bottom: 10px; color: var(--accent); font: 12px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.trial p { margin: 0 0 18px; color: #d5ddd4; font-size: 17px; }

@media (max-width: 760px) {
  .lede .wrap { padding: 56px 0 26px; }
  .lede-sub { font-size: 17px; }
  .demo-wrap { padding-bottom: 48px; }
  .demo-frame { height: 560px; border-radius: 8px; }
  .audience { grid-template-columns: 1fr; gap: 0; }
  .aud-col { padding: 22px 0; border-right: 0; border-bottom: 1px solid currentColor; }
  .aud-col:last-child { padding-left: 0; border-bottom: 0; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .site-head .wrap { min-height: 62px; }
  nav a:not(.button) { display: none; }
  .hero { min-height: 620px; }
  .hero .wrap { padding: 90px 0 54px; }
  h1 { font-size: clamp(42px, 13vw, 68px); }
  .hero p { font-size: 17px; }
  .flow, .facts, .pricing .wrap { grid-template-columns: 1fr; gap: 38px; }
  .flow-item { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid currentColor; }
  .flow-item + .flow-item { padding-left: 0; }
  .flow-item:last-child { border-bottom: 0; }
  .fact { grid-template-columns: 115px 1fr; }
  .pricing { padding: 64px 0; }
  .cta .wrap { align-items: flex-start; flex-direction: column; }
  .site-foot .wrap { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  .site-foot p { text-align: left; }
}
