/* =========================================================
   V22.8 Public Shared UI
   Header typography and floating contact controls have one source across
   every public page. Homepage transparency remains page-specific.
   ========================================================= */

@media (min-width:901px){
  .site-header.zz-site-scroll-header{
    position:sticky;
    top:0;
    z-index:1200;
    height:76px;
    background:rgba(255,255,255,.88);
    border-bottom:1px solid rgba(7,63,52,.09);
    box-shadow:0 4px 22px rgba(20,55,44,.035);
    -webkit-backdrop-filter:blur(12px) saturate(118%);
    backdrop-filter:blur(12px) saturate(118%);
    transform:translate3d(0,0,0);
    transition:transform .30s cubic-bezier(.22,.61,.36,1),background-color .28s ease,box-shadow .28s ease,border-color .28s ease;
    will-change:transform;
  }
  body .site-header.zz-site-scroll-header .header-inner{height:76px!important;min-height:76px!important}
  body .site-header.zz-site-scroll-header .main-nav{
    gap:clamp(20px,1.8vw,35px)!important;
    font-family:Arial,"Helvetica Neue","Segoe UI",sans-serif!important;
    font-size:17px!important;
  }
  body .site-header.zz-site-scroll-header .main-nav a{
    color:#263d36!important;
    font-family:Arial,"Helvetica Neue","Segoe UI",sans-serif!important;
    font-size:17px!important;
    line-height:1.25!important;
    font-weight:700!important;
    letter-spacing:.002em!important;
  }
  body .site-header.zz-site-scroll-header .main-nav a:after{height:2px!important;background:#b97635!important}
  body .site-header.zz-site-scroll-header .header-cta{
    min-height:44px!important;
    padding:0 20px!important;
    border-radius:6px!important;
    background:#073f34!important;
    font-family:Arial,"Helvetica Neue","Segoe UI",sans-serif!important;
    font-size:16px!important;
    line-height:1.2!important;
    font-weight:700!important;
    letter-spacing:0!important;
    box-shadow:0 7px 18px rgba(7,63,52,.16)!important;
  }
  .site-header.zz-site-scroll-header.zz-home-header-scrolled{
    background:rgba(255,255,255,.95);
    border-bottom-color:rgba(7,63,52,.12);
    box-shadow:0 8px 28px rgba(20,55,44,.085);
    -webkit-backdrop-filter:blur(15px) saturate(124%);
    backdrop-filter:blur(15px) saturate(124%);
  }
  .site-header.zz-site-scroll-header.zz-home-header-hidden{
    transform:translate3d(0,calc(-100% - 5px),0);
  }

  /* Shared floating contact: compact buttons without the old gray rail. */
  body .zzfloat-contact{
    right:20px!important;
    top:53%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    flex-direction:column!important;
    gap:10px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  body .zzfloat-action{
    width:52px!important;
    height:52px!important;
    flex:0 0 52px!important;
    border:1px solid rgba(194,139,74,.85)!important;
    border-radius:50%!important;
    background:#0b4b39!important;
    box-shadow:0 8px 20px rgba(4,40,30,.18)!important;
  }
  body .zzfloat-action:hover,
  body .zzfloat-action:focus-visible{
    transform:translateX(-4px) scale(1.035)!important;
    background:#073c2d!important;
  }
  body .zzfloat-icon,
  body .zzfloat-icon svg{width:23px!important;height:23px!important}
  body .zzfloat-linkedin{font-size:22px!important}
  body .zzfloat-tooltip{right:64px!important}
}

@media (min-width:1101px){
  body .site-header.zz-site-scroll-header .main-nav,
  body .site-header.zz-site-scroll-header .main-nav a{
    font-size:20px!important;
  }
  body .site-header.zz-site-scroll-header .header-cta{
    font-size:17.5px!important;
  }
}

@media (min-width:1600px){
  body .site-header.zz-site-scroll-header .main-nav,
  body .site-header.zz-site-scroll-header .main-nav a{
    font-size:21px!important;
  }
  body .site-header.zz-site-scroll-header .header-cta{
    font-size:18.5px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .site-header.zz-site-scroll-header{transition:none!important}
}
