/* Icon rendering and donation-section contrast fixes */
.social-link svg,.floating-wa svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.social-link:first-child svg{fill:currentColor;stroke:none}
.social-link svg .filled{fill:currentColor;stroke:none}
.floating-wa svg{width:23px;height:23px}
.donation .eyebrow{color:#346d2d;text-shadow:none}
.donation h2{color:#073d27}
.donation .secure{color:#245627}
.one{background-image:url('assets/pexels-photo-30073700.png')}
.two{background-image:url('assets/pexels-photo-37369630.png')}
.three{background-image:url('assets/pexels-photo-14075585.png')}

/* Mobile hero: portrait imagery, readable copy and comfortable touch layout */
@media(max-width:800px){
  .hero{height:680px;min-height:680px;background:#073d27}
  .hero:after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,rgba(2,40,23,.20) 0%,rgba(2,40,23,.60) 42%,rgba(2,40,23,.96) 100%);pointer-events:none}
  .slide{background-position:center 20%;transform:scale(1.01)}
  .slide.active{transform:scale(1)}
  .hero-content{min-height:680px;padding-top:0;padding-bottom:78px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:1}
  .hero .eyebrow{font-size:.65rem;letter-spacing:.14em;margin-bottom:10px}
  .hero h1{max-width:370px;font-size:clamp(2.45rem,11vw,3.4rem);line-height:1.02;letter-spacing:-.045em}
  .hero-copy{font-size:.94rem;line-height:1.55;max-width:340px;margin:17px 0 23px}
  .actions{gap:15px;align-items:center}
  .hero .donate{padding:12px 17px;font-size:.79rem}
  .outline{font-size:.79rem;white-space:nowrap}
  .dots{bottom:28px;left:22px;transform:none}
}
@media(max-width:420px){
  .hero,.hero-content{height:620px;min-height:620px}
  .hero h1{font-size:2.35rem}
  .hero-copy{max-width:310px;font-size:.88rem}
}

/* Smooth, lightweight interaction and scroll transitions */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms),transform .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms)}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.cards article,.reel,.donate,.text-link,.social-link,.floating-wa,.photo-stack img{will-change:transform;transition:transform .3s ease,box-shadow .3s ease,background-color .25s ease}
.photo-stack img{transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.photo-stack:hover img{transform:scale(1.035)}
.social-link:hover{transform:translateY(-3px);background:#75ad47;border-color:#75ad47}
.floating-wa{animation:whatsAppPulse 2.6s ease-in-out infinite}
@keyframes whatsAppPulse{0%,100%{box-shadow:0 4px 16px #06351b66}50%{box-shadow:0 6px 0 8px #25d36628,0 8px 20px #06351b66}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
