:root{--paper: #FAF8F4;--paper-2: #F2ECE4;--ink: #26201C;--ink-2: #7A6A60;--accent: #8B5C38;--border: #E0D5C8;--serif: "Playfair Display", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--sans);font-size:17px;line-height:1.7;color:var(--ink);background:var(--paper)}body{background:var(--paper);color:var(--ink);min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;border-bottom:1px solid var(--border)}.logo{font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--ink);letter-spacing:.01em}.nav{display:flex;gap:2rem}.nav a{font-size:.9rem;color:var(--ink-2);letter-spacing:.03em;transition:color .15s}.nav a:hover{color:var(--ink)}.site-main{padding:4rem 2.5rem 6rem;max-width:760px;margin:0 auto}.site-footer{border-top:1px solid var(--border);padding:2rem 2.5rem;font-size:.85rem;color:var(--ink-2)}.hero{padding:3rem 0 4rem}.eyebrow{display:block;text-transform:uppercase;font-size:.72rem;letter-spacing:.22em;color:var(--ink-2);margin-bottom:1.2rem}.hero h1{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;line-height:1.2;margin-bottom:1.2rem}.lead{font-size:1.1rem;color:var(--ink-2);max-width:540px;line-height:1.75;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.button{padding:.65rem 1.4rem;background:var(--ink);color:var(--paper);border:1px solid var(--ink);border-radius:4px;font-size:.875rem;font-family:var(--sans);letter-spacing:.02em;cursor:pointer;transition:opacity .15s}.button:hover{opacity:.85}.button.ghost{background:transparent;color:var(--ink)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));border:1px solid var(--border);border-radius:6px;overflow:hidden;margin-top:1rem}.card{padding:1.8rem;background:var(--paper-2);border-right:1px solid var(--border)}.card:last-child{border-right:none}.card h2{font-family:var(--serif);font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.card p{font-size:.875rem;color:var(--ink-2);line-height:1.6}.page-header{padding:2rem 0 1.5rem;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.page-header h1{font-family:var(--serif);font-size:2rem;font-weight:700}.page-header p{margin-top:.5rem;color:var(--ink-2);font-size:.95rem}.post-list{display:grid;gap:0}.post-card{padding:1.8rem 0;border-bottom:1px solid var(--border)}.post-card h2{font-family:var(--serif);font-size:1.3rem;font-weight:600;line-height:1.3;margin-bottom:.4rem}.post-card h2 a:hover{color:var(--accent)}.post-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--ink-2);margin-bottom:.5rem}.tags{color:var(--ink-2)}.post-card>p{font-size:.95rem;color:var(--ink-2);line-height:1.65;margin-top:.5rem}.post{max-width:680px}.post-header{padding:2.5rem 0;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.post-header h1{font-family:var(--serif);font-size:clamp(1.9rem,3.5vw,2.6rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.post-header time{font-size:.85rem;color:var(--ink-2)}.post-header .tags{margin-left:1rem;font-size:.85rem}.post-body{font-size:1.05rem;line-height:1.8}.post-body p{margin:1.4rem 0}.post-body h2{font-family:var(--serif);font-size:1.5rem;font-weight:700;margin:2.8rem 0 .8rem}.post-body h3{font-family:var(--serif);font-size:1.2rem;font-weight:600;margin:2rem 0 .6rem}.post-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-color:transparent;transition:text-decoration-color .2s}.post-body a:hover{text-decoration-color:var(--accent)}.post-body img{display:block;max-width:100%;max-height:580px;width:auto;margin:2.5rem auto;border-radius:6px}.post-body p:has(img)+p>em:only-child{display:block;text-align:center;font-size:.82rem;color:var(--ink-2);font-style:italic;margin-top:-1.8rem;margin-bottom:2rem}.post-body ul,.post-body ol{padding-left:1.5rem;margin:1.2rem 0}.post-body li{margin:.4rem 0}.post-body blockquote{border-left:3px solid var(--border);padding-left:1.2rem;margin:1.5rem 0;color:var(--ink-2);font-style:italic}.post-body code{font-size:.9em;background:var(--paper-2);border:1px solid var(--border);border-radius:3px;padding:.15em .4em}.post-body pre{background:var(--paper-2);border:1px solid var(--border);border-radius:6px;padding:1.2rem;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;border:none;padding:0;font-size:.9rem}.timeline{border-left:2px solid var(--border);padding-left:2rem;display:grid;gap:1.8rem;margin:2.5rem 0}.timeline-item{position:relative}.timeline-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;position:absolute;left:-2.27rem;top:.58rem}.timeline-date{font-size:.78rem;color:var(--ink-2);margin:0 0 .3rem;text-transform:uppercase;letter-spacing:.1em}.slideshow{margin:2rem 0;border:1px solid var(--border);border-radius:6px;padding:1.5rem;background:var(--paper-2)}.slide{display:none}.slide.is-active{display:grid}.slideshow-controls{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.control{background:transparent;border:1px solid var(--border);padding:.35rem 1rem;border-radius:4px;font-size:.8rem;font-family:var(--sans);color:var(--ink-2);cursor:pointer;transition:border-color .15s,color .15s}.control:hover{border-color:var(--ink);color:var(--ink)}@media (max-width: 700px){.site-header{padding:1.2rem 1.5rem;flex-direction:column;align-items:flex-start;gap:.75rem}.site-main{padding:2rem 1.5rem 4rem}.grid{grid-template-columns:1fr}.card{border-right:none;border-bottom:1px solid var(--border)}.card:last-child{border-bottom:none}}
