.nav{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:26px 0;display:flex}.brand-group{align-items:center;gap:10px;display:flex}.nav-avatar{object-fit:cover;cursor:pointer;border:1.5px solid var(--line);border-radius:50%;width:32px;height:32px;transition:transform .2s,border-color .2s}.nav-avatar:hover{border-color:var(--accent);transform:scale(1.12)}.nav .brand{letter-spacing:.08em;color:var(--text-dim);background:0 0;border:none;padding:0;font-size:13px}.nav .brand strong{color:var(--text);font-weight:500}.nav-links{flex-wrap:wrap;gap:22px;font-size:13px;display:flex}.nav-links button{color:var(--text-dim);background:0 0;border:none;border-bottom:1px solid #0000;padding:4px 0}.nav-links button:hover,.nav-links button:focus-visible{color:var(--accent);outline:none}.nav-links button.active{color:var(--text);border-bottom-color:var(--accent)}.photo-overlay{z-index:1000;cursor:pointer;background:#000000d9;justify-content:center;align-items:center;animation:.25s overlay-in;display:flex;position:fixed;inset:0}.photo-enlarged{object-fit:cover;border:3px solid var(--accent);border-radius:50%;width:260px;height:260px;animation:.3s cubic-bezier(.34,1.56,.64,1) photo-pop;box-shadow:0 0 60px #c9a96840}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@keyframes photo-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@media (width<=640px){.nav-links{gap:16px}}.footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:32px 0 48px;display:flex}.footer .links{color:var(--text-dim);gap:22px;font-size:13px;display:flex}.footer .links a:hover{color:var(--accent)}.footer .copy{color:var(--text-dim);opacity:.7;font-size:12px}.spline-loader{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.spline-spinner{border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spotlight{pointer-events:none;z-index:1;opacity:0;width:138%;height:169%;animation:2s .15s forwards spotlight-fade;position:absolute}@keyframes spotlight-fade{0%{opacity:0}to{opacity:1}}@media (width>=1024px){.spotlight{width:84%}}.hero{align-items:center;min-height:500px;padding:40px 0 64px;display:flex;position:relative;overflow:hidden}.hero-spotlight{top:-40px;left:0}.hero-left{z-index:10;flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.hero-right{flex:1;height:500px;position:relative}.hero-spline{width:100%;height:100%}.hero-name{font-family:var(--font-heading);letter-spacing:-.03em;margin:0 0 12px;font-size:clamp(32px,5vw,52px);font-weight:700;line-height:1.1}.hero-tagline{color:var(--text-dim);letter-spacing:.02em;margin:0 0 28px;font-size:clamp(15px,1.8vw,19px)}.cta-row{flex-wrap:wrap;gap:16px;display:flex}.status{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text-dim);flex-wrap:wrap;gap:10px;padding:16px 0;font-size:12.5px;display:flex}.status .label{color:var(--accent)}.focus{padding:72px 0}.focus-head{color:var(--text-dim);letter-spacing:.08em;margin-bottom:36px;font-size:13px}.focus-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.focus-card{background:var(--bg);padding:26px 22px}.focus-card .tag{color:var(--accent);margin-bottom:14px;font-size:11px;display:block}.focus-card h3{font-family:var(--font-heading);margin:0 0 8px;font-size:16px;font-weight:600}.focus-card p{color:var(--text-dim);margin:0;font-size:13.5px;line-height:1.6}.home-teaser{padding:0 0 88px}.home-teaser-row{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding-top:40px;display:flex}.home-teaser-row p{color:var(--text-dim);max-width:480px;margin:8px 0 0;font-size:14px;line-height:1.6}.skills{padding:0 0 72px}.skills-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(5,1fr);gap:1px;display:grid}.skill-group{background:var(--bg);padding:26px 22px}.skill-group .tag{color:var(--accent);margin-bottom:14px;font-size:11px;display:block}.skill-group h3{font-family:var(--font-heading);margin:0 0 14px;font-size:15px;font-weight:600}.skill-items{flex-wrap:wrap;gap:8px;display:flex}.skill-chip{border:1px solid var(--line);color:var(--text-dim);border-radius:20px;padding:5px 12px;font-size:11px;transition:border-color .2s,color .2s}.skill-chip:hover{border-color:var(--accent);color:var(--accent)}@media (width<=860px){.skills-grid{grid-template-columns:repeat(3,1fr)}.hero{flex-direction:column;min-height:auto}.hero-right{width:100%;height:400px}}@media (width<=640px){.focus-grid,.skills-grid{grid-template-columns:1fr}.hero-left{text-align:center;align-items:center}.cta-row{justify-content:center}.hero-right{height:320px}}.page-header{max-width:620px;padding:72px 0 44px}.page-header h2{font-family:var(--font-heading);letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(26px,4vw,36px);font-weight:600}.page-header p{color:var(--text-dim);margin:0;font-size:15px;line-height:1.65}.card-photo-link{display:block}.card-photo{aspect-ratio:16/10;opacity:0;background:linear-gradient(145deg,#171916,#0d0f0e);width:100%;transition:transform .55s cubic-bezier(.34,1.56,.64,1),opacity .55s;position:relative;overflow:hidden;transform:scale(.85)}.reveal-visible .card-photo{opacity:1;transform:scale(1)}.card-photo img{object-fit:cover;width:100%;height:100%;display:block}.card-photo-placeholder{background:repeating-linear-gradient(45deg,#c9a9680f 0 1px,#0000 1px 14px);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.card-photo-placeholder span{letter-spacing:.04em;color:var(--accent);border:1px solid #c9a96859;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:26px;display:flex}.card-photo-overlay{opacity:0;color:var(--accent);background:linear-gradient(#0d0f0e00 55%,#0d0f0ebf);justify-content:flex-end;align-items:flex-end;padding:10px 12px;font-size:11px;transition:opacity .2s;display:flex;position:absolute;inset:0}.card:hover .card-photo-overlay{opacity:1}.card-body{flex-direction:column;flex:1;gap:6px;padding:20px;display:flex}.card-body .tag{color:var(--accent);letter-spacing:.04em;font-size:10.5px}.card-body h3{font-family:var(--font-heading);margin:2px 0 0;font-size:16px;font-weight:600}.card-period{color:var(--text-dim);opacity:.8;font-size:11px}.card-body p{color:var(--text-dim);flex:1;margin:6px 0 0;font-size:13px;line-height:1.6}.card-tech{color:var(--text-dim);opacity:.75;margin-top:8px;font-size:10.5px}.card-link{color:var(--accent);margin-top:12px;font-size:12px}.card-link:hover{text-decoration:underline}.card-grid{flex-wrap:wrap;justify-content:center;gap:20px;padding-bottom:88px;display:flex}.card{border:1px solid var(--line);background:var(--bg-alt);border-radius:4px;flex-direction:column;flex:0 calc(33.3333% - 13.3333px);min-width:260px;transition:border-color .25s;display:flex;overflow:hidden}.card:hover{border-color:#c9a96866}.card.reveal{transition:opacity .5s,transform .5s,border-color .25s}@media (width<=860px){.card{flex:0 calc(50% - 10px)}}@media (width<=640px){.card{flex:0 100%}}.badges-page{padding-bottom:88px}.badges-section{margin-top:48px;margin-bottom:64px}.badges-section-title{font-family:var(--font-mono);color:var(--accent);letter-spacing:.08em;border-bottom:1px solid var(--line);margin-bottom:32px;padding-bottom:12px;font-size:14px}.lc-grid{flex-wrap:wrap;justify-content:center;gap:36px 40px;display:flex}.lc-badge-card{background:var(--bg-alt);border:1px solid var(--line);text-align:center;border-radius:4px;flex-direction:column;flex:0 200px;justify-content:center;align-items:center;padding:24px 16px;transition:border-color .25s,transform .25s;display:flex}.lc-badge-card:hover{border-color:#c9a96866;transform:translateY(-4px)}.lc-badge-wrapper{justify-content:center;align-items:center;width:110px;height:110px;margin-bottom:16px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.lc-badge-wrapper img{object-fit:contain;filter:drop-shadow(0 4px 8px #0000004d);width:100%;height:100%;transition:filter .3s}.lc-badge-card:hover .lc-badge-wrapper{transform:scale(1.12)}.lc-badge-card:hover .lc-badge-wrapper img{filter:drop-shadow(0 0 12px #c9a96873)}.lc-badge-info h4{font-family:var(--font-heading);color:var(--text);margin-bottom:6px;font-size:14px;font-weight:600}.lc-badge-info p{color:var(--text-dim);margin:0;font-size:11.5px;line-height:1.5}@media (width<=640px){.lc-grid{gap:24px 20px}.lc-badge-card{flex:0 calc(50% - 10px)}.lc-badge-wrapper{width:90px;height:90px}}@media (width<=440px){.lc-grid{gap:20px}.lc-badge-card{flex:0 100%}}.badges-page .card-photo img{object-fit:contain;padding:16px}.about-layout{align-items:flex-start;gap:48px;padding-bottom:88px;display:flex}.about-content{flex:1;min-width:0}.about-content p{color:var(--text-dim);margin:0 0 16px;font-size:15.5px;line-height:1.75}.about-spline{background:0 0;flex:1;min-width:0;height:520px;margin-top:-120px;position:relative}.about-spline-scene{background:0 0;border:none;width:100%;height:100%;display:block}.about-spline canvas{background:0 0!important}.facts{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:18px 24px;margin-top:32px;padding-top:24px;display:grid}.fact{flex-direction:column;gap:6px;font-size:13.5px;display:flex}.fact .label{color:var(--accent);letter-spacing:.04em;font-size:11px}@media (width<=860px){.about-layout{flex-direction:column}.about-spline{width:100%;height:400px}}@media (width<=640px){.facts{grid-template-columns:1fr}.about-spline{height:320px}}.contact-page{justify-content:center;align-items:center;min-height:calc(100vh - 85px);display:flex}.contact-center{align-items:center;gap:60px;width:100%;display:flex}.contact-left{flex:0 auto}.contact-left .page-header{padding-top:0}.contact-content{padding-bottom:0}.contact-primary{color:var(--text);border-bottom:1px solid var(--line);padding-bottom:6px;font-size:clamp(22px,3.4vw,30px);display:inline-block}.contact-primary:hover{color:var(--accent);border-color:var(--accent)}.contact-links{color:var(--text-dim);flex-wrap:wrap;gap:24px;margin-top:24px;font-size:13.5px;display:flex}.contact-links a:hover{color:var(--accent)}.contact-note{color:var(--text-dim);opacity:.8;max-width:460px;margin-top:28px;font-size:13.5px;line-height:1.6}.contact-ascii-container{-webkit-user-select:none;user-select:none;pointer-events:none;flex:1;justify-content:flex-end;display:flex;overflow:hidden}.contact-ascii{font-family:var(--font-mono);color:var(--accent);opacity:.5;white-space:pre;margin:0;font-size:clamp(4.5px,.52vw,10.5px);line-height:1.1}@media (width<=860px){.contact-center{flex-direction:column;align-items:flex-start}.contact-ascii-container{display:none}}.page{background:var(--bg);color:var(--text);min-height:100vh}.wrap{width:100%;margin:0 auto;padding:0 48px}:root{--bg:#0d0f0e;--bg-alt:#12140f;--text:#ece8df;--text-dim:#8b8f87;--accent:#c9a968;--line:#ece8df17;--font-body:"Inter", "Helvetica Neue", Arial, sans-serif;--font-heading:"Space Grotesk", "Inter", sans-serif;--font-mono:"JetBrains Mono", "SFMono-Regular", Menlo, monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;min-height:100vh}.mono{font-family:var(--font-mono)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.eyebrow{color:var(--accent);letter-spacing:.14em;align-items:center;gap:10px;margin-bottom:22px;font-size:12px;display:flex}.eyebrow:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.btn{border:1px solid var(--line);color:var(--text);background:0 0;border-radius:3px;padding:12px 20px;font-size:13px;transition:border-color .2s,color .2s}.btn:hover,.btn:focus-visible{border-color:var(--accent);color:var(--accent);outline:none}.btn-primary{background:var(--accent);color:#0d0f0e;border-color:var(--accent)}.btn-primary:hover,.btn-primary:focus-visible{color:var(--accent);background:0 0}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(14px)}.reveal-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal,.card-photo{opacity:1!important;transition:none!important;transform:none!important}}
