:root{color-scheme:light;--bg: #f7f7f2;--bg-soft: #efeee7;--text: #181817;--muted: #65645f;--border: #d8d5ca;--accent: #0f766e;--accent-strong: #0b5f59;--accent-soft: #d7f0ec;--surface: #ffffff;--surface-raised: #ffffff;--shadow: 0 16px 44px rgb(24 24 23 / .08);--radius: 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[data-theme=dark]{color-scheme:dark;--bg: #101211;--bg-soft: #181b1a;--text: #f0eee7;--muted: #aaa69a;--border: #303430;--accent: #5eead4;--accent-strong: #99f6e4;--accent-soft: #123c37;--surface: #151817;--surface-raised: #1b1f1d;--shadow: 0 18px 48px rgb(0 0 0 / .28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);line-height:1.65;text-rendering:optimizeLegibility;transition:background-color .18s ease,color .18s ease}a{color:var(--accent);text-decoration-thickness:.08em;text-underline-offset:.2em}a:hover{color:var(--accent-strong)}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.site-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.container{width:min(100% - 2rem,1120px);margin-inline:auto}.prose{width:min(100% - 2rem,760px);margin-inline:auto}.prose p,.prose li{color:var(--muted);font-size:1.05rem}.prose h1,.prose h2,.prose h3{line-height:1.2;letter-spacing:0}.prose h1{color:var(--text);font-size:clamp(2.4rem,6vw,4.4rem);margin:.35rem 0 1rem}.prose h2{margin-top:2.25rem}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(16px)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--text);font-size:1rem;font-weight:750;letter-spacing:0;text-decoration:none}.brand-image{width:40px;height:40px;flex:0 0 auto;border:1px solid var(--border);border-radius:50%;object-fit:cover}.nav-actions{display:flex;align-items:center;gap:.5rem}.social-link,.theme-toggle,.button-link{min-height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);color:var(--text);text-decoration:none}.social-link,.theme-toggle{width:40px;height:40px;padding:0;border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--text)}.social-link:hover,.theme-toggle:hover{border-color:var(--accent);background:var(--accent-soft)}.social-link:focus-visible,.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.social-icon{width:19px;height:19px;fill:currentColor;color:var(--muted)}.social-link:hover .social-icon{color:var(--accent-strong)}.theme-icon-sun{display:none}.theme-icon-moon,[data-theme=dark] .theme-icon-sun{display:block}[data-theme=dark] .theme-icon-moon{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-main{overflow:hidden}.hero{padding-block:clamp(4rem,10vw,7rem);border-bottom:1px solid var(--border)}.eyebrow{margin:0 0 1rem;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero h1,.page-header h1{margin:0;max-width:780px;color:var(--text);font-size:clamp(2.6rem,7vw,5.6rem);line-height:.98;letter-spacing:0}.hero-copy,.page-header p{max-width:660px;margin:1.4rem 0 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.24rem)}.section{padding-block:clamp(3rem,7vw,5.5rem)}.section-header,.page-header{margin-bottom:2rem}.section-header h2,.page-header h1{margin-top:0}.section-header h2{margin-bottom:.4rem;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1}.section-header p{margin:0;color:var(--muted)}.section-action{margin:1.5rem 0 0}.latest-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;padding:0;margin:0;list-style:none}.latest-post-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 8px 24px #1818170a;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.latest-post-card:hover{border-color:color-mix(in srgb,var(--accent) 55%,var(--border));transform:translateY(-2px);box-shadow:var(--shadow)}.latest-post-image{display:block;aspect-ratio:16 / 9;overflow:hidden;border-bottom:1px solid var(--border);background:var(--bg-soft)}.latest-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.latest-post-card:hover .latest-post-image img{transform:scale(1.025)}.latest-post-content{padding:1.15rem}.latest-post-content .meta{margin:0 0 .55rem;font-size:.85rem}.latest-post-content h3{margin:0;font-size:1.25rem;line-height:1.25}.latest-post-content h3 a{color:var(--text);text-decoration:none}.latest-post-content h3 a:hover{color:var(--accent)}.latest-post-summary{display:-webkit-box;overflow:hidden;margin:.7rem 0 0;color:var(--muted);-webkit-box-orient:vertical;-webkit-line-clamp:3}.post-list{display:grid;gap:0;padding:0;margin:0;list-style:none;border-top:1px solid var(--border)}.post-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding-block:1.35rem;border-bottom:1px solid var(--border)}.post-card h2{margin:0 0 .25rem;font-size:clamp(1.25rem,3vw,1.65rem);line-height:1.2}.post-card h2 a{color:var(--text);text-decoration:none}.post-card h2 a:hover{color:var(--accent)}.post-card p{max-width:700px;margin:.4rem 0 0;color:var(--muted)}.post-card .meta{white-space:nowrap;padding-top:.2rem}.tag-list{display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:.85rem 0 0;list-style:none}.tag{display:inline-flex;align-items:center;min-height:28px;padding:0 .65rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font-size:.82rem;font-weight:700}.meta{color:var(--muted);font-size:.95rem}.button-link{width:fit-content;padding:0 1rem;border:1px solid var(--border);background:var(--surface);color:var(--text);font-weight:750}.button-link:hover{border-color:var(--accent);color:var(--text);background:var(--accent-soft)}.contact-section{padding-block:clamp(3.5rem,8vw,6rem);border-top:1px solid var(--border);background:var(--bg-soft)}.contact-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(320px,1fr);gap:clamp(2.5rem,7vw,6rem);align-items:start}.contact-intro h1{margin:0;color:var(--text);font-size:clamp(2rem,5vw,3.5rem);line-height:1.05}.contact-intro>p:last-child{max-width:460px;margin:1rem 0 0;color:var(--muted);font-size:1.08rem}.contact-form-wrap{min-width:0}.contact-form{display:grid;gap:.65rem}.form-field{display:grid;gap:.45rem}.form-field label{color:var(--text);font-size:.92rem;font-weight:750}.form-field input,.form-field textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);outline:none;transition:border-color .16s ease,box-shadow .16s ease}.form-field input{min-height:46px;padding:0 .85rem}.form-field textarea{min-height:170px;padding:.75rem .85rem;resize:vertical}.form-field input:focus,.form-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.form-field input[aria-invalid=true],.form-field textarea[aria-invalid=true]{border-color:#b42318}.field-error{min-height:1.2em;color:#b42318;font-size:.84rem}[data-theme=dark] .field-error{color:#fda29b}.contact-submit{min-height:44px;width:fit-content;padding:0 1.15rem;border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);color:var(--surface);cursor:pointer;font-weight:800}.contact-submit:hover{background:var(--accent-strong)}.contact-submit:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.contact-submit:disabled{cursor:wait;opacity:.65}.form-status{margin:0 0 1.25rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:var(--radius)}.form-status[hidden]{display:none}.form-status strong,.form-status span{display:block}.form-status-success{border-color:color-mix(in srgb,var(--accent) 50%,var(--border));background:var(--accent-soft);color:var(--text)}.form-status-error{border-color:#b42318;background:color-mix(in srgb,#b42318 8%,var(--surface));color:var(--text)}.site-footer{border-top:1px solid var(--border);color:var(--muted)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:2rem}.footer-links{display:flex;gap:1rem}.article-shell{padding-block:clamp(3rem,7vw,5rem)}.article-back{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);text-decoration:none}.article-back:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.article-back:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.article-back svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.article-header{margin-bottom:2.5rem}.article-description{max-width:680px;margin:0;color:var(--muted);font-size:1.16rem}.article-image{width:100%;aspect-ratio:16 / 9;margin:0 0 2.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-soft);object-fit:cover}.article-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.article-tags{margin-top:3rem}.article-tags hr{width:100%;height:1px;margin:0 0 1.25rem;border:0;background:var(--border)}.article-tags .tag-list{margin-top:0}@media(max-width:760px){.latest-post-grid,.contact-layout,.post-card{grid-template-columns:1fr}.post-card .meta{white-space:normal}.footer-inner{align-items:flex-start;flex-direction:column}}@media(min-width:761px)and (max-width:980px){.latest-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
