:root{--background:#f4efe4;--card:#ede8dc;--muted:#e2ddd1;--foreground:#111;--primary:#c41e1e;--green:#1a5c35;--muted-foreground:#555;--border:#11111126;--line:#1111111a;--max-width:64rem;--page-padding:1.5rem;--nav-height:56px}*{box-sizing:border-box;border-radius:0}html,body{background:var(--background);min-height:100vh;color:var(--foreground);margin:0;padding:0;font-family:DM Sans,Segoe UI,Roboto,Arial,sans-serif;font-size:1rem;line-height:1.7}body{flex-direction:column;display:flex}a{color:inherit;text-decoration:none}.page-wrap{max-width:var(--max-width);width:100%;padding:0 var(--page-padding);margin:0 auto}.site-header{z-index:50;background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0}.nav-container{max-width:var(--max-width);width:100%;height:var(--nav-height);padding:0 .25rem 0 var(--page-padding);align-items:center;margin:0 auto;display:flex}.nav-brand{text-transform:uppercase;letter-spacing:.15em;color:var(--foreground);margin-right:auto;font-size:.75rem;transition:color .2s}.nav-brand:hover{color:var(--primary)}.nav-center{justify-content:flex-end;align-items:center;gap:.25rem;margin-left:auto;display:flex}.nav-link{color:var(--foreground);border-radius:.125rem;padding:.375rem 1rem;font-size:.875rem;transition:background .2s,color .2s;display:inline-block}.nav-link:hover{background:var(--muted)}.nav-link-active{background:var(--foreground);color:var(--background)}.nav-link-active:hover{background:var(--foreground)}.main-content{flex:1;width:100%}.section-stack{max-width:var(--max-width);padding:5rem var(--page-padding);flex-direction:column;gap:5rem;margin:0 auto;display:flex}.section-stack-tight{max-width:var(--max-width);padding:4rem var(--page-padding);flex-direction:column;gap:3rem;margin:0 auto;display:flex}.hero{flex-direction:column;gap:1.5rem;display:flex}.hero-title{--bar-width:max(.28rem, .07em);--bar-height:.73em;letter-spacing:-.01em;text-transform:uppercase;white-space:nowrap;color:var(--foreground);margin:0;font-family:Anton,DM Sans,sans-serif;font-size:clamp(2rem,9vw,7rem);font-weight:400;line-height:1}.hero-bar,.type-cursor{width:var(--bar-width);height:var(--bar-height);background:var(--primary);vertical-align:baseline;height:1cap;display:inline-block}.hero-bar{margin-right:.16em}.type-cursor{margin-left:.05em}.type-cursor-blink{animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-subtitle{max-width:36rem;color:var(--muted-foreground);margin:0;font-size:1.05rem;line-height:1.7}.link-section{flex-direction:column;gap:1rem;display:flex}.link-label{text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground);font-size:.75rem}.link-cards{flex-direction:column;gap:1rem;display:flex}.link-card{border:1px solid var(--border);background:var(--card);flex:13rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:border-color .2s,transform .2s;display:flex}.link-card:hover{border-color:var(--foreground);transform:translateY(-2px)}.link-card-icon{flex-shrink:0;display:flex}.link-card-icon-resume{color:var(--primary)}.link-card-icon-github{color:var(--foreground)}.link-card-icon-linkedin{color:var(--green)}.link-card-icon-email{color:var(--primary)}.link-card-label{color:var(--foreground);font-size:1rem;font-weight:600}.link-card-arrow{color:var(--muted-foreground);margin-left:auto;transition:color .2s;display:flex}.link-card:hover .link-card-arrow{color:var(--foreground)}.page-heading{flex-direction:column;gap:.75rem;width:fit-content;display:flex}.page-title{text-transform:uppercase;color:var(--foreground);margin:0;font-family:Anton,DM Sans,sans-serif;font-size:2.8rem;font-weight:400;line-height:1}.heading-underline{height:.125rem}.heading-underline-red{background:var(--primary)}.heading-underline-green{background:var(--green)}.heading-underline-black{background:var(--foreground)}.page-description{max-width:60ch;color:var(--muted-foreground);margin:0;font-size:1.05rem}.timeline{flex-direction:column;display:flex}.experience-row{border-bottom:1px solid var(--border);padding:2.5rem 0;transition:background .2s;display:flex}.experience-row:hover{background:#e2ddd166}.experience-content{flex-direction:column;flex:1;gap:.75rem;display:flex}.experience-top{flex-direction:column;gap:.5rem;display:flex}.experience-heading{align-items:center;gap:.875rem;min-width:0;display:flex}.experience-logo{object-fit:contain;flex-shrink:0;width:auto;height:2.75rem}.experience-role{color:var(--foreground);font-size:1.1rem;font-weight:600}.experience-company{color:var(--primary);font-weight:500}.experience-meta{color:var(--muted-foreground);font-size:.875rem}.experience-desc{color:var(--muted-foreground);margin:0;font-size:1rem;line-height:1.7}.tag-row{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.projects-grid{background:var(--border);grid-template-columns:1fr;gap:1px;display:grid}.project-card{background:var(--background);flex-direction:column;gap:1rem;padding:2rem 0;transition:background .2s;display:flex}.project-card:hover{background:var(--card)}.project-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-accent{flex-shrink:0;width:.25rem;height:2rem;margin-top:.125rem}.project-accent-red{background:var(--primary)}.project-accent-green{background:var(--green)}.project-accent-black{background:var(--foreground)}.project-title{color:var(--foreground);flex:1;margin:0;font-size:1.15rem;font-weight:700}.project-icons{flex-shrink:0;gap:.75rem;display:flex}.project-icon{color:var(--muted-foreground);transition:color .15s;display:flex}.project-icon:hover{color:var(--foreground)}.project-desc{color:var(--muted-foreground);flex:1;margin:0;font-size:1rem;line-height:1.7}.tag-muted{text-transform:uppercase;letter-spacing:.07em;border:1px solid var(--border);color:var(--muted-foreground);padding:.125rem .5rem;font-size:.75rem}.about-grid{grid-template-columns:1fr;gap:3rem;display:grid}.about-bio{flex-direction:column;gap:1.25rem;display:flex}.about-photos{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.about-photo{aspect-ratio:3/4;object-fit:cover;border:1px solid var(--border);width:100%;height:auto}.about-lead{color:var(--foreground);margin:0;font-size:1.1rem;line-height:1.8}.about-bio p{color:var(--muted-foreground);margin:0;font-size:1rem;line-height:1.8}.about-quote{border-left:2px solid var(--primary);margin:.5rem 0 0;padding-left:1.25rem}.about-quote-text{color:var(--foreground);margin:0;font-style:italic;line-height:1.7}.about-quote-attr{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.875rem}.about-side{flex-direction:column;gap:1.25rem;display:flex}.side-label{text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground);font-size:.75rem}.skill-group{flex-direction:column;gap:.5rem;display:flex}.skill-category{color:var(--foreground);font-size:.875rem;font-weight:600}.chip-row{grid-template-columns:repeat(auto-fill,minmax(7rem,1fr));gap:.5rem;display:grid}.chip{text-align:center;text-transform:uppercase;letter-spacing:.07em;background:var(--muted);color:var(--foreground);justify-content:center;align-items:center;padding:.35rem .5rem;font-size:.75rem;display:flex}.education-block{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:1.25rem;display:flex}.education-institution{color:var(--foreground);font-weight:600}.education-detail{color:var(--muted-foreground);font-size:.875rem}.site-footer{border-top:1px solid var(--border);text-align:center;letter-spacing:.05em;color:var(--muted-foreground);padding:1.5rem;font-size:.75rem}@media (min-width:640px){.link-cards{flex-flow:wrap}.experience-top{flex-direction:row;justify-content:space-between;gap:1rem}.experience-meta{text-align:right;flex-shrink:0}.projects-grid{grid-template-columns:1fr 1fr}.project-card{padding-right:2rem}.project-card:nth-child(2n){padding-left:2rem;padding-right:0}}@media (min-width:768px){.about-grid{grid-template-columns:repeat(5,1fr)}.about-bio{grid-column:span 3}.about-side{grid-column:span 2}}@media (max-width:639px){.nav-brand{font-size:.7rem}.nav-center{gap:0}.nav-link{padding:.375rem .6rem;font-size:.8rem}}
