.btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:.6rem 1.15rem;border-radius:999px;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid transparent;background:var(--color-accent);color:var(--color-bg);cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}[data-theme=light] .btn{color:#fff}[data-theme=light] .btn--ghost{color:var(--color-text)}.btn:hover{background:var(--color-accent-hover);color:var(--color-bg);box-shadow:0 8px 24px #2d6a4f40}[data-theme=dark] .btn:hover{box-shadow:0 8px 28px #00000059}.btn--ghost{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border-strong)}.btn--ghost:hover{background:var(--color-surface-strong);color:var(--color-accent)}.btn:focus-visible{outline:none}.hero{padding-block:clamp(2.75rem,8vw,5rem)}.hero__inner{display:grid;gap:clamp(1.5rem,4vw,2.5rem);align-items:center}.hero__content{min-width:0}.hero__media{display:none;width:280px;height:280px;aspect-ratio:1;border-radius:50%;border:1px solid var(--color-border);box-shadow:0 16px 48px -24px #00000073;overflow:hidden}.hero__photo{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.8) translateY(-25px) translate(3px)}@media(min-width:768px){.hero__inner{grid-template-columns:minmax(0,1fr) auto;gap:clamp(2rem,5vw,3.5rem)}.hero__media{display:block}}.hero__name{margin:0 0 .35rem;font-family:Editorial,Georgia,serif;font-size:clamp(2.4rem,7vw,3.75rem);font-style:italic;font-weight:400;letter-spacing:-.03em;line-height:1.05}.hero__role{margin:0 0 1rem;font-size:clamp(1.1rem,3vw,1.4rem);font-weight:400;font-family:Geist Mono,ui-monospace,monospace;letter-spacing:-.02em;color:var(--color-text-muted)}.hero__lede{margin:0 0 1.5rem;max-width:42ch;font-size:1.125rem;color:var(--color-text-muted)}.projects-grid{display:flex;flex-direction:column;gap:1.5rem}.project-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.project-card__title-row{display:flex;align-items:center;gap:.5rem;min-width:0}.project-card__title{margin:0;font-size:1.05rem;font-weight:650;letter-spacing:-.02em;line-height:1.25}.project-card__actions{display:flex;align-items:center;gap:.2rem;flex-shrink:0}.project-card__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.45rem;color:var(--color-text-muted);transition:color .15s ease,background-color .15s ease}.project-card__icon-btn:hover{color:var(--color-accent);background:var(--color-surface-strong)}.project-card__desc{margin:0 0 .75rem;font-size:.95rem;color:var(--color-text-muted);line-height:1.55}.project-card__tags{margin:0;font-size:.82rem;letter-spacing:.02em;color:var(--color-text-muted);opacity:.9}.experience-list{display:flex;flex-direction:column;gap:1rem}.experience-card__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.65rem}.experience-card__role{margin:0;font-size:1.02rem;font-weight:650}.experience-card__company{margin:.15rem 0 0;font-size:.95rem;color:var(--color-text-muted)}.experience-card__period{margin:0;font-size:.88rem;color:var(--color-text-muted);white-space:nowrap}.experience-card__list{margin:0;padding-left:1.15rem;color:var(--color-text-muted);font-size:.95rem;line-height:1.55}.experience-card__list li{margin-bottom:.35rem}.experience-card__list li:last-child{margin-bottom:0}.toolkit-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}.toolkit-card__title{margin:0 0 .65rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.toolkit-card__list{margin:0;display:flex;flex-wrap:wrap;gap:.45rem}.toolkit-chip{display:inline-block;padding:.28rem .6rem;border-radius:999px;font-size:.82rem;background:var(--color-surface-strong);border:1px solid var(--color-border);color:var(--color-text)}.blog-preview{display:flex;flex-direction:column;gap:1rem}.blog-preview__card .blog-card__meta{margin:0 0 .5rem;font-size:.82rem;color:var(--color-text-muted)}.blog-preview__card h3{margin:0 0 .45rem;font-size:1.05rem}.blog-preview__card p{margin:0 0 .85rem;font-size:.95rem;color:var(--color-text-muted);line-height:1.5}.section-footer-link{margin-top:.25rem;font-weight:600;font-size:.95rem}.section-footer-link a{display:flex;align-items:center;gap:.2rem}.blog-card__actions{margin-top:auto}
