/* politics.day */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #ffffff; color: #0a0a0a; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 1.7; }
.red-line-top { height: 2px; background: #dc2626; }
.lead { max-width: 700px; margin: 0 auto; padding: 3rem 2rem 2rem; text-align: center; }
.today-label { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 0.7rem; color: #dc2626; letter-spacing: 0.15em; display: block; margin-bottom: 1.5rem; }
.lead-headline { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(48px, 8vw, 80px); line-height: 1.05; }
.byline { font-size: 0.75rem; color: #737373; margin-top: 1.5rem; }
.separator { margin: 0 0.5rem; }
.category-tabs { max-width: 700px; margin: 0 auto; padding: 1rem 2rem; display: flex; align-items: center; justify-content: center; gap: 1rem; }
.tab { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 0.7rem; letter-spacing: 0.1em; color: #525252; cursor: pointer; }
.tab.active { color: #dc2626; }
.red-bullet { width: 6px; height: 6px; border-radius: 50%; background: #dc2626; flex-shrink: 0; }
.story-stack { max-width: 700px; margin: 0 auto; padding: 2rem 2rem 0; }
.story { margin-bottom: 2rem; }
.headline-primary { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(32px, 5vw, 48px); line-height: 1.1; margin-bottom: 0.8rem; }
.headline-secondary { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(24px, 4vw, 36px); line-height: 1.15; margin-bottom: 0.8rem; }
.headline-tertiary { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(20px, 3vw, 28px); line-height: 1.2; margin-bottom: 0.8rem; }
.story-body { font-size: 0.85rem; color: #525252; margin-bottom: 0.5rem; }
.read-more { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 0.6rem; letter-spacing: 0.1em; color: #0a0a0a; }
.black-rule { border: none; border-top: 2px solid #0a0a0a; margin: 2rem 0; }
.quote-block { max-width: 700px; margin: 0 auto; padding: 3rem 2rem; }
.pull-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.2rem, 3vw, 1.75rem); line-height: 1.5; border-left: 4px solid #dc2626; padding-left: 24px; color: #0a0a0a; }
.close { max-width: 700px; margin: 0 auto; padding: 0 2rem 4rem; text-align: center; }
.end-text { font-size: 0.8rem; color: #525252; margin-top: 2rem; }
.red-bullet-inline { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #dc2626; vertical-align: middle; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
