/* matchumnews.com */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #faf8f0; color: #1a1a1a; font-family: 'Lora', serif; line-height: 1.75; }
.masthead { max-width: 700px; margin: 0 auto; padding: 2rem 1.5rem; text-align: center; }
.rule.thick { height: 3px; background: #000000; margin: 0.5rem 0; }
.masthead-row { display: flex; align-items: center; justify-content: center; gap: 2rem; padding: 0.75rem 0; }
.issue { font-family: 'Inter', sans-serif; font-size: 0.6rem; color: #555555; }
.title { font-family: 'Cormorant', serif; font-weight: 600; font-size: clamp(2rem, 5vw, 3rem); }
.lead-editorial { font-family: 'Cormorant', serif; font-weight: 600; font-size: clamp(1.2rem, 3vw, 1.6rem); font-style: italic; margin-top: 1rem; line-height: 1.3; }
.editorials { max-width: 700px; margin: 0 auto; padding: 2rem 1.5rem; }
.section-label { display: flex; align-items: center; gap: 0.75rem; justify-content: center; margin-bottom: 1.5rem; font-family: 'Inter', sans-serif; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: #555555; }
.label-rule { flex: 1; height: 1px; background: #d4d4d4; }
.columns { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; }
.col { flex: 1; border-right: 1px solid #d4d4d4; padding-right: 1.5rem; }
.col:last-child { border-right: none; padding-right: 0; }
.body-text { font-size: 0.85rem; margin-bottom: 0.75rem; text-align: justify; }
.drop-cap { float: left; font-family: 'Cormorant', serif; font-size: 4rem; line-height: 0.8; padding-right: 8px; color: #8b0000; }
.opinion-box { border: 2px solid #1a1a1a; padding: 1.5rem; background: #f5f0e0; }
.opinion-text { font-family: 'Cormorant', serif; font-size: 1.1rem; font-style: italic; margin-bottom: 0.5rem; }
.opinion-author { font-family: 'Inter', sans-serif; font-size: 0.7rem; color: #555555; }
.letters { max-width: 700px; margin: 0 auto; padding: 2rem 1.5rem; }
.letters-heading { font-family: 'Cormorant', serif; font-weight: 600; font-size: 1.2rem; font-style: italic; margin-bottom: 0.75rem; }
.diamond { width: 8px; height: 8px; background: #8b0000; transform: rotate(45deg); margin: 0.75rem 0; }
.letter-text { font-size: 0.8rem; font-style: italic; margin-bottom: 0.3rem; }
.letter-author { font-family: 'Inter', sans-serif; font-size: 0.7rem; color: #555555; }
.colophon { max-width: 700px; margin: 0 auto; padding: 2rem 1.5rem; text-align: center; }
.colophon-brand { font-family: 'Cormorant', serif; font-weight: 600; font-size: 1rem; margin-top: 1rem; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
