:root{--background:#08111f;--surface:#111c2e;--surface-light:#17263d;--text:#f8fafc;--muted-text:#b8c4d6;--accent:#38bdf8;--accent-hover:#7dd3fc;--border:#2b3a50;--maximum-width:1150px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit}img{max-width:100%;display:block}.container{width:min(92%, var(--maximum-width));margin-inline:auto}.site-header{z-index:100;border-bottom:1px solid var(--border);backdrop-filter:blur(12px);background:#08111ff2;position:sticky;top:0}.navigation{justify-content:space-between;align-items:center;min-height:72px;display:flex}.logo{font-size:1.2rem;font-weight:700;text-decoration:none}.navigation-links{align-items:center;gap:1.4rem;display:flex}.navigation-links a{color:var(--muted-text);text-decoration:none}.navigation-links a:hover{color:var(--accent)}.resume-link{border:1px solid var(--accent);border-radius:.35rem;padding:.45rem .85rem;color:var(--accent)!important}.hero{align-items:center;min-height:75vh;padding-block:6rem;display:flex}.hero-content{max-width:900px}.eyebrow{color:var(--accent);letter-spacing:.12rem;text-transform:uppercase;margin-bottom:.8rem;font-size:.85rem;font-weight:700}h1,h2,h3{margin-top:0;line-height:1.2}h1{margin-bottom:1.5rem;font-size:clamp(2.7rem,7vw,5rem)}h2{font-size:clamp(2rem,5vw,3rem)}h3{font-size:1.35rem}.hero-description,.section-description,.project-card p,.page-content p{color:var(--muted-text)}.hero-description{max-width:750px;font-size:1.2rem}.button-row{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.button{border:1px solid var(--accent);border-radius:.4rem;padding:.8rem 1.2rem;font-weight:700;text-decoration:none;display:inline-block}.primary-button{background:var(--accent);color:#07111f}.primary-button:hover{background:var(--accent-hover)}.secondary-button{color:var(--accent)}.construction-notice{border:1px solid var(--accent);max-width:760px;color:var(--muted-text);background:#38bdf814;border-radius:.6rem;margin-bottom:2rem;padding:1rem 1.25rem}.construction-notice strong{color:var(--accent)}.section{padding-block:6rem}.section-heading{max-width:750px;margin-bottom:3rem}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.project-card{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;transition:transform .2s,border-color .2s;overflow:hidden}.project-card:hover{border-color:var(--accent);transform:translateY(-5px)}.project-card-image{object-fit:cover;background:var(--surface-light);width:100%;height:240px}.project-card-content{padding:1.75rem}.technology-list{flex-wrap:wrap;gap:.5rem;padding:0;list-style:none;display:flex}.technology-list li{border:1px solid var(--border);color:var(--muted-text);border-radius:999px;padding:.3rem .65rem;font-size:.8rem}.project-link{color:var(--accent);margin-top:1rem;font-weight:700;text-decoration:none;display:inline-block}.page-header{padding-top:6rem;padding-bottom:2rem}.page-content{max-width:850px;padding-bottom:6rem}.page-content section{margin-top:3rem}.page-content li{color:var(--muted-text);margin-bottom:.55rem}.site-footer{border-top:1px solid var(--border);color:var(--muted-text);padding-block:2rem}.footer-content{justify-content:space-between;gap:2rem;display:flex}.footer-links{gap:1.25rem;display:flex}.footer-links a{color:var(--accent)}@media (width<=800px){.navigation{flex-direction:column;align-items:flex-start;gap:.8rem;padding-block:1rem}.navigation-links{flex-wrap:wrap;gap:.8rem 1rem}.project-grid{grid-template-columns:1fr}.footer-content{flex-direction:column}}@media (width<=500px){h1{font-size:2.5rem}.button{text-align:center;width:100%}}.project-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;min-height:72vh;padding-block:6rem;display:grid}.project-hero-content{max-width:780px}.project-hero-image{border:1px solid var(--border);object-fit:contain;background:var(--surface);border-radius:.8rem;width:100%;min-height:420px;margin-top:2rem}.project-technologies{margin-top:2rem}.project-technologies span{border:1px solid var(--border);color:var(--muted-text);border-radius:999px;padding:.4rem .75rem;font-size:.85rem}.project-facts-section{border-block:1px solid var(--border);background:var(--surface)}.project-facts-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.project-fact{border-right:1px solid var(--border);padding:2rem}.project-fact:last-child{border-right:0}.project-fact p{margin:0}.project-fact-label{color:var(--accent);letter-spacing:.08rem;text-transform:uppercase;font-size:.8rem;font-weight:700;margin-bottom:.4rem!important}.project-page{padding-bottom:7rem}.project-section{border-bottom:1px solid var(--border);grid-template-columns:.8fr 1.4fr;gap:4rem;padding-block:5rem;display:grid}.project-section-heading{max-width:450px}.project-section-content{max-width:850px}.project-section-content>p{color:var(--muted-text);font-size:1.05rem}.project-list{padding-left:1.3rem}.project-list li{color:var(--muted-text);margin-bottom:.8rem}.learning-objectives{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;margin-top:2rem;padding:2rem}.learning-path-grid,.architecture-grid,.deliverables-grid,.challenge-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.learning-step,.architecture-card,.deliverable-card,.challenge-card{border:1px solid var(--border);background:var(--surface);border-radius:.7rem;padding:1.75rem}.learning-step p,.architecture-card p,.deliverable-card p,.challenge-card p{color:var(--muted-text)}.learning-step-number{color:var(--accent);margin-bottom:1rem;font-size:.85rem;font-weight:700;display:inline-block}.project-content-image{border:1px solid var(--border);border-radius:.75rem;width:100%;margin-block:2rem}.project-figure{margin:2rem 0}.project-figure .project-content-image{margin:0}.project-figure figcaption{color:var(--muted-text);text-align:center;margin-top:.75rem;font-size:.9rem;line-height:1.6}.results-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.result-card{border:1px solid var(--border);background:var(--surface);border-radius:.7rem;padding:1.5rem}.result-card strong{color:var(--accent);margin-bottom:.35rem;font-size:1.4rem;display:block}.result-card span{color:var(--muted-text)}.project-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.project-gallery figure{margin:0}.project-gallery a{display:block}.project-gallery img{border:1px solid var(--border);object-fit:cover;background:var(--surface);border-radius:.7rem;width:100%;height:250px}.project-gallery-diagram img,.project-gallery-contained img{object-fit:contain;padding:.5rem}.project-gallery-wide{grid-column:span 2}.project-gallery figcaption{color:var(--muted-text);margin-top:.7rem;font-size:.9rem}.project-cta{text-align:center;padding-top:5rem}.project-cta .button-row{justify-content:center}@media (width<=900px){.project-hero,.project-section{grid-template-columns:1fr}.project-hero{gap:2rem}.project-facts-grid,.results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-fact:nth-child(2){border-right:0}.project-fact:nth-child(-n+2){border-bottom:1px solid var(--border)}.project-gallery{grid-template-columns:1fr}.project-gallery-wide{grid-column:span 1}.project-gallery img{height:auto}}@media (width<=650px){.learning-path-grid,.architecture-grid,.deliverables-grid,.challenge-grid,.project-facts-grid,.results-grid{grid-template-columns:1fr}.project-fact{border-right:0;border-bottom:1px solid var(--border)}.project-fact:last-child{border-bottom:0}.project-hero-image{min-height:260px}.project-figure figcaption{text-align:left}}.about-page{padding-bottom:6rem}.about-introduction{grid-template-columns:300px 1fr;align-items:center;gap:2rem;margin-bottom:3rem;display:grid}.about-summary{max-width:760px}.about-section{margin-top:3rem}.about-section ul{padding-left:1.2rem}.about-section li{color:var(--muted-text);margin-bottom:.55rem}.award-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.award-card{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;padding:1.5rem}.award-card-featured{grid-column:span 2}.award-featured-layout{grid-template-columns:352px 1fr;align-items:center;gap:1.25rem;display:grid}.award-image{border:1px solid var(--border);object-fit:contain;background:var(--surface-light);border-radius:.65rem;width:100%;height:275px}.award-content{min-width:0}.award-year{color:var(--accent);letter-spacing:.08rem;text-transform:uppercase;margin-bottom:.6rem;font-size:.8rem;font-weight:700}.award-card h3{margin-bottom:.7rem}.award-link{margin-bottom:1.25rem}.award-link a{color:var(--accent);font-weight:700;text-decoration:none}.award-link a:hover{color:var(--accent-hover)}.award-card p:last-child{color:var(--muted-text);margin-bottom:0}.about-photo{border:3px solid var(--accent);object-fit:cover;object-position:center top;border-radius:50%;width:280px;height:280px}@media (width<=900px){.about-introduction{grid-template-columns:1fr}.award-card-featured{grid-column:span 1}.award-featured-layout,.award-grid{grid-template-columns:1fr}}.experience-section{margin-bottom:5rem}.experience-section>.eyebrow{margin-bottom:1.5rem}.experience-entry{border-top:1px solid var(--border);padding-block:2.5rem}.experience-entry:last-child{border-bottom:1px solid var(--border)}.experience-heading{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem;display:flex}.experience-heading h2{margin-bottom:.35rem}.experience-organization{color:var(--muted-text);margin:0}.experience-date{color:var(--accent);flex-shrink:0;margin:0;font-size:.9rem;font-weight:700}.experience-entry ul{max-width:900px;margin-bottom:0;padding-left:1.25rem}.experience-entry li{color:var(--muted-text);margin-bottom:.8rem;line-height:1.7}@media (width<=700px){.experience-heading{flex-direction:column;gap:.75rem}}
