:root{color-scheme:light;--bg: #fafbfc;--surface: #ffffff;--text: #0f1419;--text-muted: #5c6975;--accent: #1a5f4a;--accent-hover: #144a3a;--border: #e2e8f0;--focus: #2563eb;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(15, 20, 25, 0.06), 0 4px 12px rgba(15, 20, 25, 0.04);--font-sans: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--max: 72rem;--header-h: 4rem}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 0.75rem)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto;scroll-padding-top:calc(var(--header-h) + 0.75rem)}*{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}}body{margin:0;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:0.75rem;top:0.75rem;padding:0.5rem 1rem;background:var(--surface);color:var(--text);border-radius:var(--radius-sm);box-shadow:var(--shadow);z-index:100;transform:translateY(-200%);transition:transform 0.2s ease;text-decoration:none;font-weight:600}.skip-link:focus{transform:translateY(0);outline:2px solid var(--focus);outline-offset:2px}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb, var(--bg) 88%, transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.site-header__inner{max-width:var(--max);margin:0 auto;padding:0 1.25rem;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-logo{font-weight:700;font-size:1.05rem;color:var(--text);text-decoration:none;letter-spacing:-0.02em}.site-logo:focus-visible{outline:2px solid var(--focus);outline-offset:4px;border-radius:4px}.site-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.25rem 1.25rem}.site-nav a{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:0.95rem}.site-nav a:hover,.site-nav a[aria-current="page"]{color:var(--text)}.site-nav a:focus-visible{outline:2px solid var(--focus);outline-offset:4px;border-radius:4px}.nav-toggle{display:none;width:2.5rem;height:2.5rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;align-items:center;justify-content:center;padding:0}.nav-toggle:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.nav-toggle__bar{display:block;width:1.25rem;height:2px;background:var(--text);position:relative;border-radius:1px}.nav-toggle__bar::before,.nav-toggle__bar::after{content:"";position:absolute;left:0;width:100%;height:2px;background:var(--text);border-radius:1px}.nav-toggle__bar::before{top:-6px}.nav-toggle__bar::after{top:6px}@media (max-width: 52rem){.nav-toggle{display:flex}.site-nav{position:absolute;left:0;right:0;top:var(--header-h);background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 1.25rem 1.25rem;box-shadow:var(--shadow);display:none}.site-nav.is-open{display:block}.site-nav__list{flex-direction:column;gap:0.5rem}.site-nav a{display:block;padding:0.5rem 0;font-size:1rem}}.section{max-width:var(--max);margin:0 auto;padding:4rem 1.25rem}#about.section{box-sizing:border-box;min-height:calc(100svh - var(--header-h));display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:clamp(5rem, 16vh, 10rem)}.section--tight{padding-top:2.5rem}.section__label{font-family:var(--font-mono);font-size:0.75rem;font-weight:500;text-transform:uppercase;letter-spacing:0.12em;color:var(--text-muted);margin:0 0 0.75rem}.section__title{font-size:clamp(1.75rem, 4vw, 2.35rem);font-weight:700;letter-spacing:-0.03em;margin:0 0 1rem;line-height:1.15}.section__intro{max-width:38rem;color:var(--text-muted);margin:0 0 2rem}.hero--splash.section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:stretch;min-height:calc(100vh - var(--header-h));min-height:calc(100svh - var(--header-h));padding-top:clamp(1rem, 4vh, 2rem);padding-bottom:clamp(3rem, 8vh, 4.5rem);box-sizing:border-box}.hero__shell{display:flex;flex-direction:column;justify-content:center;flex:1;width:100%;min-height:0}.hero__main{display:flex;flex-direction:column;justify-content:center;max-width:min(48rem, 100%)}.hero__eyebrow{font-family:var(--font-mono);font-size:0.8rem;color:var(--accent);font-weight:600;margin:0 0 1rem;letter-spacing:0.06em}.hero__title{margin:0 0 1.25rem;font-weight:inherit;font-size:inherit;line-height:inherit}.hero__name{display:block;font-size:clamp(2.85rem, 11vw, 5.75rem);font-weight:800;letter-spacing:-0.045em;line-height:0.98;color:var(--text)}.hero__name-visual{display:inline-block;min-height:1em;opacity:0;transition:opacity 0.25s ease}.hero__name-visual.hero__name-visual--visible{opacity:1}.hero__name-type{white-space:pre}.hero__name-caret{display:inline-block;width:0.07em;min-width:2px;height:0.82em;margin-left:0.04em;vertical-align:-0.06em;background:var(--accent);animation:hero-caret-blink 1s steps(1, end) infinite}@keyframes hero-caret-blink{0%,
  49%{opacity:1}50%,
  100%{opacity:0}}@media (prefers-reduced-motion: reduce){.hero__name-visual{opacity:1}.hero__name-caret{animation:none;opacity:0.85}}.hero__tagline{display:block;margin-top:0.85rem;font-size:clamp(1.05rem, 2.6vw, 1.55rem);font-weight:600;letter-spacing:-0.025em;line-height:1.35;color:var(--text-muted);max-width:20em}.hero__lead{font-size:clamp(1rem, 2.2vw, 1.12rem);color:var(--text-muted);margin:0 0 1.5rem;max-width:36rem;line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:0.75rem;margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.65rem 1.15rem;font-family:inherit;font-size:0.95rem;font-weight:600;border-radius:var(--radius-sm);text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background 0.15s ease, color 0.15s ease, border-color 0.15s ease}.btn:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.btn--primary{background:var(--accent);color:var(--bg)}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn--ghost:hover{border-color:var(--text-muted)}.hero__meta{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.75rem 1.25rem;font-size:0.9rem}.hero__meta a{color:var(--text-muted);text-decoration:none;border-bottom:1px solid transparent}.hero__meta a:hover{color:var(--accent);border-bottom-color:var(--accent)}.hero__meta a:focus-visible{outline:2px solid var(--focus);outline-offset:4px;border-radius:2px}.hero__hint{position:absolute;left:50%;bottom:clamp(0.85rem, 3vh, 1.75rem);transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:0.5rem;margin:0;padding:0;font-family:var(--font-mono);font-size:0.68rem;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--text-muted);opacity:0.75;pointer-events:none}.hero__hint-line{width:1px;height:2rem;background:linear-gradient(to bottom, transparent, var(--border), var(--text-muted));border-radius:1px;animation:hero-hint-nudge 2.2s ease-in-out infinite}.hero__hint-text{font-size:0.65rem}@keyframes hero-hint-nudge{0%,
  100%{transform:translateY(0);opacity:0.5}50%{transform:translateY(6px);opacity:1}}@media (prefers-reduced-motion: reduce){.hero__hint-line{animation:none;opacity:0.6}}.timeline{display:flex;flex-direction:column;gap:2rem}.timeline__item{padding-left:1.25rem;border-left:2px solid var(--border);margin-left:0.35rem}.timeline__item-head{display:flex;align-items:center;gap:0.85rem;margin:0 0 0.25rem}.timeline__logo-cell{flex-shrink:0;width:3.25rem;height:2.75rem;display:flex;align-items:center;justify-content:center}.timeline__logo{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.timeline__item-head h3{margin:0;font-size:1.15rem;font-weight:600;line-height:1.3}.timeline__role{margin:0 0 0.35rem;color:var(--text-muted);font-size:0.95rem}.timeline__dates{font-family:var(--font-mono);font-size:0.8rem;color:var(--accent);margin:0 0 0.75rem}.timeline__item ul{margin:0;padding-left:1.1rem;color:var(--text-muted);font-size:0.95rem}.timeline__item li+li{margin-top:0.35rem}.timeline__item--reveal{opacity:0;transform:translateY(1.1rem);transition:opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);transition-delay:var(--reveal-delay, 0s);will-change:opacity, transform}.timeline__item--reveal.is-visible{opacity:1;transform:translateY(0);will-change:auto}.timeline__item--reveal:nth-child(1){--reveal-delay: 0s}.timeline__item--reveal:nth-child(2){--reveal-delay: .05s}.timeline__item--reveal:nth-child(3){--reveal-delay: .1s}.timeline__item--reveal:nth-child(4){--reveal-delay: .15s}.timeline__item--reveal:nth-child(5){--reveal-delay: .2s}.timeline__item--reveal:nth-child(6){--reveal-delay: .25s}.timeline__item--reveal:nth-child(7){--reveal-delay: .3s}.timeline__item--reveal:nth-child(8){--reveal-delay: .35s}.timeline__item--reveal:nth-child(9){--reveal-delay: .4s}.timeline__item--reveal:nth-child(10){--reveal-delay: .45s}.timeline__item--reveal:nth-child(11){--reveal-delay: .5s}.timeline__item--reveal:nth-child(12){--reveal-delay: .55s}@media (prefers-reduced-motion: reduce){.timeline__item--reveal{opacity:1;transform:none;transition:none;--reveal-delay: 0s !important;will-change:auto}}.credentials{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--border)}.credentials__heading{margin:0 0 1.5rem;font-size:clamp(1.2rem, 2.5vw, 1.45rem);font-weight:700;letter-spacing:-0.02em}.credentials__grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 52rem){.credentials__grid{grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.credentials-panel--certs{grid-column:1 / -1}}.credentials-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.35rem 1.4rem 1.5rem;box-shadow:var(--shadow)}.credentials-panel__title{margin:0 0 1.1rem;font-family:var(--font-mono);font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:0.14em;color:var(--text-muted)}.award-list,.edu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.award-list__item,.edu-list__item{display:grid;grid-template-columns:3.25rem 1fr;gap:0.85rem 1rem;align-items:start;padding:0.85rem 0;border-bottom:1px solid var(--border)}.award-list__item:first-child,.edu-list__item:first-child{padding-top:0}.award-list__item:last-child,.edu-list__item:last-child{border-bottom:none;padding-bottom:0}.award-list__year,.edu-list__period{font-family:var(--font-mono);font-size:0.72rem;font-weight:600;line-height:1.35;color:var(--accent);padding-top:0.2rem}.edu-list__period{font-size:0.68rem;line-height:1.45}.award-list__body,.edu-list__body{display:flex;flex-direction:column;gap:0.2rem;min-width:0}.award-list__name,.edu-list__degree{font-weight:600;font-size:0.98rem;line-height:1.35;color:var(--text)}.award-list__where,.edu-list__school{font-size:0.88rem;color:var(--text-muted);line-height:1.45}.edu-list__detail{font-family:var(--font-mono);font-size:0.78rem;color:var(--text-muted);margin-top:0.15rem}@media (max-width: 30rem){.award-list__item,.edu-list__item{grid-template-columns:1fr;gap:0.35rem}.award-list__year,.edu-list__period{padding-top:0}}.grid-cards{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill, minmax(17rem, 1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:0.5rem}.card h3{margin:0;font-size:1rem;font-weight:600}.card p{margin:0;font-size:0.9rem;color:var(--text-muted);flex:1}.card__link{font-weight:600;font-size:0.9rem;color:var(--accent);text-decoration:none;margin-top:0.25rem}.card__link:hover{text-decoration:underline}.card__link:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:2px}.projects-panel{margin-top:4rem;margin-bottom:0.25rem}.projects-panel__title{margin:0 0 0.5rem;font-size:clamp(1.12rem, 2.2vw, 1.38rem);font-weight:700;letter-spacing:-0.02em;line-height:1.25;color:var(--text)}.projects-panel__lead{margin:0 0 1.65rem;max-width:38rem;font-size:0.94rem;line-height:1.55;color:var(--text-muted)}.projects-grid{list-style:none;margin:0;padding:0;display:grid;gap:1.1rem;grid-template-columns:1fr}@media (min-width: 52rem){.projects-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.2rem 1.35rem}}.project-card{margin:0}.project-card__link{display:flex;flex-direction:column;align-items:flex-start;gap:0.4rem;height:100%;min-height:100%;padding:1.1rem 1.2rem 1.15rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;color:inherit;box-shadow:0 1px 0 color-mix(in srgb, var(--border) 70%, transparent);transition:border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease}.project-card__link:hover{border-color:color-mix(in srgb, var(--accent) 32%, var(--border));box-shadow:var(--shadow);transform:translateY(-1px)}.project-card__link:focus-visible{outline:2px solid var(--focus);outline-offset:2px}@media (prefers-reduced-motion: reduce){.project-card__link{transition:border-color 0.15s ease, box-shadow 0.15s ease}.project-card__link:hover{transform:none}}.project-card__repo{font-family:var(--font-mono);font-size:0.68rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--accent);line-height:1.35}.project-card__name{font-size:1.02rem;font-weight:600;letter-spacing:-0.02em;line-height:1.3;color:var(--text)}.project-card__desc{font-size:0.875rem;line-height:1.52;color:var(--text-muted);flex:1}.project-card__cta{margin-top:0.15rem;font-size:0.82rem;font-weight:600;color:var(--accent)}.project-card__link:hover .project-card__cta{text-decoration:underline}.post-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.35rem;box-shadow:var(--shadow);display:block;text-decoration:none;color:inherit;transition:border-color 0.15s ease, box-shadow 0.15s ease}.post-card:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border))}.post-card:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.post-card__date{font-family:var(--font-mono);font-size:0.78rem;color:var(--text-muted);margin:0 0 0.35rem}.post-card__title{margin:0 0 0.35rem;font-size:1.05rem;font-weight:600}.post-card__excerpt{margin:0;font-size:0.92rem;color:var(--text-muted)}.post-card__tags{margin-top:0.65rem;display:flex;flex-wrap:wrap;gap:0.35rem}.tag{font-family:var(--font-mono);font-size:0.7rem;padding:0.2rem 0.45rem;border-radius:4px;background:color-mix(in srgb, var(--accent) 12%, var(--surface));color:var(--text)}.filters{display:flex;flex-direction:column;gap:0.85rem;margin-bottom:1.25rem}.filters__quick{display:flex;flex-wrap:wrap;gap:0.4rem;align-items:center}.chip{font-family:inherit;font-size:0.8rem;font-weight:500;padding:0.35rem 0.75rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;line-height:1.2}.chip:hover{border-color:var(--text-muted)}.chip[aria-pressed="true"]{background:color-mix(in srgb, var(--accent) 16%, var(--surface));border-color:var(--accent);color:var(--text)}.chip:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.filters__search{width:100%;max-width:22rem;padding:0.6rem 0.85rem;font-family:inherit;font-size:0.95rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text)}.filters__search:focus{outline:2px solid var(--focus);outline-offset:1px}.pagination{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:center;margin-top:2rem;font-size:0.9rem}.pagination a,.pagination span{padding:0.4rem 0.75rem;border-radius:var(--radius-sm);text-decoration:none;color:var(--text);border:1px solid var(--border)}.pagination a:hover{border-color:var(--accent);color:var(--accent)}.pagination .current{background:var(--accent);color:var(--bg);border-color:var(--accent);font-weight:600}.contact-list{list-style:none;margin:0;padding:0}.contact-list__item+.contact-list__item{margin-top:0.85rem}.contact-list__link{display:flex;align-items:flex-start;gap:0.9rem;color:var(--accent);text-decoration:none;word-break:break-word}.contact-list__link:hover{text-decoration:underline}.contact-list__link:hover .contact-list__icon,.contact-list__link:focus-visible .contact-list__icon{color:var(--accent)}.contact-list__link:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:var(--radius-sm)}.contact-list__icon{flex:0 0 1.5rem;width:1.5rem;height:1.5rem;margin-top:0.18em;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.contact-list__svg{width:100%;height:100%;display:block}.contact-list__text{flex:1;min-width:0;line-height:1.5}.site-footer{border-top:1px solid var(--border);margin-top:2rem;padding:0 0 3rem}.site-footer__dharma{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface) 65%, var(--bg));padding:1.75rem 1.25rem 1.85rem;margin-bottom:1.75rem}.site-footer__dharma-inner{max-width:var(--max);margin:0 auto}.dharma-week__eyebrow{margin:0 0 0.65rem;font-family:var(--font-mono);font-size:0.68rem;font-weight:600;text-transform:uppercase;letter-spacing:0.16em;color:var(--text-muted)}.dharma-week__quote{margin:0;padding:0;border:none}.dharma-week__source{margin:0 0 0.5rem;font-size:1.02rem;font-weight:600;letter-spacing:-0.02em;line-height:1.45;color:var(--text);font-style:italic}.dharma-week__gloss{margin:0;font-size:0.92rem;line-height:1.55;color:var(--text-muted);max-width:40rem}.dharma-week__gloss:empty,.dharma-week__ref:empty{display:none}.dharma-week__ref{margin:0.75rem 0 0;font-family:var(--font-mono);font-size:0.72rem;color:var(--accent);opacity:0.9}.site-footer__inner{max-width:var(--max);margin:0 auto;padding:0 1.25rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.site-footer__copy{margin:0;font-size:0.85rem;color:var(--text-muted)}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;gap:1.25rem}.site-footer__links a{color:var(--text-muted);text-decoration:none;font-size:0.9rem}.site-footer__links a:hover{color:var(--accent)}.text-link{color:var(--accent);font-weight:600;text-decoration:none}.text-link:hover{text-decoration:underline}.text-link:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:2px}.post{max-width:44rem;margin:0 auto;padding:2.5rem 1.25rem 4rem}.post__header{margin-bottom:2rem}.post__meta{font-size:0.9rem;color:var(--text-muted);margin:0 0 0.5rem}.post__title{font-size:clamp(1.75rem, 4vw, 2.25rem);margin:0 0 0.75rem;letter-spacing:-0.03em;line-height:1.15}.post__lede{font-size:1.1rem;color:var(--text-muted);margin:0 0 1rem}.post__tags{display:flex;flex-wrap:wrap;gap:0.35rem}.post__content{font-size:1.05rem;line-height:1.65}.post__content h2,.post__content h3{margin-top:2rem;margin-bottom:0.75rem}.post__content h4{margin-top:1.5rem;margin-bottom:0.5rem;font-size:1.05rem;font-weight:600}.post__content p{margin:0 0 1.1rem}.post__content p:last-child{margin-bottom:0}.post__content figure{margin:1.75rem auto;padding:0;max-width:100%;text-align:center}.post__content figure img{display:block;width:auto;max-width:100%;height:auto;margin:0 auto;border-radius:var(--radius-sm)}.post__content>img,.post__content p>img{display:block;max-width:100%;height:auto;width:auto;margin:1.25rem auto;border-radius:var(--radius-sm)}.post__content figcaption{margin:0.7rem auto 0;max-width:36rem;padding:0 0.35rem;font-size:0.86rem;line-height:1.5;color:var(--text-muted);text-align:center}.post__content figcaption a{color:var(--accent);text-decoration:none}.post__content figcaption a:hover{text-decoration:underline}.post__content blockquote{margin:1.25rem 0;padding:0.5rem 0 0.5rem 1rem;border-left:3px solid color-mix(in srgb, var(--accent) 45%, var(--border));color:var(--text-muted);font-style:italic}.post__content blockquote p{margin:0}.post__content blockquote p+p{margin-top:0.65rem}.post__content pre,.post__content code{font-family:var(--font-mono);font-size:0.9em}.post__content pre{padding:1rem;border-radius:var(--radius-sm);overflow-x:auto;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 90%, var(--border))}.post__content code{padding:0.15em 0.35em;border-radius:4px;background:color-mix(in srgb, var(--surface) 85%, var(--border))}.post__content pre code{padding:0;background:none}.post__footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border)}.writing-page .section{padding-top:2rem}.error-page{min-height:50vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem}.error-page h1{margin:0;font-size:2rem}.error-page p{margin:0;color:var(--text-muted);max-width:28rem}
