/* Preset (per-intent) pages: story styling on a plain content page. */
.preset { padding-top: 26px; }
.preset h1 {
  font-family: var(--font-display);
  text-transform: var(--display-transform, none);
  letter-spacing: var(--display-tracking, -.02em);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.1;
  margin: 0 0 14px;
}
.preset .lede { max-width: 70ch; color: var(--page-dim); font-size: 1.06rem; line-height: 1.65; }
.preset .lede strong, .preset .lede em { color: var(--page-text); }
.preset section { padding: clamp(24px, 4vw, 44px) 0; }
.preset pre {
  margin: 0 0 14px;
  padding: 16px;
  overflow-x: auto;
  font-family: var(--font-mono);
  font-size: .8rem;
  line-height: 1.55;
  background: var(--code-bg);
  color: var(--page-text);
  border: 1px solid var(--border);
  border-radius: 10px;
  max-width: 860px;
}
.preset p { max-width: 76ch; color: var(--page-dim); line-height: 1.65; }
.preset a { color: var(--page-accent); }
.steps-list { max-width: 76ch; color: var(--page-dim); line-height: 1.7; padding-left: 22px; display: grid; gap: 10px; margin: 0; }
.steps-list strong { color: var(--page-text); }
.preset dl { max-width: 76ch; margin: 0 0 22px; }
.preset dt { font-weight: 700; margin-top: 16px; color: var(--page-text); }
.preset dd { margin: 5px 0 0; color: var(--page-dim); line-height: 1.6; }
.cta-open { display: inline-block; margin-top: 10px; text-decoration: none; padding: 11px 22px; font-size: .95rem; }
