/* Axel Kernbach – Kandidat für das Amt des Samtgemeindebürgermeisters
   Stylesheet – bewusst ohne externe Ressourcen (keine Google Fonts, kein CDN) */

:root {
  --rot: #E3000F;
  --rot-dunkel: #B8000C;
  --anthrazit: #1c1c1c;
  --grau-text: #4a4a4a;
  --grau-hell: #f6f4f2;
  --weiss: #ffffff;
  --rand: #e7e2de;
  --radius: 10px;
  --max: 1120px;
  font-size: 16px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--anthrazit);
  background: var(--weiss);
  line-height: 1.6;
}

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

a { color: var(--rot); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  font-weight: 700;
  color: var(--rot);
  margin: 0 0 .5rem;
}

h1, h2, h3 { line-height: 1.25; margin: 0 0 .6em; }
h1 { font-size: clamp(2rem, 4vw, 2.9rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
h3 { font-size: 1.15rem; }
p { color: var(--grau-text); }

/* Header / Nav */
header.site-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--rand);
  z-index: 50;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--max);
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--anthrazit);
}
.brand .dot { width: 12px; height: 12px; background: var(--rot); border-radius: 50%; flex: none; }
.nav-links { display: flex; gap: 26px; font-size: .95rem; font-weight: 600; }
.nav-links a { color: var(--anthrazit); }
.nav-links a:hover { color: var(--rot); text-decoration: none; }
.nav-cta {
  background: var(--rot);
  color: #fff !important;
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 700;
}
.nav-cta:hover { background: var(--rot-dunkel); text-decoration: none; }
.nav-toggle { display: none; }

/* Hero */
.hero {
  background: var(--grau-hell);
  overflow: hidden;
}
.hero .wrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--rand);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.hero .lead { font-size: 1.15rem; }
.hero-figure {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
}
.hero-figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }

.btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .98rem;
}
.btn-primary { background: var(--rot); color: #fff; }
.btn-primary:hover { background: var(--rot-dunkel); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--anthrazit); border: 1px solid var(--rand); }
.btn-ghost:hover { border-color: var(--rot); color: var(--rot); text-decoration: none; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }

/* Sections */
section { padding: 70px 0; }
.section-head { max-width: 680px; margin: 0 auto 40px; text-align: center; }
.section-head.left { text-align: left; margin: 0 0 40px; }

.section-alt { background: var(--grau-hell); }

/* Über mich */
.about-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.about-grid img { border-radius: var(--radius); box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.about-grid p { margin: 0 0 1em; }

/* Werte / Anspruch - numbered cards, angelehnt an die Programmseite */
.werte-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.werte-card {
  background: #fff;
  border: 1px solid var(--rand);
  border-radius: var(--radius);
  padding: 26px 24px;
}
.werte-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--rot);
  color: #fff;
  font-weight: 800;
  font-size: .95rem;
  margin-bottom: 14px;
}
.werte-card h3 { margin-bottom: .35em; }
.werte-card p { margin: 0; font-size: .95rem; }

/* Galerie */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; }
.gallery img { aspect-ratio: 4/5; object-fit: cover; }
.gallery figcaption {
  font-size: .82rem;
  color: var(--grau-text);
  padding: 8px 2px 0;
}

/* Zitat */
.zitat {
  background: var(--anthrazit);
  color: #fff;
  border-radius: var(--radius);
  padding: 48px;
  text-align: center;
}
.zitat p.slogan {
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 .4em;
  letter-spacing: .01em;
}
.zitat p.by { color: #c9c9c9; margin: 0; }

/* Kontakt */
.kontakt-box {
  background: #fff;
  border: 1px solid var(--rand);
  border-radius: var(--radius);
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.kontakt-item .label { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--rot); font-weight: 700; margin-bottom: 4px; }
.kontakt-item a, .kontakt-item span { color: var(--anthrazit); font-weight: 600; }
.hinweis {
  margin-top: 18px;
  font-size: .85rem;
  color: var(--grau-text);
}

/* Footer */
footer.site-footer {
  border-top: 1px solid var(--rand);
  padding: 34px 0;
  background: var(--grau-hell);
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .88rem;
  color: var(--grau-text);
}
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: var(--grau-text); font-weight: 600; }
.footer-links a:hover { color: var(--rot); }

/* Rechtstexte (Impressum / Datenschutz) */
.legal {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 24px 90px;
}
.legal h1 { margin-bottom: .3em; }
.legal .stand { color: var(--grau-text); font-size: .9rem; margin-bottom: 2.2em; }
.legal h2 {
  font-size: 1.15rem;
  margin-top: 2.2em;
  padding-top: .2em;
  border-top: 1px solid var(--rand);
  padding-top: 1.4em;
}
.legal h2:first-of-type { border-top: none; padding-top: 0; }
.legal p, .legal li { color: var(--grau-text); }
.legal ul { padding-left: 1.2em; }
.legal .box {
  background: var(--grau-hell);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 1em 0;
}
.back-link { display: inline-block; margin-bottom: 24px; font-weight: 700; }

/* Responsive */
@media (max-width: 860px) {
  .nav-links, .nav-cta { display: none; }
  .hero .wrap { grid-template-columns: 1fr; padding-top: 36px; }
  .hero-figure { order: -1; }
  .about-grid { grid-template-columns: 1fr; }
  .werte-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .kontakt-box { grid-template-columns: 1fr; }
  .footer-row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .werte-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .zitat { padding: 32px 22px; }
}
