:root{--asphalt:#2c2a26;--dust:#d8d0c4;--sodium:#e0a020;--rust:#8a4a28;--shadow:#1a1816}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--asphalt);min-height:100%;color:var(--dust)}body{font-family:IBM Plex Sans,Segoe UI,sans-serif}.site{grid-template-columns:72px 1fr;min-height:100vh;display:grid}.mast{background:repeating-linear-gradient(-55deg,var(--shadow),var(--shadow) 14px,var(--sodium) 14px,var(--sodium) 28px);border-right:1px solid #000;flex-direction:column;align-items:center;gap:10px;padding-top:28px;display:flex}.lamp{background:var(--sodium);border-radius:50%;width:18px;height:18px;animation:2.4s ease-in-out infinite pulse;box-shadow:0 0 16px 4px #e0a0208c}.stripe{background:var(--rust);opacity:.35;width:10px;height:42px}.panel{flex-direction:column;justify-content:center;max-width:44rem;padding:12vh 8vw 16vh;display:flex}.mark{letter-spacing:.42em;color:var(--sodium);margin-bottom:1.4rem;font-size:.82rem}.mark,h1{text-transform:uppercase;font-family:Barlow Condensed,Arial Narrow,sans-serif}h1{letter-spacing:.02em;font-size:clamp(2.4rem,7vw,4.6rem);font-weight:600;line-height:.95}.lead{color:#b9b2a6;max-width:22rem;margin-top:1.25rem;font-size:1.05rem;line-height:1.5}.year{font-variant-numeric:tabular-nums;letter-spacing:.28em;color:#7d776e;margin-top:3rem;font-size:.8rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.lamp{animation:none}}@media (width<=640px){.site{grid-template-columns:28px 1fr}.lamp{width:10px;height:10px}}
