.elementor-427 .elementor-element.elementor-element-31047bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-427 .elementor-element.elementor-element-4a439df{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4a439df *//* ============================================================
   PointingFish — FOOTER STYLES
   Scoped under .pf-site-footer to prevent WordPress/Elementor conflicts.
   ============================================================ */

.pf-site-footer .footer {
  background: var(--pf-navy-900);
  color: var(--pf-sand-50);
  padding: 80px 0 32px;
 }

.pf-site-footer .footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 64px;
  margin-bottom: 64px;
  max-width: var(--maxw);  margin: 0 auto;
  
}

.pf-site-footer .footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--pf-sand-50);
  margin-bottom: 20px;
}

.pf-site-footer .footer__brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: rgba(22, 179, 189, 0.15);
  border-radius: 8px;
  color: var(--pf-aqua-400);
  flex-shrink: 0;
}

.pf-site-footer .footer__brand-mark svg {
  width: 20px;
  height: 20px;
}

.pf-site-footer .footer__tag {
  color: rgba(251, 249, 244, 0.6);
  max-width: 36ch;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.6;
}

.pf-site-footer .footer__col h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pf-aqua-400);
  margin: 0 0 20px;
  
  
}

.pf-site-footer .footer__col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  
}

.pf-site-footer .footer__col ul li {
  margin-bottom: 12px;
}

.pf-site-footer .footer__col ul a {
  font-size: 14px;
  color: rgba(251, 249, 244, 0.7);
  text-decoration: none;
}

.pf-site-footer .footer__col ul a:hover {
  color: var(--pf-sand-50);
}

.pf-site-footer .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: rgba(251, 249, 244, 0.5);
  flex-wrap: wrap;
  gap: 16px;
   max-width: var(--maxw);  margin: 0 auto;
}

.pf-site-footer .footer__bottom a {
  color: rgba(251, 249, 244, 0.7);
  text-decoration: none;
}

.pf-site-footer .footer__bottom a:hover {
  color: var(--pf-aqua-400);
}

/* ---------- RESPONSIVE: FOOTER ---------- */

@media (max-width: 1024px) {
  .pf-site-footer .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .pf-site-footer .footer{
      padding-inline: 20px;
  }
}

@media (max-width: 700px) {
  .pf-site-footer .footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pf-site-footer .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* sizes the logo */
.footer .footer__brand-logo {
  display: block;
  height: 70px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: left center;
}

/* hides old SVG mark and italic text if still in DOM */
.footer .footer__brand-mark,
.footer .footer__brand em { display: none !important; }

/* strips link decoration from the logo anchor */
.footer .footer__brand a { display: inline-block; text-decoration: none; line-height: 1; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-31047bf */.pf-site-footer{ font-family: "Inter Tight"}

p.footer__tag a{
     font-family: 'JetBrains Mono' !important;
     color: rgba(251, 249, 244, 0.6);
     
}/* End custom CSS */