:root {
  --paper: #f7f4ee;
  --paper-deep: #eee8df;
  --ink: #252523;
  --muted: #77736d;
  --line: #d9d1c6;
  --sage: #b9c9b8;
  --mist: #b9d5df;
  --lavender: #cfc7db;
  --coral: #e9b9ab;
  --butter: #efe0a7;
  --white: #fffdf8;
  --shadow: 0 22px 60px rgba(53, 45, 35, 0.12);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(37, 37, 35, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 37, 35, 0.02) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent 78%);
}

a {
  color: inherit;
}

.wash {
  position: fixed;
  width: 44vw;
  height: 44vw;
  pointer-events: none;
  border-radius: 51% 49% 56% 44%;
  filter: blur(34px);
  opacity: .36;
  z-index: -1;
}

.wash-a {
  top: -18vw;
  left: -14vw;
  background: color-mix(in srgb, var(--mist) 72%, transparent);
}

.wash-b {
  right: -18vw;
  top: 18vh;
  background: color-mix(in srgb, var(--coral) 55%, transparent);
}

.wash-c {
  right: 12vw;
  bottom: -24vw;
  background: color-mix(in srgb, var(--sage) 60%, transparent);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(54, 48, 41, 0.1);
  background: rgba(247, 244, 238, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 650;
}

.brand-mark {
  width: 24px;
  height: 24px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 46%, var(--ink) 47% 53%, transparent 54%),
    radial-gradient(circle at 70% 30%, var(--coral), transparent 30%),
    var(--white);
}

nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

nav a,
.chip {
  border: 1px solid rgba(37, 37, 35, 0.14);
  background: rgba(255, 253, 248, 0.72);
  text-decoration: none;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--muted);
}

nav a.active,
nav a:hover,
.chip.active,
.chip:hover {
  color: var(--ink);
  border-color: rgba(37, 37, 35, 0.38);
  background: var(--white);
}

.chip {
  cursor: pointer;
  font: inherit;
}

.hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) clamp(20px, 4vw, 56px) 22px;
}

.kicker,
.eyebrow {
  color: #7c756d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 750;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
}

h1 {
  max-width: 980px;
  font-size: clamp(34px, 4.8vw, 58px);
  letter-spacing: 0;
}

.hero p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.5;
  margin: 14px 0 0;
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.timeline-hero {
  max-width: none;
  margin: 0;
  padding-left: clamp(20px, 5.8vw, 74px);
  padding-right: clamp(20px, 5.8vw, 74px);
  background:
    linear-gradient(90deg, rgba(247, 244, 238, .96), rgba(247, 244, 238, .82)),
    var(--paper);
  border-bottom: 1px solid rgba(37, 37, 35, .08);
}

.timeline-shell {
  display: grid;
  grid-template-columns: minmax(340px, min(42vw, 620px)) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px clamp(20px, 5.8vw, 74px) 86px;
  align-items: start;
}

.artifact-stage {
  position: sticky;
  top: 98px;
  min-height: 0;
}

.stage-frame {
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid rgba(37, 37, 35, 0.13);
  box-shadow: var(--shadow);
  padding: clamp(12px, 1.3vw, 16px);
  max-width: 560px;
  overflow: visible;
}

.stage-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
  padding-bottom: 10px;
}

.stage-media {
  aspect-ratio: 4 / 4.15;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(185, 213, 223, .18), rgba(233, 185, 171, .12)),
    var(--paper-deep);
  border: 1px solid rgba(37, 37, 35, 0.08);
  max-height: 570px;
}

.stage-media.stack-wrap {
  overflow: visible;
  background: transparent;
  border: 0;
  padding: 18px;
}

.stage-media.story-stack-wrap {
  aspect-ratio: 4 / 4.7;
  max-height: 640px;
  align-items: start;
}

.stage-media.wide-stack-wrap {
  aspect-ratio: 4 / 3.15;
}

.stage-media img,
.stage-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.stage-media video {
  background: #111;
}

.stage-media img.fit-contain {
  object-fit: contain;
  padding: 10px;
}

.photo-stack {
  position: relative;
  width: min(100%, 330px);
  aspect-ratio: 4 / 4.65;
}

.photo-layer {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 9px 9px 30px;
  background: #fffdf8;
  border: 1px solid rgba(37, 37, 35, .12);
  box-shadow: 0 18px 34px rgba(50, 42, 34, .16);
  transform-origin: 50% 84%;
}

.photo-layer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid rgba(37, 37, 35, .08);
  background: var(--paper-deep);
}

.photo-layer.fit-contain {
  padding-bottom: 30px;
}

.photo-layer.fit-contain img {
  object-fit: contain;
}

.photo-layer:nth-child(1) {
  z-index: 4;
  transform: rotate(-1deg) translate(0, 0);
}

.photo-layer:nth-child(2) {
  z-index: 3;
  transform: rotate(5deg) translate(13px, 10px);
}

.photo-layer:nth-child(3) {
  z-index: 2;
  transform: rotate(-7deg) translate(-16px, 14px);
}

.photo-layer:nth-child(4) {
  z-index: 1;
  transform: rotate(9deg) translate(21px, 20px);
}

.scroll-photo-stack {
  position: relative;
  width: min(100%, calc(338px + (var(--stack-count) * 18px)));
  max-width: 520px;
  aspect-ratio: 4 / 4.72;
  margin: 0 auto;
  transition: width .35s ease;
  cursor: pointer;
  outline: none;
}

.scroll-photo-stack:focus-visible {
  outline: 2px solid rgba(37, 37, 35, .34);
  outline-offset: 14px;
}

.scroll-photo-stack::before {
  content: "";
  position: absolute;
  inset: 16% -9% -11%;
  background: radial-gradient(ellipse at 50% 70%, rgba(53, 45, 35, .22), transparent 68%);
  filter: blur(14px);
  z-index: 0;
  pointer-events: none;
}

.wide-stack-wrap .scroll-photo-stack {
  width: min(100%, 470px);
  aspect-ratio: 4 / 3.05;
}

.wide-stack-wrap .story-layer {
  padding: 6px;
}

.wide-stack-wrap .story-layer::after {
  content: "";
}

.story-layer {
  position: absolute;
  inset: 0;
  z-index: var(--z);
  margin: 0;
  padding: 10px 10px 36px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,0) 32%),
    #fffdf8;
  border: 1px solid rgba(37, 37, 35, .13);
  box-shadow:
    0 2px 0 rgba(255, 253, 248, .96) inset,
    0 1px 2px rgba(50, 42, 34, .11),
    0 22px 42px rgba(50, 42, 34, .18);
  transform: translate(var(--x), var(--y)) rotate(var(--r)) scale(var(--s));
  transform-origin: 50% 82%;
  will-change: transform;
  transition: filter .22s ease, box-shadow .22s ease;
}

.scroll-photo-stack:hover .story-layer:first-child,
.scroll-photo-stack:focus-visible .story-layer:first-child {
  filter: saturate(1.03) contrast(1.01);
  box-shadow:
    0 2px 0 rgba(255, 253, 248, .96) inset,
    0 2px 4px rgba(50, 42, 34, .12),
    0 28px 54px rgba(50, 42, 34, .22);
}

.story-layer.fly-in {
  animation: photo-fly-in .62s cubic-bezier(.17,.84,.32,1) both;
  animation-delay: var(--delay, 0ms);
}

.story-layer img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: var(--paper-deep);
  border: 1px solid rgba(37, 37, 35, .08);
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset;
}

.story-layer video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #111;
  border: 1px solid rgba(37, 37, 35, .08);
}

.story-layer.video-layer {
  padding: 0;
  background: #111;
  border-color: rgba(37, 37, 35, .2);
  box-shadow: 0 22px 46px rgba(24, 20, 17, .22);
}

.story-layer.video-layer video {
  border: 0;
}

.story-layer.video-layer::after {
  content: "";
}

.story-layer::after {
  content: attr(data-label);
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  overflow: hidden;
  color: #7b756d;
  font-size: 11px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.story-layer.fit-contain img {
  object-fit: contain;
}

.stage-picker {
  margin-top: 12px;
}

.stage-picker:empty {
  display: none;
}

.stage-choice-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
  gap: 8px;
}

.stage-choice {
  position: relative;
  min-width: 0;
  aspect-ratio: 1 / 1;
  padding: 4px;
  border: 1px solid rgba(37, 37, 35, .15);
  background: rgba(255, 253, 248, .74);
  cursor: pointer;
}

.stage-choice.active {
  border-color: rgba(37, 37, 35, .52);
  background: var(--white);
  box-shadow: 0 8px 20px rgba(50, 42, 34, .12);
}

.stage-choice img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.play-mark {
  position: absolute;
  left: 6px;
  bottom: 6px;
  padding: 3px 5px;
  background: rgba(37, 37, 35, .72);
  color: var(--white);
  font-size: 10px;
  line-height: 1;
}

@keyframes photo-fly-in {
  from {
    opacity: .05;
    transform: translate(var(--entry-x), var(--entry-y)) rotate(calc(var(--r) - 18deg)) scale(.86);
  }
  72% {
    opacity: 1;
    transform: translate(var(--x), calc(var(--y) - 8px)) rotate(var(--r)) scale(1.025);
  }
  to {
    opacity: 1;
    transform: translate(var(--x), var(--y)) rotate(var(--r)) scale(var(--s));
  }
}

.empty-artifact {
  color: var(--muted);
  font-size: 14px;
}

.caption {
  margin: 10px 2px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.caption:empty {
  display: none;
}

.timeline-list {
  position: relative;
}

.timeline-list::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(var(--line), rgba(217, 209, 198, 0.08));
}

.timeline-card {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  min-height: 32vh;
  padding: 12px 0;
}

.node {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(37,37,35,.26);
  background: var(--white);
  margin-top: 6px;
  z-index: 2;
  padding: 0;
  cursor: pointer;
  appearance: none;
  transition: transform .25s ease, background .25s ease;
}

.node:focus-visible {
  outline: 2px solid rgba(37, 37, 35, .38);
  outline-offset: 3px;
}

.timeline-card.active .node {
  transform: scale(1.18);
  background: var(--coral);
}

.timeline-card.imaging.active .node,
.timeline-card.diagnosis.active .node {
  background: var(--mist);
}

.timeline-card.treatment.active .node {
  background: var(--sage);
}

.timeline-card.data.active .node,
.timeline-card.labs.active .node {
  background: var(--butter);
}

.card-date {
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: -8px;
}

.card-body {
  grid-column: 2;
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid rgba(37, 37, 35, 0.11);
  padding: clamp(14px, 1.9vw, 21px);
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.timeline-card.active .card-body {
  border-color: rgba(37, 37, 35, 0.28);
  background: rgba(255, 253, 248, 0.9);
  transform: translateY(-2px);
}

.card-body h2 {
  font-size: clamp(22px, 2.7vw, 34px);
  margin-top: 7px;
}

.card-body p {
  color: var(--muted);
  line-height: 1.45;
  font-size: 13px;
}

.summary {
  color: var(--ink) !important;
  font-size: 14px !important;
}

.event-callout {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 14px 0 4px;
  padding: 10px;
  border: 1px solid rgba(37, 37, 35, .12);
  background:
    linear-gradient(135deg, rgba(185, 213, 223, .16), rgba(233, 185, 171, .1)),
    rgba(255, 253, 248, .68);
}

.event-callout.no-media {
  display: block;
}

.event-callout img {
  width: 96px;
  height: 86px;
  object-fit: cover;
  border: 1px solid rgba(37, 37, 35, .1);
  background: var(--paper-deep);
}

.event-callout b {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.event-callout p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.fact-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
}

.fact-list li {
  border: 1px solid rgba(37, 37, 35, .13);
  background: rgba(247, 244, 238, .75);
  padding: 5px 8px;
  font-size: 11px;
  color: #5e5a54;
}

.thumb-strip {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.thumb {
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(37,37,35,.18);
  background: var(--paper-deep);
  cursor: pointer;
  overflow: hidden;
  color: var(--muted);
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.event-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(37,37,35,.18);
  background: rgba(185, 213, 223, .22);
  padding: 7px 10px;
  text-decoration: none;
  color: #4d5658;
  font-size: 12px;
  font-weight: 700;
}

.timeline-card.finale {
  min-height: 100vh;
  padding-top: 22vh;
  padding-bottom: 12vh;
}

.timeline-card.finale .node {
  width: 30px;
  height: 30px;
  margin-left: -4px;
  background: var(--mist);
  box-shadow: 0 0 0 9px rgba(185, 213, 223, .22);
}

.timeline-card.finale .card-date {
  font-size: 13px;
  font-weight: 800;
  color: #5c625f;
}

.timeline-card.finale .card-body {
  position: relative;
  background:
    linear-gradient(135deg, rgba(185, 213, 223, .22), rgba(233, 185, 171, .12)),
    rgba(255, 253, 248, .9);
  box-shadow: 0 26px 80px rgba(53, 45, 35, .16);
  padding: clamp(18px, 3vw, 34px);
}

.timeline-card.finale .card-body::before {
  content: "";
  position: absolute;
  left: -46px;
  top: 28px;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(37,37,35,.34), rgba(37,37,35,.08));
}

.timeline-card.finale h2 {
  max-width: 760px;
  font-size: clamp(28px, 4.4vw, 56px);
}

.timeline-card.finale .summary,
.timeline-card.finale .card-body p {
  max-width: 760px;
}

.finale-showcase {
  display: grid;
  gap: clamp(14px, 2.4vw, 26px);
  margin-top: clamp(20px, 3vw, 34px);
}

.finale-screen {
  margin: 0;
  padding: 0;
  background: var(--white);
  border: 1px solid rgba(37,37,35,.13);
  box-shadow: 0 22px 54px rgba(50, 42, 34, .15);
}

.finale-screen:nth-child(2) {
  width: 88%;
  justify-self: end;
  margin-top: -3vw;
}

.finale-screen img {
  width: 100%;
  max-height: min(70vh, 760px);
  display: block;
  object-fit: contain;
  background: #f8f4ed;
}

@media (min-width: 881px) {
  .timeline-hero h1,
  .timeline-hero p,
  .timeline-hero .hero-actions,
  .timeline-hero .kicker {
    max-width: 1120px;
  }

  .timeline-hero h1 {
    font-size: clamp(30px, 3.7vw, 50px);
  }

  .timeline-hero p {
    max-width: 780px;
  }

  .timeline-hero .hero-actions {
    margin-top: 18px;
  }
}

.combo-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px clamp(18px, 4vw, 56px) 24px;
}

.combo-intro {
  max-width: 840px;
  margin-bottom: 18px;
}

.combo-intro h2 {
  font-size: clamp(30px, 4vw, 46px);
  margin: 10px 0 14px;
}

.combo-intro p,
.novelty-note {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.56;
}

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

.combo-panel {
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .72);
  padding: 22px;
  min-height: 240px;
}

.combo-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(37,37,35,.16);
  background: var(--paper);
  color: #69645e;
  font-size: 12px;
  font-weight: 800;
}

.combo-panel h3 {
  font-size: 23px;
  margin: 18px 0 10px;
}

.combo-panel p {
  color: var(--muted);
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
}

.combo-flow {
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
}

.flow-step {
  min-height: 84px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(37,37,35,.13);
  background:
    linear-gradient(135deg, rgba(185, 201, 184, .28), rgba(233, 185, 171, .16)),
    rgba(255, 253, 248, .72);
  padding: 14px;
  color: #4f4a45;
  font-size: 13px;
  font-weight: 750;
}

.flow-line {
  height: 1px;
  background: rgba(37,37,35,.28);
}

.novelty-note {
  border-left: 4px solid var(--coral);
  background: rgba(255, 253, 248, .62);
  padding: 16px 18px;
}

.research-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 18px;
}

.section-heading h2 {
  font-size: clamp(28px, 3.6vw, 42px);
  margin: 10px 0 12px;
}

.section-heading p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.portal-section {
  padding-top: 18px;
}

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

.portal-card {
  display: block;
  min-height: 190px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .74);
  padding: 18px;
  color: var(--ink);
  text-decoration: none;
}

.portal-card:hover {
  border-color: rgba(37,37,35,.34);
  background: var(--white);
}

.portal-card.timeline {
  background:
    linear-gradient(135deg, rgba(185, 213, 223, .24), rgba(255, 253, 248, .82));
}

.portal-card.request {
  background:
    linear-gradient(135deg, rgba(185, 201, 184, .24), rgba(255, 253, 248, .82));
}

.portal-card span {
  color: #746f68;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.portal-card h3 {
  margin: 14px 0 9px;
  font-size: 23px;
}

.portal-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.48;
  margin: 0;
}

.data-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.data-metric {
  min-height: 132px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .72);
  padding: 16px;
}

.data-metric span {
  display: block;
  color: #746f68;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.data-metric b {
  display: block;
  margin: 10px 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.06;
}

.data-metric small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.vaccine-figure {
  margin: 0 0 14px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255,253,248,.74);
  padding: 10px;
}

.vaccine-figure img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.mechanism-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.mechanism-steps article {
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .62);
  padding: 14px;
  min-height: 142px;
}

.mechanism-steps span {
  color: #746f68;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.mechanism-steps b {
  display: block;
  margin: 10px 0 8px;
  font-size: 14px;
}

.mechanism-steps p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.42;
  margin: 0;
}

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

.vaccine-card {
  min-height: 200px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .72);
  padding: 18px;
}

.vaccine-card.emphasis {
  background:
    linear-gradient(135deg, rgba(185, 213, 223, .24), rgba(233, 185, 171, .18)),
    rgba(255, 253, 248, .82);
}

.vaccine-card h3,
.download-card h3 {
  font-size: 22px;
  margin: 12px 0 8px;
}

.vaccine-card p,
.download-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.46;
  margin: 0;
}

.metric-big {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
  color: #37332f;
}

.vaccine-results {
  margin-top: 20px;
}

.compact-heading {
  margin-bottom: 14px;
}

.compact-heading h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.monitoring-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.monitoring-card {
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .72);
  padding: 16px;
  min-height: 210px;
}

.monitoring-card span,
.schedule-row time {
  color: #746f68;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.monitoring-card h3 {
  font-size: 21px;
  margin: 11px 0 10px;
}

.monitoring-card p {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.44;
  margin: 0 0 10px;
}

.monitoring-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.schedule-details {
  margin-top: 12px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .58);
  padding: 14px;
}

.schedule-details summary {
  cursor: pointer;
  font-weight: 760;
}

.schedule-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.schedule-row {
  display: grid;
  grid-template-columns: 110px 1fr minmax(140px, auto);
  gap: 12px;
  align-items: baseline;
  border-top: 1px solid rgba(37,37,35,.09);
  padding-top: 8px;
}

.schedule-row span {
  color: #4f4a45;
  font-size: 13px;
}

.schedule-row small {
  color: var(--muted);
  font-size: 12px;
}

.variant-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.variant-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
}

.variant-button {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(37,37,35,.13);
  background: rgba(255, 253, 248, .64);
  padding: 13px;
  cursor: pointer;
  color: var(--ink);
  font: inherit;
  min-height: 112px;
}

.variant-button.active,
.variant-button:hover {
  border-color: rgba(37,37,35,.32);
  background: var(--white);
}

.variant-button span {
  display: block;
  color: #746f68;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.variant-button strong {
  display: block;
  margin: 4px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.08;
}

.variant-button small {
  color: var(--muted);
  font-size: 12px;
}

.variant-detail {
  min-height: 0;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .76);
  padding: clamp(20px, 3vw, 34px);
}

.variant-detail h3 {
  font-size: clamp(28px, 3.5vw, 40px);
  margin: 10px 0 10px;
}

.detail-role {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.variant-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 0 20px;
}

.variant-facts div {
  border: 1px solid rgba(37,37,35,.1);
  background: rgba(247, 244, 238, .74);
  padding: 12px;
}

.variant-facts dt {
  color: #817b73;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.variant-facts dd {
  margin: 5px 0 0;
  color: #4e4944;
  font-size: 13px;
}

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

.detail-columns section {
  border-top: 1px solid rgba(37,37,35,.13);
  padding-top: 12px;
}

.detail-columns h4 {
  margin: 0 0 8px;
  font-size: 13px;
}

.detail-columns p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.48;
  margin: 0;
}

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

.download-card {
  display: block;
  min-height: 172px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .72);
  padding: 18px;
  text-decoration: none;
}

.download-card:hover {
  border-color: rgba(37,37,35,.34);
  background: var(--white);
}

.download-card span {
  color: #746f68;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.download-card.request {
  background:
    linear-gradient(135deg, rgba(185, 201, 184, .24), rgba(255, 253, 248, .78));
}

.download-card.report-download {
  background:
    linear-gradient(135deg, rgba(185, 213, 223, .26), rgba(255, 253, 248, .82));
}

.report-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
  border: 1px solid rgba(37,37,35,.2);
  background: rgba(255, 253, 248, .86);
  padding: 10px 14px;
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
}

.report-link:hover {
  border-color: rgba(37,37,35,.38);
  background: var(--white);
}

.caveats-section {
  padding-top: 14px;
}

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

.caveat-grid article {
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .7);
  padding: 18px;
}

.caveat-grid span {
  display: inline-flex;
  border: 1px solid rgba(37,37,35,.13);
  background: rgba(247, 244, 238, .8);
  padding: 5px 8px;
  color: #6d675f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.caveat-grid h3 {
  margin: 16px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.08;
}

.caveat-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.52;
}

.donation-section {
  padding-top: 14px;
}

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

.donation-card {
  display: block;
  min-height: 190px;
  border: 1px solid rgba(37,37,35,.12);
  background:
    linear-gradient(135deg, rgba(185, 213, 223, .18), rgba(255, 253, 248, .76));
  padding: 18px;
  color: var(--ink);
  text-decoration: none;
}

.donation-card:hover {
  border-color: rgba(37,37,35,.34);
  background: var(--white);
}

.donation-card span {
  color: #746f68;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.donation-card h3 {
  margin: 16px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
}

.donation-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.52;
}

.atlas-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px clamp(18px, 4vw, 56px) 110px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.atlas-card,
.contact-card {
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(37,37,35,.12);
  padding: clamp(24px, 4vw, 40px);
}

.atlas-card {
  grid-column: span 2;
  min-height: 230px;
}

.atlas-card.wide {
  grid-column: span 4;
}

.atlas-card h2 {
  font-size: clamp(26px, 3.3vw, 40px);
  margin: 10px 0 14px;
}

.atlas-card h3 {
  font-size: 24px;
  margin: 12px 0;
}

.atlas-card p,
.contact-card p {
  color: var(--muted);
  line-height: 1.52;
  font-size: 15px;
}

.mini-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.mini-map span,
.mail-link {
  border: 1px solid rgba(37,37,35,.14);
  background: var(--paper);
  padding: 14px;
  color: #5f5a54;
}

.split-diagram {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.split-diagram > div {
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(247, 244, 238, .75);
  padding: 24px;
}

.genetics-module p {
  max-width: 850px;
}

.genetics-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 16px;
}

.genetics-explorer {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 14px;
  align-items: stretch;
}

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

.genetics-tile {
  min-height: 150px;
  text-align: left;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255, 253, 248, .64);
  padding: 16px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
}

.genetics-tile:hover,
.genetics-tile.active {
  border-color: rgba(37,37,35,.34);
  background: var(--white);
}

.genetics-tile span {
  display: inline-flex;
  padding: 4px 7px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(247, 244, 238, .72);
  color: #756f68;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.genetics-tile.tumor span {
  background: rgba(233, 185, 171, .18);
}

.genetics-tile.inherited span {
  background: rgba(185, 201, 184, .26);
}

.genetics-tile.biomarker span {
  background: rgba(239, 224, 167, .25);
}

.genetics-tile.boundary span {
  background: rgba(207, 199, 219, .24);
}

.genetics-tile strong {
  display: block;
  margin: 14px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.genetics-tile small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.genetics-detail {
  border: 1px solid rgba(37,37,35,.12);
  background:
    linear-gradient(135deg, rgba(185, 213, 223, .14), rgba(255, 253, 248, .86)),
    rgba(255, 253, 248, .72);
  padding: clamp(20px, 3vw, 30px);
}

.genetics-detail h3 {
  font-size: clamp(28px, 3.4vw, 40px);
  margin: 10px 0 12px;
}

.genetics-detail p {
  color: var(--ink);
}

.genetics-facts {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.genetics-facts div {
  border-top: 1px solid rgba(37,37,35,.13);
  padding-top: 12px;
}

.genetics-facts dt {
  color: #817b73;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.genetics-facts dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.dot.sage { background: var(--sage); }
.dot.coral { background: var(--coral); }

.contact-main {
  min-height: calc(100vh - 80px);
  display: grid;
  place-items: center;
  padding: clamp(20px, 5vw, 64px);
}

.contact-card {
  max-width: 760px;
  box-shadow: var(--shadow);
}

.contact-card h1 {
  font-size: clamp(32px, 4.8vw, 52px);
  margin: 16px 0 28px;
}

.mail-link {
  display: inline-block;
  text-decoration: none;
  font-size: clamp(20px, 3vw, 30px);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 4vw, 64px);
  color: var(--muted);
  border-top: 1px solid rgba(37,37,35,.1);
}

/* Cancer Command Center mockup */
body[data-page="command-center"] {
  background: #f4f1ea;
}

.cc-app {
  padding: 24px clamp(16px, 3.2vw, 46px) 64px;
}

.cc-topbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 720px);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.cc-topbar h1 {
  margin-top: 8px;
  font-size: clamp(34px, 4vw, 54px);
}

.cc-public-intro {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.cc-live-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.cc-live-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(37,37,35,.16);
  background: #25231f;
  color: var(--white);
  font-size: 13px;
  font-weight: 760;
}

.cc-live-link.secondary {
  background: rgba(255,253,248,.72);
  color: var(--ink);
}

.cc-run-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255,253,248,.74);
}

.cc-run-strip div {
  min-width: 0;
  padding: 14px 16px;
  border-left: 1px solid rgba(37,37,35,.1);
}

.cc-run-strip div:first-child {
  border-left: 0;
}

.cc-run-strip span,
.cc-photo-panel span,
.cc-panel label,
.cc-runline span,
.cc-report-card span {
  display: block;
  color: #817b73;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cc-run-strip b,
.cc-photo-panel strong {
  display: block;
  margin-top: 6px;
  overflow-wrap: anywhere;
  font-size: 14px;
}

.cc-status-text {
  color: #476c59;
}

.cc-workbench {
  display: grid;
  grid-template-columns: minmax(250px, 290px) minmax(420px, 1fr) minmax(280px, 350px);
  gap: 16px;
  align-items: start;
}

.cc-sidebar,
.cc-detail {
  display: grid;
  gap: 14px;
}

.cc-photo-panel,
.cc-panel,
.cc-board,
.cc-detail,
.cc-report-detail {
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255,253,248,.78);
  box-shadow: 0 18px 50px rgba(53,45,35,.08);
}

.cc-photo-panel {
  position: relative;
  min-height: 164px;
  overflow: hidden;
  display: grid;
  align-items: end;
}

.cc-photo-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9);
}

.cc-photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(37,37,35,.76), rgba(37,37,35,.06));
}

.cc-photo-panel div {
  position: relative;
  z-index: 1;
  padding: 16px;
  color: var(--white);
}

.cc-photo-panel span {
  color: rgba(255,253,248,.76);
}

.cc-panel {
  padding: 16px;
}

.cc-panel.compact {
  padding-bottom: 12px;
}

.cc-panel-heading,
.cc-board-header,
.cc-detail-top,
.cc-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cc-panel h2,
.cc-board h2,
.cc-detail h2,
.cc-section-heading h2 {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 780;
  line-height: 1.2;
}

.cc-panel label {
  margin-top: 12px;
}

.cc-panel input {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(37,37,35,.16);
  background: rgba(247,244,238,.72);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  padding: 10px;
}

.cc-pill {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

.cc-pill.complete,
.cc-node.complete span {
  background: rgba(185,201,184,.38);
  color: #365f48;
}

.cc-pill.ready,
.cc-node.ready span {
  background: rgba(185,213,223,.42);
  color: #315d6b;
}

.cc-pill.review,
.cc-pill.running,
.cc-node.review span {
  background: rgba(239,224,167,.5);
  color: #755f18;
}

.cc-upload {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(247,244,238,.68);
  color: var(--ink);
  font: inherit;
  text-align: left;
}

.cc-upload span {
  color: #5b564f;
  font-weight: 760;
}

.cc-upload b {
  color: var(--muted);
  font-size: 12px;
}

.cc-checklist {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 9px;
  color: #59534c;
  font-size: 13px;
}

.cc-checklist li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cc-checklist span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6f9678;
}

.cc-checklist .warn span {
  background: #c49b35;
}

.cc-board {
  min-height: 540px;
  padding: 18px;
}

.cc-board-header p,
.cc-section-heading p,
.cc-detail p,
.cc-report-detail p {
  max-width: 640px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.cc-legend {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 12px;
}

.cc-legend span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.cc-legend i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.cc-legend .done { background: #6f9678; }
.cc-legend .ready { background: #6a9fb0; }
.cc-legend .warn { background: #c49b35; }

.cc-graph {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.cc-lane {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.cc-lane-label {
  display: grid;
  place-items: center;
  border: 1px solid rgba(37,37,35,.1);
  background: rgba(247,244,238,.72);
  color: #817b73;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.cc-lane-nodes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.cc-node {
  min-height: 118px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255,253,248,.66);
  padding: 12px;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.cc-node:hover,
.cc-node.active {
  transform: translateY(-2px);
  border-color: rgba(37,37,35,.34);
  background: var(--white);
}

.cc-node span {
  display: inline-flex;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cc-node strong {
  display: block;
  margin-top: 16px;
  font-size: 15px;
}

.cc-node small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.cc-detail {
  position: sticky;
  top: 98px;
  padding: 18px;
}

.cc-run-button {
  border: 1px solid rgba(37,37,35,.2);
  background: #252523;
  color: var(--white);
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  padding: 8px 11px;
  cursor: pointer;
}

.cc-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
  border: 1px solid rgba(37,37,35,.12);
}

.cc-tabs button {
  border: 0;
  border-left: 1px solid rgba(37,37,35,.1);
  background: rgba(247,244,238,.72);
  color: #625c55;
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  padding: 10px 6px;
  cursor: pointer;
}

.cc-tabs button:first-child {
  border-left: 0;
}

.cc-tabs button.active {
  background: var(--white);
  color: var(--ink);
}

.cc-detail-body {
  min-height: 220px;
  border: 1px solid rgba(37,37,35,.12);
  border-top: 0;
  padding: 14px;
  background: rgba(247,244,238,.44);
}

.cc-runline {
  display: grid;
  gap: 7px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(37,37,35,.1);
}

.cc-runline:last-child {
  border-bottom: 0;
}

.cc-runline code,
.cc-code {
  display: block;
  overflow: auto;
  border: 1px solid rgba(37,37,35,.12);
  background: #20201e;
  color: #f8f2e6;
  padding: 12px;
  font-size: 12px;
  line-height: 1.55;
}

.cc-code {
  min-height: 190px;
  margin: 0;
}

.cc-detail-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cc-detail-list li {
  border-bottom: 1px solid rgba(37,37,35,.1);
  padding: 0 0 10px;
  color: #4d4841;
  font-size: 13px;
  line-height: 1.4;
}

.cc-reports {
  margin-top: 34px;
  border-top: 1px solid rgba(37,37,35,.12);
  padding-top: 28px;
}

.cc-section-heading {
  align-items: end;
  margin-bottom: 16px;
}

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

.cc-report-card {
  min-height: 112px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255,253,248,.76);
  color: var(--ink);
  padding: 14px;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.cc-report-card.active,
.cc-report-card:hover {
  border-color: rgba(37,37,35,.34);
  background:
    linear-gradient(135deg, rgba(185,213,223,.22), rgba(239,224,167,.14)),
    var(--white);
}

.cc-report-card strong {
  display: block;
  margin-top: 18px;
  font-size: 17px;
}

.cc-report-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.35;
}

.cc-report-detail {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(360px, 1.2fr);
  gap: 24px;
  margin-top: 12px;
  padding: clamp(18px, 2.4vw, 28px);
}

.cc-report-detail h3 {
  margin-top: 8px;
  font-size: clamp(28px, 3vw, 40px);
}

.cc-report-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.cc-report-columns h4 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #6f6960;
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: clamp(31px, 10vw, 46px);
  }

  .timeline-shell {
    display: block;
    padding-top: 0;
  }

  .artifact-stage {
    position: relative;
    top: auto;
    min-height: 0;
    margin-bottom: 32px;
  }

  .stage-media {
    aspect-ratio: 16 / 10;
  }

  .stage-media.story-stack-wrap {
    aspect-ratio: 16 / 11;
    max-height: 420px;
    padding: 12px;
  }

  .scroll-photo-stack {
    width: min(88vw, calc(270px + (var(--stack-count) * 10px)));
    max-width: 390px;
  }

  .event-callout {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .event-callout img {
    width: 72px;
    height: 68px;
  }

  .timeline-card {
    min-height: auto;
    padding: 14px 0 28px;
  }

  .timeline-card.finale {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .timeline-card.finale h2 {
    font-size: clamp(27px, 10vw, 42px);
  }

  .timeline-card.finale .card-body::before {
    left: -32px;
    width: 32px;
  }

  .finale-screen:nth-child(2) {
    width: 100%;
    margin-top: 0;
  }

  .atlas-grid {
    grid-template-columns: 1fr;
  }

  .combo-grid,
  .combo-flow,
  .vaccine-board,
  .portal-grid,
  .data-metrics,
  .mechanism-steps,
  .genetics-explorer,
  .genetics-board,
  .variant-shell,
  .monitoring-grid,
  .caveat-grid,
  .variant-facts,
  .detail-columns,
  .download-grid,
  .donation-grid {
    grid-template-columns: 1fr;
  }

  .flow-line {
    width: 1px;
    height: 18px;
    margin: 0 auto;
  }

  .schedule-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .atlas-card,
  .atlas-card.wide {
    grid-column: span 1;
  }

  .mini-map,
  .split-diagram {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }

  .cc-topbar,
  .cc-workbench,
  .cc-report-detail,
  .cc-report-columns {
    grid-template-columns: 1fr;
  }

  .cc-run-strip,
  .cc-report-grid {
    grid-template-columns: 1fr;
  }

  .cc-board {
    min-height: auto;
  }

  .cc-detail {
    position: static;
  }

  .cc-lane {
    grid-template-columns: 1fr;
  }

  .cc-lane-label {
    min-height: 34px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .cc-lane-nodes {
    grid-template-columns: 1fr;
  }
}

/* Public Command Center refresh */
body[data-page="command-center"]::before {
  opacity: .65;
}

.cc-public-app {
  max-width: 1720px;
  margin: 0 auto;
}

.cc-site-hero {
  grid-template-columns: minmax(320px, 1.05fr) minmax(360px, .95fr);
  align-items: stretch;
  padding-bottom: 14px;
}

.cc-status-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255,253,248,.74);
  box-shadow: 0 18px 50px rgba(53,45,35,.07);
}

.cc-status-stack div {
  min-width: 0;
  padding: 16px;
  border-left: 1px solid rgba(37,37,35,.08);
  border-top: 1px solid rgba(37,37,35,.08);
}

.cc-status-stack div:nth-child(odd) {
  border-left: 0;
}

.cc-status-stack div:nth-child(-n+2) {
  border-top: 0;
}

.cc-status-stack span,
.cc-phase-card span,
.cc-artifact-chip {
  display: block;
  color: #817b73;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cc-status-stack b {
  display: block;
  margin-top: 8px;
  color: #37332d;
  font-size: 14px;
  line-height: 1.35;
}

.cc-operator-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
  gap: 16px;
  align-items: start;
}

.cc-operator-shell .cc-board {
  min-height: 0;
}

.cc-operator-shell .cc-tabs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cc-live-log-strip {
  display: grid;
  grid-template-columns: auto max-content minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(37,37,35,.12);
  background: #25231f;
  color: #f9f2e6;
}

.cc-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #93c7a1;
  box-shadow: 0 0 0 5px rgba(147,199,161,.14);
}

.cc-live-log-strip strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cc-live-log-strip code {
  min-width: 0;
  overflow: hidden;
  color: #f0dfbf;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc-audit-section {
  margin-top: 34px;
  border-top: 1px solid rgba(37,37,35,.12);
  padding-top: 28px;
}

.cc-phase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.cc-phase-card {
  min-height: 250px;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255,253,248,.76);
  padding: 15px;
  box-shadow: 0 16px 46px rgba(53,45,35,.06);
}

.cc-phase-card h3 {
  margin-top: 10px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 820;
}

.cc-phase-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.cc-phase-card.input { background: color-mix(in srgb, var(--mist) 18%, var(--white)); }
.cc-phase-card.align { background: color-mix(in srgb, var(--sage) 18%, var(--white)); }
.cc-phase-card.variant { background: color-mix(in srgb, var(--coral) 15%, var(--white)); }
.cc-phase-card.rna { background: color-mix(in srgb, var(--lavender) 20%, var(--white)); }
.cc-phase-card.hla { background: color-mix(in srgb, var(--butter) 20%, var(--white)); }
.cc-phase-card.neo { background: color-mix(in srgb, var(--mist) 23%, var(--white)); }
.cc-phase-card.therapy { background: color-mix(in srgb, var(--sage) 21%, var(--white)); }
.cc-phase-card.report { background: color-mix(in srgb, var(--paper-deep) 60%, var(--white)); }

.cc-module-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.cc-module-chips b,
.cc-artifact-chip {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  max-width: 100%;
  border: 1px solid rgba(37,37,35,.12);
  background: rgba(255,253,248,.62);
  color: #4d4841;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
}

.cc-artifact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.cc-artifact-chip.link {
  color: #2f5f6f;
  text-decoration: none;
}

.cc-terminal {
  display: grid;
  gap: 8px;
  max-height: 250px;
  overflow: auto;
  border: 1px solid rgba(37,37,35,.12);
  background: #20201e;
  padding: 12px;
}

.cc-terminal-line {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  color: #f8f2e6;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.45;
}

.cc-terminal-line time {
  color: #b9c9b8;
}

.cc-terminal-line span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.cc-reports {
  margin-bottom: 28px;
}

@media (max-width: 1180px) {
  .cc-site-hero,
  .cc-operator-shell,
  .cc-phase-grid {
    grid-template-columns: 1fr;
  }

  .cc-status-stack,
  .cc-phase-grid {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .cc-status-stack,
  .cc-operator-shell .cc-tabs {
    grid-template-columns: 1fr;
  }

  .cc-status-stack div,
  .cc-status-stack div:nth-child(odd),
  .cc-status-stack div:nth-child(-n+2) {
    border-left: 0;
    border-top: 1px solid rgba(37,37,35,.08);
  }

  .cc-status-stack div:first-child {
    border-top: 0;
  }

  .cc-live-log-strip {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cc-live-log-strip code {
    grid-column: 1 / -1;
    white-space: normal;
  }
}

/* Command Center design refresh — clinical flight deck */
body[data-page="command-center"] {
  --cc-ink: #121414;
  --cc-panel: #181b19;
  --cc-panel-2: #20241f;
  --cc-cream: #f5efe3;
  --cc-paper: #eee5d4;
  --cc-muted: #a99f8e;
  --cc-line: rgba(245, 239, 227, .16);
  --cc-teal: #68b6aa;
  --cc-copper: #d9845f;
  --cc-amber: #dfbd62;
  --cc-blue: #8ebbd8;
  background: var(--cc-ink);
  color: var(--cc-cream);
  font-family: "IBM Plex Sans", "Avenir Next", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

body[data-page="command-center"]::before {
  opacity: .38;
  background-image:
    linear-gradient(rgba(245, 239, 227, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 227, .035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.76), transparent 86%);
}

body[data-page="command-center"] .site-header {
  border-bottom-color: rgba(245, 239, 227, .12);
  background: rgba(18, 20, 20, .86);
  color: var(--cc-cream);
}

body[data-page="command-center"] .brand-mark {
  border-color: rgba(245, 239, 227, .68);
  background:
    linear-gradient(135deg, transparent 46%, var(--cc-cream) 47% 53%, transparent 54%),
    linear-gradient(135deg, var(--cc-teal), var(--cc-copper));
}

body[data-page="command-center"] nav a {
  border-color: rgba(245, 239, 227, .18);
  background: rgba(245, 239, 227, .06);
  color: rgba(245, 239, 227, .72);
  white-space: normal;
}

body[data-page="command-center"] nav a.active,
body[data-page="command-center"] nav a:hover {
  border-color: rgba(245, 239, 227, .44);
  background: rgba(245, 239, 227, .12);
  color: var(--cc-cream);
}

body[data-page="command-center"] .kicker {
  color: var(--cc-amber);
}

.cc-public-app {
  max-width: none;
  padding: 0 0 78px;
}

.cc-site-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, 760px) minmax(320px, 560px);
  gap: 32px;
  align-items: end;
  margin: 0;
  padding: 76px clamp(24px, 5vw, 80px) 34px;
  border-bottom: 1px solid rgba(245, 239, 227, .14);
  isolation: isolate;
}

.cc-site-hero > * {
  min-width: 0;
}

.cc-site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 20, 20, .98) 0%, rgba(18, 20, 20, .78) 44%, rgba(18, 20, 20, .34) 100%),
    linear-gradient(0deg, rgba(18, 20, 20, .96) 0%, rgba(18, 20, 20, .1) 46%, rgba(18, 20, 20, .55) 100%);
}

.cc-hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 36%;
  filter: saturate(.82) contrast(1.04);
}

.cc-hero-copy {
  align-self: center;
  max-width: 760px;
}

.cc-topbar h1 {
  margin-top: 12px;
  max-width: 760px;
  color: var(--cc-cream);
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.cc-public-intro {
  max-width: 690px;
  color: rgba(245, 239, 227, .77);
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.cc-live-link,
.cc-run-button {
  min-height: 42px;
  border-color: rgba(245, 239, 227, .22);
  border-radius: 6px;
  background: var(--cc-cream);
  color: var(--cc-ink);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .24);
  text-decoration: none;
}

.cc-live-link.secondary {
  background: rgba(18, 20, 20, .56);
  color: var(--cc-cream);
}

.cc-status-stack {
  position: relative;
  z-index: 1;
  align-self: end;
  border-color: rgba(245, 239, 227, .16);
  border-radius: 8px;
  background: rgba(18, 20, 20, .58);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px);
}

.cc-status-stack div {
  border-color: rgba(245, 239, 227, .12);
  padding: 18px;
}

.cc-status-stack span,
.cc-phase-card span,
.cc-artifact-chip,
.cc-runline span,
.cc-report-card span {
  color: rgba(245, 239, 227, .62);
}

.cc-status-stack b {
  color: var(--cc-cream);
  overflow-wrap: anywhere;
}

.cc-operator-shell,
.cc-audit-section,
.cc-reports {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(18px, 3.2vw, 46px);
  padding-right: clamp(18px, 3.2vw, 46px);
}

.cc-operator-shell {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  gap: 18px;
  margin-top: 22px;
}

.cc-board,
.cc-detail,
.cc-report-detail,
.cc-phase-card,
.cc-report-card {
  border-color: var(--cc-line);
  border-radius: 8px;
  background: rgba(24, 27, 25, .92);
  box-shadow: 0 18px 56px rgba(0, 0, 0, .2);
}

.cc-board {
  padding: 20px;
}

.cc-board h2,
.cc-detail h2,
.cc-section-heading h2 {
  color: var(--cc-cream);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cc-board-header p,
.cc-section-heading p,
.cc-detail p,
.cc-report-detail p,
.cc-node small,
.cc-phase-card p,
.cc-report-card small,
.cc-detail-list li {
  color: rgba(245, 239, 227, .64);
}

.cc-legend {
  color: rgba(245, 239, 227, .64);
}

.cc-live-log-strip {
  border-color: rgba(104, 182, 170, .28);
  border-radius: 6px;
  background: #0d0f0e;
  color: var(--cc-cream);
  box-shadow: inset 0 1px 0 rgba(245, 239, 227, .08);
}

.cc-live-dot {
  background: var(--cc-teal);
  box-shadow: 0 0 0 5px rgba(104, 182, 170, .16);
}

.cc-live-log-strip code {
  color: #d7c28a;
}

.cc-lane {
  grid-template-columns: 96px minmax(0, 1fr);
}

.cc-lane-label {
  border-color: rgba(245, 239, 227, .12);
  border-radius: 6px;
  background: rgba(245, 239, 227, .06);
  color: rgba(245, 239, 227, .58);
}

.cc-lane-nodes {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.cc-node {
  min-height: 128px;
  border-color: rgba(245, 239, 227, .12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(245, 239, 227, .06), rgba(245, 239, 227, .025)),
    var(--cc-panel-2);
  color: var(--cc-cream);
}

.cc-node:hover,
.cc-node.active {
  border-color: rgba(104, 182, 170, .7);
  background:
    linear-gradient(180deg, rgba(104, 182, 170, .14), rgba(245, 239, 227, .035)),
    var(--cc-panel-2);
}

.cc-node span,
.cc-pill {
  border-radius: 999px;
}

.cc-pill.complete,
.cc-node.complete span {
  background: rgba(104, 182, 170, .2);
  color: #9ce0d5;
}

.cc-pill.ready,
.cc-node.ready span {
  background: rgba(142, 187, 216, .18);
  color: #b9d7ea;
}

.cc-pill.review,
.cc-pill.running,
.cc-node.review span {
  background: rgba(223, 189, 98, .2);
  color: #ebcf83;
}

.cc-detail {
  top: 96px;
  padding: 20px;
}

.cc-tabs {
  overflow: hidden;
  border-color: rgba(245, 239, 227, .12);
  border-radius: 6px 6px 0 0;
  background: rgba(245, 239, 227, .05);
}

.cc-tabs button {
  border-left-color: rgba(245, 239, 227, .1);
  background: rgba(245, 239, 227, .04);
  color: rgba(245, 239, 227, .62);
}

.cc-tabs button.active {
  background: rgba(245, 239, 227, .12);
  color: var(--cc-cream);
}

.cc-detail-body {
  border-color: rgba(245, 239, 227, .12);
  background: rgba(245, 239, 227, .045);
}

.cc-runline {
  border-bottom-color: rgba(245, 239, 227, .1);
}

.cc-runline code,
.cc-code,
.cc-terminal {
  border-color: rgba(245, 239, 227, .12);
  border-radius: 6px;
  background: #0c0e0d;
  color: #f5ead2;
}

.cc-terminal-line time {
  color: var(--cc-teal);
}

.cc-audit-section,
.cc-reports {
  margin-top: 42px;
  border-top-color: rgba(245, 239, 227, .12);
  padding-top: 32px;
}

.cc-phase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc-phase-card {
  min-height: 270px;
  background: rgba(32, 36, 31, .92);
}

.cc-phase-card h3,
.cc-report-card strong {
  color: var(--cc-cream);
}

.cc-phase-card.input { background: linear-gradient(180deg, rgba(142, 187, 216, .18), rgba(32, 36, 31, .92)); }
.cc-phase-card.align { background: linear-gradient(180deg, rgba(104, 182, 170, .17), rgba(32, 36, 31, .92)); }
.cc-phase-card.variant { background: linear-gradient(180deg, rgba(217, 132, 95, .17), rgba(32, 36, 31, .92)); }
.cc-phase-card.rna { background: linear-gradient(180deg, rgba(160, 148, 198, .18), rgba(32, 36, 31, .92)); }
.cc-phase-card.hla { background: linear-gradient(180deg, rgba(223, 189, 98, .17), rgba(32, 36, 31, .92)); }
.cc-phase-card.neo { background: linear-gradient(180deg, rgba(142, 187, 216, .2), rgba(32, 36, 31, .92)); }
.cc-phase-card.therapy { background: linear-gradient(180deg, rgba(104, 182, 170, .2), rgba(32, 36, 31, .92)); }
.cc-phase-card.report { background: linear-gradient(180deg, rgba(245, 239, 227, .12), rgba(32, 36, 31, .92)); }

.cc-module-chips b,
.cc-artifact-chip {
  border-color: rgba(245, 239, 227, .12);
  border-radius: 5px;
  background: rgba(245, 239, 227, .065);
  color: rgba(245, 239, 227, .76);
}

.cc-artifact-chip.link {
  color: #a9d7cf;
}

.cc-report-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc-report-card {
  background: rgba(24, 27, 25, .94);
}

.cc-report-card.active,
.cc-report-card:hover {
  border-color: rgba(223, 189, 98, .62);
  background:
    linear-gradient(180deg, rgba(223, 189, 98, .14), rgba(24, 27, 25, .96));
}

.cc-report-detail {
  background:
    linear-gradient(135deg, rgba(104, 182, 170, .1), rgba(217, 132, 95, .08)),
    rgba(24, 27, 25, .94);
}

.cc-report-detail h3 {
  color: var(--cc-cream);
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: 38px;
}

.cc-report-columns h4 {
  color: rgba(245, 239, 227, .7);
}

@media (min-width: 1440px) {
  .cc-topbar h1 {
    font-size: 76px;
  }
}

@media (max-width: 1180px) {
  .cc-site-hero,
  .cc-operator-shell,
  .cc-phase-grid {
    grid-template-columns: 1fr;
  }

  .cc-site-hero {
    min-height: 580px;
  }

  .cc-status-stack {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  html {
    overflow-x: hidden;
  }

  body[data-page="command-center"],
  body[data-page="command-center"] .site-header,
  body[data-page="command-center"] .cc-app {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  body[data-page="command-center"] * {
    min-width: 0;
  }

  body[data-page="command-center"] .site-header {
    padding: 16px 18px;
  }

  body[data-page="command-center"] nav {
    width: 100%;
    justify-content: flex-start;
    max-width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    overflow: visible;
  }

  body[data-page="command-center"] nav a {
    flex: 0 1 auto;
    font-size: 12px;
    padding: 7px 9px;
  }

  .cc-site-hero {
    width: 100vw;
    min-height: 560px;
    padding: 54px 18px 24px;
    max-width: 100vw;
  }

  .cc-hero-copy,
  .cc-status-stack {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cc-topbar h1 {
    max-width: 330px;
    font-size: 34px;
  }

  .cc-public-intro {
    max-width: 330px;
    font-size: 16px;
  }

  .cc-status-stack,
  .cc-operator-shell .cc-tabs,
  .cc-report-grid {
    grid-template-columns: 1fr;
  }

  .cc-status-stack {
    width: calc(100vw - 36px);
  }

  .cc-status-stack b,
  .cc-board-header p,
  .cc-detail p,
  .cc-node small,
  .cc-runline code {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .cc-status-stack div {
    padding: 14px 16px;
  }

  .cc-board-header,
  .cc-section-heading,
  .cc-detail-top {
    display: grid;
    justify-items: start;
  }

  .cc-legend {
    justify-content: flex-start;
  }

  .cc-operator-shell,
  .cc-audit-section,
  .cc-reports {
    padding-left: 14px;
    padding-right: 14px;
    max-width: 100vw;
  }

  .cc-board,
  .cc-detail,
  .cc-report-detail,
  .cc-phase-card,
  .cc-report-card {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .cc-board,
  .cc-detail {
    padding: 16px;
  }

  .cc-lane {
    grid-template-columns: 1fr;
  }

  .cc-lane-label {
    min-height: 34px;
    writing-mode: horizontal-tb;
    transform: none;
  }
}

/* Triangle Command Center brand language — soft clinical editorial */
body[data-page="command-center"] {
  --cc-navy: #183553;
  --cc-ink: #27373b;
  --cc-muted: #68797c;
  --cc-sage: #627f6b;
  --cc-teal: #4f8285;
  --cc-mist: #e8f2f6;
  --cc-mint: #eef5ef;
  --cc-cream: #fbf8f1;
  --cc-paper: #f6f5ef;
  --cc-peach: #f1e2d2;
  --cc-gold: #ddc67e;
  --cc-line: #dce5de;
  background: var(--cc-paper);
  color: var(--cc-ink);
  font-family: "IBM Plex Sans", "Avenir Next", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

body[data-page="command-center"]::before {
  opacity: .7;
  background-image:
    linear-gradient(rgba(24, 53, 83, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 53, 83, .025) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 78%);
}

body[data-page="command-center"] .site-header {
  background: rgba(251, 248, 241, .88);
  border-bottom-color: rgba(24, 53, 83, .1);
  color: var(--cc-navy);
}

body[data-page="command-center"] .brand-mark {
  border-color: rgba(24, 53, 83, .38);
  background:
    linear-gradient(135deg, transparent 46%, var(--cc-navy) 47% 53%, transparent 54%),
    linear-gradient(135deg, #d6c686, #e5b39d);
}

body[data-page="command-center"] nav a {
  border-color: rgba(24, 53, 83, .16);
  background: rgba(255, 255, 255, .55);
  color: #526166;
}

body[data-page="command-center"] nav a.active,
body[data-page="command-center"] nav a:hover {
  border-color: rgba(24, 53, 83, .34);
  background: #ffffff;
  color: var(--cc-navy);
}

.cc-soft-landing {
  max-width: none;
  padding: 0 0 72px;
}

.cc-soft-landing .kicker {
  color: var(--cc-sage);
  letter-spacing: .18em;
}

.cc-soft-landing .cc-site-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(560px, 1.08fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: start;
  margin: 0;
  padding: clamp(64px, 8vw, 104px) clamp(22px, 5vw, 86px) 54px;
  background: var(--cc-mint);
  isolation: isolate;
}

.cc-soft-landing .cc-site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(246, 245, 239, .98) 0%, rgba(246, 245, 239, .91) 42%, rgba(246, 245, 239, .72) 100%),
    linear-gradient(0deg, rgba(246, 245, 239, .98) 0%, rgba(246, 245, 239, .42) 48%, rgba(246, 245, 239, .82) 100%);
}

.cc-soft-landing .cc-hero-backdrop {
  position: absolute;
  inset: auto 0 0 auto;
  z-index: -2;
  width: min(78vw, 1180px);
  height: min(88vh, 760px);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 18px 0 0 18px;
  filter: saturate(.92) contrast(.98);
  box-shadow: 0 26px 80px rgba(79, 130, 133, .16);
}

.cc-soft-landing .cc-hero-copy {
  align-self: start;
  padding-top: 8px;
  max-width: 720px;
}

.cc-soft-landing .cc-topbar h1 {
  max-width: 700px;
  margin-top: 18px;
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", "Helvetica Neue", sans-serif;
  font-size: clamp(46px, 5.35vw, 80px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.cc-soft-landing .cc-public-intro {
  max-width: 650px;
  margin-top: 26px;
  color: #5e7075;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.58;
}

.cc-soft-landing .cc-live-actions {
  gap: 12px;
  margin-top: 30px;
}

.cc-soft-landing .cc-live-link,
.cc-soft-landing .cc-run-button {
  min-height: 54px;
  border: 1px solid rgba(24, 53, 83, .16);
  border-radius: 9px;
  background: var(--cc-navy);
  color: #fffdf8;
  padding: 0 22px;
  box-shadow: 0 16px 34px rgba(24, 53, 83, .12);
  text-decoration: none;
}

.cc-soft-landing .cc-live-link.secondary,
.cc-soft-landing .cc-run-button {
  background: rgba(255, 255, 255, .66);
  color: var(--cc-navy);
}

.cc-soft-landing .cc-status-stack {
  align-self: end;
  border: 1px solid rgba(24, 53, 83, .17);
  border-radius: 14px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 22px 58px rgba(24, 53, 83, .1);
  backdrop-filter: blur(16px);
}

.cc-soft-landing .cc-status-stack div {
  border-color: rgba(24, 53, 83, .1);
  padding: 22px;
}

.cc-soft-landing .cc-status-stack span,
.cc-soft-landing .cc-phase-card span,
.cc-soft-landing .cc-artifact-chip,
.cc-soft-landing .cc-runline span,
.cc-soft-landing .cc-report-card span,
.cc-comparison-grid span {
  color: #6b7d75;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cc-soft-landing .cc-status-stack b {
  color: var(--cc-navy);
  font-size: 16px;
  line-height: 1.4;
}

.cc-analysis-files {
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  max-width: 820px;
  padding-top: 0;
}

.cc-file-card {
  position: relative;
  min-height: 186px;
  perspective: 1400px;
  cursor: pointer;
  outline: none;
  /* JS writes --tx/--ty/--rx/--ry/--lift for tilt + pick-up */
  transform:
    translate3d(var(--tx, 0), var(--ty, 0), 0)
    rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .35s cubic-bezier(.2, .7, .2, 1);
  z-index: 1;
}

.cc-file-card.is-dragging {
  transition: none;
  z-index: 40;
  cursor: grabbing;
}

.cc-file-inner {
  position: relative;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.3, .8, .25, 1);
}

.cc-file-card.is-flipped .cc-file-inner {
  transform: rotateY(180deg);
}

.cc-file-face {
  display: flex;
  flex-direction: column;
  min-height: inherit;
  border: 1.5px solid rgba(24, 53, 83, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .64);
  padding: 30px 28px 26px;
  box-shadow: 0 18px 42px rgba(24, 53, 83, .08);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: box-shadow .26s ease, border-color .26s ease;
}

.cc-file-front {
  position: relative;
}

.cc-file-back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
  justify-content: center;
  gap: 4px;
  background: linear-gradient(135deg, rgba(232, 242, 246, .92), rgba(255, 255, 255, .82));
  pointer-events: none;
}

.cc-file-card.is-flipped .cc-file-back {
  pointer-events: auto;
}

.cc-file-card.is-flipped .cc-file-front {
  pointer-events: none;
}

.cc-file-card:hover .cc-file-face,
.cc-file-card:focus-visible .cc-file-face {
  border-color: rgba(24, 53, 83, .34);
  box-shadow: 0 30px 64px rgba(24, 53, 83, .15);
}

.cc-file-card:focus-visible {
  outline: 2px solid var(--cc-teal);
  outline-offset: 4px;
  border-radius: 10px;
}

.cc-file-face::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 26px;
  width: 112px;
  height: 12px;
  border: 1.5px solid rgba(24, 53, 83, .18);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, .72);
}

.cc-file-front::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 26px;
  width: 96px;
  height: 1px;
  background: rgba(24, 53, 83, .16);
  box-shadow:
    0 12px 0 rgba(24, 53, 83, .12),
    0 24px 0 rgba(24, 53, 83, .08);
}

.cc-file-card span {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(24, 53, 83, .13);
  border-radius: 999px;
  background: var(--cc-mint);
  color: var(--cc-sage);
  font-size: 12px;
  font-weight: 800;
}

.cc-file-card em {
  display: block;
  margin-top: 16px;
  color: var(--cc-sage);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cc-file-card h2 {
  margin: 9px 0 12px;
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: clamp(26px, 2.15vw, 36px);
  font-weight: 700;
  line-height: 1.08;
}

.cc-file-card p {
  max-width: 460px;
  margin: 0;
  color: #65767a;
  font-size: 16px;
  line-height: 1.48;
}

/* Flip hint */
.cc-flip-hint {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: var(--cc-sage);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .65;
  transition: opacity .2s ease;
}

.cc-file-card:hover .cc-flip-hint {
  opacity: 1;
}

.cc-file-back p {
  color: #4f6164;
}

/* Flip hint tray */
.cc-files-tray {
  grid-column: 1 / -1;
  padding: 0 2px 4px;
}

.cc-tray-hint {
  color: #5e7075;
  font-size: 13px;
  font-weight: 600;
}

/* Uniform sizing: every file is the same size; the summary (07) spans the row */
.cc-file-card,
.cc-file-card.file-primary {
  grid-column: auto;
  min-height: 196px;
}

.cc-file-card.file-primary h2 {
  font-size: clamp(26px, 2.15vw, 36px);
}

.cc-file-card.file-report {
  grid-column: 1 / -1;
  min-height: 150px;
}

/* Color-coded folders: each file sets its own tint (--c1/--c2) + accent */
.cc-analysis-files .cc-file-card:nth-of-type(1) { --c1: #d4e7f6; --c2: #eef6fd; --accent: #3a72a8; }
.cc-analysis-files .cc-file-card:nth-of-type(2) { --c1: #d2edda; --c2: #edf8f0; --accent: #3f8a5f; }
.cc-analysis-files .cc-file-card:nth-of-type(3) { --c1: #fbe1c5; --c2: #fef3e7; --accent: #c97f36; }
.cc-analysis-files .cc-file-card:nth-of-type(4) { --c1: #cdeae5; --c2: #eaf7f3; --accent: #2f8a80; }
.cc-analysis-files .cc-file-card:nth-of-type(5) { --c1: #e6dcf4; --c2: #f4eefc; --accent: #6f59b4; }
.cc-analysis-files .cc-file-card:nth-of-type(6) { --c1: #f7e6b4; --c2: #fdf6da; --accent: #a37f24; }
.cc-analysis-files .cc-file-card:nth-of-type(7) { --c1: #f9d6bd; --c2: #fdeadd; --accent: #c4663d; }

.cc-file-front {
  background: linear-gradient(140deg, var(--c1, #fff), var(--c2, #fff));
}

.cc-file-back {
  background: linear-gradient(140deg, var(--c1, #e8f2f6), #ffffff);
}

/* Badge, label, tab and hint adopt the file's accent */
.cc-file-card .cc-file-face span {
  background: #fffdf8;
  border-color: var(--accent, rgba(24, 53, 83, .2));
  color: var(--accent, var(--cc-sage));
}

.cc-file-card .cc-file-face em {
  color: var(--accent, var(--cc-sage));
}

.cc-file-face::before {
  border-color: var(--accent, rgba(24, 53, 83, .18));
  background: var(--c1, rgba(255, 255, 255, .72));
}

.cc-flip-hint {
  color: var(--accent, var(--cc-sage));
}

.cc-file-card:hover .cc-file-face,
.cc-file-card:focus-visible .cc-file-face {
  border-color: var(--accent, rgba(24, 53, 83, .34));
}

@media (prefers-reduced-motion: reduce) {
  .cc-file-card,
  .cc-file-inner {
    transition: none;
  }
}

.cc-proof-strip,
.cc-story-section,
.cc-operator-shell,
.cc-system-section,
.cc-comparison-section,
.cc-audit-section,
.cc-reports,
.cc-final-cta {
  width: min(100% - 44px, 1720px);
  margin-left: auto;
  margin-right: auto;
}

/* Proof points as free-standing badges (no table) */
.cc-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(44px, 5vw, 72px);
  margin-bottom: clamp(40px, 5vw, 64px);
  border: 0;
}

.cc-proof-strip div {
  flex: 1 1 210px;
  padding: 15px 22px;
  border: 1px solid rgba(24, 53, 83, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 10px 26px rgba(24, 53, 83, .05);
}

.cc-proof-strip span {
  display: block;
  color: var(--cc-sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cc-proof-strip span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--dot, var(--cc-teal));
  vertical-align: middle;
}

.cc-proof-strip div:nth-child(1) { --dot: #3a72a8; }
.cc-proof-strip div:nth-child(2) { --dot: #3f8a5f; }
.cc-proof-strip div:nth-child(3) { --dot: #2f8a80; }
.cc-proof-strip div:nth-child(4) { --dot: #c4663d; }

.cc-proof-strip b {
  display: block;
  margin-top: 7px;
  color: var(--cc-navy);
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 700;
  line-height: 1.25;
}

.cc-story-section,
.cc-system-section,
.cc-comparison-section,
.cc-audit-section,
.cc-reports,
.cc-final-cta {
  margin-top: clamp(68px, 9vw, 126px);
}

.cc-story-heading {
  display: block;
  max-width: 860px;
  margin-bottom: clamp(30px, 4vw, 48px);
}

/* Description sits as a lede directly under the title, not floated off right */
.cc-story-heading > p {
  margin: 14px 0 0;
  max-width: 720px;
}

.cc-story-heading h2,
.cc-system-section h2,
.cc-comparison-section h2,
.cc-audit-section h2,
.cc-reports h2,
.cc-final-cta h2 {
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", "Helvetica Neue", sans-serif;
  font-size: clamp(36px, 4.2vw, 68px);
  font-weight: 700;
  line-height: 1.12;
}

.cc-story-heading p,
.cc-system-section p,
.cc-comparison-section p,
.cc-audit-section p,
.cc-reports p,
.cc-final-cta p {
  color: #64767a;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.6;
}

.cc-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}

.cc-story-card {
  border-top: 1px solid var(--cc-line);
  padding-top: 26px;
}

.cc-story-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(24, 53, 83, .08);
}

.cc-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-top: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(24, 53, 83, .08);
  color: var(--cc-navy);
  font-size: 24px;
}

.cc-story-card blockquote {
  margin: 26px 0 18px;
  color: var(--cc-teal);
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.7vw, 44px);
  font-style: italic;
  line-height: 1.16;
}

.cc-story-card h3 {
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.cc-story-card p {
  color: #65767a;
  font-size: 17px;
  line-height: 1.58;
}

.cc-soft-landing .cc-operator-shell {
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  gap: 18px;
}

.cc-soft-landing .cc-board,
.cc-soft-landing .cc-detail,
.cc-soft-landing .cc-report-detail,
.cc-soft-landing .cc-phase-card,
.cc-soft-landing .cc-report-card {
  border: 1px solid rgba(24, 53, 83, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 20px 52px rgba(24, 53, 83, .08);
}

.cc-soft-landing .cc-board {
  padding: 24px;
}

.cc-soft-landing .cc-board h2,
.cc-soft-landing .cc-detail h2,
.cc-soft-landing .cc-section-heading h2 {
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.cc-soft-landing .cc-board-header p,
.cc-soft-landing .cc-section-heading p,
.cc-soft-landing .cc-detail p,
.cc-soft-landing .cc-report-detail p,
.cc-soft-landing .cc-node small,
.cc-soft-landing .cc-phase-card p,
.cc-soft-landing .cc-report-card small,
.cc-soft-landing .cc-detail-list li {
  color: #65767a;
}

.cc-soft-landing .cc-live-log-strip {
  border-color: rgba(79, 130, 133, .22);
  border-radius: 10px;
  background: #f7f6ef;
  color: var(--cc-navy);
  box-shadow: none;
}

.cc-soft-landing .cc-live-dot {
  background: var(--cc-teal);
  box-shadow: 0 0 0 5px rgba(79, 130, 133, .13);
}

.cc-soft-landing .cc-live-log-strip code {
  color: #986848;
}

.cc-soft-landing .cc-lane-label {
  border-color: rgba(24, 53, 83, .1);
  border-radius: 8px;
  background: rgba(232, 242, 246, .55);
  color: #6b7d75;
}

.cc-soft-landing .cc-node {
  border-color: rgba(24, 53, 83, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .64);
  color: var(--cc-navy);
}

.cc-soft-landing .cc-node:hover,
.cc-soft-landing .cc-node.active {
  border-color: rgba(79, 130, 133, .48);
  background: rgba(232, 242, 246, .66);
}

.cc-soft-landing .cc-pill.complete,
.cc-soft-landing .cc-node.complete span {
  background: rgba(98, 127, 107, .16);
  color: #476d55;
}

.cc-soft-landing .cc-pill.ready,
.cc-soft-landing .cc-node.ready span {
  background: rgba(79, 130, 133, .16);
  color: #36666a;
}

.cc-soft-landing .cc-pill.review,
.cc-soft-landing .cc-pill.running,
.cc-soft-landing .cc-node.review span {
  background: rgba(221, 198, 126, .34);
  color: #76632d;
}

.cc-soft-landing .cc-tabs {
  overflow: hidden;
  border-color: rgba(24, 53, 83, .1);
  border-radius: 10px 10px 0 0;
  background: rgba(246, 245, 239, .72);
}

.cc-soft-landing .cc-tabs button {
  border-left-color: rgba(24, 53, 83, .08);
  background: transparent;
  color: #667476;
}

.cc-soft-landing .cc-tabs button.active {
  background: #fff;
  color: var(--cc-navy);
}

.cc-soft-landing .cc-detail-body {
  border-color: rgba(24, 53, 83, .1);
  background: rgba(246, 245, 239, .56);
}

.cc-soft-landing .cc-runline {
  border-bottom-color: rgba(24, 53, 83, .1);
}

.cc-soft-landing .cc-runline code,
.cc-soft-landing .cc-code,
.cc-soft-landing .cc-terminal {
  border-color: rgba(24, 53, 83, .08);
  border-radius: 8px;
  background: #1d3034;
  color: #fbf8f1;
}

.cc-soft-landing .cc-terminal-line time {
  color: #bcd7d2;
}

.cc-system-section {
  display: grid;
  grid-template-columns: minmax(320px, 620px) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  padding: clamp(38px, 6vw, 76px);
  border-radius: 18px;
  background: var(--cc-mist);
}

.cc-system-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(24, 53, 83, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 24px 60px rgba(24, 53, 83, .08);
}

.cc-system-card div {
  min-height: 210px;
  padding: 24px;
  border-left: 1px solid rgba(24, 53, 83, .1);
  display: grid;
  align-content: end;
}

.cc-system-card div:first-child {
  border-left: 0;
}

.cc-system-card b {
  color: var(--cc-navy);
  font-size: 28px;
}

.cc-system-card span {
  margin-top: 8px;
  color: #65767a;
  font-size: 16px;
  line-height: 1.4;
}

.cc-comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 24px;
}

.cc-comparison-grid article {
  min-height: 240px;
  border: 1px solid rgba(24, 53, 83, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .68);
  padding: clamp(22px, 3vw, 34px);
}

.cc-comparison-grid article:nth-child(2) {
  background: linear-gradient(135deg, rgba(232, 242, 246, .82), rgba(241, 226, 210, .56));
}

.cc-comparison-grid h3 {
  margin: 18px 0 12px;
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.16;
}

.cc-comparison-grid p {
  color: #65767a;
  font-size: 17px;
  line-height: 1.55;
}

.cc-soft-landing .cc-audit-section,
.cc-soft-landing .cc-reports {
  border-top: 1px solid var(--cc-line);
  padding-top: 36px;
}

.cc-soft-landing .cc-phase-grid,
.cc-soft-landing .cc-report-grid {
  gap: 14px;
}

.cc-soft-landing .cc-phase-card {
  min-height: 265px;
  background: rgba(255, 255, 255, .68);
}

.cc-soft-landing .cc-phase-card.input { background: linear-gradient(180deg, rgba(232, 242, 246, .7), rgba(255, 255, 255, .62)); }
.cc-soft-landing .cc-phase-card.align { background: linear-gradient(180deg, rgba(238, 245, 239, .82), rgba(255, 255, 255, .62)); }
.cc-soft-landing .cc-phase-card.variant { background: linear-gradient(180deg, rgba(241, 226, 210, .74), rgba(255, 255, 255, .62)); }
.cc-soft-landing .cc-phase-card.rna { background: linear-gradient(180deg, rgba(235, 232, 244, .8), rgba(255, 255, 255, .62)); }
.cc-soft-landing .cc-phase-card.hla { background: linear-gradient(180deg, rgba(243, 236, 201, .8), rgba(255, 255, 255, .62)); }
.cc-soft-landing .cc-phase-card.neo { background: linear-gradient(180deg, rgba(232, 242, 246, .8), rgba(255, 255, 255, .62)); }
.cc-soft-landing .cc-phase-card.therapy { background: linear-gradient(180deg, rgba(238, 245, 239, .86), rgba(255, 255, 255, .62)); }
.cc-soft-landing .cc-phase-card.report { background: linear-gradient(180deg, rgba(246, 245, 239, .9), rgba(255, 255, 255, .62)); }

.cc-soft-landing .cc-module-chips b,
.cc-soft-landing .cc-artifact-chip {
  border-color: rgba(24, 53, 83, .1);
  border-radius: 7px;
  background: rgba(255, 255, 255, .58);
  color: #4d6266;
}

.cc-soft-landing .cc-artifact-chip.link {
  color: var(--cc-navy);
}

.cc-soft-landing .cc-report-card.active,
.cc-soft-landing .cc-report-card:hover {
  border-color: rgba(24, 53, 83, .3);
  background: linear-gradient(135deg, rgba(232, 242, 246, .8), rgba(255, 255, 255, .7));
}

.cc-soft-landing .cc-report-detail {
  background: linear-gradient(135deg, rgba(232, 242, 246, .7), rgba(241, 226, 210, .45));
}

.cc-soft-landing .cc-report-detail h3 {
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: clamp(30px, 3vw, 46px);
}

.cc-soft-landing .cc-report-columns h4 {
  color: #667476;
}

.cc-final-cta {
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(38px, 7vw, 84px);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(246, 245, 239, .96), rgba(246, 245, 239, .72)),
    url("assets/media/2026-04-23-triangle-genome.webp") center / cover;
}

.cc-final-cta h2 {
  max-width: 820px;
}

.cc-final-cta .cc-live-actions {
  justify-content: center;
}

/* Consumer Command Center sections */
.cc-files-needed-section,
.cc-example-section,
.cc-founder-section,
.cc-social-section,
.cc-price-section {
  width: min(100% - 44px, 1720px);
  margin: clamp(68px, 9vw, 126px) auto 0;
}

.cc-files-needed-section h2,
.cc-example-section h2,
.cc-founder-section h2,
.cc-social-section h2,
.cc-price-section h2 {
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", "Helvetica Neue", sans-serif;
  font-size: clamp(36px, 4.2vw, 68px);
  font-weight: 700;
  line-height: 1.12;
}

.cc-files-needed-section p,
.cc-example-section p,
.cc-founder-section p,
.cc-social-section p,
.cc-price-section p {
  color: #64767a;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.6;
}

.cc-files-needed-grid,
.cc-folder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
}

.cc-files-needed-grid article,
.cc-folder-grid article {
  min-height: 210px;
  border: 1px solid rgba(24, 53, 83, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 18px 42px rgba(24, 53, 83, .07);
  padding: clamp(22px, 3vw, 34px);
  transition: transform .26s cubic-bezier(.2, .7, .2, 1), box-shadow .26s ease, border-color .26s ease;
}

.cc-files-needed-grid article:hover,
.cc-folder-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(24, 53, 83, .26);
  box-shadow: 0 28px 58px rgba(24, 53, 83, .13);
}

.cc-files-needed-grid span,
.cc-folder-grid span,
.cc-report-open-link {
  color: var(--cc-sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cc-files-needed-grid h3,
.cc-folder-grid h3 {
  margin: 18px 0 12px;
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 700;
  line-height: 1.12;
}

.cc-files-needed-grid p,
.cc-folder-grid p {
  margin: 0;
  color: #5a6c70;
  font-size: 16px;
  line-height: 1.58;
}

.cc-files-needed-grid article:nth-child(2),
.cc-folder-grid article:nth-child(2),
.cc-folder-grid article:nth-child(5) {
  background: linear-gradient(135deg, rgba(238, 245, 239, .88), rgba(255, 255, 255, .68));
}

.cc-files-needed-grid article:nth-child(3),
.cc-folder-grid article:nth-child(3),
.cc-folder-grid article:nth-child(6) {
  background: linear-gradient(135deg, rgba(241, 226, 210, .78), rgba(255, 255, 255, .68));
}

.cc-folder-grid article:nth-child(4),
.cc-folder-grid article:nth-child(7) {
  background: linear-gradient(135deg, rgba(232, 242, 246, .86), rgba(255, 255, 255, .68));
}

.cc-example-report {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.cc-report-paper {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  border: 1px solid rgba(24, 53, 83, .14);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(251, 248, 241, .78)),
    linear-gradient(90deg, rgba(24, 53, 83, .05) 1px, transparent 1px);
  background-size: auto, 36px 36px;
  box-shadow: 0 28px 70px rgba(24, 53, 83, .1);
  padding: clamp(24px, 4vw, 48px);
}

.cc-report-paper-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--cc-line);
  padding-bottom: 20px;
}

.cc-report-paper-top span,
.cc-example-aside span,
.cc-social-grid span,
.cc-price-card span {
  color: var(--cc-sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cc-report-paper-top strong {
  color: var(--cc-navy);
  font-size: clamp(22px, 2vw, 34px);
}

.cc-report-lines {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.cc-report-lines article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 18px;
  border: 1px solid rgba(24, 53, 83, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .66);
  padding: clamp(18px, 2.2vw, 28px);
}

.cc-report-lines span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(24, 53, 83, .12);
  border-radius: 999px;
  background: var(--cc-mint);
  color: var(--cc-sage);
  font-weight: 800;
}

.cc-report-lines h3,
.cc-example-aside h3,
.cc-social-grid p,
.cc-price-card strong {
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
}

.cc-report-lines h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2vw, 34px);
}

.cc-report-lines p {
  grid-column: 2;
  margin: 0;
  font-size: 17px;
}

.cc-example-aside {
  display: grid;
  align-content: end;
  border: 1px solid rgba(24, 53, 83, .12);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(241, 226, 210, .76), rgba(232, 242, 246, .66)),
    url("assets/media/2026-04-23-triangle-health-topics.webp") center / cover;
  box-shadow: 0 24px 60px rgba(24, 53, 83, .08);
  padding: clamp(24px, 4vw, 42px);
}

.cc-example-aside h3 {
  margin: 18px 0 18px;
  font-size: clamp(28px, 2.8vw, 46px);
  line-height: 1.12;
}

.cc-report-open-link {
  margin-top: auto;
  color: var(--cc-navy);
  text-decoration: none;
}

.cc-report-open-link::after {
  content: " →";
  letter-spacing: 0;
}

.cc-founder-section {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(232, 242, 246, .94), rgba(246, 245, 239, .82)),
    url("assets/media/2026-04-23-triangle-genome.webp") center / cover;
  padding: clamp(34px, 6vw, 78px);
}

.cc-founder-section blockquote {
  margin: 0;
  color: var(--cc-teal);
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 48px);
  font-style: italic;
  line-height: 1.2;
}

.cc-founder-section p {
  grid-column: 2;
  margin: -28px 0 0;
}

.cc-social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cc-social-grid article {
  min-height: 200px;
  display: grid;
  align-content: start;
  border: 1px solid rgba(24, 53, 83, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 18px 42px rgba(24, 53, 83, .07);
  padding: clamp(22px, 3vw, 34px);
}

.cc-social-grid article:nth-child(2) {
  background: linear-gradient(135deg, rgba(238, 245, 239, .88), rgba(255, 255, 255, .68));
}

.cc-social-grid article:nth-child(3) {
  background: linear-gradient(135deg, rgba(241, 226, 210, .78), rgba(255, 255, 255, .68));
}

.cc-social-grid p {
  margin: 18px 0 0;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 700;
  line-height: 1.16;
}

.cc-price-section {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  border-top: 1px solid var(--cc-line);
  border-bottom: 1px solid var(--cc-line);
  padding: clamp(36px, 6vw, 72px) 0;
}

.cc-price-copy {
  max-width: 780px;
}

.cc-price-card {
  border: 1px solid rgba(24, 53, 83, .18);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(232, 242, 246, .86), rgba(241, 226, 210, .7));
  box-shadow: 0 26px 70px rgba(24, 53, 83, .1);
  padding: clamp(28px, 4vw, 44px);
}

.cc-price-card strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(64px, 7vw, 104px);
  line-height: .9;
}

.cc-price-card small {
  color: #65767a;
  font-size: 18px;
  font-weight: 700;
}

.cc-price-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.cc-price-card li {
  border: 1px solid rgba(24, 53, 83, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
  color: #4f6266;
  padding: 13px 14px;
  font-size: 16px;
  font-weight: 650;
}

@media (max-width: 1180px) {
  .cc-soft-landing .cc-site-hero,
  .cc-soft-landing .cc-operator-shell,
  .cc-system-section,
  .cc-story-heading,
  .cc-comparison-grid,
  .cc-example-report,
  .cc-founder-section,
  .cc-price-section {
    grid-template-columns: 1fr;
  }

  .cc-soft-landing .cc-status-stack {
    max-width: 760px;
  }

  .cc-analysis-files {
    width: 100%;
    max-width: 760px;
  }

  .cc-proof-strip,
  .cc-story-grid,
  .cc-files-needed-grid,
  .cc-folder-grid,
  .cc-system-card,
  .cc-social-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cc-founder-section p {
    grid-column: auto;
    margin: 0;
  }
}

@media (max-width: 760px) {
  body[data-page="command-center"],
  body[data-page="command-center"] .cc-soft-landing {
    max-width: 100%;
    overflow-x: hidden;
  }

  body[data-page="command-center"] * {
    min-width: 0;
  }

  body[data-page="command-center"] .site-header {
    padding: 16px 18px;
  }

  body[data-page="command-center"] nav {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body[data-page="command-center"] nav::-webkit-scrollbar {
    display: none;
  }

  body[data-page="command-center"] nav a {
    font-size: 12px;
    padding: 7px 9px;
  }

  .cc-soft-landing .cc-site-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding: 34px 18px 28px;
  }

  .cc-soft-landing .cc-site-hero > * {
    max-width: 100%;
  }

  .cc-soft-landing .cc-hero-copy {
    width: min(330px, calc(100vw - 36px)) !important;
    max-width: min(330px, calc(100vw - 36px)) !important;
  }

  .cc-soft-landing .cc-hero-backdrop {
    width: 100%;
    height: 100%;
    opacity: .18;
    border-radius: 0;
  }

  .cc-soft-landing .cc-topbar h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0;
    font-size: 32px;
  }

  .cc-soft-landing .cc-public-intro {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px;
    font-size: 16px;
  }

  .cc-soft-landing .cc-status-stack,
  .cc-analysis-files,
  .cc-proof-strip,
  .cc-story-grid,
  .cc-system-card,
  .cc-social-grid,
  .cc-soft-landing .cc-report-grid {
    grid-template-columns: 1fr;
  }

  .cc-soft-landing .cc-status-stack,
  .cc-analysis-files,
  .cc-proof-strip,
  .cc-story-section,
  .cc-soft-landing .cc-operator-shell,
  .cc-system-section,
  .cc-comparison-section,
  .cc-files-needed-section,
  .cc-example-section,
  .cc-founder-section,
  .cc-social-section,
  .cc-price-section,
  .cc-soft-landing .cc-audit-section,
  .cc-soft-landing .cc-reports,
  .cc-final-cta {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cc-analysis-files {
    display: flex;
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
    gap: 12px;
    overflow-x: auto;
    padding: 16px 2px 8px;
    justify-self: stretch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .cc-analysis-files::-webkit-scrollbar {
    display: none;
  }

  .cc-file-card,
  .cc-file-card.file-primary {
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 20px 18px 18px;
  }

  .cc-file-card::before {
    left: 20px;
    width: 92px;
  }

  .cc-file-card::after {
    right: 16px;
    width: 56px;
  }

  .cc-file-card h2,
  .cc-file-card.file-primary h2 {
    font-size: 26px;
  }

  .cc-file-card p,
  .cc-soft-landing .cc-public-intro,
  .cc-soft-landing .cc-topbar h1 {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .cc-system-card div {
    border-left: 0;
    border-top: 1px solid rgba(24, 53, 83, .1);
  }

  .cc-system-card div:first-child {
    border-top: 0;
  }

  .cc-story-card blockquote {
    font-size: 28px;
  }

  .cc-system-section {
    padding: 24px;
  }

  .cc-founder-section,
  .cc-price-section,
  .cc-example-aside,
  .cc-report-paper {
    padding: 24px;
  }

  .cc-system-card div {
    min-height: 150px;
  }

  .cc-soft-landing .cc-board,
  .cc-soft-landing .cc-detail,
  .cc-soft-landing .cc-report-detail,
  .cc-soft-landing .cc-phase-card,
  .cc-soft-landing .cc-report-card {
    width: 100%;
    max-width: 100%;
  }

  .cc-soft-landing .cc-board,
  .cc-soft-landing .cc-detail {
    padding: 16px;
  }

  .cc-soft-landing .cc-lane {
    grid-template-columns: 1fr;
  }

  .cc-soft-landing .cc-lane-label {
    min-height: 34px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .cc-report-lines article {
    grid-template-columns: 1fr;
  }

  .cc-report-lines p {
    grid-column: auto;
  }

  .cc-file-card,
  .cc-file-card.file-primary {
    padding: 0;
  }

  .cc-file-face {
    min-height: 128px;
    padding: 22px 20px 20px;
  }

  .cc-file-card,
  .cc-file-card.file-primary,
  .cc-file-card.file-report {
    flex: 0 0 min(292px, calc(100vw - 72px));
    min-height: 128px;
    scroll-snap-align: start;
  }

  .cc-file-card h2,
  .cc-file-card.file-primary h2 {
    margin-bottom: 8px;
    font-size: 23px;
  }

  .cc-file-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cc-soft-landing .cc-hero-copy,
  .cc-analysis-files,
  .cc-proof-strip,
  .cc-story-section,
  .cc-soft-landing .cc-operator-shell,
  .cc-system-section,
  .cc-comparison-section,
  .cc-files-needed-section,
  .cc-example-section,
  .cc-founder-section,
  .cc-social-section,
  .cc-price-section,
  .cc-soft-landing .cc-audit-section,
  .cc-soft-landing .cc-reports,
  .cc-final-cta {
    width: min(330px, calc(100vw - 36px)) !important;
    max-width: min(330px, calc(100vw - 36px)) !important;
  }

  .cc-soft-landing .cc-topbar h1 {
    font-size: 32px;
  }

  .cc-file-card,
  .cc-file-card.file-primary {
    padding: 20px 18px 18px;
  }
}

/* ── Command Center: reassurance row, disclaimer band, footer, legal pages ── */

.cc-reassure {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 22px 0 0;
  padding: 0;
}

.cc-reassure span {
  position: relative;
  padding-left: 18px;
  color: #5e7075;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
}

.cc-reassure span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--cc-sage);
}

.cc-disclaimer {
  width: min(100% - 44px, 1720px);
  margin: clamp(56px, 7vw, 96px) auto 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 22px;
  padding: 26px clamp(22px, 3vw, 40px);
  border: 1px solid var(--cc-line);
  border-left: 3px solid var(--cc-teal);
  border-radius: 14px;
  background: rgba(232, 242, 246, .45);
}

.cc-disclaimer-tag {
  align-self: center;
  white-space: nowrap;
  color: var(--cc-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cc-disclaimer p {
  margin: 0;
  max-width: 1080px;
  color: #54666a;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.62;
}

.cc-disclaimer strong {
  color: var(--cc-navy);
  font-weight: 700;
}

/* Footer */
.cc-footer {
  width: min(100% - 44px, 1720px);
  margin: clamp(64px, 8vw, 112px) auto 0;
  padding: clamp(40px, 5vw, 64px) 0 36px;
  border-top: 1px solid var(--cc-line);
}

.cc-footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 1.1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}

.cc-footer-brand {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  max-width: 420px;
}

.cc-footer-brand .brand-mark {
  flex: 0 0 auto;
  margin-top: 3px;
}

.cc-footer-brand strong {
  display: block;
  color: var(--cc-navy);
  font-size: 18px;
  font-weight: 700;
}

.cc-footer-brand p {
  margin: 8px 0 0;
  color: #65767a;
  font-size: 15px;
  line-height: 1.55;
}

.cc-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.cc-footer-nav span {
  display: block;
  margin-bottom: 12px;
  color: #75827c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cc-footer-nav a {
  display: block;
  margin-bottom: 9px;
  color: #4c5d61;
  font-size: 15px;
  text-decoration: none;
  transition: color .18s ease;
}

.cc-footer-nav a:hover {
  color: var(--cc-navy);
}

.cc-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: 22px;
  border-top: 1px solid var(--cc-line);
  color: #75827c;
  font-size: 13px;
}

.cc-footer-bottom-solo {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.cc-footer-bottom a {
  color: var(--cc-teal);
  text-decoration: none;
}

.cc-footer-bottom a:hover {
  color: var(--cc-navy);
}

/* Legal pages (privacy / terms) */
.cc-legal {
  padding-bottom: 0;
}

.cc-legal-paper {
  width: min(100% - 44px, 820px);
  margin: clamp(48px, 7vw, 96px) auto clamp(56px, 7vw, 96px);
  padding: clamp(32px, 4vw, 56px) clamp(26px, 3.5vw, 56px);
  border: 1px solid var(--cc-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 22px 58px rgba(24, 53, 83, .07);
}

.cc-legal-paper h1 {
  margin: 14px 0 0;
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
}

.cc-legal-meta {
  margin: 14px 0 8px;
  color: #7a888b;
  font-size: 14px;
  font-style: italic;
}

.cc-legal-paper h2 {
  margin: 34px 0 8px;
  color: var(--cc-navy);
  font-size: 21px;
  font-weight: 700;
}

.cc-legal-paper p,
.cc-legal-paper li {
  color: #51636a;
  font-size: 16px;
  line-height: 1.66;
}

.cc-legal-paper ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.cc-legal-paper li {
  margin-bottom: 6px;
}

.cc-legal-paper a {
  color: var(--cc-teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cc-legal-paper strong {
  color: var(--cc-navy);
}

.cc-legal-callout {
  margin: 24px 0 8px;
  padding: 22px 24px;
  border: 1px solid var(--cc-line);
  border-left: 3px solid var(--cc-teal);
  border-radius: 12px;
  background: rgba(232, 242, 246, .5);
  scroll-margin-top: 96px;
}

.cc-legal-callout h2 {
  margin-top: 0;
}

.cc-legal-back {
  display: inline-block;
  margin-top: 36px;
  color: var(--cc-teal);
  font-weight: 600;
  text-decoration: none;
}

.cc-legal-back:hover {
  color: var(--cc-navy);
}

/* Tasteful, motion-safe hero entrance */
@media (prefers-reduced-motion: no-preference) {
  .cc-soft-landing .cc-hero-copy > * {
    opacity: 0;
    transform: translateY(14px);
    animation: cc-rise .7s cubic-bezier(.2, .7, .2, 1) forwards;
  }
  .cc-soft-landing .cc-hero-copy > *:nth-child(1) { animation-delay: .04s; }
  .cc-soft-landing .cc-hero-copy > *:nth-child(2) { animation-delay: .10s; }
  .cc-soft-landing .cc-hero-copy > *:nth-child(3) { animation-delay: .16s; }
  .cc-soft-landing .cc-hero-copy > *:nth-child(4) { animation-delay: .22s; }
  .cc-soft-landing .cc-hero-copy > *:nth-child(5) { animation-delay: .28s; }
  /* File cards: fade opacity only — never lock `transform`, so tilt/flip stay live */
  .cc-analysis-files .cc-file-card {
    opacity: 0;
    animation: cc-fade .7s ease forwards;
  }
  .cc-analysis-files .cc-file-card:nth-of-type(1) { animation-delay: .18s; }
  .cc-analysis-files .cc-file-card:nth-of-type(2) { animation-delay: .24s; }
  .cc-analysis-files .cc-file-card:nth-of-type(3) { animation-delay: .30s; }
  .cc-analysis-files .cc-file-card:nth-of-type(4) { animation-delay: .36s; }
  .cc-analysis-files .cc-file-card:nth-of-type(5) { animation-delay: .42s; }
  .cc-analysis-files .cc-file-card:nth-of-type(6) { animation-delay: .48s; }
  .cc-analysis-files .cc-file-card:nth-of-type(7) { animation-delay: .54s; }
}

@keyframes cc-rise {
  to { opacity: 1; transform: none; }
}

@keyframes cc-fade {
  to { opacity: 1; }
}

@media (max-width: 880px) {
  .cc-disclaimer {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cc-disclaimer-tag {
    align-self: start;
  }
  .cc-footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 560px) {
  .cc-footer-nav {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── How it works ── */
.cc-steps-section {
  width: min(100% - 44px, 1720px);
  margin: clamp(56px, 7vw, 100px) auto 0;
}

.cc-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.cc-step {
  position: relative;
  padding-top: 30px;
  border-top: 2px solid var(--cc-line);
}

.cc-step-num {
  position: absolute;
  top: -20px;
  left: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--cc-navy);
  color: #fffdf8;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(24, 53, 83, .22);
}

.cc-step h3 {
  margin: 0 0 8px;
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1.18;
}

.cc-step p {
  margin: 0;
  color: #65767a;
  font-size: 16px;
  line-height: 1.56;
}

/* ── Founder portrait ── */
.cc-founder-portrait {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0 0;
}

.cc-founder-portrait img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .9);
  box-shadow: 0 12px 30px rgba(24, 53, 83, .18);
}

.cc-founder-portrait figcaption {
  color: var(--cc-navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
}

/* ── Micro-interactions: hover + focus ── */
.cc-story-card,
.cc-social-grid article,
.cc-price-card,
.cc-step,
.cc-report-paper,
.cc-soft-landing .cc-live-link,
.cc-soft-landing .cc-run-button,
.cc-footer-nav a {
  transition: transform .26s cubic-bezier(.2, .7, .2, 1),
    box-shadow .26s ease, border-color .26s ease, color .18s ease;
}

.cc-social-grid article:hover,
.cc-price-card:hover,
.cc-report-paper:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 53, 83, .34);
  box-shadow: 0 30px 64px rgba(24, 53, 83, .14);
}

.cc-story-card:hover {
  transform: translateY(-3px);
}

.cc-story-card:hover img {
  box-shadow: 0 26px 56px rgba(24, 53, 83, .16);
}

.cc-step:hover .cc-step-num {
  transform: scale(1.06);
  box-shadow: 0 14px 30px rgba(24, 53, 83, .3);
}

/* Primary CTA: lift + sliding arrow */
.cc-soft-landing .cc-live-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(24, 53, 83, .2);
}

.cc-soft-landing .cc-live-link:not(.secondary)::after {
  content: "→";
  margin-left: 9px;
  font-weight: 600;
  transition: transform .22s ease;
}

.cc-soft-landing .cc-live-link:not(.secondary):hover::after {
  transform: translateX(4px);
}

/* Accessible focus ring across the page */
body[data-page="command-center"] a:focus-visible,
body[data-page="command-center"] button:focus-visible {
  outline: 2px solid var(--cc-teal);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
  .cc-file-card,
  .cc-story-card,
  .cc-social-grid article,
  .cc-price-card,
  .cc-step,
  .cc-report-paper,
  .cc-soft-landing .cc-live-link {
    transition: none;
  }
  .cc-file-card:hover,
  .cc-social-grid article:hover,
  .cc-price-card:hover,
  .cc-report-paper:hover,
  .cc-story-card:hover,
  .cc-soft-landing .cc-live-link:hover {
    transform: none;
  }
}

@media (max-width: 760px) {
  .cc-steps-section {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }
  .cc-steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 480px) {
  .cc-steps-section {
    width: min(330px, calc(100vw - 36px)) !important;
    max-width: min(330px, calc(100vw - 36px)) !important;
  }
}

/* ── Conversion + trust additions ── */

/* Hero post-click microcopy */
.cc-cta-note {
  margin: 14px 0 0;
  color: #5e7075;
  font-size: 14px;
  line-height: 1.5;
}

/* Shared width/margin for new sections */
.cc-methods-section,
.cc-security-section,
.cc-faq-section {
  width: min(100% - 44px, 1720px);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(68px, 9vw, 126px);
}

/* Methods / credibility */
.cc-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.cc-method {
  padding: 24px 22px;
  border: 1px solid var(--cc-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 14px 36px rgba(24, 53, 83, .06);
  transition: transform .26s cubic-bezier(.2, .7, .2, 1), box-shadow .26s ease, border-color .26s ease;
}

.cc-method:hover {
  transform: translateY(-3px);
  border-color: rgba(24, 53, 83, .26);
  box-shadow: 0 24px 52px rgba(24, 53, 83, .12);
}

.cc-method span {
  display: block;
  margin-bottom: 8px;
  color: var(--cc-sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cc-method p {
  margin: 0;
  color: #58696d;
  font-size: 15px;
  line-height: 1.55;
}

/* Security / privacy strip */
.cc-security {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--cc-line);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(232, 242, 246, .8), rgba(246, 245, 239, .7));
}

.cc-security-head h2 {
  margin: 8px 0 0;
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.12;
}

.cc-security-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--cc-teal);
  font-weight: 600;
  text-decoration: none;
  transition: color .18s ease;
}

.cc-security-link:hover {
  color: var(--cc-navy);
}

.cc-security-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-security-list li {
  position: relative;
  padding-left: 26px;
  color: #54666a;
  font-size: 15px;
  line-height: 1.5;
}

.cc-security-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 4px, var(--cc-teal) 5px 6px, transparent 7px),
    var(--cc-mint);
  box-shadow: inset 0 0 0 1.5px var(--cc-teal);
}

.cc-security-list strong {
  color: var(--cc-navy);
  font-weight: 700;
}

/* Price anchor line */
.cc-price-anchor {
  margin-top: 14px !important;
  color: #75827c !important;
  font-size: 15px !important;
}

/* FAQ accordion */
.cc-faq {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--cc-line);
}

.cc-faq details {
  border-bottom: 1px solid var(--cc-line);
}

.cc-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px;
  color: var(--cc-navy);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  transition: color .18s ease;
}

.cc-faq summary::-webkit-details-marker {
  display: none;
}

.cc-faq summary::after {
  content: "+";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--cc-line);
  border-radius: 999px;
  color: var(--cc-sage);
  font-size: 20px;
  font-weight: 500;
  transition: transform .25s ease, background .2s ease, color .2s ease;
}

.cc-faq summary:hover {
  color: var(--cc-teal);
}

.cc-faq details[open] summary::after {
  content: "\2212";
  transform: rotate(180deg);
  background: var(--cc-navy);
  color: #fffdf8;
  border-color: var(--cc-navy);
}

.cc-faq details p {
  margin: 0;
  padding: 0 44px 24px 4px;
  color: #58696d;
  font-size: 16px;
  line-height: 1.62;
}

.cc-faq details a {
  color: var(--cc-teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 880px) {
  .cc-methods-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cc-security {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .cc-methods-section,
  .cc-security-section,
  .cc-faq-section {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }
}

@media (max-width: 560px) {
  .cc-methods-grid,
  .cc-files-needed-grid,
  .cc-folder-grid,
  .cc-security-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .cc-methods-section,
  .cc-files-needed-section,
  .cc-security-section,
  .cc-faq-section {
    width: min(330px, calc(100vw - 36px)) !important;
    max-width: min(330px, calc(100vw - 36px)) !important;
  }
}

/* ── Alternating full-bleed background bands for clear section delineation ── */
.cc-steps-section,
.cc-files-needed-section,
.cc-story-section,
.cc-example-section,
.cc-methods-section,
.cc-social-section,
.cc-faq-section,
.cc-final-cta {
  margin-top: 0;
  padding-top: clamp(46px, 5vw, 80px);
  padding-bottom: clamp(46px, 5vw, 80px);
  border-top: 0;
}

/* Panels keep margin so they read as floating cards between bands */
.cc-founder-section,
.cc-security-section,
.cc-price-section {
  margin-top: clamp(60px, 7vw, 104px);
  margin-bottom: clamp(60px, 7vw, 104px);
}

/* Full-bleed white bands on alternating sections */
.cc-steps-section,
.cc-files-needed-section,
.cc-example-section,
.cc-social-section,
.cc-faq-section {
  position: relative;
  isolation: isolate;
}
.cc-steps-section::before,
.cc-files-needed-section::before,
.cc-example-section::before,
.cc-social-section::before,
.cc-faq-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #eaf2f5;
}

/* Command Center consumer softness pass: keep the health-page feel, avoid the old dark operator look */
body[data-page="command-center"] {
  --cc-navy: #1f3d59;
  --cc-ink: #2e3f43;
  --cc-muted: #6d7c7f;
  --cc-sage: #6c8770;
  --cc-teal: #547f82;
  --cc-mist: #edf5f7;
  --cc-mint: #f0f6ef;
  --cc-cream: #fffaf2;
  --cc-paper: #f8f7f1;
  --cc-peach: #f2e5d7;
  --cc-gold: #d9c979;
  --cc-line: #dde8df;
}

body[data-page="command-center"] .site-header {
  background: rgba(248, 247, 241, .92);
}

.cc-soft-landing .cc-site-hero {
  background: #f6f6ef;
}

.cc-soft-landing .cc-site-hero::before {
  background:
    linear-gradient(90deg, rgba(248, 247, 241, .98) 0%, rgba(248, 247, 241, .9) 46%, rgba(248, 247, 241, .78) 100%),
    linear-gradient(0deg, rgba(248, 247, 241, .98) 0%, rgba(248, 247, 241, .55) 46%, rgba(248, 247, 241, .88) 100%);
}

.cc-soft-landing .cc-topbar h1 {
  max-width: 760px;
  color: #20394f;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 650;
  letter-spacing: 0;
}

.cc-soft-landing .cc-public-intro {
  color: #66777b;
  font-size: clamp(18px, 1.55vw, 23px);
}

.cc-soft-landing .cc-live-link,
.cc-soft-landing .cc-run-button {
  border-color: rgba(85, 126, 130, .34);
  background: #e8f2f6;
  color: #1f3d59;
  box-shadow: 0 14px 30px rgba(31, 61, 89, .09);
}

.cc-soft-landing .cc-live-link.secondary,
.cc-soft-landing .cc-run-button {
  border-color: rgba(31, 61, 89, .15);
  background: rgba(255, 255, 255, .74);
}

.cc-soft-landing .cc-live-link:hover {
  box-shadow: 0 20px 38px rgba(31, 61, 89, .13);
}

.cc-file-face {
  border-color: rgba(31, 61, 89, .16);
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 18px 44px rgba(31, 61, 89, .06);
}

.cc-analysis-files .cc-file-card:nth-of-type(1) { --c1: #dcecf7; --c2: #f4f9fc; --accent: #4779a3; }
.cc-analysis-files .cc-file-card:nth-of-type(2) { --c1: #dff1e5; --c2: #f4faf5; --accent: #518866; }
.cc-analysis-files .cc-file-card:nth-of-type(3) { --c1: #f6e3ca; --c2: #fff4e8; --accent: #bd7b35; }

.cc-file-card h2,
.cc-file-card.file-primary h2,
.cc-story-heading h2,
.cc-example-section h2,
.cc-founder-section h2,
.cc-social-section h2,
.cc-price-section h2,
.cc-files-needed-section h2 {
  color: #20394f;
  font-weight: 650;
}

.cc-file-card p,
.cc-story-heading p,
.cc-example-section p,
.cc-founder-section p,
.cc-social-section p,
.cc-price-section p,
.cc-files-needed-section p {
  color: #68797c;
}

.cc-proof-strip div,
.cc-files-needed-grid article,
.cc-folder-grid article,
.cc-social-grid article,
.cc-method,
.cc-price-card {
  border-color: rgba(31, 61, 89, .1);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 16px 36px rgba(31, 61, 89, .055);
}

.cc-price-card {
  background: linear-gradient(135deg, rgba(232, 242, 246, .7), rgba(242, 229, 215, .55));
}

.cc-step-num {
  background: #dfeef2;
  color: #1f3d59;
  box-shadow: 0 10px 24px rgba(31, 61, 89, .1);
}

.cc-final-cta {
  background:
    linear-gradient(90deg, rgba(248, 247, 241, .96), rgba(248, 247, 241, .8)),
    url("assets/media/2026-04-23-triangle-genome.webp") center / cover;
}

@media (max-width: 760px) {
  .cc-soft-landing .cc-topbar h1 {
    font-size: 31px;
    font-weight: 650;
  }

  .cc-soft-landing .cc-live-link,
  .cc-soft-landing .cc-run-button {
    background: #e8f2f6;
  }

  body[data-page="command-center"] .site-header {
    gap: 14px;
    padding: 13px 18px 14px;
  }

  body[data-page="command-center"] nav {
    flex-wrap: nowrap;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body[data-page="command-center"] nav::-webkit-scrollbar {
    display: none;
  }

  body[data-page="command-center"] nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    border-color: rgba(31, 61, 89, .13);
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1;
  }

  .cc-example-aside,
  .cc-founder-section {
    background: linear-gradient(135deg, rgba(232, 242, 246, .9), rgba(248, 247, 241, .86));
  }

  .cc-example-aside h3 {
    font-size: 28px;
  }

  .cc-founder-section h2 {
    font-size: 28px;
  }

  .cc-founder-section blockquote {
    font-size: 22px;
    line-height: 1.2;
  }

  .cc-founder-section p {
    font-size: 16px;
  }
}

/* ── Conversion pass: hero eyebrow, empathy band, final sub ── */
.cc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  padding: 7px 15px 7px 12px;
  border: 1px solid rgba(24, 53, 83, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: var(--cc-navy);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.cc-eyebrow .cc-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cc-teal);
}
@media (prefers-reduced-motion: no-preference) {
  .cc-eyebrow .cc-live-dot { animation: cc-pulse 2.2s ease-in-out infinite; }
}
@keyframes cc-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(79, 130, 133, .5); }
  50% { box-shadow: 0 0 0 7px rgba(79, 130, 133, 0); }
}

/* Empathy band — a calm editorial pause between hero and the pitch */
.cc-empathy {
  width: 100%;
  margin: 0;
  padding: clamp(44px, 6vw, 84px) clamp(22px, 5vw, 86px);
  background: #ffffff;
  border-top: 1px solid rgba(24, 53, 83, .06);
  border-bottom: 1px solid rgba(24, 53, 83, .06);
}
.cc-empathy p {
  max-width: 940px;
  margin: 0 auto;
  color: #43575c;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.5vw, 33px);
  line-height: 1.44;
  text-align: center;
}
.cc-empathy strong {
  color: var(--cc-navy);
  font-weight: 700;
}

/* Final CTA supporting line */
.cc-final-sub {
  margin: 14px auto 0;
  max-width: 580px;
  color: #64767a;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
  text-align: center;
}

/* ── Live sample-report preview (see-it-first) ── */
.cc-report-preview {
  width: min(100% - 44px, 1100px);
  margin: clamp(28px, 4vw, 48px) auto 0;
  border: 1px solid var(--cc-line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 26px 64px rgba(24, 53, 83, .12);
}
.cc-report-preview-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--cc-line);
  background: rgba(232, 242, 246, .5);
  font-size: 13px;
  font-weight: 700;
  color: var(--cc-navy);
}
.cc-report-preview-bar > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.cc-report-preview-bar a {
  color: var(--cc-teal);
  text-decoration: none;
  font-weight: 700;
}
.cc-report-preview-bar a:hover { color: var(--cc-navy); }
.cc-report-frame-wrap {
  position: relative;
  height: clamp(360px, 52vh, 560px);
}
.cc-report-frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #fff;
}
.cc-report-frame-veil {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .96) 78%);
  text-decoration: none;
}
.cc-report-frame-veil span {
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--cc-navy);
  color: #fffdf8;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(24, 53, 83, .22);
  transition: transform .18s ease;
}
.cc-report-frame-veil:hover span { transform: translateY(-2px); }

@media (max-width: 760px) {
  .cc-report-preview { width: calc(100vw - 36px); }
}

/* ════ Visual pass: imagery, color, depth, spacing ════ */

/* More generous vertical rhythm */
.cc-steps-section,
.cc-story-section,
.cc-example-section,
.cc-methods-section,
.cc-social-section,
.cc-faq-section,
.cc-final-cta {
  padding-top: clamp(58px, 6.5vw, 108px);
  padding-bottom: clamp(58px, 6.5vw, 108px);
}
.cc-founder-section,
.cc-security-section,
.cc-price-section,
.cc-files-needed-section {
  margin-top: clamp(58px, 6.5vw, 108px);
  margin-bottom: clamp(58px, 6.5vw, 108px);
}
.cc-story-heading { margin-bottom: clamp(36px, 4vw, 58px); }

/* Methods feature — illustration beside the method cards */
.cc-methods-feature {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 3.5vw, 60px);
  align-items: start;
}
.cc-methods-figure { margin: 0; }
.cc-methods-figure img {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--cc-line);
  box-shadow: 0 30px 70px rgba(24, 53, 83, .14);
}
.cc-methods-figure figcaption {
  margin-top: 14px;
  color: var(--cc-sage);
  font-size: 13.5px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
}
.cc-methods-feature .cc-methods-grid { grid-template-columns: 1fr 1fr; }
/* Method cards: colored left accent + accent label */
.cc-method {
  border-left: 3px solid var(--ma, var(--cc-teal));
  background: linear-gradient(160deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .58));
}
.cc-method span { color: var(--ma, var(--cc-sage)); }
.cc-method:hover {
  transform: translateY(-3px);
  border-color: var(--cc-line);
  border-left-color: var(--ma, var(--cc-teal));
  box-shadow: 0 26px 56px rgba(24, 53, 83, .13);
}
.cc-methods-grid .cc-method:nth-child(1) { --ma: #3a72a8; }
.cc-methods-grid .cc-method:nth-child(2) { --ma: #3f8a5f; }
.cc-methods-grid .cc-method:nth-child(3) { --ma: #2f8a80; }
.cc-methods-grid .cc-method:nth-child(4) { --ma: #6f59b4; }
.cc-methods-grid .cc-method:nth-child(5) { --ma: #a37f24; }
.cc-methods-grid .cc-method:nth-child(6) { --ma: #c4663d; }

/* Inside the report — color-coded folders matching the hero */
.cc-folder-grid { gap: clamp(18px, 2.4vw, 30px); }
.cc-folder-grid article {
  position: relative;
  overflow: visible;
  min-height: 188px;
  border: 1px solid var(--fa, rgba(24, 53, 83, .14));
  border-radius: 14px;
  background: linear-gradient(150deg, var(--ft1, #fff), var(--ft2, rgba(255, 255, 255, .7)));
  box-shadow: 0 16px 40px rgba(24, 53, 83, .07);
}
.cc-folder-grid article::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 24px;
  width: 84px;
  height: 11px;
  border: 1px solid var(--fa, rgba(24, 53, 83, .18));
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  background: var(--ft1, #fff);
}
.cc-folder-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fffdf8;
  border: 1px solid var(--fa);
  color: var(--fa);
  font-weight: 800;
  font-size: 12px;
}
.cc-folder-grid article:hover {
  transform: translateY(-4px);
  border-color: var(--fa);
  box-shadow: 0 30px 62px rgba(24, 53, 83, .14);
}
.cc-folder-grid article:nth-child(1) { --fa: #3a72a8; --ft1: #eef6fd; --ft2: #fbfdff; }
.cc-folder-grid article:nth-child(2) { --fa: #3f8a5f; --ft1: #edf8f0; --ft2: #fbfefb; }
.cc-folder-grid article:nth-child(3) { --fa: #c97f36; --ft1: #fef3e7; --ft2: #fffdf9; }
.cc-folder-grid article:nth-child(4) { --fa: #2f8a80; --ft1: #eaf7f3; --ft2: #fafdfc; }
.cc-folder-grid article:nth-child(5) { --fa: #6f59b4; --ft1: #f4eefc; --ft2: #fdfcff; }
.cc-folder-grid article:nth-child(6) { --fa: #a37f24; --ft1: #fdf6da; --ft2: #fffef8; }
.cc-folder-grid article:nth-child(7) { --fa: #c4663d; --ft1: #fdeadd; --ft2: #fffdfa; }

/* Accent dots on the secondary grids for cohesion */
.cc-social-grid span,
.cc-files-needed-grid span {
  position: relative;
  padding-left: 17px;
}
.cc-social-grid span::before,
.cc-files-needed-grid span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--cc-teal);
}
.cc-social-grid article:nth-child(2) span::before,
.cc-files-needed-grid article:nth-child(2) span::before { background: #3f8a5f; }
.cc-social-grid article:nth-child(3) span::before,
.cc-files-needed-grid article:nth-child(3) span::before { background: #c4663d; }

/* Empathy flourish */
.cc-empathy { position: relative; }
.cc-empathy::before {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 0 auto clamp(20px, 2.4vw, 30px);
  border-radius: 999px;
  background: var(--cc-teal);
}

@media (max-width: 880px) {
  .cc-methods-feature { grid-template-columns: 1fr; }
  .cc-methods-feature .cc-methods-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .cc-methods-feature .cc-methods-grid { grid-template-columns: 1fr; }
}

/* ════ Motion: scroll reveals, FAQ + iframe, press states (v5) ════ */
/* Only active when JS adds body.cc-motion (skipped under reduced-motion / no JS) */
body.cc-motion .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2, .7, .2, 1);
  will-change: opacity, transform;
}
body.cc-motion .reveal.is-in-view { opacity: 1; transform: none; }

body.cc-motion .reveal-grid > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s cubic-bezier(.2, .7, .2, 1);
}
body.cc-motion .reveal-grid.is-in-view > * { opacity: 1; transform: none; }
body.cc-motion .reveal-grid.is-in-view > *:nth-child(1) { transition-delay: .04s; }
body.cc-motion .reveal-grid.is-in-view > *:nth-child(2) { transition-delay: .10s; }
body.cc-motion .reveal-grid.is-in-view > *:nth-child(3) { transition-delay: .16s; }
body.cc-motion .reveal-grid.is-in-view > *:nth-child(4) { transition-delay: .22s; }
body.cc-motion .reveal-grid.is-in-view > *:nth-child(5) { transition-delay: .28s; }
body.cc-motion .reveal-grid.is-in-view > *:nth-child(6) { transition-delay: .34s; }
body.cc-motion .reveal-grid.is-in-view > *:nth-child(7) { transition-delay: .40s; }

/* FAQ answer reveal on open */
@media (prefers-reduced-motion: no-preference) {
  .cc-faq details[open] > p { animation: cc-faq-in .26s ease; }
}
@keyframes cc-faq-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: none; }
}

/* CTA press + nudge */
.cc-soft-landing .cc-live-link:active { transform: translateY(1px); }

/* Sample-report iframe skeleton shimmer (fades out on load) */
.cc-report-skeleton {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(110deg, rgba(232, 242, 246, .55) 30%, rgba(255, 255, 255, .85) 50%, rgba(232, 242, 246, .55) 70%);
  background-size: 220% 100%;
  transition: opacity .45s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .cc-report-skeleton { animation: cc-shimmer 1.4s linear infinite; }
}
@keyframes cc-shimmer { to { background-position: -220% 0; } }
.cc-report-frame-wrap.loaded .cc-report-skeleton { opacity: 0; pointer-events: none; }

/* ════ Trust + a11y + spacing fixes (v5) ════ */
/* Mini disclaimer beneath CTAs and the founder quote (FTC proximity) */
.cc-mini-disclaimer {
  margin: 14px 0 0;
  color: #5e6f73;
  font-size: 12.5px;
  line-height: 1.45;
}
.cc-final-cta .cc-mini-disclaimer { text-align: center; max-width: 540px; margin-left: auto; margin-right: auto; }
.cc-inline-note { display: block; margin-top: 6px; color: #75827c; font-size: 13px; font-style: italic; }

/* Pricing escape-hatch link under the $199 button */
.cc-price-sample-link {
  display: block;
  margin-top: 12px;
  color: var(--cc-teal);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.cc-price-sample-link:hover { color: var(--cc-navy); }

/* Contrast: darken hero intro + strengthen flip hint */
.cc-soft-landing .cc-public-intro { color: #50646a; }
.cc-flip-hint { opacity: .85; }
.cc-file-card:focus-visible { outline: 2px solid var(--cc-teal); outline-offset: 4px; }

/* ════════ v6 redesign: one distinct layout per section + banding ════════ */

/* Centered section headings (distinct from the left-aligned hero) */
.cc-soft-landing .cc-section-heading {
  display: block;
  max-width: 740px;
  margin: 0 auto clamp(36px, 4vw, 56px);
  text-align: center;
}
.cc-soft-landing .cc-section-heading .kicker { color: var(--cc-sage); }
.cc-soft-landing .cc-section-heading h2 {
  margin: 12px 0 0;
  color: var(--cc-navy);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  font-size: clamp(30px, 3.7vw, 54px);
  font-weight: 700;
  line-height: 1.1;
}
.cc-soft-landing .cc-section-heading p {
  margin: 16px auto 0;
  max-width: 620px;
  color: #50646a;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.55;
}

/* Section frames + full-bleed bands */
.cc-stepper-section, .cc-sample-section, .cc-pipeline-section, .cc-ladder-section, .cc-privacy-section {
  width: min(100% - 44px, 1720px);
  margin: 0 auto;
  padding: clamp(62px, 6.5vw, 112px) 0;
  position: relative;
}
.cc-band-tint, .cc-band-dark { isolation: isolate; }
.cc-band-tint::before, .cc-band-dark::before {
  content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%);
}
.cc-band-tint::before { background: #e9f1f5; }
.cc-band-dark::before { background: linear-gradient(165deg, #16314e, #1e2d42); }

/* Flip cards now lead with the category (number badge removed) */
.cc-file-front em { margin-top: 0; }

/* Empathy + inline audiences */
.cc-empathy-for {
  margin: 20px auto 0;
  max-width: 780px;
  text-align: center;
  color: var(--cc-sage);
  font-size: 14px;
  font-weight: 700;
}

/* HOW IT WORKS — horizontal numbered stepper (the only numbered section) */
.cc-stepper {
  list-style: none; margin: 0 auto; padding: 0; max-width: 1000px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px);
}
.cc-stepper-node { position: relative; text-align: center; }
.cc-stepper-num {
  display: inline-grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 16px;
  border-radius: 999px; background: var(--cc-navy); color: #fffdf8; font-size: 18px; font-weight: 800;
  box-shadow: 0 12px 26px rgba(24, 53, 83, .22); position: relative; z-index: 1;
}
.cc-stepper-node:not(:last-child)::after {
  content: ""; position: absolute; top: 25px; left: calc(50% + 34px); right: calc(-50% + 34px);
  height: 2px; background: var(--cc-line);
}
.cc-stepper-node h3 { margin: 0 0 6px; color: var(--cc-navy); font-size: clamp(18px, 1.7vw, 22px); font-weight: 700; }
.cc-stepper-node p { margin: 0 auto; max-width: 270px; color: #65767a; font-size: 15px; line-height: 1.5; }

/* SAMPLE — annotated split (contents list + live report) */
.cc-sample-split {
  display: grid; grid-template-columns: minmax(210px, .58fr) minmax(0, 1.42fr);
  gap: clamp(24px, 3.5vw, 56px); align-items: start;
}
.cc-sample-label { display: block; color: var(--cc-sage); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.cc-sample-contents ul { list-style: none; margin: 0 0 22px; padding: 0; }
.cc-sample-contents li { padding: 11px 0; border-bottom: 1px solid var(--cc-line); color: var(--cc-navy); font-size: 16px; font-weight: 600; }
.cc-sample-contents li small { color: var(--cc-sage); font-weight: 600; font-size: 12px; margin-left: 6px; }
.cc-sample-section .cc-report-preview { width: 100%; margin: 0; }

/* UNDER THE HOOD — dark pipeline diagram */
.cc-pipeline-section .cc-section-heading .kicker { color: #8fc6c0; }
.cc-pipeline-section .cc-section-heading h2 { color: #fffdf8; }
.cc-pipeline-section .cc-section-heading p { color: rgba(255, 255, 255, .8); }
.cc-pipeline { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(14px, 1.8vw, 28px); align-items: center; }
.cc-pipe-io { text-align: center; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 14px; background: rgba(255, 255, 255, .05); }
.cc-pipe-io span { display: block; color: #8fc6c0; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 5px; }
.cc-pipe-io b { color: #fffdf8; font-size: 15px; }
.cc-pipe-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cc-pipe-node { padding: 15px 16px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; background: rgba(255, 255, 255, .04); }
.cc-pipe-node b { display: block; color: #fffdf8; font-size: 14px; font-weight: 700; margin-bottom: 7px; }
.cc-pipe-node code { font-family: "IBM Plex Mono", ui-monospace, monospace; color: #9fd0ca; font-size: 11.5px; }
.cc-pipe-node.accent { border-color: var(--cc-teal); background: rgba(79, 130, 133, .2); }

/* WHAT TO UPLOAD — good/better/best ladder */
.cc-ladder { list-style: none; margin: 0 auto; padding: 0; max-width: 840px; display: grid; gap: 16px; }
.cc-ladder-tier { border: 1px solid var(--cc-line); border-radius: 14px; background: rgba(255, 255, 255, .66); padding: 22px 26px; box-shadow: 0 12px 30px rgba(24, 53, 83, .05); }
.cc-ladder-tier span { color: var(--cc-sage); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cc-ladder-tier h3 { margin: 7px 0 6px; color: var(--cc-navy); font-weight: 700; font-size: clamp(18px, 1.7vw, 23px); }
.cc-ladder-tier p { margin: 0; color: #65767a; font-size: 15px; line-height: 1.5; }
.cc-ladder-tier p code { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 12.5px; color: var(--cc-teal); }
.cc-ladder-tier.tier-best { border-color: var(--cc-teal); border-left-width: 4px; background: linear-gradient(135deg, rgba(232, 242, 246, .85), rgba(255, 255, 255, .72)); box-shadow: 0 22px 50px rgba(79, 130, 133, .12); }
.cc-ladder-tier.tier-best h3 { font-size: clamp(22px, 2.2vw, 29px); }

/* PRIVACY — reassurance pill row */
.cc-privacy-inner { text-align: center; max-width: 940px; margin: 0 auto; }
.cc-privacy-inner h2 { color: var(--cc-navy); font-size: clamp(24px, 2.7vw, 38px); font-weight: 700; margin: 0 0 24px; }
.cc-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.cc-pill { padding: 11px 19px; border: 1px solid var(--cc-line); border-radius: 999px; background: rgba(255, 255, 255, .72); color: var(--cc-navy); font-size: 14px; font-weight: 600; }
.cc-privacy-link { display: inline-block; margin-top: 22px; color: var(--cc-teal); font-weight: 600; text-decoration: none; }
.cc-privacy-link:hover { color: var(--cc-navy); }

/* PRICING — single centered card, $199 as the big type moment */
.cc-price-section { display: block; border: 0; width: min(100% - 44px, 1720px); margin: 0 auto; padding: clamp(60px, 6.5vw, 108px) 0; }
.cc-price-solo { max-width: 520px; margin: 0 auto; text-align: center; border: 1px solid var(--cc-line); border-radius: 22px; background: rgba(255, 255, 255, .74); padding: clamp(36px, 4vw, 58px); box-shadow: 0 28px 66px rgba(24, 53, 83, .1); }
.cc-price-solo .kicker { color: var(--cc-sage); }
.cc-price-solo strong { display: block; margin: 12px 0 6px; color: var(--cc-navy); font-size: clamp(58px, 8vw, 94px); font-weight: 700; line-height: 1; letter-spacing: -.02em; }
.cc-price-solo p { color: #5e7075; font-size: 15px; line-height: 1.55; margin: 0 auto 26px; max-width: 380px; }

@media (max-width: 880px) {
  .cc-sample-split { grid-template-columns: 1fr; }
  .cc-pipeline { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .cc-stepper { grid-template-columns: 1fr; gap: 18px; }
  .cc-stepper-node { display: grid; grid-template-columns: 50px 1fr; column-gap: 16px; text-align: left; align-items: center; }
  .cc-stepper-num { margin: 0; }
  .cc-stepper-node h3 { grid-column: 2; }
  .cc-stepper-node p { grid-column: 2; max-width: none; }
  .cc-stepper-node:not(:last-child)::after { display: none; }
  .cc-pipe-flow { grid-template-columns: 1fr; }
}

/* ════════════ v7 aesthetics polish (25-expert panel) ════════════ */
body[data-page="command-center"] {
  --cc-navy: #1f3d59;
  --ink-1: #20394f;
  --ink-2: #4a5d61;
  --ink-3: #6b7c7f;
  --e1: 0 1px 2px rgba(31, 61, 89, .06), 0 12px 28px -8px rgba(31, 61, 89, .10);
  --e2: 0 2px 4px rgba(31, 61, 89, .07), 0 24px 50px -12px rgba(31, 61, 89, .12);
  --e3: 0 8px 16px rgba(31, 61, 89, .08), 0 40px 80px -24px rgba(31, 61, 89, .16);
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
}

/* Typography: real weight ladder + tracking + balance */
.cc-soft-landing h1, .cc-soft-landing .cc-topbar h1 { font-weight: 600; letter-spacing: -.018em; text-wrap: balance; }
.cc-soft-landing .cc-section-heading h2,
.cc-soft-landing .cc-founder-section h2,
.cc-soft-landing .cc-final-cta h2,
.cc-soft-landing .cc-privacy-inner h2 { letter-spacing: -.012em; text-wrap: balance; }
.cc-soft-landing .cc-public-intro,
.cc-soft-landing .cc-section-heading p { text-wrap: pretty; }
.cc-soft-landing .kicker,
.cc-soft-landing .cc-section-heading .kicker,
.cc-sample-label, .cc-ladder-tier span, .cc-pipe-io span, .cc-eyebrow { font-weight: 600; }

/* Ink ramp — collapse the grey zoo, darken body copy for contrast */
.cc-soft-landing .cc-section-heading p,
.cc-soft-landing .cc-public-intro,
.cc-stepper-node p, .cc-ladder-tier p, .cc-faq details p,
.cc-final-sub, .cc-empathy p, .cc-price-solo p, .cc-sample-contents li small,
.cc-methods-figure figcaption, .cc-inline-note { color: var(--ink-2); }

/* Elevation tokens applied */
.cc-file-face { box-shadow: var(--e1); border-radius: var(--r-sm); }
.cc-ladder-tier, .cc-pill { box-shadow: var(--e1); }
.cc-report-preview, .cc-price-solo { box-shadow: var(--e3); }
.cc-file-card:hover .cc-file-face,
.cc-ladder-tier:hover { box-shadow: var(--e2); }

/* Band rhythm: cool + warm + paper, hairline seams */
.cc-empathy { background: #fdfcf8; }
.cc-band-tint::before { background: var(--band-cool, #e3eef2); }

/* Flip cards: accent left edge + tinted gradient front */
.cc-file-front { border-left: 3px solid var(--accent, var(--cc-teal)); }
.cc-flip-hint { opacity: 0; }
.cc-file-card:hover .cc-flip-hint, .cc-file-card:focus-visible .cc-flip-hint { opacity: .9; }

/* Stepper: dashed rail (fading) + seated discs + mono numerals */
.cc-stepper-num { font-family: "IBM Plex Mono", ui-monospace, monospace; box-shadow: 0 0 0 6px var(--cc-mint), 0 12px 26px rgba(31, 61, 89, .22); }
.cc-stepper-node:not(:last-child)::after {
  background: repeating-linear-gradient(90deg, rgba(31, 61, 89, .26) 0 6px, transparent 6px 12px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

/* Sample preview: framed document window */
.cc-report-preview { border-radius: var(--r-md); }
.cc-report-frame-veil { background: linear-gradient(to bottom, rgba(244, 248, 250, 0), rgba(244, 248, 250, .96) 80%); }

/* DARK PIPELINE BAND — the headline rebuild (highest consensus) */
.cc-band-dark::before {
  background:
    radial-gradient(120% 90% at 20% 0%, #21456a, transparent 55%),
    linear-gradient(160deg, #142c47, #16223a);
}
.cc-pipeline-section { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); }
.cc-pipe-io, .cc-pipe-node {
  background: linear-gradient(180deg, rgba(143, 198, 192, .10), rgba(255, 255, 255, .03));
  border: 1px solid rgba(143, 198, 192, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 10px 30px rgba(0, 0, 0, .28);
  border-radius: var(--r-md);
}
.cc-pipe-node .cc-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.cc-pipe-node code {
  display: inline-block; padding: 3px 9px; border-radius: 6px;
  background: rgba(143, 198, 192, .10); border: 1px solid rgba(143, 198, 192, .22);
  color: #b6ded8; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 11.5px; letter-spacing: .02em;
  transition: background .25s ease;
}
.cc-pipe-node:hover code { background: rgba(143, 198, 192, .2); }
.cc-pipe-node.accent { border-color: var(--cc-teal); box-shadow: 0 0 0 1px var(--cc-teal), 0 0 28px rgba(84, 127, 130, .4); }
.cc-pipe-node.accent b { color: #cdebe6; }

/* Ladder: real good/better/best descent */
.cc-ladder-tier { border-left: 1px solid var(--cc-line); }
.cc-ladder-tier:nth-child(2) { border-left: 3px solid rgba(108, 135, 112, .5); background: linear-gradient(135deg, rgba(238, 245, 239, .7), rgba(255, 255, 255, .7)); }
.cc-ladder-tier.tier-best { box-shadow: var(--e2); }
.cc-ladder-tier:nth-child(2) span { color: #6c8770; }
.cc-ladder-tier:nth-child(3) span { color: var(--ink-3); }

/* Pills: glyph + inset highlight + hover */
.cc-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(180deg, #fff, rgba(232, 242, 246, .5));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), var(--e1);
  transition: transform .2s ease, border-color .2s ease;
}
.cc-pill::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: var(--cc-teal); }
.cc-pill:hover { transform: translateY(-1px); border-color: var(--cc-teal); }

/* Price card drama */
.cc-price-solo { background: linear-gradient(150deg, #fff, #f3f7f5); border-color: rgba(98, 127, 107, .35); }
.cc-price-solo strong { font-variant-numeric: tabular-nums; letter-spacing: -.03em; position: relative; display: inline-block; padding-bottom: 14px; }
.cc-price-solo strong::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 40px; height: 2px; border-radius: 999px; background: var(--cc-teal); }
.cc-dollar { vertical-align: super; font-size: .55em; color: var(--cc-teal); margin-right: 2px; }

/* FAQ: carded accordion + active-row tint */
.cc-faq { border-top: 0; border: 1px solid var(--cc-line); border-radius: var(--r-md); background: rgba(255, 255, 255, .6); box-shadow: var(--e1); padding: 4px 22px; }
.cc-faq details[open] { background: rgba(232, 242, 246, .45); border-left: 2px solid var(--cc-teal); border-radius: 8px; margin: 0 -14px; padding: 0 14px; }
.cc-faq summary { padding: 22px 6px; }

/* Founder: enlarged portrait, navy quote, decorative open-quote */
.cc-founder-portrait img { width: 132px; height: 132px; border-radius: 18px; border: 3px solid #fffaf2; box-shadow: var(--e3); }
.cc-founder-section { position: relative; }
.cc-founder-section blockquote { color: var(--cc-navy); position: relative; }
.cc-founder-section blockquote::before {
  content: "\201C"; position: absolute; top: -.5em; left: -.2em; z-index: -1;
  font-family: "Libre Baskerville", Georgia, serif; font-size: 7em; line-height: 1; color: rgba(84, 127, 130, .14);
}
.cc-founder-section p { margin-top: 14px; }

/* Delight: hover lift, premium reveal, breathing live-dot, focus */
@media (prefers-reduced-motion: no-preference) {
  body.cc-motion .reveal, body.cc-motion .reveal-grid > * {
    transform: translateY(20px) scale(.99);
    filter: blur(6px);
    transition: opacity .6s ease, transform .6s cubic-bezier(.22, 1, .36, 1), filter .5s ease;
  }
  body.cc-motion .reveal.is-in-view, body.cc-motion .reveal-grid.is-in-view > * { transform: none; filter: none; }
  .cc-eyebrow .cc-live-dot, .cc-report-preview-bar .cc-live-dot { animation: cc-breathe 2.6s ease-in-out infinite; }
}
@keyframes cc-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(84, 127, 130, .35); }
  50% { box-shadow: 0 0 0 6px rgba(84, 127, 130, 0); }
}
body[data-page="command-center"] a:focus-visible,
body[data-page="command-center"] button:focus-visible,
.cc-file-card:focus-visible {
  outline: 2px solid var(--cc-teal); outline-offset: 3px; box-shadow: 0 0 0 6px rgba(84, 127, 130, .12);
}
#example-report, #how-we-analyze, #pricing, #faq { scroll-margin-top: 96px; }

@media (max-width: 880px) {
  .cc-founder-portrait img { width: 104px; height: 104px; }
}

/* ── Three-tier pricing ── */
.cc-price-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 26px);
  max-width: 1040px;
  margin: 0 auto;
  align-items: center;
}
.cc-tier {
  display: flex; flex-direction: column;
  border: 1px solid var(--cc-line);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--e1);
  padding: clamp(26px, 3vw, 38px) clamp(22px, 2.4vw, 30px);
  text-align: center;
}
.cc-tier-name { color: var(--cc-sage); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cc-tier strong { display: block; margin: 10px 0 4px; color: var(--cc-navy); font-size: clamp(40px, 5vw, 60px); font-weight: 700; line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.cc-tier-desc { color: var(--ink-2); font-size: 14px; line-height: 1.45; margin: 0 0 18px; min-height: 42px; }
.cc-tier ul { list-style: none; margin: 0 0 22px; padding: 0; text-align: left; flex: 1; }
.cc-tier li { position: relative; padding: 9px 0 9px 24px; border-bottom: 1px solid var(--cc-line); color: var(--ink-2); font-size: 14px; line-height: 1.4; }
.cc-tier li::before { content: "\2713"; position: absolute; left: 0; top: 9px; color: var(--cc-teal); font-weight: 700; }
.cc-tier li code { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 11.5px; color: var(--cc-teal); }
.cc-tier li small { color: var(--ink-3); display: block; }
.cc-tier-no { color: var(--ink-3); }
.cc-tier-no::before { content: "\2013"; color: var(--ink-3); }
.cc-tier .cc-live-link { display: flex; justify-content: center; width: 100%; }
.cc-tier-featured {
  position: relative;
  border: 1.5px solid var(--cc-teal);
  background: linear-gradient(160deg, #fff, #f3f7f5);
  box-shadow: var(--e3);
  transform: scale(1.045);
  z-index: 1;
}
.cc-tier-featured strong { font-size: clamp(52px, 6.5vw, 80px); }
.cc-tier-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  padding: 5px 14px; border-radius: 999px; background: var(--cc-navy); color: #fffaf2;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap;
}
.cc-price-refund { max-width: 640px; margin: clamp(28px, 3vw, 40px) auto 0; text-align: center; color: var(--ink-3); font-size: 13.5px; line-height: 1.5; }

@media (max-width: 820px) {
  .cc-price-tiers { grid-template-columns: 1fr; max-width: 460px; }
  .cc-tier-featured { transform: none; }
}

/* Center flip-card content vertically within each (stretched) cell */
.cc-file-face { justify-content: center; }
.cc-file-front { padding-top: 34px; padding-bottom: 30px; }

/* Hero: vertically center the (now 3-card) folder block against the taller copy */
.cc-soft-landing .cc-analysis-files { align-self: center; }

/* Hero: full-width centered headline above the intro + folders */
.cc-soft-landing .cc-topbar h1.cc-hero-title {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 1000px;
  margin: 0 auto clamp(28px, 4vw, 52px);
  text-align: center;
}

/* ── Centered hero composition + sticky CTA (v12) ── */
.cc-soft-landing .cc-site-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(26px, 3.5vw, 50px);
}
.cc-soft-landing .cc-topbar h1.cc-hero-title { margin-bottom: 0; }
.cc-soft-landing .cc-hero-copy { align-self: center; max-width: 760px; }
.cc-soft-landing .cc-public-intro { margin-left: auto; margin-right: auto; }
.cc-soft-landing .cc-live-actions { justify-content: center; }
.cc-soft-landing .cc-analysis-files {
  align-self: center;
  width: 100%;
  max-width: 1080px;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  padding-top: 0;
}
.cc-soft-landing .cc-file-card.file-primary,
.cc-soft-landing .cc-file-card.file-report { grid-column: auto; min-height: 200px; }
@media (max-width: 820px) {
  .cc-soft-landing .cc-analysis-files { grid-template-columns: 1fr; max-width: 460px; }
}

/* Persistent scroll CTA */
.cc-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(18px);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 9px 11px 9px 22px;
  border: 1px solid rgba(31, 61, 89, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: var(--e2);
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s cubic-bezier(.2, .7, .2, 1);
  z-index: 60;
}
.cc-sticky-cta.show { opacity: 1; transform: translateX(-50%); pointer-events: auto; }
.cc-sticky-cta > span:first-child { color: var(--cc-navy); font-size: 14px; font-weight: 600; }
.cc-sticky-go {
  display: inline-flex; align-items: center;
  padding: 9px 18px; border-radius: 999px;
  background: var(--cc-navy); color: #fffaf2; font-size: 14px; font-weight: 700;
}
.cc-sticky-cta:hover .cc-sticky-go { background: #16314e; }
@media (prefers-reduced-motion: reduce) {
  .cc-sticky-cta { transition: opacity .2s ease; transform: translateX(-50%); }
}
@media (max-width: 520px) {
  .cc-sticky-cta { left: 12px; right: 12px; transform: none; justify-content: space-between; width: auto; }
  .cc-sticky-cta.show { transform: none; }
}

/* CTA hierarchy: solid-navy primary that pops, clean ghost secondary (v13) */
.cc-soft-landing .cc-live-link {
  background: var(--cc-navy);
  color: #fffaf2;
  border: 1px solid var(--cc-navy);
  box-shadow: 0 12px 28px rgba(31, 61, 89, .22);
}
.cc-soft-landing .cc-live-link:hover { background: #16314e; border-color: #16314e; }
.cc-soft-landing .cc-live-link.secondary {
  background: rgba(255, 255, 255, .35);
  color: var(--cc-navy);
  border: 1.5px solid rgba(31, 61, 89, .30);
  box-shadow: none;
}
.cc-soft-landing .cc-live-link.secondary:hover {
  background: rgba(31, 61, 89, .05);
  border-color: var(--cc-navy);
}

/* ── v14 mobile hardening: kill horizontal overflow / clipping ── */
@media (max-width: 760px) {
  .cc-soft-landing .cc-analysis-files {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .cc-soft-landing .cc-topbar h1.cc-hero-title {
    font-size: clamp(27px, 7.6vw, 40px);
    max-width: 100%;
    letter-spacing: -.01em;
  }
  .cc-stepper-section, .cc-sample-section, .cc-pipeline-section,
  .cc-ladder-section, .cc-privacy-section, .cc-price-section {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
  }
  .cc-sample-split, .cc-pipeline { grid-template-columns: 1fr; }
  .cc-pills { gap: 8px; }
  .cc-pill { white-space: normal; font-size: 13px; text-align: center; }
  .cc-privacy-inner h2 { overflow-wrap: anywhere; }
}

/* v15: kill the legacy mobile carousel — stack the 3 folders */
@media (max-width: 760px) {
  .cc-soft-landing .cc-analysis-files {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .cc-soft-landing .cc-file-card { min-height: 150px; }
}

/* v16: secure-handoff reassurance (frames the AWS portal as expected, not a scam) */
.cc-cta-trust {
  margin: 16px auto 0;
  max-width: 560px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}
.cc-lock {
  display: inline-block;
  width: 11px; height: 9px;
  border: 1.5px solid var(--cc-teal);
  border-radius: 2px;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.cc-lock::before {
  content: "";
  position: absolute;
  left: 50%; top: -6px;
  transform: translateX(-50%);
  width: 6px; height: 7px;
  border: 1.5px solid var(--cc-teal);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.cc-price-refund + .cc-price-refund { margin-top: 8px; }
