*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--t:.4s;--ease:cubic-bezier(.4, 0, .2, 1);color-scheme:light;--bg-page:#faf6f0;--bg-card:transparent;--bg-card-hover:#b8944f0f;--text-primary:#2c2c2c;--text-secondary:#5a5a5a;--text-muted:#6f665a;--accent:#b8944f;--accent-text:#7a6132;--accent-soft:#b8944f1a;--text-on-accent:#2c2c2c;--border-thin:#2c2c2c1f;--border-accent:#b8944f;--border-medium:#2c2c2c40;--color-bg:var(--bg-page);--color-text:var(--text-primary);--color-border:var(--border-thin);--color-surface:var(--bg-card);--color-surface-hover:var(--bg-card-hover);--font-display:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:"Lora", Georgia, serif;--font-accent:"Cormorant Garamond", Georgia, serif;--radius:3px;--radius-img:6px;--shadow-hover:0 2px 12px #0000000f;--shell:1080px;--measure:65ch;--name-size:2.4rem;--name-weight:700;--name-tracking:-.02em;--heading-size:.72rem;--heading-weight:600;--heading-tracking:.18em;--heading-transform:uppercase}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg-page:#16140f;--bg-card:#ffffff05;--bg-card-hover:#b8944f14;--text-primary:#f2ede5;--text-secondary:#c4bcae;--text-muted:#a79e90;--accent:#b8944f;--accent-text:#d9b978;--accent-soft:#b8944f24;--text-on-accent:#16140f;--border-thin:#f2ede51f;--border-accent:#b8944f;--border-medium:#f2ede53d;--shadow-hover:0 8px 32px #00000073;--ai-accent-1:#d9b978;--ai-accent-2:#7ba98c;--ai-accent-3:#c97689;--ai-accent-4:#6e9bc5}}:root[data-theme=dark]{color-scheme:dark;--bg-page:#16140f;--bg-card:#ffffff05;--bg-card-hover:#b8944f14;--text-primary:#f2ede5;--text-secondary:#c4bcae;--text-muted:#a79e90;--accent:#b8944f;--accent-text:#d9b978;--accent-soft:#b8944f24;--text-on-accent:#16140f;--border-thin:#f2ede51f;--border-accent:#b8944f;--border-medium:#f2ede53d;--shadow-hover:0 8px 32px #00000073;--ai-accent-1:#d9b978;--ai-accent-2:#7ba98c;--ai-accent-3:#c97689;--ai-accent-4:#6e9bc5}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-page);color:var(--text-primary);min-height:100vh;transition:background-color .5s var(--ease);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.skip-link{z-index:10000;background:var(--text-primary);color:var(--bg-page);font-family:var(--font-body);border-radius:0 0 4px 4px;padding:10px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s;position:absolute;top:0;left:0;transform:translateY(-120%)}.skip-link:focus,.skip-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px;transform:translateY(0)}.page-bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.page-bg:before{content:"";opacity:.35;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");background-size:256px 256px;position:absolute;inset:0}.site-wrapper{z-index:1;max-width:var(--shell);flex-direction:column;min-height:100vh;margin:0 auto;padding:50px 40px 40px;transition:opacity .28s;display:flex;position:relative}.site-header{margin-bottom:40px}.nav-bar{border-bottom:1px solid var(--border-thin);flex-wrap:wrap;align-items:baseline;gap:10px 24px;padding-bottom:14px;display:flex}.nav-wordmark{font-family:var(--font-display);font-size:1.05rem;font-weight:var(--name-weight);letter-spacing:var(--name-tracking);color:var(--text-primary);white-space:nowrap;text-decoration:none}.nav-wordmark:hover{color:var(--accent-text)}.nav-back{font-family:var(--font-accent);letter-spacing:.04em;text-transform:var(--heading-transform);color:var(--text-muted);margin-top:14px;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-block}.nav-back:hover{color:var(--accent-text)}.theme-toggle{align-items:center;gap:5px;display:flex;position:relative}.theme-toggle[hidden]{display:none}.theme-toggle-label{color:var(--text-muted);font-size:.78rem;font-weight:600;font-family:var(--font-accent);transition:color var(--t) ease;user-select:none;margin-right:2px}.theme-toggle button{cursor:pointer;font:inherit;color:var(--text-muted);background:0 0;border:none;border-radius:0;padding:2px 6px;font-size:.78rem;transition:color .3s}.theme-toggle button:hover{color:var(--accent-text)}.theme-toggle button.active{color:var(--accent-text);text-underline-offset:3px;text-decoration:underline}.theme-toggle button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.language-toggle{align-items:center;gap:8px;display:flex}.toggle-label{color:var(--text-muted);font-size:.78rem;font-weight:600;font-family:var(--font-accent);transition:color var(--t) ease;user-select:none}.switch{width:36px;height:18px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:var(--border-medium);border-radius:24px;transition:background-color .3s;position:absolute;inset:0}.slider:before{content:"";background-color:var(--accent);border-radius:50%;width:14px;height:14px;transition:transform .3s;position:absolute;bottom:2px;left:2px}input:checked+.slider{background-color:var(--border-medium)}input:checked+.slider:before{transform:translate(18px)}.hero{margin-bottom:8px}.hero-byline{align-items:center;gap:16px;margin-bottom:32px;display:flex}.hero-image{object-fit:cover;object-position:center 20%;border-radius:var(--radius-img);border:2px solid var(--accent);flex-shrink:0;width:80px;height:80px;transition:all .4s;display:block}.hero-identity{flex-direction:column;gap:2px;display:flex}.hero-name{font-family:var(--font-display);font-size:var(--name-size);font-weight:var(--name-weight);letter-spacing:var(--name-tracking);color:var(--text-primary);transition:color var(--t) ease;line-height:1.1}.hero-location{font-family:var(--font-accent);color:var(--text-muted);letter-spacing:.02em;transition:color var(--t) ease;font-size:.82rem}.hero-credential{font-family:var(--font-accent);color:var(--text-primary);letter-spacing:.01em;transition:color var(--t) ease;margin-bottom:6px;font-size:.88rem;font-weight:600;line-height:1.4}.hero-open-to{font-family:var(--font-accent);color:var(--text-secondary);transition:color var(--t) ease;margin-bottom:28px;font-size:.8rem;line-height:1.5}.hero-title{font-family:var(--font-display);color:var(--accent-text);font-size:1.6rem;font-weight:var(--name-weight);letter-spacing:var(--name-tracking);transition:color var(--t) ease;margin-bottom:28px;line-height:1.2}.hero-bio{margin-bottom:36px}.hero-bio p{color:var(--text-secondary);transition:color var(--t) ease;font-size:.9rem;line-height:1.78}.hero-bio p+p{margin-top:16px}.section-nav{font-family:var(--font-accent);letter-spacing:.04em;text-transform:var(--heading-transform);flex-shrink:0;gap:1em;margin-right:auto;font-size:.78rem;font-weight:600;display:flex}.section-nav-link{color:var(--text-muted);text-decoration:none;transition:color .25s}.section-nav-link:hover{color:var(--accent-text)}.section-nav-link[aria-current=page]{color:var(--accent-text);text-underline-offset:3px;text-decoration:underline}.apps-title{font-family:var(--font-display);font-size:var(--name-size);font-weight:var(--name-weight);letter-spacing:var(--name-tracking);color:var(--text-primary);transition:color var(--t) ease;margin-bottom:10px;line-height:1.1}.apps-subtitle{color:var(--text-secondary);transition:color var(--t) ease;margin-bottom:36px;font-size:.9rem;line-height:1.6}.projects-section,.stories-section{margin-top:36px}.projects-section:first-child{margin-top:0}.site-footer{text-align:center;color:var(--text-muted);letter-spacing:.04em;font-size:.75rem;font-family:var(--font-accent);transition:color var(--t) ease;margin-top:auto;padding-top:40px}.hero-title{font-size:1.5rem;font-style:italic;font-weight:400}.hero-location{font-size:.85rem;font-style:italic}.hero-open-to{font-size:.83rem;font-style:italic}.hero-bio p{font-size:.88rem}.site-footer{border-top:1px solid var(--border-thin);padding-top:24px;font-style:italic}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero{animation:.6s ease-out both fadeUp}@media (width<=600px){.site-wrapper{padding:30px 20px}.site-header{margin-bottom:36px}.nav-bar{row-gap:12px}.nav-wordmark{margin-right:auto}.section-nav{flex-basis:100%;order:3;gap:.75em;margin-right:0;font-size:.72rem}.hero-name{font-size:calc(var(--name-size) * .82)}.hero-title{font-size:1.3rem}.hero-bio p{font-size:.85rem}.theme-toggle{gap:3px}.apps-title{font-size:calc(var(--name-size) * .82)}}@media (width<=400px){.toggle-label{font-size:.7rem}.switch{width:32px;height:16px}.slider:before{width:12px;height:12px}input:checked+.slider:before{transform:translate(16px)}.hero-name{font-size:calc(var(--name-size) * .7)}.hero-title{font-size:1.15rem}}.story-page main{padding-block:2rem 4rem}.story{max-width:var(--measure);margin-inline:auto;padding-inline:1.25rem}.story-hero{margin:0 0 2rem}.story-hero img{border-radius:4px;width:100%;height:auto;display:block}.story-header{border-bottom:1px solid var(--color-border,#0000001f);margin-bottom:2.5rem;padding-bottom:1.5rem}.story-title{margin:0 0 .5rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.1}.story-tagline{color:var(--text-secondary);margin:0 0 1rem;font-size:1.125rem;font-style:italic;line-height:1.4}.story-body{font-size:1.0625rem;line-height:1.65}.story-body h2{margin-block:2.25rem .75rem;font-size:1.5rem;font-weight:700}.story-body h3{margin-block:1.75rem .5rem;font-size:1.25rem;font-weight:600}.story-body p{margin-block:.75rem 1.25rem}.story-body a{color:inherit;text-underline-offset:.2em;text-decoration:underline}.story-body hr{border:none;border-top:1px solid var(--color-border,#0000001f);margin-block:2.5rem}.story-body em{opacity:.75}.story-triptych{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-block:2rem;display:grid}.story-triptych-card{border:1px solid var(--color-border,#0000001f);background:var(--bg-card,transparent);border-radius:8px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem 1rem;display:flex}.story-triptych-icon{object-fit:contain;border-radius:4px;width:2rem;height:2rem}.story-triptych-title{margin:0;font-size:1rem;font-weight:700;line-height:1.2}.story-triptych-desc{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.45}@media (width<=640px){.story-triptych{grid-template-columns:1fr;gap:.75rem}}.story-split{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:start;gap:2.5rem;width:min(72rem,100vw - 2.5rem);margin-block:2.5rem 3rem;display:grid;position:relative;left:50%;transform:translate(-50%)}.story-split-text>:first-child{margin-top:0}.story-split-text>:last-child{margin-bottom:0}.story-split-play{position:sticky;top:1.5rem}.story-split-frame{aspect-ratio:9/16;border:1px solid var(--color-border,#0000001f);background:#000;border-radius:8px;width:100%;display:block}.story-split-hint{color:var(--text-muted);text-align:center;margin:.5rem 0 0;font-size:.8125rem}@media (width<=900px){.story-split{grid-template-columns:1fr;gap:1.5rem}.story-split-play{position:static}.story-split-frame{aspect-ratio:16/11;max-height:70vh}}.story-mdh-grid{border:1px solid var(--color-border,#0000001f);background:var(--bg-card,transparent);border-radius:6px;grid-template-columns:repeat(10,minmax(0,1fr));gap:2px;max-width:32rem;margin-block:2rem .5rem;margin-inline:auto;padding:6px;display:grid}.story-mdh-cell{aspect-ratio:1;border:1px solid var(--color-border,#00000014);background:0 0;border-radius:1px;display:block;position:relative}.story-mdh-cell[data-msg]{opacity:.7;cursor:help;background:currentColor}.story-mdh-cell[data-msg]:hover,.story-mdh-cell[data-msg]:focus{opacity:1}.story-mdh-cell[data-msg]:after{content:attr(data-msg);font-size:.75rem;font-family:var(--font-body,system-ui), sans-serif;white-space:nowrap;background:var(--color-text,#111);color:var(--color-bg,#fff);opacity:0;pointer-events:none;z-index:10;border-radius:4px;padding:4px 8px;transition:opacity .15s ease-out;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.story-mdh-cell[data-msg]:hover:after,.story-mdh-cell[data-msg]:focus:after{opacity:1}.story-mdh-hint{text-align:center;color:var(--text-muted);margin:0 0 2rem;font-size:.8125rem}@media (width<=640px){.story-mdh-grid{max-width:100%}.story-mdh-cell[data-msg]:after{white-space:normal;text-align:center;max-width:70vw;font-size:.6875rem}}.story-figure{flex-direction:column;align-items:center;width:min(64rem,100vw - 2.5rem);margin:2.5rem auto 3rem;display:flex;position:relative;left:50%;transform:translate(-50%)}.story-figure svg,.story-figure img,.story-figure video{border:1px solid var(--color-border,#0000001f);background:#000;border-radius:8px;width:100%;height:auto;display:block}.story-figure figcaption{color:var(--text-muted);text-align:center;margin:.75rem 0 0;font-size:.8125rem;font-style:italic}.tool-page main{padding-block:2rem 4rem}.tool-wrap{max-width:36rem;margin-inline:auto;padding-inline:1.25rem}.tool-header{border-bottom:1px solid var(--color-border,#0000001f);margin-bottom:2rem;padding-bottom:1.25rem}.tool-title{margin:0 0 .5rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.15}.tool-tagline{opacity:.8;margin:0;font-size:1rem;font-style:italic;line-height:1.4}.tool-stack{flex-direction:column;gap:1rem;display:flex}.tool-card{background:var(--color-surface,#00000008);border:1px solid var(--color-border,#0000001f);border-radius:8px;padding:1.25rem 1.25rem 1rem}.tool-card-head{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.tool-card-body{margin:0;font-size:1rem;line-height:1.5}.tool-question-text{font-size:1.2rem;font-weight:500;line-height:1.5}.tool-card-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.tool-btn{border:1px solid var(--color-border,#00000026);color:inherit;font:inherit;cursor:pointer;background:0 0;border-radius:4px;padding:.4rem .8rem;font-size:.875rem;transition:background-color .12s,border-color .12s}.tool-btn:hover{background-color:var(--color-surface-hover,#0000000f)}.story-card{color:var(--text-primary);border:1px solid var(--border-thin);border-radius:var(--radius);transition:background-color .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);background:var(--bg-card);padding:18px 20px;text-decoration:none;display:block;position:relative}.story-card:hover,.story-card:focus-visible,.story-card:focus-within{border-color:var(--border-accent);background:var(--bg-card-hover);box-shadow:var(--shadow-hover)}.story-card-secondary .story-card-title{font-family:var(--font-display);color:var(--text-primary);margin:6px 0;font-size:1.15rem;font-weight:600;line-height:1.2}.story-card-secondary .story-card-tagline{color:var(--text-secondary);font-size:.92rem;line-height:1.4}.story-card-title a{color:inherit;text-decoration:none}.story-card-title a:after{content:"";position:absolute;inset:0}.story-card-title a:focus-visible{outline:2px solid var(--accent-text);outline-offset:2px}.story-card-live-wrap{flex-wrap:wrap;align-items:baseline;gap:.6rem;margin:10px 0 0;display:flex}.story-card-live{z-index:1;color:var(--text-primary);border-bottom:1px solid var(--accent-text);padding-bottom:1px;font-size:.9rem;font-weight:600;text-decoration:none;position:relative}.story-card-live:hover{color:var(--accent-text)}.story-card-live:focus-visible{outline:2px solid var(--accent-text);outline-offset:2px}.story-card-host{z-index:1;font-family:var(--font-accent);letter-spacing:.04em;color:var(--text-muted);word-break:break-all;font-size:.78rem;position:relative}.question-of-day{margin:0}.question-of-day .tool-card-question--rail{margin-top:0;padding:14px 16px 12px}.question-of-day .tool-card-question--rail .tool-question-text{overflow-wrap:break-word;font-size:1rem;line-height:1.5}.question-of-day .tool-card-question--rail .tool-card-actions{gap:.5rem;margin-top:.75rem}@media (width<=420px){.question-of-day .tool-card-question--rail{padding:12px 14px 10px}.question-of-day .tool-card-question--rail .tool-question-text{font-size:.95rem}}.live-output-strip{border:1px solid var(--border-thin);border-radius:var(--radius);background:var(--bg-card-hover);margin:28px 0;padding:18px 22px}.live-output-strip-header{align-items:baseline;gap:16px;margin-bottom:14px;display:flex}.live-output-strip-eyebrow{font-size:var(--heading-size);text-transform:var(--heading-transform);letter-spacing:var(--heading-tracking);color:var(--accent-text);font-weight:var(--heading-weight)}.live-output-strip-date{color:var(--text-muted);font-size:.85rem}.live-output-strip-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.live-output-strip-item{grid-template-columns:auto auto auto 1fr;gap:6px 12px;display:grid}.live-output-strip-author{color:var(--text-primary);font-weight:600}.live-output-strip-time,.live-output-strip-tag{color:var(--text-muted);font-size:.85rem}.live-output-strip-body{color:var(--text-primary);grid-column:1/-1;margin:0;line-height:1.5}.oracle-latest{border:1px solid var(--border-thin);border-left:3px solid var(--accent);border-radius:var(--radius);background:var(--bg-card-hover);margin:36px 0;padding:22px 26px}.oracle-latest-eyebrow{font-size:var(--heading-size);text-transform:var(--heading-transform);letter-spacing:var(--heading-tracking);color:var(--accent-text);font-weight:var(--heading-weight);margin:0 0 8px}.oracle-latest-title{color:var(--text-primary);margin:0 0 6px;font-size:1.25rem;line-height:1.3}.oracle-latest-date{color:var(--text-muted);margin-bottom:12px;font-size:.85rem;display:block}.oracle-latest-excerpt{color:var(--text-primary);margin:0 0 14px;line-height:1.55}.oracle-latest-cta{color:var(--accent-text);transition:opacity .3s var(--ease);border-bottom:1px solid;font-weight:600;text-decoration:none;display:inline-block}.oracle-latest-cta:hover{opacity:.7}.story-cta-wrap{text-align:center;margin:32px 0 0}.story-cta{border:1px solid var(--accent);color:var(--accent-text);font-weight:600;font-family:var(--font-body);transition:background-color .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease);border-radius:999px;padding:12px 24px;text-decoration:none;display:inline-block}.story-cta:hover{background:var(--accent-text);color:var(--bg-page)}.end-of-article{border-top:1px solid var(--border-thin);flex-direction:column;gap:2.5rem;margin:3.5rem 0 0;padding-top:2.5rem;display:flex}.eoa-heading{font-family:var(--font-display);color:var(--text-primary);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.eoa-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.eoa-related-card{padding:16px 18px}.eoa-related-card .story-card-title{font-size:1.05rem}.eoa-newsletter{max-width:28rem}.eoa-newsletter-subtitle{color:var(--text-secondary);margin:0 0 1rem;font-size:.92rem;line-height:1.5}.eoa-links{flex-wrap:wrap;gap:1.5rem;display:flex}.eoa-link{color:var(--accent-text);font-size:.92rem;font-weight:600;text-decoration:none}.eoa-link:hover{text-decoration:underline}@media (width<=640px){.eoa-related-grid{grid-template-columns:1fr}}.site-footer{flex-direction:column;align-items:center;gap:12px;display:flex}.site-footer-note{color:var(--text-muted);max-width:42rem;font-size:.85rem;font-style:italic;line-height:1.55;font-family:var(--font-body);letter-spacing:0;text-transform:none;margin:0}.site-footer-credit{font-family:var(--font-accent);letter-spacing:.04em;margin:0;font-size:.75rem}:root{--ai-accent-1:#b8944f;--ai-accent-2:#5e8a6e;--ai-accent-3:#a2546b;--ai-accent-4:#4f6f8f}.key-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none;display:grid}@media (width<=720px){.key-grid{grid-template-columns:1fr}}.proj-tile{border:1px solid var(--border-thin);border-radius:var(--radius);background:var(--bg-card);transition:border-color var(--t) ease, background var(--t) ease, transform var(--t) ease;flex-direction:column;gap:8px;padding:18px 20px;display:flex;position:relative;overflow:hidden}.proj-tile.is-live{padding-left:24px}.proj-tile.is-live:before{content:"";background:var(--ai-accent);opacity:.85;width:4px;position:absolute;inset:0 auto 0 0}.proj-tile:hover{border-color:var(--border-accent);background:var(--bg-card-hover);transform:translateY(-1px)}.proj-tile.is-live:hover{border-color:var(--ai-accent)}.proj-tile-name{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:700}.proj-tile-tagline{color:var(--text-secondary);margin:0;font-size:.95rem;font-style:italic;line-height:1.5}.proj-tile-facts{color:var(--text-secondary);font-size:.82rem;line-height:1.45;font-family:var(--font-accent);margin:0}.proj-tile-meta{color:var(--text-muted);flex-wrap:wrap;align-items:baseline;gap:.6rem;margin:0;font-size:.78rem;display:flex}.proj-tile-host{font-family:var(--font-accent);letter-spacing:.04em;word-break:break-all}.proj-tile-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:auto;padding-top:4px;display:flex}.proj-tile-link{transition:color var(--t) ease;align-items:baseline;gap:6px;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.proj-tile-link-primary{border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);color:var(--text-on-accent);padding:8px 14px;font-weight:600}.proj-tile-link-primary:hover{filter:brightness(.95)}.proj-tile-link-secondary{color:var(--text-secondary)}.proj-tile-link-secondary:hover{color:var(--accent-text)}.proj-tile-link-repo{color:var(--text-secondary);font-weight:400}.proj-tile-link-repo:hover{color:var(--accent-text)}.section-head{margin:0 0 20px}.section-head-title{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1.65rem;font-weight:600;line-height:1.2}.section-head-lede{color:var(--text-secondary);max-width:46ch;margin:6px 0 0;font-size:.95rem;font-style:italic;line-height:1.5}.section-head--rail .section-head-title{font-size:.78rem;font-weight:600;font-family:var(--font-accent);letter-spacing:.1em;text-transform:uppercase;color:var(--accent-text)}.section-head--rail .section-head-lede{margin-top:4px;font-size:.85rem}.section-head--rail{margin-bottom:14px}.masthead{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);align-items:start;gap:clamp(28px,4vw,56px);margin:0 0 clamp(40px,6vw,64px);display:grid}.masthead-identity{min-width:0}.masthead .hero-bio{margin-bottom:0}.home-body{grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);align-items:start;gap:clamp(28px,4vw,56px);display:grid}.home-main{flex-direction:column;gap:clamp(40px,6vw,64px);min-width:0;display:flex}.home-rail{flex-direction:column;gap:clamp(28px,4vw,40px);min-width:0;display:flex;position:sticky;top:24px}.rail-block{min-width:0}@media (width<=900px){.masthead,.home-body{grid-template-columns:1fr}.masthead{gap:32px}.home-rail{position:static}}.nl-card{background:var(--bg-card);border:1px solid var(--border-thin);border-radius:var(--radius);padding:22px}.nl-title{font-family:var(--font-display,var(--font-body));color:var(--text-primary);margin:0 0 4px;font-size:1.25rem;font-weight:600}.nl-subtitle{color:var(--text-secondary);margin:0 0 16px;font-size:.92rem;line-height:1.5}.nl-archive-link{color:inherit;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px;text-decoration:none;display:flex}.nl-archive-link:hover .nl-title{color:var(--accent-text)}.nl-archive-arrow{color:var(--accent-text);font-weight:600}.nl-archive-link .nl-title{margin:0}.nl-reading{border-top:1px solid var(--border-thin);border-bottom:1px solid var(--border-thin);flex-direction:column;gap:10px;margin:0 0 14px;padding:12px 0;display:flex}.nl-latest{color:inherit;flex-direction:column;gap:3px;text-decoration:none;display:flex}.nl-latest:hover .nl-latest-title{color:var(--accent-text)}.nl-latest-kicker{font-family:var(--font-accent);letter-spacing:.1em;text-transform:uppercase;color:var(--accent-text);font-size:.7rem}.nl-latest-title{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;line-height:1.3}.nl-latest-date{color:var(--text-muted);font-size:.78rem}.nl-latest-excerpt{color:var(--text-secondary);margin-top:4px;font-size:.9rem;line-height:1.5}.nl-all{color:var(--accent-text);align-self:start;font-size:.88rem;font-weight:600;text-decoration:none}.nl-all:hover{text-decoration:underline}.nl-form{gap:8px;margin:0;display:grid}.nl-form[hidden]{display:none}.nl-form input[type=email]{font:inherit;border:1px solid var(--border-thin);border-radius:var(--radius);background:var(--bg-card);color:var(--text-primary);min-width:0;padding:10px 12px}.nl-form input[type=email]::placeholder{color:var(--text-muted);opacity:.85}.nl-form input[type=email]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.nl-form button{font:inherit;border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);color:var(--text-on-accent);cursor:pointer;padding:10px 18px;font-weight:600}.nl-form button:hover{filter:brightness(.95)}.nl-form button:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}.nl-form button:disabled{opacity:.6;cursor:progress}.nl-signup-wide .nl-form{grid-template-columns:1fr auto}.nl-signup-wide .nl-form button{min-width:8rem}@media (width<=520px){.nl-signup-wide .nl-form{grid-template-columns:1fr}}.subscribe-message{margin:12px 0 0;font-size:.9rem;line-height:1.5}.subscribe-message-success{color:var(--text-primary);font-weight:600}.subscribe-message-error{color:var(--text-primary)}.rail-contacts{gap:10px;margin:0;padding:0;list-style:none;display:grid}.connect-link{border:1px solid var(--border-thin);border-radius:var(--radius);background:var(--bg-card);width:100%;color:var(--text-primary);align-items:center;gap:12px;padding:14px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.connect-link:hover{background:var(--bg-card-hover);border-color:var(--border-accent)}.connect-link-icon{background:var(--accent);width:32px;height:32px;color:var(--text-on-accent);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:inline-flex}.connect-link-body{flex-direction:column;gap:2px;display:flex}.connect-link-name{color:var(--text-primary);font-weight:600}.connect-link-desc{color:var(--text-secondary);font-size:.85rem}.projects-key{margin:0 0 3rem}.projects-demos{margin:0}.demo-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.demo-row{border-bottom:1px solid var(--border-thin);flex-wrap:wrap;align-items:baseline;gap:8px;padding:10px 0;display:flex}.demo-name{color:var(--text-primary);font-weight:600}.demo-tagline{color:var(--text-secondary);flex:auto;font-size:.95rem}.demo-action{white-space:nowrap;color:var(--accent-text);font-size:.9rem;font-weight:600;text-decoration:none}.demo-action:hover{text-decoration:underline}.archive-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.archive-row{border-bottom:1px solid var(--border-thin);flex-wrap:wrap;align-items:baseline;gap:8px;padding:10px 0;display:flex}.archive-link{color:var(--text-primary);transition:color var(--t) ease;font-weight:600;text-decoration:none}.archive-link:hover{color:var(--accent-text);text-decoration:underline}.archive-tagline{color:var(--text-secondary);flex:auto;font-size:.95rem}.section-more{margin-top:16px;font-size:.95rem}.section-more a{color:var(--accent-text);font-weight:600;text-decoration:none}.section-more a:hover{text-decoration:underline}.projects-section+.section-more,.stories-section+.section-more{margin-bottom:48px}.stories-feed{gap:12px;margin:24px 0 48px;display:grid}.stories-section .stories-feed{margin:0}.lettre-page{max-width:var(--shell);margin:0 auto;padding:2rem 1.25rem 4rem}.lettre-title{font-family:var(--font-display);margin:0 0 .5rem;font-size:clamp(2rem,5vw,3rem)}.lettre-intro{color:var(--text-secondary);max-width:var(--measure);margin:0 0 2rem;font-size:1.05rem;line-height:1.6}.lettre-empty{color:var(--text-muted);font-style:italic}.lettre-signup{border:1px solid var(--border-thin);border-radius:var(--radius);background:var(--bg-card);margin:0 0 2rem;padding:20px}.lettre-signup-lead{color:var(--text-secondary);margin:0 0 12px;font-size:.95rem;line-height:1.5}.lettre-filter{border-bottom:1px solid var(--border-thin);flex-wrap:wrap;gap:8px;margin:0 0 2rem;padding-bottom:1.5rem;display:flex}.lettre-chip{font:inherit;border:1px solid var(--border-thin);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:8px 14px;font-size:.85rem;line-height:1;transition:background-color .15s,border-color .15s,color .15s}.lettre-chip:hover{border-color:var(--border-accent);color:var(--text-primary)}.lettre-chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.lettre-chip.is-active{background:var(--accent);border-color:var(--accent);color:var(--text-on-accent);font-weight:600}.lettre-stream{gap:1.75rem;display:grid}.lettre-card{color:inherit;border-radius:var(--radius);grid-template-columns:96px 1fr;gap:1rem;margin:-.5rem;padding:.5rem;text-decoration:none;transition:background-color .15s;display:grid}.lettre-card[hidden]{display:none}.lettre-card:hover{background:var(--bg-card-hover)}.lettre-card-img{object-fit:cover;border-radius:var(--radius-img);width:96px;height:96px}.lettre-card-body{min-width:0}.lettre-card-meta{flex-wrap:wrap;align-items:baseline;gap:.6rem;margin:0 0 .3rem;display:flex}.lettre-card-cat{font-family:var(--font-accent);letter-spacing:.06em;text-transform:uppercase;color:var(--accent-text);font-size:.72rem}.lettre-card-date{color:var(--text-muted);font-size:.8rem}.lettre-card-title{font-family:var(--font-display);margin:0 0 .25rem;font-size:1.3rem;line-height:1.25}.lettre-card-excerpt{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}@media (width<=520px){.lettre-card{grid-template-columns:1fr}.lettre-card-img{width:100%;height:180px}}.bt-form{margin:.5rem 0 1.5rem}.bt-fields{border:0;flex-wrap:wrap;align-items:end;gap:1rem;min-width:0;margin:0;padding:0;display:flex}.bt-fields label{color:var(--text-muted);flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}.bt-fields select,.bt-fields input{font:inherit;color:var(--text-primary);background:var(--bg-card,transparent);border:1px solid var(--border-thin);border-radius:4px;padding:.4rem .55rem}.bt-fields button{font:inherit;color:var(--text-on-accent);background:var(--accent);border:1px solid var(--accent);border-radius:var(--radius);cursor:pointer;padding:.5rem 1rem;font-weight:600}.bt-fields button:hover{filter:brightness(.95)}.bt-fields button:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}.bt-fields button:disabled{opacity:.55;cursor:not-allowed}.bt-fields button:disabled:hover{filter:none}.bt-status{color:var(--text-muted);min-height:1.2em;margin:.5rem 0;font-size:.85rem}.bt-chart{min-height:320px}.bt-metrics{flex-wrap:wrap;gap:1.25rem;margin:1rem 0;display:flex}.bt-metric{color:var(--text-muted);flex-direction:column;font-size:.8rem;display:flex}.bt-metric b{color:var(--text-primary);font-size:1.15rem}.bt-warnings{color:var(--accent-text);margin:.5rem 0 0;padding:0;font-size:.8rem;list-style:none}.bt-chart .u-legend{color:var(--text-secondary);font-family:inherit;font-size:.8rem}.bt-chart .u-legend th,.bt-chart .u-legend td{border-color:var(--border-thin)}.bt-chart .u-over,.bt-chart .u-under{background:0 0}.bt-chart .u-select{background:var(--accent-soft)}.bt-chart .u-cursor-x,.bt-chart .u-cursor-y{border-color:var(--border-medium)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
