/* JTS v4.3.1 — double-wave illustrated woodland footer */
#jts-footer.jts-footer--woodland{
  --jts-footer-cream:#f5f1e8;
  --jts-footer-green:#0b3829;
  margin-top:0;
  overflow:hidden;
  background:var(--jts-footer-green);
}

/* The landscape itself now enters the footer with a soft wave instead of a straight edge. */
#jts-footer .jts-footer-scene{
  position:relative;
  height:var(--jts-footer-scene-height);
  min-height:220px;
  border:0!important;
  background-color:var(--jts-footer-cream)!important;
  background-image:linear-gradient(rgba(8,28,20,var(--jts-footer-scene-overlay)),rgba(8,28,20,var(--jts-footer-scene-overlay))),var(--jts-footer-scene)!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:var(--jts-footer-scene-position)!important;
  /* Responsive SVG mask: wavy at the very top and again where woodland meets green. */
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 360' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 34 C150 3 250 72 400 39 C560 4 650 67 800 35 C955 2 1070 70 1210 38 C1315 14 1380 17 1440 31 L1440 292 C1320 330 1210 270 1080 301 C930 338 835 268 690 302 C535 338 430 267 285 299 C155 328 75 283 0 304 Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 360' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 34 C150 3 250 72 400 39 C560 4 650 67 800 35 C955 2 1070 70 1210 38 C1315 14 1380 17 1440 31 L1440 292 C1320 330 1210 270 1080 301 C930 338 835 268 690 302 C535 338 430 267 285 299 C155 328 75 283 0 304 Z'/%3E%3C/svg%3E");
  -webkit-mask-size:100% 100%;mask-size:100% 100%;
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
}
#jts-footer .jts-footer-scene:after{display:none!important;content:none!important}

/* Pull the editable HTML footer up behind the lower wave so there is no hard seam. */
#jts-footer .jts-footer__content{
  position:relative;
  z-index:2;
  margin-top:-58px;
  padding-top:94px;
  background:linear-gradient(180deg,#0b3829 0%,#103d2e 54%,#0b3427 100%);
}
#jts-footer .jts-footer__content:before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;top:-58px;
  width:100vw;height:86px;
  transform:translateX(-50%);
  background:var(--jts-footer-green);
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 58 C135 17 245 82 390 48 C535 13 650 84 800 48 C950 13 1065 82 1210 47 C1325 20 1390 30 1440 44 L1440 100 L0 100 Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 58 C135 17 245 82 390 48 C535 13 650 84 800 48 C950 13 1065 82 1210 47 C1325 20 1390 30 1440 44 L1440 100 L0 100 Z'/%3E%3C/svg%3E");
  -webkit-mask-size:100% 100%;mask-size:100% 100%;
}

/* The wooden sign belonged to the previous photographic concept; default hidden in v4.3.1. */
#jts-footer .jts-footer-scene__sign{display:none}

@media(max-width:780px){
 #jts-footer .jts-footer-scene{
   height:var(--jts-footer-scene-mobile-height);
   min-height:180px;
   background-image:linear-gradient(rgba(8,28,20,var(--jts-footer-scene-overlay)),rgba(8,28,20,var(--jts-footer-scene-overlay))),var(--jts-footer-scene-mobile)!important;
   background-size:auto 100%!important;
   background-position:var(--jts-footer-scene-mobile-position)!important;
 }
 #jts-footer .jts-footer__content{margin-top:-42px;padding-top:72px}
 #jts-footer .jts-footer__content:before{top:-44px;height:70px}
}
