/* Impressum & Kontakt — same monochrome language as the gallery:
   black paper-on-ink, Georgia body, Impact headings. */

:root {
  --ink: #000;
  --paper: #fff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; }

body {
  background: var(--ink);
  color: var(--paper);
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.65;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

h1, h2, .i-back {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', 'Franklin Gothic Bold', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.i-head {
  padding: 20px 20px 8px;
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}

.i-head h1 { font-size: 1.4rem; }

.i-back {
  color: var(--paper);
  opacity: 0.75;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 8px 0;
}

.i-back:hover { opacity: 1; text-decoration: underline; }

.i-main {
  flex: 1;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 16px 20px 40px;
}

.i-block { margin-top: 28px; }

.i-block h2 {
  font-size: 1.05rem;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 6px;
}

.i-block p { margin-bottom: 12px; opacity: 0.9; }

.i-block a { color: var(--paper); }

.i-foot {
  padding: 20px;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.6;
}
