.layout{min-height:100vh;display:flex;flex-direction:column}.layout__header{position:sticky;top:0;z-index:100;height:var(--header-height);border-bottom:1px solid rgb(226 232 240 / 80%);background:rgb(255 255 255 / 82%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.layout__header-inner,.layout__footer-inner{width:100%;max-width:var(--content-width);margin:0 auto;padding:0 1.5rem}.layout__header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:100%}.layout__brand{font-family:var(--font-serif);font-weight:600;font-size:1.125rem;letter-spacing:-.01em;color:var(--color-text);transition:color var(--transition-fast)}.layout__brand:hover{color:var(--color-accent)}.layout__nav{display:flex;gap:.25rem}.layout__nav-link{position:relative;padding:.5rem .875rem;color:var(--color-text-muted);font-size:.925rem;font-weight:500;border-radius:var(--radius-sm);transition:color var(--transition-fast),background-color var(--transition-fast)}.layout__nav-link:hover{color:var(--color-text);background-color:var(--color-surface-muted)}.layout__nav-link--active{color:var(--color-accent);background-color:var(--color-accent-soft)}.layout__main{flex:1;width:100%;max-width:var(--content-width);margin:0 auto;padding:2.5rem 1.5rem 3.5rem}.layout__footer{border-top:1px solid var(--color-border);background:var(--color-surface)}.layout__footer-inner{padding:1.25rem 1.5rem;text-align:center}.layout__footer p{margin:0;color:var(--color-text-subtle);font-size:.875rem}@media (max-width: 600px){.layout__header-inner{flex-direction:column;align-items:flex-start;justify-content:center;padding-top:.75rem;padding-bottom:.75rem;height:auto}.layout__header{height:auto}.layout__nav{width:100%;overflow-x:auto}}.profile-photo{flex-shrink:0;border-radius:var(--radius-full);overflow:hidden;background:linear-gradient(145deg,var(--color-accent-soft),var(--color-bg-accent));border:3px solid var(--color-surface);box-shadow:var(--shadow-md)}.profile-photo--large{width:148px;height:148px}.profile-photo--medium{width:112px;height:112px}.profile-photo__image{display:block;width:100%;height:100%;object-fit:cover}.profile-photo__initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--font-serif);font-size:2rem;font-weight:600;color:var(--color-accent);-webkit-user-select:none;user-select:none}.profile-photo--medium .profile-photo__initials{font-size:1.5rem}@keyframes page-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.page{animation:page-enter var(--transition-base) both}.page__header{margin-bottom:2.5rem}.page__title{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:.75rem}.page__subtitle{color:var(--color-text-muted);max-width:55ch;font-size:1.05rem;margin-bottom:0}.page__section{margin-bottom:2.75rem}.page__section-title{font-size:1.125rem;font-family:var(--font-sans);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.text-link{color:var(--color-accent);font-weight:500;text-decoration:underline;text-decoration-color:#1d4ed859;text-underline-offset:3px;transition:color var(--transition-fast),text-decoration-color var(--transition-fast)}.text-link:hover{color:#1e40af;text-decoration-color:#1e40af8c}.home__hero{display:flex;align-items:center;gap:1.75rem;margin-bottom:2.5rem}.home__photo{animation:page-enter .5s ease both}.home__intro{animation:page-enter .5s 80ms ease both}.home__eyebrow{margin:0 0 .35rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent)}.home__title{font-size:clamp(1.85rem,4vw,2.5rem);margin:0}.home__summary{animation:page-enter .5s .16s ease both}.home__summary p{color:var(--color-text-muted);max-width:65ch;font-size:1.05rem}.home__summary p:last-child{margin-bottom:0}@media (max-width: 600px){.home__hero{flex-direction:column;align-items:flex-start;gap:1.25rem}}.projects__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.project-card{display:flex;gap:1.5rem;padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);animation:page-enter .45s ease both;transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base)}.project-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--color-border-strong)}.project-card__image{flex-shrink:0;width:96px;height:96px;border-radius:22%;object-fit:cover;box-shadow:var(--shadow-md);transition:transform var(--transition-base)}.project-card:hover .project-card__image{transform:scale(1.03)}.project-card__title{font-family:var(--font-sans);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.project-card__description{color:var(--color-text-muted);margin-bottom:1rem;line-height:1.55}.project-card__tech{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0 0 1rem;padding:0}.project-card__tech li{font-size:.75rem;font-weight:500;padding:.2rem .6rem;border-radius:var(--radius-full);background:var(--color-accent-soft);color:var(--color-accent)}.project-card__links{display:flex;flex-wrap:wrap;gap:.75rem}.project-card__link{display:inline-flex;align-items:center;gap:.35rem;font-size:.925rem;font-weight:500;color:var(--color-accent);transition:color var(--transition-fast)}.project-card__link:hover{color:#1e40af}.project-card__link-icon{font-size:.85em;transition:transform var(--transition-fast)}.project-card__link:hover .project-card__link-icon{transform:translate(1px,-1px)}@media (max-width: 600px){.project-card{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion: reduce){.project-card:hover,.project-card:hover .project-card__image,.project-card__link:hover .project-card__link-icon{transform:none}}.about__header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2.75rem}.about__photo{animation:page-enter .5s ease both}.about__intro{animation:page-enter .5s 80ms ease both}.about__summary{color:var(--color-text-muted);max-width:65ch;font-size:1.05rem;margin-bottom:0}.about__experience-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.about__experience-item{display:flex;gap:1rem;animation:page-enter .4s ease both}.about__experience-marker{position:relative;flex-shrink:0;width:12px;margin-top:.45rem}.about__experience-marker:before{content:"";display:block;width:10px;height:10px;border-radius:var(--radius-full);background:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-soft)}.about__experience-item:not(:last-child) .about__experience-marker:after{content:"";position:absolute;top:14px;left:4px;width:2px;height:calc(100% + 1.25rem);background:var(--color-border)}.about__experience-content{flex:1;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding-bottom:1.5rem}.about__job-title{font-family:var(--font-sans);font-size:1rem;font-weight:600;margin-bottom:.25rem}.about__company{margin:0;color:var(--color-text-muted);font-size:.95rem}.about__location{color:var(--color-text-subtle)}.about__dates{flex-shrink:0;padding:.25rem .65rem;border-radius:var(--radius-full);background:var(--color-surface-muted);border:1px solid var(--color-border);color:var(--color-text-muted);font-size:.825rem;font-weight:500;white-space:nowrap}.about__hobbies-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.25rem;align-items:start}.about__hobby-item{animation:page-enter .45s ease both}.about__hobby-item:nth-child(2n) .about__hobby-image,.about__hobby-item:nth-child(2n) .about__hobby-placeholder{transform:translateY(1.25rem)}.about__hobby-item--portrait .about__hobby-image{max-height:340px;width:auto;max-width:100%;margin-inline:auto}.about__hobby-image{display:block;width:100%;height:auto;border-radius:var(--radius-sm);transition:transform var(--transition-base)}.about__hobby-placeholder{min-height:200px;border-radius:var(--radius-sm);background:linear-gradient(160deg,var(--color-surface-muted) 0%,var(--color-bg-accent) 100%);border:1px dashed var(--color-border-strong)}@media (max-width: 768px){.about__hobbies-grid{grid-template-columns:1fr;gap:1rem}.about__hobby-item:nth-child(2n) .about__hobby-image,.about__hobby-item:nth-child(2n) .about__hobby-placeholder{transform:none}}@media (max-width: 600px){.about__header{flex-direction:column}.about__experience-content{flex-direction:column;gap:.5rem}}@media (prefers-reduced-motion: reduce){.about__hobby-item:nth-child(2n) .about__hobby-image,.about__hobby-item:nth-child(2n) .about__hobby-placeholder{transform:none}}:root{--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;--color-bg: #f4f6f9;--color-bg-accent: #e8eef5;--color-surface: #ffffff;--color-surface-muted: #f8fafc;--color-text: #1e293b;--color-text-muted: #64748b;--color-text-subtle: #94a3b8;--color-accent: #1d4ed8;--color-accent-soft: #dbeafe;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--shadow-sm: 0 1px 2px rgb(15 23 42 / 4%);--shadow-md: 0 4px 16px rgb(15 23 42 / 6%);--shadow-lg: 0 12px 32px rgb(15 23 42 / 8%);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 999px;--header-height: 4rem;--content-width: 960px;--transition-fast: .15s ease;--transition-base: .25s ease;font-family:var(--font-sans);line-height:1.6;font-weight:400;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(ellipse 80% 50% at 50% -20%,var(--color-bg-accent),transparent),var(--color-bg)}#root{min-height:100vh}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-serif);line-height:1.25;margin:0 0 .5rem;font-weight:600;letter-spacing:-.01em}p{margin:0 0 1rem}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
