/* The Times In — longform-journal */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Baskerville', Georgia, 'Times New Roman', serif; background: #fdf8f3; color: #2c1810; font-size: 19px; line-height: 1.8; }
a { color: #c0392b; text-decoration: none; }
a:hover { text-decoration: underline; }

.site-header { background: #2c1810; }
.header-inner { max-width: 1000px; margin: 0 auto; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.brand-logo { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 2rem; color: #f5e6d3; letter-spacing: -0.5px; }
.brand-logo img { max-height: 44px; width: auto; }
.main-nav a { color: #c9a882; margin-left: 20px; font-size: 13px; letter-spacing: 0.5px; }
.main-nav a:hover { color: #f5e6d3; text-decoration: none; }

.hero-section { position: relative; overflow: hidden; }
.hero-section img { width: 100%; height: 500px; object-fit: cover; display: block; filter: sepia(15%) brightness(0.9); }
.hero-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(44,24,16,0.85)); padding: 60px 24px 28px; color: #f5e6d3; max-width: 100%; }
.hero-overlay-inner { max-width: 1000px; margin: 0 auto; }
.hero-overlay h2 { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 2.2rem; line-height: 1.2; margin-bottom: 8px; }
.hero-overlay p { font-size: 1rem; opacity: 0.85; font-style: italic; }

#campaign-block { max-width: 860px; margin: 36px auto; background: #fff; border: 1px solid #e8d5c0; overflow: hidden; }
#campaign-block img[data-campaign-creative] { width: 100%; max-height: 400px; object-fit: cover; display: block; }
.campaign-info { padding: 20px 26px; display: flex; align-items: flex-start; gap: 18px; border-top: 3px solid #2c1810; }
.campaign-info [data-campaign-logo-block] img { max-height: 40px; width: auto; }
.campaign-text { flex: 1; }
.campaign-text [data-campaign-headline] { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 1.3rem; display: block; margin-bottom: 6px; }
.campaign-text [data-campaign-desc] { font-size: 0.9rem; color: #666; display: block; margin-bottom: 12px; font-style: italic; }
.campaign-text [data-campaign-btn] { display: inline-block; background: #2c1810; color: #f5e6d3; padding: 9px 22px; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border: none; }

.content-wrap { max-width: 1000px; margin: 0 auto; padding: 48px 24px; }
.issue-label { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: #c0392b; margin-bottom: 32px; }
.longread-item { border-bottom: 1px solid #e8d5c0; padding-bottom: 36px; margin-bottom: 36px; display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: start; }
.longread-meta { font-size: 12px; color: #999; line-height: 2; text-transform: uppercase; letter-spacing: 1px; }
.longread-meta .category { color: #c0392b; font-weight: bold; }
.longread-content h2 { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 1.7rem; line-height: 1.25; margin-bottom: 10px; }
.longread-content h2 a { color: #2c1810; }
.longread-content h2 a:hover { color: #c0392b; text-decoration: none; }
.longread-content p { font-size: 1rem; color: #555; margin-bottom: 12px; }
.longread-content .read-more { font-size: 13px; color: #c0392b; font-style: italic; }

.legal-page { max-width: 760px; margin: 48px auto; padding: 0 24px 60px; }
.legal-container h1 { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 2rem; margin-bottom: 6px; }
.legal-date { color: #999; font-size: 13px; margin-bottom: 32px; font-style: italic; }
.legal-container h2 { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 1.1rem; margin: 26px 0 10px; color: #5c3d2e; }
.legal-container p, .legal-container li { font-size: 0.93rem; margin-bottom: 12px; }
.legal-container ul { padding-left: 22px; margin-bottom: 14px; }
.legal-container ul li { margin-bottom: 5px; }

.articles-page { max-width: 900px; margin: 48px auto; padding: 0 24px 60px; }
.articles-page h1 { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 2rem; margin-bottom: 32px; }
.article-card { border-bottom: 1px solid #e8d5c0; padding-bottom: 24px; margin-bottom: 24px; }
.article-card h3 { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 1.3rem; margin-bottom: 6px; }
.article-card h3 a { color: #2c1810; }
.article-card h3 a:hover { color: #c0392b; text-decoration: none; }
.article-card .byline { font-size: 12px; color: #999; margin-bottom: 8px; font-style: italic; }
.article-card p { font-size: 0.93rem; color: #555; }
.article-card .read-more { font-size: 13px; color: #c0392b; font-style: italic; }

.article-single { max-width: 720px; margin: 48px auto; padding: 0 24px 60px; }
.article-single h1 { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 2.5rem; line-height: 1.2; margin-bottom: 14px; }
.article-meta { font-size: 13px; color: #999; margin-bottom: 32px; padding-bottom: 16px; border-bottom: 1px solid #e8d5c0; font-style: italic; }
.article-body p { margin-bottom: 24px; }
.author-box { border-top: 1px solid #e8d5c0; padding-top: 24px; margin-top: 48px; font-size: 0.88rem; color: #666; font-style: italic; }
.author-box strong { display: block; font-style: normal; margin-bottom: 5px; font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 1rem; color: #2c1810; }

.contact-page { max-width: 760px; margin: 48px auto; padding: 0 24px 60px; }
.contact-page h1 { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 2rem; margin-bottom: 32px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info p { margin-bottom: 12px; font-size: 0.95rem; }
.contact-form label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; margin-top: 16px; color: #888; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #e8d5c0; padding: 10px 14px; font-size: 1rem; font-family: 'Baskerville', Georgia, 'Times New Roman', serif; background: #fff; border-radius: 2px; }
.contact-form textarea { height: 120px; resize: vertical; }
.contact-form button { margin-top: 18px; background: #2c1810; color: #f5e6d3; border: none; padding: 10px 28px; font-size: 0.9rem; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; }

.about-page { max-width: 760px; margin: 48px auto; padding: 0 24px 60px; }
.about-page h1 { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 2rem; margin-bottom: 32px; }
.about-page p { margin-bottom: 18px; font-size: 0.97rem; }

.site-footer { background: #2c1810; color: #c9a882; padding: 32px 24px; margin-top: 48px; }
.footer-inner { max-width: 1000px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.footer-brand { font-family: 'Baskerville', 'Libre Baskerville', Georgia, serif; font-size: 1.5rem; color: #f5e6d3; }
.footer-brand img { max-height: 36px; width: auto; }
.footer-nav a { color: #c9a882; margin-left: 16px; font-size: 12px; }
.footer-nav a:hover { color: #f5e6d3; }
.footer-copy { font-size: 11px; color: #8a6a50; width: 100%; text-align: center; margin-top: 10px; }

@media (max-width: 768px) {
  .longread-item { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
