/* Dest-only denser market home — 2026-09-05 */
body.market-home .market-hero {
  padding: 1rem 0 0.75rem;
  border-bottom: 1px solid var(--border);
  background: var(--surface, #fff);
}
body.market-home .market-hero h1 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
  font-weight: 800;
}
body.market-home .market-hero h1 em {
  font-style: normal;
  color: var(--accent, #008586);
}
body.market-home .market-search { margin: 0 0 0.85rem; }
body.market-home .market-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 0.65rem;
}
body.market-home .market-cat {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem 0.35rem 0.35rem;
  border: 1px solid var(--border);
  border-radius: 9999px;
  background: var(--background, #fbfcfe);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 100%;
}
body.market-home .market-cat:hover {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--border));
  background: #fff;
}
body.market-home .market-cat-icon {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
body.market-home .market-cat-icon .category-icon-svg,
body.market-home .market-cat-icon svg {
  width: 0.85rem;
  height: 0.85rem;
}
body.market-home .market-cat-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.market-home .market-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0;
  font-size: 0.8125rem;
  color: var(--muted-foreground);
}
body.market-home .market-meta a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.market-home .section--market-list { padding-top: 1.25rem; }
body.market-home .section--market-list .section-header { margin-bottom: 0.75rem; }
body.market-home .market-gevraagd-list { margin-top: 0.25rem; }
@media (max-width: 639px) {
  body.market-home .market-cat-name { max-width: 9.5rem; }
}

body.market-home .market-kicker {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent, #008586);
}
body.market-home .section--gevraagd {
  background: color-mix(in srgb, var(--accent, #008586) 6%, var(--background, #fbfcfe));
  border-block: 1px solid color-mix(in srgb, var(--accent, #008586) 18%, var(--border));
  padding-block: 1.35rem;
}
body.market-home .market-gevraagd-header {
  align-items: flex-start;
}
body.market-home .market-gevraagd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
body.market-home #aanbod {
  scroll-margin-top: 5rem;
}
body.market-home #gevraagd {
  scroll-margin-top: 5rem;
}
