.gallery-progress-bar{z-index:50;will-change:width;background:linear-gradient(90deg,#818cf8,#6366f1,#f59e0b);border-radius:0 2px 2px 0;height:3px;position:sticky;top:0;left:0}.gallery-filter-bar{z-index:40;background:var(--color-surface);border-bottom:1px solid var(--color-outline-variant);flex-wrap:wrap;justify-content:center;gap:10px;padding:28px 16px 18px;display:flex;position:sticky;top:0}.gallery-filter-pill{isolation:isolate;border:1.5px solid rgba(var(--color-primary-rgb), .35);color:var(--color-primary);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;text-shadow:0 0 10px rgba(var(--color-primary-rgb), .18);box-shadow:inset 0 0 0 1px #fff9, 0 6px 18px rgba(var(--color-primary-rgb), .12);background:linear-gradient(135deg,#2563eb1a,#0ea5e90f);border-radius:999px;padding:8px 22px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .32s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.gallery-filter-pill:before{content:"";border-radius:inherit;opacity:0;z-index:-1;background:linear-gradient(120deg,#38bdf840,#3b82f61a,#38bdf840);transition:opacity .28s;position:absolute;inset:-1px}.gallery-filter-pill:hover{border-color:var(--color-primary);color:#0c4a6e;box-shadow:inset 0 0 0 1px #fffc, 0 10px 24px rgba(var(--color-primary-rgb), .2);background:linear-gradient(135deg,#38bdf83d,#0ea5e924);transform:translateY(-1px)}.gallery-filter-pill:hover:before{opacity:1}.gallery-filter-pill.active{color:#fff;text-shadow:0 0 14px #ffffff73;background:linear-gradient(135deg,#0284c7,#0ea5e9 48%,#38bdf8);border-color:#0284c7;box-shadow:0 0 0 1px #7dd3fcb3,0 10px 28px #0ea5e973,0 0 18px #0ea5e959}.gallery-filter-pill:hover,.gallery-filter-pill:focus,.gallery-filter-pill:focus-visible,.gallery-filter-pill:active,.gallery-filter-pill.active{text-decoration:none}.gallery-card-row{opacity:0;will-change:opacity, transform;contain:layout style;align-items:center;gap:6%;padding:48px 0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(48px)}.gallery-card-row.gallery-card-visible{opacity:1;transform:translateY(0)}.gallery-card-image-col{flex-shrink:0;width:45%}.gallery-card-text-col{flex-shrink:0;width:40%}.gallery-polaroid{cursor:pointer;will-change:transform;background:#fff;border-radius:6px;padding:14px 14px 6px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1);position:relative;box-shadow:0 4px 20px #0000001a,0 12px 40px #00000014}.gallery-polaroid:hover{box-shadow:0 20px 50px #0000002e,0 8px 24px #0000001a;transform:translateY(-6px)rotate(0)!important}.gallery-pin-wrapper{z-index:20;position:absolute;top:0;left:50%;transform:translate(-50%,-58%)}.gallery-pin-svg{filter:drop-shadow(0 6px 10px #00000047);width:34px;height:34px}.gallery-polaroid-frame{aspect-ratio:4/3;background:#f0f0f0;border-radius:4px;width:100%;position:relative;overflow:hidden}.gallery-image-inner{width:100%;height:100%;position:relative;overflow:hidden}.gallery-image-overlay{pointer-events:none;background:linear-gradient(#0000 60%,#00000026 100%);position:absolute;inset:0}.gallery-reflection{background:inherit;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.4;filter:blur(1px);width:100%;height:30%;position:absolute;bottom:-30%;left:0;transform:scaleY(-1);-webkit-mask-image:linear-gradient(#0000001f 0%,#0000 70%);mask-image:linear-gradient(#0000001f 0%,#0000 70%)}.gallery-polaroid-caption{font-family:var(--font-caveat,cursive);color:#444;text-align:center;margin-top:14px;padding:4px 8px 14px;font-size:1.35rem;line-height:1.35}.gallery-card-number{letter-spacing:.22em;text-transform:uppercase;opacity:.55;color:var(--color-on-surface-variant);font-size:.7rem;font-weight:600}.gallery-card-title{color:var(--color-on-surface);margin-top:8px;font-size:clamp(1.4rem,2.8vw,2rem);font-weight:700;line-height:1.15}.gallery-card-description{color:var(--color-on-surface-variant);margin-top:14px;font-size:.95rem;line-height:1.65}.gallery-card-meta{letter-spacing:.04em;color:var(--color-primary);text-transform:uppercase;gap:20px;margin-top:20px;font-size:.78rem;font-weight:500;display:flex}.gallery-lightbox-overlay{z-index:120;-webkit-backdrop-filter:blur(12px)saturate(85%);background:#000000d9;justify-content:center;align-items:center;padding:8px;display:flex;position:fixed;inset:0}.gallery-page-content{transition:filter .24s}.gallery-page-shell.gallery-lightbox-open .gallery-page-content{filter:blur(10px)saturate(92%)}@supports ((-webkit-backdrop-filter:blur(2px)) or (backdrop-filter:blur(2px))){.gallery-page-shell.gallery-lightbox-open .gallery-page-content{filter:blur(6px)saturate(95%)}}.gallery-lightbox-content{background:#0a0a12fa;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:95vw;height:96vh;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0009}.gallery-lightbox-image-wrap{background:#0a0a0a;flex:auto;width:100%;min-height:0;position:relative}.gallery-lightbox-close{z-index:20;color:#fff;cursor:pointer;background:#00000080;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.gallery-lightbox-close:hover{background:#000000bf}.gallery-lightbox-prev,.gallery-lightbox-next{z-index:20;color:#fff;cursor:pointer;background:#00000073;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.6rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-70%)}.gallery-lightbox-prev{left:12px}.gallery-lightbox-next{right:12px}.gallery-lightbox-prev:hover,.gallery-lightbox-next:hover{background:#000000bf;border-color:#ffffff80}.gallery-lightbox-footer{color:#fff;background:#0009;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 24px;font-size:.85rem;display:flex}.gallery-lightbox-counter{letter-spacing:.1em;opacity:.7;font-weight:600}.gallery-lightbox-title{font-size:1rem;font-weight:600}.gallery-lightbox-date{opacity:.6;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.gallery-lightbox-thumbstrip{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#000000b3;align-items:center;gap:6px;padding:8px 16px 12px;display:flex;overflow:auto hidden}.gallery-lightbox-thumbstrip::-webkit-scrollbar{display:none}.gallery-lightbox-thumb{cursor:pointer;opacity:.5;background:0 0;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:48px;height:48px;padding:0;transition:all .25s cubic-bezier(.22,1,.36,1);overflow:hidden}.gallery-lightbox-thumb:hover{opacity:.8}.gallery-lightbox-thumb--active{opacity:1;border-color:#fff;box-shadow:0 0 8px #ffffff4d}.gallery-lightbox-thumb-img{object-fit:cover;border-radius:4px;display:block;width:100%!important;height:100%!important}.gallery-knot-svg{opacity:.7;width:120px;height:60px;margin:0 auto 20px;display:block}.gallery-footer-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#818cf8,#f59e0b);border:none;border-radius:999px;align-items:center;gap:8px;padding:12px 28px;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 18px #818cf84d}.gallery-footer-cta:hover{transform:translateY(-2px);box-shadow:0 8px 28px #818cf866}@media (max-width:768px){.gallery-card-row{gap:20px;padding:28px 0;flex-direction:column!important}.gallery-card-image-col{width:100%}.gallery-card-text-col{text-align:center;width:100%;padding:0 4px}.gallery-card-meta{justify-content:center}.gallery-polaroid{max-width:92vw;margin:0 auto;padding:10px 10px 4px}.gallery-polaroid-caption{margin-top:10px;padding:4px 4px 10px;font-size:1.15rem}.gallery-pin-svg{width:26px;height:26px}.gallery-card-title{font-size:1.3rem}.gallery-card-description{font-size:.88rem}.gallery-filter-bar{gap:6px;padding:18px 10px 12px}.gallery-filter-pill{padding:6px 14px;font-size:.7rem}.gallery-lightbox-content{border-radius:0;max-width:100%;height:100%;max-height:100dvh}.gallery-lightbox-image-wrap{aspect-ratio:auto;flex:1;min-height:0}.gallery-lightbox-prev,.gallery-lightbox-next{width:34px;height:34px;font-size:1.2rem}.gallery-lightbox-prev{left:6px}.gallery-lightbox-next{right:6px}.gallery-lightbox-close{width:32px;height:32px;font-size:.85rem;top:10px;right:10px}.gallery-lightbox-footer{text-align:center;flex-direction:column;gap:4px;padding:8px 14px;font-size:.78rem}.gallery-lightbox-thumbstrip{gap:5px;padding:6px 10px 10px}.gallery-lightbox-thumb{width:40px;height:40px}.gallery-knot-svg{width:90px;height:45px}.gallery-footer-cta{padding:10px 22px;font-size:.82rem}}@media (max-width:400px){.gallery-filter-pill{padding:5px 10px;font-size:.65rem}.gallery-card-row{padding:20px 0}.gallery-polaroid{padding:8px 8px 4px}.gallery-polaroid-caption{padding:2px 2px 8px;font-size:1rem}}@media (prefers-reduced-motion:reduce){.gallery-card-row{opacity:1!important;transition:none!important;transform:none!important}.gallery-polaroid,.gallery-progress-bar{transition:none!important}}
