.gallery-module__y2NMpG__galleryPage{background:var(--color-bg);min-height:100vh}.gallery-module__y2NMpG__banner{text-align:center;color:#fff;background:linear-gradient(135deg,#12766e 0%,#0d5a54 100%);padding:110px 0 54px;position:relative;overflow:hidden}.gallery-module__y2NMpG__bannerBgMesh{pointer-events:none;background:radial-gradient(circle at 20% 30%,#5fbdb440 0%,#0000 60%),radial-gradient(circle at 80% 70%,#ffd16626 0%,#0000 50%);position:absolute;inset:0}.gallery-module__y2NMpG__galleryLottieBox{background:linear-gradient(135deg,#fff 0%,#f0fdfb 100%);border:2px solid #5fbdb440;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin:0 auto 20px;padding:16px;display:flex;box-shadow:0 10px 30px #12766e1a}.gallery-module__y2NMpG__bannerPill{border-radius:var(--radius-full);letter-spacing:1px;color:#fff3d6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #ffffff40;align-items:center;gap:8px;margin-bottom:14px;padding:6px 16px;font-size:.78rem;font-weight:700;display:inline-flex}.gallery-module__y2NMpG__sparkleIcon{color:#ffd166}.gallery-module__y2NMpG__banner h1{color:#fff;font-size:clamp(2.2rem,4.5vw,3.2rem);font-family:var(--font-heading);margin-bottom:12px}.gallery-module__y2NMpG__banner p{max-width:620px;margin:0 auto;font-size:1.1rem;color:#ffffffe0!important}.gallery-module__y2NMpG__gallerySection{padding:60px 0 90px}.gallery-module__y2NMpG__galleryPage .container{max-width:1360px;padding-left:40px;padding-right:40px}.gallery-module__y2NMpG__gridHeading{text-align:center;letter-spacing:-.5px;color:var(--color-text);text-wrap:balance;margin-bottom:44px;font-size:clamp(1.6rem,3.6vw,2.5rem);font-weight:500;line-height:1.28}.gallery-module__y2NMpG__gridHeading strong{font-weight:800}.gallery-module__y2NMpG__galleryGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;grid-auto-flow:dense;gap:32px;display:grid}.gallery-module__y2NMpG__tile{min-width:0;height:100%}.gallery-module__y2NMpG__tileFeatured{grid-area:span 2/span 2}.gallery-module__y2NMpG__tileWide{grid-column:span 2}.gallery-module__y2NMpG__tileTall{grid-row:span 2}.gallery-module__y2NMpG__galleryCard{cursor:pointer;background:#f1f5f4;border-radius:26px;height:100%;transition:transform .3s;position:relative;overflow:hidden}.gallery-module__y2NMpG__galleryCard:hover{transform:translateY(-3px)}.gallery-module__y2NMpG__cardImg{object-fit:cover;transition:transform .6s}.gallery-module__y2NMpG__galleryCard:hover .gallery-module__y2NMpG__cardImg{transform:scale(1.05)}.gallery-module__y2NMpG__cardCaption{z-index:3;pointer-events:none;background:linear-gradient(#0000,#0d2a2859 45%,#0d2a28d9);padding:40px 24px 20px;position:absolute;inset:auto 0 0}.gallery-module__y2NMpG__cardCaption h3{font-family:var(--font-heading);letter-spacing:-.3px;color:#fff;margin:0;font-size:1.1rem;font-weight:500;line-height:1.25}.gallery-module__y2NMpG__tileFeatured .gallery-module__y2NMpG__cardCaption h3{font-size:clamp(1.4rem,2.2vw,1.75rem)}.gallery-module__y2NMpG__lightboxOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2500;background:#0f172aeb;justify-content:center;align-items:center;padding:24px;animation:.25s ease-out gallery-module__y2NMpG__fadeIn;display:flex;position:fixed;inset:0}.gallery-module__y2NMpG__lightboxContainer{background:#1e293b;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;width:100%;max-width:1040px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000080}.gallery-module__y2NMpG__lightboxHeader{background:#0f172a99;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.gallery-module__y2NMpG__lightboxMeta{align-items:center;gap:12px;display:flex}.gallery-module__y2NMpG__lightboxCategory{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);padding:4px 12px;font-size:.75rem;font-weight:600}.gallery-module__y2NMpG__lightboxCounter{color:#ffffffb3;font-size:.85rem;font-weight:500}.gallery-module__y2NMpG__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.gallery-module__y2NMpG__closeBtn:hover{background:#ffffff40}.gallery-module__y2NMpG__lightboxBody{background:#0f172a;justify-content:center;align-items:center;width:100%;min-height:420px;padding:16px 64px;display:flex;position:relative}.gallery-module__y2NMpG__imageFrame{justify-content:center;align-items:center;width:100%;max-height:65vh;display:flex}.gallery-module__y2NMpG__lightboxImg{object-fit:contain;border-radius:12px;width:auto;max-width:100%;height:auto;max-height:65vh;box-shadow:0 10px 30px #0006}.gallery-module__y2NMpG__navBtn{z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-module__y2NMpG__navBtn:hover{background:#ffffff59;transform:translateY(-50%)scale(1.08)}.gallery-module__y2NMpG__navPrev{left:16px}.gallery-module__y2NMpG__navNext{right:16px}.gallery-module__y2NMpG__lightboxFooter{color:#fff;background:#0f172acc;border-top:1px solid #ffffff14;padding:18px 24px}.gallery-module__y2NMpG__lightboxFooter h3{color:#fff;font-size:1.1rem;font-family:var(--font-heading);margin-bottom:4px}.gallery-module__y2NMpG__lightboxFooter p{margin:0;font-size:.85rem;color:#ffffffb3!important}@keyframes gallery-module__y2NMpG__fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.gallery-module__y2NMpG__galleryGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}.gallery-module__y2NMpG__tileWide{grid-column:span 2}}@media (max-width:640px){.gallery-module__y2NMpG__banner{padding:90px 0 36px}.gallery-module__y2NMpG__galleryPage .container{padding-left:16px;padding-right:16px}.gallery-module__y2NMpG__galleryGrid{grid-template-columns:1fr;grid-auto-rows:240px;gap:20px}.gallery-module__y2NMpG__tileFeatured,.gallery-module__y2NMpG__tileWide{grid-column:span 1}.gallery-module__y2NMpG__tileFeatured,.gallery-module__y2NMpG__tileTall{grid-row:span 1}.gallery-module__y2NMpG__lightboxBody{padding:12px 48px}.gallery-module__y2NMpG__navBtn{width:38px;height:38px}.gallery-module__y2NMpG__navPrev{left:8px}.gallery-module__y2NMpG__navNext{right:8px}}.gallery-module__y2NMpG__categoryRowsContainer{flex-direction:column;gap:24px;margin-top:30px;margin-bottom:50px;display:flex}.gallery-module__y2NMpG__categoryRowCard{background:var(--color-white);cursor:pointer;border:1px solid #12766e1f;border-radius:24px;align-items:center;gap:32px;padding:24px 30px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #12766e0f}.gallery-module__y2NMpG__categoryRowCard:hover{border-color:var(--color-primary);background:linear-gradient(135deg,#fff 0%,#f0fdfb 100%);transform:translateY(-4px);box-shadow:0 18px 40px #12766e26}.gallery-module__y2NMpG__rowLottieBox{background:#f0fdfb;border:1px solid #12766e1a;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:150px;padding:12px;transition:transform .3s;display:flex}.gallery-module__y2NMpG__categoryRowCard:hover .gallery-module__y2NMpG__rowLottieBox{background:#fff;transform:scale(1.05)}.gallery-module__y2NMpG__rowContent{flex-direction:column;flex-grow:1;display:flex}.gallery-module__y2NMpG__rowHeader{justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px;display:flex}.gallery-module__y2NMpG__rowHeader h3{color:var(--color-text-main);margin:0;font-size:1.35rem;font-weight:700}.gallery-module__y2NMpG__rowBadge{background:var(--color-primary);color:#fff;border-radius:50px;padding:4px 14px;font-size:.78rem;font-weight:700;box-shadow:0 4px 12px #12766e33}.gallery-module__y2NMpG__rowContent p{color:var(--color-text-secondary);margin-bottom:16px;font-size:.95rem;line-height:1.5}.gallery-module__y2NMpG__rowBtn{color:var(--color-primary);align-items:center;gap:6px;font-size:.92rem;font-weight:700;transition:all .2s;display:inline-flex}.gallery-module__y2NMpG__categoryRowCard:hover .gallery-module__y2NMpG__rowBtn{color:#e67348;gap:12px}@media (max-width:768px){.gallery-module__y2NMpG__categoryRowCard{text-align:center;flex-direction:column;padding:24px 20px}.gallery-module__y2NMpG__rowHeader{flex-direction:column;gap:8px}}.gallery-module__y2NMpG__categorySubHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:36px;display:flex}.gallery-module__y2NMpG__backBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;padding:10px 22px;font-size:.88rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #12766e40}.gallery-module__y2NMpG__backBtn:hover{background:#0e5e58;transform:translate(-3px)}.gallery-module__y2NMpG__quickCategoryPills{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.gallery-module__y2NMpG__pillBtn{color:var(--color-text-main);cursor:pointer;background:#f0fdfb;border:1px solid #12766e26;border-radius:20px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:all .2s}.gallery-module__y2NMpG__pillBtn:hover{background:var(--color-primary);color:#fff}.gallery-module__y2NMpG__activePillBtn{background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)!important}.gallery-module__y2NMpG__cardCategoryBadge{text-transform:uppercase;letter-spacing:.8px;color:#ff8a65;margin-bottom:2px;font-size:.7rem;font-weight:700;display:inline-block}.gallery-module__y2NMpG__kidAvatarBadge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29;border:1px solid #ffffff4d;border-radius:50px;align-items:center;gap:8px;margin-bottom:12px;padding:4px 16px 4px 8px;font-size:.82rem;font-weight:600;display:inline-flex}
