/* =========================================================
   ZHOVA FOOTER — FINAL
   Scoped footer styles only.
   Uses the site's existing local font system.
   ========================================================= */

#zhova-footer{
  --zf-gold:#c9a25b;
  --zf-gold-soft:#e3c384;
  --zf-gold-pale:#eddcb3;
  --zf-white:#f2ede3;
  --zf-muted:#8e8a82;
  --zf-bg:#08080a;
  --zf-line:rgba(242,237,227,.09);
  --zf-ease:cubic-bezier(.16,.8,.24,1);

  position:relative;
  width:100%;
  background:var(--zf-bg);
  color:var(--zf-white);
  border-top:1px solid var(--zf-line);
  isolation:isolate;
  overflow:hidden;
}

#zhova-footer::before{
  content:"";
  position:absolute;
  width:600px;
  height:600px;
  left:-320px;
  top:-260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(201,162,91,.07) 0%,transparent 70%);
  pointer-events:none;
  z-index:-1;
}

#zhova-footer .zf-container{
  width:min(calc(100% - 48px),1360px);
  margin-inline:auto;
}

#zhova-footer .zf-cta{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  padding:90px 0 64px;
  border-bottom:1px solid var(--zf-line);
}

#zhova-footer .zf-cta-eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
  color:var(--zf-gold-soft);
  font-family:var(--zhova-font,"Bricolage Grotesque",Arial,sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.3em;
}

#zhova-footer .zf-cta-eyebrow i{
  display:block;
  width:34px;
  height:1px;
  flex:0 0 34px;
  background:linear-gradient(90deg,var(--zf-gold),var(--zf-gold-soft));
}

#zhova-footer .zf-cta h2{
  margin:0;
  max-width:640px;
  font-family:var(--zhova-font,"Bricolage Grotesque",Arial,sans-serif);
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
  font-weight:700;
  letter-spacing:-.03em;
  color:var(--zf-white);
}

#zhova-footer .zhova-services-btn{
  position:relative;
  min-height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  flex:0 0 auto;
  padding:0 9px 0 26px;
  color:#111!important;
  background:linear-gradient(135deg,#d8c28a 0%,#cdb574 48%,#d8c28a 100%);
  border:1px solid rgba(229,199,102,.35);
  border-radius:2px;
  font-family:var(--zhova-font,"Bricolage Grotesque",Arial,sans-serif);
  font-size:12px;
  font-weight:800;
  letter-spacing:.045em;
  text-decoration:none;
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 8px 30px rgba(201,162,91,.10);
  transition:transform .45s var(--zf-ease),box-shadow .45s ease,background .45s ease;
}

#zhova-footer .zhova-services-btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.30) 48%,transparent 72%);
  transform:translateX(-120%);
  transition:transform .7s var(--zf-ease);
  pointer-events:none;
  z-index:-1;
}

#zhova-footer .zf-cta-arrow{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 38px;
  background:#111;
  color:#f7f6f2;
  font-size:17px;
  font-weight:400;
  transition:transform .45s var(--zf-ease),background .35s ease;
}

#zhova-footer .zhova-services-btn:hover,
#zhova-footer .zhova-services-btn:focus-visible{
  color:#111!important;
  transform:translateY(-4px);
  background:linear-gradient(135deg,#e0cc98,#d2bc7d);
  box-shadow:0 18px 50px rgba(201,162,91,.18);
}

#zhova-footer .zhova-services-btn:hover::before{
  transform:translateX(120%);
}

#zhova-footer .zhova-services-btn:hover .zf-cta-arrow{
  transform:rotate(45deg);
  background:#171717;
}

#zhova-footer .zhova-services-btn:active{
  transform:translateY(-1px);
}

#zhova-footer .zhova-services-btn:focus-visible,
#zhova-footer .zf-back-to-top:focus-visible{
  outline:1px solid var(--zf-gold-pale);
  outline-offset:4px;
}

#zhova-footer .zf-grid{
  display:grid;
  grid-template-columns:1.35fr repeat(4,1fr);
  gap:36px;
  padding:70px 0 60px;
}

#zhova-footer .zf-brand a{
  display:inline-block;
  line-height:0;
}

#zhova-footer .zf-brand__logo{
  display:block;
  width:190px;
  height:60px;
  max-width:100%;
  object-fit:contain;
  object-position:left center;
}

#zhova-footer .zf-brand p{
  max-width:340px;
  margin:22px 0 0;
  color:var(--zf-muted);
  font-family:var(--zhova-font,"Bricolage Grotesque",Arial,sans-serif);
  font-size:13.5px;
  line-height:1.8;
}

#zhova-footer .zf-social{
  display:flex;
  gap:10px;
  margin-top:26px;
}

#zhova-footer .zf-social a{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(242,237,227,.14);
  border-radius:50%;
  color:var(--zf-white);
  text-decoration:none;
  font-family:var(--zhova-font,"Bricolage Grotesque",Arial,sans-serif);
  font-size:13px;
  transition:border-color .3s ease,color .3s ease,transform .3s var(--zf-ease);
}

#zhova-footer .zf-social a:hover{
  border-color:var(--zf-gold-soft);
  color:var(--zf-gold-soft);
  transform:translateY(-2px);
}

#zhova-footer .zf-col h3{
  margin:0 0 22px;
  color:var(--zf-gold-soft);
  font-family:var(--zhova-font,"Bricolage Grotesque",Arial,sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
}

#zhova-footer .zf-col ul{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:13px;
  margin:0;
  padding:0;
}

#zhova-footer .zf-col a{
  color:rgba(242,237,227,.72);
  text-decoration:none;
  font-family:var(--zhova-font,"Bricolage Grotesque",Arial,sans-serif);
  font-size:14px;
  font-weight:500;
  transition:color .25s ease,padding-left .25s ease;
}

#zhova-footer .zf-col a:hover{
  color:var(--zf-white);
  padding-left:5px;
}

#zhova-footer .zf-contact address{
  font-style:normal;
  color:rgba(242,237,227,.72);
  font-family:var(--zhova-font,"Bricolage Grotesque",Arial,sans-serif);
  font-size:14px;
  line-height:1.9;
}

#zhova-footer .zf-contact a{
  color:var(--zf-white);
  border-bottom:1px solid rgba(242,237,227,.2);
}

#zhova-footer .zf-contact a:hover{
  color:var(--zf-gold-soft);
  border-color:var(--zf-gold-soft);
}

#zhova-footer .zf-contact-note{
  display:block;
  margin-top:10px;
  color:rgba(242,237,227,.5);
}

#zhova-footer .zf-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  padding:26px 0 34px;
  border-top:1px solid var(--zf-line);
  font-family:var(--zhova-font,"Bricolage Grotesque",Arial,sans-serif);
  font-size:11.5px;
  color:rgba(242,237,227,.4);
}

#zhova-footer .zf-legal{
  display:flex;
  gap:24px;
  list-style:none;
  margin:0;
  padding:0;
}

#zhova-footer .zf-legal a{
  color:rgba(242,237,227,.4);
  font-size:11.5px;
  transition:color .25s ease;
}

#zhova-footer .zf-legal a:hover{
  color:var(--zf-gold-soft);
  padding-left:0;
}

#zhova-footer .zf-back-to-top{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0;
  color:rgba(242,237,227,.5)!important;
  background:transparent!important;
  border:0;
  font:700 11px/1 var(--zhova-font,"Bricolage Grotesque",Arial,sans-serif);
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  -webkit-tap-highlight-color:transparent;
  transition:color .25s ease;
}

#zhova-footer .zf-back-to-top:hover,
#zhova-footer .zf-back-to-top:focus-visible{
  color:var(--zf-gold-soft)!important;
}

@media(max-width:1200px){
  #zhova-footer .zf-grid{
    grid-template-columns:1.4fr 1fr 1fr;
  }
}

@media(max-width:1100px){
  #zhova-footer .zf-grid{
    grid-template-columns:1fr 1fr;
  }

  #zhova-footer .zf-cta{
    flex-direction:column;
    align-items:flex-start;
    gap:26px;
  }
}

@media(max-width:640px){
  #zhova-footer .zf-container{
    width:calc(100% - 32px);
  }

  #zhova-footer .zf-grid{
    grid-template-columns:1fr;
    gap:36px;
    padding:54px 0 46px;
  }

  #zhova-footer .zf-cta{
    padding:60px 0 44px;
  }

  #zhova-footer .zhova-services-btn{
    width:100%;
  }

  #zhova-footer .zf-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  #zhova-footer .zf-legal{
    flex-wrap:wrap;
    gap:16px;
  }
}

@media(prefers-reduced-motion:reduce){
  #zhova-footer .zhova-services-btn,
  #zhova-footer .zf-social a,
  #zhova-footer .zf-col a,
  #zhova-footer .zf-contact a,
  #zhova-footer .zf-back-to-top{
    transition:none!important;
  }

  #zhova-footer .zhova-services-btn::before{
    transition:none!important;
    transform:none;
  }
}
