@media (max-width:560px) {
  .phone-link {padding:6px;}
  .phone-link svg {width:19px; height:19px;}
}
.body-text a, .bento-body a, .treatment-body a {color:var(--gold-ink); text-decoration:none; border-bottom:1px solid rgba(115,88,49,0.5); font-weight:600; transition:var(--transition);}
.body-text a:hover, .bento-body a:hover, .treatment-body a:hover {color:var(--charcoal); border-bottom-color:var(--charcoal);}
.hero-image-col {background:linear-gradient(135deg, #E8DCC8 0%, #F0E8D8 100%); aspect-ratio:3/2; border-radius:0; overflow:hidden;}
.img-placeholder {background:linear-gradient(135deg, #E8DCC8 0%, #F0E8D8 100%); aspect-ratio:3/2; border-radius:0; margin:32px 0; overflow:hidden;}
.bento-card--feature {grid-column:span 3; background:linear-gradient(180deg, #FEFCF8 0%, #F5EFE5 100%); border-color:rgba(115,88,49,0.30);}
.bento-card--feature .bento-eyebrow {display:block; margin-bottom:18px; font-size:11px; letter-spacing:var(--ls-widest); text-transform:uppercase; color:var(--gold-ink); font-weight:700;}
.physician-portrait {position:relative; aspect-ratio:4/5; background:linear-gradient(135deg, #E8DCC8 0%, #F0E8D8 100%); border-radius:0; overflow:hidden;}
@media (max-width:600px) {
  .hero-image-col {aspect-ratio:4/3; max-height:50vh; border-radius:0;}
}