/* Reader Reflections — Stage 7.2 Public Editorial Presentation */

.rr-editorial-feature,
.rr-editorial-selection,
.rr-featured-community {
    position: relative;
}

.rr-editorial-feature {
    background: #f4efe4;
    color: #15100a;
}

.rr-editorial-feature-inner,
.rr-editorial-selection-inner,
.rr-featured-community-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 76px 0;
}

.rr-editorial-feature-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(138, 101, 10, .25);
}

.rr-editorial-feature-head h2 {
    max-width: 860px;
    margin: 8px 0 0;
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: 1;
}

.rr-editorial-badge {
    flex: 0 0 auto;
    padding: 10px 13px;
    border: 1px solid #b78b13;
    color: #8f6810;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rr-editor-note {
    max-width: 790px;
    margin: 28px 0;
    padding: 20px 22px;
    border-left: 3px solid #d8ac20;
    background: rgba(216, 172, 32, .07);
}

.rr-editor-note strong {
    display: block;
    color: #8e6810;
    font-size: .75rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rr-editor-note p {
    margin: 8px 0 0;
    color: #554c3e;
    line-height: 1.65;
}

.rr-editorial-quote blockquote {
    max-width: 1020px;
    margin: 34px 0;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    line-height: 1.34;
}

.rr-editorial-quote footer,
.rr-editorial-selection-card footer,
.rr-featured-community-latest footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.rr-editorial-quote footer strong,
.rr-editorial-quote footer span,
.rr-editorial-quote footer time,
.rr-editorial-selection-card footer strong,
.rr-editorial-selection-card footer span,
.rr-editorial-selection-card footer time {
    display: block;
}

.rr-editorial-quote footer span,
.rr-editorial-quote footer time {
    margin-top: 4px;
    color: #786d5c;
}

.rr-editorial-quote footer a,
.rr-editorial-selection-card footer a,
.rr-featured-community-latest footer a {
    color: #9d7410;
    font-weight: 800;
    text-decoration: none;
}

.rr-editorial-selection {
    background: #0c0b08;
    color: #f2eadf;
}

.rr-editorial-selection-inner {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 64px;
    align-items: start;
}

.rr-editorial-selection-copy h2,
.rr-featured-community-copy h2 {
    margin: 10px 0 16px;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1;
}

.rr-editor-note-dark {
    border-left-color: #d8ac20;
    background: rgba(216, 172, 32, .06);
}

.rr-editor-note-dark strong {
    color: #d8ac20;
}

.rr-editor-note-dark p {
    color: #c9bead;
}

.rr-editorial-selection-card {
    padding: clamp(26px, 5vw, 48px);
    border: 1px solid rgba(216, 172, 32, .3);
    background: rgba(216, 172, 32, .035);
}

.rr-editorial-selection-card blockquote {
    margin: 0 0 36px;
    font-size: clamp(1.6rem, 3vw, 2.55rem);
    line-height: 1.48;
}

.rr-editorial-selection-card footer span,
.rr-editorial-selection-card footer time {
    margin-top: 4px;
    color: #a99e8d;
}

.rr-featured-community {
    background: #d8ac20;
    color: #171109;
}

.rr-featured-community-inner {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 58px;
    align-items: center;
}

.rr-featured-community-copy > p {
    max-width: 640px;
    margin: 0 0 24px;
    font-size: 1.12rem;
    line-height: 1.65;
}

.rr-featured-community .rr-section-label {
    color: #4d3909;
}

.rr-featured-community .rr-editor-note {
    border-left-color: #171109;
    background: rgba(255,255,255,.18);
}

.rr-featured-community .rr-editor-note strong,
.rr-featured-community .rr-editor-note p {
    color: #171109;
}

.rr-featured-community .rr-button-outline {
    border-color: #171109;
    color: #171109;
}

.rr-featured-community-latest {
    padding: clamp(26px, 5vw, 46px);
    border: 1px solid rgba(23, 17, 9, .42);
    background: rgba(255,255,255,.16);
}

.rr-featured-community-latest > span {
    display: block;
    margin-bottom: 12px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rr-featured-community-latest h3 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.rr-featured-community-latest blockquote {
    margin: 24px 0 32px;
    font-size: clamp(1.3rem, 2.4vw, 2rem);
    line-height: 1.5;
}

.rr-featured-community-latest footer a {
    color: #171109;
}

@media (max-width: 860px) {
    .rr-editorial-selection-inner,
    .rr-featured-community-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .rr-editorial-feature-head {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .rr-editorial-feature-inner,
    .rr-editorial-selection-inner,
    .rr-featured-community-inner {
        width: min(100% - 28px, 1180px);
        padding: 52px 0;
    }

    .rr-editorial-quote footer,
    .rr-editorial-selection-card footer,
    .rr-featured-community-latest footer {
        align-items: flex-start;
        flex-direction: column;
    }
}
