@import "https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@300;400;500&display=swap";:root{--font-serif:"EB Garamond", Georgia, serif;--font-sans:"IBM Plex Sans", system-ui, sans-serif;--font-mono:"IBM Plex Mono", monospace;--max-width:680px;--nav-height:56px;--bg:#f8f6f1;--bg-card:#f2efe8;--fg:#1a1814;--fg-muted:#5a5650;--fg-subtle:#9a958e;--border:#d8d3cc;--accent:#c0392b;--accent-hover:#a93226;--link:#1a1814;--link-hover:#c0392b;--nav-bg:#f8f6f1eb;--shadow:0 1px 3px #00000014}[data-theme=dark]{--bg:#141210;--bg-card:#1c1a17;--fg:#e8e4dc;--fg-muted:#9a9590;--fg-subtle:#5a5650;--border:#2e2b26;--accent:#e05a50;--accent-hover:#d44840;--link:#e8e4dc;--link-hover:#e05a50;--nav-bg:#141210eb}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:18px}body{font-family:var(--font-serif);background:var(--bg);color:var(--fg);min-height:100vh;line-height:1.7;transition:background .2s,color .2s}img{max-width:100%;height:auto;display:block}a{color:var(--link);-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);text-underline-offset:3px}a:hover{color:var(--link-hover);text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.page-content{padding-top:calc(var(--nav-height) + 3rem);min-height:100vh;padding-bottom:5rem}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--fg);font-weight:500;line-height:1.25}h1{margin-bottom:.6rem;font-size:2.4rem}h2{margin-bottom:.5rem;font-size:1.6rem}h3{margin-bottom:.4rem;font-size:1.2rem}p{margin-bottom:1.2rem}p:last-child{margin-bottom:0}.navbar{z-index:100;height:var(--nav-height);background:var(--nav-bg);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);transition:background .2s,border-color .2s;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:960px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-logo{font-family:var(--font-serif);color:var(--fg);letter-spacing:.01em;flex-shrink:0;font-size:1.1rem;font-weight:500;text-decoration:none}.navbar-logo:hover{color:var(--accent);text-decoration:none}.navbar-links{align-items:center;gap:.25rem;list-style:none;display:flex}.navbar-links a{font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);border-radius:4px;padding:.4rem .7rem;font-size:.82rem;font-weight:400;text-decoration:none;transition:color .15s,background .15s}.navbar-links a:hover,.navbar-links a.active{color:var(--fg);background:var(--bg-card);text-decoration:none}.navbar-actions{align-items:center;gap:.5rem;display:flex}.lang-select{font-family:var(--font-sans);letter-spacing:.04em;color:var(--fg-muted);border:1px solid var(--border);cursor:pointer;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239a958e' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right 6px center no-repeat;border-radius:4px;padding:.25rem 1.4rem .25rem .5rem;font-size:.78rem;font-weight:400;transition:border-color .15s,color .15s}.lang-select:hover{border-color:var(--fg-muted);color:var(--fg)}.lang-select option{background:var(--bg);color:var(--fg)}.theme-btn{border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--fg-muted);background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background .15s;display:flex}.theme-btn:hover{color:var(--fg);border-color:var(--fg-muted);background:var(--bg-card)}.burger-btn{border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--fg-muted);background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,border-color .15s;display:none}.burger-btn:hover{color:var(--fg)}.mobile-menu{z-index:200;background:var(--bg);flex-direction:column;padding:1.5rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.mobile-menu-logo{font-family:var(--font-serif);color:var(--fg);font-size:1.2rem;text-decoration:none}.mobile-close-btn{border:1px solid var(--border);cursor:pointer;width:36px;height:36px;color:var(--fg-muted);background:0 0;border-radius:4px;justify-content:center;align-items:center;display:flex}.mobile-nav-links{flex-direction:column;flex:1;gap:.5rem;list-style:none;display:flex}.mobile-nav-links a{font-family:var(--font-serif);color:var(--fg);border-bottom:1px solid var(--border);padding:.5rem 0;font-size:2rem;font-weight:400;text-decoration:none;transition:color .15s;display:block}.mobile-nav-links a:hover{color:var(--accent)}.mobile-menu-footer{align-items:center;gap:1rem;padding-top:2rem;display:flex}.home-hero{padding:1rem 0 3rem}.home-hero-name{margin-bottom:.25rem;font-size:2.6rem;font-weight:500;line-height:1.15}.home-hero-greeting{color:var(--fg-muted);margin-bottom:.25rem;font-size:1.1rem;font-style:italic}.home-tagline{color:var(--fg-muted);margin-bottom:2rem;font-size:1.1rem;font-style:italic}.home-bio{color:var(--fg);margin-bottom:3rem;font-size:1.05rem;line-height:1.8}.home-sections{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem;display:grid}.home-section-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:1.5rem}.home-section-card h3{font-size:1rem;font-weight:500;font-family:var(--font-sans);letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:.5rem;font-size:.78rem}.home-section-card p{color:var(--fg-muted);margin-bottom:1rem;font-size:.95rem}.home-section-card a{font-family:var(--font-sans);color:var(--accent);font-size:.85rem;font-weight:500;text-decoration:none}.home-section-card a:hover{color:var(--accent-hover);text-decoration:underline}.divider{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.contact-section h2{margin-bottom:.75rem;font-size:1.2rem}.contact-section a{color:var(--accent)}.blog-header{margin-bottom:3rem}.page-heading{margin-bottom:.4rem;font-size:2.2rem}.page-subheading{color:var(--fg-muted);font-size:1rem;font-style:italic}.blog-list{flex-direction:column;gap:0;list-style:none;display:flex}.blog-post-item{border-bottom:1px solid var(--border);padding:1.8rem 0}.blog-post-item:first-child{border-top:1px solid var(--border)}.blog-post-date{font-family:var(--font-mono);color:var(--fg-subtle);letter-spacing:.04em;margin-bottom:.4rem;font-size:.78rem}.blog-post-title{margin-bottom:.5rem;font-size:1.35rem;font-weight:500;line-height:1.3}.blog-post-title a{color:var(--fg);text-decoration:none}.blog-post-title a:hover{color:var(--accent)}.blog-post-excerpt{color:var(--fg-muted);margin-bottom:.8rem;font-size:.95rem;line-height:1.65}.read-more-link{font-family:var(--font-sans);color:var(--accent);letter-spacing:.02em;font-size:.82rem;font-weight:500;text-decoration:none}.read-more-link:hover{text-decoration:underline}.blog-post-page{padding-top:calc(var(--nav-height) + 2rem);min-height:100vh}.blog-post-meta{margin-bottom:2rem}.back-link{font-family:var(--font-sans);color:var(--fg-muted);letter-spacing:.04em;margin-bottom:1.5rem;font-size:.82rem;text-decoration:none;transition:color .15s;display:inline-block}.back-link:hover{color:var(--fg)}.blog-post-frame{border:none;width:100%;min-height:70vh}.photography-coming-soon{text-align:center;padding:6rem 0}.photography-coming-soon .icon{color:var(--fg-subtle);margin-bottom:1.5rem;font-size:3rem}.not-found{text-align:center;padding:6rem 0}.not-found h1{color:var(--fg-subtle);margin-bottom:1rem;font-size:6rem}.footer{border-top:1px solid var(--border);margin-top:4rem;padding:2rem 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:960px;margin:0 auto;padding:0 1.5rem;display:flex}.footer-copy{font-family:var(--font-sans);color:var(--fg-subtle);font-size:.8rem}[dir=rtl] .lang-select{background-position:6px;padding-left:1.4rem;padding-right:.5rem}@media (width<=640px){html{font-size:16px}.navbar-links{display:none}.burger-btn{display:flex}.home-hero-name{font-size:2rem}h1{font-size:1.9rem}.home-sections{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start;gap:.5rem}}
