/* ============================================================
   firemnikrabicky.cz — fk-blog-detail-1.css — v1
   PRODUCTION CSS pro detail článku (Shoptet Články)
   Port ze skinspecialist ss-blog-detail-2.css (live nasazená verze)
   HYBRID PATTERN — ZERO JS, restyluje nativní .news-item-detail

   DETECTION:
   - body.type-post (FK: articles /nase-novinky/{slug}/, body.in-nase-novinky)

   LAYOUT:
   - 1040px kontejner, 680px textový sloupec (CSS grid distribuce)
   - Crumb = restylované NATIVNÍ breadcrumbs (reálný odkaz zpět
     na /nase-novinky/, žádné fake pseudo linky)
   - Rubrika eyebrow nad h1 (CSS content per body class)
   - h2 ghost numeral (CSS counter), leaf list markery
   - Volitelné paste bloky pro budoucí články (fk-art-*)

   FK paleta (unwrapped): forest #223924, forest-dk #1A2B1C,
   leaf #5C765E, sand #E6DFCD, sand-lt #F4F0E6, sunshine #E1B124,
   sunshine-dk #C9971A, wood #816645, wood-dk #6B5238,
   muted #6B7B6D, cream #FBF8F0. Text na forest podkladu #F4F0E6.
   Radius: pill 999, karta 18, velké bloky 26. Žádná kurzíva.
   Font: Aspekta.

   POZOR: stávající FK články jsou HTML dumpy s vlastním <style>
   (body {background:#f2f2f2; font-family:Arial; padding:20px}).
   Body pravidla níže je přebíjejí specificitou + !important.

   ATOMIC PASTE BLOKY pro budoucí články (Zdrojový kód):
     <p class="fk-art-lead">…</p>                    (perex s iniciálou)
     <div class="fk-art-hero"><img></div>            (hero obrázek)
     <blockquote class="fk-art-pull"><p>…</p><cite>…</cite></blockquote>
     <figure class="fk-art-breakout"><img><figcaption></figure>
     <aside class="fk-art-takeaways">…</aside>
     <aside class="fk-art-tip">…</aside>
     <aside class="fk-art-warning">…</aside>
     <a class="fk-art-product" href="…">…</a>        (KOMPLETNÍ markup,
        žádná JS hydratace — img + název + cena ručně)
     <section class="fk-art-products">…</section>
     <aside class="fk-art-consultation">…</aside>
     <aside class="fk-art-newsletter">…</aside>
     <nav class="fk-art-nav">…</nav>
     <a class="fk-art-back" href="/nase-novinky/">← Všechny články</a>
   ============================================================ */


/* ============================================================
   1) PAGE BG + base — přebíjí <style> dumpy uvnitř článků
   ============================================================ */
body.type-post {
  background: #F4F0E6 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Aspekta', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1A2B1C;
}


/* ============================================================
   2) HIDE NATIVE chrome (breadcrumbs NEskrývat — restylují se)
   ============================================================ */
body.type-post aside.sidebar,
body.type-post .news-item-detail > .next-prev {
  display: none !important;
}

/* Nativní bílé pozadí pryč + full width obsah (bez sidebaru) */
body.type-post #content-wrapper,
body.type-post #content-wrapper .container,
body.type-post #content-wrapper .row,
body.type-post main#content,
body.type-post main#content .content-inner {
  background: transparent !important;
}
body.type-post #content-wrapper .container,
body.type-post #content-wrapper .row,
body.type-post main#content,
body.type-post main#content.narrow,
body.type-post main#content .content-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}


/* ============================================================
   3) CRUMB — restylované nativní breadcrumbs
   Skryje Domů ikonu, lomítka i poslední (aktuální) položku,
   nechá jen odkaz na rubriku → „← Novinky" (reálný odkaz)
   ============================================================ */
body.type-post .breadcrumbs-wrapper {
  display: block !important; /* Shoptet breadcrumbs na mobilu skrývá — vynutit */
  width: 100% !important;
  max-width: 1040px !important;
  margin: clamp(28px, 3.5vw, 52px) auto 0 !important;
  padding: 0 clamp(20px, 3vw, 40px) !important;
  background: transparent !important;
  box-sizing: border-box;
}
body.type-post .breadcrumbs-wrapper .breadcrumbs {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.type-post .breadcrumbs-wrapper .breadcrumbs > span:not(#navigation-first):not([data-testid="breadcrumbsLastLevel"]) {
  display: inline-block !important;
}
body.type-post .breadcrumbs-wrapper #navigation-first,
body.type-post .breadcrumbs-wrapper .navigation-bullet,
body.type-post .breadcrumbs-wrapper [data-testid="breadcrumbsLastLevel"] {
  display: none !important;
}
body.type-post .breadcrumbs-wrapper .breadcrumbs a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Aspekta', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6B7B6D !important;
  text-decoration: none !important;
  transition: color .25s cubic-bezier(.4, 0, .2, 1), gap .25s cubic-bezier(.4, 0, .2, 1);
}
body.type-post .breadcrumbs-wrapper .breadcrumbs a::before {
  content: '\2190'; /* ← */
  font-size: 13px;
  line-height: 1;
}
body.type-post .breadcrumbs-wrapper .breadcrumbs a:hover {
  color: #816645 !important;
  gap: 10px;
}


/* ============================================================
   4) ARTICLE CONTAINER — 1040px, text col 680px (CSS grid)
   ============================================================ */
body.type-post .news-item-detail {
  display: block !important;
  width: 100% !important;
  max-width: 1040px !important;
  margin: 0 auto !important;
  padding: clamp(20px, 2.5vw, 36px) clamp(20px, 3vw, 40px) clamp(72px, 7vw, 112px);
  position: relative;
  counter-reset: h2-counter;
  box-sizing: border-box;
  float: none !important;
}

body.type-post .news-item-detail > h1 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

body.type-post .news-item-detail > .text {
  display: grid;
  grid-template-columns:
    [full-start] 1fr
    [text-start] min(680px, 100%) [text-end]
    1fr [full-end];
}
body.type-post .news-item-detail > .text > * {
  grid-column: text;
  min-width: 0;
}
body.type-post .news-item-detail > .text > .fk-art-hero,
body.type-post .news-item-detail > .text > section.fk-art-products,
body.type-post .news-item-detail > .text > aside.fk-art-newsletter,
body.type-post .news-item-detail > .text > aside.fk-art-consultation,
body.type-post .news-item-detail > .text > nav.fk-art-nav,
body.type-post .news-item-detail > .text > figure.fk-art-breakout {
  grid-column: full;
}


/* ============================================================
   5) RUBRIKA EYEBROW — nad h1 per body class
   ============================================================ */
/* jen PŘÍMÝ potomek — FK články (HTML dumpy) mívají vlastní h1 v obsahu */
body.type-post .news-item-detail > h1::before {
  content: 'Blog';
  display: block;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #5C765E;
}
body.type-post.in-nase-novinky .news-item-detail > h1::before { content: 'Novinky'; }


/* ============================================================
   6) H1 — FK heading (Aspekta 750, forest)
   ============================================================ */
body.type-post h1[itemprop="headline"] {
  font-family: 'Aspekta', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(32px, 4.6vw, 52px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: #223924;
  /* auto vlevo/vpravo drží zarovnání na 680px textový sloupec */
  margin: clamp(20px, 2.5vw, 32px) auto clamp(20px, 2.2vw, 28px);
  max-width: 680px;
}
body.type-post h1[itemprop="headline"] em {
  font-style: normal;
  font-weight: 750;
  color: #816645;
}


/* ============================================================
   7) META — nativní <time> pod h1 jako meta řádek s linkou
   ============================================================ */
body.type-post .news-item-detail > time {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 680px;
  margin: 0 auto clamp(40px, 4.5vw, 64px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6B7B6D;
}
body.type-post .news-item-detail > time::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #5C765E 0%, #5C765E 60px, transparent 60px);
}


/* ============================================================
   8) HERO — full container breakout (paste blok)
   ============================================================ */
body.type-post .news-item-detail .fk-art-hero {
  margin: 0 0 clamp(40px, 4.5vw, 64px);
  aspect-ratio: 16 / 9;
  background: #E6DFCD;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}
body.type-post .news-item-detail .fk-art-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.type-post .news-item-detail .fk-art-hero figcaption,
body.type-post .news-item-detail .fk-art-hero + .fk-art-hero-cap {
  display: block;
  margin: 12px 0 0;
  font-size: 13px;
  color: #6B7B6D;
}


/* ============================================================
   9) TEXT — Aspekta, klidné čtení
   ============================================================ */
body.type-post .news-item-detail .text {
  font-family: 'Aspekta', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-feature-settings: 'kern' 1, 'liga' 1;
  color: #1A2B1C;
  font-size: 17px;
  line-height: 1.75;
}


/* ============================================================
   10) LEAD — jen explicitní třída (stávající FK články jsou
   HTML dumpy, auto-detekce prvního <p> by chytala prázdné odstavce)
   ============================================================ */
body.type-post .news-item-detail .text > p.fk-art-lead {
  font-size: 20px;
  line-height: 1.6;
  color: #1A2B1C;
  margin: 0 0 clamp(28px, 3vw, 40px);
  font-weight: 500;
}
body.type-post .news-item-detail .text > p.fk-art-lead::first-letter {
  float: left;
  font-size: 5.4em;
  line-height: .82;
  font-weight: 750;
  color: #816645;
  margin: 8px 16px -4px 0;
  padding: 0;
}


/* ============================================================
   11) ODSTAVCE
   ============================================================ */
body.type-post .news-item-detail .text p {
  margin: 0 0 24px;
}


/* ============================================================
   12) H2 — ghost numeral (CSS counter)
   ============================================================ */
body.type-post .news-item-detail .text h2 {
  counter-increment: h2-counter;
  position: relative;
  font-size: clamp(25px, 2.8vw, 34px);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -.02em;
  color: #223924;
  margin: clamp(56px, 6vw, 88px) 0 18px;
  padding-top: 52px;
}
body.type-post .news-item-detail .text h2::before {
  content: counter(h2-counter, decimal-leading-zero);
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #5C765E;
  opacity: .35;
  letter-spacing: -.02em;
  pointer-events: none;
}
body.type-post .news-item-detail .text h2:not(:first-of-type) {
  border-top: 1px solid rgba(34, 57, 36, .10);
  padding-top: 64px;
  margin-top: clamp(64px, 6.5vw, 96px);
}
body.type-post .news-item-detail .text h2:not(:first-of-type)::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 1px;
  background: #5C765E;
}


/* ============================================================
   13) H3
   ============================================================ */
body.type-post .news-item-detail .text h3 {
  font-size: clamp(19px, 1.8vw, 23px);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -.015em;
  color: #223924;
  margin: clamp(32px, 3.5vw, 44px) 0 12px;
}


/* ============================================================
   14) H4 — label styl
   ============================================================ */
body.type-post .news-item-detail .text h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5C765E;
  margin: clamp(26px, 2.5vw, 32px) 0 10px;
}


/* ============================================================
   15) SEZNAMY — leaf markery
   ============================================================ */
body.type-post .news-item-detail .text ul,
body.type-post .news-item-detail .text ol {
  padding-left: 1.6em;
  margin: 0 0 24px;
}
body.type-post .news-item-detail .text li {
  margin: 0 0 10px;
  padding-left: 6px;
}
body.type-post .news-item-detail .text ul {
  list-style: none;
  padding-left: 1.8em;
}
body.type-post .news-item-detail .text ul li {
  position: relative;
}
body.type-post .news-item-detail .text ul li::before {
  content: '';
  position: absolute;
  left: -1.4em;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5C765E;
}
body.type-post .news-item-detail .text ol li::marker {
  color: #5C765E;
  font-weight: 700;
}


/* ============================================================
   16) BLOCKQUOTE — bez kurzívy
   ============================================================ */
body.type-post .news-item-detail .text blockquote {
  margin: clamp(28px, 3vw, 40px) 0;
  padding: clamp(20px, 2vw, 28px) clamp(24px, 2.5vw, 36px);
  border-left: 3px solid #5C765E;
  background: rgba(92, 118, 94, .06);
  border-radius: 0 18px 18px 0;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: #223924;
  font-style: normal;
}
body.type-post .news-item-detail .text blockquote p:last-child { margin-bottom: 0; }


/* ============================================================
   17) PULL QUOTE — editorial breakout (paste blok)
   ============================================================ */
body.type-post .news-item-detail .text blockquote.fk-art-pull {
  margin: clamp(48px, 5.5vw, 80px) 0;
  padding: clamp(36px, 4vw, 56px) clamp(12px, 2vw, 24px);
  background: transparent;
  border: none;
  border-top: 1px solid #223924;
  border-bottom: 1px solid #223924;
  border-radius: 0;
  text-align: center;
  position: relative;
}
body.type-post .news-item-detail .text blockquote.fk-art-pull p {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -.015em;
  font-style: normal;
  color: #223924;
  margin: 0;
}
body.type-post .news-item-detail .text blockquote.fk-art-pull cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #5C765E;
}


/* ============================================================
   18) OBRÁZKY — figure + breakout + inline
   ============================================================ */
body.type-post .news-item-detail .text figure {
  margin: clamp(28px, 3vw, 40px) 0;
}
body.type-post .news-item-detail .text figure img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  margin: 0;
}
body.type-post .news-item-detail .text figure figcaption {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #6B7B6D;
  text-align: center;
  font-style: normal;
}
body.type-post .news-item-detail .text figure.fk-art-breakout {
  margin-left: 0;
  margin-right: 0;
}
body.type-post .news-item-detail .text figure.fk-art-breakout img {
  border-radius: 26px;
}
body.type-post .news-item-detail .text > img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  margin: clamp(28px, 3vw, 40px) 0;
  display: block;
}


/* ============================================================
   19) INLINE PRODUKTOVÁ KARTA (paste blok, KOMPLETNÍ markup)
   <a class="fk-art-product" href="/produkt/">
     <img src="…">
     <div class="fk-art-product-body">
       <span class="fk-art-product-eyebrow">Doporučujeme</span>
       <h4 class="fk-art-product-name">…</h4>
       <span class="fk-art-product-price">1 290 Kč</span>
     </div>
     <span class="fk-art-product-cta">Koupit →</span>
   </a>
   ============================================================ */
body.type-post .news-item-detail .text a.fk-art-product {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: clamp(16px, 2vw, 24px);
  align-items: center;
  margin: clamp(32px, 3vw, 48px) 0;
  padding: clamp(18px, 2vw, 24px);
  background: #FBF8F0;
  border: 1px solid rgba(34, 57, 36, .10);
  border-radius: 18px;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 6px 18px rgba(34, 57, 36, .05);
  transition:
    transform .35s cubic-bezier(.4, 0, .2, 1),
    border-color .35s cubic-bezier(.4, 0, .2, 1),
    box-shadow .35s cubic-bezier(.4, 0, .2, 1);
}
body.type-post .news-item-detail .text a.fk-art-product:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 57, 36, .16);
  box-shadow: 0 18px 40px rgba(34, 57, 36, .12);
}
body.type-post .news-item-detail .text a.fk-art-product img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
  background: #E6DFCD;
  margin: 0;
}
body.type-post .news-item-detail .text a.fk-art-product .fk-art-product-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5C765E;
  margin: 0 0 4px;
}
body.type-post .news-item-detail .text a.fk-art-product .fk-art-product-name {
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 750;
  letter-spacing: -.01em;
  color: #223924;
  margin: 0 0 4px;
  text-transform: none;
}
body.type-post .news-item-detail .text a.fk-art-product .fk-art-product-price {
  font-size: 14px;
  font-weight: 700;
  color: #6B7B6D;
}
body.type-post .news-item-detail .text a.fk-art-product .fk-art-product-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 20px;
  border-radius: 999px;
  background: #223924;
  color: #F4F0E6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
  transition: background .25s cubic-bezier(.4, 0, .2, 1), gap .25s cubic-bezier(.4, 0, .2, 1);
}
body.type-post .news-item-detail .text a.fk-art-product:hover .fk-art-product-cta {
  background: #1A2B1C;
  gap: 11px;
}


/* ============================================================
   20) ODKAZY, STRONG, EM, MARK, HR
   ============================================================ */
body.type-post .news-item-detail .text a {
  color: #223924;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #C9971A;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: color .2s cubic-bezier(.4, 0, .2, 1);
}
body.type-post .news-item-detail .text a:hover { color: #816645; }

body.type-post .news-item-detail .text strong { font-weight: 750; color: #1A2B1C; }
body.type-post .news-item-detail .text em { font-style: normal; font-weight: 600; }

body.type-post .news-item-detail .text mark {
  background: rgba(225, 177, 36, .28);
  color: #1A2B1C;
  padding: 1px 4px;
  border-radius: 3px;
}

body.type-post .news-item-detail .text hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(34, 57, 36, .14) 30%, rgba(34, 57, 36, .14) 70%, transparent);
  margin: clamp(36px, 4.5vw, 56px) 0;
}


/* ============================================================
   21) AUTHOR BOX (paste blok)
   ============================================================ */
body.type-post .fk-art-author {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin: clamp(56px, 6.5vw, 88px) 0 0;
  padding: clamp(26px, 3vw, 36px);
  background: #FBF8F0;
  border: 1px solid rgba(34, 57, 36, .10);
  border-left: 3px solid #816645;
  border-radius: 0 18px 18px 0;
  position: relative;
}
body.type-post .fk-art-author-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
body.type-post .fk-art-author-body { flex: 1; }
body.type-post .fk-art-author-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #816645;
  margin: 0 0 6px;
}
body.type-post .fk-art-author-name {
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -.01em;
  color: #223924;
  margin: 0 0 4px;
  text-transform: none;
}
body.type-post .fk-art-author-role {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #6B7B6D;
  margin: 0 0 12px;
}
body.type-post .fk-art-author-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #6B7B6D;
  margin: 0;
}


/* ============================================================
   22) READING PROGRESS BAR — CSS scroll-timeline (sunshine)
   ============================================================ */
@supports (animation-timeline: scroll()) {
  body.type-post::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #E1B124;
    transform: scaleX(0);
    transform-origin: left center;
    z-index: 9999;
    pointer-events: none;
    animation: fk-art-progress linear forwards;
    animation-timeline: scroll(root);
  }
  @keyframes fk-art-progress {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
  }
}


/* ============================================================
   23) KEY TAKEAWAYS (paste blok)
   ============================================================ */
body.type-post .news-item-detail .text aside.fk-art-takeaways {
  margin: clamp(28px, 3vw, 40px) 0;
  padding: clamp(22px, 2.8vw, 32px) clamp(24px, 3vw, 36px);
  background: rgba(92, 118, 94, .08);
  border-radius: 18px;
  border-left: 3px solid #5C765E;
}
body.type-post .news-item-detail .text aside.fk-art-takeaways .fk-art-takeaways-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #5C765E;
  margin: 0 0 6px;
}
body.type-post .news-item-detail .text aside.fk-art-takeaways .fk-art-takeaways-title {
  font-size: clamp(19px, 1.8vw, 23px);
  font-weight: 750;
  letter-spacing: -.01em;
  color: #223924;
  margin: 0 0 14px;
}
body.type-post .news-item-detail .text aside.fk-art-takeaways ul {
  margin: 0;
  padding-left: 1.4em;
}
body.type-post .news-item-detail .text aside.fk-art-takeaways ul li {
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 8px;
}


/* ============================================================
   24) TIP (paste blok) — bez kurzívy, leaf linka
   ============================================================ */
body.type-post .news-item-detail .text aside.fk-art-tip {
  margin: clamp(28px, 3vw, 40px) 0;
  padding: 4px 0 4px clamp(20px, 2.2vw, 28px);
  border-left: 3px solid #5C765E;
  background: none;
  border-radius: 0;
}
body.type-post .news-item-detail .text aside.fk-art-tip .fk-art-tip-label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5C765E;
  margin: 0 0 6px;
}
body.type-post .news-item-detail .text aside.fk-art-tip p {
  font-size: 17px;
  font-style: normal;
  line-height: 1.65;
  margin: 0;
  color: #1A2B1C;
  font-weight: 500;
}

/* WARNING — výrazná karta, wood-dk podklad, světlý text */
body.type-post .news-item-detail .text aside.fk-art-warning {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  margin: clamp(28px, 3vw, 40px) 0;
  padding: clamp(20px, 2.2vw, 28px) clamp(22px, 2.4vw, 32px);
  background: #6B5238;
  border-radius: 18px;
  color: #F4F0E6;
}
body.type-post .news-item-detail .text aside.fk-art-warning .fk-art-warning-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244, 240, 230, .75);
  white-space: nowrap;
  padding-top: 4px;
}
body.type-post .news-item-detail .text aside.fk-art-warning p {
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0;
  color: #F4F0E6;
  font-weight: 500;
}


/* ============================================================
   25) PRODUCTS GRID (paste blok, KOMPLETNÍ markup — bez hydratace)
   ============================================================ */
body.type-post .news-item-detail .text section.fk-art-products {
  margin: clamp(40px, 4.5vw, 64px) 0;
}
body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-head {
  margin: 0 0 clamp(18px, 2vw, 26px);
  padding: 0;
}
body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #5C765E;
  margin: 0 0 8px;
}
body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-title {
  font-size: clamp(21px, 2.2vw, 27px);
  font-weight: 750;
  letter-spacing: -.015em;
  color: #223924;
  margin: 0;
}
body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.4vw, 18px);
  padding: 0;
}
body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: #FBF8F0;
  border-radius: 18px;
  border: 1px solid rgba(34, 57, 36, .10);
  box-shadow: 0 6px 18px rgba(34, 57, 36, .05);
  text-decoration: none !important;
  color: inherit;
  box-sizing: border-box;
  transition:
    transform .35s cubic-bezier(.4, 0, .2, 1),
    border-color .35s cubic-bezier(.4, 0, .2, 1),
    box-shadow .35s cubic-bezier(.4, 0, .2, 1);
}
body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 57, 36, .16);
  box-shadow: 0 18px 40px rgba(34, 57, 36, .12);
}
body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 0 12px;
  background: #E6DFCD;
  display: block;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
}
body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-card:hover img {
  transform: scale(1.03);
}
body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-card-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.35;
  color: #1A2B1C;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(34, 57, 36, .08);
  min-height: 39px;
}
body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-card-price {
  font-size: 15px;
  font-weight: 750;
  color: #223924;
  margin: 0;
}


/* ============================================================
   26) CONSULTATION CTA (paste blok) — wood akcent
   ============================================================ */
body.type-post .news-item-detail .text aside.fk-art-consultation {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(20px, 2.5vw, 36px);
  align-items: center;
  margin: clamp(36px, 4vw, 56px) 0;
  padding: clamp(26px, 3vw, 40px);
  background: linear-gradient(135deg, rgba(129, 102, 69, .08) 0%, rgba(92, 118, 94, .05) 100%);
  border-radius: 26px;
  border: 1px solid rgba(129, 102, 69, .16);
}
body.type-post .news-item-detail .text aside.fk-art-consultation .fk-art-consultation-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #816645;
  margin: 0 0 8px;
}
body.type-post .news-item-detail .text aside.fk-art-consultation .fk-art-consultation-title {
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 750;
  letter-spacing: -.015em;
  color: #223924;
  margin: 0 0 8px;
}
body.type-post .news-item-detail .text aside.fk-art-consultation .fk-art-consultation-copy {
  font-size: 14px;
  line-height: 1.55;
  color: #1A2B1C;
  margin: 0;
}
body.type-post .news-item-detail .text aside.fk-art-consultation a.fk-art-consultation-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  background: #223924;
  color: #F4F0E6 !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
  text-decoration: none !important;
  border-radius: 999px;
  border-bottom: none !important;
  text-underline-offset: 0;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(34, 57, 36, .22);
  transition: background .25s cubic-bezier(.4, 0, .2, 1), gap .25s cubic-bezier(.4, 0, .2, 1);
}
body.type-post .news-item-detail .text aside.fk-art-consultation a.fk-art-consultation-cta:hover {
  background: #1A2B1C;
  gap: 12px;
}


/* ============================================================
   27) NEWSLETTER (paste blok) — forest box, sunshine CTA
   ============================================================ */
body.type-post .news-item-detail .text aside.fk-art-newsletter {
  margin: clamp(36px, 4vw, 56px) 0;
  padding: clamp(28px, 3.5vw, 44px) clamp(28px, 3vw, 36px);
  background: #223924;
  border-radius: 26px;
  color: #F4F0E6;
  text-align: center;
}
body.type-post .news-item-detail .text aside.fk-art-newsletter .fk-art-newsletter-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(244, 240, 230, .7);
  margin: 0 0 8px;
}
body.type-post .news-item-detail .text aside.fk-art-newsletter .fk-art-newsletter-title {
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 750;
  letter-spacing: -.015em;
  color: #F4F0E6;
  margin: 0 0 10px;
}
body.type-post .news-item-detail .text aside.fk-art-newsletter p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(244, 240, 230, .85);
  margin: 0 auto 20px;
  max-width: 380px;
}
body.type-post .news-item-detail .text aside.fk-art-newsletter a.fk-art-newsletter-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: #E1B124;
  color: #1A2B1C !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
  text-decoration: none !important;
  border-bottom: none !important;
  text-underline-offset: 0;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  transition: background .25s cubic-bezier(.4, 0, .2, 1), gap .25s cubic-bezier(.4, 0, .2, 1);
}
body.type-post .news-item-detail .text aside.fk-art-newsletter a.fk-art-newsletter-cta:hover {
  background: #C9971A;
  gap: 12px;
}


/* ============================================================
   28) PREV/NEXT NAV (paste blok)
   ============================================================ */
body.type-post .news-item-detail .text nav.fk-art-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.5vw, 20px);
  margin: clamp(48px, 5.5vw, 72px) 0 0;
}
body.type-post .news-item-detail .text nav.fk-art-nav a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(20px, 2.2vw, 28px);
  background: #FBF8F0;
  border-radius: 18px;
  border: 1px solid rgba(34, 57, 36, .10) !important;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 6px 18px rgba(34, 57, 36, .05);
  text-underline-offset: 0;
  transition:
    transform .35s cubic-bezier(.4, 0, .2, 1),
    border-color .35s cubic-bezier(.4, 0, .2, 1),
    box-shadow .35s cubic-bezier(.4, 0, .2, 1);
}
body.type-post .news-item-detail .text nav.fk-art-nav a:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 57, 36, .16) !important;
  box-shadow: 0 18px 40px rgba(34, 57, 36, .12);
}
body.type-post .news-item-detail .text nav.fk-art-nav .fk-art-nav-next { text-align: right; }
body.type-post .news-item-detail .text nav.fk-art-nav .fk-art-nav-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5C765E;
}
body.type-post .news-item-detail .text nav.fk-art-nav .fk-art-nav-title {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 750;
  line-height: 1.3;
  color: #223924;
  letter-spacing: -.01em;
}


/* ============================================================
   29) ZPĚT NA VÝPIS (paste blok — reálný odkaz)
   ============================================================ */
body.type-post .news-item-detail .text a.fk-art-back {
  display: block;
  margin: clamp(40px, 5vw, 64px) auto 0;
  padding: 14px 28px;
  text-align: center;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6B7B6D !important;
  width: max-content;
  text-decoration: none !important;
  border-bottom: none !important;
  text-underline-offset: 0;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}
body.type-post .news-item-detail .text a.fk-art-back:hover {
  color: #816645 !important;
}


/* ============================================================
   30) RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  body.type-post .news-item-detail .text h2 {
    padding-top: 42px;
  }
  body.type-post .news-item-detail .text h2::before {
    font-size: 33px;
  }
  body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.type-post .news-item-detail .text aside.fk-art-consultation {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 640px) {
  body.type-post .news-item-detail {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: clamp(48px, 8vw, 72px);
  }
  body.type-post .news-item-detail .text > p.fk-art-lead::first-letter {
    font-size: 4em;
    margin: 4px 10px 0 0;
  }
  body.type-post .news-item-detail .text blockquote.fk-art-pull {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.type-post .news-item-detail .text a.fk-art-product {
    grid-template-columns: 72px 1fr;
    gap: 14px;
  }
  body.type-post .news-item-detail .text a.fk-art-product .fk-art-product-cta {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 4px;
  }
  body.type-post .news-item-detail .text section.fk-art-products .fk-art-products-grid {
    grid-template-columns: 1fr;
  }
  body.type-post .news-item-detail .text nav.fk-art-nav {
    grid-template-columns: 1fr;
  }
  body.type-post .news-item-detail .text nav.fk-art-nav .fk-art-nav-next { text-align: left; }
  body.type-post .news-item-detail .text aside.fk-art-warning {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body.type-post .fk-art-author {
    flex-direction: column;
    text-align: left;
  }
  body.type-post .fk-art-author-photo {
    width: 56px;
    height: 56px;
  }
}
