/* =========================================================
   Innenlicht — ruhiger Blog
   Farbwelt: Sand, Salbei, Ton, weiches Anthrazitgrün
   ========================================================= */

:root {
  /* Flächen */
  --bg: #f4f1ea;
  --bg-soft: #ece6db;
  --surface: #fbfaf7;
  --surface-2: #f7f4ee;

  /* Text */
  --ink: #3a403b;
  --ink-soft: #6f776f;
  --ink-faint: #9ba39b;

  /* Akzente */
  --sage: #90a390;
  --sage-deep: #6c806e;
  --clay: #c3a98c;
  --clay-deep: #a98d6e;

  --line: #e3ddd1;
  --line-soft: #ece7dd;

  /* Form */
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;
  --maxw: 720px;
  --maxw-wide: 1100px;

  --shadow-sm: 0 8px 24px -18px rgba(58, 64, 59, .45);
  --shadow: 0 24px 60px -34px rgba(58, 64, 59, .45);
  --shadow-lg: 0 40px 90px -50px rgba(58, 64, 59, .55);

  --font-serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --ease: cubic-bezier(.22, .61, .36, 1);

  /* Herzen */
  --heart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='%236c806e'/%3E%3C/svg%3E");
  --heart-soft: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='%2390a390'/%3E%3C/svg%3E");
  --heart-tile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='%2390a390'%3E%3Cpath transform='translate(16 26) scale(.6)' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3Cpath transform='translate(150 58) scale(.36)' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3Cpath transform='translate(72 152) scale(.48)' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3Cpath transform='translate(198 178) scale(.3)' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3Cpath transform='translate(206 18) scale(.42)' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3Cpath transform='translate(38 208) scale(.34)' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--ink);
  background-color: var(--bg);
  background-image:
    radial-gradient(1200px 700px at 12% -8%, rgba(144, 163, 144, .22), transparent 60%),
    radial-gradient(900px 600px at 92% 4%, rgba(195, 169, 140, .20), transparent 62%),
    radial-gradient(1000px 800px at 50% 118%, rgba(144, 163, 144, .16), transparent 65%);
  background-attachment: fixed;
  overflow-x: hidden;
}

/* feine Körnung für eine papierene, ruhige Haptik */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }

::selection { background: rgba(144, 163, 144, .3); }

/* ---------- Typografie ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: .005em;
  color: #333a35;
  margin: 0 0 .6em;
}

h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
h3 { font-size: clamp(1.35rem, 2.6vw, 1.7rem); }

p { margin: 0 0 1.35em; }
p:last-child { margin-bottom: 0; }

.lead { font-size: 1.14rem; color: var(--ink-soft); }

.eyebrow {
  font-family: var(--font-sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--sage-deep);
}

.muted { color: var(--ink-soft); }

/* ---------- Layout ---------- */
.wrap { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
.wrap-wide { width: min(100% - 2.5rem, var(--maxw-wide)); margin-inline: auto; }

main { position: relative; z-index: 1; }

section { padding: clamp(3.5rem, 9vw, 6.5rem) 0; }

.center { text-align: center; }

/* ---------- Kopfzeile ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(244, 241, 234, .78);
  border-bottom: 1px solid transparent;
  transition: border-color .4s var(--ease), background .4s var(--ease);
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(244, 241, 234, .92);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand { display: inline-flex; align-items: center; gap: .65rem; }
.brand svg { width: 26px; height: 26px; color: var(--sage-deep); }
.brand-name {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  letter-spacing: .06em;
}
.brand-name span { color: var(--sage-deep); }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav a {
  position: relative;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  transition: color .3s var(--ease);
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -.45rem;
  width: 100%; height: 1px;
  background: var(--sage);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--sage-deep); }
.nav a[aria-current="page"]::after { transform: scaleX(1); }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: .4rem;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--ink);
  margin: 5px 0;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}

/* ---------- Hero ---------- */
.hero { padding: clamp(3rem, 8vw, 6rem) 0 clamp(2rem, 5vw, 3rem); text-align: center; }

.breath {
  width: 92px; height: 92px;
  margin: 0 auto 2rem;
  position: relative;
  display: grid;
  place-items: center;
}
.breath::before,
.breath::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(108, 128, 110, .35);
  animation: breathe 9s var(--ease) infinite;
}
.breath::after { animation-delay: -4.5s; }
.breath-core {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #b9c7b8, var(--sage-deep));
  box-shadow: 0 0 40px rgba(108, 128, 110, .45);
  animation: breathe-core 9s var(--ease) infinite;
}
@keyframes breathe {
  0%, 100% { transform: scale(.6); opacity: .9; }
  50%      { transform: scale(1); opacity: 0; }
}
@keyframes breathe-core {
  0%, 100% { transform: scale(.85); }
  50%      { transform: scale(1.12); }
}

.hero h1 { margin-bottom: .35em; }
.hero h1 em {
  font-style: italic;
  color: var(--sage-deep);
}
.hero .lead { max-width: 34ch; margin-inline: auto; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: center;
  margin-top: 2.4rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .85rem 1.7rem;
  border-radius: 100px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease),
              background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--primary {
  background: linear-gradient(140deg, var(--sage-deep), #5f7263);
  border-color: transparent;
  color: #f7f5f0;
}
.btn--ghost { background: transparent; box-shadow: none; }
.btn--ghost:hover { background: var(--surface); }
.btn svg { width: 15px; height: 15px; }

/* ---------- Trenner ---------- */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--clay-deep);
  margin: 0 auto;
  max-width: 260px;
  opacity: .75;
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.divider svg { width: 20px; height: 20px; }

/* ---------- Abschnittskopf ---------- */
.section-head { text-align: center; margin-bottom: clamp(2.2rem, 5vw, 3.4rem); }
.section-head .eyebrow { display: block; margin-bottom: .9rem; }
.section-head h2 { margin-bottom: .5rem; }
.section-head p { max-width: 46ch; margin-inline: auto; color: var(--ink-soft); }

/* ---------- Beitragskarten ---------- */
.post-list {
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.4rem);
}

.post-card {
  position: relative;
  display: grid;
  gap: 0;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--line);
}

.post-card .cover {
  height: clamp(150px, 26vw, 210px);
  position: relative;
  overflow: hidden;
}
.post-card .cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.28), transparent 55%);
}
.post-card:hover .cover > .orb { transform: scale(1.12) translateY(-6px); }

.cover > .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  transition: transform 1.2s var(--ease);
}

.cover--1 { background: linear-gradient(150deg, #dfe6dc, #c3d0c2 55%, #a9bcaa); }
.cover--2 { background: linear-gradient(150deg, #f0e6d7, #ddc9ad 60%, #c9b092); }
.cover--3 { background: linear-gradient(150deg, #e2e4e6, #c6cfd2 60%, #aebbc0); }
.cover--4 { background: linear-gradient(150deg, #e8ded9, #d3bcb2 60%, #bfa196); }
.cover--5 { background: linear-gradient(150deg, #e6e3d8, #cfcab4 60%, #b6b096); }
.cover--6 { background: linear-gradient(150deg, #dfe3de, #bfc8c4 60%, #a2ada8); }

.orb--a { width: 120px; height: 120px; top: -30px; right: 14%; background: rgba(255,255,255,.5); }
.orb--b { width: 70px; height: 70px; bottom: 10%; left: 10%; background: rgba(255,255,255,.35); }
.orb--c { width: 180px; height: 180px; bottom: -70px; left: 45%; background: rgba(255,255,255,.22); }

.post-card-body { padding: clamp(1.4rem, 3vw, 2rem); }

.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem .9rem;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: .9rem;
}
.tag {
  color: var(--sage-deep);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: .18rem .7rem;
  letter-spacing: .12em;
}
.dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-faint); }

.post-card h3 { margin-bottom: .5rem; }
.post-card h3 a { transition: color .3s var(--ease); }
.post-card:hover h3 a { color: var(--sage-deep); }
.post-card p { color: var(--ink-soft); font-size: .96rem; }

.read-more {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1.2rem;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage-deep);
}
.read-more svg { width: 15px; height: 15px; transition: transform .4s var(--ease); }
.post-card:hover .read-more svg { transform: translateX(5px); }

/* ---------- Einzelner Beitrag ---------- */
.article-hero {
  padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
}
.article-hero .post-meta { justify-content: center; }
.article-hero h1 { margin-bottom: .4em; }
.article-hero .lead { max-width: 52ch; margin-inline: auto; }

.article-cover {
  width: min(100% - 2.5rem, 900px);
  margin: 0 auto clamp(2rem, 5vw, 3.2rem);
  height: clamp(180px, 34vw, 320px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}
.article-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.3), transparent 55%);
}
.article-cover .orb {
  position: absolute;
  border-radius: 50%;
}

.article-body { font-size: 1.06rem; }
.article-body > * + * { margin-top: 1.35em; }
.article-body h2 {
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  margin-top: 2.2em;
}
.article-body h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-top: .6rem;
  background: var(--sage);
}
.article-body ul, .article-body ol { padding-left: 1.2rem; }
.article-body li { margin-bottom: .6em; }
.article-body li::marker { color: var(--sage-deep); }
.article-body strong { font-weight: 500; }
.article-body a:not(.btn) {
  color: var(--sage-deep);
  border-bottom: 1px solid rgba(108, 128, 110, .35);
  transition: border-color .3s var(--ease);
}
.article-body a:not(.btn):hover { border-bottom-color: var(--sage-deep); }

.pullquote {
  margin: 2.6em 0;
  padding: 1.6rem 0 1.6rem 1.6rem;
  border-left: 2px solid var(--sage);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--sage-deep);
}
.pullquote cite {
  display: block;
  margin-top: .8rem;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.article-foot {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

/* ---------- Zitat / Ruhe-Block ---------- */
.quiet {
  text-align: center;
}
.quiet blockquote {
  margin: 0 auto;
  max-width: 30ch;
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-style: italic;
  line-height: 1.35;
  color: #3f4a42;
}
.quiet cite {
  display: block;
  margin-top: 1.4rem;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: .74rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* ---------- Über ---------- */
.about {
  background: linear-gradient(180deg, rgba(251,250,247,.7), rgba(236,230,219,.7));
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: center;
}
.portrait {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #e2e7df, #c2cec1 55%, #a8b8a9);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.portrait .orb--big {
  position: absolute;
  width: 260px; height: 260px;
  border-radius: 50%;
  right: -60px; bottom: -60px;
  background: rgba(255,255,255,.25);
}
.portrait .orb--small {
  position: absolute;
  width: 90px; height: 90px;
  border-radius: 50%;
  left: 12%; top: 14%;
  background: rgba(255,255,255,.4);
}
.portrait .mono {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-size: 4rem;
  color: rgba(255,255,255,.85);
}

/* ---------- Newsletter ---------- */
.newsletter {
  background: linear-gradient(150deg, #6c806e, #58695b);
  color: #eef1ec;
  border-radius: var(--radius-lg);
  padding: clamp(2.2rem, 6vw, 3.6rem);
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.newsletter h2 { color: #f6f4ef; }
.newsletter p { color: rgba(238, 241, 236, .82); max-width: 44ch; margin-inline: auto; }
.newsletter form {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.8rem;
}
.newsletter input {
  flex: 1 1 240px;
  max-width: 320px;
  padding: .85rem 1.2rem;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.1);
  color: #f6f4ef;
  font: inherit;
  font-size: .95rem;
  outline: none;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.newsletter input::placeholder { color: rgba(246, 244, 239, .6); }
.newsletter input:focus { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.16); }
.newsletter .btn {
  background: #f6f4ef;
  color: #4d5b4f;
  border-color: transparent;
}
.form-note { margin-top: 1rem; font-size: .8rem; color: rgba(238,241,236,.65); }

/* ---------- Fuß ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  margin-top: clamp(3rem, 8vw, 6rem);
  padding: clamp(2.5rem, 6vw, 4rem) 0 2rem;
  text-align: center;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  justify-content: center;
  margin: 1.5rem 0;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.footer-nav a:hover { color: var(--sage-deep); }
.footer-copy { font-size: .8rem; color: var(--ink-faint); }

/* ---------- Scroll-Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .breath::before, .breath::after, .breath-core { animation: none; }
}

/* =========================================================
   Herzen — dezent, wie ein leises Muster
   ========================================================= */

/* Feines Herz-Muster über der ganzen Seite */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .22;
  background-image: var(--heart-tile);
  background-size: 300px 300px;
}

/* Schwebende Herzen im Hero */
.hero { position: relative; }
.heart-field {
  position: absolute;
  inset: -30% 0 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
.heart-field span {
  position: absolute;
  bottom: 6%;
  width: 14px;
  height: 14px;
  background: var(--heart-soft) center / contain no-repeat;
  opacity: 0;
  animation: heartDrift linear infinite;
}
.heart-field .h1 { left: 5%;  animation-duration: 22s; animation-delay: 0s; }
.heart-field .h2 { left: 21%; width: 9px;  height: 9px;  animation-duration: 28s; animation-delay: -7s; }
.heart-field .h3 { left: 43%; width: 16px; height: 16px; animation-duration: 25s; animation-delay: -13s; }
.heart-field .h4 { left: 62%; width: 11px; height: 11px; animation-duration: 31s; animation-delay: -4s; }
.heart-field .h5 { left: 79%; width: 13px; height: 13px; animation-duration: 26s; animation-delay: -17s; }
.heart-field .h6 { left: 92%; width: 8px;  height: 8px;  animation-duration: 34s; animation-delay: -10s; }
@keyframes heartDrift {
  0%   { transform: translateY(0) rotate(-6deg) scale(.9); opacity: 0; }
  12%  { opacity: .18; }
  80%  { opacity: .18; }
  100% { transform: translateY(-360px) rotate(8deg) scale(1.05); opacity: 0; }
}

/* Trennpunkte in den Metazeilen werden zu kleinen Herzen */
.dot {
  width: 9px;
  height: 9px;
  border-radius: 0;
  background: var(--heart) center / contain no-repeat;
  opacity: .4;
}

/* Aufzählungszeichen in Beiträgen */
.article-body ul { list-style: none; padding-left: 1.7rem; }
.article-body ul li { position: relative; }
.article-body ul li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: .5em;
  width: .85rem;
  height: .85rem;
  background: var(--heart) center / contain no-repeat;
  opacity: .6;
}

/* Herz unter Abschnittsüberschriften */
.section-head h2::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: .8rem auto 0;
  background: var(--heart) center / contain no-repeat;
  opacity: .45;
}

/* Herz vor dem Eyebrow im Hero */
.hero .eyebrow::before {
  content: "";
  display: inline-block;
  width: .72em;
  height: .72em;
  margin-right: .5em;
  vertical-align: baseline;
  background: var(--heart) center / contain no-repeat;
  opacity: .7;
}

/* Herz über dem Zitat-Block */
.quiet { position: relative; }
.quiet::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 1.5rem;
  background: var(--heart) center / contain no-repeat;
  opacity: .4;
}

/* Herz-Reihe im Footer */
.heart-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  margin: 1.8rem 0 0;
}
.heart-row span {
  width: 11px;
  height: 11px;
  background: var(--heart) center / contain no-repeat;
  opacity: .18;
}
.heart-row span:nth-child(2n) { width: 14px; height: 14px; opacity: .3; }
.heart-row span:nth-child(3) { opacity: .42; }

/* Herz-Button an den Beiträgen */
.post-card-body { position: relative; }

.heart-btn {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(251, 250, 247, .82);
  color: var(--sage-deep);
  transition: transform .35s var(--ease), color .35s var(--ease),
              border-color .35s var(--ease), background .35s var(--ease);
}
.heart-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linejoin: round;
  transition: fill .35s var(--ease);
}
.heart-btn:hover { transform: scale(1.08); border-color: var(--sage); }
.heart-btn.is-liked {
  color: #b0766a;
  border-color: rgba(176, 118, 106, .45);
  background: rgba(195, 169, 140, .2);
  animation: heartPop .5s var(--ease);
}
.heart-btn.is-liked svg { fill: currentColor; }
.heart-btn--inline { position: static; }
@keyframes heartPop {
  0%   { transform: scale(1); }
  45%  { transform: scale(1.22); }
  100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .heart-field { display: none; }
  .heart-btn.is-liked { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; }
  .portrait { max-width: 320px; margin-inline: auto; }
}

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.6rem;
    background: rgba(247, 244, 238, .98);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .article-foot { flex-direction: column; align-items: flex-start; }
}
