*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.75;color:#333;background:#f0f2f5}
.sc-TCUuPB{max-width:860px;margin:0 auto;padding:0 20px}
.sc-QNOEYs{background:#fff;padding:28px 0;margin-bottom:32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.sc-QNOEYs h1{font-size:22px;font-weight:700;margin-bottom:2px}
.sc-QNOEYs p{font-size:14px;color:#666}
.sc-QNOEYs a{color:#333;text-decoration:none;font-size:18px;font-weight:700}
.sc-cTKmGm{display:flex;flex-direction:column;gap:20px}
.sc-nAZYTG{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(0,0,0,.06);padding:24px 28px;transition:transform .15s,box-shadow .15s}
.sc-nAZYTG:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.sc-nAZYTG h2{font-size:19px;margin-bottom:6px}
.sc-nAZYTG h2 a{color:#1a1a1a;text-decoration:none}
.sc-nAZYTG .sc-ZWXzcG{font-size:12px;color:#999;margin-bottom:8px}
.sc-nAZYTG p{font-size:14px;color:#555;margin-bottom:12px}
.sc-RXxBrU{display:inline-block;background:#5865f2;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-decoration:none}
.sc-RXxBrU:hover{background:#4752c4}
.sc-xxCAbK{padding-bottom:60px}
.sc-xxCAbK h1{font-size:30px;font-weight:700;margin-bottom:8px}
.sc-xxCAbK time{font-size:12px;color:#999;display:block;margin-bottom:24px}
.sc-xxCAbK h2{font-size:22px;margin:32px 0 12px}
.sc-xxCAbK h3{font-size:18px;margin:24px 0 8px}
.sc-xxCAbK p{margin-bottom:16px}
.sc-xxCAbK ul,.sc-xxCAbK ol{margin:0 0 16px 24px}
.sc-xxCAbK a{color:#5865f2}
.sc-xxCAbK img{max-width:100%;height:auto;border-radius:12px;margin:16px 0}
.sc-HjTCgs{padding:24px 0;margin-top:40px;text-align:center;font-size:12px;color:#999}
.sc-HjTCgs a{color:#999;text-decoration:none}
.sc-tRrbvf{background:#e8eaf0;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#888;font-style:italic}
.sc-JSmVKV{background:#fff8e1;border-radius:8px;padding:12px 16px;margin-top:24px;font-size:12px;color:#9e8600}
.sc-xiDjgQ{display:inline-block;background:#f0f2f7;border-radius:12px;padding:4px 12px;margin:-18px 0 24px;font-size:12px;color:#777}
.sc-WShOly{text-align:center;margin:0 0 24px}
.sc-InThro{max-width:100%;height:auto;border-radius:12px}
.sc-xoZZAU{margin-top:32px;padding-top:20px;border-top:1px solid #e0e0e0}
.sc-xoZZAU h3{font-size:16px;font-weight:700;margin-bottom:12px}
.crd-related-list{display:flex;flex-direction:column;gap:8px}
.crd-related-link{display:block;background:#fff;border-radius:8px;padding:10px 14px;color:#333;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:14px}
.crd-related-link:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
.sc-XHsOyM{display:flex;flex-direction:column;gap:8px;margin-top:20px}
.sc-cJbMmx{display:block;background:#fff;border-radius:8px;padding:10px 16px;color:#1a1a1a;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.05);font-size:15px}
.sc-cJbMmx:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
/* === Theme === */
:root{--primary:#2E3A7B;--accent:#C9874A;--bg:#ECE4D0;--fg:#1A1A24;--border:#C5BBA8;--r:8px;--fb:'Halant';--fh:'Fraunces'}
/* === Custom === */
/* v.e049d0 — layout revision */

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Halant:wght@400;500;700&display=swap');

:root {
  --moment: #5E3A5C;      /* warm plum — used in exactly 2 places */
  --paper:  #F6EFDD;      /* card surface (no pure white anywhere) */
  --paper2: #FBF6EA;      /* raised surface: hero + picks */
  --fm: 'Archivo', system-ui, 'Segoe UI', sans-serif;  /* meta / tracked voice */
}

:root body { font-family: var(--fb), Cambria, 'Times New Roman', serif; color: var(--fg); background: var(--bg); line-height: 1.74; font-size: 17px; }
::selection { background: var(--primary); color: var(--bg); }
:root hr { border: 0; border-top: 1px solid var(--border); margin: 32px 0; }

/* ============================================================= */
/*  MASTHEAD — shared header (home + article)                     */
/* ============================================================= */
:root header {
  position: relative; overflow: hidden;
  background:
    linear-gradient(94deg, rgba(38,44,90,.86) 0%, rgba(41,48,96,.52) 52%, rgba(46,58,123,.14) 100%),
    url("/theme-assets/hero-masthead.jpg") center 44% / cover no-repeat;
  color: var(--bg);
  padding: 66px 0 58px;
  margin-bottom: 66px;
  border-bottom: 4px solid var(--accent);
}
:root header > div { position: relative; z-index: 1; }
:root header > div::before {
  content: "Webtexte selbst schreiben — aus München";
  display: block; font-family: var(--fm); font-size: 12px; font-weight: 600;
  letter-spacing: .28em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 14px; text-shadow: 0 1px 8px rgba(18,16,30,.55);
}
:root header h1, :root header span a {
  font-family: var(--fh), Cambria, serif; font-style: italic; font-weight: 600;
  color: var(--bg); letter-spacing: .004em; text-decoration: none;
}
:root header h1 { font-size: 46px; line-height: 1.06; text-shadow: 0 2px 20px rgba(18,16,30,.45); }
:root header span a { font-size: 30px; }
:root header p {
  font-family: var(--fb), Cambria, serif; font-style: italic;
  color: rgba(240,232,214,.95); font-size: 16px; line-height: 1.52;
  max-width: 54ch; margin-top: 16px; padding-left: 16px;
  border-left: 3px solid var(--moment);           /* MOMENT COLOUR — place 1 of 2 */
  text-shadow: 0 1px 10px rgba(18,16,30,.5);
}
/* breath-mark monogram (signature) filling the warm empty wall */
:root header::after {
  content: ""; position: absolute; top: 50%; right: 6%; transform: translateY(-50%);
  width: 96px; height: 96px; opacity: .85; z-index: 1; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cg%20fill='none'%20stroke='%23ECE4D0'%20stroke-width='1.4'%3E%3Ccircle%20cx='50'%20cy='50'%20r='34'%20opacity='.45'/%3E%3Ccircle%20cx='50'%20cy='50'%20r='24'%20opacity='.7'/%3E%3Ccircle%20cx='50'%20cy='50'%20r='14'/%3E%3C/g%3E%3Ccircle%20cx='50'%20cy='50'%20r='3'%20fill='%23C9874A'/%3E%3C/svg%3E") center / contain no-repeat;
}

:root main { padding-bottom: 88px; }

/* ============================================================= */
/*  HOMEPAGE  (main has NO > article)                             */
/* ============================================================= */
:root main:not(:has(> article)) > div:first-of-type {
  display: grid; grid-template-columns: repeat(6, 1fr);
  column-gap: 30px; row-gap: 40px; position: relative; margin-top: 6px;
}

/* --- section label: EDITOR'S PICKS (parent ::before, full row) --- */
:root main:not(:has(> article)) > div:first-of-type::before {
  content: "Redaktions-Empfehlungen — zuerst lesen";
  order: 1; grid-column: 1 / -1; margin-top: 40px; padding-bottom: 12px;
  font-family: var(--fm); font-size: 13px; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase; color: var(--primary);
  border-bottom: 1px solid rgba(46,58,123,.22);
}
/* --- STRIP 1: photo band between picks and the journal grid --- */
:root main:not(:has(> article)) > div:first-of-type::after {
  content: "Das Journal — Aktuellste zuerst";
  order: 3; grid-column: 1 / -1; margin: 44px 0 10px; min-height: 200px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  border-radius: 10px;
  background:
    linear-gradient(rgba(20,24,28,.55), rgba(20,24,28,.28)),
    url("/theme-assets/article-hero.jpg") center 30% / cover no-repeat;
  color: #F3ECDD; font-family: var(--fm); font-size: 13.5px; font-weight: 600;
  letter-spacing: .32em; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.55);
}

/* --- base card (journal default: 2-col) --- */
:root main:not(:has(> article)) > div:first-of-type > div {
  order: 4; grid-column: span 3;
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid rgba(46,58,123,.14);
  border-radius: 9px; box-shadow: 0 1px 4px rgba(26,26,36,.05);
  padding: 28px 34px; position: relative;
  transition: transform .15s ease, box-shadow .15s ease;
}
:root main:not(:has(> article)) > div:first-of-type > div:hover {
  transform: translateY(-2px); box-shadow: 0 6px 18px rgba(46,58,123,.12);
}
:root main:not(:has(> article)) > div:first-of-type > div > p:first-child {
  font-family: var(--fm); font-size: 11.5px; font-weight: 600; letter-spacing: .2em;
  text-transform: uppercase; color: var(--accent); margin: 0 0 11px; line-height: 1.4;
}
:root main:not(:has(> article)) > div:first-of-type > div > h2 { margin: 0 0 12px; line-height: 1.22; }
:root main:not(:has(> article)) > div:first-of-type > div > h2 a {
  font-family: var(--fh), Cambria, serif; font-weight: 600; font-size: 21px;
  color: var(--primary); text-decoration: none;
}
:root main:not(:has(> article)) > div:first-of-type > div > h2 a:hover { color: var(--accent); }
:root main:not(:has(> article)) > div:first-of-type > div > p:not(:first-child) {
  font-family: var(--fb), Cambria, serif; font-size: 15.5px; line-height: 1.6;
  color: var(--fg); margin: 0 0 18px; max-width: 64ch;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
/* read-more: swap English "Read Article" -> German underline CTA */
:root main:not(:has(> article)) > div:first-of-type > div > a:last-child {
  margin-top: auto; align-self: flex-start; font-size: 0; text-decoration: none;
}
:root main:not(:has(> article)) > div:first-of-type > div > a:last-child::after {
  content: "Weiterlesen \2192"; font-family: var(--fm); font-size: 12.5px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--primary);
  border-bottom: 1.5px solid var(--accent); padding-bottom: 3px;
}
:root main:not(:has(> article)) > div:first-of-type > div > a:last-child:hover::after {
  color: var(--accent); border-color: var(--primary);
}

/* --- HERO (first card, full width, loud) --- */
:root main:not(:has(> article)) > div:first-of-type > div:first-child {
  order: 0; grid-column: 1 / -1;
  background: var(--paper2); border-left: 4px solid var(--accent);
  border-radius: 10px; padding: 46px 50px 48px;
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > p:first-child {
  color: var(--primary); font-size: 12px;
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > p:first-child::before {
  content: "\25C6 Neuester Beitrag — "; color: var(--accent);
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > h2 { max-width: 74%; margin-bottom: 16px; }
:root main:not(:has(> article)) > div:first-of-type > div:first-child > h2 a { font-size: 38px; line-height: 1.08; }
:root main:not(:has(> article)) > div:first-of-type > div:first-child > p:not(:first-child) {
  display: block; -webkit-line-clamp: none; overflow: visible;
  font-size: 19px; line-height: 1.55; max-width: 60ch; margin-bottom: 24px;
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > p:not(:first-child)::first-letter {
  font-family: var(--fh), Cambria, serif; font-weight: 600; font-size: 3.4em; line-height: .82;
  float: left; margin: 6px 12px 0 0; color: var(--moment);   /* MOMENT COLOUR — place 2 of 2 */
}
/* byline metadata fills the right column so the row isn't lopsided */
:root main:not(:has(> article)) > div:first-of-type > div:first-child::after {
  content: "Von Anja\A Yoga- & Atemcoach\A München"; white-space: pre; text-align: right;
  position: absolute; top: 46px; right: 50px;
  font-family: var(--fm); font-size: 11.5px; font-weight: 500; letter-spacing: .18em;
  line-height: 1.95; text-transform: uppercase; color: var(--primary); opacity: .72;
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > a:last-child::after {
  content: "Diesen Beitrag lesen \2192"; font-size: 13px; letter-spacing: .1em;
  color: var(--bg); background: var(--primary); border: 0; border-radius: 6px; padding: 12px 26px;
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > a:last-child:hover::after {
  background: var(--accent); color: var(--bg);
}

/* --- EDITOR'S PICKS band (cards 2 & 3, side by side) --- */
:root main:not(:has(> article)) > div:first-of-type > div:nth-child(2),
:root main:not(:has(> article)) > div:first-of-type > div:nth-child(3) {
  order: 2; grid-column: span 3; background: var(--paper2); border-top: 3px solid var(--accent);
}
:root main:not(:has(> article)) > div:first-of-type > div:nth-child(2) > h2 a,
:root main:not(:has(> article)) > div:first-of-type > div:nth-child(3) > h2 a { font-size: 22.5px; }
:root main:not(:has(> article)) > div:first-of-type > div:nth-child(2) > p:first-child::before { content: "N\BA I · "; color: var(--accent); }
:root main:not(:has(> article)) > div:first-of-type > div:nth-child(3) > p:first-child::before { content: "N\BA II · "; color: var(--accent); }

/* ============================================================= */
/*  STRIP 2 + ARCHIVE TAIL  (last div in home main)              */
/* ============================================================= */
:root main:not(:has(> article)) > div:last-of-type {
  margin-top: 78px; columns: 2; column-gap: 46px; position: relative;
}
:root main:not(:has(> article)) > div:last-of-type::before {
  content: "Das Archiv"; column-span: all; margin: 0 0 30px; min-height: 210px;
  display: flex; align-items: center; justify-content: center; border-radius: 10px;
  background:
    linear-gradient(rgba(20,24,28,.55), rgba(20,24,28,.28)),
    url("/theme-assets/article-hero.jpg") center 72% / cover no-repeat;
  color: #F3ECDD; font-family: var(--fm); font-size: 14px; font-weight: 600;
  letter-spacing: .34em; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
:root main:not(:has(> article)) > div:last-of-type > a {
  display: block; break-inside: avoid; background: transparent; box-shadow: none;
  border-radius: 0; margin: 0; padding: 11px 4px;
  border-bottom: 1px dotted rgba(46,58,123,.22);
  color: var(--primary); text-decoration: none;
  font-family: var(--fb), Cambria, serif; font-size: 15px; line-height: 1.45;
}
:root main:not(:has(> article)) > div:last-of-type > a:hover { color: var(--accent); }

/* --- homepage responsive --- */
@media (max-width: 720px) {
  :root main:not(:has(> article)) > div:first-of-type { grid-template-columns: 1fr; column-gap: 0; }
  :root main:not(:has(> article)) > div:first-of-type > div:first-child { padding: 32px 26px; }
  :root main:not(:has(> article)) > div:first-of-type > div:first-child > h2 { max-width: 100%; }
  :root main:not(:has(> article)) > div:first-of-type > div:first-child > h2 a { font-size: 29px; }
  :root main:not(:has(> article)) > div:first-of-type > div:first-child::after { display: none; }
  :root main:not(:has(> article)) > div:last-of-type { columns: 1; }
}

/* ============================================================= */
/*  ARTICLE PAGE  (main HAS > article)                           */
/* ============================================================= */
:root main > h1 {
  font-family: var(--fh), Cambria, serif; font-style: italic; font-weight: 600;
  font-size: 42px; line-height: 1.12; color: var(--primary); margin: 6px 0 10px;
}
:root main > time {
  display: block; font-family: var(--fm); font-size: 12px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 30px;
}
:root main:has(> article) > time::after { content: " · von Anja, Yogacoach in München"; color: var(--primary); opacity: .68; }

:root main > article > p { margin-bottom: 20px; font-size: 18px; line-height: 1.78; }
:root main > article > h2 {
  font-family: var(--fh), Cambria, serif; font-size: 27px; font-weight: 600; color: var(--primary);
  margin: 2.5em 0 .6em; padding-bottom: 7px; border-bottom: 1px solid var(--accent);
}
:root main > article > h3 {
  font-family: var(--fh), Cambria, serif; font-size: 21px; font-weight: 600; color: var(--accent);
  margin: 1.8em 0 .5em;
}
:root main > article ul, :root main > article ol { margin: 0 0 20px 22px; }
:root main > article li { margin-bottom: 10px; line-height: 1.72; }
:root main > article blockquote {
  position: relative; border-left: 4px solid var(--accent); padding: 10px 0 10px 30px;
  margin: 26px 0; font-style: italic; color: var(--primary);
  background: rgba(94,58,92,.06); border-radius: 0 var(--r) var(--r) 0;
}
:root main > article blockquote::before {
  content: "\201C"; position: absolute; left: 6px; top: -6px;
  font-family: var(--fh), Cambria, serif; font-size: 48px; color: var(--accent); opacity: .5; line-height: 1;
}

/* body links */
:root main > article > p a, :root main > article > p a:visited,
:root main > article li a, :root main > article li a:visited {
  color: var(--primary); text-decoration: underline; text-decoration-color: var(--accent);
  text-underline-offset: 3px; text-decoration-thickness: 1.5px; font-weight: 700;
}
:root main > article > p a:hover, :root main > article li a:hover { color: var(--accent); text-decoration-color: var(--primary); }

/* affiliate CTA pills — full element path so they always beat the body-link rule (Rule J) */
:root main > article > p a[href^="/ref/"], :root main > article > p a[href^="/try/"],
:root main > article > p a[href^="/check/"], :root main > article > p a[href^="/partner/"],
:root main > article > ul a[href^="/ref/"], :root main > article > ul a[href^="/try/"],
:root main > article > ul a[href^="/check/"], :root main > article > ul a[href^="/partner/"],
:root main > article > ul > li a[href^="/ref/"], :root main > article > ul > li a[href^="/try/"],
:root main > article > ul > li a[href^="/check/"], :root main > article > ul > li a[href^="/partner/"] {
  background: var(--accent); color: var(--bg); padding: 4px 14px; border-radius: 6px;
  text-decoration: none; font-weight: 400; font-family: var(--fm); font-size: 14px;
  letter-spacing: .06em; text-transform: uppercase;
}
:root main > article > p a[href^="/ref/"]:hover, :root main > article > p a[href^="/try/"]:hover,
:root main > article > p a[href^="/check/"]:hover, :root main > article > p a[href^="/partner/"]:hover,
:root main > article > ul > li a[href^="/ref/"]:hover, :root main > article > ul > li a[href^="/try/"]:hover,
:root main > article > ul > li a[href^="/check/"]:hover, :root main > article > ul > li a[href^="/partner/"]:hover {
  background: var(--primary); color: var(--bg);
}

/* article top image */
:root main > article > div[role="img"] { margin: 0 0 30px; }
:root main > article > div[role="img"] > img {
  width: 100%; height: auto; max-height: 420px; object-fit: cover; display: block;
  border-radius: var(--r); box-shadow: 0 3px 14px rgba(26,26,36,.12);
}

/* review / note callout */
:root article > section {
  background: rgba(46,58,123,.06); border-left: 4px solid var(--primary);
  border-radius: 0 var(--r) var(--r) 0; padding: 14px 20px; margin-top: 32px;
  font-size: 14.5px; color: var(--fg); font-family: var(--fb), Cambria, serif; font-style: italic;
}
:root article > section b {
  color: var(--primary); font-weight: 700; font-style: normal; text-transform: uppercase;
  font-size: 11px; letter-spacing: .14em; display: inline-block; margin-right: 8px; font-family: var(--fm);
}

/* related links footer (these class names are NOT obfuscated in live HTML) */
:root main > div:has(> .crd-related-list) { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--accent); }
:root main > div:has(> .crd-related-list) > h3 { font-family: var(--fh), Cambria, serif; font-size: 19px; color: var(--primary); margin-bottom: 14px; }
:root .crd-related-list { display: flex; flex-direction: column; gap: 8px; }
:root .crd-related-list a, :root .crd-related-link {
  display: block; background: var(--paper); border: 1px solid rgba(46,58,123,.14);
  border-radius: 8px; padding: 12px 16px; color: var(--primary); text-decoration: none;
  font-size: 15px; font-family: var(--fb), Cambria, serif; line-height: 1.5;
  transition: border-color .15s ease, background .15s ease;
}
:root .crd-related-list a:hover, :root .crd-related-link:hover { border-color: var(--primary); background: var(--paper2); }

/* ============================================================= */
/*  FOOTER                                                       */
/* ============================================================= */
:root footer {
  background: transparent; border-top: 1px solid var(--accent); padding: 28px 0 40px;
  margin-top: 64px; text-align: center; font-family: var(--fm); font-size: 12px;
  color: var(--fg); opacity: .62; letter-spacing: .08em;
}
:root footer a { color: var(--fg); text-decoration: none; border-bottom: 1px dotted var(--border); }
:root footer a:hover { color: var(--primary); border-bottom-color: var(--primary); }
