.hp-hs-overzicht-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #d8e0d2;
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfcf8 0%, #f1f4eb 100%);
  box-shadow: 0 8px 26px rgba(42, 57, 38, 0.06);
}

.hp-hs-project-kiezer {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid #d8e0d2;
  border-radius: 18px;
  background: #f4f0e7;
}

.hp-hs-project-kiezer h2,
.hp-hs-control-kicker {
  margin: 0;
}

.hp-hs-control-kicker {
  margin-bottom: 6px;
  color: #6a754f;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hp-hs-project-buttons,
.hp-hs-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hp-hs-project-button,
.hp-hs-filter-chip,
.hp-hs-reset,
.hp-hs-compare-bar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid #bfcdb2;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: #314328;
  cursor: pointer;
  font: inherit;
}

.hp-hs-project-button:hover,
.hp-hs-project-button.is-active,
.hp-hs-filter-chip:hover,
.hp-hs-compare-bar button:not(:disabled):hover {
  border-color: #4f713f;
  background: #4f713f;
  color: #fff;
}

.hp-hs-filter-primary {
  display: flex;
  flex: 1 1 190px;
  flex-direction: column;
  gap: 6px;
}

.hp-hs-filter-primary label,
.hp-hs-advanced-filters label {
  color: #40503b;
  font-size: .78rem;
  font-weight: 700;
}

.hp-hs-overzicht-controls input,
.hp-hs-overzicht-controls select {
  min-height: 44px;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #cfd9c7;
  border-radius: 10px;
  font-size: 0.95rem;
  background: #fff;
}

.hp-hs-overzicht-controls input {
  flex: 1;
  min-width: 0;
}

.hp-hs-advanced-filters {
  flex: 1 0 100%;
  border-top: 1px solid #dce5d6;
  padding-top: 12px;
}

.hp-hs-advanced-filters summary {
  cursor: pointer;
  color: #395632;
  font-weight: 700;
}

.hp-hs-advanced-filters-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.hp-hs-advanced-filters-grid > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hp-hs-filter-status {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #dce5d6;
  padding-top: 12px;
}

.hp-hs-filter-status p { margin: 0; font-weight: 700; }
.hp-hs-filter-chips { flex: 1 1 300px; margin: 0; }
.hp-hs-filter-chip { padding: 5px 9px; font-size: .8rem; }
.hp-hs-reset { color: #644b2a; }

.hp-hs-grid {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-hs-grid.hp-hs-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hp-hs-grid.hp-hs-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hp-hs-grid.hp-hs-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hp-hs-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe7d8;
  border-radius: 18px;
  padding: 14px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  box-shadow: 0 14px 36px rgba(32, 49, 28, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hp-hs-card-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.hp-hs-card-link:focus-visible,
.hp-hs-project-button:focus-visible,
.hp-hs-filter-chip:focus-visible,
.hp-hs-reset:focus-visible,
.hp-hs-compare-toggle:focus-within {
  outline: 3px solid #d7a04d;
  outline-offset: 3px;
}

.hp-hs-compare-toggle {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  gap: 6px;
  margin: -3px -3px 8px 0;
  color: #40503b;
  cursor: pointer;
  font-size: .82rem;
}

.hp-hs-compare-toggle input { width: auto; min-width: 0; }

.hp-hs-card[hidden] {
  display: none !important;
}

.hp-hs-card:hover {
  transform: translateY(-2px);
  border-color: #c6d6b7;
  box-shadow: 0 18px 42px rgba(32, 49, 28, 0.12);
}

.hp-hs-card img,
.hp-hs-placeholder {
  width: 100%;
  height: 260px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.hp-hs-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.4), transparent 34%),
    linear-gradient(135deg, #6f4a2b 0%, #9a6a40 45%, #d5b38a 100%);
  color: #fff8ef;
}

.hp-hs-placeholder-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}

.hp-hs-placeholder strong {
  font-size: 1.2rem;
  line-height: 1.2;
}

.hp-hs-placeholder small {
  opacity: 0.84;
}

.hp-hs-card h3 {
  margin: 12px 0 4px;
  font-size: 1.08rem;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.hp-hs-card-latijn {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.75;
}

.hp-hs-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  font-size: 0.8rem;
  opacity: 0.82;
}

.hp-hs-card-meta span {
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef3ea;
}

.hp-hs-empty {
  opacity: 0.7;
  margin-top: 18px;
}

.hp-hs-compare-bar {
  position: sticky;
  bottom: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #314328;
  box-shadow: 0 12px 30px rgba(27, 43, 21, .24);
  color: #fff;
}

.hp-hs-compare-bar button { border-color: #fff; color: #314328; }
.hp-hs-compare-bar button:disabled { cursor: not-allowed; opacity: .55; }

.hp-hs-compare-dialog {
  width: min(1080px, calc(100% - 30px));
  max-height: min(82vh, 850px);
  overflow: auto;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
  padding: 20px;
}

.hp-hs-compare-dialog::backdrop { background: rgba(25, 35, 22, .56); }
.hp-hs-compare-dialog__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.hp-hs-compare-dialog__header h2 { margin: 0; }
.hp-hs-compare-dialog__header button { border: 0; background: none; cursor: pointer; font: inherit; text-decoration: underline; }
.hp-hs-compare-table { width: 100%; border-collapse: collapse; }
.hp-hs-compare-table th, .hp-hs-compare-table td { min-width: 155px; border: 1px solid #dde5d7; padding: 10px; text-align: left; vertical-align: top; }
.hp-hs-compare-table thead th { position: sticky; top: -20px; background: #f4f0e7; }
.hp-hs-compare-table tbody th { color: #40503b; background: #f7faf5; }

.hp-hs-eigenschappen-tabel {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(30, 45, 26, 0.06);
}

.hp-hs-eigenschappen-tabel th,
.hp-hs-eigenschappen-tabel td {
  border: 1px solid #e3e8e1;
  padding: 10px 12px;
  text-align: left;
  font-size: 0.92rem;
}

.hp-hs-eigenschappen-tabel th {
  width: 260px;
  background: #f4f1ea;
}

.hp-hs-voor-nadelen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.hp-hs-voor-nadelen h4 {
  margin: 0 0 6px;
}

.hp-hs-gerelateerd ul,
.hp-hs-voor-nadelen ul {
  margin: 0;
  padding-left: 20px;
}

.hp-hs-faq-item {
  border: 1px solid #e3e8e1;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 8px;
}

.hp-hs-faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.hp-hs-faq-antwoord {
  margin-top: 8px;
}

.hp-hs-single {
  display: grid;
  gap: 28px;
}

.hp-hs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  padding: 26px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.6), transparent 30%),
    linear-gradient(135deg, #f5efe6 0%, #eef4eb 100%);
  border: 1px solid #dde5d7;
}

.hp-hs-kicker {
  margin: 0 0 8px;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #58724d;
}

.hp-hs-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.hp-hs-latijn {
  margin: 8px 0 0;
  color: #5d6359;
  font-size: 1rem;
}

.hp-hs-intro {
  margin: 14px 0 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #24311f;
}

.hp-hs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hp-hs-tag {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.74);
  border: 1px solid #d5e0cf;
  font-size: 0.84rem;
}

.hp-hs-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.hp-hs-fact {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.84);
  border: 1px solid #dfe6d8;
}

.hp-hs-fact-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64725c;
}

.hp-hs-gallery {
  display: grid;
  gap: 12px;
}

.hp-hs-gallery-multi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hp-hs-gallery-item {
  margin: 0;
}

.hp-hs-gallery-item img,
.hp-hs-gallery-item .hp-hs-placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 18px;
}

.hp-hs-single-section {
  padding: 24px;
  border: 1px solid #e1e7db;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(33, 49, 30, 0.05);
}

.hp-hs-single-section h2 {
  margin-top: 0;
}

.hp-hs-single-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}

.hp-hs-single-overview .hp-hs-fact { background: #f7faf5; }
.hp-hs-detail-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hp-hs-detail-columns h3 { margin-top: 0; }
.hp-hs-detail-columns ul { margin: 0; padding-left: 20px; }
.hp-hs-related-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.hp-hs-related-list a { display: flex; align-items: center; min-height: 44px; box-sizing: border-box; padding: 8px 10px; border: 1px solid #d8e0d2; border-radius: 999px; }
.hp-hs-dealer-cta { border-color: #b9cda7; background: linear-gradient(120deg, #eff5e9, #f5efe6); }
.hp-hs-dealer-cta p { max-width: 58ch; }
.hp-hs-dealer-cta a { display: inline-block; padding: 10px 14px; border-radius: 999px; background: #405d34; color: #fff; text-decoration: none; font-weight: 700; }

@media (max-width: 1024px) {
  .hp-hs-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hp-hs-grid.hp-hs-cols-3,
  .hp-hs-grid.hp-hs-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hp-hs-grid {
    grid-template-columns: 1fr !important;
  }

  .hp-hs-overzicht-controls input,
  .hp-hs-overzicht-controls select {
    width: 100%;
  }

  .hp-hs-card img,
  .hp-hs-placeholder { height: 220px; }

  .hp-hs-eigenschappen-tabel th {
    width: 42%;
  }

  .hp-hs-single-section,
  .hp-hs-hero {
    padding: 18px;
  }

  .hp-hs-gallery-multi {
    grid-template-columns: 1fr;
  }

  .hp-hs-project-kiezer,
  .hp-hs-overzicht-controls { padding: 16px; }

  .hp-hs-advanced-filters-grid,
  .hp-hs-detail-columns { grid-template-columns: 1fr; }

  .hp-hs-filter-status,
  .hp-hs-compare-bar { align-items: stretch; flex-direction: column; }

  .hp-hs-compare-table { font-size: .86rem; }
}
