/* ============================================================
   IALF CPI™ — Premium section patterns
   ------------------------------------------------------------
   Layered compositions for the eight sections that carry the
   argument. Every pattern here follows the same rule the eight
   reference sites share: a section is a LAYERED OBJECT — surface,
   then panel, then content, then accent — not a headline with
   space under it.
   ============================================================ */

@layer sections {

/* ------------------------------------------------------------
   SHARED: the panel
   A dark or paper container with a glow, a header rail and a
   footer rail. Everything premium in the references is a panel.
   ------------------------------------------------------------ */
.panel {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: var(--surface-paper);
  border: 1px solid var(--color-cream-border);
  box-shadow: var(--shadow-plate);
}
.panel--ink {
  background: linear-gradient(168deg, #16256d 0%, #0c1754 58%, #080f3a 100%);
  border-color: rgba(255,255,255,.12);
  color: var(--color-paper-white);
  box-shadow: 0 30px 70px rgba(4,9,38,.42);
}
.panel--tint { background: var(--tint-lavender); border-color: transparent; }
.panel__glow {
  position: absolute; z-index: 0; pointer-events: none;
  width: 58%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--color-electric-cobalt) 42%, transparent), transparent 66%);
  top: -24%; right: -18%;
}
.panel--tint .panel__glow { background: radial-gradient(circle, color-mix(in srgb, var(--tint-peach) 90%, transparent), transparent 68%); }
.panel > *:not(.panel__glow) { position: relative; z-index: 1; }

.panel__rail {
  display: flex; align-items: center; gap: 12px;
  padding: 15px 22px;
  border-bottom: 1px solid var(--color-cream-border);
}
.panel--ink .panel__rail { border-bottom-color: rgba(255,255,255,.12); }
.panel__rail--foot { border-bottom: 0; border-top: 1px solid var(--color-cream-border); }
.panel--ink .panel__rail--foot { border-top-color: rgba(255,255,255,.12); }
.panel__k {
  font-size: 10px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--color-stone);
}
.panel--ink .panel__k { color: rgba(255,255,255,.52); }
.panel__spacer { margin-left: auto; }
.panel__body { padding: 22px; }

/* Traffic-light dots — reads as "this is a real artefact" */
.dots { display: flex; gap: 5px; flex: none; }
.dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--color-cream-border); }
.panel--ink .dots i { background: rgba(255,255,255,.2); }
.dots i:first-child { background: var(--color-electric-cobalt); }

/* ------------------------------------------------------------
   SPLIT LAYOUT — sticky argument, layered artefact
   ------------------------------------------------------------ */
.pair { display: grid; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (min-width: 980px) {
  .pair { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
  .pair--wide-left { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); }
  .pair--sticky > :first-child { position: sticky; top: 108px; }
}
.pair > * { min-width: 0; }

/* ------------------------------------------------------------
   S3 — THE CYCLE PANEL
   ------------------------------------------------------------ */
.cycle { display: grid; gap: 2px; }
.cyc {
  position: relative;
  display: grid; grid-template-columns: 54px 1fr auto; align-items: center;
  gap: 16px;
  padding: 15px 20px;
  background: rgba(255,255,255,.04);
  border-radius: 14px;
  transition: background var(--dur-base) var(--ease-editorial);
}
.cyc.is-lit { background: rgba(37,69,255,.18); }
.cyc__n {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1.5px solid rgba(255,255,255,.22);
  font-family: var(--font-sans-tight); font-size: 12px; font-weight: 700;
  color: rgba(255,255,255,.62);
  transition: background var(--dur-base) linear, color var(--dur-base) linear, border-color var(--dur-base) linear;
}
.cyc.is-lit .cyc__n { background: var(--color-electric-cobalt); border-color: var(--color-electric-cobalt); color: #fff; }
.cyc__t { display: grid; gap: 2px; min-width: 0; }
.cyc__name { font-family: var(--font-sans-tight); font-size: 1rem; font-weight: 600; letter-spacing: -.03em; color: var(--color-paper-white); }
.cyc__d { font-size: 13px; line-height: 1.4; color: rgba(255,255,255,.66); }
.cyc__thumb { width: 44px; height: 44px; border-radius: 12px; overflow: hidden; flex: none; }
.cyc__thumb img { width: 100%; height: 100%; object-fit: cover; }
.cycle__restart {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-top: 8px; padding: 13px;
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  border: 1px dashed rgba(255,255,255,.26);
  font-family: var(--font-display); font-style: italic;
  font-size: 15px; color: var(--color-lavender-mist);
}
.cycle__restart svg { width: 16px; height: 16px; color: var(--color-paper-white); }

/* ------------------------------------------------------------
   S7 — DOMAIN TILES (photo + reach badge)
   ------------------------------------------------------------ */
.domains { display: grid; gap: 14px; }
@media (min-width: 640px)  { .domains { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1080px) { .domains { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.dom {
  position: relative; overflow: hidden;
  border-radius: 20px;
  background: var(--surface-paper);
  border: 1px solid var(--color-cream-border);
  display: grid; grid-template-rows: auto 1fr;
  transition: transform var(--dur-base) var(--ease-editorial), box-shadow var(--dur-base) var(--ease-editorial);
}
.dom__media { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.dom__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.05); }
.dom__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,23,84,.5), transparent 58%); }
.dom__reach {
  position: absolute; z-index: 2; left: 12px; bottom: 12px;
  padding: 5px 11px; border-radius: var(--radius-buttons);
  background: color-mix(in srgb, var(--color-paper-white) 90%, transparent);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--color-ink-navy);
}
.dom__in { padding: 18px 20px 20px; display: grid; gap: 7px; align-content: start; }
.dom__t { font-family: var(--font-sans-tight); font-size: 1.125rem; font-weight: 600; letter-spacing: -.035em; color: var(--color-charcoal); }
.dom__d { font-size: 13.5px; line-height: 1.55; color: var(--color-graphite); }
@media (hover:hover) and (pointer:fine) {
  .dom:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
}

/* ------------------------------------------------------------
   S8 — EVIDENCE: Unverified Claim vs. Verified Impact Story
   ------------------------------------------------------------ */
/* ------------------------------------------------------------
   S8 — EVIDENCE: Unverified Claim vs. Verified Impact Story
   ------------------------------------------------------------ */
.evid { display: grid; gap: 24px; }
@media (min-width: 900px) { .evid { grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); align-items: stretch; } }

/* Split Header Support & Evidence Fidelity Radar Card */
.evidence-radar-card {
  border-radius: 20px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(246,249,255,0.92) 100%);
  border: 1px solid rgba(37,69,255,0.16);
  box-shadow: 0 16px 36px -10px rgba(12,23,84,0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.radar-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.radar-card__title {
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-ink-navy);
}
.radar-card__badge {
  font-family: var(--font-sans-tight);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.25);
}
.radar-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(37,69,255,0.08);
  border-bottom: 1px solid rgba(37,69,255,0.08);
}
.radar-stat { display: grid; gap: 2px; }
.radar-stat__num {
  font-family: var(--font-sans-tight);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--color-electric-cobalt);
  line-height: 1;
}
.radar-stat__num small { font-size: .62em; font-weight: 600; }
.radar-stat__label {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-stone);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.radar-wave {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 24px;
  padding: 2px 0;
}
.radar-wave__bar {
  flex: 1;
  border-radius: 2px;
  background: linear-gradient(180deg, #3054ff 0%, #06b6d4 100%);
  height: var(--h, 50%);
  animation: radar-pulse 1.4s ease-in-out infinite alternate;
  animation-delay: var(--d, 0s);
}
@keyframes radar-pulse {
  0% { transform: scaleY(0.35); opacity: 0.45; }
  100% { transform: scaleY(1); opacity: 1; }
}
.radar-card__desc {
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--color-graphite);
  margin: 0;
}

.evid__weak, .evid__strong {
  border-radius: 24px;
  padding: clamp(24px, 2.5vw, 34px);
  display: grid;
  gap: 16px;
  align-content: start;
  position: relative;
  overflow: hidden;
}

/* Bureaucratic Unverified Claim Memo */
.evid__weak {
  background: linear-gradient(150deg, #fdfbf7 0%, #f7f3eb 100%);
  border: 1.5px dashed rgba(185, 28, 28, 0.4);
  box-shadow: 0 12px 32px -8px rgba(185, 28, 28, 0.08);
  position: relative;
}
.evid__weak::before {
  content: "ATTENDANCE ONLY · VOID OF PRACTICE DATA";
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-13deg);
  font-family: var(--font-sans-tight);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  color: rgba(220, 38, 38, 0.07);
  white-space: nowrap;
  pointer-events: none;
  border: 3px solid rgba(220, 38, 38, 0.07);
  padding: 8px 18px;
  border-radius: 8px;
}

.evid__citation {
  font-family: monospace;
  font-size: 10px;
  color: #991b1b;
  letter-spacing: .06em;
  background: rgba(220, 38, 38, 0.06);
  padding: 3px 8px;
  border-radius: 4px;
  width: fit-content;
}

.evid__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 20px;
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  width: fit-content;
}
.evid__status--warn {
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
  border: 1px solid rgba(220, 38, 38, 0.2);
}

.evid__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.3;
  color: #7f1d1d;
  margin: 4px 0 0;
  font-weight: 600;
}

.evid__def-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.evid__def-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(220, 38, 38, 0.04);
  border: 1px solid rgba(220, 38, 38, 0.14);
  font-size: 12.5px;
  font-weight: 600;
  color: #991b1b;
}
.evid__def-item-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.evid__def-item svg {
  flex-shrink: 0;
  color: #dc2626;
}
.evid__def-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #b91c1c;
  background: rgba(220, 38, 38, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Verified Professional Story Card (Obsidian Enterprise Grade) */
.evid__strong {
  background: linear-gradient(155deg, #0e1a4c 0%, #080f33 60%, #040822 100%);
  color: var(--color-paper-white);
  border: 1px solid rgba(56, 189, 248, 0.25);
  box-shadow: 0 24px 60px -12px rgba(8, 15, 51, 0.6);
  position: relative;
}
.evid__status--verified {
  background: rgba(56, 189, 248, 0.14);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.3);
}
.evid__pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px #34d399;
  animation: pulse-beacon 2s infinite;
}

.evid__practitioner-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.evid__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #818cf8);
  display: grid;
  place-items: center;
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex: none;
}
.evid__meta-info {
  display: grid;
  gap: 1px;
  font-size: 11.5px;
  line-height: 1.2;
}
.evid__meta-name { font-weight: 600; color: #fff; }
.evid__meta-sub { font-size: 10px; color: rgba(255,255,255,0.6); }

/* Connected pipeline line */
.evid__chain {
  display: grid;
  gap: 10px;
  position: relative;
  padding-left: 14px;
}
.evid__chain::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, #38bdf8 0%, #34d399 100%);
  opacity: 0.5;
}
.echain {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s, background 0.2s;
}
.echain::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 6px #38bdf8;
}
.echain:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateX(4px);
}
.echain__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 6px;
  font-family: var(--font-sans-tight);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(56, 189, 248, 0.2);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.3);
  min-width: 82px;
  text-align: center;
}
.echain__v {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}
.echain__proof {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #34d399;
  background: rgba(52, 211, 153, 0.15);
  padding: 2px 6px;
  border-radius: 5px;
  white-space: nowrap;
}

/* Diagnostic Conversion Pipeline (fills whitespace under 6 questions) */
.diagnostic-pipeline {
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid rgba(37,69,255,0.14);
  box-shadow: 0 10px 28px -6px rgba(12,23,84,0.06);
  display: grid;
  gap: 12px;
}
.pipeline-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.pipeline-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-electric-cobalt);
  box-shadow: 0 0 6px var(--color-electric-cobalt);
}
.pipeline-title {
  font-family: var(--font-sans-tight);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-ink-navy);
}
.pipeline-status {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-electric-cobalt);
  background: var(--tint-lavender);
  padding: 2px 7px;
  border-radius: 5px;
}
.pipeline-lede {
  font-size: 12px;
  line-height: 1.45;
  color: var(--color-graphite);
  margin: 0;
}
.pipeline-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: center;
}
@media (max-width: 680px) {
  .pipeline-steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .p-step__connector {
    transform: rotate(90deg);
    justify-self: center;
    margin: -2px 0;
  }
}
.p-step {
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--surface-canvas);
  border: 1px solid var(--color-cream-border);
  display: grid;
  gap: 2px;
}
.p-step--active {
  background: rgba(37,69,255,0.06);
  border-color: rgba(37,69,255,0.25);
}
.p-step__num {
  font-family: var(--font-sans-tight);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-electric-cobalt);
}
.p-step__label {
  font-family: var(--font-sans-tight);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--color-charcoal);
  line-height: 1.2;
}
.p-step__desc {
  font-size: 10px;
  line-height: 1.35;
  color: var(--color-stone);
}
.p-step__connector {
  width: 18px;
  height: 18px;
  color: var(--color-electric-cobalt);
  display: grid;
  place-items: center;
}
.p-step__connector svg { width: 16px; height: 16px; }

.evid__sources { display: flex; flex-wrap: wrap; gap: 6px; }
.evid__source {
  padding: 6px 12px; border-radius: var(--radius-buttons);
  background: var(--surface-canvas); border: 1px solid var(--color-cream-border);
  font-size: 12px; font-weight: 500; color: var(--color-graphite);
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
}
.evid__source:hover {
  border-color: var(--color-electric-cobalt);
  color: var(--color-ink-navy);
  transform: translateY(-1px);
}

/* ------------------------------------------------------------
   S9 — TWO RECORDS: 100% Authentic Official Credential vs Live Impact Story
   ------------------------------------------------------------ */
.recs {
  display: grid;
  gap: 24px;
  align-items: stretch;
}
@media (min-width: 960px) {
  .recs {
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  }
}

/* Credential Telemetry Header Card */
.credential-telemetry-card {
  border-radius: 20px;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(246,249,255,0.92) 100%);
  border: 1px solid rgba(37,69,255,0.16);
  box-shadow: 0 16px 36px -10px rgba(12,23,84,0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cred-telemetry__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.cred-telemetry__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 6px #10b981;
}
.cred-telemetry__title {
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-ink-navy);
}
.cred-telemetry__badge {
  font-family: var(--font-sans-tight);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--tint-lavender);
  color: var(--color-electric-cobalt);
}
.cred-telemetry__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 6px 0;
}
.cred-stat-box {
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--surface-canvas);
  border: 1px solid var(--color-cream-border);
  display: grid;
  gap: 2px;
}
.cred-stat-box--active {
  background: rgba(37,69,255,0.06);
  border-color: rgba(37,69,255,0.25);
}
.cred-stat-box__tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-stone);
}
.cred-stat-box__val {
  font-family: var(--font-sans-tight);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-charcoal);
}
.cred-stat-box--active .cred-stat-box__val {
  color: var(--color-electric-cobalt);
}
.cred-stat-box__sub {
  font-size: 9.5px;
  color: var(--color-graphite);
}
.cred-telemetry__arrow {
  color: var(--color-electric-cobalt);
  font-weight: 700;
  font-size: 14px;
}
.cred-telemetry__desc {
  font-size: 11px;
  line-height: 1.4;
  color: var(--color-graphite);
  margin: 0;
}

/* 100% Authentic Official Credential Certificate */
.cert {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fbf9f4;
  border: 3px double #d4af37;
  box-shadow: 0 20px 48px -12px rgba(12, 23, 84, 0.12), inset 0 0 0 6px #faf6ed;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cert__guilloche-outer {
  flex: 1;
  margin: 8px;
  padding: clamp(16px, 2vw, 22px) clamp(16px, 2.2vw, 22px);
  border: 1.5px solid #8c7b64;
  border-radius: 12px;
  position: relative;
  background: radial-gradient(circle at 50% 50%, #ffffff 0%, #fbf8f0 70%, #f4eee1 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.cert__guilloche-outer::before,
.cert__guilloche-outer::after {
  content: "✤";
  position: absolute;
  font-size: 16px;
  color: #c59b27;
}
.cert__guilloche-outer::before { top: 4px; left: 6px; }
.cert__guilloche-outer::after { top: 4px; right: 6px; }

.cert__watermark-stamp {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-22deg);
  font-family: var(--font-sans-tight);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  color: rgba(220, 38, 38, 0.08);
  border: 2px dashed rgba(220, 38, 38, 0.14);
  padding: 6px 16px;
  border-radius: 6px;
  pointer-events: none;
  white-space: nowrap;
}

.cert__crest {
  margin: 0 auto 4px;
  width: 40px;
  height: 40px;
  color: #8c7b64;
}
.cert__crest svg { width: 100%; height: 100%; }
.cert__inst-name {
  font-family: var(--font-sans-tight);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #78350f;
  margin-bottom: 2px;
}
.cert__reg-sub {
  font-size: 8.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8c7b64;
  margin-bottom: 10px;
}
.cert__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  color: #1a202c;
  line-height: 1.15;
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: -.02em;
}
.cert__confer-line {
  font-size: 10.5px;
  color: #718096;
  font-style: italic;
  margin-bottom: 6px;
}
.cert__recipient {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: #0c1754;
  letter-spacing: .02em;
  padding: 2px 0 4px;
  border-bottom: 1px solid rgba(140, 123, 100, 0.25);
  display: inline-block;
  margin: 0 auto 6px;
}
.cert__course-title {
  font-family: var(--font-sans-tight);
  font-size: 12.5px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

/* Metadata Barcode & Security Grid */
.cert__meta-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  background: rgba(240, 235, 222, 0.7);
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(180, 150, 100, 0.2);
  margin: 10px 0;
  text-align: left;
}
@media (max-width: 560px) {
  .cert__meta-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cert__meta-k {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8c7b64;
}
.cert__meta-v {
  font-family: var(--font-sans-tight);
  font-size: 10.5px;
  font-weight: 600;
  color: #1e293b;
}

.cert__bottom-group {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

/* 3D Embossed Gold Foil Seal with Ribbons */
.cert__seal-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(180, 150, 100, 0.2);
}
.cert__sig-block {
  display: grid;
  gap: 2px;
  text-align: left;
}
.cert__sig-script {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  color: #0f172a;
  line-height: 1;
}
.cert__sig-title {
  font-size: 8px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cert__seal-realistic {
  position: relative;
  width: 64px;
  height: 64px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cert__seal-ribbons {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 1;
}
.cert__ribbon {
  width: 14px;
  height: 28px;
  background: #991b1b;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}
.cert__ribbon--left { transform: rotate(-8deg); }
.cert__ribbon--right { transform: rotate(8deg); }
.cert__seal-medal {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff176 0%, #ffd54f 25%, #f57f17 75%, #b76e00 100%);
  border: 2px dashed #ffea00;
  box-shadow: 0 4px 12px rgba(183, 110, 0, 0.45), inset 0 2px 4px rgba(255,255,255,0.8), inset 0 -2px 4px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4e342e;
  font-weight: 800;
  font-size: 7.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.cert__notice-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px dashed rgba(140, 123, 100, 0.3);
}
.cert__notice-text {
  font-family: var(--font-sans-tight);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #991b1b;
  text-align: left;
}
.cert__barcode-lines {
  font-family: monospace;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 11px;
  color: #8c7b64;
  flex: none;
}

/* Live Animated Enterprise Impact Story */
.story {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(155deg, #0f1a4e 0%, #080f33 60%, #040822 100%);
  color: var(--color-paper-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 64px -12px rgba(8, 15, 51, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.story::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at 30% 20%, rgba(48, 84, 255, 0.15) 0%, transparent 60%);
  pointer-events: none;
  animation: aurora-pulse 6s ease-in-out infinite alternate;
}
@keyframes aurora-pulse {
  0% { opacity: 0.5; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.15); }
}

.story__rail {
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.story__live-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #38bdf8;
}
.story__beacon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px #34d399;
  animation: pulse-beacon 1.8s infinite;
}
.story__rail-meta {
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #93c5fd;
}

.story__body {
  padding: clamp(22px, 2.6vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  flex: 1;
  position: relative;
  z-index: 1;
}
.story__p {
  font-size: clamp(1.02rem, 1.25vw, 1.15rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.94);
  margin: 0;
}
.story-pill {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95em;
  margin: 0 2px;
}
.story-pill--action {
  background: rgba(56, 189, 248, 0.16);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.3);
}
.story-pill--change {
  background: rgba(168, 85, 247, 0.18);
  color: #d8b4fe;
  border: 1px solid rgba(168, 85, 247, 0.3);
}
.story-pill--review {
  background: rgba(52, 211, 153, 0.16);
  color: #6ee7b7;
  border: 1px solid rgba(52, 211, 153, 0.3);
}

.story__metrics {
  display: grid;
  gap: 12px;
}
@media (min-width: 560px) {
  .story__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.smet {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 3px;
  position: relative;
  overflow: hidden;
}
.smet__k {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.smet__v {
  font-family: var(--font-sans-tight);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #ffffff;
}
.smet__sub {
  font-size: 9.5px;
  color: #7dd3fc;
  font-weight: 500;
}
.smet__live-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #818cf8);
  width: 100%;
  animation: live-bar-pulse 3s ease-in-out infinite;
}



/* ------------------------------------------------------------
   S10 — PORTFOLIO ENTRY: Modern Workleap-Grade Impact Dossier
   ------------------------------------------------------------ */
.panel--portfolio {
  border-radius: 20px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 24px 70px -15px rgba(15, 23, 42, 0.14), 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.3s;
}

/* Top App Window Bar */
.dossier-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  background: #090e24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 520px) {
  .dossier-window-bar {
    padding: 8px 12px;
  }
  .dossier-ref-code {
    display: none;
  }
  .dossier-status-text {
    font-size: 8.5px;
    letter-spacing: .07em;
  }
}
.dossier-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dossier-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.dossier-dot--red { background: #ef4444; }
.dossier-dot--yellow { background: #f59e0b; }
.dossier-dot--green { background: #10b981; }

.dossier-window-status {
  display: flex;
  align-items: center;
  gap: 7px;
}
.dossier-beacon {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: beacon-pulse 2.2s infinite ease-in-out;
}
.dossier-status-text {
  font-family: var(--font-sans-tight);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.dossier-ref-code {
  font-family: monospace;
  font-size: 10.5px;
  font-weight: 600;
  color: #38bdf8;
  letter-spacing: .06em;
}

/* Practitioner Hero Header */
.dossier-hero {
  padding: 18px 20px;
  background: linear-gradient(135deg, #0b1442 0%, #111e5c 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dossier-avatar-wrap {
  position: relative;
}
.dossier-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  display: grid;
  place-items: center;
  font-family: var(--font-sans-tight);
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
}
.dossier-avatar-pulse {
  position: absolute;
  inset: -3px;
  border-radius: 15px;
  border: 1.5px solid rgba(56, 189, 248, 0.45);
  animation: beacon-pulse 3s infinite;
  pointer-events: none;
}
.dossier-profile-info {
  display: grid;
  gap: 3px;
  flex: 1;
  min-width: 180px;
}
.dossier-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.dossier-name {
  font-family: var(--font-sans-tight);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #ffffff;
  margin: 0;
}
.dossier-role-tag {
  font-size: 11px;
  font-weight: 600;
  color: #7dd3fc;
  background: rgba(56, 189, 248, 0.16);
  padding: 2px 7px;
  border-radius: 4px;
  border: 1px solid rgba(56, 189, 248, 0.28);
}
.dossier-org-line {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.dossier-badges {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.dossier-badge {
  font-family: var(--font-sans-tight);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}
.dossier-badge--verified {
  background: rgba(16, 185, 129, 0.18);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.35);
}
.dossier-badge--benchmark {
  background: rgba(99, 102, 241, 0.2);
  color: #a5b4fc;
  border: 1px solid rgba(99, 102, 241, 0.35);
}

/* Interactive Segmented Phase Controller */
.dossier-nav-wrap {
  padding: 10px 18px;
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.dossier-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}
.dossier-tabs::-webkit-scrollbar { display: none; }
.dossier-tab {
  background: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  border-radius: 8px;
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: all 0.2s;
}
.dossier-tab:hover {
  background: #f1f5f9;
  color: #0f172a;
}
.dossier-tab.is-active {
  background: var(--color-electric-cobalt);
  color: #ffffff;
  border-color: var(--color-electric-cobalt);
  box-shadow: 0 4px 12px rgba(37, 69, 255, 0.3);
}
.dossier-tab__step {
  font-size: 9.5px;
  font-weight: 700;
  opacity: 0.85;
}

/* Dossier Body & Phase Cards */
.dossier-body {
  padding: 16px 18px;
  display: grid;
  gap: 16px;
  background: #f8fafc;
}
.dossier-phase {
  display: grid;
  gap: 10px;
  transition: opacity 0.3s, transform 0.3s;
}
.dossier-phase.is-hidden {
  display: none;
}
.dossier-phase-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
}
.phase-indicator {
  font-family: var(--font-sans-tight);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-electric-cobalt);
  padding: 2px 6px;
  border-radius: 4px;
}
.phase-title {
  font-family: var(--font-sans-tight);
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}
.phase-sub {
  font-size: 10.5px;
  color: #64748b;
  margin-left: auto;
}

.dossier-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.dossier-grid--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 720px) {
  .dossier-grid, .dossier-grid--triple {
    grid-template-columns: 1fr;
  }
}

/* Individual Stage Card */
.dossier-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  display: grid;
  gap: 6px;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.dossier-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 69, 255, 0.25);
  box-shadow: 0 8px 20px -4px rgba(12, 23, 84, 0.08);
}
.dossier-card--highlight {
  background: linear-gradient(145deg, #ffffff 0%, #fefce8 100%);
  border-color: rgba(234, 179, 8, 0.3);
}

.dossier-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.dossier-stage-pill {
  font-family: var(--font-sans-tight);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-electric-cobalt);
}
.dossier-meta-pill {
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.dossier-meta-pill--blue {
  background: rgba(37, 69, 255, 0.08);
  color: var(--color-electric-cobalt);
}
.dossier-meta-pill--emerald {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}
.dossier-meta-pill--purple {
  background: rgba(147, 51, 234, 0.1);
  color: #7c3aed;
}
.dossier-meta-pill--amber {
  background: rgba(245, 158, 11, 0.12);
  color: #d97706;
}
.dossier-meta-pill--cobalt {
  background: rgba(37, 69, 255, 0.12);
  color: #2563eb;
}

.dossier-q {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 11.5px;
  line-height: 1.35;
  color: #64748b;
  margin: 0;
}
.dossier-answer-box {
  display: grid;
  gap: 5px;
  margin-top: 2px;
}
.dossier-a {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin: 0;
}
.dossier-a--quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 13.5px;
  color: #1e293b;
  border-left: 2.5px solid #f59e0b;
  padding-left: 8px;
}
.dossier-verified-mark {
  font-family: var(--font-sans-tight);
  font-size: 9.5px;
  font-weight: 700;
  color: #059669;
  letter-spacing: .04em;
}

.dossier-progress-mini {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}
.dossier-progress-bar {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: #10b981;
}
.dossier-progress-txt {
  font-size: 9px;
  font-weight: 600;
  color: #059669;
}

.dossier-attachments {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.dossier-file-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 7px;
  border-radius: 5px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 9.5px;
  font-weight: 600;
  color: #334155;
  transition: background 0.18s, transform 0.18s;
  cursor: pointer;
}
.dossier-file-chip:hover {
  background: #e2e8f0;
  transform: translateY(-1px);
}

/* High-Converting Conversion Dock */
.dossier-conversion-dock {
  padding: 16px 20px;
  background: linear-gradient(135deg, #090e24 0%, #101942 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.dock-copy {
  display: grid;
  gap: 3px;
  flex: 1;
  min-width: 200px;
}
.dock-title {
  font-family: var(--font-sans-tight);
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
}
.dock-desc {
  font-size: 11.5px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.dock-action {
  display: grid;
  gap: 6px;
  align-items: end;
}
.dock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 9px;
  background: #38bdf8;
  color: #090e24;
  font-family: var(--font-sans-tight);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: all 0.22s;
}
.dock-btn:hover {
  background: #7dd3fc;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(56, 189, 248, 0.35);
  color: #090e24;
}
.dock-trust-pills {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: .02em;
  text-align: right;
}
}

/* ------------------------------------------------------------
   S17 — RESOURCE BENTO with media
   ------------------------------------------------------------ */
.bento { display: grid; gap: 14px; }
@media (min-width: 720px)  { .bento { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1060px) { .bento { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.bx {
  position: relative; overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--color-cream-border);
  background: var(--surface-paper);
  display: grid; align-content: start;
  transition: transform var(--dur-base) var(--ease-editorial), box-shadow var(--dur-base) var(--ease-editorial), border-color var(--dur-fast) linear;
}
.bx__media { aspect-ratio: 4/3; overflow: hidden; }
.bx__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.04); transition: transform var(--dur-slow) var(--ease-editorial); }
.bx__in { padding: 18px 20px 22px; display: grid; gap: 7px; }
.bx__n { font-size: 10px; font-weight: 700; letter-spacing: .16em; color: var(--color-stone); }
.bx__t { font-family: var(--font-sans-tight); font-size: 1.1875rem; font-weight: 600; letter-spacing: -.035em; }
.bx__d { font-size: 13.5px; line-height: 1.55; color: var(--color-graphite); }
.bx__go { display: inline-flex; align-items: center; gap: 7px; margin-top: 5px; font-size: 13px; font-weight: 500; color: var(--color-electric-cobalt); }
.bx__go svg { width: 14px; height: 14px; transition: transform var(--dur-fast) var(--ease-editorial); }
@media (hover:hover) and (pointer:fine) {
  a.bx:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--color-electric-cobalt); }
  a.bx:hover .bx__media img { transform: scale(1.06); }
  a.bx:hover .bx__go svg { transform: translateX(4px); }
}
@media (min-width: 1060px) { .bx--wide { grid-column: span 2; } .bx--wide .bx__media { aspect-ratio: 21/9; } }

/* ------------------------------------------------------------
   S18 — ONE QUESTION, as a guided sequence
   ------------------------------------------------------------ */
.seq { display: grid; gap: 2px; }
.sq {
  display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center;
  padding: 16px 18px; border-radius: 14px;
  background: rgba(255,255,255,.05);
  transition: background var(--dur-base) var(--ease-editorial);
}
.sq + .sq { margin-top: 6px; }
.sq.is-lit { background: rgba(37,69,255,.2); }
.sq__n {
  width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1.5px solid rgba(255,255,255,.24);
  font-family: var(--font-sans-tight); font-size: 11px; font-weight: 700; color: rgba(255,255,255,.6);
  transition: background var(--dur-base) linear, color var(--dur-base) linear, border-color var(--dur-base) linear;
}
.sq.is-lit .sq__n { background: var(--color-paper-white); border-color: var(--color-paper-white); color: var(--color-ink-navy); }
.sq__t { font-family: var(--font-display); font-size: clamp(1rem,1.7vw,1.3125rem); line-height: 1.3; color: rgba(255,255,255,.92); }

/* ------------------------------------------------------------
   S19 — DEVELOP / APPLY / IMPACT as three panels
   ------------------------------------------------------------ */
.dai { display: grid; gap: 16px; }
@media (min-width: 900px) { .dai { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.dai__card {
  position: relative; overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--color-cream-border);
  background: var(--surface-paper);
  display: grid; grid-template-rows: auto auto 1fr;
  box-shadow: var(--shadow-card);
}
.dai__media { position: relative; aspect-ratio: 5/4; overflow: hidden; }
.dai__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.dai__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,23,84,.62), transparent 55%); }
.dai__word {
  position: absolute; z-index: 2; left: 18px; bottom: 12px;
  font-family: var(--font-sans-tight);
  font-size: clamp(1.75rem, 3.4vw, 2.5rem); font-weight: 700; letter-spacing: -.055em;
  color: var(--color-paper-white); line-height: 1;
}
.dai__tag {
  position: absolute; z-index: 2; right: 14px; top: 14px;
  padding: 5px 12px; border-radius: var(--radius-buttons);
  font-family: var(--font-sans-tight); font-size: 11px; font-weight: 700; letter-spacing: .04em;
}
.dai__card:nth-child(1) .dai__tag { background: var(--tint-cream); color: var(--color-charcoal); }
.dai__card:nth-child(2) .dai__tag { background: var(--color-electric-cobalt); color: #fff; }
.dai__card:nth-child(3) .dai__tag { background: var(--surface-ink); color: #fff; }
.dai__in { padding: 18px 20px 22px; display: grid; gap: 8px; align-content: start; }
.dai__lead { font-family: var(--font-display); font-style: italic; font-size: 1.0625rem; color: var(--color-ink-navy); }
.dai__d { font-size: 13.5px; line-height: 1.55; color: var(--color-graphite); }

/* ------------------------------------------------------------
   S6 — the six vignettes were stacked one per row: 2,754px of page
   carrying 968 characters, the thinnest section on the site. Two
   across halves the height and loses nothing.
   ------------------------------------------------------------ */
@media (min-width: 680px) {
  .vignettes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .vignette:nth-child(odd), .vignette:nth-child(even) { margin-inline: 0; }
  .vignette .plate { --plate-ratio: 4 / 3; }
  .vignette__text { font-size: clamp(1.0625rem, 1.5vw, 1.25rem); }
}

/* ------------------------------------------------------------
   DENSITY — the references run tighter than this build did.
   Calendly 48-64 / 8-16. Ditto 48-80 / 12-16. Pulled in to match.
   ------------------------------------------------------------ */
/* ------------------------------------------------------------
   WORKLEAP-STYLE ENTERPRISE STRUCTURAL NAVIGATION & MEGA-MENUS
   ------------------------------------------------------------ */
.nav__group {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 11px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--color-graphite);
  border-radius: var(--radius-buttons);
  transition: color 0.2s, background 0.2s;
}

.nav__trigger svg {
  width: 11px;
  height: 11px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.6;
}

.nav__group:hover .nav__trigger,
.nav__group:focus-within .nav__trigger {
  color: var(--color-charcoal);
  background: rgba(12, 23, 84, 0.04);
}

.nav__group:hover .nav__trigger svg,
.nav__group:focus-within .nav__trigger svg {
  transform: rotate(180deg);
  opacity: 1;
  color: var(--color-electric-cobalt);
}

.nav__flyout {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  width: max-content;
  min-width: 320px;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(12, 23, 84, 0.09);
  box-shadow: 0 24px 60px -12px rgba(12, 23, 84, 0.16), 0 4px 16px rgba(12, 23, 84, 0.04);
  border-radius: 20px;
  padding: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 100;
}

.nav__group:hover .nav__flyout,
.nav__group:focus-within .nav__flyout {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(4px);
}

.flyout__grid {
  display: grid;
  gap: 4px;
}

.flyout__item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.18s ease;
}

.flyout__item:hover {
  background: #f4f6fe;
}

.flyout__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(48, 84, 255, 0.08);
  color: var(--color-electric-cobalt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.flyout__content {
  display: grid;
  gap: 2px;
}

.flyout__head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flyout__title {
  font-family: var(--font-sans-tight);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-ink-navy);
}

.flyout__badge {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(48, 84, 255, 0.1);
  color: var(--color-electric-cobalt);
}

.flyout__desc {
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--color-graphite);
}

/* ------------------------------------------------------------
   ENTERPRISE 2-COLUMN SPLIT HEADERS (ELIMINATING EMPTY RIGHT SIDES)
   ------------------------------------------------------------ */
.section-head--split {
  display: grid;
  gap: 28px;
  margin-bottom: clamp(36px, 4.5vw, 64px);
}
@media (min-width: 960px) {
  .section-head--split {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 48px;
  }
}

/* Section 7 Enterprise Domain Metric Chips */
.dom__metric {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  padding: 5px 11px;
  border-radius: 100px;
  background: rgba(37, 69, 255, 0.06);
  border: 1px solid rgba(37, 69, 255, 0.12);
  font-family: var(--font-sans-tight);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--color-electric-cobalt);
  letter-spacing: -0.01em;
}

.dom__metric-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-electric-cobalt);
  box-shadow: 0 0 6px var(--color-electric-cobalt);
}

/* ------------------------------------------------------------
   S14 — ENTERPRISE VALUE ENGINE / TRANSFORMATION PIPELINE
   ------------------------------------------------------------ */
.val-engine {
  display: grid;
  gap: 24px;
  position: relative;
}
@media (min-width: 980px) {
  .val-engine {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1.25fr) 48px minmax(0, 1fr);
    align-items: stretch;
  }
}

.vstage {
  border-radius: 22px;
  padding: clamp(22px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.4);
}

.vstage--mid {
  background: linear-gradient(155deg, rgba(48, 84, 255, 0.18) 0%, rgba(12, 23, 84, 0.7) 100%);
  border: 1.5px solid rgba(99, 102, 241, 0.4);
  box-shadow: 0 20px 50px -10px rgba(48, 84, 255, 0.35);
}

.vstage__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 20px;
  font-family: var(--font-sans-tight);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  width: fit-content;
}

.vstage__tag--foundation {
  background: rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.vstage__tag--engine {
  background: rgba(56, 189, 248, 0.2);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.4);
}

.vstage__tag--impact {
  background: rgba(52, 211, 153, 0.2);
  color: #6ee7b7;
  border: 1px solid rgba(52, 211, 153, 0.4);
}

.vstage__title {
  font-family: var(--font-sans-tight);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -.03em;
  color: #ffffff;
  line-height: 1.2;
}

.vstage__role {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14.5px;
  color: #94a3b8;
  line-height: 1.4;
}

.vstage--mid .vstage__role {
  color: #a5b4fc;
}

.vstage__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.vstage__chip {
  padding: 4px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 600;
  color: #e2e8f0;
}

.vstage__alert {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  line-height: 1.45;
  color: #94a3b8;
}

.vstage--mid .vstage__alert {
  color: #c7d2fe;
}

/* Pipeline Connector Stream */
.vstream {
  display: none;
}
@media (min-width: 980px) {
  .vstream {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .vstream__line {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, #38bdf8 50%, rgba(255,255,255,0.2) 100%);
    position: relative;
  }
  .vstream__pulse {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 12px #38bdf8;
    transform: translate(-50%, -50%);
    animation: stream-photon 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
}

@keyframes stream-photon {
  0% { left: 0%; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

/* S14 Architecture Comparison Matrix */
.vmatrix-box {
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: clamp(20px, 2.5vw, 32px);
  display: grid;
  gap: 20px;
}

.vmatrix-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.vmatrix-title {
  font-family: var(--font-sans-tight);
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
}

.vmatrix-rows {
  display: grid;
  gap: 10px;
}

.vmatrix-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.vmatrix-col--trad {
  font-size: 13px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vmatrix-col--cpi {
  font-size: 13px;
  font-weight: 600;
  color: #7dd3fc;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ------------------------------------------------------------
   S15 & S17 — REFLECTION & RESOURCE CARDS (ELIMINATING BLANK SIDES)
   ------------------------------------------------------------ */
.reflection-matrix-card, .resource-hub-card {
  background: #ffffff;
  border: 1px solid rgba(12, 23, 84, 0.1);
  border-radius: 20px;
  padding: clamp(20px, 2.2vw, 28px);
  box-shadow: 0 16px 40px -12px rgba(12, 23, 84, 0.08);
  display: grid;
  gap: 14px;
}

.refl-horizon {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8faff;
  border: 1px solid rgba(12, 23, 84, 0.06);
}

.refl-horizon__num {
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  color: #6366f1;
}

.refl-horizon__title {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-ink-navy);
}

.refl-horizon__badge {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  text-transform: uppercase;
}

.refl-horizon__badge--expected { background: rgba(52, 211, 153, 0.15); color: #047857; }
.refl-horizon__badge--unexpected { background: rgba(56, 189, 248, 0.15); color: #0369a1; }
.refl-horizon__badge--fail { background: rgba(245, 158, 11, 0.15); color: #b45309; }

.refl-framework {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.refl-framework__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(12, 23, 84, 0.08);
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.refl-framework__num {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(48, 84, 255, 0.1);
  color: var(--color-electric-cobalt);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.refl-framework__t {
  font-family: var(--font-sans-tight);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-ink-navy);
  margin-bottom: 2px;
}

.refl-framework__d {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--color-graphite);
}

/* ------------------------------------------------------------
   ENTERPRISE 5-COLUMN SITEMAP FOOTER
   ------------------------------------------------------------ */
.footer {
  padding-bottom: clamp(64px, 10vw, 96px) !important;
}
.footer__matrix {
  display: grid;
  gap: 36px;
  padding: 56px 0 40px;
}
@media (min-width: 900px) {
  .footer__matrix {
    grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
    gap: 32px;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__heading {
  font-family: var(--font-sans-tight);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 4px;
}

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.footer__list a {
  color: var(--color-lavender-mist);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.18s ease;
}

.footer__list a:hover {
  color: #ffffff;
}

.footer__badge-pill,
.footer__standard-highlight {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(37, 69, 255, 0.35) 0%, rgba(56, 189, 248, 0.22) 100%);
  border: 1.5px solid rgba(56, 189, 248, 0.65);
  box-shadow: 0 0 22px rgba(37, 69, 255, 0.38), inset 0 0 14px rgba(56, 189, 248, 0.22);
  color: #ffffff;
  font-family: var(--font-sans-tight);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  width: fit-content;
  margin-top: 16px;
  overflow: hidden;
}
.footer__standard-beacon {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 10px #38bdf8, 0 0 4px #fff;
  animation: beacon-pulse 2s infinite ease-in-out;
}
.footer__standard-text {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.6);
}
.footer__standard-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.3) 50%, transparent 70%);
  transform: translateX(-100%);
  animation: s3-sheen 4.5s infinite ease-in-out;
  pointer-events: none;
}

/* Animated Social Media Icons below standard */
.footer__socials-anim {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.footer__social-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #94a3b8;
  display: grid;
  place-items: center;
  text-decoration: none;
  transition: all 0.25s var(--ease-editorial);
  animation: social-float 4s ease-in-out infinite;
}
.footer__social-btn:nth-child(1) { animation-delay: 0s; }
.footer__social-btn:nth-child(2) { animation-delay: 0.6s; }
.footer__social-btn:nth-child(3) { animation-delay: 1.2s; }
.footer__social-btn:nth-child(4) { animation-delay: 1.8s; }

@keyframes social-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.footer__social-btn:hover {
  background: var(--color-electric-cobalt);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  transform: translateY(-5px) scale(1.12);
  box-shadow: 0 8px 22px rgba(37, 69, 255, 0.55);
}
.footer__social-btn svg {
  transition: transform 0.25s ease;
}
.footer__social-btn:hover svg {
  transform: scale(1.15);
}

/* Footer Headquarters Address & Telephone Block */
.footer__contact-block {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--color-lavender-mist);
}
.footer__contact-row svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #38bdf8;
}
.footer__contact-row address {
  font-style: normal;
  color: #e2e8f0;
}
.footer__contact-row a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer__contact-row a:hover {
  color: #38bdf8;
  text-decoration: underline;
}
.footer__legal-hq {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--color-lavender-mist);
}
.footer__legal-hq a {
  color: #38bdf8;
  font-weight: 600;
  text-decoration: none;
}
.footer__legal-hq a:hover {
  text-decoration: underline;
}

/* Header Direct Phone Badge */
.nav__phone-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-ink-navy);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: var(--radius-buttons);
  background: rgba(37, 69, 255, 0.08);
  border: 1.5px solid rgba(37, 69, 255, 0.22);
  transition: all 0.2s ease;
  white-space: nowrap;
}
.nav__phone-link:hover {
  background: var(--color-electric-cobalt);
  color: #ffffff;
  border-color: var(--color-electric-cobalt);
}
.nav__phone-link:hover svg {
  color: #ffffff !important;
}
@media (max-width: 900px) {
  .nav__phone-link span {
    display: none;
  }
  .nav__phone-link {
    padding: 8px 10px;
  }
}
@media (max-width: 600px) {
  .nav__phone-link {
    display: none;
  }
}

/* ------------------------------------------------------------
   MONUMENTAL ANIMATED IALF CPI™ FOOTER BRAND HALLMARK
   ------------------------------------------------------------ */
.ftr__monument-wrap {
  position: relative;
  text-align: center;
  padding: clamp(10px, 2.5vw, 24px) 0 clamp(10px, 2vw, 18px);
  margin-top: -16px;
  overflow: hidden;
  user-select: none;
}
.brand--footer {
  margin-top: -6px;
  margin-bottom: 2px;
}
.ftr__monument-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 90%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(37, 69, 255, 0.28) 0%, rgba(56, 189, 248, 0.12) 45%, transparent 75%);
  pointer-events: none;
  filter: blur(40px);
  z-index: 0;
  animation: monument-glow-pulse 5s ease-in-out infinite alternate;
}
@keyframes monument-glow-pulse {
  0% { opacity: 0.7; transform: translate(-50%, -50%) scale(0.95); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1.05); }
}

.ftr__monument-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 36px);
  font-family: var(--font-sans-tight);
  font-size: clamp(3.2rem, 12vw, 10.5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: linear-gradient(110deg,
    rgba(148, 163, 184, 0.9) 0%,
    rgba(241, 245, 249, 0.98) 22%,
    rgba(255, 255, 255, 1) 36%,
    rgba(56, 189, 248, 1) 52%,
    rgba(96, 165, 250, 0.95) 70%,
    rgba(203, 213, 225, 0.92) 86%,
    rgba(148, 163, 184, 0.9) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* NO -webkit-text-stroke to eliminate all internal glyph overlap lines in A, P, TM */
  filter: drop-shadow(0 2px 20px rgba(56, 189, 248, 0.42))
          drop-shadow(0 0 50px rgba(37, 69, 255, 0.32));
  animation: monument-sweep 6.5s ease-in-out infinite;
  transition: all 0.4s ease;
  cursor: default;
}
@keyframes monument-sweep {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.ftr__monument-text:hover {
  filter: drop-shadow(0 2px 30px rgba(56, 189, 248, 0.65)) drop-shadow(0 0 70px rgba(37, 69, 255, 0.5));
}
.ftr__monument-word {
  display: inline-block;
  letter-spacing: 0.02em;
}
.ftr__monument-word--cpi {
  color: transparent;
  position: relative;
}
.ftr__tm {
  font-size: 0.44em;
  font-weight: 800;
  vertical-align: super;
  letter-spacing: normal;
  margin-left: 2px;
}

.ftr__monument-sub {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
}
.ftr__monument-line {
  flex: 1;
  max-width: 140px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25));
}
.ftr__monument-line:last-child {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), transparent);
}
.ftr__monument-tag {
  font-family: var(--font-sans-tight);
  font-size: clamp(9px, 1.1vw, 11px);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

/* ------------------------------------------------------------
   SECTION 7 — ENTERPRISE TELEMETRY CARD (ELIMINATING EMPTY RIGHT SIDE)
   ------------------------------------------------------------ */
.context-scope-card {
  background: #ffffff;
  border: 1px solid rgba(12, 23, 84, 0.1);
  border-radius: 20px;
  padding: clamp(20px, 2.4vw, 28px);
  box-shadow: 0 16px 40px -12px rgba(12, 23, 84, 0.08);
  display: grid;
  gap: 16px;
}

.scope-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.scope-card__title {
  font-family: var(--font-sans-tight);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-ink-navy);
}

.scope-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #f8faff;
  border: 1px solid rgba(37, 69, 255, 0.08);
}

.scope-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
}

.scope-stat__num {
  font-family: var(--font-sans-tight);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-electric-cobalt);
  letter-spacing: -0.02em;
}

.scope-stat__label {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--color-graphite);
}

.scope-card__desc {
  font-size: 12.5px;
  line-height: 1.48;
  color: var(--color-graphite);
  margin: 0;
}

/* ------------------------------------------------------------
   FRAMEWORK — ENTERPRISE CPD VS CPI PRODUCT COMPARISON
   ------------------------------------------------------------ */
.versus-grid {
  display: grid;
  gap: 24px;
  margin-top: 36px;
}
@media (min-width: 860px) {
  .versus-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.versus-card {
  border-radius: 24px;
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.versus-card--cpd {
  background: #ffffff;
  border: 1.5px solid rgba(12, 23, 84, 0.09);
  box-shadow: 0 12px 32px -10px rgba(12, 23, 84, 0.05);
}

.versus-card--cpi {
  background: linear-gradient(155deg, #0c1754 0%, #162473 100%);
  color: #ffffff;
  border: 1.5px solid rgba(99, 102, 241, 0.35);
  box-shadow: 0 20px 50px -10px rgba(12, 23, 84, 0.28);
}

.versus-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 20px;
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  width: fit-content;
}

.versus-card--cpd .versus-card__badge {
  background: rgba(12, 23, 84, 0.06);
  color: var(--color-ink-navy);
}

.versus-card--cpi .versus-card__badge {
  background: rgba(56, 189, 248, 0.18);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.3);
}

.versus-card__title {
  font-family: var(--font-sans-tight);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.versus-card--cpd .versus-card__title { color: var(--color-charcoal); }
.versus-card--cpi .versus-card__title { color: #ffffff; }

.versus-card__sub {
  font-size: 14px;
  line-height: 1.5;
}
.versus-card--cpd .versus-card__sub { color: var(--color-graphite); }
.versus-card--cpi .versus-card__sub { color: #cbd5e1; }

.versus-rows {
  display: grid;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(12, 23, 84, 0.08);
}
.versus-card--cpi .versus-rows {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.versus-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  font-size: 13px;
  line-height: 1.4;
}
.versus-card--cpd .versus-item__k { font-weight: 600; color: var(--color-ink-navy); }
.versus-card--cpd .versus-item__v { color: var(--color-graphite); }
.versus-card--cpi .versus-item__k { font-weight: 600; color: #93c5fd; }
.versus-card--cpi .versus-item__v { color: #f1f5f9; }

/* ------------------------------------------------------------
   FRAMEWORK — INTERACTIVE 7-STAGE NAVIGATOR
   ------------------------------------------------------------ */
.stage-navigator {
  display: grid;
  gap: 28px;
  margin-top: 40px;
}
@media (min-width: 960px) {
  .stage-navigator {
    grid-template-columns: 340px 1fr;
    gap: 36px;
    align-items: start;
  }
}

.stage-nav__tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stage-tab {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(12, 23, 84, 0.08);
  text-align: left;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.stage-tab:hover {
  background: #f8faff;
  border-color: rgba(37, 69, 255, 0.25);
  transform: translateX(4px);
}

.stage-tab.is-active {
  background: #ffffff;
  border: 1.5px solid var(--color-electric-cobalt);
  box-shadow: 0 10px 28px -6px rgba(37, 69, 255, 0.16);
}

.stage-tab__num {
  font-family: var(--font-sans-tight);
  font-size: 13px;
  font-weight: 800;
  color: var(--color-electric-cobalt);
  background: rgba(37, 69, 255, 0.08);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage-tab.is-active .stage-tab__num {
  background: var(--color-electric-cobalt);
  color: #ffffff;
}

.stage-tab__body {
  display: grid;
  gap: 2px;
}

.stage-tab__name {
  font-family: var(--font-sans-tight);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-charcoal);
}

.stage-tab__desc {
  font-size: 11.5px;
  color: var(--color-graphite);
}

.stage-tab__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.2s;
}

.stage-tab.is-active .stage-tab__dot {
  background: var(--color-electric-cobalt);
  box-shadow: 0 0 8px var(--color-electric-cobalt);
}

/* Stage Viewport */
.stage-viewport {
  background: #ffffff;
  border: 1.5px solid rgba(12, 23, 84, 0.1);
  border-radius: 24px;
  padding: clamp(24px, 3.5vw, 44px);
  box-shadow: 0 20px 48px -12px rgba(12, 23, 84, 0.09);
  position: relative;
  overflow: hidden;
}

.stage-panel {
  display: none;
  flex-direction: column;
  gap: 24px;
  animation: stageFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.stage-panel.is-active {
  display: flex;
}

@keyframes stageFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.stage-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.stage-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 11px;
  border-radius: 20px;
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(37, 69, 255, 0.08);
  color: var(--color-electric-cobalt);
}

.stage-panel__deliverable {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #f1f5f9;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--color-ink-navy);
}

.stage-panel__title {
  font-family: var(--font-sans-tight);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-charcoal);
  line-height: 1.15;
}

.stage-panel__lead {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  color: var(--color-electric-cobalt);
  line-height: 1.35;
}

.stage-panel__body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-graphite);
}

.stage-panel__q-card {
  padding: 16px 20px;
  border-radius: 14px;
  background: #f8faff;
  border: 1px solid rgba(37, 69, 255, 0.14);
  display: flex;
  align-items: center;
  gap: 12px;
}

.stage-panel__q-card svg {
  width: 22px;
  height: 22px;
  color: var(--color-electric-cobalt);
  flex-shrink: 0;
}

.stage-panel__q-text {
  font-family: var(--font-sans-tight);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-ink-navy);
}

.stage-panel__method-box {
  padding: 18px 22px;
  border-radius: 16px;
  background: var(--surface-canvas);
  border: 1px solid rgba(12, 23, 84, 0.08);
}

.stage-panel__method-label {
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-electric-cobalt);
  margin-bottom: 6px;
}

.stage-panel__method-text {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--color-charcoal);
}

/* ------------------------------------------------------------
   ABOUT — 5-PRINCIPLE BENTO GRID & STRATEGIC LEARNING HORIZONS
   ------------------------------------------------------------ */
.bento-grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .bento-card:nth-child(1) { grid-column: span 3; }
  .bento-card:nth-child(2) { grid-column: span 3; }
  .bento-card:nth-child(3) { grid-column: span 2; }
  .bento-card:nth-child(4) { grid-column: span 2; }
  .bento-card:nth-child(5) { grid-column: span 2; }
}

.bento-card {
  border-radius: 22px;
  padding: clamp(22px, 2.8vw, 32px);
  background: #ffffff;
  border: 1.5px solid rgba(12, 23, 84, 0.08);
  box-shadow: 0 12px 32px -10px rgba(12, 23, 84, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px -12px rgba(12, 23, 84, 0.12);
  border-color: rgba(37, 69, 255, 0.2);
}

.bento-card__num {
  font-family: var(--font-sans-tight);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--color-electric-cobalt);
  background: rgba(37, 69, 255, 0.08);
  width: fit-content;
  padding: 3px 9px;
  border-radius: 12px;
}

.bento-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f0f4ff;
  color: var(--color-electric-cobalt);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bento-card__title {
  font-family: var(--font-sans-tight);
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 700;
  color: var(--color-ink-navy);
  letter-spacing: -0.02em;
}

.bento-card__desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--color-graphite);
}

/* Strategic Learning Horizons */
.horizon-grid {
  display: grid;
  gap: 20px;
  margin-top: 36px;
}
@media (min-width: 860px) {
  .horizon-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.horizon-card {
  border-radius: 20px;
  padding: 26px 24px;
  background: linear-gradient(160deg, #0f1a50 0%, #070d30 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.horizon-card__badge {
  font-family: var(--font-sans-tight);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 20px;
  width: fit-content;
}
.horizon-card--expected .horizon-card__badge { background: rgba(52, 211, 153, 0.2); color: #6ee7b7; }
.horizon-card--unexpected .horizon-card__badge { background: rgba(56, 189, 248, 0.2); color: #7dd3fc; }
.horizon-card--fail .horizon-card__badge { background: rgba(245, 158, 11, 0.2); color: #fcd34d; }

.horizon-card__title {
  font-family: var(--font-sans-tight);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
}

.horizon-card__desc {
  font-size: 13px;
  line-height: 1.5;
  color: #94a3b8;
}

/* Governance Standard Block */
.gov-card {
  background: #ffffff;
  border: 1.5px solid rgba(12, 23, 84, 0.1);
  border-radius: 22px;
  padding: clamp(24px, 3.2vw, 40px);
  margin-top: 48px;
  box-shadow: 0 16px 40px -10px rgba(12, 23, 84, 0.07);
  display: grid;
  gap: 24px;
}
@media (min-width: 900px) {
  .gov-card {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

/* ------------------------------------------------------------
   CONTACT — ENTERPRISE INQUIRY MODULE
   ------------------------------------------------------------ */
.contact-hub {
  display: grid;
  gap: 36px;
}
@media (min-width: 960px) {
  .contact-hub {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
    gap: 48px;
    align-items: start;
  }
}

.contact-hub__left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(12, 23, 84, 0.1);
  font-size: 12px;
  font-weight: 600;
  color: var(--color-ink-navy);
  box-shadow: 0 2px 6px rgba(12, 23, 84, 0.04);
}

.trust-pill svg {
  width: 14px;
  height: 14px;
  color: var(--color-electric-cobalt);
}

.contact-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(12, 23, 84, 0.09);
  box-shadow: 0 8px 24px -6px rgba(12, 23, 84, 0.05);
}

.cstat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cstat__v {
  font-family: var(--font-sans-tight);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--color-electric-cobalt);
  letter-spacing: -0.02em;
}

.cstat__l {
  font-size: 11px;
  color: var(--color-graphite);
  line-height: 1.3;
}

.contact-timeline {
  display: grid;
  gap: 14px;
}

.ctl-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
}

.ctl-step__num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(37, 69, 255, 0.09);
  color: var(--color-electric-cobalt);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctl-step__t {
  font-family: var(--font-sans-tight);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-ink-navy);
}

.ctl-step__d {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--color-graphite);
}

/* Inquiry Form Card */
.inquiry-card {
  background: #ffffff;
  border: 1.5px solid rgba(12, 23, 84, 0.1);
  border-radius: 24px;
  padding: clamp(24px, 3.2vw, 40px);
  box-shadow: 0 24px 60px -14px rgba(12, 23, 84, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.role-pill-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  background: #f4f6fa;
  padding: 4px;
  border-radius: 12px;
}

.role-pill-btn {
  padding: 8px 10px;
  border-radius: 8px;
  border: none;
  background: transparent;
  font-family: var(--font-sans-tight);
  font-size: 12px;
  font-weight: 600;
  color: var(--color-graphite);
  cursor: pointer;
  transition: all 0.18s ease;
  text-align: center;
}

.role-pill-btn.is-active {
  background: #ffffff;
  color: var(--color-ink-navy);
  box-shadow: 0 2px 8px rgba(12, 23, 84, 0.08);
}

/* ------------------------------------------------------------
   HERO TRANSFORMATION PIPELINE BRIDGE
/* ============================================================
   S10 — EXECUTIVE IMPACT PORTFOLIO FOLIO
   "Build a record of growth that means something."
   Authentic editorial binder with archival provenance,
   human-first narrative, verified operational deltas,
   and leadership reflection.
   ============================================================ */

.folio-binder {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(12, 23, 84, 0.10);
  box-shadow: 0 24px 60px -15px rgba(12, 23, 84, 0.12), 0 2px 6px rgba(12, 23, 84, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s var(--ease-editorial);
}
.folio-binder:hover {
  box-shadow: 0 32px 75px -15px rgba(12, 23, 84, 0.16), 0 4px 12px rgba(12, 23, 84, 0.06);
}

/* Archival Provenance Bar */
.folio-provenance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 22px;
  background: #090e24;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.folio-provenance__id {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.folio-seal-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-electric-cobalt);
  box-shadow: 0 0 10px #38bdf8;
}
.folio-ref {
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #93c5fd;
  text-transform: uppercase;
}
.folio-status-badge {
  font-family: var(--font-sans-tight);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #34d399;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 2.5px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

/* Executive Header */
.folio-header {
  padding: 20px 22px 16px;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(12, 23, 84, 0.07);
}
.folio-profile {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.folio-avatar {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #101c56 0%, var(--color-electric-cobalt) 100%);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-family: var(--font-sans-tight);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .02em;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(37, 69, 255, 0.28);
}
.folio-avatar__ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px dashed rgba(37, 69, 255, 0.35);
}
.folio-meta {
  flex: 1;
  min-width: 0;
}
.folio-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.folio-name {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  color: var(--color-charcoal);
  margin: 0;
  line-height: 1.15;
}
.folio-badge-reach {
  font-family: var(--font-sans-tight);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-electric-cobalt);
  background: rgba(37, 69, 255, 0.08);
  border: 1px solid rgba(37, 69, 255, 0.2);
  padding: 3px 8px;
  border-radius: 6px;
}
.folio-role {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-ink-navy);
  margin: 3px 0 0;
}
.folio-scope {
  font-size: 11.5px;
  color: var(--color-graphite);
  margin: 2px 0 0;
}

/* Chapter Tab Navigation */
.folio-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f1f5f9;
  padding: 4px;
  gap: 4px;
  border-bottom: 1px solid rgba(12, 23, 84, 0.07);
}
.folio-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
  border-radius: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s var(--ease-editorial);
}
.folio-tab:hover {
  background: rgba(255, 255, 255, 0.7);
}
.folio-tab.is-active {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(12, 23, 84, 0.08);
}
.folio-tab__num {
  font-family: var(--font-sans-tight);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--color-stone);
}
.folio-tab.is-active .folio-tab__num {
  color: var(--color-electric-cobalt);
}
.folio-tab__label {
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  color: var(--color-charcoal);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.folio-tab.is-active .folio-tab__label {
  color: var(--color-ink-navy);
}

/* Chapter Content Area */
.folio-chapters {
  padding: 20px 22px;
  min-height: 280px;
  background: #ffffff;
}
.folio-chapter {
  display: none;
  animation: folioFadeIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.folio-chapter.is-active {
  display: block;
}
@keyframes folioFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.folio-narrative {
  display: grid;
  gap: 8px;
}
.folio-chapter-tag {
  display: inline-block;
  font-family: var(--font-sans-tight);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-electric-cobalt);
}
.folio-chapter-head {
  font-family: var(--font-sans-tight);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-charcoal);
  margin: 0;
}
.folio-chapter-text {
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-graphite);
  margin: 0;
}

/* Baseline Metrics Strip (Chapter 1) */
.folio-baseline-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 10px;
  background: var(--surface-canvas);
  border: 1px solid rgba(12, 23, 84, 0.06);
}
.folio-baseline-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fbi-label {
  font-family: var(--font-sans-tight);
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--color-stone);
}
.fbi-val {
  font-family: var(--font-sans-tight);
  font-size: 12px;
  font-weight: 700;
  color: var(--color-ink-navy);
}

/* Mechanism List (Chapter 2) */
.folio-mechanism-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.folio-mechanism-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--surface-canvas);
  border: 1px solid rgba(12, 23, 84, 0.05);
  font-size: 12px;
  line-height: 1.45;
  color: var(--color-charcoal);
}
.fm-check {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(37, 69, 255, 0.1);
  color: var(--color-electric-cobalt);
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}
.folio-mechanism-list strong {
  display: block;
  font-size: 12px;
  color: var(--color-ink-navy);
}
.folio-mechanism-list span {
  color: var(--color-graphite);
}

/* Deltas Grid (Chapter 3) */
.folio-deltas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.f-delta-card {
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid rgba(37, 69, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.f-delta-k {
  font-family: var(--font-sans-tight);
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--color-stone);
}
.f-delta-v-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.f-delta-num {
  font-family: var(--font-sans-tight);
  font-size: 18px;
  font-weight: 800;
  color: var(--color-electric-cobalt);
  letter-spacing: -0.02em;
}
.f-delta-dir {
  font-size: 9.5px;
  font-weight: 700;
  color: #059669;
}
.f-delta-desc {
  font-size: 10.5px;
  line-height: 1.35;
  color: var(--color-graphite);
  margin: 2px 0 0;
}

/* Artifacts Strip (Chapter 3) */
.folio-artifacts {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(12, 23, 84, 0.07);
}
.folio-artifacts__title {
  display: block;
  font-family: var(--font-sans-tight);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--color-stone);
  margin-bottom: 6px;
}
.folio-artifacts__files {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.f-file {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border-radius: 6px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--color-charcoal);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.f-file:hover {
  background: #e2e8f0;
  transform: translateY(-1px);
}
.f-file svg {
  color: var(--color-electric-cobalt);
}

/* Pull-quote & Horizon (Chapter 4) */
.folio-quote {
  margin: 0;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fffdf5;
  border-left: 3px solid #d97706;
  border-top: 1px solid rgba(217, 119, 6, 0.15);
  border-right: 1px solid rgba(217, 119, 6, 0.15);
  border-bottom: 1px solid rgba(217, 119, 6, 0.15);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.5;
  color: #1e293b;
}
.folio-horizon-box {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(37, 69, 255, 0.04);
  border: 1px solid rgba(37, 69, 255, 0.12);
}
.fh-label {
  display: block;
  font-family: var(--font-sans-tight);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--color-electric-cobalt);
  margin-bottom: 3px;
}
.fh-text {
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--color-ink-navy);
  margin: 0;
}

/* Archival Footer */
.folio-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 22px;
  background: var(--surface-canvas);
  border-top: 1px solid rgba(12, 23, 84, 0.08);
}
.folio-hallmark {
  display: flex;
  align-items: center;
  gap: 9px;
}
.folio-hallmark-seal {
  color: #059669;
  flex-shrink: 0;
}
.folio-hallmark-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.folio-hallmark-text strong {
  font-family: var(--font-sans-tight);
  font-size: 11px;
  font-weight: 700;
  color: var(--color-ink-navy);
}
.folio-hallmark-text span {
  font-size: 10px;
  color: var(--color-stone);
}
.folio-badge-official {
  font-family: var(--font-sans-tight);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #059669;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.28);
  padding: 3px 8px;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .folio-nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .folio-baseline-strip,
  .folio-deltas {
    grid-template-columns: 1fr;
  }
}

}

