*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#181818;color:#edeeee;font-family:"Josefin Sans",system-ui,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 28px;background:rgba(24,24,24,.93);border-bottom:1px solid #333}.brand{display:flex;align-items:center;gap:12px}.brand img{width:42px;height:42px}.brand span{display:flex;flex-direction:column;line-height:1.05}.brand strong{font-size:20px}.brand small{color:#a4a4a5;text-transform:uppercase;font-size:10px;font-weight:700}.site-header nav{display:flex;gap:18px;color:#d8d8d8;font-size:15px}.site-header nav a:hover{color:#ed1c25}.hero{position:relative;min-height:88vh;display:flex;align-items:flex-end;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.54),rgba(0,0,0,.18)),linear-gradient(0deg,#181818 0%,rgba(24,24,24,0) 38%)}.hero-inner{position:relative;width:min(980px,calc(100% - 48px));padding:0 0 92px 28px}.kicker{margin:0 0 12px;color:#ed1c25;text-transform:uppercase;font-weight:700;font-size:13px}.hero h1{max-width:820px;margin:0;font-size:clamp(44px,7vw,90px);line-height:.92;letter-spacing:0}.lede{max-width:720px;color:#e5e5e5;font-size:22px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;border-radius:6px;background:#ed1c25;color:white;font-weight:700}.button.secondary{background:#232323;border:1px solid #404040}.band{padding:86px 28px}.section-title{width:min(1120px,100%);margin:0 auto 28px}.section-title h2{font-size:clamp(30px,4vw,54px);line-height:1;margin:0}.intro{background:#1d1d1d}.intro-grid{width:min(1120px,100%);margin:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:start}.intro figure{margin:0}.intro figure img{border-radius:8px;border:1px solid #404040}.intro figcaption{color:#a4a4a5;font-size:13px;margin-top:8px}.copy{font-size:20px;color:#dedede}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;list-style:none;padding:0;margin:28px 0 0}.stats li{background:#232323;border:1px solid #404040;border-radius:8px;padding:14px}.stats strong{display:block;font-size:28px;color:white}.stats span{color:#a4a4a5;font-size:12px;text-transform:uppercase;font-weight:700}.archive{background:#181818}.post-grid{width:min(1240px,100%);margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.post-card{background:#232323;border:1px solid #404040;border-radius:8px;overflow:hidden}.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#333}.post-card div{padding:18px}.date{color:#a4a4a5;font-size:13px;text-transform:uppercase;font-weight:700;margin:0 0 8px}.post-card h3{font-size:24px;line-height:1.05;margin:0 0 12px}.post-card h3 a:hover{color:#ed1c25}.post-card p{color:#d5d5d5}.labels{display:flex;flex-wrap:wrap;gap:6px}.labels span{border:1px solid #404040;border-radius:999px;color:#a4a4a5;font-size:12px;padding:3px 8px}.sources{background:#202020}.source-grid{width:min(1120px,100%);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.source-grid a{display:block;background:#181818;border:1px solid #404040;border-radius:8px;padding:16px}.source-grid a:hover{border-color:#ed1c25}.source-grid strong{display:block;color:#fff;margin-bottom:8px}.source-grid span{color:#bdbdbd;font-size:14px}footer{display:flex;align-items:center;gap:14px;padding:24px 28px;border-top:1px solid #333;color:#a4a4a5;background:#181818}footer img{width:34px}.post-shell{width:min(860px,calc(100% - 40px));margin:58px auto 90px}.post-shell h1{font-size:clamp(38px,5vw,64px);line-height:.96;margin:0 0 10px}.original-link{margin:0 0 34px;color:#ed1c25;font-weight:700}.post-body{font-size:20px;color:#e3e3e3}.post-body img{width:auto;max-height:720px;margin:26px auto;border-radius:8px;border:1px solid #404040}.post-body a{color:#ff5b61;text-decoration:underline}.post-body table{max-width:100%;overflow:auto}.post-nav{display:flex;justify-content:space-between;gap:16px;margin-top:54px;padding-top:24px;border-top:1px solid #404040;color:#edeeee}.post-nav a{color:#ed1c25;font-weight:700}@media(max-width:860px){.site-header{position:relative;align-items:flex-start;flex-direction:column;padding:14px 18px}.site-header nav{flex-wrap:wrap}.hero{min-height:82vh}.hero-inner{width:calc(100% - 28px);padding-left:14px;padding-bottom:56px}.lede{font-size:18px}.intro-grid,.post-grid,.source-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.band{padding:58px 18px}footer{align-items:flex-start}.post-body{font-size:18px}}