/* Kopsov frame around a concept study: one thin bar, deliberately outside the concept's own design. */
.rahmen {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px 16px;
  padding: 8px 16px; background: #0c0c0d; color: #f4eee6;
  font: 500 12.5px/1.4 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; letter-spacing: 0.01em;
}
.rahmen p { margin: 0; }
.rahmen a { color: #f4eee6; text-underline-offset: 3px; }
.rahmen a:hover { color: #d4b895; }
.rahmen a:focus-visible { outline: 2px solid #d4b895; outline-offset: 2px; }
.rahmen strong { color: #d4b895; font-weight: 600; }
.rahmen-links { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.rahmen-links a { white-space: nowrap; }
@media (max-width: 479px) {
  .rahmen-long { display: none; }
  /* phones: taller tap targets for the frame links (they sit in stacked rows) */
  .rahmen-links { gap: 0 16px; }
  .rahmen-links a { padding-block: 5px; }
}
