/* Page styles for the /demo/* renders of templates/index.html — T5, 2026-08-05.
   Page-specific rules only; shared patterns belong in styles.css. The strip is
   server-rendered and never JS-toggled, so it needs no hidden-state guard. */

.demo-strip {
  margin: 0 0 var(--space-6);
  padding: var(--space-5) var(--space-6);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  background: var(--surface);
}

.demo-strip-kicker {
  margin: 0 0 var(--space-2);
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.demo-strip-title {
  margin: 0 0 var(--space-2);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.2;
  color: var(--ink);
}

.demo-strip-desc {
  margin: 0 0 var(--space-4);
  max-width: 720px;
  font-size: var(--text-md);
  line-height: 1.55;
  color: var(--text);
}

.demo-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
  margin: 0 0 var(--space-3);
}

.demo-strip-more {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--muted);
}

.demo-strip-more a {
  color: var(--accent);
  text-underline-offset: 2px;
}
