.event-dashboard {
  font-size: 17px;
  line-height: 1.6;
}

.event-nav a,
.event-footer a {
  font-size: 14px;
}

.event-brand span,
.event-kicker,
.data-label {
  font-size: 12px;
}

.section-head > p,
.journey-summary p {
  font-size: 16px;
}

.journey-summary strong {
  font-size: 20px;
}

.stage-button {
  font-size: 13px;
}

.stage-grid p,
.stage-experiment strong {
  font-size: 15px;
}

.pulse span {
  font-size: 11px;
}

.pulse small {
  font-size: 13px;
}

.role-card > p {
  font-size: 15px;
}

.role-card li,
.standard-intro p,
.video-frame p,
.video-list span,
.growth-plan > p,
.issues p {
  font-size: 14px;
}

.role-card dl div,
.risk-strip p,
.maturity-row,
.roadmap p {
  font-size: 13px;
}

.contact-flow strong {
  font-size: 14px;
}

.contact-flow small,
.plan-scale,
.agent-funnel span,
.growth-steps span,
.agent-kpis span {
  font-size: 12px;
}

.bar-row,
.legend li {
  font-size: 13px;
}

.chart-panel > small {
  font-size: 11px;
}

.roadmap strong {
  font-size: 15px;
}

.term {
  display: inline;
  padding: 0;
  border: 0;
  border-bottom: 2px dotted currentColor;
  background: transparent;
  color: var(--event-violet);
  font: inherit;
  font-weight: 800;
  line-height: inherit;
  cursor: help;
}

.term:hover,
.term:focus-visible {
  color: var(--event-coral);
  outline: none;
}

.term:focus-visible {
  box-shadow: 0 3px 0 rgba(114, 88, 232, .22);
}

.term-popover {
  position: fixed;
  z-index: 100;
  width: min(380px, calc(100vw - 32px));
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: var(--event-ink);
  color: #fff;
  box-shadow: 0 18px 46px rgba(23, 32, 51, .28);
  pointer-events: none;
}

.term-popover strong {
  display: block;
  font-size: 17px;
}

.term-popover p {
  margin: 7px 0 0;
  color: #d9dfeb;
  font-size: 14px;
  line-height: 1.55;
}

.journey-atlas {
  --atlas-channel: var(--event-cyan);
}

.atlas-intro {
  margin-bottom: 72px;
}

.atlas-intro h2 {
  max-width: 920px;
}

.atlas-channel {
  --atlas-channel: var(--event-cyan);
  padding-bottom: 110px;
}

.atlas-company {
  --atlas-channel: var(--event-violet);
}

.atlas-agency {
  --atlas-channel: var(--event-coral);
  padding-bottom: 0;
}

.atlas-channel-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 3px solid var(--atlas-channel);
}

.atlas-channel-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--atlas-channel);
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-weight: 600;
}

.atlas-channel-head p {
  margin: 0;
  color: var(--event-muted);
  font-size: 15px;
}

.atlas-channel-head h3 {
  margin: 4px 0 0;
  font-size: 34px;
  line-height: 1.2;
}

.atlas-channel-head > .term {
  font-size: 18px;
}

.atlas-map {
  padding: 58px 0 10px;
}

.atlas-map + .atlas-map {
  margin-top: 8px;
  padding-top: 68px;
  border-top: 1px solid var(--event-line);
}

.atlas-map > header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 32px;
}

.atlas-label {
  margin: 0 0 8px;
  color: var(--event-coral);
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.atlas-target .atlas-label {
  color: var(--event-green);
}

.atlas-map h3 {
  max-width: 880px;
  margin: 0;
  font-size: 32px;
  line-height: 1.22;
}

.atlas-map > header > p {
  margin: 0;
  color: var(--event-muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.atlas-stage {
  min-height: 360px;
  padding: 28px;
  border-top: 4px solid var(--atlas-state);
  border-radius: 8px;
  background: var(--event-surface);
  box-shadow: var(--event-shadow);
}

.atlas-current .atlas-stage {
  --atlas-state: var(--event-coral);
}

.atlas-target .atlas-stage {
  --atlas-state: var(--event-green);
}

.atlas-stage-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.atlas-stage-number {
  color: var(--atlas-state);
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  font-weight: 600;
}

.atlas-stage-owner {
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--event-bg);
  color: var(--event-muted);
  font-size: 13px;
  line-height: 1.35;
}

.atlas-stage h4 {
  margin: 18px 0 24px;
  font-size: 24px;
  line-height: 1.2;
}

.atlas-stage-field {
  padding: 14px 0;
  border-top: 1px solid var(--event-line);
}

.atlas-stage-field span {
  display: block;
  margin-bottom: 5px;
  color: var(--event-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.atlas-stage-field p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.atlas-current .atlas-stage-result p {
  color: #9d3c30;
}

.atlas-target .atlas-stage-result p {
  color: #126a50;
}

@media (max-width: 1100px) {
  .atlas-map > header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .atlas-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .event-dashboard {
    font-size: 16px;
  }

  .event-nav a,
  .event-footer a {
    font-size: 12px;
  }

  .atlas-intro {
    margin-bottom: 54px;
  }

  .atlas-channel {
    padding-bottom: 82px;
  }

  .atlas-channel-head {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .atlas-channel-number {
    width: 48px;
    height: 48px;
  }

  .atlas-channel-head h3 {
    font-size: 27px;
  }

  .atlas-channel-head > .term {
    grid-column: 2;
    justify-self: start;
    font-size: 15px;
  }

  .atlas-map {
    padding-top: 46px;
  }

  .atlas-map + .atlas-map {
    padding-top: 54px;
  }

  .atlas-map h3 {
    font-size: 26px;
  }

  .atlas-map > header > p {
    font-size: 16px;
  }

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

  .atlas-stage {
    min-height: 0;
    padding: 24px;
  }

  .atlas-stage h4 {
    font-size: 22px;
  }

  .term-popover {
    padding: 17px 18px;
  }
}

@media (hover: hover) {
  .atlas-stage {
    transition: transform .18s ease-out, box-shadow .18s ease-out;
  }

  .atlas-stage:hover {
    transform: translateY(-3px);
    box-shadow: 18px 18px 38px rgba(138, 148, 164, .31), -14px -14px 30px rgba(255, 255, 255, .8);
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-stage {
    transition: none;
  }

  .atlas-stage:hover {
    transform: none;
  }
}
