.Navbar-module__EEALWG__nav{z-index:100;background:var(--bg);border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:1.5rem 3rem;transition:border-color .3s,background .3s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__EEALWG__nav.Navbar-module__EEALWG__scrolled{border-color:var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c0c0bd9}html[data-theme=light] .Navbar-module__EEALWG__nav{background:var(--bg-light)}html[data-theme=light] .Navbar-module__EEALWG__nav.Navbar-module__EEALWG__scrolled{background:#ffffffd9}.Navbar-module__EEALWG__navLogo{font-family:var(--serif);color:var(--accent);letter-spacing:.02em;font-size:1.4rem}.Navbar-module__EEALWG__navCenter{flex:1;justify-content:center;margin:0 2rem;display:flex}.Navbar-module__EEALWG__navLinks{gap:2.5rem;list-style:none;display:flex}.Navbar-module__EEALWG__navLinks a{font-family:var(--mono);color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;text-decoration:none;transition:color .2s}.Navbar-module__EEALWG__navLinks a:hover{color:var(--text)}@media (max-width:768px){.Navbar-module__EEALWG__nav{padding:1.25rem 1.5rem}.Navbar-module__EEALWG__navCenter,.Navbar-module__EEALWG__navLinks{display:none}}
.CustomCursor-module__aM8sTq__cursor{background:var(--accent);pointer-events:none;z-index:9999;border-radius:50%;width:6px;height:6px;transition:transform .15s;position:fixed}.CustomCursor-module__aM8sTq__cursorRing{pointer-events:none;z-index:9998;border:1px solid #c9a96e4d;border-radius:50%;width:32px;height:32px;transition:transform .4s,width .3s,height .3s,border-color .3s;position:fixed}
.Hero-module__4Yw7dq__hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:100vh;padding:8rem 3rem 4rem;display:grid;position:relative}.Hero-module__4Yw7dq__hero:after{content:"";pointer-events:none;background:radial-gradient(#c9a96e0f 0%,#0000 70%);width:40vw;height:60vh;position:absolute;top:20%;right:0}.Hero-module__4Yw7dq__heroLeft{z-index:1;position:relative}.Hero-module__4Yw7dq__heroTag{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);opacity:0;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.7rem;animation:.8s .2s forwards Hero-module__4Yw7dq__fadeUp;display:flex}.Hero-module__4Yw7dq__heroTag:before{content:"";background:var(--accent);width:2rem;height:1px;display:block}.Hero-module__4Yw7dq__heroTitle{font-family:var(--serif);opacity:0;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,5.5rem);font-weight:400;line-height:1.05;animation:.8s .4s forwards Hero-module__4Yw7dq__fadeUp}.Hero-module__4Yw7dq__heroTitle em{color:var(--accent);font-style:italic}.Hero-module__4Yw7dq__heroDesc{color:var(--muted);opacity:0;max-width:44ch;margin-bottom:3rem;font-size:1.05rem;line-height:1.75;animation:.8s .6s forwards Hero-module__4Yw7dq__fadeUp}.Hero-module__4Yw7dq__heroDesc strong{color:var(--text);font-weight:500}.Hero-module__4Yw7dq__heroCta{opacity:0;gap:1rem;animation:.8s .8s forwards Hero-module__4Yw7dq__fadeUp;display:flex}.Hero-module__4Yw7dq__btnPrimary{background:var(--accent);color:var(--bg);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;padding:.85rem 2rem;font-size:.75rem;text-decoration:none;transition:opacity .2s,transform .2s,background .2s;display:inline-block}html[data-theme=light] .Hero-module__4Yw7dq__btnPrimary{color:#fff;background:#a67c52}html[data-theme=light] .Hero-module__4Yw7dq__btnPrimary:hover{opacity:1;background:#8b5a2b;transform:translateY(-2px)}.Hero-module__4Yw7dq__btnPrimary:hover{opacity:.85;transform:translateY(-1px)}.Hero-module__4Yw7dq__btnGhost{color:var(--muted);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border);cursor:pointer;background:0 0;padding:.85rem 2rem;font-size:.75rem;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:inline-block}html[data-theme=light] .Hero-module__4Yw7dq__btnGhost:hover{color:#8b5a2b;background:#f0ede8;border-color:#a67c52}.Hero-module__4Yw7dq__btnGhost:hover{color:var(--text);border-color:var(--muted)}.Hero-module__4Yw7dq__heroRight{background:var(--border);border:1px solid var(--border);opacity:0;grid-template-columns:1fr 1fr;gap:1px;animation:1s 1s forwards Hero-module__4Yw7dq__fadeIn;display:grid}.Hero-module__4Yw7dq__statCard{background:var(--surface);padding:2rem;transition:background .3s;position:relative;overflow:hidden}.Hero-module__4Yw7dq__statCard:hover{background:#1a1a17}.Hero-module__4Yw7dq__statCard:before{content:"";background:linear-gradient(90deg, var(--accent), transparent);transform-origin:0;height:2px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Hero-module__4Yw7dq__statCard:hover:before{transform:scaleX(1)}.Hero-module__4Yw7dq__statNumber{font-family:var(--serif);color:var(--accent);margin-bottom:.5rem;font-size:3rem;line-height:1}.Hero-module__4Yw7dq__statLabel{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.7rem}.Hero-module__4Yw7dq__accentCard{background:#161510}@keyframes Hero-module__4Yw7dq__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__4Yw7dq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Hero-module__4Yw7dq__hero{grid-template-columns:1fr;padding:7rem 1.5rem 3rem}.Hero-module__4Yw7dq__heroRight{grid-template-columns:1fr 1fr}}
.Experience-module__5oizhG__work{border-top:1px solid var(--border);padding:6rem 3rem}.Experience-module__5oizhG__sectionHeader{align-items:baseline;gap:1.5rem;margin-bottom:4rem;display:flex}.Experience-module__5oizhG__sectionNumber{font-family:var(--mono);color:var(--accent);letter-spacing:.15em;font-size:.7rem}.Experience-module__5oizhG__sectionTitle{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:400}.Experience-module__5oizhG__sectionLine{background:var(--border);flex:1;height:1px}.Experience-module__5oizhG__workEntry{border-bottom:1px solid var(--border);grid-template-columns:1fr 2fr;gap:4rem;padding:3rem 0;display:grid;position:relative}.Experience-module__5oizhG__workMeta{padding-top:.25rem}.Experience-module__5oizhG__workCompany{font-family:var(--serif);color:var(--text);margin-bottom:.4rem;font-size:1.6rem}.Experience-module__5oizhG__workPeriod{font-family:var(--mono);color:var(--muted);letter-spacing:.1em;margin-bottom:.75rem;font-size:.7rem}.Experience-module__5oizhG__workRole{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent2);border:1px solid var(--accent2);opacity:.8;margin-bottom:.5rem;padding:.3rem .75rem;font-size:.68rem;display:block}.Experience-module__5oizhG__workRolePeriod{font-family:var(--mono);color:var(--muted);letter-spacing:.08em;margin-bottom:.5rem;padding-left:.1rem;font-size:.65rem}.Experience-module__5oizhG__roleTimeline{background:var(--border);width:1px;height:1.5rem;margin:.4rem 0 .4rem 2.2rem}.Experience-module__5oizhG__currentRole{margin-bottom:2rem}.Experience-module__5oizhG__pastRole{margin-top:1rem}.Experience-module__5oizhG__workContent h3{font-family:var(--serif);color:var(--muted);margin-bottom:1.5rem;font-size:1.3rem;font-style:italic;font-weight:400;line-height:1.5}.Experience-module__5oizhG__workContent h3 strong{color:var(--text);font-style:normal}.Experience-module__5oizhG__workBullets{flex-direction:column;gap:1rem;list-style:none;display:flex}.Experience-module__5oizhG__workBullets li{color:var(--muted);gap:1rem;font-size:.95rem;line-height:1.7;display:flex}.Experience-module__5oizhG__workBullets li:before{content:"→";color:var(--accent);font-family:var(--mono);flex-shrink:0;margin-top:.1rem}.Experience-module__5oizhG__workBullets li strong{color:var(--text)}.Experience-module__5oizhG__aiStrip{border-left:2px solid var(--accent);background:#c9a96e0a;margin-top:2rem;padding:1.5rem}.Experience-module__5oizhG__aiStripLabel{font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.65rem}.Experience-module__5oizhG__aiTags{flex-wrap:wrap;gap:.5rem;display:flex}.Experience-module__5oizhG__aiTag{font-family:var(--mono);color:var(--accent);letter-spacing:.05em;background:#c9a96e14;border:1px solid #c9a96e33;padding:.35rem .8rem;font-size:.7rem}@media (max-width:768px){.Experience-module__5oizhG__work{padding:4rem 1.5rem}.Experience-module__5oizhG__workEntry{grid-template-columns:1fr;gap:1.5rem}}
.Skills-module__QaqK8a__skills{border-top:1px solid var(--border);background:var(--surface);padding:6rem 3rem}.Skills-module__QaqK8a__sectionHeader{align-items:baseline;gap:1.5rem;margin-bottom:4rem;display:flex}.Skills-module__QaqK8a__sectionNumber{font-family:var(--mono);color:var(--accent);letter-spacing:.15em;font-size:.7rem}.Skills-module__QaqK8a__sectionTitle{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:400}.Skills-module__QaqK8a__sectionLine{background:var(--border);flex:1;height:1px}.Skills-module__QaqK8a__skillsGrid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.Skills-module__QaqK8a__skillGroup{background:var(--bg);padding:2.5rem;transition:background .3s}.Skills-module__QaqK8a__skillGroup:hover{background:#111110}html[data-theme=light] .Skills-module__QaqK8a__skillGroup:hover{background:#f0ede8}.Skills-module__QaqK8a__skillGroupTitle{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent2);margin-bottom:1.5rem;font-size:.65rem}.Skills-module__QaqK8a__skillList{flex-direction:column;gap:.6rem;list-style:none;display:flex}.Skills-module__QaqK8a__skillList li{color:var(--muted);align-items:center;gap:.6rem;font-size:.95rem;transition:color .2s;display:flex}.Skills-module__QaqK8a__skillList li:hover{color:var(--text)}html[data-theme=light] .Skills-module__QaqK8a__skillList li:hover{color:#8b5a2b}.Skills-module__QaqK8a__skillList li:before{content:"";background:var(--border);border-radius:50%;flex-shrink:0;width:4px;height:4px;transition:background .2s}.Skills-module__QaqK8a__skillList li:hover:before{background:var(--accent)}@media (max-width:768px){.Skills-module__QaqK8a__skills{padding:4rem 1.5rem}.Skills-module__QaqK8a__skillsGrid{grid-template-columns:1fr}}
.Contact-module__HnmKtq__contact{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;align-items:center;gap:6rem;padding:6rem 3rem;display:grid}.Contact-module__HnmKtq__bigText{font-family:var(--serif);margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,4.5rem);line-height:1.1}.Contact-module__HnmKtq__bigText em{color:var(--accent);font-style:italic}.Contact-module__HnmKtq__contactLeft p{color:var(--muted);max-width:40ch;line-height:1.75}.Contact-module__HnmKtq__contactRight{background:var(--border);border:1px solid var(--border);flex-direction:column;gap:1px;display:flex}.Contact-module__HnmKtq__contactLink{background:var(--surface);color:var(--text);justify-content:space-between;align-items:center;padding:1.5rem 2rem;text-decoration:none;transition:background .2s,padding-left .3s,color .2s;display:flex}.Contact-module__HnmKtq__contactLink:hover{background:#1c1c19;padding-left:2.5rem}html[data-theme=light] .Contact-module__HnmKtq__contactLink:hover{color:#8b5a2b;background:#f0ede8;padding-left:2.5rem}.Contact-module__HnmKtq__contactLinkLabel{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.7rem}.Contact-module__HnmKtq__contactLinkValue{margin-top:.2rem;font-size:.95rem}.Contact-module__HnmKtq__contactLinkArrow{color:var(--accent);font-family:var(--mono)}@media (max-width:768px){.Contact-module__HnmKtq__contact{grid-template-columns:1fr;gap:3rem;padding:4rem 1.5rem}}
.Footer-module__aUa6YG__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:2rem 3rem;display:flex}.Footer-module__aUa6YG__footer span{font-family:var(--mono);color:var(--muted);letter-spacing:.08em;font-size:.7rem}@media (max-width:768px){.Footer-module__aUa6YG__footer{text-align:center;flex-direction:column;gap:.5rem}}
