:root {
  --paper: #eef3f8;
  --paper-soft: #f6f9fc;
  --ink: #05070d;
  --muted: rgba(5, 7, 13, 0.62);
  --line: rgba(5, 7, 13, 0.1);
  --line-strong: rgba(5, 7, 13, 0.18);
  --command: #2b55c7;
  --command-deep: #1a3a8f;
  --steel: #61b8c9;
  --steel-soft: #d6e4ee;
  --navy: #0f1a3a;
  --forest: #2b55c7;
  --blue: #1a3a8f;
  --oxblood: #b3322a;
  --charcoal: #1f2638;
  --clay: #2b55c7;
  --sage: #d6e4ee;
  --radius-xl: 42px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 30px 90px rgba(5, 7, 13, 0.12);
  --font-sans: "Sohne", "Neue Haas Grotesk Text", "Neue Haas Grotesk", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), transparent 36rem),
    linear-gradient(90deg, rgba(5, 7, 13, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 8.333vw 100%, auto;
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.45;
}

section {
  scroll-margin-top: 110px;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0;
  letter-spacing: 0;
}

p {
  margin-bottom: 0;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(calc(100% - 36px), 1120px);
  min-height: 64px;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(5, 7, 13, 0.08);
  border-radius: 999px;
  background: rgba(246, 249, 252, 0.82);
  box-shadow: 0 18px 60px rgba(5, 7, 13, 0.08);
  backdrop-filter: blur(24px);
  transform: translateX(-50%);
}

.brand-link,
.footer-brand {
  display: flex;
  align-items: center;
  width: 124px;
  height: 44px;
  overflow: hidden;
}

.brand-link img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transform: scale(1.18);
  transform-origin: left center;
}

.site-header nav,
.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: rgba(5, 7, 13, 0.58);
  font-size: 13px;
  font-weight: 720;
}

.site-header nav a:hover,
.site-footer nav a:hover {
  color: var(--ink);
}

.nav-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 820;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-action,
.button-primary {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.button-secondary {
  gap: 10px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
}

.nav-action:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero-section {
  display: grid;
  place-items: center;
  min-height: 860px;
  padding: 156px 24px 34px;
  text-align: center;
}

.hero-kicker,
.eyebrow {
  margin-bottom: 22px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 860;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-section h1 {
  max-width: 920px;
  font-size: clamp(40px, 5.6vw, 80px);
  line-height: 0.96;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.hero-lede {
  max-width: 640px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.trusted-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
  margin-top: 54px;
  color: rgba(5, 7, 13, 0.42);
  font-size: 13px;
  font-weight: 760;
}

.trusted-strip span,
.trusted-strip b {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(5, 7, 13, 0.08);
  border-radius: 999px;
  background: rgba(246, 249, 252, 0.68);
}

.trusted-strip b {
  color: rgba(5, 7, 13, 0.56);
  font-weight: 760;
}

.legend-preview {
  width: min(1120px, 100%);
  margin-top: 58px;
  padding: 14px;
  border: 1px solid rgba(5, 7, 13, 0.1);
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(214, 228, 238, 0.78)),
    var(--paper-soft);
  box-shadow: 0 34px 110px rgba(5, 7, 13, 0.13);
  text-align: left;
}

.preview-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 10px 14px 18px;
}

.preview-brand,
.preview-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.preview-brand {
  color: rgba(5, 7, 13, 0.72);
  font-size: 13px;
  font-weight: 820;
}

.preview-brand img {
  width: 70px;
  height: 28px;
  object-fit: contain;
  object-position: left center;
}

.preview-tabs {
  padding: 5px;
  border: 1px solid rgba(5, 7, 13, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: rgba(5, 7, 13, 0.54);
  font-size: 12px;
  font-weight: 780;
}

.preview-tabs span {
  min-width: 86px;
  padding: 8px 13px;
  border-radius: 999px;
  text-align: center;
}

.preview-tabs span.active {
  background: var(--ink);
  color: #fff;
}

.card-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(5, 7, 13, 0.06);
  color: rgba(5, 7, 13, 0.62);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wealth-board {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.wealth-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(5, 7, 13, 0.05);
}

.chart-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.owner-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
  margin-bottom: 16px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 6% 50%, rgba(97, 184, 201, 0.18), transparent 32%),
    rgba(43, 85, 199, 0.05);
  border: 1px solid rgba(43, 85, 199, 0.14);
}

.owner-info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.owner-avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--command) 0%, var(--command-deep) 70%, var(--navy) 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.04em;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.9),
    0 4px 12px rgba(43, 85, 199, 0.28);
}

.owner-meta {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.owner-meta b {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.005em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owner-meta span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owner-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(43, 85, 199, 0.12);
  color: var(--command-deep);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.owner-status-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--command);
  box-shadow: 0 0 0 3px rgba(43, 85, 199, 0.18);
}

.wealth-amount {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1;
  font-weight: 760;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

.delta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.delta svg {
  width: 10px;
  height: 10px;
}

.delta-up {
  background: rgba(43, 85, 199, 0.12);
  color: var(--command-deep);
}

.delta-down {
  background: rgba(179, 50, 42, 0.1);
  color: var(--oxblood);
}

.delta-down svg {
  transform: rotate(180deg);
}

.delta-neutral {
  background: rgba(5, 7, 13, 0.06);
  color: var(--muted);
}

.chart-frame {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 14px;
}

.chart-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.chart-tabs {
  display: flex;
  gap: 4px;
  margin-top: 14px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(5, 7, 13, 0.04);
  width: fit-content;
}

.chart-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(5, 7, 13, 0.54);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.chart-tabs span.active {
  background: var(--ink);
  color: #fff;
}

.wealth-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.kpi-tile {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(5, 7, 13, 0.04);
}

.kpi-label {
  display: inline-block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kpi-value {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1;
  font-weight: 760;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

.kpi-delta {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

.kpi-delta.delta-up {
  background: rgba(43, 85, 199, 0.1);
  color: var(--command-deep);
}

.kpi-delta.delta-down {
  background: rgba(179, 50, 42, 0.08);
  color: var(--oxblood);
}

.kpi-delta.delta-neutral {
  background: rgba(5, 7, 13, 0.05);
  color: var(--muted);
}

.wealth-queue {
  padding: 22px 22px 14px;
}

.wealth-queue-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.queue-count {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.action-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}

.action-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.action-row:last-child {
  border-bottom: 0;
}

.action-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(43, 85, 199, 0.08);
}

.dot-review { background: var(--steel); box-shadow: 0 0 0 4px rgba(97, 184, 201, 0.18); }
.dot-approve { background: var(--command); box-shadow: 0 0 0 4px rgba(43, 85, 199, 0.18); }
.dot-drafted { background: var(--charcoal); box-shadow: 0 0 0 4px rgba(31, 38, 56, 0.12); }

.action-text {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.action-text b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -0.005em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.action-text span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.action-amount {
  color: var(--ink);
  font-size: 13px;
  font-weight: 820;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.action-state {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.state-review { background: rgba(97, 184, 201, 0.18); color: var(--command-deep); }
.state-approve { background: var(--command); color: #fff; }
.state-drafted { background: rgba(5, 7, 13, 0.06); color: var(--muted); }

.trusted-strip b.primary {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.showcase-section,
.thesis-section,
.why-section,
.workflow-section,
.verticals-section,
.trust-section,
.quote-section {
  padding: 72px 24px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.why-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 340px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 14%, rgba(97, 184, 201, 0.1), transparent 40%),
    rgba(246, 249, 252, 0.78);
  box-shadow: 0 14px 38px rgba(5, 7, 13, 0.04);
}

.why-card-featured {
  background:
    radial-gradient(circle at 18% 92%, rgba(43, 85, 199, 0.22), transparent 52%),
    radial-gradient(circle at 92% 8%, rgba(97, 184, 201, 0.22), transparent 48%),
    linear-gradient(160deg, var(--command-deep), var(--navy));
  border-color: rgba(43, 85, 199, 0.32);
  color: #fff;
  box-shadow: 0 28px 64px rgba(43, 85, 199, 0.22);
}

.why-number {
  display: inline-flex;
  align-items: center;
  align-self: start;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(43, 85, 199, 0.12);
  color: var(--command-deep);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.2em;
}

.why-card h3 {
  margin-top: 60px;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.04;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.why-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.why-card.why-card-featured h3 {
  color: #fff;
}

.why-card.why-card-featured p {
  color: rgba(255, 255, 255, 0.78);
}

.why-card.why-card-featured .why-number {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.showcase-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 22px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(214, 228, 238, 0.78)),
    var(--paper-soft);
  box-shadow: var(--shadow);
}

.hero-image-card,
.consulting-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(5, 7, 13, 0.08);
  border-radius: 30px;
  background: var(--paper-soft);
}

.hero-image-card > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.orbit-panel {
  position: relative;
  width: 100%;
  min-height: 480px;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.85), transparent 58%),
    radial-gradient(circle at 78% 14%, rgba(97, 184, 201, 0.28), transparent 44%),
    radial-gradient(circle at 18% 86%, rgba(43, 85, 199, 0.18), transparent 48%),
    linear-gradient(135deg, var(--paper-soft), var(--steel-soft));
}

.orbit-panel::before,
.orbit-panel::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 64%;
  height: 64%;
  border: 1px dashed rgba(5, 7, 13, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-panel::after {
  width: 38%;
  height: 38%;
  border-style: solid;
  border-color: rgba(5, 7, 13, 0.08);
}

.orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(5, 7, 13, 0.1);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.orbit-center img {
  width: 100%;
  height: auto;
}

.orbit-node {
  position: absolute;
  display: grid;
  gap: 4px;
  width: 132px;
  padding: 16px 18px;
  border-radius: 22px;
  color: #fff;
  box-shadow: 0 12px 28px rgba(5, 7, 13, 0.12);
  z-index: 1;
}

.orbit-node span {
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.74;
}

.orbit-node b {
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.orbit-node.node-capture { top: 10%; left: 6%; background: var(--command); }
.orbit-node.node-prepare { top: 10%; right: 6%; background: var(--command-deep); }
.orbit-node.node-review { bottom: 10%; left: 6%; background: var(--navy); }
.orbit-node.node-close {
  bottom: 10%;
  right: 6%;
  background: var(--steel);
  color: var(--ink);
}

.orbit-node.node-close span {
  opacity: 0.58;
}

.brief-preview {
  display: grid;
  gap: 18px;
  align-content: start;
  width: 100%;
  min-height: 420px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 8%, rgba(97, 184, 201, 0.18), transparent 40%),
    linear-gradient(180deg, #ffffff, var(--paper-soft));
  box-shadow: 0 24px 60px rgba(5, 7, 13, 0.08);
}

.brief-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brief-preview-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--command);
  color: #fff;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brief-preview-stamp {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brief-preview-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.05;
  font-weight: 760;
}

.brief-preview-rows {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.brief-preview-rows i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(5, 7, 13, 0.08);
}

.brief-preview-rows i:nth-child(1) { width: 86%; }
.brief-preview-rows i:nth-child(2) { width: 72%; }
.brief-preview-rows i:nth-child(3) {
  width: 64%;
  background: linear-gradient(90deg, var(--steel) 0 46%, rgba(5, 7, 13, 0.08) 46%);
}
.brief-preview-rows i:nth-child(4) { width: 50%; }

.brief-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.brief-preview-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.brief-preview-chip.approve {
  background: var(--command);
  color: #fff;
  border-color: var(--command);
}

.showcase-copy {
  display: grid;
  align-content: end;
  gap: 20px;
  padding: 34px;
  border-radius: 30px;
  background: var(--ink);
  color: #fff;
}

.showcase-copy span,
.workflow-board article span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 820;
}

.showcase-copy h2 {
  max-width: 460px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.98;
  font-weight: 760;
}

.showcase-copy p {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}

.section-intro {
  width: min(1080px, 100%);
  margin: 0 auto 36px;
}

.section-intro.centered {
  max-width: 760px;
  text-align: center;
}

.section-intro h2,
.consulting-copy h2,
.trust-panel h2,
.quote-copy h2 {
  max-width: 880px;
  font-size: clamp(42px, 5.8vw, 82px);
  line-height: 0.94;
  font-weight: 760;
}

.section-intro p:not(.eyebrow),
.consulting-copy > p,
.quote-copy p:not(.eyebrow) {
  max-width: 700px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 20px;
}

.section-intro.centered p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.thesis-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.thesis-grid article,
.vertical-card,
.trust-grid article,
.mini-list article {
  border: 1px solid var(--line);
  background: rgba(246, 249, 252, 0.72);
}

.thesis-grid article {
  min-height: 330px;
  padding: 24px;
  border-radius: 30px;
}

.thesis-grid span,
.vertical-card::before {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 820;
}

.thesis-grid h3 {
  margin-top: 76px;
  font-size: 30px;
  line-height: 1;
}

.thesis-grid p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.workflow-section {
  background: var(--ink);
  color: #fff;
}

.workflow-section .section-intro p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.64);
}

.workflow-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    #151513;
  background-size: 52px 52px, 52px 52px, auto;
}

.workflow-board article {
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
}

.workflow-board article span {
  width: auto;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.workflow-board b {
  display: block;
  margin-top: 98px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.workflow-board p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
}

.workflow-board .decision-node {
  background: var(--paper-soft);
  color: var(--ink);
}

.workflow-board .decision-node span {
  background: var(--ink);
  color: #fff;
}

.workflow-board .decision-node b {
  color: var(--ink);
}

.workflow-board .decision-node p {
  color: var(--muted);
}

.consulting-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: 32px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
}

.consulting-image {
  box-shadow: var(--shadow);
}

.consulting-image img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.mini-list {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.mini-list article {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 999px;
}

.mini-list b {
  color: var(--forest);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-list span {
  color: var(--muted);
  font-weight: 650;
}

.vertical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.vertical-card {
  position: relative;
  min-height: 420px;
  padding: 24px 24px 90px;
  overflow: hidden;
  border-radius: 32px;
}

.vertical-card::before {
  content: "";
  background: var(--accent);
}

.vertical-card img {
  width: 100%;
  height: 72px;
  margin-top: 54px;
  object-fit: contain;
  object-position: left center;
}

.vertical-card h3 {
  margin-top: 72px;
  font-size: 28px;
  line-height: 1;
}

.vertical-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.wealth { --accent: var(--command); }
.health { --accent: var(--steel); }
.business { --accent: var(--charcoal); }
.legal { --accent: var(--command-deep); }

.wealth-featured {
  background:
    radial-gradient(circle at 88% 12%, rgba(97, 184, 201, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(214, 228, 238, 0.55)),
    var(--paper-soft);
  border-color: rgba(43, 85, 199, 0.16);
  box-shadow: 0 20px 50px rgba(43, 85, 199, 0.08);
}

.vertical-spark {
  position: absolute;
  bottom: 20px;
  left: 22px;
  right: 22px;
  height: 48px;
  opacity: 0.92;
}

.vertical-card h3,
.vertical-card p {
  position: relative;
  z-index: 1;
}

.vertical-tag {
  position: absolute;
  top: 24px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--command);
  color: #fff;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.trust-section {
  padding-bottom: 24px;
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 32px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 85% 12%, rgba(97, 184, 201, 0.28), transparent 42%),
    linear-gradient(135deg, var(--command-deep), var(--navy));
  color: #fff;
}

.trust-panel h2 {
  color: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trust-grid article {
  min-height: 170px;
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.trust-grid strong {
  display: block;
  color: #fff;
  font-size: 26px;
}

.trust-grid span {
  display: block;
  margin-top: 56px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 650;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-bottom: 110px;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(246, 249, 252, 0.78);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: rgba(5, 7, 13, 0.66);
  font-size: 13px;
  font-weight: 760;
}

.quote-form .bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form label:first-child,
.quote-form .button,
.form-status {
  grid-column: 1 / -1;
}

.quote-form input,
.quote-form select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(5, 7, 13, 0.1);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}

.form-status {
  min-height: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.form-status[data-state="success"] {
  color: var(--forest);
}

.form-status[data-state="error"] {
  color: var(--oxblood);
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 30px 5vw;
  border-top: 1px solid var(--line);
  background: rgba(246, 249, 252, 0.74);
  color: var(--muted);
}

.site-footer p {
  font-size: 14px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-header nav {
    display: none;
  }

  .showcase-shell,
  .consulting-section,
  .trust-panel,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .wealth-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .wealth-kpis .kpi-tile:last-child {
    grid-column: 1 / -1;
  }

  .thesis-grid,
  .why-grid,
  .workflow-board,
  .vertical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-card-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body {
    background-size: auto, 25vw 100%, auto;
    max-width: 100vw;
  }

  .site-header {
    top: 10px;
    right: 12px;
    left: 12px;
    width: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
    gap: 10px;
    padding: 9px 9px 9px 12px;
    transform: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-link,
  .footer-brand {
    width: 96px;
    height: 40px;
  }

  .nav-action {
    min-height: 42px;
    padding: 0 13px;
    font-size: 13px;
    white-space: nowrap;
  }

  .nav-action span {
    display: none;
  }

  .hero-section {
    display: block;
    min-height: auto;
    padding: 126px 20px 56px;
    overflow: hidden;
  }

  .hero-section > * {
    max-width: 100%;
    min-width: 0;
  }

  .hero-section h1 {
    max-width: 304px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(35px, 9.6vw, 40px);
    line-height: 1;
    text-wrap: auto;
    overflow-wrap: anywhere;
  }

  .hero-lede {
    max-width: 292px;
  }

  .trusted-strip {
    width: min(310px, 100%);
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 42px;
  }

  .trusted-strip span,
  .trusted-strip b {
    max-width: 100%;
  }

  .legend-preview {
    width: 100%;
    max-width: 100%;
    margin-top: 44px;
    padding: 10px;
    border-radius: 30px;
    overflow: hidden;
  }

  .preview-chrome {
    display: grid;
    gap: 12px;
    padding: 8px 8px 14px;
  }

  .preview-tabs {
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
  }

  .preview-tabs span {
    flex: 1;
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
  }

  .wealth-board {
    gap: 10px;
  }

  .wealth-card {
    padding: 18px;
    border-radius: 20px;
  }

  .chart-card-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .owner-bar {
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .owner-status {
    padding: 5px 10px;
  }

  .wealth-amount {
    font-size: 30px;
  }

  .chart-frame {
    height: 140px;
  }

  .wealth-kpis {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wealth-kpis .kpi-tile:last-child {
    grid-column: auto;
  }

  .kpi-tile {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .kpi-value {
    margin-top: 0;
    font-size: 20px;
  }

  .kpi-delta {
    margin-top: 0;
  }

  .wealth-queue {
    padding: 18px 18px 8px;
  }

  .action-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "dot body amount"
      "dot body state";
    row-gap: 4px;
  }

  .action-dot { grid-area: dot; }
  .action-text { grid-area: body; }
  .action-amount { grid-area: amount; }
  .action-state { grid-area: state; justify-self: end; }

  .hero-lede,
  .section-intro p:not(.eyebrow),
  .consulting-copy > p,
  .quote-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-actions {
    max-width: 302px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions .button {
    min-width: 0;
    padding-right: 17px;
    padding-left: 17px;
  }

  .showcase-section,
  .thesis-section,
  .workflow-section,
  .verticals-section,
  .trust-section,
  .quote-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .showcase-shell,
  .trust-panel {
    padding: 10px;
    border-radius: 28px;
  }

  .showcase-copy,
  .hero-image-card,
  .consulting-image {
    border-radius: 22px;
  }

  .showcase-copy,
  .trust-panel {
    padding: 24px;
  }

  .hero-image-card > img {
    min-height: 280px;
  }

  .orbit-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "capture prepare"
      "center center"
      "review close";
    gap: 10px;
    min-height: 0;
    padding: 18px;
  }

  .orbit-panel::before,
  .orbit-panel::after {
    display: none;
  }

  .orbit-center {
    position: static;
    grid-area: center;
    justify-self: center;
    width: 92px;
    height: 92px;
    padding: 18px;
    margin: 6px 0;
    transform: none;
  }

  .orbit-node {
    position: static;
    width: auto;
    padding: 14px 16px;
  }

  .orbit-node.node-capture { grid-area: capture; }
  .orbit-node.node-prepare { grid-area: prepare; }
  .orbit-node.node-review { grid-area: review; }
  .orbit-node.node-close { grid-area: close; }

  .brief-preview {
    min-height: 360px;
    padding: 22px;
  }

  .brief-preview-title {
    font-size: 24px;
  }

  .section-intro h2,
  .consulting-copy h2,
  .trust-panel h2,
  .quote-copy h2 {
    font-size: 42px;
  }

  .thesis-grid,
  .why-grid,
  .workflow-board,
  .vertical-grid,
  .trust-grid,
  .quote-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .why-card {
    min-height: 0;
    padding: 22px;
  }

  .why-card h3 {
    margin-top: 28px;
  }

  .consulting-section {
    width: calc(100% - 40px);
    padding: 64px 0;
  }

  .workflow-board b,
  .vertical-card h3,
  .thesis-grid h3 {
    margin-top: 50px;
  }

  .mini-list article {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .quote-section {
    width: 100%;
    padding-bottom: 80px;
  }

  .quote-form label:first-child,
  .quote-form .button,
  .form-status {
    grid-column: auto;
  }

  .site-footer nav {
    justify-content: start;
    flex-wrap: wrap;
  }
}
