.body-text a {color:var(--gold-ink); text-decoration:none; border-bottom:1px solid rgba(115,88,49,0.5); font-weight:600; transition:var(--transition);}
.bento-body a, .treatment-body a {color:var(--gold-deep); text-decoration:none; border-bottom:1px solid rgba(139,111,63,0.45); font-weight:600; transition:var(--transition);}
.bento-body a:hover, .treatment-body a:hover {color:var(--charcoal); border-bottom-color:var(--charcoal);}
.bento-card--feature {grid-column:span 3; background:linear-gradient(180deg, #FEFCF8 0%, #F5EFE5 100%); border-color:rgba(115,88,49,0.30); padding-top:72px;}
@media (max-width:1024px) {
  .bento-card--feature .bento-eyebrow {position:static; top:auto; left:auto; display:block; margin-bottom:14px;}
}