:root{--bg: #f7f7f4;--paper: #ffffff;--text: #111111;--muted: #666666;--soft: #deded8;--line: #1a1a1a;--max: 1120px;--measure: 720px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.65;text-rendering:optimizeLegibility}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{text-decoration-thickness:2px}img{max-width:100%;height:auto;display:block;filter:grayscale(100%)}hr{border:0;border-top:1px solid var(--soft);margin:2.5rem 0}.page-content{max-width:760px;margin:0 auto;padding:4rem 1.5rem 5rem}.page-content h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1;font-weight:500;letter-spacing:-.03em;margin-bottom:2rem}.page-content p,.page-content li{line-height:1.8}.page-content hr{margin:3rem 0}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{border-bottom:1px solid var(--line);background:#f7f7f4f0;position:sticky;top:0;z-index:10;backdrop-filter:blur(10px)}.header-inner{max-width:var(--max);margin:0 auto;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:800;letter-spacing:-.04em;font-size:clamp(1.25rem,2.5vw,1.65rem);text-decoration:none}.nav{display:flex;flex-wrap:wrap;gap:.2rem .8rem;align-items:center;justify-content:flex-end;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.nav a{text-decoration:none;border-bottom:1px solid transparent;padding:.25rem 0;color:#222}.nav a:hover{border-bottom-color:#111}.nav-separator{color:#bdbdbd;margin:0 .1rem}main{flex:1}.container{max-width:var(--max);margin:0 auto;padding:0 1.25rem}.hero{padding:clamp(4rem,10vw,8rem) 0 3rem;border-bottom:1px solid var(--line)}.kicker{text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;color:var(--muted);font-weight:700;margin-bottom:1rem}.hero h1,.page-title{font-size:clamp(1.8rem,6vw,5rem);line-height:.9;letter-spacing:-.04em;margin:0;max-width:980px}.hero .intro{max-width:760px;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.45;margin:2rem 0 0;color:#222}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #111;padding:.78rem 1rem;min-width:10rem;text-decoration:none;font-weight:700;background:#111;color:#fff;margin-top:10px}.button.secondary{background:transparent;color:#111}.section{padding:clamp(2.5rem,6vw,5rem) 0;border-bottom:1px solid var(--soft)}.section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section h2{font-size:clamp(1.8rem,4vw,3.5rem);line-height:1;letter-spacing:-.055em;margin:0}.section-note{max-width:620px;color:var(--muted)}.grid{display:grid;gap:1rem}.grid.three{grid-template-columns:repeat(3,1fr)}.card{border:1px solid #111;background:var(--paper);padding:1.25rem;min-height:100%;text-decoration:none;display:flex;flex-direction:column;gap:.75rem}.card:hover{background:#f0f0ec}.card h3{margin:0;font-size:1.35rem;letter-spacing:-.03em;line-height:1.1}.card p{margin:0;color:var(--muted)}.card .meta,.meta{color:var(--muted);font-size:.9rem;text-transform:uppercase;letter-spacing:.08em}.article-list{border-top:0px solid #111}.article-row{display:grid;grid-template-columns:10rem 1fr;gap:1.5rem;border-bottom:1px solid var(--soft);padding:1.25rem 0;text-decoration:none}.article-row:hover h3{text-decoration:underline;text-underline-offset:.15em}.article-row h3{margin:0;font-size:clamp(1.35rem,3vw,2.2rem);line-height:1.05;letter-spacing:-.045em}.article-row p{margin:.5rem 0 0;color:var(--muted);max-width:700px}.page-hero{padding:clamp(3rem,8vw,6rem) 0 2rem;border-bottom:1px solid #111}.page-hero .description{max-width:720px;color:#333;font-size:1.2rem;margin-top:1.5rem}.prose{max-width:var(--measure);margin:0 auto;padding:clamp(2.5rem,6vw,5rem) 0}.prose h1,.prose h2,.prose h3{line-height:1.08;letter-spacing:-.04em;margin-top:2.2em;margin-bottom:.5em}.prose h2{font-size:clamp(1.7rem,4vw,3rem)}.prose h3{font-size:clamp(1.25rem,3vw,1.7rem)}.prose p,.prose ul,.prose ol,.prose blockquote{margin:1.1rem 0}.prose blockquote{border-left:3px solid #111;padding-left:1rem;color:#333;font-size:1.15rem}.prose img{margin:2rem auto;border:1px solid var(--soft)}.prose .kg-card,.prose figure{margin:2rem 0}.tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.tag{border:1px solid #111;padding:.2rem .55rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;text-decoration:none}.contact-box{border:1px solid #111;background:#fff;padding:1.25rem;max-width:720px}.form-grid{display:grid;gap:1rem}label{font-weight:700;display:grid;gap:.35rem}input,textarea{width:100%;border:1px solid #111;background:#fff;color:#111;padding:.8rem;font:inherit}textarea{min-height:10rem;resize:vertical}.site-footer{border-top:1px solid #111;margin-top:auto}.footer-inner{max-width:var(--max);margin:0 auto;padding:2rem 1.25rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:var(--muted);font-size:.92rem}.footer-links{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:760px){.header-inner{align-items:flex-start;flex-direction:column}.nav{justify-content:flex-start}.grid.three{grid-template-columns:1fr}.article-row{grid-template-columns:1fr;gap:.25rem}.hero h1,.page-title{font-size:clamp(2.6rem,17vw,5rem)}.header-inner{align-items:flex-start;flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;gap:.75rem 1rem}.nav a{padding:0}.nav-separator,.nav a:after{display:none}}@media(min-width:768px){.section img{margin-left:auto;margin-right:auto;max-width:760px;max-height:400px}}.form-status{margin-top:1rem;font-size:.95rem;color:#666}
