/* AAA Projects Footprint PRO v1.6.0
 * Self-contained production stylesheet.
 * Base visual system migrated from the former Elementor HTML style block,
 * followed by the production layout/integration layers.
 */

.aaa-pf{
  --aaa-navy:#0D145C;
  --aaa-purple:#8B42F0;
  --aaa-purple-deep:#6D31D9;
  --aaa-paper:#FBFBFE;
  --aaa-water:#F7F8FC;
  --aaa-muted:#717891;
  --aaa-line:rgba(13,20,92,.085);
  --aaa-side:150px;
  --aaa-heading:var(--e-global-typography-primary-font-family,"Poppins"),Arial,sans-serif;
  --aaa-body:var(--e-global-typography-text-font-family,"Poppins"),Arial,sans-serif;

  position:relative;
  isolation:isolate;
  width:100%;
  min-width:0;
  overflow:visible;
  color:var(--aaa-navy);
  font-family:var(--aaa-body);
  background:
    radial-gradient(circle at 86% 7%,rgba(139,66,240,.045),transparent 22%),
    radial-gradient(circle at 5% 88%,rgba(13,20,92,.022),transparent 22%),
    linear-gradient(180deg,#fff 0%,#FCFCFE 52%,#FAFBFE 100%);
}

.aaa-pf,
.aaa-pf *{box-sizing:border-box}
.aaa-pf [hidden]{display:none!important}

.aaa-pf__inner{
  position:relative;
  z-index:2;
  width:100%;
  padding:62px var(--aaa-side) 46px;
}

.aaa-pf__intro{
  display:grid;
  grid-template-columns:minmax(420px,1.15fr) minmax(280px,.55fr);
  gap:72px;
  align-items:end;
  width:min(1500px,100%);
  margin:0 auto 24px;
}

.aaa-pf__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:13px;
  margin:0 0 15px;
  color:var(--aaa-purple);
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.aaa-pf__eyebrow::after{
  content:"";
  width:58px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}

.aaa-pf__title{
  max-width:760px;
  margin:0;
  color:var(--aaa-navy);
  font-family:var(--aaa-heading);
  font-size:clamp(48px,4.8vw,72px);
  font-weight:800;
  line-height:.98;
  letter-spacing:-.048em;
  text-wrap:balance;
}

.aaa-pf__title span{color:var(--aaa-purple)}

.aaa-pf__lead{
  max-width:590px;
  margin:18px 0 0;
  color:var(--aaa-muted);
  font-size:14.5px;
  line-height:1.75;
}

.aaa-pf__metric{
  justify-self:end;
  width:min(320px,100%);
  display:grid;
  grid-template-columns:64px 1fr;
  gap:14px;
  align-items:center;
  padding:5px 0 5px 22px;
  border-left:1px solid rgba(13,20,92,.095);
}

.aaa-pf__metric-mark{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.34),transparent 34%),
    linear-gradient(145deg,#A760FF,#6A28D8);
  box-shadow:0 13px 30px rgba(139,66,240,.22);
}

.aaa-pf__metric-mark svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:#fff;
  stroke-width:1.65;
}

.aaa-pf__metric strong{
  display:block;
  color:var(--aaa-purple);
  font-size:37px;
  font-weight:800;
  line-height:.9;
  letter-spacing:-.045em;
}

.aaa-pf__metric b{
  display:block;
  margin-top:4px;
  color:var(--aaa-navy);
  font-size:13px;
  font-weight:800;
}

.aaa-pf__metric small{
  grid-column:1/-1;
  color:var(--aaa-muted);
  font-size:10.5px;
  line-height:1.55;
}

/* Premium custom filter menus — Elementor-safe */
.aaa-pf__filters{
  position:relative;
  z-index:20;
  width:min(1500px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)) auto;
  gap:12px;
  align-items:stretch;
}

.aaa-pf-filter{
  position:relative;
  min-width:0;
}

/* Beat Elementor Site Settings / theme button borders without leaking globally. */
.aaa-pf button.aaa-pf-filter__trigger,
.aaa-pf button.aaa-pf-filter__option,
.aaa-pf button.aaa-pf__clear,
.aaa-pf button.aaa-pf__detail-close,
.aaa-pf .aaa-pf__tools button,
.aaa-pf .aaa-pf__message button{
  -webkit-appearance:none !important;
  appearance:none !important;
  border:0 !important;
  outline:0 !important;
  text-decoration:none !important;
  text-transform:none !important;
  font-family:var(--aaa-body) !important;
}

.aaa-pf button.aaa-pf-filter__trigger{
  width:100% !important;
  min-width:0 !important;
  min-height:62px;
  display:grid !important;
  grid-template-columns:38px minmax(0,1fr) 18px;
  align-items:center;
  gap:11px;
  padding:10px 14px !important;
  border-radius:15px !important;
  background:rgba(255,255,255,.93) !important;
  box-shadow:
    0 10px 30px rgba(13,20,92,.045),
    inset 0 0 0 1px rgba(13,20,92,.045) !important;
  color:var(--aaa-navy) !important;
  line-height:1.15 !important;
  text-align:left !important;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease !important;
}

.aaa-pf button.aaa-pf-filter__trigger:hover{
  transform:translateY(-1px);
  background:#fff !important;
  box-shadow:
    0 14px 36px rgba(13,20,92,.065),
    inset 0 0 0 1px rgba(139,66,240,.08) !important;
}

.aaa-pf-filter.is-open button.aaa-pf-filter__trigger,
.aaa-pf button.aaa-pf-filter__trigger:focus,
.aaa-pf button.aaa-pf-filter__trigger:focus-visible{
  border:0 !important;
  outline:0 !important;
  background:#fff !important;
  box-shadow:0 14px 38px rgba(13,20,92,.075) !important;
}

.aaa-pf-filter__icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:linear-gradient(145deg,rgba(139,66,240,.09),rgba(139,66,240,.028));
  color:var(--aaa-purple);
}

.aaa-pf-filter__icon svg{
  width:18px;
  height:18px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.aaa-pf-filter__copy{
  min-width:0;
  display:block;
}

.aaa-pf-filter__copy small{
  display:block;
  margin:0 0 4px;
  color:rgba(13,20,92,.42);
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
  line-height:1;
  text-transform:uppercase;
}

.aaa-pf-filter__copy b{
  display:block;
  overflow:hidden;
  margin:0;
  color:rgba(13,20,92,.80);
  font-size:10.5px;
  font-weight:700;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.aaa-pf-filter__chevron{
  width:15px;
  height:15px;
  display:block;
  fill:none;
  stroke:rgba(139,66,240,.85);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .18s ease;
}

.aaa-pf-filter.is-open .aaa-pf-filter__chevron{
  transform:rotate(180deg);
}

.aaa-pf-filter__menu{
  position:absolute;
  z-index:100;
  top:calc(100% + 9px);
  left:0;
  width:max(100%,270px);
  max-width:360px;
  max-height:320px;
  overflow:auto;
  padding:7px;
  border:0 !important;
  border-radius:16px;
  background:rgba(255,255,255,.985);
  box-shadow:
    0 24px 64px rgba(13,20,92,.14),
    inset 0 0 0 1px rgba(13,20,92,.055);
  backdrop-filter:blur(18px);
  scrollbar-width:thin;
  scrollbar-color:rgba(139,66,240,.20) transparent;
}

.aaa-pf button.aaa-pf-filter__option{
  width:100% !important;
  min-height:42px;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:10px 10px 10px 12px !important;
  border-radius:11px !important;
  background:transparent !important;
  box-shadow:none !important;
  color:rgba(13,20,92,.66) !important;
  line-height:1.3 !important;
  text-align:left !important;
  cursor:pointer;
  transition:background-color .15s ease,color .15s ease !important;
}

.aaa-pf button.aaa-pf-filter__option:hover,
.aaa-pf button.aaa-pf-filter__option:focus-visible{
  background:rgba(139,66,240,.055) !important;
  color:var(--aaa-navy) !important;
  outline:0 !important;
}

.aaa-pf button.aaa-pf-filter__option.is-selected{
  background:rgba(139,66,240,.075) !important;
  color:var(--aaa-purple) !important;
  font-weight:800 !important;
}

.aaa-pf button.aaa-pf-filter__option:disabled{
  opacity:.36;
  cursor:not-allowed;
}

.aaa-pf-filter__option span{
  overflow:hidden;
  font-size:10px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.aaa-pf-filter__option em{
  min-width:27px;
  height:22px;
  display:grid;
  place-items:center;
  padding:0 7px;
  border-radius:999px;
  background:#F4F1FC;
  color:rgba(13,20,92,.48);
  font-size:8px;
  font-style:normal;
  font-weight:800;
}

.aaa-pf-filter__option.is-selected em{
  background:rgba(139,66,240,.13);
  color:var(--aaa-purple);
}

.aaa-pf button.aaa-pf__clear{
  min-width:82px !important;
  min-height:62px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 14px !important;
  border-radius:15px !important;
  background:transparent !important;
  box-shadow:none !important;
  color:rgba(13,20,92,.45) !important;
  font-size:9px !important;
  font-weight:800 !important;
  line-height:1 !important;
  cursor:pointer;
  transition:color .18s ease,background-color .18s ease !important;
}

.aaa-pf button.aaa-pf__clear:hover,
.aaa-pf button.aaa-pf__clear:focus-visible{
  background:rgba(139,66,240,.045) !important;
  color:var(--aaa-purple) !important;
  outline:0 !important;
}

.aaa-pf__clear svg{
  width:12px;
  height:12px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}

/* Map composition */
.aaa-pf__map-stage{
  position:relative;
  z-index:3;
  isolation:isolate;
  width:min(1600px,100%);
  height:var(--aaa-pf-map-height,760px);
  margin:10px auto 0;
}

.aaa-pf__depth{
  position:absolute;
  z-index:0;
  left:10%;
  right:10%;
  top:22%;
  bottom:10%;
  pointer-events:none;
  background:radial-gradient(
    ellipse at 50% 62%,
    rgba(65,71,119,.075) 0%,
    rgba(105,111,159,.032) 45%,
    transparent 72%
  );
  filter:blur(32px);
  transform:translateY(14px) scale(.985);
}

.aaa-pf__map{
  position:absolute;
  z-index:1;
  inset:0;
  width:100%;
  height:100%;
  background:transparent;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 3.5%,#000 96.5%,transparent 100%);
  mask-image:linear-gradient(to bottom,transparent 0%,#000 3.5%,#000 96.5%,transparent 100%);
}

.aaa-pf__map-overlay{
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 48% 34%,rgba(255,255,255,.10),transparent 34%),
    linear-gradient(90deg,rgba(251,251,254,.10),transparent 9%,transparent 91%,rgba(251,251,254,.10));
}

.aaa-pf__map-overlay::before,
.aaa-pf__map-overlay::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:82px;
}

.aaa-pf__map-overlay::before{
  top:0;
  background:linear-gradient(180deg,var(--aaa-paper),rgba(251,251,254,.70) 20%,transparent);
}

.aaa-pf__map-overlay::after{
  bottom:0;
  background:linear-gradient(0deg,var(--aaa-paper),rgba(251,251,254,.64) 22%,transparent);
}

/* Detail card */
.aaa-pf__detail{
  position:absolute;
  z-index:9;
  top:36px;
  right:24px;
  width:352px;
  overflow:hidden;
  border:1px solid rgba(13,20,92,.07);
  border-radius:19px;
  background:rgba(255,255,255,.97);
  box-shadow:0 25px 64px rgba(13,20,92,.13);
  backdrop-filter:blur(22px);
  opacity:0;
  transform:translateY(10px) translateX(8px);
  pointer-events:none;
  transition:opacity .26s ease,transform .3s cubic-bezier(.2,.8,.2,1);
}

.aaa-pf__detail.is-open{
  opacity:1;
  transform:none;
  pointer-events:auto;
}

.aaa-pf__detail-head{
  min-height:49px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 16px;
  border-bottom:1px solid rgba(13,20,92,.065);
  background:linear-gradient(180deg,#FDFBFF,#FFF);
}

.aaa-pf__detail-location{
  min-width:0;
  display:flex;
  align-items:center;
  gap:9px;
}

.aaa-pf__detail-location svg{
  width:17px;
  height:17px;
  flex:0 0 auto;
  fill:none;
  stroke:var(--aaa-purple);
  stroke-width:1.8;
}

.aaa-pf__detail-location b{
  min-width:0;
  overflow:hidden;
  color:var(--aaa-purple);
  font-size:8.5px;
  font-weight:800;
  letter-spacing:.1em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.aaa-pf__detail-close{
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:transparent;
  color:#9CA0B5;
  cursor:pointer;
}

.aaa-pf__detail-close--floating{
  position:absolute;
  z-index:4;
  top:10px;
  right:10px;
  background:rgba(255,255,255,.90);
  box-shadow:0 6px 18px rgba(13,20,92,.08);
}

.aaa-pf__detail-close:hover{
  background:#F4F5FA;
  color:var(--aaa-navy);
}

.aaa-pf__detail-close svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}

.aaa-pf__detail-media{
  position:relative;
  aspect-ratio:16/9;
  margin:14px 14px 0;
  overflow:hidden;
  border-radius:12px;
  background:
    radial-gradient(circle at 70% 20%,rgba(139,66,240,.09),transparent 26%),
    linear-gradient(135deg,#F3F1F9,#F8F9FC);
}

.aaa-pf__detail-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.aaa-pf__detail-media.is-fallback img{display:none}

.aaa-pf__detail-body{padding:16px}

.aaa-pf__detail-title{
  margin:0 0 12px;
  color:var(--aaa-navy);
  font-size:21px;
  font-weight:800;
  line-height:1.13;
  letter-spacing:-.035em;
}

.aaa-pf__detail-row{
  display:grid;
  grid-template-columns:18px 78px minmax(0,1fr);
  gap:8px;
  align-items:start;
  padding:10px 0;
  border-top:1px solid rgba(13,20,92,.07);
}

.aaa-pf__detail-row svg{
  width:15px;
  height:15px;
  margin-top:1px;
  fill:none;
  stroke:var(--aaa-purple);
  stroke-width:1.65;
}

.aaa-pf__detail-row span{
  color:rgba(13,20,92,.57);
  font-size:8.8px;
  font-weight:800;
}

.aaa-pf__detail-row b{
  color:rgba(13,20,92,.72);
  font-size:9.3px;
  font-weight:600;
  line-height:1.45;
}

.aaa-pf__detail-description{
  margin:10px 0 0;
  padding-top:12px;
  border-top:1px solid rgba(13,20,92,.07);
  color:var(--aaa-muted);
  font-size:9.5px;
  line-height:1.65;
}

.aaa-pf__detail-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:5px;
  padding-top:13px;
  border-top:1px solid rgba(13,20,92,.07);
  color:var(--aaa-purple);
  font-size:9.8px;
  font-weight:800;
  text-decoration:none;
}

.aaa-pf__detail-link i{
  font-style:normal;
  font-size:16px;
  transition:transform .2s ease;
}

.aaa-pf__detail-link:hover i{transform:translateX(4px)}

/* Map UI */
.aaa-pf__status,
.aaa-pf__legend,
.aaa-pf__tools{
  backdrop-filter:blur(14px);
}

.aaa-pf__status{
  position:absolute;
  z-index:7;
  left:18px;
  bottom:24px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 13px;
  border:1px solid rgba(13,20,92,.065);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 28px rgba(13,20,92,.045);
  color:var(--aaa-muted);
  font-size:9px;
  font-weight:700;
}

.aaa-pf__status > span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--aaa-purple);
  box-shadow:0 0 0 5px rgba(139,66,240,.095);
}

.aaa-pf__legend{
  position:absolute;
  z-index:7;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:18px;
  padding:11px 15px;
  border:1px solid rgba(13,20,92,.065);
  border-radius:13px;
  background:rgba(255,255,255,.85);
  box-shadow:0 10px 28px rgba(13,20,92,.04);
  color:var(--aaa-muted);
  font-size:9px;
  font-weight:700;
}

.aaa-pf__legend span{
  display:flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}

.aaa-pf__legend-featured,
.aaa-pf__legend-other{
  width:11px;
  height:11px;
  display:inline-block;
  border-radius:50%;
}

.aaa-pf__legend-featured{
  background:var(--aaa-purple);
  box-shadow:0 0 0 5px rgba(139,66,240,.095),0 0 18px rgba(139,66,240,.24);
}

.aaa-pf__legend-other{
  border:2px solid var(--aaa-purple);
  background:#fff;
  box-shadow:0 0 0 4px rgba(139,66,240,.065);
}

.aaa-pf__legend-line{
  width:34px;
  height:0;
  display:inline-block;
  border-top:1px dashed rgba(139,66,240,.68);
}

.aaa-pf__tools{
  position:absolute;
  z-index:7;
  right:18px;
  bottom:24px;
  display:flex;
  align-items:center;
  padding:4px;
  border:1px solid rgba(13,20,92,.065);
  border-radius:999px;
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 28px rgba(13,20,92,.05);
}

.aaa-pf__tools button{
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:transparent;
  color:var(--aaa-navy);
  cursor:pointer;
}

.aaa-pf__tools button:hover:not(:disabled),
.aaa-pf__tools button:focus-visible:not(:disabled){
  border:0 !important;
  outline:0 !important;
  background:rgba(139,66,240,.065);
  color:var(--aaa-purple);
}

.aaa-pf__tools button:disabled{
  opacity:.35;
  cursor:default;
}

.aaa-pf__tools svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* states */
.aaa-pf__loading,
.aaa-pf__no-results,
.aaa-pf__error{
  position:absolute;
  z-index:11;
  inset:0;
  display:grid;
  place-items:center;
}

.aaa-pf__loading{
  pointer-events:none;
  background:rgba(251,251,254,.46);
  backdrop-filter:blur(2px);
  transition:opacity .25s ease,visibility .25s ease;
}

.aaa-pf__loading.is-hidden{
  opacity:0;
  visibility:hidden;
}

.aaa-pf__loading-pill{
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 13px;
  border:1px solid rgba(13,20,92,.07);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 34px rgba(13,20,92,.065);
  color:var(--aaa-muted);
  font-size:9.8px;
  font-weight:800;
}

.aaa-pf__loading-pill > span{
  width:14px;
  height:14px;
  border-radius:50%;
  border:2px solid rgba(139,66,240,.14);
  border-top-color:var(--aaa-purple);
  animation:aaa-pf-spin .8s linear infinite;
}

@keyframes aaa-pf-spin{to{transform:rotate(360deg)}}

.aaa-pf__no-results,
.aaa-pf__error{
  z-index:10;
  background:linear-gradient(180deg,rgba(251,251,254,.15),rgba(251,251,254,.48));
}

.aaa-pf__message{
  max-width:min(430px,calc(100% - 40px));
  padding:20px 22px;
  border:1px solid rgba(13,20,92,.07);
  border-radius:16px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 34px rgba(13,20,92,.065);
  text-align:center;
}

.aaa-pf__message strong{
  display:block;
  margin-bottom:5px;
  font-size:14px;
}

.aaa-pf__message p{
  margin:0;
  color:var(--aaa-muted);
  font-size:10.5px;
  line-height:1.55;
}

.aaa-pf__message button{
  margin-top:12px;
  padding:9px 13px;
  border:1px solid rgba(139,66,240,.16);
  border-radius:9px;
  background:rgba(139,66,240,.055);
  color:var(--aaa-purple);
  font-size:9.5px;
  font-weight:800;
  cursor:pointer;
}

/* MapLibre */
.aaa-pf .maplibregl-map{font-family:var(--aaa-body)}
.aaa-pf .maplibregl-canvas{outline:none}
.aaa-pf .maplibregl-control-container{display:none}
.aaa-pf .maplibregl-popup{z-index:12}
.aaa-pf .maplibregl-popup-content{padding:0;background:transparent;box-shadow:none}
.aaa-pf .maplibregl-popup-tip{display:none}

.aaa-pf .aaa-pf-hover{
  width:264px;
  overflow:hidden;
  border:1px solid rgba(13,20,92,.07);
  border-radius:15px;
  background:#fff;
  box-shadow:0 20px 50px rgba(13,20,92,.13);
}

.aaa-pf .aaa-pf-hover img{
  width:100%;
  height:128px;
  display:block;
  object-fit:cover;
}

.aaa-pf .aaa-pf-hover__body{padding:13px 14px 14px}

.aaa-pf .aaa-pf-hover small{
  display:block;
  margin-bottom:6px;
  color:var(--aaa-purple);
  font-size:7.5px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.aaa-pf .aaa-pf-hover strong{
  display:block;
  margin-bottom:7px;
  font-size:15.5px;
  line-height:1.12;
}

.aaa-pf .aaa-pf-hover p{
  margin:0;
  color:var(--aaa-muted);
  font-size:9.3px;
  line-height:1.5;
}

.aaa-pf__pulse{
  position:relative;
  width:22px;
  height:22px;
  border-radius:50%;
  pointer-events:none;
}

.aaa-pf__pulse::before,
.aaa-pf__pulse::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  transform:translate(-50%,-50%);
}

.aaa-pf__pulse::before{
  width:19px;
  height:19px;
  border:3px solid #fff;
  background:var(--aaa-purple);
  box-shadow:0 0 0 6px rgba(139,66,240,.12),0 0 27px rgba(139,66,240,.38),0 10px 18px rgba(72,44,128,.14);
}

.aaa-pf__pulse::after{
  width:22px;
  height:22px;
  border:1.5px solid rgba(139,66,240,.31);
  animation:aaa-pf-pulse 2.25s ease-out infinite;
}

@keyframes aaa-pf-pulse{
  0%{opacity:.9;transform:translate(-50%,-50%) scale(.8)}
  72%{opacity:0;transform:translate(-50%,-50%) scale(3)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(3)}
}

@media(max-width:1500px){
  .aaa-pf{--aaa-side:90px}
}

@media(max-width:1180px){
  .aaa-pf{--aaa-side:42px}
  .aaa-pf__intro{grid-template-columns:1fr;gap:18px}
  .aaa-pf__metric{justify-self:start;width:280px;padding-left:0;border-left:0}
  .aaa-pf__filters{grid-template-columns:1fr 1fr}
  .aaa-pf button.aaa-pf__clear{grid-column:1/-1;min-height:46px}
}

@media(max-width:760px){
  .aaa-pf{--aaa-side:20px}
  .aaa-pf__inner{padding-top:36px;padding-bottom:28px}
  .aaa-pf__title{font-size:clamp(39px,12vw,52px)}
  .aaa-pf__lead{font-size:13.5px}
  .aaa-pf__filters{grid-template-columns:1fr}
  .aaa-pf-filter__menu{position:fixed;left:18px;right:18px;top:auto;bottom:18px;width:auto;max-width:none;max-height:46vh}
  .aaa-pf button.aaa-pf__clear{grid-column:auto;min-height:46px}
  .aaa-pf__map-stage{height:620px!important;margin-top:2px}
  .aaa-pf__legend,
  .aaa-pf__status{display:none}
  .aaa-pf__tools{right:10px;bottom:14px}
  .aaa-pf__detail{left:10px;right:10px;top:auto;bottom:62px;width:auto;max-height:72%;overflow:auto}
}

@media(prefers-reduced-motion:reduce){
  .aaa-pf *,
  .aaa-pf *::before,
  .aaa-pf *::after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}


.aaa-pf-filter__option:disabled{
  opacity:.38;
  cursor:not-allowed;
}

.aaa-pf-filter__option:disabled:hover{
  background:transparent;
  color:rgba(13,20,92,.68);
}



/* =========================================================
   V1.2 — deep zoom, visible cursor & scroll affordance
   ========================================================= */

/* Keep the cursor visible against the very light map surface. Inline pointer
   styles from MapLibre still win when the user hovers a project node. */
.aaa-pf .maplibregl-canvas,
.aaa-pf .maplibregl-canvas-container{
  cursor:grab;
}

.aaa-pf.is-map-dragging .maplibregl-canvas,
.aaa-pf.is-map-dragging .maplibregl-canvas-container{
  cursor:grabbing !important;
}

/* Side guide: explicitly explains that the mouse wheel controls map zoom while
   the pointer is over the map. It becomes stronger on hover / active wheel. */
.aaa-pf__scroll-guide{
  position:absolute;
  z-index:8;
  left:18px;
  top:50%;
  width:min(286px,calc(100% - 36px));
  min-height:58px;
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border:1px solid rgba(13,20,92,.065);
  border-radius:16px;
  background:rgba(255,255,255,.83);
  box-shadow:0 12px 32px rgba(13,20,92,.055);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  transform:translate(-8px,-50%);
  opacity:.48;
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease;
}

.aaa-pf__scroll-guide.is-visible{
  opacity:.92;
  transform:translate(0,-50%);
}

.aaa-pf__scroll-guide.is-active{
  opacity:1;
  box-shadow:0 16px 38px rgba(13,20,92,.085),0 0 0 3px rgba(139,66,240,.055);
}

.aaa-pf__scroll-guide-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:linear-gradient(145deg,rgba(139,66,240,.10),rgba(139,66,240,.035));
  color:var(--aaa-purple);
}

.aaa-pf__scroll-guide-icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.aaa-pf__scroll-guide-copy{
  min-width:0;
}

.aaa-pf__scroll-guide-copy b{
  display:block;
  margin:0 0 3px;
  color:rgba(13,20,92,.78);
  font-size:9.5px;
  font-weight:800;
  line-height:1.2;
}

.aaa-pf__scroll-guide-copy small{
  display:block;
  overflow:hidden;
  color:rgba(13,20,92,.44);
  font-size:7.7px;
  font-weight:650;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.aaa-pf__scroll-guide em{
  min-width:42px;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(139,66,240,.08);
  color:var(--aaa-purple);
  font-size:8px;
  font-style:normal;
  font-weight:800;
  text-align:center;
}

@media(max-width:900px){
  .aaa-pf__scroll-guide{
    top:auto;
    bottom:74px;
    left:10px;
    width:auto;
    max-width:250px;
    transform:translateY(6px);
  }

  .aaa-pf__scroll-guide.is-visible{
    transform:none;
  }

  .aaa-pf__scroll-guide-copy small{
    display:none;
  }
}

@media(hover:none), (pointer:coarse){
  .aaa-pf__scroll-guide{
    display:none;
  }
}



.aaa-pf__attribution{
  position:absolute;
  z-index:7;
  right:22px;
  bottom:7px;
  display:flex;
  align-items:center;
  gap:4px;
  color:rgba(13,20,92,.34);
  font-size:6.8px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}

.aaa-pf__attribution a{
  color:inherit;
  text-decoration:none;
}

.aaa-pf__attribution a:hover{
  color:rgba(13,20,92,.62);
}

@media(max-width:760px){
  .aaa-pf__attribution{
    right:10px;
    bottom:4px;
    font-size:6px;
  }
}

/* ===== Production integration layers ===== */
/* AAA Projects Footprint — v1.5 production UI integration layer
 * Scope: layout + filter rail only. Map cartography and project detail visuals stay untouched.
 */

.aaa-pf{
  --aaa-pf-brand:#0D145C;
  --aaa-pf-accent:#8B42F0;
  --aaa-pf-accent-dark:#6E27DA;
  --aaa-pf-paper:#FBFBFE;
  --aaa-pf-line:rgba(13,20,92,.10);
  --aaa-pf-muted:rgba(13,20,92,.50);
  --aaa-pf-body:var(--e-global-typography-text-font-family,"Poppins"),Arial,sans-serif;
}


/* AAA section eyebrow: explicit line before the label, matching the site system. */
.aaa-pf .aaa-pf__eyebrow{
  direction:ltr !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:11px !important;
}
.aaa-pf .aaa-pf__eyebrow::before{content:none !important;display:none !important;}
.aaa-pf .aaa-pf__eyebrow-line{
  order:0;width:38px;height:2px;flex:0 0 auto;border-radius:999px;background:var(--aaa-pf-accent);
}
.aaa-pf .aaa-pf__eyebrow > span:last-child{order:1;}

/* Desktop composition: intro across the top, map left, shared filters clearly attached at right. */
.aaa-pf__inner{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) clamp(270px,18vw,310px) !important;
  grid-template-areas:
    "intro intro"
    "map filters" !important;
  column-gap:18px !important;
  row-gap:22px !important;
  align-items:start !important;
}

.aaa-pf__intro{
  grid-area:intro !important;
  min-width:0;
}

.aaa-pf__map-stage{
  grid-area:map !important;
  min-width:0;
  width:100% !important;
}

.aaa-pf__filters{
  grid-area:filters !important;
  position:sticky !important;
  top:24px !important;
  z-index:20 !important;
  width:100% !important;
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
  align-self:start !important;
  padding:18px !important;
  border:1px solid rgba(13,20,92,.085) !important;
  border-radius:20px !important;
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 20px 55px rgba(13,20,92,.075) !important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  font-family:var(--aaa-pf-body) !important;
  transition:border-color .24s ease,box-shadow .24s ease !important;
}

.aaa-pf.has-active-filters .aaa-pf__filters{
  border-color:rgba(139,66,240,.18) !important;
  box-shadow:0 20px 55px rgba(13,20,92,.075),0 0 0 1px rgba(139,66,240,.035) !important;
}

.aaa-pf__filters-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:2px 2px 15px;
  margin-bottom:2px;
  border-bottom:1px solid var(--aaa-pf-line);
}

.aaa-pf__filters-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:5px;
  color:var(--aaa-pf-accent);
  font-size:8px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.aaa-pf__filters-kicker::before{
  content:"";
  width:24px;
  height:2px;
  flex:0 0 auto;
  border-radius:999px;
  background:currentColor;
}

.aaa-pf__filters-head strong{
  display:block;
  margin:0;
  color:var(--aaa-pf-brand);
  font-size:16px;
  font-weight:800;
  line-height:1.18;
  letter-spacing:-.025em;
}

.aaa-pf__filters-count{
  flex:0 0 auto;
  padding-top:2px;
  color:var(--aaa-pf-muted);
  font-size:8px;
  font-weight:700;
  line-height:1.25;
  text-transform:uppercase;
  letter-spacing:.045em;
  text-align:right;
}

.aaa-pf__filters-count b{
  display:block;
  color:var(--aaa-pf-brand);
  font-size:18px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.04em;
}

.aaa-pf-filter{
  position:relative !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  border-bottom:1px solid var(--aaa-pf-line) !important;
  background:transparent !important;
}

/* Reset global Elementor/theme button styles so the filter rail always stays on-brand. */
.aaa-pf-filter__trigger{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:100% !important;
  min-height:67px !important;
  display:grid !important;
  grid-template-columns:38px minmax(0,1fr) 18px !important;
  align-items:center !important;
  gap:11px !important;
  margin:0 !important;
  padding:10px 2px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:var(--aaa-pf-brand) !important;
  font-family:var(--aaa-pf-body) !important;
  text-align:left !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  cursor:pointer !important;
  transition:color .2s ease,transform .2s ease !important;
}

.aaa-pf-filter__trigger:hover,
.aaa-pf-filter__trigger:focus-visible{
  color:var(--aaa-pf-accent-dark) !important;
  outline:none !important;
}

.aaa-pf-filter__icon{
  width:38px !important;
  height:38px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:11px !important;
  background:#F4EEFF !important;
  color:var(--aaa-pf-accent) !important;
}

.aaa-pf-filter__icon svg{
  width:18px !important;
  height:18px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.65 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.aaa-pf-filter__copy{
  min-width:0;
  display:block !important;
}

.aaa-pf-filter__copy small{
  display:block !important;
  margin:0 0 3px !important;
  color:rgba(13,20,92,.42) !important;
  font-size:7.5px !important;
  font-weight:800 !important;
  line-height:1.1 !important;
  letter-spacing:.10em !important;
  text-transform:uppercase !important;
}

.aaa-pf-filter__copy b{
  display:block !important;
  min-width:0 !important;
  overflow:hidden !important;
  color:var(--aaa-pf-brand) !important;
  font-size:11px !important;
  font-weight:750 !important;
  line-height:1.25 !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}

.aaa-pf-filter__chevron{
  width:15px !important;
  height:15px !important;
  fill:none !important;
  stroke:var(--aaa-pf-accent) !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  transition:transform .22s ease !important;
}

.aaa-pf-filter.is-open .aaa-pf-filter__chevron{
  transform:rotate(180deg);
}

.aaa-pf-filter__menu{
  position:absolute !important;
  z-index:120 !important;
  top:4px !important;
  right:calc(100% + 12px) !important;
  left:auto !important;
  width:min(330px,calc(100vw - 48px)) !important;
  max-height:min(420px,62vh) !important;
  overflow:auto !important;
  margin:0 !important;
  padding:7px !important;
  border:1px solid rgba(13,20,92,.095) !important;
  border-radius:15px !important;
  background:rgba(255,255,255,.985) !important;
  box-shadow:0 22px 60px rgba(13,20,92,.14) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
}

.aaa-pf-filter__menu[hidden]{display:none !important;}

.aaa-pf-filter__option{
  appearance:none !important;
  width:100% !important;
  min-height:39px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin:0 !important;
  padding:9px 10px !important;
  border:0 !important;
  border-radius:9px !important;
  background:transparent !important;
  box-shadow:none !important;
  color:rgba(13,20,92,.72) !important;
  font-family:var(--aaa-pf-body) !important;
  font-size:10px !important;
  font-weight:650 !important;
  line-height:1.35 !important;
  text-align:left !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  cursor:pointer !important;
}

.aaa-pf-filter__option:hover,
.aaa-pf-filter__option:focus-visible{
  background:#F7F3FF !important;
  color:var(--aaa-pf-brand) !important;
  outline:none !important;
}

.aaa-pf-filter__option.is-selected{
  background:#F2EAFF !important;
  color:var(--aaa-pf-accent-dark) !important;
}

.aaa-pf-filter__option:disabled{
  opacity:.38 !important;
  cursor:not-allowed !important;
}

.aaa-pf-filter__option em{
  flex:0 0 auto;
  min-width:24px;
  padding:3px 6px;
  border-radius:999px;
  background:rgba(13,20,92,.055);
  color:rgba(13,20,92,.46);
  font-size:7.5px;
  font-style:normal;
  font-weight:800;
  line-height:1.2;
  text-align:center;
}

.aaa-pf__filters-foot{
  display:flex;
  flex-direction:column;
  gap:11px;
  padding:14px 2px 1px;
}

.aaa-pf__filters-foot > span{
  color:rgba(13,20,92,.43);
  font-size:8.5px;
  font-weight:550;
  line-height:1.45;
}

.aaa-pf__clear{
  appearance:none !important;
  min-height:36px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:7px !important;
  width:max-content !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:var(--aaa-pf-accent) !important;
  font-family:var(--aaa-pf-body) !important;
  font-size:9px !important;
  font-weight:800 !important;
  line-height:1 !important;
  text-transform:none !important;
  letter-spacing:.01em !important;
  cursor:pointer !important;
}

.aaa-pf__clear svg{
  width:13px !important;
  height:13px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
}

.aaa-pf__clear:hover,
.aaa-pf__clear:focus-visible{
  color:var(--aaa-pf-accent-dark) !important;
  outline:none !important;
}

@media(max-width:1100px){
  .aaa-pf__inner{
    grid-template-columns:minmax(0,1fr) 250px !important;
  }
}

@media(max-width:900px){
  .aaa-pf__inner{
    grid-template-columns:1fr !important;
    grid-template-areas:"intro" "filters" "map" !important;
  }

  .aaa-pf__filters{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:0 14px !important;
    padding:14px !important;
  }

  .aaa-pf__filters-head,
  .aaa-pf__filters-foot{
    grid-column:1/-1;
  }

  .aaa-pf-filter__menu{
    top:calc(100% + 7px) !important;
    right:0 !important;
    width:100% !important;
  }
}

@media(max-width:600px){
  .aaa-pf__filters{
    grid-template-columns:1fr !important;
  }
}


/* v1.5 final hardening */
.aaa-pf .aaa-pf__clear:disabled{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

@media(max-width:900px){
  .aaa-pf .aaa-pf__filters{position:relative !important;top:auto !important;}
}

/* Stable AAA cursor states. MapLibre's inline cursor cannot override these. */
.aaa-pf .maplibregl-canvas{
  cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M4 3L22 15L14 16.7L18.6 24L15.1 26L10.7 19L4 24Z' fill='%230D145C' stroke='%23FFFFFF' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") 4 3,auto !important;
}
.aaa-pf.is-map-pointer .maplibregl-canvas{cursor:pointer !important;}
.aaa-pf.is-map-dragging .maplibregl-canvas{cursor:grabbing !important;}

/* =========================================================
   v1.5.1 — clean eyebrow + selected project in the side rail
   ---------------------------------------------------------
   This layer intentionally overrides the legacy Elementor HTML
   CSS that may still be present on the page. The old stylesheet
   adds .aaa-pf__eyebrow::after and positions the project card over
   the map. We keep one explicit eyebrow line and move the selected
   project card above the filters on desktop.
   ========================================================= */

/* One line only. The legacy v1.2 HTML CSS adds an ::after line;
   suppress both pseudo-elements so only the explicit span remains. */
.aaa-pf .aaa-pf__eyebrow::before,
.aaa-pf .aaa-pf__eyebrow::after{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
}

.aaa-pf .aaa-pf__eyebrow-line{
  display:block !important;
  order:0 !important;
  width:38px !important;
  height:2px !important;
  flex:0 0 38px !important;
  border-radius:999px !important;
  background:var(--aaa-pf-accent) !important;
}

.aaa-pf .aaa-pf__eyebrow > span:last-child{
  order:1 !important;
}

/* Map + contextual side rail. */
.aaa-pf .aaa-pf__inner{
  grid-template-columns:minmax(0,1fr) clamp(300px,19vw,340px) !important;
  grid-template-areas:
    "intro intro"
    "map side" !important;
  column-gap:20px !important;
}

.aaa-pf .aaa-pf__side-rail{
  grid-area:side !important;
  position:sticky !important;
  top:24px !important;
  z-index:20 !important;
  min-width:0 !important;
  width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  align-self:start !important;
}

/* Filters now belong to the shared rail, not to a separate grid area. */
.aaa-pf .aaa-pf__side-rail > .aaa-pf__filters{
  grid-area:auto !important;
  position:relative !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  width:100% !important;
  margin:0 !important;
}

/* The selected project card is contextual UI, so it lives above the
   filters and no longer covers any geography or project markers. */
.aaa-pf .aaa-pf__side-rail > .aaa-pf__detail{
  position:relative !important;
  inset:auto !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  z-index:1 !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  transform:none !important;
}

/* Closed cards must consume zero layout space. */
.aaa-pf .aaa-pf__side-rail > .aaa-pf__detail:not(.is-open){
  display:none !important;
}

.aaa-pf .aaa-pf__side-rail > .aaa-pf__detail.is-open{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  overflow:hidden !important;
  animation:aaa-pf-side-detail-in .34s cubic-bezier(.2,.78,.2,1) both;
}

@keyframes aaa-pf-side-detail-in{
  from{opacity:0;transform:translateY(-10px) scale(.992)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

/* Slightly tune the card for the narrower contextual rail while preserving
   the existing visual language and all project-card controls. */
.aaa-pf .aaa-pf__side-rail .aaa-pf__detail-head{
  min-height:46px !important;
  padding-left:14px !important;
  padding-right:12px !important;
}

.aaa-pf .aaa-pf__side-rail .aaa-pf__detail-media{
  margin:12px 12px 0 !important;
  border-radius:11px !important;
}

.aaa-pf .aaa-pf__side-rail .aaa-pf__detail-body{
  padding:14px !important;
}

.aaa-pf .aaa-pf__side-rail .aaa-pf__detail-title{
  font-size:19px !important;
  line-height:1.16 !important;
}

.aaa-pf .aaa-pf__side-rail .aaa-pf__detail-row{
  grid-template-columns:17px 70px minmax(0,1fr) !important;
  gap:7px !important;
  padding:9px 0 !important;
}

/* Tablet: keep controls together above the map. */
@media(max-width:900px){
  .aaa-pf .aaa-pf__inner{
    grid-template-columns:1fr !important;
    grid-template-areas:"intro" "side" "map" !important;
  }

  .aaa-pf .aaa-pf__side-rail{
    position:relative !important;
    top:auto !important;
  }
}

/* Mobile: a selected project becomes a compact bottom sheet, so clicking a
   map marker never makes the result appear above/outside the viewport. */
@media(max-width:760px){
  .aaa-pf .aaa-pf__side-rail > .aaa-pf__detail.is-open{
    position:fixed !important;
    z-index:9999 !important;
    left:12px !important;
    right:12px !important;
    bottom:12px !important;
    top:auto !important;
    width:auto !important;
    max-height:min(72vh,620px) !important;
    overflow:auto !important;
    margin:0 !important;
    box-shadow:0 24px 70px rgba(13,20,92,.18) !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .aaa-pf .aaa-pf__side-rail > .aaa-pf__detail.is-open{
    animation:none !important;
  }
}


/* =========================================================
   v1.6.2 — FINAL MOBILE CLOSEOUT
   ========================================================= */

/* The production plugin is self-contained. If the old Elementor HTML
   stylesheet is still present, JS removes it at runtime. These controls
   are hidden on desktop and become the mobile interaction shell. */
.aaa-pf__mobile-toolbar,
.aaa-pf__filters-close,
.aaa-pf__filters-done,
.aaa-pf__mobile-filter-backdrop,
.aaa-pf__coach-mobile{
  display:none;
}

.aaa-pf__mobile-filter-backdrop[hidden]{display:none !important;}

body.aaa-pf-mobile-filter-lock{
  overflow:hidden !important;
  overscroll-behavior:none;
}

@media(min-width:761px){
  .aaa-pf__filters-close,
  .aaa-pf__filters-done,
  .aaa-pf__mobile-toolbar,
  .aaa-pf__mobile-filter-backdrop{
    display:none !important;
    width:0 !important;
    height:0 !important;
    min-width:0 !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    overflow:hidden !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }
}

/* Keep core project markers visually above optional map labels/details. */
.aaa-pf .maplibregl-canvas,
.aaa-pf .maplibregl-canvas-container{
  -webkit-tap-highlight-color:transparent;
}

@media(max-width:760px){
  .aaa-pf{
    --aaa-side:14px;
  }

  .aaa-pf .aaa-pf__inner{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "intro"
      "map"
      "side" !important;
    row-gap:16px !important;
    padding:32px 14px 28px !important;
  }

  .aaa-pf .aaa-pf__intro{
    grid-area:intro !important;
    margin-bottom:2px !important;
  }

  .aaa-pf .aaa-pf__metric{
    display:none !important;
  }

  .aaa-pf__mobile-toolbar{
    display:none !important;
  }

  .aaa-pf__mobile-filter-toggle{
    -webkit-appearance:none !important;
    appearance:none !important;
    min-width:0 !important;
    min-height:48px !important;
    display:grid !important;
    grid-template-columns:36px minmax(0,1fr) 16px !important;
    align-items:center !important;
    gap:10px !important;
    margin:0 !important;
    padding:0 8px !important;
    border:0 !important;
    border-radius:11px !important;
    background:transparent !important;
    box-shadow:none !important;
    color:var(--aaa-pf-brand) !important;
    font-family:var(--aaa-pf-body) !important;
    text-align:left !important;
  }

  .aaa-pf__mobile-filter-icon{
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:#F4EEFF;
    color:var(--aaa-pf-accent);
  }

  .aaa-pf__mobile-filter-icon svg,
  .aaa-pf__mobile-filter-arrow{
    width:17px;
    height:17px;
    display:block;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .aaa-pf__mobile-filter-toggle span:nth-child(2){min-width:0;}
  .aaa-pf__mobile-filter-toggle small{
    display:block;
    margin-bottom:3px;
    color:rgba(13,20,92,.44);
    font-size:7.5px;
    font-weight:800;
    line-height:1;
    letter-spacing:.12em;
    text-transform:uppercase;
  }
  .aaa-pf__mobile-filter-toggle b{
    display:block;
    overflow:hidden;
    color:var(--aaa-pf-brand);
    font-size:10.5px;
    font-weight:800;
    line-height:1.25;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .aaa-pf__mobile-filter-arrow{color:var(--aaa-pf-accent);}

  .aaa-pf__mobile-count{
    min-width:55px;
    padding:0 8px 0 10px;
    border-left:1px solid rgba(13,20,92,.08);
    text-align:right;
  }
  .aaa-pf__mobile-count b{
    display:block;
    color:var(--aaa-pf-brand);
    font-size:18px;
    font-weight:800;
    line-height:1;
    letter-spacing:-.035em;
  }
  .aaa-pf__mobile-count small{
    display:block;
    margin-top:4px;
    color:rgba(13,20,92,.43);
    font-size:7px;
    font-weight:800;
    line-height:1;
    letter-spacing:.06em;
    text-transform:uppercase;
  }

  .aaa-pf .aaa-pf__map-stage{
    grid-area:map !important;
    width:100% !important;
    height:clamp(430px,58dvh,540px) !important;
    min-height:430px !important;
    margin:0 !important;
    overflow:hidden !important;
  }

  .aaa-pf .aaa-pf__map,
  .aaa-pf .maplibregl-map,
  .aaa-pf .maplibregl-canvas-container,
  .aaa-pf .maplibregl-canvas{
    width:100% !important;
    height:100% !important;
  }

  .aaa-pf .aaa-pf__side-rail{
    grid-area:side !important;
    position:relative !important;
    inset:auto !important;
    top:auto !important;
    z-index:15 !important;
    width:100% !important;
    display:block !important;
    margin:0 !important;
  }

  /* Selected project is content, not a modal. It sits directly below the map
     so it can never cover the following Projects Index section. */
  .aaa-pf .aaa-pf__side-rail > .aaa-pf__detail.is-open{
    position:relative !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    z-index:1 !important;
    width:100% !important;
    max-width:none !important;
    max-height:none !important;
    overflow:hidden !important;
    margin:0 !important;
    border-radius:17px !important;
    box-shadow:0 16px 42px rgba(13,20,92,.09) !important;
  }

  .aaa-pf .aaa-pf__side-rail .aaa-pf__detail-media{
    aspect-ratio:16/8.8 !important;
  }

  .aaa-pf .aaa-pf__side-rail .aaa-pf__detail-body{
    padding:13px 14px 14px !important;
  }

  .aaa-pf .aaa-pf__side-rail .aaa-pf__detail-title{
    font-size:18px !important;
  }

  /* Mobile filters stay hidden until explicitly opened from the toolbar.
     This guarantees the map appears immediately on mobile and prevents the
     desktop rail from leaking into the page flow. */
  .aaa-pf .aaa-pf__side-rail > .aaa-pf__filters{
    position:fixed !important;
    z-index:10051 !important;
    left:12px !important;
    right:12px !important;
    top:auto !important;
    bottom:max(12px,env(safe-area-inset-bottom)) !important;
    width:auto !important;
    max-width:none !important;
    max-height:min(82dvh,720px) !important;
    display:none !important;
    overflow:auto !important;
    overscroll-behavior:contain !important;
    margin:0 !important;
    padding:16px !important;
    border:1px solid rgba(13,20,92,.09) !important;
    border-radius:20px !important;
    background:#FFFFFF !important;
    box-shadow:0 28px 90px rgba(13,20,92,.22) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(18px) scale(.99) !important;
    transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1),visibility .22s ease !important;
  }

  .aaa-pf.is-mobile-filters-open .aaa-pf__side-rail > .aaa-pf__filters{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
  }

  .aaa-pf__filters-head{
    position:relative;
    padding-right:42px !important;
  }

  .aaa-pf__filters-close{
    -webkit-appearance:none !important;
    appearance:none !important;
    position:absolute;
    top:-2px;
    right:-2px;
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    padding:0 !important;
    border:0 !important;
    border-radius:50% !important;
    background:#F7F5FB !important;
    box-shadow:none !important;
    color:rgba(13,20,92,.52) !important;
  }
  .aaa-pf__filters-close svg{
    width:15px;
    height:15px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
  }

  .aaa-pf-filter{
    border-bottom:1px solid rgba(13,20,92,.075) !important;
  }

  .aaa-pf-filter__trigger{
    min-height:61px !important;
    grid-template-columns:38px minmax(0,1fr) 18px !important;
    padding:8px 2px !important;
  }

  /* The option list expands in document flow on mobile. This removes the
     clipped/off-screen dropdown failure caused by absolute positioning. */
  .aaa-pf-filter__menu{
    position:static !important;
    inset:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    left:auto !important;
    width:100% !important;
    max-width:none !important;
    max-height:230px !important;
    margin:0 0 10px !important;
    padding:6px !important;
    border:1px solid rgba(139,66,240,.11) !important;
    border-radius:12px !important;
    background:#FAF8FF !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  .aaa-pf-filter__menu[hidden]{display:none !important;}

  .aaa-pf__filters-foot{
    gap:12px !important;
    padding-top:14px !important;
  }

  .aaa-pf__filters-foot > span{
    display:none;
  }

  .aaa-pf__filters-done{
    -webkit-appearance:none !important;
    appearance:none !important;
    width:100% !important;
    min-height:48px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    margin:0 !important;
    padding:0 15px !important;
    border:0 !important;
    border-radius:12px !important;
    background:var(--aaa-pf-brand) !important;
    box-shadow:0 10px 24px rgba(13,20,92,.14) !important;
    color:#fff !important;
    font-family:var(--aaa-pf-body) !important;
    font-size:10px !important;
    font-weight:800 !important;
    line-height:1 !important;
    text-transform:none !important;
  }
  .aaa-pf__filters-done b{color:#fff;font-weight:800;}
  .aaa-pf__filters-done svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:#fff;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .aaa-pf__mobile-filter-backdrop{
    -webkit-appearance:none !important;
    appearance:none !important;
    position:fixed !important;
    z-index:10050 !important;
    inset:0 !important;
    width:100vw !important;
    height:100dvh !important;
    display:block;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:rgba(2,6,23,.28) !important;
    backdrop-filter:blur(2px);
    -webkit-backdrop-filter:blur(2px);
  }

  .aaa-pf__mobile-filter-backdrop[hidden]{display:none !important;}

  /* Cooperative gestures let one-finger swipes continue scrolling the page;
     MapLibre handles two-finger movement/zoom. */
  .aaa-pf__coach-desktop{display:none !important;}
  .aaa-pf__coach-mobile{display:block !important;}

  .aaa-pf__scroll-guide{
    display:grid !important;
    pointer-events:none !important;
    left:10px !important;
    right:auto !important;
    top:auto !important;
    bottom:12px !important;
    width:min(286px,calc(100% - 88px)) !important;
    max-width:286px !important;
    min-height:52px !important;
    transform:translateY(6px) !important;
    opacity:.70 !important;
  }
  .aaa-pf__scroll-guide.is-visible{transform:none !important;opacity:.94 !important;}
  .aaa-pf__scroll-guide-copy small{white-space:normal !important;}
  .aaa-pf__scroll-guide em{display:none !important;}

  .aaa-pf__tools{
    right:10px !important;
    bottom:12px !important;
  }

  .aaa-pf__attribution{
    right:10px !important;
    bottom:3px !important;
  }

  .aaa-pf__status,
  .aaa-pf__legend{display:none !important;}

  /* Mobile closeout: filters remain a desktop capability. Keeping them out of
     the phone interaction removes the modal/backdrop stacking failure and
     prioritises the map + project browsing flow. */
  .aaa-pf__mobile-toolbar,
  .aaa-pf .aaa-pf__side-rail > .aaa-pf__filters,
  .aaa-pf__mobile-filter-backdrop{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
}


@media(prefers-reduced-motion:reduce){
  .aaa-pf .aaa-pf__side-rail > .aaa-pf__filters{
    transition:none !important;
  }
}

@media(max-width:760px){
  .aaa-pf__scroll-guide{
    width:min(250px,calc(100% - 148px)) !important;
    max-width:250px !important;
  }
}

@media(hover:none), (pointer:coarse){
  .aaa-pf__coach-desktop{display:none !important;}
  .aaa-pf__coach-mobile{display:block !important;}
  .aaa-pf__scroll-guide{display:grid !important;}
}
