.hero:where(.astro-hgjn7d7a){display:flex;align-items:center;min-height:40vh;padding:7rem 2rem 2rem;background:linear-gradient(to right,#2193b0,#6dd5ed);position:relative}.hero-pattern:where(.astro-hgjn7d7a){position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.1) 1px,transparent 0);background-size:40px 40px;animation:patternMove 20s linear infinite;pointer-events:none}.hero:where(.astro-hgjn7d7a):before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#ffffff0d,#fff0)}.hero-content:where(.astro-hgjn7d7a){max-width:800px;margin:0 auto;text-align:center;z-index:2;opacity:0;animation:fadeSlideUp 1s ease-out forwards}.hero:where(.astro-hgjn7d7a) h1:where(.astro-hgjn7d7a){font-size:clamp(2.5rem,5vw,4rem);color:#fff;margin-bottom:1rem;font-weight:700}.hero:where(.astro-hgjn7d7a) p:where(.astro-hgjn7d7a){font-size:clamp(1.1rem,2vw,1.5rem);color:#ffffffe6;line-height:1.6}.gallery:where(.astro-hgjn7d7a){padding:4rem 2rem;background:#f0f7fa}.gallery-grid:where(.astro-hgjn7d7a){display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem}.gallery-item:where(.astro-hgjn7d7a){opacity:1;transform:scale(1);transition:all .3s ease}.image-container:where(.astro-hgjn7d7a){position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #0000001a;transition:all .3s ease;background:linear-gradient(135deg,#f8fafc,#e2e8f0);cursor:pointer}.image-container:where(.astro-hgjn7d7a):hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.gallery-image:where(.astro-hgjn7d7a){width:100%;height:300px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.image-container:where(.astro-hgjn7d7a):hover .gallery-image:where(.astro-hgjn7d7a){transform:scale(1.05)}.image-overlay:where(.astro-hgjn7d7a){position:absolute;inset:0;background:linear-gradient(135deg,#2193b0e6,#6dd5edb3);opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.image-container:where(.astro-hgjn7d7a):hover .image-overlay:where(.astro-hgjn7d7a){opacity:1}.view-btn:where(.astro-hgjn7d7a){background:#fff;color:#2193b0;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 8px #0003}.view-btn:where(.astro-hgjn7d7a):hover{background:#2193b0;color:#fff;transform:scale(1.1);box-shadow:0 6px 12px #0000004d}.lightbox-modal:where(.astro-hgjn7d7a){position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:3000;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lightbox-modal:where(.astro-hgjn7d7a).active{opacity:1;visibility:visible}.lightbox-content:where(.astro-hgjn7d7a){position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.close-btn:where(.astro-hgjn7d7a){position:absolute;top:2rem;right:2rem;background:#ffffff1a;border:none;color:#fff;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.close-btn:where(.astro-hgjn7d7a):hover{background:#fff3;transform:scale(1.1)}.nav-btn:where(.astro-hgjn7d7a){position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-btn:where(.astro-hgjn7d7a):hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.prev-btn:where(.astro-hgjn7d7a){left:2rem}.next-btn:where(.astro-hgjn7d7a){right:2rem}.lightbox-image-container:where(.astro-hgjn7d7a){max-width:90%;max-height:90%;text-align:center}.lightbox-image:where(.astro-hgjn7d7a){max-width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;border-radius:12px;box-shadow:0 20px 40px #0000004d;background:linear-gradient(135deg,#1e293b,#334155)}@keyframes patternMove{0%{transform:translate(0)}to{transform:translate(-20px,-20px)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 924px){.gallery-grid:where(.astro-hgjn7d7a){grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.gallery-image:where(.astro-hgjn7d7a){height:250px}}@media (max-width: 768px){.hero:where(.astro-hgjn7d7a){min-height:auto;padding:6rem 1rem 2rem}.hero-content:where(.astro-hgjn7d7a){padding:1rem}.hero:where(.astro-hgjn7d7a) h1:where(.astro-hgjn7d7a){font-size:2rem;margin-bottom:.5rem}.hero:where(.astro-hgjn7d7a) p:where(.astro-hgjn7d7a){font-size:1rem;margin-bottom:1.5rem}.gallery:where(.astro-hgjn7d7a){padding:2rem .5rem}.gallery-grid:where(.astro-hgjn7d7a){grid-template-columns:1fr;gap:1rem;padding:0}.gallery-image:where(.astro-hgjn7d7a){height:180px}.nav-btn:where(.astro-hgjn7d7a){display:none}.close-btn:where(.astro-hgjn7d7a){top:1rem;right:1rem;width:40px;height:40px}}@media (max-width: 480px){.hero:where(.astro-hgjn7d7a){padding:6rem 1rem 2rem}.hero-content:where(.astro-hgjn7d7a){padding:1rem}.hero:where(.astro-hgjn7d7a) h1:where(.astro-hgjn7d7a){font-size:1.75rem}.hero:where(.astro-hgjn7d7a) p:where(.astro-hgjn7d7a){font-size:.9rem}.gallery:where(.astro-hgjn7d7a){padding:1.5rem .25rem}.gallery-grid:where(.astro-hgjn7d7a){gap:.75rem;padding:0}.gallery-image:where(.astro-hgjn7d7a){height:200px}.view-btn:where(.astro-hgjn7d7a){width:36px;height:36px}.image-overlay:where(.astro-hgjn7d7a){gap:.5rem}.nav-btn:where(.astro-hgjn7d7a){display:none}}
