:root{--primary: #ffac2d;--secondary: #009ddd;--text: #343434;--bg: #f3f3f3;--surface: #ffffff;--muted: #687076}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,sans-serif;color:var(--text);background:radial-gradient(circle at 20% 0%,#fff1d8,#f3f3f3 36%),linear-gradient(180deg,#f3f3f3,#ebf7fc)}.site-wrap{min-height:100vh;overflow-x:hidden}.top-header-spacer{height:0}.top-header{position:relative;z-index:40;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.5rem 1.2rem;background:#f3f3f3e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,157,221,.12)}.top-header.is-docked{position:fixed;top:0;left:0;right:0;z-index:60;animation:slideDownDockedHeader .3s ease both;box-shadow:0 10px 26px #0000001f}.header-left{display:flex;align-items:center;gap:1rem;justify-self:start;animation:slideInFromLeft .5s ease both}.header-right{display:flex;align-items:center;gap:.6rem;justify-self:end;animation:slideInFromRight .5s ease both}.logo-circle{width:100px;height:100px;border-radius:999px;display:grid;place-items:center;text-decoration:none;box-shadow:0 10px 28px #009ddd33;overflow:hidden}.icon-btn,.lang-btn{border:0;background:var(--surface);border-radius:999px;height:40px;cursor:pointer;box-shadow:0 2px 8px #00000014}.icon-btn{width:40px;display:none;flex-direction:column;justify-content:center;gap:4px;padding:0 10px}.icon-btn span{width:100%;height:2px;background:var(--text)}.lang-btn{width:90px;font-weight:600}.desktop-nav{display:flex;align-items:center;gap:.4rem;justify-self:center}.desktop-nav a{text-decoration:none;color:var(--text);font-weight:200;padding:.5rem .78rem;border-radius:999px;transition:background-color .2s ease,color .2s ease,transform .2s ease}.desktop-nav a:hover{background:#009ddd1f;color:#016e9c;transform:translate(2px)}.drawer-backdrop{position:fixed;inset:0;z-index:33;background:#0c182373;opacity:0;pointer-events:none;transition:opacity .28s ease;border:0}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;left:0;width:280px;height:100vh;background:linear-gradient(180deg,#fff,#e8f8ff);box-shadow:12px 0 30px #0000001a;padding:6rem 1.2rem 1.2rem;transform:translate(-110%);transition:transform .32s ease;z-index:34}.drawer.open{transform:translate(0)}.drawer a{display:block;margin-bottom:.7rem;color:var(--text);text-decoration:none;font-weight:600;padding:.6rem .72rem;border-radius:10px;transform:translate(-20px);opacity:0}.drawer.open a{animation:slideInFromLeft .25s ease forwards}.drawer.open a:nth-child(2){animation-delay:.03s}.drawer.open a:nth-child(3){animation-delay:.06s}.drawer.open a:nth-child(4){animation-delay:.09s}.drawer.open a:nth-child(5){animation-delay:.12s}.drawer a:hover{background:#009ddd1f}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-26px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(26px)}to{opacity:1;transform:translate(0)}}@keyframes slideDownDockedHeader{0%{transform:translateY(-110%);opacity:0}to{transform:translateY(0);opacity:1}}.hero{position:relative;min-height:100vh;display:grid;place-items:center;text-align:center;padding:2rem 1rem;overflow:hidden}.hero-bg{position:absolute;inset:-3%;background-position:center;background-size:cover;background-repeat:no-repeat}.hero-bg-fallback{background:radial-gradient(circle at 16% 18%,rgba(255,209,102,.4),transparent 24%),radial-gradient(circle at 84% 22%,rgba(240,122,97,.28),transparent 20%),radial-gradient(circle at 62% 74%,rgba(76,201,240,.18),transparent 22%),linear-gradient(130deg,#1d3557,#355070 42%,#6d597a 74%,#b56576)}.hero-media,.hero-video,.hero-video-overlay{position:absolute;inset:0}.hero-media{overflow:hidden}.hero-video{width:100%;height:100%;object-fit:cover;transform:translate3d(0,var(--parallax-y),0) scale(1.06);will-change:transform}.hero-video-frame{border:0;pointer-events:none}.hero-video-overlay{background:radial-gradient(circle at top,rgba(255,172,45,.2),transparent 36%),linear-gradient(180deg,#020c1638,#020c16b8)}.hero-content{position:relative;z-index:2;max-width:820px;color:#fff;text-shadow:0 8px 28px rgba(0,0,0,.3)}.hero-content h1{margin:0;font-size:clamp(2.2rem,5.4vw,4.35rem)}.hero-content p{font-size:clamp(1rem,2vw,1.23rem);line-height:1.6}.primary-btn{display:inline-block;margin-top:1rem;text-decoration:none;background:var(--primary);color:#fff;border-radius:999px;padding:.82rem 1.25rem;font-weight:700}.stats-grid,.section,.map-panel,.page-shell{width:min(1160px,calc(100% - 2rem));margin:1.4rem auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem}.home-full-section{min-height:100vh}.stats-grid.home-full-section{align-content:center;padding-top:2rem;padding-bottom:2rem}.stat-card{background:#fff;border-radius:18px;box-shadow:0 12px 30px #0000000f;padding:1.1rem;border-top:4px solid var(--primary);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:210px}.stat-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:20px;margin-bottom:1rem;color:var(--primary);background:#ffac2d24}.stat-icon svg{width:34px;height:34px}.stat-card h3{margin:0;color:var(--primary);font-size:2rem;line-height:1}.stat-card p{margin:.5rem 0 0;color:var(--muted);font-weight:600}.section{border-radius:24px;padding:1.2rem;box-shadow:0 14px 34px #00000014;overflow:hidden}.section.full-bleed{width:100%;margin:1.6rem 0;border-radius:0;box-shadow:none;padding:0;position:relative;overflow:hidden}.section.full-bleed.home-full-section{min-height:100vh;display:flex;align-items:center}.section-bg{position:absolute;inset:-11% 0;background-position:center;background-size:cover;background-repeat:no-repeat;--parallax-y: 0px;will-change:transform}.section-bg-fallback{background-repeat:no-repeat;background-size:cover;background-position:center}.business-bg-fallback{background:radial-gradient(circle at 18% 20%,rgba(255,230,167,.22),transparent 26%),radial-gradient(circle at 82% 18%,rgba(127,90,240,.18),transparent 24%),linear-gradient(135deg,#12343b,#235347 36%,#3b7a57,#b7d3b0)}.news-bg-fallback{background:radial-gradient(circle at 16% 22%,rgba(255,194,209,.22),transparent 24%),radial-gradient(circle at 84% 26%,rgba(146,197,222,.24),transparent 22%),linear-gradient(135deg,#1f2a44,#2d4c7c 48%,#6fa3bf)}.gallery-bg-fallback{background:radial-gradient(circle at 18% 18%,rgba(255,214,165,.22),transparent 24%),radial-gradient(circle at 78% 26%,rgba(133,193,233,.2),transparent 24%),linear-gradient(140deg,#402039,#7a306c 40%,#c04c8a 66%,#ffd6a5)}.hero-bg.parallax-layer,.map-frame-wrap.parallax-layer,.parallax-layer{--parallax-y: 0px}.hero-bg.parallax-layer{transform:translate3d(0,var(--parallax-y),0);will-change:transform}.section.full-bleed:after{content:"";position:absolute;inset:0;background:#0003;z-index:1}.section-inner{position:relative;z-index:2;width:min(1160px,calc(100% - 2rem));margin:0 auto;padding:1.2rem}.section.full-bleed.home-full-section .section-inner{padding-top:4.25rem;padding-bottom:4.25rem}.section-head h2{margin:0;font-size:clamp(1.4rem,2.3vw,2rem)}.section-head p{margin:.4rem 0 1rem;color:var(--muted)}.business-section{background:linear-gradient(155deg,#fff8e8,#f9fdff 78%)}.news-section{background:linear-gradient(160deg,#f4f9ff,#edf5ff 80%)}.gallery-section{background:linear-gradient(150deg,#fff3f1,#fff8f3 85%)}.volunteer-section{background:linear-gradient(145deg,#edf9f4,#f3fffb 76%)}.business-shell{border-radius:24px;background:#09111d9e;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 45px #0000003d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.business-head p{margin:0;color:#9fd5ff;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.74rem}.business-head h2{margin-top:.25rem;color:#f5f9ff;text-shadow:0 10px 25px rgba(0,0,0,.35)}.business-layout,.news-layout,.gallery-layout,.volunteer-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:1rem}.news-shell,.gallery-shell,.volunteer-shell{border-radius:24px;background:#ffffffe6;box-shadow:0 18px 45px #00000029;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.news-head h2,.gallery-head h2,.volunteer-head h2{color:#16202d}.news-shell{padding:1rem}.featured-business,.gallery-feature,.volunteer-feature{position:relative;border-radius:18px;overflow:hidden;min-height:320px}.featured-business img,.gallery-feature img,.volunteer-feature img{width:100%;height:100%;object-fit:cover}.featured-overlay,.gallery-feature-content,.volunteer-feature-content{position:absolute;inset:auto 0 0;padding:1rem;color:#fff;background:linear-gradient(180deg,#0000,#000000c7)}.business-list{display:grid;gap:.65rem}.business-card{display:flex;justify-content:space-between;align-items:center;background:#ffffffeb;border:1px solid rgba(255,255,255,.82);border-radius:16px;padding:.86rem .95rem;box-shadow:0 8px 22px #030d1b1f;transition:transform .2s ease,box-shadow .2s ease}.business-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #030d1b2e}.business-card-main strong{display:block;font-size:1.05rem;color:#18212f;letter-spacing:-.01em}.business-type{display:inline-block;margin-top:.25rem;color:#445169;font-weight:600}.type-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.28rem .56rem;background:#ffffff38;border:1px solid rgba(255,255,255,.36);color:#fff;font-size:.78rem;font-weight:700}.feature-meta{margin-top:.45rem;display:flex;align-items:center;gap:.55rem}.feature-rating{color:#ffe3a3;font-weight:700}.featured-business .featured-overlay small{color:#9fd5ff;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.rating-chip{text-align:right;font-weight:700;color:#0e6d97}.rating-value{display:block;font-size:1.18rem;line-height:1}.rating-chip em{display:block;font-size:.72rem;color:var(--muted);font-style:normal;font-weight:500}.business-more{color:#f4fcff;text-decoration:underline;text-decoration-color:#9fd5ffb3}.headline-card{position:relative;display:block;border-radius:22px;background:#0f1722;overflow:hidden;border:1px solid #dce9f7;min-height:100%;height:100%;aspect-ratio:1 / .95;box-shadow:0 12px 28px #081a2b1a}.headline-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.headline-content{position:absolute;inset:auto 0 0;z-index:1;padding:1.35rem 1.2rem 1.2rem;background:linear-gradient(180deg,#0000,#000000d1)}.headline-content h3{margin:0;font-size:1.7rem;line-height:1.15;color:#fff}.headline-content small{display:inline-block;margin-top:.55rem;color:#ffffffd1;font-weight:600}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(180px,1fr)) auto;gap:.85rem;align-content:start;height:100%}.news-tile{position:relative;display:block;min-height:180px;height:100%;background:#0f1722;border:1px solid #e3ebf1;border-radius:18px;overflow:hidden;box-shadow:0 10px 24px #081a2b14;transition:transform .2s ease,box-shadow .2s ease}.news-tile:hover{transform:translateY(-2px);box-shadow:0 16px 30px #081a2b1f}.news-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.news-tile-body{position:absolute;inset:auto 0 0;z-index:1;padding:.95rem .95rem .85rem;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;min-height:52%;background:linear-gradient(180deg,#0000,#000000d1)}.news-tile-body h4{margin:0;color:#fff;font-size:1rem;line-height:1.25}.news-tile-body small{color:#ffffffd1;font-weight:600}.news-more{grid-column:1 / -1;justify-self:start;align-self:end;margin-top:.15rem}.events-section{background:radial-gradient(circle at 18% 20%,rgba(255,172,45,.26),transparent 28%),linear-gradient(135deg,#0d1f2f,#153551 52%,#f2f8fc 52.1%,#f7fafc)}.events-shell{padding:1.4rem 1.2rem}.events-head h2{color:#f7fbff}.event-spotlight{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;min-height:520px;border-radius:28px;overflow:hidden;background:#ffffffe6;box-shadow:0 22px 55px #04132347}.event-media{position:relative;min-height:100%}.event-media img{width:100%;height:100%;object-fit:cover}.event-date-badge{position:absolute;top:1.2rem;left:1.2rem;display:inline-flex;flex-direction:column;gap:.2rem;padding:.9rem 1rem;border-radius:18px;background:#091623d6;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 34px #00000038}.event-date-badge small,.event-story small{font-weight:700;letter-spacing:.03em}.event-date-badge strong{font-size:1.1rem;line-height:1.2}.event-story{position:relative;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:2rem;color:#112031;background:linear-gradient(180deg,#ffffffd6,#fffffff5),linear-gradient(135deg,#009ddd14,#ffac2d1f)}.event-story:before{content:"";position:absolute;inset:1.1rem auto 1.1rem 0;width:6px;border-radius:999px;background:linear-gradient(180deg,#ffac2d,#009ddd)}.event-kicker{color:#0e6d97;text-transform:uppercase;font-weight:800;letter-spacing:.12em;font-size:.76rem}.event-story h3{margin:0;font-size:clamp(2rem,3.6vw,3.1rem);line-height:1.02;letter-spacing:-.03em}.event-story p{margin:0;font-size:1.02rem;line-height:1.7;color:#425064}.event-story small{color:#0e6d97}.event-empty{border-radius:24px;padding:2rem;background:#ffffffe6;color:#112031;box-shadow:0 18px 45px #00000026}.gallery-grid{display:grid;gap:.66rem;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:170px}.gallery-tile{position:relative;border-radius:14px;overflow:hidden}.gallery-tile img{width:100%;height:100%;object-fit:cover}.tile-meta{position:absolute;inset:auto 0 0;padding:.55rem;color:#fff;background:linear-gradient(180deg,#0000,#000000bf)}.volunteer-timeline{background:#fff;border-radius:16px;border:1px solid #e4efe8;padding:.5rem .7rem}.volunteer-item{display:grid;grid-template-columns:14px 1fr;gap:.56rem;padding:.65rem 0;border-bottom:1px dashed #d7e7de}.volunteer-item:last-child{border-bottom:none}.volunteer-item .dot{width:11px;height:11px;border-radius:999px;margin-top:6px;background:linear-gradient(145deg,#00a96f,#67d3ad)}.volunteer-item h4{margin:0}.volunteer-item p,.volunteer-item small{margin:.24rem 0 0;color:var(--muted)}.list-more{display:inline-block;margin-top:.4rem;color:var(--secondary);text-decoration:none;font-weight:700}.page-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1rem}.page-main{background:#fff;border-radius:20px;padding:1rem;box-shadow:0 12px 30px #00000012}.page-main h1{margin-top:.2rem}.filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.55rem;margin-bottom:.85rem}.filter-bar input,.filter-bar select,.filter-bar button,.filter-reset{border:1px solid #d8e3eb;border-radius:8px;min-height:38px;padding:.45rem .65rem;font:inherit}.filter-bar button{background:var(--secondary);color:#fff;cursor:pointer}.filter-reset{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--text);background:#fff}.list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.generic-card{display:block;background:#fff;border:1px solid #e7edf3;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit}.generic-card img{width:100%;height:150px;object-fit:cover}.generic-card h3{margin:.55rem;font-size:1rem}.generic-card p{margin:0 .55rem .75rem;color:var(--muted)}.members-page{display:grid;gap:1.4rem}.page-feature-head,.members-page-head{padding:1.4rem;border-radius:24px;color:#fff;background:radial-gradient(circle at top left,rgba(255,172,45,.35),transparent 26%),linear-gradient(135deg,#10283d,#18466a 58%,#0e6d97);box-shadow:0 18px 38px #081a2b2e;margin-bottom:1rem}.page-feature-eyebrow,.members-eyebrow{display:inline-block;text-transform:uppercase;font-weight:800;letter-spacing:.12em;color:#ffd48b;font-size:.76rem}.page-feature-head h1,.members-page-head h1{margin:.5rem 0 .55rem;font-size:clamp(2rem,4vw,3.3rem);line-height:1.02;letter-spacing:-.04em}.page-feature-head p,.members-page-head p{margin:0;max-width:760px;color:#ffffffd1;line-height:1.65}.members-band{display:grid;gap:1rem}.members-band-head{display:flex;justify-content:space-between;align-items:end;gap:1rem}.members-band-head h2{margin:0;color:#132233;font-size:1.7rem}.members-band-head p{margin:.3rem 0 0;color:#586679}.members-count{min-width:56px;height:56px;display:inline-grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#ffac2d,#ffd48b);color:#132233;font-weight:800;box-shadow:0 12px 24px #ffac2d42}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.95rem}.member-card{overflow:hidden;border-radius:20px;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid #e1ebf4;box-shadow:0 14px 32px #081a2b14}.member-photo-wrap{aspect-ratio:.9;background:linear-gradient(135deg,#d8ebf8,#f7fafc)}.member-photo{width:100%;height:100%;object-fit:cover}.member-card-body{padding:1rem 1rem 1.15rem}.member-card-body h3{margin:0;color:#122131;font-size:1.06rem}.member-card-body p{margin:.35rem 0 0;color:#0e6d97;font-weight:600}.member-empty{padding:1.2rem;border-radius:16px;background:#f6f9fc;color:#586679}.link-card{text-decoration:none;color:inherit}.pagination-bar{margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.pg-btn{display:inline-block;text-decoration:none;background:var(--secondary);color:#fff;padding:.5rem .8rem;border-radius:8px}.pg-btn.disabled{pointer-events:none;opacity:.45}.right-sidebar{background:#fff;border-radius:20px;padding:1rem;box-shadow:0 12px 30px #00000012;position:sticky;top:96px;height:fit-content}.right-sidebar h3{margin-top:.1rem}.widget-block{margin-bottom:1rem}.widget-block h4{margin:0 0 .4rem;color:var(--secondary)}.widget-block a{display:block;margin-bottom:.45rem;text-decoration:none;color:var(--text);font-size:.92rem}.detail-main .back-link{color:var(--secondary);text-decoration:none;font-weight:700}.detail-image{width:100%;max-height:440px;object-fit:cover;border-radius:12px;margin:.6rem 0 1rem}.detail-content{color:#3f454b;line-height:1.7}.detail-gallery-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.55rem}.detail-gallery-grid img{width:100%;height:120px;object-fit:cover;border-radius:8px}.map-panel{background:#fff;border-radius:20px;box-shadow:0 12px 30px #00000012;padding:1rem}.map-panel h2{margin:0 0 .9rem;color:var(--secondary)}.map-full-width{width:100%;margin:1.6rem 0;border-radius:0;padding:0;box-shadow:none;background:linear-gradient(180deg,#e9f7ff,#dff4ff);background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;overflow:hidden}.map-bg-fallback{background:radial-gradient(circle at 14% 20%,rgba(252,211,77,.2),transparent 24%),radial-gradient(circle at 82% 18%,rgba(34,211,238,.16),transparent 24%),linear-gradient(180deg,#e3f4f4,#d7eff8 52%,#c8e6f0)}.map-full-width.home-full-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.map-head{width:min(1160px,calc(100% - 2rem));margin:0 auto;padding:1rem 0}.map-frame-wrap{width:100%;height:100vh;display:flex;align-items:center;overflow:hidden}.leaflet-map{width:100%;height:100vh;min-height:440px}.leaflet-container{font-family:Montserrat,sans-serif}.leaflet-popup-content-wrapper,.leaflet-popup-tip{box-shadow:0 10px 28px #0000002e}.leaflet-popup-content-wrapper{border-radius:14px}.leaflet-popup-content{margin:0;padding:.85rem .95rem;color:#102131;line-height:1.5}.common-footer{margin-top:1.5rem;background:#1f2d3a;color:#dbe6ee;padding:1.4rem 1rem;position:relative;z-index:3}.footer-inner{width:min(1160px,calc(100% - 2rem));margin:0 auto;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-inner p{margin:.45rem 0 0;color:#b5c6d4}.footer-links{display:flex;gap:.9rem;align-items:center;flex-wrap:wrap}.footer-links a{color:#fff;text-decoration:none}@media(min-width:1025px){.drawer,.drawer-backdrop{display:none}}@media(max-width:1024px){.top-header{display:flex;justify-content:space-between}.business-layout,.news-layout,.gallery-layout,.volunteer-layout{grid-template-columns:1fr}.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.event-spotlight{grid-template-columns:1fr;min-height:0}.event-media{min-height:360px}.members-band-head{align-items:start}.page-shell{grid-template-columns:1fr}.right-sidebar{position:static}.desktop-nav{display:none}.icon-btn{display:flex}.logo-circle{width:84px;height:84px}}@media(max-width:760px){.top-header{padding:.5rem .8rem}.logo-circle{width:72px;height:72px}.lang-btn{width:82px}.hero{min-height:100vh}.hero-video{transform:none}.section{padding:1rem .8rem}.section.full-bleed{padding:0}.section-inner{padding:1rem .8rem}.section.full-bleed.home-full-section .section-inner{padding-top:2rem;padding-bottom:2rem}.headline-card{aspect-ratio:auto;min-height:260px}.headline-content h3{font-size:1.35rem}.news-grid{grid-template-columns:1fr;grid-template-rows:none;height:auto}.news-tile{min-height:180px}.event-media{min-height:280px}.event-story{padding:1.35rem 1.25rem 1.4rem}.event-story h3{font-size:1.7rem}.members-band-head{flex-direction:column;align-items:start}.members-count{min-width:48px;height:48px;border-radius:14px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:130px}.leaflet-map{height:62vh;min-height:360px}}
