
:root{
  --navy:#313151;--yellow:#f5d620;--green:#5abf7c;--coral:#f25f5f;--blue:#5b77ce;
  --ink:#24243f;--text:#4d4d63;--muted:#f6f7fa;--white:#fff;
  --radius:22px;--shadow:0 16px 45px rgba(49,49,81,.10)
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
img{max-width:100%;display:block} a{color:inherit;text-decoration:none}
.container{width:min(1140px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(49,49,81,.08)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:210px}.main-nav{display:flex;align-items:center;gap:24px;font-weight:650;font-size:.95rem}
.main-nav a{transition:opacity .2s}.main-nav a:hover{opacity:.65}.nav-cta{background:var(--navy);color:#fff;padding:11px 18px;border-radius:999px}
.menu-toggle{display:none;border:0;background:transparent;font-size:1.7rem;cursor:pointer}
.hero{position:relative;overflow:hidden;min-height:690px;display:grid;place-items:center;background:radial-gradient(circle at 50% 5%,rgba(245,214,32,.12),transparent 30%),linear-gradient(180deg,#fff,#fbfbfd)}
.hero-content{text-align:center;padding-block:90px;position:relative;z-index:2}.hero-logo-wrap{display:flex;justify-content:center;margin-bottom:26px}.hero-logo{width:min(560px,78vw)}
.eyebrow,.section-label{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.76rem;color:var(--blue);margin:0 0 14px}
.hero h1{font-size:clamp(2.7rem,6vw,5.4rem);line-height:.98;letter-spacing:-.055em;margin:0;color:var(--navy)}.hero h1 span{color:var(--coral)}
.hero-text{max-width:720px;margin:26px auto 0;font-size:clamp(1.05rem,2vw,1.3rem);color:var(--text)}
.hero-actions{margin-top:34px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;font-weight:800;border:0;cursor:pointer;font:inherit}
.btn-primary{background:var(--navy);color:#fff}.btn-secondary{border:2px solid var(--navy);color:var(--navy);background:#fff}.btn-light{background:#fff;color:var(--navy)}
.hero-accent{position:absolute;border-radius:999px;opacity:.95}.accent-yellow{width:260px;height:22px;background:var(--yellow);top:95px;left:-65px;transform:rotate(-25deg)}
.accent-coral{width:220px;height:22px;background:var(--coral);top:120px;right:-45px;transform:rotate(28deg)}
.accent-green{width:260px;height:22px;background:var(--green);bottom:110px;right:-80px;transform:rotate(-26deg)}
.accent-blue{width:240px;height:22px;background:var(--blue);bottom:100px;left:-70px;transform:rotate(24deg)}
.section{padding:96px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;letter-spacing:-.035em;margin:0;color:var(--navy)}
.body-copy{font-size:1.08rem;color:var(--text)}.body-copy p:first-child{margin-top:0}.how{background:var(--muted)}
.steps{margin-top:50px;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.step{background:#fff;padding:26px 22px;border-radius:var(--radius);box-shadow:var(--shadow)}
.step span{display:inline-block;font-size:.85rem;font-weight:900;color:var(--coral);margin-bottom:25px}.step h3,.project-card h3{margin:0 0 8px;font-size:1.3rem;color:var(--navy)}
.step p{margin:0;color:var(--text);font-size:.94rem}.project-grid{margin-top:48px;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.project-card{position:relative;padding:34px;border-radius:var(--radius);border-top:7px solid;background:#fff;box-shadow:var(--shadow);display:block;transition:transform .18s,box-shadow .18s}
.project-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(49,49,81,.14)}
.project-yellow{border-color:var(--yellow)}.project-blue{border-color:var(--blue)}.project-green{border-color:var(--green)}.project-coral{border-color:var(--coral)}
.project-tag{display:inline-block;padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:800;background:var(--muted);color:var(--text);margin-bottom:18px}
.project-card p{color:var(--text)}.project-card strong{display:block;margin-top:20px;color:var(--navy)}
.impact{background:var(--navy);color:#fff}.impact h2{color:#fff;max-width:620px}.section-label.light{color:var(--yellow)}
.impact-wrap{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:end}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.stat{border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:22px 16px}.stat strong{display:block;font-size:2.3rem;line-height:1;color:var(--yellow)}
.stat span{display:block;margin-top:9px;color:rgba(255,255,255,.75);font-size:.88rem}.text-link{display:inline-block;margin-top:18px;color:var(--blue);font-weight:800}
.volunteer{padding-top:0}.volunteer-box{background:var(--coral);color:#fff;padding:58px;border-radius:32px;display:flex;justify-content:space-between;gap:40px;align-items:center}
.volunteer-box h2{color:#fff;max-width:680px}.volunteer-box p{max-width:650px}.contact{background:var(--muted)}.contact h2{max-width:760px}.contact-note{color:var(--text);margin-top:20px}
.site-footer{padding:35px 0;border-top:1px solid rgba(49,49,81,.08)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--text);font-size:.9rem}.footer-inner img{width:170px}

/* V2: volunteer form */
.volunteer-form-box{align-items:flex-start}.volunteer-copy{flex:0 0 35%}
.volunteer-form{flex:1;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);padding:28px;border-radius:24px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.volunteer-form label,.volunteer-form legend{font-weight:750}
.volunteer-form input[type=text],.volunteer-form input[type=email],.volunteer-form input[type=tel],.volunteer-form textarea{width:100%;margin-top:7px;padding:13px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.3);background:#fff;color:var(--ink);font:inherit}
.volunteer-form textarea{resize:vertical}.volunteer-form fieldset{border:0;padding:0;margin:22px 0}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.check-grid label{background:rgba(255,255,255,.12);padding:10px 12px;border-radius:10px;font-weight:600}
.consent{display:flex;align-items:flex-start;gap:10px;margin:18px 0;font-size:.9rem;font-weight:500!important}.form-status{margin:14px 0 0;font-size:.82rem;opacity:.84}

/* V2: project detail pages */
.project-hero{padding:95px 0 55px;background:linear-gradient(180deg,#fff,#f7f7fa)}
.project-hero h1{font-size:clamp(2.8rem,7vw,5.8rem);line-height:.98;letter-spacing:-.055em;color:var(--navy);margin:0}
.project-intro{max-width:760px;margin-top:24px;font-size:1.2rem;color:var(--text)}
.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.detail-grid article{padding:30px;border-radius:22px;background:var(--muted)}
.detail-grid h2{font-size:1.45rem;margin-bottom:10px}.detail-grid p{margin:0;color:var(--text)}
.result-strip{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}.result-strip strong{background:var(--navy);color:#fff;padding:13px 18px;border-radius:999px}
blockquote{margin:38px 0 0;padding:32px;border-left:6px solid var(--yellow);background:#fffdf2;color:var(--navy);font-size:1.12rem;border-radius:0 18px 18px 0}
blockquote span{display:block;margin-top:12px;color:var(--text);font-size:.9rem}.project-back{display:flex;gap:12px;flex-wrap:wrap;margin-top:42px}

@media(max-width:900px){
  .main-nav{position:absolute;top:78px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;background:#fff;padding:22px 30px 28px;border-bottom:1px solid rgba(49,49,81,.08)}
  .main-nav.open{display:flex}.menu-toggle{display:block}.two-col,.impact-wrap{grid-template-columns:1fr;gap:35px}.steps{grid-template-columns:repeat(2,1fr)}
  .volunteer-form-box{flex-direction:column}.volunteer-copy{flex-basis:auto}.project-nav{display:flex;position:static;padding:0;border:0;flex-direction:row}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1140px)}.brand img{width:160px}.hero{min-height:610px}.hero-content{padding-block:70px}.section{padding:72px 0}
  .steps,.project-grid,.stats,.form-grid,.check-grid,.detail-grid{grid-template-columns:1fr}.volunteer-box{padding:38px 26px;flex-direction:column;align-items:flex-start}
  .volunteer-form{padding:20px}.footer-inner{flex-direction:column;align-items:flex-start}.project-nav{display:none}
}

/* V3 — Google Form integrat */
.google-form-wrap{
  flex:1;
  width:100%;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(49,49,81,.15);
}
.google-form-wrap iframe{
  display:block;
  width:100%;
  min-height:1378px;
  border:0;
  background:#fff;
}
@media(max-width:900px){
  .google-form-wrap iframe{min-height:1450px}
}
@media(max-width:640px){
  .google-form-wrap{border-radius:16px}
  .google-form-wrap iframe{min-height:1550px}
}


/* V4 — mobile polish */
@media(max-width:640px){
  .site-header .header-inner{
    min-height:72px;
  }

  .brand img{
    width:150px;
  }

  .hero{
    min-height:auto;
    padding:0;
  }

  .hero-content{
    padding-top:42px;
    padding-bottom:54px;
  }

  .hero-logo-wrap{
    margin-bottom:20px;
  }

  .hero-logo{
    width:min(82vw,330px);
  }

  .eyebrow{
    font-size:.68rem;
    letter-spacing:.13em;
    margin-bottom:12px;
  }

  .hero h1{
    font-size:clamp(2.15rem,10.7vw,3.1rem);
    line-height:1.03;
    letter-spacing:-.045em;
  }

  .hero-text{
    margin-top:20px;
    font-size:1rem;
    line-height:1.55;
    max-width:92%;
  }

  .hero-actions{
    margin-top:28px;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    width:100%;
  }

  .hero-actions .btn{
    width:100%;
    min-height:54px;
  }

  .accent-yellow{
    width:155px;
    height:14px;
    top:84px;
    left:-42px;
  }

  .accent-coral{
    width:145px;
    height:14px;
    top:112px;
    right:-45px;
  }

  .accent-blue{
    width:150px;
    height:14px;
    bottom:50px;
    left:-48px;
  }

  .accent-green{
    width:150px;
    height:14px;
    bottom:48px;
    right:-50px;
  }

  .section{
    padding:64px 0;
  }

  h2{
    font-size:clamp(1.9rem,9vw,2.7rem);
    line-height:1.08;
  }

  .two-col{
    gap:24px;
  }

  .project-card{
    padding:26px 22px;
  }

  .volunteer-box{
    padding:30px 20px;
    border-radius:24px;
  }

  .google-form-wrap iframe{
    min-height:1550px;
  }
}


/* V5 — săgeți decorative inspirate de logo */
.hero-accent{
  display:none !important;
}

.brand-arrow{
  position:absolute;
  width:210px;
  height:22px;
  border-radius:999px;
  z-index:1;
  opacity:.96;
  filter:drop-shadow(0 4px 8px rgba(49,49,81,.06));
}

.brand-arrow span{
  position:absolute;
  width:0;
  height:0;
  top:50%;
  transform:translateY(-50%);
  border-top:22px solid transparent;
  border-bottom:22px solid transparent;
}

/* săgeata galbenă — stânga sus, spre centru */
.arrow-yellow{
  background:var(--yellow);
  top:118px;
  left:-48px;
  transform:rotate(-27deg);
}
.arrow-yellow span{
  right:-24px;
  border-left:34px solid var(--yellow);
}

/* săgeata coral — dreapta sus, spre centru */
.arrow-coral{
  background:var(--coral);
  top:145px;
  right:-55px;
  transform:rotate(28deg);
}
.arrow-coral span{
  left:-24px;
  border-right:34px solid var(--coral);
}

/* săgeata verde — dreapta jos, spre centru */
.arrow-green{
  background:var(--green);
  bottom:105px;
  right:-58px;
  transform:rotate(-27deg);
}
.arrow-green span{
  left:-24px;
  border-right:34px solid var(--green);
}

/* săgeata albastră — stânga jos, spre centru */
.arrow-blue{
  background:var(--blue);
  bottom:100px;
  left:-55px;
  transform:rotate(27deg);
}
.arrow-blue span{
  right:-24px;
  border-left:34px solid var(--blue);
}

@media(max-width:640px){
  .brand-arrow{
    width:118px;
    height:14px;
    opacity:.92;
  }

  .brand-arrow span{
    border-top-width:14px;
    border-bottom-width:14px;
  }

  .arrow-yellow{
    top:95px;
    left:-34px;
    transform:rotate(-27deg);
  }
  .arrow-yellow span{
    right:-17px;
    border-left-width:24px;
  }

  .arrow-coral{
    top:122px;
    right:-38px;
    transform:rotate(28deg);
  }
  .arrow-coral span{
    left:-17px;
    border-right-width:24px;
  }

  .arrow-green{
    bottom:64px;
    right:-40px;
    transform:rotate(-27deg);
  }
  .arrow-green span{
    left:-17px;
    border-right-width:24px;
  }

  .arrow-blue{
    bottom:66px;
    left:-38px;
    transform:rotate(27deg);
  }
  .arrow-blue span{
    right:-17px;
    border-left-width:24px;
  }
}


/* V6 — săgeți curbe, rotunjite, care înconjoară hero-ul */
.brand-arrow{display:none!important}

.hero{
  isolation:isolate;
}

.hero-orbit{
  position:absolute;
  inset:38px 6%;
  z-index:1;
  pointer-events:none;
}

.orbit-arrow{
  position:absolute;
  width:46%;
  height:44%;
  border-radius:120px;
}

/* fiecare segment este o curbă groasă, cu capăt rotunjit */
.orbit-yellow{
  left:0;
  top:0;
  border-top:22px solid var(--yellow);
  border-left:22px solid var(--yellow);
  border-top-left-radius:140px;
}
.orbit-yellow::after{
  content:"";
  position:absolute;
  right:-7px;
  top:-22px;
  width:0;
  height:0;
  border-top:18px solid transparent;
  border-bottom:18px solid transparent;
  border-left:28px solid var(--yellow);
  transform:translateY(-1px) rotate(8deg);
}

.orbit-coral{
  right:0;
  top:0;
  border-top:22px solid var(--coral);
  border-right:22px solid var(--coral);
  border-top-right-radius:140px;
}
.orbit-coral::after{
  content:"";
  position:absolute;
  right:-22px;
  bottom:-6px;
  width:0;
  height:0;
  border-left:18px solid transparent;
  border-right:18px solid transparent;
  border-top:28px solid var(--coral);
  transform:rotate(-8deg);
}

.orbit-green{
  right:0;
  bottom:0;
  border-bottom:22px solid var(--green);
  border-right:22px solid var(--green);
  border-bottom-right-radius:140px;
}
.orbit-green::after{
  content:"";
  position:absolute;
  left:-7px;
  bottom:-22px;
  width:0;
  height:0;
  border-top:18px solid transparent;
  border-bottom:18px solid transparent;
  border-right:28px solid var(--green);
  transform:translateY(1px) rotate(8deg);
}

.orbit-blue{
  left:0;
  bottom:0;
  border-bottom:22px solid var(--blue);
  border-left:22px solid var(--blue);
  border-bottom-left-radius:140px;
}
.orbit-blue::after{
  content:"";
  position:absolute;
  left:-22px;
  top:-6px;
  width:0;
  height:0;
  border-left:18px solid transparent;
  border-right:18px solid transparent;
  border-bottom:28px solid var(--blue);
  transform:rotate(-8deg);
}

/* pe desktop, orbita rămâne aerisită în jurul conținutului */
@media(min-width:641px){
  .hero-content{
    padding-inline:90px;
  }
}

/* mobil: săgețile formează un cadru oval în jurul întregului hero */
@media(max-width:640px){
  .hero{
    padding:18px 0 22px;
  }

  .hero-orbit{
    inset:18px 10px 20px 10px;
  }

  .orbit-arrow{
    width:48%;
    height:46%;
    border-radius:88px;
  }

  .orbit-yellow{
    border-top-width:12px;
    border-left-width:12px;
    border-top-left-radius:92px;
  }
  .orbit-yellow::after{
    right:-5px;
    top:-12px;
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:18px;
  }

  .orbit-coral{
    border-top-width:12px;
    border-right-width:12px;
    border-top-right-radius:92px;
  }
  .orbit-coral::after{
    right:-12px;
    bottom:-5px;
    border-left-width:10px;
    border-right-width:10px;
    border-top-width:18px;
  }

  .orbit-green{
    border-bottom-width:12px;
    border-right-width:12px;
    border-bottom-right-radius:92px;
  }
  .orbit-green::after{
    left:-5px;
    bottom:-12px;
    border-top-width:10px;
    border-bottom-width:10px;
    border-right-width:18px;
  }

  .orbit-blue{
    border-bottom-width:12px;
    border-left-width:12px;
    border-bottom-left-radius:92px;
  }
  .orbit-blue::after{
    left:-12px;
    top:-5px;
    border-left-width:10px;
    border-right-width:10px;
    border-bottom-width:18px;
  }

  .hero-content{
    padding:52px 22px 58px;
  }

  .hero-logo{
    width:min(72vw,290px);
  }

  .hero h1{
    font-size:clamp(2.05rem,10vw,2.85rem);
  }

  .hero-text{
    max-width:88%;
  }

  .hero-actions{
    width:88%;
    margin-inline:auto;
  }
}


/* V7 — orbită în 4 segmente, inspirată direct din logo */
.hero-orbit,
.orbit-arrow,
.brand-arrow{
  display:none !important;
}

.hero-logo-orbit{
  position:absolute;
  inset:28px 4.5% 30px;
  width:91%;
  height:calc(100% - 58px);
  z-index:1;
  pointer-events:none;
  overflow:visible;
}

.orbit-path{
  fill:none;
  stroke-width:28;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.orbit-y{stroke:var(--yellow)}
.orbit-c{stroke:var(--coral)}
.orbit-g{stroke:var(--green)}
.orbit-b{stroke:var(--blue)}

.orbit-y-fill{fill:var(--yellow)}
.orbit-c-fill{fill:var(--coral)}
.orbit-g-fill{fill:var(--green)}
.orbit-b-fill{fill:var(--blue)}

.hero-content{
  z-index:2;
}

/* desktop: păstrăm orbita aerisită */
@media(min-width:641px){
  .hero-logo-orbit{
    inset:26px 5% 28px;
    width:90%;
    height:calc(100% - 54px);
  }

  .orbit-path{
    stroke-width:24;
  }

  .hero-content{
    padding-inline:125px;
  }
}

/* mobil: oval compact, în jurul logo + titlu + CTA-uri */
@media(max-width:640px){
  .hero{
    overflow:hidden;
  }

  .hero-logo-orbit{
    inset:16px 1px 18px;
    width:calc(100% - 2px);
    height:calc(100% - 34px);
  }

  .orbit-path{
    stroke-width:18;
  }

  .hero-content{
    padding:54px 28px 60px;
  }

  .hero-logo{
    width:min(70vw,280px);
  }

  .hero h1{
    font-size:clamp(2rem,9.6vw,2.75rem);
    line-height:1.04;
  }

  .hero-text{
    max-width:84%;
    margin-inline:auto;
  }

  .hero-actions{
    width:82%;
    margin-inline:auto;
  }
}


/* V8 — hero curat, fără elemente decorative */
.hero-logo-orbit,
.hero-orbit,
.orbit-arrow,
.brand-arrow,
.hero-accent{
  display:none !important;
}

.hero-content{
  padding-inline:0 !important;
}

@media(max-width:640px){
  .hero{
    padding:0;
  }

  .hero-content{
    padding:42px 0 54px !important;
  }

  .hero-logo{
    width:min(82vw,330px);
  }

  .hero h1{
    font-size:clamp(2.15rem,10.7vw,3.1rem);
    line-height:1.03;
  }

  .hero-text{
    max-width:92%;
  }

  .hero-actions{
    width:100%;
  }
}

/* V9 — privacy */
.privacy-inline{
  flex-basis:100%;
  margin-top:-12px;
  margin-bottom:14px;
  padding:14px 18px;
  border-radius:14px;
  background:rgba(255,255,255,.13);
  font-size:.88rem;
  line-height:1.5;
}
.privacy-inline a{
  text-decoration:underline;
  font-weight:800;
}
.footer-links{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.footer-links a{
  color:var(--blue);
  font-weight:750;
}
.footer-links p{margin:0}

.legal-hero{
  padding:90px 0 48px;
  background:linear-gradient(180deg,#fff,#f7f7fa);
}
.legal-wrap{
  max-width:860px;
}
.legal-hero h1{
  margin:0;
  color:var(--navy);
  font-size:clamp(2.6rem,6vw,4.8rem);
  line-height:1;
  letter-spacing:-.045em;
}
.legal-lead{
  margin-top:22px;
  color:var(--text);
  font-size:1.15rem;
}
.legal-updated{
  color:var(--text);
  font-size:.9rem;
}
.legal-content h2{
  margin-top:42px;
  margin-bottom:12px;
  font-size:1.55rem;
  letter-spacing:-.02em;
}
.legal-content p,
.legal-content li{
  color:var(--text);
}
.legal-content a{
  color:var(--blue);
  text-decoration:underline;
}
.legal-note{
  margin-top:46px;
  padding:24px;
  border-radius:18px;
  background:var(--muted);
  color:var(--text);
}
@media(max-width:640px){
  .privacy-inline{
    margin-top:0;
  }
  .footer-links{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
  .legal-hero{
    padding:62px 0 34px;
  }
}

/* V10 — reparare layout GDPR + Google Form */
.volunteer-form-column{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.privacy-inline{
  flex-basis:auto !important;
  width:100%;
  margin:0 !important;
}
.google-form-wrap{
  width:100%;
  flex:none;
}
@media(max-width:900px){
  .volunteer-form-column{
    width:100%;
  }
}


/* V11 — multi-page navigation */
.main-nav .active{
  color:var(--blue);
}
.nav-cta.active{
  color:#fff;
}

.nav-dropdown{
  position:relative;
}
.dropdown-toggle{
  border:0;
  background:transparent;
  font:inherit;
  font-weight:650;
  color:var(--ink);
  cursor:pointer;
  padding:0;
}
.dropdown-toggle span{
  font-size:.8em;
}
.dropdown-menu{
  display:none;
  position:absolute;
  top:calc(100% + 14px);
  left:50%;
  transform:translateX(-50%);
  min-width:230px;
  padding:10px;
  background:#fff;
  border:1px solid rgba(49,49,81,.08);
  border-radius:16px;
  box-shadow:0 18px 45px rgba(49,49,81,.14);
  z-index:50;
}
.dropdown-menu a{
  display:block;
  padding:11px 13px;
  border-radius:10px;
  white-space:nowrap;
}
.dropdown-menu a:hover{
  background:var(--muted);
  opacity:1;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown.open .dropdown-menu{
  display:block;
}

.page-hero{
  padding:100px 0 62px;
  background:linear-gradient(180deg,#fff,#f7f7fa);
}
.narrow{
  max-width:860px;
}
.page-hero h1{
  margin:0;
  color:var(--navy);
  font-size:clamp(2.7rem,6vw,5rem);
  line-height:1;
  letter-spacing:-.045em;
}
.page-lead{
  margin-top:24px;
  max-width:780px;
  color:var(--text);
  font-size:1.15rem;
}
.home-projects{
  background:var(--muted);
}
.home-project-links{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.home-project-links a{
  padding:24px 26px;
  background:#fff;
  border-radius:18px;
  box-shadow:var(--shadow);
  font-weight:800;
  color:var(--navy);
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.home-project-links span{
  color:var(--coral);
  font-size:1.4rem;
}
.compact-cta{
  align-items:center;
}
.home-cta{
  padding-top:0;
}
.impact-page{
  background:var(--navy);
  color:#fff;
}
.large-stats{
  margin-bottom:42px;
}
.impact-list{
  display:grid;
  gap:12px;
}
.impact-list div{
  padding:20px 22px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;
  display:flex;
  justify-content:space-between;
  gap:24px;
}
.impact-list strong{
  color:var(--yellow);
}
.impact-list span{
  color:rgba(255,255,255,.78);
}
.partner-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.partner-grid article{
  padding:30px;
  background:var(--muted);
  border-radius:20px;
}
.partner-grid h2{
  font-size:1.55rem;
  margin-bottom:10px;
}
.partner-grid p{
  color:var(--text);
}
.form-page-wrap{
  max-width:900px;
}
.standalone-privacy{
  color:var(--text);
  background:var(--muted);
  margin-bottom:18px !important;
}
.standalone-privacy a{
  color:var(--blue);
}
.google-form-wrap.form-page iframe{
  min-height:1400px;
}

@media(max-width:900px){
  .nav-dropdown{
    width:100%;
  }
  .dropdown-toggle{
    width:100%;
    text-align:left;
  }
  .dropdown-menu{
    position:static;
    transform:none;
    box-shadow:none;
    border:0;
    padding:8px 0 0 14px;
    min-width:0;
  }
  .nav-dropdown:hover .dropdown-menu{
    display:none;
  }
  .nav-dropdown.open .dropdown-menu{
    display:block;
  }
}

@media(max-width:640px){
  .page-hero{
    padding:66px 0 40px;
  }
  .home-project-links,
  .partner-grid{
    grid-template-columns:1fr;
  }
  .impact-list div{
    flex-direction:column;
    gap:6px;
  }
}


/* V12 — fotografii homepage + Despre noi */
.home-intro-grid{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:54px;
  align-items:center;
}
.home-intro-copy .body-copy{
  margin-top:24px;
}
.home-community-photo,
.photo-card,
.about-organisation-photo{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  box-shadow:var(--shadow);
  background:var(--muted);
}
.home-community-photo{
  aspect-ratio:4/3;
}
.home-community-photo img,
.photo-card img,
.about-organisation-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.home-community-photo img{
  object-position:center;
}
.causes-gallery{
  background:#fff;
}
.causes-gallery h2{
  max-width:820px;
}
.home-photo-grid{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.photo-card{
  aspect-ratio:4/5;
}
.photo-card:nth-child(1) img{
  object-position:center 38%;
}
.photo-card:nth-child(2) img{
  object-position:center 45%;
}
.photo-card:nth-child(3) img{
  object-position:center 40%;
}
.about-how-head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:44px;
  align-items:center;
  margin-bottom:40px;
}
.about-organisation-photo{
  aspect-ratio:4/3;
}
.about-organisation-photo img{
  object-position:center 45%;
}

@media(max-width:900px){
  .home-intro-grid,
  .about-how-head{
    grid-template-columns:1fr;
  }
  .home-photo-grid{
    grid-template-columns:1fr 1fr;
  }
  .photo-card:last-child{
    grid-column:1 / -1;
    aspect-ratio:16/9;
  }
}

@media(max-width:640px){
  .home-community-photo{
    aspect-ratio:1/1;
  }
  .home-photo-grid{
    grid-template-columns:1fr;
  }
  .photo-card,
  .photo-card:last-child{
    grid-column:auto;
    aspect-ratio:4/5;
  }
  .about-organisation-photo{
    aspect-ratio:4/3;
  }
}

/* V13 — pagini foto pe episoade și Ziua cu Gust */
.episode-grid{margin:48px 0 10px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.episode-card{display:flex;flex-direction:column;gap:8px;padding:28px;border-radius:22px;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(49,49,81,.08);transition:.2s}
.episode-card:hover{transform:translateY(-3px)}.episode-card span{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--blue)}
.episode-card strong{font-size:1.35rem;color:var(--navy)}.episode-card em{font-style:normal;color:var(--coral);font-weight:800}
.story-callout{max-width:900px;margin:0 auto 46px;padding:32px;border-radius:24px;background:var(--muted)}
.story-callout h2{font-size:clamp(1.7rem,3vw,2.5rem);margin-bottom:12px}.story-callout p{color:var(--text);font-size:1.05rem}
.story-gallery{columns:3 280px;column-gap:18px}.story-photo{break-inside:avoid;margin:0 0 18px;border-radius:20px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.story-photo img{width:100%;height:auto}.story-photo figcaption{padding:16px 18px;color:var(--text);font-size:.95rem}
@media(max-width:700px){.episode-grid{grid-template-columns:1fr}.story-gallery{columns:1}.story-callout{padding:24px 20px}}

/* V14 — Ziua cu Gust: poveste vizuală în ordine cronologică */
.gust-hero{
  position:relative;
  min-height:clamp(560px,72vh,780px);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:var(--navy);
}
.gust-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 45%;
}
.gust-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(24,24,45,.08) 18%,rgba(24,24,45,.78) 100%);
}
.gust-hero-content{
  position:relative;
  z-index:1;
  color:#fff;
  padding-top:110px;
  padding-bottom:64px;
}
.gust-hero .section-label{color:var(--yellow)}
.gust-hero h1{
  margin:0;
  max-width:800px;
  font-size:clamp(3.2rem,8vw,6.8rem);
  line-height:.92;
  letter-spacing:-.055em;
  color:#fff;
}
.gust-hero-content>p:not(.section-label){
  max-width:720px;
  margin:22px 0 30px;
  font-size:clamp(1.08rem,2vw,1.3rem);
  line-height:1.55;
}
.gust-story{background:#fff}
.gust-intro{margin-bottom:76px}
.gust-chapter{margin:0 0 96px}
.gust-chapter-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.75fr);
  column-gap:60px;
  align-items:end;
  margin-bottom:30px;
}
.gust-chapter-heading .section-label{grid-column:1/-1;margin-bottom:12px}
.gust-chapter-heading h2{
  margin:0;
  max-width:720px;
  color:var(--navy);
  font-size:clamp(2rem,4vw,3.35rem);
  line-height:1.02;
  letter-spacing:-.035em;
}
.gust-chapter-heading>p:last-child{margin:0;color:var(--text);font-size:1.03rem;line-height:1.7}
.gust-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}
.gust-photo{
  grid-column:span 4;
  margin:0;
  overflow:hidden;
  border-radius:22px;
  background:#f3f3f6;
  box-shadow:var(--shadow);
}
.gust-photo img{
  display:block;
  width:100%;
  height:100%;
  min-height:440px;
  object-fit:cover;
}
.gust-grid-prep .gust-photo:nth-child(1),
.gust-grid-prep .gust-photo:nth-child(2){grid-column:span 6}
.gust-grid-prep .gust-photo:nth-child(3){grid-column:span 7}
.gust-grid-prep .gust-photo:nth-child(4){grid-column:span 5}
.gust-grid-prep .gust-photo:nth-child(1) img,
.gust-grid-prep .gust-photo:nth-child(2) img{height:610px}
.gust-grid-prep .gust-photo:nth-child(3) img,
.gust-grid-prep .gust-photo:nth-child(4) img{height:480px}
.gust-grid-cook .gust-photo img,
.gust-grid-logistics .gust-photo img{height:520px}
.gust-grid-distribution .gust-photo-feature{grid-column:span 7}
.gust-grid-distribution .gust-photo-feature+ .gust-photo{grid-column:span 5}
.gust-grid-distribution .gust-photo:nth-child(3){grid-column:span 5}
.gust-grid-distribution .gust-photo-final{grid-column:span 7}
.gust-grid-distribution .gust-photo img{height:560px}
.gust-photo figcaption{
  padding:18px 20px 20px;
  color:var(--navy);
  background:#fff;
  font-weight:800;
  line-height:1.45;
}
.gust-actions{justify-content:center;margin-top:16px}
@media(max-width:800px){
  .gust-hero{min-height:610px}
  .gust-hero-image{object-position:center center}
  .gust-hero-content{padding-top:90px;padding-bottom:48px}
  .gust-chapter{margin-bottom:72px}
  .gust-chapter-heading{grid-template-columns:1fr;row-gap:16px;margin-bottom:24px}
  .gust-grid{grid-template-columns:1fr;gap:14px}
  .gust-photo,
  .gust-grid-prep .gust-photo:nth-child(1),
  .gust-grid-prep .gust-photo:nth-child(2),
  .gust-grid-prep .gust-photo:nth-child(3),
  .gust-grid-prep .gust-photo:nth-child(4),
  .gust-grid-distribution .gust-photo-feature,
  .gust-grid-distribution .gust-photo-feature+ .gust-photo,
  .gust-grid-distribution .gust-photo:nth-child(3),
  .gust-grid-distribution .gust-photo-final{grid-column:1}
  .gust-photo img,
  .gust-grid-prep .gust-photo:nth-child(1) img,
  .gust-grid-prep .gust-photo:nth-child(2) img,
  .gust-grid-prep .gust-photo:nth-child(3) img,
  .gust-grid-prep .gust-photo:nth-child(4) img,
  .gust-grid-cook .gust-photo img,
  .gust-grid-logistics .gust-photo img,
  .gust-grid-distribution .gust-photo img{height:auto;min-height:0;aspect-ratio:4/5}
  .gust-grid-prep .gust-photo:nth-child(3) img{aspect-ratio:4/3}
}

/* Curatam Padurea — Episodul 1 storytelling */
.forest-hero{position:relative;min-height:720px;display:flex;align-items:flex-end;overflow:hidden;background:var(--navy);color:#fff}
.forest-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}
.forest-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,26,46,.08) 10%,rgba(9,26,46,.22) 48%,rgba(9,26,46,.88) 100%)}
.forest-hero-content{position:relative;z-index:1;padding-top:120px;padding-bottom:64px}.forest-hero .section-label{color:var(--yellow)}
.forest-hero h1{margin:0;color:#fff;font-size:clamp(3.4rem,9vw,7.2rem);line-height:.9;letter-spacing:-.055em}
.forest-hero-content>p:not(.section-label){max-width:720px;margin:22px 0 0;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.55}
.forest-story{background:#fff}.forest-intro{margin-bottom:78px}.forest-chapter{margin:0 0 96px}
.forest-chapter-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.75fr);gap:60px;align-items:end;margin-bottom:30px}
.forest-chapter-heading h2,.forest-break h2{margin:0;color:var(--navy);font-size:clamp(2rem,4vw,3.35rem);line-height:1.02;letter-spacing:-.035em}
.forest-chapter-heading p:last-child{margin:0;color:var(--text);font-size:1.03rem;line-height:1.7}
.forest-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}.forest-photo{grid-column:span 4;margin:0;overflow:hidden;border-radius:22px;background:#f3f3f6;box-shadow:var(--shadow)}
.forest-photo-wide{grid-column:span 8}.forest-photo img{display:block;width:100%;height:100%;min-height:500px;object-fit:cover}.forest-photo figcaption,.forest-impact-photo figcaption{padding:17px 20px;background:#fff;color:var(--navy);font-weight:800;line-height:1.45}
.forest-grid-found .forest-photo-wide{grid-column:span 7}.forest-grid-found .forest-photo:not(.forest-photo-wide){grid-column:span 5}.forest-grid-found .forest-photo img{height:540px}
.forest-break{display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:center;margin:0 0 96px;padding:42px;border-radius:30px;background:var(--muted)}
.forest-break p:last-child{margin:18px 0 0;line-height:1.7}.forest-break figure{margin:0;overflow:hidden;border-radius:22px}.forest-break img{display:block;width:100%;height:420px;object-fit:cover}
.forest-impact-photo{margin:0;overflow:hidden;border-radius:28px;background:#fff;box-shadow:var(--shadow)}.forest-impact-photo img{display:block;width:100%;height:min(72vw,760px);object-fit:cover;object-position:center center}
.forest-people-photo{margin:0 0 30px;overflow:hidden;border-radius:28px}.forest-people-photo img{display:block;width:100%;height:min(62vw,650px);object-fit:cover;object-position:center 38%}
.forest-people blockquote{margin-top:28px}.forest-actions{justify-content:center;margin-top:10px}
@media(max-width:800px){.forest-hero{min-height:620px}.forest-hero-content{padding-top:92px;padding-bottom:48px}.forest-chapter{margin-bottom:72px}.forest-chapter-heading{grid-template-columns:1fr;gap:16px}.forest-grid{grid-template-columns:1fr;gap:14px}.forest-photo,.forest-photo-wide,.forest-grid-found .forest-photo-wide,.forest-grid-found .forest-photo:not(.forest-photo-wide){grid-column:1}.forest-photo img,.forest-grid-found .forest-photo img{height:auto;min-height:0;aspect-ratio:4/3}.forest-break{grid-template-columns:1fr;padding:26px 20px;gap:26px}.forest-break img{height:auto;aspect-ratio:4/3}.forest-impact-photo img,.forest-people-photo img{height:auto;aspect-ratio:4/3}}

/* Navigation split: voluntariat / fundraising */
@media(min-width:1001px){.main-nav{gap:15px;font-size:.88rem}.nav-cta{padding-inline:15px}.dropdown-toggle{white-space:nowrap}}
/* Cupa Efect Voluntar */
.cupa-hero .forest-hero-image{object-position:center 52%}.cupa-ball,.cupa-trophy{max-width:820px;margin-inline:auto}.cupa-ball img{height:min(66vw,660px);object-position:center 52%}.cupa-trophy img{height:min(68vw,720px);object-position:center center}.cupa-fundraising img{object-position:center 58%}.cupa-huddle img{object-position:center 48%}.cupa-winners img{object-position:center 42%}.cupa-community{margin-bottom:96px}
@media(max-width:800px){.cupa-ball,.cupa-trophy{max-width:none}.cupa-community{margin-bottom:72px}}


/* V19 — Header + homepage design pass */
.site-header{
  background:rgba(255,255,255,.97);
  box-shadow:0 1px 0 rgba(49,49,81,.06);
}
.header-inner{
  min-height:84px;
  gap:34px;
}
.brand{
  flex:0 0 auto;
}
.brand img{
  width:198px;
}
.main-nav{
  margin-left:auto;
  gap:20px;
  font-size:.91rem;
}
.main-nav>a:not(.nav-cta),
.dropdown-toggle{
  min-height:44px;
  display:inline-flex;
  align-items:center;
}
.dropdown-toggle{
  gap:6px;
}
.dropdown-toggle span{
  transition:transform .18s ease;
}
.nav-dropdown.open .dropdown-toggle span,
.nav-dropdown:hover .dropdown-toggle span{
  transform:rotate(180deg);
}
.dropdown-menu{
  top:calc(100% + 8px);
  min-width:245px;
  padding:8px;
  border-radius:18px;
  box-shadow:0 20px 55px rgba(49,49,81,.15);
}
.dropdown-menu a{
  padding:12px 14px;
  font-size:.93rem;
}
.nav-cta{
  min-height:44px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 22px rgba(49,49,81,.16);
  transition:transform .18s ease,box-shadow .18s ease;
}
.nav-cta:hover{
  opacity:1!important;
  transform:translateY(-1px);
  box-shadow:0 11px 28px rgba(49,49,81,.22);
}

.home-hero{
  min-height:0;
  place-items:initial;
  padding:88px 0 94px;
  background:
    radial-gradient(circle at 12% 14%,rgba(245,214,32,.16),transparent 24%),
    radial-gradient(circle at 92% 84%,rgba(90,191,124,.12),transparent 24%),
    linear-gradient(180deg,#fff,#fbfbfd);
}
.home-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(440px,1.05fr);
  gap:68px;
  align-items:center;
}
.home-hero-copy{
  min-width:0;
}
.home-hero .eyebrow{
  margin-bottom:18px;
}
.home-hero h1{
  max-width:720px;
  font-size:clamp(3.4rem,5.5vw,5.8rem);
  text-align:left;
}
.home-hero .hero-text{
  max-width:620px;
  margin:28px 0 0;
  font-size:1.18rem;
}
.home-hero .hero-actions{
  justify-content:flex-start;
  margin-top:32px;
}
.home-hero-photo{
  margin:0;
  position:relative;
  border-radius:34px;
  overflow:hidden;
  aspect-ratio:4/5;
  box-shadow:0 28px 80px rgba(49,49,81,.17);
  background:var(--muted);
}
.home-hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
}
.home-hero-photo figcaption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  padding:15px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  color:var(--navy);
  font-weight:750;
  line-height:1.35;
  box-shadow:0 10px 30px rgba(49,49,81,.12);
}

.home-intro{
  padding:84px 0;
}
.home-intro-refined{
  grid-template-columns:1.05fr .75fr;
  gap:86px;
  align-items:end;
}
.home-intro-refined .home-intro-copy h2{
  max-width:720px;
}
.home-intro-text{
  margin:0;
  padding-bottom:5px;
}

.home-projects-volunteer{
  padding:104px 0 110px;
}
.home-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);
  gap:70px;
  align-items:end;
}
.home-section-head h2{
  max-width:760px;
}
.home-section-head>p{
  margin:0 0 4px;
  color:var(--text);
  font-size:1.03rem;
}
.project-showcase-grid{
  margin-top:48px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.project-showcase-card{
  min-width:0;
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(49,49,81,.07);
  box-shadow:0 14px 38px rgba(49,49,81,.08);
  transition:transform .2s ease,box-shadow .2s ease;
}
.project-showcase-card:hover{
  transform:translateY(-5px);
  box-shadow:0 23px 55px rgba(49,49,81,.14);
}
.project-showcase-card figure{
  margin:0;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#ececf2;
}
.project-showcase-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.project-showcase-card:hover img{
  transform:scale(1.025);
}
.project-showcase-card:nth-child(1) img{object-position:center 39%}
.project-showcase-card:nth-child(2) img{object-position:center 40%}
.project-showcase-card:nth-child(3) img{object-position:center 46%}
.project-showcase-body{
  min-height:292px;
  padding:26px 26px 24px;
  display:flex;
  flex-direction:column;
}
.project-kicker{
  align-self:flex-start;
  padding:5px 10px;
  border-radius:999px;
  background:var(--muted);
  color:var(--blue);
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:.69rem;
  font-weight:900;
}
.project-showcase-body h3{
  margin:17px 0 10px;
  color:var(--navy);
  font-size:1.55rem;
  line-height:1.15;
}
.project-showcase-body p{
  margin:0;
  color:var(--text);
}
.project-showcase-body strong{
  margin-top:auto;
  padding-top:24px;
  color:var(--navy);
}
.project-showcase-body strong span{
  color:var(--coral);
}

.fundraising-feature{
  padding:112px 0;
  background:#fff;
}
.fundraising-feature-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(350px,.9fr);
  gap:72px;
  align-items:center;
}
.fundraising-feature-photo{
  margin:0;
  aspect-ratio:16/10;
  overflow:hidden;
  border-radius:30px;
  box-shadow:var(--shadow);
  background:var(--muted);
}
.fundraising-feature-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 47%;
}
.fundraising-feature-copy h2{
  font-size:clamp(2.2rem,4vw,3.6rem);
}
.fundraising-feature-copy>p:not(.section-label){
  color:var(--text);
  font-size:1.08rem;
  margin:22px 0 28px;
}

.home-values-strip{
  background:var(--navy);
  color:#fff;
}
.home-values-strip h2{
  color:#fff;
  max-width:850px;
}
.home-values-strip .section-label{
  color:var(--yellow);
}
.home-value-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:44px;
}
.home-value-points>div{
  padding:24px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:20px;
  background:rgba(255,255,255,.035);
}
.home-value-points strong{
  display:block;
  color:var(--yellow);
  font-size:1.12rem;
  margin-bottom:8px;
}
.home-value-points span{
  color:rgba(255,255,255,.76);
}

.home-final-cta{
  background:var(--coral);
}
.home-final-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.btn-ghost-light{
  color:#fff;
  border:2px solid rgba(255,255,255,.72);
  background:transparent;
}

@media(max-width:1080px){
  .header-inner{gap:22px}
  .main-nav{gap:14px;font-size:.86rem}
  .brand img{width:176px}
  .nav-cta{padding-inline:15px}
}

@media(max-width:900px){
  .site-header .header-inner{min-height:76px}
  .brand img{width:176px}
  .main-nav{
    top:76px;
    gap:5px;
    padding:18px 22px 26px;
    max-height:calc(100vh - 76px);
    overflow-y:auto;
  }
  .main-nav>a:not(.nav-cta),
  .dropdown-toggle{
    width:100%;
    min-height:48px;
    padding:0 4px;
    justify-content:space-between;
    font-size:1rem;
  }
  .nav-cta{
    margin-top:8px;
    min-height:50px;
  }
  .dropdown-menu{
    padding:2px 0 8px 14px;
  }
  .dropdown-menu a{
    min-height:44px;
    display:flex;
    align-items:center;
  }
  .home-hero{
    padding:64px 0 72px;
  }
  .home-hero-grid,
  .home-intro-refined,
  .home-section-head,
  .fundraising-feature-grid{
    grid-template-columns:1fr;
  }
  .home-hero-grid{gap:44px}
  .home-hero-photo{
    width:min(100%,640px);
    aspect-ratio:16/10;
  }
  .home-hero-photo img{object-position:center 39%}
  .home-intro-refined{gap:28px}
  .home-section-head{gap:24px}
  .project-showcase-grid{grid-template-columns:1fr 1fr}
  .project-showcase-card:last-child{grid-column:1/-1}
  .fundraising-feature-grid{gap:36px}
  .home-value-points{grid-template-columns:1fr}
}

@media(max-width:640px){
  .site-header .header-inner{min-height:70px}
  .brand img{width:152px}
  .main-nav{top:70px}
  .home-hero{
    padding:46px 0 56px;
  }
  .home-hero-grid{
    gap:34px;
  }
  .home-hero h1{
    font-size:clamp(2.55rem,12.4vw,3.65rem);
    line-height:1;
  }
  .home-hero .hero-text{
    max-width:none;
    margin-top:20px;
    font-size:1rem;
  }
  .home-hero .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    gap:10px;
  }
  .home-hero .hero-actions .btn{width:100%}
  .home-hero-photo{
    aspect-ratio:4/5;
    border-radius:24px;
  }
  .home-hero-photo img{
    object-position:center 42%;
  }
  .home-hero-photo figcaption{
    left:14px;
    right:14px;
    bottom:14px;
    padding:12px 14px;
    font-size:.9rem;
  }
  .home-intro{
    padding:64px 0;
  }
  .home-projects-volunteer,
  .fundraising-feature{
    padding:72px 0;
  }
  .project-showcase-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .project-showcase-card:last-child{grid-column:auto}
  .project-showcase-card figure{aspect-ratio:16/10}
  .project-showcase-body{min-height:0;padding:22px}
  .project-showcase-body strong{padding-top:20px}
  .fundraising-feature-photo{
    aspect-ratio:4/3;
    border-radius:24px;
  }
  .fundraising-feature-photo img{object-position:center 44%}
  .home-final-cta{
    gap:26px;
  }
  .home-final-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
  }
  .home-final-actions .btn{width:100%}
}


/* === Design Pass 2 FINAL: responsive nav + safe photo crops + mobile performance === */

/* Keep the full 4:3 group photo visible instead of forcing a tall crop. */
.home-hero-photo{
  aspect-ratio:4/3;
}
.home-hero-photo img{
  object-position:center center;
}

/* Preserve faces near the top of the two portrait project images. */
.project-showcase-card:nth-child(1) img{object-position:center 20%}
.project-showcase-card:nth-child(2) img{object-position:center 16%}
.project-showcase-card:nth-child(3) img{object-position:center 42%}

/* At intermediate desktop widths the full nav no longer has enough room.
   Switch to the mobile menu before labels start wrapping awkwardly. */
@media(max-width:1120px){
  .main-nav{
    position:absolute;
    top:78px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    background:#fff;
    padding:20px 26px 28px;
    border-bottom:1px solid rgba(49,49,81,.08);
    box-shadow:0 18px 38px rgba(49,49,81,.08);
    max-height:calc(100vh - 78px);
    overflow-y:auto;
    gap:5px;
  }
  .main-nav.open{display:flex}
  .menu-toggle{
    display:block;
    margin-left:auto;
  }
  .main-nav>a:not(.nav-cta),
  .dropdown-toggle{
    width:100%;
    min-height:48px;
    padding:0 4px;
    justify-content:space-between;
    font-size:1rem;
  }
  .nav-cta{
    margin-top:8px;
    min-height:50px;
  }
  .dropdown-menu{
    position:static;
    display:none;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
    border:0;
    min-width:0;
    padding:2px 0 8px 14px;
  }
  .nav-dropdown:hover .dropdown-menu{display:none}
  .nav-dropdown.open .dropdown-menu{display:block}
  .dropdown-menu a{
    min-height:44px;
    display:flex;
    align-items:center;
  }
}

/* Tablet: keep the hero as the source image's natural 4:3 composition. */
@media(max-width:900px){
  .home-hero-photo{
    width:min(100%,720px);
    aspect-ratio:4/3;
  }
  .home-hero-photo img{
    object-position:center center;
  }
}

/* Phone: less aggressive card crops. A square window preserves heads much
   better than the previous wide 16:10 crop for portrait source photos. */
@media(max-width:640px){
  .home-hero-photo{
    aspect-ratio:4/3;
  }
  .home-hero-photo img{
    object-position:center center;
  }
  .project-showcase-card figure{
    aspect-ratio:1/1;
  }
  .project-showcase-card:nth-child(1) img{object-position:center 15%}
  .project-showcase-card:nth-child(2) img{object-position:center 12%}
  .project-showcase-card:nth-child(3) img{object-position:center 36%}
}

/* === Despre noi redesign === */
.about-page{overflow:hidden}.about-hero{padding:110px 0 90px;background:radial-gradient(circle at 12% 28%,rgba(255,217,84,.18),transparent 28%),radial-gradient(circle at 88% 80%,rgba(98,196,146,.12),transparent 30%),#fff}.about-hero-inner{max-width:980px}.about-hero h1{max-width:900px;margin:14px 0 24px;font-size:clamp(2.7rem,5.4vw,5.3rem);line-height:.98;letter-spacing:-.045em}.about-hero-lead{max-width:720px;font-size:1.28rem;line-height:1.7}.about-copy-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.about-copy-grid h2,.about-section-heading h2,.community-cta-card h2,.founders-copy h2,.final-cta-card h2{margin:10px 0 0;font-size:clamp(2rem,3.6vw,3.6rem);line-height:1.08;letter-spacing:-.035em}.about-copy{font-size:1.18rem;line-height:1.8}.about-statement{margin-top:54px;padding:42px 46px;border-radius:28px;background:#313151;color:#fff;font-size:clamp(1.5rem,2.6vw,2.6rem);line-height:1.3}.about-statement p{margin:0}.about-mission,.about-values{background:#f7f8fc}.about-section-heading{max-width:820px;margin-bottom:44px}.mission-manifesto{max-width:1080px}.mission-lead{max-width:850px;font-size:1.3rem;line-height:1.7}.mission-callout{margin:36px 0 18px;padding:34px 38px;border-radius:26px;background:#fff;border:1px solid rgba(49,49,81,.08);box-shadow:0 12px 30px rgba(49,49,81,.05);font-size:clamp(1.45rem,2.5vw,2.5rem);line-height:1.25}.mission-callout p{margin:0}.mission-callout p+p{margin-top:6px}.mission-callout-secondary{background:#fff3f3;color:#313151}.mission-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}.mission-columns p{margin:0;padding-top:22px;border-top:2px solid rgba(49,49,81,.12);line-height:1.7}.process-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.process-step{padding:28px 24px;border:1px solid rgba(49,49,81,.1);border-radius:22px;background:#fff}.process-step span,.values-grid span{display:inline-flex;margin-bottom:28px;font-weight:800;letter-spacing:.12em;color:#5f77d9}.process-step h3,.values-grid h3,.founder-profile h3{margin:0 0 10px}.process-step p,.values-grid p,.founder-profile p{margin:0;line-height:1.65}.about-community-cta{padding-top:20px}.community-cta-card,.final-cta-card{display:flex;justify-content:space-between;gap:40px;align-items:center;padding:46px 50px;border-radius:30px;background:linear-gradient(135deg,#fff8db 0%,#fff 58%,#edf8f3 100%);border:1px solid rgba(49,49,81,.08)}.community-cta-card>div{max-width:720px}.community-cta-card p{font-size:1.08rem;line-height:1.7}.founders-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px;align-items:center}.founders-photo{margin:0;border-radius:32px;overflow:hidden;background:#eef0f5;box-shadow:0 22px 60px rgba(49,49,81,.12)}.founders-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 30%;display:block}.founder-profile{margin-top:30px;padding-top:24px;border-top:1px solid rgba(49,49,81,.12)}.founders-origin{margin-top:32px;padding:24px 26px;border-radius:20px;background:#f7f8fc;font-weight:600;line-height:1.7}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.values-grid article{background:#fff;border-radius:24px;padding:30px;min-height:250px;border:1px solid rgba(49,49,81,.08)}.final-cta-actions{display:flex;gap:14px;flex-wrap:wrap}@media(max-width:1000px){.about-copy-grid,.founders-grid{grid-template-columns:1fr;gap:42px}.mission-columns{grid-template-columns:1fr}.process-timeline{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:1fr}.founders-photo{max-width:720px}}@media(max-width:720px){.about-hero{padding:82px 0 62px}.about-hero h1{font-size:clamp(2.4rem,12vw,4rem)}.about-hero-lead{font-size:1.08rem}.about-statement{padding:30px 26px;border-radius:22px}.mission-callout{padding:28px 24px}.process-timeline{grid-template-columns:1fr}.community-cta-card,.final-cta-card{align-items:flex-start;flex-direction:column;padding:34px 26px}.community-cta-card .btn,.final-cta-actions,.final-cta-actions .btn{width:100%}.founders-photo img{aspect-ratio:4/5;object-position:center 28%}}


/* Despre noi — corecții fine */
.mission-columns{gap:20px;margin-top:34px}
.mission-columns p{
  margin:0;
  padding:26px 24px;
  border-top:0;
  border:1px solid rgba(49,49,81,.08);
  border-radius:20px;
  background:#fff;
  box-shadow:0 8px 22px rgba(49,49,81,.035);
  line-height:1.7;
}
@media(max-width:720px){
  .mission-columns{gap:14px}
  .mission-columns p{padding:22px 20px}
}


/* === Curățăm Pădurea — pagina principală === */
.forest-main{overflow:hidden}
.forest-hero{padding-bottom:70px}
.forest-hero-inner{max-width:900px}
.forest-overview{padding-top:24px}
.forest-overview-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.forest-overview-card{
  min-height:250px;
  padding:28px 26px;
  border:1px solid rgba(49,49,81,.10);
  border-radius:24px;
  background:#fff;
}
.forest-overview-card>span{
  display:inline-flex;
  margin-bottom:34px;
  color:#5f77d9;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.14em;
}
.forest-overview-card h2{
  margin:0 0 12px;
  font-size:1.3rem;
}
.forest-overview-card p{
  margin:0;
  line-height:1.65;
}
.forest-impact-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:28px;
  overflow:hidden;
  border-radius:26px;
  background:#313151;
  color:#fff;
}
.forest-impact-strip>div{
  display:flex;
  min-height:150px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:26px 20px;
  text-align:center;
}
.forest-impact-strip>div+div{
  border-left:1px solid rgba(255,255,255,.16);
}
.forest-impact-strip strong{
  font-size:clamp(2.4rem,4vw,4rem);
  line-height:1;
  letter-spacing:-.04em;
}
.forest-impact-strip span{
  margin-top:8px;
  color:rgba(255,255,255,.82);
}
.forest-testimonial-section{
  background:#f7f8fc;
}
.forest-testimonial{
  max-width:980px;
  margin:0 auto;
}
.forest-testimonial blockquote{
  margin:20px 0 0;
  padding:0;
  border:0;
  background:none;
  color:#313151;
}
.forest-testimonial blockquote p{
  margin:0 0 22px;
  font-size:clamp(1.28rem,2.35vw,2rem);
  line-height:1.55;
  letter-spacing:-.018em;
}
.forest-testimonial blockquote footer{
  display:flex;
  gap:8px;
  align-items:baseline;
  margin-top:34px;
  font-style:normal;
}
.forest-testimonial blockquote footer strong{
  font-size:1.05rem;
}
.forest-testimonial blockquote footer span{
  color:#696979;
}
.forest-section-heading{
  max-width:780px;
  margin-bottom:38px;
}
.forest-section-heading h2{
  margin:10px 0 16px;
  font-size:clamp(2rem,3.7vw,3.5rem);
  line-height:1.08;
  letter-spacing:-.035em;
}
.forest-section-heading p{
  max-width:680px;
  margin:0;
  font-size:1.08rem;
  line-height:1.7;
}
.forest-episode-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}
.forest-episode-card{
  display:block;
  overflow:hidden;
  border:1px solid rgba(49,49,81,.10);
  border-radius:28px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  box-shadow:0 12px 35px rgba(49,49,81,.055);
  transition:transform .22s ease,box-shadow .22s ease;
}
.forest-episode-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(49,49,81,.10);
}
.forest-episode-media{
  overflow:hidden;
  aspect-ratio:16/10;
  background:#eef0f5;
}
.forest-episode-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.forest-episode-card:hover .forest-episode-media img{
  transform:scale(1.02);
}
.forest-episode-card:nth-child(1) .forest-episode-media img{object-position:center 43%}
.forest-episode-card:nth-child(2) .forest-episode-media img{object-position:center 43%}
.forest-episode-card:nth-child(3) .forest-episode-media img{object-position:center 48%}
.forest-episode-card:nth-child(4) .forest-episode-media img{object-position:center 48%}
.forest-episode-copy{
  padding:26px 28px 28px;
}
.forest-episode-copy>span{
  display:block;
  margin-bottom:8px;
  color:#5f77d9;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.13em;
}
.forest-episode-copy h3{
  margin:0;
  font-size:clamp(1.45rem,2.2vw,2rem);
  letter-spacing:-.025em;
}
.forest-episode-copy em{
  display:block;
  margin-top:18px;
  color:#313151;
  font-size:.95rem;
  font-style:normal;
  font-weight:700;
}
.forest-actions{
  margin-top:42px;
}
@media(max-width:1000px){
  .forest-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .forest-hero{padding-bottom:48px}
  .forest-overview-grid,
  .forest-episode-grid{grid-template-columns:1fr}
  .forest-overview-card{min-height:0}
  .forest-impact-strip{grid-template-columns:1fr}
  .forest-impact-strip>div{min-height:112px}
  .forest-impact-strip>div+div{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.16);
  }
  .forest-testimonial blockquote p{
    font-size:1.2rem;
  }
  .forest-testimonial blockquote footer{
    flex-direction:column;
    gap:2px;
    align-items:flex-start;
  }
  .forest-episode-media{aspect-ratio:4/3}
  .forest-episode-copy{padding:22px 22px 24px}
}


/* === Curățăm Pădurea — hero refinement === */
.forest-hero{
  position:relative;
  padding:74px 0 66px;
  background:
    radial-gradient(circle at 88% 20%, rgba(98,196,146,.16), transparent 26%),
    #313151;
  color:#fff;
}
.forest-hero::after{
  content:"";
  position:absolute;
  right:6%;
  bottom:0;
  width:180px;
  height:8px;
  border-radius:999px 999px 0 0;
  background:rgba(98,196,146,.85);
}
.forest-hero-inner{
  max-width:900px;
}
.forest-hero .section-label{
  margin-bottom:18px;
  color:#79d4a7;
}
.forest-hero h1{
  margin:0;
  max-width:820px;
  color:#fff;
  font-size:clamp(3rem,6vw,5.4rem);
  line-height:.98;
  letter-spacing:-.045em;
}
.forest-hero .project-intro{
  max-width:720px;
  margin:24px 0 0;
  color:rgba(255,255,255,.82);
  font-size:1.16rem;
  line-height:1.65;
}
@media(max-width:720px){
  .forest-hero{
    padding:56px 0 52px;
  }
  .forest-hero::after{
    right:8%;
    width:110px;
    height:6px;
  }
  .forest-hero h1{
    font-size:clamp(2.7rem,13vw,4.1rem);
  }
  .forest-hero .project-intro{
    margin-top:18px;
    font-size:1.05rem;
  }
}

/* === Ziua cu Animale — pagina principală === */
.animal-main .animal-hero{
  background:
    radial-gradient(circle at 88% 20%,rgba(242,95,95,.20),transparent 27%),
    #313151;
}
.animal-main .animal-hero::after{
  background:rgba(242,95,95,.92);
}
.animal-main .animal-hero .section-label,
.animal-main .forest-overview-card>span,
.animal-main .forest-section-heading .section-label,
.animal-main .forest-episode-copy>span,
.animal-main .forest-episode-copy em{
  color:var(--coral);
}
.animal-edition{
  padding-top:72px;
  background:#f7f8fc;
}
.animal-edition .forest-episode-grid{
  grid-template-columns:minmax(0,760px);
}
.animal-edition .forest-episode-media img{
  object-position:center 44%;
}
@media(max-width:720px){
  .animal-edition{
    padding-top:64px;
  }
  .animal-edition .forest-episode-grid{
    grid-template-columns:1fr;
  }
}


/* === Curățăm Pădurea — compact hero === */
.forest-hero{
  padding:46px 0 44px;
}
.forest-hero-inner{
  display:flex;
  min-height:360px;
  flex-direction:column;
  justify-content:flex-end;
}
@media(max-width:720px){
  .forest-hero{
    padding:38px 0 36px;
  }
  .forest-hero-inner{
    min-height:280px;
  }
}


/* === Curățăm Pădurea — ACTUAL hero height fix === */
.project-hero.forest-hero{
  min-height:0 !important;
  height:auto !important;
  padding:64px 0 58px !important;
  display:block !important;
}
.project-hero.forest-hero .forest-hero-inner{
  min-height:0 !important;
  height:auto !important;
  display:block !important;
}
.project-hero.forest-hero .section-label{
  margin:0 0 16px !important;
}
.project-hero.forest-hero h1{
  margin:0 !important;
}
.project-hero.forest-hero .project-intro{
  margin:20px 0 0 !important;
}
@media(max-width:720px){
  .project-hero.forest-hero{
    min-height:0 !important;
    height:auto !important;
    padding:46px 0 44px !important;
  }
  .project-hero.forest-hero .forest-hero-inner{
    min-height:0 !important;
    height:auto !important;
  }
}


/* === Curățăm Pădurea — Episodul 1 refinement === */
.ep1-page .ep1-hero{
  position:relative;
  display:block;
  min-height:0;
  height:auto;
  padding:0;
  overflow:hidden;
  background:#313151;
  color:#fff;
}
.ep1-page .ep1-hero::after{display:none}
.ep1-page .ep1-hero .forest-hero-image{
  position:relative;
  inset:auto;
  display:block;
  width:min(100%,1440px);
  height:auto;
  max-width:1440px;
  margin:0 auto;
  object-fit:contain;
  object-position:center;
}
.ep1-page .ep1-hero .forest-hero-overlay{
  position:absolute;
  inset:0;
  width:min(100%,1440px);
  margin-inline:auto;
  left:50%;
  transform:translateX(-50%);
  background:linear-gradient(180deg,rgba(9,26,46,.03) 24%,rgba(9,26,46,.18) 58%,rgba(9,26,46,.88) 100%);
  pointer-events:none;
}
.ep1-page .ep1-hero .forest-hero-content{
  position:absolute;
  z-index:2;
  left:50%;
  bottom:0;
  width:min(calc(100% - 40px),1200px);
  transform:translateX(-50%);
  padding:0 0 42px;
}
.ep1-page .ep1-hero .section-label{
  color:var(--yellow);
}
.ep1-page .ep1-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(3rem,7vw,6.2rem);
  line-height:.92;
}
.ep1-page .ep1-hero .forest-hero-content>p:not(.section-label){
  max-width:720px;
  margin:18px 0 0;
  color:rgba(255,255,255,.94);
}

/* Don't force landscape photos into tall portrait-shaped desktop boxes. */
.ep1-page .forest-grid-action .forest-photo:nth-child(2) img{
  height:auto;
  min-height:0;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center center;
}
.ep1-page .forest-grid-action .forest-photo:nth-child(3) img{
  object-position:center 34%;
}

/* The community image now closes the section without a repeated testimonial. */
.ep1-page .forest-people-photo{
  margin-bottom:0;
}

@media (min-width:1441px){
  .ep1-page .ep1-hero{
    background:#313151;
  }
  .ep1-page .ep1-hero .forest-hero-image{
    width:1440px;
  }
}

@media (max-width:900px){
  .ep1-page .ep1-hero .forest-hero-content{
    padding-bottom:30px;
  }
  .ep1-page .ep1-hero h1{
    font-size:clamp(2.7rem,10vw,4.6rem);
  }
}

@media (max-width:720px){
  .ep1-page .ep1-hero{
    background:#313151;
  }
  .ep1-page .ep1-hero .forest-hero-image{
    width:100%;
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
  }
  .ep1-page .ep1-hero .forest-hero-overlay{
    display:none;
  }
  .ep1-page .ep1-hero .forest-hero-content{
    position:relative;
    left:auto;
    bottom:auto;
    width:auto;
    transform:none;
    padding:30px 20px 34px;
    background:#313151;
  }
  .ep1-page .ep1-hero h1{
    font-size:clamp(2.7rem,14vw,4rem);
  }
  .ep1-page .ep1-hero .forest-hero-content>p:not(.section-label){
    margin-top:16px;
    font-size:1.04rem;
  }
  .ep1-page .forest-grid-action .forest-photo:nth-child(2) img,
  .ep1-page .forest-grid-action .forest-photo:nth-child(3) img{
    height:auto;
    min-height:0;
    aspect-ratio:auto;
    object-fit:contain;
    object-position:center;
  }
}


/* === Curățăm Pădurea Ep.1 — desktop image balance === */

/* Action: three equal visual columns on desktop. */
.ep1-page .ep1-action-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:start;
}
.ep1-page .ep1-action-grid .forest-photo{
  margin:0;
  width:100%;
}
.ep1-page .ep1-action-grid .forest-photo img{
  display:block;
  width:100%;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center center;
  border-radius:22px;
}
.ep1-page .ep1-action-grid .forest-photo:nth-child(1) img{
  object-position:center 48%;
}
.ep1-page .ep1-action-grid .forest-photo:nth-child(2) img{
  object-position:center 48%;
}
.ep1-page .ep1-action-grid .forest-photo:nth-child(3) img{
  object-position:center 42%;
}

/* "Before" photo: respect its panoramic source ratio instead of stretching it tall. */
.ep1-page .ep1-before-photo{
  width:100%;
}
.ep1-page .ep1-before-photo img{
  display:block;
  width:100%;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:1600/719;
  object-fit:cover;
  object-position:center center;
  border-radius:22px;
}

/* Collected waste / impact: do not force a landscape crop on a portrait-oriented source. */
.ep1-page .forest-impact-photo{
  max-width:760px;
  margin-inline:auto;
}
.ep1-page .forest-impact-photo img{
  display:block;
  width:100%;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:22px;
}

/* Neutralize legacy desktop image forcing for this episode only. */
.ep1-page .forest-photo img{
  min-height:0 !important;
}

/* Tablet: keep the action images balanced without creating one giant image. */
@media(max-width:1050px) and (min-width:721px){
  .ep1-page .ep1-action-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }
  .ep1-page .ep1-action-grid .forest-photo img{
    aspect-ratio:1/1;
  }
}

/* Mobile stays natural: one image after another, no forced crop. */
@media(max-width:720px){
  .ep1-page .ep1-action-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .ep1-page .ep1-action-grid .forest-photo img,
  .ep1-page .ep1-before-photo img,
  .ep1-page .forest-impact-photo img{
    width:100%;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .ep1-page .forest-impact-photo{
    max-width:none;
  }
}


/* === Curățăm Pădurea Ep.1 — final micro-pass === */

/* Keep the "found objects" pair visually balanced without forcing equal crops. */
.ep1-page .forest-grid-found{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);
  gap:16px;
  align-items:start;
}

/* Make the panoramic "before" image clearly readable on desktop. */
.ep1-page .forest-grid-found .ep1-before-photo{
  width:100%;
  max-width:none;
}
.ep1-page .forest-grid-found .ep1-before-photo img{
  width:100%;
  height:auto !important;
  aspect-ratio:1600/719;
  object-fit:cover;
}

/* Prevent the second figure from feeling detached from the first. */
.ep1-page .forest-grid-found .forest-photo{
  margin:0;
}
.ep1-page .forest-grid-found .forest-photo figcaption{
  margin-top:0;
}

/* Preserve current mobile behavior exactly: natural stacked images. */
@media(max-width:720px){
  .ep1-page .forest-grid-found{
    grid-template-columns:1fr;
    gap:18px;
  }
  .ep1-page .forest-grid-found .ep1-before-photo img{
    aspect-ratio:auto !important;
    object-fit:contain !important;
  }
}


/* === Curățăm Pădurea Ep.1 — action grid hard fix === */
@media(min-width:721px){
  .ep1-page .ep1-action-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:18px !important;
    align-items:stretch !important;
  }
  .ep1-page .ep1-action-grid > figure{
    grid-column:auto !important;
    grid-row:auto !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    margin:0 !important;
    align-self:stretch !important;
  }
  .ep1-page .ep1-action-grid > figure img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    aspect-ratio:4/3 !important;
    object-fit:cover !important;
    border-radius:22px !important;
  }
}
@media(max-width:720px){
  .ep1-page .ep1-action-grid > figure{
    width:100% !important;
    max-width:none !important;
  }
  .ep1-page .ep1-action-grid > figure img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
  }
}


/* === Curățăm Pădurea — Episodul 2 refinement === */

/* Desktop hero: respect source ratio and avoid unnecessary upscaling. */
.ep2-page .ep2-hero{
  position:relative;
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  overflow:hidden;
  background:#313151;
  color:#fff;
}
.ep2-page .ep2-hero::after{display:none}
.ep2-page .ep2-hero .forest-hero-image{
  position:relative;
  inset:auto;
  display:block;
  width:min(100%,1440px);
  max-width:1440px;
  height:auto !important;
  margin:0 auto;
  object-fit:contain;
  object-position:center;
}
.ep2-page .ep2-hero .forest-hero-overlay{
  position:absolute;
  inset:0;
  left:50%;
  width:min(100%,1440px);
  transform:translateX(-50%);
  background:linear-gradient(180deg,rgba(9,26,46,.03) 24%,rgba(9,26,46,.18) 58%,rgba(9,26,46,.88) 100%);
}
.ep2-page .ep2-hero .forest-hero-content{
  position:absolute;
  z-index:2;
  left:50%;
  bottom:0;
  width:min(calc(100% - 40px),1200px);
  transform:translateX(-50%);
  padding:0 0 42px;
}
.ep2-page .ep2-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(3rem,7vw,6.2rem);
  line-height:.92;
}

/* Impact photo: original is portrait; don't stretch/crop it into a huge landscape block. */
.ep2-page .ep2-impact-photo{
  max-width:720px;
  margin-inline:auto;
}
.ep2-page .ep2-impact-photo img{
  display:block;
  width:100%;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
}
.ep2-impact-bridge{
  max-width:820px;
  margin:34px auto 0;
  padding:30px 32px;
  border-radius:24px;
  background:#f7f8fc;
}
.ep2-impact-bridge h3{
  margin:0 0 10px;
  font-size:clamp(1.35rem,2.1vw,1.9rem);
  line-height:1.25;
}
.ep2-impact-bridge p{
  margin:0;
  line-height:1.7;
}

/* Organizers */
.ep2-organizers-note{
  max-width:760px;
  margin:18px 0 28px;
  line-height:1.7;
}
.ep2-page .ep2-organizers-image{
  width:100%;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Community crop: keep the woman's head inside frame on desktop. */
.ep2-page .ep2-community-image{
  object-position:center 18% !important;
}

/* Remove inherited forced image heights in Episode 2. */
.ep2-page .forest-photo img,
.ep2-page .forest-impact-photo img,
.ep2-page .forest-people-photo img{
  min-height:0 !important;
}

@media(max-width:720px){
  /* Full mobile hero image; text continues below instead of being cropped into the photo. */
  .ep2-page .ep2-hero .forest-hero-image{
    width:100%;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
  }
  .ep2-page .ep2-hero .forest-hero-overlay{
    display:none;
  }
  .ep2-page .ep2-hero .forest-hero-content{
    position:relative;
    left:auto;
    bottom:auto;
    width:auto;
    transform:none;
    padding:30px 20px 34px;
    background:#313151;
  }
  .ep2-page .ep2-hero h1{
    font-size:clamp(2.7rem,14vw,4rem);
  }

  /* Keep all mobile photos in their natural ratio; mobile already looked right. */
  .ep2-page .forest-photo img,
  .ep2-page .forest-impact-photo img,
  .ep2-page .forest-people-photo img,
  .ep2-page .ep2-community-image{
    width:100%;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .ep2-page .ep2-impact-photo{
    max-width:none;
  }
  .ep2-impact-bridge{
    margin-top:24px;
    padding:24px 22px;
  }
}


/* === Curățăm Pădurea Ep.2 — final hero/community fix === */

/* Dedicated mobile copy is hidden everywhere except mobile. */
.ep2-mobile-hero-copy{
  display:none;
}

/* Community image on desktop: intentional landscape frame, head-safe crop. */
@media(min-width:721px){
  .ep2-page .forest-people:last-of-type .forest-people-photo{
    width:min(100%,900px);
    margin:0 auto 30px;
  }
  .ep2-page .forest-people:last-of-type .ep2-community-image{
    display:block;
    width:100%;
    height:auto !important;
    aspect-ratio:4/3 !important;
    object-fit:cover !important;
    object-position:center 31% !important;
    border-radius:28px;
  }
}

/* Mobile: use an explicit copy block so legacy hero positioning cannot hide the title. */
@media(max-width:720px){
  .ep2-page .ep2-hero{
    display:block !important;
    min-height:0 !important;
    height:auto !important;
    padding:0 !important;
    overflow:visible !important;
    background:#313151 !important;
  }

  .ep2-page .ep2-hero > .forest-hero-content{
    display:none !important;
  }

  .ep2-page .ep2-hero .forest-hero-image{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    aspect-ratio:auto !important;
    margin:0 !important;
    object-fit:contain !important;
    transform:none !important;
  }

  .ep2-page .ep2-hero .forest-hero-overlay{
    display:none !important;
  }

  .ep2-page .ep2-mobile-hero-copy{
    display:block !important;
    padding:30px 22px 36px;
    background:#313151;
    color:#fff;
  }
  .ep2-page .ep2-mobile-hero-copy .section-label{
    margin:0 0 16px;
    color:var(--yellow);
  }
  .ep2-page .ep2-mobile-hero-copy h1{
    margin:0;
    color:#fff;
    font-size:clamp(2.8rem,14vw,4rem);
    line-height:.95;
  }
  .ep2-page .ep2-mobile-hero-copy>p:not(.section-label){
    margin:18px 0 0;
    color:rgba(255,255,255,.94);
    font-size:1.05rem;
    line-height:1.6;
  }

  /* Community stays natural on mobile, where it already looked good. */
  .ep2-page .forest-people:last-of-type .forest-people-photo{
    width:100%;
    margin-bottom:30px;
  }
  .ep2-page .forest-people:last-of-type .ep2-community-image{
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
}


/* === Curățăm Pădurea — Episodul 3 refinement === */
.ep3-page .ep3-hero{
  position:relative;
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  overflow:hidden;
  background:#313151;
  color:#fff;
}
.ep3-page .ep3-hero::after{display:none}
.ep3-page .ep3-hero .forest-hero-image{
  position:relative;
  inset:auto;
  display:block;
  width:min(100%,1440px);
  max-width:1440px;
  height:auto !important;
  margin:0 auto;
  object-fit:contain;
  object-position:center;
}
.ep3-page .ep3-hero .forest-hero-overlay{
  position:absolute;
  inset:0;
  left:50%;
  width:min(100%,1440px);
  transform:translateX(-50%);
  background:linear-gradient(180deg,rgba(9,26,46,.03) 24%,rgba(9,26,46,.18) 58%,rgba(9,26,46,.88) 100%);
}
.ep3-page .ep3-hero .forest-hero-content{
  position:absolute;
  z-index:2;
  left:50%;
  bottom:0;
  width:min(calc(100% - 40px),1200px);
  transform:translateX(-50%);
  padding:0 0 42px;
}
.ep3-page .ep3-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(3rem,7vw,6.2rem);
  line-height:.92;
}

/* Desktop: let key portraits breathe instead of forcing hard crops. */
@media(min-width:721px){
  /* "În teren" — right-side girl showing something in her hand */
  .ep3-page .ep3-action-girl{
    object-position:center 34% !important;
  }

  /* Back-to-back image — keep the woman's head in frame */
  .ep3-page .ep3-action-back-to-back{
    object-position:center 30% !important;
  }

  /* "De la orice vârstă" — wheelbarrow/man image */
  .ep3-page .ep3-young-wheelbarrow{
    object-position:center 30% !important;
  }

  /* Avoid oversized forced heights for these specific images */
  .ep3-page .ep3-action-girl,
  .ep3-page .ep3-action-back-to-back,
  .ep3-page .ep3-young-wheelbarrow{
    min-height:0 !important;
  }
}

/* Mobile: hero image fully visible; title/text below. */
@media(max-width:720px){
  .ep3-page .ep3-hero{
    display:block !important;
    min-height:0 !important;
    height:auto !important;
    padding:0 !important;
    overflow:visible !important;
    background:#313151 !important;
  }
  .ep3-page .ep3-hero .forest-hero-image{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    transform:none !important;
  }
  .ep3-page .ep3-hero .forest-hero-overlay{
    display:none !important;
  }
  .ep3-page .ep3-hero .forest-hero-content{
    position:relative !important;
    left:auto !important;
    bottom:auto !important;
    width:auto !important;
    transform:none !important;
    padding:30px 22px 36px !important;
    background:#313151 !important;
  }
  .ep3-page .ep3-hero h1{
    font-size:clamp(2.8rem,14vw,4rem);
  }

  /* Preserve natural mobile image ratios — mobile already looks good. */
  .ep3-page .forest-photo img,
  .ep3-page .forest-impact-photo img,
  .ep3-page .forest-people-photo img{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
}


/* === Curățăm Pădurea Ep.3 — final image fixes === */

/* First target: frame the hand/object, not the sack. */
@media(min-width:721px){
  .ep3-page .ep3-action-girl{
    object-position:72% 42% !important;
  }

  /* Back-to-back image: show the whole photo naturally so nobody loses their head. */
  .ep3-page .ep3-action-back-to-back{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
    background:#f7f8fc;
  }

  /* "De la orice vârstă" now has only two relevant images. */
  .ep3-page .ep3-age-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px !important;
    align-items:start !important;
  }
  .ep3-page .ep3-age-grid > figure{
    grid-column:auto !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }
}

@media(max-width:720px){
  .ep3-page .ep3-age-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
}


/* === Curățăm Pădurea Ep.3 — last micro-fix === */
@media(min-width:721px){
  .ep3-page .ep3-action-girl{
    object-position:58% 36% !important;
  }
}


/* === Curățăm Pădurea Ep.3 — match user's crop intent === */
@media(min-width:721px){
  .ep3-page .ep3-action-girl{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }

  /* Give this portrait a little more visual width inside the grid. */
  .ep3-page .forest-grid-action > figure:has(.ep3-action-girl){
    grid-column:span 1 !important;
    width:100% !important;
    max-width:none !important;
    align-self:start !important;
  }
}


/* === Curățăm Pădurea Ep.3 — balanced "În teren" grid === */
@media(min-width:721px){
  .ep3-page .ep3-action-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px !important;
    align-items:start !important;
  }
  .ep3-page .ep3-action-grid > figure{
    grid-column:auto !important;
    grid-row:auto !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }
  .ep3-page .ep3-action-grid > figure img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:4/5 !important;
    object-fit:cover !important;
    border-radius:22px !important;
  }
  .ep3-page .ep3-action-redhead{object-position:center 48% !important}
  .ep3-page .ep3-action-girl{object-position:43% 47% !important}
  .ep3-page .ep3-action-back-to-back{object-position:center 34% !important}
  .ep3-page .ep3-action-fourth{object-position:center 45% !important}
}
@media(max-width:720px){
  .ep3-page .ep3-action-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .ep3-page .ep3-action-grid > figure img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
}


/* === Curățăm Pădurea Ep.3 — bottom-right image resize fix === */
@media(min-width:721px){
  .ep3-page .ep3-action-grid > figure:has(.ep3-action-fourth){
    background:#f7f8fc;
    border-radius:22px;
    overflow:hidden;
  }

  .ep3-page .ep3-action-fourth{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    aspect-ratio:4/5 !important;
    object-fit:contain !important;
    object-position:center !important;
    background:#f7f8fc;
  }
}

@media(max-width:720px){
  .ep3-page .ep3-action-fourth{
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
}


/* === Curățăm Pădurea Ep.3 — bottom-right image full-width fix === */
@media(min-width:721px){
  /* Make the fourth image span the full row so the original landscape framing is preserved. */
  .ep3-page .ep3-action-grid > figure:has(.ep3-action-fourth){
    grid-column:1 / -1 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    background:transparent !important;
    border-radius:22px;
    overflow:hidden;
  }

  .ep3-page .ep3-action-fourth{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
    background:transparent !important;
  }
}

@media(max-width:720px){
  .ep3-page .ep3-action-grid > figure:has(.ep3-action-fourth){
    grid-column:auto !important;
  }
  .ep3-page .ep3-action-fourth{
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
}


/* === Curățăm Pădurea Ep.3 — correct uploaded group photo === */
@media(min-width:721px){
  .ep3-page .ep3-action-fourth{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
}


/* === Ep.3 exact full-image fix for 13(5).jpg === */
@media(min-width:721px){
  .ep3-page .ep3-action-grid > .ep3-action-full-image{
    grid-column:1 / -1 !important;
    grid-row:auto !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
    background:transparent !important;
    border-radius:22px !important;
  }

  .ep3-page .ep3-action-grid > .ep3-action-full-image > img.ep3-action-fourth{
    display:block !important;
    position:static !important;
    inset:auto !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:fill !important;
    object-position:initial !important;
    transform:none !important;
    clip-path:none !important;
    margin:0 !important;
    border-radius:22px !important;
  }
}

@media(max-width:720px){
  .ep3-page .ep3-action-full-image{
    width:100% !important;
    overflow:visible !important;
  }
  .ep3-page .ep3-action-full-image > img.ep3-action-fourth{
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:fill !important;
    transform:none !important;
  }
}


/* === Curățăm Pădurea — Episodul 4 refinement === */
.ep4-page .ep4-hero{
  position:relative;
  display:block;
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  overflow:hidden;
  background:#313151;
  color:#fff;
}
.ep4-page .ep4-hero::after{display:none}

.ep4-page .ep4-hero .forest-hero-image{
  position:relative;
  inset:auto;
  display:block;
  width:min(100%,1440px);
  max-width:1440px;
  height:auto !important;
  margin:0 auto;
  object-fit:contain;
  object-position:center;
}
.ep4-page .ep4-hero .forest-hero-overlay{
  position:absolute;
  inset:0;
  left:50%;
  width:min(100%,1440px);
  transform:translateX(-50%);
  background:linear-gradient(180deg,rgba(9,26,46,.03) 24%,rgba(9,26,46,.18) 58%,rgba(9,26,46,.88) 100%);
}
.ep4-page .ep4-hero .forest-hero-content{
  position:absolute;
  z-index:2;
  left:50%;
  bottom:0;
  width:min(calc(100% - 40px),1200px);
  transform:translateX(-50%);
  padding:0 0 42px;
}
.ep4-page .ep4-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(3rem,7vw,6.2rem);
  line-height:.92;
}

/* Desktop: preserve more of the actual frames instead of cropping people. */
@media(min-width:721px){

  /* La treabă — girl in blue + man with cap. */
  .ep4-page .ep4-action-ground{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }

  /* Detalii din teren — yellow shirt: keep the head fully visible. */
  .ep4-page .ep4-detail-yellow{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }

  /* Buried material image: keep the original frame so stray limbs aren't magnified by crop. */
  .ep4-page .ep4-detail-buried{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
}

/* Neutralize forced photo heights inherited from the generic episode layout. */
.ep4-page .forest-photo img,
.ep4-page .forest-impact-photo img,
.ep4-page .forest-people-photo img{
  min-height:0 !important;
}

/* Mobile: show the full hero image first and the title/content underneath. */
@media(max-width:720px){
  .ep4-page .ep4-hero{
    display:block !important;
    min-height:0 !important;
    height:auto !important;
    padding:0 !important;
    overflow:visible !important;
    background:#313151 !important;
  }
  .ep4-page .ep4-hero .forest-hero-image{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    aspect-ratio:auto !important;
    margin:0 !important;
    object-fit:contain !important;
    object-position:center !important;
    transform:none !important;
  }
  .ep4-page .ep4-hero .forest-hero-overlay{
    display:none !important;
  }
  .ep4-page .ep4-hero .forest-hero-content{
    position:relative !important;
    left:auto !important;
    bottom:auto !important;
    width:auto !important;
    transform:none !important;
    padding:30px 22px 36px !important;
    background:#313151 !important;
  }
  .ep4-page .ep4-hero h1{
    font-size:clamp(2.8rem,14vw,4rem);
  }

  /* Mobile photos stay in their natural ratios. */
  .ep4-page .forest-photo img,
  .ep4-page .forest-impact-photo img,
  .ep4-page .forest-people-photo img,
  .ep4-page .ep4-detail-yellow,
  .ep4-page .ep4-detail-buried,
  .ep4-page .ep4-action-ground{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
}


/* === Curățăm Pădurea Ep.4 — exact crop fixes === */

/* Yellow-shirt volunteer: preserve the whole upper body/head. */
.ep4-page .ep4-detail-yellow{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Two boys image: deliberately crop the intrusive girl's head out of the edge. */
.ep4-page .ep4-detail-buried{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:4/3 !important;
  object-fit:cover !important;
  object-position:42% center !important;
}

@media(max-width:720px){
  .ep4-page .ep4-detail-yellow{
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }

  .ep4-page .ep4-detail-buried{
    width:100% !important;
    height:auto !important;
    aspect-ratio:4/3 !important;
    object-fit:cover !important;
    object-position:40% center !important;
  }
}


/* === Curățăm Pădurea Ep.4 — crop fix 3 === */

/* Yellow-shirt volunteer: no crop at all, preserve original image ratio. */
.ep4-page .forest-grid-found figure:has(.ep4-detail-yellow){
  overflow:visible !important;
  height:auto !important;
  min-height:0 !important;
}
.ep4-page .ep4-detail-yellow{
  display:block !important;
  position:static !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
  clip-path:none !important;
}

/* Two-boys image: crop from the right edge enough to remove the partial head. */
.ep4-page .forest-grid-found figure:has(.ep4-detail-buried){
  overflow:hidden !important;
}
.ep4-page .ep4-detail-buried{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:4/3 !important;
  object-fit:cover !important;
  object-position:34% center !important;
}

@media(max-width:720px){
  .ep4-page .forest-grid-found figure:has(.ep4-detail-yellow){
    overflow:visible !important;
    height:auto !important;
  }
  .ep4-page .ep4-detail-yellow{
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }

  .ep4-page .ep4-detail-buried{
    width:100% !important;
    height:auto !important;
    aspect-ratio:4/3 !important;
    object-fit:cover !important;
    object-position:32% center !important;
  }
}


/* === Curățăm Pădurea Ep.4 — user-provided final crop === */
.ep4-page .ep4-two-boys-user-crop{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
  clip-path:none !important;
}

@media(max-width:720px){
  .ep4-page .ep4-two-boys-user-crop{
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
}


/* === Ziua cu Câini — proporții naturale și accent roșu === */
.dog-main{
  overflow:hidden;
}
.dog-page .section-label{
  color:var(--coral);
}
.dog-hero::after{
  content:"";
  position:absolute;
  z-index:2;
  right:6%;
  bottom:0;
  width:180px;
  height:8px;
  border-radius:999px 999px 0 0;
  background:rgba(242,95,95,.94);
}
.dog-hero .section-label{
  color:#ff9292;
}
.dog-intro-band{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
  gap:54px;
  align-items:center;
  margin:0 0 86px;
  padding:40px 44px;
  border-left:7px solid var(--coral);
  border-radius:0 24px 24px 0;
  background:linear-gradient(110deg,#fff1f1 0%,#f7f8fc 70%);
}
.dog-intro-band h2{
  margin:0;
  color:var(--navy);
  font-size:clamp(2rem,3.4vw,3.2rem);
  line-height:1.05;
  letter-spacing:-.035em;
}
.dog-intro-band p{
  margin:0;
  color:var(--text);
  font-size:1.06rem;
  line-height:1.75;
}
.dog-grid{
  display:grid;
  gap:18px;
  align-items:start;
}
.dog-grid .forest-photo,
.dog-reason-photo,
.dog-page .forest-break figure{
  margin:0;
}
.dog-grid .forest-photo img,
.dog-reason-photo img,
.dog-page .forest-break img{
  display:block;
  width:100%;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
}
.dog-work-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:1000px;
  margin-inline:auto;
}
.dog-work-grid .dog-landscape{
  grid-column:1 / -1;
}
.dog-team-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.dog-team-grid .forest-photo{
  grid-column:span 2;
}
.dog-team-grid .forest-photo:nth-child(4){
  grid-column:2 / span 2;
}
.dog-team-grid .forest-photo:nth-child(5){
  grid-column:4 / span 2;
}
.dog-atmosphere-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.dog-grid .forest-photo{
  grid-column:auto;
  overflow:hidden;
  border-radius:22px;
  background:#f3f3f6;
  box-shadow:var(--shadow);
}
.dog-work-grid .dog-landscape{
  grid-column:1 / -1;
}
.dog-team-grid .forest-photo{
  grid-column:span 2;
}
.dog-team-grid .forest-photo:nth-child(4){
  grid-column:2 / span 2;
}
.dog-team-grid .forest-photo:nth-child(5){
  grid-column:4 / span 2;
}
.dog-grid .forest-photo figcaption{
  padding:17px 20px;
  background:#fff;
  color:var(--navy);
  font-weight:800;
  line-height:1.45;
}
.dog-reason-photo{
  width:min(100%,780px);
  margin-inline:auto;
}
.dog-page .forest-break{
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
}
.dog-page .forest-break img{
  border-radius:22px;
}

@media(max-width:900px) and (min-width:721px){
  .dog-work-grid{
    max-width:820px;
  }
  .dog-team-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .dog-team-grid .forest-photo,
  .dog-team-grid .forest-photo:nth-child(4),
  .dog-team-grid .forest-photo:nth-child(5){
    grid-column:auto;
  }
  .dog-team-grid .forest-photo:last-child{
    grid-column:1 / -1;
    width:calc(50% - 9px);
    justify-self:center;
  }
}

@media(max-width:720px){
  .dog-hero{
    display:block !important;
    min-height:0 !important;
    height:auto !important;
    padding:0 !important;
    overflow:visible !important;
    background:var(--navy) !important;
  }
  .dog-hero::after{
    right:8%;
    width:110px;
    height:6px;
  }
  .dog-hero .forest-hero-image{
    position:relative !important;
    inset:auto !important;
    display:block;
    width:100%;
    max-width:none;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .dog-hero .forest-hero-overlay{
    display:none !important;
  }
  .dog-hero .forest-hero-content{
    position:relative !important;
    left:auto !important;
    bottom:auto !important;
    width:auto !important;
    transform:none !important;
    padding:30px 22px 36px !important;
    background:var(--navy);
  }
  .dog-hero h1{
    font-size:clamp(2.8rem,14vw,4rem);
  }
  .dog-intro-band{
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:64px;
    padding:28px 22px;
    border-left-width:5px;
  }
  .dog-intro-band p{
    font-size:1rem;
  }
  .dog-work-grid,
  .dog-team-grid,
  .dog-atmosphere-grid{
    grid-template-columns:1fr;
    max-width:none;
    gap:18px;
  }
  .dog-work-grid .dog-landscape,
  .dog-team-grid .forest-photo,
  .dog-team-grid .forest-photo:nth-child(4),
  .dog-team-grid .forest-photo:nth-child(5),
  .dog-team-grid .forest-photo:last-child{
    grid-column:auto;
    width:100%;
  }
  .dog-page .forest-break{
    grid-template-columns:1fr;
  }
}


/* === Ziua cu Gust — homepage și Ediția 1 === */
.gust-home-main,
.gust-edition-page main{
  overflow:hidden;
}
.gust-home-hero{
  background:
    radial-gradient(circle at 88% 20%,rgba(91,119,206,.28),transparent 29%),
    #313151;
}
.gust-home-hero::after{
  background:rgba(91,119,206,.96);
}
.gust-home-page .section-label,
.gust-home-page .forest-overview-card>span,
.gust-home-page .forest-section-heading .section-label,
.gust-home-page .forest-episode-copy>span,
.gust-home-page .forest-episode-copy em{
  color:var(--blue);
}
.gust-home-intro{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
  gap:54px;
  align-items:center;
  margin:0 0 48px;
  padding:40px 44px;
  border-left:7px solid var(--blue);
  border-radius:0 24px 24px 0;
  background:linear-gradient(110deg,#eef2ff 0%,#f7f8fc 72%);
}
.gust-home-intro h2{
  margin:0;
  font-size:clamp(2rem,3.4vw,3.2rem);
  line-height:1.05;
  letter-spacing:-.035em;
}
.gust-home-intro p{
  margin:0;
  color:var(--text);
  font-size:1.06rem;
  line-height:1.75;
}
.gust-home-page .forest-impact-strip{
  background:linear-gradient(135deg,#313151 0%,#40578f 100%);
}
.gust-home-page .forest-testimonial-section{
  background:#f2f5ff;
}
.gust-home-page .forest-testimonial blockquote{
  border-left-color:var(--blue);
}
.gust-edition{
  padding-top:72px;
  background:#f7f8fc;
}
.gust-edition .forest-episode-grid{
  grid-template-columns:minmax(0,760px);
}
.gust-edition .forest-episode-media img{
  object-position:center 45%;
}

.gust-edition-page .section-label{
  color:var(--blue);
}
.gust-edition-page .gust-hero::after{
  content:"";
  position:absolute;
  z-index:2;
  right:6%;
  bottom:0;
  width:180px;
  height:8px;
  border-radius:999px 999px 0 0;
  background:rgba(91,119,206,.96);
}
.gust-edition-page .gust-hero .section-label{
  color:#aebfff;
}
.gust-edition-page .gust-intro{
  border-left-color:var(--blue);
  background:linear-gradient(110deg,#eef2ff 0%,#f7f8fc 72%);
}
.gust-edition-page .gust-grid{
  align-items:start;
}
.gust-edition-page .gust-photo img,
.gust-edition-page .gust-grid-prep .gust-photo:nth-child(1) img,
.gust-edition-page .gust-grid-prep .gust-photo:nth-child(2) img,
.gust-edition-page .gust-grid-prep .gust-photo:nth-child(3) img,
.gust-edition-page .gust-grid-prep .gust-photo:nth-child(4) img,
.gust-edition-page .gust-grid-cook .gust-photo img,
.gust-edition-page .gust-grid-logistics .gust-photo img,
.gust-edition-page .gust-grid-distribution .gust-photo img{
  display:block;
  width:100%;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
}
.gust-edition-page .gust-grid-distribution .gust-photo{
  grid-column:span 6;
}

@media(max-width:720px){
  .gust-home-intro{
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:40px;
    padding:28px 22px;
    border-left-width:5px;
  }
  .gust-home-intro p{
    font-size:1rem;
  }
  .gust-edition{
    padding-top:64px;
  }
  .gust-edition .forest-episode-grid{
    grid-template-columns:1fr;
  }
  .gust-edition-page .gust-hero{
    display:block !important;
    min-height:0 !important;
    height:auto !important;
    padding:0 !important;
    overflow:visible !important;
    background:var(--navy) !important;
  }
  .gust-edition-page .gust-hero::after{
    right:8%;
    width:110px;
    height:6px;
  }
  .gust-edition-page .gust-hero-image{
    position:relative !important;
    inset:auto !important;
    display:block;
    width:100%;
    max-width:none;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .gust-edition-page .gust-hero-overlay{
    display:none !important;
  }
  .gust-edition-page .gust-hero-content{
    position:relative !important;
    padding:30px 22px 36px !important;
    background:var(--navy);
  }
  .gust-edition-page .gust-hero h1{
    font-size:clamp(2.8rem,14vw,4rem);
  }
  .gust-edition-page .gust-grid-distribution .gust-photo{
    grid-column:1;
  }
}


/* === Proiecte de Fundraising — homepage === */
.fundraising-home-main{
  overflow:hidden;
}
.fundraising-home-hero{
  background:
    radial-gradient(circle at 88% 20%,rgba(245,214,32,.24),transparent 30%),
    #313151;
}
.fundraising-home-hero::after{
  background:var(--yellow);
}
.fundraising-home-hero .section-label{
  color:var(--yellow);
}
.fundraising-home-page .forest-section-heading .section-label,
.fundraising-home-page .forest-episode-copy>span,
.fundraising-home-page .forest-episode-copy em,
.fundraising-home-page .fundraising-impact-context .section-label,
.fundraising-home-page .fundraising-testimonial .section-label{
  color:#987800;
}
.fundraising-intro-band{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
  gap:54px;
  align-items:center;
  padding:40px 44px;
  border-left:7px solid var(--yellow);
  border-radius:0 24px 24px 0;
  background:linear-gradient(110deg,#fff8d3 0%,#f7f8fc 72%);
}
.fundraising-intro-band h2{
  margin:0;
  font-size:clamp(2rem,3.4vw,3.2rem);
  line-height:1.05;
  letter-spacing:-.035em;
}
.fundraising-intro-band p{
  margin:0;
  color:var(--text);
  font-size:1.06rem;
  line-height:1.75;
}
.fundraising-impact-strip{
  background:linear-gradient(135deg,#313151 0%,#4d4932 100%);
}
.fundraising-testimonial-section{
  background:#fffaf0;
}
.fundraising-impact-context{
  max-width:900px;
  margin:0 auto 70px;
  padding-bottom:64px;
  border-bottom:1px solid rgba(49,49,81,.12);
}
.fundraising-impact-context h2{
  max-width:760px;
  margin:10px 0 18px;
}
.fundraising-impact-context p{
  max-width:760px;
  margin:0;
  color:var(--text);
  font-size:1.08rem;
  line-height:1.75;
}
.fundraising-projects{
  padding-top:72px;
  background:#f7f8fc;
}
.fundraising-projects .forest-episode-grid{
  grid-template-columns:minmax(0,760px);
}
.fundraising-projects .forest-episode-media img{
  object-position:center 50%;
}


/* === Cupa Efect Voluntar — Ediția 1 === */
.cupa-page main{
  overflow:hidden;
}
.cupa-page .section-label{
  color:#987800;
}
.cupa-page .cupa-hero .section-label{
  color:var(--yellow);
}
.cupa-page .cupa-hero::after{
  content:"";
  position:absolute;
  z-index:2;
  right:6%;
  bottom:0;
  width:180px;
  height:8px;
  border-radius:999px 999px 0 0;
  background:var(--yellow);
}
.cupa-page .forest-story{
  padding-top:88px;
}
.cupa-page .forest-grid,
.cupa-purpose-grid,
.cupa-final-grid{
  align-items:start;
}
.cupa-page .forest-photo img,
.cupa-page .forest-impact-photo img,
.cupa-page .forest-break img{
  display:block;
  width:100%;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
}
.cupa-start-grid{
  grid-template-columns:1fr;
}
.cupa-start-grid .forest-photo,
.cupa-start-grid .forest-photo-wide{
  grid-column:auto;
}
.cupa-start-grid .forest-photo:last-child{
  width:min(100%,480px);
  justify-self:center;
}
.cupa-ball{
  width:min(100%,620px);
  max-width:none;
  margin-inline:auto;
}
.cupa-match-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:18px;
}
.cupa-match-grid .forest-photo,
.cupa-match-grid .forest-photo-wide{
  grid-column:auto;
}
.cupa-purpose-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  max-width:960px;
  margin-inline:auto;
}
.cupa-purpose-grid .forest-photo{
  grid-column:auto;
}
.cupa-organizers-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.cupa-organizers-grid .forest-photo{
  grid-column:auto;
}
.cupa-huddle{
  width:min(100%,760px);
  max-width:none;
  margin-inline:auto;
}
.cupa-final-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  max-width:980px;
  margin-inline:auto;
}
.cupa-final-grid .forest-photo{
  grid-column:auto;
}

@media(max-width:720px){
  .fundraising-intro-band{
    grid-template-columns:1fr;
    gap:18px;
    padding:28px 22px;
    border-left-width:5px;
  }
  .fundraising-intro-band p{
    font-size:1rem;
  }
  .fundraising-impact-context{
    margin-bottom:54px;
    padding-bottom:50px;
  }
  .fundraising-projects{
    padding-top:64px;
  }
  .fundraising-projects .forest-episode-grid{
    grid-template-columns:1fr;
  }
  .cupa-page .cupa-hero{
    display:block !important;
    min-height:0 !important;
    height:auto !important;
    padding:0 !important;
    overflow:visible !important;
    background:var(--navy) !important;
  }
  .cupa-page .cupa-hero::after{
    right:8%;
    width:110px;
    height:6px;
  }
  .cupa-page .cupa-hero .forest-hero-image{
    position:relative !important;
    inset:auto !important;
    display:block;
    width:100%;
    max-width:none;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .cupa-page .cupa-hero .forest-hero-overlay{
    display:none !important;
  }
  .cupa-page .cupa-hero .forest-hero-content{
    position:relative !important;
    padding:30px 22px 36px !important;
    background:var(--navy);
  }
  .cupa-page .cupa-hero h1{
    font-size:clamp(2.65rem,13vw,4rem);
  }
  .cupa-page .forest-story{
    padding-top:68px;
  }
  .cupa-match-grid,
  .cupa-purpose-grid,
  .cupa-organizers-grid,
  .cupa-final-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .cupa-start-grid .forest-photo:last-child,
  .cupa-ball,
  .cupa-huddle,
  .cupa-purpose-grid,
  .cupa-final-grid{
    width:100%;
    max-width:none;
  }
}
