/* JTS v4.3.3 — safe full-width organic footer edge */

#jts-footer.jts-footer--woodland{
  position:relative;
  width:100%;
  max-width:none;
  overflow:hidden;
}

/* Keep the artwork itself completely full width. */
#jts-footer.jts-footer--woodland .jts-footer-scene{
  position:relative;
  width:100%;
  max-width:none;
  margin:0;
  clip-path:none!important;
  -webkit-clip-path:none!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

/*
 * A shallow cream mask overlays only the TOP of the woodland.
 * The scene remains rectangular/full-width underneath, avoiding the v4.3.2
 * clipping failure.
 */
#jts-footer.jts-footer--woodland.jts-footer--top-wave .jts-footer-scene::before{
  content:"";
  display:block!important;
  position:absolute;
  z-index:4;
  top:-1px;
  left:0;
  width:100%;
  height:var(--jts-footer-top-wave-depth);
  pointer-events:none;
  background-color:transparent!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23F5F1E8' d='M0 0H1440V22C1320 47 1210 8 1082 25C948 43 850 64 715 33C585 4 474 53 348 36C220 19 119 58 0 30Z'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:top center!important;
  background-size:100% 100%!important;
}

/* Preserve the stable v4.3.1 lower scene transition. */
#jts-footer.jts-footer--woodland .jts-footer-scene::after{
  z-index:3;
}

/* Ensure footer content stays above decorative layers. */
#jts-footer.jts-footer--woodland .jts-footer__content{
  position:relative;
  z-index:5;
}

@media(max-width:780px){
  #jts-footer.jts-footer--woodland.jts-footer--top-wave .jts-footer-scene::before{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 100' preserveAspectRatio='none'%3E%3Cpath fill='%23F5F1E8' d='M0 0H800V28C716 55 646 13 558 31C470 49 410 68 321 38C233 8 164 57 78 39C48 33 23 35 0 42Z'/%3E%3C/svg%3E")!important;
  }
}
