@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap";.nav{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--accent-light);display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:58px}.nav-logo{font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--text);letter-spacing:-.02em}.nav-links{display:flex;gap:2rem}.nav-link{font-family:var(--sans);font-size:.85rem;font-weight:400;color:var(--muted);background:none;border:none;border-bottom:1.5px solid transparent;padding-bottom:2px;cursor:pointer;letter-spacing:.04em;transition:color .2s,border-color .2s}.nav-link:hover,.nav-link.active{color:var(--accent);border-bottom-color:var(--accent)}.hero{padding:7rem 2.5rem 5rem;max-width:740px;margin:0 auto}.eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1.4rem}.hero-title{font-family:var(--serif);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:400;line-height:1.15;letter-spacing:-.025em;color:var(--text);margin-bottom:1.6rem}.hero-title em{font-style:italic;color:var(--accent)}.bio{font-size:1rem;line-height:1.85;color:var(--muted);max-width:540px;margin-bottom:2rem}.pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.pill{font-size:.75rem;font-weight:500;color:#7a4f30;background:var(--accent-light);padding:.35rem .9rem;border-radius:999px;letter-spacing:.02em}.post-list{display:flex;flex-direction:column}.post{border-top:1px solid var(--accent-light);padding:2rem 0;cursor:pointer;transition:opacity .15s}.post:first-child{border-top:none;padding-top:0}.post:hover{opacity:.75}.post-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.7rem}.post-date{font-size:.78rem;color:var(--subtle)}.post-tag{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--bg-2);padding:.2rem .55rem;border-radius:4px}.post-title{font-family:var(--serif);font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:.5rem;line-height:1.3}.post-excerpt{font-size:.93rem;color:var(--muted);line-height:1.8}.read-more{display:inline-block;margin-top:.8rem;font-size:.82rem;color:var(--accent);font-weight:500}.contact-card{background:var(--card);border-radius:var(--radius-lg);padding:2.8rem}.contact-card p{font-size:.97rem;color:var(--muted);line-height:1.85;margin-bottom:2rem;max-width:480px}.cta-btn{display:inline-block;background:var(--accent);color:#faf8f4;padding:.75rem 1.8rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;text-decoration:none;letter-spacing:.02em;transition:background .2s}.cta-btn:hover{background:#a85a38}.socials{display:flex;gap:1.2rem;margin-top:1.5rem;flex-wrap:wrap}.social-link{font-size:.83rem;color:var(--muted);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.social-link:hover{color:var(--accent)}.footer{border-top:1px solid var(--accent-light);padding:2rem 2.5rem;text-align:center;font-size:.78rem;color:var(--subtle)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #FAF8F4;--bg-2: #F2EBE0;--card: #EDE4D8;--text: #2D2016;--muted: #7A6248;--subtle: #A89070;--accent: #BF6B45;--accent-light:#E8D5C4;--serif: "Lora", serif;--sans: "DM Sans", sans-serif;--radius: 8px;--radius-lg: 16px}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--text);min-height:100vh;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.section{padding:5rem 2.5rem;max-width:740px;margin:0 auto;border-top:1px solid var(--accent-light)}.section-label{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.9rem}.section-title{font-family:var(--serif);font-size:1.9rem;font-weight:400;letter-spacing:-.02em;color:var(--text);margin-bottom:2.5rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.fade-up{animation:fadeUp .5s ease both}
