/* ========================================
   PLATEAU ELEMENTS — PAGES (SHARED)
   ======================================== */

/* ----------------------------------------
   PAGE HERO
   ---------------------------------------- */
.wp-plateau.page-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding-top: 120px;
  padding-bottom: 80px;
  overflow: hidden;
}

.wp-plateau.page-hero .page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.wp-plateau.page-hero .page-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-plateau.page-hero .page-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 10, 10, 0.88) 0%,
    rgba(10, 10, 10, 0.6) 50%,
    rgba(10, 10, 10, 0.3) 100%
  );
}

.wp-plateau.page-hero .page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px;
  width: 100%;
}

.wp-plateau.page-hero .page-hero-label {
  font-family: var(--pe-font-condensed);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pe-amber);
  margin-bottom: 16px;
}

.wp-plateau.page-hero h1 {
  font-family: var(--pe-font-display);
  font-size: clamp(52px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: 2px;
  color: var(--pe-white);
  margin-bottom: 24px;
}

.wp-plateau.page-hero h1 em {
  font-style: normal;
  color: var(--pe-amber);
}

.wp-plateau.page-hero .page-hero-description {
  font-family: var(--pe-font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--pe-grey-light);
  max-width: 540px;
}

/* Amber bottom bar */
.wp-plateau.page-hero::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--pe-amber);
  z-index: 3;
}

/* Hero animations */
.wp-plateau.page-hero .page-hero-content > * {
  animation: fadeUp 0.7s ease both;
}

.wp-plateau.page-hero .page-hero-label { animation-delay: 0.1s; }
.wp-plateau.page-hero h1 { animation-delay: 0.3s; }
.wp-plateau.page-hero .page-hero-description { animation-delay: 0.4s; }

/* ----------------------------------------
   PAGE INTRO STRIP
   ---------------------------------------- */
.wp-plateau.page-intro-strip {
  background: var(--pe-charcoal);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  z-index: 4;
  overflow: visible;
}

.wp-plateau.page-intro-strip .page-intro-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 48px;
  display: flex;
  align-items: center;
  gap: 64px;
}

.wp-plateau.page-intro-strip .page-intro-text {
  flex: 1;
}

.wp-plateau.page-intro-strip .page-intro-text p {
  font-family: var(--pe-font-condensed);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.55;
  color: var(--pe-grey-light);
}

.wp-plateau.page-intro-strip .page-intro-stats {
  display: flex;
  gap: 48px;
  flex-shrink: 0;
}

.wp-plateau.page-intro-strip .page-intro-stat {
  text-align: center;
}

.wp-plateau.page-intro-strip .page-intro-stat-number {
  font-family: var(--pe-font-display);
  font-size: 42px;
  color: var(--pe-amber);
  line-height: 1;
  margin-bottom: 6px;
}

.wp-plateau.page-intro-strip .page-intro-stat-label {
  font-family: var(--pe-font-condensed);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pe-grey-mid);
}

.wp-plateau.page-intro-strip .page-intro-stat + .page-intro-stat {
  padding-left: 48px;
  border-left: 1px solid var(--pe-steel);
}

/* Intro animation */
.wp-plateau.page-intro-strip .page-intro-inner {
  animation: fadeUp 0.6s ease 0.5s both;
}

/* ----------------------------------------
   FACET GRID SECTION
   ---------------------------------------- */
/* Override overflow:hidden on WPBakery parent wrappers that break sticky/clipping */
.wpb_row:has(.projects-section),
.full-width-section:has(.projects-section),
.vc_row:has(.projects-section),
.wpb_column:has(.projects-section),
.vc_column-inner:has(.projects-section),
.wpb_wrapper:has(.projects-section),
.wpb_row:has(.news-section),
.full-width-section:has(.news-section),
.vc_row:has(.news-section),
.wpb_column:has(.news-section),
.vc_column-inner:has(.news-section),
.wpb_wrapper:has(.news-section),
.wpb_row:has(.page-intro-strip),
.full-width-section:has(.page-intro-strip),
.vc_row:has(.page-intro-strip),
.wpb_column:has(.page-intro-strip),
.vc_column-inner:has(.page-intro-strip),
.wpb_wrapper:has(.page-intro-strip) {
  overflow: visible !important;
}

.wp-plateau.projects-section,
.wp-plateau.news-section {
  padding: 80px 0 120px;
  position: relative;
  overflow: visible !important;
}

.wp-plateau.projects-section .facet-layout,
.wp-plateau.news-section .facet-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
  overflow: visible;
}

/* -- Filter shells -- */
.wp-plateau.projects-section .facet-mobile-filter-btn,
.wp-plateau.news-section .facet-mobile-filter-btn,
.wp-plateau.projects-section .facet-mobile-modal,
.wp-plateau.news-section .facet-mobile-modal,
.wp-plateau.projects-section .facet-filters-close,
.wp-plateau.news-section .facet-filters-close,
.wp-plateau.projects-section .facet-filters-header,
.wp-plateau.news-section .facet-filters-header {
  display: none;
}

.wp-plateau.projects-section .facet-filters-sidebar-desktop,
.wp-plateau.news-section .facet-filters-sidebar-desktop {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  align-self: start;
  animation: fadeUp 0.6s ease 0.6s both;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wp-plateau.projects-section .facet-filters-panel,
.wp-plateau.news-section .facet-filters-panel {
  display: block;
}

.wp-plateau.projects-section .facet-filters-heading,
.wp-plateau.news-section .facet-filters-heading {
  font-family: var(--pe-font-display);
  font-size: 28px;
  letter-spacing: 1px;
  color: var(--pe-white);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--pe-amber);
}

/* -- Filter groups -- */
.wp-plateau.projects-section .facet-filter-group,
.wp-plateau.news-section .facet-filter-group {
  margin-bottom: 28px;
}

/* Group titles via ::before on the facet containers */
.wp-plateau.projects-section .facetwp-facet-service_type::before,
.wp-plateau.news-section .facetwp-facet-service_type::before {
  content: 'Service Type';
}

.wp-plateau.projects-section .facetwp-facet-location::before {
  content: 'Location';
}

.wp-plateau.projects-section .facetwp-facet::before,
.wp-plateau.news-section .facetwp-facet::before {
  display: block;
  font-family: var(--pe-font-condensed);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--pe-grey-mid);
  margin-bottom: 14px;
}

/* -- FacetWP checkbox overrides -- */
.wp-plateau.projects-section .facetwp-facet,
.wp-plateau.news-section .facetwp-facet {
  font-family: var(--pe-font-body);
}

/* Remove FacetWP default checkbox PNG */
.wp-plateau.projects-section .facetwp-checkbox,
.wp-plateau.news-section .facetwp-checkbox {
  background-image: none !important;
  background: none !important;
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  transition: color 0.2s;
  color: var(--pe-grey-light);
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

/* Custom checkbox square */
.wp-plateau.projects-section .facetwp-checkbox::before,
.wp-plateau.news-section .facetwp-checkbox::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.5px solid var(--pe-steel);
  border-radius: 2px;
  background: transparent;
  background-image: none !important;
  transition: all 0.2s;
  flex-shrink: 0;
}

.wp-plateau.projects-section .facetwp-checkbox:hover,
.wp-plateau.news-section .facetwp-checkbox:hover {
  color: var(--pe-white);
}

.wp-plateau.projects-section .facetwp-checkbox:hover::before,
.wp-plateau.news-section .facetwp-checkbox:hover::before {
  border-color: var(--pe-amber);
}

.wp-plateau.projects-section .facetwp-checkbox:focus-visible,
.wp-plateau.news-section .facetwp-checkbox:focus-visible {
  color: var(--pe-white);
  outline: 2px solid var(--pe-amber);
  outline-offset: 2px;
}

.wp-plateau.projects-section .facetwp-checkbox:focus-visible::before,
.wp-plateau.news-section .facetwp-checkbox:focus-visible::before {
  border-color: var(--pe-amber);
}

/* Checked state */
.wp-plateau.projects-section .facetwp-checkbox.checked,
.wp-plateau.news-section .facetwp-checkbox.checked {
  color: var(--pe-white);
}

.wp-plateau.projects-section .facetwp-checkbox.checked::before,
.wp-plateau.news-section .facetwp-checkbox.checked::before {
  background: var(--pe-amber);
  border-color: var(--pe-amber);
  background-image: none !important;
}

/* Checkmark via ::after */
.wp-plateau.projects-section .facetwp-checkbox.checked::after,
.wp-plateau.news-section .facetwp-checkbox.checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  width: 4px;
  height: 8px;
  border: solid var(--pe-black);
  border-width: 0 2px 2px 0;
  transform: translateY(-55%) rotate(45deg);
}

/* Counter */
.wp-plateau.projects-section .facetwp-counter,
.wp-plateau.news-section .facetwp-counter {
  font-family: var(--pe-font-condensed);
  font-size: 12px;
  color: var(--pe-grey-light);
  margin-left: auto;
}

/* Overflow container */
.wp-plateau.projects-section .facetwp-overflow.facetwp-hidden,
.wp-plateau.news-section .facetwp-overflow.facetwp-hidden {
  display: none;
}

.wp-plateau.projects-section .facetwp-overflow,
.wp-plateau.news-section .facetwp-overflow {
  display: block;
}

/* "See X more" toggle link */
.wp-plateau.projects-section .facetwp-toggle,
.wp-plateau.news-section .facetwp-toggle {
  font-family: var(--pe-font-condensed);
  font-size: 1rem;
  font-weight: 600;
  color: var(--pe-amber);
  cursor: pointer;
  letter-spacing: 1px;
  margin-top: 4px;
  transition: color 0.2s;
  text-decoration: none;
}

.wp-plateau.projects-section .facetwp-toggle:hover,
.wp-plateau.news-section .facetwp-toggle:hover {
  color: var(--pe-amber-bright);
}

.wp-plateau.projects-section .facetwp-toggle:focus-visible,
.wp-plateau.news-section .facetwp-toggle:focus-visible {
  outline: 2px solid var(--pe-amber);
  outline-offset: 2px;
}

/* -- Facet Main / Grid -- */
.wp-plateau.projects-section .facet-main,
.wp-plateau.news-section .facet-main {
  min-width: 0;
}

/* FacetWP template grid layout */
.wp-plateau.projects-section .facet-main .facetwp-template,
.wp-plateau.news-section .facet-main .facetwp-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ----------------------------------------
   PROJECT CARD (pe-project-card)
   ---------------------------------------- */
.wp-plateau.projects-section .pe-project-card {
  display: flex;
  flex-direction: column;
  background: var(--pe-charcoal);
  border: 1px solid rgba(255, 255, 255, 0.04);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wp-plateau.projects-section .pe-project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

/* -- Card image -- */
.wp-plateau.projects-section .pe-project-card__image {
  position: relative;
  width: 100%;
  height: 200px;
  background: var(--pe-graphite);
  overflow: hidden;
}

.wp-plateau.projects-section .pe-project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.wp-plateau.projects-section .pe-project-card:hover .pe-project-card__image img {
  transform: scale(1.05);
}

/* -- Service type tag badges -- */
.wp-plateau.projects-section .pe-project-card__tags {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.wp-plateau.projects-section .pe-project-card__tag {
  font-family: var(--pe-font-condensed);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: rgba(10, 10, 10, 0.8);
  color: var(--pe-amber);
  padding: 5px 10px;
  backdrop-filter: blur(8px);
}

/* -- Card body -- */
.wp-plateau.projects-section .pe-project-card__body {
  padding: 20px 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* -- Card title -- */
.wp-plateau.projects-section .pe-project-card__title {
  font-family: var(--pe-font-condensed);
  font-size: 18px;
  font-weight: 700;
  color: var(--pe-white);
  margin: 0 0 12px;
  line-height: 1.25;
}

/* -- Boxed Arrow CTA -- */
.wp-plateau.projects-section .pe-project-card__arrow {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-left: auto;
  border: 1px solid var(--pe-grey-mid);
  transition: all 0.3s;
}

.wp-plateau.projects-section .pe-project-card:hover .pe-project-card__arrow {
  border-color: var(--pe-amber);
  background: var(--pe-amber);
}

.wp-plateau.projects-section .pe-project-card__arrow svg {
  width: 14px;
  height: 14px;
  stroke: var(--pe-grey-light);
  fill: none;
  stroke-width: 2;
  transition: stroke 0.3s;
}

.wp-plateau.projects-section .pe-project-card:hover .pe-project-card__arrow svg {
  stroke: var(--pe-black);
}

/* Card stagger animations */
.wp-plateau.projects-section .pe-project-card {
  animation: fadeUp 0.5s ease both;
}

.wp-plateau.projects-section .pe-project-card:nth-child(1) { animation-delay: 0.4s; }
.wp-plateau.projects-section .pe-project-card:nth-child(2) { animation-delay: 0.5s; }
.wp-plateau.projects-section .pe-project-card:nth-child(3) { animation-delay: 0.6s; }
.wp-plateau.projects-section .pe-project-card:nth-child(4) { animation-delay: 0.65s; }
.wp-plateau.projects-section .pe-project-card:nth-child(5) { animation-delay: 0.7s; }
.wp-plateau.projects-section .pe-project-card:nth-child(6) { animation-delay: 0.75s; }
.wp-plateau.projects-section .pe-project-card:nth-child(7) { animation-delay: 0.8s; }
.wp-plateau.projects-section .pe-project-card:nth-child(8) { animation-delay: 0.85s; }
.wp-plateau.projects-section .pe-project-card:nth-child(9) { animation-delay: 0.9s; }

/* ----------------------------------------
   LOAD MORE BUTTON
   ---------------------------------------- */
.wp-plateau.projects-section .facet-load-more,
.wp-plateau.news-section .facet-load-more {
  margin-top: 40px;
  text-align: center;
}

.wp-plateau.projects-section .facetwp-facet-load_more .facetwp-load-more,
.wp-plateau.news-section .facetwp-facet-load_more .facetwp-load-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--pe-font-condensed);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--pe-white);
  background: transparent;
  border: 1.5px solid var(--pe-steel);
  padding: 16px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wp-plateau.projects-section .facetwp-facet-load_more .facetwp-load-more:hover,
.wp-plateau.news-section .facetwp-facet-load_more .facetwp-load-more:hover {
  border-color: var(--pe-amber);
  color: var(--pe-amber);
}

.wp-plateau.projects-section .facetwp-facet-load_more .facetwp-load-more:focus-visible,
.wp-plateau.news-section .facetwp-facet-load_more .facetwp-load-more:focus-visible {
  border-color: var(--pe-amber);
  color: var(--pe-amber);
  outline: 2px solid var(--pe-amber);
  outline-offset: 2px;
}

/* Hide Load More wrapper when inner facet is hidden (no more pages) */
.wp-plateau.projects-section .facet-load-more:has(.facetwp-hidden),
.wp-plateau.news-section .facet-load-more:has(.facetwp-hidden) {
  display: none;
}

/* Hide Load More until FacetWP JS confirms there are more pages */
.wp-plateau.projects-section .facet-load-more,
.wp-plateau.news-section .facet-load-more {
  visibility: hidden;
}
.wp-plateau.projects-section .facet-load-more.facetwp-ready,
.wp-plateau.news-section .facet-load-more.facetwp-ready {
  visibility: visible;
}

/* ----------------------------------------
   ANIMATIONS
   ---------------------------------------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ----------------------------------------
   RESPONSIVE — TABLET (≤1024px)
   ---------------------------------------- */
@media (max-width: 1024px) {
  .wp-plateau.projects-section .pe-container,
  .wp-plateau.news-section .pe-container {
    box-sizing: border-box;
  }

  .wp-plateau.projects-section .facet-layout,
  .wp-plateau.news-section .facet-layout {
    gap: 32px;
  }

  .wp-plateau.projects-section .facet-main .facetwp-template,
  .wp-plateau.news-section .facet-main .facetwp-template {
    grid-template-columns: repeat(2, 1fr);
  }

  .wp-plateau.page-intro-strip .page-intro-inner {
    flex-direction: column;
    gap: 40px;
  }

  .wp-plateau.page-intro-strip .page-intro-stats {
    width: 100%;
    justify-content: center;
  }
}

/* ----------------------------------------
   RESPONSIVE — MOBILE (≤768px)
   ---------------------------------------- */
@media (max-width: 768px) {
  /* Hero */
  .wp-plateau.page-hero {
    min-height: 400px;
    padding-bottom: 56px;
  }

  .wp-plateau.page-hero .page-hero-content {
    padding: 0 24px;
  }

  /* Intro strip */
  .wp-plateau.page-intro-strip .page-intro-inner {
    padding: 40px 24px;
  }

  .wp-plateau.page-intro-strip .page-intro-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
  }

  .wp-plateau.page-intro-strip .page-intro-stat-number {
    font-size: 32px;
  }

  .wp-plateau.page-intro-strip .page-intro-stat {
    text-align: center;
  }

  .wp-plateau.page-intro-strip .page-intro-stat + .page-intro-stat {
    padding-left: 0;
    border-left: 1px solid var(--pe-steel);
    padding-top: 0;
    border-top: none;
  }

  /* Facet grid */
  .wp-plateau.projects-section,
  .wp-plateau.news-section {
    padding: 40px 0 60px;
  }

  .wp-plateau.projects-section .pe-container,
  .wp-plateau.news-section .pe-container {
    box-sizing: border-box;
  }

  .wp-plateau.projects-section .facet-layout,
  .wp-plateau.news-section .facet-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* ── Mobile filter open button ── */
  .wp-plateau.projects-section .facet-mobile-filter-btn,
  .wp-plateau.news-section .facet-mobile-filter-btn {
    display: flex;
    align-items: center;
  }

  .wp-plateau.projects-section .facet-filter-open-btn,
  .wp-plateau.news-section .facet-filter-open-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--pe-font-condensed);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--pe-black);
    background: var(--pe-amber);
    border: 1.5px solid var(--pe-amber);
    padding: 14px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    line-height: 1.2;
  }

  .wp-plateau.projects-section .facet-filter-open-btn:active,
  .wp-plateau.news-section .facet-filter-open-btn:active {
    background: var(--pe-black);
    border-color: var(--pe-amber);
    color: var(--pe-amber);
  }

  .wp-plateau.projects-section .facet-filters-sidebar-desktop,
  .wp-plateau.news-section .facet-filters-sidebar-desktop {
    display: none;
  }

  /* ── Scroll lock ── */
  html.facet-panel-open,
  body.facet-panel-open {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }

  .wp-plateau.projects-section .facet-mobile-modal,
  .wp-plateau.news-section .facet-mobile-modal {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
  }

  .wp-plateau.projects-section .facet-mobile-modal.is-open,
  .wp-plateau.news-section .facet-mobile-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .wp-plateau.projects-section .facet-modal-backdrop,
  .wp-plateau.news-section .facet-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
  }

  /* ── Filter panel (true modal) ── */
  .wp-plateau.projects-section .facet-filters-sidebar-mobile,
  .wp-plateau.news-section .facet-filters-sidebar-mobile {
    position: absolute;
    top: 0;
    right: 0;
    width: min(86vw, 360px);
    max-width: 100%;
    height: 100dvh;
    z-index: 9999;
    background: var(--pe-charcoal);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.5);
    padding: 24px 20px 28px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    outline: none;
    margin-top: 70px;
  }

  .wp-plateau.projects-section .facet-mobile-modal.is-open .facet-filters-sidebar-mobile,
  .wp-plateau.news-section .facet-mobile-modal.is-open .facet-filters-sidebar-mobile {
    transform: translateX(0);
  }

  /* ── Panel header row ── */
  .wp-plateau.projects-section .facet-filters-header,
  .wp-plateau.news-section .facet-filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 2px solid var(--pe-amber);
  }

  .wp-plateau.projects-section .facet-filters-header .facet-filters-heading,
  .wp-plateau.news-section .facet-filters-header .facet-filters-heading {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 24px;
  }

  /* ── Close button ── */
  .wp-plateau.projects-section .facet-filters-close,
  .wp-plateau.news-section .facet-filters-close {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1.5px solid rgba(232, 168, 36, 0.3);
    color: var(--pe-amber);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0;
  }

  .wp-plateau.projects-section .facet-filters-close:hover,
  .wp-plateau.news-section .facet-filters-close:hover {
    border-color: var(--pe-amber);
    background: rgba(232, 168, 36, 0.08);
  }

  .wp-plateau.projects-section .facet-filters-panel-host-mobile,
  .wp-plateau.news-section .facet-filters-panel-host-mobile {
    flex: 1;
  }

  .wp-plateau.projects-section .facet-filters-panel,
  .wp-plateau.news-section .facet-filters-panel {
    display: block;
  }

  .wp-plateau.projects-section .facet-filter-group:last-child,
  .wp-plateau.news-section .facet-filter-group:last-child {
    margin-bottom: 0;
  }

  .wp-plateau.projects-section .facet-main .facetwp-template,
  .wp-plateau.news-section .facet-main .facetwp-template {
    grid-template-columns: 1fr;
  }
}