@import url('https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap');
:root{--ink:#17232d;--paper:#f8f5ef;--cream:#eee7da;--rust:#dc5a34;--muted:#66717a;--serif:Newsreader,Georgia,serif;--sans:DM Sans,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);font:16px/1.6 var(--sans);color:var(--ink)}a{color:inherit;text-decoration:none}header{height:86px;display:flex;align-items:center;gap:40px;padding:0 max(5vw,30px);background:#15232c;color:#f7f3eb}.brand{display:flex;align-items:center;gap:10px;font-size:12px;line-height:1.05;letter-spacing:1.6px;font-weight:500;white-space:nowrap}.brand b{font-size:16px}.mark{display:grid;place-items:center;width:38px;height:38px;background:var(--rust);color:white;font-weight:700;font-size:14px;letter-spacing:-1px;clip-path:polygon(20% 0,100% 0,80% 100%,0 100%)}nav{display:flex;gap:28px;margin-left:auto;font-size:12px;text-transform:uppercase;letter-spacing:1px}nav a:hover,.search:hover,footer a:hover{color:#e98768}.search{font-size:12px;text-transform:uppercase;letter-spacing:1px;border-left:1px solid #52606a;padding-left:28px}h1,h2,h3{font-family:var(--serif);line-height:1.02;margin:0 0 15px;font-weight:600}.eyebrow{font:10px/1.2 'DM Mono',monospace;letter-spacing:1.4px;color:var(--rust);text-transform:uppercase;font-weight:bold}.hero{position:relative;min-height:620px;display:grid;align-items:end;color:white;overflow:hidden}.hero img{position:absolute;width:100%;height:100%;object-fit:cover;filter:brightness(.58)}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,18,24,.7),transparent 70%)}.hero>div{position:relative;z-index:1;max-width:650px;margin:0 9vw 90px}.hero h1{font-size:clamp(52px,7vw,88px)}.hero p:not(.eyebrow){font-size:19px;max-width:560px}.button{display:inline-block;background:var(--rust);color:#fff;padding:15px 20px;font-size:11px;letter-spacing:1px;font-weight:bold;margin-top:12px}.intro{max-width:810px;text-align:center;margin:100px auto;padding:0 24px}.intro h2,.section-head h2,.categories h2{font-size:clamp(36px,5vw,56px)}.intro p:last-child{font-size:18px;color:var(--muted)}.featured,.archive{max-width:1200px;margin:0 auto;padding:0 28px 100px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:36px}.section-head>a,.read{font-size:11px;font-weight:bold;letter-spacing:1px;color:var(--rust)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.card img{width:100%;aspect-ratio:1.35;object-fit:cover;margin-bottom:17px}.card h3,.card h2{font-size:27px}.card p:not(.eyebrow){color:var(--muted);font-size:15px;margin:0 0 17px}.band{padding:80px max(9vw,30px);background:var(--ink);color:#f8f5ef;display:flex;align-items:center;justify-content:space-between;gap:40px}.band h2{font-size:48px}.band p:not(.eyebrow){max-width:600px;color:#d4d9d8}.light{background:#f8f5ef;color:var(--ink);white-space:nowrap}.categories{max-width:1200px;margin:0 auto;padding:100px 28px}.categories>div{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#cfc6b7;margin-top:35px}.categories a{background:var(--cream);padding:29px;font-family:var(--serif);font-size:27px;display:flex;justify-content:space-between}.categories span{color:var(--rust)}footer{background:#15232c;color:#e8e7e1;padding:60px max(5vw,30px) 24px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:36px}footer h4{font:10px 'DM Mono';letter-spacing:1px;color:#e98768}footer a{display:block;margin:8px 0;font-size:13px}footer p{color:#b7c0c1;max-width:190px;font-size:14px}footer small{grid-column:1/-1;border-top:1px solid #3b4750;padding-top:20px;color:#99a4a7;font-size:10px;letter-spacing:1px}.archive-head{background:var(--cream);text-align:center;padding:100px 20px 80px}.archive-head h1{font-size:68px}.archive-head p:last-child{color:var(--muted);font-size:18px}.archive{padding-top:80px}.post{max-width:900px;margin:75px auto 100px;padding:0 28px}.post>h1{font-size:clamp(46px,7vw,76px);max-width:850px}.dek{font:22px/1.45 var(--serif);color:var(--muted);max-width:700px}.cover{width:100%;height:auto;max-height:530px;object-fit:cover;margin:35px 0 0}.disclosure{font-size:12px;color:#536069;background:var(--cream);padding:14px 18px;margin:0 0 40px}.disclosure a{text-decoration:underline}.article-body{max-width:700px;margin:auto;font-size:18px}.article-body h2{font-size:36px;margin-top:43px}.article-body li{margin:10px 0}.article-body aside{background:#e8eee9;border-left:4px solid var(--rust);padding:25px 28px;margin:32px 0}.article-body aside p{margin:5px 0}.legal{max-width:800px;margin:85px auto;padding:0 28px 100px}.legal h1{font-size:68px}.legal h2{font-size:34px;margin-top:42px}.legal p{font-size:17px}.legal a{color:var(--rust);text-decoration:underline}@media(max-width:800px){header{height:74px;padding:0 20px}nav{display:none}.search{margin-left:auto;border:0;padding:0}.hero{min-height:590px}.hero>div{margin:0 30px 55px}.grid{grid-template-columns:1fr;gap:45px}.section-head{align-items:start;flex-direction:column;gap:15px}.band{display:block}.band h2{font-size:42px}.categories>div{grid-template-columns:1fr}.categories a{font-size:25px}footer{grid-template-columns:1fr 1fr}.post{margin-top:55px}.post>h1,.legal h1{font-size:50px}.archive-head h1{font-size:52px}} 
