.resenas-wrap { max-width: 1120px; margin: 0 auto; padding: 40px 28px 56px; }
.resenas-header { text-align: center; margin-bottom: 32px; }
.resenas-header .rating { font-size: 14px; color: var(--text-primary); }
.resenas-header .rating .stars { color: var(--wine); letter-spacing: 2px; }
.resenas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.resena-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; background: var(--surface); }
.resena-photo { height: 110px; background: var(--placeholder-bg); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.resena-photo i { font-size: 22px; color: var(--placeholder-icon); }
.resena-stars { color: var(--wine); letter-spacing: 2px; margin-bottom: 8px; }
.resena-quote { font-size: 13.5px; color: var(--text-primary); line-height: 1.6; margin-bottom: 10px; }
.resena-name { font-size: 12px; color: var(--text-muted); }
.resenas-more { text-align: center; margin-top: 28px; }
