/* ============================================================
   PorovnejFondy.cz — Blog article (clean pf-* design)
============================================================ */

.pf-art { background: #f8f3ef; color: #032246; }
.pf-art-container { max-width: 820px; margin: 0 auto; padding: 0 24px; }
.pf-art-container-wide { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.pf-art-topbar-spacer { height: 8em; background: #032246; }
@media (max-width: 880px) { .pf-art-topbar-spacer { height: 6em; } }

/* HERO */
.pf-art-hero {
  background: linear-gradient(135deg, #021833 0%, #032246 50%, #0a3464 100%);
  color: #f5ecea;
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}
.pf-art-hero::before {
  content: ""; position: absolute; top: -120px; right: -120px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(228,198,190,0.18), transparent 70%);
  border-radius: 50%; filter: blur(60px);
}
.pf-art-hero-inner { position: relative; z-index: 1; }
.pf-art-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px;
  background: rgba(228,198,190,0.10);
  border: 1px solid rgba(228,198,190,0.28);
  border-radius: 2px;
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: #e4c6be;
  margin: 0 0 22px;
}
.pf-art-hero h1 {
  font-family: Caudex, serif;
  font-size: clamp(32px, 4.4vw, 50px);
  font-weight: 400; line-height: 1.08;
  color: #f5ecea; margin: 0 0 22px;
  letter-spacing: -0.014em;
}
.pf-art-hero h1 em { font-style: italic; color: #e4c6be; }
.pf-art-hero-perex {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px; line-height: 1.55;
  color: rgba(245,236,234,0.86);
  margin: 0 0 30px; max-width: 720px;
}
.pf-art-hero-perex strong { color: #e4c6be; font-weight: 500; }

.pf-art-meta {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  padding: 22px 0 0;
  border-top: 1px solid rgba(228,198,190,0.18);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: rgba(245,236,234,0.78);
}
.pf-art-meta-author {
  display: flex; align-items: center; gap: 10px;
}
.pf-art-meta-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #906c63, #5f453e);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: Caudex, serif; font-size: 14px;
}
.pf-art-meta-author-name {
  font-family: Caudex, serif;
  font-size: 15px; color: #f5ecea;
  margin: 0;
}
.pf-art-meta-author-role {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px; color: rgba(245,236,234,0.6);
  margin: 0;
}
.pf-art-meta-dot { color: rgba(245,236,234,0.4); }

/* BODY */
.pf-art-body { padding: 60px 0 80px; }

/* TOC */
.pf-art-toc {
  background: #fff;
  border: 1px solid rgba(144,108,99,0.16);
  border-left: 3px solid #906c63;
  border-radius: 2px;
  padding: 24px 28px;
  margin: 0 0 40px;
}
.pf-art-toc-title {
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #906c63;
  margin: 0 0 14px;
}
.pf-art-toc ol {
  margin: 0; padding: 0 0 0 22px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px; line-height: 1.7;
  color: #5f453e;
}
.pf-art-toc ol li { margin: 4px 0; }
.pf-art-toc a {
  color: #032246; text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .15s;
}
.pf-art-toc a:hover { border-bottom-color: #906c63; }

/* CONTENT TYPOGRAPHY */
.pf-art-content h2 {
  font-family: Caudex, serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 400; line-height: 1.15;
  color: #032246;
  margin: 50px 0 18px;
  letter-spacing: -0.012em;
  scroll-margin-top: 100px;
}
.pf-art-content h2 em { font-style: italic; color: #906c63; }
.pf-art-content h3 {
  font-family: Caudex, serif;
  font-size: 22px; font-weight: 400; line-height: 1.2;
  color: #032246;
  margin: 36px 0 14px;
}
.pf-art-content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px; line-height: 1.75;
  color: #2d2422;
  margin: 0 0 18px;
}
.pf-art-content p strong { color: #032246; font-weight: 600; }
.pf-art-content a {
  color: #906c63; text-decoration: none;
  border-bottom: 1px solid rgba(144,108,99,0.4);
  transition: color .15s, border-color .15s;
}
.pf-art-content a:hover {
  color: #5f453e;
  border-bottom-color: #5f453e;
}
.pf-art-content ul,
.pf-art-content ol {
  margin: 0 0 22px;
  padding: 0 0 0 22px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px; line-height: 1.75;
  color: #2d2422;
}
.pf-art-content ul li,
.pf-art-content ol li { margin: 8px 0; }
.pf-art-content ul li::marker { color: #906c63; }
.pf-art-content ol li::marker { color: #906c63; font-weight: 600; }
.pf-art-content ul li strong,
.pf-art-content ol li strong { color: #032246; font-weight: 600; }

.pf-art-content blockquote {
  margin: 26px 0;
  padding: 22px 26px;
  background: #fff;
  border-left: 4px solid #906c63;
  border-radius: 0 2px 2px 0;
  font-family: Caudex, serif;
  font-size: 19px; line-height: 1.55;
  color: #5f453e;
  font-style: italic;
}
.pf-art-content blockquote p:last-child { margin: 0; }
.pf-art-content blockquote cite {
  display: block;
  margin-top: 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #7d6056;
  font-style: normal;
}

/* CALLOUT */
.pf-art-callout {
  background: #fff;
  border: 1px solid rgba(184,134,42,0.25);
  border-left: 4px solid #b8862a;
  border-radius: 2px;
  padding: 22px 26px;
  margin: 30px 0;
}
.pf-art-callout-tag {
  display: inline-block;
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #b8862a;
  margin: 0 0 10px;
}
.pf-art-callout p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15.5px; line-height: 1.65;
  color: #5f453e; margin: 0;
}
.pf-art-callout p strong { color: #032246; font-weight: 600; }

/* TABLE */
.pf-art-table-wrap { overflow-x: auto; margin: 30px 0; }
.pf-art-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14.5px;
  border: 1px solid rgba(144,108,99,0.16);
  border-radius: 2px;
  overflow: hidden;
}
.pf-art-table th,
.pf-art-table td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(144,108,99,0.10);
}
.pf-art-table th {
  background: #faf5f1;
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #906c63;
}
.pf-art-table tbody tr:last-child td { border-bottom: 0; }
.pf-art-table tbody tr:hover td { background: #fbf6f2; }
.pf-art-table td.num { text-align: right; font-variant-numeric: tabular-nums; }
.pf-art-table td.pos { color: #1f7a4d; font-weight: 600; }
.pf-art-table td.neg { color: #b03a3a; font-weight: 600; }

/* INLINE CTA */
.pf-art-cta {
  background: linear-gradient(135deg, #032246 0%, #5f453e 100%);
  color: #f5ecea;
  border-radius: 2px;
  padding: 32px 34px;
  margin: 40px 0;
  display: grid; grid-template-columns: 1fr auto;
  gap: 24px; align-items: center;
  position: relative; overflow: hidden;
}
@media (max-width: 660px) {
  .pf-art-cta { grid-template-columns: 1fr; padding: 26px 24px; }
}
.pf-art-cta::after {
  content: ""; position: absolute; right: -80px; top: -80px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(228,198,190,0.20), transparent 70%);
  border-radius: 50%; filter: blur(50px);
}
.pf-art-cta-text { position: relative; z-index: 1; }
.pf-art-cta-text h4 {
  font-family: Caudex, serif;
  font-size: 22px; font-weight: 400; line-height: 1.2;
  color: #f5ecea; margin: 0 0 8px;
}
.pf-art-cta-text h4 em { font-style: italic; color: #e4c6be; }
.pf-art-cta-text p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14.5px;
  color: rgba(245,236,234,0.82); margin: 0;
}
.pf-art-cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  background: #906c63; color: #fff;
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  text-decoration: none !important;
  border: 0; border-radius: 2px;
  white-space: nowrap;
  position: relative; z-index: 1;
  transition: background .2s, transform .15s;
}
.pf-art-cta-btn:hover {
  background: #a68073;
  transform: translateY(-2px);
}

/* AUTHOR BOX */
.pf-art-author {
  background: #fff;
  border: 1px solid rgba(144,108,99,0.14);
  border-radius: 2px;
  padding: 28px 30px;
  margin: 50px 0 0;
  display: grid; grid-template-columns: auto 1fr; gap: 20px;
  align-items: center;
}
@media (max-width: 560px) { .pf-art-author { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.pf-art-author-avatar {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, #906c63, #5f453e);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: Caudex, serif; font-size: 24px;
}
.pf-art-author-name {
  font-family: Caudex, serif;
  font-size: 19px; font-weight: 400;
  color: #032246; margin: 0;
}
.pf-art-author-role {
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #906c63;
  margin: 4px 0 8px;
}
.pf-art-author-bio {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px; line-height: 1.55;
  color: #5f453e;
  margin: 0;
}

/* RELATED */
.pf-art-related {
  background: #fff;
  padding: 60px 0;
  border-top: 1px solid rgba(144,108,99,0.14);
}
.pf-art-related-title {
  font-family: Caudex, serif;
  font-size: 26px; font-weight: 400;
  color: #032246; margin: 0 0 28px;
  text-align: center;
}
.pf-art-related-title em { font-style: italic; color: #906c63; }
.pf-art-related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  max-width: 1100px; margin: 0 auto;
}
@media (max-width: 880px) { .pf-art-related-grid { grid-template-columns: 1fr; } }
.pf-art-related-card {
  background: #f8f3ef;
  border-radius: 2px;
  padding: 22px 24px;
  border: 1px solid rgba(144,108,99,0.12);
  text-decoration: none;
  transition: background .15s, transform .15s, border-color .15s;
}
.pf-art-related-card:hover {
  background: #fff;
  border-color: rgba(144,108,99,0.25);
  transform: translateY(-2px);
}
.pf-art-related-card-eyebrow {
  font-family: "Big Shoulders Text", sans-serif;
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #906c63;
  margin: 0 0 6px;
}
.pf-art-related-card-name {
  font-family: Caudex, serif;
  font-size: 17px; line-height: 1.25;
  color: #032246;
  margin: 0 0 6px;
}
.pf-art-related-card-meta {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #7d6056;
  margin: 0;
}
