html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #fbf7f0;
  color: #14181d;
  -webkit-font-smoothing: antialiased;
}

.font-serif { font-family: 'Playfair Display', Georgia, serif; }
.font-mono  { font-family: 'JetBrains Mono', monospace; }

.rule-double {
  border-top: 3px double #14181d;
  border-bottom: 1px solid #14181d;
  padding: 6px 0;
}

.dropcap::first-letter {
  font-family: 'Playfair Display', Georgia, serif;
  float: left;
  font-size: 4.2rem;
  line-height: 1;
  padding: 4px 10px 0 0;
  font-weight: 800;
  color: #9b2c2c;
}

.col-rule {
  column-rule: 1px solid #e9e2d3;
}

.tab-active {
  background: #14181d;
  color: #fbf7f0;
}

details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }
details[open] .acc-icon { transform: rotate(45deg); }

.headline-link:hover { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; text-decoration-color: #9b2c2c; }

.kbd {
  font-family: 'JetBrains Mono', monospace;
  background: #14181d;
  color: #fbf7f0;
  padding: 2px 6px;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  border-radius: 2px;
}

.timeline-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 1.125rem;
  top: 2.5rem;
  bottom: -1.5rem;
  width: 2px;
  background: #e9e2d3;
}

@media print {
  header, footer, #cookieBanner, #cookieModal { display: none !important; }
}
