*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #fafafa;--color-text: #1a1a1a;--color-text-secondary: #6b6b6b;--color-border: #e5e5e5;--color-link: #1a1a1a;--color-link-hover: #555;--color-tag-bg: #f0f0f0;--color-tag-text: #444;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-link);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-link-hover)}::selection{background-color:#1a1a1a;color:#fff}.container{max-width:680px;margin:0 auto;padding:4rem 1.5rem 3rem}.hero{display:flex;align-items:flex-start;gap:2rem;margin-bottom:4rem}.hero-photo{flex-shrink:0;width:120px;height:120px;border-radius:50%;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 15%}.photo-placeholder{width:100%;height:100%;background:#e5e5e5;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#999;letter-spacing:.05em}.hero-text{flex:1}.hero-text h1{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:.25rem}.subtitle{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:.75rem}.bio{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:1rem}.nav-links{display:flex;gap:1.25rem;flex-wrap:wrap}.nav-links a{font-size:.875rem;font-weight:500;padding-bottom:1px;border-bottom:1px solid var(--color-border);transition:border-color .2s ease,color .2s ease}.nav-links a:hover{border-color:var(--color-text)}.arrow{font-size:.75rem;opacity:.5;transition:opacity .2s}.nav-links a:hover .arrow{opacity:1}.section{margin-bottom:3.5rem}.section h2{font-size:1.5rem;font-weight:700;text-transform:none;letter-spacing:-.01em;color:var(--color-text);margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.section-dropdown{border-bottom:1px solid var(--color-border);padding-bottom:.2rem}.section-dropdown>summary{list-style:none;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;color:var(--color-text);padding-bottom:.6rem;margin-bottom:1rem;border-bottom:1px solid var(--color-border);cursor:pointer;display:flex;align-items:center;justify-content:space-between}.section-dropdown>summary::-webkit-details-marker{display:none}.section-dropdown>summary:after{content:"▾";font-size:.95rem;color:var(--color-text-secondary);transition:transform .2s ease}.section-dropdown[open]>summary:after{transform:rotate(0)}.section-dropdown:not([open])>summary:after{transform:rotate(-90deg)}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.project-card{width:100%;padding:1.25rem;border:1px solid var(--color-border);border-radius:8px;background:transparent;color:inherit;text-align:left;font:inherit;transition:border-color .2s ease}.project-card h3{font-size:.95rem;font-weight:600;margin-bottom:.35rem}.project-card--clickable{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.project-card--clickable:hover{border-color:#bbb;box-shadow:0 2px 8px #0000000f}.project-card>p{font-size:.825rem;color:var(--color-text-secondary);line-height:1.5;margin-bottom:.75rem}.project-card-hint{display:inline-block;margin-top:.7rem;font-size:.75rem;color:var(--color-text-secondary)}.skills-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.skill-chip{border:1px solid var(--color-border);border-radius:10px;padding:.55rem .5rem;display:flex;align-items:center;gap:.5rem;background:#fff}.skill-chip img{width:20px;height:20px;object-fit:contain}.skill-chip span{font-size:.82rem;font-weight:600}.tags{display:flex;flex-wrap:wrap;gap:.375rem}.tag{font-size:.7rem;font-weight:500;padding:.15rem .5rem;background:var(--color-tag-bg);color:var(--color-tag-text);border-radius:4px}.status-badge{font-size:.65rem;font-weight:500;padding:.1rem .45rem;margin-left:.5rem;background:var(--color-tag-bg);color:var(--color-text-secondary);border-radius:4px;vertical-align:middle;font-style:italic}.contact-cta{border:1px solid var(--color-border);border-radius:10px;padding:1rem 1.1rem;background:#fff}.contact-cta p{font-size:.88rem;color:var(--color-text-secondary);margin-bottom:.9rem}.contact-required-note{font-size:.78rem;margin-top:-.35rem;margin-bottom:.9rem}.required-star{color:#b42318;font-weight:700}.contact-form{display:flex;flex-direction:column;gap:.85rem}.contact-field{display:flex;flex-direction:column;gap:.35rem}.contact-field label{font-size:.78rem;font-weight:600}.contact-field input,.contact-field textarea{border:1px solid var(--color-border);border-radius:8px;background:#fff;color:var(--color-text);font:inherit;font-size:.86rem;padding:.55rem .65rem}.contact-field textarea{resize:vertical;min-height:110px}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:#bdbdbd}.contact-honeypot{display:none}.contact-form-footer{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center}.contact-submit{border:1px solid var(--color-text);border-radius:999px;background:var(--color-text);color:#fff;font:inherit;font-size:.82rem;font-weight:600;padding:.4rem .9rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.contact-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1a1a1a2e}.contact-submit:disabled{opacity:.7;cursor:wait;transform:none;box-shadow:none}.contact-submit--success{background:#1f8a3f;border-color:#1f8a3f;animation:contact-submit-pop .52s ease}.contact-feedback{font-size:.8rem}.contact-feedback--success{color:#217a3a;display:inline-flex;align-items:center;gap:.35rem;animation:contact-feedback-enter .52s ease both}.contact-feedback--success:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:50%;background:#e8f7ed;color:#1f8a3f;font-size:.72rem;font-weight:700;animation:contact-check-pop .52s ease both}.contact-feedback--error{color:#b42318;animation:contact-feedback-enter .38s ease both}@keyframes contact-submit-pop{0%{transform:scale(1)}40%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes contact-check-pop{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes contact-feedback-enter{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.modal-backdrop{position:fixed;inset:0;background:#10101080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:999}.project-modal{position:relative;width:min(680px,100%);max-height:88vh;overflow-y:auto;background:#fff;border-radius:12px;border:1px solid var(--color-border);box-shadow:0 10px 30px #0003;padding:1.2rem 1.2rem 1rem}.project-modal h3{font-size:1rem;font-weight:700;margin-bottom:.6rem;padding-right:2rem}.modal-close{position:absolute;right:.75rem;top:.55rem;border:none;background:transparent;color:var(--color-text-secondary);font-size:1.5rem;line-height:1;cursor:pointer}.modal-close:hover{color:var(--color-text)}.modal-overview{font-size:.88rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:.8rem}.modal-section{margin-top:.7rem}.modal-section h4{font-size:.82rem;margin-bottom:.15rem;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text)}.modal-section p{font-size:.86rem;color:var(--color-text-secondary)}.modal-links{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.65rem}.modal-links a{font-size:.82rem;font-weight:600;border-bottom:1px solid var(--color-border)}.spotify-link{display:inline-flex;align-items:center;vertical-align:middle;border-bottom:none!important}.spotify-icon{width:20px;height:20px;object-fit:contain;vertical-align:middle;opacity:.7;transition:opacity .2s}.spotify-link:hover .spotify-icon{opacity:1}.youtube-link{display:inline-flex;align-items:center;vertical-align:middle;border-bottom:none!important;color:red}.youtube-icon{width:22px;height:22px;opacity:.7;transition:opacity .2s}.youtube-link:hover .youtube-icon{opacity:1}.experience-list{display:flex;flex-direction:column;gap:1.5rem}.experience-item{padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.experience-item:last-child{border-bottom:none;padding-bottom:0}.exp-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.15rem}.exp-header h3{font-size:.95rem;font-weight:600}.education-school{font-size:1.12rem;font-weight:800;color:#7d1f2d}.exp-date{font-size:.8rem;color:var(--color-text-secondary);flex-shrink:0}.exp-role{font-size:.9rem;color:var(--color-text-secondary);font-style:italic;margin-bottom:.35rem}.experience-item>p:last-child{font-size:.85rem;color:var(--color-text-secondary);line-height:1.5}.exp-bullets{margin:.25rem 0 0;padding:0;list-style:none;font-size:.85rem;color:var(--color-text-secondary);line-height:1.6}.exp-bullets li{margin-bottom:.15rem;padding-left:1.25rem;text-indent:-1.25rem}.exp-bullets li:before{content:"— "}.education-highlights{margin-bottom:.6rem}.financial-program{font-size:.93rem;font-weight:600;color:var(--color-text)}.coursework-label{font-size:.84rem;font-weight:700;color:var(--color-text);margin:.2rem 0 .45rem}.coursework-grid{display:grid;grid-template-columns:1fr 1fr;gap:.2rem 1rem;margin:0;padding:0;list-style:none}.coursework-grid li{font-size:.84rem;color:var(--color-text-secondary);line-height:1.5;position:relative;padding-left:.8rem}.coursework-grid li:before{content:"•";position:absolute;left:0;top:0;color:var(--color-text-secondary)}.financial-stats{margin:.25rem 0 .1rem .2rem;padding:0;list-style:none}.financial-stats li{margin-bottom:.1rem;padding-left:.8rem;text-indent:0;position:relative}.financial-stats li:before{content:"•";position:absolute;left:0;color:var(--color-text-secondary)}.footer{margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--color-border);text-align:center}.footer p{font-size:.8rem;color:var(--color-text-secondary)}@media(max-width:600px){.container{padding:2.5rem 1.25rem 2rem}.hero{flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.nav-links{justify-content:center}.project-grid{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-modal{padding:1rem .95rem .9rem}.exp-header{flex-direction:column;gap:.1rem}.coursework-grid{grid-template-columns:1fr;gap:.12rem}}
