*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--font-display: "Noto Serif Display", serif;--font-body: "DM Sans", sans-serif;--black: #111;--white: #fff;--red: #e30613;--grey: #888;--light: #f0f0f0}body{font-family:var(--font-body);color:var(--black);background:var(--white);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}body>header{max-width:660px;margin:0 auto;padding:2rem 1.5rem}body>header nav{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:1rem;border-bottom:3px solid var(--red)}body>header nav a{text-decoration:none;color:var(--black);font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase}body>header .site-name{font-family:var(--font-display);font-size:26px;font-weight:700;letter-spacing:.5px;text-transform:none}body>header .nav-links{display:flex;gap:1.5rem}main{max-width:660px;margin:0 auto;padding:2rem 1.5rem 4rem}.section-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--red);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.section-label:after{content:"";flex:1;height:1px;background:var(--light)}.post-list{list-style:none}.post-item{display:grid;grid-template-columns:60px 1fr;gap:1.5rem;padding:1.75rem 0;border-bottom:1px solid var(--light);align-items:start}.post-item .number{font-family:var(--font-display);font-size:48px;font-weight:900;line-height:1;color:var(--red)}.post-item h2{font-family:var(--font-display);font-weight:700;font-size:24px;line-height:1.25;margin-bottom:.3rem}.post-item h2 a{color:var(--black);text-decoration:none}.post-item .subtitle{font-size:14px;font-weight:300;color:var(--grey);margin-bottom:.4rem}.post-item time{font-size:11px;font-weight:500;color:var(--grey);letter-spacing:.5px}article header{margin-bottom:2rem;padding:0}article header h1{font-family:var(--font-display);font-size:44px;font-weight:900;line-height:1.1;margin-bottom:.5rem}article header .subtitle{font-size:18px;font-weight:300;color:var(--grey);margin-bottom:.75rem}article header time{font-size:11px;font-weight:500;color:var(--grey);letter-spacing:.5px}article .prose{margin-top:2rem}article .prose p{margin-bottom:1rem;font-size:15px;line-height:1.75}article .prose>p:first-child:first-letter{font-family:var(--font-display);font-size:62px;float:left;line-height:.85;margin-right:8px;margin-top:4px;font-weight:900;color:var(--red)}article .prose h1{font-family:var(--font-display);font-size:32px;font-weight:900;line-height:1.2;margin-top:2.5rem;margin-bottom:1rem}article .prose h2{font-family:var(--font-display);font-size:28px;font-weight:700;line-height:1.2;margin-top:2.5rem;margin-bottom:1rem}article .prose h3{font-family:var(--font-display);font-size:22px;font-weight:700;line-height:1.3;margin-top:2rem;margin-bottom:.75rem}article .prose blockquote{border-left:3px solid var(--red);padding-left:1.5rem;margin:2rem 0;font-size:16px;font-style:italic;color:#555;line-height:1.7}article .prose blockquote p{margin-bottom:0}article .prose figure{border-left:3px solid var(--red);padding-left:1.5rem;margin:2rem 0}article .prose figcaption{font-size:12px;color:var(--grey);margin-top:.5rem;font-weight:300}article .prose img{max-width:100%;height:auto}article .prose ul,article .prose ol{margin:1rem 0;padding-left:1.5rem}article .prose li{margin-bottom:.5rem;font-size:15px;line-height:1.75}article .prose a{color:var(--black);text-decoration:underline;text-underline-offset:2px}article .prose strong{font-weight:700}article .prose pre{background:var(--light);padding:1.25rem;margin:1.5rem 0;overflow-x:auto;font-size:14px;line-height:1.5;border-radius:2px}article .prose code{font-size:14px;background:var(--light);padding:.15em .35em;border-radius:2px}article .prose pre code{background:none;padding:0}.back-link{display:inline-block;margin-top:3rem;font-size:13px;font-weight:500;color:var(--grey);text-decoration:none;letter-spacing:.5px}.back-link:hover{color:var(--black)}.about-content h1{font-family:var(--font-display);font-size:44px;font-weight:900;line-height:1.1;margin-bottom:1.5rem}.about-content p{margin-bottom:1rem;font-size:15px;line-height:1.75}.about-content a{color:var(--black);text-decoration:underline;text-underline-offset:2px}footer{max-width:660px;margin:0 auto;padding:2rem 1.5rem;border-top:3px solid var(--red);font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--grey);display:flex;justify-content:space-between}
