.gf-scope{
    --oasis:#00a5b6; --oasis-soft:#4dc0cc; --oasis-softer:#99dbe2; --oasis-softest:#e6f6f8;
    --oasis-strong:#00737f; --oasis-stronger:#004249; --oasis-strongest:#001012;
    --cactus:#b0de67; --cactus-strong:#9ccb4f;
    --navy:#192c40; --body:#3a4754; --muted:#777; --border:#e2e0de;
    --bg:#ffffff; --bg-soft:#f6f5f5; --bg-softer:#fbfafa;
    --m-yellow:#f2b705;
    --radius:14px; --radius-sm:10px;
    --shadow:0 1px 3px rgba(25,44,64,.08),0 6px 18px rgba(25,44,64,.06);
    --shadow-hover:0 4px 10px rgba(25,44,64,.10),0 14px 34px rgba(25,44,64,.12);
  }
  .gf-scope *{box-sizing:border-box}
  .gf-scope a{color:var(--oasis-strong);text-decoration:none}
  .gf-head{background:var(--navy);color:#fff;padding:34px 0 30px;background-image:radial-gradient(900px 300px at 90% -40%, rgba(0,165,182,.45), transparent 60%)}
  .gf-wrap{max-width:1340px;margin:0 auto;padding:0 22px}
  .gf-head h1{margin:0;font-size:30px;font-weight:800}
  .gf-head p{margin:6px 0 0;color:rgba(255,255,255,.72);font-size:15px}
  .gf-bar{display:flex;align-items:center;gap:14px;justify-content:space-between;max-width:1340px;margin:0 auto;padding:16px 22px 0}
  .gf-count{font-size:15px;color:var(--muted)} .gf-count strong{color:var(--navy);font-size:18px}
  .gf-toggle{display:inline-flex;background:var(--bg-soft);border:1px solid var(--border);border-radius:999px;padding:4px}
  .gf-toggle button{border:0;background:transparent;font:inherit;font-size:14px;font-weight:600;color:var(--muted);padding:7px 18px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:7px;transition:.15s}
  .gf-toggle button.active{background:#fff;color:var(--navy);box-shadow:0 1px 3px rgba(25,44,64,.12)}
  .gf-layout{max-width:1340px;margin:18px auto 60px;padding:0 22px;display:grid;grid-template-columns:312px 1fr;gap:26px;align-items:start}
  .gf-filters{position:sticky;top:16px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;max-height:calc(100vh - 32px);display:flex;flex-direction:column}
  .gf-filters-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:var(--oasis-strongest);border-bottom:0}
  .gf-filters-head h2{margin:0;font-size:16px;font-weight:800;color:#fff;display:flex;align-items:center;gap:8px}
  .gf-clear{border:0;background:none;color:rgba(255,255,255,.92);font:inherit;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border-radius:8px}
  .gf-clear:hover{background:rgba(255,255,255,.18)}
  .gf-filters-body{overflow-y:auto;flex:1}
  .gf-pinned{padding:16px 18px;border-bottom:1px solid var(--border)}
  .gf-acc{border-bottom:1px solid var(--border)}
  .gf-acc-head{width:100%;border:0;background:var(--bg-soft);font:inherit;cursor:pointer;display:flex;align-items:center;gap:8px;padding:13px 18px;color:var(--navy);transition:.13s}
  .gf-acc-head:hover{background:#efedeb}
  .gf-acc.open .gf-acc-head{background:var(--oasis-softest)}
  .gf-acc-head .title{font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;flex:1;text-align:left}
  .gf-acc-head .badge{background:var(--oasis);color:#fff;font-size:11px;font-weight:800;min-width:20px;height:20px;border-radius:999px;display:none;align-items:center;justify-content:center;padding:0 6px}
  .gf-acc-head .badge.show{display:inline-flex}
  .gf-acc-head .chev{width:16px;height:16px;color:var(--muted);transition:transform .2s}
  .gf-acc.open .gf-acc-head .chev{transform:rotate(180deg)}
  .gf-acc-body{max-height:0;overflow:hidden;padding:0 18px;opacity:0;transition:max-height .26s ease,padding .26s ease,opacity .2s ease} .gf-acc.open .gf-acc-body{max-height:800px;padding:16px 18px;opacity:1}
  .gf-input{position:relative;margin-bottom:8px}
  .gf-input>svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:17px;height:17px;color:var(--muted)}
  .gf-input input{width:100%;padding:11px 12px 11px 36px;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;font-size:14px;background:var(--bg-softer)}
  .gf-input input:focus{outline:none;border-color:var(--oasis);box-shadow:0 0 0 3px rgba(0,165,182,.15);background:#fff}
  .gf-radius{display:flex;align-items:center;gap:10px;margin-top:6px}
  .gf-radius label{font-size:13px;color:var(--muted)}
  .gf-radius select{flex:1;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;font-size:14px;background:#fff}
  .gf-pills{display:flex;flex-wrap:wrap;gap:7px}
  .gf-pill{border:1px solid var(--border);background:#fff;color:var(--navy);font:inherit;font-size:13px;font-weight:600;padding:7px 13px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:.13s;line-height:1.1}
  .gf-pill svg,.gf-pill i{width:15px;height:15px;font-size:15px;flex:none}
  .gf-pill:hover{background:var(--bg-soft);border-color:#cfccc9}
  .gf-pill.active{background:var(--oasis);border-color:var(--oasis);color:#fff;box-shadow:0 2px 6px rgba(0,165,182,.3)}
  .gf-pill.topic i{font-size:15px;line-height:1;color:var(--tc,var(--muted));flex:none}
  .gf-pill.topic.active{background:var(--tc);border-color:var(--tc);color:#fff}
  .gf-pill.topic.active i{color:#fff}
  .gf-acc[data-id="topic"] .gf-pills{max-height:208px;overflow-y:auto;padding-right:4px;scrollbar-width:thin}
  .gf-pill.fav.active{background:var(--m-yellow);border-color:var(--m-yellow);color:#fff}
  .gf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:20px}
  .gf-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;cursor:pointer;transition:.16s;animation:gfFadeIn .3s ease both}
  @keyframes gfFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
  .gf-card:nth-child(1){animation-delay:0s} .gf-card:nth-child(2){animation-delay:.04s} .gf-card:nth-child(3){animation-delay:.08s} .gf-card:nth-child(4){animation-delay:.12s} .gf-card:nth-child(5){animation-delay:.16s} .gf-card:nth-child(6){animation-delay:.2s}
  .gf-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:#d4d1ce}
  .gf-card-banner{position:relative;aspect-ratio:16/9;display:flex;align-items:flex-end;padding:12px;background:linear-gradient(135deg,var(--tc) 0%,color-mix(in srgb,var(--tc) 70%,#000) 100%);overflow:hidden}
  .gf-card-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  .gf-card-banner .watermark{position:absolute;right:-6px;bottom:-14px;opacity:.18}
  .gf-card-banner .watermark i{font-size:104px;color:#fff}
  .gf-badges{display:flex;gap:6px;flex-wrap:wrap;z-index:1}
  .gf-badge{background:rgba(255,255,255,.95);color:var(--navy);font-size:11px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:5px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px}
  .gf-badge i{color:var(--tc);font-size:13px}
  .gf-badge.more{background:rgba(0,0,0,.35);color:#fff}
  .gf-topicchips{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 11px}
  .gf-topicchip{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;flex:none}
  .gf-topicchip i{font-size:16px;line-height:1}
  .gf-star{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;border:0;cursor:pointer;z-index:2;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center}
  .gf-star:hover{background:#fff;transform:scale(1.08)} .gf-star svg{width:18px;height:18px;color:var(--muted)}
  .gf-star.on svg{color:var(--m-yellow);fill:var(--m-yellow)}
  .gf-card-body{padding:15px 16px;flex:1;display:flex;flex-direction:column}
  .gf-card-body h4{margin:0 0 9px;font-size:17px;font-weight:800;color:var(--navy);line-height:1.25}
  .gf-meta{display:flex;flex-direction:column;gap:6px;font-size:13.5px;color:var(--body)}
  .gf-meta .row{display:flex;align-items:center;gap:8px} .gf-meta svg{width:15px;height:15px;color:var(--tc);flex:none}
  .gf-flags-inline{display:flex;gap:7px;flex-wrap:wrap;margin-top:2px}
  .gf-flags-inline span{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;color:var(--muted);background:var(--bg-soft);padding:3px 8px;border-radius:999px}
  .gf-flags-inline svg{width:13px;height:13px}
  .gf-card-desc{margin:11px 0 0;font-size:13.5px;color:var(--body);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .gf-card-foot{padding:13px 16px;border-top:1px solid var(--bg-soft)}
  .gf-leaders{display:flex;align-items:center;gap:10px} .gf-stack{display:flex}
  .gf-stack .gf-avatar{margin-left:-8px;border:2px solid #fff} .gf-stack .gf-avatar:first-child{margin-left:0}
  .gf-avatar{width:30px;height:30px;border-radius:50%;background:var(--tc,var(--oasis));color:#fff;font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center;flex:none;background-size:cover;background-position:center}
  .gf-leader-names{font-size:13px;color:var(--muted);line-height:1.3} .gf-leader-names b{color:var(--navy);font-weight:700}
  .gf-empty{grid-column:1/-1;text-align:center;padding:70px 20px;color:var(--muted)}
  .gf-empty svg{width:48px;height:48px;color:#cfccc9;margin-bottom:14px} .gf-empty h3{margin:0 0 6px;color:var(--navy);font-size:19px}
  #gf-map{height:calc(100vh - 150px);min-height:520px;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);background:var(--bg-soft)}
  .gf-map-msg{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted);font-size:14px;text-align:center;padding:20px}
  .gf-hidden{display:none!important}
  .gf-modal{position:fixed;inset:0;z-index:1000;display:none} .gf-modal.open{display:block}
  .gf-modal-backdrop{position:absolute;inset:0;background:rgba(25,44,64,.55)}
  .gf-modal-dialog{position:relative;max-width:660px;margin:4vh auto;max-height:92dvh;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.4);display:flex;flex-direction:column;animation:gfpop .18s ease}
  @keyframes gfpop{from{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}
  .gf-modal-banner{height:104px;position:relative;background:linear-gradient(135deg,var(--tc) 0%,color-mix(in srgb,var(--tc) 65%,#000) 100%);display:flex;align-items:flex-end;padding:14px;overflow:hidden;flex:none}
  .gf-modal-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  .gf-modal-banner .watermark{position:absolute;right:-8px;bottom:-24px;opacity:.18} .gf-modal-banner .watermark i{font-size:130px;color:#fff}
  .gf-modal-actions-top{position:absolute;top:12px;right:12px;display:flex;gap:8px;z-index:2}
  .gf-modal-icon{width:36px;height:36px;border-radius:50%;border:0;background:rgba(255,255,255,.92);cursor:pointer;color:var(--navy);display:flex;align-items:center;justify-content:center;line-height:1}
  .gf-modal-icon:hover{background:#fff} .gf-modal-icon svg{width:18px;height:18px} .gf-modal-icon.on svg{color:var(--m-yellow);fill:var(--m-yellow)}
  .gf-modal-body{padding:18px 22px;overflow-y:auto}
  .gf-modal-body h2{margin:0 0 3px;font-size:22px;font-weight:800;color:var(--navy);line-height:1.2}
  .gf-modal-sub{color:var(--muted);font-size:13.5px;margin:0 0 12px;display:flex;align-items:center;gap:6px} .gf-modal-sub svg{width:14px;height:14px;color:var(--tc)}
  .gf-modal-desc{font-size:14.5px;color:var(--body);line-height:1.55;margin:0 0 16px}
  .gf-modal-split{display:flex;gap:16px;margin-bottom:16px;align-items:stretch}
  .gf-modal-info{flex:1 1 250px;min-width:0;display:flex;flex-direction:column;justify-content:center}
  .gf-modal-map{flex:1 1 230px;align-self:stretch;min-height:172px;border-radius:14px;overflow:hidden;background:var(--oasis-softest);position:relative}
  .gf-modal-map img{width:100%;height:100%;object-fit:cover;display:block}
  .gf-modal-map .fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:var(--oasis-strong);background:repeating-linear-gradient(45deg,#eef6f7,#eef6f7 12px,#e3f1f3 12px,#e3f1f3 24px)}
  .gf-modal-map .fallback svg{width:28px;height:28px} .gf-modal-map .fallback small{font-size:11px;color:var(--muted)}
  .gf-detail{display:flex;gap:9px;align-items:flex-start;margin-bottom:12px}
  .gf-detail svg{width:17px;height:17px;color:var(--tc);flex:none;margin-top:2px}
  .gf-detail .k{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800}
  .gf-detail .v{font-size:14px;color:var(--navy);font-weight:600}
  .gf-chiprow{display:flex;flex-wrap:wrap;gap:7px}
  .gf-chip{font-size:12px;font-weight:700;padding:5px 11px;border-radius:999px;background:var(--bg-soft);color:var(--navy)} .gf-chip.topic{color:#fff}
  .gf-block-title{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800;margin:0 0 9px}
  .gf-leader-list{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:16px}
  .gf-leader-row{display:flex;align-items:center;gap:10px} .gf-leader-row .gf-avatar{width:36px;height:36px;font-size:14px}
  .gf-leader-row .nm{font-size:14.5px;font-weight:700;color:var(--navy)} .gf-leader-row .rl{font-size:12px;color:var(--muted)}
  .gf-modal-foot{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px 22px;border-top:1px solid var(--border);background:var(--bg-softer);flex:none}
  .gf-btn{border:0;font:inherit;font-weight:800;font-size:14px;padding:12px;border-radius:11px;cursor:pointer;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:7px} .gf-btn svg{width:16px;height:16px}
  .gf-btn-primary{background:var(--tc,var(--oasis));color:#fff;grid-column:1/-1} .gf-btn-primary:hover{filter:brightness(.94)}
  .gf-btn-ghost{background:#fff;border:1px solid var(--border);color:var(--navy)} .gf-btn-ghost:hover{background:var(--bg-soft)}
  .gf-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--navy);color:#fff;padding:10px 18px;border-radius:999px;font-size:14px;z-index:1100;opacity:0;transition:opacity .2s;pointer-events:none} .gf-toast.show{opacity:1}
  /* toggle switches (Kids Welcome / Childcare / Handicap Accessible) */
  .gf-toggles{padding:4px 18px 14px}
  .gf-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--border)}
  .gf-toggle-row:last-child{border-bottom:0}
  .gf-toggle-label{font-size:14px;font-weight:600;color:var(--navy)}
  .gf-switch{position:relative;width:42px;height:24px;border-radius:999px;border:0;background:#cfd4d8;cursor:pointer;transition:background .18s;flex:none;padding:0}
  .gf-switch .knob{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .18s;box-shadow:0 1px 2px rgba(0,0,0,.3)}
  .gf-switch.on{background:var(--oasis)}
  .gf-switch.on .knob{transform:translateX(18px)}

  /* drawer chrome — only shown on mobile */
  .gf-drawer-x{display:none;background:none;border:0;color:#fff;cursor:pointer;padding:2px;line-height:0}
  .gf-drawer-x svg{width:22px;height:22px}
  .gf-drawer-foot{display:none}
  .gf-filters-backdrop{display:none;position:fixed;inset:0;background:rgba(25,44,64,.5);z-index:99998;opacity:0;transition:opacity .25s}
  .gf-filters-backdrop.open{display:block;opacity:1}

  /* mobile top bar (search + icon buttons) */
  .gf-mobilebar{display:none}
  .gf-iconbtn{flex:none;width:46px;height:46px;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--navy);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
  .gf-iconbtn svg{width:20px;height:20px} .gf-iconbtn.active{background:var(--oasis-strongest);border-color:var(--oasis-strongest);color:#fff}

  @media (max-width:900px){
    .gf-layout{grid-template-columns:1fr}
    .gf-bar .gf-toggle{display:none} .gf-bar{padding-top:12px}
    .gf-mobilebar{display:flex;gap:10px;align-items:center;max-width:1340px;margin:0 auto;padding:14px 22px 0}
    .gf-mobilebar .gf-input{flex:1;margin:0}
    .gf-filters{position:fixed;top:0;left:0;right:0;bottom:0;width:auto;height:100%;max-height:none;border:0;border-radius:0;z-index:100000;transform:translateX(100%);transition:transform .28s ease;display:flex;box-shadow:-12px 0 40px rgba(0,0,0,.25)}
    .gf-filters.open{transform:translateX(0)}
    .gf-pinned{display:none}
    .gf-clear{display:none}
    .gf-drawer-x{display:inline-flex;align-items:center;justify-content:center}
    .gf-drawer-foot{display:flex;align-items:center;gap:12px;padding:14px 18px;border-top:1px solid var(--border);background:#fff;flex:none}
    .gf-clear-foot{background:none;border:0;color:var(--oasis-strong);font:inherit;font-weight:700;font-size:14px;cursor:pointer;padding:6px}
    .gf-showgroups{flex:1;border:0;background:var(--oasis-strongest);color:#fff;font:inherit;font-weight:800;font-size:15px;padding:14px;border-radius:999px;cursor:pointer}
    .gf-modal-dialog{margin:4vh auto;max-width:min(520px,calc(100% - 24px));width:auto;height:auto;max-height:90dvh;border-radius:16px}
    .gf-modal-banner{height:84px;padding:12px}
    .gf-modal-body{padding:14px 16px}
    .gf-modal-body h2{font-size:19px}
    .gf-modal-desc{font-size:13.5px;line-height:1.5;margin:0 0 12px}
    .gf-modal-split{flex-direction:row;gap:12px;margin-bottom:12px;align-items:flex-start}
    .gf-modal-info{flex:1 1 auto}
    .gf-modal-map{flex:0 0 116px;min-height:116px;align-self:stretch}
    .gf-leader-list{gap:10px;margin-bottom:2px}
    .gf-modal-foot{padding:10px 16px;gap:8px} .gf-btn{padding:11px}
    #gf-map{height:70vh}
  }

  /* ---- request form (Join / Contact Leaders) ---- */
  .gf-form-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 0;flex:none}
  .gf-backlink{border:0;background:none;font:inherit;font-weight:700;font-size:14px;color:var(--oasis-strong);cursor:pointer;display:inline-flex;align-items:center;gap:2px;padding:6px 8px;border-radius:8px}
  .gf-backlink svg{width:16px;height:16px;transform:rotate(90deg)}
  .gf-backlink:hover{background:var(--oasis-softest)}
  .gf-form-login{background:var(--oasis-softest);border-radius:10px;padding:10px 14px;font-size:13.5px;color:var(--body);margin:0 0 14px}
  .gf-form-login a{font-weight:700}
  .gf-field{margin:0 0 12px}
  .gf-field label{display:block;font-size:13px;font-weight:700;color:var(--navy);margin:0 0 5px}
  .gf-field input,.gf-field textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font:inherit;font-size:14px;color:var(--navy);background:#fff}
  .gf-field input:focus,.gf-field textarea:focus{outline:none;border-color:var(--oasis);box-shadow:0 0 0 3px rgba(0,165,182,.15)}
  .gf-radio-row{display:flex;gap:8px}
  .gf-genderpill{flex:1;border:1px solid var(--border);background:#fff;font:inherit;font-size:14px;font-weight:600;color:var(--navy);padding:10px;border-radius:999px;cursor:pointer}
  .gf-genderpill.on{background:var(--oasis);border-color:var(--oasis);color:#fff}
  .gf-form-error{background:rgba(234,62,80,.1);color:#ea3e50;border-radius:10px;padding:10px 14px;font-size:13.5px;font-weight:600;margin:0 0 12px}
  .gf-form-submit{width:100%;margin-top:4px}
  .gf-form-submit:disabled{opacity:.6;cursor:default}
  .gf-success{text-align:center;padding:26px 22px 30px}
  .gf-success .check{width:56px;height:56px;border-radius:50%;background:var(--cactus);color:var(--navy);display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}
  .gf-success .check svg{width:28px;height:28px}
  .gf-success h3{margin:0 0 8px;font-size:20px;color:var(--navy)}
  .gf-success p{margin:0 0 18px;color:var(--body);font-size:14.5px}
  a.gf-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
  a.gf-btn-primary{color:#fff}