
/* This row holds the podcast and the Instagram card side by side. It had been
   forced to a single centred column when its original second half was removed. */
#page-home .hxpm-wrap{ grid-template-columns:1fr 1fr !important; justify-items:center; }
#page-home .hxpm-wrap > *{ width:100%; max-width:560px; }
@media (max-width:860px){
  #page-home .hxpm-wrap{ grid-template-columns:1fr !important; }
}

/* Instagram card — built from the podcast artwork's own palette: sage greens
   (#8C9A7E / #A8B69A), warm grey-green and the deep navy from its lettering. */
#page-home .hx-ig{ display:grid; place-items:center; aspect-ratio:1 / 1; }
#page-home .hx-ig-art{
  width:100%; height:100%; border-radius:14px; display:flex; flex-direction:column;
  align-items:center; justify-content:center; gap:10px;
  background:linear-gradient(150deg,#F3F5F0 0%,#E7EDE2 52%,#DCE6D6 100%);
}
#page-home .hx-ig-badge{
  width:86px; height:86px; border-radius:26px; display:grid; place-items:center;
  background:#fff; border:1px solid #dde6d8; box-shadow:0 6px 18px rgba(36,52,71,.08);
  color:#5F7350;
}
#page-home .hx-ig-handle{
  font-family:'Playfair Display',Georgia,serif; font-weight:700; font-size:1.5rem; margin:6px 0 0;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
#page-home .hx-ig-strap{
  font-size:.74rem; font-weight:800; letter-spacing:.18em; text-transform:uppercase; margin:0;
  color:#7d9e77 !important; -webkit-text-fill-color:#7d9e77 !important;
}
#page-home .hx-ig-cta{
  display:inline-flex; align-items:center; gap:9px; background:#243447; color:#fff !important;
  -webkit-text-fill-color:#fff !important; font-weight:800; font-size:0.82rem; letter-spacing:0.1em;
  text-transform:uppercase; padding:12px 22px; border-radius:999px; min-height:46px;
  text-decoration:none; box-shadow:0 8px 22px rgba(36,52,71,0.16);
  transition:background .16s, transform .16s;
}
#page-home .hx-ig-cta:hover{ background:#31465f; transform:translateY(-1px); }
#page-home .hx-ig-cta:focus-visible{ outline:3px solid #CF9E3F; outline-offset:3px; }
#page-home .hx-ig-dot{ width:8px; height:8px; border-radius:50%; background:#7d9e77; display:inline-block; }
#page-home .hx-sronly{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
