/* Kathrin Wilsberg – Autorin | gemeinsames Stylesheet */

:root {
  --blau: #2f6fb0;
  --blau-dunkel: #1c4a7e;
  --gold: #d99a3d;
  --gold-hell: #e7b662;
  --sand: #faf7f2;
  --weiss: #ffffff;
  --text: #2a2f36;
  --text-hell: #5d6b78;
  --schatten: 0 12px 34px rgba(28, 74, 126, 0.14);
}

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

body {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  color: var(--text);
  background: var(--sand);
  line-height: 1.7;
}

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }

img { max-width: 100%; height: auto; display: block; }

a { color: var(--blau); }

.container { width: 100%; max-width: 960px; margin: 0 auto; padding: 0 1.25rem; }

/* ---------- Header ---------- */
.site-header {
  background: var(--weiss);
  box-shadow: 0 2px 12px rgba(28, 74, 126, 0.08);
  position: sticky;
  top: 0;
  z-index: 10;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--text); }
.brand img { width: 38px; height: 38px; }
.brand .brand-text { line-height: 1.15; }
.brand .brand-name { font-family: Georgia, serif; font-weight: 700; font-size: 1.15rem; color: var(--blau-dunkel); }
.brand .brand-role { font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.site-header nav a { margin-left: 1.4rem; text-decoration: none; color: var(--text-hell); font-size: 0.95rem; }
.site-header nav a:hover { color: var(--blau); }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(135deg, var(--blau) 0%, var(--blau-dunkel) 100%);
  color: var(--weiss);
  text-align: center;
  padding: 4rem 0 3.5rem;
}
.hero img.feder { width: 64px; margin: 0 auto 1.25rem; opacity: 0.95; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 0.6rem; }
.hero .rolle { font-size: 1.05rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-hell); }

/* ---------- Sektionen ---------- */
section { padding: 3.5rem 0; }

.section-label {
  text-align: center;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.section-title { text-align: center; color: var(--blau-dunkel); font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 2rem; }

/* ---------- Biografie ---------- */
.bio p { max-width: 720px; margin: 0 auto 1.1rem; color: var(--text); font-size: 1.08rem; }
.bio .zitat {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--blau-dunkel);
  text-align: center;
  max-width: 720px;
  margin: 1.75rem auto;
  padding-left: 0;
  border-left: none;
}

/* ---------- Bücher ---------- */
.buecher { background: var(--weiss); }
.buch {
  display: grid;
  grid-template-columns: minmax(0, 240px) 1fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
}
.buch + .buch { margin-top: 3.5rem; padding-top: 3.5rem; border-top: 1px solid #ececec; }
.buch img { border-radius: 10px; box-shadow: var(--schatten); margin: 0 auto; }
.buch h3 { font-size: 1.6rem; color: var(--blau-dunkel); margin-bottom: 0.25rem; }
.buch .band { color: var(--gold); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.85rem; }
.buch p { color: var(--text-hell); margin: 0.9rem 0 1.4rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  padding: 0.7rem 1.4rem;
  border-radius: 100px;
  font-size: 0.95rem;
  transition: transform 0.2s, background 0.2s, color 0.2s;
}
.btn-primary { background: var(--blau); color: var(--weiss); }
.btn-primary:hover { background: var(--blau-dunkel); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--blau); border: 2px solid var(--blau); }
.btn-ghost:hover { background: var(--blau); color: var(--weiss); transform: translateY(-2px); }

/* ---------- Rechtstext-Seiten (Impressum/Datenschutz) ---------- */
.legal { padding: 3rem 0 4rem; }
.legal h1 { color: var(--blau-dunkel); font-size: 2rem; margin-bottom: 1.5rem; }
.legal h2 { color: var(--blau-dunkel); font-size: 1.35rem; margin: 2.25rem 0 0.7rem; padding-top: 1rem; border-top: 1px solid #ececec; }
.legal h3 { color: var(--blau-dunkel); font-size: 1.08rem; margin: 1.4rem 0 0.45rem; }
.legal h4 { color: var(--text); font-family: "Segoe UI", system-ui, sans-serif; font-size: 1rem; margin: 1.1rem 0 0.35rem; }
.legal p, .legal li { color: var(--text); margin-bottom: 0.8rem; max-width: 760px; }
.legal ul { padding-left: 1.4rem; }
.legal a { word-break: break-word; }
.hinweis {
  background: #fff6e6;
  border-left: 4px solid var(--gold);
  padding: 1rem 1.25rem;
  border-radius: 6px;
  margin-bottom: 2rem;
  color: var(--text);
  font-size: 0.95rem;
}

/* ---------- Footer ---------- */
footer {
  background: var(--blau-dunkel);
  color: var(--weiss);
  text-align: center;
  padding: 2.5rem 0;
}
footer img { width: 46px; margin: 0 auto 1rem; opacity: 0.9; }
footer nav { margin-bottom: 0.8rem; }
footer nav a { color: var(--gold-hell); text-decoration: none; margin: 0 0.75rem; font-size: 0.95rem; }
footer nav a:hover { text-decoration: underline; }
footer .copy { opacity: 0.75; font-size: 0.9rem; }

/* ---------- Responsive ---------- */
@media (max-width: 680px) {
  .buch { grid-template-columns: 1fr; text-align: center; }
  .buch .btn-row { justify-content: center; }
  .site-header nav a { margin-left: 1rem; }
}
