/* CAREKA DIGITAL — FOOTER / HEADER UNION V113
   Scope: Home only.
   Goal: enlarge the final footer so the last scroll position docks its top edge
   exactly below the sticky header, creating one continuous visual surface.
   No content, markup, navigation or V112 motion reconstruction. */

:root{
  --cd-footer-union-p:0;
}

html.cd-footer-union-v113 .careka-v106-home .careka-global-footer{
  min-height:calc(100svh - var(--cd-header,78px));
  margin-top:0!important;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:#050505!important;
  border-top-color:rgba(255,255,255,.075)!important;
  transition:border-color 320ms cubic-bezier(.2,.8,.2,1),background-color 320ms cubic-bezier(.2,.8,.2,1);
}

html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__shell{
  flex:1 0 auto;
  min-height:0;
  align-content:center;
  padding-top:clamp(72px,9svh,138px);
  padding-bottom:clamp(62px,8svh,118px);
}

html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__bottom{
  flex:0 0 auto;
  width:min(var(--cd-max,1600px),calc(100% - (2 * var(--cd-gutter,clamp(20px,3.55vw,72px)))));
  padding-top:clamp(20px,2.2svh,30px);
  padding-bottom:max(clamp(24px,2.8svh,38px),env(safe-area-inset-bottom));
}

/* Footer typography is scaled to the same visual grammar as the header. */
@media (min-width:1100px){
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__brandlink img{
    width:42px!important;
    height:42px!important;
    flex-basis:42px;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__brandlink strong{
    font-size:12px!important;
    letter-spacing:.18em!important;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__brandlink small{
    font-size:8px!important;
    letter-spacing:.18em!important;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__brand>p{
    font-size:10px!important;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__nav a{
    font-size:10px!important;
    letter-spacing:.12em!important;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__meta .careka-global-footer__eyebrow{
    font-size:8px!important;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__meta strong{
    font-size:12px!important;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__meta>span:not(.careka-global-footer__eyebrow){
    font-size:9px!important;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__cta{
    min-height:52px!important;
    padding-inline:18px!important;
    font-size:9px!important;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__top{
    font-size:9px!important;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__bottom{
    font-size:8px!important;
  }
}

/* The union state starts only when the footer approaches the sticky header. */
html.cd-footer-union-v113 .careka-v106-home .site-header{
  transition:
    background-color 340ms cubic-bezier(.2,.8,.2,1),
    border-color 340ms cubic-bezier(.2,.8,.2,1),
    box-shadow 340ms cubic-bezier(.2,.8,.2,1)!important;
}

html.cd-footer-union-v113.cd-footer-union-near .careka-v106-home .site-header{
  background:rgba(5,5,5,.985)!important;
}

html.cd-footer-union-v113.cd-footer-union-docked .careka-v106-home .site-header{
  background:#050505!important;
  border-bottom-color:transparent!important;
  box-shadow:none!important;
}

html.cd-footer-union-v113.cd-footer-union-docked .careka-v106-home .careka-global-footer{
  border-top-color:transparent!important;
}

html.cd-footer-union-v113 .careka-v106-home .careka-global-footer::before{
  transition:opacity 300ms cubic-bezier(.2,.8,.2,1),transform 300ms cubic-bezier(.2,.8,.2,1);
  transform-origin:left center;
}

html.cd-footer-union-v113.cd-footer-union-near .careka-v106-home .careka-global-footer::before{
  opacity:.28;
}

html.cd-footer-union-v113.cd-footer-union-docked .careka-v106-home .careka-global-footer::before{
  opacity:0;
  transform:scaleX(.65);
}

/* Very large displays: use the extra vertical space rather than leaving a dead band. */
@media (min-width:1440px) and (min-height:900px){
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__shell{
    padding-top:clamp(92px,11svh,170px);
    padding-bottom:clamp(76px,9svh,140px);
  }
}

/* Tablet/mobile retain the same completion logic but content wins over height. */
@media (max-width:1099px){
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer{
    min-height:calc(100svh - var(--cd-header,70px));
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__shell{
    flex:1 0 auto;
    padding-top:clamp(52px,8svh,82px);
    padding-bottom:clamp(44px,7svh,72px);
  }
}

@media (max-width:680px){
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer{
    margin-top:0!important;
  }
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer__shell{
    padding-top:48px;
    padding-bottom:40px;
  }
}

/* Reduced motion: geometry remains correct; only animated state changes are removed. */
@media (prefers-reduced-motion:reduce){
  html.cd-footer-union-v113 .careka-v106-home .site-header,
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer,
  html.cd-footer-union-v113 .careka-v106-home .careka-global-footer::before{
    transition:none!important;
  }
}
