.phsd-card,
.phsd-card *{box-sizing:border-box}
.phsd-card{
  --phsd-ink:#24322c;
  --phsd-muted:#617069;
  --phsd-forest:#345747;
  --phsd-forest-dark:#243f34;
  --phsd-gold:#c7a25e;
  --phsd-cream:#fbf8f1;
  overflow:hidden;
  width:100%;
  border:1px solid rgba(52,87,71,.18);
  border-radius:18px;
  background:var(--phsd-cream);
  color:var(--phsd-ink);
  box-shadow:0 14px 42px rgba(31,52,42,.12);
  font-family:Georgia,"Times New Roman",serif;
}
.phsd-card__image-link{display:block;background:#e9e5dc}
.phsd-card__image{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.phsd-card__body{padding:22px}
.phsd-card__eyebrow{
  margin:0 0 8px;
  color:var(--phsd-forest);
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.phsd-card__title{margin:0 0 12px;font-size:clamp(20px,2vw,27px);line-height:1.18}
.phsd-card__title a{color:var(--phsd-ink)!important;text-decoration:none!important}
.phsd-card__title a:hover{text-decoration:underline!important;text-decoration-color:var(--phsd-gold)!important;text-underline-offset:4px}
.phsd-card__date{display:block;margin:-3px 0 12px;color:var(--phsd-muted);font-family:Arial,Helvetica,sans-serif;font-size:12px}
.phsd-card__excerpt{margin:0 0 18px;color:#405049;font-size:16px;line-height:1.62}
.phsd-card__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 17px;
  border-radius:999px;
  background:var(--phsd-forest);
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  text-decoration:none!important;
}
.phsd-card__button:hover{background:var(--phsd-forest-dark);color:#fff!important}
.phsd-card__attribution{margin:14px 0 0;color:var(--phsd-muted);font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.45}
.phsd-card--full{display:grid;grid-template-columns:minmax(260px,42%) 1fr;align-items:stretch}
.phsd-card--full .phsd-card__image-link{height:100%}
.phsd-card--full .phsd-card__image{height:100%;aspect-ratio:auto}
.phsd-card--full .phsd-card__body{padding:clamp(24px,4vw,44px)}
.phsd-card--compact .phsd-card__body{padding:16px}
.phsd-card--compact .phsd-card__title{font-size:19px}
.phsd-card--compact .phsd-card__excerpt{display:none}
.phsd-card--error{padding:14px;border-color:#dba4a4;background:#fff5f5;color:#7d1f1f;font-family:Arial,Helvetica,sans-serif;font-size:13px}
@media(max-width:680px){.phsd-card--full{display:block}.phsd-card--full .phsd-card__image{height:auto;aspect-ratio:16/10}}
@media(prefers-reduced-motion:reduce){.phsd-card *{scroll-behavior:auto!important;transition:none!important}}
