/* W/Soul editorial card system — keeps landing presentation and artist heroes intact. */
:root{
  --ws-paper:#faf8f3;
  --ws-paper-soft:#f6f2e9;
  --ws-ink:#211f1b;
  --ws-rule:#25231f;
  --ws-rule-soft:rgba(33,31,27,.16);
  --ws-gold:#8a6a2a;
}

/* Typography consistency */
.artist-name,.artist-card-name,.artist-card-title,.work-card-title,.work-dialogue-title,
.archive-title,.archive-card h2,.archive-card h3,.publication-title,.programme-event-title,
.card-title,.magazine-title,.exhibition-title{
  font-family:"Playfair Display",Georgia,serif !important;
  font-style:normal;
  font-weight:500 !important;
  letter-spacing:-.025em !important;
}

/* Shared editorial card signature */
.artist-card,.work-card,.archive-card,.publication-card,.programme-event-card,
.work-dialogue-card,.exhibition-card,.magazine-card{
  position:relative;
  background:var(--ws-paper) !important;
  border:1px solid var(--ws-rule-soft) !important;
  border-top:3px solid var(--ws-rule) !important;
  box-shadow:none !important;
  overflow:hidden;
}
.artist-card:hover,.work-card:hover,.archive-card:hover,.publication-card:hover,
.programme-event-card:hover,.work-dialogue-card:hover{
  border-color:rgba(33,31,27,.28) !important;
  border-top-color:var(--ws-gold) !important;
  transform:translateY(-2px);
}

/* Artwork cards: the object is presented, not cropped. */
.work-card-img,.work-dialogue-image{
  background:var(--ws-paper-soft) !important;
}
.work-card-img img,.work-dialogue-image img{
  object-fit:contain !important;
  object-position:center !important;
  padding:20px;
  box-sizing:border-box;
}
.work-card-body{padding:20px 20px 22px !important;}
.work-card-title{font-size:1.18rem !important;line-height:1.2 !important;color:var(--ws-ink) !important;}
.work-card-medium,.work-card-meta,.work-card-year,.work-card-artist,
.artist-medium,.publication-meta,.archive-meta,.programme-event-meta{
  font-family:"Montserrat",Arial,sans-serif !important;
  font-size:.59rem !important;
  line-height:1.55 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase;
  color:rgba(33,31,27,.53) !important;
}
.work-card-medium,.work-card-meta{margin-top:7px !important;}
.work-card-year:empty{display:none!important;}
.work-card-footer,.artist-card-footer{border-top:1px solid var(--ws-rule-soft) !important;}
.work-status,.work-inquire,.artist-link,.artist-cta{
  font-family:"Montserrat",Arial,sans-serif !important;
  letter-spacing:.13em !important;
}

/* Portrait cards remain photographic and full bleed. */
.artist-card-img{background:#171714 !important;}
.artist-card-img img,.artist-rotator-image img{
  object-fit:cover !important;
}
.artist-card-body{background:var(--ws-paper) !important;}
.artist-statement{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;}

/* Magazine covers should never be cropped. */
.archive-cover,.publication-cover,.magazine-cover,.cover{
  background:var(--ws-paper-soft) !important;
}
.archive-cover img,.publication-cover img,.magazine-cover img,.cover img{
  object-fit:contain !important;
  object-position:center !important;
}

/* Slightly lighter content surfaces, without changing the brand shell/hero. */
.collection-grid,.artists-grid,.archive-grid,.works-grid{background:transparent;}

/* Accessibility */
.artist-card:focus-within,.work-card:focus-within,.archive-card:focus-within,
.publication-card:focus-within,.programme-event-card:focus-within{
  outline:2px solid var(--ws-gold);outline-offset:3px;
}

@media(max-width:720px){
  .work-card-img img,.work-dialogue-image img{padding:12px;}
  .work-card-body{padding:17px 16px 20px !important;}
}
