*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,system-ui,sans-serif;line-height:1.7;color:#333;background:#fff}
.sc-isXfnl{max-width:780px;margin:0 auto;padding:0 20px}
header{background:#1a1a2e;color:#fff;padding:32px 0;margin-bottom:40px}
header h1{font-size:28px;margin-bottom:4px}
header p{opacity:.7;font-size:15px}
header .sc-DKddai{color:#fff;text-decoration:none;font-size:18px;font-weight:600}
.sc-LOznDj{border-bottom:1px solid #eee;padding:24px 0}
.sc-LOznDj h2{font-size:20px;margin-bottom:8px}
.sc-LOznDj h2 a{color:#1a1a2e;text-decoration:none}
.sc-LOznDj h2 a:hover{color:#e94560}
.sc-LOznDj .date{font-size:13px;color:#999;margin-bottom:8px}
.sc-egrlYJ{color:#e94560;text-decoration:none;font-size:14px;font-weight:600}
.sc-KmCaGG{padding-bottom:60px}
.sc-KmCaGG h1{font-size:32px;margin-bottom:8px}
.sc-KmCaGG time{font-size:13px;color:#999;display:block;margin-bottom:24px}
.sc-KmCaGG h2{font-size:22px;margin:32px 0 12px}
.sc-KmCaGG h3{font-size:18px;margin:24px 0 8px}
.sc-KmCaGG p{margin-bottom:16px}
.sc-KmCaGG ul,.sc-KmCaGG ol{margin:0 0 16px 24px}
.sc-KmCaGG a{color:#e94560}
.sc-KmCaGG img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}
footer{border-top:1px solid #eee;padding:24px 0;margin-top:40px;text-align:center;font-size:13px;color:#999}
footer a{color:#999}
.sc-XkcPFj{background:#f5f5f5;border-left:3px solid #999;padding:10px 14px;margin-bottom:20px;font-size:13px;color:#777;font-style:italic}
.sc-Brdmmr{background:#fef9e7;border:1px solid #f0c36d;padding:10px 14px;margin-top:20px;font-size:12px;color:#8a6d3b}
.sc-plztlW{font-size:13px;color:#999;margin:-16px 0 24px;font-style:italic}
.sc-cQBQwn{text-align:center;margin:0 0 20px}
.sc-gaLAXX{max-width:100%;height:auto;border-radius:6px}
.sc-IhGVHE{margin-top:40px;padding-top:24px;border-top:1px solid #eee}
.sc-IhGVHE h3{font-size:18px;margin-bottom:12px}
.sc-IhGVHE ul{list-style:none;padding:0}
.sc-IhGVHE li{padding:4px 0}
.sc-IhGVHE a{color:#e94560;text-decoration:none}
.sc-unOfez{padding:20px 0}
.sc-unOfez ul{list-style:none;padding:0}
.sc-unOfez li{padding:5px 0;font-size:15px}
.sc-unOfez a{color:#1a1a2e;text-decoration:none}
.sc-unOfez a:hover{color:#e94560}
/* === Theme === */
:root{--primary:#26452A;--accent:#C9B85A;--bg:#F0E8C9;--fg:#1F1F14;--border:#C0B58C;--r:6px;--fb:'Nunito';--fh:'Crete Round'}
/* === Custom === */
@import url('https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&family=Nunito:wght@400;500;600;700&display=swap');

:root body { font-family: var(--fb), system-ui, -apple-system, sans-serif; color: var(--fg); background: var(--bg); line-height: 1.74; font-size: 16.5px; }
::selection { background: var(--accent); color: var(--fg); }
:root hr { border: 0; border-top: 1px solid var(--border); margin: 30px 0; }

:root > body > header { background: var(--primary); color: var(--bg); padding: 48px 0 30px; margin-bottom: 42px; border-bottom: 3px solid var(--accent); }
:root > body > header > div { max-width: 720px; margin: 0 auto; padding: 0 24px; }
:root > body > header h1 { font-family: var(--fh), Cambria, serif; font-size: 36px; font-weight: 400; color: var(--bg); line-height: 1.16; margin-bottom: 8px; }
:root > body > header p { font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; color: rgba(240, 232, 201, 1.0); max-width: 620px; font-style: italic; }
:root > body > header a { font-family: var(--fh), Cambria, serif; font-size: 26px; color: var(--bg); text-decoration: none; font-weight: 400; }

:root main { max-width: 720px; margin: 0 auto; padding: 0 24px 70px; }

:root main > h1 { font-family: var(--fh), Cambria, serif; font-size: 32px; font-weight: 400; color: var(--primary); line-height: 1.18; margin: 6px 0 18px; }
:root main > time { display: block; font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--accent); margin-bottom: 30px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }

:root main > article > p { margin-bottom: 18px; font-size: 16.5px; }
:root main > article > h2 { font-family: var(--fh), Cambria, serif; font-size: 25px; font-weight: 400; color: var(--primary); margin: 38px 0 12px; padding-bottom: 6px; border-bottom: 1px solid var(--accent); }
:root main > article > h3 { font-family: var(--fh), Cambria, serif; font-size: 19px; font-weight: 400; color: var(--primary); margin: 24px 0 10px; font-style: normal; border-left: 3px solid var(--accent); padding-left: 10px; }
:root main > article ul, :root main > article ol { margin: 0 0 18px 26px; }
:root main > article li { margin-bottom: 6px; font-size: 16.5px; }
:root main > article li strong { color: var(--primary); font-weight: 700; background: rgba(201, 184, 90, 0.20); padding: 0 3px; border-radius: 2px; }
:root main > article blockquote { border-left: 3px solid var(--accent); padding: 10px 0 10px 20px; margin: 26px 0; font-style: italic; color: var(--primary); background: rgba(201, 184, 90, .12); border-radius: 0 var(--r) var(--r) 0; }
:root main > article > p strong { color: var(--primary); font-weight: 700; background: rgba(201, 184, 90, 0.20); padding: 0 3px; border-radius: 2px; }

:root main > article > p a, :root main > article > p 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 { color: var(--accent); text-decoration-color: var(--primary); }

: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 > p a[href^="/go/"] { background: var(--accent); color: var(--fg); padding: 3px 12px; border-radius: var(--r); text-decoration: none; font-weight: 700; font-family: var(--fh), Cambria, serif; font-size: 14px; letter-spacing: .02em; }
: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 > p a[href^="/go/"]:hover { background: var(--primary); color: var(--bg); }

:root main > article > div:has(> img) { margin: 0 0 30px; }
:root main > article > div > img { width: 100%; height: auto; display: block; border-radius: var(--r); box-shadow: 0 3px 14px rgba(31, 31, 20, .14); }

:root main > article:not(:has(> p > a:first-child[href^="/"][rel="bookmark"])) ~ * {}

:root main > article:has(> p.date) { background: #FFFCEC; border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 var(--r) var(--r) 0; padding: 20px 24px; margin-bottom: 16px; transition: border-left-color .15s ease, transform .12s ease; }
:root main > article:has(> p.date):hover { border-left-color: var(--primary); transform: translateX(2px); }
:root main > article:has(> p.date) > h2 { font-family: var(--fh), Cambria, serif; font-size: 21px; font-weight: 400; margin-bottom: 6px; line-height: 1.22; padding-bottom: 0; border-bottom: 0; }
:root main > article:has(> p.date) > h2 a { color: var(--primary); text-decoration: none; }
:root main > article:has(> p.date) > h2 a:hover { color: var(--accent); }
:root main > article:has(> p.date) > p.date { font-family: var(--fb), system-ui, sans-serif; font-size: 11px; color: var(--accent); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; font-weight: 700; }
:root main > article:has(> p.date) > p:not(.date) { font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; color: var(--fg); opacity: .82; margin-bottom: 12px; }
:root main > article:has(> p.date) > a:last-child { font-family: var(--fb), system-ui, sans-serif; font-size: 12.5px; color: var(--primary); background: transparent; padding: 0; text-decoration: none; letter-spacing: .04em; font-weight: 700; border-bottom: 1px solid var(--primary); }
:root main > article:has(> p.date) > a:last-child:hover { color: var(--accent); border-bottom-color: var(--accent); }

:root footer { background: transparent; border-top: 1px solid var(--border); padding: 22px 0 32px; margin-top: 48px; text-align: center; font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--fg); opacity: .60; letter-spacing: .03em; }
: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); }

/* === R2 fixes (2026-06-08T12:20:04.919244+00:00) === */
:root main > section { border-top: 2px solid var(--accent); margin-top: 52px; padding-top: 24px; }
:root main > .sc-plztlW { font-size: 11px; color: var(--accent); letter-spacing: .08em; text-transform: uppercase; opacity: 0.70; margin-bottom: 28px; display: block; font-family: var(--fb), system-ui, sans-serif; font-weight: 700; }

/* === R3 fixes (2026-06-08T13:00:03.763143+00:00) === */
:root main > section > h3 { font-family: var(--fb), system-ui, sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 14px; opacity: 0.85; }
:root main > section ul li a, :root main > section ul li a:visited { color: var(--primary); text-decoration: none; border-bottom: 1px dotted var(--border); font-size: 15px; }

/* === R4 fixes (2026-06-08T13:40:04.568802+00:00) === */
:root main > article li { margin-bottom: 10px; font-size: 16.5px; }
:root main > article > p a[href^="/link/"], :root main > article > p a[href^="/link/"]:visited { background: var(--accent); color: var(--fg); padding: 3px 12px; border-radius: var(--r); text-decoration: none; font-weight: 700; font-family: var(--fh), Cambria, serif; font-size: 14px; letter-spacing: .02em; }
:root main > article > p a[href^="/link/"]:hover { background: var(--primary); color: var(--bg); }
:root main > article > section > h2 { font-family: var(--fh), Cambria, serif; font-size: 22px; font-weight: 400; color: var(--primary); margin: 32px 0 12px; padding-bottom: 6px; border-bottom: 1px solid var(--accent); }

/* === QA round-1 fixes (2026-07-18T20:41:17+0800) === */
:root { --moment: #B34F2A; }

/* --- Masthead: photo moment + spirit-level monogram + kicker --- */
:root > body > header {
  background-image: linear-gradient(180deg, rgba(21,38,24,.80), rgba(21,38,24,.91)), url("/theme-assets/hero-masthead.jpg");
  background-size: cover;
  background-position: center;
  padding: 54px 0 38px;
}
:root > body > header > div { max-width: 760px; text-align: center; }
:root > body > header > div::before {
  content: "";
  display: block;
  width: 54px; height: 54px;
  margin: 0 auto 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='4' y='23' width='56' height='18' rx='3' fill='none' stroke='%23C9B85A' stroke-width='2.6'/%3E%3Crect x='25' y='27' width='14' height='10' rx='2' fill='none' stroke='%23C9B85A' stroke-width='2'/%3E%3Ccircle cx='32' cy='32' r='2.4' fill='%23C9B85A'/%3E%3Cline x1='14' y1='32' x2='21' y2='32' stroke='%23C9B85A' stroke-width='2'/%3E%3Cline x1='43' y1='32' x2='50' y2='32' stroke='%23C9B85A' stroke-width='2'/%3E%3C/svg%3E");
}
:root > body > header h1 { font-size: 40px; }
:root > body > header h1::before {
  content: "Aus dem Schwarzwald · seit KW 28 2025";
  display: block;
  font-family: var(--fb), system-ui, sans-serif;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent); font-weight: 700; margin-bottom: 12px;
}
:root > body > header p { margin-left: auto; margin-right: auto; color: rgba(240,232,201,.90); }

/* --- Homepage: 6-col editorial grid (isolated from article page) --- */
:root main:has(> article > p.date) {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 26px;
  row-gap: 28px;
  align-items: start;
}
:root main:has(> article > p.date) > article { position: relative; margin-bottom: 0; }

/* Hero — the loud voice */
:root main:has(> article > p.date) > article:nth-child(1) {
  grid-column: 1 / -1;
  padding: 42px 46px 38px;
  border-left-width: 6px;
  background: #FFFDF2;
}
:root main:has(> article > p.date) > article:nth-child(1)::before {
  content: "Jüngster Eintrag";
  position: absolute; top: -13px; left: 46px;
  background: var(--primary); color: var(--bg);
  font-family: var(--fb), system-ui, sans-serif;
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 700; padding: 5px 13px; border-radius: 2px;
}
:root main:has(> article > p.date) > article:nth-child(1) > h2 {
  font-size: 43px; line-height: 1.08; margin-bottom: 10px;
}
:root main:has(> article > p.date) > article:nth-child(1) > p:not(.date) {
  font-size: 17px; opacity: 1; max-width: 40em;
}
:root main:has(> article > p.date) > article:nth-child(1) > p:not(.date)::first-letter {
  float: left; font-family: var(--fh), Cambria, serif;
  font-size: 62px; line-height: .78; font-weight: 400;
  color: var(--moment); margin: 6px 12px 0 0;
}
:root main:has(> article > p.date) > article:nth-child(1) > a:last-child {
  display: inline-block; border: 1.5px solid var(--primary);
  border-radius: 40px; padding: 8px 22px; margin-top: 4px;
}
:root main:has(> article > p.date) > article:nth-child(1) > a:last-child:hover {
  background: var(--primary); color: var(--bg); border-color: var(--primary);
}

/* Editor's Picks band — the second gear */
:root main:has(> article > p.date) > article:nth-child(2),
:root main:has(> article > p.date) > article:nth-child(3),
:root main:has(> article > p.date) > article:nth-child(4) {
  grid-column: span 2;
  margin-top: 68px;
  border-top: 3px solid var(--primary);
}
:root main:has(> article > p.date) > article:nth-child(2)::before {
  content: "Zuerst lesen — meine Empfehlungen";
  position: absolute; top: -46px; left: 0; white-space: nowrap;
  font-family: var(--fb), system-ui, sans-serif;
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--primary); font-weight: 700;
}

/* Chronological grid — consistent 2-col log */
:root main:has(> article > p.date) > article:nth-child(n+5) { grid-column: span 3; }
:root main:has(> article > p.date) > article:nth-child(5),
:root main:has(> article > p.date) > article:nth-child(6) { margin-top: 68px; }
:root main:has(> article > p.date) > article:nth-child(5)::before {
  content: "Das ganze Logbuch";
  position: absolute; top: -46px; left: 0; white-space: nowrap;
  font-family: var(--fb), system-ui, sans-serif;
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent); font-weight: 700;
}

@media (max-width: 900px) {
  :root main:has(> article > p.date) {
    grid-template-columns: 1fr; max-width: 640px; row-gap: 18px;
  }
  :root main:has(> article > p.date) > article { grid-column: 1 / -1; margin-top: 0; }
  :root main:has(> article > p.date) > article:nth-child(2) { margin-top: 58px; }
  :root main:has(> article > p.date) > article:nth-child(5) { margin-top: 58px; }
  :root main:has(> article > p.date) > article:nth-child(1) { padding: 30px 26px 28px; }
  :root main:has(> article > p.date) > article:nth-child(1) > h2 { font-size: 29px; }
  :root main:has(> article > p.date) > article:nth-child(1) > p:not(.date)::first-letter { font-size: 46px; }
}

/* --- Article page: dinkus dividers, hanging quote, image fallback --- */
:root main > article > h2:not(:first-of-type)::before {
  content: "✦ ✦ ✦";
  display: block; text-align: center;
  color: var(--accent); font-weight: 400;
  font-size: 14px; letter-spacing: .5em; padding-left: .5em;
  margin: 18px 0 24px; border: 0;
}
:root main > article > blockquote { position: relative; padding-left: 30px; padding-top: 14px; }
:root main > article > blockquote::before {
  content: "\201E";
  position: absolute; left: 6px; top: 4px;
  font-family: var(--fh), Cambria, serif; font-size: 46px; line-height: 1;
  color: var(--accent); opacity: .55;
}
:root main > article > div:has(> img) {
  background: rgba(38,69,42,.06); border-radius: var(--r); min-height: 60px;
}
