/* ═══════════════════════════════════════════════════════
   SHARED STYLES (both formats)
   ═══════════════════════════════════════════════════════ */

@media (min-width: 992px) {
    .article-main-wrapper {
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }
    .sidebar-sticky-wrapper {
        position: sticky;
        top: 20px;
    }
}

.subscription-banner button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 767px) {
    .col-sm-6:nth-child(n+3) {
        display: none;
    }
}

h2 { font-size: 1.4rem!important; }

/* ═══════════════════════════════════════════════════════
   REPORT FORMAT STYLES
   ═══════════════════════════════════════════════════════ */

.report-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    color: #6b6459;
    line-height: 1.6;
    max-width: 680px;
    margin-bottom: 1rem;
}

.report-layout {
    max-width: 100%;
    margin: 0 auto;
}

.report-image-caption {
    font-size: 0.78rem;
    color: #6b6459;
    margin-top: 0.5rem;
    font-style: italic;
    text-align: right;
    padding-right: 0.5rem;
}

/* Data Strip */
.report-data-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1px;
    background: #ffffff;
    margin: 2rem 0 2.5rem;
    border-radius: 4px;
    overflow: hidden;
}

.report-data-cell {
    background: #f0ede7;
    padding: 1.2rem 1rem;
    text-align: center;
}

.report-data-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff834c;
    line-height: 1.15;
}

.report-data-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6b6459;
    margin-top: 0.35rem;
}

/* Report body text */
.report-text {
    margin-bottom: 0.5rem;
}

.report-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.4rem;
}

.report-text p:first-child {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.75;
    color: #333;
}

/* Inline figures */
.report-figure {
    margin: 2.5rem 0;
    position: relative;
}

.report-figure img {
    width: 100%;
    display: block;
    border-radius: 4px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.07);
}

.report-figure figcaption {
    font-size: 0.72rem;
    color: #6b6459;
    margin-top: 0.55rem;
    padding: 0 2rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

@media (max-width: 680px) {
    .report-figure { margin: 2rem -0.5rem; }
    .report-figure figcaption { padding: 0 0.5rem; }
}

/* Speaker Quote Block */
.report-quote-block {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 1.5rem;
    align-items: start;
    margin: 2.5rem 0;
}

.report-speaker-photo {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(10%);
}

.report-quote-content {
    padding-top: 0.15rem;
}

.report-quote-block blockquote {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #1a1a1a;
    position: relative;
    padding-left: 1.1rem;
    border-left: 3px solid #ff834c;
    margin: 0;
}

.report-quote-attribution {
    margin-top: 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ff834c;
    padding-left: 1.1rem;
}

.report-quote-attribution span {
    display: block;
    font-weight: 400;
    color: #6b6459;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0.1rem;
    font-size: 0.75rem;
}

@media (max-width: 600px) {
    .report-quote-block { grid-template-columns: 90px 1fr; gap: 1rem; }
    .report-speaker-photo { width: 90px; height: 90px; }
}

/* Pull Quote */
.report-pull-quote {
    background: #ff834c;
    color: #ffffff;
    margin: 2.5rem 0;
    padding: 2.5rem 2rem;
    border-radius: 4px;
    position: relative;
}

.report-pull-quote::before {
    content: '\201C';
    font-family: Georgia, serif;
    font-size: 5rem;
    position: absolute;
    top: 0.3rem;
    left: 1rem;
    opacity: 0.15;
    line-height: 1;
}

.report-pull-quote p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.55;
    margin-bottom: 0.6rem;
    color: #ffffff;
}

.report-pull-quote-attr {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
}

@media (max-width: 680px) {
    .report-pull-quote { margin: 2rem -0.5rem; padding: 2rem 1.5rem; }
}
