:root{--primary-color: #004225;--primary-light: #006837;--secondary-color: #3b82f6;--accent-color: #10b981;--text-dark: #111827;--text-medium: #4b5563;--text-light: #6b7280;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1)}[data-astro-cid-uizqqcmr]{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--white)}.container[data-astro-cid-uizqqcmr]{max-width:1400px;margin:0 auto;padding:0 1.5rem}.hero-section[data-astro-cid-uizqqcmr]{position:relative;min-height:60svh;height:auto;display:flex;align-items:center;overflow:hidden}.hero-background[data-astro-cid-uizqqcmr]{position:absolute;inset:0;background:#000000b3}.hero-overlay[data-astro-cid-uizqqcmr]{position:absolute;inset:0;background:url(/GalleryPage/Gallery.jpg) center 30%/cover;opacity:.2}.hero-content[data-astro-cid-uizqqcmr]{position:relative;z-index:2;width:100%}.hero-text[data-astro-cid-uizqqcmr]{text-align:center;color:var(--white)}.hero-badge[data-astro-cid-uizqqcmr]{display:inline-block;background:linear-gradient(135deg,var(--accent-color),var(--primary-color));color:var(--white);padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;box-shadow:var(--shadow-lg)}.hero-title[data-astro-cid-uizqqcmr]{font-size:clamp(3rem,8vw,5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle[data-astro-cid-uizqqcmr]{font-size:1.25rem;max-width:800px;margin:0 auto;opacity:.9;line-height:1.6}.gallery-section[data-astro-cid-uizqqcmr]{padding:6rem 0;background:var(--gray-50)}.gallery-grid[data-astro-cid-uizqqcmr]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.gallery-item[data-astro-cid-uizqqcmr]{position:relative;border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-lg);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;background:var(--white);aspect-ratio:16/10;height:250px}.gallery-item[data-astro-cid-uizqqcmr]:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.gallery-image[data-astro-cid-uizqqcmr]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease;will-change:transform}.gallery-item[data-astro-cid-uizqqcmr]:hover .gallery-image[data-astro-cid-uizqqcmr]{transform:scale(1.1)}.image-overlay[data-astro-cid-uizqqcmr]{display:none}.modal[data-astro-cid-uizqqcmr]{display:none;position:fixed;top:0;left:0;width:100vw;height:100dvh;height:100svh;height:-webkit-fill-available;height:100vh;z-index:9999;justify-content:center;align-items:center;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-content[data-astro-cid-uizqqcmr]{position:relative;background:var(--white);border-radius:1rem;width:90vw;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close[data-astro-cid-uizqqcmr]{position:absolute;top:1rem;right:1rem;background:#000c;color:var(--white);border:2px solid rgba(255,255,255,.9);border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;font-weight:700;cursor:pointer;z-index:1002;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-close[data-astro-cid-uizqqcmr]:hover{background:#dc2626e6;transform:scale(1.05)}.modal-image[data-astro-cid-uizqqcmr]{width:100%;height:auto;max-height:90vh;-o-object-fit:contain;object-fit:contain;display:block}.modal-info[data-astro-cid-uizqqcmr]{display:none}@media (max-width: 1200px){.gallery-grid[data-astro-cid-uizqqcmr]{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 1024px){.gallery-grid[data-astro-cid-uizqqcmr]{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.gallery-grid[data-astro-cid-uizqqcmr]{grid-template-columns:1fr;gap:2rem;max-width:90%;margin:0 auto}.gallery-item[data-astro-cid-uizqqcmr]{width:90%;margin:0 auto;aspect-ratio:16/10;height:400px;cursor:default}.gallery-item[data-astro-cid-uizqqcmr]:hover{transform:none;box-shadow:var(--shadow-lg)}.gallery-item[data-astro-cid-uizqqcmr]:hover .gallery-image[data-astro-cid-uizqqcmr]{transform:none}.gallery-item[data-astro-cid-uizqqcmr]:hover .image-overlay[data-astro-cid-uizqqcmr]{opacity:0}.gallery-item[data-astro-cid-uizqqcmr]{pointer-events:none}.hero-section[data-astro-cid-uizqqcmr]{height:50vh;min-height:400px}.hero-title[data-astro-cid-uizqqcmr]{font-size:clamp(2.5rem,8vw,3.5rem)}}@media (max-width: 480px){.gallery-grid[data-astro-cid-uizqqcmr]{grid-template-columns:1fr;gap:1.5rem;max-width:90%;margin:0 auto}.gallery-item[data-astro-cid-uizqqcmr]{width:90%;margin:0 auto;aspect-ratio:16/10;height:350px;cursor:default}.gallery-item[data-astro-cid-uizqqcmr]:hover{transform:none;box-shadow:var(--shadow-lg)}.gallery-item[data-astro-cid-uizqqcmr]:hover .gallery-image[data-astro-cid-uizqqcmr]{transform:none}.gallery-item[data-astro-cid-uizqqcmr]:hover .image-overlay[data-astro-cid-uizqqcmr]{opacity:0}.gallery-item[data-astro-cid-uizqqcmr]{pointer-events:none}.container[data-astro-cid-uizqqcmr]{padding:0 1rem}.hero-text[data-astro-cid-uizqqcmr]{padding:0 .5rem}.overlay-content[data-astro-cid-uizqqcmr] h3[data-astro-cid-uizqqcmr]{font-size:1rem}.overlay-content[data-astro-cid-uizqqcmr] p[data-astro-cid-uizqqcmr]{font-size:.75rem}.modal-content[data-astro-cid-uizqqcmr]{width:95vw;margin:1rem}.modal-info[data-astro-cid-uizqqcmr]{padding:1.5rem}.modal-info[data-astro-cid-uizqqcmr] h3[data-astro-cid-uizqqcmr]{font-size:1.25rem}.modal-info[data-astro-cid-uizqqcmr] p[data-astro-cid-uizqqcmr]{font-size:1rem}.modal-close[data-astro-cid-uizqqcmr]{width:2.5rem;height:2.5rem;font-size:1.25rem;top:.75rem;right:.75rem}}
