@import"https://fonts.googleapis.com/css2?family=Antonio:wght@400;700&family=Inter:wght@400;500;600&display=swap";:root{--bg: #1a1a1a;--bg-sidebar: #151515;--border: #2a2a2a;--text-main: #e9e4d8;--text-muted: #b3ab9a;--light-bg: #f7f1e8;--light-card: #fbf6ed;--accent: #c9a86a;--accent-soft: rgba(201, 168, 106, .15);--radius-lg: 12px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text-main)}h1,h2,h3{font-family:Antonio,sans-serif;letter-spacing:.02em;text-transform:uppercase}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.site-sidebar{border-right:1px solid var(--border);background:var(--bg-sidebar)}.sidebar-inner{padding:1.75rem 1.5rem;position:sticky;top:0}.site-main{padding:2.5rem 3rem;display:flex;justify-content:center}.content p,.content li{line-height:1.7;font-size:.98rem}.content{max-width:960px;width:100%;margin:0 auto}.sidebar-header{margin-bottom:2rem}.site-title{font-family:Antonio,sans-serif;font-size:1.5rem;font-weight:700;color:var(--accent);letter-spacing:.03em}.site-tagline{margin-top:.5rem;font-size:.85rem;color:var(--text-muted);line-height:1.45}.sidebar-section{margin-top:2.2rem}.sidebar-heading{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);margin-bottom:.5rem}.sidebar-nav{list-style:none;padding:0;margin:0}.nav-link{display:block;padding:.45rem .75rem;border-radius:8px;font-size:.95rem;color:var(--text-main);background:transparent;transition:background .2s ease,color .2s ease}.nav-link:hover{background:var(--accent-soft);color:var(--accent)}.nav-link-active{background:var(--accent);color:#0f0f0f}.decor-divider{height:1px;width:100%;background:linear-gradient(to right,transparent,var(--accent),transparent);margin:1.5rem 0;opacity:.45}.content-header h1{margin-top:0;margin-bottom:.5rem}.hero-header{display:flex;align-items:center;justify-content:space-between;gap:3rem;margin-bottom:2rem}.hero-header h1{font-size:3rem;margin-bottom:.5rem;line-height:1.1}.hero-hey{position:relative;display:inline-block}.hero-hey:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:3px;background:var(--accent);border-radius:999px}.hero-text{flex:1;opacity:0;animation:fadeUp .8s ease-out forwards;animation-delay:.1s}.hero-text .lead{font-size:1.25rem;line-height:1.6;max-width:600px}.hero-image{flex:0 0 400px}.hero-image img{width:100%;height:auto;object-fit:cover;border-radius:16px;border:none;box-shadow:0 6px 16px #00000059;position:relative;z-index:1}.lead{font-size:1.05rem;color:var(--text-muted)}.content-section{margin-top:2rem}.content-section h2{margin-bottom:.5rem}.artifact-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}.artifact-card{border-radius:var(--radius-lg);border:1px solid var(--border);padding:1rem;background:#151515;color:var(--text-main)}.artifact-meta{font-size:.8rem;color:var(--text-muted);margin-top:0}.resume-section{padding:1.5rem 1.75rem;margin-top:1.5rem;border-radius:12px;background:var(--light-card);border:1px solid #e0d6c5;color:#1c1a17;box-shadow:0 0 6px #0000001a}.resume-section+.resume-section{margin-top:1.75rem}.resume-section h2{margin-top:0;margin-bottom:.75rem;font-size:1.25rem}.resume-section h3{margin-top:1.1rem;margin-bottom:.35rem;text-transform:none;font-size:1rem;letter-spacing:.01em}.resume-section ul{margin:.25rem 0 .25rem 1.25rem;padding:0}.resume-section li+li{margin-top:.3rem}.resume-section h2,.resume-section h3{color:#1a1a1a}.resume-page{background:var(--light-bg);padding:2rem;border-radius:12px;box-shadow:0 0 12px #00000040}.resume-page h1{font-size:3rem;font-weight:700;text-transform:none!important;letter-spacing:.01em;color:#1a1a17;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.narrative-container{max-width:900px;background:#151515;padding:1.75rem;border-radius:12px;border:1px solid var(--border);box-shadow:0 0 18px #0009;height:600px;overflow-y:auto}.narrative-container h3{margin-top:1.5rem;margin-bottom:.75rem;text-transform:none;font-size:1.1rem}.narrative-container ul{margin-left:1.25rem}@media(min-width:1400px){.content{max-width:1100px}.hero-header{gap:4rem}.site-main{padding-left:4rem;padding-right:4rem}}.coursework-section{margin-top:2.5rem}.coursework-section h2{margin-bottom:.75rem}.coursework-section p{margin-top:0;margin-bottom:1.25rem}.course-doc{margin-top:.5rem}.course-doc-frame{width:100%;max-width:900px;height:600px;border:none;border-radius:8px;background:#f7f1e8;box-shadow:0 0 18px #0009}.artifact-image{width:100%;max-width:720px;border-radius:12px;border:1px solid var(--border);box-shadow:0 8px 22px #00000080;display:block;margin-top:.75rem}.artifact-image-wrapper{margin-top:.75rem;background:#101010;padding:.75rem;border-radius:8px;border:1px solid var(--border);max-width:600px}.artifact-image{width:100%;border-radius:6px;display:block}@media(max-width:800px){.site-shell{grid-template-columns:1fr}.site-sidebar{border-right:none;border-bottom:1px solid var(--border)}.site-main{padding:1.5rem 1.25rem 3rem;display:block}.sidebar-inner{position:static}.hero-header{display:flex;align-items:flex-start;justify-content:space-between;gap:3rem;margin-bottom:2rem}.hero-image img{margin-top:1rem}}
