*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;color:#333;background-color:#fff}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400}p{margin:0 0 1rem}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}h2{font-size:2rem;font-weight:700;margin-bottom:.875rem}h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}h4{font-size:1.25rem;font-weight:700;margin-bottom:.625rem}h5{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}h6{font-size:1rem;font-weight:700;margin-bottom:.5rem}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--splash-bg-color, #ffffff);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .8s ease-out,visibility .8s ease-out,background-color .5s ease;cursor:pointer}.splash-screen.fade-out{opacity:0;visibility:hidden;pointer-events:none}.splash-screen.splash-screen-hidden{display:none!important}.splash-screen--image{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;position:relative;background-color:transparent!important}.splash-screen--image[style*=background-image]{background-image:inherit!important}.splash-screen--image[style*=--splash-bg-image]{background-image:var(--splash-bg-image)!important}.splash-screen--image:not([style*=background-image]){background-color:#ffffffe6!important}.splash-screen--image .splash-text{position:relative;z-index:2;color:var(--splash-text-color, #fff)}.splash-screen--image:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none}.splash-text{font-family:var(--font-family-base, "Arial", sans-serif);font-size:3rem;font-weight:700;color:var(--splash-text-color, #4a90e2);text-align:center;line-height:1.2}.splash-text span,.splash-text .char{display:inline-block;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.splash-text .char.whitespace{width:.3em}.splash-logo-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:transparent}.splash-logo-image{max-width:60vw;max-height:40vh;width:auto;height:auto;display:block;background:transparent!important;background-color:transparent!important;border-radius:0;padding:0;filter:contrast(1.1) brightness(1.05)}.splash-logo-image[src*=".png"],.splash-logo-image[src*=".jpg"],.splash-logo-image[src*=".jpeg"],.splash-logo-image[src*=".webp"]{background:transparent!important;background-color:transparent!important}.splash-hidden .splash-screen{display:none!important}@media (max-width: 768px){.splash-text{font-size:2rem;padding:0 1rem}}.splash-text[data-animation=fade-up] .char{opacity:0;transform:translateY(20px)}.splash-text[data-animation=fade-down] .char{opacity:0;transform:translateY(-20px)}.splash-text[data-animation=scale-in] .char{opacity:0;transform:scale(0)}.splash-text[data-animation=rotate-in] .char{opacity:0;transform:rotate(-180deg)}.splash-text[data-animation=bounce-in] .char{opacity:0;transform:translateY(-30px)}@media (prefers-reduced-motion: reduce){.splash-screen,.splash-text .char{transition:none}}@media (prefers-contrast: high){.splash-screen{background:#000}.splash-text{color:#fff}}.image-gallery-section{padding-top:var(--section-padding-top);padding-bottom:var(--section-padding-bottom);background-color:#fafafa;width:100%;max-width:100%}.image-gallery-section.image-gallery-section--full-width{padding-left:0;padding-right:0}.image-gallery-section.image-gallery-section--full-width .image-gallery__container{max-width:100%;padding-left:0;padding-right:0}.image-gallery-section.image-gallery-section--full-width .image-gallery__grid{padding-left:0;padding-right:0}.image-gallery__full-width{width:100%;max-width:100%}.image-gallery__header{margin-bottom:3rem}.image-gallery__header .image-gallery__title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:#333}@media (max-width: 768px){.image-gallery__header .image-gallery__title{font-size:2rem}}.image-gallery__header .image-gallery__subtitle{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.image-gallery__container{width:100%}.image-gallery__container.image-gallery__container--full-width{max-width:100%;padding-left:0;padding-right:0}.image-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:100%;max-width:100%;padding:0 2rem}@media (max-width: 1024px){.image-gallery__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 1.5rem}}@media (max-width: 768px){.image-gallery__grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}}.image-gallery__item{position:relative;overflow:hidden;border-radius:0;box-shadow:0 4px 12px #0000001a;transition:none;animation:fadeInUp .6s ease-out forwards;opacity:0}.image-gallery__item:nth-child(1){animation-delay:.1s}.image-gallery__item:nth-child(2){animation-delay:.2s}.image-gallery__item:nth-child(3){animation-delay:.3s}.image-gallery__item:nth-child(4){animation-delay:.4s}.image-gallery__item:nth-child(5){animation-delay:.5s}.image-gallery__item:nth-child(6){animation-delay:.6s}.image-gallery__item:nth-child(7){animation-delay:.7s}.image-gallery__item:nth-child(8){animation-delay:.8s}.image-gallery__item:nth-child(9){animation-delay:.9s}.image-gallery__item:nth-child(10){animation-delay:1s}.image-gallery__item:nth-child(11){animation-delay:1.1s}.image-gallery__item:nth-child(12){animation-delay:1.2s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.image-gallery__image-wrapper{position:relative;width:100%;height:0;padding-bottom:133.33%;overflow:hidden;transition:none}.image-gallery-section[data-aspect-ratio=square] .image-gallery__image-wrapper{padding-bottom:100%}.image-gallery-section[data-aspect-ratio=portrait] .image-gallery__image-wrapper{padding-bottom:133.33%}.image-gallery-section[data-aspect-ratio=landscape] .image-gallery__image-wrapper{padding-bottom:75%}.image-gallery-section[data-aspect-ratio=natural] .image-gallery__image-wrapper{padding-bottom:0;height:auto}.image-gallery__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:none;will-change:auto}.image-gallery-section[data-aspect-ratio=natural] .image-gallery__image{position:relative;width:100%;height:auto}.image-gallery__image.image-gallery__image--secondary{opacity:0!important;transition:opacity .3s cubic-bezier(.4,0,.2,1)!important;z-index:2}.image-gallery__image:not(.image-gallery__image--secondary){z-index:1}.image-gallery__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;color:#999;font-size:.875rem}.image-gallery-section[data-aspect-ratio=natural] .image-gallery__placeholder{position:relative;min-height:200px}.image-gallery__caption{position:absolute;bottom:0;left:0;right:0;z-index:10;background:linear-gradient(transparent,#0000004d);color:#fff;padding:1rem;opacity:1;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.image-gallery__caption p{margin:0;font-size:.875rem;line-height:1.4}.image-gallery__image-wrapper:hover .image-gallery__caption{transform:translateY(0)}.image-gallery__image-wrapper:hover .image-gallery__image--secondary{opacity:1!important}.image-gallery__image-wrapper:hover .image-gallery__image.image-gallery__image--secondary{opacity:1!important;visibility:visible!important}@media (max-width: 768px){.image-gallery__caption{transform:translateY(0)}}.image-gallery__empty{text-align:center;padding:3rem;color:#666}.image-gallery__empty p{font-size:1.125rem;margin:0}@media (max-width: 480px){.image-gallery__header{margin-bottom:2rem}.image-gallery__header .image-gallery__title{font-size:1.75rem}.image-gallery__header .image-gallery__subtitle{font-size:1rem}.image-gallery__grid{gap:.75rem}.image-gallery__item{border-radius:0}}.image-gallery__image[loading=lazy]{opacity:1;transition:opacity .3s ease}.image-gallery__image[loading=lazy]:not(.loaded){filter:brightness(.95)}.image-gallery__image[loading=lazy].loaded{opacity:1;filter:brightness(1)}.image-gallery__item:focus-within{outline:2px solid #007acc;outline-offset:2px}@media (prefers-contrast: high){.image-gallery__item{border:2px solid #000}.image-gallery__caption{background:#000000e6;border-top:1px solid #fff}}@media (prefers-reduced-motion: reduce){.image-gallery__item,.image-gallery__image,.image-gallery__caption,.image-gallery__image--secondary{transition:none}}.image-gallery__modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.image-gallery__modal-content{position:relative;max-width:90vw;max-height:90vh;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.image-gallery__modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border:none;background-color:#ffffffe6;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.image-gallery__modal-close:hover{background-color:#fff}.image-gallery__modal-close:focus{outline:2px solid #007acc;outline-offset:2px}.image-gallery__modal-image{width:100%;height:auto;max-height:70vh;object-fit:contain}.image-gallery__modal-caption{padding:1rem;background-color:#fff;border-top:1px solid #eee;text-align:center}.image-gallery__modal-caption p{margin:0;font-size:1rem;color:#333}@media (max-width: 768px){.image-gallery__modal{padding:.5rem}.image-gallery__modal-content{max-width:95vw;max-height:95vh}.image-gallery__modal-close{top:.5rem;right:.5rem;width:36px;height:36px;font-size:1.25rem}.image-gallery__modal-caption{padding:.75rem}.image-gallery__modal-caption p{font-size:.875rem}}
