/* =========================================================================
   PALESTRA · Squad de IA · Método Design System
   1920×1080 (16:9)
   ========================================================================= */

@import url("colors_and_type.css");

:root {
  /* Type scale tuned for projection at 1920×1080 */
  --type-cover:     156px;
  --type-mega:      260px;
  --type-display:   124px;
  --type-title:     84px;
  --type-h2:        56px;
  --type-h3:        40px;
  --type-subtitle:  44px;
  --type-lead:      36px;
  --type-body:      30px;
  --type-small:     26px;
  --type-eyebrow:   24px;

  /* Slide padding */
  --pad-top:        96px;
  --pad-bottom:     120px;
  --pad-x:          120px;

  /* Internal spacing */
  --gap-title:      48px;
  --gap-block:      40px;
  --gap-item:       28px;
}

/* ----- Stage host ------------------------------------------------------ */
deck-stage {
  background: var(--metodo-black);
}
deck-stage > section {
  background: var(--bg-1);
  color: var(--fg-1);
  font-family: var(--font-body);
  overflow: hidden;
  position: relative;
}

/* Per-slide layout container */
.slide {
  position: absolute;
  inset: 0;
  padding: var(--pad-top) var(--pad-x) var(--pad-bottom);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* ----- Theme variants -------------------------------------------------- */
.theme-light {
  background: var(--metodo-offwhite);
  color: var(--metodo-black);
}
.theme-light .fg-secondary { color: var(--fg-2); }
.theme-light .divider { background: var(--border-1); }

.theme-dark {
  background: var(--metodo-black);
  color: var(--metodo-offwhite);
}
.theme-dark .fg-secondary { color: rgba(248,248,247,0.66); }
.theme-dark .divider { background: rgba(248,248,247,0.16); }
.theme-dark .accent { color: var(--metodo-yellow); }

.theme-yellow {
  background: var(--metodo-yellow);
  color: var(--metodo-black);
}
.theme-yellow .fg-secondary { color: rgba(22,22,22,0.7); }

/* ----- Slide chrome ---------------------------------------------------- */
.slide-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--gap-block);
}
.wordmark {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  color: inherit;
  line-height: 1;
}
.counter {
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: var(--type-eyebrow);
  letter-spacing: 0.16em;
  color: var(--fg-3);
  line-height: 1;
}
.theme-dark .counter { color: rgba(248,248,247,0.45); }
.theme-yellow .counter { color: rgba(22,22,22,0.55); }

/* ----- Typography helpers --------------------------------------------- */
.eyebrow {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: var(--type-eyebrow);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  color: inherit;
  opacity: 0.7;
}

.slide-title {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: var(--type-title);
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
.slide-title em { font-style: normal; background: var(--metodo-yellow); padding: 0 16px; }

.slide-display {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: var(--type-display);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.slide-display em { font-style: normal; background: var(--metodo-yellow); padding: 0 18px; color: var(--metodo-black); }
.theme-dark .slide-display em { color: var(--metodo-black); }

.slide-cover {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: var(--type-cover);
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-transform: lowercase;
  margin: 0;
}
.slide-cover em { font-style: normal; background: var(--metodo-yellow); padding: 0 20px; }

.slide-h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: var(--type-h2);
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
.slide-h2 em { font-style: normal; background: var(--metodo-yellow); padding: 0 12px; color: var(--metodo-black); }

.slide-h3 {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: var(--type-h3);
  line-height: 1.08;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin: 0;
}

.slide-lead {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: var(--type-lead);
  line-height: 1.32;
  letter-spacing: -0.005em;
  margin: 0;
  text-wrap: pretty;
}

.slide-body {
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: var(--type-body);
  line-height: 1.4;
  margin: 0;
  text-wrap: pretty;
}

.slide-small {
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: var(--type-small);
  line-height: 1.45;
  margin: 0;
}

/* ----- Stat block (Austin Lau slide) ---------------------------------- */
.stat {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stat-num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 152px;
  line-height: 0.88;
  letter-spacing: -0.04em;
  margin: 0;
}
.stat-label {
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0;
}

/* ----- Image / asset placeholders ------------------------------------- */
.placeholder {
  background: var(--metodo-light);
  border: 1px dashed var(--border-2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  color: var(--fg-3);
  font-family: var(--font-body);
  text-align: center;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.placeholder .ph-label {
  font-weight: var(--fw-semibold);
  font-size: 26px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.placeholder .ph-note {
  font-weight: var(--fw-regular);
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.85;
  max-width: 88%;
  line-height: 1.35;
}
.theme-dark .placeholder {
  background: rgba(255,255,255,0.04);
  border-color: rgba(248,248,247,0.24);
  color: rgba(248,248,247,0.6);
}

/* ----- Org chart v2 (slides 16 & 20) ----------------------------------- */
.orgchart {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  gap: 0;
}

/* Tier 1 · Diretor de Marketing (orchestrator) */
.oc-head {
  background: var(--metodo-black);
  border: 1px solid var(--metodo-black);
  border-radius: var(--radius-2);
  padding: 22px 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
}
.oc-head .oc-eyebrow {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--metodo-yellow);
  line-height: 1;
  margin-bottom: 10px;
}
.oc-head .oc-title {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 40px;
  letter-spacing: -0.005em;
  color: var(--metodo-offwhite);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.oc-head .oc-desc {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 20px;
  color: rgba(248, 248, 247, 0.72);
  line-height: 1.3;
  max-width: 880px;
}

/* Tool pills */
.oc-tools {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.oc-tools.right { justify-content: flex-end; }
.oc-tool {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.06em;
  padding: 5px 11px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
  text-transform: none;
}
.oc-tool.dark {
  color: var(--metodo-yellow);
  border: 1px solid rgba(246, 244, 144, 0.4);
  background: transparent;
}
.oc-tool.light {
  color: var(--fg-2);
  border: 1px solid var(--border-2);
  background: var(--bg-1);
}

/* Connector rails — 4-column grid mirroring the directors row */
.oc-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  position: relative;
  height: 48px;
}
.oc-rail-cell {
  position: relative;
}
.oc-rail-cell::before {
  /* vertical stem in every cell, from the trunk down */
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0;
  width: 2px;
  background: var(--metodo-black);
  transform: translateX(-1px);
}
.oc-rail-cell::after {
  /* horizontal trunk segment; only the segments between centers should show */
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  height: 2px;
  background: var(--metodo-black);
}
.oc-rail-cell:first-child::after {
  left: 50%;
  right: -13px;
}
.oc-rail-cell:last-child::after {
  left: -13px;
  right: 50%;
}
.oc-rail-cell:not(:first-child):not(:last-child)::after {
  left: -13px;
  right: -13px;
}
/* Central drop above the trunk (orchestrator down to trunk) */
.oc-rail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2px;
  height: calc(50% + 2px);
  width: 2px;
  background: var(--metodo-black);
  transform: translateX(-1px);
  z-index: 1;
}

/* Active-flow variant (slide 20) */
.orgchart.flow .oc-rail-cell::before,
.orgchart.flow .oc-rail-cell::after,
.orgchart.flow .oc-rail::before,
.orgchart.flow .oc-mini-rail .oc-stub {
  background: var(--metodo-black);
}

/* Tier 2 · directors */
.oc-directors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.oc-director {
  background: var(--bg-2);
  border: 1px solid var(--border-1);
  border-radius: var(--radius-2);
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.oc-director .oc-eyebrow {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-3);
  line-height: 1;
}
.oc-director .oc-title {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 28px;
  letter-spacing: -0.005em;
  color: var(--metodo-black);
  text-transform: uppercase;
  line-height: 1;
}
.oc-director .oc-desc {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 17px;
  color: var(--fg-2);
  line-height: 1.3;
  flex: 1;
}

/* Tier 3 · specialists (mini rail then specs) */
.oc-mini-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  height: 18px;
}
.oc-mini-rail .oc-stub {
  width: 2px;
  height: 100%;
  background: var(--metodo-black);
  margin: 0 auto;
}

.oc-specialists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.oc-spec-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.oc-spec {
  background: var(--bg-2);
  border: 1px solid var(--border-1);
  border-left: 3px solid var(--metodo-yellow);
  border-radius: var(--radius-2);
  padding: 12px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-height: 52px;
}
.oc-spec-name {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 18px;
  color: var(--metodo-black);
  line-height: 1.1;
}
.oc-spec-name::before {
  content: "↳ ";
  color: var(--fg-3);
}
.oc-spec-tool {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.3;
}

/* ---- Flow / slide 20 active states ---- */
.oc-head .oc-brief {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--metodo-yellow);
  color: var(--metodo-black);
  padding: 8px 14px 8px 14px;
  border: 1.5px solid var(--metodo-black);
  border-radius: 4px;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 14px;
  white-space: nowrap;
}
.oc-head .oc-brief::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--metodo-black);
}

/* Task chip floating above each director — shows what the orchestrator routed */
.oc-task-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: -4px;
  padding: 0 8px;
}
.oc-task {
  background: var(--metodo-yellow);
  border: 1.5px solid var(--metodo-black);
  border-radius: 3px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-self: start;
  justify-self: center;
  text-align: center;
  min-width: 0;
  max-width: 92%;
}
.oc-task-label {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--metodo-black);
  line-height: 1;
  opacity: 0.75;
}
.oc-task-what {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 18px;
  color: var(--metodo-black);
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: -0.005em;
}

/* Specialist active / status states for slide 20 */
.oc-spec.active {
  background: var(--metodo-black);
  border-color: var(--metodo-black);
  border-left-color: var(--metodo-yellow);
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 4px;
  padding: 10px 14px;
}
.oc-spec.active .oc-spec-name {
  color: var(--metodo-offwhite);
}
.oc-spec.active .oc-spec-name::before {
  color: var(--metodo-yellow);
}
.oc-spec.active .oc-spec-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--metodo-yellow);
  line-height: 1;
}
.oc-spec.active .oc-spec-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--metodo-yellow);
  flex-shrink: 0;
}
.oc-spec.active.done .oc-spec-status {
  color: rgba(248, 248, 247, 0.6);
}
.oc-spec.active.done .oc-spec-status::before {
  background: rgba(248, 248, 247, 0.4);
}
.oc-spec.dim {
  opacity: 0.34;
  border-left-color: var(--border-2);
}

/* Highlight active connector strands (yellow flow) */
.orgchart.flow .oc-rail-cell.active::before,
.orgchart.flow .oc-mini-rail .oc-stub.active {
  background: var(--metodo-yellow);
  width: 3px;
  box-shadow: 0 0 0 1px var(--metodo-black);
}
.orgchart.flow .oc-rail-cell.active::after {
  background: var(--metodo-yellow);
  height: 3px;
  box-shadow: 0 0 0 1px var(--metodo-black);
}
.orgchart.flow .oc-director.active {
  border-color: var(--metodo-black);
  border-width: 1.5px;
  box-shadow: 0 0 0 1px var(--metodo-black);
}

/* ----- Old org-node classes (still used elsewhere?) -------------------- */
.org-node {
  background: var(--bg-2);
  border: 1px solid var(--border-1);
  border-radius: var(--radius-2);
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.org-node.lead {
  background: var(--metodo-black);
  color: var(--metodo-offwhite);
  border-color: var(--metodo-black);
}
.org-node.lead .role-title { color: var(--metodo-yellow); }
.org-node.lead .role-sub   { color: rgba(248,248,247,0.7); }
.org-node .role-title {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: var(--fw-regular);
  letter-spacing: -0.005em;
  text-transform: uppercase;
  line-height: 1.05;
}
.org-node .role-sub {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: var(--fw-light);
  color: var(--fg-2);
  line-height: 1.3;
}

.org-leaf {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: var(--fw-regular);
  color: var(--fg-2);
  padding: 12px 18px;
  border: 1px solid var(--border-1);
  border-left: 3px solid var(--metodo-yellow);
  border-radius: var(--radius-2);
  background: var(--bg-2);
}

/* ----- Pill / tag ------------------------------------------------------ */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: var(--fw-medium);
  letter-spacing: 0;
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
  line-height: 1;
}
.pill.primary {
  background: var(--metodo-yellow);
  color: var(--metodo-black);
  border-color: var(--metodo-yellow);
  font-weight: var(--fw-semibold);
}

/* ----- Numbered step -------------------------------------------------- */
.step {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 36px;
  align-items: start;
}
.step-num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 120px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--metodo-black);
}
.step-title {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 40px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 14px;
}
.step-title em { font-style: normal; background: var(--metodo-yellow); padding: 0 10px; }
.step-body {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: var(--fw-light);
  line-height: 1.4;
  color: var(--fg-2);
  max-width: 880px;
  margin: 0;
}

/* ----- QR placeholder ------------------------------------------------- */
.qr-box {
  width: 320px;
  height: 320px;
  background:
    repeating-linear-gradient(0deg, var(--metodo-black) 0 8px, transparent 8px 16px),
    repeating-linear-gradient(90deg, var(--metodo-black) 0 8px, transparent 8px 16px);
  background-color: var(--metodo-offwhite);
  border: 14px solid var(--metodo-offwhite);
  outline: 2px solid var(--metodo-black);
  position: relative;
}
.qr-box::before, .qr-box::after, .qr-corner {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border: 14px solid var(--metodo-black);
  background: var(--metodo-offwhite);
}
.qr-box::before { top: 0; left: 0; }
.qr-box::after { top: 0; right: 0; }
.qr-corner { bottom: 0; left: 0; }

/* ============================================================
   SLIDE 10 — Anatomia de um agente · formula rows
   ============================================================ */
.anatomy-row {
  display: grid;
  grid-template-columns: 64px 380px 1fr;
  gap: 36px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--border-1);
}
.anatomy-row:first-child { border-top: 0; }
.anatomy-row.equals      { border-top: 2px solid var(--metodo-black); margin-top: 12px; padding-top: 22px; }
.anatomy-row .op {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 48px;
  color: var(--metodo-black);
  text-align: center;
  line-height: 1;
}
.anatomy-row .part {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 42px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--metodo-black);
  line-height: 1;
}
.anatomy-row.equals .part {
  font-size: 56px;
  background: var(--metodo-yellow);
  display: inline-block;
  padding: 0 16px;
  align-self: start;
}
.anatomy-row .desc {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 26px;
  color: var(--fg-2);
  line-height: 1.35;
}

/* ============================================================
   SLIDE 11 — Zoom out · constellation grid
   ============================================================ */
.zoom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 18px;
  width: 100%;
  aspect-ratio: 1.4 / 1;
}
.zoom-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  border: 1px solid var(--border-1);
  background: var(--bg-2);
  padding: 18px;
}
.zoom-cell .zoom-label {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 28px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--fg-3);
  line-height: 1;
}
.zoom-cell .zoom-arrow {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 40px;
  color: var(--metodo-black);
  line-height: 1;
}
.zoom-cell .zoom-role {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--metodo-black);
  line-height: 1;
}
.zoom-cell.zoom-center {
  background: var(--metodo-yellow);
  border-color: var(--metodo-yellow);
}
.zoom-cell.zoom-center .zoom-label {
  font-size: 44px;
  color: var(--metodo-black);
}

.own-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid var(--border-1);
}
.own-row:last-child { border-bottom: 1px solid var(--border-1); }
.own-dot {
  width: 10px;
  height: 10px;
  background: var(--metodo-yellow);
  border: 1px solid var(--metodo-black);
  border-radius: 50%;
  flex-shrink: 0;
}
.own-label {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 34px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--metodo-black);
  line-height: 1.05;
}

/* ============================================================
   SLIDE 13 — Kanban (trabalho assíncrono)
   ============================================================ */
.kanban-col {
  background: var(--bg-2);
  border: 1px solid var(--border-1);
  border-radius: var(--radius-2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
}
.kanban-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-1);
}
.kanban-count {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 32px;
  color: var(--fg-3);
  line-height: 1;
}
.kanban-card {
  background: var(--bg-1);
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 3px solid var(--border-2);
  border-radius: var(--radius-2);
}
.kanban-card.running { border-left-color: var(--metodo-black); background: var(--bg-2); }
.kanban-card.running .kanban-tag { color: var(--metodo-black); }
.kanban-card.done    { border-left-color: var(--border-2); opacity: 0.55; }
.kanban-tag {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 24px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-2);
  line-height: 1;
}
.kanban-task {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 28px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--metodo-black);
  line-height: 1.08;
}
.kanban-agent {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 24px;
  color: var(--fg-3);
  line-height: 1;
}
.kanban-bar {
  height: 6px;
  background: var(--metodo-light);
  margin-top: 6px;
  border-radius: 999px;
  overflow: hidden;
}
.kanban-bar-fill {
  height: 100%;
  background: var(--metodo-yellow);
  border-right: 2px solid var(--metodo-black);
}

/* ============================================================
   SLIDE 17 v2 — Trabalho assíncrono · timeline em paralelo + rotinas
   ============================================================ */
.async-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 26px;
  min-height: 0;
}

.async-panel {
  background: var(--bg-2);
  border: 1px solid var(--border-1);
  border-radius: var(--radius-2);
  padding: 26px 30px 30px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.async-panel.dark {
  background: var(--metodo-black);
  border-color: var(--metodo-black);
}

.async-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-1);
  margin-bottom: 22px;
  gap: 16px;
}
.async-panel.dark .async-panel-head {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}
.async-panel-title {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: var(--fw-regular);
  letter-spacing: -0.005em;
  color: var(--metodo-black);
  text-transform: uppercase;
  line-height: 1;
}
.async-panel.dark .async-panel-title {
  color: var(--metodo-yellow);
}
.async-panel-meta {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 20px;
  color: var(--fg-3);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.async-panel.dark .async-panel-meta {
  color: rgba(255, 255, 255, 0.55);
}

/* ---- Parallel timeline ---- */
.tl {
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 22px;
  row-gap: 14px;
  align-items: center;
  flex: 1;
}
.tl-axis-spacer {
  border-bottom: 1px solid var(--border-1);
}
.tl-axis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 16px;
  color: var(--fg-3);
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--border-1);
  padding-bottom: 8px;
  align-self: end;
}
.tl-axis span {
  border-left: 1px solid var(--border-1);
  padding-left: 8px;
}
.tl-axis span:first-child {
  border-left: none;
  padding-left: 0;
}
.tl-row-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 4px;
}
.tl-row-label .tl-who {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 22px;
  color: var(--metodo-black);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.005em;
}
.tl-row-label .tl-role {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 15px;
  color: var(--fg-3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}
.tl-row-label.you .tl-who {
  color: var(--metodo-black);
}
.tl-row-label.you .you-tag {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--metodo-yellow);
  background: var(--metodo-black);
  padding: 4px 9px;
  border-radius: 2px;
  line-height: 1;
}
.tl-row-label.you .you-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--metodo-yellow);
}

.tl-track {
  position: relative;
  height: 30px;
  background-color: var(--bg-1);
  background-image: repeating-linear-gradient(
    to right,
    transparent 0,
    transparent calc((100% / 6) - 1px),
    var(--border-1) calc((100% / 6) - 1px),
    var(--border-1) calc(100% / 6)
  );
  border-radius: 3px;
  border: 1px solid var(--border-1);
}
.tl-bar {
  position: absolute;
  top: 2px;
  bottom: 2px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}
.tl-bar.brief {
  background: var(--metodo-charcoal);
  color: var(--metodo-yellow);
}
.tl-bar.running {
  background: var(--metodo-yellow);
  border: 1px solid var(--metodo-black);
  color: var(--metodo-black);
}
.tl-bar.done {
  background: var(--metodo-light);
  border: 1px solid var(--border-2);
  color: var(--fg-3);
}
.tl-now {
  position: absolute;
  top: -10px;
  bottom: -10px;
  width: 0;
  border-left: 2px solid var(--metodo-black);
  z-index: 3;
}
.tl-now.label::after {
  content: "agora · 14h32";
  position: absolute;
  top: -22px;
  left: 6px;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--metodo-black);
  background: var(--metodo-yellow);
  border: 1px solid var(--metodo-black);
  padding: 3px 7px;
  white-space: nowrap;
  line-height: 1;
}

/* ---- Routines (right panel, dark) ---- */
.routine-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
.routine {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.routine:first-child {
  border-top: none;
  padding-top: 4px;
}
.routine:last-child {
  padding-bottom: 0;
}
.routine-when {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--metodo-yellow);
  align-self: flex-start;
  line-height: 1;
}
.routine-when::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F6F490' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8'/><polyline points='21 3 21 8 16 8'/></svg>") no-repeat center / contain;
  flex-shrink: 0;
}
.routine-what {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 26px;
  color: var(--metodo-offwhite);
  letter-spacing: -0.005em;
  text-transform: uppercase;
  line-height: 1.08;
}
.routine-who {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
  line-height: 1;
}

/* ----- Brand mark accents --------------------------------------------- */
.editorial-rule {
  display: block;
  width: 96px;
  height: 4px;
  background: var(--metodo-yellow);
  border: 1px solid var(--metodo-black);
  margin: 0 0 32px;
}

/* ============================================================
   Slide 10 — Anatomia de um agente · concentric rings
   ============================================================ */
.anatomy-rings {
  position: relative;
  width: 560px;
  height: 560px;
  margin: 0 auto;
}
.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid var(--metodo-black);
}
.ring-5 { width: 560px; height: 560px; background: rgba(246, 244, 144, 0.08); }
.ring-4 { width: 480px; height: 480px; background: rgba(246, 244, 144, 0.18); }
.ring-3 { width: 380px; height: 380px; background: rgba(246, 244, 144, 0.32); }
.ring-2 { width: 280px; height: 280px; background: rgba(246, 244, 144, 0.55); }
.ring-core {
  width: 160px;
  height: 160px;
  background: var(--metodo-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ring-label {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--metodo-black);
  background: var(--bg-1);
  padding: 5px 12px;
  border: 1px solid var(--metodo-black);
  border-radius: var(--radius-pill);
  white-space: nowrap;
  line-height: 1;
}
.ring-core-label {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 44px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--metodo-yellow);
  line-height: 1;
}
.anatomy-eq {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 36px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--metodo-black);
  background: var(--metodo-yellow);
  padding: 10px 22px;
  border: 1px solid var(--metodo-black);
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

/* ============================================================
   Slide 11 — Squad organograma com Lucide icons
   ============================================================ */
.org-chart {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}
.org-tier-1 {
  display: flex;
  justify-content: center;
}
.org-tier-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.org-tier-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.org-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.org-block {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid var(--border-1);
  background: var(--bg-2);
  border-radius: var(--radius-2);
  min-width: 0;
}
.org-block.lead {
  background: var(--metodo-black);
  color: var(--metodo-offwhite);
  border-color: var(--metodo-black);
  padding: 22px 36px;
}
.org-block.director {
  background: var(--metodo-yellow);
  border-color: var(--metodo-black);
  border-width: 2px;
  padding: 16px 20px;
}
.org-block svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex-shrink: 0;
}
.org-block.lead svg {
  width: 40px;
  height: 40px;
  color: var(--metodo-yellow);
}
.org-block.director svg { width: 32px; height: 32px; }
.org-block .block-label {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: var(--fw-regular);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.org-block.lead .block-label {
  font-size: 32px;
  color: var(--metodo-yellow);
}
.org-block.director .block-label { font-size: 28px; }
.org-connector-v {
  width: 2px;
  background: var(--metodo-black);
}
.org-connector-h {
  height: 2px;
  background: var(--metodo-black);
  position: relative;
}

/* ============================================================
   Slide 17 — Iso layers
   ============================================================ */
.iso-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: stretch;
  min-height: 0;
}
.iso-stack-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 14px;
  padding: 24px 0;
}
.iso-block {
  height: 96px;
  border: 2px solid var(--metodo-black);
  display: flex;
  align-items: center;
  padding: 0 32px 0 56px;
  transform: skewX(-25deg);
  box-shadow: 6px 6px 0 var(--metodo-black);
}
.iso-block-content {
  transform: skewX(25deg);
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
}
.iso-num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 56px;
  color: var(--metodo-charcoal);
  opacity: 0.55;
  line-height: 1;
}
.iso-name {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  line-height: 1;
}
.iso-level-1 { width: 100%; background: var(--metodo-yellow); }
.iso-level-2 { width: 86%; background: var(--bg-2); }
.iso-level-3 { width: 72%; background: var(--bg-2); }
.iso-level-4 { width: 58%; background: var(--metodo-offwhite); }

.iso-labels {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 24px 0;
}
.iso-label-row {
  height: 96px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.iso-label-row .iso-arrow {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 44px;
  color: var(--metodo-black);
  line-height: 1;
  flex-shrink: 0;
}
.iso-label-content { flex: 1; min-width: 0; }
.iso-label-content h3 {
  font-family: var(--font-display);
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin: 0 0 6px;
  line-height: 1;
  color: var(--metodo-black);
}
.iso-label-content p {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 24px;
  line-height: 1.32;
  color: var(--fg-2);
  margin: 0;
}
.iso-label-content p b { color: var(--metodo-black); font-weight: var(--fw-semibold); }
.parallel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 22px;
  flex: 1;
  min-height: 0;
}
.channel {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(248, 248, 247, 0.14);
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.channel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.channel-num {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 24px;
  letter-spacing: 0.14em;
  color: var(--metodo-yellow);
  line-height: 1;
}
.channel-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 22px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(248, 248, 247, 0.72);
  line-height: 1;
}
.channel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--metodo-yellow);
  box-shadow: 0 0 0 4px rgba(246, 244, 144, 0.18);
  flex-shrink: 0;
}
.channel-name {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 60px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--metodo-offwhite);
  line-height: 0.96;
  margin: 0;
}
.channel-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--metodo-yellow);
}
.channel-mesh {
  position: absolute;
  bottom: 18px;
  right: 22px;
  opacity: 0.18;
  color: var(--metodo-yellow);
  pointer-events: none;
}
.signature {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 24px;
  letter-spacing: -0.005em;
  color: inherit;
  line-height: 1;
}
.signature-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: var(--bg-3);
  flex-shrink: 0;
}
.theme-dark .signature-avatar {
  outline: 1px solid rgba(248,248,247,0.16);
  outline-offset: -1px;
}
.signature-handle {
  display: inline-block;
}
.signature-check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
}

/* ============================================================
   Image-slot variants — Método photography treatment
   ============================================================ */
image-slot {
  display: block;
  background: var(--bg-3);
  border: 1px solid var(--border-1);
}
.theme-dark image-slot {
  background: rgba(255,255,255,0.04);
  border-color: rgba(248,248,247,0.18);
}

/* Half-bleed vertical portrait (slides 2, 5, 14) */
.slot-portrait {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  max-height: 800px;
}

/* Square / 4:5 vignette (slide 15 selfie, slide 19 deliverables) */
.slot-vignette {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
}
.slot-square {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.slot-landscape {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}
/* Grid-cell-filling slot — sizes to its parent flex/grid cell */
.slot-fill {
  width: 100%;
  height: 100%;
  flex: 1;
  min-height: 0;
}

/* Full-bleed slot for atmospheric slides (slide 22) */
.slot-bleed {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Protection scrim — Método-compliant overlay rgba(22,22,22,0.6) */
.slide-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg,
      rgba(22,22,22,0.35) 0%,
      rgba(22,22,22,0.55) 40%,
      rgba(22,22,22,0.82) 100%);
  pointer-events: none;
}
.slide-scrim-layer {
  position: relative;
  z-index: 2;
}

/* ----- Agenda slide ----- */
.agenda-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.agenda-row {
  display: grid;
  grid-template-columns: 120px 1fr 80px;
  align-items: center;
  gap: 32px;
  padding: 28px 8px;
  border-top: 1px solid var(--metodo-black);
  position: relative;
}
.agenda-row--first {
  border-top: 2px solid var(--metodo-black);
}
.agenda-row:last-child {
  border-bottom: 1px solid var(--metodo-black);
}
.agenda-num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 72px;
  line-height: 1;
  letter-spacing: var(--ls-display);
  color: var(--metodo-charcoal);
  opacity: 0.55;
}
.agenda-body { display: flex; flex-direction: column; gap: 8px; }
.agenda-title {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 40px;
  line-height: 1.04;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: var(--metodo-black);
  margin: 0;
}
.agenda-hint {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 24px;
  line-height: 1.4;
  color: var(--fg-2);
  margin: 0;
}
.agenda-arrow { color: var(--metodo-black); opacity: 0.55; width: 64px; height: 16px; justify-self: end; }

/* ----- Slide 04: Áreas do marketing (12 tiles, 4×3) ----- */
.eyebrow-mini {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 24px;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--metodo-charcoal);
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
}
.eyebrow-mini::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background: currentColor;
}
.areas-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--metodo-black);
  border-left: 1px solid var(--metodo-black);
}
.area-tile {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 26px 24px;
  border-right: 1px solid var(--metodo-black);
  border-bottom: 1px solid var(--metodo-black);
  background: transparent;
}
.area-num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 26px;
  letter-spacing: var(--ls-display);
  color: var(--metodo-charcoal);
  opacity: 0.55;
  flex-shrink: 0;
  line-height: 1;
}
.area-name {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: var(--metodo-black);
}

/* ----- Slide 05: Roles list + manager card ----- */
.roles-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: 0;
}
.role-row {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--metodo-black);
}
.role-row:nth-last-child(-n+2) {
  border-bottom: 1px solid var(--metodo-black);
}
.role-num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 26px;
  letter-spacing: var(--ls-display);
  color: var(--metodo-charcoal);
  opacity: 0.55;
  min-width: 40px;
  line-height: 1;
}
.role-name {
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: 24px;
  line-height: 1.2;
  color: var(--metodo-black);
}
.manager-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: var(--metodo-yellow);
  border: 2px solid var(--metodo-black);
  padding: 0;
  max-width: 540px;
}
.manager-card__rank {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 88px;
  line-height: 1;
  letter-spacing: var(--ls-display);
  color: var(--metodo-black);
  padding: 24px 28px;
  border-right: 2px solid var(--metodo-black);
  display: flex;
  align-items: center;
}
.manager-card__body {
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manager-card__title {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: var(--metodo-black);
}
.manager-card__hint {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-style: italic;
  font-size: 18px;
  line-height: 1.3;
  color: var(--metodo-charcoal);
  margin-top: 4px;
}

/* ----- Slide 06: 9-phase pipeline grid (on yellow) ----- */
.phases-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--metodo-black);
  border-left: 1px solid var(--metodo-black);
}
.phase-cell {
  padding: 22px 22px;
  border-right: 1px solid var(--metodo-black);
  border-bottom: 1px solid var(--metodo-black);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 120px;
  background: transparent;
}
.phase-num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 28px;
  line-height: 1;
  letter-spacing: var(--ls-display);
  color: var(--metodo-black);
  opacity: 0.55;
}
.phase-name {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: var(--metodo-black);
}

/* ----- Slide 09: Austin Lau system grid (4 cards on dark) ----- */
.system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(248, 248, 247, 0.20);
  border-left: 1px solid rgba(248, 248, 247, 0.20);
}
.system-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 22px 26px 22px;
  border-right: 1px solid rgba(248, 248, 247, 0.20);
  border-bottom: 1px solid rgba(248, 248, 247, 0.20);
  background: rgba(255, 255, 255, 0.025);
}
.system-card__num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 28px;
  line-height: 1;
  letter-spacing: var(--ls-display);
  color: var(--metodo-yellow);
}
.system-card__title {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: var(--metodo-offwhite);
  margin: 0;
}
.system-card__hint {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 18px;
  line-height: 1.35;
  color: rgba(248, 248, 247, 0.62);
  margin: 0;
}

/* ----- Slide 10: Results list (4 rows on dark) ----- */
.results-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.result-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 0;
  border-top: 1px solid rgba(248, 248, 247, 0.20);
}
.result-row:last-child {
  border-bottom: 1px solid rgba(248, 248, 247, 0.20);
}
.result-num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 68px;
  line-height: 1;
  letter-spacing: var(--ls-display);
  color: var(--metodo-yellow);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.result-suffix {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 24px;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: rgba(248, 248, 247, 0.55);
}
.result-sub {
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: 22px;
  line-height: 1.35;
  color: rgba(248, 248, 247, 0.68);
}

/* ----- Slide 21: Rules list + radial async diagram ----- */
.rules-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.rule-row {
  display: flex;
  align-items: baseline;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid var(--metodo-black);
}
.rule-row:last-child {
  border-bottom: 1px solid var(--metodo-black);
}
.rule-num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 32px;
  line-height: 1;
  letter-spacing: var(--ls-display);
  color: var(--metodo-charcoal);
  opacity: 0.55;
  min-width: 60px;
}
.rule-text {
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: 28px;
  line-height: 1.25;
  color: var(--metodo-black);
}

.radial-stage {
  position: relative;
  width: 760px;
  height: 760px;
  margin: 0 auto;
  max-width: 100%;
}
.radial-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.operator-node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--metodo-yellow);
  border: 2px solid var(--metodo-black);
  padding: 22px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 2;
  min-width: 200px;
}
.operator-node__label {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 64px;
  line-height: 1;
  letter-spacing: var(--ls-display);
  color: var(--metodo-black);
}
.operator-node__sub {
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--metodo-charcoal);
}

.agent-card {
  position: absolute;
  transform: translate(-50%, -50%);
  background: var(--bg-2);
  border: 1.5px solid var(--metodo-black);
  padding: 14px 18px;
  min-width: 190px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 1;
}
.agent-card__fn {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: var(--metodo-black);
}
.agent-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.agent-card__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.agent-card__state {
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--fg-2);
}
.agent-card--live .agent-card__dot {
  background: var(--metodo-yellow);
  border: 1.5px solid var(--metodo-black);
  animation: agent-pulse 1.6s ease-in-out infinite;
}
.agent-card--done .agent-card__dot {
  background: var(--metodo-black);
  border: 1.5px solid var(--metodo-black);
}
.agent-card--queue .agent-card__dot {
  background: transparent;
  border: 1.5px solid var(--metodo-charcoal);
}
@keyframes agent-pulse {
  0%, 100% { transform: scale(1);   opacity: 1;   }
  50%      { transform: scale(1.18); opacity: 0.7; }
}

.radial-caption {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: 18px;
  color: var(--fg-2);
  background: var(--bg-1);
  padding: 8px 18px;
  border: 1px solid var(--border-1);
}
.radial-caption__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.radial-caption__dot--live  { background: var(--metodo-yellow); border: 1.5px solid var(--metodo-black); }
.radial-caption__dot--done  { background: var(--metodo-black); }
.radial-caption__dot--queue { background: transparent; border: 1.5px solid var(--metodo-charcoal); }
.radial-caption__sep {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: var(--border-1);
  margin: 0 6px;
}

/* ----- Slide 28: Playbook list (5 steps) ----- */
.playbook-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.playbook-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 36px;
  padding: 24px 0;
  border-top: 1px solid var(--metodo-black);
}
.playbook-row:last-child {
  border-bottom: 1px solid var(--metodo-black);
}
.playbook-num {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 84px;
  line-height: 1;
  letter-spacing: var(--ls-display);
  color: var(--metodo-charcoal);
  opacity: 0.55;
}
.playbook-text {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: var(--metodo-black);
}

/* ----- Slide 15: Squad atoms (mini concentric rings, 3×2) ----- */
.squad-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 28px;
  width: 100%;
}
.squad-atom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.atom-rings {
  position: relative;
  width: 240px;
  height: 240px;
}
.atom-ring {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1.5px solid var(--metodo-black);
  box-sizing: border-box;
}
.atom-ring--5 { width: 240px; height: 240px; background: rgba(246, 244, 144, 0.08); }
.atom-ring--4 { width: 196px; height: 196px; background: rgba(246, 244, 144, 0.18); }
.atom-ring--3 { width: 152px; height: 152px; background: rgba(246, 244, 144, 0.34); }
.atom-ring--2 { width: 108px; height: 108px; background: rgba(246, 244, 144, 0.58); }
.atom-ring--core {
  width: 64px; height: 64px;
  background: var(--metodo-black);
  border: 2px solid var(--metodo-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.atom-ring--core svg {
  width: 28px;
  height: 28px;
  color: var(--metodo-yellow);
}
.atom-label {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 28px;
  line-height: 1;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: var(--metodo-black);
}
.atom-skills {
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: 24px;
  line-height: 1.3;
  color: var(--fg-2);
  max-width: 280px;
}

/* ----- Slide 30: Responsibility duty cards ----- */
.duty-card {
  border: 2px solid var(--metodo-black);
  padding: 32px 36px 36px;
  background: var(--bg-2);
  display: flex;
  flex-direction: column;
}
.duty-card--accent {
  background: var(--metodo-yellow);
}
.duty-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.duty-list li {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
  color: var(--metodo-black);
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.duty-num {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 36px;
  color: var(--metodo-charcoal);
  opacity: 0.55;
  min-width: 36px;
}


/* ============================================================
   Slide 16 — Cada agente é especialista por construção
   ============================================================ */
.agent-trait {
  background: var(--bg-1);
  border: 1px solid var(--border-1);
  border-radius: var(--radius-2, 4px);
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
}
.agent-trait__num {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b8a040;
  line-height: 1;
}
.agent-trait__title {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--metodo-black);
}
.agent-trait__desc {
  font-family: var(--font-body);
  font-weight: var(--fw-light);
  font-size: 16px;
  line-height: 1.4;
  color: var(--fg-2);
  margin: 0;
}

/* ============================================================
   Slide 5 + 7 — Lucide icons in tiles
   ============================================================ */
.area-tile { position: relative; padding-right: 56px; }
.area-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  color: var(--metodo-black);
  opacity: 0.45;
  flex-shrink: 0;
}
.phase-cell { position: relative; padding-right: 56px; }
.phase-icon {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 24px;
  height: 24px;
  color: var(--metodo-black);
  opacity: 0.55;
  flex-shrink: 0;
}
