:root{--ink:#111222;--navy:#1b214f;--blue:#28489b;--green:#3f7335;--gold:#d8a410;--paper:#f7f3e9;--white:#fffdfa;--muted:#6e6a62;--rule:#cbc3b2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Georgia,'Times New Roman',serif}a{color:inherit}.mast{background:var(--white);border-bottom:4px double var(--ink)}.utility{display:flex;justify-content:space-between;gap:1rem;padding:.45rem max(1rem,calc((100vw - 1320px)/2));background:var(--navy);color:#fff;font-size:.72rem;letter-spacing:.04em}.utility a{color:#ffe073;font-weight:700;text-transform:uppercase}.mast-logo{display:block;width:min(270px,50vw);margin:1rem auto}.mast-logo img{display:block;width:100%;height:150px;object-fit:contain;object-position:center}.mast nav{display:flex;justify-content:center;gap:clamp(.8rem,2.6vw,2.5rem);padding:.7rem 1rem;border-top:1px solid var(--ink);overflow:auto;white-space:nowrap}.mast nav a{text-decoration:none;font-size:.82rem;font-weight:700}.breaking{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:.7rem max(1rem,calc((100vw - 1320px)/2));background:var(--gold);text-decoration:none}.breaking strong{padding:.28rem .45rem;background:var(--ink);color:#fff;font:700 .65rem Arial,sans-serif;letter-spacing:.12em}.breaking b{font-size:.75rem}.front,.article{width:min(1320px,calc(100% - 2rem));margin:auto}.front{padding:2rem 0 5rem}.lead-grid{display:grid;grid-template-columns:2fr 1fr;gap:0;border-top:2px solid var(--ink);border-bottom:1px solid var(--ink)}.story-card{display:grid;grid-template-columns:1fr 1.25fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--rule)}.story-card.lead{grid-row:span 2;display:flex;flex-direction:column;padding-right:1.5rem;border-right:1px solid var(--ink);border-bottom:0}.story-card.side{display:grid;grid-template-columns:1fr;padding-left:1.5rem}.story-image{position:relative;display:block;aspect-ratio:16/9;background:#d9d4c9;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.story-image:hover img{transform:scale(1.025)}.play{position:absolute;z-index:1;left:1rem;bottom:1rem;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--navy)}.story-label,.kicker,.section-label{margin:0 0 .55rem;color:var(--green);font:800 .67rem Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}.story-label b{color:#c4232f}.story-card h2{margin:.15rem 0;font-size:clamp(1.35rem,2.3vw,2.3rem);line-height:1.02}.story-card.side h2{font-size:1.45rem}.story-card h2 a{text-decoration:none}.story-card p:not(.story-label){margin:.65rem 0;color:#4b4842;line-height:1.45}.story-card small{color:var(--muted)}.rule-title{margin:2.2rem 0 .5rem;border-top:5px solid var(--ink);border-bottom:1px solid var(--ink);padding:.55rem 0;text-transform:uppercase;font-weight:800}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0 1.5rem}.story-grid .story-card{display:flex;flex-direction:column}.story-grid .story-card h2{font-size:1.65rem}.section-head{padding:2rem 0;border-bottom:5px solid var(--ink)}.section-head p{margin:0;color:var(--green);text-transform:uppercase}.section-head h1,.empty-front h1{margin:.2rem 0;font-size:clamp(3rem,8vw,7rem);line-height:.85;letter-spacing:-.05em}.article{max-width:920px;padding:4rem 0 6rem}.article-head{border-bottom:1px solid var(--ink);padding-bottom:1.5rem}.article-head h1{margin:.5rem 0;font-size:clamp(3rem,7.5vw,6.8rem);line-height:.9;letter-spacing:-.045em}.dek{max-width:760px;color:#4b4842;font-size:clamp(1.25rem,2.4vw,1.7rem);line-height:1.35}.byline{display:flex;gap:.8rem;flex-wrap:wrap;font-size:.85rem}.byline span{color:var(--muted)}.article-media{display:block;width:100%;max-height:70vh;object-fit:cover;margin:2rem 0 .5rem;background:#000}.caption{margin:.3rem 0 2rem;color:var(--muted);font-size:.75rem}.prose{font-size:1.15rem;line-height:1.72}.article-body{max-width:720px;margin:3rem auto}.prose h2{margin-top:2.3rem;font-size:2.2rem;line-height:1}.prose blockquote{margin:2rem -3rem;padding:1rem 3rem;border-left:5px solid var(--gold);font-size:1.55rem;line-height:1.35}.prose img{max-width:100%}.live-file{margin:2rem 0;border:1px solid var(--ink);background:#fff}.live-file>header{display:flex;align-items:center;gap:.7rem;padding:1rem;background:var(--navy);color:#fff}.live-file>header p{margin:0 0 0 auto}.live-dot{width:10px;height:10px;border-radius:50%;background:#ff3747;box-shadow:0 0 0 5px #ff374733;animation:pulse 1.3s infinite}.live-file article{padding:1.5rem;border-top:1px solid var(--rule)}.live-file time{color:var(--green);font:bold .72rem Arial,sans-serif}.author-box,.author-head{display:flex;gap:1.5rem;align-items:center;padding:1.5rem;border-top:4px solid var(--ink);border-bottom:1px solid var(--ink)}.author-box img,.author-head img{width:100px;height:100px;border-radius:50%;object-fit:cover}.author-box span{display:block;color:var(--green)}.author-head{margin:2rem 0}.author-head h1{margin:.2rem 0;font-size:3.5rem}footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:2rem max(1rem,calc((100vw - 1320px)/2));background:var(--ink);color:#fff}footer img{width:70px;height:70px;object-fit:contain;filter:invert(1)}footer p{margin:.3rem 0;color:#cbc9c4}.empty-front{min-height:55vh;display:grid;align-content:center;text-align:center}.empty-front a{color:var(--blue)}@keyframes pulse{50%{opacity:.35}}@media(max-width:850px){.utility span{display:none}.lead-grid,.story-grid{grid-template-columns:1fr}.story-card.lead{border-right:0;border-bottom:1px solid var(--ink);padding-right:0}.story-card.side{padding-left:0}.story-card{grid-template-columns:1fr}.prose blockquote{margin:2rem 0;padding-left:1.5rem}footer{grid-template-columns:auto 1fr}footer>p{grid-column:1/-1}}@media(max-width:520px){.mast-logo img{height:110px}.mast nav{justify-content:flex-start}.article-head h1{font-size:3rem}.live-file>header p{display:none}.article{padding-top:2rem}}
