/* recycle.reviews */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #ffffff; color: #4A4A4A; font-family: 'Source Sans 3', sans-serif; font-weight: 400; line-height: 1.7; }
.masthead { max-width: 680px; margin: 0 auto; padding: 4rem 2rem 2rem; text-align: center; }
.masthead-title { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(2rem, 5vw, 3.6rem); color: #1A1A1A; letter-spacing: 0.02em; line-height: 1.15; }
.masthead-rules { border-top: 1px solid #1A1A1A; margin: 0.5rem 0 0.25rem; box-shadow: 0 3px 0 #1A1A1A; padding-bottom: 0.25rem; }
.featured-quote { padding: 2rem 1rem; position: relative; }
.featured-quote::before { content: '\201C'; font-family: 'Playfair Display', serif; font-size: 4rem; color: #D4AF37; opacity: 0.3; position: absolute; left: 50%; transform: translateX(-50%); top: -1.5rem; line-height: 1; }
.quote-text { font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; font-size: clamp(1.1rem, 2.5vw, 1.5rem); color: #1A1A1A; line-height: 1.4; margin-bottom: 0.75rem; }
.quote-meta { display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
.stars { color: #D4AF37; font-size: 1rem; }
.stars.small { font-size: 0.8rem; }
.stars.low { color: #DC2626; }
.reviewer { font-family: 'Fira Code', monospace; font-size: 0.75rem; color: #4A4A4A; }
.section-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.5rem; color: #1A1A1A; margin-bottom: 1.5rem; }
.rankings { max-width: 680px; margin: 0 auto; padding: 2rem; }
.rank-list { display: flex; flex-direction: column; }
.rank-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem 0; }
.rank-num { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 2.4rem; color: rgba(26,26,26,0.15); min-width: 40px; }
.rank-content { flex: 1; }
.rank-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.1rem; color: #1A1A1A; display: block; }
.rank-excerpt { font-size: 0.85rem; color: #4A4A4A; margin: 0.3rem 0; }
.cat-pill { font-family: 'Fira Code', monospace; font-size: 0.65rem; color: #4A4A4A; border: 1px solid #E5E5E0; border-radius: 9999px; padding: 0.1rem 0.5rem; }
.rank-rule { border-top: 1px solid #E5E5E0; }
.categories { max-width: 680px; margin: 0 auto; padding: 2rem; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.cat-block { background: #F5F5F0; padding: 1.5rem; text-align: center; }
.cat-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.1rem; color: #1A1A1A; margin-bottom: 0.3rem; }
.cat-count { font-family: 'Fira Code', monospace; font-size: 0.7rem; color: #4A4A4A; display: block; }
.cat-avg { font-size: 0.85rem; color: #D4AF37; }
.feed { max-width: 680px; margin: 0 auto; padding: 2rem; }
.review-entry { display: flex; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid #E5E5E0; }
.review-entry.low-rating { border-bottom: 1px solid #DC2626; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #E5E5E0; background: #F5F5F0; flex-shrink: 0; }
.review-avatar.low { border-color: #DC2626; }
.review-body { flex: 1; }
.review-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1rem; color: #1A1A1A; margin: 0.3rem 0; }
.review-title.low { color: #DC2626; }
.review-excerpt { font-size: 0.85rem; color: #4A4A4A; margin-bottom: 0.3rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.review-date { font-family: 'Fira Code', monospace; font-size: 0.7rem; color: #4A4A4A; }
.footer { max-width: 680px; margin: 0 auto; padding: 2rem; text-align: center; }
.footer-rule { border-top: 1px solid #E5E5E0; margin-bottom: 1.5rem; }
.footer-link { font-size: 0.8rem; color: #2563EB; }
.footer-sep { color: #4A4A4A; margin: 0 0.5rem; }
@media (max-width: 520px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
