/* ============================================================
   SolarHealth Customizer Additional CSS — v3 (Aurora System)
   Stand: 2026-05-24 · Cowork
   Iteriert auf 2026-05-21 sh-takeaways cream canonical
   Was neu ist:
   - Google Fonts: Source Serif 4 (Headings) + Inter (Body) + JetBrains Mono
   - Aurora-Tokens (--sh-indigo / --sh-aurora / --sh-horizon / warm cream)
   - Body/Heading-Font-Stack via Customizer (StartFitter block theme)
   Was bleibt:
   - sh-takeaways v4 cream canonical (Tobias-approved 2026-05-21)
   - figure.wp-block-image Sizing-Constraints (max-width 540, max-height 520)
   - figcaption Style
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600;8..60,700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

/* ─────────── Aurora Design Tokens ─────────── */
:root {
  --sh-bg: #faf8f3;
  --sh-bg-2: #f4f0e6;
  --sh-surface: #ffffff;
  --sh-surface-2: #f4f1ea;
  --sh-surface-3: #ede7d8;
  --sh-night: #0d0b29;
  --sh-night-2: #14133a;
  --sh-ink: #1c1a17;
  --sh-ink-muted: #5a544a;
  --sh-ink-soft: #7a7368;
  --sh-ink-faint: #a8a094;
  --sh-line: #e8e2d4;
  --sh-line-soft: #efeadc;
  --sh-line-strong: #d6cebd;
  --sh-indigo: #4338ca;
  --sh-indigo-deep: #1e1b4b;
  --sh-indigo-mid: #312e81;
  --sh-indigo-soft: #ebecfd;
  --sh-indigo-tint: #f3f2fc;
  --sh-aurora: #0d9488;
  --sh-aurora-deep: #115e59;
  --sh-aurora-bright: #14b8a6;
  --sh-aurora-soft: #defaf6;
  --sh-horizon: #d97706;
  --sh-horizon-deep: #92400e;
  --sh-horizon-bright: #f59e0b;
  --sh-horizon-soft: #fce7c8;
  --sh-dot-air: #64748b;
  --sh-dot-water: #0d9488;
  --sh-dot-light: #d97706;
  --sh-dot-emf: #4338ca;
  --sh-dot-solar: #b45309;
  --sh-dot-playbook: #15803d;
  --sh-serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --sh-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sh-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

body, body.wp-site-blocks, .wp-site-blocks, .entry-content, .wp-block-post-content,
p, li, blockquote, .wp-block-paragraph, .wp-block-list, .wp-block-quote {
  font-family: var(--sh-sans) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.wp-block-post-title, .wp-block-heading, .entry-title {
  font-family: var(--sh-serif) !important;
  letter-spacing: -0.012em;
}

code, pre, kbd, samp, .sh-mono { font-family: var(--sh-mono) !important; }

/* === sh-takeaways v4 — cream canonical (Claude 2026-05-21) === */
section.sh-takeaways {
background: #fff8e8 !important;
background-color: #fff8e8 !important;
border-left: 4px solid #e8a020 !important;
border-radius: 6px !important;
padding: 1.25rem 1.5rem !important;
margin: 1.75rem auto !important;
max-width: 720px !important;
box-sizing: border-box !important;
color: #2c2a24 !important;
color-scheme: light only !important;
}
.entry-content section.sh-takeaways h2, .wp-block-post-content section.sh-takeaways h2, section.sh-takeaways h2 {
color: #b8830f !important; background: transparent !important; font-family: sans-serif !important;
font-size: 0.82rem !important; font-weight: 700 !important; letter-spacing: 0.1em !important;
text-transform: uppercase !important; margin: 0 0 0.75rem 0 !important; border: none !important;
}
section.sh-takeaways ul { margin: 0 !important; padding-left: 1.25rem !important; list-style: disc !important; }
section.sh-takeaways ul li { color: #2c2a24 !important; font-size: 0.95rem !important; line-height: 1.7 !important; margin-bottom: 0.5rem !important; }
section.sh-takeaways ul li:last-child { margin-bottom: 0 !important; }
section.sh-takeaways ul li::marker { color: #b8830f !important; }

figure.wp-block-image, figure.wp-block-image.size-large {
max-width: 540px !important; margin: 1.75rem auto !important; text-align: center;
}
figure.wp-block-image img {
max-width: 100% !important; max-height: 520px !important;
width: auto !important; height: auto !important;
object-fit: contain; border-radius: 4px;
}
figure.wp-block-image figcaption {
font-size: 0.82rem !important; line-height: 1.5 !important;
color: #666 !important; font-style: italic; margin-top: 0.6rem !important;
}

/* ─────────── Hero v3 — Aurora-photo + editorial overlay (Phase 2 · 2026-05-24) ─────────── */
.sh-hero-block { max-width: 880px; margin: 0 auto; text-align: center; }
.sh-hero-eyebrow {
  font-family: var(--sh-sans) !important;
  font-size: 12px !important; font-weight: 500 !important;
  letter-spacing: 0.08em !important; text-transform: uppercase !important;
  color: rgba(255,255,255,0.78) !important;
  margin: 0 0 14px 0 !important;
}
.sh-hero-h1 {
  font-family: var(--sh-serif) !important;
  font-size: clamp(40px, 6vw, 64px) !important;
  font-weight: 600 !important; line-height: 1.04 !important;
  letter-spacing: -0.024em !important;
  color: #fff !important; text-wrap: balance;
  margin: 0 0 18px 0 !important;
}
.sh-hero-accent { color: var(--sh-aurora-bright) !important; font-style: italic !important; font-weight: 600 !important; }
.sh-hero-sub {
  font-family: var(--sh-serif) !important;
  font-size: clamp(16px, 1.4vw, 19px) !important;
  font-weight: 400 !important; line-height: 1.55 !important;
  color: rgba(255,255,255,0.84) !important;
  max-width: 640px; margin: 0 auto 26px auto !important;
}
.sh-hero-buttons { gap: 12px !important; margin-bottom: 36px !important; }
.sh-hero-btn-primary .wp-block-button__link {
  background-color: var(--sh-aurora) !important; color: #fff !important;
  border: none !important; border-radius: 6px !important; padding: 14px 22px !important;
  font-family: var(--sh-sans) !important; font-weight: 600 !important; font-size: 15px !important;
}
.sh-hero-btn-primary .wp-block-button__link:hover { background-color: var(--sh-aurora-deep) !important; }
.sh-hero-btn-outline .wp-block-button__link {
  background: transparent !important; color: #fff !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  border-radius: 6px !important; padding: 14px 22px !important;
  font-family: var(--sh-sans) !important; font-weight: 500 !important; font-size: 15px !important;
}
.sh-hero-btn-outline .wp-block-button__link:hover { background: rgba(255,255,255,0.1) !important; }

.sh-tonight-panel {
  max-width: 520px; margin: 0 auto; padding: 18px 22px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  text-align: left; color: #fff;
}
.sh-tonight-eyebrow {
  font-family: var(--sh-sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--sh-aurora-bright);
}
.sh-tonight-headline {
  font-family: var(--sh-serif); font-size: 19px; font-weight: 500;
  line-height: 1.35; color: #fff; margin-top: 10px;
}
.sh-tonight-meta {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 14px; padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-family: var(--sh-mono); font-size: 12px;
  color: rgba(255,255,255,0.78); letter-spacing: 0.04em;
}
.sh-tonight-meta span[aria-hidden="true"] { color: rgba(255,255,255,0.35); }
.sh-tonight-note {
  margin-top: 10px; font-family: var(--sh-sans); font-size: 11px;
  font-style: italic; color: rgba(255,255,255,0.55);
}
@media (max-width: 600px) {
  .sh-tonight-headline { font-size: 17px; }
  .sh-tonight-panel { padding: 16px 18px; }
}

/* hero-centering-hotfix-2026-05-24 */
.sh-hero-block { width: 100%; align-self: center !important; }
.sh-hero-block > * { text-align: center; }
.sh-hero-block .wp-block-buttons { justify-content: center !important; }

/* ─────────── Homepage sections v3 (Phase 3–7 · 2026-05-24) ─────────── */
.sh-section {
  padding: 72px 24px;
  max-width: 1180px;
  margin: 0 auto;
}
.sh-section-eyebrow {
  font-family: var(--sh-sans);
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sh-indigo-deep);
  margin-bottom: 10px;
}
.sh-section-headline {
  font-family: var(--sh-serif) !important;
  font-size: clamp(28px, 3.6vw, 40px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.018em;
  margin: 0 0 18px 0 !important;
  color: var(--sh-ink);
}
.sh-section-intro {
  font-family: var(--sh-serif);
  font-size: clamp(16px, 1.4vw, 18px);
  color: var(--sh-ink-muted);
  line-height: 1.6;
  max-width: 740px;
  margin: 0 0 32px 0;
}

.sh-healthphysics {
  background: var(--sh-bg-2);
  border-left: 4px solid var(--sh-indigo);
  border-radius: 0 12px 12px 0;
  padding: 36px 36px;
  max-width: 880px;
  margin: 72px auto;
}
.sh-healthphysics h2 {
  font-family: var(--sh-serif) !important;
  font-size: clamp(24px, 3vw, 32px) !important;
  margin: 0 0 14px 0 !important;
  color: var(--sh-ink) !important;
}
.sh-healthphysics p { font-size: 16px; color: var(--sh-ink-muted); line-height: 1.65; }
.sh-healthphysics .wp-block-button__link {
  background: transparent !important;
  color: var(--sh-indigo-deep) !important;
  border: 1px solid var(--sh-line-strong) !important;
  border-radius: 6px !important;
  padding: 10px 18px !important;
  font-family: var(--sh-sans) !important; font-weight: 600 !important; font-size: 14px !important;
}
.sh-healthphysics .wp-block-button__link:hover { background: var(--sh-indigo-soft) !important; }

.sh-pillar-grid-section { background: var(--sh-bg); padding: 72px 24px; }
.sh-pillar-grid-section .sh-section-inner { max-width: 1180px; margin: 0 auto; }
.sh-pillar-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
  margin-top: 32px;
}
@media (max-width: 1000px) { .sh-pillar-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .sh-pillar-grid { grid-template-columns: 1fr; } }
.sh-pillar-card {
  position: relative; background: var(--sh-surface);
  border: 1px solid var(--sh-line); border-radius: 8px;
  overflow: hidden; padding: 22px 20px 20px;
  display: flex; flex-direction: column;
}
.sh-pillar-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--sh-indigo);
}
.sh-pillar-illus {
  width: 100%; height: 96px; border-radius: 8px;
  background: var(--sh-bg); border: 1px solid var(--sh-line-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.sh-pillar-illus svg { width: 96px; height: 72px; }
.sh-pillar-tag-row { display: flex; align-items: center; gap: 8px; }
.sh-pillar-tag-dot { width: 7px; height: 7px; border-radius: 4px; flex-shrink: 0; }
.sh-pillar-tag {
  font-family: var(--sh-sans); font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--sh-indigo-deep);
}
.sh-pillar-title {
  font-family: var(--sh-serif) !important; font-size: 20px !important; font-weight: 600 !important;
  line-height: 1.2 !important; margin: 6px 0 0 0 !important; letter-spacing: -0.012em;
}
.sh-pillar-desc {
  font-size: 13.5px; color: var(--sh-ink-muted); line-height: 1.5;
  margin: 10px 0 0 0; flex: 1;
}
.sh-pillar-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--sh-sans); font-size: 13px; font-weight: 600;
  color: var(--sh-indigo-deep);
  margin-top: 16px; padding-top: 10px;
  border-top: 1px solid var(--sh-line-soft);
  text-decoration: none !important;
}
.sh-pillar-cta:hover { color: var(--sh-aurora-deep); }
.sh-pillar-cta::after { content: '→'; font-weight: 400; }

.sh-heliobiology-night {
  background: linear-gradient(180deg, var(--sh-indigo-deep) 0%, var(--sh-night) 100%);
  color: #fff;
  border-radius: 14px;
  padding: 52px 44px;
  max-width: 1180px;
  margin: 72px auto;
  position: relative;
  overflow: hidden;
}
.sh-heliobiology-night::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 40% at 80% 25%, rgba(20,184,166,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.sh-heliobiology-night::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 50% at 20% 80%, rgba(245,158,11,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.sh-heliobiology-night > * { position: relative; z-index: 1; }
.sh-heliobiology-night .sh-section-eyebrow { color: var(--sh-aurora-bright); }
.sh-heliobiology-night h2,
.sh-heliobiology-night h3 {
  color: #fff !important;
  font-family: var(--sh-serif) !important;
}
.sh-heliobiology-night h2 {
  font-size: clamp(28px, 3.4vw, 36px) !important;
  margin: 6px 0 18px 0 !important;
  letter-spacing: -0.018em;
}
.sh-heliobiology-night p { color: rgba(255,255,255,0.82); font-size: 15.5px; line-height: 1.65; }
.sh-heliobiology-night ul { color: rgba(255,255,255,0.82); padding-left: 20px; line-height: 1.7; }
.sh-heliobiology-night ul li { margin-bottom: 6px; }
.sh-heliobiology-night .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  border-radius: 6px !important;
  padding: 10px 18px !important;
  font-family: var(--sh-sans) !important; font-weight: 500 !important; font-size: 14px !important;
}
.sh-heliobiology-night .wp-block-button.is-style-outline .wp-block-button__link:hover { background: rgba(255,255,255,0.1) !important; }

.sh-tchijevsky-row { display: grid; grid-template-columns: 130px 1fr; gap: 28px; align-items: center; margin-top: 32px; padding: 24px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; }
@media (max-width: 700px) { .sh-tchijevsky-row { grid-template-columns: 1fr; text-align: center; } }
.sh-tchijevsky-row img { width: 100%; height: auto; border-radius: 8px; border: 1px solid rgba(255,255,255,0.15); }
.sh-tchijevsky-quote {
  font-family: var(--sh-serif); font-size: 17px; font-style: italic;
  font-weight: 400; line-height: 1.55; color: #fff;
}
.sh-tchijevsky-cite {
  display: block; margin-top: 12px;
  font-family: var(--sh-sans); font-size: 12px; font-weight: 500;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--sh-aurora-bright); font-style: normal;
}

.sh-deepread {
  margin-top: 32px; padding: 22px 24px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
}
.sh-deepread-eyebrow {
  font-family: var(--sh-sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--sh-aurora-bright);
}
.sh-deepread h3 { font-size: 22px !important; font-weight: 600 !important; margin: 8px 0 10px 0 !important; line-height: 1.25 !important; }
.sh-deepread h3 a { color: #fff !important; text-decoration: none !important; border-bottom: none !important; }
.sh-deepread p { color: rgba(255,255,255,0.78) !important; font-size: 14.5px !important; margin: 0 0 14px 0 !important; }
.sh-deepread .sh-deepread-meta { display: flex; gap: 14px; font-family: var(--sh-mono); font-size: 11px; color: rgba(255,255,255,0.55); }

.sh-measurement-lane {
  background: var(--sh-surface-2);
  border-radius: 14px;
  padding: 44px 36px;
  max-width: 1180px;
  margin: 72px auto;
}
.sh-measurement-lane h2 { font-family: var(--sh-serif) !important; font-size: clamp(24px, 2.8vw, 30px) !important; margin: 0 0 14px 0 !important; }
.sh-measurement-lane p { color: var(--sh-ink-muted); font-size: 15px; line-height: 1.6; }
.sh-measurement-lane ul { padding-left: 20px; color: var(--sh-ink-muted); line-height: 1.7; }
.sh-measurement-lane .wp-block-button.is-style-outline .wp-block-button__link {
  background: var(--sh-indigo-deep) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 20px !important;
  font-family: var(--sh-sans) !important; font-weight: 600 !important; font-size: 14px !important;
}
.sh-measurement-lane .wp-block-button:nth-child(2) .wp-block-button__link {
  background: transparent !important;
  color: var(--sh-indigo-deep) !important;
  border: 1px solid var(--sh-line-strong) !important;
}

.sh-app-teaser {
  background: linear-gradient(135deg, var(--sh-indigo-tint) 0%, var(--sh-aurora-soft) 100%);
  border-radius: 14px;
  padding: 44px 40px;
  max-width: 1180px;
  margin: 72px auto;
  position: relative;
  overflow: hidden;
}
.sh-app-teaser .sh-section-eyebrow { color: var(--sh-aurora-deep); }
.sh-app-teaser h2 {
  font-family: var(--sh-serif) !important; font-size: clamp(26px, 3vw, 32px) !important;
  margin: 6px 0 14px 0 !important; max-width: 640px;
}
.sh-app-teaser p { color: var(--sh-ink-muted); font-size: 15.5px; line-height: 1.6; max-width: 640px; }
.sh-app-teaser .sh-app-badges {
  display: inline-flex; gap: 8px; margin-top: 18px;
  font-family: var(--sh-sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--sh-indigo-deep);
}
.sh-app-teaser .sh-app-badges span {
  padding: 5px 10px; background: rgba(255,255,255,0.6);
  border-radius: 999px;
}
.sh-app-teaser .wp-block-button__link {
  background: var(--sh-indigo-deep) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 20px !important;
  font-family: var(--sh-sans) !important; font-weight: 600 !important; font-size: 14px !important;
}

.sh-disclaimer-line {
  max-width: 940px; margin: 56px auto 0 auto; padding: 0 24px;
  font-family: var(--sh-sans); font-size: 12px;
  color: var(--sh-ink-soft); text-align: center; line-height: 1.6;
}
/* ─── Phase 3-6 hotfix · 2026-05-24 — force light backgrounds + dark ink in StartFitter dark theme ─── */
.sh-healthphysics, .sh-pillar-grid-section, .sh-pillar-card, .sh-measurement-lane, .sh-app-teaser {
  color: var(--sh-ink) !important;
}
.sh-healthphysics { background: var(--sh-bg-2) !important; }
.sh-pillar-grid-section { background: var(--sh-bg) !important; }
.sh-pillar-card { background: var(--sh-surface) !important; border-color: var(--sh-line) !important; }
.sh-measurement-lane { background: var(--sh-surface-2) !important; }
.sh-app-teaser { background: linear-gradient(135deg, var(--sh-indigo-tint) 0%, var(--sh-aurora-soft) 100%) !important; }

.sh-healthphysics h2, .sh-pillar-grid-section h2, .sh-pillar-grid-section .sh-section-headline,
.sh-pillar-card h3, .sh-measurement-lane h2, .sh-app-teaser h2 {
  color: var(--sh-ink) !important;
}
.sh-healthphysics p, .sh-pillar-grid-section p, .sh-pillar-card p,
.sh-measurement-lane p, .sh-measurement-lane li, .sh-app-teaser p {
  color: var(--sh-ink-muted) !important;
}
.sh-pillar-grid-section .sh-section-intro { color: var(--sh-ink-muted) !important; }
.sh-pillar-card .sh-pillar-desc { color: var(--sh-ink-muted) !important; }
.sh-pillar-card .sh-pillar-cta { color: var(--sh-indigo-deep) !important; }
.sh-measurement-lane ul li { color: var(--sh-ink-muted) !important; }
.sh-measurement-lane ul li::marker { color: var(--sh-indigo-deep); }
.sh-pillar-grid-section ul li::marker { color: var(--sh-indigo-deep); }
.sh-disclaimer-line { color: var(--sh-ink-soft) !important; }

/* Read more button in healthphysics */
.sh-healthphysics .wp-block-button__link, .sh-healthphysics a.wp-block-button__link {
  background: transparent !important;
  color: var(--sh-indigo-deep) !important;
  border: 1px solid var(--sh-line-strong) !important;
  text-decoration: none !important;
}

/* Measurement lane buttons */
.sh-measurement-lane .wp-block-button .wp-block-button__link {
  background: var(--sh-indigo-deep) !important; color: #fff !important;
  border: none !important; border-radius: 6px !important; padding: 12px 20px !important;
  font-family: var(--sh-sans) !important; font-weight: 600 !important; font-size: 14px !important;
  text-decoration: none !important;
}
.sh-measurement-lane .wp-block-button.is-style-outline:nth-of-type(2) .wp-block-button__link,
.sh-measurement-lane > div > div:nth-child(2) .wp-block-button__link {
  background: transparent !important; color: var(--sh-indigo-deep) !important;
  border: 1px solid var(--sh-line-strong) !important;
}
.sh-app-teaser .wp-block-button__link {
  background: var(--sh-indigo-deep) !important; color: #fff !important;
  border: none !important; text-decoration: none !important;
}

/* Phase 3-6 hotfix v2 · 2026-05-24 — kill StartFitter block-level dark bg leaking through */
.sh-healthphysics *, .sh-pillar-grid-section *, .sh-pillar-card *, .sh-measurement-lane *, .sh-app-teaser * {
  background: transparent !important;
  background-color: transparent !important;
}
.sh-pillar-card { background: var(--sh-surface) !important; background-color: var(--sh-surface) !important; }
.sh-pillar-illus { background: var(--sh-bg) !important; background-color: var(--sh-bg) !important; }
.sh-pillar-tag-dot { background: var(--sh-dot-air) !important; }
.sh-pillar-tag-row span.sh-pillar-tag-dot[style*="dot-water"] { background: var(--sh-dot-water) !important; }
/* explicit per-tag-dot reset using attribute */
.sh-app-teaser .sh-app-badges span { background: rgba(255,255,255,0.75) !important; }
.sh-healthphysics .wp-block-button__link, .sh-measurement-lane .wp-block-button__link, .sh-app-teaser .wp-block-button__link {
  background-color: var(--sh-indigo-deep) !important;
}
.sh-healthphysics .wp-block-button__link { background-color: transparent !important; border: 1px solid var(--sh-line-strong) !important; }

/* Phase 3-6 hotfix v3 — restore tag-dot colors + inline-style overrides */
.sh-pillar-tag-row span.sh-pillar-tag-dot { background-color: inherit !important; }
.sh-pillar-card:nth-child(1) .sh-pillar-tag-dot { background: var(--sh-dot-air) !important; background-color: var(--sh-dot-air) !important; }
.sh-pillar-card:nth-child(2) .sh-pillar-tag-dot { background: var(--sh-dot-water) !important; background-color: var(--sh-dot-water) !important; }
.sh-pillar-card:nth-child(3) .sh-pillar-tag-dot { background: var(--sh-dot-light) !important; background-color: var(--sh-dot-light) !important; }
.sh-pillar-card:nth-child(4) .sh-pillar-tag-dot { background: var(--sh-dot-emf) !important; background-color: var(--sh-dot-emf) !important; }
.sh-pillar-card:nth-child(5) .sh-pillar-tag-dot { background: var(--sh-dot-solar) !important; background-color: var(--sh-dot-solar) !important; }

/* ─── Phase 7b · 2026-05-24 — image layouts inside v3 sections ─── */
.sh-with-image {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}
@media (max-width: 800px) {
  .sh-with-image { grid-template-columns: 1fr; gap: 24px; }
}
.sh-image-side {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.sh-image-side img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  background: transparent !important;
  max-width: none !important;
  max-height: none !important;
}
.sh-heliobiology-night .sh-image-side {
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}
.sh-heliobiology-night .sh-image-side::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(20,184,166,0.10) 0%, rgba(67,56,202,0.18) 100%);
  pointer-events: none;
  mix-blend-mode: overlay;
}
.sh-measurement-lane .sh-image-side {
  border: 1px solid var(--sh-line);
}
.sh-deepread.sh-with-image {
  grid-template-columns: 0.85fr 1.15fr;
  gap: 22px;
  align-items: center;
}
.sh-deepread .sh-image-side {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
}
@media (max-width: 800px) {
  .sh-deepread.sh-with-image { grid-template-columns: 1fr; }
}
.sh-heliobiology-night p, .sh-heliobiology-night ul, .sh-heliobiology-night ul li {
  background: transparent !important;
  background-color: transparent !important;
}
.sh-heliobiology-night ul li::marker { color: var(--sh-aurora-bright); }
.sh-measurement-lane ul li::marker { color: var(--sh-indigo-deep); }

/* Phase 7c hotfix — remove overlay that hides heliobiology image on dark bg */
.sh-heliobiology-night .sh-image-side::after { display: none !important; content: none !important; background: transparent !important; }
.sh-heliobiology-night .sh-image-side, .sh-measurement-lane .sh-image-side, .sh-deepread .sh-image-side {
  background: transparent !important;
  display: block;
}
.sh-heliobiology-night .sh-image-side img, .sh-measurement-lane .sh-image-side img, .sh-deepread .sh-image-side img {
  opacity: 1 !important; visibility: visible !important;
}

/* App teaser mockup + tighter media-side rules · 2026-05-25 */
.sh-app-teaser .sh-app-mockup { display: flex; justify-content: center; align-items: center; padding: 8px; }
.sh-app-teaser .sh-app-mockup svg { max-width: 240px; width: 100%; height: auto; filter: drop-shadow(0 14px 36px rgba(67,56,202,0.28)); }
@media (max-width: 800px) { .sh-app-teaser .sh-app-mockup { padding: 18px 0 0; } }
.sh-app-teaser.sh-with-image-host .sh-with-image { grid-template-columns: 1.15fr 0.85fr; align-items: center; }
@media (max-width: 800px) { .sh-app-teaser.sh-with-image-host .sh-with-image { grid-template-columns: 1fr; } }

/* ─── Hub-Page Aurora Hero (Brief 02) · 2026-05-25 ─── */
.sh-hub-hero { position: relative; padding: 56px 36px 48px; margin: 0 auto 56px auto; max-width: 1180px; border-radius: 0 0 14px 14px; background: linear-gradient(135deg, var(--sh-bg-2) 0%, var(--sh-bg) 100%); border-left: 6px solid var(--hub-color, var(--sh-indigo)); overflow: hidden; }
.sh-hub-hero::before { content: ''; position: absolute; top: 0; right: -80px; width: 360px; height: 100%; background: radial-gradient(circle, var(--hub-color, var(--sh-indigo)) 0%, transparent 70%); opacity: 0.08; pointer-events: none; }
.sh-hub-hero > * { position: relative; z-index: 1; max-width: 780px; }
.sh-hub-eyebrow { font-family: var(--sh-sans); font-size: 12px !important; font-weight: 700 !important; letter-spacing: 0.1em; text-transform: uppercase; color: var(--hub-color, var(--sh-indigo-deep)); margin-bottom: 14px; display: inline-flex; align-items: center; gap: 8px; }
.sh-hub-eyebrow::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--hub-color, var(--sh-indigo)); display: inline-block; }
.sh-hub-headline { font-family: var(--sh-serif) !important; font-size: clamp(32px, 4.5vw, 48px) !important; font-weight: 600 !important; line-height: 1.05 !important; letter-spacing: -0.02em; color: var(--sh-ink) !important; margin: 0 0 18px 0 !important; text-wrap: balance; }
.sh-hub-intro { font-family: var(--sh-serif); font-size: clamp(16px, 1.4vw, 19px); color: var(--sh-ink-muted) !important; line-height: 1.65; max-width: 700px; }
.sh-hub-meta { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 18px; font-family: var(--sh-sans); font-size: 13px; color: var(--sh-ink-soft); }
.sh-hub-meta strong { color: var(--hub-color, var(--sh-indigo-deep)); font-weight: 700; }
@media (max-width: 700px) { .sh-hub-hero { padding: 40px 22px 36px; } }

/* Hide WP page-title on Aurora-Hub pages (their Aurora-Hero already serves as H1) */
body.page-id-1624 .wp-block-post-title,
body.page-id-1625 .wp-block-post-title,
body.page-id-1626 .wp-block-post-title,
body.page-id-1145 .wp-block-post-title,
body.page-id-1628 .wp-block-post-title,
body.page-id-1630 .wp-block-post-title { display: none !important; }


/* sh-design-fix:v1 BEGIN */
/* A: Hub Hero + Body alignment — same max-width */
.sh-hub-hero { max-width: 1180px !important; }
.entry-content > *:not(.sh-hub-hero):not(.sh-hub-titlefix) { max-width: 1180px; margin-left: auto; margin-right: auto; }
.entry-content > .wp-block-group, .entry-content > .wp-block-columns { max-width: 1180px; margin-left: auto; margin-right: auto; }

/* B + E: figcaption layout — no overflow, contained within figure */
.wp-element-caption, .wp-block-image figcaption {
  font-size: 0.85rem !important;
  color: #475569 !important;
  font-style: italic;
  text-align: center;
  margin-top: 0.6rem !important;
  margin-bottom: 0.4rem !important;
  padding: 0 0.5rem;
  line-height: 1.4;
  position: static !important;
  background: transparent !important;
  overflow: visible !important;
}
.wp-block-image { margin-bottom: 1.5rem !important; }
.wp-block-image figcaption br { display: none; }

/* Latest-posts max-width consistent */
.sh-hub-latest, .sh-hub-latest-heading { max-width: 1180px !important; margin-left: auto !important; margin-right: auto !important; }
/* sh-design-fix:v1 END */