.featured-records {
  margin-top: clamp(48px, 6vw, 76px);
  padding-top: clamp(34px, 4vw, 48px);
  border-top: 1px solid rgba(65, 87, 75, 0.13);
}

.featured-records-head {
  margin-bottom: 25px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.featured-records-head h3 {
  margin: 0;
  color: var(--type-ink, #173c32);
  font-family: var(--font-display, var(--serif));
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.25;
}

.featured-records-head > p {
  max-width: 490px;
  color: #465950;
  font-family: var(--font-body, sans-serif);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.85;
}

.community-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.community-entry {
  min-width: 0;
  min-height: 164px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(54, 78, 65, 0.11);
  border-radius: 15px;
  background: rgba(250, 249, 244, 0.58);
}

.community-entry figure {
  position: relative;
  min-height: 164px;
  margin: 0;
  overflow: hidden;
  background: #dce3dc;
}

.community-entry figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(28, 46, 37, 0.02) 52%, rgba(28, 46, 37, 0.24));
}

.community-entry figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.95) brightness(0.98);
}

.community-entry figure b,
.community-entry figure em {
  position: absolute;
  z-index: 1;
  font-family: var(--font-label, sans-serif);
  font-style: normal;
  font-weight: 650;
  line-height: 1;
}

.community-entry figure b {
  left: 9px;
  bottom: 10px;
  padding: 6px 7px;
  border-radius: 999px;
  color: #f8f6ef;
  background: rgba(31, 54, 42, 0.79);
  font-size: 9px;
  letter-spacing: 0.09em;
}

.community-entry figure em {
  top: 9px;
  right: 8px;
  padding: 5px 6px;
  border-radius: 999px;
  color: #53645b;
  background: rgba(249, 247, 240, 0.9);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.community-entry-body {
  min-width: 0;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  font-family: var(--font-body, sans-serif);
}

.community-entry blockquote {
  display: -webkit-box;
  margin: 0 0 11px;
  overflow: hidden;
  color: #32463c;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.community-entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: auto 0 9px;
}

.community-entry-tags span {
  padding: 4px 7px;
  border-radius: 999px;
  color: #5b6c63;
  background: rgba(224, 231, 224, 0.76);
  font-family: var(--font-label, sans-serif);
  font-size: 9px;
  line-height: 1.25;
}

.community-entry small {
  overflow: hidden;
  color: #74817a;
  font-family: var(--font-label, sans-serif);
  font-size: 10px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-image-placeholder {
  width: 100%;
  height: 100%;
  padding: 14px;
  display: grid;
  place-items: end start;
  box-sizing: border-box;
  color: #5f7167;
  background: linear-gradient(145deg, #e6e8e1, #cbd6cf);
  font-family: var(--font-label, sans-serif);
  font-size: 9px;
  line-height: 1.5;
}

.community-entry img.scene-left { object-position: 18% center; transform: scale(1.22); }
.community-entry img.scene-center { object-position: 51% center; transform: scale(1.28); }
.community-entry img.scene-right { object-position: 86% center; transform: scale(1.24); }
.community-entry img.scene-detail { object-position: 34% 72%; transform: scale(1.42); }
.community-entry img.scene-group { object-position: 66% 45%; transform: scale(1.08); }
.community-entry img.scene-soft { object-position: 8% 48%; transform: scale(1.34); }
.community-entry img.product-left { object-position: 25% center; transform: scale(1.2); }
.community-entry img.product-center { object-position: 53% center; transform: scale(1.16); }
.community-entry img.product-right { object-position: 82% center; transform: scale(1.22); }
.community-entry img.uploaded-record { object-position: center; }

.community-feed-footer {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.community-feed-footer > p {
  margin: 0;
  color: #66766e;
  font-family: var(--font-body, sans-serif);
  font-size: 12px;
  line-height: 1.7;
}

.community-feed-footer .text-link {
  flex: 0 0 auto;
  margin-top: 0;
}

.community-feed-disclosure {
  max-width: 920px;
  margin: 24px 0 0;
  padding-top: 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid rgba(62, 85, 72, 0.12);
  color: #6c7a73;
  font-family: var(--font-body, sans-serif);
  font-size: 11px;
  line-height: 1.75;
}

.community-feed-disclosure strong {
  color: #485d51;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .community-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-entry {
    grid-template-columns: 124px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .featured-records-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .community-feed {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .community-entry {
    min-height: 154px;
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .community-entry figure {
    min-height: 154px;
  }

  .community-entry-body {
    padding: 16px 14px 14px;
  }

  .community-entry blockquote {
    font-size: 13px;
  }

  .community-feed-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .community-feed-disclosure {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 390px) {
  .community-entry {
    grid-template-columns: 101px minmax(0, 1fr);
  }
}
