/* ============ DIGITAL KARMAA — Story II: The Seed ============ */
/* Overrides on top of story.css — a warmer, organic design language. */

.st2 {
  --gold: #ffd27d;
  --leaf: #ff9ad5;
  --grad-gold: linear-gradient(92deg, #ffd27d, #ff9ad5 55%, #e879f9);
}

.grad-gold {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Rail dot becomes a golden seed */
.st2 .rail-dot {
  color: var(--gold);
  text-shadow: 0 0 12px rgba(255, 210, 125, 0.95), 0 0 28px rgba(255, 154, 213, 0.7);
}
.st2 .rail-line {
  background: linear-gradient(to bottom, rgba(255, 210, 125, 0.65), rgba(232, 121, 249, 0.4), rgba(255, 255, 255, 0.08));
}

/* ============ SEED CARDS — no boxes, editorial style ============ */
.seed-card {
  position: relative;
  max-width: 560px;
  padding: 26px 30px 26px 36px;
  background: rgba(4, 6, 14, 0.42);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-left: 2px solid transparent;
  border-image: linear-gradient(to bottom, #ffd27d, #e879f9, transparent) 1;
}
.ghost-num {
  position: absolute;
  top: -0.55em;
  right: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(5rem, 12vw, 8.5rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 210, 125, 0.22);
  pointer-events: none;
  user-select: none;
}
.ghost-center {
  position: static;
  display: block;
  margin: 0 auto -0.45em;
  -webkit-text-stroke: 1px rgba(255, 210, 125, 0.2);
}
.st2 .ch-service {
  border-top: 1px solid rgba(255, 210, 125, 0.18);
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

/* Warmer stat numbers */
.st2 .stat-num, .st2 .stat-suffix {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Scroll hint tint */
.st2 .scroll-line {
  background: linear-gradient(to bottom, var(--gold), transparent);
}

@media (max-width: 900px) {
  .seed-card { padding: 22px 20px 22px 26px; }
  .ghost-num { font-size: 4.6rem; top: -0.5em; }
}
