:root{color-scheme:light;--bg: #ffffff;--text: #171717;--muted: #646464;--soft: #f5f7f4;--line: #dfe5dc;--accent: #1c6b64;--accent-strong: #0f4f4a;--warm: #b45f35;--warm-soft: #fbefe8;--shadow: 0 22px 70px rgba(23, 23, 23, .08);--max: 1120px;--radius: 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6}a{color:inherit}img,svg{max-width:100%}button,input,textarea{font:inherit}.site-header,.site-footer,.section,.page-heading,.post-shell{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.site-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--text);text-decoration:none;font-weight:700}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--accent);border-radius:50%;color:var(--accent);font-family:Georgia,Times New Roman,serif;font-size:13px}.site-header nav{display:flex;align-items:center;gap:6px}.site-header nav a{padding:10px 12px;color:var(--muted);text-decoration:none;border-radius:6px}.site-header nav a:hover,.site-header nav a:focus-visible{color:var(--accent-strong);background:var(--soft)}.section{padding-block:80px}.hero{min-height:650px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:64px;align-items:center;padding-block:64px;border-bottom:1px solid var(--line)}.hero-copy h1,.page-heading h1,.post-header h1{margin:0;max-width:820px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,5.8vw,5.4rem);line-height:1;font-weight:500;letter-spacing:0}.hero-copy p,.page-heading p,.post-header p{max-width:660px;margin:24px 0 0;color:var(--muted);font-size:1.18rem}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border-radius:6px;text-decoration:none;font-weight:700}.button.primary,button[type=submit]{border:1px solid var(--accent);background:var(--accent);color:#fff}.button.secondary{border:1px solid var(--line);background:#fff;color:var(--text)}.featured-post{padding:28px;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:linear-gradient(180deg,#ffffff 0%,var(--soft) 100%)}.featured-post span,.section-label,.post-card-date{color:var(--warm);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:0}.featured-post h2,.split-section h2,.bio-band h2,.subscribe-section h2,.contact-section h2{margin:12px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1.04;font-weight:500;letter-spacing:0}.featured-post p,.subscribe-section p,.contact-section p{color:var(--muted)}.text-link{display:inline-flex;color:var(--accent-strong);font-weight:800;text-decoration-thickness:1px;text-underline-offset:4px}.split-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:start}.post-grid,.blog-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.blog-list{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:0}.post-card{min-height:246px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.post-card:hover,.post-card:focus-within{border-color:#1c6b6473;transform:translateY(-2px);box-shadow:var(--shadow)}.post-card a{display:flex;min-height:246px;flex-direction:column;gap:12px;padding:22px;text-decoration:none}.post-card h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;line-height:1.1;font-weight:500;letter-spacing:0}.post-card p{margin:0;color:var(--muted)}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:auto 0 0;padding:0;list-style:none}.tag-list li{padding:3px 8px;border:1px solid var(--line);border-radius:4px;color:var(--muted);font-size:.78rem}.bio-band{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;border-block:1px solid var(--line)}.bio-band p{margin:0;font-size:1.12rem}.contact-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px}.subscribe-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:center;border-bottom:1px solid var(--line)}.contact-form,.subscribe-form{display:grid;gap:18px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft)}.contact-form label,.subscribe-form label{display:grid;gap:8px;color:var(--text);font-weight:800}.contact-form input,.contact-form textarea,.subscribe-form input{width:100%;border:1px solid var(--line);border-radius:6px;padding:12px 14px;background:#fff;color:var(--text);resize:vertical}.contact-form input:focus,.contact-form textarea:focus,.subscribe-form input:focus{outline:2px solid rgba(28,107,100,.24);border-color:var(--accent)}.subscribe-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.subscribe-form p{margin:0;color:var(--muted);font-size:.95rem}button[type=submit]{min-height:48px;border-radius:6px;cursor:pointer;font-weight:800}button[type=submit]:disabled,input:disabled,textarea:disabled{cursor:not-allowed;opacity:.58}.form-note{margin:0;color:var(--muted);font-size:.95rem}.page-heading{padding-block:78px 58px;border-bottom:1px solid var(--line)}.page-heading h1{font-size:clamp(3.5rem,7vw,6rem)}.standalone-contact{padding-top:56px}.post-shell{max-width:820px;padding-block:74px 96px}.post-header{padding-bottom:42px;border-bottom:1px solid var(--line)}.post-header h1{margin-top:18px;font-size:clamp(3rem,6vw,5rem)}.post-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;color:var(--muted);font-size:.95rem}.prose{padding-top:34px}.prose :is(h2,h3){margin-top:2em;margin-bottom:.55em;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.15;letter-spacing:0}.prose h2{font-size:2rem}.prose h3{font-size:1.45rem}.prose p,.prose li{color:#343434;font-size:1.06rem}.prose a{color:var(--accent-strong);font-weight:700}.prose code{padding:.14rem .28rem;border-radius:4px;background:var(--soft)}.prose pre{overflow-x:auto;padding:18px;border:1px solid var(--line);border-radius:var(--radius)}.not-found{min-height:58vh}.site-footer{display:flex;justify-content:space-between;gap:24px;padding-block:34px;border-top:1px solid var(--line);color:var(--muted)}.site-footer p{margin:4px 0 0}.footer-links{display:flex;flex-wrap:wrap;gap:14px}.footer-links a{color:var(--accent-strong);font-weight:700}@media(max-width:900px){.hero,.split-section,.bio-band,.subscribe-section,.contact-section{grid-template-columns:1fr}.hero{min-height:auto;padding-block:72px}.post-grid,.blog-list{grid-template-columns:1fr}}@media(max-width:640px){.site-header,.site-footer,.section,.page-heading,.post-shell{width:min(100% - 28px,var(--max))}.site-header{min-height:86px;align-items:flex-start;flex-direction:column;justify-content:center;gap:8px}.site-header nav{width:100%;justify-content:space-between}.site-header nav a{padding-inline:6px}.section{padding-block:58px}.hero-copy h1,.page-heading h1,.post-header h1{font-size:clamp(2.7rem,15vw,3.8rem)}.hero{gap:36px}.button-row{align-items:stretch;flex-direction:column}.button{width:100%}.contact-form,.subscribe-form{padding:20px}.subscribe-control{grid-template-columns:1fr}.site-footer{flex-direction:column}}
