/* masugomi.com */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #ffffff; color: #0a0a0a; font-family: 'Inter', sans-serif; line-height: 1.65; }
.ticker { background: #0a0a0a; overflow: hidden; padding: 0.4rem 0; }
.ticker-track { display: flex; gap: 3rem; animation: scroll 25s linear infinite; white-space: nowrap; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item { font-family: 'Space Mono', monospace; font-size: 0.65rem; color: #ffffff; text-transform: uppercase; letter-spacing: 0.1em; }
.masthead { max-width: 700px; margin: 0 auto; padding: 2rem 1.5rem; text-align: center; }
.double-rule { width: 100%; height: 4px; }
.double-rule.top { border-top: 3px solid #000000; border-bottom: 1px solid #000000; margin-bottom: 0.75rem; }
.double-rule.bottom { border-top: 1px solid #000000; border-bottom: 3px solid #000000; margin-top: 0.75rem; }
.masthead-row { display: flex; align-items: center; justify-content: center; gap: 1.5rem; }
.vol { font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; color: #737373; }
.headline { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(2.5rem, 7vw, 4rem); }
.dateline { font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; color: #737373; display: block; margin: 1rem 0; }
.lead { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(1.2rem, 3vw, 1.6rem); line-height: 1.3; }
.columns { max-width: 700px; margin: 0 auto; padding: 2rem 1.5rem; }
.column-text { column-count: 2; column-gap: 30px; column-rule: 1px solid #000000; font-size: 0.85rem; }
.column-text p { margin-bottom: 0.75rem; }
.pullquote { max-width: 700px; margin: 0 auto; padding: 1.5rem; border-top: 2px solid #000000; border-bottom: 2px solid #000000; }
.pq-text { font-family: 'Playfair Display', serif; font-weight: 900; font-style: italic; font-size: clamp(1.5rem, 4vw, 2.2rem); text-align: center; color: #1a1a1a; }
.analysis { max-width: 700px; margin: 0 auto; padding: 2rem 1.5rem; }
.red-marker { width: 10px; height: 10px; background: #dc2626; margin-bottom: 0.75rem; }
.analysis-heading { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.3rem; margin-bottom: 0.5rem; }
.analysis-text { font-size: 0.85rem; color: #525252; }
.colophon { max-width: 700px; margin: 0 auto; padding: 2rem 1.5rem; text-align: center; }
.colophon-brand { font-family: 'Playfair Display', serif; font-weight: 900; 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); }
