:root {
  --dark: #0b1220;
  --slate: #1e293b;
  --cyan: #14b8ff;
  --light: #f8fafc;
  --card: #ffffff;
  --border: #e2e8f0;
  --success: #22c55e;
  --warning: #f59e0b;
  --error: #ef4444;
  --muted: #64748b;
  --ink: #111827;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(11, 18, 32, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--light);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
main { overflow: hidden; }
section { max-width: 1240px; margin: 0 auto; padding: 76px 28px; }
.navbar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 36px;
  background: rgba(248, 250, 252, .9);
  border-bottom: 1px solid rgba(226, 232, 240, .9);
  backdrop-filter: blur(16px);
}
.wordmark { font-weight: 800; letter-spacing: .13em; color: var(--dark); }
.navbar nav { display: flex; gap: 26px; font-size: 14px; color: #334155; }
.navbar nav a:hover, .footer a:hover { color: var(--cyan); }
.nav-cta { justify-self: end; }
.menu-btn { display: none; border: 1px solid var(--border); background: white; width: 42px; height: 38px; border-radius: 6px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-dark { background: var(--dark); color: white; border-color: var(--dark); }
.btn-light { background: white; color: var(--dark); border-color: var(--border); }
.icon { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
  align-items: center;
  max-width: 1340px;
  padding-top: 64px;
}
.hero h1, .page-hero h1, .media-hero h1, .contact-page h1 {
  margin: 12px 0 18px;
  color: var(--dark);
  font-size: clamp(48px, 6vw, 82px);
  line-height: .96;
  letter-spacing: 0;
}
.hero p, .page-hero p, .media-hero p, .contact-page p { color: #475569; font-size: 18px; line-height: 1.65; max-width: 760px; }
.hero .lead { color: var(--slate); font-size: 22px; line-height: 1.45; font-weight: 650; }
.eyebrow, .section-heading span, .cta-band span {
  color: #0369a1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 28px; }
.category-line { margin-top: 30px; color: #64748b; font-size: 14px; font-weight: 650; }
.decision-orbit {
  position: relative;
  height: 520px;
  border: 1px solid #dbeafe;
  background: linear-gradient(180deg, #fff, #f8fafc);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.flow-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#e2e8f0 1px, transparent 1px), linear-gradient(90deg, #e2e8f0 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, #000 0 45%, transparent 82%);
  opacity: .6;
}
.flow-node {
  position: absolute;
  width: 124px;
  padding: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, .92);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}
.flow-node b, .flow-node small { display: block; }
.flow-node small { margin-top: 4px; color: var(--muted); }
.node-0 { left: 7%; top: 38%; }
.node-1 { left: 24%; top: 16%; }
.node-2 { left: 44%; top: 24%; }
.node-3 { right: 10%; top: 19%; border-color: rgba(20, 184, 255, .45); }
.node-4 { right: 13%; bottom: 22%; }
.flow-lines { position: absolute; inset: 50px 24px 24px; width: calc(100% - 48px); height: calc(100% - 74px); }
.pulse-line, .thin-line { fill: none; stroke-width: 2; stroke: var(--cyan); stroke-dasharray: 8 12; animation: flow 5s linear infinite; opacity: .8; }
.pulse-line.delay { animation-delay: -1.8s; stroke: #64748b; }
.thin-line { stroke-width: 1; opacity: .32; animation-duration: 8s; }
@keyframes flow { to { stroke-dashoffset: -120; } }
.decision-panel {
  position: absolute;
  left: 32px;
  bottom: 28px;
  width: 230px;
  padding: 16px;
  background: var(--dark);
  color: white;
  border-radius: 8px;
}
.decision-panel span, .decision-panel em { display: block; color: #94a3b8; font-style: normal; font-size: 13px; }
.decision-panel strong { display: block; margin: 8px 0; font-size: 38px; }
.dark-band {
  max-width: none;
  background: var(--dark);
  color: white;
  padding-left: max(28px, calc((100vw - 1240px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1240px) / 2 + 28px));
}
.dark-band .section-heading h2, .dark-band .section-heading p { color: white; }
.problem { display: grid; grid-template-columns: 1fr .75fr; gap: 56px; align-items: center; }
.statement { border-left: 2px solid var(--cyan); padding-left: 28px; font-size: 30px; line-height: 1.18; }
.statement b, .statement span { display: block; }
.statement span { margin-top: 16px; color: #cbd5e1; }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading h2 { margin: 10px 0 12px; color: var(--dark); font-size: clamp(32px, 4vw, 52px); line-height: 1.02; }
.section-heading p { color: #64748b; font-size: 17px; line-height: 1.65; }
.card-grid, .product-grid, .industry-grid, .article-grid, .why-grid, .metric-row { display: grid; gap: 16px; }
.four { grid-template-columns: repeat(4, 1fr); }
.three { grid-template-columns: repeat(3, 1fr); }
.cap-card, .product-card, .industry-card, .article-card, .metric-card, .about-grid article, .system-grid article {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .035);
}
.cap-card h3, .product-card h3, .industry-card h3, .article-card h3 { color: var(--dark); margin: 16px 0 10px; font-size: 20px; }
.cap-card p, .product-card p, .industry-card li, .article-card p { color: #64748b; line-height: 1.55; }
.card-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cyan); border: 1px solid #bae6fd; border-radius: 7px; background: #f0f9ff; }
.signature {
  max-width: none;
  background: white;
  border-block: 1px solid var(--border);
  padding-left: max(28px, calc((100vw - 1240px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1240px) / 2 + 28px));
}
.chain, .architecture {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  align-items: stretch;
}
.chain span, .architecture span {
  position: relative;
  min-height: 86px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 14px;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 7px;
  font-weight: 750;
}
.chain span:not(:last-child)::after, .architecture span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: var(--cyan);
}
.process { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.process-step {
  position: relative;
  min-height: 170px;
  padding: 20px;
  border: 1px solid var(--border);
  background: white;
  border-radius: var(--radius);
}
.process-step span { color: var(--cyan); font-weight: 850; font-size: 12px; }
.process-step b { display: block; margin: 24px 0 8px; color: var(--dark); }
.process-step p { margin: 0; color: #64748b; font-size: 14px; line-height: 1.45; }
.product-grid { grid-template-columns: 1.25fr 1fr 1fr 1fr; }
.product-card.featured { background: var(--dark); color: white; }
.product-card.featured h3, .product-card.featured p, .product-card.featured li, .product-card.featured strong { color: white; }
.product-card ul, .industry-card ul { padding-left: 18px; margin: 16px 0; }
.product-card li { color: #64748b; margin: 8px 0; }
.product-card strong { display: block; color: var(--slate); line-height: 1.45; }
.product-shell {
  border: 1px solid #cbd5e1;
  background: #eef2f7;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.shell-top {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.shell-top b { color: var(--dark); }
.shell-top span { margin-left: 10px; color: #64748b; font-size: 13px; }
.shell-actions { display: flex; gap: 7px; }
.shell-actions i { width: 8px; height: 8px; border-radius: 50%; background: #94a3b8; }
.shell-body { display: grid; grid-template-columns: 230px minmax(340px, 1fr) 280px; gap: 12px; padding: 12px; min-height: 480px; }
.insight-feed, .analytics-panel, .ai-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 16px;
  min-width: 0;
}
.panel-title { color: #334155; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.feed-item { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid #f1f5f9; }
.feed-item span { color: var(--cyan); font-size: 12px; font-weight: 800; }
.feed-item p { margin: 0; color: #475569; line-height: 1.45; font-size: 14px; }
.feed-item.active p { color: var(--dark); font-weight: 650; }
.metric-row { grid-template-columns: repeat(4, 1fr); margin-bottom: 16px; }
.metric-card { padding: 14px; box-shadow: none; }
.metric-card span, .metric-card em { display: block; color: #64748b; font-style: normal; font-size: 12px; }
.metric-card strong { display: block; color: var(--dark); font-size: 22px; margin: 6px 0; }
.metric-card .up { color: var(--success); }
.metric-card .down { color: var(--error); }
.chart-wrap { border: 1px solid var(--border); border-radius: 7px; background: linear-gradient(#fff, #f8fafc); overflow: hidden; }
.chart { width: 100%; height: 300px; display: block; }
.area { fill: url(#chartFill); }
.line { fill: none; stroke-width: 3; }
.cyan { stroke: var(--cyan); }
.slate { stroke: #334155; opacity: .55; }
.bars rect { fill: #cbd5e1; opacity: .7; }
.bars text { font-size: 11px; text-anchor: middle; fill: #64748b; }
.chart-rules path {
  stroke: #e2e8f0;
  stroke-width: 1;
}
.event-markers circle {
  fill: white;
  stroke: var(--cyan);
  stroke-width: 2;
}
.event-markers text {
  fill: #334155;
  font-size: 12px;
  font-weight: 700;
}
.question { background: #f8fafc; border: 1px solid var(--border); padding: 12px; border-radius: 7px; color: var(--dark); font-weight: 700; }
.answer { margin-top: 12px; border-left: 2px solid var(--cyan); padding-left: 14px; }
.answer p { color: #475569; line-height: 1.5; font-size: 14px; }
.mini-bars { height: 70px; display: flex; align-items: end; gap: 8px; margin: 10px 0 16px; }
.mini-bars span { flex: 1; background: #dbeafe; border-top: 2px solid var(--cyan); border-radius: 3px 3px 0 0; }
.industry-grid { grid-template-columns: repeat(5, 1fr); }
.industry-card { min-height: 270px; transition: transform .18s ease, border-color .18s ease; }
.industry-card:hover { transform: translateY(-3px); border-color: #7dd3fc; }
.motif { height: 72px; border: 1px solid #dbeafe; border-radius: 6px; background: linear-gradient(90deg, transparent 48%, rgba(20,184,255,.18) 50%, transparent 52%), repeating-linear-gradient(135deg, #f8fafc, #f8fafc 8px, #e2e8f0 9px); }
.why-grid { grid-template-columns: repeat(3, 1fr); }
.why-grid div { display: flex; gap: 10px; align-items: center; color: #e2e8f0; padding: 16px; border: 1px solid rgba(226,232,240,.16); border-radius: 7px; }
.article-grid { grid-template-columns: repeat(4, 1fr); }
.article-card span { color: #0369a1; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.article-card a { display: inline-flex; gap: 8px; color: var(--dark); font-weight: 800; margin-top: 12px; }
.cta-band {
  max-width: 1184px;
  margin: 64px auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: var(--dark);
  color: white;
  border-radius: 8px;
  padding: 38px;
}
.cta-band h2 { margin: 8px 0; font-size: clamp(28px, 4vw, 46px); line-height: 1.04; }
.cta-band p { margin: 0; color: #cbd5e1; }
.page-hero, .media-hero, .contact-page { max-width: 1240px; padding-top: 86px; }
.page-hero.split, .media-hero, .contact-page { display: grid; grid-template-columns: .86fr 1.14fr; gap: 44px; align-items: center; }
.page-hero .product-shell, .media-hero .product-shell { transform: scale(.92); transform-origin: center right; }
.capability-list { display: grid; gap: 14px; }
.capability-list article {
  display: grid;
  grid-template-columns: .8fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 24px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
}
.capability-list h3 { margin: 0; color: var(--dark); }
.capability-list span { color: #0369a1; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.capability-list p { color: #64748b; line-height: 1.5; margin-bottom: 0; }
.media-hero { max-width: none; padding-left: max(28px, calc((100vw - 1240px) / 2 + 28px)); padding-right: max(28px, calc((100vw - 1240px) / 2 + 28px)); background: white; border-bottom: 1px solid var(--border); }
.architecture { grid-template-columns: repeat(5, 1fr); }
.editorial { border-bottom: 1px solid var(--border); }
.category-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.category-tabs button { padding: 10px 14px; border: 1px solid var(--border); background: white; border-radius: 999px; color: #334155; font-weight: 700; }
.about-grid, .system-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1240px; }
.about-grid article span { color: var(--cyan); font-weight: 850; }
.about-grid article p { color: #64748b; line-height: 1.55; }
.contact-page { align-items: start; }
.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  box-shadow: var(--shadow);
}
label, legend { color: #334155; font-weight: 750; font-size: 13px; }
input, textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
  color: var(--dark);
  background: #f8fafc;
}
fieldset { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; border: 1px solid var(--border); border-radius: 7px; padding: 16px; }
fieldset label { font-weight: 600; color: #475569; }
.full { grid-column: 1 / -1; }
.lead-form .btn { width: max-content; }
.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}
.contact-lead {
  grid-template-columns: .78fr 1.22fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 94px;
}
.contact-intro {
  position: sticky;
  top: 112px;
}
.contact-intro h1 {
  font-size: clamp(44px, 5vw, 70px);
}
.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.contact-form {
  position: relative;
  box-shadow: 0 14px 38px rgba(11, 18, 32, .07);
}
.contact-form label > span[aria-hidden="true"],
.interest-fieldset legend span {
  color: var(--error);
}
.contact-form input,
.contact-form textarea {
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.contact-form input:hover,
.contact-form textarea:hover {
  border-color: #cbd5e1;
}
.contact-form input[aria-invalid="true"],
.interest-fieldset:has(input[aria-invalid="true"]),
.contact-form textarea[aria-invalid="true"] {
  border-color: rgba(239, 68, 68, .7);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, .08);
}
.form-status {
  display: none;
  grid-column: 1 / -1;
  border-radius: 7px;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 700;
}
.form-status:not(:empty) { display: block; }
.form-status.is-error {
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
}
.form-status.is-loading {
  color: #0c4a6e;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
}
.field-error {
  display: block;
  min-height: 17px;
  margin-top: 5px;
  color: #b91c1c;
  font-size: 12px;
  line-height: 1.35;
}
.interest-fieldset {
  align-items: start;
}
.interest-fieldset label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 10px;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  background: #fff;
}
.interest-fieldset input {
  width: auto;
  margin: 2px 0 0;
  accent-color: var(--dark);
}
.submit-btn:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}
.next-steps,
.contact-success {
  border: 1px solid var(--border);
  background: white;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(15,23,42,.035);
}
.next-steps h2 {
  margin: 10px 0 18px;
  color: var(--dark);
  font-size: 28px;
  line-height: 1.08;
}
.next-step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.next-step-list article {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 13px;
  background: #f8fafc;
}
.next-step-list article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: var(--cyan);
}
.next-step-list span {
  color: #0369a1;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.next-step-list b {
  display: block;
  margin-top: 7px;
  color: var(--dark);
  line-height: 1.25;
}
.next-steps p {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}
.next-steps p strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dark);
}
.contact-success {
  grid-column: 1 / -1;
  min-height: 430px;
  display: grid;
  align-content: center;
  justify-items: start;
}
.contact-success h2 {
  margin: 10px 0 12px;
  color: var(--dark);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}
.contact-success p {
  max-width: 520px;
  color: #475569;
  font-size: 18px;
  line-height: 1.6;
}
.system-grid { grid-template-columns: 1fr; }
.swatches { display: grid; grid-template-columns: repeat(9, 1fr); gap: 8px; }
.swatches span { min-height: 70px; display: flex; align-items: end; padding: 8px; border-radius: 6px; border: 1px solid var(--border); color: #0b1220; font-size: 11px; font-weight: 800; }
.swatches span:first-child, .swatches span:nth-child(2) { color: white; }
.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 36px;
  border-top: 1px solid var(--border);
  background: white;
}
.footer p { color: #64748b; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; color: #475569; font-size: 14px; }

@media (max-width: 980px) {
  .navbar { grid-template-columns: 1fr auto; padding: 0 18px; }
  .navbar nav, .nav-cta { display: none; }
  .menu-btn { display: grid; place-items: center; }
  .navbar.open nav {
    display: grid;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 76px;
    padding: 18px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 8px;
  }
  section { padding: 64px 20px; }
  .hero, .page-hero.split, .media-hero, .contact-page, .problem { grid-template-columns: 1fr; }
  .hero { padding-top: 42px; }
  .hero h1, .page-hero h1, .media-hero h1, .contact-page h1 { font-size: 46px; }
  .decision-orbit { height: 430px; }
  .four, .three, .product-grid, .industry-grid, .article-grid, .why-grid, .about-grid { grid-template-columns: 1fr; }
  .chain, .architecture, .process { grid-template-columns: 1fr; }
  .chain span:not(:last-child)::after, .architecture span:not(:last-child)::after { display: none; }
  .shell-body { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .page-hero .product-shell, .media-hero .product-shell { transform: none; }
  .capability-list article { grid-template-columns: 1fr; }
  .cta-band { display: grid; margin: 40px 20px; padding: 28px; }
  .lead-form, fieldset { grid-template-columns: 1fr; }
  .contact-lead {
    gap: 28px;
    padding-bottom: 64px;
  }
  .contact-intro {
    position: static;
  }
  .contact-shell {
    grid-template-columns: 1fr;
  }
  .next-step-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .next-step-list article:not(:last-child)::after {
    left: auto;
    right: -10px;
    top: 50%;
    bottom: auto;
    width: 10px;
    height: 1px;
  }
  .swatches { grid-template-columns: repeat(3, 1fr); }
  .footer { display: grid; padding: 32px 20px; }
}

@media (max-width: 560px) {
  .hero p, .page-hero p, .media-hero p, .contact-page p { font-size: 16px; }
  .hero h1, .page-hero h1, .media-hero h1, .contact-page h1 { font-size: 40px; }
  .actions { align-items: stretch; }
  .btn { width: 100%; }
  .decision-orbit { height: 390px; }
  .flow-node { width: 108px; padding: 10px; font-size: 13px; }
  .decision-panel { left: 16px; bottom: 16px; width: 190px; }
  .metric-row { grid-template-columns: 1fr; }
  .contact-lead {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .contact-intro h1 {
    font-size: 38px;
  }
  .contact-form,
  .next-steps,
  .contact-success {
    padding: 18px;
  }
  .next-step-list {
    grid-template-columns: 1fr;
  }
  .next-step-list article:not(:last-child)::after {
    left: 23px;
    right: auto;
    top: auto;
    bottom: -11px;
    width: 1px;
    height: 11px;
  }
}

/* Sentoris Decision Intelligence visual language */
.hero-decision {
  grid-template-columns: .78fr 1.22fr;
  max-width: 1380px;
}
.hero-decision .hero-copy p:not(.lead) { max-width: 580px; }
.decision-system {
  position: relative;
  min-height: 590px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.96)),
    radial-gradient(circle at 74% 22%, rgba(20,184,255,.14), transparent 34%);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.system-gridline {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#e2e8f0 1px, transparent 1px), linear-gradient(90deg, #e2e8f0 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .58;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.source-cluster {
  position: absolute;
  left: 28px;
  top: 54px;
  width: 190px;
}
.source-cluster span, .semantic-core span, .system-card span, .learning-loop span, .signal-readout span {
  display: block;
  color: #0369a1;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.source-cluster div {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.source-cluster b {
  width: max-content;
  min-width: 92px;
  padding: 9px 11px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: white;
  color: var(--dark);
  font-size: 13px;
  box-shadow: 0 8px 22px rgba(15,23,42,.04);
  animation: signalIn 4.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * .18s);
}
@keyframes signalIn {
  0%, 72%, 100% { transform: translateX(0); border-color: var(--border); }
  18%, 34% { transform: translateX(8px); border-color: rgba(20,184,255,.55); }
}
.semantic-core {
  position: absolute;
  left: 286px;
  top: 215px;
  width: 185px;
  min-height: 116px;
  display: grid;
  align-content: center;
  padding: 18px;
  border: 1px solid rgba(20,184,255,.52);
  border-radius: 8px;
  background: var(--dark);
  color: white;
  box-shadow: 0 20px 60px rgba(11,18,32,.18);
}
.semantic-core strong {
  margin-top: 10px;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.42;
}
.system-card, .learning-loop, .signal-readout {
  position: absolute;
  width: 190px;
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
}
.system-card b, .learning-loop b {
  display: block;
  margin: 9px 0 6px;
  color: var(--dark);
  line-height: 1.25;
}
.system-card em {
  color: #64748b;
  font-style: normal;
  font-size: 12px;
}
.insight-card { right: 32px; top: 76px; animation: stagePulse 7s ease-in-out infinite; }
.recommendation-card { right: 70px; top: 228px; animation: stagePulse 7s ease-in-out infinite 1.1s; }
.decision-card { right: 34px; bottom: 116px; border-color: rgba(20,184,255,.45); animation: stagePulse 7s ease-in-out infinite 2.2s; }
.action-card { left: 318px; bottom: 46px; animation: stagePulse 7s ease-in-out infinite 3.3s; }
.learning-loop { left: 42px; bottom: 46px; background: #f8fafc; }
.signal-readout {
  right: 284px;
  top: 54px;
  width: 155px;
  background: white;
}
.signal-readout strong {
  display: block;
  margin: 6px 0;
  color: var(--dark);
  font-size: 34px;
}
.signal-readout em { color: #64748b; font-style: normal; font-size: 12px; }
.system-paths {
  position: absolute;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  pointer-events: none;
}
.data-stream, .semantic-line {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 2;
  stroke-dasharray: 9 12;
  animation: flow 5.5s linear infinite;
}
.data-stream { opacity: .52; }
.semantic-line { opacity: .82; }
.semantic-line.delay { animation-delay: -1.4s; stroke: #64748b; }
.semantic-line.delay2 { animation-delay: -2.7s; stroke: #94a3b8; opacity: .56; }
@keyframes stagePulse {
  0%, 68%, 100% { border-color: var(--border); transform: translateY(0); }
  18%, 30% { border-color: rgba(20,184,255,.7); transform: translateY(-2px); }
}
.compact-system {
  min-height: 420px;
  max-width: 940px;
}
.compact-system .source-cluster { top: 36px; }
.compact-system .source-cluster b:nth-child(n+4) { display: none; }
.compact-system .semantic-core { top: 155px; }
.compact-system .insight-card { top: 38px; }
.compact-system .recommendation-card { top: 164px; }
.compact-system .decision-card { bottom: 78px; }
.compact-system .action-card, .compact-system .learning-loop { bottom: 30px; }
.thesis {
  display: grid;
  grid-template-columns: .66fr 1.34fr;
  gap: 42px;
  align-items: center;
}
.decision-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.decision-flow article {
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(226,232,240,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  color: white;
  position: relative;
}
.decision-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: var(--cyan);
}
.decision-flow .owned-layer {
  background: rgba(20,184,255,.08);
  border-color: rgba(20,184,255,.28);
}
.decision-flow span, .capability-stack span, .lifecycle span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 850;
}
.decision-flow h3 { margin: 30px 0 8px; color: white; }
.decision-flow p { margin: 0; color: #cbd5e1; line-height: 1.45; }
.copilot-feature { max-width: 1360px; }
.decision-workspace .shell-body {
  grid-template-columns: 255px minmax(420px, 1fr) 330px;
  min-height: 620px;
}
.workspace-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 12px;
  background: #f8fafc;
  border-bottom: 1px solid var(--border);
}
.workspace-filters span {
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: white;
  color: #334155;
  font-size: 12px;
  font-weight: 750;
}
.rich-feed { display: block; padding: 15px 0; }
.rich-feed span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
}
.rich-feed p b { display: block; margin-bottom: 6px; color: var(--dark); font-size: 15px; }
.analysis-workspace h3 { margin: 0; color: var(--dark); }
.workspace-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 16px;
}
.workspace-head > span {
  padding: 7px 9px;
  border: 1px solid var(--border);
  border-radius: 6px;
  color: #64748b;
  font-size: 12px;
  white-space: nowrap;
}
.metric-row-six { grid-template-columns: repeat(6, 1fr); }
.metric-row-six .metric-card { padding: 12px; }
.metric-row-six .metric-card strong { font-size: 19px; }
.chart-grid {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 12px;
}
.primary-chart .chart { height: 330px; }
.draw-line {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: drawChart 4s ease-in-out infinite;
}
@keyframes drawChart {
  0% { stroke-dashoffset: 900; }
  35%, 100% { stroke-dashoffset: 0; }
}
.breakdown-card {
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 14px;
  background: #fff;
}
.breakdown-row, .driver-analysis div {
  display: grid;
  gap: 7px;
  margin: 12px 0;
}
.breakdown-row span, .driver-analysis span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #475569;
  font-size: 12px;
}
.breakdown-row i, .driver-analysis i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}
.breakdown-row u, .driver-analysis u {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--cyan);
  animation: barGrow 3.8s ease-in-out infinite;
}
@keyframes barGrow {
  0% { transform: scaleX(.2); transform-origin: left; }
  35%, 100% { transform: scaleX(1); transform-origin: left; }
}
.copilot-panel .answer ol, .executive-summary ol { padding-left: 19px; color: #475569; line-height: 1.55; font-size: 14px; }
.driver-analysis { margin: 14px 0 18px; }
.driver-analysis em { color: var(--error); font-style: normal; font-weight: 800; }
.copilot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.copilot-actions button {
  border: 1px solid var(--border);
  background: #f8fafc;
  color: var(--dark);
  border-radius: 6px;
  padding: 9px 10px;
  font-weight: 800;
  font-size: 12px;
}
.copilot-actions button:first-child { background: var(--dark); color: white; border-color: var(--dark); }
.capability-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  position: relative;
}
.capability-stack article, .lifecycle article, .architecture-flow article, .executive-summary {
  border: 1px solid var(--border);
  background: white;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(15,23,42,.035);
}
.capability-stack .decision-top {
  grid-column: 1 / -1;
  background: var(--dark);
  color: white;
  border-color: var(--dark);
}
.capability-stack .decision-top h3, .capability-stack .decision-top p { color: white; }
.capability-stack h3, .lifecycle h3 { margin: 14px 0 8px; color: var(--dark); }
.capability-stack p, .lifecycle p, .architecture-flow p { color: #64748b; line-height: 1.5; margin-bottom: 0; }
.architecture-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.architecture-flow article {
  position: relative;
  min-height: 160px;
}
.architecture-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 12px;
  height: 1px;
  background: var(--cyan);
}
.architecture-flow span, .summary-top span {
  color: #0369a1;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.media-hero-specific { align-items: center; }
.media-hero-specific .decision-system { min-height: 560px; }
.media-hero .lead { color: var(--slate); font-weight: 700; }
.media-system .semantic-core {
  width: 206px;
  left: 210px;
}
.media-system .recommendation-card {
  right: 22px;
  top: 230px;
  width: 190px;
}
.media-system .decision-card {
  right: 34px;
  bottom: 40px;
}
.media-system .action-card {
  left: 236px;
  bottom: 46px;
}
.media-system .system-card b {
  font-size: 15px;
}
.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.before-after h3 {
  margin: 0 0 14px;
  color: var(--dark);
}
.vertical {
  grid-template-columns: 1fr;
}
.vertical article { min-height: auto; }
.vertical article:not(:last-child)::after {
  right: auto;
  left: 28px;
  top: auto;
  bottom: -12px;
  width: 1px;
  height: 12px;
}
.sentoris-path article {
  border-color: rgba(20,184,255,.28);
  background: #f8fcff;
}
.media-demo { max-width: 1380px; }
.investigation-showcase {
  max-width: 760px;
}
.investigation-showcase .ai-panel { min-height: auto; }
.lifecycle {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.lifecycle article { min-height: 250px; }
.operating-model .before-after h3, .operating-model .section-heading h2 { color: white; }
.operating .process {
  grid-template-columns: repeat(3, 1fr);
}
.operating .process-step {
  min-height: 126px;
  background: rgba(255,255,255,.05);
  border-color: rgba(226,232,240,.16);
}
.operating .process-step b { color: white; }
.executive-summary {
  max-width: 760px;
  margin: 0 auto;
}
.summary-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.summary-top b { color: var(--dark); }
.executive-summary h3 { color: var(--dark); margin: 18px 0 8px; }
.executive-summary p { color: #475569; line-height: 1.6; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: end; }
.cta-band .btn-light { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.06); color: white; }

.reasoning-flow {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.reasoning-flow article {
  position: relative;
  min-height: 180px;
  border: 1px solid var(--border);
  background: white;
  border-radius: 8px;
  padding: 18px;
}
.reasoning-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: var(--cyan);
}
.reasoning-flow span, .media-hero-visual span, .media-insight-feed span, .factor-grid span, .likely-driver span, .recommendation-panel span, .media-investigation-flow span, .semantic-layer-diagram span, .media-architecture span, .human-validation span, .assessment-cta span {
  color: #0369a1;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.reasoning-flow h3 { margin: 18px 0 8px; color: var(--dark); line-height: 1.15; }
.reasoning-flow p, .reasoning-flow li { color: #64748b; line-height: 1.45; font-size: 14px; }
.reasoning-flow ul { padding-left: 17px; margin: 14px 0 0; }
.reason-question, .reason-action { background: var(--dark) !important; border-color: var(--dark) !important; color: white; }
.reason-question h3, .reason-action h3 { color: white; }

.media-hero-specific {
  grid-template-columns: .82fr 1.18fr;
  gap: 58px;
  padding-top: 76px;
  padding-bottom: 76px;
}
.media-hero-visual {
  position: relative;
  min-height: 550px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 24px;
}
.media-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#e2e8f0 1px, transparent 1px), linear-gradient(90deg, #e2e8f0 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .5;
}
.media-hero-visual > * { position: relative; }
.visual-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}
.visual-head b { color: var(--dark); }
.mini-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.mini-kpis div, .market-map article, .hero-insight {
  border: 1px solid var(--border);
  background: rgba(255,255,255,.94);
  border-radius: 8px;
  padding: 14px;
}
.mini-kpis b { display: block; color: var(--dark); font-size: 22px; margin-top: 6px; }
.market-map {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 18px 0;
}
.market-map article {
  min-height: 98px;
  animation: stagePulse 7s ease-in-out infinite;
  animation-delay: calc(var(--i) * .22s);
}
.market-map b { display: block; margin-top: 18px; font-size: 22px; }
.up { color: var(--success) !important; }
.down { color: var(--error) !important; }
.channel-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}
.channel-strip span {
  padding: 9px 11px;
  border: 1px solid var(--border);
  background: white;
  border-radius: 6px;
  color: var(--dark);
  letter-spacing: 0;
  text-transform: none;
  animation: signalIn 5.2s ease-in-out infinite;
  animation-delay: calc(var(--i) * .18s);
}
.hero-insight {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 320px;
  border-color: rgba(20,184,255,.42);
}
.hero-insight b { display: block; margin: 10px 0; color: var(--dark); font-size: 20px; }
.hero-insight p { margin: 0; color: #64748b; line-height: 1.45; }

.media-command-center { max-width: 100%; }
.command-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 12px;
  padding: 12px;
  background: #eef2f7;
}
.command-filters {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.command-filters label {
  border: 1px solid var(--border);
  background: white;
  border-radius: 6px;
  padding: 10px;
}
.command-filters label span { display: block; color: #64748b; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.command-filters label b { display: block; margin-top: 5px; color: var(--dark); font-size: 13px; }
.command-layout .analysis-workspace { min-height: 540px; }
.command-layout .media-insight-feed { align-self: stretch; }

.media-insight-feed {
  display: grid;
  gap: 12px;
}
.media-insight-feed article {
  border: 1px solid var(--border);
  background: white;
  border-radius: 8px;
  padding: 18px;
}
.media-insight-feed article div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.media-insight-feed em {
  color: #64748b;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}
.media-insight-feed h3 { margin: 12px 0 8px; color: var(--dark); font-size: 18px; }
.media-insight-feed p { color: #475569; line-height: 1.5; }
.media-insight-feed small { display: block; color: #64748b; margin-bottom: 12px; }
.media-insight-feed a { display: inline-flex; color: var(--dark); font-weight: 850; }

.investigation-product {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 14px;
  border: 1px solid #cbd5e1;
  background: #eef2f7;
  border-radius: 8px;
  padding: 12px;
  box-shadow: var(--shadow);
}
.investigation-main, .recommendation-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 20px;
}
.question.large { font-size: 20px; padding: 16px; }
.investigation-main > h3, .recommendation-panel h3, .likely-driver h3 { color: var(--dark); line-height: 1.25; }
.factor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0;
}
.factor-grid article {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
}
.factor-grid h4 { margin: 12px 0; color: var(--dark); line-height: 1.25; }
.factor-grid p, .factor-grid em { color: #64748b; font-size: 13px; font-style: normal; }
.factor-grid i {
  display: block;
  height: 8px;
  border-radius: 99px;
  background: #e2e8f0;
  overflow: hidden;
  margin: 12px 0 7px;
}
.factor-grid u {
  display: block;
  height: 100%;
  background: var(--cyan);
  animation: barGrow 4s ease-in-out infinite;
}
.likely-driver {
  border: 1px solid rgba(20,184,255,.34);
  background: #f8fcff;
  border-radius: 8px;
  padding: 18px;
}
.likely-driver div {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}
.likely-driver strong { color: var(--dark); font-size: 22px; }
.recommendation-panel .copilot-actions { margin-top: 22px; }

.media-investigation-flow, .human-validation {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}
.media-investigation-flow article, .human-validation article {
  position: relative;
  min-height: 104px;
  border: 1px solid var(--border);
  background: white;
  border-radius: 8px;
  padding: 13px;
  animation: stagePulse 8s ease-in-out infinite;
  animation-delay: calc(var(--i) * .2s);
}
.media-investigation-flow article:not(:last-child)::after, .human-validation article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: var(--cyan);
}
.media-investigation-flow b, .human-validation b { display: block; margin-top: 12px; color: var(--dark); line-height: 1.25; font-size: 13px; }
.human-validation { grid-template-columns: repeat(5, 1fr); }
.human-step { background: var(--dark) !important; border-color: var(--dark) !important; }
.human-step b { color: white; }

.semantic-layer-diagram {
  display: grid;
  grid-template-columns: .75fr 1.5fr .75fr;
  gap: 14px;
  align-items: stretch;
}
.semantic-stack {
  grid-template-columns: .9fr .85fr 1.45fr 1fr .9fr;
}
.semantic-stack article {
  position: relative;
}
.semantic-stack article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 14px;
  height: 1px;
  background: var(--cyan);
}
.semantic-layer-diagram article, .media-architecture article, .media-use-cases article, .assessment-cta {
  border: 1px solid var(--border);
  background: white;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(15,23,42,.035);
}
.semantic-layer-diagram p { color: #64748b; line-height: 1.6; }
.semantic-layer-diagram article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.semantic-layer-diagram article > div b {
  color: #334155;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 8px 9px;
  font-size: 12px;
}
.semantic-layer-core {
  background: var(--dark) !important;
  border-color: var(--dark) !important;
}
.semantic-layer-core div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.semantic-layer-core b {
  border: 1px solid rgba(226,232,240,.18);
  border-radius: 6px;
  color: white;
  padding: 9px 10px;
  font-size: 13px;
}
.media-architecture {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
  gap: 12px;
}
.media-architecture article {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.media-architecture article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 12px;
  height: 1px;
  background: var(--cyan);
}
.media-architecture b {
  color: #334155;
  font-size: 13px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 7px;
}
.media-use-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.media-use-cases h3 { margin: 0 0 10px; color: var(--dark); }
.media-use-cases p { color: #64748b; line-height: 1.55; }
.assessment-cta {
  max-width: 1184px;
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 24px;
  align-items: center;
}
.assessment-cta h2 { margin: 8px 0; color: var(--dark); font-size: clamp(28px, 4vw, 42px); line-height: 1.05; }
.assessment-cta p, .assessment-cta li { color: #64748b; line-height: 1.5; }
.assessment-cta ul {
  columns: 2;
  padding-left: 18px;
  margin: 0;
}
.workflow-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.workflow-column h3 {
  grid-column: 1 / -1;
  color: white;
  margin: 0 0 4px;
}
.workflow-column article {
  min-height: 92px;
  border: 1px solid rgba(226,232,240,.16);
  background: rgba(255,255,255,.05);
  border-radius: 8px;
  padding: 14px;
}
.workflow-column span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 850;
}
.workflow-column b {
  display: block;
  margin-top: 12px;
  color: white;
  line-height: 1.25;
}

/* Final Media Intelligence polish */
.compact-section {
  padding-top: 54px;
  padding-bottom: 54px;
}
.media-demo {
  max-width: 1360px;
}
.unified-command {
  border-color: #cbd5e1;
  box-shadow: 0 18px 46px rgba(11,18,32,.08);
}
.unified-filters {
  padding: 12px;
  border-bottom: 1px solid var(--border);
  background: #f8fafc;
}
.unified-workspace {
  display: grid;
  grid-template-columns: 255px minmax(520px, 1fr) 330px;
  gap: 12px;
  padding: 12px;
  background: #eef2f7;
}
.unified-workspace > * {
  min-width: 0;
}
.unified-workspace .analysis-workspace,
.media-copilot-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 16px;
}
.unified-workspace .analysis-workspace {
  min-height: 560px;
}
.unified-workspace .metric-row-six {
  grid-template-columns: repeat(3, 1fr);
}
.unified-workspace .chart-grid {
  grid-template-columns: 1.35fr .65fr;
}
.unified-feed {
  align-content: start;
}
.unified-feed article {
  padding: 14px;
}
.unified-feed h3 {
  font-size: 15px;
  line-height: 1.3;
}
.unified-feed p {
  font-size: 13px;
  line-height: 1.45;
}
.media-copilot-panel .question {
  margin-bottom: 12px;
}
.copilot-answer h3 {
  color: var(--dark);
  font-size: 17px;
  line-height: 1.28;
  margin: 0 0 14px;
}
.compact-driver {
  display: grid;
  gap: 7px;
  margin: 12px 0;
}
.compact-driver span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.compact-driver b {
  color: var(--dark);
  font-size: 13px;
}
.compact-driver em {
  color: #64748b;
  font-style: normal;
  font-size: 12px;
}
.compact-driver i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}
.compact-driver u {
  display: block;
  height: 100%;
  background: var(--cyan);
  animation: barGrow 4s ease-in-out infinite;
}
.likely-note {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
}
.likely-note span {
  color: #0369a1;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.likely-note p {
  margin: 7px 0 0;
  color: #475569;
  line-height: 1.45;
  font-size: 13px;
}
.investigation-stack {
  display: grid;
  gap: 16px;
}
.investigation-stack .investigation-product {
  box-shadow: none;
}
.decision-graph {
  position: relative;
  min-height: 250px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  overflow: hidden;
  padding: 0;
}
.decision-graph svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.graph-path {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 2;
  stroke-dasharray: 7 10;
  animation: flow 6s linear infinite;
}
.graph-path.muted {
  stroke: #94a3b8;
  opacity: .72;
  animation-delay: -2s;
}
.decision-graph .graph-node {
  position: absolute;
  min-height: auto;
  width: 132px;
  padding: 12px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.96);
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}
.decision-graph .graph-node span {
  color: #0369a1;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.decision-graph .graph-node b {
  display: block;
  margin-top: 8px;
  color: var(--dark);
  font-size: 13px;
  line-height: 1.22;
}
.graph-node-0 { left: 22px; top: 48px; }
.graph-node-1 { left: 170px; top: 48px; }
.graph-node-2 { left: 318px; top: 48px; }
.graph-node-3 { left: 396px; top: 148px; border-color: rgba(20,184,255,.48) !important; }
.graph-node-4 { left: 548px; top: 118px; width: 160px !important; }
.graph-node-5 { right: 268px; top: 48px; }
.graph-node-6 { right: 122px; top: 48px; background: var(--dark) !important; border-color: var(--dark) !important; }
.graph-node-6 b { color: white !important; }
.graph-node-7 { right: 18px; top: 48px; border-color: rgba(20,184,255,.48) !important; }
.operating-model {
  padding-top: 58px;
  padding-bottom: 58px;
}
.operating .workflow-column {
  grid-template-columns: repeat(4, 1fr);
}
.operating .workflow-column article {
  min-height: 70px;
  padding: 12px;
}
.operating .workflow-column b {
  font-size: 13px;
  margin-top: 8px;
}
.compact-lifecycle {
  grid-template-columns: repeat(6, 1fr);
}
.compact-lifecycle article {
  min-height: 178px;
  padding: 18px;
  position: relative;
}
.compact-lifecycle article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 36px;
  width: 12px;
  height: 1px;
  background: var(--cyan);
}
.compact-lifecycle h3 {
  font-size: 16px;
  line-height: 1.25;
}
.compact-lifecycle p {
  font-size: 13px;
  line-height: 1.45;
}
.media-architecture {
  align-items: stretch;
}
.media-architecture article {
  min-height: 240px;
}
.media-architecture article:nth-child(3) {
  background: var(--dark);
  border-color: var(--dark);
}
.media-architecture article:nth-child(3) b {
  color: white;
  border-bottom-color: rgba(226,232,240,.18);
}
.focused-semantic {
  grid-template-columns: 1fr .95fr .7fr;
}
.semantic-mapping {
  display: grid;
  gap: 8px;
}
.semantic-mapping article {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: white;
}
.semantic-mapping code {
  color: #475569;
  font-size: 13px;
}
.semantic-mapping article span {
  height: 1px;
  background: var(--cyan);
}
.semantic-mapping article b {
  color: var(--dark);
}
.semantic-rules, .semantic-ai {
  border: 1px solid var(--border);
  background: white;
  border-radius: 8px;
  padding: 20px;
}
.semantic-rules div {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.semantic-rules b {
  padding: 9px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  color: #334155;
  font-size: 13px;
}
.semantic-ai {
  background: var(--dark);
  border-color: var(--dark);
}
.semantic-ai p {
  color: white;
  line-height: 1.5;
  margin-top: 14px;
}
.executive-human-grid {
  max-width: 1240px;
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 18px;
  align-items: start;
}
.executive-human-grid .section-heading {
  margin-bottom: 18px;
}
.executive-human-grid .executive-summary {
  margin: 0;
  max-width: none;
}
.executive-human-grid .human-validation {
  grid-template-columns: 1fr;
}
.executive-human-grid .human-validation article {
  min-height: 62px;
  padding: 12px 14px;
}
.executive-human-grid .human-validation article:not(:last-child)::after {
  display: none;
}
.assessment-cta {
  margin-bottom: 36px;
}
.assessment-cta h2 {
  font-size: clamp(26px, 3vw, 36px);
}

@media (max-width: 1180px) {
  .hero-decision, .thesis, .media-hero, .before-after { grid-template-columns: 1fr; }
  .decision-workspace .shell-body { grid-template-columns: 1fr; }
  .metric-row-six { grid-template-columns: repeat(3, 1fr); }
  .architecture-flow, .lifecycle, .reasoning-flow, .media-investigation-flow, .media-architecture { grid-template-columns: 1fr; }
  .command-layout, .investigation-product, .semantic-layer-diagram, .assessment-cta { grid-template-columns: 1fr; }
  .command-filters, .media-use-cases, .workflow-column, .human-validation { grid-template-columns: 1fr 1fr; }
  .architecture-flow article:not(:last-child)::after {
    right: auto;
    left: 28px;
    top: auto;
    bottom: -12px;
    width: 1px;
    height: 12px;
  }
  .reasoning-flow article:not(:last-child)::after,
  .media-investigation-flow article:not(:last-child)::after,
  .media-architecture article:not(:last-child)::after,
  .semantic-stack article:not(:last-child)::after,
  .human-validation article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .decision-system { min-height: 660px; }
  .source-cluster { left: 18px; top: 28px; }
  .semantic-core { left: 26px; top: 262px; width: calc(100% - 52px); min-height: 92px; }
  .signal-readout { right: 18px; top: 28px; }
  .insight-card { left: 26px; right: auto; top: 386px; width: calc(50% - 34px); }
  .recommendation-card { right: 26px; top: 386px; width: calc(50% - 34px); }
  .decision-card { left: 26px; right: auto; bottom: 78px; width: calc(50% - 34px); }
  .action-card { right: 26px; left: auto; bottom: 78px; width: calc(50% - 34px); }
  .learning-loop { left: 26px; bottom: 18px; width: calc(100% - 52px); padding: 12px 15px; }
  .system-paths { opacity: .5; }
  .decision-flow, .capability-stack, .chart-grid, .operating .process, .mini-kpis, .market-map { grid-template-columns: 1fr; }
  .decision-flow article:not(:last-child)::after { display: none; }
  .metric-row-six { grid-template-columns: repeat(2, 1fr); }
  .cta-actions { justify-content: start; }
  .media-hero-specific { gap: 30px; }
  .media-hero-visual { min-height: auto; }
  .hero-insight { position: relative; right: auto; bottom: auto; width: auto; margin-top: 18px; }
  .factor-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .decision-system { min-height: 760px; }
  .source-cluster, .signal-readout, .semantic-core, .insight-card, .recommendation-card, .decision-card, .action-card, .learning-loop {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    margin: 12px 14px;
  }
  .source-cluster { padding-top: 12px; }
  .source-cluster div { grid-template-columns: 1fr 1fr; }
  .source-cluster b { min-width: 0; width: auto; }
  .system-paths { display: none; }
  .metric-row-six { grid-template-columns: 1fr; }
  .workspace-head { display: grid; }
  .primary-chart .chart { height: 250px; }
  .shell-top { height: auto; min-height: 54px; align-items: start; padding-block: 12px; }
  .shell-top span { display: block; margin: 4px 0 0; }
  .cta-actions .btn { width: 100%; }
  .command-filters, .media-use-cases, .workflow-column, .human-validation { grid-template-columns: 1fr; }
  .likely-driver div { grid-template-columns: 1fr; }
  .assessment-cta ul { columns: 1; }
}

@media (max-width: 1180px) {
  .unified-workspace,
  .executive-human-grid,
  .focused-semantic {
    grid-template-columns: 1fr;
  }
  .unified-workspace .metric-row-six {
    grid-template-columns: repeat(3, 1fr);
  }
  .compact-lifecycle {
    grid-template-columns: repeat(3, 1fr);
  }
  .compact-lifecycle article:not(:last-child)::after {
    display: none;
  }
  .decision-graph {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 12px;
  }
  .decision-graph svg {
    display: none;
  }
  .decision-graph .graph-node {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto !important;
  }
}

@media (max-width: 760px) {
  .unified-workspace {
    grid-template-columns: 1fr;
  }
  .unified-workspace .analysis-workspace {
    min-height: auto;
  }
  .unified-workspace .metric-row-six,
  .command-filters.unified-filters,
  .compact-lifecycle,
  .media-use-cases,
  .operating .workflow-column {
    grid-template-columns: 1fr;
  }
  .unified-workspace .chart-grid {
    grid-template-columns: 1fr;
  }
  .decision-graph {
    grid-template-columns: 1fr;
  }
  .media-architecture article {
    min-height: auto;
  }
  .semantic-mapping article {
    grid-template-columns: 1fr 18px 1fr;
  }
  .executive-summary,
  .semantic-rules,
  .semantic-ai,
  .media-copilot-panel {
    padding: 16px;
  }
  .media-assessment strong {
    display: block;
    margin-top: 12px;
    color: var(--dark);
  }
}

/* Media final production polish: compact, integrated product experience */
.media-hero-specific {
  padding-top: 56px;
  padding-bottom: 56px;
  gap: 42px;
  grid-template-columns: .94fr 1.06fr;
}
.media-hero-specific h1 {
  font-size: clamp(48px, 4.6vw, 66px);
  line-height: 1;
  max-width: 680px;
}
.media-hero-specific p {
  max-width: 610px;
}
.media-hero-specific .lead {
  font-size: 19px;
  line-height: 1.45;
}
.media-hero-specific .actions {
  margin-top: 22px;
}
.media-hero-visual {
  min-height: 456px;
  padding: 22px;
}
.media-hero-visual .mini-kpis {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}
.media-hero-visual .mini-kpis div,
.media-hero-visual .market-map article,
.media-hero-visual .hero-insight {
  padding: 12px;
}
.media-hero-visual .market-map {
  margin: 14px 0;
}
.media-hero-visual .market-map article {
  min-height: 82px;
}
.media-hero-visual .market-map b,
.media-hero-visual .mini-kpis b {
  font-size: 20px;
}
.media-hero-visual .channel-strip {
  margin: 14px 0;
}
.media-hero-visual .channel-strip span {
  padding: 8px 10px;
}
.media-hero-visual .hero-insight {
  width: 300px;
}
.media-hero-visual .hero-insight b {
  font-size: 18px;
}
.media-demo.compact-section,
section.compact-section {
  padding-top: 38px;
  padding-bottom: 38px;
}
.compact-section .section-heading {
  margin-bottom: 22px;
}
.compact-section .section-heading h2 {
  font-size: clamp(29px, 3.1vw, 40px);
}
.compact-section .section-heading p {
  line-height: 1.5;
}
.unified-workspace {
  grid-template-columns: 245px minmax(500px, 1fr) 320px;
  gap: 10px;
  padding: 10px;
}
.unified-workspace .analysis-workspace {
  min-height: 462px;
  padding: 13px;
}
.unified-workspace .chart {
  height: 184px;
}
.unified-workspace .bar-list {
  gap: 9px;
}
.unified-workspace .metric-card {
  padding: 15px;
}
.unified-feed article {
  padding: 12px;
}
.media-copilot-panel {
  padding: 13px;
}
.media-copilot-panel .copilot-actions {
  gap: 7px;
}
.media-copilot-panel .copilot-actions button {
  padding: 9px 10px;
}
.decision-graph {
  min-height: 210px;
}
.decision-graph .graph-node {
  width: 122px;
  padding: 10px;
}
.graph-node-0 { left: 18px; top: 44px; }
.graph-node-1 { left: 154px; top: 44px; }
.graph-node-2 { left: 290px; top: 44px; }
.graph-node-3 { left: 360px; top: 132px; }
.graph-node-4 { left: 500px; top: 106px; width: 148px !important; }
.graph-node-5 { right: 250px; top: 44px; }
.graph-node-6 { right: 116px; top: 44px; }
.graph-node-7 { right: 16px; top: 44px; }
.operating-model {
  padding-top: 40px;
  padding-bottom: 40px;
}
.operating.before-after {
  gap: 18px;
}
.operating .workflow-column article {
  min-height: 62px;
  padding: 10px;
}
.compact-lifecycle {
  gap: 10px;
}
.compact-lifecycle article {
  min-height: 138px;
  padding: 14px;
}
.media-architecture article {
  min-height: 184px;
  padding: 16px;
}
.semantic-rules,
.semantic-ai {
  padding: 17px;
}
.semantic-mapping article {
  padding: 9px 10px;
}
.executive-human-grid {
  gap: 16px;
}
.executive-summary {
  padding: 18px;
}
.assessment-cta {
  margin-bottom: 24px;
  padding: 30px;
}
.media-assessment + .cta-band {
  margin-top: 28px;
}
.investigation-product {
  gap: 10px;
  padding: 10px;
  grid-template-columns: 1fr 318px;
}
.investigation-main,
.recommendation-panel {
  padding: 14px;
}
.question.large {
  font-size: 16px;
  padding: 12px;
}
.factor-grid {
  gap: 9px;
  margin: 12px 0;
}
.factor-grid article {
  padding: 12px;
}
.factor-grid h4 {
  margin: 8px 0;
  font-size: 14px;
}
.factor-grid i {
  margin: 9px 0 6px;
}
.likely-driver {
  padding: 13px;
}
.likely-driver h3 {
  margin: 8px 0;
  font-size: 17px;
}
.likely-driver div {
  margin-top: 8px;
}
.likely-driver strong {
  font-size: 18px;
}
.recommendation-panel .copilot-actions {
  margin-top: 14px;
}
.media-use-cases article {
  padding: 18px;
}
.media-use-cases p {
  font-size: 14px;
}
.media-architecture article > div,
.semantic-layer-diagram article > div {
  gap: 6px;
  margin-top: 12px;
}
.media-architecture article > div b,
.semantic-layer-diagram article > div b {
  padding: 7px 8px;
}

@media (max-width: 980px) {
  .media-hero-specific {
    padding-top: 48px;
    padding-bottom: 44px;
    grid-template-columns: 1fr;
    }
  .media-hero-specific h1 {
    font-size: 42px;
  }
  .media-hero-visual {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .media-hero-specific {
    padding-top: 38px;
    padding-bottom: 34px;
  }
  .media-hero-specific h1 {
    font-size: 36px;
  }
  .media-hero-specific .lead {
    font-size: 16px;
  }
  .media-hero-specific .actions {
    gap: 8px;
  }
  .media-hero-visual .mini-kpis,
  .media-hero-visual .market-map,
  .media-demo .metric-row-six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .media-demo.compact-section,
  section.compact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .compact-section .section-heading {
    margin-bottom: 18px;
  }
  .compact-section .section-heading h2 {
    font-size: 30px;
  }
  .decision-graph {
    gap: 8px;
  }
}
