.collection-quote-link { margin: 24px 0 0; }
.collection-quote-link a, .collection-resources a { color: var(--green, #284f43); text-underline-offset: 4px; }
.collection-resources h2 { margin: 8px 0 18px; font-size: clamp(1.35rem, 2vw, 1.85rem); }
.collection-resources ul { margin: 0; padding-left: 22px; display: grid; gap: 12px; }
.collection-browse-links { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(40,79,67,.16); }
.collection-filter button { text-align: left; }

/* Keep browsing before the detailed procurement notes on every collection. */
.compact-collection-hero { padding-top: clamp(24px, 3vw, 40px); padding-bottom: 12px; }
.compact-collection-hero h1 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.08; }
.compact-collection-hero p:not(.eyebrow) { max-width: 900px; margin-top: 12px; line-height: 1.55; }
.collection-layout { padding-top: 18px; padding-bottom: 42px; }
.collection-layout + .collection-buyer-guide { border-top: 1px solid var(--line); padding-top: 38px; }
.collection-mobile-filter { display: none; }
.collection-filter button:focus-visible, .collection-mobile-filter select:focus-visible,
.collection-product-card:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.collection-products { min-width: 0; }
@media (max-width: 980px) {
  .collection-browse-links { display: none !important; }
  .collection-filter { padding: 12px; }
  .collection-filter h2 { margin-bottom: 10px; font-size: 18px; }
}
@media (max-width: 640px) {
  .compact-collection-hero { padding-top: 22px; }
  .compact-collection-hero .breadcrumb { font-size: 11px; }
  .compact-collection-hero .eyebrow { margin-top: 12px; }
  .compact-collection-hero h1 { font-size: 30px; }
  .compact-collection-hero p:not(.eyebrow) { font-size: 14px; line-height: 1.5; }
  .collection-layout { padding-top: 8px; gap: 14px; }
  .collection-filter { padding: 0; border: 0; box-shadow: none; background: transparent; }
  .collection-filter > h2, .collection-filter > div { display: none; }
  .collection-filter .collection-mobile-filter { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 12px; margin: 0; font-size: 14px; font-weight: 650; }
  .collection-mobile-filter select { width: 100%; min-width: 0; min-height: 44px; border: 1px solid var(--line); border-radius: 6px; padding: 9px 12px; color: var(--ink); background: #fff; font: inherit; }
  .collection-count { margin-bottom: 12px; font-size: 13px; }
}
