.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}:root{--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--color-bg:#f8fafc;--color-bg-subtle:#eef2f8;--color-text:#101828;--color-text-muted:#56617a;--color-border:#dbe3ec;--color-accent:#2f5fdb;--color-accent-contrast:#fff;--step--1:clamp(.83rem, .8rem + .15vw, .92rem);--step-0:clamp(1rem, .96rem + .2vw, 1.09rem);--step-1:clamp(1.2rem, 1.11rem + .44vw, 1.44rem);--step-2:clamp(1.44rem, 1.28rem + .8vw, 1.9rem);--step-3:clamp(1.73rem, 1.46rem + 1.34vw, 2.5rem);--step-4:clamp(2.07rem, 1.65rem + 2.13vw, 3.3rem);--space-3xs:.25rem;--space-2xs:.5rem;--space-xs:.75rem;--space-s:1rem;--space-m:1.5rem;--space-l:2rem;--space-xl:3rem;--space-2xl:4.5rem;--space-3xl:6rem;--measure:65ch;--content-width:42rem;--wide-width:68rem;--radius:12px;--radius-sm:8px;--shadow-sm:0 1px 2px #1018280d;--shadow-md:0 4px 16px -4px #1018281a;--ease-out:cubic-bezier(.22, 1, .36, 1);--dur-fast:.14s;--dur-base:.24s;color-scheme:light;--shiki-light-bg:#fff;--shiki-dark-bg:#22272e}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg:#0b1220;--color-bg-subtle:#121a2e;--color-text:#e7ecf5;--color-text-muted:#93a1bd;--color-border:#1f2a40;--color-accent:#6c93ff;--color-accent-contrast:#0b1220;--shadow-sm:0 1px 2px #00000059;--shadow-md:0 4px 16px -4px #00000080;color-scheme:dark}}:root[data-theme=dark]{--color-bg:#0b1220;--color-bg-subtle:#121a2e;--color-text:#e7ecf5;--color-text-muted:#93a1bd;--color-border:#1f2a40;--color-accent:#6c93ff;--color-accent-contrast:#0b1220;--shadow-sm:0 1px 2px #00000059;--shadow-md:0 4px 16px -4px #00000080;color-scheme:dark}:root[data-theme=light]{color-scheme:light}*{box-sizing:border-box}html{color-scheme:light dark}body{background:var(--color-bg);min-height:100vh;color:var(--color-text);font-family:var(--font-sans), system-ui, -apple-system, sans-serif;font-size:var(--step-0);-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;line-height:1.65;display:flex}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:2px}.wrap{max-width:var(--content-width);padding:0 var(--space-m);margin:0 auto}.wrap-wide{max-width:var(--wide-width);padding:0 var(--space-m);margin:0 auto}.breakout{width:100%;max-width:min(90vw,56rem);margin-left:50%;transform:translate(-50%)}h1,h2,h3,h4{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.01em;font-variation-settings:"SOFT" 20, "WONK" 0, "opsz" 40;font-weight:600;line-height:1.15}h1{font-size:var(--step-4);margin:0 0 var(--space-2xs)}h2{font-size:var(--step-2);margin:var(--space-xl) 0 var(--space-xs)}h3{font-size:var(--step-1);margin:var(--space-l) 0 var(--space-2xs)}p{margin:0 0 1.1em}.site-header{z-index:50;background:color-mix(in srgb, var(--color-bg) 85%, transparent);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);position:sticky;top:0}.site-header .wrap-wide{justify-content:space-between;align-items:center;gap:var(--space-s);flex-wrap:wrap;padding-top:1.1rem;padding-bottom:1.1rem;display:flex}.site-title{font-family:var(--font-serif), Georgia, serif;color:var(--color-text);font-size:1.15rem;font-weight:600}.site-title:hover{color:var(--color-accent);text-decoration:none}.site-nav-row{align-items:center;gap:var(--space-m);display:flex}.site-nav{flex-wrap:wrap;gap:1.35rem;display:flex}.site-nav a{color:var(--color-text-muted);background-image:linear-gradient(var(--color-text), var(--color-text));transition:background-size var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;padding-bottom:2px;font-size:.95rem;position:relative}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--color-text);background-size:100% 1px;text-decoration:none}.nav-toggle-checkbox{display:none}.nav-toggle-label{cursor:pointer;color:var(--color-text);user-select:none;font-size:.95rem;display:none}.theme-toggle{border:1px solid var(--color-border);background:var(--color-bg-subtle);width:2.1rem;height:2.1rem;color:var(--color-text-muted);cursor:pointer;transition:color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.theme-toggle:hover{color:var(--color-text);border-color:var(--color-accent)}.theme-toggle svg{width:1.05rem;height:1.05rem}.theme-toggle .icon-moon,:root[data-theme=dark] .theme-toggle .icon-sun{display:none}:root[data-theme=dark] .theme-toggle .icon-moon{display:block}@media (width<=640px){.site-nav-row{flex-wrap:wrap;justify-content:space-between;width:100%}.nav-toggle-label{order:1;display:block}.theme-toggle{order:2}.site-nav{width:100%;padding:var(--space-s) 0 var(--space-2xs);flex-direction:column;order:3;gap:.85rem;display:none}.nav-toggle-checkbox:checked~.site-nav{display:flex}.nav-toggle-checkbox:checked~.nav-toggle-label{color:var(--color-accent)}}.site-footer{border-top:1px solid var(--color-border);margin-top:var(--space-3xl);padding:var(--space-l) 0;color:var(--color-text-muted);font-size:.9rem}.site-footer .wrap-wide{gap:var(--space-m);grid-template-columns:1fr;display:grid}@media (width>=640px){.site-footer .wrap-wide{grid-template-columns:1fr auto 1fr;align-items:center}.site-footer .footer-links{justify-self:center}.site-footer .footer-cta{text-align:right;justify-self:end}}.site-footer a{color:var(--color-text-muted)}.site-footer a:hover{color:var(--color-text)}.footer-links{gap:var(--space-m);flex-wrap:wrap;display:flex}main{padding:var(--space-xl) 0 var(--space-l);flex:1}.button{border-radius:var(--radius);background:var(--color-accent);color:var(--color-accent-contrast);transition:transform var(--dur-fast) var(--ease-out), opacity var(--dur-fast) var(--ease-out);padding:.65rem 1.3rem;font-size:.95rem;font-weight:600;display:inline-block}.button:hover{opacity:.92;text-decoration:none;transform:translateY(-1px)}.pills{flex-wrap:wrap;gap:.75rem;margin:1.25rem 0 .5rem;display:flex}.pills a{color:var(--color-text-muted);border:1px solid var(--color-border);transition:color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);border-radius:999px;padding:.3rem .75rem;font-size:.92rem}.pills a[aria-current=page],.pills a:hover{color:var(--color-text);border-color:var(--color-accent);text-decoration:none}.post-list{margin:0;padding:0;list-style:none}.post-list li{padding:var(--space-m) 0;border-bottom:1px solid var(--color-border)}.post-list li:first-child{padding-top:0}.post-meta{color:var(--color-text-muted);font-size:.88rem}.post-title-link{font-family:var(--font-serif), Georgia, serif;font-size:var(--step-1);color:var(--color-text);margin-top:.3rem;font-weight:600;display:inline-block}.post-title-link:hover{color:var(--color-accent);text-decoration:none}.tag{color:var(--color-text-muted);background:var(--color-bg-subtle);border:1px solid var(--color-border);transition:color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);border-radius:999px;margin:.15rem .35rem .15rem 0;padding:.15rem .6rem;font-size:.78rem;display:inline-block}a.tag:hover{color:var(--color-text);border-color:var(--color-accent);text-decoration:none}.post-header{margin-bottom:var(--space-l)}.post-hero{border-radius:var(--radius);margin-bottom:var(--space-l);overflow:hidden}.post-nav{gap:var(--space-s);margin-top:var(--space-2xl);padding-top:var(--space-l);border-top:1px solid var(--color-border);grid-template-columns:1fr 1fr;display:grid}.post-nav a{padding:var(--space-s);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);transition:border-color var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);display:block}.post-nav a:hover{border-color:var(--color-accent);text-decoration:none;transform:translateY(-2px)}.post-nav-label{color:var(--color-text-muted);margin-bottom:.2rem;font-size:.8rem;display:block}.post-nav-next{text-align:right;grid-column:2}@media (width<=560px){.post-nav{grid-template-columns:1fr}.post-nav-next{text-align:left;grid-column:1}}.prose{max-width:var(--measure)}.prose h2{margin-top:var(--space-2xl)}.prose h3{margin-top:var(--space-l)}.prose ul,.prose ol{padding-left:1.4rem}.prose li{margin-bottom:.4rem}.prose pre{border-radius:var(--radius);border:1px solid var(--color-border);padding:1rem 1.1rem;font-size:.88rem;line-height:1.55;overflow-x:auto}.prose pre,.prose pre span{background-color:var(--shiki-light-bg,#fff);color:var(--shiki-light)}:root[data-theme=dark] .prose pre,:root[data-theme=dark] .prose pre span{background-color:var(--shiki-dark-bg,#22272e)!important;color:var(--shiki-dark)!important}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .prose pre,:root:not([data-theme=light]) .prose pre span{background-color:var(--shiki-dark-bg,#22272e)!important;color:var(--shiki-dark)!important}}.prose code{font-family:var(--font-mono);background:var(--color-bg-subtle);border-radius:5px;padding:.15em .4em;font-size:.88em}.prose pre code{background:0 0;padding:0}.prose blockquote{margin:var(--space-m) 0;border-left:3px solid var(--color-accent);color:var(--color-text-muted);padding:.25rem 1.1rem}.prose figure{margin:var(--space-l) 0}.prose figcaption{font-family:var(--font-sans), system-ui, sans-serif;font-size:var(--step--1);color:var(--color-text-muted);text-align:center;margin-top:.5rem}.gallery-grid{columns:1;column-gap:var(--space-xs);margin:var(--space-m) 0}@media (width>=560px){.gallery-grid{columns:2}}@media (width>=900px){.gallery-grid{columns:3}}.gallery-grid a{break-inside:avoid;margin-bottom:var(--space-xs);border-radius:var(--radius);line-height:0;display:block;overflow:hidden}.gallery-grid img{filter:brightness();width:100%;height:auto;transition:filter var(--dur-base) var(--ease-out)}.gallery-grid a:hover img{filter:brightness(1.06)}.lightbox-overlay{z-index:100;padding:var(--space-l);background:#060a14eb;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.lightbox-overlay.is-open{display:flex}.lightbox-overlay img{border-radius:6px;max-width:100%;max-height:100%}.lightbox-close,.lightbox-prev,.lightbox-next{color:#fff;cursor:pointer;background:0 0;border:none;line-height:1;position:absolute}.lightbox-close{font-size:2rem;top:1.25rem;right:1.5rem}.lightbox-prev,.lightbox-next{opacity:.8;transition:opacity var(--dur-fast) var(--ease-out);padding:.5rem;font-size:2.5rem;top:50%;transform:translateY(-50%)}.lightbox-prev:hover,.lightbox-next:hover{opacity:1}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-counter{color:#fff;opacity:.8;font-size:.85rem;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.form-field{margin-bottom:var(--space-m);flex-direction:column;gap:.35rem;display:flex}.form-field label{font-size:.9rem;font-weight:600}.form-field input,.form-field textarea{font:inherit;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text);transition:border-color var(--dur-fast) var(--ease-out);padding:.65rem .8rem}.form-field input:focus,.form-field textarea:focus{outline:2px solid var(--color-accent);outline-offset:1px}.form-status{margin-top:var(--space-s);padding:var(--space-2xs) var(--space-s);border-radius:var(--radius-sm);font-size:.9rem;display:none}.form-status.is-visible{display:block}.form-status.is-success{background:var(--color-bg-subtle);color:var(--color-text);border:1px solid var(--color-border)}.form-status.is-error{background:var(--color-bg-subtle);color:var(--color-accent);border:1px solid var(--color-accent)}.testimonial-author{align-items:center;gap:var(--space-s);margin-top:var(--space-s);display:flex}.testimonial-avatar{object-fit:cover;border-radius:50%}.about-layout{gap:var(--space-l);grid-template-columns:1fr;display:grid}@media (width>=640px){.about-layout{grid-template-columns:342px 1fr;align-items:start}}.about-image{border-radius:var(--radius)}.hero{gap:var(--space-l);margin-bottom:var(--space-2xs);grid-template-columns:1fr;align-items:center;display:grid}@media (width>=640px){.hero{grid-template-columns:220px 1fr}}.hero img{border-radius:var(--radius)}.hero-portrait{object-fit:cover;aspect-ratio:1}.lede{color:var(--color-text-muted);font-size:var(--step-1);margin-bottom:var(--space-m)}.home-section{margin-top:var(--space-3xl)}.home-section-header{justify-content:space-between;align-items:baseline;gap:var(--space-s);margin-bottom:var(--space-m);display:flex}.home-section-header h2{margin:0}.home-section-header a{color:var(--color-text-muted);white-space:nowrap;font-size:.92rem}.home-section-header a:hover{color:var(--color-accent);text-decoration:none}.latest-posts{gap:var(--space-s);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.latest-posts li{padding-bottom:var(--space-s);border-bottom:1px solid var(--color-border)}.latest-posts li:last-child{border-bottom:none;padding-bottom:0}.photo-strip{gap:var(--space-xs);scroll-snap-type:x mandatory;padding-bottom:var(--space-2xs);-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.photo-strip a{scroll-snap-align:start;border-radius:var(--radius);flex:none;width:68%;max-width:320px;line-height:0;overflow:hidden}.photo-strip img{object-fit:cover;aspect-ratio:4/5;width:100%;height:100%;transition:transform var(--dur-base) var(--ease-out)}.photo-strip a:hover img{transform:scale(1.04)}@media (width>=640px){.photo-strip{grid-template-columns:repeat(4,1fr);display:grid;overflow:visible}.photo-strip a{width:auto;max-width:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
