/* kinnect-p1b-v1 — category pages + post dual-offer chrome */
/* POST: dual offer strip under header */
.kn-post-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  max-width: 1100px;
  margin: 0 auto 1.25rem;
  padding: 12px 16px;
  border-radius: 999px;
  background: #1c1917;
  color: #fafaf9;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
}
.kn-post-offer a {
  color: #fafaf9 !important;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}
.kn-post-offer a:hover { text-decoration: underline !important; }
.kn-post-nav {
  max-width: 1100px;
  margin: 0 auto 12px;
  padding: 0 24px;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}
.kn-post-nav a {
  color: #57534e !important;
  text-decoration: none !important;
}
.kn-post-nav a:hover { text-decoration: underline !important; color: #1c1917 !important; }
/* dual price on memstrip when shown */
.page-wrapper.background-color-moss .kn-memstrip {
  display: block !important;
}
.kn-memstrip__price {
  font-size: 14px !important;
  line-height: 1.35 !important;
}
/* CATEGORY PAGE */
.kn-cat {
  font-family: ui-sans-serif, system-ui, sans-serif;
  color: #1c1917;
  background: #f6f1e8;
  min-height: 70vh;
}
.kn-cat__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
.kn-cat__kicker {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #78716c;
  font-weight: 600;
}
.kn-cat__h1 {
  margin: 0 0 12px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1c1917;
}
.kn-cat__dek {
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #44403c;
  max-width: 40rem;
}
.kn-cat__offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 0 0 28px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #1c1917;
  color: #fafaf9;
  font-size: 14px;
}
.kn-cat__offer a {
  color: #fafaf9 !important;
  font-weight: 600;
  text-decoration: none !important;
}
.kn-cat__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 32px;
}
.kn-cat__pills a {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(28,25,23,0.12);
  background: #fff;
  color: #1c1917 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
}
.kn-cat__pills a.is-on {
  background: #1c1917;
  color: #fafaf9 !important;
  border-color: #1c1917;
}
.kn-cat__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin-bottom: 32px;
}
.kn-cat__card {
  display: block;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(28,25,23,0.1);
  box-shadow: 0 8px 24px rgba(28,25,23,0.04);
  color: #1c1917 !important;
  text-decoration: none !important;
}
.kn-cat__card h3 {
  margin: 0 0 6px;
  font-family: Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.25;
  color: #1c1917 !important;
}
.kn-cat__card p {
  margin: 0;
  font-size: 13px;
  color: #78716c !important;
}
.kn-cat__empty {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(28,25,23,0.1);
  color: #44403c;
}
.kn-cat__foot {
  margin-top: 24px;
  font-size: 14px;
}
.kn-cat__foot a {
  color: #1c1917 !important;
  font-weight: 600;
}
.kn-cat-nav {
  background: #1c1917;
  color: #fafaf9;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.kn-cat-nav a {
  color: #fafaf9 !important;
  text-decoration: none !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 14px;
}
.kn-cat-nav .kn-cat-nav__links {
  display: flex;
  gap: 16px;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .kn-cat-nav__links span { display: none; }
}
