/* 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 */

: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: #999; 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: #999; 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: #999;
  margin-left: 4px;
}

/* Section */
section.block { margin-top: 80px; }
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: #999; }
.tier p { color: #777; 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: #999; }
.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: 48px 24px 24px;
}
.city-footer-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  padding-bottom: 32px;
  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 14px; opacity: 0.7;
}
.city-footer a { color: rgba(255, 255, 255, 0.6); text-decoration: none; display: block; margin-bottom: 8px; font-size: 13px; }
.city-footer a:hover { color: #fff; }
.city-footer .logo-line { display: flex; align-items: baseline; gap: 4px; margin-bottom: 10px; }
.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.4); font-size: 13px; margin: 0; }
.city-footer-bottom {
  max-width: 1000px; margin: 24px auto 0;
  font-family: 'SF Mono', monospace;
  font-size: 10px; color: rgba(255,255,255,0.25);
  display: flex; justify-content: space-between; flex-wrap: wrap; 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-prose additions (used by /blog/*.html) ─── */
.prose {
  max-width: 680px;
  margin: 0 auto;
  color: #333;
  font-size: 17px;
  line-height: 1.75;
}
.prose h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.01em;
  margin: 56px 0 18px;
}
.prose h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 21px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 36px 0 12px;
}
.prose p { margin: 0 0 20px; }
.prose ul, .prose ol { margin: 0 0 24px; 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; }
.prose a:hover { color: #d45d85; }
.prose strong { color: #1a1a1a; font-weight: 600; }
.prose blockquote {
  border-left: 3px solid #e8739a;
  padding: 4px 24px;
  margin: 32px 0;
  font-style: italic;
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}
.toc {
  background: #fdf6f9;
  border: 1px solid #f3e0f0;
  border-radius: 14px;
  padding: 22px 28px;
  margin: 32px auto;
  max-width: 680px;
}
.toc p.label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #e8739a;
  margin: 0 0 12px;
  opacity: 0.7;
}
.toc ol { margin: 0; padding-left: 22px; font-size: 14.5px; color: #555; line-height: 1.8; }
.toc ol li a { color: #555; text-decoration: none; }
.toc ol li a:hover { color: #e8739a; }
.post-meta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.06em;
  margin: 0 0 18px;
}
.related {
  background: #fdf6f9;
  border-radius: 18px;
  padding: 32px 28px;
  margin: 56px auto 0;
  max-width: 680px;
}
.related h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  margin: 0 0 14px;
  color: #1a1a1a;
}
.related ul { list-style: none; padding: 0; margin: 0; }
.related ul li { margin-bottom: 10px; }
.related ul li a { color: #555; text-decoration: none; font-size: 14.5px; }
.related ul li a:hover { color: #e8739a; }

/* 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; }
  .prose { font-size: 16px; }
  .prose h2 { font-size: 24px; margin: 40px 0 14px; }
  .prose h3 { font-size: 19px; }
  .toc, .related { padding: 20px 22px; }
}
