/* Styles for /insights (The Shortletter). Layered on top of /cities/_styles.css. */
.hub-hero { min-height: 40vh; }
.teaser-meta { font-size: 0.8rem; color: #9CA3AF; }

.article { max-width: 760px; margin: 0 auto; padding: 3.5rem 2rem 4rem; }
.article-head { margin-bottom: 2.5rem; }
.article-eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: #FF5C42; font-weight: 600; margin-bottom: 1rem; }
.article h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.1rem, 5vw, 3.25rem); font-weight: 700; line-height: 1.08; margin-bottom: 1.25rem; letter-spacing: -0.01em; }
.article-standfirst { font-size: 1.2rem; color: #4B5563; line-height: 1.6; margin-bottom: 1.25rem; }
.article-meta { font-size: 0.85rem; color: #6B7280; }
.article-meta a { color: inherit; }
.article-hero { margin: 0 0 2.5rem; }
.article-hero img { width: 100%; height: auto; border-radius: 10px; display: block; }

.toc { background: #FAFAF7; border: 1px solid #EDE7DD; border-radius: 10px; padding: 1.25rem 1.5rem; margin-bottom: 2.5rem; }
.toc-label { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: #FF5C42; font-weight: 600; margin-bottom: 0.5rem; }
.toc ol { margin: 0; padding-left: 1.25rem; columns: 2; column-gap: 2rem; }
.toc li { font-size: 0.9rem; margin: 0.25rem 0; break-inside: avoid; }
.toc a { color: #2C2C2C; text-decoration: none; }
.toc a:hover { color: #FF5C42; }
@media (max-width: 560px) { .toc ol { columns: 1; } }

.article-body { font-size: 1.05rem; line-height: 1.8; color: #333; }
.article-body > * + * { margin-top: 1.25rem; }
.article-body h2 { font-family: 'Playfair Display', serif; font-size: 1.85rem; font-weight: 600; line-height: 1.2; margin-top: 3rem; color: #0B0F14; scroll-margin-top: 90px; }
.article-body h3 { font-family: 'Inter', sans-serif; font-size: 1.15rem; font-weight: 700; margin-top: 2rem; color: #0B0F14; scroll-margin-top: 90px; }
.article-body h4 { font-size: 1rem; font-weight: 700; margin-top: 1.5rem; }
.article-body a { color: #FF5C42; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body a:hover { color: #E04A31; }
.article-body ul, .article-body ol { padding-left: 1.5rem; }
.article-body li { margin: 0.5rem 0; }
.article-body li::marker { color: #FF5C42; }
.article-body blockquote { border-left: 3px solid #FF5C42; padding: 0.25rem 0 0.25rem 1.5rem; color: #4B5563; font-style: italic; }
.article-body hr { border: none; border-top: 1px solid #EDE7DD; margin: 2.5rem 0; }
.article-body figure { margin: 2rem 0; }
.article-body figure img { width: 100%; height: auto; border-radius: 10px; display: block; border: 1px solid #EDE7DD; }
.article-body figcaption { font-size: 0.85rem; color: #6B7280; margin-top: 0.6rem; text-align: center; }
.article-body strong { color: #0B0F14; }
.article-body .inline-cta { margin: 2.5rem 0; }
.article-body .inline-cta .btn-primary { margin-top: 0; color: #FFF; text-decoration: none; }
.article-body .inline-cta .btn-primary:hover { color: #FFF; }

.table-wrap { overflow-x: auto; margin: 2rem 0; border: 1px solid #EDE7DD; border-radius: 10px; }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: 0.92rem; line-height: 1.4; }
.table-wrap th, .table-wrap td { padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid #EDE7DD; vertical-align: top; }
.table-wrap thead th { background: #FAFAF7; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #6B7280; font-weight: 600; }
.table-wrap tbody th { font-weight: 600; color: #0B0F14; white-space: nowrap; }
.table-wrap tbody tr:last-child th, .table-wrap tbody tr:last-child td { border-bottom: none; }
.table-wrap td { font-variant-numeric: tabular-nums; }

.article-share { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #EDE7DD; font-size: 0.85rem; color: #6B7280; }
.article-share a { color: #FF5C42; text-decoration: none; font-weight: 500; }
.article-share a:hover { text-decoration: underline; }

.article-prevnext { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.article-prevnext a { display: block; background: #FAFAF7; border: 1px solid #EDE7DD; border-radius: 10px; padding: 1.25rem 1.5rem; color: #0B0F14; text-decoration: none; font-family: 'Playfair Display', serif; font-size: 1.05rem; line-height: 1.3; transition: border-color 0.15s ease; }
.article-prevnext a:hover { border-color: #FF5C42; }
.article-prevnext a span { display: block; font-family: 'Inter', sans-serif; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: #FF5C42; font-weight: 600; margin-bottom: 0.4rem; }
.article-prevnext .next { text-align: right; }
@media (max-width: 560px) { .article-prevnext { grid-template-columns: 1fr; } .article-prevnext .next { text-align: left; } }

@media (max-width: 640px) {
    .article { padding: 2.5rem 1.25rem 3rem; }
    .article-body { font-size: 1rem; }
}

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.stat { background: #FAFAF7; border: 1px solid #EDE7DD; border-radius: 10px; padding: 1.5rem 1rem; text-align: center; display: flex; flex-direction: column; gap: 0.4rem; }
.stat:nth-child(-n+3) { background: #FF5C42; border-color: #FF5C42; color: #FFF; }
.stat:nth-child(-n+3) .stat-label { color: rgba(255,255,255,0.9); }
.stat-num { font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 700; line-height: 1.1; }
.stat-label { font-size: 0.8rem; color: #6B7280; line-height: 1.4; }
@media (max-width: 640px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.callout { background: #FF5C42; color: #FFF; border-radius: 12px; padding: 2rem 2rem 1.75rem; margin: 2rem 0; text-align: center; }
.callout-num { display: block; font-family: 'Playfair Display', serif; font-size: 3.25rem; font-weight: 700; line-height: 1; margin-bottom: 0.75rem; }
.callout p { margin: 0; color: #FFF; font-size: 1rem; }
.callout strong { color: #FFF; }
.author-box { display: flex; gap: 1.5rem; align-items: flex-start; background: #FAFAF7; border: 1px solid #EDE7DD; border-radius: 12px; padding: 1.75rem; margin-top: 3rem; }
.author-box img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-box strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.2rem; color: #0B0F14; }
.author-box span { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: #FF5C42; font-weight: 600; margin: 0.2rem 0 0.6rem; }
.author-box p { font-size: 0.95rem; color: #4B5563; line-height: 1.6; margin: 0 0 0.6rem; }
.author-box a { color: #FF5C42; font-size: 0.85rem; font-weight: 500; text-decoration: none; }
@media (max-width: 560px) { .author-box { flex-direction: column; } }
