/* terms.css — Terms of Use / Nutzungsbedingungen layout (warm theme) */

.tm-hero { padding-bottom: 0; }
.tm-title { font-size: clamp(40px, 6vw, 72px); margin: 8px 0 24px; }
.tm-intro { max-width: 68ch; }
.tm-intro p { font-size: 17px; line-height: 1.6; color: var(--ink-2, #4a463d); margin: 0 0 12px; }
.tm-intro strong { color: var(--ink, #23201b); font-weight: 600; }

.tm-doc {
  max-width: 760px;
  border-top: 1px solid var(--rule, #d4cebd);
  padding-top: 40px;
}
.tm-section { padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--rule, #d4cebd); }
.tm-section:last-of-type { border-bottom: 0; }
.tm-h {
  font-family: var(--mono, monospace);
  font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink, #23201b); margin: 0 0 16px; font-weight: 600;
}
.tm-text { font-size: 15.5px; line-height: 1.62; color: var(--ink-2, #4a463d); }
.tm-p { margin: 0 0 12px; }
.tm-p:last-child { margin-bottom: 0; }
.tm-text strong { color: var(--ink, #23201b); font-weight: 600; }
.tm-sub {
  font-size: 15.5px; font-weight: 600; color: var(--ink, #23201b);
  margin: 20px 0 8px; letter-spacing: -0.005em;
}
.tm-ul, .tm-ol { margin: 4px 0 14px; padding-left: 22px; }
.tm-ul li, .tm-ol li { margin-bottom: 7px; }
.tm-ol { list-style: decimal; }
.tm-ul { list-style: disc; }
.tm-quote {
  margin: 4px 0 14px; padding: 12px 16px;
  border-left: 2px solid var(--accent, #b6791a);
  background: rgba(182, 121, 26, 0.06);
  font-family: var(--mono, monospace); font-size: 14px; color: var(--ink, #23201b);
}
.tm-version {
  margin-top: 8px; font-family: var(--mono, monospace);
  font-size: 13px; color: var(--ink-3, #8b8270); font-style: italic;
}
.tm-text a { color: var(--accent, #b6791a); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 140ms; }
.tm-text a:hover { border-color: var(--accent, #b6791a); }
