
.feat-section {
  padding: 4rem 0;
  border-top: 1px solid rgba(201,168,76,.18);
}
.feat-card {
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(201,168,76,.2);
  overflow: hidden;
}
.feat-img-wrap {
  height: 380px;
  overflow: hidden;
}
.feat-img-wrap--circle {
  display: block;
}
.feat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feat-img--circle {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feat-body {
  padding: 2.5rem 2.75rem;
}
.feat-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: .7rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: .75rem;
}
.feat-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  color: #f8f5f0;
  margin-bottom: 1rem;
}
.feat-text {
  color: rgba(248,245,240,.65);
  font-size: .95rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.feat-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.feat-meta__item {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .8rem;
  color: rgba(248,245,240,.55);
  letter-spacing: .05em;
}
.feat-btn {
  display: inline-block;
  padding: .65rem 2rem;
  border: 1px solid #c9a84c;
  border-radius: .3rem;
  color: #c9a84c;
  font-family: 'Cinzel', serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.feat-btn:hover {
  background: #c9a84c;
  color: #1a1a1a;
}
@media (max-width: 991px) {
  .feat-img-wrap { height: 260px; }
  .feat-img-wrap--circle { height: auto; padding: 2rem; }
  .feat-body { padding: 1.75rem 1.5rem; }
}