.landing{min-height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.content{max-width:34rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.logo{display:block;width:min(320px,74vw);height:auto}.wordmark{margin:0;font-size:clamp(2rem,6vw,3rem);font-weight:700;letter-spacing:-.02em;color:var(--accent)}.blurb{margin:0;font-size:1.125rem;line-height:1.6;color:var(--fg-muted)}.contact{margin:.5rem 0 0;font-size:1rem;color:var(--fg-muted)}.inception{margin-top:1.25rem;line-height:0}.inception-badge{display:block;width:200px;height:auto}.legal{margin:.25rem 0 0;max-width:30rem;font-size:.75rem;line-height:1.5;color:var(--fg-muted)}:root{--rule: #e6e1d8;--panel: #f3f0e8;--ink-prose: #4a3f36;--shell: 46rem;--chrome-row: 1.75rem;--mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:var(--shell);margin:0 auto;min-height:calc(var(--chrome-row) + 3rem);padding:1.5rem 2rem}.landing-page .site-header{position:absolute;top:0;left:0;right:0}.site-brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;letter-spacing:-.01em;color:var(--accent)}.site-brand:hover{color:var(--accent-hover);text-decoration:none}.site-brand img{width:2rem;height:auto}.site-nav{display:flex;gap:1.5rem;font-size:.95rem}.site-nav a{color:var(--fg-muted)}.site-nav a:hover{color:var(--accent)}.landing-page{position:relative;height:100%}.page{min-height:100%}.page-body{max-width:var(--shell);margin:0 auto;padding:1.75rem 2rem 7rem}.page-title{margin:0 0 .85rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.02em;color:var(--accent)}.page-intro{margin:0 0 4rem;font-size:1.05rem;line-height:1.6;color:var(--fg-muted)}.prose .post-mark{width:100%;aspect-ratio:408 / 323;object-fit:cover;object-position:50% 78%;border:0;border-radius:0;background:none;margin:1.5rem 0 .5rem}.post-card .post-mark{grid-column:2;grid-row:1 / 3;align-self:center;width:4rem;margin:0}.post-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3rem}.post-card{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:1.5rem}.post-card>*{grid-column:1}.post-card time{display:block;font-family:var(--mono);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted)}.post-card h2{margin:.55rem 0 .6rem;font-size:1.5rem;line-height:1.25;font-weight:700;letter-spacing:-.015em;text-wrap:balance}.post-card h2 a{color:var(--accent)}.post-card h2 a:hover{color:var(--accent-hover);text-decoration:none}.post-card p{margin:0;line-height:1.6;color:var(--fg-muted)}.tags{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:.9rem 0 0;padding:0}.tags li{font-family:var(--mono);font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:var(--fg-muted);background:var(--panel);border-radius:2px;padding:.2rem .5rem}.post-header{margin:0 0 3rem;padding-bottom:2rem;border-bottom:1px solid var(--rule)}.post-header time{font-family:var(--mono);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted)}.post-header h1{margin:.85rem 0 0;font-size:clamp(1.9rem,5vw,2.75rem);line-height:1.12;font-weight:700;letter-spacing:-.025em;color:var(--accent);text-wrap:balance}.prose{font-size:1.06rem;line-height:1.7;color:var(--ink-prose)}.prose h2{margin:3.25rem 0 .9rem;font-size:1.5rem;line-height:1.25;font-weight:700;letter-spacing:-.015em;color:var(--accent);text-wrap:balance}.prose h3{margin:2.5rem 0 .7rem;font-size:1.15rem;font-weight:700;letter-spacing:-.01em;color:var(--accent-hover);text-wrap:balance}.prose p{margin:0 0 1.25rem}.prose ul,.prose ol{margin:0 0 1.25rem;padding-left:1.25rem}.prose li{margin-bottom:.5rem}.prose strong{color:#3a3029}.prose hr{border:0;border-top:1px solid var(--rule);margin:2.5rem 0}.prose blockquote{margin:0 0 1.25rem;padding-left:1.1rem;border-left:2px solid var(--accent);color:var(--fg-muted)}.prose .pullquote{margin:2.75rem 0;padding:1.25rem 0 1.35rem;border-top:2px solid var(--accent);border-bottom:1px solid var(--rule)}.prose .pullquote p{margin:0;font-size:clamp(1.25rem,3vw,1.5rem);line-height:1.3;font-weight:600;letter-spacing:-.015em;color:var(--accent);text-wrap:balance}.prose .pullquote strong{font-weight:inherit}.prose figure{margin:2.25rem 0 2.5rem}.prose img{display:block;width:100%;height:auto;border:1px solid var(--rule);border-radius:3px;background:var(--bg)}.table-scroll{overflow-x:auto;margin:0 0 1.75rem}.prose table{border-collapse:collapse;width:auto;min-width:100%;margin:0;font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:.78rem;line-height:1.45}.prose th{text-align:left;white-space:nowrap;font-size:.66rem;letter-spacing:.07em;text-transform:uppercase;color:var(--fg-muted);border-bottom:1px solid var(--fg-muted);padding:.5rem 1rem .5rem 0}.prose td{padding:.5rem 1rem .5rem 0;border-bottom:1px solid var(--rule);vertical-align:top}.prose td:first-child{color:var(--fg-muted)}.prose td strong{color:var(--accent)}.prose pre{background:var(--panel);border:1px solid var(--rule);border-radius:3px;padding:1rem 1.1rem;overflow-x:auto;margin:0 0 1.75rem}.prose code{font-family:var(--mono);font-size:.84em}.prose pre code{font-size:.8rem;line-height:1.6}.prose :not(pre)>code{background:var(--panel);padding:.1em .35em;border-radius:3px}.post-footer{margin:4rem 0 0;padding-top:1.5rem;border-top:1px solid var(--rule);font-size:.95rem}@media(max-width:40rem){.site-header{padding:1rem 1.25rem}.page-body{padding:2.5rem 1.25rem 4rem}}:root{--bg: #fbfaf6;--fg: #2a2420;--fg-muted: #6b6259;--accent: #8a5a3c;--accent-hover: #6f4630;--terracotta: #8a5a3c;--terracotta-light: #c0885a;--cocoa: #5c3a26;--tan: #ddb994;--teal: #4e8c7d;--teal-light: #8fbcae;--slate: #2c4a5c;--rose: #c98b9b;--plum: #8f6a93;--ochre: #b08a2e;--warm-gray: #8c8478;--warm-gray-light: #b8b1a4;--series-1: var(--terracotta);--series-2: var(--teal);--series-3: var(--slate);--series-4: var(--rose);--series-5: var(--plum);--series-6: var(--ochre);color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}html{scrollbar-gutter:stable}body{margin:0;background:var(--bg);color:var(--fg)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}
