/* Kitcove collection guides and FAQs — server-rendered below product grids. */
.kc-collection-seo {
  width: 100%;
  background: var(--kc-cream-2, #f7ede3);
  color: var(--kc-ink, #3a2a22);
  border-top: 1px solid var(--kc-line, rgba(58, 42, 34, 0.14));
}

.kc-collection-seo__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(52px, 7vw, 88px) 0;
  display: grid;
  gap: 48px;
}

.kc-collection-seo__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kc-ink-soft, #6b5e55);
}

.kc-collection-seo h2,
.kc-collection-seo h3 {
  font-family: var(--kc-display, "Cormorant Garamond", Georgia, serif) !important;
  color: var(--kc-ink, #3a2a22) !important;
}

.kc-collection-seo__guide > h2 {
  margin: 0 0 18px !important;
  max-width: 620px;
  font-size: clamp(34px, 4vw, 50px) !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
}

.kc-collection-seo__guide > p:not(.kc-collection-seo__eyebrow) {
  max-width: 660px;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--kc-ink-soft, #6b5e55);
}

.kc-collection-seo__guide h3 {
  margin: 0 0 12px !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.kc-collection-seo__guide ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.kc-collection-seo__guide li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.55;
}

.kc-collection-seo__guide li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kc-gold, #c6a15b);
}

.kc-collection-seo__faqs > h2 {
  margin: 0 0 16px !important;
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
}

.kc-collection-seo details {
  border-top: 1px solid var(--kc-line, rgba(58, 42, 34, 0.18));
}

.kc-collection-seo details:last-child {
  border-bottom: 1px solid var(--kc-line, rgba(58, 42, 34, 0.18));
}

.kc-collection-seo summary {
  position: relative;
  padding: 20px 42px 20px 0;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.kc-collection-seo summary::-webkit-details-marker {
  display: none;
}

.kc-collection-seo summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--kc-ui, Inter, sans-serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--kc-ink-soft, #6b5e55);
}

.kc-collection-seo details[open] summary::after {
  content: "−";
}

.kc-collection-seo details > div {
  padding: 0 42px 22px 0;
}

.kc-collection-seo details p {
  margin: 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--kc-ink-soft, #6b5e55);
}

@media (min-width: 900px) {
  .kc-collection-seo__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(64px, 8vw, 112px);
    align-items: start;
  }
}

@media (max-width: 749px) {
  .kc-collection-seo__inner {
    width: min(100% - 28px, 1120px);
    gap: 40px;
  }

  .kc-collection-seo__guide > h2 {
    font-size: clamp(32px, 10vw, 42px) !important;
  }

  .kc-collection-seo summary {
    padding-block: 18px;
  }
}
