*{box-sizing:border-box}:root{color-scheme:dark;--black: #000;--gray: #f4f4f4;--white: #fff;--ink: #111;--muted: #666;--line: rgba(0, 0, 0, .14);--line-dark: rgba(255, 255, 255, .18);--red: #de3333;--max: 1280px;font-family:system-ui,-apple-system,"system-ui",Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body{margin:0;background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page-shell{min-height:100vh;background:var(--black)}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:var(--max);margin:0 auto;padding:12px 96px;border-bottom:0;background:var(--black)}.brand{display:block;flex:0 0 auto}.brand img{display:block;width:122px;height:auto}.header-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 32px;color:var(--white);font-size:14px;font-weight:600;line-height:1.5;text-transform:uppercase}.header-nav a:hover,.eyebrow:hover,.site-footer a:hover{opacity:.72}.hero,.listing-hero{max-width:var(--max);margin:0 auto;padding:88px 96px 72px;background:var(--black)}.hero{min-height:430px;text-align:center}.hero-kicker,.section-heading p,.eyebrow{margin:0 0 14px;color:var(--white);font-size:14px;font-weight:600;letter-spacing:0;text-transform:uppercase}.hero h1,.listing-hero h1{max-width:840px;margin:0 auto;color:var(--white);font-size:clamp(42px,5vw,64px);font-weight:700;line-height:1.2;text-transform:none}.hero p:last-child,.listing-hero p:last-child{max-width:720px;margin:24px auto 0;color:var(--white);font-size:18px;line-height:1.5}.section{max-width:var(--max);margin:0 auto;padding:64px 96px;background:var(--gray);color:var(--ink)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-heading h2{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.2;text-transform:none}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card-grid-featured{grid-template-columns:repeat(3,minmax(0,1fr))}.post-card{overflow:hidden;border:0;background:var(--white);color:var(--ink)}.post-card-image{display:block;aspect-ratio:16 / 10;overflow:hidden;background:#e6e6e6}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.post-card:hover img{transform:scale(1.04)}.post-card-body{padding:22px}.post-card h2{margin:0 0 14px;font-size:20px;line-height:1.3;text-transform:uppercase}.post-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.category-band{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));max-width:var(--max);margin:0 auto;padding:24px 96px 48px;gap:12px;background:var(--gray);color:var(--ink)}.category-band a{min-height:116px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);padding:18px;background:var(--white)}.category-band span{color:var(--ink);font-size:13px;font-weight:900;text-transform:uppercase}.category-band strong{color:var(--red);font-size:34px}.article{max-width:880px;margin:0 auto;padding:88px 24px 30px;color:var(--white)}.article-header{margin-bottom:34px}.article-header h1{margin:0 0 18px;color:var(--white);font-size:clamp(40px,5vw,48px);line-height:1.2;text-transform:uppercase}.article-header time{color:#ffffffb8;font-size:14px}.article-hero{width:100%;max-height:560px;object-fit:cover;border:1px solid var(--line);margin-bottom:38px}.rich-text{color:var(--white);font-size:16px;line-height:1.5}.rich-text p,.rich-text ul,.rich-text ol,.rich-text blockquote{margin:0 0 24px}.rich-text h2,.rich-text h3,.rich-text h4{margin:42px 0 16px;color:var(--white);line-height:1.3;text-transform:uppercase}.rich-text a{color:var(--white);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.rich-text img{width:100%;height:auto;margin:34px 0;border:0}.rich-text blockquote{border-left:4px solid var(--red);padding-left:22px;color:#ffffffb8}.article-related{padding-top:16px}.site-footer{display:flex;justify-content:space-between;gap:30px;max-width:var(--max);margin:56px auto 0;padding:56px 96px 64px;border-top:1px solid var(--line-dark);color:var(--white);background:var(--black)}.site-footer img{display:block;width:122px;height:auto;margin-bottom:20px}.site-footer p{max-width:620px;line-height:1.6;color:#ffffffb8}.site-footer nav{display:grid;gap:10px;min-width:220px;font-size:13px;font-weight:800;text-transform:uppercase}.legacy-page{display:grid;min-height:100vh;place-items:center}.legacy-page a{color:var(--white);font-size:20px;font-weight:900}.eyebrow{display:inline-block;width:fit-content;padding:4px 8px;background:var(--red);color:var(--white)}@media(max-width:900px){.site-header,.site-footer,.section-heading{align-items:flex-start;flex-direction:column}.header-nav{justify-content:flex-start}.card-grid,.card-grid-featured,.category-band{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.site-header{position:static;padding:12px 24px}.brand{min-width:0}.hero,.listing-hero{padding-top:56px;padding-left:24px;padding-right:24px}.section,.category-band,.site-footer{padding-left:24px;padding-right:24px}.hero h1,.listing-hero h1,.article-header h1{font-size:46px}.hero p:last-child,.listing-hero p:last-child,.rich-text{font-size:17px}.card-grid,.card-grid-featured,.category-band{grid-template-columns:1fr}}
