:root{--orange: #4EADA0;--orange-dark: #3A8C80;--orange-light:#AEDDD7;--cream: #EDF7F5;--cream-dark: #D5EEE9;--brown: #1C4F47;--brown-dark: #0D3530;--text: #1A2E2B;--text-light: #4B6961;--white: #FFFFFF;--shadow: 0 4px 24px rgba(78,173,160,.15);--radius: 16px;--transition: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Lato,sans-serif;background-color:var(--cream);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Playfair Display,serif;line-height:1.2}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section-title{font-size:clamp(1.8rem,4vw,2.6rem);color:var(--brown);margin-bottom:.5rem}.section-subtitle{color:var(--text-light);font-size:1.1rem;margin-bottom:2.5rem}.divider{width:64px;height:4px;background:var(--orange);border-radius:2px;margin:.75rem 0 2rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:50px;font-family:Lato,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;border:none;transition:var(--transition);text-decoration:none}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 8px 20px #4eada059}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline:hover{background:var(--white);color:var(--orange);transform:translateY(-2px)}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff8f0f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--orange-light);transition:box-shadow var(--transition)}.header.scrolled{box-shadow:var(--shadow)}.nav{display:flex;align-items:center;justify-content:space-between;height:70px}.nav-logo{display:flex;align-items:center;gap:.6rem;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--brown)}.nav-logo-img{height:48px;width:48px;object-fit:contain;flex-shrink:0;border-radius:50%}.nav-links{display:flex;list-style:none;gap:.25rem;align-items:center}.nav-links a{padding:.5rem .9rem;border-radius:8px;font-weight:400;color:var(--text-light);transition:var(--transition);font-size:.95rem}.nav-links a:hover,.nav-links a.nav-active{color:var(--orange);background:var(--orange-light)}.nav-links a.nav-active{font-weight:700}.nav-links .nav-cta a{background:var(--orange);color:var(--white);font-weight:700;padding:.5rem 1.2rem}.nav-links .nav-cta a:hover{background:var(--orange-dark)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--brown)}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--brown-dark) 0%,#1F6B5F 50%,var(--orange-dark) 100%);position:relative;overflow:hidden;padding-top:70px}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 50%,rgba(78,173,160,.2) 0%,transparent 60%)}.hero-content{position:relative;z-index:1;max-width:700px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:var(--white);padding:.4rem 1rem;border-radius:50px;font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);color:var(--white);margin-bottom:1.25rem;line-height:1.1}.hero h1 span{color:var(--orange-light)}.hero-text{color:#ffffffd9;font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;max-width:560px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-hearts{position:absolute;right:8%;top:50%;transform:translateY(-50%);opacity:.12;pointer-events:none}.hero-hearts svg{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.about{padding:6rem 0;background:var(--white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image-wrapper{position:relative}.about-image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--orange-light),var(--cream-dark));border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--orange-dark);font-size:.95rem;font-weight:700;border:2px dashed var(--orange);text-align:center;padding:2rem}.about-image-placeholder svg{opacity:.5}.about-image-real{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.about-decoration{position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;background:var(--orange-light);border-radius:50%;z-index:-1}.about-text .section-title{margin-bottom:.25rem}.about-text p{color:var(--text-light);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.about-values{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.about-value{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:var(--cream);border-radius:12px;border-left:3px solid var(--orange)}.about-value-icon{font-size:1.4rem;flex-shrink:0}.about-value-text strong{display:block;color:var(--brown);font-size:.95rem;margin-bottom:.1rem}.about-value-text span{font-size:.875rem;color:var(--text-light)}.donation{padding:6rem 0;background:linear-gradient(135deg,var(--brown-dark) 0%,#1F6B5F 100%);position:relative;overflow:hidden}.donation:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.donation-inner{position:relative;z-index:1;text-align:center}.donation .section-title{color:var(--white)}.donation .section-subtitle{color:#ffffffbf}.donation .divider{background:var(--orange-light);margin:.75rem auto 2.5rem}.donation-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1rem}.donation-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius);padding:2rem;text-align:left;color:var(--white);transition:var(--transition)}.donation-card:hover{background:#ffffff26;transform:translateY(-4px)}.donation-card-icon{font-size:2rem;margin-bottom:1rem}.donation-card h3{font-family:Playfair Display,serif;font-size:1.2rem;margin-bottom:.75rem;color:var(--orange-light)}.iban-box{background:#0003;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:1rem 1.25rem;margin-top:.75rem}.iban-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:.3rem}.iban-number{font-size:1.1rem;font-weight:700;letter-spacing:.05em;color:var(--orange-light);font-family:Courier New,monospace}.donation-info-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.donation-info-list li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;opacity:.9}.donation-info-list .info-icon{font-size:1.1rem;flex-shrink:0}.donation-note{margin-top:2.5rem;padding:1.25rem 2rem;background:#ffffff14;border-radius:12px;border:1px solid rgba(255,255,255,.15);color:#fffc;font-size:.9rem;display:inline-flex;align-items:center;gap:.75rem}.gallery{padding:6rem 0;background:var(--cream-dark)}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-header .divider{margin:.75rem auto 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer;background:var(--orange-light)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--orange-dark);font-size:.8rem;font-weight:700;text-align:center;padding:1rem;border:2px dashed var(--orange);border-radius:12px}.gallery-placeholder svg{opacity:.4}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(13,53,48,.7) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:1rem}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-note{text-align:center;margin-top:2rem;color:var(--text-light);font-size:.9rem;padding:1rem;background:var(--white);border-radius:10px;border:1px dashed var(--orange-light);display:inline-block}.gallery-center{text-align:center}.gallery-item{cursor:pointer}.gallery-item:focus-visible{outline:3px solid var(--orange);outline-offset:2px}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:1rem;cursor:zoom-out}.lightbox-img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px;cursor:default;box-shadow:0 8px 48px #00000080}.lightbox-close{position:absolute;top:1.25rem;right:1.25rem;background:#ffffff26;border:none;color:#fff;font-size:1.5rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition);line-height:1}.lightbox-close:hover{background:#ffffff4d}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;font-size:2.5rem;width:52px;height:52px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition);line-height:1}.lightbox-prev{left:1.25rem}.lightbox-next{right:1.25rem}.lightbox-prev:hover,.lightbox-next:hover{background:#ffffff4d}.lightbox-counter{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.875rem;font-weight:700;letter-spacing:.05em}.products{padding:6rem 0;background:var(--cream)}.products-header{text-align:center;margin-bottom:3rem}.products-header .divider{margin:.75rem auto 1.5rem}.products-intro{max-width:620px;margin:0 auto;color:var(--text-light);font-size:1.05rem;line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--orange-light);transition:var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--orange)}.product-visual{background:linear-gradient(135deg,var(--cream-dark),var(--orange-light));aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-img-dots{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem}.product-dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff9;cursor:pointer;padding:0;transition:background .2s}.product-dot.active{background:var(--white)}.product-emoji{font-size:3.5rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.product-img{width:100%;height:100%;object-fit:cover}.product-info{padding:1rem 1.1rem 1.25rem;flex:1}.product-name{font-family:Playfair Display,serif;font-size:1.05rem;color:var(--brown);margin-bottom:.4rem}.product-desc{font-size:.875rem;color:var(--text-light);line-height:1.6}.product-price{margin-top:.6rem;font-size:1.05rem;font-weight:700;color:var(--orange)}.products-cta{margin-top:3rem;display:flex;justify-content:center}.products-cta-box{display:flex;align-items:flex-start;gap:1.25rem;background:var(--white);border:1px solid var(--orange-light);border-radius:var(--radius);padding:1.5rem 2rem;max-width:600px;text-align:left}.products-cta-icon{font-size:2rem;flex-shrink:0}.products-cta-box strong{display:block;color:var(--brown);margin-bottom:.35rem;font-size:1rem}.products-cta-box p{color:var(--text-light);font-size:.9rem;line-height:1.6}.products-cta-box a{color:var(--orange);font-weight:700}.products-cta-box a:hover{text-decoration:underline}@media (max-width: 900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}.contact{padding:6rem 0;background:var(--white)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info-cards{display:flex;flex-direction:column;gap:1rem}.contact-card{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:var(--cream);border-radius:var(--radius);border:1px solid var(--orange-light);transition:var(--transition)}.contact-card:hover{border-color:var(--orange);box-shadow:var(--shadow)}.contact-card-icon{width:48px;height:48px;background:var(--orange);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.3rem;flex-shrink:0}.contact-card-content h4{font-family:Lato,sans-serif;font-weight:700;color:var(--brown);margin-bottom:.35rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.contact-card-content p,.contact-card-content a{color:var(--text);font-size:1rem;line-height:1.5}.contact-card-content a:hover{color:var(--orange);text-decoration:underline}.contact-social{margin-top:1rem}.contact-social h3{font-family:Lato,sans-serif;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin-bottom:.75rem}.social-link{display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 1.5rem;background:#1877f2;color:var(--white);border-radius:10px;font-weight:700;font-size:.95rem;transition:var(--transition)}.social-link:hover{background:#1558b0;transform:translateY(-2px);box-shadow:0 4px 16px #1877f24d}.contact-map-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--cream-dark),var(--orange-light));border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem;border:2px solid var(--orange-light)}.contact-map-placeholder svg{color:var(--orange)}.contact-map-placeholder h4{font-family:Playfair Display,serif;color:var(--brown);font-size:1.1rem}.contact-map-placeholder p{color:var(--text-light);font-size:.95rem;line-height:1.6}.contact-map-placeholder a{color:var(--orange);font-weight:700;font-size:.9rem}.contact-map-placeholder a:hover{text-decoration:underline}.footer{background:var(--brown-dark);color:#ffffffbf;padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand .nav-logo{color:var(--white);margin-bottom:1rem}.footer-brand p{font-size:.9rem;line-height:1.7}.footer-col h4{font-family:Lato,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--orange-light);margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col ul li a{font-size:.9rem;transition:color var(--transition)}.footer-col ul li a:hover{color:var(--orange-light)}.footer-col address{font-style:normal;font-size:.9rem;line-height:1.8}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.85rem}.footer-bottom a{color:var(--orange-light)}@media (max-width: 768px){.nav-links{display:none;position:fixed;top:70px;left:0;right:0;background:var(--cream);flex-direction:column;padding:1.5rem;border-bottom:2px solid var(--orange-light);box-shadow:0 8px 24px #0000001a;gap:.5rem;align-items:stretch}.nav-links.open{display:flex}.nav-links a{padding:.75rem 1rem;border-radius:8px}.nav-toggle{display:block}.hero{text-align:center;padding:6rem 0 4rem}.hero-content{margin:0 auto}.hero-buttons{justify-content:center}.hero-hearts{display:none}.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-decoration{display:none}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}.page-banner{background:linear-gradient(135deg,var(--brown-dark) 0%,#1F6B5F 100%);padding:calc(70px + 3.5rem) 0 3rem;text-align:center;color:var(--white)}.page-banner-icon{font-size:3rem;margin-bottom:.75rem;line-height:1}.page-banner-title{font-size:clamp(2rem,5vw,3rem);color:var(--white);margin-bottom:.75rem}.page-banner-subtitle{color:#ffffffbf;font-size:1.1rem;max-width:560px;margin:0 auto;line-height:1.6}.home-event{padding:5rem 0;background:var(--white)}.home-event-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.home-event-text{display:flex;flex-direction:column;gap:.75rem}.home-event-text p:not(.section-subtitle){color:var(--text-light);line-height:1.75;font-size:1rem}.home-event-img img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);display:block}.home-photo-banner{width:100%;height:340px;overflow:hidden}.home-photo-banner img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.home-cards{padding:5rem 0 6rem;background:var(--cream)}.home-cards-header{text-align:center;margin-bottom:2.5rem}.home-cards-header .divider{margin:.75rem auto 0}.home-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.home-card{display:flex;flex-direction:column;gap:.6rem;padding:2rem 1.5rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--orange-light);text-decoration:none;color:var(--text);transition:var(--transition)}.home-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--orange)}.home-card-emoji{font-size:2.5rem;line-height:1}.home-card h3{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--brown)}.home-card p{font-size:.9rem;color:var(--text-light);line-height:1.6;flex:1}.home-card-arrow{font-size:1.2rem;color:var(--orange);font-weight:700;transition:transform var(--transition)}.home-card:hover .home-card-arrow{transform:translate(4px)}.notfound{min-height:calc(100vh - 70px);padding-top:70px;display:flex;align-items:center;justify-content:center;background:var(--cream)}.notfound-inner{text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.notfound-icon{font-size:5rem;line-height:1}.notfound-inner h1{font-size:2rem;color:var(--brown)}.notfound-inner p{color:var(--text-light);font-size:1.1rem;margin-bottom:.5rem}.page-banner+section,.page-banner~*>section:first-child{padding-top:4rem}@media (max-width: 768px){.home-event-inner{grid-template-columns:1fr;gap:2rem}.home-photo-banner{height:220px}.home-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.gallery-grid{grid-template-columns:1fr}}
