@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--bg: #F7F3EE;--bg-alt: #EDE8E0;--bg-card: #FFFFFF;--text: #2A2624;--text-muted: #7A736B;--accent: #4D6E44;--accent-warm: #9B5E3A;--border: #D8D0C4;--shadow: 0 1px 3px rgba(42,38,36,.08), 0 1px 2px rgba(42,38,36,.05);--font-serif: "Lora", Georgia, "Times New Roman", serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--radius: 8px;--max-w: 680px;--max-w-wide: 900px}[data-theme=dark]{--bg: #1E1C1A;--bg-alt: #2A2724;--bg-card: #252220;--text: #E8E2D9;--text-muted: #9B9087;--border: #3D3830;--shadow: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:17px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-weight:400;line-height:1.65;min-height:100vh;display:flex;flex-direction:column;transition:background .2s,color .2s}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}a:hover{color:var(--accent-warm)}.site-nav{border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:100;transition:background .2s}.nav-inner{max-width:var(--max-w-wide);margin:0 auto;padding:0 1.5rem;height:60px;display:flex;align-items:center;gap:2rem}.nav-logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--text);text-decoration:none;letter-spacing:-.01em}.nav-logo:hover{color:var(--accent)}.nav-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;object-position:center 8%;border:1.5px solid var(--border);flex-shrink:0}.nav-links{display:flex;gap:1.5rem;list-style:none;margin-left:auto;align-items:center}.nav-links a{font-size:.9rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .15s}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--accent)}.theme-toggle{background:none;border:1px solid var(--border);border-radius:20px;padding:4px 10px;cursor:pointer;font-size:1rem;color:var(--text-muted);transition:border-color .15s,color .15s}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}main{flex:1}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.container--wide{max-width:var(--max-w-wide);margin:0 auto;padding:0 1.5rem}.hero{padding:2rem 0 3.5rem;border-bottom:1px solid var(--border)}.hero-grid{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.hero-eyebrow{font-size:1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.hero h1{font-family:var(--font-serif);font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text);margin-bottom:1.25rem}.hero-bio{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.75rem}.hero-bio p{margin-bottom:1rem}.hero-bio p:last-child{margin-bottom:0}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.headshot-wrap{width:220px;flex-shrink:0}.headshot-wrap img{width:100%;height:auto;border-radius:12px;object-fit:cover;border:3px solid var(--border);box-shadow:var(--shadow)}.headshot-initials{width:160px;height:160px;border-radius:50%;background:var(--bg-alt);border:3px solid var(--border);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;text-decoration:none;transition:all .15s;cursor:pointer;border:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#3d5936;color:#fff}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.section{padding:3.5rem 0}.section+.section{border-top:1px solid var(--border)}.section-label{font-size:1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.section h2{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.01em}.post-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.post-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:baseline;box-shadow:var(--shadow);transition:border-color .15s,box-shadow .15s;color:inherit;text-decoration:none}.post-card:hover{border-color:var(--accent);box-shadow:0 4px 16px #4d6e441a}.post-card-title{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.4;display:block}.post-card:hover .post-card-title{color:var(--accent)}.post-card-desc{font-size:.875rem;color:var(--text-muted);margin-top:.25rem;line-height:1.5}.post-card-date{font-size:.8rem;color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.view-all{margin-top:1.5rem;font-size:.9rem;font-weight:500}.topics-accordion{margin-top:2rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);box-shadow:var(--shadow);overflow:hidden}.topics-accordion summary{padding:.9rem 1.25rem;font-size:.9rem;font-weight:600;cursor:pointer;user-select:none;list-style:none;display:flex;align-items:center;justify-content:space-between;color:var(--text);transition:background .15s}.topics-accordion summary::-webkit-details-marker{display:none}.topics-accordion summary:after{content:"＋";font-size:.85rem;color:var(--text-muted);transition:transform .2s}.topics-accordion[open] summary:after{content:"－"}.topics-accordion summary:hover{background:var(--bg-alt)}.topics-list{list-style:none;border-top:1px solid var(--border);padding:.75rem 1.25rem;display:flex;flex-direction:column;gap:.1rem}.topics-list li{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.topics-list li:last-child{border-bottom:none}.topics-list-tag{font-size:.9rem;font-weight:500;color:var(--text);text-decoration:none}.topics-list-tag:hover{color:var(--accent)}.topics-list-tag-count{font-size:.8rem;color:var(--text-muted);margin-left:.4rem}.topics-list-actions{display:flex;align-items:center;gap:.75rem}.rss-tag-link{font-size:.75rem;font-weight:500;color:var(--text-muted);text-decoration:none;border:1px solid var(--border);border-radius:20px;padding:.15rem .6rem;transition:border-color .15s,color .15s}.rss-tag-link:hover{border-color:var(--accent-warm);color:var(--accent-warm)}.tag-page-meta{margin-top:.6rem;font-size:.85rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tag-page-sep{color:var(--border)}.page-header{padding:2rem 0;border-bottom:1px solid var(--border)}.page-header h1{font-family:var(--font-serif);font-size:2rem;font-weight:700;letter-spacing:-.02em;color:var(--text);margin-bottom:.75rem}.page-header p{margin-top:.75rem;color:var(--text-muted);font-size:1rem;line-height:1.7;max-width:480px}.page-header .section-label{margin-top:0;color:var(--accent)}.post-header{padding:3.5rem 0 2rem;border-bottom:1px solid var(--border)}.post-header h1{font-family:var(--font-serif);font-size:2.1rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:.75rem}.post-meta{font-size:.85rem;color:var(--text-muted);display:flex;gap:1rem;flex-wrap:wrap}.post-body{padding:2.5rem 0 4rem}.post-body p,.post-body ul,.post-body ol,.post-body blockquote{margin-bottom:1.4rem}.post-body h2{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;margin:2.5rem 0 1rem;letter-spacing:-.01em}.post-body h3{font-family:var(--font-serif);font-size:1.15rem;font-weight:600;margin:2rem 0 .75rem}.post-body a{font-weight:500}.post-body blockquote{border-left:3px solid var(--accent);padding:.5rem 0 .5rem 1.25rem;color:var(--text-muted);font-style:italic}.post-body code{font-size:.875em;background:var(--bg-alt);padding:.15em .4em;border-radius:4px;font-family:JetBrains Mono,Courier New,monospace}.post-body pre{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;overflow-x:auto;margin-bottom:1.4rem}.post-body pre code{background:none;padding:0}.post-body ul,.post-body ol{padding-left:1.5rem}.post-body li{margin-bottom:.4rem}.post-body hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{font-size:.75rem;font-weight:500;padding:.2rem .65rem;background:var(--bg-alt);color:var(--text-muted);border-radius:20px;text-decoration:none;letter-spacing:.02em}.tag:hover{background:var(--accent);color:#fff}.schedule-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;padding:2.5rem 0 3.5rem}.schedule-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;text-decoration:none;color:var(--text);display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow);transition:border-color .15s,box-shadow .15s,transform .1s;cursor:pointer;font-family:inherit;text-align:left;width:100%}.schedule-card:hover{border-color:var(--accent);box-shadow:0 4px 16px #4d6e441f;transform:translateY(-2px);color:var(--text)}.schedule-card-icon{font-size:2rem;margin-bottom:.5rem}.schedule-card-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:700}.schedule-card-desc{font-size:.9rem;color:var(--text-muted);line-height:1.5;flex:1}.schedule-card-meta{font-size:.8rem;color:var(--accent);font-weight:500;margin-top:.5rem}.cal-embed-section{padding:2rem 0 3.5rem}.cal-embed-section h2{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.now-updated{font-size:.85rem;color:var(--text-muted)}.now-body{padding:2.5rem 0 4rem}.now-body h2{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;margin:2rem 0 .75rem}.now-body p{margin-bottom:1.25rem;color:var(--text)}.now-body ul{padding-left:1.5rem;margin-bottom:1.25rem}.now-body li{margin-bottom:.4rem;color:var(--text)}.newsletter-band{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}.newsletter-band h3{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.newsletter-band p{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap}.newsletter-form input[type=email]{flex:1;min-width:220px;padding:.6rem .9rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text);font-size:.9rem;font-family:var(--font-sans);outline:none;transition:border-color .15s}.newsletter-form input[type=email]:focus{border-color:var(--accent)}.newsletter-form button{padding:.6rem 1.1rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);font-size:.9rem;font-weight:500;cursor:pointer;font-family:var(--font-sans);transition:background .15s}.newsletter-form button:hover{background:#3d5936}.site-footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:auto}.footer-inner{max-width:var(--max-w-wide);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.85rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.25rem;list-style:none}.footer-links a{font-size:.85rem;color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--accent)}@media (max-width: 640px){html{font-size:16px}.hero-grid{grid-template-columns:1fr}.headshot-wrap{order:-1;width:140px;margin:0 auto}.headshot-wrap img{aspect-ratio:1 / 1;object-position:center 8%}.headshot-initials{width:100px;height:100px;font-size:1.8rem}.hero h1{font-size:1.75rem}.nav-links{gap:1rem}.post-card{grid-template-columns:1fr;gap:.25rem}.schedule-cards{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start}}
