:root{--green-600:#1f6e4a;--green-400:#3fa172;--sand-100:#f5efe6;--dark-700:#1f2933;--muted:#6b7280;--accent:#f6c85f}body{background:linear-gradient(180deg,#f5efe6,#fff);background:linear-gradient(180deg,var(--sand-100),#fff);color:#1f2933;color:var(--dark-700);font-family:Inter,sans-serif;margin:0}.app{background-attachment:fixed;background-position:center 0;background-size:cover;display:flex;flex-direction:column;min-height:100vh}.header{background:#1f6e4a;background:var(--green-600);color:#fff;padding:20px;text-align:center}.brand{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:6px}.logo{height:auto;width:50px}.header h1{font-size:28px;margin:0}.header p{color:#f5efe6;color:var(--sand-100);font-size:14px;font-style:italic;margin:0}main{flex:1 1;padding:24px}.section{background:#fff;border-radius:12px;box-shadow:0 6px 18px #1018200f;margin-bottom:32px;opacity:0;padding:20px;transform:translateY(30px);transition:all .8s ease-out}.section.alt{background:#3fa1720f}.side-by-side{display:flex;flex-direction:column;gap:20px}@media (min-width:768px){.side-by-side{align-items:center;flex-direction:row}.side-by-side .image-box,.side-by-side .text{flex:1 1}}.section h2{color:#1f6e4a;color:var(--green-600);margin-top:0}.section ul{color:#6b7280;color:var(--muted);list-style:disc;margin-left:20px}.section a{color:#1f6e4a;color:var(--green-600);font-weight:600}.footer{background:#3fa172;background:var(--green-400);color:#fff;font-size:14px;padding:14px;text-align:center}img:not(.logo){border-radius:8px;cursor:pointer;display:block;height:auto;margin:10px auto;max-width:100%;transition:transform .2s ease,box-shadow .2s ease}.hover-parallax{transition:transform .4s ease-out,box-shadow .4s ease-out}.shadow-lift:hover{box-shadow:0 20px 30px #00000026;transform:scale(1.03) translateY(-5px)}img:not(.logo):hover{transform:scale(1.05)}.image-grid{grid-gap:16px;display:grid;gap:16px}@media (min-width:768px){.image-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.image-grid{grid-template-columns:repeat(4,1fr)}}.lightbox-overlay{align-items:center;background-color:#000000d9;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:999}.lightbox-overlay.active{opacity:1;visibility:visible}.lightbox-overlay img{border-radius:8px;max-height:90%;max-width:90%;transition:transform .3s ease}.lightbox-overlay img:hover{transform:scale(1.03)}.section.slide-fade-in{opacity:1;transform:translateX(0) translateY(0)}.section:nth-child(2n).slide-fade-in{transform:translateX(30px)}.section:nth-child(odd).slide-fade-in{transform:translateX(-30px)}.fade-slide-in{opacity:1!important;transform:translateY(0)!important;transition:transform .8s ease,opacity .8s ease}
/*# sourceMappingURL=main.479b16c9.css.map*/