/* Masowa Stone - category pages (Adhesives, Care and Finishes).

   Loaded ALONGSIDE /stone-veneer/style.css, which supplies the tokens, reset,
   .container, .page-head/.eyebrow/h1/.intro, .btn and .site-footer rules.
   Only the text-first product card is new, so only that lives here.

   DUPLICATED ON PURPOSE, same convention as the header fragment: an identical
   copy sits at extras/adhesives/style.css and extras/care-finishes/style.css
   so each page owns its own assets. Change one, change the other, and bump
   both ?v= refs. */

.cat-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}

.prod {
  padding: 2rem 1.75rem;
  border: 1px solid var(--sand-line);
  border-radius: var(--radius);
  background: var(--shell);
}

.prod-name {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.prod-kind {
  margin: .45rem 0 0;
  color: var(--sand);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.prod-lede {
  max-width: 62ch;
  margin: 1rem 0 0;
  font-weight: 300;
  line-height: 1.7;
}

.prod-specs {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}

@media (min-width: 900px) {
  .prod-specs { grid-template-columns: 1fr 1fr; gap: .7rem 2.5rem; }
}

.prod-specs li {
  position: relative;
  padding-left: 1.1rem;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.6;
}

.prod-specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 5px;
  height: 5px;
  background: var(--sand);
}

.prod-specs strong { font-weight: 600; }

.prod-foot {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 2rem;
  margin: 1.6rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--sand-tint);
}

.prod-sizes {
  margin: 0;
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.prod-ask {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 300;
}

/* ---------- page foot: contact CTA + link back to the range ---------- */

.cat-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.75rem;
  margin: 2.5rem 0 3.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--sand-tint);
}

.cat-cta-text {
  flex-basis: 100%;
  max-width: 46em;
  margin: 0;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.6;
}

.cat-back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
