/* ============================================================================
   ATLITU – Editorial Design System
   Serif: Newsreader (Publikation, gut lesbar) · Sans: Inter
   Farben: bg #F7F8F8 · ink #161616 · muted #6A6A6A · line #DDDFE2 · accent #D6FF2A
   Akzentfarbe bewusst selten: Labels, aktive Nav, Link-Hover, kleine Marker.
   ========================================================================== */
:root {
  --bg: #F7F8F8;
  --ink: #161616;
  --muted: #6A6A6A;
  --line: #DDDFE2;
  --accent: #D6FF2A;

  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --maxw: 1400px;
  --gap: 32px;
  --pad: clamp(20px, 5vw, 72px);

  --step--1: clamp(0.78rem, 0.75rem + 0.15vw, 0.86rem);
  --step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.12rem);
  --step-1:  clamp(1.3rem, 1.15rem + 0.8vw, 1.75rem);
  --step-2:  clamp(1.7rem, 1.4rem + 1.6vw, 2.6rem);
  --step-3:  clamp(2.3rem, 1.7rem + 3.2vw, 4.2rem);
  --step-4:  clamp(2.8rem, 1.9rem + 5vw, 6rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--step-0);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* Fokus – deutlich sichtbar, nicht nur Farbe */
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--gap); }

/* --------------------------------------------------------------- Typografie */
.serif { font-family: var(--serif); }
h1, h2, h3, .headline {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0;
}
p { margin: 0 0 1em; }
.lede { color: var(--muted); font-size: var(--step-1); line-height: 1.4; font-family: var(--serif); }
.muted { color: var(--muted); }

/* Kategorie-/Editorial-Label: der seltene Chartreuse-Highlighter */
.label {
  display: inline-block;
  font-family: var(--sans);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--ink);
  padding: 2px 7px;
  line-height: 1.4;
}
.label--plain {  /* Variante ohne Fläche, für dezente Stellen */
  background: none; padding: 0; letter-spacing: 0.16em; color: var(--muted);
}
.eyebrow {
  font-family: var(--sans); font-size: var(--step--1); letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
}

/* Textlinks – Hover zieht feine Chartreuse-Unterstreichung */
.tlink {
  font-family: var(--sans); font-weight: 500;
  border-bottom: 1px solid var(--ink); padding-bottom: 2px;
  transition: border-color .18s ease, color .18s ease;
}
.tlink:hover { border-color: var(--accent); }
.tlink--arrow::after { content: " →"; transition: margin-left .18s ease; }
.tlink--arrow:hover::after { margin-left: 4px; }

/* ------------------------------------------------------------------- Header */
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: saturate(1.1) blur(8px);
  border-bottom: 1px solid var(--line);
}
/* Puls-Linien-Signatur: Chartreuse-Linie mit Herzschlag + Herz, zieht sich über die Seite */
.heart-signet { padding: 14px 0 4px; }
/* Header-Zeile: Wortmarke links, Navigation mittig (Seite-zentriert) */
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding-block: 16px; }
.brand { grid-column: 1; justify-self: start; font-family: var(--sans); font-weight: 800; letter-spacing: 0.32em; font-size: 1.05rem; }
.nav { grid-column: 2; justify-self: center; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.nav a {
  font-family: var(--sans); font-size: .95rem; color: var(--muted);
  padding-bottom: 4px; border-bottom: 2px solid transparent; transition: color .18s, border-color .18s;
}
.nav a:hover { color: var(--ink); border-bottom-color: color-mix(in srgb, var(--accent) 55%, transparent); }
.nav a.is-active { color: var(--ink); border-bottom-color: var(--accent); }
.nav-toggle { display: none; grid-column: 3; justify-self: end; }

/* Puls-Linie: volle Breite, Herzschlag → Herz in der Mitte, Neon-Glow */
.pulse-signature { display: flex; align-items: center; gap: 14px; width: 100%; }
.pulse-signature .pl { height: 2px; flex: 1; border-radius: 2px; box-shadow: 0 0 6px rgba(214,255,42,.4); }
.pulse-signature .pl.left  { background: linear-gradient(to right, transparent, var(--accent)); }
.pulse-signature .pl.right { background: linear-gradient(to left,  transparent, var(--accent)); }
.pulse-heart { flex: 0 0 auto; filter: drop-shadow(0 0 5px rgba(214,255,42,.7)); animation: pulseGlow 3.4s ease-in-out 1.9s infinite; }
.pulse-heart .pbeat, .pulse-heart .pheart { stroke-dasharray: 240; stroke-dashoffset: 240; animation: pulseDraw 1.5s ease forwards; }
.pulse-heart .pheart { animation-delay: .45s; }
@keyframes pulseDraw { to { stroke-dashoffset: 0; } }
@keyframes pulseGlow {
  0%, 100% { filter: drop-shadow(0 0 5px rgba(214,255,42,.5)); }
  50%      { filter: drop-shadow(0 0 11px rgba(214,255,42,.95)); }
}
/* Trenner-Variante etwas ruhiger (kein Dauer-Glow-Puls, nur einmal zeichnen) */
.section + .pulse-signature, .wrap > .pulse-signature { padding-block: 4px; }

/* Durchgängiger Chartreuse-Unterstrich als Akzent unter Überschriften */
.hero h1::after,
.section-head h2::after,
.cat-lead h3::after,
.guide-body h2::after {
  content: ""; display: block; width: 30px; height: 3px;
  background: var(--accent); margin-top: 16px; border-radius: 2px;
}
.eyebrow { position: relative; }

/* --------------------------------------------------------------------- Hero */
.hero { padding-block: clamp(48px, 9vw, 130px); }
.hero .grid { align-items: center; row-gap: 40px; }
.hero-copy { grid-column: 1 / span 6; }
.hero-media { grid-column: 8 / span 5; }
.hero h1 { font-size: var(--step-3); margin: 14px 0 22px; max-width: 12ch; }
.hero .lede { max-width: 42ch; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.hero-media img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.motto {
  font-family: var(--serif); font-size: var(--step-1); line-height: 1.35;
  max-width: 30ch; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line);
}

/* Bild-Rahmen mit neutralem Platzhalter (falls Bild fehlt) */
.ph { position: relative; background: #ECEEEE; overflow: hidden; }
.ph::after {
  content: attr(data-label); position: absolute; inset: 0; display: flex;
  align-items: center; justify-content: center; color: #AEB4B4;
  font-family: var(--sans); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
}
.ph img { position: relative; z-index: 1; }

/* --------------------------------------------------- Sektions-Grundgerüst */
.section { padding-block: clamp(40px, 7vw, 88px); border-top: 1px solid var(--line); }
.section-head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 20px; margin-bottom: 40px; flex-wrap: wrap;
}
.section-head h2 { font-size: var(--step-2); }
.section-intro { max-width: 46ch; color: var(--muted); font-family: var(--serif); font-size: var(--step-1); line-height: 1.4; }

/* ---------------------------------------------- Ausgewählte Artikel (3) */
.feature-lead { grid-column: 1 / span 7; }
.feature-side { grid-column: 9 / span 4; display: flex; flex-direction: column; gap: 40px; }
.feature-lead .thumb { aspect-ratio: 3/2; }
.feature-lead h3 { font-size: var(--step-2); margin: 20px 0 12px; }
.thumb { width: 100%; object-fit: cover; }
.card-title { font-family: var(--serif); font-weight: 500; line-height: 1.12; }
.article-card .thumb { aspect-ratio: 4/5; margin-bottom: 16px; }
.article-card h3 { font-size: var(--step-1); margin: 14px 0 8px; }
.article-card .teaser { color: var(--muted); font-size: .96rem; }
.meta { font-family: var(--sans); font-size: var(--step--1); color: var(--muted); letter-spacing: .04em; }

/* Bildvergrößerung bei Hover – dezent */
.zoom { overflow: hidden; }
.zoom img { transition: transform .5s ease; }
.zoom:hover img { transform: scale(1.03); }

/* --------------------------------------------- Editorial Statement */
.statement { text-align: left; }
.statement .big {
  font-family: var(--serif); font-weight: 500; font-size: var(--step-3);
  line-height: 1.12; max-width: 18ch; grid-column: 1 / span 7;
}
.statement .body { grid-column: 9 / span 4; align-self: end; color: var(--muted); }

/* ----------------------------------------------- Kategorie-Sektionen */
.cat .grid { align-items: start; row-gap: 32px; }
.cat-media { grid-column: 1 / span 5; }
.cat-media.right { grid-column: 8 / span 5; order: 2; }
.cat-body { grid-column: 7 / span 6; }
.cat-body.left { grid-column: 1 / span 6; }
.cat-media img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.cat-intro { color: var(--muted); font-family: var(--serif); font-size: var(--step-1); line-height: 1.4; margin: 12px 0 28px; max-width: 40ch; }
.cat-lead h3 { font-size: var(--step-2); margin: 8px 0 10px; }
.cat-more { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.cat-more h4 { font-family: var(--serif); font-weight: 500; font-size: var(--step-1); margin: 6px 0; line-height: 1.15; }

/* ------------------------------------------------------ Guide-Aufmacher */
.guide { border-top: 1px solid var(--line); }
.guide .grid { align-items: center; row-gap: 30px; }
.guide-media { grid-column: 1 / span 7; }
.guide-media img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.guide-body { grid-column: 8 / span 5; }
.guide-body h2 { font-size: var(--step-2); margin: 16px 0 14px; }

/* --------------------------------------------------- Neu im Journal */
.journal-lead { grid-column: 1 / span 7; }
.journal-lead .thumb { aspect-ratio: 3/2; margin-bottom: 18px; }
.journal-lead h3 { font-size: var(--step-2); }
.journal-side { grid-column: 9 / span 4; display: flex; flex-direction: column; gap: 26px; }
.journal-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: 44px; padding-top: 34px; border-top: 1px solid var(--line); }
.mini h3 { font-size: var(--step-1); margin: 12px 0 6px; }
.mini .thumb { aspect-ratio: 4/3; }

/* ----------------------------------------------------- Warum / Grundsätze */
.why h2 { grid-column: 1 / span 4; font-size: var(--step-2); }
.why-list { grid-column: 6 / span 7; display: grid; gap: 20px; }
.why-list li { list-style: none; display: flex; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); align-items: baseline; }
.why-list { margin: 0; padding: 0; }
.why-list .n { font-family: var(--serif); font-size: var(--step-1); color: var(--muted); min-width: 2ch; }

/* ------------------------------------------------------------ Newsletter */
.newsletter { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.newsletter .grid { align-items: center; row-gap: 24px; }
.newsletter h2 { grid-column: 1 / span 5; font-size: var(--step-2); }
.news-form { grid-column: 7 / span 6; }
.news-fields { display: flex; gap: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 10px; max-width: 460px; }
.news-fields input { flex: 1; border: 0; background: transparent; font-family: var(--sans); font-size: 1rem; color: var(--ink); }
.news-fields input:focus { outline: none; }
.btn {
  font-family: var(--sans); font-weight: 600; font-size: .9rem; letter-spacing: .04em;
  background: var(--ink); color: var(--bg); border: 0; padding: 10px 20px; cursor: pointer;
  transition: background .18s;
}
.btn:hover { background: #000; }
.news-note { font-size: var(--step--1); color: var(--muted); margin-top: 12px; max-width: 460px; }

/* --------------------------------------------------------------- Footer */
.site-footer { padding-block: clamp(48px, 7vw, 90px); }
.site-footer .grid { row-gap: 34px; }
.foot-brand { grid-column: 1 / span 4; }
.foot-brand .brand { margin-bottom: 16px; }
.foot-brand p { color: var(--muted); font-size: .95rem; max-width: 34ch; }
.foot-col { grid-column: span 2; }
.foot-col h4 { font-family: var(--sans); font-size: var(--step--1); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; }
.foot-col a { display: block; padding: 5px 0; color: var(--ink); font-size: .95rem; }
.foot-col a:hover { color: var(--muted); }
.foot-bottom { grid-column: 1 / -1; border-top: 1px solid var(--line); margin-top: 20px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot-bottom p { color: var(--muted); font-size: var(--step--1); margin: 0; max-width: 64ch; }

/* -------------------------------------------------------- Artikel / Seite */
.reading { padding-block: clamp(40px, 7vw, 90px); }
.reading .col { grid-column: 3 / span 8; }
.article-hero { aspect-ratio: 16/9; object-fit: cover; width: 100%; margin: 30px 0; }
.article-title { font-size: var(--step-3); margin: 18px 0 18px; max-width: 20ch; }
.prose { font-size: var(--step-1); line-height: 1.7; font-family: var(--serif); }
.prose p { margin: 0 0 1.1em; }
.article-meta { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-family: var(--sans); font-size: var(--step--1); letter-spacing: .04em; }
.affiliate-hint { font-family: var(--sans); font-size: var(--step--1); color: var(--muted); border-left: 2px solid var(--accent); padding: 6px 0 6px 14px; margin: 26px 0; }
.related { margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--line); }
.related .grid { row-gap: 24px; }
.related .article-card { grid-column: span 6; }

/* -------------------------------------------------------- Artikel-Galerie */
.article-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 34px 0; }
.article-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.article-gallery img:only-child { aspect-ratio: 16/10; }
@media (max-width: 600px) { .article-gallery { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------- Utilities */
.stack-sm > * + * { margin-top: 10px; }
.center { text-align: center; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: var(--bg); padding: 10px 16px; z-index: 100; }
.skip-link:focus { left: 8px; top: 8px; }

/* -------------------------------------------------------------- Responsive */
@media (max-width: 900px) {
  .header-inner { display: flex; }
  .heart-signet { display: none; }
  .nav {
    display: none; position: fixed; inset: 60px 0 auto 0; background: var(--bg);
    flex-direction: column; gap: 0; padding: 10px var(--pad) 24px; border-bottom: 1px solid var(--line);
  }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav a.is-active { border-bottom-color: var(--line); }
  .nav-toggle {
    display: inline-flex; margin-left: auto; background: none; border: 1px solid var(--line);
    font-family: var(--sans); font-size: .9rem; padding: 8px 14px; cursor: pointer; color: var(--ink);
  }
  .hero-copy, .hero-media,
  .feature-lead, .feature-side,
  .cat-media, .cat-media.right, .cat-body, .cat-body.left,
  .guide-media, .guide-body,
  .statement .big, .statement .body,
  .journal-lead, .journal-side,
  .why h2, .why-list,
  .newsletter h2, .news-form,
  .reading .col,
  .foot-brand, .foot-col { grid-column: 1 / -1 !important; order: 0 !important; }
  .journal-row { grid-template-columns: 1fr; }
  .cat-more { grid-template-columns: 1fr; }
  .related .article-card { grid-column: 1 / -1; }
  .foot-col { grid-column: span 6 !important; }
}
@media (max-width: 560px) {
  .hero-actions { gap: 16px; }
  .news-fields { flex-direction: column; align-items: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .pulse-heart .pbeat, .pulse-heart .pheart { stroke-dashoffset: 0 !important; }
}

/* Quellen-/Belegliste unter Artikeln (E-E-A-T / GEO) */
.sources{margin-top:48px;padding-top:24px;border-top:1px solid var(--line)}
.sources h2{font-size:var(--step-0);letter-spacing:.02em;margin:0 0 12px;color:var(--muted)}
.sources ol{margin:0;padding-left:1.2em;color:var(--muted);font-size:.92rem;line-height:1.7}
.sources li{margin-bottom:6px}
.sources a{color:inherit;text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:3px}
.sources a:hover{color:var(--ink)}

/* Video: self-hosted <video> + Embed-<iframe>, Aufmacher, Galerie, Hero */
.video-block{margin:32px 0}
.video-block .video-el{width:100%;height:auto;display:block;border-radius:4px;background:#000}
.video-embed{position:relative;width:100%;aspect-ratio:16/9;border-radius:4px;overflow:hidden;background:#000}
.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-block figcaption{margin-top:10px;font-size:.88rem;color:var(--muted);line-height:1.5}
.article-hero-video{margin:0 0 8px}
.video-gallery{display:grid;gap:24px;margin-top:32px}
.hero-media .hero-video{width:100%;height:100%;object-fit:cover;display:block;border-radius:4px;background:#000}
@media (prefers-reduced-motion: reduce){.hero-media .hero-video{outline:none}}

/* Honeypot (Spamschutz) – für Menschen & Screenreader unsichtbar, nicht fokussierbar */
.hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;opacity:0;pointer-events:none}

/* Newsletter-Popup (natives <dialog>) – DSGVO/BFSG-konform */
.news-pop{width:min(92vw,460px);border:1px solid var(--line);border-radius:12px;padding:0;
  background:var(--bg);color:var(--ink);box-shadow:0 24px 60px rgba(0,0,0,.22)}
.news-pop::backdrop{background:rgba(22,22,22,.55)}
.news-pop .np-x{position:absolute;top:8px;right:8px;margin:0}
.news-pop .np-close{width:40px;height:40px;border:0;background:transparent;color:var(--muted);
  font-size:1.6rem;line-height:1;cursor:pointer;border-radius:8px}
.news-pop .np-close:hover{color:var(--ink);background:#eceeee}
.news-pop .np-close:focus-visible{outline:2px solid var(--ink);outline-offset:2px}
.news-pop .np-body{padding:34px 30px 30px}
.news-pop h2{font-size:var(--step-1);margin:10px 0 8px}
.news-pop .news-form{margin-top:16px}
.news-pop[open]{animation:npIn .28s ease}
@keyframes npIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion: reduce){.news-pop[open]{animation:none}}
