/* moodArt — shared styles for per-city service pages
   Loaded by schwelm.html, ennepetal.html, sprockhoevel.html, hagen.html, wuppertal.html
   Palette match: #e8739a pink, #f3e0f0 lavender, #e67e22 orange, #fdf6f9 warm cream */

/* Ampersand override: Playfair Display's & has a large swash that looks
   over-stylised at heading sizes. Substitute just U+0026 with Georgia
   (which the landing page's HEADING var falls back to, so the blog &
   matches "Play & Paint" on the landing). */
@font-face {
  font-family: 'Playfair Display';
  src: local('Georgia'), local('Times New Roman'), local('Times');
  unicode-range: U+0026;
  font-weight: 400 900;
  font-style: normal italic;
  font-display: swap;
}

:root { color-scheme: light; }
* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1a1a1a;
  background: #fdf6f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

.mono {
  font-family: 'SF Mono', 'Fira Code', 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.demo-banner {
  background: #1a1a1a;
  color: rgba(255,255,255,0.85);
  padding: 8px 16px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.02em;
  font-family: 'SF Mono', 'Fira Code', 'JetBrains Mono', monospace;
}
.demo-banner a { color: #e67e22; text-decoration: underline; text-underline-offset: 2px; }

/* Mini nav */
.city-nav {
  position: sticky; top: 0; z-index: 10;
  background: rgba(253, 246, 249, 0.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.city-nav-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.city-nav a.brand {
  display: flex; align-items: baseline; gap: 4px;
  text-decoration: none;
  flex-shrink: 0;
}
.city-nav a.brand .logo-1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px; font-weight: 700;
  color: #e67e22; letter-spacing: -0.01em;
}
.city-nav a.brand .logo-2 {
  font-family: 'SF Mono', 'Fira Code', 'JetBrains Mono', monospace;
  font-size: 8px; text-transform: uppercase; letter-spacing: 0.12em;
  color: #e8739a; font-weight: 500;
}
.city-nav .cta {
  background: #e8739a; color: #fff;
  padding: 10px 18px; border-radius: 10px;
  font-size: 13px; font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(232, 115, 154, 0.25);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.city-nav .cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(232, 115, 154, 0.35); }

/* Page container */
main { max-width: 1000px; margin: 0 auto; padding: 60px 24px 40px; }

/* Hero */
.hero .breadcrumb {
  font-family: 'SF Mono', 'Fira Code', 'JetBrains Mono', monospace;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em;
  color: #e8739a; margin: 0 0 16px;
}
.hero .breadcrumb a { color: #737373; text-decoration: none; }
.hero .breadcrumb a:hover { color: #e8739a; }
.hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 6vw, 52px);
  font-weight: 600; line-height: 1.1; letter-spacing: -0.03em;
  margin: 0 0 20px; color: #1a1a1a;
}
.hero h1 em { font-style: normal; color: #e8739a; }
.hero .lead {
  font-size: 17px; line-height: 1.7;
  max-width: 620px; color: #444; margin: 0 0 32px;
}
.hero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary {
  background: #e8739a; color: #fff;
  padding: 14px 26px; border-radius: 12px;
  font-size: 14px; font-weight: 500;
  text-decoration: none; display: inline-block;
  box-shadow: 0 4px 14px rgba(232, 115, 154, 0.25);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(232, 115, 154, 0.4); }
.btn-secondary {
  background: #fff; color: #1a1a1a;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 14px 26px; border-radius: 12px;
  font-size: 14px; font-weight: 500;
  text-decoration: none; display: inline-block;
  transition: border-color 200ms ease;
}
.btn-secondary:hover { border-color: #e8739a; }

/* Anfahrt strip */
.anfahrt {
  margin: 56px 0 0;
  background: #fff; border-radius: 20px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  border: 1px solid rgba(0,0,0,0.04);
}
.anfahrt .stat .label {
  display: block;
  font-family: 'SF Mono', 'Fira Code', 'JetBrains Mono', monospace;
  font-size: 9px; text-transform: uppercase; letter-spacing: 0.18em;
  color: #737373; margin-bottom: 6px;
}
.anfahrt .stat .value {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 26px; font-weight: 600; color: #1a1a1a;
  line-height: 1.1;
}
.anfahrt .stat .value small {
  font-family: 'SF Mono', monospace;
  font-size: 11px; font-weight: 400; color: #737373;
  margin-left: 4px;
}

/* Section */
html { scroll-padding-top: 120px; }
section.block { margin-top: 80px; scroll-margin-top: 120px; }
section.block .eyebrow {
  font-family: 'SF Mono', monospace;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em;
  color: #e8739a; margin: 0 0 12px;
}
section.block h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 600; letter-spacing: -0.02em; line-height: 1.2;
  margin: 0 0 16px; color: #1a1a1a;
}
section.block .intro {
  max-width: 620px; color: #555; font-size: 15px; line-height: 1.7;
  margin: 0 0 36px;
}

/* Service tiers grid */
.tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.tier {
  background: #fff; border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.05);
  padding: 28px 26px;
  display: flex; flex-direction: column;
}
.tier .age-chip {
  display: inline-block;
  background: #fce4ec; color: #1a1a1a;
  font-family: 'SF Mono', monospace;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  padding: 5px 12px; border-radius: 8px;
  margin-bottom: 18px;
  align-self: flex-start;
}
.tier h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px; font-weight: 600; letter-spacing: -0.02em;
  margin: 0 0 6px; color: #1a1a1a;
}
.tier .meta-row {
  font-family: 'SF Mono', monospace;
  font-size: 10px; margin-bottom: 14px;
}
.tier .meta-row .schedule { color: #e67e22; font-weight: 600; }
.tier .meta-row .sep { color: #ddd; margin: 0 8px; }
.tier .meta-row .price { color: #737373; }
.tier p { color: #6b6b6b; font-size: 13.5px; line-height: 1.65; margin: 0 0 18px; flex: 1; }
.tier .tier-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; border-top: 1px solid rgba(0,0,0,0.05);
  font-family: 'SF Mono', monospace; font-size: 10px;
}
.tier .tier-foot .membership { color: #737373; }
.tier .tier-foot a {
  background: #e8739a; color: #fff;
  padding: 7px 14px; border-radius: 8px;
  font-size: 11px; font-weight: 500;
  text-decoration: none;
}

/* Differentiator block */
.diff {
  background: linear-gradient(135deg, #f3e0f0 0%, #fce4ec 100%);
  border-radius: 20px;
  padding: 40px 36px;
}
.diff h2 { margin-top: 0; }
.diff ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.diff ul li {
  display: flex; gap: 14px; align-items: flex-start;
  background: rgba(255,255,255,0.6); border-radius: 14px;
  padding: 16px 18px;
}
.diff ul li .num {
  flex-shrink: 0;
  width: 28px; height: 28px; border-radius: 50%;
  background: #e8739a; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: Georgia, serif; font-size: 14px; font-weight: 600;
}
.diff ul li .txt strong {
  display: block; color: #1a1a1a; font-weight: 600; margin-bottom: 3px; font-size: 14px;
}
.diff ul li .txt span { color: #555; font-size: 13.5px; line-height: 1.6; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-list details {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 20px 0;
}
.faq-list details[open] { padding-bottom: 24px; }
.faq-list summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px; font-weight: 500; color: #1a1a1a;
  line-height: 1.4;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+';
  flex-shrink: 0;
  width: 26px; height: 26px; border-radius: 50%;
  background: #f3e0f0; color: #e8739a;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 400;
  transition: transform 200ms ease, background 200ms ease;
}
.faq-list details[open] summary::after {
  background: #e8739a; color: #fff;
  transform: rotate(45deg);
}
.faq-list .answer {
  color: #555; font-size: 14px; line-height: 1.75;
  margin: 16px 0 0; padding-right: 42px;
}

/* Final CTA */
.final-cta {
  margin-top: 80px;
  background: #fff; border-radius: 24px;
  padding: 56px 40px;
  text-align: center;
  border: 1px dashed rgba(232, 115, 154, 0.4);
}
.final-cta h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 4vw, 34px); font-weight: 600;
  margin: 0 0 14px; letter-spacing: -0.02em;
}
.final-cta p { color: #666; font-size: 15px; line-height: 1.7; max-width: 520px; margin: 0 auto 28px; }
.final-cta .cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Footer */
.city-footer {
  margin-top: 80px;
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.55);
  padding: 72px 48px 40px;
}
.city-footer-nearby {
  max-width: 1000px; margin: 0 auto 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.city-footer-nearby .label {
  font-family: 'SF Mono', monospace;
  font-size: 9px; text-transform: uppercase; letter-spacing: 0.15em;
  color: #e8739a; margin: 0 0 14px; opacity: 0.7;
}
.city-footer-nearby .cities {
  display: flex; flex-wrap: wrap; gap: 22px;
  margin: 0; line-height: 1.8;
}
.city-footer-nearby .cities a {
  color: rgba(255,255,255,0.7); text-decoration: none;
  font-size: 14px; display: inline; margin: 0;
  transition: color 200ms ease;
}
.city-footer-nearby .cities a:hover { color: #fff; }
.city-footer-nearby .cities a span {
  color: rgba(255,255,255,0.35); font-size: 12px;
}
.city-footer-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.city-footer p.label {
  font-family: 'SF Mono', monospace;
  font-size: 9px; text-transform: uppercase; letter-spacing: 0.15em;
  color: #e8739a; margin: 0 0 16px; opacity: 0.7;
}
.city-footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  transition: color 200ms ease;
}
.city-footer a:hover { color: #fff; }
.city-footer .logo-line { display: flex; align-items: baseline; gap: 4px; margin-bottom: 12px; }
.city-footer .logo-line .l1 {
  font-family: Georgia, serif; font-size: 20px; font-weight: 700; color: #e67e22;
}
.city-footer .logo-line .l2 {
  font-family: 'SF Mono', monospace; font-size: 7px; text-transform: uppercase;
  letter-spacing: 0.1em; color: #e8739a;
}
.city-footer .tagline { color: rgba(255,255,255,0.35); font-size: 13px; line-height: 1.6; margin: 0; }
.city-footer .address {
  color: rgba(255,255,255,0.5); font-size: 13px; line-height: 1.8;
  margin: 0;
}
.city-footer-bottom {
  max-width: 1000px; margin: 28px auto 0;
  font-family: 'SF Mono', monospace;
  font-size: 10px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
}
.city-footer-bottom .copyright {
  color: rgba(255,255,255,0.2);
}
.city-footer-bottom .credit {
  color: rgba(255,255,255,0.15);
}
@media (max-width: 768px) {
  .city-footer { padding: 56px 24px 32px; }
  .city-footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 32px;
  }
  .city-footer-nearby .cities { gap: 12px; }
}

/* Orva strip */
.orva-strip {
  background: #0e0e0e;
  padding: 20px 24px;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.orva-strip-inner {
  max-width: 1000px; margin: 0 auto;
  font-family: 'SF Mono', monospace;
  font-size: 11px; color: rgba(255,255,255,0.45);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.orva-strip-inner a { color: rgba(255,255,255,0.65); text-decoration: none; }
.orva-strip-inner a:hover { color: #fff; }

/* ═══════════════════════════════════════════════════════════════
   BLOG / JOURNAL — editorial styling for /blog/*.html
   ═══════════════════════════════════════════════════════════════ */

/* Reading progress bar (top of viewport) */
.read-progress {
  position: fixed; top: 0; left: 0; right: 0;
  height: 3px; z-index: 20;
  background: transparent;
  pointer-events: none;
}
.read-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #e8739a, #e67e22);
  transition: width 120ms linear;
}

/* Back to journal link (above hero) */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #737373;
  text-decoration: none;
  transition: color 200ms ease, transform 200ms ease;
  margin: 0 0 32px;
}
.back-link:hover { color: #e8739a; transform: translateX(-2px); }
.back-link .arrow { display: inline-block; transition: transform 200ms ease; }
.back-link:hover .arrow { transform: translateX(-3px); }

/* ── Blog hero ── */
.blog-hero {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 56px;
}
.blog-hero .category-chip {
  display: inline-block;
  background: #f3e0f0;
  color: #e8739a;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.blog-hero h1 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 5.5vw, 54px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #1a1a1a;
  margin: 0 0 22px;
}
.blog-hero h1 em {
  font-style: italic;
  color: #e8739a;
  font-weight: 700;
}
.blog-hero .subtitle {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.55;
  color: #555;
  margin: 0 0 28px;
  max-width: 640px;
  font-weight: 400;
}
.blog-hero .meta-row {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: #737373;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.blog-hero .meta-row > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-hero .meta-row .dot {
  width: 3px; height: 3px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 14px;
  flex-shrink: 0;
}

/* Article hero image (figure-wrapped img). Falls back to a soft gradient
   if the image is missing — same shape as before so layout is stable. */
.blog-hero-image {
  max-width: 780px;
  margin: 0 auto 56px;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(232, 115, 154, 0.08);
  background: linear-gradient(135deg, #f3e0f0 0%, #fce4ec 35%, #fdf6f9 65%, #ffe8d6 100%);
  position: relative;
  padding: 0;
}
.blog-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── TOC (upgraded with numbered dots) ── */
.toc {
  background: #fff;
  border: 1px solid rgba(232, 115, 154, 0.15);
  border-radius: 18px;
  padding: 28px 32px;
  margin: 0 auto 56px;
  max-width: 680px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.toc p.label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #e8739a;
  margin: 0 0 18px;
  font-weight: 600;
}
.toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc-counter;
}
.toc ol li {
  counter-increment: toc-counter;
  margin-bottom: 12px;
  padding-left: 36px;
  position: relative;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}
.toc ol li::before {
  content: counter(toc-counter, decimal-leading-zero);
  position: absolute;
  left: 0; top: 2px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  font-weight: 600;
  color: #e8739a;
  letter-spacing: 0.05em;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3e0f0;
  border-radius: 50%;
}
.toc ol li a {
  color: #333;
  text-decoration: none;
  transition: color 200ms ease;
  border-bottom: 1px solid transparent;
}
.toc ol li a:hover { color: #e8739a; border-bottom-color: rgba(232, 115, 154, 0.4); }

/* ── Prose body ── */
.prose {
  max-width: 680px;
  margin: 0 auto;
  color: #333;
  font-size: 17px;
  line-height: 1.8;
  font-family: Georgia, 'Times New Roman', serif;
}
.prose > p:first-of-type::first-letter {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 68px;
  font-weight: 700;
  float: left;
  line-height: 0.85;
  padding: 8px 14px 0 0;
  color: #e8739a;
}
.prose h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 32px);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 64px 0 20px;
  scroll-margin-top: 80px;
}
.prose h2::before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #e8739a, #e67e22);
  border-radius: 2px;
  margin-bottom: 18px;
}
.prose h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 40px 0 14px;
  letter-spacing: -0.01em;
  scroll-margin-top: 80px;
}
.prose p { margin: 0 0 22px; }
.prose ul, .prose ol { margin: 0 0 26px; padding-left: 24px; }
.prose ul li, .prose ol li { margin-bottom: 10px; }
.prose a {
  color: #e8739a;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 200ms ease;
}
.prose a:hover { color: #d45d85; text-decoration-thickness: 2px; }
.prose strong { color: #1a1a1a; font-weight: 700; }

/* Pull-quote — editorial, with decorative open-quote mark */
.prose blockquote {
  position: relative;
  margin: 48px 0;
  padding: 24px 32px 24px 54px;
  background: linear-gradient(135deg, #fdf6f9 0%, #f9eef4 100%);
  border-radius: 16px;
  border-left: 4px solid #e8739a;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.5;
  color: #1a1a1a;
}
.prose blockquote::before {
  content: '\201C';
  position: absolute;
  left: 16px; top: -12px;
  font-family: Georgia, serif;
  font-size: 68px;
  line-height: 1;
  color: #e8739a;
  font-weight: 700;
  font-style: normal;
}
.prose blockquote p { margin: 0; }
.prose blockquote cite {
  display: block;
  margin-top: 14px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-style: normal;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Body emphasis: stat highlights — inline */
.prose .stat-hl {
  background: linear-gradient(180deg, transparent 60%, rgba(232, 115, 154, 0.22) 60%);
  padding: 0 4px;
  color: #1a1a1a;
  font-weight: 700;
}

/* Section divider (optional) */
.section-divider {
  display: block;
  width: 60px;
  height: 6px;
  margin: 56px auto;
  background: #e8739a;
  border-radius: 3px;
  opacity: 0.3;
  border: none;
}

/* FAQ within blog prose — reuse .faq-list base styles */
.prose .faq-list { font-family: 'Inter', system-ui, sans-serif; font-size: 15px; }

/* ── Related articles — 2-col cards with gradient thumbs ── */
.related {
  max-width: 780px;
  margin: 80px auto 0;
  padding: 0;
}
.related .label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #e8739a;
  font-weight: 600;
  margin: 0 0 24px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.related-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}
.related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(232, 115, 154, 0.12);
  border-color: rgba(232, 115, 154, 0.3);
}
.related-card .thumb {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}
.related-card .thumb.g-1 { background: linear-gradient(135deg, #f3e0f0, #fce4ec); }
.related-card .thumb.g-2 { background: linear-gradient(135deg, #fce4ec, #ffe8d6); }
.related-card .thumb.g-3 { background: linear-gradient(135deg, #ffe8d6, #fdf6f9); }
.related-card .thumb.g-4 { background: linear-gradient(135deg, #f9eef4, #e8d4e0); }
.related-card .thumb.g-5 { background: linear-gradient(135deg, #fff1e0, #f3e0f0); }
.related-card .thumb.route-map {
  background: linear-gradient(135deg, #fdf6f9 0%, #f9eef4 55%, #fce4ec 100%);
}
.related-card .thumb.route-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.related-card .thumb.route-map .route-line {
  stroke-dasharray: 220;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 600ms ease;
}
.related-card:hover .thumb.route-map .route-pin-dest {
  transform: translateY(-2px);
}
.related-card .thumb.route-map .route-pin-dest {
  transform-origin: center bottom;
  transition: transform 250ms ease;
}
.related-card .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}
.related-card:hover .thumb img { transform: scale(1.04); }
.related-card .thumb:has(img)::before,
.related-card .thumb:has(img)::after { display: none; }
.related-card .thumb .cat {
  position: absolute;
  bottom: 12px; left: 14px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #e8739a;
  background: rgba(255,255,255,0.85);
  padding: 4px 10px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
}
.related-card .body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.related-card .body h4 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
  letter-spacing: -0.005em;
}
.related-card .body p {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13.5px;
  color: #666;
  line-height: 1.6;
  flex: 1;
}
.related-card .read-more {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  color: #e8739a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-top: 4px;
}

/* ═══════ BLOG INDEX (journal overview) ═══════ */
.journal-hero {
  max-width: 900px;
  margin: 0 auto 64px;
  text-align: center;
  padding: 40px 0 20px;
  position: relative;
}
.journal-hero .eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #e8739a;
  margin: 0 0 20px;
  font-weight: 600;
}
.journal-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #1a1a1a;
  margin: 0 0 20px;
}
.journal-hero h1 em {
  font-style: italic;
  color: #e8739a;
}
.journal-hero p {
  max-width: 580px;
  margin: 0 auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.journal-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.journal-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.journal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(232, 115, 154, 0.15);
}
.journal-card .thumb {
  height: 180px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f3e0f0, #fce4ec 60%, #ffe8d6);
}
.journal-card .thumb.g-1 { background: linear-gradient(135deg, #f3e0f0, #fce4ec 60%, #ffe8d6); }
.journal-card .thumb.g-2 { background: linear-gradient(135deg, #fce4ec, #ffe8d6 55%, #fff4e6); }
.journal-card .thumb.g-3 { background: linear-gradient(135deg, #ffe8d6, #f3e0f0 55%, #fdf6f9); }
.journal-card .thumb.g-4 { background: linear-gradient(135deg, #f9eef4, #f3e0f0 55%, #e8d4e0); }
.journal-card .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}
.journal-card:hover .thumb img { transform: scale(1.04); }
.journal-card .thumb:has(img)::before,
.journal-card .thumb:has(img)::after { display: none; }
.journal-card .thumb::before {
  content: '';
  position: absolute;
  top: 20%; left: 15%;
  width: 40%; height: 40%;
  background: radial-gradient(ellipse at center, rgba(232,115,154,0.25), transparent 70%);
  border-radius: 50%;
  filter: blur(14px);
}
.journal-card .thumb::after {
  content: '';
  position: absolute;
  bottom: 18%; right: 12%;
  width: 32%; height: 32%;
  background: radial-gradient(ellipse at center, rgba(230,126,34,0.18), transparent 70%);
  border-radius: 50%;
  filter: blur(16px);
}
.journal-card .thumb .cat {
  position: absolute;
  top: 16px; left: 16px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #e8739a;
  background: rgba(255,255,255,0.9);
  padding: 5px 11px;
  border-radius: 8px;
}
.journal-card .body {
  padding: 24px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.journal-card .body h3 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}
.journal-card .body p {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #666;
  flex: 1;
}
.journal-card .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
.journal-card .meta .arrow {
  margin-left: auto;
  color: #e8739a;
  font-weight: 700;
  transition: transform 200ms ease;
}
.journal-card:hover .meta .arrow { transform: translateX(4px); }

/* Mobile */
@media (max-width: 640px) {
  main { padding: 40px 20px 24px; }
  .anfahrt { padding: 22px 24px; gap: 18px; }
  .diff { padding: 28px 24px; }
  .final-cta { padding: 40px 24px; }
  .city-nav-inner { padding: 12px 16px; }
  .city-nav .cta { padding: 8px 14px; font-size: 12px; }
  section.block { margin-top: 56px; }

  /* Blog mobile */
  .prose { font-size: 16px; line-height: 1.75; }
  .prose h2 { font-size: 24px; margin: 48px 0 14px; }
  .prose h3 { font-size: 19px; margin: 32px 0 10px; }
  .prose > p:first-of-type::first-letter { font-size: 54px; padding: 6px 10px 0 0; }
  .prose blockquote { padding: 20px 20px 20px 42px; font-size: 18px; }
  .prose blockquote::before { left: 10px; font-size: 52px; top: -8px; }
  .toc, .blog-hero-image { margin-left: -4px; margin-right: -4px; }
  .toc { padding: 22px 22px; }
  .blog-hero h1 { font-size: clamp(28px, 8vw, 40px); }
  .blog-hero .subtitle { font-size: 16px; }
  .journal-hero { padding: 20px 0 8px; margin-bottom: 40px; }
  .journal-hero h1 { font-size: clamp(36px, 10vw, 48px); }
  .journal-hero p { font-size: 16px; }
  .journal-card .thumb { height: 140px; }
  .journal-card .body { padding: 20px 22px 24px; }
  .journal-card .body h3 { font-size: 19px; }
  .related { margin-top: 56px; }
}
