/*
 * ═══════════════════════════════════════════════════════════
 *  eKultura – jednotný design systém
 *  Organizace eKultura & Nakladatelství eKultura
 *  /vloz/ek.css
 *
 *  Načítání:
 *  <link rel="stylesheet" href="https://nakladatelstvi.ekultura.eu/vloz/ek.css">
 *
 *  Barevná identita:
 *  --ek-night:      #1a2b3c   navbar, footer, tmavé pozadí
 *  --ek-teal:       #00BFA6   spolek eKultura, kontakt akcent
 *  --ek-solar:      #F9A826   motto v patičce
 *  --ek-gold:       #c9a84c   nakladatelství, zlatý akcent
 *  --ek-gold-mid:   #d4b870   okraje edičních karet
 *  --ek-gold-light: #e8d5a3   světlé zlato, avatary
 *  --ek-cream:      #faf8f2   světlé pozadí karet
 *  --ek-ink:        #1a1a2e   tmavý text
 *  --ek-muted:      #5a5448   sekundární text
 *  --ek-gray:       #6c757d   popisky, meta
 *
 *  Fonty:
 *  EB Garamond  – nadpisy, knižní, serif
 *  Source Sans 3 – UI, tělo, sans-serif
 * ═══════════════════════════════════════════════════════════
 */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@300;400;600&display=swap');


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   NAVBAR
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.navbar,
.ek-navbar {
  background: #1a2b3c !important;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.navbar-brand img {
  height: 32px !important;
  margin-top: -2px !important;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   HERO – nakladatelství (světlý, centrovaný)
   Použití: <div class="ek-hero"><div class="container">...
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-hero {
  background: #f8f9fa;
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}
.ek-hero-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}
.ek-hero-brand img { height: 36px; width: auto; }
.ek-hero-brand span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6c757d;
}
.ek-hero h1 {
  font-family: 'EB Garamond', Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 2.6rem);
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #1a1a2e;
}
.ek-hero p {
  font-family: 'EB Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #5a5448;
  max-width: 640px;
  margin: 0 auto 0.5rem;
  line-height: 1.65;
}
.ek-hero-gold-line {
  width: 48px;
  height: 2px;
  background: #c9a84c;
  margin: 1.5rem auto 0;
}

/* Subnav (záložky v hero) */
.ek-subnav {
  margin-top: 1.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ek-subnav a {
  color: #555;
  text-decoration: none;
  padding: 0 0.8rem;
  border-left: 1px solid #ccc;
}
.ek-subnav a:first-child { border-left: none; }
.ek-subnav a:hover { color: #1a1a2e; }
.ek-isbn {
  font-size: 0.72rem;
  color: #aaa;
  margin-top: 0.75rem;
  letter-spacing: 0.05em;
}

/* Hero – série (breadcrumb + podtitul) */
.ek-hero-breadcrumb {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9a8f82;
  margin-bottom: 1.25rem;
}
.ek-hero-breadcrumb a { color: #9a8f82; text-decoration: none; }
.ek-hero-breadcrumb a:hover { color: #1a2b3c; }
.ek-hero-breadcrumb span { margin: 0 0.4rem; opacity: 0.5; }

.ek-hero-subtitle {
  font-family: 'EB Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #5a5448;
  max-width: 520px;
  margin: 0 auto 0.75rem;
  line-height: 1.65;
}
.ek-hero-motto {
  font-size: 0.85rem;
  color: #9a8f82;
  letter-spacing: 0.04em;
}

/* Hero – zelený (hlavní strana spolku) */
.ek-hero-teal {
  background-color: #00BFA6;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SEKCE – univerzální blok s nadpisem a linkou
   Použití:
   <div class="ek-section">
     <div class="ek-section-head">
       <span class="ek-section-label">Popisek</span>
       <div class="ek-rule"></div>
       <h2>Nadpis</h2>
     </div>
   </div>
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-section {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.ek-section-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.ek-section-head h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}
.ek-section-label {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  color: #6c757d;
  white-space: nowrap;
}
.ek-rule {
  flex: 1;
  height: 1px;
  background: rgba(0,0,0,0.1);
  min-width: 20px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   KNIŽNÍ MŘÍŽKA
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-book-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 1.75rem 1.25rem;
}

/* Série mají větší minmax */
.ek-book-grid-lg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  gap: 2rem 1.5rem;
}

.ek-cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  background: #e9ecef;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.6rem;
  box-shadow: 2px 3px 8px rgba(0,0,0,0.12), -1px 0 0 rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ek-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.ek-cover-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  text-align: center;
  font-size: 0.8rem;
  color: #999;
  font-style: italic;
  font-family: 'EB Garamond', serif;
}
.ek-cover-badge {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(13,110,253,0.82);
  color: #fff;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 0;
  z-index: 1;
}

.ek-book-title {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}
.ek-book-subtitle {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.2rem;
}
.ek-book-edition {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6c757d;
  font-weight: 600;
}
.ek-book-authors {
  font-size: 0.72rem;
  color: #9a8f82;
  margin-top: 0.2rem;
  line-height: 1.4;
}
.ek-book-isbn {
  font-size: 0.67rem;
  color: #0d6efd;
  margin-top: 0.1rem;
}
.ek-book-isbn a { color: inherit; text-decoration: none; }
.ek-book-isbn a:hover { text-decoration: underline; }
.ek-book-link {
  font-size: 0.78rem;
  margin-top: 0.4rem;
}
.ek-book-link a { color: #b08d3c; text-decoration: none; }
.ek-book-link a:hover { text-decoration: underline; }

/* Formát badgey */
.ek-format-badges {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.ek-badge-format {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 2px;
  border: 1px solid;
}
.ek-badge-ebook { color: #0d6efd; border-color: #0d6efd; background: rgba(13,110,253,0.06); }
.ek-badge-tisk  { color: #198754; border-color: #198754; background: rgba(25,135,84,0.06); }
.ek-badge-audio { color: #6f42c1; border-color: #6f42c1; background: rgba(111,66,193,0.06); }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   INFO BOXY
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-info-box {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 2px;
  font-size: 0.85rem;
  color: #444;
}
.ek-info-green {
  border: 1px solid rgba(25,135,84,0.25);
  border-left: 3px solid #198754;
  background: rgba(25,135,84,0.04);
}
.ek-info-green strong { color: #198754; }
.ek-info-gold {
  border: 1px solid rgba(201,168,76,0.3);
  border-left: 3px solid #c9a84c;
  background: rgba(201,168,76,0.04);
}
.ek-info-gold strong { color: #b08d3c; }

/* Zpětná kompatibilita – starší třídy */
.ek-tisk-info {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(25,135,84,0.25);
  border-left: 3px solid #198754;
  border-radius: 2px;
  background: rgba(25,135,84,0.04);
  font-size: 0.85rem;
  color: #444;
}
.ek-tisk-info strong { color: #198754; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SÉRIE
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-serie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.ek-serie-card {
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-left: 3px solid #c9a84c;
  border-radius: 2px;
  background: #fff;
}
.ek-serie-name {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.2rem;
}
.ek-serie-range {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b08d3c;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.ek-serie-desc { font-size: 0.85rem; color: #555; line-height: 1.5; }
.ek-serie-link {
  margin-top: 0.6rem;
  font-size: 0.75rem;
}
.ek-serie-link a { color: #b08d3c; text-decoration: none; }
.ek-serie-link a:hover { text-decoration: underline; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   EDICE – 4 pevné pilíře
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-edice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.ek-edice-card {
  background: #faf8f2;
  padding: 1.75rem 1.5rem;
  position: relative;
  border: 1px solid #d4b870;
  box-shadow: 0 2px 12px rgba(176,141,60,0.08);
}
.ek-edice-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #c9a84c, #e8d5a3, #c9a84c);
}
.ek-edice-sym {
  font-size: 1.6rem;
  color: #b08d3c;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.ek-edice-name {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.15rem;
}
.ek-edice-sub {
  font-size: 0.63rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #b08d3c;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.ek-edice-desc { font-size: 0.85rem; color: #5a5448; line-height: 1.55; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   TÝM – nakladatelství (zlaté karty, 4 pevné)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-tym-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.ek-tym-card {
  padding: 1.5rem;
  border: 1px solid #e8d5a3;
  border-top: 2px solid #c9a84c;
  border-radius: 2px;
  background: #faf8f2;
}
.ek-tym-av {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #e8d5a3;
  display: flex; align-items: center; justify-content: center;
  font-family: 'EB Garamond', serif;
  font-size: 0.95rem; font-weight: 600; color: #7a6030;
  margin-bottom: 0.75rem;
}
.ek-tym-name {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem; font-weight: 600;
  color: #1a1a2e; margin-bottom: 0.1rem;
}
.ek-tym-role {
  font-size: 0.63rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: #b08d3c;
  font-weight: 700; margin-bottom: 0.5rem;
}
.ek-tym-desc { font-size: 0.82rem; color: #5a5448; line-height: 1.5; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   TÝM – spolek (fotky v kruhu, auto-fill)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 2rem 1.5rem;
  text-align: center;
}
.ek-team-photo {
  width: 130px; height: 130px;
  border-radius: 50%;
  object-fit: cover; object-position: center top;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.ek-team-name {
  font-family: 'EB Garamond', serif;
  font-size: 1rem; font-weight: 600; margin-bottom: 0.15rem;
}
.ek-team-role { font-size: 0.72rem; color: #6c757d; margin-bottom: 0.4rem; }
.ek-team-desc { font-size: 0.82rem; color: #555; line-height: 1.5; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PROJEKTY
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-projekt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}
.ek-projekt-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 3px;
  background: #fff;
  transition: box-shadow 0.15s;
}
.ek-projekt-card:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.ek-projekt-logo {
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
}
.ek-projekt-name {
  font-family: 'EB Garamond', serif;
  font-size: 1rem; font-weight: 600; margin-bottom: 0.1rem;
}
.ek-projekt-url { font-size: 0.72rem; color: #6c757d; margin-bottom: 0.3rem; }
.ek-projekt-url a { color: #6c757d; text-decoration: none; }
.ek-projekt-url a:hover { color: #1a1a2e; }
.ek-projekt-desc { font-size: 0.82rem; color: #555; line-height: 1.5; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   NOVINKY
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-article h4 {
  font-family: 'EB Garamond', serif;
  font-size: 1.15rem; font-weight: 600; margin-bottom: 0.25rem;
}
.ek-article-meta {
  font-size: 0.72rem; color: #9a8f82;
  letter-spacing: 0.05em; margin-bottom: 0.5rem;
}
.ek-article p { font-size: 0.92rem; color: #444; line-height: 1.65; }
.ek-month-head {
  font-family: 'EB Garamond', serif;
  font-size: 1.5rem; font-weight: 400; color: #1a1a2e;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   KONTAKT
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ek-contact-table { border-collapse: collapse; width: 100%; }
.ek-contact-table th {
  font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 700; color: #6c757d; padding: 0.5rem 1rem;
  border-bottom: 2px solid rgba(0,0,0,0.08); text-align: left;
}
.ek-contact-table td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 0.9rem; vertical-align: middle;
}
.ek-contact-table tr:last-child td { border-bottom: none; }
.ek-contact-table tr:hover td { background: #faf8f2; }
.ek-contact-table td:first-child {
  font-family: 'EB Garamond', serif;
  font-size: 1rem; font-weight: 600; white-space: nowrap;
}
.ek-contact-table td:first-child a { color: #1a1a2e; text-decoration: none; }
.ek-contact-table td:first-child a:hover { color: #c9a84c; }
.ek-contact-table td:last-child { color: #555; }

.ek-contact-card {
  padding: 1.5rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-top: 2px solid #00BFA6;
  border-radius: 2px;
  background: #fff;
  height: 100%;
}
.ek-contact-card h5 {
  font-family: 'EB Garamond', serif;
  font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem;
}
.ek-contact-card p { font-size: 0.85rem; color: #555; margin: 0; }
.ek-contact-label {
  font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 700; color: #00BFA6; margin-bottom: 0.4rem;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PATIČKA
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

footer.ek-footer {
  background: #1a2b3c;
  color: #c8d0d8;
  padding: 3rem 0 0;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.88rem;
}
.ek-footer .col-12 { text-align: left; }
.ek-footer h5 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #8a9ab0; margin-bottom: 1rem;
}
.ek-footer ul { list-style: none; padding: 0; margin: 0; }
.ek-footer ul li { margin-bottom: 0.4rem; }
.ek-footer a { color: #c8d0d8; text-decoration: none; transition: color 0.15s; font-size: 0.85rem; }
.ek-footer a:hover { color: #fff; }
.ek-footer-brand { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; }
.ek-footer-brand img { height: 26px; width: auto; opacity: 0.9; }
.ek-footer-brand span { font-size: 0.95rem; font-weight: 600; color: #fff; letter-spacing: 0.03em; }
.ek-footer-meta { font-size: 0.75rem; color: #5a6878; line-height: 1.8; }
.ek-footer-meta a { color: #5a6878; font-size: 0.75rem; }
.ek-footer-meta a:hover { color: #8a9ab0; }
.ek-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 1rem; padding: 1rem 0; text-align: center;
}
.ek-footer-motto {
  font-size: 0.78rem; color: #F9A826;
  font-weight: 600; letter-spacing: 0.01em; margin-bottom: 0.35rem;
}
.ek-footer-copy { font-size: 0.73rem; color: #5a6878; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   RESPONZIVITA
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media (max-width: 768px) {
  .ek-edice-grid { grid-template-columns: repeat(2, 1fr); }
  .ek-tym-grid   { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .ek-edice-grid { grid-template-columns: 1fr; }
  .ek-tym-grid   { grid-template-columns: 1fr; }
  .ek-hero h1    { font-size: 1.8rem; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   NAKLADATELSTVI
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ── SÉRIE – knihy ── */
.zh-book-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  gap: 2rem 1.5rem;
}
.zh-book-subtitle {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.2rem;
}
.zh-book-authors { font-size: 0.72rem; color: #9a8f82; margin-top: 0.2rem; line-height: 1.4; }
.zh-book-link { font-size: 0.78rem; margin-top: 0.4rem; }
.zh-book-link a { color: #b08d3c; text-decoration: none; }
.zh-book-link a:hover { text-decoration: underline; }

/* ── SÉRIE – hero ── */
.zh-hero { background: #f8f9fa; padding: 3rem 0 2.5rem; border-bottom: 1px solid rgba(0,0,0,0.08); text-align: center; }
.zh-breadcrumb { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: #9a8f82; margin-bottom: 1.25rem; }
.zh-breadcrumb a { color: #9a8f82; text-decoration: none; }
.zh-breadcrumb a:hover { color: #1a2b3c; }
.zh-breadcrumb span { margin: 0 0.4rem; opacity: 0.5; }
.zh-serie-logo { display: flex; align-items: center; justify-content: center; gap: 0.6rem; margin-bottom: 1.5rem; }
.zh-serie-logo img { height: 36px; width: auto; }
.zh-serie-logo span { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #6c757d; }
.zh-title { font-family: 'EB Garamond', Georgia, serif; font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 400; color: #1a2b3c; letter-spacing: 0.01em; line-height: 1.1; margin-bottom: 1rem; }
.zh-subtitle { font-family: 'EB Garamond', Georgia, serif; font-style: italic; font-size: 1.1rem; color: #5a5448; max-width: 520px; margin: 0 auto 0.75rem; line-height: 1.65; }
.zh-motto { font-size: 0.85rem; color: #9a8f82; letter-spacing: 0.04em; }
.zh-gold-line { width: 48px; height: 2px; background: #c9a84c; margin: 1.5rem auto 0; }