:root{--max-width:64rem;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[data-theme=dark]{color-scheme:dark;--background:#050505;--background-alt:#0f0f0f;--surface:rgba(22,22,26,.84);--border:hsla(47,46%,92%,.22);--border-soft:hsla(47,46%,92%,.12);--text-primary:#f6f3ea;--text-muted:#b5b1a3;--accent:#f0ede4;--accent-strong:#fdfbf4;--accent-soft:hsla(45,29%,92%,.16);--card-surface:rgba(24,24,28,.78);--panel-shadow:0 32px 80px rgba(4,4,6,.52);--map-shadow:0 36px 90px rgba(6,6,8,.6);--page-background:radial-gradient(circle at 20% 12%,hsla(43,68%,89%,.1),transparent 42%),radial-gradient(circle at 78% 14%,hsla(48,20%,80%,.12),transparent 40%),var(--background);--map-background:linear-gradient(140deg,rgba(32,32,34,.82),rgba(12,12,14,.92));--link-color:#f6f3ea;--link-hover:#fff;--toggle-background:rgba(20,20,22,.92);--toggle-border:hsla(47,46%,92%,.2);--toggle-icon:#f6f3ea;--toggle-shadow:0 18px 36px rgba(3,3,5,.4);--toggle-hover-border:hsla(47,46%,92%,.38);--toggle-hover-background:rgba(32,32,36,.92);--toggle-hover-shadow:0 22px 48px rgba(3,3,5,.48)}[data-theme=light]{color-scheme:light;--background:#f5f4ee;--background-alt:#fff;--surface:hsla(0,0%,100%,.88);--border:hsla(47,8%,44%,.2);--border-soft:hsla(47,8%,44%,.1);--text-primary:#1f1f1b;--text-muted:#5f5c51;--accent:#8a867c;--accent-strong:#3d3b34;--accent-soft:hsla(48,19%,85%,.4);--card-surface:hsla(0,0%,100%,.94);--panel-shadow:0 24px 60px rgba(60,57,46,.12);--map-shadow:0 28px 70px hsla(47,12%,45%,.18);--page-background:radial-gradient(circle at 18% 16%,hsla(49,24%,87%,.4),transparent 48%),radial-gradient(circle at 82% 24%,hsla(45,23%,80%,.32),transparent 54%),var(--background);--map-background:linear-gradient(140deg,hsla(53,36%,96%,.95),hsla(50,22%,89%,.72));--link-color:#312f27;--link-hover:#000;--toggle-background:hsla(0,0%,100%,.9);--toggle-border:hsla(47,8%,44%,.16);--toggle-icon:#4d463b;--toggle-shadow:0 16px 32px rgba(90,85,70,.12);--toggle-hover-border:hsla(47,8%,44%,.28);--toggle-hover-background:#fff;--toggle-hover-shadow:0 20px 42px rgba(90,85,70,.16)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--page-background);color:var(--text-primary);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--link-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--link-hover);text-decoration:underline}a:focus-visible{outline:1px dashed var(--accent);outline-offset:3px;text-decoration:none}.app-shell{width:100%;max-width:var(--max-width);margin:0 auto;padding:3.25rem 2.75rem 6rem;display:grid;grid-template-columns:auto 1fr;gap:3.5rem;align-items:start;min-height:100vh}.page-shell{flex:1}.page-wrapper{display:flex;flex-direction:column;gap:2rem}.nav-shell{gap:1rem}.nav-links,.nav-shell{display:flex;flex-direction:column;align-items:flex-start}.nav-links{gap:.8rem}.nav-link{color:var(--text-muted);font-size:.95rem;letter-spacing:.04em}.nav-link:focus-visible,.nav-link:hover{color:var(--text-primary)}.nav-link.active{color:var(--accent-strong);text-decoration:underline;text-underline-offset:4px}.theme-toggle{width:2.45rem;height:2.45rem;border:1px solid var(--toggle-border);border-radius:50%;background:var(--toggle-background);color:var(--toggle-icon);display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--toggle-shadow);cursor:pointer;transition:border .2s ease,background .2s ease,transform .2s ease,color .2s ease,box-shadow .2s ease}.theme-toggle:focus-visible,.theme-toggle:hover{border-color:var(--toggle-hover-border);background:var(--toggle-hover-background);transform:translateY(-1px);color:var(--toggle-icon);box-shadow:var(--toggle-hover-shadow)}.theme-toggle:focus-visible .theme-toggle-icon,.theme-toggle:hover .theme-toggle-icon{transform:scale(1.06)}.theme-toggle-icon{width:1.7rem;height:1.7rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:transform .2s ease,box-shadow .2s ease}.theme-toggle-icon[data-mode=light]{background:linear-gradient(135deg,#7aa9ff,#5a7ded);color:#f5f8ff;box-shadow:0 12px 22px rgba(88,124,222,.28)}.theme-toggle-icon[data-mode=dark]{background:linear-gradient(135deg,#fde7bc,#f5c982);color:#8b4b00;box-shadow:0 12px 22px hsla(37,85%,74%,.24)}.hero{display:flex;flex-direction:column;gap:1.2rem}.hero-glyph,.hero-theme-toggle{font-size:1.4rem;color:var(--accent)}.hero-theme-toggle{background:none;border:2px solid var(--accent);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.hero-theme-toggle:hover{background:var(--accent-soft);transform:scale(1.05);border-color:var(--accent-strong)}.hero-theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero-kicker{margin:0;color:var(--accent);text-transform:uppercase;letter-spacing:.28em;font-size:1.3rem}.hero-title{margin:0;font-size:clamp(2.8rem,3vw + 2rem,3.8rem);font-weight:600;letter-spacing:-.02em}.hero-paragraph{margin:0;max-width:60ch;color:var(--text-muted)}.hero-socials{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.5rem}.hero-socials a{border:1px solid var(--border);border-radius:999px;padding:.45rem .65rem;color:var(--text-primary);background:var(--accent-soft);display:inline-flex;align-items:center;justify-content:center;transition:border .2s ease,background .2s ease,transform .2s ease}.hero-socials a:focus-visible,.hero-socials a:hover{border-color:hsla(46,45%,94%,.45);background:hsla(46,45%,94%,.24);transform:translateY(-1px)}.social-icon{display:block;width:1.1rem;height:1.1rem}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:1.4rem;padding:1.9rem;display:grid;gap:1.4rem;box-shadow:var(--panel-shadow)}.feature-card-head{display:flex;flex-direction:column;gap:.65rem}.feature-card-action{margin-top:.5rem}.section-heading{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.28em;color:var(--accent)}.section-subhead{margin:.55rem 0 0;color:var(--text-muted);font-size:.95rem}.section-title{margin:0;font-size:1.6rem;font-weight:600;color:var(--text-primary)}.link-list{margin:0;padding-left:1.3rem;display:grid;gap:1rem;color:var(--text-muted)}.link-list li{list-style:disc}.link-list a{font-weight:500;color:var(--accent-strong);text-decoration:underline}.link-list span{display:block;margin-top:.35rem;font-size:.95rem;color:var(--text-muted)}.page-header{display:flex;flex-direction:column;gap:.8rem}.page-header h1{margin:0;font-size:clamp(2.2rem,1.8rem + 2vw,3rem)}.page-header p{margin:0;color:var(--text-muted);max-width:60ch}.profile-image{display:flex;justify-content:center;margin:2rem 0}.profile-photo{border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid var(--border);transition:border-color .2s ease,transform .2s ease}.profile-photo:hover{border-color:var(--accent);transform:scale(1.02)}.divider{height:2px;margin:1em 0}.divider,.divider-notes{border:0;background:linear-gradient(90deg,transparent,#584e4e,transparent)}.divider-notes{height:1px;margin:1em}.prose{display:grid;gap:1.5rem;color:var(--text-muted);max-width:62ch;text-align:justify;text-justify:inter-word}.prose p{margin:0}.note-list{display:grid;gap:1.25rem}.note-card{border:1px solid var(--border);border-radius:1.2rem;padding:1.4rem;background:var(--card-surface);box-shadow:var(--panel-shadow);transition:transform .2s ease,border-color .2s ease}.note-card:focus-within,.note-card:hover{transform:translateY(-2px);border-color:hsla(46,45%,94%,.4)}.note-card h3{margin:0 0 .55rem;font-size:1.1rem;font-weight:500;color:var(--text-primary)}.note-card p{margin:0;color:var(--text-muted);font-size:.95rem}@media (max-width:780px){.app-shell{padding:2.5rem 1.6rem 4.5rem}.nav-shell{grid-column:1/-1;margin-bottom:2rem}.hero-title{font-size:clamp(2.3rem,7vw,3.2rem)}.map-shell{padding:1.8rem}}@media (max-width:540px){.nav-links{gap:.8rem;flex-direction:row;justify-content:center;flex-wrap:wrap}.bullet-list,.link-list{padding-left:1.1rem}}.notes-list{display:flex;flex-direction:column;gap:0}.note-item{border-bottom:1px solid var(--border-subtle)}.note-item:last-child{border-bottom:none;padding-bottom:0}.note-title{color:var(--accent-strong);font-size:1.3rem;font-weight:400;margin:0 0 .5rem;line-height:1.3}.note-date{color:var(--text-muted);font-size:.9rem}.note-link{text-decoration:none;color:inherit;display:block}.note-link:hover .note-title{color:var(--accent-strong)}.essay{max-width:65ch}.essay-header{margin-bottom:2rem}.essay-title{color:var(--accent-strong);font-size:1.8rem;font-weight:400;margin:0 0 .5rem;line-height:1.3}.essay-date{color:var(--text-muted);font-size:1rem}.essay-content{line-height:1.6;font-size:1.1rem}.essay-image{margin-bottom:2rem;width:60%}.essay-image img{width:60%;height:auto;border-radius:8px}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_fde359;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Sans_Fallback_fde359;src:local("Arial");ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.00%;size-adjust:101.17%}.__className_fde359{font-family:__IBM_Plex_Sans_fde359,__IBM_Plex_Sans_Fallback_fde359;font-style:normal}