/*
Theme Name: Balduur
Theme URI: https://balduur.de/
Description: Child-Theme von Twenty Twenty-Five mit Balduur-Brand (Tinte / Pergament / Bronze). Warm-mittelalterlicher Stream-Look, DSGVO-konform (lokale Fonts, kein Google-CDN). Cinzel + EB Garamond + JetBrains Mono. Stream-Plan-Shortcode via Twitch-Helix-API.
Author: Balduur
Author URI: https://balduur.de/
Template: twentytwentyfive
Version: 0.1.0
Text Domain: balduur
*/

/* ================================================================
   BALDUUR CHILD THEME — RESET & BRAND-OVERRIDES
   Brand-Tokens kommen aus theme.json (--wp--preset--color--*).
   Hier nur Feinschliff, den theme.json nicht abdeckt.
   ================================================================ */

/* ---------- Body / Basis (dunkel) ---------- */
body {
  font-family: 'EB Garamond', Georgia, serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--wp--preset--color--pergament);
  background-color: var(--wp--preset--color--tinte);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------- Headlines: Cinzel ---------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', serif;
}

/* ---------- Mono-Hilfsklasse (Eyebrows, Labels, Telemetrie) ---------- */
.balduur-mono {
  font-family: 'JetBrains Mono', monospace !important;
}
.balduur-eyebrow {
  font-family: 'JetBrains Mono', monospace !important;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.78rem;
  color: var(--wp--preset--color--bronze-hell);
}

/* ---------- Pergament-Band (heller Akzentstreifen auf Dunkel) ---------- */
.balduur-pergament {
  background: var(--wp--preset--color--pergament) !important;
  color: var(--wp--preset--color--tinte) !important;
}
.balduur-pergament a { color: var(--wp--preset--color--bronze-dunkel); }

/* ---------- Bronze-Aufruf-Block (Bridge-CTA) ---------- */
.balduur-bronze {
  background: var(--wp--preset--color--bronze) !important;
  color: var(--wp--preset--color--tinte) !important;
}
.balduur-bronze a { color: var(--wp--preset--color--tinte); }

/* ---------- Karten-Hover ---------- */
.balduur-card { transition: border-color 0.2s ease, transform 0.2s ease; }
.balduur-card:hover { transform: translateY(-3px); }

/* ---------- Stream-Plan-Liste (Shortcode-Ausgabe) ---------- */
.balduur-schedule { list-style: none; margin: 0; padding: 0; font-family: 'JetBrains Mono', monospace; }
.balduur-schedule li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.6rem 0; border-bottom: 1px solid rgba(199,125,63,0.3); letter-spacing: 0.04em; }
.balduur-schedule .balduur-schedule-day { color: var(--wp--preset--color--bronze-hell); }
.balduur-schedule-empty { font-family: 'JetBrains Mono', monospace; color: var(--wp--preset--color--bronze-hell); }
